Changeset 1090


Ignore:
Timestamp:
Aug 4, 2008, 5:51:37 PM (16 years ago)
Author:
gah
Message:

various fixes

Location:
trunk
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r1087 r1090  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.61 for Rappture 1.1.
     3# Generated by GNU Autoconf 2.62 for Rappture 1.1.
    44#
    55# Report bugs to <rappture@nanohub.org>.
    66#
    77# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
     8# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    99# This configure script is free software; the Free Software Foundation
    1010# gives unlimited permission to copy, distribute and modify it.
     
    1818  emulate sh
    1919  NULLCMD=:
    20   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     20  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    2121  # is contrary to our usage.  Disable this feature.
    2222  alias -g '${1+"$@"}'='"$@"'
     
    4040as_cr_alnum=$as_cr_Letters$as_cr_digits
    4141
     42as_nl='
     43'
     44export as_nl
     45# Printing a long string crashes Solaris 7 /usr/bin/printf.
     46as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     47as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     48as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     49if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     50  as_echo='printf %s\n'
     51  as_echo_n='printf %s'
     52else
     53  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     54    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     55    as_echo_n='/usr/ucb/echo -n'
     56  else
     57    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     58    as_echo_n_body='eval
     59      arg=$1;
     60      case $arg in
     61      *"$as_nl"*)
     62        expr "X$arg" : "X\\(.*\\)$as_nl";
     63        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     64      esac;
     65      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     66    '
     67    export as_echo_n_body
     68    as_echo_n='sh -c $as_echo_n_body as_echo'
     69  fi
     70  export as_echo_body
     71  as_echo='sh -c $as_echo_body as_echo'
     72fi
     73
    4274# The user is always right.
    4375if test "${PATH_SEPARATOR+set}" != set; then
    44   echo "#! /bin/sh" >conf$$.sh
    45   echo  "exit 0"   >>conf$$.sh
    46   chmod +x conf$$.sh
    47   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    48     PATH_SEPARATOR=';'
    49   else
    50     PATH_SEPARATOR=:
    51   fi
    52   rm -f conf$$.sh
     76  PATH_SEPARATOR=:
     77  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     78    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     79      PATH_SEPARATOR=';'
     80  }
    5381fi
    5482
     
    6694# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    6795# splitting by setting IFS to empty value.)
    68 as_nl='
    69 '
    7096IFS=" ""        $as_nl"
    7197
     
    90116fi
    91117if test ! -f "$as_myself"; then
    92   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     118  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    93119  { (exit 1); exit 1; }
    94120fi
     
    103129
    104130# NLS nuisances.
    105 for as_var in \
    106   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    107   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    108   LC_TELEPHONE LC_TIME
    109 do
    110   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    111     eval $as_var=C; export $as_var
    112   else
    113     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    114   fi
    115 done
     131LC_ALL=C
     132export LC_ALL
     133LANGUAGE=C
     134export LANGUAGE
    116135
    117136# Required to use basename.
     
    135154         X"$0" : 'X\(//\)$' \| \
    136155         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    137 echo X/"$0" |
     156$as_echo X/"$0" |
    138157    sed '/^.*\/\([^/][^/]*\)\/*$/{
    139158            s//\1/
     
    161180fi
    162181
    163   if test $as_have_required = yes &&     (eval ":
     182  if test $as_have_required = yes &&     (eval ":
    164183(as_func_return () {
    165184  (exit \$1)
     
    243262  emulate sh
    244263  NULLCMD=:
    245   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     264  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    246265  # is contrary to our usage.  Disable this feature.
    247266  alias -g '${1+"$@"}'='"$@"'
     
    264283  emulate sh
    265284  NULLCMD=:
    266   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     285  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    267286  # is contrary to our usage.  Disable this feature.
    268287  alias -g '${1+"$@"}'='"$@"'
     
    344363      if test "x$CONFIG_SHELL" != x; then
    345364  for as_var in BASH_ENV ENV
    346         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    347         done
    348         export CONFIG_SHELL
    349         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
     365        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     366        done
     367        export CONFIG_SHELL
     368        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    350369fi
    351370
     
    416435test \$exitcode = 0") || {
    417436  echo No shell found that supports shell functions.
    418   echo Please tell autoconf@gnu.org about your system,
    419   echo including any error possibly output before this
    420   echo message
     437  echo Please tell bug-autoconf@gnu.org about your system,
     438  echo including any error possibly output before this message.
     439  echo This can help us improve future autoconf versions.
     440  echo Configuration will now proceed without shell functions.
    421441}
    422442
     
    454474    ' >$as_me.lineno &&
    455475  chmod +x "$as_me.lineno" ||
    456     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     476    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    457477   { (exit 1); exit 1; }; }
    458478
     
    482502  ECHO_N='-n';;
    483503esac
    484 
    485504if expr a : '\(a\)' >/dev/null 2>&1 &&
    486505   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    495514else
    496515  rm -f conf$$.dir
    497   mkdir conf$$.dir
    498 fi
    499 echo >conf$$.file
    500 if ln -s conf$$.file conf$$ 2>/dev/null; then
    501   as_ln_s='ln -s'
    502   # ... but there are two gotchas:
    503   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    504   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    505   # In both cases, we have to default to `cp -p'.
    506   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     516  mkdir conf$$.dir 2>/dev/null
     517fi
     518if (echo >conf$$.file) 2>/dev/null; then
     519  if ln -s conf$$.file conf$$ 2>/dev/null; then
     520    as_ln_s='ln -s'
     521    # ... but there are two gotchas:
     522    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     523    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     524    # In both cases, we have to default to `cp -p'.
     525    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     526      as_ln_s='cp -p'
     527  elif ln conf$$.file conf$$ 2>/dev/null; then
     528    as_ln_s=ln
     529  else
    507530    as_ln_s='cp -p'
    508 elif ln conf$$.file conf$$ 2>/dev/null; then
    509   as_ln_s=ln
     531  fi
    510532else
    511533  as_ln_s='cp -p'
     
    532554    eval sh -c '\''
    533555      if test -d "$1"; then
    534         test -d "$1/.";
     556        test -d "$1/.";
    535557      else
    536558        case $1 in
    537         -*)set "./$1";;
     559        -*)set "./$1";;
    538560        esac;
    539561        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    615637#endif"
    616638
     639enable_option_checking=no
    617640ac_subst_vars='SHELL
    618641PATH_SEPARATOR
     
    669692RANLIB
    670693LN_S
     694MKDIR_P
    671695CPP
    672696GREP
     
    739763LTLIBOBJS'
    740764ac_subst_files=''
     765ac_user_opts='
     766enable_option_checking
     767enable_64bit
     768enable_64bit_vis
     769enable_corefoundation
     770enable_load
     771enable_gui
     772with_tclsh
     773with_matlab
     774with_octave
     775with_perl
     776with_python
     777with_ruby
     778enable_shared
     779enable_symbols
     780'
    741781      ac_precious_vars='build_alias
    742782host_alias
     
    759799ac_init_help=
    760800ac_init_version=false
     801ac_unrecognized_opts=
     802ac_unrecognized_sep=
    761803# The variables have the same names as the options, with
    762804# dashes changed to underlines.
     
    857899
    858900  -disable-* | --disable-*)
    859     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     901    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    860902    # Reject names that are not valid shell variable names.
    861     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    862       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     903    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     904      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    863905   { (exit 1); exit 1; }; }
    864     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    865     eval enable_$ac_feature=no ;;
     906    ac_useropt_orig=$ac_useropt
     907    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     908    case $ac_user_opts in
     909      *"
     910"enable_$ac_useropt"
     911"*) ;;
     912      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
     913         ac_unrecognized_sep=', ';;
     914    esac
     915    eval enable_$ac_useropt=no ;;
    866916
    867917  -docdir | --docdir | --docdi | --doc | --do)
     
    876926
    877927  -enable-* | --enable-*)
    878     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     928    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    879929    # Reject names that are not valid shell variable names.
    880     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    881       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     930    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     931      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    882932   { (exit 1); exit 1; }; }
    883     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    884     eval enable_$ac_feature=\$ac_optarg ;;
     933    ac_useropt_orig=$ac_useropt
     934    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     935    case $ac_user_opts in
     936      *"
     937"enable_$ac_useropt"
     938"*) ;;
     939      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
     940         ac_unrecognized_sep=', ';;
     941    esac
     942    eval enable_$ac_useropt=\$ac_optarg ;;
    885943
    886944  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    10731131
    10741132  -with-* | --with-*)
    1075     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1133    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    10761134    # Reject names that are not valid shell variable names.
    1077     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1078       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1135    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1136      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    10791137   { (exit 1); exit 1; }; }
    1080     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
    1081     eval with_$ac_package=\$ac_optarg ;;
     1138    ac_useropt_orig=$ac_useropt
     1139    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1140    case $ac_user_opts in
     1141      *"
     1142"with_$ac_useropt"
     1143"*) ;;
     1144      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
     1145         ac_unrecognized_sep=', ';;
     1146    esac
     1147    eval with_$ac_useropt=\$ac_optarg ;;
    10821148
    10831149  -without-* | --without-*)
    1084     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1150    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    10851151    # Reject names that are not valid shell variable names.
    1086     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1087       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1152    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1153      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    10881154   { (exit 1); exit 1; }; }
    1089     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
    1090     eval with_$ac_package=no ;;
     1155    ac_useropt_orig=$ac_useropt
     1156    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1157    case $ac_user_opts in
     1158      *"
     1159"with_$ac_useropt"
     1160"*) ;;
     1161      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
     1162         ac_unrecognized_sep=', ';;
     1163    esac
     1164    eval with_$ac_useropt=no ;;
    10911165
    10921166  --x)
     
    11081182    x_libraries=$ac_optarg ;;
    11091183
    1110   -*) { echo "$as_me: error: unrecognized option: $ac_option
     1184  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
    11111185Try \`$0 --help' for more information." >&2
    11121186   { (exit 1); exit 1; }; }
     
    11171191    # Reject names that are not valid shell variable names.
    11181192    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    1119       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1193      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    11201194   { (exit 1); exit 1; }; }
    11211195    eval $ac_envvar=\$ac_optarg
     
    11241198  *)
    11251199    # FIXME: should be removed in autoconf 3.0.
    1126     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1200    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    11271201    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1128       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1202      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    11291203    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    11301204    ;;
     
    11351209if test -n "$ac_prev"; then
    11361210  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1137   { echo "$as_me: error: missing argument to $ac_option" >&2
     1211  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
    11381212   { (exit 1); exit 1; }; }
    11391213fi
    11401214
    1141 # Be sure to have absolute directory names.
     1215if test -n "$ac_unrecognized_opts"; then
     1216  case $enable_option_checking in
     1217    no) ;;
     1218    fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2
     1219   { (exit 1); exit 1; }; } ;;
     1220    *)     $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;;
     1221  esac
     1222fi
     1223
     1224# Check all directory arguments for consistency.
    11421225for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
    11431226                datadir sysconfdir sharedstatedir localstatedir includedir \
     
    11461229do
    11471230  eval ac_val=\$$ac_var
     1231  # Remove trailing slashes.
     1232  case $ac_val in
     1233    */ )
     1234      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
     1235      eval $ac_var=\$ac_val;;
     1236  esac
     1237  # Be sure to have absolute directory names.
    11481238  case $ac_val in
    11491239    [\\/$]* | ?:[\\/]* )  continue;;
    11501240    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    11511241  esac
    1152   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1242  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    11531243   { (exit 1); exit 1; }; }
    11541244done
     
    11651255  if test "x$build_alias" = x; then
    11661256    cross_compiling=maybe
    1167     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1257    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    11681258    If a cross compiler is detected then cross compile mode will be used." >&2
    11691259  elif test "x$build_alias" != "x$host_alias"; then
     
    11811271ac_ls_di=`ls -di .` &&
    11821272ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1183   { echo "$as_me: error: Working directory cannot be determined" >&2
     1273  { $as_echo "$as_me: error: Working directory cannot be determined" >&2
    11841274   { (exit 1); exit 1; }; }
    11851275test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1186   { echo "$as_me: error: pwd does not report name of working directory" >&2
     1276  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
    11871277   { (exit 1); exit 1; }; }
    11881278
     
    11921282  ac_srcdir_defaulted=yes
    11931283  # Try the directory containing this script, then the parent directory.
    1194   ac_confdir=`$as_dirname -- "$0" ||
    1195 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    1196          X"$0" : 'X\(//\)[^/]' \| \
    1197          X"$0" : 'X\(//\)$' \| \
    1198          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    1199 echo X"$0" |
     1284  ac_confdir=`$as_dirname -- "$as_myself" ||
     1285$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1286         X"$as_myself" : 'X\(//\)[^/]' \| \
     1287         X"$as_myself" : 'X\(//\)$' \| \
     1288         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
     1289$as_echo X"$as_myself" |
    12001290    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    12011291            s//\1/
     
    12241314if test ! -r "$srcdir/$ac_unique_file"; then
    12251315  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1226   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1316  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    12271317   { (exit 1); exit 1; }; }
    12281318fi
    12291319ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    12301320ac_abs_confdir=`(
    1231         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
     1321        cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
    12321322   { (exit 1); exit 1; }; }
    12331323        pwd)`
     
    12781368Installation directories:
    12791369  --prefix=PREFIX         install architecture-independent files in PREFIX
    1280                           [$ac_default_prefix]
     1370                          [$ac_default_prefix]
    12811371  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    1282                           [PREFIX]
     1372                          [PREFIX]
    12831373
    12841374By default, \`make install' will install all the files in
     
    12901380
    12911381Fine tuning of the installation directories:
    1292   --bindir=DIR           user executables [EPREFIX/bin]
    1293   --sbindir=DIR          system admin executables [EPREFIX/sbin]
    1294   --libexecdir=DIR       program executables [EPREFIX/libexec]
    1295   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
    1296   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
    1297   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
    1298   --libdir=DIR           object code libraries [EPREFIX/lib]
    1299   --includedir=DIR       C header files [PREFIX/include]
    1300   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
    1301   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
    1302   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
    1303   --infodir=DIR          info documentation [DATAROOTDIR/info]
    1304   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
    1305   --mandir=DIR           man documentation [DATAROOTDIR/man]
    1306   --docdir=DIR           documentation root [DATAROOTDIR/doc/rappture]
    1307   --htmldir=DIR          html documentation [DOCDIR]
    1308   --dvidir=DIR           dvi documentation [DOCDIR]
    1309   --pdfdir=DIR           pdf documentation [DOCDIR]
    1310   --psdir=DIR            ps documentation [DOCDIR]
     1382  --bindir=DIR            user executables [EPREFIX/bin]
     1383  --sbindir=DIR           system admin executables [EPREFIX/sbin]
     1384  --libexecdir=DIR        program executables [EPREFIX/libexec]
     1385  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
     1386  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
     1387  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
     1388  --libdir=DIR            object code libraries [EPREFIX/lib]
     1389  --includedir=DIR        C header files [PREFIX/include]
     1390  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
     1391  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
     1392  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
     1393  --infodir=DIR           info documentation [DATAROOTDIR/info]
     1394  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
     1395  --mandir=DIR            man documentation [DATAROOTDIR/man]
     1396  --docdir=DIR            documentation root [DATAROOTDIR/doc/rappture]
     1397  --htmldir=DIR           html documentation [DOCDIR]
     1398  --dvidir=DIR            dvi documentation [DOCDIR]
     1399  --pdfdir=DIR            pdf documentation [DOCDIR]
     1400  --psdir=DIR             ps documentation [DOCDIR]
    13111401_ACEOF
    13121402
     
    13221412
    13231413Optional Features:
     1414  --disable-option-checking  ignore unrecognized --enable/--with options
    13241415  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    13251416  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    13701461  # If there are subdirs, report their specific --help.
    13711462  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1372     test -d "$ac_dir" || continue
     1463    test -d "$ac_dir" ||
     1464      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
     1465      continue
    13731466    ac_builddir=.
    13741467
     
    13761469.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    13771470*)
    1378   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     1471  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    13791472  # A ".." for each directory in $ac_dir_suffix.
    1380   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     1473  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    13811474  case $ac_top_builddir_sub in
    13821475  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    14141507      $SHELL "$ac_srcdir/configure" --help=recursive
    14151508    else
    1416       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1509      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    14171510    fi || ac_status=$?
    14181511    cd "$ac_pwd" || { ac_status=$?; break; }
     
    14241517  cat <<\_ACEOF
    14251518Rappture configure 1.1
    1426 generated by GNU Autoconf 2.61
     1519generated by GNU Autoconf 2.62
    14271520
    14281521Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1429 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
     15222002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    14301523This configure script is free software; the Free Software Foundation
    14311524gives unlimited permission to copy, distribute and modify it.
     
    14381531
    14391532It was created by Rappture $as_me 1.1, which was
    1440 generated by GNU Autoconf 2.61.  Invocation command line was
     1533generated by GNU Autoconf 2.62.  Invocation command line was
    14411534
    14421535  $ $0 $@
     
    14741567  IFS=$as_save_IFS
    14751568  test -z "$as_dir" && as_dir=.
    1476   echo "PATH: $as_dir"
     1569  $as_echo "PATH: $as_dir"
    14771570done
    14781571IFS=$as_save_IFS
     
    15091602      continue ;;
    15101603    *\'*)
    1511       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1604      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    15121605    esac
    15131606    case $ac_pass in
     
    15611654    *${as_nl}*)
    15621655      case $ac_var in #(
    1563       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    1564 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     1656      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     1657$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
    15651658      esac
    15661659      case $ac_var in #(
    15671660      _ | IFS | as_nl) ;; #(
     1661      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    15681662      *) $as_unset $ac_var ;;
    15691663      esac ;;
     
    15951689      eval ac_val=\$$ac_var
    15961690      case $ac_val in
    1597       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1691      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    15981692      esac
    1599       echo "$ac_var='\''$ac_val'\''"
     1693      $as_echo "$ac_var='\''$ac_val'\''"
    16001694    done | sort
    16011695    echo
     
    16121706        eval ac_val=\$$ac_var
    16131707        case $ac_val in
    1614         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1708        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    16151709        esac
    1616         echo "$ac_var='\''$ac_val'\''"
     1710        $as_echo "$ac_var='\''$ac_val'\''"
    16171711      done | sort
    16181712      echo
     
    16301724    fi
    16311725    test "$ac_signal" != 0 &&
    1632       echo "$as_me: caught signal $ac_signal"
    1633     echo "$as_me: exit $exit_status"
     1726      $as_echo "$as_me: caught signal $ac_signal"
     1727    $as_echo "$as_me: exit $exit_status"
    16341728  } >&5
    16351729  rm -f core *.core core.conftest.* &&
     
    16731767
    16741768# Let the site file select an alternate cache file if it wants to.
    1675 # Prefer explicitly selected file to automatically selected ones.
     1769# Prefer an explicitly selected file to automatically selected ones.
     1770ac_site_file1=NONE
     1771ac_site_file2=NONE
    16761772if test -n "$CONFIG_SITE"; then
    1677   set x "$CONFIG_SITE"
     1773  ac_site_file1=$CONFIG_SITE
    16781774elif test "x$prefix" != xNONE; then
    1679   set x "$prefix/share/config.site" "$prefix/etc/config.site"
    1680 else
    1681   set x "$ac_default_prefix/share/config.site" \
    1682         "$ac_default_prefix/etc/config.site"
    1683 fi
    1684 shift
    1685 for ac_site_file
     1775  ac_site_file1=$prefix/share/config.site
     1776  ac_site_file2=$prefix/etc/config.site
     1777else
     1778  ac_site_file1=$ac_default_prefix/share/config.site
     1779  ac_site_file2=$ac_default_prefix/etc/config.site
     1780fi
     1781for ac_site_file in "$ac_site_file1" "$ac_site_file2"
    16861782do
     1783  test "x$ac_site_file" = xNONE && continue
    16871784  if test -r "$ac_site_file"; then
    1688     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1689 echo "$as_me: loading site script $ac_site_file" >&6;}
     1785    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1786$as_echo "$as_me: loading site script $ac_site_file" >&6;}
    16901787    sed 's/^/| /' "$ac_site_file" >&5
    16911788    . "$ac_site_file"
     
    16971794  # files actually), so we avoid doing that.
    16981795  if test -f "$cache_file"; then
    1699     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1700 echo "$as_me: loading cache $cache_file" >&6;}
     1796    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1797$as_echo "$as_me: loading cache $cache_file" >&6;}
    17011798    case $cache_file in
    17021799      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     
    17051802  fi
    17061803else
    1707   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1708 echo "$as_me: creating cache $cache_file" >&6;}
     1804  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1805$as_echo "$as_me: creating cache $cache_file" >&6;}
    17091806  >$cache_file
    17101807fi
     
    17201817  case $ac_old_set,$ac_new_set in
    17211818    set,)
    1722       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1723 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1819      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1820$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    17241821      ac_cache_corrupted=: ;;
    17251822    ,set)
    1726       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1727 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1823      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1824$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    17281825      ac_cache_corrupted=: ;;
    17291826    ,);;
    17301827    *)
    17311828      if test "x$ac_old_val" != "x$ac_new_val"; then
    1732         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1733 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1734         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
    1735 echo "$as_me:   former value:  $ac_old_val" >&2;}
    1736         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
    1737 echo "$as_me:   current value: $ac_new_val" >&2;}
    1738         ac_cache_corrupted=:
     1829        # differences in whitespace do not lead to failure.
     1830        ac_old_val_w=`echo x $ac_old_val`
     1831        ac_new_val_w=`echo x $ac_new_val`
     1832        if test "$ac_old_val_w" != "$ac_new_val_w"; then
     1833          { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1834$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1835          ac_cache_corrupted=:
     1836        else
     1837          { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
     1838$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
     1839          eval $ac_var=\$ac_old_val
     1840        fi
     1841        { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
     1842$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
     1843        { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
     1844$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
    17391845      fi;;
    17401846  esac
     
    17421848  if test "$ac_new_set" = set; then
    17431849    case $ac_new_val in
    1744     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1850    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    17451851    *) ac_arg=$ac_var=$ac_new_val ;;
    17461852    esac
     
    17521858done
    17531859if $ac_cache_corrupted; then
    1754   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1755 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1756   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1757 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1860  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1861$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1862  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1863$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    17581864   { (exit 1); exit 1; }; }
    17591865fi
     
    18071913done
    18081914if test -z "$ac_aux_dir"; then
    1809   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&5
    1810 echo "$as_me: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&2;}
     1915  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&5
     1916$as_echo "$as_me: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&2;}
    18111917   { (exit 1); exit 1; }; }
    18121918fi
     
    18541960# OS/2's system install, which has a completely different semantic
    18551961# ./install, which can be erroneously created by make from ./install.sh.
    1856 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    1857 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
     1962# Reject install programs that cannot install multiple files.
     1963{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     1964$as_echo_n "checking for a BSD-compatible install... " >&6; }
    18581965if test -z "$INSTALL"; then
    18591966if test "${ac_cv_path_install+set}" = set; then
    1860   echo $ECHO_N "(cached) $ECHO_C" >&6
     1967  $as_echo_n "(cached) " >&6
    18611968else
    18621969  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    18871994            :
    18881995          else
    1889             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    1890             break 3
     1996            rm -rf conftest.one conftest.two conftest.dir
     1997            echo one > conftest.one
     1998            echo two > conftest.two
     1999            mkdir conftest.dir
     2000            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
     2001              test -s conftest.one && test -s conftest.two &&
     2002              test -s conftest.dir/conftest.one &&
     2003              test -s conftest.dir/conftest.two
     2004            then
     2005              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     2006              break 3
     2007            fi
    18912008          fi
    18922009        fi
     
    18952012    ;;
    18962013esac
     2014
    18972015done
    18982016IFS=$as_save_IFS
    18992017
     2018rm -rf conftest.one conftest.two conftest.dir
    19002019
    19012020fi
     
    19102029  fi
    19112030fi
    1912 { echo "$as_me:$LINENO: result: $INSTALL" >&5
    1913 echo "${ECHO_T}$INSTALL" >&6; }
     2031{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
     2032$as_echo "$INSTALL" >&6; }
    19142033
    19152034# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    19212040test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    19222041
    1923 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    1924 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
    1925 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
     2042{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     2043$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
     2044set x ${MAKE-make}
     2045ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    19262046if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
    1927   echo $ECHO_N "(cached) $ECHO_C" >&6
     2047  $as_echo_n "(cached) " >&6
    19282048else
    19292049  cat >conftest.make <<\_ACEOF
     
    19422062fi
    19432063if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
    1944   { echo "$as_me:$LINENO: result: yes" >&5
    1945 echo "${ECHO_T}yes" >&6; }
     2064  { $as_echo "$as_me:$LINENO: result: yes" >&5
     2065$as_echo "yes" >&6; }
    19462066  SET_MAKE=
    19472067else
    1948   { echo "$as_me:$LINENO: result: no" >&5
    1949 echo "${ECHO_T}no" >&6; }
     2068  { $as_echo "$as_me:$LINENO: result: no" >&5
     2069$as_echo "no" >&6; }
    19502070  SET_MAKE="MAKE=${MAKE-make}"
    19512071fi
     
    19602080  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    19612081set dummy ${ac_tool_prefix}gcc; ac_word=$2
    1962 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1963 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2082{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2083$as_echo_n "checking for $ac_word... " >&6; }
    19642084if test "${ac_cv_prog_CC+set}" = set; then
    1965   echo $ECHO_N "(cached) $ECHO_C" >&6
     2085  $as_echo_n "(cached) " >&6
    19662086else
    19672087  if test -n "$CC"; then
     
    19762096  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    19772097    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    1978     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2098    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    19792099    break 2
    19802100  fi
     
    19872107CC=$ac_cv_prog_CC
    19882108if test -n "$CC"; then
    1989   { echo "$as_me:$LINENO: result: $CC" >&5
    1990 echo "${ECHO_T}$CC" >&6; }
    1991 else
    1992   { echo "$as_me:$LINENO: result: no" >&5
    1993 echo "${ECHO_T}no" >&6; }
     2109  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2110$as_echo "$CC" >&6; }
     2111else
     2112  { $as_echo "$as_me:$LINENO: result: no" >&5
     2113$as_echo "no" >&6; }
    19942114fi
    19952115
     
    20002120  # Extract the first word of "gcc", so it can be a program name with args.
    20012121set dummy gcc; ac_word=$2
    2002 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2003 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2122{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2123$as_echo_n "checking for $ac_word... " >&6; }
    20042124if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2005   echo $ECHO_N "(cached) $ECHO_C" >&6
     2125  $as_echo_n "(cached) " >&6
    20062126else
    20072127  if test -n "$ac_ct_CC"; then
     
    20162136  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    20172137    ac_cv_prog_ac_ct_CC="gcc"
    2018     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2138    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    20192139    break 2
    20202140  fi
     
    20272147ac_ct_CC=$ac_cv_prog_ac_ct_CC
    20282148if test -n "$ac_ct_CC"; then
    2029   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2030 echo "${ECHO_T}$ac_ct_CC" >&6; }
    2031 else
    2032   { echo "$as_me:$LINENO: result: no" >&5
    2033 echo "${ECHO_T}no" >&6; }
     2149  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2150$as_echo "$ac_ct_CC" >&6; }
     2151else
     2152  { $as_echo "$as_me:$LINENO: result: no" >&5
     2153$as_echo "no" >&6; }
    20342154fi
    20352155
     
    20392159    case $cross_compiling:$ac_tool_warned in
    20402160yes:)
    2041 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2161{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    20422162whose name does not start with the host triplet.  If you think this
    20432163configuration is useful to you, please write to autoconf@gnu.org." >&5
    2044 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2164$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    20452165whose name does not start with the host triplet.  If you think this
    20462166configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    20572177    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    20582178set dummy ${ac_tool_prefix}cc; ac_word=$2
    2059 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2060 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2179{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2180$as_echo_n "checking for $ac_word... " >&6; }
    20612181if test "${ac_cv_prog_CC+set}" = set; then
    2062   echo $ECHO_N "(cached) $ECHO_C" >&6
     2182  $as_echo_n "(cached) " >&6
    20632183else
    20642184  if test -n "$CC"; then
     
    20732193  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    20742194    ac_cv_prog_CC="${ac_tool_prefix}cc"
    2075     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2195    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    20762196    break 2
    20772197  fi
     
    20842204CC=$ac_cv_prog_CC
    20852205if test -n "$CC"; then
    2086   { echo "$as_me:$LINENO: result: $CC" >&5
    2087 echo "${ECHO_T}$CC" >&6; }
    2088 else
    2089   { echo "$as_me:$LINENO: result: no" >&5
    2090 echo "${ECHO_T}no" >&6; }
     2206  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2207$as_echo "$CC" >&6; }
     2208else
     2209  { $as_echo "$as_me:$LINENO: result: no" >&5
     2210$as_echo "no" >&6; }
    20912211fi
    20922212
     
    20972217  # Extract the first word of "cc", so it can be a program name with args.
    20982218set dummy cc; ac_word=$2
    2099 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2100 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2219{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2220$as_echo_n "checking for $ac_word... " >&6; }
    21012221if test "${ac_cv_prog_CC+set}" = set; then
    2102   echo $ECHO_N "(cached) $ECHO_C" >&6
     2222  $as_echo_n "(cached) " >&6
    21032223else
    21042224  if test -n "$CC"; then
     
    21182238     fi
    21192239    ac_cv_prog_CC="cc"
    2120     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2240    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    21212241    break 2
    21222242  fi
     
    21412261CC=$ac_cv_prog_CC
    21422262if test -n "$CC"; then
    2143   { echo "$as_me:$LINENO: result: $CC" >&5
    2144 echo "${ECHO_T}$CC" >&6; }
    2145 else
    2146   { echo "$as_me:$LINENO: result: no" >&5
    2147 echo "${ECHO_T}no" >&6; }
     2263  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2264$as_echo "$CC" >&6; }
     2265else
     2266  { $as_echo "$as_me:$LINENO: result: no" >&5
     2267$as_echo "no" >&6; }
    21482268fi
    21492269
     
    21562276    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    21572277set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2158 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2159 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2278{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2279$as_echo_n "checking for $ac_word... " >&6; }
    21602280if test "${ac_cv_prog_CC+set}" = set; then
    2161   echo $ECHO_N "(cached) $ECHO_C" >&6
     2281  $as_echo_n "(cached) " >&6
    21622282else
    21632283  if test -n "$CC"; then
     
    21722292  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    21732293    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    2174     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2294    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    21752295    break 2
    21762296  fi
     
    21832303CC=$ac_cv_prog_CC
    21842304if test -n "$CC"; then
    2185   { echo "$as_me:$LINENO: result: $CC" >&5
    2186 echo "${ECHO_T}$CC" >&6; }
    2187 else
    2188   { echo "$as_me:$LINENO: result: no" >&5
    2189 echo "${ECHO_T}no" >&6; }
     2305  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2306$as_echo "$CC" >&6; }
     2307else
     2308  { $as_echo "$as_me:$LINENO: result: no" >&5
     2309$as_echo "no" >&6; }
    21902310fi
    21912311
     
    22002320  # Extract the first word of "$ac_prog", so it can be a program name with args.
    22012321set dummy $ac_prog; ac_word=$2
    2202 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2203 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2322{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2323$as_echo_n "checking for $ac_word... " >&6; }
    22042324if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2205   echo $ECHO_N "(cached) $ECHO_C" >&6
     2325  $as_echo_n "(cached) " >&6
    22062326else
    22072327  if test -n "$ac_ct_CC"; then
     
    22162336  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    22172337    ac_cv_prog_ac_ct_CC="$ac_prog"
    2218     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2338    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    22192339    break 2
    22202340  fi
     
    22272347ac_ct_CC=$ac_cv_prog_ac_ct_CC
    22282348if test -n "$ac_ct_CC"; then
    2229   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2230 echo "${ECHO_T}$ac_ct_CC" >&6; }
    2231 else
    2232   { echo "$as_me:$LINENO: result: no" >&5
    2233 echo "${ECHO_T}no" >&6; }
     2349  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2350$as_echo "$ac_ct_CC" >&6; }
     2351else
     2352  { $as_echo "$as_me:$LINENO: result: no" >&5
     2353$as_echo "no" >&6; }
    22342354fi
    22352355
     
    22432363    case $cross_compiling:$ac_tool_warned in
    22442364yes:)
    2245 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2365{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    22462366whose name does not start with the host triplet.  If you think this
    22472367configuration is useful to you, please write to autoconf@gnu.org." >&5
    2248 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2368$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    22492369whose name does not start with the host triplet.  If you think this
    22502370configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    22582378
    22592379
    2260 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2380test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    22612381See \`config.log' for more details." >&5
    2262 echo "$as_me: error: no acceptable C compiler found in \$PATH
     2382$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
    22632383See \`config.log' for more details." >&2;}
    22642384   { (exit 1); exit 1; }; }
    22652385
    22662386# Provide some information about the compiler.
    2267 echo "$as_me:$LINENO: checking for C compiler version" >&5
    2268 ac_compiler=`set X $ac_compile; echo $2`
     2387$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
     2388set X $ac_compile
     2389ac_compiler=$2
    22692390{ (ac_try="$ac_compiler --version >&5"
    22702391case "(($ac_try" in
     
    22722393  *) ac_try_echo=$ac_try;;
    22732394esac
    2274 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2395eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2396$as_echo "$ac_try_echo") >&5
    22752397  (eval "$ac_compiler --version >&5") 2>&5
    22762398  ac_status=$?
    2277   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2399  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    22782400  (exit $ac_status); }
    22792401{ (ac_try="$ac_compiler -v >&5"
     
    22822404  *) ac_try_echo=$ac_try;;
    22832405esac
    2284 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2406eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2407$as_echo "$ac_try_echo") >&5
    22852408  (eval "$ac_compiler -v >&5") 2>&5
    22862409  ac_status=$?
    2287   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2410  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    22882411  (exit $ac_status); }
    22892412{ (ac_try="$ac_compiler -V >&5"
     
    22922415  *) ac_try_echo=$ac_try;;
    22932416esac
    2294 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2417eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2418$as_echo "$ac_try_echo") >&5
    22952419  (eval "$ac_compiler -V >&5") 2>&5
    22962420  ac_status=$?
    2297   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2421  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    22982422  (exit $ac_status); }
    22992423
     
    23142438_ACEOF
    23152439ac_clean_files_save=$ac_clean_files
    2316 ac_clean_files="$ac_clean_files a.out a.exe b.out"
     2440ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
    23172441# Try to create an executable without -o first, disregard a.out.
    23182442# It will help us diagnose broken compilers, and finding out an intuition
    23192443# of exeext.
    2320 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    2321 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
    2322 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    2323 #
    2324 # List of possible output files, starting from the most likely.
    2325 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
    2326 # only as a last resort.  b.out is created by i960 compilers.
    2327 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
    2328 #
    2329 # The IRIX 6 linker writes into existing files which may not be
    2330 # executable, retaining their permissions.  Remove them first so a
    2331 # subsequent execution test works.
     2444{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2445$as_echo_n "checking for C compiler default output file name... " >&6; }
     2446ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2447
     2448# The possible output files:
     2449ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
     2450
    23322451ac_rmfiles=
    23332452for ac_file in $ac_files
    23342453do
    23352454  case $ac_file in
    2336     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     2455    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    23372456    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
    23382457  esac
     
    23452464  *) ac_try_echo=$ac_try;;
    23462465esac
    2347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2466eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2467$as_echo "$ac_try_echo") >&5
    23482468  (eval "$ac_link_default") 2>&5
    23492469  ac_status=$?
    2350   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2470  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23512471  (exit $ac_status); }; then
    23522472  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     
    23592479  test -f "$ac_file" || continue
    23602480  case $ac_file in
    2361     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
     2481    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
    23622482        ;;
    23632483    [ab].out )
     
    23862506fi
    23872507
    2388 { echo "$as_me:$LINENO: result: $ac_file" >&5
    2389 echo "${ECHO_T}$ac_file" >&6; }
     2508{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
     2509$as_echo "$ac_file" >&6; }
    23902510if test -z "$ac_file"; then
    2391   echo "$as_me: failed program was:" >&5
     2511  $as_echo "$as_me: failed program was:" >&5
    23922512sed 's/^/| /' conftest.$ac_ext >&5
    23932513
    2394 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
     2514{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
    23952515See \`config.log' for more details." >&5
    2396 echo "$as_me: error: C compiler cannot create executables
     2516$as_echo "$as_me: error: C compiler cannot create executables
    23972517See \`config.log' for more details." >&2;}
    23982518   { (exit 77); exit 77; }; }
     
    24032523# Check that the compiler produces executables we can run.  If not, either
    24042524# the compiler is broken, or we cross compile.
    2405 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    2406 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
     2525{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2526$as_echo_n "checking whether the C compiler works... " >&6; }
    24072527# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    24082528# If not cross compiling, check that we can run a simple program.
     
    24132533  *) ac_try_echo=$ac_try;;
    24142534esac
    2415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2535eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2536$as_echo "$ac_try_echo") >&5
    24162537  (eval "$ac_try") 2>&5
    24172538  ac_status=$?
    2418   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2539  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24192540  (exit $ac_status); }; }; then
    24202541    cross_compiling=no
     
    24232544        cross_compiling=yes
    24242545    else
    2425         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2546        { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
    24262547If you meant to cross compile, use \`--host'.
    24272548See \`config.log' for more details." >&5
    2428 echo "$as_me: error: cannot run C compiled programs.
     2549$as_echo "$as_me: error: cannot run C compiled programs.
    24292550If you meant to cross compile, use \`--host'.
    24302551See \`config.log' for more details." >&2;}
     
    24332554  fi
    24342555fi
    2435 { echo "$as_me:$LINENO: result: yes" >&5
    2436 echo "${ECHO_T}yes" >&6; }
    2437 
    2438 rm -f a.out a.exe conftest$ac_cv_exeext b.out
     2556{ $as_echo "$as_me:$LINENO: result: yes" >&5
     2557$as_echo "yes" >&6; }
     2558
     2559rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
    24392560ac_clean_files=$ac_clean_files_save
    24402561# Check that the compiler produces executables we can run.  If not, either
    24412562# the compiler is broken, or we cross compile.
    2442 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    2443 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
    2444 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
    2445 echo "${ECHO_T}$cross_compiling" >&6; }
    2446 
    2447 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
    2448 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
     2563{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2564$as_echo_n "checking whether we are cross compiling... " >&6; }
     2565{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2566$as_echo "$cross_compiling" >&6; }
     2567
     2568{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2569$as_echo_n "checking for suffix of executables... " >&6; }
    24492570if { (ac_try="$ac_link"
    24502571case "(($ac_try" in
     
    24522573  *) ac_try_echo=$ac_try;;
    24532574esac
    2454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2575eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2576$as_echo "$ac_try_echo") >&5
    24552577  (eval "$ac_link") 2>&5
    24562578  ac_status=$?
    2457   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2579  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24582580  (exit $ac_status); }; then
    24592581  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    24642586  test -f "$ac_file" || continue
    24652587  case $ac_file in
    2466     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     2588    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    24672589    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    24682590          break;;
     
    24712593done
    24722594else
    2473   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     2595  { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    24742596See \`config.log' for more details." >&5
    2475 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     2597$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    24762598See \`config.log' for more details." >&2;}
    24772599   { (exit 1); exit 1; }; }
     
    24792601
    24802602rm -f conftest$ac_cv_exeext
    2481 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    2482 echo "${ECHO_T}$ac_cv_exeext" >&6; }
     2603{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     2604$as_echo "$ac_cv_exeext" >&6; }
    24832605
    24842606rm -f conftest.$ac_ext
    24852607EXEEXT=$ac_cv_exeext
    24862608ac_exeext=$EXEEXT
    2487 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
    2488 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
     2609{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
     2610$as_echo_n "checking for suffix of object files... " >&6; }
    24892611if test "${ac_cv_objext+set}" = set; then
    2490   echo $ECHO_N "(cached) $ECHO_C" >&6
     2612  $as_echo_n "(cached) " >&6
    24912613else
    24922614  cat >conftest.$ac_ext <<_ACEOF
     
    25112633  *) ac_try_echo=$ac_try;;
    25122634esac
    2513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2635eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2636$as_echo "$ac_try_echo") >&5
    25142637  (eval "$ac_compile") 2>&5
    25152638  ac_status=$?
    2516   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2639  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25172640  (exit $ac_status); }; then
    25182641  for ac_file in conftest.o conftest.obj conftest.*; do
    25192642  test -f "$ac_file" || continue;
    25202643  case $ac_file in
    2521     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
     2644    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
    25222645    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    25232646       break;;
     
    25252648done
    25262649else
    2527   echo "$as_me: failed program was:" >&5
     2650  $as_echo "$as_me: failed program was:" >&5
    25282651sed 's/^/| /' conftest.$ac_ext >&5
    25292652
    2530 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     2653{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    25312654See \`config.log' for more details." >&5
    2532 echo "$as_me: error: cannot compute suffix of object files: cannot compile
     2655$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
    25332656See \`config.log' for more details." >&2;}
    25342657   { (exit 1); exit 1; }; }
     
    25372660rm -f conftest.$ac_cv_objext conftest.$ac_ext
    25382661fi
    2539 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    2540 echo "${ECHO_T}$ac_cv_objext" >&6; }
     2662{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     2663$as_echo "$ac_cv_objext" >&6; }
    25412664OBJEXT=$ac_cv_objext
    25422665ac_objext=$OBJEXT
    2543 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    2544 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
     2666{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     2667$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    25452668if test "${ac_cv_c_compiler_gnu+set}" = set; then
    2546   echo $ECHO_N "(cached) $ECHO_C" >&6
     2669  $as_echo_n "(cached) " >&6
    25472670else
    25482671  cat >conftest.$ac_ext <<_ACEOF
     
    25702693  *) ac_try_echo=$ac_try;;
    25712694esac
    2572 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2695eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2696$as_echo "$ac_try_echo") >&5
    25732697  (eval "$ac_compile") 2>conftest.er1
    25742698  ac_status=$?
     
    25762700  rm -f conftest.er1
    25772701  cat conftest.err >&5
    2578   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2702  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25792703  (exit $ac_status); } && {
    25802704         test -z "$ac_c_werror_flag" ||
     
    25832707  ac_compiler_gnu=yes
    25842708else
    2585   echo "$as_me: failed program was:" >&5
     2709  $as_echo "$as_me: failed program was:" >&5
    25862710sed 's/^/| /' conftest.$ac_ext >&5
    25872711
     
    25932717
    25942718fi
    2595 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    2596 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
    2597 GCC=`test $ac_compiler_gnu = yes && echo yes`
     2719{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     2720$as_echo "$ac_cv_c_compiler_gnu" >&6; }
     2721if test $ac_compiler_gnu = yes; then
     2722  GCC=yes
     2723else
     2724  GCC=
     2725fi
    25982726ac_test_CFLAGS=${CFLAGS+set}
    25992727ac_save_CFLAGS=$CFLAGS
    2600 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    2601 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
     2728{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     2729$as_echo_n "checking whether $CC accepts -g... " >&6; }
    26022730if test "${ac_cv_prog_cc_g+set}" = set; then
    2603   echo $ECHO_N "(cached) $ECHO_C" >&6
     2731  $as_echo_n "(cached) " >&6
    26042732else
    26052733  ac_save_c_werror_flag=$ac_c_werror_flag
     
    26282756  *) ac_try_echo=$ac_try;;
    26292757esac
    2630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2758eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2759$as_echo "$ac_try_echo") >&5
    26312760  (eval "$ac_compile") 2>conftest.er1
    26322761  ac_status=$?
     
    26342763  rm -f conftest.er1
    26352764  cat conftest.err >&5
    2636   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2765  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26372766  (exit $ac_status); } && {
    26382767         test -z "$ac_c_werror_flag" ||
     
    26412770  ac_cv_prog_cc_g=yes
    26422771else
    2643   echo "$as_me: failed program was:" >&5
     2772  $as_echo "$as_me: failed program was:" >&5
    26442773sed 's/^/| /' conftest.$ac_ext >&5
    26452774
     
    26662795  *) ac_try_echo=$ac_try;;
    26672796esac
    2668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2797eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2798$as_echo "$ac_try_echo") >&5
    26692799  (eval "$ac_compile") 2>conftest.er1
    26702800  ac_status=$?
     
    26722802  rm -f conftest.er1
    26732803  cat conftest.err >&5
    2674   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2804  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26752805  (exit $ac_status); } && {
    26762806         test -z "$ac_c_werror_flag" ||
     
    26792809  :
    26802810else
    2681   echo "$as_me: failed program was:" >&5
     2811  $as_echo "$as_me: failed program was:" >&5
    26822812sed 's/^/| /' conftest.$ac_ext >&5
    26832813
     
    27052835  *) ac_try_echo=$ac_try;;
    27062836esac
    2707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2837eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2838$as_echo "$ac_try_echo") >&5
    27082839  (eval "$ac_compile") 2>conftest.er1
    27092840  ac_status=$?
     
    27112842  rm -f conftest.er1
    27122843  cat conftest.err >&5
    2713   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2844  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27142845  (exit $ac_status); } && {
    27152846         test -z "$ac_c_werror_flag" ||
     
    27182849  ac_cv_prog_cc_g=yes
    27192850else
    2720   echo "$as_me: failed program was:" >&5
     2851  $as_echo "$as_me: failed program was:" >&5
    27212852sed 's/^/| /' conftest.$ac_ext >&5
    27222853
     
    27332864   ac_c_werror_flag=$ac_save_c_werror_flag
    27342865fi
    2735 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    2736 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
     2866{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     2867$as_echo "$ac_cv_prog_cc_g" >&6; }
    27372868if test "$ac_test_CFLAGS" = set; then
    27382869  CFLAGS=$ac_save_CFLAGS
     
    27502881  fi
    27512882fi
    2752 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
    2753 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
     2883{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     2884$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
    27542885if test "${ac_cv_prog_cc_c89+set}" = set; then
    2755   echo $ECHO_N "(cached) $ECHO_C" >&6
     2886  $as_echo_n "(cached) " >&6
    27562887else
    27572888  ac_cv_prog_cc_c89=no
     
    28242955  *) ac_try_echo=$ac_try;;
    28252956esac
    2826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2957eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2958$as_echo "$ac_try_echo") >&5
    28272959  (eval "$ac_compile") 2>conftest.er1
    28282960  ac_status=$?
     
    28302962  rm -f conftest.er1
    28312963  cat conftest.err >&5
    2832   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2964  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28332965  (exit $ac_status); } && {
    28342966         test -z "$ac_c_werror_flag" ||
     
    28372969  ac_cv_prog_cc_c89=$ac_arg
    28382970else
    2839   echo "$as_me: failed program was:" >&5
     2971  $as_echo "$as_me: failed program was:" >&5
    28402972sed 's/^/| /' conftest.$ac_ext >&5
    28412973
     
    28532985case "x$ac_cv_prog_cc_c89" in
    28542986  x)
    2855     { echo "$as_me:$LINENO: result: none needed" >&5
    2856 echo "${ECHO_T}none needed" >&6; } ;;
     2987    { $as_echo "$as_me:$LINENO: result: none needed" >&5
     2988$as_echo "none needed" >&6; } ;;
    28572989  xno)
    2858     { echo "$as_me:$LINENO: result: unsupported" >&5
    2859 echo "${ECHO_T}unsupported" >&6; } ;;
     2990    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
     2991$as_echo "unsupported" >&6; } ;;
    28602992  *)
    28612993    CC="$CC $ac_cv_prog_cc_c89"
    2862     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
    2863 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
     2994    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     2995$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
    28642996esac
    28652997
     
    28803012    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    28813013set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2882 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2883 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3014{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3015$as_echo_n "checking for $ac_word... " >&6; }
    28843016if test "${ac_cv_prog_F77+set}" = set; then
    2885   echo $ECHO_N "(cached) $ECHO_C" >&6
     3017  $as_echo_n "(cached) " >&6
    28863018else
    28873019  if test -n "$F77"; then
     
    28963028  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    28973029    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
    2898     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3030    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    28993031    break 2
    29003032  fi
     
    29073039F77=$ac_cv_prog_F77
    29083040if test -n "$F77"; then
    2909   { echo "$as_me:$LINENO: result: $F77" >&5
    2910 echo "${ECHO_T}$F77" >&6; }
    2911 else
    2912   { echo "$as_me:$LINENO: result: no" >&5
    2913 echo "${ECHO_T}no" >&6; }
     3041  { $as_echo "$as_me:$LINENO: result: $F77" >&5
     3042$as_echo "$F77" >&6; }
     3043else
     3044  { $as_echo "$as_me:$LINENO: result: no" >&5
     3045$as_echo "no" >&6; }
    29143046fi
    29153047
     
    29243056  # Extract the first word of "$ac_prog", so it can be a program name with args.
    29253057set dummy $ac_prog; ac_word=$2
    2926 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2927 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3058{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3059$as_echo_n "checking for $ac_word... " >&6; }
    29283060if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
    2929   echo $ECHO_N "(cached) $ECHO_C" >&6
     3061  $as_echo_n "(cached) " >&6
    29303062else
    29313063  if test -n "$ac_ct_F77"; then
     
    29403072  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    29413073    ac_cv_prog_ac_ct_F77="$ac_prog"
    2942     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3074    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    29433075    break 2
    29443076  fi
     
    29513083ac_ct_F77=$ac_cv_prog_ac_ct_F77
    29523084if test -n "$ac_ct_F77"; then
    2953   { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
    2954 echo "${ECHO_T}$ac_ct_F77" >&6; }
    2955 else
    2956   { echo "$as_me:$LINENO: result: no" >&5
    2957 echo "${ECHO_T}no" >&6; }
     3085  { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
     3086$as_echo "$ac_ct_F77" >&6; }
     3087else
     3088  { $as_echo "$as_me:$LINENO: result: no" >&5
     3089$as_echo "no" >&6; }
    29583090fi
    29593091
     
    29673099    case $cross_compiling:$ac_tool_warned in
    29683100yes:)
    2969 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     3101{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    29703102whose name does not start with the host triplet.  If you think this
    29713103configuration is useful to you, please write to autoconf@gnu.org." >&5
    2972 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     3104$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    29733105whose name does not start with the host triplet.  If you think this
    29743106configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    29813113
    29823114# Provide some information about the compiler.
    2983 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
    2984 ac_compiler=`set X $ac_compile; echo $2`
     3115$as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
     3116set X $ac_compile
     3117ac_compiler=$2
    29853118{ (ac_try="$ac_compiler --version >&5"
    29863119case "(($ac_try" in
     
    29883121  *) ac_try_echo=$ac_try;;
    29893122esac
    2990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3123eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3124$as_echo "$ac_try_echo") >&5
    29913125  (eval "$ac_compiler --version >&5") 2>&5
    29923126  ac_status=$?
    2993   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3127  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29943128  (exit $ac_status); }
    29953129{ (ac_try="$ac_compiler -v >&5"
     
    29983132  *) ac_try_echo=$ac_try;;
    29993133esac
    3000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3134eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3135$as_echo "$ac_try_echo") >&5
    30013136  (eval "$ac_compiler -v >&5") 2>&5
    30023137  ac_status=$?
    3003   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3138  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30043139  (exit $ac_status); }
    30053140{ (ac_try="$ac_compiler -V >&5"
     
    30083143  *) ac_try_echo=$ac_try;;
    30093144esac
    3010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3145eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3146$as_echo "$ac_try_echo") >&5
    30113147  (eval "$ac_compiler -V >&5") 2>&5
    30123148  ac_status=$?
    3013   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3149  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30143150  (exit $ac_status); }
    30153151rm -f a.out
     
    30193155ac_save_ext=$ac_ext
    30203156ac_ext=F
    3021 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
    3022 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
     3157{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
     3158$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
    30233159if test "${ac_cv_f77_compiler_gnu+set}" = set; then
    3024   echo $ECHO_N "(cached) $ECHO_C" >&6
     3160  $as_echo_n "(cached) " >&6
    30253161else
    30263162  cat >conftest.$ac_ext <<_ACEOF
     
    30383174  *) ac_try_echo=$ac_try;;
    30393175esac
    3040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3176eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3177$as_echo "$ac_try_echo") >&5
    30413178  (eval "$ac_compile") 2>conftest.er1
    30423179  ac_status=$?
     
    30443181  rm -f conftest.er1
    30453182  cat conftest.err >&5
    3046   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3183  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30473184  (exit $ac_status); } && {
    30483185         test -z "$ac_f77_werror_flag" ||
     
    30513188  ac_compiler_gnu=yes
    30523189else
    3053   echo "$as_me: failed program was:" >&5
     3190  $as_echo "$as_me: failed program was:" >&5
    30543191sed 's/^/| /' conftest.$ac_ext >&5
    30553192
     
    30613198
    30623199fi
    3063 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
    3064 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
     3200{ $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
     3201$as_echo "$ac_cv_f77_compiler_gnu" >&6; }
    30653202ac_ext=$ac_save_ext
    30663203ac_test_FFLAGS=${FFLAGS+set}
    30673204ac_save_FFLAGS=$FFLAGS
    30683205FFLAGS=
    3069 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
    3070 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
     3206{ $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
     3207$as_echo_n "checking whether $F77 accepts -g... " >&6; }
    30713208if test "${ac_cv_prog_f77_g+set}" = set; then
    3072   echo $ECHO_N "(cached) $ECHO_C" >&6
     3209  $as_echo_n "(cached) " >&6
    30733210else
    30743211  FFLAGS=-g
     
    30843221  *) ac_try_echo=$ac_try;;
    30853222esac
    3086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3223eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3224$as_echo "$ac_try_echo") >&5
    30873225  (eval "$ac_compile") 2>conftest.er1
    30883226  ac_status=$?
     
    30903228  rm -f conftest.er1
    30913229  cat conftest.err >&5
    3092   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3230  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30933231  (exit $ac_status); } && {
    30943232         test -z "$ac_f77_werror_flag" ||
     
    30973235  ac_cv_prog_f77_g=yes
    30983236else
    3099   echo "$as_me: failed program was:" >&5
     3237  $as_echo "$as_me: failed program was:" >&5
    31003238sed 's/^/| /' conftest.$ac_ext >&5
    31013239
     
    31063244
    31073245fi
    3108 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
    3109 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
     3246{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
     3247$as_echo "$ac_cv_prog_f77_g" >&6; }
    31103248if test "$ac_test_FFLAGS" = set; then
    31113249  FFLAGS=$ac_save_FFLAGS
     
    31243262fi
    31253263
    3126 G77=`test $ac_compiler_gnu = yes && echo yes`
     3264if test $ac_compiler_gnu = yes; then
     3265  G77=yes
     3266else
     3267  G77=
     3268fi
    31273269ac_ext=c
    31283270ac_cpp='$CPP $CPPFLAGS'
     
    31513293# OS/2's system install, which has a completely different semantic
    31523294# ./install, which can be erroneously created by make from ./install.sh.
    3153 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    3154 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
     3295# Reject install programs that cannot install multiple files.
     3296{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     3297$as_echo_n "checking for a BSD-compatible install... " >&6; }
    31553298if test -z "$INSTALL"; then
    31563299if test "${ac_cv_path_install+set}" = set; then
    3157   echo $ECHO_N "(cached) $ECHO_C" >&6
     3300  $as_echo_n "(cached) " >&6
    31583301else
    31593302  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    31843327            :
    31853328          else
    3186             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    3187             break 3
     3329            rm -rf conftest.one conftest.two conftest.dir
     3330            echo one > conftest.one
     3331            echo two > conftest.two
     3332            mkdir conftest.dir
     3333            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
     3334              test -s conftest.one && test -s conftest.two &&
     3335              test -s conftest.dir/conftest.one &&
     3336              test -s conftest.dir/conftest.two
     3337            then
     3338              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     3339              break 3
     3340            fi
    31883341          fi
    31893342        fi
     
    31923345    ;;
    31933346esac
     3347
    31943348done
    31953349IFS=$as_save_IFS
    31963350
     3351rm -rf conftest.one conftest.two conftest.dir
    31973352
    31983353fi
     
    32073362  fi
    32083363fi
    3209 { echo "$as_me:$LINENO: result: $INSTALL" >&5
    3210 echo "${ECHO_T}$INSTALL" >&6; }
     3364{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
     3365$as_echo "$INSTALL" >&6; }
    32113366
    32123367# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    32213376  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    32223377set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    3223 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    3224 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3378{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3379$as_echo_n "checking for $ac_word... " >&6; }
    32253380if test "${ac_cv_prog_RANLIB+set}" = set; then
    3226   echo $ECHO_N "(cached) $ECHO_C" >&6
     3381  $as_echo_n "(cached) " >&6
    32273382else
    32283383  if test -n "$RANLIB"; then
     
    32373392  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    32383393    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    3239     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3394    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    32403395    break 2
    32413396  fi
     
    32483403RANLIB=$ac_cv_prog_RANLIB
    32493404if test -n "$RANLIB"; then
    3250   { echo "$as_me:$LINENO: result: $RANLIB" >&5
    3251 echo "${ECHO_T}$RANLIB" >&6; }
    3252 else
    3253   { echo "$as_me:$LINENO: result: no" >&5
    3254 echo "${ECHO_T}no" >&6; }
     3405  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
     3406$as_echo "$RANLIB" >&6; }
     3407else
     3408  { $as_echo "$as_me:$LINENO: result: no" >&5
     3409$as_echo "no" >&6; }
    32553410fi
    32563411
     
    32613416  # Extract the first word of "ranlib", so it can be a program name with args.
    32623417set dummy ranlib; ac_word=$2
    3263 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    3264 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3418{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3419$as_echo_n "checking for $ac_word... " >&6; }
    32653420if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    3266   echo $ECHO_N "(cached) $ECHO_C" >&6
     3421  $as_echo_n "(cached) " >&6
    32673422else
    32683423  if test -n "$ac_ct_RANLIB"; then
     
    32773432  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    32783433    ac_cv_prog_ac_ct_RANLIB="ranlib"
    3279     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3434    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    32803435    break 2
    32813436  fi
     
    32883443ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    32893444if test -n "$ac_ct_RANLIB"; then
    3290   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    3291 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
    3292 else
    3293   { echo "$as_me:$LINENO: result: no" >&5
    3294 echo "${ECHO_T}no" >&6; }
     3445  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     3446$as_echo "$ac_ct_RANLIB" >&6; }
     3447else
     3448  { $as_echo "$as_me:$LINENO: result: no" >&5
     3449$as_echo "no" >&6; }
    32953450fi
    32963451
     
    33003455    case $cross_compiling:$ac_tool_warned in
    33013456yes:)
    3302 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     3457{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    33033458whose name does not start with the host triplet.  If you think this
    33043459configuration is useful to you, please write to autoconf@gnu.org." >&5
    3305 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     3460$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    33063461whose name does not start with the host triplet.  If you think this
    33073462configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    33143469fi
    33153470
    3316 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
    3317 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
     3471{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
     3472$as_echo_n "checking whether ln -s works... " >&6; }
    33183473LN_S=$as_ln_s
    33193474if test "$LN_S" = "ln -s"; then
    3320   { echo "$as_me:$LINENO: result: yes" >&5
    3321 echo "${ECHO_T}yes" >&6; }
    3322 else
    3323   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
    3324 echo "${ECHO_T}no, using $LN_S" >&6; }
    3325 fi
    3326 
    3327 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
    3328 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
     3475  { $as_echo "$as_me:$LINENO: result: yes" >&5
     3476$as_echo "yes" >&6; }
     3477else
     3478  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
     3479$as_echo "no, using $LN_S" >&6; }
     3480fi
     3481
     3482{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
     3483$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
    33293484if test -z "$MKDIR_P"; then
    33303485  if test "${ac_cv_path_mkdir+set}" = set; then
    3331   echo $ECHO_N "(cached) $ECHO_C" >&6
     3486  $as_echo_n "(cached) " >&6
    33323487else
    33333488  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    33643519  fi
    33653520fi
    3366 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
    3367 echo "${ECHO_T}$MKDIR_P" >&6; }
     3521{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
     3522$as_echo "$MKDIR_P" >&6; }
    33683523
    33693524
     
    33743529ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    33753530ac_compiler_gnu=$ac_cv_c_compiler_gnu
    3376 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    3377 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
     3531{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     3532$as_echo_n "checking how to run the C preprocessor... " >&6; }
    33783533# On Suns, sometimes $CPP names a directory.
    33793534if test -n "$CPP" && test -d "$CPP"; then
     
    33823537if test -z "$CPP"; then
    33833538  if test "${ac_cv_prog_CPP+set}" = set; then
    3384   echo $ECHO_N "(cached) $ECHO_C" >&6
     3539  $as_echo_n "(cached) " >&6
    33853540else
    33863541      # Double quotes because CPP needs to be expanded
     
    34143569  *) ac_try_echo=$ac_try;;
    34153570esac
    3416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3571eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3572$as_echo "$ac_try_echo") >&5
    34173573  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    34183574  ac_status=$?
     
    34203576  rm -f conftest.er1
    34213577  cat conftest.err >&5
    3422   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3578  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    34233579  (exit $ac_status); } >/dev/null && {
    34243580         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    34273583  :
    34283584else
    3429   echo "$as_me: failed program was:" >&5
     3585  $as_echo "$as_me: failed program was:" >&5
    34303586sed 's/^/| /' conftest.$ac_ext >&5
    34313587
     
    34513607  *) ac_try_echo=$ac_try;;
    34523608esac
    3453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3609eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3610$as_echo "$ac_try_echo") >&5
    34543611  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    34553612  ac_status=$?
     
    34573614  rm -f conftest.er1
    34583615  cat conftest.err >&5
    3459   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3616  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    34603617  (exit $ac_status); } >/dev/null && {
    34613618         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    34653622continue
    34663623else
    3467   echo "$as_me: failed program was:" >&5
     3624  $as_echo "$as_me: failed program was:" >&5
    34683625sed 's/^/| /' conftest.$ac_ext >&5
    34693626
     
    34903647  ac_cv_prog_CPP=$CPP
    34913648fi
    3492 { echo "$as_me:$LINENO: result: $CPP" >&5
    3493 echo "${ECHO_T}$CPP" >&6; }
     3649{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
     3650$as_echo "$CPP" >&6; }
    34943651ac_preproc_ok=false
    34953652for ac_c_preproc_warn_flag in '' yes
     
    35193676  *) ac_try_echo=$ac_try;;
    35203677esac
    3521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3678eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3679$as_echo "$ac_try_echo") >&5
    35223680  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    35233681  ac_status=$?
     
    35253683  rm -f conftest.er1
    35263684  cat conftest.err >&5
    3527   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3685  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    35283686  (exit $ac_status); } >/dev/null && {
    35293687         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    35323690  :
    35333691else
    3534   echo "$as_me: failed program was:" >&5
     3692  $as_echo "$as_me: failed program was:" >&5
    35353693sed 's/^/| /' conftest.$ac_ext >&5
    35363694
     
    35563714  *) ac_try_echo=$ac_try;;
    35573715esac
    3558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3716eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3717$as_echo "$ac_try_echo") >&5
    35593718  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    35603719  ac_status=$?
     
    35623721  rm -f conftest.er1
    35633722  cat conftest.err >&5
    3564   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3723  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    35653724  (exit $ac_status); } >/dev/null && {
    35663725         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    35703729continue
    35713730else
    3572   echo "$as_me: failed program was:" >&5
     3731  $as_echo "$as_me: failed program was:" >&5
    35733732sed 's/^/| /' conftest.$ac_ext >&5
    35743733
     
    35863745  :
    35873746else
    3588   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     3747  { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    35893748See \`config.log' for more details." >&5
    3590 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     3749$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    35913750See \`config.log' for more details." >&2;}
    35923751   { (exit 1); exit 1; }; }
     
    36003759
    36013760
    3602 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
    3603 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
     3761{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
     3762$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
    36043763if test "${ac_cv_path_GREP+set}" = set; then
    3605   echo $ECHO_N "(cached) $ECHO_C" >&6
    3606 else
    3607   # Extract the first word of "grep ggrep" to use in msg output
    3608 if test -z "$GREP"; then
    3609 set dummy grep ggrep; ac_prog_name=$2
    3610 if test "${ac_cv_path_GREP+set}" = set; then
    3611   echo $ECHO_N "(cached) $ECHO_C" >&6
    3612 else
     3764  $as_echo_n "(cached) " >&6
     3765else
     3766  if test -z "$GREP"; then
    36133767  ac_path_GREP_found=false
    3614 # Loop through the user's path and test for each of PROGNAME-LIST
    3615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     3768  # Loop through the user's path and test for each of PROGNAME-LIST
     3769  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    36163770for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    36173771do
     
    36193773  test -z "$as_dir" && as_dir=.
    36203774  for ac_prog in grep ggrep; do
    3621   for ac_exec_ext in '' $ac_executable_extensions; do
    3622     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
    3623     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
    3624     # Check for GNU ac_path_GREP and select it if it is found.
     3775    for ac_exec_ext in '' $ac_executable_extensions; do
     3776      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
     3777      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
     3778# Check for GNU ac_path_GREP and select it if it is found.
    36253779  # Check for GNU $ac_path_GREP
    36263780case `"$ac_path_GREP" --version 2>&1` in
     
    36293783*)
    36303784  ac_count=0
    3631   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
     3785  $as_echo_n 0123456789 >"conftest.in"
    36323786  while :
    36333787  do
     
    36353789    mv "conftest.tmp" "conftest.in"
    36363790    cp "conftest.in" "conftest.nl"
    3637     echo 'GREP' >> "conftest.nl"
     3791    $as_echo 'GREP' >> "conftest.nl"
    36383792    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    36393793    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    36503804esac
    36513805
    3652 
    3653     $ac_path_GREP_found && break 3
     3806      $ac_path_GREP_found && break 3
     3807    done
    36543808  done
    36553809done
    3656 
    3657 done
    36583810IFS=$as_save_IFS
    3659 
    3660 
    3661 fi
    3662 
    3663 GREP="$ac_cv_path_GREP"
    3664 if test -z "$GREP"; then
    3665   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
    3666 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     3811  if test -z "$ac_cv_path_GREP"; then
     3812    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     3813$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    36673814   { (exit 1); exit 1; }; }
    3668 fi
    3669 
     3815  fi
    36703816else
    36713817  ac_cv_path_GREP=$GREP
    36723818fi
    36733819
    3674 
    3675 fi
    3676 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
    3677 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
     3820fi
     3821{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
     3822$as_echo "$ac_cv_path_GREP" >&6; }
    36783823 GREP="$ac_cv_path_GREP"
    36793824
    36803825
    3681 { echo "$as_me:$LINENO: checking for egrep" >&5
    3682 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
     3826{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
     3827$as_echo_n "checking for egrep... " >&6; }
    36833828if test "${ac_cv_path_EGREP+set}" = set; then
    3684   echo $ECHO_N "(cached) $ECHO_C" >&6
     3829  $as_echo_n "(cached) " >&6
    36853830else
    36863831  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
    36873832   then ac_cv_path_EGREP="$GREP -E"
    36883833   else
    3689      # Extract the first word of "egrep" to use in msg output
    3690 if test -z "$EGREP"; then
    3691 set dummy egrep; ac_prog_name=$2
    3692 if test "${ac_cv_path_EGREP+set}" = set; then
    3693   echo $ECHO_N "(cached) $ECHO_C" >&6
    3694 else
     3834     if test -z "$EGREP"; then
    36953835  ac_path_EGREP_found=false
    3696 # Loop through the user's path and test for each of PROGNAME-LIST
    3697 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     3836  # Loop through the user's path and test for each of PROGNAME-LIST
     3837  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    36983838for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    36993839do
     
    37013841  test -z "$as_dir" && as_dir=.
    37023842  for ac_prog in egrep; do
    3703   for ac_exec_ext in '' $ac_executable_extensions; do
    3704     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
    3705     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
    3706     # Check for GNU ac_path_EGREP and select it if it is found.
     3843    for ac_exec_ext in '' $ac_executable_extensions; do
     3844      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
     3845      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
     3846# Check for GNU ac_path_EGREP and select it if it is found.
    37073847  # Check for GNU $ac_path_EGREP
    37083848case `"$ac_path_EGREP" --version 2>&1` in
     
    37113851*)
    37123852  ac_count=0
    3713   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
     3853  $as_echo_n 0123456789 >"conftest.in"
    37143854  while :
    37153855  do
     
    37173857    mv "conftest.tmp" "conftest.in"
    37183858    cp "conftest.in" "conftest.nl"
    3719     echo 'EGREP' >> "conftest.nl"
     3859    $as_echo 'EGREP' >> "conftest.nl"
    37203860    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    37213861    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    37323872esac
    37333873
    3734 
    3735     $ac_path_EGREP_found && break 3
     3874      $ac_path_EGREP_found && break 3
     3875    done
    37363876  done
    37373877done
    3738 
    3739 done
    37403878IFS=$as_save_IFS
    3741 
    3742 
    3743 fi
    3744 
    3745 EGREP="$ac_cv_path_EGREP"
    3746 if test -z "$EGREP"; then
    3747   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
    3748 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     3879  if test -z "$ac_cv_path_EGREP"; then
     3880    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     3881$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    37493882   { (exit 1); exit 1; }; }
    3750 fi
    3751 
     3883  fi
    37523884else
    37533885  ac_cv_path_EGREP=$EGREP
    37543886fi
    37553887
    3756 
    37573888   fi
    37583889fi
    3759 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
    3760 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
     3890{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
     3891$as_echo "$ac_cv_path_EGREP" >&6; }
    37613892 EGREP="$ac_cv_path_EGREP"
    37623893
    37633894
    3764 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
    3765 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
     3895{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     3896$as_echo_n "checking for ANSI C header files... " >&6; }
    37663897if test "${ac_cv_header_stdc+set}" = set; then
    3767   echo $ECHO_N "(cached) $ECHO_C" >&6
     3898  $as_echo_n "(cached) " >&6
    37683899else
    37693900  cat >conftest.$ac_ext <<_ACEOF
     
    37923923  *) ac_try_echo=$ac_try;;
    37933924esac
    3794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3925eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3926$as_echo "$ac_try_echo") >&5
    37953927  (eval "$ac_compile") 2>conftest.er1
    37963928  ac_status=$?
     
    37983930  rm -f conftest.er1
    37993931  cat conftest.err >&5
    3800   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3932  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38013933  (exit $ac_status); } && {
    38023934         test -z "$ac_c_werror_flag" ||
     
    38053937  ac_cv_header_stdc=yes
    38063938else
    3807   echo "$as_me: failed program was:" >&5
     3939  $as_echo "$as_me: failed program was:" >&5
    38083940sed 's/^/| /' conftest.$ac_ext >&5
    38093941
     
    38974029  *) ac_try_echo=$ac_try;;
    38984030esac
    3899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4031eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4032$as_echo "$ac_try_echo") >&5
    39004033  (eval "$ac_link") 2>&5
    39014034  ac_status=$?
    3902   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4035  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39034036  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    39044037  { (case "(($ac_try" in
     
    39064039  *) ac_try_echo=$ac_try;;
    39074040esac
    3908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4041eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4042$as_echo "$ac_try_echo") >&5
    39094043  (eval "$ac_try") 2>&5
    39104044  ac_status=$?
    3911   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4045  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39124046  (exit $ac_status); }; }; then
    39134047  :
    39144048else
    3915   echo "$as_me: program exited with status $ac_status" >&5
    3916 echo "$as_me: failed program was:" >&5
     4049  $as_echo "$as_me: program exited with status $ac_status" >&5
     4050$as_echo "$as_me: failed program was:" >&5
    39174051sed 's/^/| /' conftest.$ac_ext >&5
    39184052
     
    39204054ac_cv_header_stdc=no
    39214055fi
     4056rm -rf conftest.dSYM
    39224057rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    39234058fi
     
    39264061fi
    39274062fi
    3928 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
    3929 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
     4063{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     4064$as_echo "$ac_cv_header_stdc" >&6; }
    39304065if test $ac_cv_header_stdc = yes; then
    39314066
     
    39364071fi
    39374072
    3938 { echo "$as_me:$LINENO: checking for atol" >&5
    3939 echo $ECHO_N "checking for atol... $ECHO_C" >&6; }
     4073{ $as_echo "$as_me:$LINENO: checking for atol" >&5
     4074$as_echo_n "checking for atol... " >&6; }
    39404075if test "${ac_cv_func_atol+set}" = set; then
    3941   echo $ECHO_N "(cached) $ECHO_C" >&6
     4076  $as_echo_n "(cached) " >&6
    39424077else
    39434078  cat >conftest.$ac_ext <<_ACEOF
     
    39924127  *) ac_try_echo=$ac_try;;
    39934128esac
    3994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4129eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4130$as_echo "$ac_try_echo") >&5
    39954131  (eval "$ac_link") 2>conftest.er1
    39964132  ac_status=$?
     
    39984134  rm -f conftest.er1
    39994135  cat conftest.err >&5
    4000   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4136  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40014137  (exit $ac_status); } && {
    40024138         test -z "$ac_c_werror_flag" ||
    40034139         test ! -s conftest.err
    4004        } && test -s conftest$ac_exeext &&
    4005        $as_test_x conftest$ac_exeext; then
     4140       } && test -s conftest$ac_exeext && {
     4141         test "$cross_compiling" = yes ||
     4142         $as_test_x conftest$ac_exeext
     4143       }; then
    40064144  ac_cv_func_atol=yes
    40074145else
    4008   echo "$as_me: failed program was:" >&5
     4146  $as_echo "$as_me: failed program was:" >&5
    40094147sed 's/^/| /' conftest.$ac_ext >&5
    40104148
     
    40124150fi
    40134151
     4152rm -rf conftest.dSYM
    40144153rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    40154154      conftest$ac_exeext conftest.$ac_ext
    40164155fi
    4017 { echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5
    4018 echo "${ECHO_T}$ac_cv_func_atol" >&6; }
     4156{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5
     4157$as_echo "$ac_cv_func_atol" >&6; }
    40194158if test $ac_cv_func_atol = yes; then
    40204159  :
    40214160else
    4022   { { echo "$as_me:$LINENO: error: oops! no atol ?!?" >&5
    4023 echo "$as_me: error: oops! no atol ?!?" >&2;}
     4161  { { $as_echo "$as_me:$LINENO: error: oops! no atol ?!?" >&5
     4162$as_echo "$as_me: error: oops! no atol ?!?" >&2;}
    40244163   { (exit 1); exit 1; }; }
    40254164fi
     
    40404179    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    40414180set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    4042 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    4043 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     4181{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4182$as_echo_n "checking for $ac_word... " >&6; }
    40444183if test "${ac_cv_prog_CXX+set}" = set; then
    4045   echo $ECHO_N "(cached) $ECHO_C" >&6
     4184  $as_echo_n "(cached) " >&6
    40464185else
    40474186  if test -n "$CXX"; then
     
    40564195  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    40574196    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    4058     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4197    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    40594198    break 2
    40604199  fi
     
    40674206CXX=$ac_cv_prog_CXX
    40684207if test -n "$CXX"; then
    4069   { echo "$as_me:$LINENO: result: $CXX" >&5
    4070 echo "${ECHO_T}$CXX" >&6; }
    4071 else
    4072   { echo "$as_me:$LINENO: result: no" >&5
    4073 echo "${ECHO_T}no" >&6; }
     4208  { $as_echo "$as_me:$LINENO: result: $CXX" >&5
     4209$as_echo "$CXX" >&6; }
     4210else
     4211  { $as_echo "$as_me:$LINENO: result: no" >&5
     4212$as_echo "no" >&6; }
    40744213fi
    40754214
     
    40844223  # Extract the first word of "$ac_prog", so it can be a program name with args.
    40854224set dummy $ac_prog; ac_word=$2
    4086 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    4087 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     4225{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4226$as_echo_n "checking for $ac_word... " >&6; }
    40884227if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
    4089   echo $ECHO_N "(cached) $ECHO_C" >&6
     4228  $as_echo_n "(cached) " >&6
    40904229else
    40914230  if test -n "$ac_ct_CXX"; then
     
    41004239  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    41014240    ac_cv_prog_ac_ct_CXX="$ac_prog"
    4102     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4241    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    41034242    break 2
    41044243  fi
     
    41114250ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    41124251if test -n "$ac_ct_CXX"; then
    4113   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
    4114 echo "${ECHO_T}$ac_ct_CXX" >&6; }
    4115 else
    4116   { echo "$as_me:$LINENO: result: no" >&5
    4117 echo "${ECHO_T}no" >&6; }
     4252  { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
     4253$as_echo "$ac_ct_CXX" >&6; }
     4254else
     4255  { $as_echo "$as_me:$LINENO: result: no" >&5
     4256$as_echo "no" >&6; }
    41184257fi
    41194258
     
    41274266    case $cross_compiling:$ac_tool_warned in
    41284267yes:)
    4129 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     4268{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    41304269whose name does not start with the host triplet.  If you think this
    41314270configuration is useful to you, please write to autoconf@gnu.org." >&5
    4132 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     4271$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    41334272whose name does not start with the host triplet.  If you think this
    41344273configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    41424281fi
    41434282# Provide some information about the compiler.
    4144 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
    4145 ac_compiler=`set X $ac_compile; echo $2`
     4283$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
     4284set X $ac_compile
     4285ac_compiler=$2
    41464286{ (ac_try="$ac_compiler --version >&5"
    41474287case "(($ac_try" in
     
    41494289  *) ac_try_echo=$ac_try;;
    41504290esac
    4151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4291eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4292$as_echo "$ac_try_echo") >&5
    41524293  (eval "$ac_compiler --version >&5") 2>&5
    41534294  ac_status=$?
    4154   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4295  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    41554296  (exit $ac_status); }
    41564297{ (ac_try="$ac_compiler -v >&5"
     
    41594300  *) ac_try_echo=$ac_try;;
    41604301esac
    4161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4302eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4303$as_echo "$ac_try_echo") >&5
    41624304  (eval "$ac_compiler -v >&5") 2>&5
    41634305  ac_status=$?
    4164   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4306  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    41654307  (exit $ac_status); }
    41664308{ (ac_try="$ac_compiler -V >&5"
     
    41694311  *) ac_try_echo=$ac_try;;
    41704312esac
    4171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4313eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4314$as_echo "$ac_try_echo") >&5
    41724315  (eval "$ac_compiler -V >&5") 2>&5
    41734316  ac_status=$?
    4174   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4317  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    41754318  (exit $ac_status); }
    41764319
    4177 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
    4178 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
     4320{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
     4321$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
    41794322if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
    4180   echo $ECHO_N "(cached) $ECHO_C" >&6
     4323  $as_echo_n "(cached) " >&6
    41814324else
    41824325  cat >conftest.$ac_ext <<_ACEOF
     
    42044347  *) ac_try_echo=$ac_try;;
    42054348esac
    4206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4349eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4350$as_echo "$ac_try_echo") >&5
    42074351  (eval "$ac_compile") 2>conftest.er1
    42084352  ac_status=$?
     
    42104354  rm -f conftest.er1
    42114355  cat conftest.err >&5
    4212   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4356  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42134357  (exit $ac_status); } && {
    42144358         test -z "$ac_cxx_werror_flag" ||
     
    42174361  ac_compiler_gnu=yes
    42184362else
    4219   echo "$as_me: failed program was:" >&5
     4363  $as_echo "$as_me: failed program was:" >&5
    42204364sed 's/^/| /' conftest.$ac_ext >&5
    42214365
     
    42274371
    42284372fi
    4229 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
    4230 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
    4231 GXX=`test $ac_compiler_gnu = yes && echo yes`
     4373{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
     4374$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
     4375if test $ac_compiler_gnu = yes; then
     4376  GXX=yes
     4377else
     4378  GXX=
     4379fi
    42324380ac_test_CXXFLAGS=${CXXFLAGS+set}
    42334381ac_save_CXXFLAGS=$CXXFLAGS
    4234 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
    4235 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
     4382{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
     4383$as_echo_n "checking whether $CXX accepts -g... " >&6; }
    42364384if test "${ac_cv_prog_cxx_g+set}" = set; then
    4237   echo $ECHO_N "(cached) $ECHO_C" >&6
     4385  $as_echo_n "(cached) " >&6
    42384386else
    42394387  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
     
    42624410  *) ac_try_echo=$ac_try;;
    42634411esac
    4264 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4412eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4413$as_echo "$ac_try_echo") >&5
    42654414  (eval "$ac_compile") 2>conftest.er1
    42664415  ac_status=$?
     
    42684417  rm -f conftest.er1
    42694418  cat conftest.err >&5
    4270   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4419  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42714420  (exit $ac_status); } && {
    42724421         test -z "$ac_cxx_werror_flag" ||
     
    42754424  ac_cv_prog_cxx_g=yes
    42764425else
    4277   echo "$as_me: failed program was:" >&5
     4426  $as_echo "$as_me: failed program was:" >&5
    42784427sed 's/^/| /' conftest.$ac_ext >&5
    42794428
     
    43004449  *) ac_try_echo=$ac_try;;
    43014450esac
    4302 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4451eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4452$as_echo "$ac_try_echo") >&5
    43034453  (eval "$ac_compile") 2>conftest.er1
    43044454  ac_status=$?
     
    43064456  rm -f conftest.er1
    43074457  cat conftest.err >&5
    4308   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4458  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43094459  (exit $ac_status); } && {
    43104460         test -z "$ac_cxx_werror_flag" ||
     
    43134463  :
    43144464else
    4315   echo "$as_me: failed program was:" >&5
     4465  $as_echo "$as_me: failed program was:" >&5
    43164466sed 's/^/| /' conftest.$ac_ext >&5
    43174467
     
    43394489  *) ac_try_echo=$ac_try;;
    43404490esac
    4341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4491eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4492$as_echo "$ac_try_echo") >&5
    43424493  (eval "$ac_compile") 2>conftest.er1
    43434494  ac_status=$?
     
    43454496  rm -f conftest.er1
    43464497  cat conftest.err >&5
    4347   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4498  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43484499  (exit $ac_status); } && {
    43494500         test -z "$ac_cxx_werror_flag" ||
     
    43524503  ac_cv_prog_cxx_g=yes
    43534504else
    4354   echo "$as_me: failed program was:" >&5
     4505  $as_echo "$as_me: failed program was:" >&5
    43554506sed 's/^/| /' conftest.$ac_ext >&5
    43564507
     
    43674518   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
    43684519fi
    4369 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
    4370 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
     4520{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     4521$as_echo "$ac_cv_prog_cxx_g" >&6; }
    43714522if test "$ac_test_CXXFLAGS" = set; then
    43724523  CXXFLAGS=$ac_save_CXXFLAGS
     
    43994550
    44004551
    4401 { echo "$as_me:$LINENO: checking for main in -lstdc++" >&5
    4402 echo $ECHO_N "checking for main in -lstdc++... $ECHO_C" >&6; }
     4552{ $as_echo "$as_me:$LINENO: checking for main in -lstdc++" >&5
     4553$as_echo_n "checking for main in -lstdc++... " >&6; }
    44034554if test "${ac_cv_lib_stdcpp_main+set}" = set; then
    4404   echo $ECHO_N "(cached) $ECHO_C" >&6
     4555  $as_echo_n "(cached) " >&6
    44054556else
    44064557  ac_check_lib_save_LIBS=$LIBS
     
    44284579  *) ac_try_echo=$ac_try;;
    44294580esac
    4430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4581eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4582$as_echo "$ac_try_echo") >&5
    44314583  (eval "$ac_link") 2>conftest.er1
    44324584  ac_status=$?
     
    44344586  rm -f conftest.er1
    44354587  cat conftest.err >&5
    4436   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4588  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44374589  (exit $ac_status); } && {
    44384590         test -z "$ac_cxx_werror_flag" ||
    44394591         test ! -s conftest.err
    4440        } && test -s conftest$ac_exeext &&
    4441        $as_test_x conftest$ac_exeext; then
     4592       } && test -s conftest$ac_exeext && {
     4593         test "$cross_compiling" = yes ||
     4594         $as_test_x conftest$ac_exeext
     4595       }; then
    44424596  ac_cv_lib_stdcpp_main=yes
    44434597else
    4444   echo "$as_me: failed program was:" >&5
     4598  $as_echo "$as_me: failed program was:" >&5
    44454599sed 's/^/| /' conftest.$ac_ext >&5
    44464600
     
    44484602fi
    44494603
     4604rm -rf conftest.dSYM
    44504605rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    44514606      conftest$ac_exeext conftest.$ac_ext
    44524607LIBS=$ac_check_lib_save_LIBS
    44534608fi
    4454 { echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5
    4455 echo "${ECHO_T}$ac_cv_lib_stdcpp_main" >&6; }
     4609{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5
     4610$as_echo "$ac_cv_lib_stdcpp_main" >&6; }
    44564611if test $ac_cv_lib_stdcpp_main = yes; then
    44574612  cat >>confdefs.h <<_ACEOF
     
    44624617
    44634618else
    4464   { { echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5
    4465 echo "$as_me: error: librappture requires libstdc++" >&2;}
     4619  { { $as_echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5
     4620$as_echo "$as_me: error: librappture requires libstdc++" >&2;}
    44664621   { (exit 1); exit 1; }; }
    44674622fi
     
    44804635                  inttypes.h stdint.h unistd.h
    44814636do
    4482 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    4483 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    4484 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     4637as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4638{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     4639$as_echo_n "checking for $ac_header... " >&6; }
    44854640if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4486   echo $ECHO_N "(cached) $ECHO_C" >&6
     4641  $as_echo_n "(cached) " >&6
    44874642else
    44884643  cat >conftest.$ac_ext <<_ACEOF
     
    45024657  *) ac_try_echo=$ac_try;;
    45034658esac
    4504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4659eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4660$as_echo "$ac_try_echo") >&5
    45054661  (eval "$ac_compile") 2>conftest.er1
    45064662  ac_status=$?
     
    45084664  rm -f conftest.er1
    45094665  cat conftest.err >&5
    4510   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4666  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    45114667  (exit $ac_status); } && {
    45124668         test -z "$ac_cxx_werror_flag" ||
     
    45154671  eval "$as_ac_Header=yes"
    45164672else
    4517   echo "$as_me: failed program was:" >&5
     4673  $as_echo "$as_me: failed program was:" >&5
    45184674sed 's/^/| /' conftest.$ac_ext >&5
    45194675
     
    45234679rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    45244680fi
    4525 ac_res=`eval echo '${'$as_ac_Header'}'`
    4526                { echo "$as_me:$LINENO: result: $ac_res" >&5
    4527 echo "${ECHO_T}$ac_res" >&6; }
    4528 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     4681ac_res=`eval 'as_val=${'$as_ac_Header'}
     4682                 $as_echo "$as_val"'`
     4683               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     4684$as_echo "$ac_res" >&6; }
     4685if test `eval 'as_val=${'$as_ac_Header'}
     4686                 $as_echo "$as_val"'` = yes; then
    45294687  cat >>confdefs.h <<_ACEOF
    4530 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     4688#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    45314689_ACEOF
    45324690
     
    45414699ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    45424700ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
    4543 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
    4544 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
     4701{ $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
     4702$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
    45454703if test -z "$CXXCPP"; then
    45464704  if test "${ac_cv_prog_CXXCPP+set}" = set; then
    4547   echo $ECHO_N "(cached) $ECHO_C" >&6
     4705  $as_echo_n "(cached) " >&6
    45484706else
    45494707      # Double quotes because CXXCPP needs to be expanded
     
    45774735  *) ac_try_echo=$ac_try;;
    45784736esac
    4579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4737eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4738$as_echo "$ac_try_echo") >&5
    45804739  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    45814740  ac_status=$?
     
    45834742  rm -f conftest.er1
    45844743  cat conftest.err >&5
    4585   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4744  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    45864745  (exit $ac_status); } >/dev/null && {
    45874746         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    45904749  :
    45914750else
    4592   echo "$as_me: failed program was:" >&5
     4751  $as_echo "$as_me: failed program was:" >&5
    45934752sed 's/^/| /' conftest.$ac_ext >&5
    45944753
     
    46144773  *) ac_try_echo=$ac_try;;
    46154774esac
    4616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4775eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4776$as_echo "$ac_try_echo") >&5
    46174777  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    46184778  ac_status=$?
     
    46204780  rm -f conftest.er1
    46214781  cat conftest.err >&5
    4622   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4782  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46234783  (exit $ac_status); } >/dev/null && {
    46244784         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    46284788continue
    46294789else
    4630   echo "$as_me: failed program was:" >&5
     4790  $as_echo "$as_me: failed program was:" >&5
    46314791sed 's/^/| /' conftest.$ac_ext >&5
    46324792
     
    46534813  ac_cv_prog_CXXCPP=$CXXCPP
    46544814fi
    4655 { echo "$as_me:$LINENO: result: $CXXCPP" >&5
    4656 echo "${ECHO_T}$CXXCPP" >&6; }
     4815{ $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5
     4816$as_echo "$CXXCPP" >&6; }
    46574817ac_preproc_ok=false
    46584818for ac_cxx_preproc_warn_flag in '' yes
     
    46824842  *) ac_try_echo=$ac_try;;
    46834843esac
    4684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4844eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4845$as_echo "$ac_try_echo") >&5
    46854846  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    46864847  ac_status=$?
     
    46884849  rm -f conftest.er1
    46894850  cat conftest.err >&5
    4690   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4851  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46914852  (exit $ac_status); } >/dev/null && {
    46924853         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    46954856  :
    46964857else
    4697   echo "$as_me: failed program was:" >&5
     4858  $as_echo "$as_me: failed program was:" >&5
    46984859sed 's/^/| /' conftest.$ac_ext >&5
    46994860
     
    47194880  *) ac_try_echo=$ac_try;;
    47204881esac
    4721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4882eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4883$as_echo "$ac_try_echo") >&5
    47224884  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    47234885  ac_status=$?
     
    47254887  rm -f conftest.er1
    47264888  cat conftest.err >&5
    4727   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4889  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47284890  (exit $ac_status); } >/dev/null && {
    47294891         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    47334895continue
    47344896else
    4735   echo "$as_me: failed program was:" >&5
     4897  $as_echo "$as_me: failed program was:" >&5
    47364898sed 's/^/| /' conftest.$ac_ext >&5
    47374899
     
    47494911  :
    47504912else
    4751   { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
     4913  { { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
    47524914See \`config.log' for more details." >&5
    4753 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
     4915$as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
    47544916See \`config.log' for more details." >&2;}
    47554917   { (exit 1); exit 1; }; }
     
    47664928for ac_header in stack
    47674929do
    4768 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4930as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    47694931if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4770   { echo "$as_me:$LINENO: checking for $ac_header" >&5
    4771 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     4932  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     4933$as_echo_n "checking for $ac_header... " >&6; }
    47724934if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4773   echo $ECHO_N "(cached) $ECHO_C" >&6
    4774 fi
    4775 ac_res=`eval echo '${'$as_ac_Header'}'`
    4776                { echo "$as_me:$LINENO: result: $ac_res" >&5
    4777 echo "${ECHO_T}$ac_res" >&6; }
     4935  $as_echo_n "(cached) " >&6
     4936fi
     4937ac_res=`eval 'as_val=${'$as_ac_Header'}
     4938                 $as_echo "$as_val"'`
     4939               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     4940$as_echo "$ac_res" >&6; }
    47784941else
    47794942  # Is the header compilable?
    4780 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
    4781 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
     4943{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
     4944$as_echo_n "checking $ac_header usability... " >&6; }
    47824945cat >conftest.$ac_ext <<_ACEOF
    47834946/* confdefs.h.  */
     
    47954958  *) ac_try_echo=$ac_try;;
    47964959esac
    4797 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4960eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4961$as_echo "$ac_try_echo") >&5
    47984962  (eval "$ac_compile") 2>conftest.er1
    47994963  ac_status=$?
     
    48014965  rm -f conftest.er1
    48024966  cat conftest.err >&5
    4803   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4967  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48044968  (exit $ac_status); } && {
    48054969         test -z "$ac_cxx_werror_flag" ||
     
    48084972  ac_header_compiler=yes
    48094973else
    4810   echo "$as_me: failed program was:" >&5
     4974  $as_echo "$as_me: failed program was:" >&5
    48114975sed 's/^/| /' conftest.$ac_ext >&5
    48124976
     
    48154979
    48164980rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    4817 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    4818 echo "${ECHO_T}$ac_header_compiler" >&6; }
     4981{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     4982$as_echo "$ac_header_compiler" >&6; }
    48194983
    48204984# Is the header present?
    4821 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
    4822 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
     4985{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
     4986$as_echo_n "checking $ac_header presence... " >&6; }
    48234987cat >conftest.$ac_ext <<_ACEOF
    48244988/* confdefs.h.  */
     
    48344998  *) ac_try_echo=$ac_try;;
    48354999esac
    4836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5000eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5001$as_echo "$ac_try_echo") >&5
    48375002  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    48385003  ac_status=$?
     
    48405005  rm -f conftest.er1
    48415006  cat conftest.err >&5
    4842   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5007  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48435008  (exit $ac_status); } >/dev/null && {
    48445009         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    48475012  ac_header_preproc=yes
    48485013else
    4849   echo "$as_me: failed program was:" >&5
     5014  $as_echo "$as_me: failed program was:" >&5
    48505015sed 's/^/| /' conftest.$ac_ext >&5
    48515016
     
    48545019
    48555020rm -f conftest.err conftest.$ac_ext
    4856 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    4857 echo "${ECHO_T}$ac_header_preproc" >&6; }
     5021{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5022$as_echo "$ac_header_preproc" >&6; }
    48585023
    48595024# So?  What about this header?
    48605025case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    48615026  yes:no: )
    4862     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    4863 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    4864     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    4865 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5027    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5028$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5029    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5030$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    48665031    ac_header_preproc=yes
    48675032    ;;
    48685033  no:yes:* )
    4869     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    4870 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    4871     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    4872 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    4873     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    4874 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    4875     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    4876 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    4877     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    4878 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    4879     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    4880 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5034    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5035$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5036    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5037$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5038    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5039$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5040    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5041$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5042    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5043$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5044    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5045$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    48815046    ( cat <<\_ASBOX
    48825047## ----------------------------------- ##
     
    48875052    ;;
    48885053esac
    4889 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    4890 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     5054{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5055$as_echo_n "checking for $ac_header... " >&6; }
    48915056if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4892   echo $ECHO_N "(cached) $ECHO_C" >&6
     5057  $as_echo_n "(cached) " >&6
    48935058else
    48945059  eval "$as_ac_Header=\$ac_header_preproc"
    48955060fi
    4896 ac_res=`eval echo '${'$as_ac_Header'}'`
    4897                { echo "$as_me:$LINENO: result: $ac_res" >&5
    4898 echo "${ECHO_T}$ac_res" >&6; }
    4899 
    4900 fi
    4901 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     5061ac_res=`eval 'as_val=${'$as_ac_Header'}
     5062                 $as_echo "$as_val"'`
     5063               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5064$as_echo "$ac_res" >&6; }
     5065
     5066fi
     5067if test `eval 'as_val=${'$as_ac_Header'}
     5068                 $as_echo "$as_val"'` = yes; then
    49025069  cat >>confdefs.h <<_ACEOF
    4903 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    4904 _ACEOF
    4905 
    4906 else
    4907   { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    4908 echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5070#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5071_ACEOF
     5072
     5073else
     5074  { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5075$as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
    49095076fi
    49105077
     
    49145081for ac_header in string
    49155082do
    4916 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5083as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    49175084if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4918   { echo "$as_me:$LINENO: checking for $ac_header" >&5
    4919 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     5085  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5086$as_echo_n "checking for $ac_header... " >&6; }
    49205087if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4921   echo $ECHO_N "(cached) $ECHO_C" >&6
    4922 fi
    4923 ac_res=`eval echo '${'$as_ac_Header'}'`
    4924                { echo "$as_me:$LINENO: result: $ac_res" >&5
    4925 echo "${ECHO_T}$ac_res" >&6; }
     5088  $as_echo_n "(cached) " >&6
     5089fi
     5090ac_res=`eval 'as_val=${'$as_ac_Header'}
     5091                 $as_echo "$as_val"'`
     5092               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5093$as_echo "$ac_res" >&6; }
    49265094else
    49275095  # Is the header compilable?
    4928 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
    4929 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
     5096{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5097$as_echo_n "checking $ac_header usability... " >&6; }
    49305098cat >conftest.$ac_ext <<_ACEOF
    49315099/* confdefs.h.  */
     
    49435111  *) ac_try_echo=$ac_try;;
    49445112esac
    4945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5113eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5114$as_echo "$ac_try_echo") >&5
    49465115  (eval "$ac_compile") 2>conftest.er1
    49475116  ac_status=$?
     
    49495118  rm -f conftest.er1
    49505119  cat conftest.err >&5
    4951   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5120  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    49525121  (exit $ac_status); } && {
    49535122         test -z "$ac_cxx_werror_flag" ||
     
    49565125  ac_header_compiler=yes
    49575126else
    4958   echo "$as_me: failed program was:" >&5
     5127  $as_echo "$as_me: failed program was:" >&5
    49595128sed 's/^/| /' conftest.$ac_ext >&5
    49605129
     
    49635132
    49645133rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    4965 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    4966 echo "${ECHO_T}$ac_header_compiler" >&6; }
     5134{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5135$as_echo "$ac_header_compiler" >&6; }
    49675136
    49685137# Is the header present?
    4969 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
    4970 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
     5138{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5139$as_echo_n "checking $ac_header presence... " >&6; }
    49715140cat >conftest.$ac_ext <<_ACEOF
    49725141/* confdefs.h.  */
     
    49825151  *) ac_try_echo=$ac_try;;
    49835152esac
    4984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5153eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5154$as_echo "$ac_try_echo") >&5
    49855155  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    49865156  ac_status=$?
     
    49885158  rm -f conftest.er1
    49895159  cat conftest.err >&5
    4990   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5160  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    49915161  (exit $ac_status); } >/dev/null && {
    49925162         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    49955165  ac_header_preproc=yes
    49965166else
    4997   echo "$as_me: failed program was:" >&5
     5167  $as_echo "$as_me: failed program was:" >&5
    49985168sed 's/^/| /' conftest.$ac_ext >&5
    49995169
     
    50025172
    50035173rm -f conftest.err conftest.$ac_ext
    5004 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5005 echo "${ECHO_T}$ac_header_preproc" >&6; }
     5174{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5175$as_echo "$ac_header_preproc" >&6; }
    50065176
    50075177# So?  What about this header?
    50085178case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    50095179  yes:no: )
    5010     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5011 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5012     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5013 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5180    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5181$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5182    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5183$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    50145184    ac_header_preproc=yes
    50155185    ;;
    50165186  no:yes:* )
    5017     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5018 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5019     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5020 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5021     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5022 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5023     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5024 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5025     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5026 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5027     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5028 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5187    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5188$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5189    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5190$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5191    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5192$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5193    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5194$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5195    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5196$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5197    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5198$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    50295199    ( cat <<\_ASBOX
    50305200## ----------------------------------- ##
     
    50355205    ;;
    50365206esac
    5037 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    5038 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     5207{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5208$as_echo_n "checking for $ac_header... " >&6; }
    50395209if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5040   echo $ECHO_N "(cached) $ECHO_C" >&6
     5210  $as_echo_n "(cached) " >&6
    50415211else
    50425212  eval "$as_ac_Header=\$ac_header_preproc"
    50435213fi
    5044 ac_res=`eval echo '${'$as_ac_Header'}'`
    5045                { echo "$as_me:$LINENO: result: $ac_res" >&5
    5046 echo "${ECHO_T}$ac_res" >&6; }
    5047 
    5048 fi
    5049 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     5214ac_res=`eval 'as_val=${'$as_ac_Header'}
     5215                 $as_echo "$as_val"'`
     5216               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5217$as_echo "$ac_res" >&6; }
     5218
     5219fi
     5220if test `eval 'as_val=${'$as_ac_Header'}
     5221                 $as_echo "$as_val"'` = yes; then
    50505222  cat >>confdefs.h <<_ACEOF
    5051 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5052 _ACEOF
    5053 
    5054 else
    5055   { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5056 echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5223#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5224_ACEOF
     5225
     5226else
     5227  { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5228$as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
    50575229fi
    50585230
     
    50625234for ac_header in list
    50635235do
    5064 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5236as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    50655237if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5066   { echo "$as_me:$LINENO: checking for $ac_header" >&5
    5067 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     5238  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5239$as_echo_n "checking for $ac_header... " >&6; }
    50685240if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5069   echo $ECHO_N "(cached) $ECHO_C" >&6
    5070 fi
    5071 ac_res=`eval echo '${'$as_ac_Header'}'`
    5072                { echo "$as_me:$LINENO: result: $ac_res" >&5
    5073 echo "${ECHO_T}$ac_res" >&6; }
     5241  $as_echo_n "(cached) " >&6
     5242fi
     5243ac_res=`eval 'as_val=${'$as_ac_Header'}
     5244                 $as_echo "$as_val"'`
     5245               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5246$as_echo "$ac_res" >&6; }
    50745247else
    50755248  # Is the header compilable?
    5076 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5077 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
     5249{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5250$as_echo_n "checking $ac_header usability... " >&6; }
    50785251cat >conftest.$ac_ext <<_ACEOF
    50795252/* confdefs.h.  */
     
    50915264  *) ac_try_echo=$ac_try;;
    50925265esac
    5093 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5266eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5267$as_echo "$ac_try_echo") >&5
    50945268  (eval "$ac_compile") 2>conftest.er1
    50955269  ac_status=$?
     
    50975271  rm -f conftest.er1
    50985272  cat conftest.err >&5
    5099   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5273  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51005274  (exit $ac_status); } && {
    51015275         test -z "$ac_cxx_werror_flag" ||
     
    51045278  ac_header_compiler=yes
    51055279else
    5106   echo "$as_me: failed program was:" >&5
     5280  $as_echo "$as_me: failed program was:" >&5
    51075281sed 's/^/| /' conftest.$ac_ext >&5
    51085282
     
    51115285
    51125286rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5113 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5114 echo "${ECHO_T}$ac_header_compiler" >&6; }
     5287{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5288$as_echo "$ac_header_compiler" >&6; }
    51155289
    51165290# Is the header present?
    5117 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5118 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
     5291{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5292$as_echo_n "checking $ac_header presence... " >&6; }
    51195293cat >conftest.$ac_ext <<_ACEOF
    51205294/* confdefs.h.  */
     
    51305304  *) ac_try_echo=$ac_try;;
    51315305esac
    5132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5306eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5307$as_echo "$ac_try_echo") >&5
    51335308  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    51345309  ac_status=$?
     
    51365311  rm -f conftest.er1
    51375312  cat conftest.err >&5
    5138   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5313  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51395314  (exit $ac_status); } >/dev/null && {
    51405315         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    51435318  ac_header_preproc=yes
    51445319else
    5145   echo "$as_me: failed program was:" >&5
     5320  $as_echo "$as_me: failed program was:" >&5
    51465321sed 's/^/| /' conftest.$ac_ext >&5
    51475322
     
    51505325
    51515326rm -f conftest.err conftest.$ac_ext
    5152 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5153 echo "${ECHO_T}$ac_header_preproc" >&6; }
     5327{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5328$as_echo "$ac_header_preproc" >&6; }
    51545329
    51555330# So?  What about this header?
    51565331case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    51575332  yes:no: )
    5158     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5159 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5160     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5161 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5333    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5334$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5335    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5336$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    51625337    ac_header_preproc=yes
    51635338    ;;
    51645339  no:yes:* )
    5165     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5166 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5167     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5168 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5169     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5170 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5171     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5172 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5173     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5174 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5175     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5176 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5340    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5341$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5342    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5343$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5344    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5345$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5346    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5347$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5348    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5349$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5350    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5351$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    51775352    ( cat <<\_ASBOX
    51785353## ----------------------------------- ##
     
    51835358    ;;
    51845359esac
    5185 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    5186 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     5360{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5361$as_echo_n "checking for $ac_header... " >&6; }
    51875362if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5188   echo $ECHO_N "(cached) $ECHO_C" >&6
     5363  $as_echo_n "(cached) " >&6
    51895364else
    51905365  eval "$as_ac_Header=\$ac_header_preproc"
    51915366fi
    5192 ac_res=`eval echo '${'$as_ac_Header'}'`
    5193                { echo "$as_me:$LINENO: result: $ac_res" >&5
    5194 echo "${ECHO_T}$ac_res" >&6; }
    5195 
    5196 fi
    5197 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     5367ac_res=`eval 'as_val=${'$as_ac_Header'}
     5368                 $as_echo "$as_val"'`
     5369               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5370$as_echo "$ac_res" >&6; }
     5371
     5372fi
     5373if test `eval 'as_val=${'$as_ac_Header'}
     5374                 $as_echo "$as_val"'` = yes; then
    51985375  cat >>confdefs.h <<_ACEOF
    5199 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5200 _ACEOF
    5201 
    5202 else
    5203   { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5204 echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5376#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5377_ACEOF
     5378
     5379else
     5380  { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5381$as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
    52055382fi
    52065383
     
    52105387for ac_header in vector
    52115388do
    5212 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5389as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    52135390if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5214   { echo "$as_me:$LINENO: checking for $ac_header" >&5
    5215 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     5391  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5392$as_echo_n "checking for $ac_header... " >&6; }
    52165393if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5217   echo $ECHO_N "(cached) $ECHO_C" >&6
    5218 fi
    5219 ac_res=`eval echo '${'$as_ac_Header'}'`
    5220                { echo "$as_me:$LINENO: result: $ac_res" >&5
    5221 echo "${ECHO_T}$ac_res" >&6; }
     5394  $as_echo_n "(cached) " >&6
     5395fi
     5396ac_res=`eval 'as_val=${'$as_ac_Header'}
     5397                 $as_echo "$as_val"'`
     5398               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5399$as_echo "$ac_res" >&6; }
    52225400else
    52235401  # Is the header compilable?
    5224 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5225 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
     5402{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5403$as_echo_n "checking $ac_header usability... " >&6; }
    52265404cat >conftest.$ac_ext <<_ACEOF
    52275405/* confdefs.h.  */
     
    52395417  *) ac_try_echo=$ac_try;;
    52405418esac
    5241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5419eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5420$as_echo "$ac_try_echo") >&5
    52425421  (eval "$ac_compile") 2>conftest.er1
    52435422  ac_status=$?
     
    52455424  rm -f conftest.er1
    52465425  cat conftest.err >&5
    5247   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5426  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52485427  (exit $ac_status); } && {
    52495428         test -z "$ac_cxx_werror_flag" ||
     
    52525431  ac_header_compiler=yes
    52535432else
    5254   echo "$as_me: failed program was:" >&5
     5433  $as_echo "$as_me: failed program was:" >&5
    52555434sed 's/^/| /' conftest.$ac_ext >&5
    52565435
     
    52595438
    52605439rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5261 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5262 echo "${ECHO_T}$ac_header_compiler" >&6; }
     5440{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5441$as_echo "$ac_header_compiler" >&6; }
    52635442
    52645443# Is the header present?
    5265 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5266 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
     5444{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5445$as_echo_n "checking $ac_header presence... " >&6; }
    52675446cat >conftest.$ac_ext <<_ACEOF
    52685447/* confdefs.h.  */
     
    52785457  *) ac_try_echo=$ac_try;;
    52795458esac
    5280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5459eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5460$as_echo "$ac_try_echo") >&5
    52815461  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    52825462  ac_status=$?
     
    52845464  rm -f conftest.er1
    52855465  cat conftest.err >&5
    5286   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5466  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52875467  (exit $ac_status); } >/dev/null && {
    52885468         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    52915471  ac_header_preproc=yes
    52925472else
    5293   echo "$as_me: failed program was:" >&5
     5473  $as_echo "$as_me: failed program was:" >&5
    52945474sed 's/^/| /' conftest.$ac_ext >&5
    52955475
     
    52985478
    52995479rm -f conftest.err conftest.$ac_ext
    5300 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5301 echo "${ECHO_T}$ac_header_preproc" >&6; }
     5480{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5481$as_echo "$ac_header_preproc" >&6; }
    53025482
    53035483# So?  What about this header?
    53045484case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    53055485  yes:no: )
    5306     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5307 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5308     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5309 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5486    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5487$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5488    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5489$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    53105490    ac_header_preproc=yes
    53115491    ;;
    53125492  no:yes:* )
    5313     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5314 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5315     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5316 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5317     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5318 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5319     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5320 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5321     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5322 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5323     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5324 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5493    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5494$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5495    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5496$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5497    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5498$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5499    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5500$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5501    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5502$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5503    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5504$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    53255505    ( cat <<\_ASBOX
    53265506## ----------------------------------- ##
     
    53315511    ;;
    53325512esac
    5333 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    5334 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     5513{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5514$as_echo_n "checking for $ac_header... " >&6; }
    53355515if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5336   echo $ECHO_N "(cached) $ECHO_C" >&6
     5516  $as_echo_n "(cached) " >&6
    53375517else
    53385518  eval "$as_ac_Header=\$ac_header_preproc"
    53395519fi
    5340 ac_res=`eval echo '${'$as_ac_Header'}'`
    5341                { echo "$as_me:$LINENO: result: $ac_res" >&5
    5342 echo "${ECHO_T}$ac_res" >&6; }
    5343 
    5344 fi
    5345 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     5520ac_res=`eval 'as_val=${'$as_ac_Header'}
     5521                 $as_echo "$as_val"'`
     5522               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5523$as_echo "$ac_res" >&6; }
     5524
     5525fi
     5526if test `eval 'as_val=${'$as_ac_Header'}
     5527                 $as_echo "$as_val"'` = yes; then
    53465528  cat >>confdefs.h <<_ACEOF
    5347 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5348 _ACEOF
    5349 
    5350 else
    5351   { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5352 echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5529#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5530_ACEOF
     5531
     5532else
     5533  { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5534$as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
    53535535fi
    53545536
     
    53655547    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    53665548set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    5367 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    5368 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     5549{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     5550$as_echo_n "checking for $ac_word... " >&6; }
    53695551if test "${ac_cv_prog_F77+set}" = set; then
    5370   echo $ECHO_N "(cached) $ECHO_C" >&6
     5552  $as_echo_n "(cached) " >&6
    53715553else
    53725554  if test -n "$F77"; then
     
    53815563  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    53825564    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
    5383     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     5565    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    53845566    break 2
    53855567  fi
     
    53925574F77=$ac_cv_prog_F77
    53935575if test -n "$F77"; then
    5394   { echo "$as_me:$LINENO: result: $F77" >&5
    5395 echo "${ECHO_T}$F77" >&6; }
    5396 else
    5397   { echo "$as_me:$LINENO: result: no" >&5
    5398 echo "${ECHO_T}no" >&6; }
     5576  { $as_echo "$as_me:$LINENO: result: $F77" >&5
     5577$as_echo "$F77" >&6; }
     5578else
     5579  { $as_echo "$as_me:$LINENO: result: no" >&5
     5580$as_echo "no" >&6; }
    53995581fi
    54005582
     
    54095591  # Extract the first word of "$ac_prog", so it can be a program name with args.
    54105592set dummy $ac_prog; ac_word=$2
    5411 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    5412 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     5593{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     5594$as_echo_n "checking for $ac_word... " >&6; }
    54135595if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
    5414   echo $ECHO_N "(cached) $ECHO_C" >&6
     5596  $as_echo_n "(cached) " >&6
    54155597else
    54165598  if test -n "$ac_ct_F77"; then
     
    54255607  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    54265608    ac_cv_prog_ac_ct_F77="$ac_prog"
    5427     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     5609    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    54285610    break 2
    54295611  fi
     
    54365618ac_ct_F77=$ac_cv_prog_ac_ct_F77
    54375619if test -n "$ac_ct_F77"; then
    5438   { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
    5439 echo "${ECHO_T}$ac_ct_F77" >&6; }
    5440 else
    5441   { echo "$as_me:$LINENO: result: no" >&5
    5442 echo "${ECHO_T}no" >&6; }
     5620  { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
     5621$as_echo "$ac_ct_F77" >&6; }
     5622else
     5623  { $as_echo "$as_me:$LINENO: result: no" >&5
     5624$as_echo "no" >&6; }
    54435625fi
    54445626
     
    54525634    case $cross_compiling:$ac_tool_warned in
    54535635yes:)
    5454 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     5636{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    54555637whose name does not start with the host triplet.  If you think this
    54565638configuration is useful to you, please write to autoconf@gnu.org." >&5
    5457 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     5639$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    54585640whose name does not start with the host triplet.  If you think this
    54595641configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    54665648
    54675649# Provide some information about the compiler.
    5468 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
    5469 ac_compiler=`set X $ac_compile; echo $2`
     5650$as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
     5651set X $ac_compile
     5652ac_compiler=$2
    54705653{ (ac_try="$ac_compiler --version >&5"
    54715654case "(($ac_try" in
     
    54735656  *) ac_try_echo=$ac_try;;
    54745657esac
    5475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5658eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5659$as_echo "$ac_try_echo") >&5
    54765660  (eval "$ac_compiler --version >&5") 2>&5
    54775661  ac_status=$?
    5478   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5662  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54795663  (exit $ac_status); }
    54805664{ (ac_try="$ac_compiler -v >&5"
     
    54835667  *) ac_try_echo=$ac_try;;
    54845668esac
    5485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5669eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5670$as_echo "$ac_try_echo") >&5
    54865671  (eval "$ac_compiler -v >&5") 2>&5
    54875672  ac_status=$?
    5488   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5673  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54895674  (exit $ac_status); }
    54905675{ (ac_try="$ac_compiler -V >&5"
     
    54935678  *) ac_try_echo=$ac_try;;
    54945679esac
    5495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5680eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5681$as_echo "$ac_try_echo") >&5
    54965682  (eval "$ac_compiler -V >&5") 2>&5
    54975683  ac_status=$?
    5498   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5684  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54995685  (exit $ac_status); }
    55005686rm -f a.out
     
    55045690ac_save_ext=$ac_ext
    55055691ac_ext=F
    5506 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
    5507 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
     5692{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
     5693$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
    55085694if test "${ac_cv_f77_compiler_gnu+set}" = set; then
    5509   echo $ECHO_N "(cached) $ECHO_C" >&6
     5695  $as_echo_n "(cached) " >&6
    55105696else
    55115697  cat >conftest.$ac_ext <<_ACEOF
     
    55235709  *) ac_try_echo=$ac_try;;
    55245710esac
    5525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5711eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5712$as_echo "$ac_try_echo") >&5
    55265713  (eval "$ac_compile") 2>conftest.er1
    55275714  ac_status=$?
     
    55295716  rm -f conftest.er1
    55305717  cat conftest.err >&5
    5531   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5718  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    55325719  (exit $ac_status); } && {
    55335720         test -z "$ac_f77_werror_flag" ||
     
    55365723  ac_compiler_gnu=yes
    55375724else
    5538   echo "$as_me: failed program was:" >&5
     5725  $as_echo "$as_me: failed program was:" >&5
    55395726sed 's/^/| /' conftest.$ac_ext >&5
    55405727
     
    55465733
    55475734fi
    5548 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
    5549 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
     5735{ $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
     5736$as_echo "$ac_cv_f77_compiler_gnu" >&6; }
    55505737ac_ext=$ac_save_ext
    55515738ac_test_FFLAGS=${FFLAGS+set}
    55525739ac_save_FFLAGS=$FFLAGS
    55535740FFLAGS=
    5554 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
    5555 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
     5741{ $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
     5742$as_echo_n "checking whether $F77 accepts -g... " >&6; }
    55565743if test "${ac_cv_prog_f77_g+set}" = set; then
    5557   echo $ECHO_N "(cached) $ECHO_C" >&6
     5744  $as_echo_n "(cached) " >&6
    55585745else
    55595746  FFLAGS=-g
     
    55695756  *) ac_try_echo=$ac_try;;
    55705757esac
    5571 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5758eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5759$as_echo "$ac_try_echo") >&5
    55725760  (eval "$ac_compile") 2>conftest.er1
    55735761  ac_status=$?
     
    55755763  rm -f conftest.er1
    55765764  cat conftest.err >&5
    5577   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5765  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    55785766  (exit $ac_status); } && {
    55795767         test -z "$ac_f77_werror_flag" ||
     
    55825770  ac_cv_prog_f77_g=yes
    55835771else
    5584   echo "$as_me: failed program was:" >&5
     5772  $as_echo "$as_me: failed program was:" >&5
    55855773sed 's/^/| /' conftest.$ac_ext >&5
    55865774
     
    55915779
    55925780fi
    5593 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
    5594 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
     5781{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
     5782$as_echo "$ac_cv_prog_f77_g" >&6; }
    55955783if test "$ac_test_FFLAGS" = set; then
    55965784  FFLAGS=$ac_save_FFLAGS
     
    56095797fi
    56105798
    5611 G77=`test $ac_compiler_gnu = yes && echo yes`
     5799if test $ac_compiler_gnu = yes; then
     5800  G77=yes
     5801else
     5802  G77=
     5803fi
    56125804ac_ext=cpp
    56135805ac_cpp='$CXXCPP $CPPFLAGS'
     
    56215813    # Step 0.a: Enable 64 bit support?
    56225814
    5623     { echo "$as_me:$LINENO: checking if 64bit support is requested" >&5
    5624 echo $ECHO_N "checking if 64bit support is requested... $ECHO_C" >&6; }
     5815    { $as_echo "$as_me:$LINENO: checking if 64bit support is requested" >&5
     5816$as_echo_n "checking if 64bit support is requested... " >&6; }
    56255817    # Check whether --enable-64bit was given.
    56265818if test "${enable_64bit+set}" = set; then
     
    56305822fi
    56315823
    5632     { echo "$as_me:$LINENO: result: $do64bit" >&5
    5633 echo "${ECHO_T}$do64bit" >&6; }
     5824    { $as_echo "$as_me:$LINENO: result: $do64bit" >&5
     5825$as_echo "$do64bit" >&6; }
    56345826
    56355827    # Step 0.b: Enable Solaris 64 bit VIS support?
    56365828
    5637     { echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&5
    5638 echo $ECHO_N "checking if 64bit Sparc VIS support is requested... $ECHO_C" >&6; }
     5829    { $as_echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&5
     5830$as_echo_n "checking if 64bit Sparc VIS support is requested... " >&6; }
    56395831    # Check whether --enable-64bit-vis was given.
    56405832if test "${enable_64bit_vis+set}" = set; then
     
    56445836fi
    56455837
    5646     { echo "$as_me:$LINENO: result: $do64bitVIS" >&5
    5647 echo "${ECHO_T}$do64bitVIS" >&6; }
     5838    { $as_echo "$as_me:$LINENO: result: $do64bitVIS" >&5
     5839$as_echo "$do64bitVIS" >&6; }
    56485840
    56495841    if test "$do64bitVIS" = "yes"; then
     
    56565848
    56575849
    5658     { echo "$as_me:$LINENO: checking system version" >&5
    5659 echo $ECHO_N "checking system version... $ECHO_C" >&6; }
     5850    { $as_echo "$as_me:$LINENO: checking system version" >&5
     5851$as_echo_n "checking system version... " >&6; }
    56605852if test "${tcl_cv_sys_version+set}" = set; then
    5661   echo $ECHO_N "(cached) $ECHO_C" >&6
     5853  $as_echo_n "(cached) " >&6
    56625854else
    56635855
     
    56675859            tcl_cv_sys_version=`uname -s`-`uname -r`
    56685860            if test "$?" -ne 0 ; then
    5669                 { echo "$as_me:$LINENO: WARNING: can't find uname command" >&5
    5670 echo "$as_me: WARNING: can't find uname command" >&2;}
     5861                { $as_echo "$as_me:$LINENO: WARNING: can't find uname command" >&5
     5862$as_echo "$as_me: WARNING: can't find uname command" >&2;}
    56715863                tcl_cv_sys_version=unknown
    56725864            else
     
    56845876
    56855877fi
    5686 { echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&5
    5687 echo "${ECHO_T}$tcl_cv_sys_version" >&6; }
     5878{ $as_echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&5
     5879$as_echo "$tcl_cv_sys_version" >&6; }
    56885880    system=$tcl_cv_sys_version
    56895881
     
    56925884    # Linux can use either -ldl or -ldld for dynamic loading.
    56935885
    5694     { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
    5695 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
     5886    { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
     5887$as_echo_n "checking for dlopen in -ldl... " >&6; }
    56965888if test "${ac_cv_lib_dl_dlopen+set}" = set; then
    5697   echo $ECHO_N "(cached) $ECHO_C" >&6
     5889  $as_echo_n "(cached) " >&6
    56985890else
    56995891  ac_check_lib_save_LIBS=$LIBS
     
    57275919  *) ac_try_echo=$ac_try;;
    57285920esac
    5729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5921eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5922$as_echo "$ac_try_echo") >&5
    57305923  (eval "$ac_link") 2>conftest.er1
    57315924  ac_status=$?
     
    57335926  rm -f conftest.er1
    57345927  cat conftest.err >&5
    5735   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5928  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57365929  (exit $ac_status); } && {
    57375930         test -z "$ac_cxx_werror_flag" ||
    57385931         test ! -s conftest.err
    5739        } && test -s conftest$ac_exeext &&
    5740        $as_test_x conftest$ac_exeext; then
     5932       } && test -s conftest$ac_exeext && {
     5933         test "$cross_compiling" = yes ||
     5934         $as_test_x conftest$ac_exeext
     5935       }; then
    57415936  ac_cv_lib_dl_dlopen=yes
    57425937else
    5743   echo "$as_me: failed program was:" >&5
     5938  $as_echo "$as_me: failed program was:" >&5
    57445939sed 's/^/| /' conftest.$ac_ext >&5
    57455940
     
    57475942fi
    57485943
     5944rm -rf conftest.dSYM
    57495945rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    57505946      conftest$ac_exeext conftest.$ac_ext
    57515947LIBS=$ac_check_lib_save_LIBS
    57525948fi
    5753 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
    5754 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
     5949{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
     5950$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
    57555951if test $ac_cv_lib_dl_dlopen = yes; then
    57565952  have_dl=yes
     
    57855981    # Extract the first word of "ar", so it can be a program name with args.
    57865982set dummy ar; ac_word=$2
    5787 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    5788 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     5983{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     5984$as_echo_n "checking for $ac_word... " >&6; }
    57895985if test "${ac_cv_prog_AR+set}" = set; then
    5790   echo $ECHO_N "(cached) $ECHO_C" >&6
     5986  $as_echo_n "(cached) " >&6
    57915987else
    57925988  if test -n "$AR"; then
     
    58015997  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    58025998    ac_cv_prog_AR="ar"
    5803     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     5999    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    58046000    break 2
    58056001  fi
     
    58126008AR=$ac_cv_prog_AR
    58136009if test -n "$AR"; then
    5814   { echo "$as_me:$LINENO: result: $AR" >&5
    5815 echo "${ECHO_T}$AR" >&6; }
    5816 else
    5817   { echo "$as_me:$LINENO: result: no" >&5
    5818 echo "${ECHO_T}no" >&6; }
     6010  { $as_echo "$as_me:$LINENO: result: $AR" >&5
     6011$as_echo "$AR" >&6; }
     6012else
     6013  { $as_echo "$as_me:$LINENO: result: no" >&5
     6014$as_echo "no" >&6; }
    58196015fi
    58206016
    58216017
    58226018    if test "${AR}" = "" ; then
    5823         { { echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&5
    5824 echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;}
     6019        { { $as_echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&5
     6020$as_echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;}
    58256021   { (exit 1); exit 1; }; }
    58266022    fi
     
    58416037                        ;;
    58426038                esac
    5843                 { echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&5
    5844 echo "${ECHO_T}Using $CC for compiling with threads" >&6; }
     6039                { $as_echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&5
     6040$as_echo "Using $CC for compiling with threads" >&6; }
    58456041            fi
    58466042            LIBS="$LIBS -lc"
     
    58576053            if test "$do64bit" = "yes" -a "`uname -v`" -gt "3" ; then
    58586054                if test "$GCC" = "yes" ; then
    5859                     { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
    5860 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
     6055                    { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
     6056$as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
    58616057                else
    58626058                    do64bit_ok=yes
     
    59126108            # known GMT value.
    59136109
    5914             { echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&5
    5915 echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6; }
     6110            { $as_echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&5
     6111$as_echo_n "checking for gettimeofday in -lbsd... " >&6; }
    59166112if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then
    5917   echo $ECHO_N "(cached) $ECHO_C" >&6
     6113  $as_echo_n "(cached) " >&6
    59186114else
    59196115  ac_check_lib_save_LIBS=$LIBS
     
    59476143  *) ac_try_echo=$ac_try;;
    59486144esac
    5949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6145eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6146$as_echo "$ac_try_echo") >&5
    59506147  (eval "$ac_link") 2>conftest.er1
    59516148  ac_status=$?
     
    59536150  rm -f conftest.er1
    59546151  cat conftest.err >&5
    5955   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6152  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59566153  (exit $ac_status); } && {
    59576154         test -z "$ac_cxx_werror_flag" ||
    59586155         test ! -s conftest.err
    5959        } && test -s conftest$ac_exeext &&
    5960        $as_test_x conftest$ac_exeext; then
     6156       } && test -s conftest$ac_exeext && {
     6157         test "$cross_compiling" = yes ||
     6158         $as_test_x conftest$ac_exeext
     6159       }; then
    59616160  ac_cv_lib_bsd_gettimeofday=yes
    59626161else
    5963   echo "$as_me: failed program was:" >&5
     6162  $as_echo "$as_me: failed program was:" >&5
    59646163sed 's/^/| /' conftest.$ac_ext >&5
    59656164
     
    59676166fi
    59686167
     6168rm -rf conftest.dSYM
    59696169rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    59706170      conftest$ac_exeext conftest.$ac_ext
    59716171LIBS=$ac_check_lib_save_LIBS
    59726172fi
    5973 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&5
    5974 echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6; }
     6173{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&5
     6174$as_echo "$ac_cv_lib_bsd_gettimeofday" >&6; }
    59756175if test $ac_cv_lib_bsd_gettimeofday = yes; then
    59766176  libbsd=yes
     
    60006200            # is always linked to, for compatibility.
    60016201            #-----------------------------------------------------------
    6002             { echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&5
    6003 echo $ECHO_N "checking for inet_ntoa in -lbind... $ECHO_C" >&6; }
     6202            { $as_echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&5
     6203$as_echo_n "checking for inet_ntoa in -lbind... " >&6; }
    60046204if test "${ac_cv_lib_bind_inet_ntoa+set}" = set; then
    6005   echo $ECHO_N "(cached) $ECHO_C" >&6
     6205  $as_echo_n "(cached) " >&6
    60066206else
    60076207  ac_check_lib_save_LIBS=$LIBS
     
    60356235  *) ac_try_echo=$ac_try;;
    60366236esac
    6037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6237eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6238$as_echo "$ac_try_echo") >&5
    60386239  (eval "$ac_link") 2>conftest.er1
    60396240  ac_status=$?
     
    60416242  rm -f conftest.er1
    60426243  cat conftest.err >&5
    6043   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6244  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    60446245  (exit $ac_status); } && {
    60456246         test -z "$ac_cxx_werror_flag" ||
    60466247         test ! -s conftest.err
    6047        } && test -s conftest$ac_exeext &&
    6048        $as_test_x conftest$ac_exeext; then
     6248       } && test -s conftest$ac_exeext && {
     6249         test "$cross_compiling" = yes ||
     6250         $as_test_x conftest$ac_exeext
     6251       }; then
    60496252  ac_cv_lib_bind_inet_ntoa=yes
    60506253else
    6051   echo "$as_me: failed program was:" >&5
     6254  $as_echo "$as_me: failed program was:" >&5
    60526255sed 's/^/| /' conftest.$ac_ext >&5
    60536256
     
    60556258fi
    60566259
     6260rm -rf conftest.dSYM
    60576261rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    60586262      conftest$ac_exeext conftest.$ac_ext
    60596263LIBS=$ac_check_lib_save_LIBS
    60606264fi
    6061 { echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&5
    6062 echo "${ECHO_T}$ac_cv_lib_bind_inet_ntoa" >&6; }
     6265{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&5
     6266$as_echo "$ac_cv_lib_bind_inet_ntoa" >&6; }
    60636267if test $ac_cv_lib_bind_inet_ntoa = yes; then
    60646268  LIBS="$LIBS -lbind -lsocket"
     
    61146318                SHLIB_SUFFIX=".sl"
    61156319            fi
    6116             { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
    6117 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
     6320            { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
     6321$as_echo_n "checking for shl_load in -ldld... " >&6; }
    61186322if test "${ac_cv_lib_dld_shl_load+set}" = set; then
    6119   echo $ECHO_N "(cached) $ECHO_C" >&6
     6323  $as_echo_n "(cached) " >&6
    61206324else
    61216325  ac_check_lib_save_LIBS=$LIBS
     
    61496353  *) ac_try_echo=$ac_try;;
    61506354esac
    6151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6355eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6356$as_echo "$ac_try_echo") >&5
    61526357  (eval "$ac_link") 2>conftest.er1
    61536358  ac_status=$?
     
    61556360  rm -f conftest.er1
    61566361  cat conftest.err >&5
    6157   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6362  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    61586363  (exit $ac_status); } && {
    61596364         test -z "$ac_cxx_werror_flag" ||
    61606365         test ! -s conftest.err
    6161        } && test -s conftest$ac_exeext &&
    6162        $as_test_x conftest$ac_exeext; then
     6366       } && test -s conftest$ac_exeext && {
     6367         test "$cross_compiling" = yes ||
     6368         $as_test_x conftest$ac_exeext
     6369       }; then
    61636370  ac_cv_lib_dld_shl_load=yes
    61646371else
    6165   echo "$as_me: failed program was:" >&5
     6372  $as_echo "$as_me: failed program was:" >&5
    61666373sed 's/^/| /' conftest.$ac_ext >&5
    61676374
     
    61696376fi
    61706377
     6378rm -rf conftest.dSYM
    61716379rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    61726380      conftest$ac_exeext conftest.$ac_ext
    61736381LIBS=$ac_check_lib_save_LIBS
    61746382fi
    6175 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
    6176 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
     6383{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
     6384$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
    61776385if test $ac_cv_lib_dld_shl_load = yes; then
    61786386  tcl_ok=yes
     
    62156423                            ;;
    62166424                        *)
    6217                             { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
    6218 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
     6425                            { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
     6426$as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
    62196427                            ;;
    62206428                    esac
     
    62286436        HP-UX-*.08.*|HP-UX-*.09.*|HP-UX-*.10.*)
    62296437            SHLIB_SUFFIX=".sl"
    6230             { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
    6231 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
     6438            { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
     6439$as_echo_n "checking for shl_load in -ldld... " >&6; }
    62326440if test "${ac_cv_lib_dld_shl_load+set}" = set; then
    6233   echo $ECHO_N "(cached) $ECHO_C" >&6
     6441  $as_echo_n "(cached) " >&6
    62346442else
    62356443  ac_check_lib_save_LIBS=$LIBS
     
    62636471  *) ac_try_echo=$ac_try;;
    62646472esac
    6265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6473eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6474$as_echo "$ac_try_echo") >&5
    62666475  (eval "$ac_link") 2>conftest.er1
    62676476  ac_status=$?
     
    62696478  rm -f conftest.er1
    62706479  cat conftest.err >&5
    6271   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6480  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62726481  (exit $ac_status); } && {
    62736482         test -z "$ac_cxx_werror_flag" ||
    62746483         test ! -s conftest.err
    6275        } && test -s conftest$ac_exeext &&
    6276        $as_test_x conftest$ac_exeext; then
     6484       } && test -s conftest$ac_exeext && {
     6485         test "$cross_compiling" = yes ||
     6486         $as_test_x conftest$ac_exeext
     6487       }; then
    62776488  ac_cv_lib_dld_shl_load=yes
    62786489else
    6279   echo "$as_me: failed program was:" >&5
     6490  $as_echo "$as_me: failed program was:" >&5
    62806491sed 's/^/| /' conftest.$ac_ext >&5
    62816492
     
    62836494fi
    62846495
     6496rm -rf conftest.dSYM
    62856497rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    62866498      conftest$ac_exeext conftest.$ac_ext
    62876499LIBS=$ac_check_lib_save_LIBS
    62886500fi
    6289 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
    6290 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
     6501{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
     6502$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
    62916503if test $ac_cv_lib_dld_shl_load = yes; then
    62926504  tcl_ok=yes
     
    63686580            if test "$do64bit" = "yes" ; then
    63696581                if test "$GCC" = "yes" ; then
    6370                     { echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&5
    6371 echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;}
     6582                    { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&5
     6583$as_echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;}
    63726584                else
    63736585                    do64bit_ok=yes
     
    63986610            else
    63996611                if test "${ac_cv_header_dld_h+set}" = set; then
    6400   { echo "$as_me:$LINENO: checking for dld.h" >&5
    6401 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
     6612  { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
     6613$as_echo_n "checking for dld.h... " >&6; }
    64026614if test "${ac_cv_header_dld_h+set}" = set; then
    6403   echo $ECHO_N "(cached) $ECHO_C" >&6
    6404 fi
    6405 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6406 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
     6615  $as_echo_n "(cached) " >&6
     6616fi
     6617{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6618$as_echo "$ac_cv_header_dld_h" >&6; }
    64076619else
    64086620  # Is the header compilable?
    6409 { echo "$as_me:$LINENO: checking dld.h usability" >&5
    6410 echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; }
     6621{ $as_echo "$as_me:$LINENO: checking dld.h usability" >&5
     6622$as_echo_n "checking dld.h usability... " >&6; }
    64116623cat >conftest.$ac_ext <<_ACEOF
    64126624/* confdefs.h.  */
     
    64246636  *) ac_try_echo=$ac_try;;
    64256637esac
    6426 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6638eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6639$as_echo "$ac_try_echo") >&5
    64276640  (eval "$ac_compile") 2>conftest.er1
    64286641  ac_status=$?
     
    64306643  rm -f conftest.er1
    64316644  cat conftest.err >&5
    6432   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6645  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64336646  (exit $ac_status); } && {
    64346647         test -z "$ac_cxx_werror_flag" ||
     
    64376650  ac_header_compiler=yes
    64386651else
    6439   echo "$as_me: failed program was:" >&5
     6652  $as_echo "$as_me: failed program was:" >&5
    64406653sed 's/^/| /' conftest.$ac_ext >&5
    64416654
     
    64446657
    64456658rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6446 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6447 echo "${ECHO_T}$ac_header_compiler" >&6; }
     6659{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6660$as_echo "$ac_header_compiler" >&6; }
    64486661
    64496662# Is the header present?
    6450 { echo "$as_me:$LINENO: checking dld.h presence" >&5
    6451 echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; }
     6663{ $as_echo "$as_me:$LINENO: checking dld.h presence" >&5
     6664$as_echo_n "checking dld.h presence... " >&6; }
    64526665cat >conftest.$ac_ext <<_ACEOF
    64536666/* confdefs.h.  */
     
    64636676  *) ac_try_echo=$ac_try;;
    64646677esac
    6465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6678eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6679$as_echo "$ac_try_echo") >&5
    64666680  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    64676681  ac_status=$?
     
    64696683  rm -f conftest.er1
    64706684  cat conftest.err >&5
    6471   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6685  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64726686  (exit $ac_status); } >/dev/null && {
    64736687         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    64766690  ac_header_preproc=yes
    64776691else
    6478   echo "$as_me: failed program was:" >&5
     6692  $as_echo "$as_me: failed program was:" >&5
    64796693sed 's/^/| /' conftest.$ac_ext >&5
    64806694
     
    64836697
    64846698rm -f conftest.err conftest.$ac_ext
    6485 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6486 echo "${ECHO_T}$ac_header_preproc" >&6; }
     6699{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6700$as_echo "$ac_header_preproc" >&6; }
    64876701
    64886702# So?  What about this header?
    64896703case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    64906704  yes:no: )
    6491     { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
    6492 echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    6493     { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
    6494 echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
     6705    { $as_echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
     6706$as_echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6707    { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
     6708$as_echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
    64956709    ac_header_preproc=yes
    64966710    ;;
    64976711  no:yes:* )
    6498     { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
    6499 echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
    6500     { echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
    6501 echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
    6502     { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
    6503 echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
    6504     { echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
    6505 echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    6506     { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
    6507 echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
    6508     { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
    6509 echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
     6712    { $as_echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
     6713$as_echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
     6714    { $as_echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
     6715$as_echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
     6716    { $as_echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
     6717$as_echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
     6718    { $as_echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
     6719$as_echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     6720    { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
     6721$as_echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
     6722    { $as_echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
     6723$as_echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
    65106724    ( cat <<\_ASBOX
    65116725## ----------------------------------- ##
     
    65166730    ;;
    65176731esac
    6518 { echo "$as_me:$LINENO: checking for dld.h" >&5
    6519 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
     6732{ $as_echo "$as_me:$LINENO: checking for dld.h" >&5
     6733$as_echo_n "checking for dld.h... " >&6; }
    65206734if test "${ac_cv_header_dld_h+set}" = set; then
    6521   echo $ECHO_N "(cached) $ECHO_C" >&6
     6735  $as_echo_n "(cached) " >&6
    65226736else
    65236737  ac_cv_header_dld_h=$ac_header_preproc
    65246738fi
    6525 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6526 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
     6739{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6740$as_echo "$ac_cv_header_dld_h" >&6; }
    65276741
    65286742fi
     
    65426756            fi
    65436757            if test $do64bit = yes; then
    6544                 { echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&5
    6545 echo $ECHO_N "checking if compiler accepts -m64 flag... $ECHO_C" >&6; }
     6758                { $as_echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&5
     6759$as_echo_n "checking if compiler accepts -m64 flag... " >&6; }
    65466760if test "${tcl_cv_cc_m64+set}" = set; then
    6547   echo $ECHO_N "(cached) $ECHO_C" >&6
     6761  $as_echo_n "(cached) " >&6
    65486762else
    65496763
     
    65716785  *) ac_try_echo=$ac_try;;
    65726786esac
    6573 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6787eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6788$as_echo "$ac_try_echo") >&5
    65746789  (eval "$ac_link") 2>conftest.er1
    65756790  ac_status=$?
     
    65776792  rm -f conftest.er1
    65786793  cat conftest.err >&5
    6579   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6794  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    65806795  (exit $ac_status); } && {
    65816796         test -z "$ac_cxx_werror_flag" ||
    65826797         test ! -s conftest.err
    6583        } && test -s conftest$ac_exeext &&
    6584        $as_test_x conftest$ac_exeext; then
     6798       } && test -s conftest$ac_exeext && {
     6799         test "$cross_compiling" = yes ||
     6800         $as_test_x conftest$ac_exeext
     6801       }; then
    65856802  tcl_cv_cc_m64=yes
    65866803else
    6587   echo "$as_me: failed program was:" >&5
     6804  $as_echo "$as_me: failed program was:" >&5
    65886805sed 's/^/| /' conftest.$ac_ext >&5
    65896806
     
    65916808fi
    65926809
     6810rm -rf conftest.dSYM
    65936811rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    65946812      conftest$ac_exeext conftest.$ac_ext
    65956813                    CFLAGS=$hold_cflags
    65966814fi
    6597 { echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&5
    6598 echo "${ECHO_T}$tcl_cv_cc_m64" >&6; }
     6815{ $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&5
     6816$as_echo "$tcl_cv_cc_m64" >&6; }
    65996817                if test $tcl_cv_cc_m64 = yes; then
    66006818                    CFLAGS="$CFLAGS -m64"
     
    66356853            else
    66366854                if test "${ac_cv_header_dld_h+set}" = set; then
    6637   { echo "$as_me:$LINENO: checking for dld.h" >&5
    6638 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
     6855  { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
     6856$as_echo_n "checking for dld.h... " >&6; }
    66396857if test "${ac_cv_header_dld_h+set}" = set; then
    6640   echo $ECHO_N "(cached) $ECHO_C" >&6
    6641 fi
    6642 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6643 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
     6858  $as_echo_n "(cached) " >&6
     6859fi
     6860{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6861$as_echo "$ac_cv_header_dld_h" >&6; }
    66446862else
    66456863  # Is the header compilable?
    6646 { echo "$as_me:$LINENO: checking dld.h usability" >&5
    6647 echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; }
     6864{ $as_echo "$as_me:$LINENO: checking dld.h usability" >&5
     6865$as_echo_n "checking dld.h usability... " >&6; }
    66486866cat >conftest.$ac_ext <<_ACEOF
    66496867/* confdefs.h.  */
     
    66616879  *) ac_try_echo=$ac_try;;
    66626880esac
    6663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6881eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6882$as_echo "$ac_try_echo") >&5
    66646883  (eval "$ac_compile") 2>conftest.er1
    66656884  ac_status=$?
     
    66676886  rm -f conftest.er1
    66686887  cat conftest.err >&5
    6669   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6888  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    66706889  (exit $ac_status); } && {
    66716890         test -z "$ac_cxx_werror_flag" ||
     
    66746893  ac_header_compiler=yes
    66756894else
    6676   echo "$as_me: failed program was:" >&5
     6895  $as_echo "$as_me: failed program was:" >&5
    66776896sed 's/^/| /' conftest.$ac_ext >&5
    66786897
     
    66816900
    66826901rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6683 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6684 echo "${ECHO_T}$ac_header_compiler" >&6; }
     6902{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6903$as_echo "$ac_header_compiler" >&6; }
    66856904
    66866905# Is the header present?
    6687 { echo "$as_me:$LINENO: checking dld.h presence" >&5
    6688 echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; }
     6906{ $as_echo "$as_me:$LINENO: checking dld.h presence" >&5
     6907$as_echo_n "checking dld.h presence... " >&6; }
    66896908cat >conftest.$ac_ext <<_ACEOF
    66906909/* confdefs.h.  */
     
    67006919  *) ac_try_echo=$ac_try;;
    67016920esac
    6702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6921eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6922$as_echo "$ac_try_echo") >&5
    67036923  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    67046924  ac_status=$?
     
    67066926  rm -f conftest.er1
    67076927  cat conftest.err >&5
    6708   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6928  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    67096929  (exit $ac_status); } >/dev/null && {
    67106930         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    67136933  ac_header_preproc=yes
    67146934else
    6715   echo "$as_me: failed program was:" >&5
     6935  $as_echo "$as_me: failed program was:" >&5
    67166936sed 's/^/| /' conftest.$ac_ext >&5
    67176937
     
    67206940
    67216941rm -f conftest.err conftest.$ac_ext
    6722 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6723 echo "${ECHO_T}$ac_header_preproc" >&6; }
     6942{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6943$as_echo "$ac_header_preproc" >&6; }
    67246944
    67256945# So?  What about this header?
    67266946case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    67276947  yes:no: )
    6728     { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
    6729 echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    6730     { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
    6731 echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
     6948    { $as_echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
     6949$as_echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6950    { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
     6951$as_echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
    67326952    ac_header_preproc=yes
    67336953    ;;
    67346954  no:yes:* )
    6735     { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
    6736 echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
    6737     { echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
    6738 echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
    6739     { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
    6740 echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
    6741     { echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
    6742 echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    6743     { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
    6744 echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
    6745     { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
    6746 echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
     6955    { $as_echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
     6956$as_echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
     6957    { $as_echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
     6958$as_echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
     6959    { $as_echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
     6960$as_echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
     6961    { $as_echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
     6962$as_echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     6963    { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
     6964$as_echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
     6965    { $as_echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
     6966$as_echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
    67476967    ( cat <<\_ASBOX
    67486968## ----------------------------------- ##
     
    67536973    ;;
    67546974esac
    6755 { echo "$as_me:$LINENO: checking for dld.h" >&5
    6756 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
     6975{ $as_echo "$as_me:$LINENO: checking for dld.h" >&5
     6976$as_echo_n "checking for dld.h... " >&6; }
    67576977if test "${ac_cv_header_dld_h+set}" = set; then
    6758   echo $ECHO_N "(cached) $ECHO_C" >&6
     6978  $as_echo_n "(cached) " >&6
    67596979else
    67606980  ac_cv_header_dld_h=$ac_header_preproc
    67616981fi
    6762 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6763 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
     6982{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6983$as_echo "$ac_cv_header_dld_h" >&6; }
    67646984
    67656985fi
     
    68157035            # Not available on all versions:  check for include file.
    68167036            if test "${ac_cv_header_dlfcn_h+set}" = set; then
    6817   { echo "$as_me:$LINENO: checking for dlfcn.h" >&5
    6818 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }
     7037  { $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5
     7038$as_echo_n "checking for dlfcn.h... " >&6; }
    68197039if test "${ac_cv_header_dlfcn_h+set}" = set; then
    6820   echo $ECHO_N "(cached) $ECHO_C" >&6
    6821 fi
    6822 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
    6823 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }
     7040  $as_echo_n "(cached) " >&6
     7041fi
     7042{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
     7043$as_echo "$ac_cv_header_dlfcn_h" >&6; }
    68247044else
    68257045  # Is the header compilable?
    6826 { echo "$as_me:$LINENO: checking dlfcn.h usability" >&5
    6827 echo $ECHO_N "checking dlfcn.h usability... $ECHO_C" >&6; }
     7046{ $as_echo "$as_me:$LINENO: checking dlfcn.h usability" >&5
     7047$as_echo_n "checking dlfcn.h usability... " >&6; }
    68287048cat >conftest.$ac_ext <<_ACEOF
    68297049/* confdefs.h.  */
     
    68417061  *) ac_try_echo=$ac_try;;
    68427062esac
    6843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7063eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7064$as_echo "$ac_try_echo") >&5
    68447065  (eval "$ac_compile") 2>conftest.er1
    68457066  ac_status=$?
     
    68477068  rm -f conftest.er1
    68487069  cat conftest.err >&5
    6849   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7070  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    68507071  (exit $ac_status); } && {
    68517072         test -z "$ac_cxx_werror_flag" ||
     
    68547075  ac_header_compiler=yes
    68557076else
    6856   echo "$as_me: failed program was:" >&5
     7077  $as_echo "$as_me: failed program was:" >&5
    68577078sed 's/^/| /' conftest.$ac_ext >&5
    68587079
     
    68617082
    68627083rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6863 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6864 echo "${ECHO_T}$ac_header_compiler" >&6; }
     7084{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     7085$as_echo "$ac_header_compiler" >&6; }
    68657086
    68667087# Is the header present?
    6867 { echo "$as_me:$LINENO: checking dlfcn.h presence" >&5
    6868 echo $ECHO_N "checking dlfcn.h presence... $ECHO_C" >&6; }
     7088{ $as_echo "$as_me:$LINENO: checking dlfcn.h presence" >&5
     7089$as_echo_n "checking dlfcn.h presence... " >&6; }
    68697090cat >conftest.$ac_ext <<_ACEOF
    68707091/* confdefs.h.  */
     
    68807101  *) ac_try_echo=$ac_try;;
    68817102esac
    6882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7103eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7104$as_echo "$ac_try_echo") >&5
    68837105  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    68847106  ac_status=$?
     
    68867108  rm -f conftest.er1
    68877109  cat conftest.err >&5
    6888   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7110  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    68897111  (exit $ac_status); } >/dev/null && {
    68907112         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    68937115  ac_header_preproc=yes
    68947116else
    6895   echo "$as_me: failed program was:" >&5
     7117  $as_echo "$as_me: failed program was:" >&5
    68967118sed 's/^/| /' conftest.$ac_ext >&5
    68977119
     
    69007122
    69017123rm -f conftest.err conftest.$ac_ext
    6902 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6903 echo "${ECHO_T}$ac_header_preproc" >&6; }
     7124{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     7125$as_echo "$ac_header_preproc" >&6; }
    69047126
    69057127# So?  What about this header?
    69067128case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    69077129  yes:no: )
    6908     { echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5
    6909 echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    6910     { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5
    6911 echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;}
     7130    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5
     7131$as_echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     7132    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5
     7133$as_echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;}
    69127134    ac_header_preproc=yes
    69137135    ;;
    69147136  no:yes:* )
    6915     { echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5
    6916 echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;}
    6917     { echo "$as_me:$LINENO: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&5
    6918 echo "$as_me: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&2;}
    6919     { echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5
    6920 echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;}
    6921     { echo "$as_me:$LINENO: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&5
    6922 echo "$as_me: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    6923     { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5
    6924 echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}
    6925     { echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5
    6926 echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;}
     7137    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5
     7138$as_echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;}
     7139    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&5
     7140$as_echo "$as_me: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&2;}
     7141    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5
     7142$as_echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;}
     7143    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&5
     7144$as_echo "$as_me: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     7145    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5
     7146$as_echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}
     7147    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5
     7148$as_echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;}
    69277149    ( cat <<\_ASBOX
    69287150## ----------------------------------- ##
     
    69337155    ;;
    69347156esac
    6935 { echo "$as_me:$LINENO: checking for dlfcn.h" >&5
    6936 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }
     7157{ $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5
     7158$as_echo_n "checking for dlfcn.h... " >&6; }
    69377159if test "${ac_cv_header_dlfcn_h+set}" = set; then
    6938   echo $ECHO_N "(cached) $ECHO_C" >&6
     7160  $as_echo_n "(cached) " >&6
    69397161else
    69407162  ac_cv_header_dlfcn_h=$ac_header_preproc
    69417163fi
    6942 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
    6943 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }
     7164{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
     7165$as_echo "$ac_cv_header_dlfcn_h" >&6; }
    69447166
    69457167fi
     
    69557177                CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
    69567178                LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}'
    6957                 { echo "$as_me:$LINENO: checking for ELF" >&5
    6958 echo $ECHO_N "checking for ELF... $ECHO_C" >&6; }
     7179                { $as_echo "$as_me:$LINENO: checking for ELF" >&5
     7180$as_echo_n "checking for ELF... " >&6; }
    69597181if test "${tcl_cv_ld_elf+set}" = set; then
    6960   echo $ECHO_N "(cached) $ECHO_C" >&6
     7182  $as_echo_n "(cached) " >&6
    69617183else
    69627184
     
    69827204
    69837205fi
    6984 { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
    6985 echo "${ECHO_T}$tcl_cv_ld_elf" >&6; }
     7206{ $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
     7207$as_echo "$tcl_cv_ld_elf" >&6; }
    69867208                if test $tcl_cv_ld_elf = yes; then
    69877209                    SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so'
     
    70417263                LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
    70427264                SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.0'
    7043                 { echo "$as_me:$LINENO: checking for ELF" >&5
    7044 echo $ECHO_N "checking for ELF... $ECHO_C" >&6; }
     7265                { $as_echo "$as_me:$LINENO: checking for ELF" >&5
     7266$as_echo_n "checking for ELF... " >&6; }
    70457267if test "${tcl_cv_ld_elf+set}" = set; then
    7046   echo $ECHO_N "(cached) $ECHO_C" >&6
     7268  $as_echo_n "(cached) " >&6
    70477269else
    70487270
     
    70687290
    70697291fi
    7070 { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
    7071 echo "${ECHO_T}$tcl_cv_ld_elf" >&6; }
     7292{ $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
     7293$as_echo "$tcl_cv_ld_elf" >&6; }
    70727294                if test $tcl_cv_ld_elf = yes; then
    70737295                    LDFLAGS=-Wl,-export-dynamic
     
    71237345                case `arch` in
    71247346                    ppc)
    7125                         { echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&5
    7126 echo $ECHO_N "checking if compiler accepts -arch ppc64 flag... $ECHO_C" >&6; }
     7347                        { $as_echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&5
     7348$as_echo_n "checking if compiler accepts -arch ppc64 flag... " >&6; }
    71277349if test "${tcl_cv_cc_arch_ppc64+set}" = set; then
    7128   echo $ECHO_N "(cached) $ECHO_C" >&6
     7350  $as_echo_n "(cached) " >&6
    71297351else
    71307352
     
    71527374  *) ac_try_echo=$ac_try;;
    71537375esac
    7154 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7376eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7377$as_echo "$ac_try_echo") >&5
    71557378  (eval "$ac_link") 2>conftest.er1
    71567379  ac_status=$?
     
    71587381  rm -f conftest.er1
    71597382  cat conftest.err >&5
    7160   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7383  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    71617384  (exit $ac_status); } && {
    71627385         test -z "$ac_cxx_werror_flag" ||
    71637386         test ! -s conftest.err
    7164        } && test -s conftest$ac_exeext &&
    7165        $as_test_x conftest$ac_exeext; then
     7387       } && test -s conftest$ac_exeext && {
     7388         test "$cross_compiling" = yes ||
     7389         $as_test_x conftest$ac_exeext
     7390       }; then
    71667391  tcl_cv_cc_arch_ppc64=yes
    71677392else
    7168   echo "$as_me: failed program was:" >&5
     7393  $as_echo "$as_me: failed program was:" >&5
    71697394sed 's/^/| /' conftest.$ac_ext >&5
    71707395
     
    71727397fi
    71737398
     7399rm -rf conftest.dSYM
    71747400rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    71757401      conftest$ac_exeext conftest.$ac_ext
    71767402                            CFLAGS=$hold_cflags
    71777403fi
    7178 { echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&5
    7179 echo "${ECHO_T}$tcl_cv_cc_arch_ppc64" >&6; }
     7404{ $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&5
     7405$as_echo "$tcl_cv_cc_arch_ppc64" >&6; }
    71807406                        if test $tcl_cv_cc_arch_ppc64 = yes; then
    71817407                            CFLAGS="$CFLAGS -arch ppc64 -mpowerpc64 -mcpu=G5"
     
    71837409                        fi;;
    71847410                    i386)
    7185                         { echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&5
    7186 echo $ECHO_N "checking if compiler accepts -arch x86_64 flag... $ECHO_C" >&6; }
     7411                        { $as_echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&5
     7412$as_echo_n "checking if compiler accepts -arch x86_64 flag... " >&6; }
    71877413if test "${tcl_cv_cc_arch_x86_64+set}" = set; then
    7188   echo $ECHO_N "(cached) $ECHO_C" >&6
     7414  $as_echo_n "(cached) " >&6
    71897415else
    71907416
     
    72127438  *) ac_try_echo=$ac_try;;
    72137439esac
    7214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7440eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7441$as_echo "$ac_try_echo") >&5
    72157442  (eval "$ac_link") 2>conftest.er1
    72167443  ac_status=$?
     
    72187445  rm -f conftest.er1
    72197446  cat conftest.err >&5
    7220   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7447  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    72217448  (exit $ac_status); } && {
    72227449         test -z "$ac_cxx_werror_flag" ||
    72237450         test ! -s conftest.err
    7224        } && test -s conftest$ac_exeext &&
    7225        $as_test_x conftest$ac_exeext; then
     7451       } && test -s conftest$ac_exeext && {
     7452         test "$cross_compiling" = yes ||
     7453         $as_test_x conftest$ac_exeext
     7454       }; then
    72267455  tcl_cv_cc_arch_x86_64=yes
    72277456else
    7228   echo "$as_me: failed program was:" >&5
     7457  $as_echo "$as_me: failed program was:" >&5
    72297458sed 's/^/| /' conftest.$ac_ext >&5
    72307459
     
    72327461fi
    72337462
     7463rm -rf conftest.dSYM
    72347464rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    72357465      conftest$ac_exeext conftest.$ac_ext
    72367466                            CFLAGS=$hold_cflags
    72377467fi
    7238 { echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&5
    7239 echo "${ECHO_T}$tcl_cv_cc_arch_x86_64" >&6; }
     7468{ $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&5
     7469$as_echo "$tcl_cv_cc_arch_x86_64" >&6; }
    72407470                        if test $tcl_cv_cc_arch_x86_64 = yes; then
    72417471                            CFLAGS="$CFLAGS -arch x86_64"
     
    72437473                        fi;;
    72447474                    *)
    7245                         { echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&5
    7246 echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};;
     7475                        { $as_echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&5
     7476$as_echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};;
    72477477                esac
    72487478            else
     
    72537483            fi
    72547484            SHLIB_LD='${CC} -dynamiclib ${CFLAGS} ${LDFLAGS}'
    7255             { echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&5
    7256 echo $ECHO_N "checking if ld accepts -single_module flag... $ECHO_C" >&6; }
     7485            { $as_echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&5
     7486$as_echo_n "checking if ld accepts -single_module flag... " >&6; }
    72577487if test "${tcl_cv_ld_single_module+set}" = set; then
    7258   echo $ECHO_N "(cached) $ECHO_C" >&6
     7488  $as_echo_n "(cached) " >&6
    72597489else
    72607490
     
    72827512  *) ac_try_echo=$ac_try;;
    72837513esac
    7284 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7514eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7515$as_echo "$ac_try_echo") >&5
    72857516  (eval "$ac_link") 2>conftest.er1
    72867517  ac_status=$?
     
    72887519  rm -f conftest.er1
    72897520  cat conftest.err >&5
    7290   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7521  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    72917522  (exit $ac_status); } && {
    72927523         test -z "$ac_cxx_werror_flag" ||
    72937524         test ! -s conftest.err
    7294        } && test -s conftest$ac_exeext &&
    7295        $as_test_x conftest$ac_exeext; then
     7525       } && test -s conftest$ac_exeext && {
     7526         test "$cross_compiling" = yes ||
     7527         $as_test_x conftest$ac_exeext
     7528       }; then
    72967529  tcl_cv_ld_single_module=yes
    72977530else
    7298   echo "$as_me: failed program was:" >&5
     7531  $as_echo "$as_me: failed program was:" >&5
    72997532sed 's/^/| /' conftest.$ac_ext >&5
    73007533
     
    73027535fi
    73037536
     7537rm -rf conftest.dSYM
    73047538rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    73057539      conftest$ac_exeext conftest.$ac_ext
    73067540                LDFLAGS=$hold_ldflags
    73077541fi
    7308 { echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&5
    7309 echo "${ECHO_T}$tcl_cv_ld_single_module" >&6; }
     7542{ $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&5
     7543$as_echo "$tcl_cv_ld_single_module" >&6; }
    73107544            if test $tcl_cv_ld_single_module = yes; then
    73117545                SHLIB_LD="${SHLIB_LD} -Wl,-single_module"
     
    73207554                LDFLAGS="$LDFLAGS -prebind"
    73217555            LDFLAGS="$LDFLAGS -headerpad_max_install_names"
    7322             { echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5
    7323 echo $ECHO_N "checking if ld accepts -search_paths_first flag... $ECHO_C" >&6; }
     7556            { $as_echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5
     7557$as_echo_n "checking if ld accepts -search_paths_first flag... " >&6; }
    73247558if test "${tcl_cv_ld_search_paths_first+set}" = set; then
    7325   echo $ECHO_N "(cached) $ECHO_C" >&6
     7559  $as_echo_n "(cached) " >&6
    73267560else
    73277561
     
    73497583  *) ac_try_echo=$ac_try;;
    73507584esac
    7351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7585eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7586$as_echo "$ac_try_echo") >&5
    73527587  (eval "$ac_link") 2>conftest.er1
    73537588  ac_status=$?
     
    73557590  rm -f conftest.er1
    73567591  cat conftest.err >&5
    7357   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7592  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    73587593  (exit $ac_status); } && {
    73597594         test -z "$ac_cxx_werror_flag" ||
    73607595         test ! -s conftest.err
    7361        } && test -s conftest$ac_exeext &&
    7362        $as_test_x conftest$ac_exeext; then
     7596       } && test -s conftest$ac_exeext && {
     7597         test "$cross_compiling" = yes ||
     7598         $as_test_x conftest$ac_exeext
     7599       }; then
    73637600  tcl_cv_ld_search_paths_first=yes
    73647601else
    7365   echo "$as_me: failed program was:" >&5
     7602  $as_echo "$as_me: failed program was:" >&5
    73667603sed 's/^/| /' conftest.$ac_ext >&5
    73677604
     
    73697606fi
    73707607
     7608rm -rf conftest.dSYM
    73717609rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    73727610      conftest$ac_exeext conftest.$ac_ext
    73737611                LDFLAGS=$hold_ldflags
    73747612fi
    7375 { echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&5
    7376 echo "${ECHO_T}$tcl_cv_ld_search_paths_first" >&6; }
     7613{ $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&5
     7614$as_echo "$tcl_cv_ld_search_paths_first" >&6; }
    73777615            if test $tcl_cv_ld_search_paths_first = yes; then
    73787616                LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
     
    73837621            PLAT_OBJS=\$\(MAC\_OSX_OBJS\)
    73847622            PLAT_SRCS=\$\(MAC\_OSX_SRCS\)
    7385             { echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&5
    7386 echo $ECHO_N "checking whether to use CoreFoundation... $ECHO_C" >&6; }
     7623            { $as_echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&5
     7624$as_echo_n "checking whether to use CoreFoundation... " >&6; }
    73877625            # Check whether --enable-corefoundation was given.
    73887626if test "${enable_corefoundation+set}" = set; then
     
    73927630fi
    73937631
    7394             { echo "$as_me:$LINENO: result: $tcl_corefoundation" >&5
    7395 echo "${ECHO_T}$tcl_corefoundation" >&6; }
     7632            { $as_echo "$as_me:$LINENO: result: $tcl_corefoundation" >&5
     7633$as_echo "$tcl_corefoundation" >&6; }
    73967634            if test $tcl_corefoundation = yes; then
    7397                 { echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&5
    7398 echo $ECHO_N "checking for CoreFoundation.framework... $ECHO_C" >&6; }
     7635                { $as_echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&5
     7636$as_echo_n "checking for CoreFoundation.framework... " >&6; }
    73997637if test "${tcl_cv_lib_corefoundation+set}" = set; then
    7400   echo $ECHO_N "(cached) $ECHO_C" >&6
     7638  $as_echo_n "(cached) " >&6
    74017639else
    74027640
     
    74307668  *) ac_try_echo=$ac_try;;
    74317669esac
    7432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7670eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7671$as_echo "$ac_try_echo") >&5
    74337672  (eval "$ac_link") 2>conftest.er1
    74347673  ac_status=$?
     
    74367675  rm -f conftest.er1
    74377676  cat conftest.err >&5
    7438   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7677  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    74397678  (exit $ac_status); } && {
    74407679