Changeset 1102


Ignore:
Timestamp:
Aug 6, 2008 10:24:34 AM (16 years ago)
Author:
gah
Message:

language binding fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r1100 r1102  
    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
     
    703727TCLSH
    704728MEX
     729MATLAB
    705730MEX_ARCH
    706731MEXEXT
     
    745770LTLIBOBJS'
    746771ac_subst_files=''
     772ac_user_opts='
     773enable_option_checking
     774enable_64bit
     775enable_64bit_vis
     776enable_corefoundation
     777enable_load
     778enable_gui
     779with_tclsh
     780with_matlab
     781with_octave
     782with_perl
     783with_python
     784with_ruby
     785enable_shared
     786enable_symbols
     787'
    747788      ac_precious_vars='build_alias
    748789host_alias
     
    765806ac_init_help=
    766807ac_init_version=false
     808ac_unrecognized_opts=
     809ac_unrecognized_sep=
    767810# The variables have the same names as the options, with
    768811# dashes changed to underlines.
     
    863906
    864907  -disable-* | --disable-*)
    865     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     908    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    866909    # Reject names that are not valid shell variable names.
    867     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    868       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     910    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     911      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    869912   { (exit 1); exit 1; }; }
    870     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    871     eval enable_$ac_feature=no ;;
     913    ac_useropt_orig=$ac_useropt
     914    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     915    case $ac_user_opts in
     916      *"
     917"enable_$ac_useropt"
     918"*) ;;
     919      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
     920         ac_unrecognized_sep=', ';;
     921    esac
     922    eval enable_$ac_useropt=no ;;
    872923
    873924  -docdir | --docdir | --docdi | --doc | --do)
     
    882933
    883934  -enable-* | --enable-*)
    884     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     935    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    885936    # Reject names that are not valid shell variable names.
    886     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    887       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     937    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     938      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    888939   { (exit 1); exit 1; }; }
    889     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    890     eval enable_$ac_feature=\$ac_optarg ;;
     940    ac_useropt_orig=$ac_useropt
     941    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     942    case $ac_user_opts in
     943      *"
     944"enable_$ac_useropt"
     945"*) ;;
     946      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
     947         ac_unrecognized_sep=', ';;
     948    esac
     949    eval enable_$ac_useropt=\$ac_optarg ;;
    891950
    892951  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    10791138
    10801139  -with-* | --with-*)
    1081     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1140    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    10821141    # Reject names that are not valid shell variable names.
    1083     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1084       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1142    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1143      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    10851144   { (exit 1); exit 1; }; }
    1086     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
    1087     eval with_$ac_package=\$ac_optarg ;;
     1145    ac_useropt_orig=$ac_useropt
     1146    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1147    case $ac_user_opts in
     1148      *"
     1149"with_$ac_useropt"
     1150"*) ;;
     1151      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
     1152         ac_unrecognized_sep=', ';;
     1153    esac
     1154    eval with_$ac_useropt=\$ac_optarg ;;
    10881155
    10891156  -without-* | --without-*)
    1090     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1157    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    10911158    # Reject names that are not valid shell variable names.
    1092     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1093       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1159    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1160      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    10941161   { (exit 1); exit 1; }; }
    1095     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
    1096     eval with_$ac_package=no ;;
     1162    ac_useropt_orig=$ac_useropt
     1163    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1164    case $ac_user_opts in
     1165      *"
     1166"with_$ac_useropt"
     1167"*) ;;
     1168      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
     1169         ac_unrecognized_sep=', ';;
     1170    esac
     1171    eval with_$ac_useropt=no ;;
    10971172
    10981173  --x)
     
    11141189    x_libraries=$ac_optarg ;;
    11151190
    1116   -*) { echo "$as_me: error: unrecognized option: $ac_option
     1191  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
    11171192Try \`$0 --help' for more information." >&2
    11181193   { (exit 1); exit 1; }; }
     
    11231198    # Reject names that are not valid shell variable names.
    11241199    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    1125       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1200      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    11261201   { (exit 1); exit 1; }; }
    11271202    eval $ac_envvar=\$ac_optarg
     
    11301205  *)
    11311206    # FIXME: should be removed in autoconf 3.0.
    1132     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1207    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    11331208    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1134       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1209      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    11351210    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    11361211    ;;
     
    11411216if test -n "$ac_prev"; then
    11421217  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1143   { echo "$as_me: error: missing argument to $ac_option" >&2
     1218  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
    11441219   { (exit 1); exit 1; }; }
    11451220fi
    11461221
    1147 # Be sure to have absolute directory names.
     1222if test -n "$ac_unrecognized_opts"; then
     1223  case $enable_option_checking in
     1224    no) ;;
     1225    fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2
     1226   { (exit 1); exit 1; }; } ;;
     1227    *)     $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;;
     1228  esac
     1229fi
     1230
     1231# Check all directory arguments for consistency.
    11481232for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
    11491233                datadir sysconfdir sharedstatedir localstatedir includedir \
     
    11521236do
    11531237  eval ac_val=\$$ac_var
     1238  # Remove trailing slashes.
     1239  case $ac_val in
     1240    */ )
     1241      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
     1242      eval $ac_var=\$ac_val;;
     1243  esac
     1244  # Be sure to have absolute directory names.
    11541245  case $ac_val in
    11551246    [\\/$]* | ?:[\\/]* )  continue;;
    11561247    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    11571248  esac
    1158   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1249  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    11591250   { (exit 1); exit 1; }; }
    11601251done
     
    11711262  if test "x$build_alias" = x; then
    11721263    cross_compiling=maybe
    1173     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1264    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    11741265    If a cross compiler is detected then cross compile mode will be used." >&2
    11751266  elif test "x$build_alias" != "x$host_alias"; then
     
    11871278ac_ls_di=`ls -di .` &&
    11881279ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1189   { echo "$as_me: error: Working directory cannot be determined" >&2
     1280  { $as_echo "$as_me: error: Working directory cannot be determined" >&2
    11901281   { (exit 1); exit 1; }; }
    11911282test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1192   { echo "$as_me: error: pwd does not report name of working directory" >&2
     1283  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
    11931284   { (exit 1); exit 1; }; }
    11941285
     
    11981289  ac_srcdir_defaulted=yes
    11991290  # Try the directory containing this script, then the parent directory.
    1200   ac_confdir=`$as_dirname -- "$0" ||
    1201 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    1202          X"$0" : 'X\(//\)[^/]' \| \
    1203          X"$0" : 'X\(//\)$' \| \
    1204          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    1205 echo X"$0" |
     1291  ac_confdir=`$as_dirname -- "$as_myself" ||
     1292$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1293         X"$as_myself" : 'X\(//\)[^/]' \| \
     1294         X"$as_myself" : 'X\(//\)$' \| \
     1295         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
     1296$as_echo X"$as_myself" |
    12061297    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    12071298            s//\1/
     
    12301321if test ! -r "$srcdir/$ac_unique_file"; then
    12311322  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1232   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1323  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    12331324   { (exit 1); exit 1; }; }
    12341325fi
    12351326ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    12361327ac_abs_confdir=`(
    1237         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
     1328        cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
    12381329   { (exit 1); exit 1; }; }
    12391330        pwd)`
     
    12841375Installation directories:
    12851376  --prefix=PREFIX         install architecture-independent files in PREFIX
    1286                           [$ac_default_prefix]
     1377                          [$ac_default_prefix]
    12871378  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    1288                           [PREFIX]
     1379                          [PREFIX]
    12891380
    12901381By default, \`make install' will install all the files in
     
    12961387
    12971388Fine tuning of the installation directories:
    1298   --bindir=DIR           user executables [EPREFIX/bin]
    1299   --sbindir=DIR          system admin executables [EPREFIX/sbin]
    1300   --libexecdir=DIR       program executables [EPREFIX/libexec]
    1301   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
    1302   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
    1303   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
    1304   --libdir=DIR           object code libraries [EPREFIX/lib]
    1305   --includedir=DIR       C header files [PREFIX/include]
    1306   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
    1307   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
    1308   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
    1309   --infodir=DIR          info documentation [DATAROOTDIR/info]
    1310   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
    1311   --mandir=DIR           man documentation [DATAROOTDIR/man]
    1312   --docdir=DIR           documentation root [DATAROOTDIR/doc/rappture]
    1313   --htmldir=DIR          html documentation [DOCDIR]
    1314   --dvidir=DIR           dvi documentation [DOCDIR]
    1315   --pdfdir=DIR           pdf documentation [DOCDIR]
    1316   --psdir=DIR            ps documentation [DOCDIR]
     1389  --bindir=DIR            user executables [EPREFIX/bin]
     1390  --sbindir=DIR           system admin executables [EPREFIX/sbin]
     1391  --libexecdir=DIR        program executables [EPREFIX/libexec]
     1392  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
     1393  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
     1394  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
     1395  --libdir=DIR            object code libraries [EPREFIX/lib]
     1396  --includedir=DIR        C header files [PREFIX/include]
     1397  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
     1398  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
     1399  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
     1400  --infodir=DIR           info documentation [DATAROOTDIR/info]
     1401  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
     1402  --mandir=DIR            man documentation [DATAROOTDIR/man]
     1403  --docdir=DIR            documentation root [DATAROOTDIR/doc/rappture]
     1404  --htmldir=DIR           html documentation [DOCDIR]
     1405  --dvidir=DIR            dvi documentation [DOCDIR]
     1406  --pdfdir=DIR            pdf documentation [DOCDIR]
     1407  --psdir=DIR             ps documentation [DOCDIR]
    13171408_ACEOF
    13181409
     
    13281419
    13291420Optional Features:
     1421  --disable-option-checking  ignore unrecognized --enable/--with options
    13301422  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    13311423  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    13761468  # If there are subdirs, report their specific --help.
    13771469  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1378     test -d "$ac_dir" || continue
     1470    test -d "$ac_dir" ||
     1471      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
     1472      continue
    13791473    ac_builddir=.
    13801474
     
    13821476.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    13831477*)
    1384   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     1478  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    13851479  # A ".." for each directory in $ac_dir_suffix.
    1386   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     1480  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    13871481  case $ac_top_builddir_sub in
    13881482  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    14201514      $SHELL "$ac_srcdir/configure" --help=recursive
    14211515    else
    1422       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1516      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    14231517    fi || ac_status=$?
    14241518    cd "$ac_pwd" || { ac_status=$?; break; }
     
    14301524  cat <<\_ACEOF
    14311525Rappture configure 1.1
    1432 generated by GNU Autoconf 2.61
     1526generated by GNU Autoconf 2.62
    14331527
    14341528Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1435 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
     15292002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    14361530This configure script is free software; the Free Software Foundation
    14371531gives unlimited permission to copy, distribute and modify it.
     
    14441538
    14451539It was created by Rappture $as_me 1.1, which was
    1446 generated by GNU Autoconf 2.61.  Invocation command line was
     1540generated by GNU Autoconf 2.62.  Invocation command line was
    14471541
    14481542  $ $0 $@
     
    14801574  IFS=$as_save_IFS
    14811575  test -z "$as_dir" && as_dir=.
    1482   echo "PATH: $as_dir"
     1576  $as_echo "PATH: $as_dir"
    14831577done
    14841578IFS=$as_save_IFS
     
    15151609      continue ;;
    15161610    *\'*)
    1517       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1611      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    15181612    esac
    15191613    case $ac_pass in
     
    15671661    *${as_nl}*)
    15681662      case $ac_var in #(
    1569       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    1570 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     1663      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     1664$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
    15711665      esac
    15721666      case $ac_var in #(
    15731667      _ | IFS | as_nl) ;; #(
     1668      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    15741669      *) $as_unset $ac_var ;;
    15751670      esac ;;
     
    16011696      eval ac_val=\$$ac_var
    16021697      case $ac_val in
    1603       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1698      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    16041699      esac
    1605       echo "$ac_var='\''$ac_val'\''"
     1700      $as_echo "$ac_var='\''$ac_val'\''"
    16061701    done | sort
    16071702    echo
     
    16181713        eval ac_val=\$$ac_var
    16191714        case $ac_val in
    1620         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1715        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    16211716        esac
    1622         echo "$ac_var='\''$ac_val'\''"
     1717        $as_echo "$ac_var='\''$ac_val'\''"
    16231718      done | sort
    16241719      echo
     
    16361731    fi
    16371732    test "$ac_signal" != 0 &&
    1638       echo "$as_me: caught signal $ac_signal"
    1639     echo "$as_me: exit $exit_status"
     1733      $as_echo "$as_me: caught signal $ac_signal"
     1734    $as_echo "$as_me: exit $exit_status"
    16401735  } >&5
    16411736  rm -f core *.core core.conftest.* &&
     
    16791774
    16801775# Let the site file select an alternate cache file if it wants to.
    1681 # Prefer explicitly selected file to automatically selected ones.
     1776# Prefer an explicitly selected file to automatically selected ones.
     1777ac_site_file1=NONE
     1778ac_site_file2=NONE
    16821779if test -n "$CONFIG_SITE"; then
    1683   set x "$CONFIG_SITE"
     1780  ac_site_file1=$CONFIG_SITE
    16841781elif test "x$prefix" != xNONE; then
    1685   set x "$prefix/share/config.site" "$prefix/etc/config.site"
    1686 else
    1687   set x "$ac_default_prefix/share/config.site" \
    1688         "$ac_default_prefix/etc/config.site"
    1689 fi
    1690 shift
    1691 for ac_site_file
     1782  ac_site_file1=$prefix/share/config.site
     1783  ac_site_file2=$prefix/etc/config.site
     1784else
     1785  ac_site_file1=$ac_default_prefix/share/config.site
     1786  ac_site_file2=$ac_default_prefix/etc/config.site
     1787fi
     1788for ac_site_file in "$ac_site_file1" "$ac_site_file2"
    16921789do
     1790  test "x$ac_site_file" = xNONE && continue
    16931791  if test -r "$ac_site_file"; then
    1694     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1695 echo "$as_me: loading site script $ac_site_file" >&6;}
     1792    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1793$as_echo "$as_me: loading site script $ac_site_file" >&6;}
    16961794    sed 's/^/| /' "$ac_site_file" >&5
    16971795    . "$ac_site_file"
     
    17031801  # files actually), so we avoid doing that.
    17041802  if test -f "$cache_file"; then
    1705     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1706 echo "$as_me: loading cache $cache_file" >&6;}
     1803    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1804$as_echo "$as_me: loading cache $cache_file" >&6;}
    17071805    case $cache_file in
    17081806      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     
    17111809  fi
    17121810else
    1713   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1714 echo "$as_me: creating cache $cache_file" >&6;}
     1811  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1812$as_echo "$as_me: creating cache $cache_file" >&6;}
    17151813  >$cache_file
    17161814fi
     
    17261824  case $ac_old_set,$ac_new_set in
    17271825    set,)
    1728       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1729 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1826      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1827$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    17301828      ac_cache_corrupted=: ;;
    17311829    ,set)
    1732       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1733 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1830      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1831$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    17341832      ac_cache_corrupted=: ;;
    17351833    ,);;
    17361834    *)
    17371835      if test "x$ac_old_val" != "x$ac_new_val"; then
    1738         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1739 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1740         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
    1741 echo "$as_me:   former value:  $ac_old_val" >&2;}
    1742         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
    1743 echo "$as_me:   current value: $ac_new_val" >&2;}
    1744         ac_cache_corrupted=:
     1836        # differences in whitespace do not lead to failure.
     1837        ac_old_val_w=`echo x $ac_old_val`
     1838        ac_new_val_w=`echo x $ac_new_val`
     1839        if test "$ac_old_val_w" != "$ac_new_val_w"; then
     1840          { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1841$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1842          ac_cache_corrupted=:
     1843        else
     1844          { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
     1845$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
     1846          eval $ac_var=\$ac_old_val
     1847        fi
     1848        { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
     1849$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
     1850        { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
     1851$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
    17451852      fi;;
    17461853  esac
     
    17481855  if test "$ac_new_set" = set; then
    17491856    case $ac_new_val in
    1750     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1857    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    17511858    *) ac_arg=$ac_var=$ac_new_val ;;
    17521859    esac
     
    17581865done
    17591866if $ac_cache_corrupted; then
    1760   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1761 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1762   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1763 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1867  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1868$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1869  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1870$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    17641871   { (exit 1); exit 1; }; }
    17651872fi
     
    18131920done
    18141921if test -z "$ac_aux_dir"; then
    1815   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&5
    1816 echo "$as_me: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&2;}
     1922  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&5
     1923$as_echo "$as_me: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&2;}
    18171924   { (exit 1); exit 1; }; }
    18181925fi
     
    18601967# OS/2's system install, which has a completely different semantic
    18611968# ./install, which can be erroneously created by make from ./install.sh.
    1862 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    1863 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
     1969# Reject install programs that cannot install multiple files.
     1970{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     1971$as_echo_n "checking for a BSD-compatible install... " >&6; }
    18641972if test -z "$INSTALL"; then
    18651973if test "${ac_cv_path_install+set}" = set; then
    1866   echo $ECHO_N "(cached) $ECHO_C" >&6
     1974  $as_echo_n "(cached) " >&6
    18671975else
    18681976  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    18932001            :
    18942002          else
    1895             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    1896             break 3
     2003            rm -rf conftest.one conftest.two conftest.dir
     2004            echo one > conftest.one
     2005            echo two > conftest.two
     2006            mkdir conftest.dir
     2007            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
     2008              test -s conftest.one && test -s conftest.two &&
     2009              test -s conftest.dir/conftest.one &&
     2010              test -s conftest.dir/conftest.two
     2011            then
     2012              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     2013              break 3
     2014            fi
    18972015          fi
    18982016        fi
     
    19012019    ;;
    19022020esac
     2021
    19032022done
    19042023IFS=$as_save_IFS
    19052024
     2025rm -rf conftest.one conftest.two conftest.dir
    19062026
    19072027fi
     
    19162036  fi
    19172037fi
    1918 { echo "$as_me:$LINENO: result: $INSTALL" >&5
    1919 echo "${ECHO_T}$INSTALL" >&6; }
     2038{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
     2039$as_echo "$INSTALL" >&6; }
    19202040
    19212041# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    19272047test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    19282048
    1929 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    1930 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
    1931 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
     2049{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     2050$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
     2051set x ${MAKE-make}
     2052ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    19322053if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
    1933   echo $ECHO_N "(cached) $ECHO_C" >&6
     2054  $as_echo_n "(cached) " >&6
    19342055else
    19352056  cat >conftest.make <<\_ACEOF
     
    19482069fi
    19492070if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
    1950   { echo "$as_me:$LINENO: result: yes" >&5
    1951 echo "${ECHO_T}yes" >&6; }
     2071  { $as_echo "$as_me:$LINENO: result: yes" >&5
     2072$as_echo "yes" >&6; }
    19522073  SET_MAKE=
    19532074else
    1954   { echo "$as_me:$LINENO: result: no" >&5
    1955 echo "${ECHO_T}no" >&6; }
     2075  { $as_echo "$as_me:$LINENO: result: no" >&5
     2076$as_echo "no" >&6; }
    19562077  SET_MAKE="MAKE=${MAKE-make}"
    19572078fi
     
    19662087  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    19672088set dummy ${ac_tool_prefix}gcc; ac_word=$2
    1968 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1969 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2089{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2090$as_echo_n "checking for $ac_word... " >&6; }
    19702091if test "${ac_cv_prog_CC+set}" = set; then
    1971   echo $ECHO_N "(cached) $ECHO_C" >&6
     2092  $as_echo_n "(cached) " >&6
    19722093else
    19732094  if test -n "$CC"; then
     
    19822103  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    19832104    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    1984     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2105    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    19852106    break 2
    19862107  fi
     
    19932114CC=$ac_cv_prog_CC
    19942115if test -n "$CC"; then
    1995   { echo "$as_me:$LINENO: result: $CC" >&5
    1996 echo "${ECHO_T}$CC" >&6; }
    1997 else
    1998   { echo "$as_me:$LINENO: result: no" >&5
    1999 echo "${ECHO_T}no" >&6; }
     2116  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2117$as_echo "$CC" >&6; }
     2118else
     2119  { $as_echo "$as_me:$LINENO: result: no" >&5
     2120$as_echo "no" >&6; }
    20002121fi
    20012122
     
    20062127  # Extract the first word of "gcc", so it can be a program name with args.
    20072128set dummy gcc; ac_word=$2
    2008 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2009 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2129{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2130$as_echo_n "checking for $ac_word... " >&6; }
    20102131if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2011   echo $ECHO_N "(cached) $ECHO_C" >&6
     2132  $as_echo_n "(cached) " >&6
    20122133else
    20132134  if test -n "$ac_ct_CC"; then
     
    20222143  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    20232144    ac_cv_prog_ac_ct_CC="gcc"
    2024     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2145    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    20252146    break 2
    20262147  fi
     
    20332154ac_ct_CC=$ac_cv_prog_ac_ct_CC
    20342155if test -n "$ac_ct_CC"; then
    2035   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2036 echo "${ECHO_T}$ac_ct_CC" >&6; }
    2037 else
    2038   { echo "$as_me:$LINENO: result: no" >&5
    2039 echo "${ECHO_T}no" >&6; }
     2156  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2157$as_echo "$ac_ct_CC" >&6; }
     2158else
     2159  { $as_echo "$as_me:$LINENO: result: no" >&5
     2160$as_echo "no" >&6; }
    20402161fi
    20412162
     
    20452166    case $cross_compiling:$ac_tool_warned in
    20462167yes:)
    2047 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2168{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    20482169whose name does not start with the host triplet.  If you think this
    20492170configuration is useful to you, please write to autoconf@gnu.org." >&5
    2050 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2171$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    20512172whose name does not start with the host triplet.  If you think this
    20522173configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    20632184    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    20642185set dummy ${ac_tool_prefix}cc; ac_word=$2
    2065 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2066 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2186{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2187$as_echo_n "checking for $ac_word... " >&6; }
    20672188if test "${ac_cv_prog_CC+set}" = set; then
    2068   echo $ECHO_N "(cached) $ECHO_C" >&6
     2189  $as_echo_n "(cached) " >&6
    20692190else
    20702191  if test -n "$CC"; then
     
    20792200  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    20802201    ac_cv_prog_CC="${ac_tool_prefix}cc"
    2081     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2202    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    20822203    break 2
    20832204  fi
     
    20902211CC=$ac_cv_prog_CC
    20912212if test -n "$CC"; then
    2092   { echo "$as_me:$LINENO: result: $CC" >&5
    2093 echo "${ECHO_T}$CC" >&6; }
    2094 else
    2095   { echo "$as_me:$LINENO: result: no" >&5
    2096 echo "${ECHO_T}no" >&6; }
     2213  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2214$as_echo "$CC" >&6; }
     2215else
     2216  { $as_echo "$as_me:$LINENO: result: no" >&5
     2217$as_echo "no" >&6; }
    20972218fi
    20982219
     
    21032224  # Extract the first word of "cc", so it can be a program name with args.
    21042225set dummy cc; ac_word=$2
    2105 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2106 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2226{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2227$as_echo_n "checking for $ac_word... " >&6; }
    21072228if test "${ac_cv_prog_CC+set}" = set; then
    2108   echo $ECHO_N "(cached) $ECHO_C" >&6
     2229  $as_echo_n "(cached) " >&6
    21092230else
    21102231  if test -n "$CC"; then
     
    21242245     fi
    21252246    ac_cv_prog_CC="cc"
    2126     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2247    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    21272248    break 2
    21282249  fi
     
    21472268CC=$ac_cv_prog_CC
    21482269if test -n "$CC"; then
    2149   { echo "$as_me:$LINENO: result: $CC" >&5
    2150 echo "${ECHO_T}$CC" >&6; }
    2151 else
    2152   { echo "$as_me:$LINENO: result: no" >&5
    2153 echo "${ECHO_T}no" >&6; }
     2270  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2271$as_echo "$CC" >&6; }
     2272else
     2273  { $as_echo "$as_me:$LINENO: result: no" >&5
     2274$as_echo "no" >&6; }
    21542275fi
    21552276
     
    21622283    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    21632284set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2164 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2165 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2285{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2286$as_echo_n "checking for $ac_word... " >&6; }
    21662287if test "${ac_cv_prog_CC+set}" = set; then
    2167   echo $ECHO_N "(cached) $ECHO_C" >&6
     2288  $as_echo_n "(cached) " >&6
    21682289else
    21692290  if test -n "$CC"; then
     
    21782299  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    21792300    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    2180     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2301    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    21812302    break 2
    21822303  fi
     
    21892310CC=$ac_cv_prog_CC
    21902311if test -n "$CC"; then
    2191   { echo "$as_me:$LINENO: result: $CC" >&5
    2192 echo "${ECHO_T}$CC" >&6; }
    2193 else
    2194   { echo "$as_me:$LINENO: result: no" >&5
    2195 echo "${ECHO_T}no" >&6; }
     2312  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2313$as_echo "$CC" >&6; }
     2314else
     2315  { $as_echo "$as_me:$LINENO: result: no" >&5
     2316$as_echo "no" >&6; }
    21962317fi
    21972318
     
    22062327  # Extract the first word of "$ac_prog", so it can be a program name with args.
    22072328set dummy $ac_prog; ac_word=$2
    2208 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2209 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2329{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2330$as_echo_n "checking for $ac_word... " >&6; }
    22102331if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2211   echo $ECHO_N "(cached) $ECHO_C" >&6
     2332  $as_echo_n "(cached) " >&6
    22122333else
    22132334  if test -n "$ac_ct_CC"; then
     
    22222343  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    22232344    ac_cv_prog_ac_ct_CC="$ac_prog"
    2224     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2345    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    22252346    break 2
    22262347  fi
     
    22332354ac_ct_CC=$ac_cv_prog_ac_ct_CC
    22342355if test -n "$ac_ct_CC"; then
    2235   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2236 echo "${ECHO_T}$ac_ct_CC" >&6; }
    2237 else
    2238   { echo "$as_me:$LINENO: result: no" >&5
    2239 echo "${ECHO_T}no" >&6; }
     2356  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2357$as_echo "$ac_ct_CC" >&6; }
     2358else
     2359  { $as_echo "$as_me:$LINENO: result: no" >&5
     2360$as_echo "no" >&6; }
    22402361fi
    22412362
     
    22492370    case $cross_compiling:$ac_tool_warned in
    22502371yes:)
    2251 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2372{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    22522373whose name does not start with the host triplet.  If you think this
    22532374configuration is useful to you, please write to autoconf@gnu.org." >&5
    2254 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2375$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    22552376whose name does not start with the host triplet.  If you think this
    22562377configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    22642385
    22652386
    2266 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2387test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    22672388See \`config.log' for more details." >&5
    2268 echo "$as_me: error: no acceptable C compiler found in \$PATH
     2389$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
    22692390See \`config.log' for more details." >&2;}
    22702391   { (exit 1); exit 1; }; }
    22712392
    22722393# Provide some information about the compiler.
    2273 echo "$as_me:$LINENO: checking for C compiler version" >&5
    2274 ac_compiler=`set X $ac_compile; echo $2`
     2394$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
     2395set X $ac_compile
     2396ac_compiler=$2
    22752397{ (ac_try="$ac_compiler --version >&5"
    22762398case "(($ac_try" in
     
    22782400  *) ac_try_echo=$ac_try;;
    22792401esac
    2280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2402eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2403$as_echo "$ac_try_echo") >&5
    22812404  (eval "$ac_compiler --version >&5") 2>&5
    22822405  ac_status=$?
    2283   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2406  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    22842407  (exit $ac_status); }
    22852408{ (ac_try="$ac_compiler -v >&5"
     
    22882411  *) ac_try_echo=$ac_try;;
    22892412esac
    2290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2413eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2414$as_echo "$ac_try_echo") >&5
    22912415  (eval "$ac_compiler -v >&5") 2>&5
    22922416  ac_status=$?
    2293   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2417  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    22942418  (exit $ac_status); }
    22952419{ (ac_try="$ac_compiler -V >&5"
     
    22982422  *) ac_try_echo=$ac_try;;
    22992423esac
    2300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2424eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2425$as_echo "$ac_try_echo") >&5
    23012426  (eval "$ac_compiler -V >&5") 2>&5
    23022427  ac_status=$?
    2303   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2428  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23042429  (exit $ac_status); }
    23052430
     
    23202445_ACEOF
    23212446ac_clean_files_save=$ac_clean_files
    2322 ac_clean_files="$ac_clean_files a.out a.exe b.out"
     2447ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
    23232448# Try to create an executable without -o first, disregard a.out.
    23242449# It will help us diagnose broken compilers, and finding out an intuition
    23252450# of exeext.
    2326 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    2327 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
    2328 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    2329 #
    2330 # List of possible output files, starting from the most likely.
    2331 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
    2332 # only as a last resort.  b.out is created by i960 compilers.
    2333 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
    2334 #
    2335 # The IRIX 6 linker writes into existing files which may not be
    2336 # executable, retaining their permissions.  Remove them first so a
    2337 # subsequent execution test works.
     2451{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2452$as_echo_n "checking for C compiler default output file name... " >&6; }
     2453ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2454
     2455# The possible output files:
     2456ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
     2457
    23382458ac_rmfiles=
    23392459for ac_file in $ac_files
    23402460do
    23412461  case $ac_file in
    2342     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     2462    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    23432463    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
    23442464  esac
     
    23512471  *) ac_try_echo=$ac_try;;
    23522472esac
    2353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2473eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2474$as_echo "$ac_try_echo") >&5
    23542475  (eval "$ac_link_default") 2>&5
    23552476  ac_status=$?
    2356   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2477  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23572478  (exit $ac_status); }; then
    23582479  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     
    23652486  test -f "$ac_file" || continue
    23662487  case $ac_file in
    2367     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
     2488    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
    23682489        ;;
    23692490    [ab].out )
     
    23922513fi
    23932514
    2394 { echo "$as_me:$LINENO: result: $ac_file" >&5
    2395 echo "${ECHO_T}$ac_file" >&6; }
     2515{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
     2516$as_echo "$ac_file" >&6; }
    23962517if test -z "$ac_file"; then
    2397   echo "$as_me: failed program was:" >&5
     2518  $as_echo "$as_me: failed program was:" >&5
    23982519sed 's/^/| /' conftest.$ac_ext >&5
    23992520
    2400 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
     2521{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
    24012522See \`config.log' for more details." >&5
    2402 echo "$as_me: error: C compiler cannot create executables
     2523$as_echo "$as_me: error: C compiler cannot create executables
    24032524See \`config.log' for more details." >&2;}
    24042525   { (exit 77); exit 77; }; }
     
    24092530# Check that the compiler produces executables we can run.  If not, either
    24102531# the compiler is broken, or we cross compile.
    2411 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    2412 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
     2532{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2533$as_echo_n "checking whether the C compiler works... " >&6; }
    24132534# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    24142535# If not cross compiling, check that we can run a simple program.
     
    24192540  *) ac_try_echo=$ac_try;;
    24202541esac
    2421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2542eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2543$as_echo "$ac_try_echo") >&5
    24222544  (eval "$ac_try") 2>&5
    24232545  ac_status=$?
    2424   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2546  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24252547  (exit $ac_status); }; }; then
    24262548    cross_compiling=no
     
    24292551        cross_compiling=yes
    24302552    else
    2431         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2553        { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
    24322554If you meant to cross compile, use \`--host'.
    24332555See \`config.log' for more details." >&5
    2434 echo "$as_me: error: cannot run C compiled programs.
     2556$as_echo "$as_me: error: cannot run C compiled programs.
    24352557If you meant to cross compile, use \`--host'.
    24362558See \`config.log' for more details." >&2;}
     
    24392561  fi
    24402562fi
    2441 { echo "$as_me:$LINENO: result: yes" >&5
    2442 echo "${ECHO_T}yes" >&6; }
    2443 
    2444 rm -f a.out a.exe conftest$ac_cv_exeext b.out
     2563{ $as_echo "$as_me:$LINENO: result: yes" >&5
     2564$as_echo "yes" >&6; }
     2565
     2566rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
    24452567ac_clean_files=$ac_clean_files_save
    24462568# Check that the compiler produces executables we can run.  If not, either
    24472569# the compiler is broken, or we cross compile.
    2448 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    2449 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
    2450 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
    2451 echo "${ECHO_T}$cross_compiling" >&6; }
    2452 
    2453 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
    2454 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
     2570{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2571$as_echo_n "checking whether we are cross compiling... " >&6; }
     2572{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2573$as_echo "$cross_compiling" >&6; }
     2574
     2575{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2576$as_echo_n "checking for suffix of executables... " >&6; }
    24552577if { (ac_try="$ac_link"
    24562578case "(($ac_try" in
     
    24582580  *) ac_try_echo=$ac_try;;
    24592581esac
    2460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2582eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2583$as_echo "$ac_try_echo") >&5
    24612584  (eval "$ac_link") 2>&5
    24622585  ac_status=$?
    2463   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2586  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24642587  (exit $ac_status); }; then
    24652588  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    24702593  test -f "$ac_file" || continue
    24712594  case $ac_file in
    2472     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     2595    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    24732596    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    24742597          break;;
     
    24772600done
    24782601else
    2479   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     2602  { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    24802603See \`config.log' for more details." >&5
    2481 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     2604$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    24822605See \`config.log' for more details." >&2;}
    24832606   { (exit 1); exit 1; }; }
     
    24852608
    24862609rm -f conftest$ac_cv_exeext
    2487 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    2488 echo "${ECHO_T}$ac_cv_exeext" >&6; }
     2610{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     2611$as_echo "$ac_cv_exeext" >&6; }
    24892612
    24902613rm -f conftest.$ac_ext
    24912614EXEEXT=$ac_cv_exeext
    24922615ac_exeext=$EXEEXT
    2493 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
    2494 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
     2616{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
     2617$as_echo_n "checking for suffix of object files... " >&6; }
    24952618if test "${ac_cv_objext+set}" = set; then
    2496   echo $ECHO_N "(cached) $ECHO_C" >&6
     2619  $as_echo_n "(cached) " >&6
    24972620else
    24982621  cat >conftest.$ac_ext <<_ACEOF
     
    25172640  *) ac_try_echo=$ac_try;;
    25182641esac
    2519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2642eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2643$as_echo "$ac_try_echo") >&5
    25202644  (eval "$ac_compile") 2>&5
    25212645  ac_status=$?
    2522   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2646  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25232647  (exit $ac_status); }; then
    25242648  for ac_file in conftest.o conftest.obj conftest.*; do
    25252649  test -f "$ac_file" || continue;
    25262650  case $ac_file in
    2527     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
     2651    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
    25282652    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    25292653       break;;
     
    25312655done
    25322656else
    2533   echo "$as_me: failed program was:" >&5
     2657  $as_echo "$as_me: failed program was:" >&5
    25342658sed 's/^/| /' conftest.$ac_ext >&5
    25352659
    2536 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     2660{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    25372661See \`config.log' for more details." >&5
    2538 echo "$as_me: error: cannot compute suffix of object files: cannot compile
     2662$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
    25392663See \`config.log' for more details." >&2;}
    25402664   { (exit 1); exit 1; }; }
     
    25432667rm -f conftest.$ac_cv_objext conftest.$ac_ext
    25442668fi
    2545 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    2546 echo "${ECHO_T}$ac_cv_objext" >&6; }
     2669{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     2670$as_echo "$ac_cv_objext" >&6; }
    25472671OBJEXT=$ac_cv_objext
    25482672ac_objext=$OBJEXT
    2549 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    2550 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
     2673{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     2674$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    25512675if test "${ac_cv_c_compiler_gnu+set}" = set; then
    2552   echo $ECHO_N "(cached) $ECHO_C" >&6
     2676  $as_echo_n "(cached) " >&6
    25532677else
    25542678  cat >conftest.$ac_ext <<_ACEOF
     
    25762700  *) ac_try_echo=$ac_try;;
    25772701esac
    2578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2702eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2703$as_echo "$ac_try_echo") >&5
    25792704  (eval "$ac_compile") 2>conftest.er1
    25802705  ac_status=$?
     
    25822707  rm -f conftest.er1
    25832708  cat conftest.err >&5
    2584   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2709  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25852710  (exit $ac_status); } && {
    25862711         test -z "$ac_c_werror_flag" ||
     
    25892714  ac_compiler_gnu=yes
    25902715else
    2591   echo "$as_me: failed program was:" >&5
     2716  $as_echo "$as_me: failed program was:" >&5
    25922717sed 's/^/| /' conftest.$ac_ext >&5
    25932718
     
    25992724
    26002725fi
    2601 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    2602 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
    2603 GCC=`test $ac_compiler_gnu = yes && echo yes`
     2726{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     2727$as_echo "$ac_cv_c_compiler_gnu" >&6; }
     2728if test $ac_compiler_gnu = yes; then
     2729  GCC=yes
     2730else
     2731  GCC=
     2732fi
    26042733ac_test_CFLAGS=${CFLAGS+set}
    26052734ac_save_CFLAGS=$CFLAGS
    2606 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    2607 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
     2735{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     2736$as_echo_n "checking whether $CC accepts -g... " >&6; }
    26082737if test "${ac_cv_prog_cc_g+set}" = set; then
    2609   echo $ECHO_N "(cached) $ECHO_C" >&6
     2738  $as_echo_n "(cached) " >&6
    26102739else
    26112740  ac_save_c_werror_flag=$ac_c_werror_flag
     
    26342763  *) ac_try_echo=$ac_try;;
    26352764esac
    2636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2765eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2766$as_echo "$ac_try_echo") >&5
    26372767  (eval "$ac_compile") 2>conftest.er1
    26382768  ac_status=$?
     
    26402770  rm -f conftest.er1
    26412771  cat conftest.err >&5
    2642   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2772  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26432773  (exit $ac_status); } && {
    26442774         test -z "$ac_c_werror_flag" ||
     
    26472777  ac_cv_prog_cc_g=yes
    26482778else
    2649   echo "$as_me: failed program was:" >&5
     2779  $as_echo "$as_me: failed program was:" >&5
    26502780sed 's/^/| /' conftest.$ac_ext >&5
    26512781
     
    26722802  *) ac_try_echo=$ac_try;;
    26732803esac
    2674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2804eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2805$as_echo "$ac_try_echo") >&5
    26752806  (eval "$ac_compile") 2>conftest.er1
    26762807  ac_status=$?
     
    26782809  rm -f conftest.er1
    26792810  cat conftest.err >&5
    2680   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2811  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26812812  (exit $ac_status); } && {
    26822813         test -z "$ac_c_werror_flag" ||
     
    26852816  :
    26862817else
    2687   echo "$as_me: failed program was:" >&5
     2818  $as_echo "$as_me: failed program was:" >&5
    26882819sed 's/^/| /' conftest.$ac_ext >&5
    26892820
     
    27112842  *) ac_try_echo=$ac_try;;
    27122843esac
    2713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2844eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2845$as_echo "$ac_try_echo") >&5
    27142846  (eval "$ac_compile") 2>conftest.er1
    27152847  ac_status=$?
     
    27172849  rm -f conftest.er1
    27182850  cat conftest.err >&5
    2719   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2851  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27202852  (exit $ac_status); } && {
    27212853         test -z "$ac_c_werror_flag" ||
     
    27242856  ac_cv_prog_cc_g=yes
    27252857else
    2726   echo "$as_me: failed program was:" >&5
     2858  $as_echo "$as_me: failed program was:" >&5
    27272859sed 's/^/| /' conftest.$ac_ext >&5
    27282860
     
    27392871   ac_c_werror_flag=$ac_save_c_werror_flag
    27402872fi
    2741 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    2742 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
     2873{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     2874$as_echo "$ac_cv_prog_cc_g" >&6; }
    27432875if test "$ac_test_CFLAGS" = set; then
    27442876  CFLAGS=$ac_save_CFLAGS
     
    27562888  fi
    27572889fi
    2758 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
    2759 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
     2890{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     2891$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
    27602892if test "${ac_cv_prog_cc_c89+set}" = set; then
    2761   echo $ECHO_N "(cached) $ECHO_C" >&6
     2893  $as_echo_n "(cached) " >&6
    27622894else
    27632895  ac_cv_prog_cc_c89=no
     
    28302962  *) ac_try_echo=$ac_try;;
    28312963esac
    2832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2964eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2965$as_echo "$ac_try_echo") >&5
    28332966  (eval "$ac_compile") 2>conftest.er1
    28342967  ac_status=$?
     
    28362969  rm -f conftest.er1
    28372970  cat conftest.err >&5
    2838   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2971  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28392972  (exit $ac_status); } && {
    28402973         test -z "$ac_c_werror_flag" ||
     
    28432976  ac_cv_prog_cc_c89=$ac_arg
    28442977else
    2845   echo "$as_me: failed program was:" >&5
     2978  $as_echo "$as_me: failed program was:" >&5
    28462979sed 's/^/| /' conftest.$ac_ext >&5
    28472980
     
    28592992case "x$ac_cv_prog_cc_c89" in
    28602993  x)
    2861     { echo "$as_me:$LINENO: result: none needed" >&5
    2862 echo "${ECHO_T}none needed" >&6; } ;;
     2994    { $as_echo "$as_me:$LINENO: result: none needed" >&5
     2995$as_echo "none needed" >&6; } ;;
    28632996  xno)
    2864     { echo "$as_me:$LINENO: result: unsupported" >&5
    2865 echo "${ECHO_T}unsupported" >&6; } ;;
     2997    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
     2998$as_echo "unsupported" >&6; } ;;
    28662999  *)
    28673000    CC="$CC $ac_cv_prog_cc_c89"
    2868     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
    2869 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
     3001    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     3002$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
    28703003esac
    28713004
     
    28863019    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    28873020set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2888 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2889 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3021{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3022$as_echo_n "checking for $ac_word... " >&6; }
    28903023if test "${ac_cv_prog_F77+set}" = set; then
    2891   echo $ECHO_N "(cached) $ECHO_C" >&6
     3024  $as_echo_n "(cached) " >&6
    28923025else
    28933026  if test -n "$F77"; then
     
    29023035  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    29033036    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
    2904     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3037    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    29053038    break 2
    29063039  fi
     
    29133046F77=$ac_cv_prog_F77
    29143047if test -n "$F77"; then
    2915   { echo "$as_me:$LINENO: result: $F77" >&5
    2916 echo "${ECHO_T}$F77" >&6; }
    2917 else
    2918   { echo "$as_me:$LINENO: result: no" >&5
    2919 echo "${ECHO_T}no" >&6; }
     3048  { $as_echo "$as_me:$LINENO: result: $F77" >&5
     3049$as_echo "$F77" >&6; }
     3050else
     3051  { $as_echo "$as_me:$LINENO: result: no" >&5
     3052$as_echo "no" >&6; }
    29203053fi
    29213054
     
    29303063  # Extract the first word of "$ac_prog", so it can be a program name with args.
    29313064set dummy $ac_prog; ac_word=$2
    2932 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2933 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3065{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3066$as_echo_n "checking for $ac_word... " >&6; }
    29343067if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
    2935   echo $ECHO_N "(cached) $ECHO_C" >&6
     3068  $as_echo_n "(cached) " >&6
    29363069else
    29373070  if test -n "$ac_ct_F77"; then
     
    29463079  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    29473080    ac_cv_prog_ac_ct_F77="$ac_prog"
    2948     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3081    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    29493082    break 2
    29503083  fi
     
    29573090ac_ct_F77=$ac_cv_prog_ac_ct_F77
    29583091if test -n "$ac_ct_F77"; then
    2959   { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
    2960 echo "${ECHO_T}$ac_ct_F77" >&6; }
    2961 else
    2962   { echo "$as_me:$LINENO: result: no" >&5
    2963 echo "${ECHO_T}no" >&6; }
     3092  { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
     3093$as_echo "$ac_ct_F77" >&6; }
     3094else
     3095  { $as_echo "$as_me:$LINENO: result: no" >&5
     3096$as_echo "no" >&6; }
    29643097fi
    29653098
     
    29733106    case $cross_compiling:$ac_tool_warned in
    29743107yes:)
    2975 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     3108{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    29763109whose name does not start with the host triplet.  If you think this
    29773110configuration is useful to you, please write to autoconf@gnu.org." >&5
    2978 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     3111$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    29793112whose name does not start with the host triplet.  If you think this
    29803113configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    29873120
    29883121# Provide some information about the compiler.
    2989 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
    2990 ac_compiler=`set X $ac_compile; echo $2`
     3122$as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
     3123set X $ac_compile
     3124ac_compiler=$2
    29913125{ (ac_try="$ac_compiler --version >&5"
    29923126case "(($ac_try" in
     
    29943128  *) ac_try_echo=$ac_try;;
    29953129esac
    2996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3130eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3131$as_echo "$ac_try_echo") >&5
    29973132  (eval "$ac_compiler --version >&5") 2>&5
    29983133  ac_status=$?
    2999   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3134  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30003135  (exit $ac_status); }
    30013136{ (ac_try="$ac_compiler -v >&5"
     
    30043139  *) ac_try_echo=$ac_try;;
    30053140esac
    3006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3141eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3142$as_echo "$ac_try_echo") >&5
    30073143  (eval "$ac_compiler -v >&5") 2>&5
    30083144  ac_status=$?
    3009   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3145  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30103146  (exit $ac_status); }
    30113147{ (ac_try="$ac_compiler -V >&5"
     
    30143150  *) ac_try_echo=$ac_try;;
    30153151esac
    3016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3152eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3153$as_echo "$ac_try_echo") >&5
    30173154  (eval "$ac_compiler -V >&5") 2>&5
    30183155  ac_status=$?
    3019   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3156  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30203157  (exit $ac_status); }
    30213158rm -f a.out
     
    30253162ac_save_ext=$ac_ext
    30263163ac_ext=F
    3027 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
    3028 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
     3164{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
     3165$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
    30293166if test "${ac_cv_f77_compiler_gnu+set}" = set; then
    3030   echo $ECHO_N "(cached) $ECHO_C" >&6
     3167  $as_echo_n "(cached) " >&6
    30313168else
    30323169  cat >conftest.$ac_ext <<_ACEOF
     
    30443181  *) ac_try_echo=$ac_try;;
    30453182esac
    3046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3183eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3184$as_echo "$ac_try_echo") >&5
    30473185  (eval "$ac_compile") 2>conftest.er1
    30483186  ac_status=$?
     
    30503188  rm -f conftest.er1
    30513189  cat conftest.err >&5
    3052   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3190  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30533191  (exit $ac_status); } && {
    30543192         test -z "$ac_f77_werror_flag" ||
     
    30573195  ac_compiler_gnu=yes
    30583196else
    3059   echo "$as_me: failed program was:" >&5
     3197  $as_echo "$as_me: failed program was:" >&5
    30603198sed 's/^/| /' conftest.$ac_ext >&5
    30613199
     
    30673205
    30683206fi
    3069 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
    3070 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
     3207{ $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
     3208$as_echo "$ac_cv_f77_compiler_gnu" >&6; }
    30713209ac_ext=$ac_save_ext
    30723210ac_test_FFLAGS=${FFLAGS+set}
    30733211ac_save_FFLAGS=$FFLAGS
    30743212FFLAGS=
    3075 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
    3076 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
     3213{ $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
     3214$as_echo_n "checking whether $F77 accepts -g... " >&6; }
    30773215if test "${ac_cv_prog_f77_g+set}" = set; then
    3078   echo $ECHO_N "(cached) $ECHO_C" >&6
     3216  $as_echo_n "(cached) " >&6
    30793217else
    30803218  FFLAGS=-g
     
    30903228  *) ac_try_echo=$ac_try;;
    30913229esac
    3092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3230eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3231$as_echo "$ac_try_echo") >&5
    30933232  (eval "$ac_compile") 2>conftest.er1
    30943233  ac_status=$?
     
    30963235  rm -f conftest.er1
    30973236  cat conftest.err >&5
    3098   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3237  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30993238  (exit $ac_status); } && {
    31003239         test -z "$ac_f77_werror_flag" ||
     
    31033242  ac_cv_prog_f77_g=yes
    31043243else
    3105   echo "$as_me: failed program was:" >&5
     3244  $as_echo "$as_me: failed program was:" >&5
    31063245sed 's/^/| /' conftest.$ac_ext >&5
    31073246
     
    31123251
    31133252fi
    3114 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
    3115 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
     3253{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
     3254$as_echo "$ac_cv_prog_f77_g" >&6; }
    31163255if test "$ac_test_FFLAGS" = set; then
    31173256  FFLAGS=$ac_save_FFLAGS
     
    31303269fi
    31313270
    3132 G77=`test $ac_compiler_gnu = yes && echo yes`
     3271if test $ac_compiler_gnu = yes; then
     3272  G77=yes
     3273else
     3274  G77=
     3275fi
    31333276ac_ext=c
    31343277ac_cpp='$CPP $CPPFLAGS'
     
    31573300# OS/2's system install, which has a completely different semantic
    31583301# ./install, which can be erroneously created by make from ./install.sh.
    3159 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    3160 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
     3302# Reject install programs that cannot install multiple files.
     3303{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     3304$as_echo_n "checking for a BSD-compatible install... " >&6; }
    31613305if test -z "$INSTALL"; then
    31623306if test "${ac_cv_path_install+set}" = set; then
    3163   echo $ECHO_N "(cached) $ECHO_C" >&6
     3307  $as_echo_n "(cached) " >&6
    31643308else
    31653309  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    31903334            :
    31913335          else
    3192             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    3193             break 3
     3336            rm -rf conftest.one conftest.two conftest.dir
     3337            echo one > conftest.one
     3338            echo two > conftest.two
     3339            mkdir conftest.dir
     3340            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
     3341              test -s conftest.one && test -s conftest.two &&
     3342              test -s conftest.dir/conftest.one &&
     3343              test -s conftest.dir/conftest.two
     3344            then
     3345              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     3346              break 3
     3347            fi
    31943348          fi
    31953349        fi
     
    31983352    ;;
    31993353esac
     3354
    32003355done
    32013356IFS=$as_save_IFS
    32023357
     3358rm -rf conftest.one conftest.two conftest.dir
    32033359
    32043360fi
     
    32133369  fi
    32143370fi
    3215 { echo "$as_me:$LINENO: result: $INSTALL" >&5
    3216 echo "${ECHO_T}$INSTALL" >&6; }
     3371{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
     3372$as_echo "$INSTALL" >&6; }
    32173373
    32183374# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    32273383  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    32283384set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    3229 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    3230 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3385{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3386$as_echo_n "checking for $ac_word... " >&6; }
    32313387if test "${ac_cv_prog_RANLIB+set}" = set; then
    3232   echo $ECHO_N "(cached) $ECHO_C" >&6
     3388  $as_echo_n "(cached) " >&6
    32333389else
    32343390  if test -n "$RANLIB"; then
     
    32433399  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    32443400    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    3245     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3401    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    32463402    break 2
    32473403  fi
     
    32543410RANLIB=$ac_cv_prog_RANLIB
    32553411if test -n "$RANLIB"; then
    3256   { echo "$as_me:$LINENO: result: $RANLIB" >&5
    3257 echo "${ECHO_T}$RANLIB" >&6; }
    3258 else
    3259   { echo "$as_me:$LINENO: result: no" >&5
    3260 echo "${ECHO_T}no" >&6; }
     3412  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
     3413$as_echo "$RANLIB" >&6; }
     3414else
     3415  { $as_echo "$as_me:$LINENO: result: no" >&5
     3416$as_echo "no" >&6; }
    32613417fi
    32623418
     
    32673423  # Extract the first word of "ranlib", so it can be a program name with args.
    32683424set dummy ranlib; ac_word=$2
    3269 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    3270 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3425{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3426$as_echo_n "checking for $ac_word... " >&6; }
    32713427if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    3272   echo $ECHO_N "(cached) $ECHO_C" >&6
     3428  $as_echo_n "(cached) " >&6
    32733429else
    32743430  if test -n "$ac_ct_RANLIB"; then
     
    32833439  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    32843440    ac_cv_prog_ac_ct_RANLIB="ranlib"
    3285     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3441    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    32863442    break 2
    32873443  fi
     
    32943450ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    32953451if test -n "$ac_ct_RANLIB"; then
    3296   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    3297 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
    3298 else
    3299   { echo "$as_me:$LINENO: result: no" >&5
    3300 echo "${ECHO_T}no" >&6; }
     3452  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     3453$as_echo "$ac_ct_RANLIB" >&6; }
     3454else
     3455  { $as_echo "$as_me:$LINENO: result: no" >&5
     3456$as_echo "no" >&6; }
    33013457fi
    33023458
     
    33063462    case $cross_compiling:$ac_tool_warned in
    33073463yes:)
    3308 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     3464{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    33093465whose name does not start with the host triplet.  If you think this
    33103466configuration is useful to you, please write to autoconf@gnu.org." >&5
    3311 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     3467$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    33123468whose name does not start with the host triplet.  If you think this
    33133469configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    33203476fi
    33213477
    3322 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
    3323 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
     3478{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
     3479$as_echo_n "checking whether ln -s works... " >&6; }
    33243480LN_S=$as_ln_s
    33253481if test "$LN_S" = "ln -s"; then
    3326   { echo "$as_me:$LINENO: result: yes" >&5
    3327 echo "${ECHO_T}yes" >&6; }
    3328 else
    3329   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
    3330 echo "${ECHO_T}no, using $LN_S" >&6; }
    3331 fi
    3332 
    3333 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
    3334 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
     3482  { $as_echo "$as_me:$LINENO: result: yes" >&5
     3483$as_echo "yes" >&6; }
     3484else
     3485  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
     3486$as_echo "no, using $LN_S" >&6; }
     3487fi
     3488
     3489{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
     3490$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
    33353491if test -z "$MKDIR_P"; then
    33363492  if test "${ac_cv_path_mkdir+set}" = set; then
    3337   echo $ECHO_N "(cached) $ECHO_C" >&6
     3493  $as_echo_n "(cached) " >&6
    33383494else
    33393495  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    33703526  fi
    33713527fi
    3372 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
    3373 echo "${ECHO_T}$MKDIR_P" >&6; }
     3528{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
     3529$as_echo "$MKDIR_P" >&6; }
    33743530
    33753531
     
    33803536ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    33813537ac_compiler_gnu=$ac_cv_c_compiler_gnu
    3382 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    3383 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
     3538{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     3539$as_echo_n "checking how to run the C preprocessor... " >&6; }
    33843540# On Suns, sometimes $CPP names a directory.
    33853541if test -n "$CPP" && test -d "$CPP"; then
     
    33883544if test -z "$CPP"; then
    33893545  if test "${ac_cv_prog_CPP+set}" = set; then
    3390   echo $ECHO_N "(cached) $ECHO_C" >&6
     3546  $as_echo_n "(cached) " >&6
    33913547else
    33923548      # Double quotes because CPP needs to be expanded
     
    34203576  *) ac_try_echo=$ac_try;;
    34213577esac
    3422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3578eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3579$as_echo "$ac_try_echo") >&5
    34233580  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    34243581  ac_status=$?
     
    34263583  rm -f conftest.er1
    34273584  cat conftest.err >&5
    3428   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3585  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    34293586  (exit $ac_status); } >/dev/null && {
    34303587         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    34333590  :
    34343591else
    3435   echo "$as_me: failed program was:" >&5
     3592  $as_echo "$as_me: failed program was:" >&5
    34363593sed 's/^/| /' conftest.$ac_ext >&5
    34373594
     
    34573614  *) ac_try_echo=$ac_try;;
    34583615esac
    3459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3616eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3617$as_echo "$ac_try_echo") >&5
    34603618  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    34613619  ac_status=$?
     
    34633621  rm -f conftest.er1
    34643622  cat conftest.err >&5
    3465   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3623  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    34663624  (exit $ac_status); } >/dev/null && {
    34673625         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    34713629continue
    34723630else
    3473   echo "$as_me: failed program was:" >&5
     3631  $as_echo "$as_me: failed program was:" >&5
    34743632sed 's/^/| /' conftest.$ac_ext >&5
    34753633
     
    34963654  ac_cv_prog_CPP=$CPP
    34973655fi
    3498 { echo "$as_me:$LINENO: result: $CPP" >&5
    3499 echo "${ECHO_T}$CPP" >&6; }
     3656{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
     3657$as_echo "$CPP" >&6; }
    35003658ac_preproc_ok=false
    35013659for ac_c_preproc_warn_flag in '' yes
     
    35253683  *) ac_try_echo=$ac_try;;
    35263684esac
    3527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3685eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3686$as_echo "$ac_try_echo") >&5
    35283687  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    35293688  ac_status=$?
     
    35313690  rm -f conftest.er1
    35323691  cat conftest.err >&5
    3533   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3692  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    35343693  (exit $ac_status); } >/dev/null && {
    35353694         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    35383697  :
    35393698else
    3540   echo "$as_me: failed program was:" >&5
     3699  $as_echo "$as_me: failed program was:" >&5
    35413700sed 's/^/| /' conftest.$ac_ext >&5
    35423701
     
    35623721  *) ac_try_echo=$ac_try;;
    35633722esac
    3564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3723eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3724$as_echo "$ac_try_echo") >&5
    35653725  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    35663726  ac_status=$?
     
    35683728  rm -f conftest.er1
    35693729  cat conftest.err >&5
    3570   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3730  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    35713731  (exit $ac_status); } >/dev/null && {
    35723732         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    35763736continue
    35773737else
    3578   echo "$as_me: failed program was:" >&5
     3738  $as_echo "$as_me: failed program was:" >&5
    35793739sed 's/^/| /' conftest.$ac_ext >&5
    35803740
     
    35923752  :
    35933753else
    3594   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     3754  { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    35953755See \`config.log' for more details." >&5
    3596 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     3756$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    35973757See \`config.log' for more details." >&2;}
    35983758   { (exit 1); exit 1; }; }
     
    36063766
    36073767
    3608 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
    3609 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
     3768{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
     3769$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
    36103770if test "${ac_cv_path_GREP+set}" = set; then
    3611   echo $ECHO_N "(cached) $ECHO_C" >&6
    3612 else
    3613   # Extract the first word of "grep ggrep" to use in msg output
    3614 if test -z "$GREP"; then
    3615 set dummy grep ggrep; ac_prog_name=$2
    3616 if test "${ac_cv_path_GREP+set}" = set; then
    3617   echo $ECHO_N "(cached) $ECHO_C" >&6
    3618 else
     3771  $as_echo_n "(cached) " >&6
     3772else
     3773  if test -z "$GREP"; then
    36193774  ac_path_GREP_found=false
    3620 # Loop through the user's path and test for each of PROGNAME-LIST
    3621 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     3775  # Loop through the user's path and test for each of PROGNAME-LIST
     3776  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    36223777for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    36233778do
     
    36253780  test -z "$as_dir" && as_dir=.
    36263781  for ac_prog in grep ggrep; do
    3627   for ac_exec_ext in '' $ac_executable_extensions; do
    3628     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
    3629     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
    3630     # Check for GNU ac_path_GREP and select it if it is found.
     3782    for ac_exec_ext in '' $ac_executable_extensions; do
     3783      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
     3784      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
     3785# Check for GNU ac_path_GREP and select it if it is found.
    36313786  # Check for GNU $ac_path_GREP
    36323787case `"$ac_path_GREP" --version 2>&1` in
     
    36353790*)
    36363791  ac_count=0
    3637   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
     3792  $as_echo_n 0123456789 >"conftest.in"
    36383793  while :
    36393794  do
     
    36413796    mv "conftest.tmp" "conftest.in"
    36423797    cp "conftest.in" "conftest.nl"
    3643     echo 'GREP' >> "conftest.nl"
     3798    $as_echo 'GREP' >> "conftest.nl"
    36443799    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    36453800    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    36563811esac
    36573812
    3658 
    3659     $ac_path_GREP_found && break 3
     3813      $ac_path_GREP_found && break 3
     3814    done
    36603815  done
    36613816done
    3662 
    3663 done
    36643817IFS=$as_save_IFS
    3665 
    3666 
    3667 fi
    3668 
    3669 GREP="$ac_cv_path_GREP"
    3670 if test -z "$GREP"; then
    3671   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
    3672 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     3818  if test -z "$ac_cv_path_GREP"; then
     3819    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     3820$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    36733821   { (exit 1); exit 1; }; }
    3674 fi
    3675 
     3822  fi
    36763823else
    36773824  ac_cv_path_GREP=$GREP
    36783825fi
    36793826
    3680 
    3681 fi
    3682 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
    3683 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
     3827fi
     3828{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
     3829$as_echo "$ac_cv_path_GREP" >&6; }
    36843830 GREP="$ac_cv_path_GREP"
    36853831
    36863832
    3687 { echo "$as_me:$LINENO: checking for egrep" >&5
    3688 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
     3833{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
     3834$as_echo_n "checking for egrep... " >&6; }
    36893835if test "${ac_cv_path_EGREP+set}" = set; then
    3690   echo $ECHO_N "(cached) $ECHO_C" >&6
     3836  $as_echo_n "(cached) " >&6
    36913837else
    36923838  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
    36933839   then ac_cv_path_EGREP="$GREP -E"
    36943840   else
    3695      # Extract the first word of "egrep" to use in msg output
    3696 if test -z "$EGREP"; then
    3697 set dummy egrep; ac_prog_name=$2
    3698 if test "${ac_cv_path_EGREP+set}" = set; then
    3699   echo $ECHO_N "(cached) $ECHO_C" >&6
    3700 else
     3841     if test -z "$EGREP"; then
    37013842  ac_path_EGREP_found=false
    3702 # Loop through the user's path and test for each of PROGNAME-LIST
    3703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     3843  # Loop through the user's path and test for each of PROGNAME-LIST
     3844  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    37043845for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    37053846do
     
    37073848  test -z "$as_dir" && as_dir=.
    37083849  for ac_prog in egrep; do
    3709   for ac_exec_ext in '' $ac_executable_extensions; do
    3710     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
    3711     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
    3712     # Check for GNU ac_path_EGREP and select it if it is found.
     3850    for ac_exec_ext in '' $ac_executable_extensions; do
     3851      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
     3852      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
     3853# Check for GNU ac_path_EGREP and select it if it is found.
    37133854  # Check for GNU $ac_path_EGREP
    37143855case `"$ac_path_EGREP" --version 2>&1` in
     
    37173858*)
    37183859  ac_count=0
    3719   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
     3860  $as_echo_n 0123456789 >"conftest.in"
    37203861  while :
    37213862  do
     
    37233864    mv "conftest.tmp" "conftest.in"
    37243865    cp "conftest.in" "conftest.nl"
    3725     echo 'EGREP' >> "conftest.nl"
     3866    $as_echo 'EGREP' >> "conftest.nl"
    37263867    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    37273868    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    37383879esac
    37393880
    3740 
    3741     $ac_path_EGREP_found && break 3
     3881      $ac_path_EGREP_found && break 3
     3882    done
    37423883  done
    37433884done
    3744 
    3745 done
    37463885IFS=$as_save_IFS
    3747 
    3748 
    3749 fi
    3750 
    3751 EGREP="$ac_cv_path_EGREP"
    3752 if test -z "$EGREP"; then
    3753   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
    3754 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     3886  if test -z "$ac_cv_path_EGREP"; then
     3887    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     3888$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    37553889   { (exit 1); exit 1; }; }
    3756 fi
    3757 
     3890  fi
    37583891else
    37593892  ac_cv_path_EGREP=$EGREP
    37603893fi
    37613894
    3762 
    37633895   fi
    37643896fi
    3765 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
    3766 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
     3897{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
     3898$as_echo "$ac_cv_path_EGREP" >&6; }
    37673899 EGREP="$ac_cv_path_EGREP"
    37683900
    37693901
    3770 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
    3771 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
     3902{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     3903$as_echo_n "checking for ANSI C header files... " >&6; }
    37723904if test "${ac_cv_header_stdc+set}" = set; then
    3773   echo $ECHO_N "(cached) $ECHO_C" >&6
     3905  $as_echo_n "(cached) " >&6
    37743906else
    37753907  cat >conftest.$ac_ext <<_ACEOF
     
    37983930  *) ac_try_echo=$ac_try;;
    37993931esac
    3800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3932eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3933$as_echo "$ac_try_echo") >&5
    38013934  (eval "$ac_compile") 2>conftest.er1
    38023935  ac_status=$?
     
    38043937  rm -f conftest.er1
    38053938  cat conftest.err >&5
    3806   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3939  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38073940  (exit $ac_status); } && {
    38083941         test -z "$ac_c_werror_flag" ||
     
    38113944  ac_cv_header_stdc=yes
    38123945else
    3813   echo "$as_me: failed program was:" >&5
     3946  $as_echo "$as_me: failed program was:" >&5
    38143947sed 's/^/| /' conftest.$ac_ext >&5
    38153948
     
    39034036  *) ac_try_echo=$ac_try;;
    39044037esac
    3905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4038eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4039$as_echo "$ac_try_echo") >&5
    39064040  (eval "$ac_link") 2>&5
    39074041  ac_status=$?
    3908   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4042  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39094043  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    39104044  { (case "(($ac_try" in
     
    39124046  *) ac_try_echo=$ac_try;;
    39134047esac
    3914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4048eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4049$as_echo "$ac_try_echo") >&5
    39154050  (eval "$ac_try") 2>&5
    39164051  ac_status=$?
    3917   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4052  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39184053  (exit $ac_status); }; }; then
    39194054  :
    39204055else
    3921   echo "$as_me: program exited with status $ac_status" >&5
    3922 echo "$as_me: failed program was:" >&5
     4056  $as_echo "$as_me: program exited with status $ac_status" >&5
     4057$as_echo "$as_me: failed program was:" >&5
    39234058sed 's/^/| /' conftest.$ac_ext >&5
    39244059
     
    39264061ac_cv_header_stdc=no
    39274062fi
     4063rm -rf conftest.dSYM
    39284064rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    39294065fi
     
    39324068fi
    39334069fi
    3934 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
    3935 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
     4070{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     4071$as_echo "$ac_cv_header_stdc" >&6; }
    39364072if test $ac_cv_header_stdc = yes; then
    39374073
     
    39424078fi
    39434079
    3944 { echo "$as_me:$LINENO: checking for atol" >&5
    3945 echo $ECHO_N "checking for atol... $ECHO_C" >&6; }
     4080{ $as_echo "$as_me:$LINENO: checking for atol" >&5
     4081$as_echo_n "checking for atol... " >&6; }
    39464082if test "${ac_cv_func_atol+set}" = set; then
    3947   echo $ECHO_N "(cached) $ECHO_C" >&6
     4083  $as_echo_n "(cached) " >&6
    39484084else
    39494085  cat >conftest.$ac_ext <<_ACEOF
     
    39984134  *) ac_try_echo=$ac_try;;
    39994135esac
    4000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4136eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4137$as_echo "$ac_try_echo") >&5
    40014138  (eval "$ac_link") 2>conftest.er1
    40024139  ac_status=$?
     
    40044141  rm -f conftest.er1
    40054142  cat conftest.err >&5
    4006   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4143  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40074144  (exit $ac_status); } && {
    40084145         test -z "$ac_c_werror_flag" ||
    40094146         test ! -s conftest.err
    4010        } && test -s conftest$ac_exeext &&
    4011        $as_test_x conftest$ac_exeext; then
     4147       } && test -s conftest$ac_exeext && {
     4148         test "$cross_compiling" = yes ||
     4149         $as_test_x conftest$ac_exeext
     4150       }; then
    40124151  ac_cv_func_atol=yes
    40134152else
    4014   echo "$as_me: failed program was:" >&5
     4153  $as_echo "$as_me: failed program was:" >&5
    40154154sed 's/^/| /' conftest.$ac_ext >&5
    40164155
     
    40184157fi
    40194158
     4159rm -rf conftest.dSYM
    40204160rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    40214161      conftest$ac_exeext conftest.$ac_ext
    40224162fi
    4023 { echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5
    4024 echo "${ECHO_T}$ac_cv_func_atol" >&6; }
     4163{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5
     4164$as_echo "$ac_cv_func_atol" >&6; }
    40254165if test $ac_cv_func_atol = yes; then
    40264166  :
    40274167else
    4028   { { echo "$as_me:$LINENO: error: oops! no atol ?!?" >&5
    4029 echo "$as_me: error: oops! no atol ?!?" >&2;}
     4168  { { $as_echo "$as_me:$LINENO: error: oops! no atol ?!?" >&5
     4169$as_echo "$as_me: error: oops! no atol ?!?" >&2;}
    40304170   { (exit 1); exit 1; }; }
    40314171fi
     
    40464186    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    40474187set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    4048 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    4049 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     4188{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4189$as_echo_n "checking for $ac_word... " >&6; }
    40504190if test "${ac_cv_prog_CXX+set}" = set; then
    4051   echo $ECHO_N "(cached) $ECHO_C" >&6
     4191  $as_echo_n "(cached) " >&6
    40524192else
    40534193  if test -n "$CXX"; then
     
    40624202  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    40634203    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    4064     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4204    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    40654205    break 2
    40664206  fi
     
    40734213CXX=$ac_cv_prog_CXX
    40744214if test -n "$CXX"; then
    4075   { echo "$as_me:$LINENO: result: $CXX" >&5
    4076 echo "${ECHO_T}$CXX" >&6; }
    4077 else
    4078   { echo "$as_me:$LINENO: result: no" >&5
    4079 echo "${ECHO_T}no" >&6; }
     4215  { $as_echo "$as_me:$LINENO: result: $CXX" >&5
     4216$as_echo "$CXX" >&6; }
     4217else
     4218  { $as_echo "$as_me:$LINENO: result: no" >&5
     4219$as_echo "no" >&6; }
    40804220fi
    40814221
     
    40904230  # Extract the first word of "$ac_prog", so it can be a program name with args.
    40914231set dummy $ac_prog; ac_word=$2
    4092 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    4093 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     4232{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4233$as_echo_n "checking for $ac_word... " >&6; }
    40944234if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
    4095   echo $ECHO_N "(cached) $ECHO_C" >&6
     4235  $as_echo_n "(cached) " >&6
    40964236else
    40974237  if test -n "$ac_ct_CXX"; then
     
    41064246  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    41074247    ac_cv_prog_ac_ct_CXX="$ac_prog"
    4108     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4248    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    41094249    break 2
    41104250  fi
     
    41174257ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    41184258if test -n "$ac_ct_CXX"; then
    4119   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
    4120 echo "${ECHO_T}$ac_ct_CXX" >&6; }
    4121 else
    4122   { echo "$as_me:$LINENO: result: no" >&5
    4123 echo "${ECHO_T}no" >&6; }
     4259  { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
     4260$as_echo "$ac_ct_CXX" >&6; }
     4261else
     4262  { $as_echo "$as_me:$LINENO: result: no" >&5
     4263$as_echo "no" >&6; }
    41244264fi
    41254265
     
    41334273    case $cross_compiling:$ac_tool_warned in
    41344274yes:)
    4135 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     4275{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    41364276whose name does not start with the host triplet.  If you think this
    41374277configuration is useful to you, please write to autoconf@gnu.org." >&5
    4138 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     4278$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    41394279whose name does not start with the host triplet.  If you think this
    41404280configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    41484288fi
    41494289# Provide some information about the compiler.
    4150 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
    4151 ac_compiler=`set X $ac_compile; echo $2`
     4290$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
     4291set X $ac_compile
     4292ac_compiler=$2
    41524293{ (ac_try="$ac_compiler --version >&5"
    41534294case "(($ac_try" in
     
    41554296  *) ac_try_echo=$ac_try;;
    41564297esac
    4157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4298eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4299$as_echo "$ac_try_echo") >&5
    41584300  (eval "$ac_compiler --version >&5") 2>&5
    41594301  ac_status=$?
    4160   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4302  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    41614303  (exit $ac_status); }
    41624304{ (ac_try="$ac_compiler -v >&5"
     
    41654307  *) ac_try_echo=$ac_try;;
    41664308esac
    4167 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4309eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4310$as_echo "$ac_try_echo") >&5
    41684311  (eval "$ac_compiler -v >&5") 2>&5
    41694312  ac_status=$?
    4170   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4313  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    41714314  (exit $ac_status); }
    41724315{ (ac_try="$ac_compiler -V >&5"
     
    41754318  *) ac_try_echo=$ac_try;;
    41764319esac
    4177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4320eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4321$as_echo "$ac_try_echo") >&5
    41784322  (eval "$ac_compiler -V >&5") 2>&5
    41794323  ac_status=$?
    4180   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4324  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    41814325  (exit $ac_status); }
    41824326
    4183 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
    4184 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
     4327{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
     4328$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
    41854329if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
    4186   echo $ECHO_N "(cached) $ECHO_C" >&6
     4330  $as_echo_n "(cached) " >&6
    41874331else
    41884332  cat >conftest.$ac_ext <<_ACEOF
     
    42104354  *) ac_try_echo=$ac_try;;
    42114355esac
    4212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4356eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4357$as_echo "$ac_try_echo") >&5
    42134358  (eval "$ac_compile") 2>conftest.er1
    42144359  ac_status=$?
     
    42164361  rm -f conftest.er1
    42174362  cat conftest.err >&5
    4218   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4363  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42194364  (exit $ac_status); } && {
    42204365         test -z "$ac_cxx_werror_flag" ||
     
    42234368  ac_compiler_gnu=yes
    42244369else
    4225   echo "$as_me: failed program was:" >&5
     4370  $as_echo "$as_me: failed program was:" >&5
    42264371sed 's/^/| /' conftest.$ac_ext >&5
    42274372
     
    42334378
    42344379fi
    4235 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
    4236 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
    4237 GXX=`test $ac_compiler_gnu = yes && echo yes`
     4380{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
     4381$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
     4382if test $ac_compiler_gnu = yes; then
     4383  GXX=yes
     4384else
     4385  GXX=
     4386fi
    42384387ac_test_CXXFLAGS=${CXXFLAGS+set}
    42394388ac_save_CXXFLAGS=$CXXFLAGS
    4240 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
    4241 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
     4389{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
     4390$as_echo_n "checking whether $CXX accepts -g... " >&6; }
    42424391if test "${ac_cv_prog_cxx_g+set}" = set; then
    4243   echo $ECHO_N "(cached) $ECHO_C" >&6
     4392  $as_echo_n "(cached) " >&6
    42444393else
    42454394  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
     
    42684417  *) ac_try_echo=$ac_try;;
    42694418esac
    4270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4419eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4420$as_echo "$ac_try_echo") >&5
    42714421  (eval "$ac_compile") 2>conftest.er1
    42724422  ac_status=$?
     
    42744424  rm -f conftest.er1
    42754425  cat conftest.err >&5
    4276   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4426  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42774427  (exit $ac_status); } && {
    42784428         test -z "$ac_cxx_werror_flag" ||
     
    42814431  ac_cv_prog_cxx_g=yes
    42824432else
    4283   echo "$as_me: failed program was:" >&5
     4433  $as_echo "$as_me: failed program was:" >&5
    42844434sed 's/^/| /' conftest.$ac_ext >&5
    42854435
     
    43064456  *) ac_try_echo=$ac_try;;
    43074457esac
    4308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4458eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4459$as_echo "$ac_try_echo") >&5
    43094460  (eval "$ac_compile") 2>conftest.er1
    43104461  ac_status=$?
     
    43124463  rm -f conftest.er1
    43134464  cat conftest.err >&5
    4314   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4465  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43154466  (exit $ac_status); } && {
    43164467         test -z "$ac_cxx_werror_flag" ||
     
    43194470  :
    43204471else
    4321   echo "$as_me: failed program was:" >&5
     4472  $as_echo "$as_me: failed program was:" >&5
    43224473sed 's/^/| /' conftest.$ac_ext >&5
    43234474
     
    43454496  *) ac_try_echo=$ac_try;;
    43464497esac
    4347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4498eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4499$as_echo "$ac_try_echo") >&5
    43484500  (eval "$ac_compile") 2>conftest.er1
    43494501  ac_status=$?
     
    43514503  rm -f conftest.er1
    43524504  cat conftest.err >&5
    4353   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4505  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43544506  (exit $ac_status); } && {
    43554507         test -z "$ac_cxx_werror_flag" ||
     
    43584510  ac_cv_prog_cxx_g=yes
    43594511else
    4360   echo "$as_me: failed program was:" >&5
     4512  $as_echo "$as_me: failed program was:" >&5
    43614513sed 's/^/| /' conftest.$ac_ext >&5
    43624514
     
    43734525   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
    43744526fi
    4375 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
    4376 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
     4527{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     4528$as_echo "$ac_cv_prog_cxx_g" >&6; }
    43774529if test "$ac_test_CXXFLAGS" = set; then
    43784530  CXXFLAGS=$ac_save_CXXFLAGS
     
    44054557
    44064558
    4407 { echo "$as_me:$LINENO: checking for main in -lstdc++" >&5
    4408 echo $ECHO_N "checking for main in -lstdc++... $ECHO_C" >&6; }
     4559{ $as_echo "$as_me:$LINENO: checking for main in -lstdc++" >&5
     4560$as_echo_n "checking for main in -lstdc++... " >&6; }
    44094561if test "${ac_cv_lib_stdcpp_main+set}" = set; then
    4410   echo $ECHO_N "(cached) $ECHO_C" >&6
     4562  $as_echo_n "(cached) " >&6
    44114563else
    44124564  ac_check_lib_save_LIBS=$LIBS
     
    44344586  *) ac_try_echo=$ac_try;;
    44354587esac
    4436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4588eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4589$as_echo "$ac_try_echo") >&5
    44374590  (eval "$ac_link") 2>conftest.er1
    44384591  ac_status=$?
     
    44404593  rm -f conftest.er1
    44414594  cat conftest.err >&5
    4442   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4595  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44434596  (exit $ac_status); } && {
    44444597         test -z "$ac_cxx_werror_flag" ||
    44454598         test ! -s conftest.err
    4446        } && test -s conftest$ac_exeext &&
    4447        $as_test_x conftest$ac_exeext; then
     4599       } && test -s conftest$ac_exeext && {
     4600         test "$cross_compiling" = yes ||
     4601         $as_test_x conftest$ac_exeext
     4602       }; then
    44484603  ac_cv_lib_stdcpp_main=yes
    44494604else
    4450   echo "$as_me: failed program was:" >&5
     4605  $as_echo "$as_me: failed program was:" >&5
    44514606sed 's/^/| /' conftest.$ac_ext >&5
    44524607
     
    44544609fi
    44554610
     4611rm -rf conftest.dSYM
    44564612rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    44574613      conftest$ac_exeext conftest.$ac_ext
    44584614LIBS=$ac_check_lib_save_LIBS
    44594615fi
    4460 { echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5
    4461 echo "${ECHO_T}$ac_cv_lib_stdcpp_main" >&6; }
     4616{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5
     4617$as_echo "$ac_cv_lib_stdcpp_main" >&6; }
    44624618if test $ac_cv_lib_stdcpp_main = yes; then
    44634619  cat >>confdefs.h <<_ACEOF
     
    44684624
    44694625else
    4470   { { echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5
    4471 echo "$as_me: error: librappture requires libstdc++" >&2;}
     4626  { { $as_echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5
     4627$as_echo "$as_me: error: librappture requires libstdc++" >&2;}
    44724628   { (exit 1); exit 1; }; }
    44734629fi
     
    44864642                  inttypes.h stdint.h unistd.h
    44874643do
    4488 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    4489 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    4490 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     4644as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4645{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     4646$as_echo_n "checking for $ac_header... " >&6; }
    44914647if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4492   echo $ECHO_N "(cached) $ECHO_C" >&6
     4648  $as_echo_n "(cached) " >&6
    44934649else
    44944650  cat >conftest.$ac_ext <<_ACEOF
     
    45084664  *) ac_try_echo=$ac_try;;
    45094665esac
    4510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4666eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4667$as_echo "$ac_try_echo") >&5
    45114668  (eval "$ac_compile") 2>conftest.er1
    45124669  ac_status=$?
     
    45144671  rm -f conftest.er1
    45154672  cat conftest.err >&5
    4516   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4673  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    45174674  (exit $ac_status); } && {
    45184675         test -z "$ac_cxx_werror_flag" ||
     
    45214678  eval "$as_ac_Header=yes"
    45224679else
    4523   echo "$as_me: failed program was:" >&5
     4680  $as_echo "$as_me: failed program was:" >&5
    45244681sed 's/^/| /' conftest.$ac_ext >&5
    45254682
     
    45294686rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    45304687fi
    4531 ac_res=`eval echo '${'$as_ac_Header'}'`
    4532                { echo "$as_me:$LINENO: result: $ac_res" >&5
    4533 echo "${ECHO_T}$ac_res" >&6; }
    4534 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     4688ac_res=`eval 'as_val=${'$as_ac_Header'}
     4689                 $as_echo "$as_val"'`
     4690               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     4691$as_echo "$ac_res" >&6; }
     4692if test `eval 'as_val=${'$as_ac_Header'}
     4693                 $as_echo "$as_val"'` = yes; then
    45354694  cat >>confdefs.h <<_ACEOF
    4536 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     4695#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    45374696_ACEOF
    45384697
     
    45474706ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    45484707ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
    4549 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
    4550 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
     4708{ $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
     4709$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
    45514710if test -z "$CXXCPP"; then
    45524711  if test "${ac_cv_prog_CXXCPP+set}" = set; then
    4553   echo $ECHO_N "(cached) $ECHO_C" >&6
     4712  $as_echo_n "(cached) " >&6
    45544713else
    45554714      # Double quotes because CXXCPP needs to be expanded
     
    45834742  *) ac_try_echo=$ac_try;;
    45844743esac
    4585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4744eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4745$as_echo "$ac_try_echo") >&5
    45864746  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    45874747  ac_status=$?
     
    45894749  rm -f conftest.er1
    45904750  cat conftest.err >&5
    4591   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4751  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    45924752  (exit $ac_status); } >/dev/null && {
    45934753         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    45964756  :
    45974757else
    4598   echo "$as_me: failed program was:" >&5
     4758  $as_echo "$as_me: failed program was:" >&5
    45994759sed 's/^/| /' conftest.$ac_ext >&5
    46004760
     
    46204780  *) ac_try_echo=$ac_try;;
    46214781esac
    4622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4782eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4783$as_echo "$ac_try_echo") >&5
    46234784  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    46244785  ac_status=$?
     
    46264787  rm -f conftest.er1
    46274788  cat conftest.err >&5
    4628   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4789  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46294790  (exit $ac_status); } >/dev/null && {
    46304791         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    46344795continue
    46354796else
    4636   echo "$as_me: failed program was:" >&5
     4797  $as_echo "$as_me: failed program was:" >&5
    46374798sed 's/^/| /' conftest.$ac_ext >&5
    46384799
     
    46594820  ac_cv_prog_CXXCPP=$CXXCPP
    46604821fi
    4661 { echo "$as_me:$LINENO: result: $CXXCPP" >&5
    4662 echo "${ECHO_T}$CXXCPP" >&6; }
     4822{ $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5
     4823$as_echo "$CXXCPP" >&6; }
    46634824ac_preproc_ok=false
    46644825for ac_cxx_preproc_warn_flag in '' yes
     
    46884849  *) ac_try_echo=$ac_try;;
    46894850esac
    4690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4851eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4852$as_echo "$ac_try_echo") >&5
    46914853  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    46924854  ac_status=$?
     
    46944856  rm -f conftest.er1
    46954857  cat conftest.err >&5
    4696   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4858  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46974859  (exit $ac_status); } >/dev/null && {
    46984860         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    47014863  :
    47024864else
    4703   echo "$as_me: failed program was:" >&5
     4865  $as_echo "$as_me: failed program was:" >&5
    47044866sed 's/^/| /' conftest.$ac_ext >&5
    47054867
     
    47254887  *) ac_try_echo=$ac_try;;
    47264888esac
    4727 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4889eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4890$as_echo "$ac_try_echo") >&5
    47284891  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    47294892  ac_status=$?
     
    47314894  rm -f conftest.er1
    47324895  cat conftest.err >&5
    4733   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4896  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47344897  (exit $ac_status); } >/dev/null && {
    47354898         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    47394902continue
    47404903else
    4741   echo "$as_me: failed program was:" >&5
     4904  $as_echo "$as_me: failed program was:" >&5
    47424905sed 's/^/| /' conftest.$ac_ext >&5
    47434906
     
    47554918  :
    47564919else
    4757   { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
     4920  { { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
    47584921See \`config.log' for more details." >&5
    4759 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
     4922$as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
    47604923See \`config.log' for more details." >&2;}
    47614924   { (exit 1); exit 1; }; }
     
    47724935for ac_header in stack
    47734936do
    4774 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4937as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    47754938if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4776   { echo "$as_me:$LINENO: checking for $ac_header" >&5
    4777 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     4939  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     4940$as_echo_n "checking for $ac_header... " >&6; }
    47784941if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4779   echo $ECHO_N "(cached) $ECHO_C" >&6
    4780 fi
    4781 ac_res=`eval echo '${'$as_ac_Header'}'`
    4782                { echo "$as_me:$LINENO: result: $ac_res" >&5
    4783 echo "${ECHO_T}$ac_res" >&6; }
     4942  $as_echo_n "(cached) " >&6
     4943fi
     4944ac_res=`eval 'as_val=${'$as_ac_Header'}
     4945                 $as_echo "$as_val"'`
     4946               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     4947$as_echo "$ac_res" >&6; }
    47844948else
    47854949  # Is the header compilable?
    4786 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
    4787 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
     4950{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
     4951$as_echo_n "checking $ac_header usability... " >&6; }
    47884952cat >conftest.$ac_ext <<_ACEOF
    47894953/* confdefs.h.  */
     
    48014965  *) ac_try_echo=$ac_try;;
    48024966esac
    4803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4967eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4968$as_echo "$ac_try_echo") >&5
    48044969  (eval "$ac_compile") 2>conftest.er1
    48054970  ac_status=$?
     
    48074972  rm -f conftest.er1
    48084973  cat conftest.err >&5
    4809   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4974  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48104975  (exit $ac_status); } && {
    48114976         test -z "$ac_cxx_werror_flag" ||
     
    48144979  ac_header_compiler=yes
    48154980else
    4816   echo "$as_me: failed program was:" >&5
     4981  $as_echo "$as_me: failed program was:" >&5
    48174982sed 's/^/| /' conftest.$ac_ext >&5
    48184983
     
    48214986
    48224987rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    4823 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    4824 echo "${ECHO_T}$ac_header_compiler" >&6; }
     4988{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     4989$as_echo "$ac_header_compiler" >&6; }
    48254990
    48264991# Is the header present?
    4827 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
    4828 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
     4992{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
     4993$as_echo_n "checking $ac_header presence... " >&6; }
    48294994cat >conftest.$ac_ext <<_ACEOF
    48304995/* confdefs.h.  */
     
    48405005  *) ac_try_echo=$ac_try;;
    48415006esac
    4842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5007eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5008$as_echo "$ac_try_echo") >&5
    48435009  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    48445010  ac_status=$?
     
    48465012  rm -f conftest.er1
    48475013  cat conftest.err >&5
    4848   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5014  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48495015  (exit $ac_status); } >/dev/null && {
    48505016         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    48535019  ac_header_preproc=yes
    48545020else
    4855   echo "$as_me: failed program was:" >&5
     5021  $as_echo "$as_me: failed program was:" >&5
    48565022sed 's/^/| /' conftest.$ac_ext >&5
    48575023
     
    48605026
    48615027rm -f conftest.err conftest.$ac_ext
    4862 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    4863 echo "${ECHO_T}$ac_header_preproc" >&6; }
     5028{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5029$as_echo "$ac_header_preproc" >&6; }
    48645030
    48655031# So?  What about this header?
    48665032case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    48675033  yes:no: )
    4868     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    4869 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    4870     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    4871 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5034    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5035$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5036    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5037$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    48725038    ac_header_preproc=yes
    48735039    ;;
    48745040  no:yes:* )
    4875     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    4876 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    4877     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    4878 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    4879     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    4880 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    4881     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    4882 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    4883     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    4884 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    4885     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    4886 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5041    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5042$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5043    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5044$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5045    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5046$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5047    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5048$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5049    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5050$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5051    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5052$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    48875053    ( cat <<\_ASBOX
    48885054## ----------------------------------- ##
     
    48935059    ;;
    48945060esac
    4895 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    4896 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     5061{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5062$as_echo_n "checking for $ac_header... " >&6; }
    48975063if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4898   echo $ECHO_N "(cached) $ECHO_C" >&6
     5064  $as_echo_n "(cached) " >&6
    48995065else
    49005066  eval "$as_ac_Header=\$ac_header_preproc"
    49015067fi
    4902 ac_res=`eval echo '${'$as_ac_Header'}'`
    4903                { echo "$as_me:$LINENO: result: $ac_res" >&5
    4904 echo "${ECHO_T}$ac_res" >&6; }
    4905 
    4906 fi
    4907 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     5068ac_res=`eval 'as_val=${'$as_ac_Header'}
     5069                 $as_echo "$as_val"'`
     5070               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5071$as_echo "$ac_res" >&6; }
     5072
     5073fi
     5074if test `eval 'as_val=${'$as_ac_Header'}
     5075                 $as_echo "$as_val"'` = yes; then
    49085076  cat >>confdefs.h <<_ACEOF
    4909 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    4910 _ACEOF
    4911 
    4912 else
    4913   { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    4914 echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5077#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5078_ACEOF
     5079
     5080else
     5081  { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5082$as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
    49155083fi
    49165084
     
    49205088for ac_header in string
    49215089do
    4922 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5090as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    49235091if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4924   { echo "$as_me:$LINENO: checking for $ac_header" >&5
    4925 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     5092  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5093$as_echo_n "checking for $ac_header... " >&6; }
    49265094if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4927   echo $ECHO_N "(cached) $ECHO_C" >&6
    4928 fi
    4929 ac_res=`eval echo '${'$as_ac_Header'}'`
    4930                { echo "$as_me:$LINENO: result: $ac_res" >&5
    4931 echo "${ECHO_T}$ac_res" >&6; }
     5095  $as_echo_n "(cached) " >&6
     5096fi
     5097ac_res=`eval 'as_val=${'$as_ac_Header'}
     5098                 $as_echo "$as_val"'`
     5099               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5100$as_echo "$ac_res" >&6; }
    49325101else
    49335102  # Is the header compilable?
    4934 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
    4935 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
     5103{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5104$as_echo_n "checking $ac_header usability... " >&6; }
    49365105cat >conftest.$ac_ext <<_ACEOF
    49375106/* confdefs.h.  */
     
    49495118  *) ac_try_echo=$ac_try;;
    49505119esac
    4951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5120eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5121$as_echo "$ac_try_echo") >&5
    49525122  (eval "$ac_compile") 2>conftest.er1
    49535123  ac_status=$?
     
    49555125  rm -f conftest.er1
    49565126  cat conftest.err >&5
    4957   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5127  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    49585128  (exit $ac_status); } && {
    49595129         test -z "$ac_cxx_werror_flag" ||
     
    49625132  ac_header_compiler=yes
    49635133else
    4964   echo "$as_me: failed program was:" >&5
     5134  $as_echo "$as_me: failed program was:" >&5
    49655135sed 's/^/| /' conftest.$ac_ext >&5
    49665136
     
    49695139
    49705140rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    4971 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    4972 echo "${ECHO_T}$ac_header_compiler" >&6; }
     5141{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5142$as_echo "$ac_header_compiler" >&6; }
    49735143
    49745144# Is the header present?
    4975 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
    4976 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
     5145{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5146$as_echo_n "checking $ac_header presence... " >&6; }
    49775147cat >conftest.$ac_ext <<_ACEOF
    49785148/* confdefs.h.  */
     
    49885158  *) ac_try_echo=$ac_try;;
    49895159esac
    4990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5160eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5161$as_echo "$ac_try_echo") >&5
    49915162  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    49925163  ac_status=$?
     
    49945165  rm -f conftest.er1
    49955166  cat conftest.err >&5
    4996   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5167  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    49975168  (exit $ac_status); } >/dev/null && {
    49985169         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    50015172  ac_header_preproc=yes
    50025173else
    5003   echo "$as_me: failed program was:" >&5
     5174  $as_echo "$as_me: failed program was:" >&5
    50045175sed 's/^/| /' conftest.$ac_ext >&5
    50055176
     
    50085179
    50095180rm -f conftest.err conftest.$ac_ext
    5010 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5011 echo "${ECHO_T}$ac_header_preproc" >&6; }
     5181{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5182$as_echo "$ac_header_preproc" >&6; }
    50125183
    50135184# So?  What about this header?
    50145185case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    50155186  yes:no: )
    5016     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5017 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5018     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5019 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5187    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5188$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5189    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5190$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    50205191    ac_header_preproc=yes
    50215192    ;;
    50225193  no:yes:* )
    5023     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5024 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5025     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5026 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5027     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5028 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5029     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5030 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5031     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5032 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5033     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5034 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5194    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5195$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5196    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5197$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5198    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5199$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5200    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5201$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5202    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5203$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5204    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5205$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    50355206    ( cat <<\_ASBOX
    50365207## ----------------------------------- ##
     
    50415212    ;;
    50425213esac
    5043 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    5044 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     5214{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5215$as_echo_n "checking for $ac_header... " >&6; }
    50455216if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5046   echo $ECHO_N "(cached) $ECHO_C" >&6
     5217  $as_echo_n "(cached) " >&6
    50475218else
    50485219  eval "$as_ac_Header=\$ac_header_preproc"
    50495220fi
    5050 ac_res=`eval echo '${'$as_ac_Header'}'`
    5051                { echo "$as_me:$LINENO: result: $ac_res" >&5
    5052 echo "${ECHO_T}$ac_res" >&6; }
    5053 
    5054 fi
    5055 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     5221ac_res=`eval 'as_val=${'$as_ac_Header'}
     5222                 $as_echo "$as_val"'`
     5223               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5224$as_echo "$ac_res" >&6; }
     5225
     5226fi
     5227if test `eval 'as_val=${'$as_ac_Header'}
     5228                 $as_echo "$as_val"'` = yes; then
    50565229  cat >>confdefs.h <<_ACEOF
    5057 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5058 _ACEOF
    5059 
    5060 else
    5061   { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5062 echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5230#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5231_ACEOF
     5232
     5233else
     5234  { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5235$as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
    50635236fi
    50645237
     
    50685241for ac_header in list
    50695242do
    5070 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5243as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    50715244if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5072   { echo "$as_me:$LINENO: checking for $ac_header" >&5
    5073 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     5245  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5246$as_echo_n "checking for $ac_header... " >&6; }
    50745247if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5075   echo $ECHO_N "(cached) $ECHO_C" >&6
    5076 fi
    5077 ac_res=`eval echo '${'$as_ac_Header'}'`
    5078                { echo "$as_me:$LINENO: result: $ac_res" >&5
    5079 echo "${ECHO_T}$ac_res" >&6; }
     5248  $as_echo_n "(cached) " >&6
     5249fi
     5250ac_res=`eval 'as_val=${'$as_ac_Header'}
     5251                 $as_echo "$as_val"'`
     5252               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5253$as_echo "$ac_res" >&6; }
    50805254else
    50815255  # Is the header compilable?
    5082 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5083 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
     5256{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5257$as_echo_n "checking $ac_header usability... " >&6; }
    50845258cat >conftest.$ac_ext <<_ACEOF
    50855259/* confdefs.h.  */
     
    50975271  *) ac_try_echo=$ac_try;;
    50985272esac
    5099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5273eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5274$as_echo "$ac_try_echo") >&5
    51005275  (eval "$ac_compile") 2>conftest.er1
    51015276  ac_status=$?
     
    51035278  rm -f conftest.er1
    51045279  cat conftest.err >&5
    5105   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5280  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51065281  (exit $ac_status); } && {
    51075282         test -z "$ac_cxx_werror_flag" ||
     
    51105285  ac_header_compiler=yes
    51115286else
    5112   echo "$as_me: failed program was:" >&5
     5287  $as_echo "$as_me: failed program was:" >&5
    51135288sed 's/^/| /' conftest.$ac_ext >&5
    51145289
     
    51175292
    51185293rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5119 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5120 echo "${ECHO_T}$ac_header_compiler" >&6; }
     5294{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5295$as_echo "$ac_header_compiler" >&6; }
    51215296
    51225297# Is the header present?
    5123 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5124 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
     5298{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5299$as_echo_n "checking $ac_header presence... " >&6; }
    51255300cat >conftest.$ac_ext <<_ACEOF
    51265301/* confdefs.h.  */
     
    51365311  *) ac_try_echo=$ac_try;;
    51375312esac
    5138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5313eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5314$as_echo "$ac_try_echo") >&5
    51395315  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    51405316  ac_status=$?
     
    51425318  rm -f conftest.er1
    51435319  cat conftest.err >&5
    5144   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5320  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51455321  (exit $ac_status); } >/dev/null && {
    51465322         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    51495325  ac_header_preproc=yes
    51505326else
    5151   echo "$as_me: failed program was:" >&5
     5327  $as_echo "$as_me: failed program was:" >&5
    51525328sed 's/^/| /' conftest.$ac_ext >&5
    51535329
     
    51565332
    51575333rm -f conftest.err conftest.$ac_ext
    5158 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5159 echo "${ECHO_T}$ac_header_preproc" >&6; }
     5334{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5335$as_echo "$ac_header_preproc" >&6; }
    51605336
    51615337# So?  What about this header?
    51625338case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    51635339  yes:no: )
    5164     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5165 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5166     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5167 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5340    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5341$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5342    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5343$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    51685344    ac_header_preproc=yes
    51695345    ;;
    51705346  no:yes:* )
    5171     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5172 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5173     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5174 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5175     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5176 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5177     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5178 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5179     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5180 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5181     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5182 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5347    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5348$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5349    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5350$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5351    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5352$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5353    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5354$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5355    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5356$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5357    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5358$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    51835359    ( cat <<\_ASBOX
    51845360## ----------------------------------- ##
     
    51895365    ;;
    51905366esac
    5191 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    5192 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     5367{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5368$as_echo_n "checking for $ac_header... " >&6; }
    51935369if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5194   echo $ECHO_N "(cached) $ECHO_C" >&6
     5370  $as_echo_n "(cached) " >&6
    51955371else
    51965372  eval "$as_ac_Header=\$ac_header_preproc"
    51975373fi
    5198 ac_res=`eval echo '${'$as_ac_Header'}'`
    5199                { echo "$as_me:$LINENO: result: $ac_res" >&5
    5200 echo "${ECHO_T}$ac_res" >&6; }
    5201 
    5202 fi
    5203 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     5374ac_res=`eval 'as_val=${'$as_ac_Header'}
     5375                 $as_echo "$as_val"'`
     5376               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5377$as_echo "$ac_res" >&6; }
     5378
     5379fi
     5380if test `eval 'as_val=${'$as_ac_Header'}
     5381                 $as_echo "$as_val"'` = yes; then
    52045382  cat >>confdefs.h <<_ACEOF
    5205 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5206 _ACEOF
    5207 
    5208 else
    5209   { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5210 echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5383#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5384_ACEOF
     5385
     5386else
     5387  { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5388$as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
    52115389fi
    52125390
     
    52165394for ac_header in vector
    52175395do
    5218 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5396as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    52195397if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5220   { echo "$as_me:$LINENO: checking for $ac_header" >&5
    5221 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     5398  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5399$as_echo_n "checking for $ac_header... " >&6; }
    52225400if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5223   echo $ECHO_N "(cached) $ECHO_C" >&6
    5224 fi
    5225 ac_res=`eval echo '${'$as_ac_Header'}'`
    5226                { echo "$as_me:$LINENO: result: $ac_res" >&5
    5227 echo "${ECHO_T}$ac_res" >&6; }
     5401  $as_echo_n "(cached) " >&6
     5402fi
     5403ac_res=`eval 'as_val=${'$as_ac_Header'}
     5404                 $as_echo "$as_val"'`
     5405               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5406$as_echo "$ac_res" >&6; }
    52285407else
    52295408  # Is the header compilable?
    5230 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5231 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
     5409{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5410$as_echo_n "checking $ac_header usability... " >&6; }
    52325411cat >conftest.$ac_ext <<_ACEOF
    52335412/* confdefs.h.  */
     
    52455424  *) ac_try_echo=$ac_try;;
    52465425esac
    5247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5426eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5427$as_echo "$ac_try_echo") >&5
    52485428  (eval "$ac_compile") 2>conftest.er1
    52495429  ac_status=$?
     
    52515431  rm -f conftest.er1
    52525432  cat conftest.err >&5
    5253   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5433  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52545434  (exit $ac_status); } && {
    52555435         test -z "$ac_cxx_werror_flag" ||
     
    52585438  ac_header_compiler=yes
    52595439else
    5260   echo "$as_me: failed program was:" >&5
     5440  $as_echo "$as_me: failed program was:" >&5
    52615441sed 's/^/| /' conftest.$ac_ext >&5
    52625442
     
    52655445
    52665446rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5267 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5268 echo "${ECHO_T}$ac_header_compiler" >&6; }
     5447{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5448$as_echo "$ac_header_compiler" >&6; }
    52695449
    52705450# Is the header present?
    5271 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5272 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
     5451{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5452$as_echo_n "checking $ac_header presence... " >&6; }
    52735453cat >conftest.$ac_ext <<_ACEOF
    52745454/* confdefs.h.  */
     
    52845464  *) ac_try_echo=$ac_try;;
    52855465esac
    5286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5466eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5467$as_echo "$ac_try_echo") >&5
    52875468  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    52885469  ac_status=$?
     
    52905471  rm -f conftest.er1
    52915472  cat conftest.err >&5
    5292   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5473  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52935474  (exit $ac_status); } >/dev/null && {
    52945475         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    52975478  ac_header_preproc=yes
    52985479else
    5299   echo "$as_me: failed program was:" >&5
     5480  $as_echo "$as_me: failed program was:" >&5
    53005481sed 's/^/| /' conftest.$ac_ext >&5
    53015482
     
    53045485
    53055486rm -f conftest.err conftest.$ac_ext
    5306 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5307 echo "${ECHO_T}$ac_header_preproc" >&6; }
     5487{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5488$as_echo "$ac_header_preproc" >&6; }
    53085489
    53095490# So?  What about this header?
    53105491case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    53115492  yes:no: )
    5312     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5313 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5314     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5315 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5493    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5494$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5495    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5496$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    53165497    ac_header_preproc=yes
    53175498    ;;
    53185499  no:yes:* )
    5319     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5320 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5321     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5322 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5323     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5324 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5325     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5326 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5327     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5328 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5329     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5330 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5500    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5501$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5502    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5503$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5504    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5505$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5506    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5507$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5508    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5509$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5510    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5511$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    53315512    ( cat <<\_ASBOX
    53325513## ----------------------------------- ##
     
    53375518    ;;
    53385519esac
    5339 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    5340 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     5520{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5521$as_echo_n "checking for $ac_header... " >&6; }
    53415522if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5342   echo $ECHO_N "(cached) $ECHO_C" >&6
     5523  $as_echo_n "(cached) " >&6
    53435524else
    53445525  eval "$as_ac_Header=\$ac_header_preproc"
    53455526fi
    5346 ac_res=`eval echo '${'$as_ac_Header'}'`
    5347                { echo "$as_me:$LINENO: result: $ac_res" >&5
    5348 echo "${ECHO_T}$ac_res" >&6; }
    5349 
    5350 fi
    5351 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     5527ac_res=`eval 'as_val=${'$as_ac_Header'}
     5528                 $as_echo "$as_val"'`
     5529               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5530$as_echo "$ac_res" >&6; }
     5531
     5532fi
     5533if test `eval 'as_val=${'$as_ac_Header'}
     5534                 $as_echo "$as_val"'` = yes; then
    53525535  cat >>confdefs.h <<_ACEOF
    5353 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5354 _ACEOF
    5355 
    5356 else
    5357   { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5358 echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5536#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5537_ACEOF
     5538
     5539else
     5540  { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5541$as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
    53595542fi
    53605543
     
    53715554    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    53725555set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    5373 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    5374 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     5556{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     5557$as_echo_n "checking for $ac_word... " >&6; }
    53755558if test "${ac_cv_prog_F77+set}" = set; then
    5376   echo $ECHO_N "(cached) $ECHO_C" >&6
     5559  $as_echo_n "(cached) " >&6
    53775560else
    53785561  if test -n "$F77"; then
     
    53875570  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    53885571    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
    5389     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     5572    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    53905573    break 2
    53915574  fi
     
    53985581F77=$ac_cv_prog_F77
    53995582if test -n "$F77"; then
    5400   { echo "$as_me:$LINENO: result: $F77" >&5
    5401 echo "${ECHO_T}$F77" >&6; }
    5402 else
    5403   { echo "$as_me:$LINENO: result: no" >&5
    5404 echo "${ECHO_T}no" >&6; }
     5583  { $as_echo "$as_me:$LINENO: result: $F77" >&5
     5584$as_echo "$F77" >&6; }
     5585else
     5586  { $as_echo "$as_me:$LINENO: result: no" >&5
     5587$as_echo "no" >&6; }
    54055588fi
    54065589
     
    54155598  # Extract the first word of "$ac_prog", so it can be a program name with args.
    54165599set dummy $ac_prog; ac_word=$2
    5417 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    5418 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     5600{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     5601$as_echo_n "checking for $ac_word... " >&6; }
    54195602if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
    5420   echo $ECHO_N "(cached) $ECHO_C" >&6
     5603  $as_echo_n "(cached) " >&6
    54215604else
    54225605  if test -n "$ac_ct_F77"; then
     
    54315614  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    54325615    ac_cv_prog_ac_ct_F77="$ac_prog"
    5433     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     5616    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    54345617    break 2
    54355618  fi
     
    54425625ac_ct_F77=$ac_cv_prog_ac_ct_F77
    54435626if test -n "$ac_ct_F77"; then
    5444   { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
    5445 echo "${ECHO_T}$ac_ct_F77" >&6; }
    5446 else
    5447   { echo "$as_me:$LINENO: result: no" >&5
    5448 echo "${ECHO_T}no" >&6; }
     5627  { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
     5628$as_echo "$ac_ct_F77" >&6; }
     5629else
     5630  { $as_echo "$as_me:$LINENO: result: no" >&5
     5631$as_echo "no" >&6; }
    54495632fi
    54505633
     
    54585641    case $cross_compiling:$ac_tool_warned in
    54595642yes:)
    5460 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     5643{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    54615644whose name does not start with the host triplet.  If you think this
    54625645configuration is useful to you, please write to autoconf@gnu.org." >&5
    5463 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     5646$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    54645647whose name does not start with the host triplet.  If you think this
    54655648configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    54725655
    54735656# Provide some information about the compiler.
    5474 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
    5475 ac_compiler=`set X $ac_compile; echo $2`
     5657$as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
     5658set X $ac_compile
     5659ac_compiler=$2
    54765660{ (ac_try="$ac_compiler --version >&5"
    54775661case "(($ac_try" in
     
    54795663  *) ac_try_echo=$ac_try;;
    54805664esac
    5481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5665eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5666$as_echo "$ac_try_echo") >&5
    54825667  (eval "$ac_compiler --version >&5") 2>&5
    54835668  ac_status=$?
    5484   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5669  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54855670  (exit $ac_status); }
    54865671{ (ac_try="$ac_compiler -v >&5"
     
    54895674  *) ac_try_echo=$ac_try;;
    54905675esac
    5491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5676eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5677$as_echo "$ac_try_echo") >&5
    54925678  (eval "$ac_compiler -v >&5") 2>&5
    54935679  ac_status=$?
    5494   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5680  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54955681  (exit $ac_status); }
    54965682{ (ac_try="$ac_compiler -V >&5"
     
    54995685  *) ac_try_echo=$ac_try;;
    55005686esac
    5501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5687eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5688$as_echo "$ac_try_echo") >&5
    55025689  (eval "$ac_compiler -V >&5") 2>&5
    55035690  ac_status=$?
    5504   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5691  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    55055692  (exit $ac_status); }
    55065693rm -f a.out
     
    55105697ac_save_ext=$ac_ext
    55115698ac_ext=F
    5512 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
    5513 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
     5699{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
     5700$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
    55145701if test "${ac_cv_f77_compiler_gnu+set}" = set; then
    5515   echo $ECHO_N "(cached) $ECHO_C" >&6
     5702  $as_echo_n "(cached) " >&6
    55165703else
    55175704  cat >conftest.$ac_ext <<_ACEOF
     
    55295716  *) ac_try_echo=$ac_try;;
    55305717esac
    5531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5718eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5719$as_echo "$ac_try_echo") >&5
    55325720  (eval "$ac_compile") 2>conftest.er1
    55335721  ac_status=$?
     
    55355723  rm -f conftest.er1
    55365724  cat conftest.err >&5
    5537   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5725  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    55385726  (exit $ac_status); } && {
    55395727         test -z "$ac_f77_werror_flag" ||
     
    55425730  ac_compiler_gnu=yes
    55435731else
    5544   echo "$as_me: failed program was:" >&5
     5732  $as_echo "$as_me: failed program was:" >&5
    55455733sed 's/^/| /' conftest.$ac_ext >&5
    55465734
     
    55525740
    55535741fi
    5554 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
    5555 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
     5742{ $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
     5743$as_echo "$ac_cv_f77_compiler_gnu" >&6; }
    55565744ac_ext=$ac_save_ext
    55575745ac_test_FFLAGS=${FFLAGS+set}
    55585746ac_save_FFLAGS=$FFLAGS
    55595747FFLAGS=
    5560 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
    5561 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
     5748{ $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
     5749$as_echo_n "checking whether $F77 accepts -g... " >&6; }
    55625750if test "${ac_cv_prog_f77_g+set}" = set; then
    5563   echo $ECHO_N "(cached) $ECHO_C" >&6
     5751  $as_echo_n "(cached) " >&6
    55645752else
    55655753  FFLAGS=-g
     
    55755763  *) ac_try_echo=$ac_try;;
    55765764esac
    5577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5765eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5766$as_echo "$ac_try_echo") >&5
    55785767  (eval "$ac_compile") 2>conftest.er1
    55795768  ac_status=$?
     
    55815770  rm -f conftest.er1
    55825771  cat conftest.err >&5
    5583   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5772  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    55845773  (exit $ac_status); } && {
    55855774         test -z "$ac_f77_werror_flag" ||
     
    55885777  ac_cv_prog_f77_g=yes
    55895778else
    5590   echo "$as_me: failed program was:" >&5
     5779  $as_echo "$as_me: failed program was:" >&5
    55915780sed 's/^/| /' conftest.$ac_ext >&5
    55925781
     
    55975786
    55985787fi
    5599 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
    5600 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
     5788{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
     5789$as_echo "$ac_cv_prog_f77_g" >&6; }
    56015790if test "$ac_test_FFLAGS" = set; then
    56025791  FFLAGS=$ac_save_FFLAGS
     
    56155804fi
    56165805
    5617 G77=`test $ac_compiler_gnu = yes && echo yes`
     5806if test $ac_compiler_gnu = yes; then
     5807  G77=yes
     5808else
     5809  G77=
     5810fi
    56185811ac_ext=cpp
    56195812ac_cpp='$CXXCPP $CPPFLAGS'
     
    56275820    # Step 0.a: Enable 64 bit support?
    56285821
    5629     { echo "$as_me:$LINENO: checking if 64bit support is requested" >&5
    5630 echo $ECHO_N "checking if 64bit support is requested... $ECHO_C" >&6; }
     5822    { $as_echo "$as_me:$LINENO: checking if 64bit support is requested" >&5
     5823$as_echo_n "checking if 64bit support is requested... " >&6; }
    56315824    # Check whether --enable-64bit was given.
    56325825if test "${enable_64bit+set}" = set; then
     
    56365829fi
    56375830
    5638     { echo "$as_me:$LINENO: result: $do64bit" >&5
    5639 echo "${ECHO_T}$do64bit" >&6; }
     5831    { $as_echo "$as_me:$LINENO: result: $do64bit" >&5
     5832$as_echo "$do64bit" >&6; }
    56405833
    56415834    # Step 0.b: Enable Solaris 64 bit VIS support?
    56425835
    5643     { echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&5
    5644 echo $ECHO_N "checking if 64bit Sparc VIS support is requested... $ECHO_C" >&6; }
     5836    { $as_echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&5
     5837$as_echo_n "checking if 64bit Sparc VIS support is requested... " >&6; }
    56455838    # Check whether --enable-64bit-vis was given.
    56465839if test "${enable_64bit_vis+set}" = set; then
     
    56505843fi
    56515844
    5652     { echo "$as_me:$LINENO: result: $do64bitVIS" >&5
    5653 echo "${ECHO_T}$do64bitVIS" >&6; }
     5845    { $as_echo "$as_me:$LINENO: result: $do64bitVIS" >&5
     5846$as_echo "$do64bitVIS" >&6; }
    56545847
    56555848    if test "$do64bitVIS" = "yes"; then
     
    56625855
    56635856
    5664     { echo "$as_me:$LINENO: checking system version" >&5
    5665 echo $ECHO_N "checking system version... $ECHO_C" >&6; }
     5857    { $as_echo "$as_me:$LINENO: checking system version" >&5
     5858$as_echo_n "checking system version... " >&6; }
    56665859if test "${tcl_cv_sys_version+set}" = set; then
    5667   echo $ECHO_N "(cached) $ECHO_C" >&6
     5860  $as_echo_n "(cached) " >&6
    56685861else
    56695862
     
    56735866            tcl_cv_sys_version=`uname -s`-`uname -r`
    56745867            if test "$?" -ne 0 ; then
    5675                 { echo "$as_me:$LINENO: WARNING: can't find uname command" >&5
    5676 echo "$as_me: WARNING: can't find uname command" >&2;}
     5868                { $as_echo "$as_me:$LINENO: WARNING: can't find uname command" >&5
     5869$as_echo "$as_me: WARNING: can't find uname command" >&2;}
    56775870                tcl_cv_sys_version=unknown
    56785871            else
     
    56905883
    56915884fi
    5692 { echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&5
    5693 echo "${ECHO_T}$tcl_cv_sys_version" >&6; }
     5885{ $as_echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&5
     5886$as_echo "$tcl_cv_sys_version" >&6; }
    56945887    system=$tcl_cv_sys_version
    56955888
     
    56985891    # Linux can use either -ldl or -ldld for dynamic loading.
    56995892
    5700     { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
    5701 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
     5893    { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
     5894$as_echo_n "checking for dlopen in -ldl... " >&6; }
    57025895if test "${ac_cv_lib_dl_dlopen+set}" = set; then
    5703   echo $ECHO_N "(cached) $ECHO_C" >&6
     5896  $as_echo_n "(cached) " >&6
    57045897else
    57055898  ac_check_lib_save_LIBS=$LIBS
     
    57335926  *) ac_try_echo=$ac_try;;
    57345927esac
    5735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5928eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5929$as_echo "$ac_try_echo") >&5
    57365930  (eval "$ac_link") 2>conftest.er1
    57375931  ac_status=$?
     
    57395933  rm -f conftest.er1
    57405934  cat conftest.err >&5
    5741   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5935  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57425936  (exit $ac_status); } && {
    57435937         test -z "$ac_cxx_werror_flag" ||
    57445938         test ! -s conftest.err
    5745        } && test -s conftest$ac_exeext &&
    5746        $as_test_x conftest$ac_exeext; then
     5939       } && test -s conftest$ac_exeext && {
     5940         test "$cross_compiling" = yes ||
     5941         $as_test_x conftest$ac_exeext
     5942       }; then
    57475943  ac_cv_lib_dl_dlopen=yes
    57485944else
    5749   echo "$as_me: failed program was:" >&5
     5945  $as_echo "$as_me: failed program was:" >&5
    57505946sed 's/^/| /' conftest.$ac_ext >&5
    57515947
     
    57535949fi
    57545950
     5951rm -rf conftest.dSYM
    57555952rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    57565953      conftest$ac_exeext conftest.$ac_ext
    57575954LIBS=$ac_check_lib_save_LIBS
    57585955fi
    5759 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
    5760 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
     5956{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
     5957$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
    57615958if test $ac_cv_lib_dl_dlopen = yes; then
    57625959  have_dl=yes
     
    57915988    # Extract the first word of "ar", so it can be a program name with args.
    57925989set dummy ar; ac_word=$2
    5793 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    5794 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     5990{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     5991$as_echo_n "checking for $ac_word... " >&6; }
    57955992if test "${ac_cv_prog_AR+set}" = set; then
    5796   echo $ECHO_N "(cached) $ECHO_C" >&6
     5993  $as_echo_n "(cached) " >&6
    57975994else
    57985995  if test -n "$AR"; then
     
    58076004  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    58086005    ac_cv_prog_AR="ar"
    5809     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     6006    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    58106007    break 2
    58116008  fi
     
    58186015AR=$ac_cv_prog_AR
    58196016if test -n "$AR"; then
    5820   { echo "$as_me:$LINENO: result: $AR" >&5
    5821 echo "${ECHO_T}$AR" >&6; }
    5822 else
    5823   { echo "$as_me:$LINENO: result: no" >&5
    5824 echo "${ECHO_T}no" >&6; }
     6017  { $as_echo "$as_me:$LINENO: result: $AR" >&5
     6018$as_echo "$AR" >&6; }
     6019else
     6020  { $as_echo "$as_me:$LINENO: result: no" >&5
     6021$as_echo "no" >&6; }
    58256022fi
    58266023
    58276024
    58286025    if test "${AR}" = "" ; then
    5829         { { echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&5
    5830 echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;}
     6026        { { $as_echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&5
     6027$as_echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;}
    58316028   { (exit 1); exit 1; }; }
    58326029    fi
     
    58476044                        ;;
    58486045                esac
    5849                 { echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&5
    5850 echo "${ECHO_T}Using $CC for compiling with threads" >&6; }
     6046                { $as_echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&5
     6047$as_echo "Using $CC for compiling with threads" >&6; }
    58516048            fi
    58526049            LIBS="$LIBS -lc"
     
    58636060            if test "$do64bit" = "yes" -a "`uname -v`" -gt "3" ; then
    58646061                if test "$GCC" = "yes" ; then
    5865                     { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
    5866 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
     6062                    { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
     6063$as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
    58676064                else
    58686065                    do64bit_ok=yes
     
    59186115            # known GMT value.
    59196116
    5920             { echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&5
    5921 echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6; }
     6117            { $as_echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&5
     6118$as_echo_n "checking for gettimeofday in -lbsd... " >&6; }
    59226119if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then
    5923   echo $ECHO_N "(cached) $ECHO_C" >&6
     6120  $as_echo_n "(cached) " >&6
    59246121else
    59256122  ac_check_lib_save_LIBS=$LIBS
     
    59536150  *) ac_try_echo=$ac_try;;
    59546151esac
    5955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6152eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6153$as_echo "$ac_try_echo") >&5
    59566154  (eval "$ac_link") 2>conftest.er1
    59576155  ac_status=$?
     
    59596157  rm -f conftest.er1
    59606158  cat conftest.err >&5
    5961   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6159  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59626160  (exit $ac_status); } && {
    59636161         test -z "$ac_cxx_werror_flag" ||
    59646162         test ! -s conftest.err
    5965        } && test -s conftest$ac_exeext &&
    5966        $as_test_x conftest$ac_exeext; then
     6163       } && test -s conftest$ac_exeext && {
     6164         test "$cross_compiling" = yes ||
     6165         $as_test_x conftest$ac_exeext
     6166       }; then
    59676167  ac_cv_lib_bsd_gettimeofday=yes
    59686168else
    5969   echo "$as_me: failed program was:" >&5
     6169  $as_echo "$as_me: failed program was:" >&5
    59706170sed 's/^/| /' conftest.$ac_ext >&5
    59716171
     
    59736173fi
    59746174
     6175rm -rf conftest.dSYM
    59756176rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    59766177      conftest$ac_exeext conftest.$ac_ext
    59776178LIBS=$ac_check_lib_save_LIBS
    59786179fi
    5979 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&5
    5980 echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6; }
     6180{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&5
     6181$as_echo "$ac_cv_lib_bsd_gettimeofday" >&6; }
    59816182if test $ac_cv_lib_bsd_gettimeofday = yes; then
    59826183  libbsd=yes
     
    60066207            # is always linked to, for compatibility.
    60076208            #-----------------------------------------------------------
    6008             { echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&5
    6009 echo $ECHO_N "checking for inet_ntoa in -lbind... $ECHO_C" >&6; }
     6209            { $as_echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&5
     6210$as_echo_n "checking for inet_ntoa in -lbind... " >&6; }
    60106211if test "${ac_cv_lib_bind_inet_ntoa+set}" = set; then
    6011   echo $ECHO_N "(cached) $ECHO_C" >&6
     6212  $as_echo_n "(cached) " >&6
    60126213else
    60136214  ac_check_lib_save_LIBS=$LIBS
     
    60416242  *) ac_try_echo=$ac_try;;
    60426243esac
    6043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6244eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6245$as_echo "$ac_try_echo") >&5
    60446246  (eval "$ac_link") 2>conftest.er1
    60456247  ac_status=$?
     
    60476249  rm -f conftest.er1
    60486250  cat conftest.err >&5
    6049   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6251  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    60506252  (exit $ac_status); } && {
    60516253         test -z "$ac_cxx_werror_flag" ||
    60526254         test ! -s conftest.err
    6053        } && test -s conftest$ac_exeext &&
    6054        $as_test_x conftest$ac_exeext; then
     6255       } && test -s conftest$ac_exeext && {
     6256         test "$cross_compiling" = yes ||
     6257         $as_test_x conftest$ac_exeext
     6258       }; then
    60556259  ac_cv_lib_bind_inet_ntoa=yes
    60566260else
    6057   echo "$as_me: failed program was:" >&5
     6261  $as_echo "$as_me: failed program was:" >&5
    60586262sed 's/^/| /' conftest.$ac_ext >&5
    60596263
     
    60616265fi
    60626266
     6267rm -rf conftest.dSYM
    60636268rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    60646269      conftest$ac_exeext conftest.$ac_ext
    60656270LIBS=$ac_check_lib_save_LIBS
    60666271fi
    6067 { echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&5
    6068 echo "${ECHO_T}$ac_cv_lib_bind_inet_ntoa" >&6; }
     6272{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&5
     6273$as_echo "$ac_cv_lib_bind_inet_ntoa" >&6; }
    60696274if test $ac_cv_lib_bind_inet_ntoa = yes; then
    60706275  LIBS="$LIBS -lbind -lsocket"
     
    61206325                SHLIB_SUFFIX=".sl"
    61216326            fi
    6122             { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
    6123 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
     6327            { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
     6328$as_echo_n "checking for shl_load in -ldld... " >&6; }
    61246329if test "${ac_cv_lib_dld_shl_load+set}" = set; then
    6125   echo $ECHO_N "(cached) $ECHO_C" >&6
     6330  $as_echo_n "(cached) " >&6
    61266331else
    61276332  ac_check_lib_save_LIBS=$LIBS
     
    61556360  *) ac_try_echo=$ac_try;;
    61566361esac
    6157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6362eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6363$as_echo "$ac_try_echo") >&5
    61586364  (eval "$ac_link") 2>conftest.er1
    61596365  ac_status=$?
     
    61616367  rm -f conftest.er1
    61626368  cat conftest.err >&5
    6163   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6369  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    61646370  (exit $ac_status); } && {
    61656371         test -z "$ac_cxx_werror_flag" ||
    61666372         test ! -s conftest.err
    6167        } && test -s conftest$ac_exeext &&
    6168        $as_test_x conftest$ac_exeext; then
     6373       } && test -s conftest$ac_exeext && {
     6374         test "$cross_compiling" = yes ||
     6375         $as_test_x conftest$ac_exeext
     6376       }; then
    61696377  ac_cv_lib_dld_shl_load=yes
    61706378else
    6171   echo "$as_me: failed program was:" >&5
     6379  $as_echo "$as_me: failed program was:" >&5
    61726380sed 's/^/| /' conftest.$ac_ext >&5
    61736381
     
    61756383fi
    61766384
     6385rm -rf conftest.dSYM
    61776386rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    61786387      conftest$ac_exeext conftest.$ac_ext
    61796388LIBS=$ac_check_lib_save_LIBS
    61806389fi
    6181 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
    6182 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
     6390{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
     6391$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
    61836392if test $ac_cv_lib_dld_shl_load = yes; then
    61846393  tcl_ok=yes
     
    62216430                            ;;
    62226431                        *)
    6223                             { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
    6224 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
     6432                            { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
     6433$as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
    62256434                            ;;
    62266435                    esac
     
    62346443        HP-UX-*.08.*|HP-UX-*.09.*|HP-UX-*.10.*)
    62356444            SHLIB_SUFFIX=".sl"
    6236             { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
    6237 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
     6445            { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
     6446$as_echo_n "checking for shl_load in -ldld... " >&6; }
    62386447if test "${ac_cv_lib_dld_shl_load+set}" = set; then
    6239   echo $ECHO_N "(cached) $ECHO_C" >&6
     6448  $as_echo_n "(cached) " >&6
    62406449else
    62416450  ac_check_lib_save_LIBS=$LIBS
     
    62696478  *) ac_try_echo=$ac_try;;
    62706479esac
    6271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6480eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6481$as_echo "$ac_try_echo") >&5
    62726482  (eval "$ac_link") 2>conftest.er1
    62736483  ac_status=$?
     
    62756485  rm -f conftest.er1
    62766486  cat conftest.err >&5
    6277   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6487  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62786488  (exit $ac_status); } && {
    62796489         test -z "$ac_cxx_werror_flag" ||
    62806490         test ! -s conftest.err
    6281        } && test -s conftest$ac_exeext &&
    6282        $as_test_x conftest$ac_exeext; then
     6491       } && test -s conftest$ac_exeext && {
     6492         test "$cross_compiling" = yes ||
     6493         $as_test_x conftest$ac_exeext
     6494       }; then
    62836495  ac_cv_lib_dld_shl_load=yes
    62846496else
    6285   echo "$as_me: failed program was:" >&5
     6497  $as_echo "$as_me: failed program was:" >&5
    62866498sed 's/^/| /' conftest.$ac_ext >&5
    62876499
     
    62896501fi
    62906502
     6503rm -rf conftest.dSYM
    62916504rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    62926505      conftest$ac_exeext conftest.$ac_ext
    62936506LIBS=$ac_check_lib_save_LIBS
    62946507fi
    6295 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
    6296 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
     6508{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
     6509$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
    62976510if test $ac_cv_lib_dld_shl_load = yes; then
    62986511  tcl_ok=yes
     
    63746587            if test "$do64bit" = "yes" ; then
    63756588                if test "$GCC" = "yes" ; then
    6376                     { echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&5
    6377 echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;}
     6589                    { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&5
     6590$as_echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;}
    63786591                else
    63796592                    do64bit_ok=yes
     
    64046617            else
    64056618                if test "${ac_cv_header_dld_h+set}" = set; then
    6406   { echo "$as_me:$LINENO: checking for dld.h" >&5
    6407 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
     6619  { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
     6620$as_echo_n "checking for dld.h... " >&6; }
    64086621if test "${ac_cv_header_dld_h+set}" = set; then
    6409   echo $ECHO_N "(cached) $ECHO_C" >&6
    6410 fi
    6411 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6412 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
     6622  $as_echo_n "(cached) " >&6
     6623fi
     6624{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6625$as_echo "$ac_cv_header_dld_h" >&6; }
    64136626else
    64146627  # Is the header compilable?
    6415 { echo "$as_me:$LINENO: checking dld.h usability" >&5
    6416 echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; }
     6628{ $as_echo "$as_me:$LINENO: checking dld.h usability" >&5
     6629$as_echo_n "checking dld.h usability... " >&6; }
    64176630cat >conftest.$ac_ext <<_ACEOF
    64186631/* confdefs.h.  */
     
    64306643  *) ac_try_echo=$ac_try;;
    64316644esac
    6432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6645eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6646$as_echo "$ac_try_echo") >&5
    64336647  (eval "$ac_compile") 2>conftest.er1
    64346648  ac_status=$?
     
    64366650  rm -f conftest.er1
    64376651  cat conftest.err >&5
    6438   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6652  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64396653  (exit $ac_status); } && {
    64406654         test -z "$ac_cxx_werror_flag" ||
     
    64436657  ac_header_compiler=yes
    64446658else
    6445   echo "$as_me: failed program was:" >&5
     6659  $as_echo "$as_me: failed program was:" >&5
    64466660sed 's/^/| /' conftest.$ac_ext >&5
    64476661
     
    64506664
    64516665rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6452 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6453 echo "${ECHO_T}$ac_header_compiler" >&6; }
     6666{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6667$as_echo "$ac_header_compiler" >&6; }
    64546668
    64556669# Is the header present?
    6456 { echo "$as_me:$LINENO: checking dld.h presence" >&5
    6457 echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; }
     6670{ $as_echo "$as_me:$LINENO: checking dld.h presence" >&5
     6671$as_echo_n "checking dld.h presence... " >&6; }
    64586672cat >conftest.$ac_ext <<_ACEOF
    64596673/* confdefs.h.  */
     
    64696683  *) ac_try_echo=$ac_try;;
    64706684esac
    6471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6685eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6686$as_echo "$ac_try_echo") >&5
    64726687  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    64736688  ac_status=$?
     
    64756690  rm -f conftest.er1
    64766691  cat conftest.err >&5
    6477   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6692  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64786693  (exit $ac_status); } >/dev/null && {
    64796694         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    64826697  ac_header_preproc=yes
    64836698else
    6484   echo "$as_me: failed program was:" >&5
     6699  $as_echo "$as_me: failed program was:" >&5
    64856700sed 's/^/| /' conftest.$ac_ext >&5
    64866701
     
    64896704
    64906705rm -f conftest.err conftest.$ac_ext
    6491 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6492 echo "${ECHO_T}$ac_header_preproc" >&6; }
     6706{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6707$as_echo "$ac_header_preproc" >&6; }
    64936708
    64946709# So?  What about this header?
    64956710case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    64966711  yes:no: )
    6497     { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
    6498 echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    6499     { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
    6500 echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
     6712    { $as_echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
     6713$as_echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6714    { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
     6715$as_echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
    65016716    ac_header_preproc=yes
    65026717    ;;
    65036718  no:yes:* )
    6504     { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
    6505 echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
    6506     { echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
    6507 echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
    6508     { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
    6509 echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
    6510     { echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
    6511 echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    6512     { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
    6513 echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
    6514     { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
    6515 echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
     6719    { $as_echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
     6720$as_echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
     6721    { $as_echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
     6722$as_echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
     6723    { $as_echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
     6724$as_echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
     6725    { $as_echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
     6726$as_echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     6727    { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
     6728$as_echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
     6729    { $as_echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
     6730$as_echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
    65166731    ( cat <<\_ASBOX
    65176732## ----------------------------------- ##
     
    65226737    ;;
    65236738esac
    6524 { echo "$as_me:$LINENO: checking for dld.h" >&5
    6525 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
     6739{ $as_echo "$as_me:$LINENO: checking for dld.h" >&5
     6740$as_echo_n "checking for dld.h... " >&6; }
    65266741if test "${ac_cv_header_dld_h+set}" = set; then
    6527   echo $ECHO_N "(cached) $ECHO_C" >&6
     6742  $as_echo_n "(cached) " >&6
    65286743else
    65296744  ac_cv_header_dld_h=$ac_header_preproc
    65306745fi
    6531 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6532 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
     6746{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6747$as_echo "$ac_cv_header_dld_h" >&6; }
    65336748
    65346749fi
     
    65486763            fi
    65496764            if test $do64bit = yes; then
    6550                 { echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&5
    6551 echo $ECHO_N "checking if compiler accepts -m64 flag... $ECHO_C" >&6; }
     6765                { $as_echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&5
     6766$as_echo_n "checking if compiler accepts -m64 flag... " >&6; }
    65526767if test "${tcl_cv_cc_m64+set}" = set; then
    6553   echo $ECHO_N "(cached) $ECHO_C" >&6
     6768  $as_echo_n "(cached) " >&6
    65546769else
    65556770
     
    65776792  *) ac_try_echo=$ac_try;;
    65786793esac
    6579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6794eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6795$as_echo "$ac_try_echo") >&5
    65806796  (eval "$ac_link") 2>conftest.er1
    65816797  ac_status=$?
     
    65836799  rm -f conftest.er1
    65846800  cat conftest.err >&5
    6585   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6801  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    65866802  (exit $ac_status); } && {
    65876803         test -z "$ac_cxx_werror_flag" ||
    65886804         test ! -s conftest.err
    6589        } && test -s conftest$ac_exeext &&
    6590        $as_test_x conftest$ac_exeext; then
     6805       } && test -s conftest$ac_exeext && {
     6806         test "$cross_compiling" = yes ||
     6807         $as_test_x conftest$ac_exeext
     6808       }; then
    65916809  tcl_cv_cc_m64=yes
    65926810else
    6593   echo "$as_me: failed program was:" >&5
     6811  $as_echo "$as_me: failed program was:" >&5
    65946812sed 's/^/| /' conftest.$ac_ext >&5
    65956813
     
    65976815fi
    65986816
     6817rm -rf conftest.dSYM
    65996818rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    66006819      conftest$ac_exeext conftest.$ac_ext
    66016820                    CFLAGS=$hold_cflags
    66026821fi
    6603 { echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&5
    6604 echo "${ECHO_T}$tcl_cv_cc_m64" >&6; }
     6822{ $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&5
     6823$as_echo "$tcl_cv_cc_m64" >&6; }
    66056824                if test $tcl_cv_cc_m64 = yes; then
    66066825                    CFLAGS="$CFLAGS -m64"
     
    66416860            else
    66426861                if test "${ac_cv_header_dld_h+set}" = set; then
    6643   { echo "$as_me:$LINENO: checking for dld.h" >&5
    6644 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
     6862  { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
     6863$as_echo_n "checking for dld.h... " >&6; }
    66456864if test "${ac_cv_header_dld_h+set}" = set; then
    6646   echo $ECHO_N "(cached) $ECHO_C" >&6
    6647 fi
    6648 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6649 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
     6865  $as_echo_n "(cached) " >&6
     6866fi
     6867{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6868$as_echo "$ac_cv_header_dld_h" >&6; }
    66506869else
    66516870  # Is the header compilable?
    6652 { echo "$as_me:$LINENO: checking dld.h usability" >&5
    6653 echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; }
     6871{ $as_echo "$as_me:$LINENO: checking dld.h usability" >&5
     6872$as_echo_n "checking dld.h usability... " >&6; }
    66546873cat >conftest.$ac_ext <<_ACEOF
    66556874/* confdefs.h.  */
     
    66676886  *) ac_try_echo=$ac_try;;
    66686887esac
    6669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6888eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6889$as_echo "$ac_try_echo") >&5
    66706890  (eval "$ac_compile") 2>conftest.er1
    66716891  ac_status=$?
     
    66736893  rm -f conftest.er1
    66746894  cat conftest.err >&5
    6675   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6895  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    66766896  (exit $ac_status); } && {
    66776897         test -z "$ac_cxx_werror_flag" ||
     
    66806900  ac_header_compiler=yes
    66816901else
    6682   echo "$as_me: failed program was:" >&5
     6902  $as_echo "$as_me: failed program was:" >&5
    66836903sed 's/^/| /' conftest.$ac_ext >&5
    66846904
     
    66876907
    66886908rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6689 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6690 echo "${ECHO_T}$ac_header_compiler" >&6; }
     6909{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6910$as_echo "$ac_header_compiler" >&6; }
    66916911
    66926912# Is the header present?
    6693 { echo "$as_me:$LINENO: checking dld.h presence" >&5
    6694 echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; }
     6913{ $as_echo "$as_me:$LINENO: checking dld.h presence" >&5
     6914$as_echo_n "checking dld.h presence... " >&6; }
    66956915cat >conftest.$ac_ext <<_ACEOF
    66966916/* confdefs.h.  */
     
    67066926  *) ac_try_echo=$ac_try;;
    67076927esac
    6708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6928eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6929$as_echo "$ac_try_echo") >&5
    67096930  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    67106931  ac_status=$?
     
    67126933  rm -f conftest.er1
    67136934  cat conftest.err >&5
    6714   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6935  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    67156936  (exit $ac_status); } >/dev/null && {
    67166937         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    67196940  ac_header_preproc=yes
    67206941else
    6721   echo "$as_me: failed program was:" >&5
     6942  $as_echo "$as_me: failed program was:" >&5
    67226943sed 's/^/| /' conftest.$ac_ext >&5
    67236944
     
    67266947
    67276948rm -f conftest.err conftest.$ac_ext
    6728 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6729 echo "${ECHO_T}$ac_header_preproc" >&6; }
     6949{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6950$as_echo "$ac_header_preproc" >&6; }
    67306951
    67316952# So?  What about this header?
    67326953case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    67336954  yes:no: )
    6734     { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
    6735 echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    6736     { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
    6737 echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
     6955    { $as_echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
     6956$as_echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6957    { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
     6958$as_echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
    67386959    ac_header_preproc=yes
    67396960    ;;
    67406961  no:yes:* )
    6741     { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
    6742 echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
    6743     { echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
    6744 echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
    6745     { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
    6746 echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
    6747     { echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
    6748 echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    6749     { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
    6750 echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
    6751     { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
    6752 echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
     6962    { $as_echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
     6963$as_echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
     6964    { $as_echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
     6965$as_echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
     6966    { $as_echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
     6967$as_echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
     6968    { $as_echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
     6969$as_echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     6970    { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
     6971$as_echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
     6972    { $as_echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
     6973$as_echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
    67536974    ( cat <<\_ASBOX
    67546975## ----------------------------------- ##
     
    67596980    ;;
    67606981esac
    6761 { echo "$as_me:$LINENO: checking for dld.h" >&5
    6762 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
     6982{ $as_echo "$as_me:$LINENO: checking for dld.h" >&5
     6983$as_echo_n "checking for dld.h... " >&6; }
    67636984if test "${ac_cv_header_dld_h+set}" = set; then
    6764   echo $ECHO_N "(cached) $ECHO_C" >&6
     6985  $as_echo_n "(cached) " >&6
    67656986else
    67666987  ac_cv_header_dld_h=$ac_header_preproc
    67676988fi
    6768 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6769 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
     6989{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6990$as_echo "$ac_cv_header_dld_h" >&6; }
    67706991
    67716992fi
     
    68217042            # Not available on all versions:  check for include file.
    68227043            if test "${ac_cv_header_dlfcn_h+set}" = set; then
    6823   { echo "$as_me:$LINENO: checking for dlfcn.h" >&5
    6824 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }
     7044  { $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5
     7045$as_echo_n "checking for dlfcn.h... " >&6; }
    68257046if test "${ac_cv_header_dlfcn_h+set}" = set; then
    6826   echo $ECHO_N "(cached) $ECHO_C" >&6
    6827 fi
    6828 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
    6829 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }
     7047  $as_echo_n "(cached) " >&6
     7048fi
     7049{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
     7050$as_echo "$ac_cv_header_dlfcn_h" >&6; }
    68307051else
    68317052  # Is the header compilable?
    6832 { echo "$as_me:$LINENO: checking dlfcn.h usability" >&5
    6833 echo $ECHO_N "checking dlfcn.h usability... $ECHO_C" >&6; }
     7053{ $as_echo "$as_me:$LINENO: checking dlfcn.h usability" >&5
     7054$as_echo_n "checking dlfcn.h usability... " >&6; }
    68347055cat >conftest.$ac_ext <<_ACEOF
    68357056/* confdefs.h.  */
     
    68477068  *) ac_try_echo=$ac_try;;
    68487069esac
    6849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7070eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7071$as_echo "$ac_try_echo") >&5
    68507072  (eval "$ac_compile") 2>conftest.er1
    68517073  ac_status=$?
     
    68537075  rm -f conftest.er1
    68547076  cat conftest.err >&5
    6855   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7077  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    68567078  (exit $ac_status); } && {
    68577079         test -z "$ac_cxx_werror_flag" ||
     
    68607082  ac_header_compiler=yes
    68617083else
    6862   echo "$as_me: failed program was:" >&5
     7084  $as_echo "$as_me: failed program was:" >&5
    68637085sed 's/^/| /' conftest.$ac_ext >&5
    68647086
     
    68677089
    68687090rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6869 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6870 echo "${ECHO_T}$ac_header_compiler" >&6; }
     7091{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     7092$as_echo "$ac_header_compiler" >&6; }
    68717093
    68727094# Is the header present?
    6873 { echo "$as_me:$LINENO: checking dlfcn.h presence" >&5
    6874 echo $ECHO_N "checking dlfcn.h presence... $ECHO_C" >&6; }
     7095{ $as_echo "$as_me:$LINENO: checking dlfcn.h presence" >&5
     7096$as_echo_n "checking dlfcn.h presence... " >&6; }
    68757097cat >conftest.$ac_ext <<_ACEOF
    68767098/* confdefs.h.  */
     
    68867108  *) ac_try_echo=$ac_try;;
    68877109esac
    6888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7110eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7111$as_echo "$ac_try_echo") >&5
    68897112  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    68907113  ac_status=$?
     
    68927115  rm -f conftest.er1
    68937116  cat conftest.err >&5
    6894   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7117  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    68957118  (exit $ac_status); } >/dev/null && {
    68967119         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    68997122  ac_header_preproc=yes
    69007123else
    6901   echo "$as_me: failed program was:" >&5
     7124  $as_echo "$as_me: failed program was:" >&5
    69027125sed 's/^/| /' conftest.$ac_ext >&5
    69037126
     
    69067129
    69077130rm -f conftest.err conftest.$ac_ext
    6908 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6909 echo "${ECHO_T}$ac_header_preproc" >&6; }
     7131{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     7132$as_echo "$ac_header_preproc" >&6; }
    69107133
    69117134# So?  What about this header?
    69127135case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    69137136  yes:no: )
    6914     { echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5
    6915 echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    6916     { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5
    6917 echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;}
     7137    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5
     7138$as_echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     7139    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5
     7140$as_echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;}
    69187141    ac_header_preproc=yes
    69197142    ;;
    69207143  no:yes:* )
    6921     { echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5
    6922 echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;}
    6923     { echo "$as_me:$LINENO: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&5
    6924 echo "$as_me: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&2;}
    6925     { echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5
    6926 echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;}
    6927     { echo "$as_me:$LINENO: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&5
    6928 echo "$as_me: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    6929     { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5
    6930 echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}
    6931     { echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5
    6932 echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;}
     7144    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5
     7145$as_echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;}
     7146    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&5
     7147$as_echo "$as_me: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&2;}
     7148    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5
     7149$as_echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;}
     7150    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&5
     7151$as_echo "$as_me: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     7152    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5
     7153$as_echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}
     7154    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5
     7155$as_echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;}
    69337156    ( cat <<\_ASBOX
    69347157## ----------------------------------- ##
     
    69397162    ;;
    69407163esac
    6941 { echo "$as_me:$LINENO: checking for dlfcn.h" >&5
    6942 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }
     7164{ $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5
     7165$as_echo_n "checking for dlfcn.h... " >&6; }
    69437166if test "${ac_cv_header_dlfcn_h+set}" = set; then
    6944   echo $ECHO_N "(cached) $ECHO_C" >&6
     7167  $as_echo_n "(cached) " >&6
    69457168else
    69467169  ac_cv_header_dlfcn_h=$ac_header_preproc
    69477170fi
    6948 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
    6949 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }
     7171{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
     7172$as_echo "$ac_cv_header_dlfcn_h" >&6; }
    69507173
    69517174fi
     
    69617184                CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
    69627185                LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}'
    6963                 { echo "$as_me:$LINENO: checking for ELF" >&5
    6964 echo $ECHO_N "checking for ELF... $ECHO_C" >&6; }
     7186                { $as_echo "$as_me:$LINENO: checking for ELF" >&5
     7187$as_echo_n "checking for ELF... " >&6; }
    69657188if test "${tcl_cv_ld_elf+set}" = set; then
    6966   echo $ECHO_N "(cached) $ECHO_C" >&6
     7189  $as_echo_n "(cached) " >&6
    69677190else
    69687191
     
    69887211
    69897212fi
    6990 { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
    6991 echo "${ECHO_T}$tcl_cv_ld_elf" >&6; }
     7213{ $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
     7214$as_echo "$tcl_cv_ld_elf" >&6; }
    69927215                if test $tcl_cv_ld_elf = yes; then
    69937216                    SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so'
     
    70477270                LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
    70487271                SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.0'
    7049                 { echo "$as_me:$LINENO: checking for ELF" >&5
    7050 echo $ECHO_N "checking for ELF... $ECHO_C" >&6; }
     7272                { $as_echo "$as_me:$LINENO: checking for ELF" >&5
     7273$as_echo_n "checking for ELF... " >&6; }
    70517274if test "${tcl_cv_ld_elf+set}" = set; then
    7052   echo $ECHO_N "(cached) $ECHO_C" >&6
     7275  $as_echo_n "(cached) " >&6
    70537276else
    70547277
     
    70747297
    70757298fi
    7076 { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
    7077 echo "${ECHO_T}$tcl_cv_ld_elf" >&6; }
     7299{ $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
     7300$as_echo "$tcl_cv_ld_elf" >&6; }
    70787301                if test $tcl_cv_ld_elf = yes; then
    70797302                    LDFLAGS=-Wl,-export-dynamic
     
    71297352                case `arch` in
    71307353                    ppc)
    7131                         { echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&5
    7132 echo $ECHO_N "checking if compiler accepts -arch ppc64 flag... $ECHO_C" >&6; }
     7354                        { $as_echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&5
     7355$as_echo_n "checking if compiler accepts -arch ppc64 flag... " >&6; }
    71337356if test "${tcl_cv_cc_arch_ppc64+set}" = set; then
    7134   echo $ECHO_N "(cached) $ECHO_C" >&6
     7357  $as_echo_n "(cached) " >&6
    71357358else
    71367359
     
    71587381  *) ac_try_echo=$ac_try;;
    71597382esac
    7160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7383eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7384$as_echo "$ac_try_echo") >&5
    71617385  (eval "$ac_link") 2>conftest.er1
    71627386  ac_status=$?
     
    71647388  rm -f conftest.er1
    71657389  cat conftest.err >&5
    7166   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7390  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    71677391  (exit $ac_status); } && {
    71687392         test -z "$ac_cxx_werror_flag" ||
    71697393         test ! -s conftest.err
    7170        } && test -s conftest$ac_exeext &&
    7171        $as_test_x conftest$ac_exeext; then
     7394       } && test -s conftest$ac_exeext && {
     7395         test "$cross_compiling" = yes ||
     7396         $as_test_x conftest$ac_exeext
     7397       }; then
    71727398  tcl_cv_cc_arch_ppc64=yes
    71737399else
    7174   echo "$as_me: failed program was:" >&5
     7400  $as_echo "$as_me: failed program was:" >&5
    71757401sed 's/^/| /' conftest.$ac_ext >&5
    71767402
     
    71787404fi
    71797405
     7406rm -rf conftest.dSYM
    71807407rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    71817408      conftest$ac_exeext conftest.$ac_ext
    71827409                            CFLAGS=$hold_cflags
    71837410fi
    7184 { echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&5
    7185 echo "${ECHO_T}$tcl_cv_cc_arch_ppc64" >&6; }
     7411{ $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&5
     7412$as_echo "$tcl_cv_cc_arch_ppc64" >&6; }
    71867413                        if test $tcl_cv_cc_arch_ppc64 = yes; then
    71877414                            CFLAGS="$CFLAGS -arch ppc64 -mpowerpc64 -mcpu=G5"
     
    71897416                        fi;;
    71907417                    i386)
    7191                         { echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&5
    7192 echo $ECHO_N "checking if compiler accepts -arch x86_64 flag... $ECHO_C" >&6; }
     7418                        { $as_echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&5
     7419$as_echo_n "checking if compiler accepts -arch x86_64 flag... " >&6; }
    71937420if test "${tcl_cv_cc_arch_x86_64+set}" = set; then
    7194   echo $ECHO_N "(cached) $ECHO_C" >&6
     7421  $as_echo_n "(cached) " >&6
    71957422else
    71967423
     
    72187445  *) ac_try_echo=$ac_try;;
    72197446esac
    7220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7447eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7448$as_echo "$ac_try_echo") >&5
    72217449  (eval "$ac_link") 2>conftest.er1
    72227450  ac_status=$?
     
    72247452  rm -f conftest.er1
    72257453  cat conftest.err >&5
    7226   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7454  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    72277455  (exit $ac_status); } && {
    72287456         test -z "$ac_cxx_werror_flag" ||
    72297457         test ! -s conftest.err
    7230        } && test -s conftest$ac_exeext &&
    7231        $as_test_x conftest$ac_exeext; then
     7458       } && test -s conftest$ac_exeext && {
     7459         test "$cross_compiling" = yes ||
     7460         $as_test_x conftest$ac_exeext
     7461       }; then
    72327462  tcl_cv_cc_arch_x86_64=yes
    72337463else
    7234   echo "$as_me: failed program was:" >&5
     7464  $as_echo "$as_me: failed program was:" >&5
    72357465sed 's/^/| /' conftest.$ac_ext >&5
    72367466
     
    72387468fi
    72397469
     7470rm -rf conftest.dSYM
    72407471rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    72417472      conftest$ac_exeext conftest.$ac_ext
    72427473                            CFLAGS=$hold_cflags
    72437474fi
    7244 { echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&5
    7245 echo "${ECHO_T}$tcl_cv_cc_arch_x86_64" >&6; }
     7475{ $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&5
     7476$as_echo "$tcl_cv_cc_arch_x86_64" >&6; }
    72467477                        if test $tcl_cv_cc_arch_x86_64 = yes; then
    72477478                            CFLAGS="$CFLAGS -arch x86_64"
     
    72497480                        fi;;
    72507481                    *)
    7251                         { echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&5
    7252 echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};;
     7482                        { $as_echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&5
     7483$as_echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};;
    72537484                esac
    72547485            else
     
    72597490            fi
    72607491            SHLIB_LD='${CC} -dynamiclib ${CFLAGS} ${LDFLAGS}'
    7261             { echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&5
    7262 echo $ECHO_N "checking if ld accepts -single_module flag... $ECHO_C" >&6; }
     7492            { $as_echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&5
     7493$as_echo_n "checking if ld accepts -single_module flag... " >&6; }
    72637494if test "${tcl_cv_ld_single_module+set}" = set; then
    7264   echo $ECHO_N "(cached) $ECHO_C" >&6
     7495  $as_echo_n "(cached) " >&6
    72657496else
    72667497
     
    72887519  *) ac_try_echo=$ac_try;;
    72897520esac
    7290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7521eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7522$as_echo "$ac_try_echo") >&5
    72917523  (eval "$ac_link") 2>conftest.er1
    72927524  ac_status=$?
     
    72947526  rm -f conftest.er1
    72957527  cat conftest.err >&5
    7296   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7528  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    72977529  (exit $ac_status); } && {
    72987530         test -z "$ac_cxx_werror_flag" ||
    72997531         test ! -s conftest.err
    7300        } && test -s conftest$ac_exeext &&
    7301        $as_test_x conftest$ac_exeext; then
     7532       } && test -s conftest$ac_exeext && {
     7533         test "$cross_compiling" = yes ||
     7534         $as_test_x conftest$ac_exeext
     7535       }; then
    73027536  tcl_cv_ld_single_module=yes
    73037537else
    7304   echo "$as_me: failed program was:" >&5
     7538  $as_echo "$as_me: failed program was:" >&5
    73057539sed 's/^/| /' conftest.$ac_ext >&5
    73067540
     
    73087542fi
    73097543
     7544rm -rf conftest.dSYM
    73107545rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    73117546      conftest$ac_exeext conftest.$ac_ext
    73127547                LDFLAGS=$hold_ldflags
    73137548fi
    7314 { echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&5
    7315 echo "${ECHO_T}$tcl_cv_ld_single_module" >&6; }
     7549{ $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&5
     7550$as_echo "$tcl_cv_ld_single_module" >&6; }
    73167551            if test $tcl_cv_ld_single_module = yes; then
    73177552                SHLIB_LD="${SHLIB_LD} -Wl,-single_module"
     
    73267561                LDFLAGS="$LDFLAGS -prebind"
    73277562            LDFLAGS="$LDFLAGS -headerpad_max_install_names"
    7328             { echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5
    7329 echo $ECHO_N "checking if ld accepts -search_paths_first flag... $ECHO_C" >&6; }
     7563            { $as_echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5
     7564$as_echo_n "checking if ld accepts -search_paths_first flag... " >&6; }
    73307565if test "${tcl_cv_ld_search_paths_first+set}" = set; then
    7331   echo $ECHO_N "(cached) $ECHO_C" >&6
     7566  $as_echo_n "(cached) " >&6
    73327567else
    73337568
     
    73557590  *) ac_try_echo=$ac_try;;
    73567591esac
    7357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7592eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7593$as_echo "$ac_try_echo") >&5
    73587594  (eval "$ac_link") 2>conftest.er1
    73597595  ac_status=$?
     
    73617597  rm -f conftest.er1
    73627598  cat conftest.err >&5
    7363   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7599  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    73647600  (exit $ac_status); } && {
    73657601         test -z "$ac_cxx_werror_flag" ||
    73667602         test ! -s conftest.err
    7367        } && test -s conftest$ac_exeext &&
    7368        $as_test_x conftest$ac_exeext; then
     7603       } && test -s conftest$ac_exeext && {
     7604         test "$cross_compiling" = yes ||
     7605         $as_test_x conftest$ac_exeext
     7606       }; then
    73697607  tcl_cv_ld_search_paths_first=yes
    73707608else
    7371   echo "$as_me: failed program was:" >&5
     7609  $as_echo "$as_me: failed program was:" >&5
    73727610sed 's/^/| /' conftest.$ac_ext >&5
    73737611
     
    73757613fi
    73767614
     7615rm -rf conftest.dSYM
    73777616rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    73787617      conftest$ac_exeext conftest.$ac_ext
    73797618                LDFLAGS=$hold_ldflags
    73807619fi
    7381 { echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&5
    7382 echo "${ECHO_T}$tcl_cv_ld_search_paths_first" >&6; }
     7620{ $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&5
     7621$as_echo "$tcl_cv_ld_search_paths_first" >&6; }
    73837622            if test $tcl_cv_ld_search_paths_first = yes; then
    73847623                LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
     
    73897628            PLAT_OBJS=\$\(MAC\_OSX_OBJS\)
    73907629            PLAT_SRCS=\$\(MAC\_OSX_SRCS\)
    7391             { echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&5
    7392 echo $ECHO_N "checking whether to use CoreFoundation... $ECHO_C" >&6; }
     7630            { $as_echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&5
     7631$as_echo_n "checking whether to use CoreFoundation... " >&6; }
    73937632            # Check whether --enable-corefoundation was given.
    73947633if test "${enable_corefoundation+set}" = set; then
     
    73987637fi
    73997638
    7400             { echo "$as_me:$LINENO: result: $tcl_corefoundation" >&5
    7401 echo "${ECHO_T}$tcl_corefoundation" >&6; }
     7639            { $as_echo "$as_me:$LINENO: result: $tcl_corefoundation" >&5
     7640$as_echo "$tcl_corefoundation" >&6; }
    74027641            if test $tcl_corefoundation = yes; then
    7403                 { echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&5
    7404 echo $ECHO_N "checking for CoreFoundation.framework... $ECHO_C" >&6; }
     7642                { $as_echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&5
     7643$as_echo_n "checking for CoreFoundation.framework... " >&6; }
    74057644if test "${tcl_cv_lib_corefoundation+set}" = set; then
    7406   echo $ECHO_N "(cached) $ECHO_C" >&6
     7645  $as_echo_n "(cached) " >&6
    74077646else
    74087647
     
    74367675  *) ac_try_echo=$ac_try;;
    74377676esac
    7438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7677eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7678$as_echo "$ac_try_echo") >&5
    74397679  (eval "$ac_link") 2>conftest.er1
    74407680  ac_status=$?
     
    74427682  rm -f conftest.er1
    74437683  cat conftest.err >&5
    7444   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7684  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    74457685  (exit $ac_status); } && {
    74467686         test -z "$ac_cxx_werror_flag" ||
    74477687         test ! -s conftest.err
    7448        } && test -s conftest$ac_exeext &&
    7449        $as_test_x conftest$ac_exeext; then
     7688       } && test -s conftest$ac_exeext && {
     7689         test "$cross_compiling" = yes ||
     7690         $as_test_x conftest$ac_exeext
     7691       }; then
    74507692  tcl_cv_lib_corefoundation=yes
    74517693else
    7452   echo "$as_me: failed program was:" >&5
     7694  $as_echo "$as_me: failed program was:" >&5
    74537695sed 's/^/| /' conftest.$ac_ext >&5
    74547696
     
    74567698fi
    74577699
     7700rm -rf conftest.dSYM
    74587701rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    74597702      conftest$ac_exeext conftest.$ac_ext
     
    74627705                    done; fi; LIBS=$hold_libs
    74637706fi
    7464 { echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation" >&5
    7465 echo "${ECHO_T}$tcl_cv_lib_corefoundation" >&6; }
     7707{ $as_echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation" >&5
     7708$as_echo "$tcl_cv_lib_corefoundation" >&6; }
    74667709                if test $tcl_cv_lib_corefoundation = yes; then
    74677710                    LIBS="$LIBS -framework CoreFoundation"
     
    74747717                fi
    74757718                if test "$fat_32_64" = yes -a $tcl_corefoundation = yes; then
    7476                     { echo "$as_me:$LINENO: checking for 64-bit CoreFoundation" >&5
    7477 echo $ECHO_N "checking for 64-bit CoreFoundation... $ECHO_C" >&6; }
     7719                    { $as_echo "$as_me:$LINENO: checking for 64-bit CoreFoundation" >&5
     7720$as_echo_n "checking for 64-bit CoreFoundation... " >&6; }
    74787721if test "${tcl_cv_lib_corefoundation_64+set}" = set; then
    7479   echo $ECHO_N "(cached) $ECHO_C" >&6
     7722  $as_echo_n "(cached) " >&6
    74807723else
    74817724
     
    75047747  *) ac_try_echo=$ac_try;;
    75057748esac
    7506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7749eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7750$as_echo "$ac_try_echo") >&5
    75077751  (eval "$ac_link") 2>conftest.er1
    75087752  ac_status=$?
     
    75107754  rm -f conftest.er1
    75117755  cat conftest.err >&5
    7512   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7756  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    75137757  (exit $ac_status); } && {
    75147758         test -z "$ac_cxx_werror_flag" ||
    75157759         test ! -s conftest.err
    7516        } && test -s conftest$ac_exeext &&
    7517        $as_test_x conftest$ac_exeext; then
     7760       } && test -s conftest$ac_exeext && {
     7761         test "$cross_compiling" = yes ||
     7762         $as_test_x conftest$ac_exeext
     7763       }; then
    75187764  tcl_cv_lib_corefoundation_64=yes
    75197765else
    7520   echo "$as_me: failed program was:" >&5
     7766  $as_echo "$as_me: failed program was:" >&5
    75217767sed 's/^/| /' conftest.$ac_ext >&5
    75227768
     
    75247770fi
    75257771
     7772rm -rf conftest.dSYM
    75267773rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    75277774      conftest$ac_exeext conftest.$ac_ext
     
    75307777                        done
    75317778fi
    7532 { echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation_64" >&5
    7533 echo "${ECHO_T}$tcl_cv_lib_corefoundation_64" >&6; }
     7779{ $as_echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation_64" >&5
     7780$as_echo "$tcl_cv_lib_corefoundation_64" >&6; }
    75347781                    if test $tcl_cv_lib_corefoundation_64 = no; then
    75357782                        cat >>confdefs.h <<\_ACEOF
     
    77497996                        if test "$GCC" = "yes" ; then
    77507997                            if test "`gcc -dumpversion | awk -F. '{print $1}'`" -lt "3" ; then
    7751                                 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&5
    7752 echo "$as_me: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&2;}
     7998                                { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&5
     7999$as_echo "$as_me: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&2;}
    77538000                            else
    77548001                                do64bit_ok=yes
     
    77718018                elif test "$arch" = "amd64 i386" ; then
    77728019                    if test "$GCC" = "yes" ; then
    7773                         { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
    7774 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
     8020                        { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
     8021$as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
    77758022                    else
    77768023                        do64bit_ok=yes
     
    77798026                    fi
    77808027                else
    7781                     { echo "$as_me:$LINENO: WARNING: 64bit mode not supported for $arch" >&5
    7782 echo "$as_me: WARNING: 64bit mode not supported for $arch" >&2;}
     8028                    { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported for $arch" >&5
     8029$as_echo "$as_me: WARNING: 64bit mode not supported for $arch" >&2;}
    77838030                fi
    77848031            fi
     
    78388085            # Some UNIX_SV* systems (unixware 1.1.2 for example) have linkers
    78398086            # that don't grok the -Bexport option.  Test that it does.
    7840             { echo "$as_me:$LINENO: checking for ld accepts -Bexport flag" >&5
    7841 echo $ECHO_N "checking for ld accepts -Bexport flag... $ECHO_C" >&6; }
     8087            { $as_echo "$as_me:$LINENO: checking for ld accepts -Bexport flag" >&5
     8088$as_echo_n "checking for ld accepts -Bexport flag... " >&6; }
    78428089if test "${tcl_cv_ld_Bexport+set}" = set; then
    7843   echo $ECHO_N "(cached) $ECHO_C" >&6
     8090  $as_echo_n "(cached) " >&6
    78448091else
    78458092
     
    78678114  *) ac_try_echo=$ac_try;;
    78688115esac
    7869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     8116eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8117$as_echo "$ac_try_echo") >&5
    78708118  (eval "$ac_link") 2>conftest.er1
    78718119  ac_status=$?
     
    78738121  rm -f conftest.er1
    78748122  cat conftest.err >&5
    7875   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8123  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    78768124  (exit $ac_status); } && {
    78778125         test -z "$ac_cxx_werror_flag" ||
    78788126         test ! -s conftest.err
    7879        } && test -s conftest$ac_exeext &&
    7880        $as_test_x conftest$ac_exeext; then
     8127       } && test -s conftest$ac_exeext && {
     8128         test "$cross_compiling" = yes ||
     8129         $as_test_x conftest$ac_exeext
     8130       }; then
    78818131  tcl_cv_ld_Bexport=yes
    78828132else
    7883   echo "$as_me: failed program was:" >&5
     8133  $as_echo "$as_me: failed program was:" >&5
    78848134sed 's/^/| /' conftest.$ac_ext >&5
    78858135
     
    78878137fi
    78888138
     8139rm -rf conftest.dSYM
    78898140rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    78908141      conftest$ac_exeext conftest.$ac_ext
    78918142                LDFLAGS=$hold_ldflags
    78928143fi
    7893 { echo "$as_me:$LINENO: result: $tcl_cv_ld_Bexport" >&5
    7894 echo "${ECHO_T}$tcl_cv_ld_Bexport" >&6; }
     8144{ $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_Bexport" >&5
     8145$as_echo "$tcl_cv_ld_Bexport" >&6; }
    78958146            if test $tcl_cv_ld_Bexport = yes; then
    78968147                LDFLAGS="$LDFLAGS -Wl,-Bexport"
     
    79028153
    79038154    if test "$do64bit" = "yes" -a "$do64bit_ok" = "no" ; then
    7904         { echo "$as_me:$LINENO: WARNING: 64bit support being disabled -- don't know magic for this platform" >&5
    7905 echo "$as_me: WARNING: 64bit support being disabled -- don't know magic for this platform" >&2;}
     8155        { $as_echo "$as_me:$LINENO: WARNING: 64bit support being disabled -- don't know magic for this platform" >&5
     8156$as_echo "$as_me: WARNING: 64bit support being disabled -- don't know magic for this platform" >&2;}
    79068157    fi
    79078158
     
    79298180
    79308181    if test "x$DL_OBJS" = "xtclLoadAout.o" ; then
    7931         { echo "$as_me:$LINENO: checking sys/exec.h" >&5
    7932 echo $ECHO_N "checking sys/exec.h... $ECHO_C" >&6; }
     8182        { $as_echo "$as_me:$LINENO: checking sys/exec.h" >&5
     8183$as_echo_n "checking sys/exec.h... " >&6; }
    79338184if test "${tcl_cv_sysexec_h+set}" = set; then
    7934   echo $ECHO_N "(cached) $ECHO_C" >&6
     8185  $as_echo_n "(cached) " >&6
    79358186else
    79368187
     
    79678218  *) ac_try_echo=$ac_try;;
    79688219esac
    7969 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     8220eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8221$as_echo "$ac_try_echo") >&5
    79708222  (eval "$ac_compile") 2>conftest.er1
    79718223  ac_status=$?
     
    79738225  rm -f conftest.er1
    79748226  cat conftest.err >&5
    7975   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8227  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    79768228  (exit $ac_status); } && {
    79778229         test -z "$ac_cxx_werror_flag" ||
     
    79808232  tcl_cv_sysexec_h=usable
    79818233else
    7982   echo "$as_me: failed program was:" >&5
     8234  $as_echo "$as_me: failed program was:" >&5
    79838235sed 's/^/| /' conftest.$ac_ext >&5
    79848236
     
    79888240rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    79898241fi
    7990 { echo "$as_me:$LINENO: result: $tcl_cv_sysexec_h" >&5
    7991 echo "${ECHO_T}$tcl_cv_sysexec_h" >&6; }
     8242{ $as_echo "$as_me:$LINENO: result: $tcl_cv_sysexec_h" >&5
     8243$as_echo "$tcl_cv_sysexec_h" >&6; }
    79928244        if test $tcl_cv_sysexec_h = usable; then
    79938245            cat >>confdefs.h <<\_ACEOF
     
    79968248
    79978249        else
    7998             { echo "$as_me:$LINENO: checking a.out.h" >&5
    7999 echo $ECHO_N "checking a.out.h... $ECHO_C" >&6; }
     8250            { $as_echo "$as_me:$LINENO: checking a.out.h" >&5
     8251$as_echo_n "checking a.out.h... " >&6; }
    80008252if test "${tcl_cv_aout_h+set}" = set; then
    8001   echo $ECHO_N "(cached) $ECHO_C" >&6
     8253  $as_echo_n "(cached) " >&6
    80028254else
    80038255
     
    80348286  *) ac_try_echo=$ac_try;;
    80358287esac
    8036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     8288eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8289$as_echo "$ac_try_echo") >&5
    80378290  (eval "$ac_compile") 2>conftest.er1
    80388291  ac_status=$?
     
    80408293  rm -f conftest.er1
    80418294  cat conftest.err >&5
    8042   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8295  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    80438296  (exit $ac_status); } && {
    80448297         test -z "$ac_cxx_werror_flag" ||
     
    80478300  tcl_cv_aout_h=usable
    80488301else
    8049   echo "$as_me: failed program was:" >&5
     8302  $as_echo "$as_me: failed program was:" >&5
    80508303sed 's/^/| /' conftest.$ac_ext >&5
    80518304
     
    80558308rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    80568309fi
    8057 { echo "$as_me:$LINENO: result: $tcl_cv_aout_h" >&5
    8058 echo "${ECHO_T}$tcl_cv_aout_h" >&6; }
     8310{ $as_echo "$as_me:$LINENO: result: $tcl_cv_aout_h" >&5
     8311$as_echo "$tcl_cv_aout_h" >&6; }
    80598312            if test $tcl_cv_aout_h = usable; then
    80608313                cat >>confdefs.h <<\_ACEOF
     
    80638316
    80648317            else
    8065                 { echo "$as_me:$LINENO: checking sys/exec_aout.h" >&5
    8066 echo $ECHO_N "checking sys/exec_aout.h... $ECHO_C" >&6; }
     8318                { $as_echo "$as_me:$LINENO: checking sys/exec_aout.h" >&5
     8319$as_echo_n "checking sys/exec_aout.h... " >&6; }
    80678320if test "${tcl_cv_sysexecaout_h+set}" = set; then
    8068   echo $ECHO_N "(cached) $ECHO_C" >&6
     8321  $as_echo_n "(cached) " >&6
    80698322else
    80708323
     
    81018354  *) ac_try_echo=$ac_try;;
    81028355esac
    8103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     8356eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8357$as_echo "$ac_try_echo") >&5
    81048358  (eval "$ac_compile") 2>conftest.er1
    81058359  ac_status=$?
     
    81078361  rm -f conftest.er1
    81088362  cat conftest.err >&5
    8109   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8363  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    81108364  (exit $ac_status); } && {
    81118365         test -z "$ac_cxx_werror_flag" ||
     
    81148368  tcl_cv_sysexecaout_h=usable
    81158369else
    8116   echo "$as_me: failed program was:" >&5
     8370  $as_echo "$as_me: failed program was:" >&5
    81178371sed 's/^/| /' conftest.$ac_ext >&5
    81188372
     
    81228376rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    81238377fi
    8124 { echo "$as_me:$LINENO: result: $tcl_cv_sysexecaout_h" >&5
    8125 echo "${ECHO_T}$tcl_cv_sysexecaout_h" >&6; }
     8378{ $as_echo "$as_me:$LINENO: result: $tcl_cv_sysexecaout_h" >&5
     8379$as_echo "$tcl_cv_sysexecaout_h" >&6; }
    81268380                if test $tcl_cv_sysexecaout_h = usable; then
    81278381                    cat >>confdefs.h <<\_ACEOF
     
    82708524done
    82718525if test "x${make_command}" = "x" ; then
    8272   { { echo "$as_me:$LINENO: error: Requires GNU make. You can specify a version with \$MAKE" >&5
    8273 echo "$as_me: error: Requires GNU make. You can specify a version with \$MAKE" >&2;}
     8526  { { $as_echo "$as_me:$LINENO: error: Requires GNU make. You can specify a version with \$MAKE" >&5
     8527$as_echo "$as_me: error: Requires GNU make. You can specify a version with \$MAKE" >&2;}
    82748528   { (exit 1); exit 1; }; }
    82758529fi
     
    83038557TCLSH=
    83048558if test "$with_tclsh" != "no" ; then
    8305     { echo "$as_me:$LINENO: checking for tclsh" >&5
    8306 echo $ECHO_N "checking for tclsh... $ECHO_C" >&6; }
     8559    { $as_echo "$as_me:$LINENO: checking for tclsh" >&5
     8560$as_echo_n "checking for tclsh... " >&6; }
    83078561    if test -x "$with_tclsh/bin/tclsh"
    83088562    then
     
    83178571            # Extract the first word of "tclsh", so it can be a program name with args.
    83188572set dummy tclsh; ac_word=$2
    8319 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8320 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     8573{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8574$as_echo_n "checking for $ac_word... " >&6; }
    83218575if test "${ac_cv_path_TCLSH+set}" = set; then
    8322   echo $ECHO_N "(cached) $ECHO_C" >&6
     8576  $as_echo_n "(cached) " >&6
    83238577else
    83248578  case $TCLSH in
     
    83358589  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    83368590    ac_cv_path_TCLSH="$as_dir/$ac_word$ac_exec_ext"
    8337     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8591    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    83388592    break 2
    83398593  fi
     
    83478601TCLSH=$ac_cv_path_TCLSH
    83488602if test -n "$TCLSH"; then
    8349   { echo "$as_me:$LINENO: result: $TCLSH" >&5
    8350 echo "${ECHO_T}$TCLSH" >&6; }
    8351 else
    8352   { echo "$as_me:$LINENO: result: no" >&5
    8353 echo "${ECHO_T}no" >&6; }
     8603  { $as_echo "$as_me:$LINENO: result: $TCLSH" >&5
     8604$as_echo "$TCLSH" >&6; }
     8605else
     8606  { $as_echo "$as_me:$LINENO: result: no" >&5
     8607$as_echo "no" >&6; }
    83548608fi
    83558609
     
    83588612    fi
    83598613fi
    8360 { echo "$as_me:$LINENO: result: ${TCLSH}" >&5
    8361 echo "${ECHO_T}${TCLSH}" >&6; }
     8614{ $as_echo "$as_me:$LINENO: result: ${TCLSH}" >&5
     8615$as_echo "${TCLSH}" >&6; }
    83628616
    83638617
     
    83758629MEX_ARCH=""
    83768630MEXEXT=""
     8631MATLAB=
    83778632if test "$with_matlab" != "no" ; then
    83788633  if test "$with_matlab" = "yes" ; then
    83798634    # Extract the first word of "mex", so it can be a program name with args.
    83808635set dummy mex; ac_word=$2
    8381 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8382 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     8636{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8637$as_echo_n "checking for $ac_word... " >&6; }
    83838638if test "${ac_cv_path_MEX+set}" = set; then
    8384   echo $ECHO_N "(cached) $ECHO_C" >&6
     8639  $as_echo_n "(cached) " >&6
    83858640else
    83868641  case $MEX in
     
    83978652  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    83988653    ac_cv_path_MEX="$as_dir/$ac_word$ac_exec_ext"
    8399     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8654    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    84008655    break 2
    84018656  fi
     
    84098664MEX=$ac_cv_path_MEX
    84108665if test -n "$MEX"; then
    8411   { echo "$as_me:$LINENO: result: $MEX" >&5
    8412 echo "${ECHO_T}$MEX" >&6; }
    8413 else
    8414   { echo "$as_me:$LINENO: result: no" >&5
    8415 echo "${ECHO_T}no" >&6; }
     8666  { $as_echo "$as_me:$LINENO: result: $MEX" >&5
     8667$as_echo "$MEX" >&6; }
     8668else
     8669  { $as_echo "$as_me:$LINENO: result: no" >&5
     8670$as_echo "no" >&6; }
     8671fi
     8672
     8673
     8674    # Extract the first word of "matlab", so it can be a program name with args.
     8675set dummy matlab; ac_word=$2
     8676{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8677$as_echo_n "checking for $ac_word... " >&6; }
     8678if test "${ac_cv_path_MATLAB+set}" = set; then
     8679  $as_echo_n "(cached) " >&6
     8680else
     8681  case $MATLAB in
     8682  [\\/]* | ?:[\\/]*)
     8683  ac_cv_path_MATLAB="$MATLAB" # Let the user override the test with a path.
     8684  ;;
     8685  *)
     8686  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     8687for as_dir in $PATH
     8688do
     8689  IFS=$as_save_IFS
     8690  test -z "$as_dir" && as_dir=.
     8691  for ac_exec_ext in '' $ac_executable_extensions; do
     8692  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     8693    ac_cv_path_MATLAB="$as_dir/$ac_word$ac_exec_ext"
     8694    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8695    break 2
     8696  fi
     8697done
     8698done
     8699IFS=$as_save_IFS
     8700
     8701  ;;
     8702esac
     8703fi
     8704MATLAB=$ac_cv_path_MATLAB
     8705if test -n "$MATLAB"; then
     8706  { $as_echo "$as_me:$LINENO: result: $MATLAB" >&5
     8707$as_echo "$MATLAB" >&6; }
     8708else
     8709  { $as_echo "$as_me:$LINENO: result: no" >&5
     8710$as_echo "no" >&6; }
    84168711fi
    84178712
     
    84208715    # Extract the first word of "mex", so it can be a program name with args.
    84218716set dummy mex; ac_word=$2
    8422 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8423 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     8717{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8718$as_echo_n "checking for $ac_word... " >&6; }
    84248719if test "${ac_cv_path_MEX+set}" = set; then
    8425   echo $ECHO_N "(cached) $ECHO_C" >&6
     8720  $as_echo_n "(cached) " >&6
    84268721else
    84278722  case $MEX in
     
    84388733  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    84398734    ac_cv_path_MEX="$as_dir/$ac_word$ac_exec_ext"
    8440     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8735    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    84418736    break 2
    84428737  fi
     
    84518746MEX=$ac_cv_path_MEX
    84528747if test -n "$MEX"; then
    8453   { echo "$as_me:$LINENO: result: $MEX" >&5
    8454 echo "${ECHO_T}$MEX" >&6; }
    8455 else
    8456   { echo "$as_me:$LINENO: result: no" >&5
    8457 echo "${ECHO_T}no" >&6; }
    8458 fi
    8459 
    8460 
     8748  { $as_echo "$as_me:$LINENO: result: $MEX" >&5
     8749$as_echo "$MEX" >&6; }
     8750else
     8751  { $as_echo "$as_me:$LINENO: result: no" >&5
     8752$as_echo "no" >&6; }
     8753fi
     8754
     8755
     8756    # Extract the first word of "matlab", so it can be a program name with args.
     8757set dummy matlab; ac_word=$2
     8758{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8759$as_echo_n "checking for $ac_word... " >&6; }
     8760if test "${ac_cv_path_MATLAB+set}" = set; then
     8761  $as_echo_n "(cached) " >&6
     8762else
     8763  case $MATLAB in
     8764  [\\/]* | ?:[\\/]*)
     8765  ac_cv_path_MATLAB="$MATLAB" # Let the user override the test with a path.
     8766  ;;
     8767  *)
     8768  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     8769for as_dir in $PATH
     8770do
     8771  IFS=$as_save_IFS
     8772  test -z "$as_dir" && as_dir=.
     8773  for ac_exec_ext in '' $ac_executable_extensions; do
     8774  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     8775    ac_cv_path_MATLAB="$as_dir/$ac_word$ac_exec_ext"
     8776    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8777    break 2
    84618778  fi
     8779done
     8780done
     8781IFS=$as_save_IFS
     8782
     8783  test -z "$ac_cv_path_MATLAB" && ac_cv_path_MATLAB="${with_matlab}/bin/mex:${with_matlab}"
     8784  ;;
     8785esac
     8786fi
     8787MATLAB=$ac_cv_path_MATLAB
     8788if test -n "$MATLAB"; then
     8789  { $as_echo "$as_me:$LINENO: result: $MATLAB" >&5
     8790$as_echo "$MATLAB" >&6; }
     8791else
     8792  { $as_echo "$as_me:$LINENO: result: no" >&5
     8793$as_echo "no" >&6; }
     8794fi
     8795
     8796
     8797  fi
     8798fi
     8799if test "x$MATLAB" = "x" ; then
     8800  # No matlab, no mex. Debian 3.1 has mex script that calls mkoctfile.
     8801  MEX=""
    84628802fi
    84638803
     
    84808820    # Extract the first word of "mkoctfile", so it can be a program name with args.
    84818821set dummy mkoctfile; ac_word=$2
    8482 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8483 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     8822{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8823$as_echo_n "checking for $ac_word... " >&6; }
    84848824if test "${ac_cv_path_MKOCTFILE+set}" = set; then
    8485   echo $ECHO_N "(cached) $ECHO_C" >&6
     8825  $as_echo_n "(cached) " >&6
    84868826else
    84878827  case $MKOCTFILE in
     
    84988838  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    84998839    ac_cv_path_MKOCTFILE="$as_dir/$ac_word$ac_exec_ext"
    8500     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8840    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    85018841    break 2
    85028842  fi
     
    85108850MKOCTFILE=$ac_cv_path_MKOCTFILE
    85118851if test -n "$MKOCTFILE"; then
    8512   { echo "$as_me:$LINENO: result: $MKOCTFILE" >&5
    8513 echo "${ECHO_T}$MKOCTFILE" >&6; }
    8514 else
    8515   { echo "$as_me:$LINENO: result: no" >&5
    8516 echo "${ECHO_T}no" >&6; }
     8852  { $as_echo "$as_me:$LINENO: result: $MKOCTFILE" >&5
     8853$as_echo "$MKOCTFILE" >&6; }
     8854else
     8855  { $as_echo "$as_me:$LINENO: result: no" >&5
     8856$as_echo "no" >&6; }
    85178857fi
    85188858
     
    85218861    # Extract the first word of "mkoctfile", so it can be a program name with args.
    85228862set dummy mkoctfile; ac_word=$2
    8523 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8524 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     8863{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8864$as_echo_n "checking for $ac_word... " >&6; }
    85258865if test "${ac_cv_path_MKOCTFILE+set}" = set; then
    8526   echo $ECHO_N "(cached) $ECHO_C" >&6
     8866  $as_echo_n "(cached) " >&6
    85278867else
    85288868  case $MKOCTFILE in
     
    85398879  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    85408880    ac_cv_path_MKOCTFILE="$as_dir/$ac_word$ac_exec_ext"
    8541     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8881    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    85428882    break 2
    85438883  fi
     
    85528892MKOCTFILE=$ac_cv_path_MKOCTFILE
    85538893if test -n "$MKOCTFILE"; then
    8554   { echo "$as_me:$LINENO: result: $MKOCTFILE" >&5
    8555 echo "${ECHO_T}$MKOCTFILE" >&6; }
    8556 else
    8557   { echo "$as_me:$LINENO: result: no" >&5
    8558 echo "${ECHO_T}no" >&6; }
     8894  { $as_echo "$as_me:$LINENO: result: $MKOCTFILE" >&5
     8895$as_echo "$MKOCTFILE" >&6; }
     8896else
     8897  { $as_echo "$as_me:$LINENO: result: no" >&5
     8898$as_echo "no" >&6; }
    85598899fi
    85608900
     
    85858925PERL_VERSION_RV=
    85868926if test "$with_perl" != "no" ; then
    8587     { echo "$as_me:$LINENO: checking for perl" >&5
    8588 echo $ECHO_N "checking for perl... $ECHO_C" >&6; }
     8927    { $as_echo "$as_me:$LINENO: checking for perl" >&5
     8928$as_echo_n "checking for perl... " >&6; }
    85898929    if test "$with_perl" != "yes" ; then
    85908930      # Extract the first word of "perl", so it can be a program name with args.
    85918931set dummy perl; ac_word=$2
    8592 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8593 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     8932{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8933$as_echo_n "checking for $ac_word... " >&6; }
    85948934if test "${ac_cv_path_PERL+set}" = set; then
    8595   echo $ECHO_N "(cached) $ECHO_C" >&6
     8935  $as_echo_n "(cached) " >&6
    85968936else
    85978937  case $PERL in
     
    86088948  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    86098949    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
    8610     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8950    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    86118951    break 2
    86128952  fi
     
    86218961PERL=$ac_cv_path_PERL
    86228962if test -n "$PERL"; then
    8623   { echo "$as_me:$LINENO: result: $PERL" >&5
    8624 echo "${ECHO_T}$PERL" >&6; }
    8625 else
    8626   { echo "$as_me:$LINENO: result: no" >&5
    8627 echo "${ECHO_T}no" >&6; }
     8963  { $as_echo "$as_me:$LINENO: result: $PERL" >&5
     8964$as_echo "$PERL" >&6; }
     8965else
     8966  { $as_echo "$as_me:$LINENO: result: no" >&5
     8967$as_echo "no" >&6; }
    86288968fi
    86298969
     
    86328972      # Extract the first word of "perl", so it can be a program name with args.
    86338973set dummy perl; ac_word=$2
    8634 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8635 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     8974{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8975$as_echo_n "checking for $ac_word... " >&6; }
    86368976if test "${ac_cv_path_PERL+set}" = set; then
    8637   echo $ECHO_N "(cached) $ECHO_C" >&6
     8977  $as_echo_n "(cached) " >&6
    86388978else
    86398979  case $PERL in
     
    86508990  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    86518991    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
    8652     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8992    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    86538993    break 2
    86548994  fi
     
    86629002PERL=$ac_cv_path_PERL
    86639003if test -n "$PERL"; then
    8664   { echo "$as_me:$LINENO: result: $PERL" >&5
    8665 echo "${ECHO_T}$PERL" >&6; }
    8666 else
    8667   { echo "$as_me:$LINENO: result: no" >&5
    8668 echo "${ECHO_T}no" >&6; }
     9004  { $as_echo "$as_me:$LINENO: result: $PERL" >&5
     9005$as_echo "$PERL" >&6; }
     9006else
     9007  { $as_echo "$as_me:$LINENO: result: no" >&5
     9008$as_echo "no" >&6; }
    86699009fi
    86709010
     
    86839023    fi
    86849024fi
    8685 { echo "$as_me:$LINENO: result: ${PERL}" >&5
    8686 echo "${ECHO_T}${PERL}" >&6; }
     9025{ $as_echo "$as_me:$LINENO: result: ${PERL}" >&5
     9026$as_echo "${PERL}" >&6; }
    86879027
    86889028
     
    87209060
    87219061if test "$with_python" != "no" ; then
    8722   { echo "$as_me:$LINENO: checking for python" >&5
    8723 echo $ECHO_N "checking for python... $ECHO_C" >&6; }
     9062  { $as_echo "$as_me:$LINENO: checking for python" >&5
     9063$as_echo_n "checking for python... " >&6; }
    87249064  if test -x "$with_python/bin/python"; then
    87259065    echo Found python in $with_python/bin/python
     
    87319071    # Extract the first word of "python python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5", so it can be a program name with args.
    87329072set dummy python python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5; ac_word=$2
    8733 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8734 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     9073{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     9074$as_echo_n "checking for $ac_word... " >&6; }
    87359075if test "${ac_cv_path_PYTHON+set}" = set; then
    8736   echo $ECHO_N "(cached) $ECHO_C" >&6
     9076  $as_echo_n "(cached) " >&6
    87379077else
    87389078  case $PYTHON in
     
    87499089  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    87509090    ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
    8751     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     9091    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    87529092    break 2
    87539093  fi
     
    87619101PYTHON=$ac_cv_path_PYTHON
    87629102if test -n "$PYTHON"; then
    8763   { echo "$as_me:$LINENO: result: $PYTHON" >&5
    8764 echo "${ECHO_T}$PYTHON" >&6; }
    8765 else
    8766   { echo "$as_me:$LINENO: result: no" >&5
    8767 echo "${ECHO_T}no" >&6; }
     9103  { $as_echo "$as_me:$LINENO: result: $PYTHON" >&5
     9104$as_echo "$PYTHON" >&6; }
     9105else
     9106  { $as_echo "$as_me:$LINENO: result: no" >&5
     9107$as_echo "no" >&6; }
    87689108fi
    87699109
     
    88029142  fi
    88039143
    8804   { echo "$as_me:$LINENO: checking for python distutils" >&5
    8805 echo $ECHO_N "checking for python distutils... $ECHO_C" >&6; }
     9144  { $as_echo "$as_me:$LINENO: checking for python distutils" >&5
     9145$as_echo_n "checking for python distutils... " >&6; }
    88069146  ${PYTHON} -c "from distutils.core import setup; setup(name='test')" \
    88079147        build build_ext 2>&1 > /dev/null
     
    88119151    HAVE_PYTHON_DISTUTILS="no"
    88129152  fi
    8813   { echo "$as_me:$LINENO: result: $HAVE_PYTHON_DISTUTILS" >&5
    8814 echo "${ECHO_T}$HAVE_PYTHON_DISTUTILS" >&6; }
     9153  { $as_echo "$as_me:$LINENO: result: $HAVE_PYTHON_DISTUTILS" >&5
     9154$as_echo "$HAVE_PYTHON_DISTUTILS" >&6; }
    88159155
    88169156  if test "${HAVE_PYTHON_DISTUTILS}" = "yes"; then
     
    88189158    # Check for Python include path
    88199159    #
    8820     { echo "$as_me:$LINENO: checking for Python include path" >&5
    8821 echo $ECHO_N "checking for Python include path... $ECHO_C" >&6; }
     9160    { $as_echo "$as_me:$LINENO: checking for Python include path" >&5
     9161$as_echo_n "checking for Python include path... " >&6; }
    88229162    if test "x${PYTHON_CPPFLAGS}" = "x"; then
    88239163      incdir_path=`${PYTHON} -c "import distutils.sysconfig; \
     
    88289168      PYTHON_CPPFLAGS=$python_path
    88299169    fi
    8830     { echo "$as_me:$LINENO: result: $PYTHON_CPPFLAGS" >&5
    8831 echo "${ECHO_T}$PYTHON_CPPFLAGS" >&6; }
     9170    { $as_echo "$as_me:$LINENO: result: $PYTHON_CPPFLAGS" >&5
     9171$as_echo "$PYTHON_CPPFLAGS" >&6; }
    88329172
    88339173    #
    88349174    # python distutils found, get settings from python directly
    88359175    #
    8836     { echo "$as_me:$LINENO: checking location of site-packages" >&5
    8837 echo $ECHO_N "checking location of site-packages... $ECHO_C" >&6; }
     9176    { $as_echo "$as_me:$LINENO: checking location of site-packages" >&5
     9177$as_echo_n "checking location of site-packages... " >&6; }
    88389178    PYTHON_SITE_DIR="`${PYTHON} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(0);'`"
    88399179
     
    88679207    # Extract the first word of "ruby", so it can be a program name with args.
    88689208set dummy ruby; ac_word=$2
    8869 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8870 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     9209{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     9210$as_echo_n "checking for $ac_word... " >&6; }
    88719211if test "${ac_cv_path_RUBY+set}" = set; then
    8872   echo $ECHO_N "(cached) $ECHO_C" >&6
     9212  $as_echo_n "(cached) " >&6
    88739213else
    88749214  case $RUBY in
     
    88859225  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    88869226    ac_cv_path_RUBY="$as_dir/$ac_word$ac_exec_ext"
    8887     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     9227    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    88889228    break 2
    88899229  fi
     
    88979237RUBY=$ac_cv_path_RUBY
    88989238if test -n "$RUBY"; then
    8899   { echo "$as_me:$LINENO: result: $RUBY" >&5
    8900 echo "${ECHO_T}$RUBY" >&6; }
    8901 else
    8902   { echo "$as_me:$LINENO: result: no" >&5
    8903 echo "${ECHO_T}no" >&6; }
     9239  { $as_echo "$as_me:$LINENO: result: $RUBY" >&5
     9240$as_echo "$RUBY" >&6; }
     9241else
     9242  { $as_echo "$as_me:$LINENO: result: no" >&5
     9243$as_echo "no" >&6; }
    89049244fi
    89059245
     
    89089248    # Extract the first word of "ruby", so it can be a program name with args.
    89099249set dummy ruby; ac_word=$2
    8910 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8911 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     9250{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     9251$as_echo_n "checking for $ac_word... " >&6; }
    89129252if test "${ac_cv_path_RUBY+set}" = set; then
    8913   echo $ECHO_N "(cached) $ECHO_C" >&6
     9253  $as_echo_n "(cached) " >&6
    89149254else
    89159255  case $RUBY in
     
    89269266  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    89279267    ac_cv_path_RUBY="$as_dir/$ac_word$ac_exec_ext"
    8928     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     9268    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    89299269    break 2
    89309270  fi
     
    89399279RUBY=$ac_cv_path_RUBY
    89409280if test -n "$RUBY"; then
    8941   { echo "$as_me:$LINENO: result: $RUBY" >&5
    8942 echo "${ECHO_T}$RUBY" >&6; }
    8943 else
    8944   { echo "$as_me:$LINENO: result: no" >&5
    8945 echo "${ECHO_T}no" >&6; }
     9281  { $as_echo "$as_me:$LINENO: result: $RUBY" >&5
     9282$as_echo "$RUBY" >&6; }
     9283else
     9284  { $as_echo "$as_me:$LINENO: result: no" >&5
     9285$as_echo "no" >&6; }
    89469286fi
    89479287
     
    89549294RUBY_PLATFORM=
    89559295if test "x${RUBY}" != "x" ; then
    8956   { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
    8957 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
     9296  { $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
     9297$as_echo_n "checking for a sed that does not truncate output... " >&6; }
    89589298if test "${ac_cv_path_SED+set}" = set; then
    8959   echo $ECHO_N "(cached) $ECHO_C" >&6
     9299  $as_echo_n "(cached) " >&6
    89609300else
    89619301            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
     
    89639303       ac_script="$ac_script$as_nl$ac_script"
    89649304     done
    8965      echo "$ac_script" | sed 99q >conftest.sed
     9305     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
    89669306     $as_unset ac_script || ac_script=
    8967      # Extract the first word of "sed gsed" to use in msg output
    8968 if test -z "$SED"; then
    8969 set dummy sed gsed; ac_prog_name=$2
    8970 if test "${ac_cv_path_SED+set}" = set; then
    8971   echo $ECHO_N "(cached) $ECHO_C" >&6
    8972 else
     9307     if test -z "$SED"; then
    89739308  ac_path_SED_found=false
    8974 # Loop through the user's path and test for each of PROGNAME-LIST
    8975 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     9309  # Loop through the user's path and test for each of PROGNAME-LIST
     9310  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    89769311for as_dir in $PATH
    89779312do
     
    89799314  test -z "$as_dir" && as_dir=.
    89809315  for ac_prog in sed gsed; do
    8981   for ac_exec_ext in '' $ac_executable_extensions; do
    8982     ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
    8983     { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
    8984     # Check for GNU ac_path_SED and select it if it is found.
     9316    for ac_exec_ext in '' $ac_executable_extensions; do
     9317      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
     9318      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
     9319# Check for GNU ac_path_SED and select it if it is found.
    89859320  # Check for GNU $ac_path_SED
    89869321case `"$ac_path_SED" --version 2>&1` in
     
    89899324*)
    89909325  ac_count=0
    8991   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
     9326  $as_echo_n 0123456789 >"conftest.in"
    89929327  while :
    89939328  do
     
    89959330    mv "conftest.tmp" "conftest.in"
    89969331    cp "conftest.in" "conftest.nl"
    8997     echo '' >> "conftest.nl"
     9332    $as_echo '' >> "conftest.nl"
    89989333    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
    89999334    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    90109345esac
    90119346
    9012 
    9013     $ac_path_SED_found && break 3
     9347      $ac_path_SED_found && break 3
     9348    done
    90149349  done
    90159350done
    9016 
    9017 done
    90189351IFS=$as_save_IFS
    9019 
    9020 
    9021 fi
    9022 
    9023 SED="$ac_cv_path_SED"
    9024 if test -z "$SED"; then
    9025   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
    9026 echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
     9352  if test -z "$ac_cv_path_SED"; then
     9353    { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5
     9354$as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;}
    90279355   { (exit 1); exit 1; }; }
    9028 fi
    9029 
     9356  fi
    90309357else
    90319358  ac_cv_path_SED=$SED
     
    90339360
    90349361fi
    9035 { echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
    9036 echo "${ECHO_T}$ac_cv_path_SED" >&6; }
     9362{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
     9363$as_echo "$ac_cv_path_SED" >&6; }
    90379364 SED="$ac_cv_path_SED"
    90389365  rm -f conftest.sed
     
    90469373        ax_ruby_version=""
    90479374
    9048         { echo "$as_me:$LINENO: checking for ruby version" >&5
    9049 echo $ECHO_N "checking for ruby version... $ECHO_C" >&6; }
     9375        { $as_echo "$as_me:$LINENO: checking for ruby version" >&5
     9376$as_echo_n "checking for ruby version... " >&6; }
    90509377
    90519378        ruby_version=`$RUBY --version 2>&1 | $GREP "^ruby " | $SED -e 's/^.* \([0-9]*\.[0-9]*\.[0-9]*\) .*/\1/'`
    90529379
    9053         { echo "$as_me:$LINENO: result: $ruby_version" >&5
    9054 echo "${ECHO_T}$ruby_version" >&6; }
     9380        { $as_echo "$as_me:$LINENO: result: $ruby_version" >&5
     9381$as_echo "$ruby_version" >&6; }
    90559382
    90569383        RUBY_VERSION=$ruby_version
     
    90629389  # Extract the first word of "$ac_prog", so it can be a program name with args.
    90639390set dummy $ac_prog; ac_word=$2
    9064 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    9065 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     9391{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     9392$as_echo_n "checking for $ac_word... " >&6; }
    90669393if test "${ac_cv_prog_AWK+set}" = set; then
    9067   echo $ECHO_N "(cached) $ECHO_C" >&6
     9394  $as_echo_n "(cached) " >&6
    90689395else
    90699396  if test -n "$AWK"; then
     
    90789405  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    90799406    ac_cv_prog_AWK="$ac_prog"
    9080     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     9407    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    90819408    break 2
    90829409  fi
     
    90899416AWK=$ac_cv_prog_AWK
    90909417if test -n "$AWK"; then
    9091   { echo "$as_me:$LINENO: result: $AWK" >&5
    9092 echo "${ECHO_T}$AWK" >&6; }
    9093 else
    9094   { echo "$as_me:$LINENO: result: no" >&5
    9095 echo "${ECHO_T}no" >&6; }
     9418  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
     9419$as_echo "$AWK" >&6; }
     9420else
     9421  { $as_echo "$as_me:$LINENO: result: no" >&5
     9422$as_echo "no" >&6; }
    90969423fi
    90979424
     
    91439470else
    91449471
    9145         { echo "$as_me:$LINENO: WARNING: could not find the ruby interpreter" >&5
    9146 echo "$as_me: WARNING: could not find the ruby interpreter" >&2;}
     9472        { $as_echo "$as_me:$LINENO: WARNING: could not find the ruby interpreter" >&5
     9473$as_echo "$as_me: WARNING: could not find the ruby interpreter" >&2;}
    91479474
    91489475
     
    91599486    # Check for Ruby include path
    91609487    #
    9161     { echo "$as_me:$LINENO: checking for Ruby include path" >&5
    9162 echo $ECHO_N "checking for Ruby include path... $ECHO_C" >&6; }
     9488    { $as_echo "$as_me:$LINENO: checking for Ruby include path" >&5
     9489$as_echo_n "checking for Ruby include path... " >&6; }
    91639490    if test -z "$RUBY_CPPFLAGS"; then
    91649491        ruby_path=`$RUBY -rmkmf -e 'print Config::CONFIG["archdir"]'`
     
    91689495        RUBY_CPPFLAGS=$ruby_path
    91699496    fi
    9170     { echo "$as_me:$LINENO: result: $RUBY_CPPFLAGS" >&5
    9171 echo "${ECHO_T}$RUBY_CPPFLAGS" >&6; }
     9497    { $as_echo "$as_me:$LINENO: result: $RUBY_CPPFLAGS" >&5
     9498$as_echo "$RUBY_CPPFLAGS" >&6; }
    91729499
    91739500
     
    91759502    # Check for Ruby library path
    91769503    #
    9177     { echo "$as_me:$LINENO: checking for Ruby library path" >&5
    9178 echo $ECHO_N "checking for Ruby library path... $ECHO_C" >&6; }
     9504    { $as_echo "$as_me:$LINENO: checking for Ruby library path" >&5
     9505$as_echo_n "checking for Ruby library path... " >&6; }
    91799506    if test -z "$RUBY_LDFLAGS"; then
    91809507        RUBY_LDFLAGS=`$RUBY -rmkmf -e 'print Config::CONFIG["LIBRUBYARG_SHARED"]'`
    91819508    fi
    9182     { echo "$as_me:$LINENO: result: $RUBY_LDFLAGS" >&5
    9183 echo "${ECHO_T}$RUBY_LDFLAGS" >&6; }
     9509    { $as_echo "$as_me:$LINENO: result: $RUBY_LDFLAGS" >&5
     9510$as_echo "$RUBY_LDFLAGS" >&6; }
    91849511
    91859512
     
    91879514    # Check for site packages
    91889515    #
    9189     { echo "$as_me:$LINENO: checking for Ruby site-packages path" >&5
    9190 echo $ECHO_N "checking for Ruby site-packages path... $ECHO_C" >&6; }
     9516    { $as_echo "$as_me:$LINENO: checking for Ruby site-packages path" >&5
     9517$as_echo_n "checking for Ruby site-packages path... " >&6; }
    91919518    if test -z "$RUBY_SITE_PKG"; then
    91929519        RUBY_SITE_PKG=`$RUBY -rmkmf -e 'print Config::CONFIG["sitearchdir"]'`
    91939520    fi
    9194     { echo "$as_me:$LINENO: result: $RUBY_SITE_PKG" >&5
    9195 echo "${ECHO_T}$RUBY_SITE_PKG" >&6; }
     9521    { $as_echo "$as_me:$LINENO: result: $RUBY_SITE_PKG" >&5
     9522$as_echo "$RUBY_SITE_PKG" >&6; }
    91969523
    91979524
     
    91999526    # libraries which must be linked in when embedding
    92009527    #
    9201     { echo "$as_me:$LINENO: checking ruby extra libraries" >&5
    9202 echo $ECHO_N "checking ruby extra libraries... $ECHO_C" >&6; }
     9528    { $as_echo "$as_me:$LINENO: checking ruby extra libraries" >&5
     9529$as_echo_n "checking ruby extra libraries... " >&6; }
    92039530    if test -z "$RUBY_EXTRA_LIBS"; then
    92049531       RUBY_EXTRA_LIBS=`$RUBY -rmkmf -e 'print Config::CONFIG["SOLIBS"]'`
    92059532    fi
    9206     { echo "$as_me:$LINENO: result: $RUBY_EXTRA_LIBS" >&5
    9207 echo "${ECHO_T}$RUBY_EXTRA_LIBS" >&6; }
     9533    { $as_echo "$as_me:$LINENO: result: $RUBY_EXTRA_LIBS" >&5
     9534$as_echo "$RUBY_EXTRA_LIBS" >&6; }
    92089535
    92099536
     
    92249551    # final check to see if everything compiles alright
    92259552    #
    9226     { echo "$as_me:$LINENO: checking consistency of all components of ruby development environment" >&5
    9227 echo $ECHO_N "checking consistency of all components of ruby development environment... $ECHO_C" >&6; }
     9553    { $as_echo "$as_me:$LINENO: checking consistency of all components of ruby development environment" >&5
     9554$as_echo_n "checking consistency of all components of ruby development environment... " >&6; }
    92289555    ac_ext=c
    92299556ac_cpp='$CPP $CPPFLAGS'
     
    92629589  *) ac_try_echo=$ac_try;;
    92639590esac
    9264 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     9591eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     9592$as_echo "$ac_try_echo") >&5
    92659593  (eval "$ac_link") 2>conftest.er1
    92669594  ac_status=$?
     
    92689596  rm -f conftest.er1
    92699597  cat conftest.err >&5
    9270   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     9598  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    92719599  (exit $ac_status); } && {
    92729600         test -z "$ac_c_werror_flag" ||
    92739601         test ! -s conftest.err
    9274        } && test -s conftest$ac_exeext &&
    9275        $as_test_x conftest$ac_exeext; then
     9602       } && test -s conftest$ac_exeext && {
     9603         test "$cross_compiling" = yes ||
     9604         $as_test_x conftest$ac_exeext
     9605       }; then
    92769606  rubyexists=yes
    92779607else
    9278   echo "$as_me: failed program was:" >&5
     9608  $as_echo "$as_me: failed program was:" >&5
    92799609sed 's/^/| /' conftest.$ac_ext >&5
    92809610
     
    92829612fi
    92839613
     9614rm -rf conftest.dSYM
    92849615rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    92859616      conftest$ac_exeext conftest.$ac_ext
    92869617
    9287     { echo "$as_me:$LINENO: result: $rubyexists" >&5
    9288 echo "${ECHO_T}$rubyexists" >&6; }
     9618    { $as_echo "$as_me:$LINENO: result: $rubyexists" >&5
     9619$as_echo "$rubyexists" >&6; }
    92899620
    92909621    if test "$rubyexists" = "no"; then
     
    93159646
    93169647
    9317     { echo "$as_me:$LINENO: checking how to build libraries" >&5
    9318 echo $ECHO_N "checking how to build libraries... $ECHO_C" >&6; }
     9648    { $as_echo "$as_me:$LINENO: checking how to build libraries" >&5
     9649$as_echo_n "checking how to build libraries... " >&6; }
    93199650    # Check whether --enable-shared was given.
    93209651if test "${enable_shared+set}" = set; then
     
    93339664
    93349665    if test "$tcl_ok" = "yes" ; then
    9335         { echo "$as_me:$LINENO: result: shared" >&5
    9336 echo "${ECHO_T}shared" >&6; }
     9666        { $as_echo "$as_me:$LINENO: result: shared" >&5
     9667$as_echo "shared" >&6; }
    93379668        SHARED_BUILD=1
    93389669    else
    9339         { echo "$as_me:$LINENO: result: static" >&5
    9340 echo "${ECHO_T}static" >&6; }
     9670        { $as_echo "$as_me:$LINENO: result: static" >&5
     9671$as_echo "static" >&6; }
    93419672        SHARED_BUILD=0
    93429673        cat >>confdefs.h <<\_ACEOF
     
    93729703
    93739704
    9374     { echo "$as_me:$LINENO: checking for build with symbols" >&5
    9375 echo $ECHO_N "checking for build with symbols... $ECHO_C" >&6; }
     9705    { $as_echo "$as_me:$LINENO: checking for build with symbols" >&5
     9706$as_echo_n "checking for build with symbols... " >&6; }
    93769707    # Check whether --enable-symbols was given.
    93779708if test "${enable_symbols+set}" = set; then
     
    93869717        LDFLAGS_DEFAULT='$(LDFLAGS_OPTIMIZE)'
    93879718        DBGX=""
    9388         { echo "$as_me:$LINENO: result: no" >&5
    9389 echo "${ECHO_T}no" >&6; }
     9719        { $as_echo "$as_me:$LINENO: result: no" >&5
     9720$as_echo "no" >&6; }
    93909721    else
    93919722        CFLAGS_DEFAULT='$(CFLAGS_DEBUG)'
     
    93939724        DBGX=g
    93949725        if test "$tcl_ok" = "yes"; then
    9395             { echo "$as_me:$LINENO: result: yes (standard debugging)" >&5
    9396 echo "${ECHO_T}yes (standard debugging)" >&6; }
     9726            { $as_echo "$as_me:$LINENO: result: yes (standard debugging)" >&5
     9727$as_echo "yes (standard debugging)" >&6; }
    93979728        fi
    93989729    fi
     
    94209751    if test "$tcl_ok" != "yes" -a "$tcl_ok" != "no"; then
    94219752        if test "$tcl_ok" = "all"; then
    9422             { echo "$as_me:$LINENO: result: enabled symbols mem compile debugging" >&5
    9423 echo "${ECHO_T}enabled symbols mem compile debugging" >&6; }
     9753            { $as_echo "$as_me:$LINENO: result: enabled symbols mem compile debugging" >&5
     9754$as_echo "enabled symbols mem compile debugging" >&6; }
    94249755        else
    9425             { echo "$as_me:$LINENO: result: enabled $tcl_ok debugging" >&5
    9426 echo "${ECHO_T}enabled $tcl_ok debugging" >&6; }
     9756            { $as_echo "$as_me:$LINENO: result: enabled $tcl_ok debugging" >&5
     9757$as_echo "enabled $tcl_ok debugging" >&6; }
    94279758        fi
    94289759    fi
     
    94369767
    94379768ac_configure_args="--disable-threads --enable-shared"
     9769
     9770
    94389771subdirs="$subdirs packages/optimizer/src"
    94399772
     
    94689801    *${as_nl}*)
    94699802      case $ac_var in #(
    9470       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    9471 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     9803      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     9804$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
    94729805      esac
    94739806      case $ac_var in #(
    94749807      _ | IFS | as_nl) ;; #(
     9808      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    94759809      *) $as_unset $ac_var ;;
    94769810      esac ;;
     
    95059839  if test -w "$cache_file"; then
    95069840    test "x$cache_file" != "x/dev/null" &&
    9507       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
    9508 echo "$as_me: updating cache $cache_file" >&6;}
     9841      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
     9842$as_echo "$as_me: updating cache $cache_file" >&6;}
    95099843    cat confcache >$cache_file
    95109844  else
    9511     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
    9512 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
     9845    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     9846$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    95139847  fi
    95149848fi
     
    95279861# look for a macro that doesn't take arguments.
    95289862ac_script='
     9863:mline
     9864/\\$/{
     9865 N
     9866 s,\\\n,,
     9867 b mline
     9868}
    95299869t clear
    95309870:clear
     
    95569896  # 1. Remove the extension, and $U if already installed.
    95579897  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
    9558   ac_i=`echo "$ac_i" | sed "$ac_script"`
     9898  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
    95599899  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
    95609900  #    will be set to the directory where LIBOBJS objects are built.
     
    95699909
    95709910: ${CONFIG_STATUS=./config.status}
     9911ac_write_fail=0
    95719912ac_clean_files_save=$ac_clean_files
    95729913ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    9573 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    9574 echo "$as_me: creating $CONFIG_STATUS" >&6;}
    9575 cat >$CONFIG_STATUS <<_ACEOF
     9914{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     9915$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
     9916cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    95769917#! $SHELL
    95779918# Generated by $as_me.
     
    95869927_ACEOF
    95879928
    9588 cat >>$CONFIG_STATUS <<\_ACEOF
     9929cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    95899930## --------------------- ##
    95909931## M4sh Initialization.  ##
     
    95969937  emulate sh
    95979938  NULLCMD=:
    9598   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     9939  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    95999940  # is contrary to our usage.  Disable this feature.
    96009941  alias -g '${1+"$@"}'='"$@"'
     
    96189959as_cr_alnum=$as_cr_Letters$as_cr_digits
    96199960
     9961as_nl='
     9962'
     9963export as_nl
     9964# Printing a long string crashes Solaris 7 /usr/bin/printf.
     9965as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     9966as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     9967as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     9968if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     9969  as_echo='printf %s\n'
     9970  as_echo_n='printf %s'
     9971else
     9972  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     9973    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     9974    as_echo_n='/usr/ucb/echo -n'
     9975  else
     9976    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     9977    as_echo_n_body='eval
     9978      arg=$1;
     9979      case $arg in
     9980      *"$as_nl"*)
     9981        expr "X$arg" : "X\\(.*\\)$as_nl";
     9982        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     9983      esac;
     9984      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     9985    '
     9986    export as_echo_n_body
     9987    as_echo_n='sh -c $as_echo_n_body as_echo'
     9988  fi
     9989  export as_echo_body
     9990  as_echo='sh -c $as_echo_body as_echo'
     9991fi
     9992
    96209993# The user is always right.
    96219994if test "${PATH_SEPARATOR+set}" != set; then
    9622   echo "#! /bin/sh" >conf$$.sh
    9623   echo  "exit 0"   >>conf$$.sh
    9624   chmod +x conf$$.sh
    9625   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    9626     PATH_SEPARATOR=';'
    9627   else
    9628     PATH_SEPARATOR=:
    9629   fi
    9630   rm -f conf$$.sh
     9995  PATH_SEPARATOR=:
     9996  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     9997    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     9998      PATH_SEPARATOR=';'
     9999  }
    963110000fi
    963210001
     
    964410013# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    964510014# splitting by setting IFS to empty value.)
    9646 as_nl='
    9647 '
    964810015IFS=" ""        $as_nl"
    964910016
     
    966810035fi
    966910036if test ! -f "$as_myself"; then
    9670   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     10037  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    967110038  { (exit 1); exit 1; }
    967210039fi
     
    968110048
    968210049# NLS nuisances.
    9683 for as_var in \
    9684   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    9685   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    9686   LC_TELEPHONE LC_TIME
    9687 do
    9688   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    9689     eval $as_var=C; export $as_var
    9690   else
    9691     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    9692   fi
    9693 done
     10050LC_ALL=C
     10051export LC_ALL
     10052LANGUAGE=C
     10053export LANGUAGE
    969410054
    969510055# Required to use basename.
     
    971310073         X"$0" : 'X\(//\)$' \| \
    971410074         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    9715 echo X/"$0" |
     10075$as_echo X/"$0" |
    971610076    sed '/^.*\/\([^/][^/]*\)\/*$/{
    971710077            s//\1/
     
    976410124    ' >$as_me.lineno &&
    976510125  chmod +x "$as_me.lineno" ||
    9766     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     10126    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    976710127   { (exit 1); exit 1; }; }
    976810128
     
    979210152  ECHO_N='-n';;
    979310153esac
    9794 
    979510154if expr a : '\(a\)' >/dev/null 2>&1 &&
    979610155   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    980510164else
    980610165  rm -f conf$$.dir
    9807   mkdir conf$$.dir
    9808 fi
    9809 echo >conf$$.file
    9810 if ln -s conf$$.file conf$$ 2>/dev/null; then
    9811   as_ln_s='ln -s'
    9812   # ... but there are two gotchas:
    9813   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    9814   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    9815   # In both cases, we have to default to `cp -p'.
    9816   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     10166  mkdir conf$$.dir 2>/dev/null
     10167fi
     10168if (echo >conf$$.file) 2>/dev/null; then
     10169  if ln -s conf$$.file conf$$ 2>/dev/null; then
     10170    as_ln_s='ln -s'
     10171    # ... but there are two gotchas:
     10172    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     10173    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     10174    # In both cases, we have to default to `cp -p'.
     10175    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     10176      as_ln_s='cp -p'
     10177  elif ln conf$$.file conf$$ 2>/dev/null; then
     10178    as_ln_s=ln
     10179  else
    981710180    as_ln_s='cp -p'
    9818 elif ln conf$$.file conf$$ 2>/dev/null; then
    9819   as_ln_s=ln
     10181  fi
    982010182else
    982110183  as_ln_s='cp -p'
     
    984210204    eval sh -c '\''
    984310205      if test -d "$1"; then
    9844         test -d "$1/.";
     10206        test -d "$1/.";
    984510207      else
    984610208        case $1 in
    9847         -*)set "./$1";;
     10209        -*)set "./$1";;
    984810210        esac;
    984910211        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    986810230ac_log="
    986910231This file was extended by Rappture $as_me 1.1, which was
    9870 generated by GNU Autoconf 2.61.  Invocation command line was
     10232generated by GNU Autoconf 2.62.  Invocation command line was
    987110233
    987210234  CONFIG_FILES    = $CONFIG_FILES
     
    988110243_ACEOF
    988210244
    9883 cat >>$CONFIG_STATUS <<_ACEOF
     10245cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    988410246# Files that config.status was made for.
    9885 config_files="$ac_config_files"
    9886 
    9887 _ACEOF
    9888 
    9889 cat >>$CONFIG_STATUS <<\_ACEOF
     10247config_files="`echo $ac_config_files`"
     10248
     10249_ACEOF
     10250
     10251cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    989010252ac_cs_usage="\
    989110253\`$as_me' instantiates files from templates according to the
     
    990010262      --recheck    update $as_me by reconfiguring in the same conditions
    990110263  --file=FILE[:TEMPLATE]
    9902                    instantiate the configuration file FILE
     10264                   instantiate the configuration file FILE
    990310265
    990410266Configuration files:
     
    990810270
    990910271_ACEOF
    9910 cat >>$CONFIG_STATUS <<_ACEOF
     10272cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    991110273ac_cs_version="\\
    991210274Rappture config.status 1.1
    9913 configured by $0, generated by GNU Autoconf 2.61,
    9914   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
    9915 
    9916 Copyright (C) 2006 Free Software Foundation, Inc.
     10275configured by $0, generated by GNU Autoconf 2.62,
     10276  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     10277
     10278Copyright (C) 2008 Free Software Foundation, Inc.
    991710279This config.status script is free software; the Free Software Foundation
    991810280gives unlimited permission to copy, distribute and modify it."
     
    992210284INSTALL='$INSTALL'
    992310285MKDIR_P='$MKDIR_P'
    9924 _ACEOF
    9925 
    9926 cat >>$CONFIG_STATUS <<\_ACEOF
    9927 # If no file are specified by the user, then we need to provide default
    9928 # value.  By we need to know if files were specified by the user.
     10286AWK='$AWK'
     10287test -n "\$AWK" || AWK=awk
     10288_ACEOF
     10289
     10290cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     10291# The default lists apply if the user does not specify any file.
    992910292ac_need_defaults=:
    993010293while test $# != 0
     
    994810311    ac_cs_recheck=: ;;
    994910312  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    9950     echo "$ac_cs_version"; exit ;;
     10313    $as_echo "$ac_cs_version"; exit ;;
    995110314  --debug | --debu | --deb | --de | --d | -d )
    995210315    debug=: ;;
    995310316  --file | --fil | --fi | --f )
    995410317    $ac_shift
    9955     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
     10318    case $ac_optarg in
     10319    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     10320    esac
     10321    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
    995610322    ac_need_defaults=false;;
    995710323  --he | --h |  --help | --hel | -h )
    9958     echo "$ac_cs_usage"; exit ;;
     10324    $as_echo "$ac_cs_usage"; exit ;;
    995910325  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    996010326  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     
    996210328
    996310329  # This is an error.
    9964   -*) { echo "$as_me: error: unrecognized option: $1
     10330  -*) { $as_echo "$as_me: error: unrecognized option: $1
    996510331Try \`$0 --help' for more information." >&2
    996610332   { (exit 1); exit 1; }; } ;;
     
    998110347
    998210348_ACEOF
    9983 cat >>$CONFIG_STATUS <<_ACEOF
     10349cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    998410350if \$ac_cs_recheck; then
    9985   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
    9986   CONFIG_SHELL=$SHELL
     10351  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     10352  shift
     10353  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
     10354  CONFIG_SHELL='$SHELL'
    998710355  export CONFIG_SHELL
    9988   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    9989 fi
    9990 
    9991 _ACEOF
    9992 cat >>$CONFIG_STATUS <<\_ACEOF
     10356  exec "\$@"
     10357fi
     10358
     10359_ACEOF
     10360cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    999310361exec 5>>config.log
    999410362{
     
    999710365## Running $as_me. ##
    999810366_ASBOX
    9999   echo "$ac_log"
     10367  $as_echo "$ac_log"
    1000010368} >&5
    1000110369
    1000210370_ACEOF
    10003 cat >>$CONFIG_STATUS <<_ACEOF
    10004 _ACEOF
    10005 
    10006 cat >>$CONFIG_STATUS <<\_ACEOF
     10371cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10372_ACEOF
     10373
     10374cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    1000710375
    1000810376# Handling of arguments.
     
    1009310461    "test/src/Makefile") CONFIG_FILES="$CONFIG_FILES test/src/Makefile" ;;
    1009410462
    10095   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    10096 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     10463  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     10464$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    1009710465   { (exit 1); exit 1; }; };;
    1009810466  esac
     
    1013310501} ||
    1013410502{
    10135    echo "$me: cannot create a temporary directory in ." >&2
     10503   $as_echo "$as_me: cannot create a temporary directory in ." >&2
    1013610504   { (exit 1); exit 1; }
    1013710505}
    1013810506
    10139 #
    10140 # Set up the sed scripts for CONFIG_FILES section.
    10141 #
    10142 
    10143 # No need to generate the scripts if there are no CONFIG_FILES.
    10144 # This happens for instance when ./config.status config.h
     10507# Set up the scripts for CONFIG_FILES section.
     10508# No need to generate them if there are no CONFIG_FILES.
     10509# This happens for instance with `./config.status config.h'.
    1014510510if test -n "$CONFIG_FILES"; then
    1014610511
    10147 _ACEOF
    10148 
    10149 
    10150 
     10512
     10513ac_cr='
     10514'
     10515ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
     10516if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
     10517  ac_cs_awk_cr='\\r'
     10518else
     10519  ac_cs_awk_cr=$ac_cr
     10520fi
     10521
     10522echo 'BEGIN {' >"$tmp/subs1.awk" &&
     10523_ACEOF
     10524
     10525
     10526{
     10527  echo "cat >conf$$subs.awk <<_ACEOF" &&
     10528  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
     10529  echo "_ACEOF"
     10530} >conf$$subs.sh ||
     10531  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     10532$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     10533   { (exit 1); exit 1; }; }
     10534ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
    1015110535ac_delim='%!_!# '
    1015210536for ac_last_try in false false false false false :; do
    10153   cat >conf$$subs.sed <<_ACEOF
    10154 SHELL!$SHELL$ac_delim
    10155 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
    10156 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
    10157 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
    10158 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
    10159 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
    10160 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
    10161 exec_prefix!$exec_prefix$ac_delim
    10162 prefix!$prefix$ac_delim
    10163 program_transform_name!$program_transform_name$ac_delim
    10164 bindir!$bindir$ac_delim
    10165 sbindir!$sbindir$ac_delim
    10166 libexecdir!$libexecdir$ac_delim
    10167 datarootdir!$datarootdir$ac_delim
    10168 datadir!$datadir$ac_delim
    10169 sysconfdir!$sysconfdir$ac_delim
    10170 sharedstatedir!$sharedstatedir$ac_delim
    10171 localstatedir!$localstatedir$ac_delim
    10172 includedir!$includedir$ac_delim
    10173 oldincludedir!$oldincludedir$ac_delim
    10174 docdir!$docdir$ac_delim
    10175 infodir!$infodir$ac_delim
    10176 htmldir!$htmldir$ac_delim
    10177 dvidir!$dvidir$ac_delim
    10178 pdfdir!$pdfdir$ac_delim
    10179 psdir!$psdir$ac_delim
    10180 libdir!$libdir$ac_delim
    10181 localedir!$localedir$ac_delim
    10182 mandir!$mandir$ac_delim
    10183 DEFS!$DEFS$ac_delim
    10184 ECHO_C!$ECHO_C$ac_delim
    10185 ECHO_N!$ECHO_N$ac_delim
    10186 ECHO_T!$ECHO_T$ac_delim
    10187 LIBS!$LIBS$ac_delim
    10188 build_alias!$build_alias$ac_delim
    10189 host_alias!$host_alias$ac_delim
    10190 target_alias!$target_alias$ac_delim
    10191 LIB_SEARCH_DIRS!$LIB_SEARCH_DIRS$ac_delim
    10192 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
    10193 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
    10194 INSTALL_DATA!$INSTALL_DATA$ac_delim
    10195 SET_MAKE!$SET_MAKE$ac_delim
    10196 CC!$CC$ac_delim
    10197 CFLAGS!$CFLAGS$ac_delim
    10198 LDFLAGS!$LDFLAGS$ac_delim
    10199 CPPFLAGS!$CPPFLAGS$ac_delim
    10200 ac_ct_CC!$ac_ct_CC$ac_delim
    10201 EXEEXT!$EXEEXT$ac_delim
    10202 OBJEXT!$OBJEXT$ac_delim
    10203 F77!$F77$ac_delim
    10204 FFLAGS!$FFLAGS$ac_delim
    10205 ac_ct_F77!$ac_ct_F77$ac_delim
    10206 RANLIB!$RANLIB$ac_delim
    10207 LN_S!$LN_S$ac_delim
    10208 CPP!$CPP$ac_delim
    10209 GREP!$GREP$ac_delim
    10210 EGREP!$EGREP$ac_delim
    10211 CXX!$CXX$ac_delim
    10212 CXXFLAGS!$CXXFLAGS$ac_delim
    10213 ac_ct_CXX!$ac_ct_CXX$ac_delim
    10214 CXXCPP!$CXXCPP$ac_delim
    10215 AR!$AR$ac_delim
    10216 DL_LIBS!$DL_LIBS$ac_delim
    10217 DL_OBJS!$DL_OBJS$ac_delim
    10218 PLAT_OBJS!$PLAT_OBJS$ac_delim
    10219 PLAT_SRCS!$PLAT_SRCS$ac_delim
    10220 CFLAGS_DEBUG!$CFLAGS_DEBUG$ac_delim
    10221 CFLAGS_OPTIMIZE!$CFLAGS_OPTIMIZE$ac_delim
    10222 CFLAGS_WARNING!$CFLAGS_WARNING$ac_delim
    10223 LDFLAGS_DEBUG!$LDFLAGS_DEBUG$ac_delim
    10224 LDFLAGS_OPTIMIZE!$LDFLAGS_OPTIMIZE$ac_delim
    10225 CC_SEARCH_FLAGS!$CC_SEARCH_FLAGS$ac_delim
    10226 LD_SEARCH_FLAGS!$LD_SEARCH_FLAGS$ac_delim
    10227 STLIB_LD!$STLIB_LD$ac_delim
    10228 SHLIB_LD!$SHLIB_LD$ac_delim
    10229 TCL_SHLIB_LD_EXTRAS!$TCL_SHLIB_LD_EXTRAS$ac_delim
    10230 TK_SHLIB_LD_EXTRAS!$TK_SHLIB_LD_EXTRAS$ac_delim
    10231 SHLIB_LD_LIBS!$SHLIB_LD_LIBS$ac_delim
    10232 SHLIB_CFLAGS!$SHLIB_CFLAGS$ac_delim
    10233 SHLIB_SUFFIX!$SHLIB_SUFFIX$ac_delim
    10234 MAKE_LIB!$MAKE_LIB$ac_delim
    10235 MAKE_STUB_LIB!$MAKE_STUB_LIB$ac_delim
    10236 INSTALL_LIB!$INSTALL_LIB$ac_delim
    10237 INSTALL_STUB_LIB!$INSTALL_STUB_LIB$ac_delim
    10238 MAKE!$MAKE$ac_delim
    10239 ENABLE_GUI!$ENABLE_GUI$ac_delim
    10240 TCLSH!$TCLSH$ac_delim
    10241 MEX!$MEX$ac_delim
    10242 MEX_ARCH!$MEX_ARCH$ac_delim
    10243 MEXEXT!$MEXEXT$ac_delim
    10244 MKOCTFILE!$MKOCTFILE$ac_delim
    10245 PERL!$PERL$ac_delim
    10246 PERL_INCLUDES!$PERL_INCLUDES$ac_delim
    10247 PERL_ARCHLIB!$PERL_ARCHLIB$ac_delim
    10248 PERL_ARCHLIBEXP!$PERL_ARCHLIBEXP$ac_delim
    10249 PERL_VERSION!$PERL_VERSION$ac_delim
    10250 PERL_CCFLAGS!$PERL_CCFLAGS$ac_delim
    10251 _ACEOF
    10252 
    10253   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
     10537  . ./conf$$subs.sh ||
     10538    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     10539$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     10540   { (exit 1); exit 1; }; }
     10541
     10542  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then
    1025410543    break
    1025510544  elif $ac_last_try; then
    10256     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    10257 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     10545    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     10546$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    1025810547   { (exit 1); exit 1; }; }
    1025910548  else
     
    1026110550  fi
    1026210551done
    10263 
    10264 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
    10265 if test -n "$ac_eof"; then
    10266   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
    10267   ac_eof=`expr $ac_eof + 1`
    10268 fi
    10269 
    10270 cat >>$CONFIG_STATUS <<_ACEOF
    10271 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
    10272 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    10273 _ACEOF
    10274 sed '
    10275 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
    10276 s/^/s,@/; s/!/@,|#_!!_#|/
    10277 :n
    10278 t n
    10279 s/'"$ac_delim"'$/,g/; t
    10280 s/$/\\/; p
    10281 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
    10282 ' >>$CONFIG_STATUS <conf$$subs.sed
    10283 rm -f conf$$subs.sed
    10284 cat >>$CONFIG_STATUS <<_ACEOF
    10285 CEOF$ac_eof
    10286 _ACEOF
    10287 
    10288 
    10289 ac_delim='%!_!# '
    10290 for ac_last_try in false false false false false :; do
    10291   cat >conf$$subs.sed <<_ACEOF
    10292 PERL_CPPFLAGS!$PERL_CPPFLAGS$ac_delim
    10293 PERL_VENDORLIB!$PERL_VENDORLIB$ac_delim
    10294 PERL_PRIVLIB!$PERL_PRIVLIB$ac_delim
    10295 PERL_INSTALLARCHLIB!$PERL_INSTALLARCHLIB$ac_delim
    10296 PERL_VERSION_RV!$PERL_VERSION_RV$ac_delim
    10297 PYTHON!$PYTHON$ac_delim
    10298 PYTHON_CPPFLAGS!$PYTHON_CPPFLAGS$ac_delim
    10299 pythondir!$pythondir$ac_delim
    10300 PYTHON_VERSION!$PYTHON_VERSION$ac_delim
    10301 PYTHON_INCLUDES!$PYTHON_INCLUDES$ac_delim
    10302 PYTHON_SITE_PACKAGES!$PYTHON_SITE_PACKAGES$ac_delim
    10303 HAVE_PYTHON_DISTUTILS!$HAVE_PYTHON_DISTUTILS$ac_delim
    10304 RUBY!$RUBY$ac_delim
    10305 SED!$SED$ac_delim
    10306 RUBY_VERSION!$RUBY_VERSION$ac_delim
    10307 AWK!$AWK$ac_delim
    10308 RUBY_CPPFLAGS!$RUBY_CPPFLAGS$ac_delim
    10309 RUBY_LDFLAGS!$RUBY_LDFLAGS$ac_delim
    10310 RUBY_SITE_PKG!$RUBY_SITE_PKG$ac_delim
    10311 RUBY_EXTRA_LIBS!$RUBY_EXTRA_LIBS$ac_delim
    10312 HAVE_RUBY_DEVEL!$HAVE_RUBY_DEVEL$ac_delim
    10313 RUBY_VERSION_RV!$RUBY_VERSION_RV$ac_delim
    10314 RUBY_PLATFORM!$RUBY_PLATFORM$ac_delim
    10315 RP_BASE!$RP_BASE$ac_delim
    10316 SHLIB_LDFLAGS!$SHLIB_LDFLAGS$ac_delim
    10317 TCL_VERSION!$TCL_VERSION$ac_delim
    10318 TK_VERSION!$TK_VERSION$ac_delim
    10319 CFLAGS_DEFAULT!$CFLAGS_DEFAULT$ac_delim
    10320 LDFLAGS_DEFAULT!$LDFLAGS_DEFAULT$ac_delim
    10321 subdirs!$subdirs$ac_delim
    10322 LIBOBJS!$LIBOBJS$ac_delim
    10323 LTLIBOBJS!$LTLIBOBJS$ac_delim
    10324 _ACEOF
    10325 
    10326   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 32; then
    10327     break
    10328   elif $ac_last_try; then
    10329     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    10330 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     10552rm -f conf$$subs.sh
     10553
     10554cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10555cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
     10556_ACEOF
     10557sed -n '
     10558h
     10559s/^/S["/; s/!.*/"]=/
     10560p
     10561g
     10562s/^[^!]*!//
     10563:repl
     10564t repl
     10565s/'"$ac_delim"'$//
     10566t delim
     10567:nl
     10568h
     10569s/\(.\{148\}\).*/\1/
     10570t more1
     10571s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
     10572p
     10573n
     10574b repl
     10575:more1
     10576s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     10577p
     10578g
     10579s/.\{148\}//
     10580t nl
     10581:delim
     10582h
     10583s/\(.\{148\}\).*/\1/
     10584t more2
     10585s/["\\]/\\&/g; s/^/"/; s/$/"/
     10586p
     10587b
     10588:more2
     10589s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     10590p
     10591g
     10592s/.\{148\}//
     10593t delim
     10594' <conf$$subs.awk | sed '
     10595/^[^""]/{
     10596  N
     10597  s/\n//
     10598}
     10599' >>$CONFIG_STATUS || ac_write_fail=1
     10600rm -f conf$$subs.awk
     10601cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10602_ACAWK
     10603cat >>"\$tmp/subs1.awk" <<_ACAWK &&
     10604  for (key in S) S_is_set[key] = 1
     10605  FS = ""
     10606
     10607}
     10608{
     10609  line = $ 0
     10610  nfields = split(line, field, "@")
     10611  substed = 0
     10612  len = length(field[1])
     10613  for (i = 2; i < nfields; i++) {
     10614    key = field[i]
     10615    keylen = length(key)
     10616    if (S_is_set[key]) {
     10617      value = S[key]
     10618      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
     10619      len += length(value) + length(field[++i])
     10620      substed = 1
     10621    } else
     10622      len += 1 + keylen
     10623  }
     10624
     10625  print line
     10626}
     10627
     10628_ACAWK
     10629_ACEOF
     10630cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     10631if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
     10632  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
     10633else
     10634  cat
     10635fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
     10636  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
     10637$as_echo "$as_me: error: could not setup config files machinery" >&2;}
    1033110638   { (exit 1); exit 1; }; }
    10332   else
    10333     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
    10334   fi
    10335 done
    10336 
    10337 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
    10338 if test -n "$ac_eof"; then
    10339   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
    10340   ac_eof=`expr $ac_eof + 1`
    10341 fi
    10342 
    10343 cat >>$CONFIG_STATUS <<_ACEOF
    10344 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
    10345 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
    10346 _ACEOF
    10347 sed '
    10348 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
    10349 s/^/s,@/; s/!/@,|#_!!_#|/
    10350 :n
    10351 t n
    10352 s/'"$ac_delim"'$/,g/; t
    10353 s/$/\\/; p
    10354 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
    10355 ' >>$CONFIG_STATUS <conf$$subs.sed
    10356 rm -f conf$$subs.sed
    10357 cat >>$CONFIG_STATUS <<_ACEOF
    10358 :end
    10359 s/|#_!!_#|//g
    10360 CEOF$ac_eof
    10361 _ACEOF
    10362 
     10639_ACEOF
    1036310640
    1036410641# VPATH may cause trouble with some makes, so we remove $(srcdir),
     
    1037710654fi
    1037810655
    10379 cat >>$CONFIG_STATUS <<\_ACEOF
     10656cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    1038010657fi # test -n "$CONFIG_FILES"
    1038110658
    1038210659
    10383 for ac_tag in  :F $CONFIG_FILES
     10660eval set X "  :F $CONFIG_FILES      "
     10661shift
     10662for ac_tag
    1038410663do
    1038510664  case $ac_tag in
     
    1038810667  case $ac_mode$ac_tag in
    1038910668  :[FHL]*:*);;
    10390   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
    10391 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
     10669  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
     10670$as_echo "$as_me: error: Invalid tag $ac_tag." >&2;}
    1039210671   { (exit 1); exit 1; }; };;
    1039310672  :[FH]-) ac_tag=-:-;;
     
    1041810697           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    1041910698           esac ||
    10420            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
    10421 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     10699           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     10700$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
    1042210701   { (exit 1); exit 1; }; };;
    1042310702      esac
    10424       ac_file_inputs="$ac_file_inputs $ac_f"
     10703      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
     10704      ac_file_inputs="$ac_file_inputs '$ac_f'"
    1042510705    done
    1042610706
     
    1042810708    # use $as_me), people would be surprised to read:
    1042910709    #    /* config.h.  Generated by config.status.  */
    10430     configure_input="Generated from "`IFS=:
    10431           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
     10710    configure_input='Generated from '`
     10711          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
     10712        `' by configure.'
    1043210713    if test x"$ac_file" != x-; then
    1043310714      configure_input="$ac_file.  $configure_input"
    10434       { echo "$as_me:$LINENO: creating $ac_file" >&5
    10435 echo "$as_me: creating $ac_file" >&6;}
     10715      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
     10716$as_echo "$as_me: creating $ac_file" >&6;}
    1043610717    fi
     10718    # Neutralize special characters interpreted by sed in replacement strings.
     10719    case $configure_input in #(
     10720    *\&* | *\|* | *\\* )
     10721       ac_sed_conf_input=`$as_echo "$configure_input" |
     10722       sed 's/[\\\\&|]/\\\\&/g'`;; #(
     10723    *) ac_sed_conf_input=$configure_input;;
     10724    esac
    1043710725
    1043810726    case $ac_tag in
    10439     *:-:* | *:-) cat >"$tmp/stdin";;
     10727    *:-:* | *:-) cat >"$tmp/stdin" \
     10728      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10729$as_echo "$as_me: error: could not create $ac_file" >&2;}
     10730   { (exit 1); exit 1; }; } ;;
    1044010731    esac
    1044110732    ;;
     
    1044710738         X"$ac_file" : 'X\(//\)$' \| \
    1044810739         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
    10449 echo X"$ac_file" |
     10740$as_echo X"$ac_file" |
    1045010741    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    1045110742            s//\1/
     
    1047310764    while :; do
    1047410765      case $as_dir in #(
    10475       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
     10766      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
    1047610767      *) as_qdir=$as_dir;;
    1047710768      esac
     
    1048210773         X"$as_dir" : 'X\(//\)$' \| \
    1048310774         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    10484 echo X"$as_dir" |
     10775$as_echo X"$as_dir" |
    1048510776    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    1048610777            s//\1/
     
    1050310794    done
    1050410795    test -z "$as_dirs" || eval "mkdir $as_dirs"
    10505   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    10506 echo "$as_me: error: cannot create directory $as_dir" >&2;}
     10796  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     10797$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    1050710798   { (exit 1); exit 1; }; }; }
    1050810799  ac_builddir=.
     
    1051110802.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    1051210803*)
    10513   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     10804  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    1051410805  # A ".." for each directory in $ac_dir_suffix.
    10515   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     10806  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    1051610807  case $ac_top_builddir_sub in
    1051710808  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    1055810849_ACEOF
    1055910850
    10560 cat >>$CONFIG_STATUS <<\_ACEOF
     10851cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    1056110852# If the template does not know about datarootdir, expand it.
    1056210853# FIXME: This hack should be removed a few years after 2.60.
    1056310854ac_datarootdir_hack=; ac_datarootdir_seen=
    1056410855
    10565 case `sed -n '/datarootdir/ {
     10856ac_sed_dataroot='
     10857/datarootdir/ {
    1056610858  p
    1056710859  q
     
    1057210864/@localedir@/p
    1057310865/@mandir@/p
    10574 ' $ac_file_inputs` in
     10866'
     10867case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
    1057510868*datarootdir*) ac_datarootdir_seen=yes;;
    1057610869*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
    10577   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
    10578 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
    10579 _ACEOF
    10580 cat >>$CONFIG_STATUS <<_ACEOF
     10870  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     10871$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     10872_ACEOF
     10873cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    1058110874  ac_datarootdir_hack='
    1058210875  s&@datadir@&$datadir&g
     
    1059210885# Shell code in configure.ac might set extrasub.
    1059310886# FIXME: do we really want to maintain this feature?
    10594 cat >>$CONFIG_STATUS <<_ACEOF
    10595   sed "$ac_vpsub
     10887cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10888ac_sed_extra="$ac_vpsub
    1059610889$extrasub
    1059710890_ACEOF
    10598 cat >>$CONFIG_STATUS <<\_ACEOF
     10891cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    1059910892:t
    1060010893/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    10601 s&@configure_input@&$configure_input&;t t
     10894s|@configure_input@|$ac_sed_conf_input|;t t
    1060210895s&@top_builddir@&$ac_top_builddir_sub&;t t
     10896s&@top_build_prefix@&$ac_top_build_prefix&;t t
    1060310897s&@srcdir@&$ac_srcdir&;t t
    1060410898s&@abs_srcdir@&$ac_abs_srcdir&;t t
     
    1061110905s&@MKDIR_P@&$ac_MKDIR_P&;t t
    1061210906$ac_datarootdir_hack
    10613 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
     10907"
     10908eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
     10909  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10910$as_echo "$as_me: error: could not create $ac_file" >&2;}
     10911   { (exit 1); exit 1; }; }
    1061410912
    1061510913test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    1061610914  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
    1061710915  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    10618   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     10916  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    1061910917which seems to be undefined.  Please make sure it is defined." >&5
    10620 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     10918$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    1062110919which seems to be undefined.  Please make sure it is defined." >&2;}
    1062210920
    1062310921  rm -f "$tmp/stdin"
    1062410922  case $ac_file in
    10625   -) cat "$tmp/out"; rm -f "$tmp/out";;
    10626   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
    10627   esac
     10923  -) cat "$tmp/out" && rm -f "$tmp/out";;
     10924  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
     10925  esac \
     10926  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10927$as_echo "$as_me: error: could not create $ac_file" >&2;}
     10928   { (exit 1); exit 1; }; }
    1062810929 ;;
    1062910930
     
    1063910940chmod +x $CONFIG_STATUS
    1064010941ac_clean_files=$ac_clean_files_save
     10942
     10943test $ac_write_fail = 0 ||
     10944  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
     10945$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
     10946   { (exit 1); exit 1; }; }
    1064110947
    1064210948
     
    1066710973if test "$no_recursion" != yes; then
    1066810974
    10669   # Remove --cache-file and --srcdir arguments so they do not pile up.
     10975  # Remove --cache-file, --srcdir, and --disable-option-checking arguments
     10976  # so they do not pile up.
    1067010977  ac_sub_configure_args=
    1067110978  ac_prev=
     
    1069611003    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    1069711004      ;;
     11005    --disable-option-checking)
     11006      ;;
    1069811007    *)
    1069911008      case $ac_arg in
    10700       *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     11009      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    1070111010      esac
    1070211011      ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
     
    1070811017  ac_arg="--prefix=$prefix"
    1070911018  case $ac_arg in
    10710   *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     11019  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    1071111020  esac
    1071211021  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
     
    1071711026  fi
    1071811027
     11028  # Always prepend --disable-option-checking to silence warnings, since
     11029  # different subdirs can have different --enable and --with options.
     11030  ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
     11031
    1071911032  ac_popdir=`pwd`
    1072011033  for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
     
    1072511038
    1072611039    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
    10727     echo "$as_me:$LINENO: $ac_msg" >&5
    10728     echo "$ac_msg" >&6
     11040    $as_echo "$as_me:$LINENO: $ac_msg" >&5
     11041    $as_echo "$ac_msg" >&6
    1072911042    { as_dir="$ac_dir"
    1073011043  case $as_dir in #(
     
    1073511048    while :; do
    1073611049      case $as_dir in #(
    10737       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
     11050      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
    1073811051      *) as_qdir=$as_dir;;
    1073911052      esac
     
    1074411057         X"$as_dir" : 'X\(//\)$' \| \
    1074511058         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    10746 echo X"$as_dir" |
     11059$as_echo X"$as_dir" |
    1074711060    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    1074811061            s//\1/
     
    1076511078    done
    1076611079    test -z "$as_dirs" || eval "mkdir $as_dirs"
    10767   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    10768 echo "$as_me: error: cannot create directory $as_dir" >&2;}
     11080  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     11081$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    1076911082   { (exit 1); exit 1; }; }; }
    1077011083    ac_builddir=.
     
    1077311086.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    1077411087*)
    10775   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     11088  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    1077611089  # A ".." for each directory in $ac_dir_suffix.
    10777   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     11090  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    1077811091  case $ac_top_builddir_sub in
    1077911092  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    1081411127      ac_sub_configure=$ac_aux_dir/configure
    1081511128    else
    10816       { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
    10817 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
     11129      { $as_echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
     11130$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
    1081811131      ac_sub_configure=
    1081911132    fi
     
    1082811141      esac
    1082911142
    10830       { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
    10831 echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
     11143      { $as_echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
     11144$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
    1083211145      # The eval makes quoting arguments work.
    1083311146      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
    1083411147           --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
    10835         { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
    10836 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
     11148        { { $as_echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
     11149$as_echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
    1083711150   { (exit 1); exit 1; }; }
    1083811151    fi
     
    1084111154  done
    1084211155fi
    10843 
     11156if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
     11157  { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5
     11158$as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;}
     11159fi
     11160
Note: See TracChangeset for help on using the changeset viewer.