Changeset 1106 for trunk


Ignore:
Timestamp:
Aug 10, 2008, 1:59:33 PM (16 years ago)
Author:
mmc
Message:

Added an "about" command in gui/apps. This little app loads a web page.
It comes in handy when creating the "about" page for the starting page of
a nanoWhim app. It takes the name of an HTML file, and displays that one
file. Any links within the page cause a web page to pop up on the user's
desktop.

Location:
trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r1102 r1106  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.62 for Rappture 1.1.
     3# Generated by GNU Autoconf 2.61 for Rappture 1.1.
    44#
    55# Report bugs to <rappture@nanohub.org>.
    66#
    77# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
     8# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    99# This configure script is free software; the Free Software Foundation
    1010# gives unlimited permission to copy, distribute and modify it.
     
    1818  emulate sh
    1919  NULLCMD=:
    20   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     20  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    2121  # is contrary to our usage.  Disable this feature.
    2222  alias -g '${1+"$@"}'='"$@"'
     
    4040as_cr_alnum=$as_cr_Letters$as_cr_digits
    4141
    42 as_nl='
    43 '
    44 export as_nl
    45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
    46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
    50   as_echo='printf %s\n'
    51   as_echo_n='printf %s'
    52 else
    53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
    54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
    55     as_echo_n='/usr/ucb/echo -n'
    56   else
    57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
    58     as_echo_n_body='eval
    59       arg=$1;
    60       case $arg in
    61       *"$as_nl"*)
    62         expr "X$arg" : "X\\(.*\\)$as_nl";
    63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
    64       esac;
    65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    66     '
    67     export as_echo_n_body
    68     as_echo_n='sh -c $as_echo_n_body as_echo'
    69   fi
    70   export as_echo_body
    71   as_echo='sh -c $as_echo_body as_echo'
    72 fi
    73 
    7442# The user is always right.
    7543if test "${PATH_SEPARATOR+set}" != set; then
    76   PATH_SEPARATOR=:
    77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
    78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
    79       PATH_SEPARATOR=';'
    80   }
     44  echo "#! /bin/sh" >conf$$.sh
     45  echo  "exit 0"   >>conf$$.sh
     46  chmod +x conf$$.sh
     47  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
     48    PATH_SEPARATOR=';'
     49  else
     50    PATH_SEPARATOR=:
     51  fi
     52  rm -f conf$$.sh
    8153fi
    8254
     
    9466# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    9567# splitting by setting IFS to empty value.)
     68as_nl='
     69'
    9670IFS=" ""        $as_nl"
    9771
     
    11690fi
    11791if test ! -f "$as_myself"; then
    118   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     92  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    11993  { (exit 1); exit 1; }
    12094fi
     
    129103
    130104# NLS nuisances.
    131 LC_ALL=C
    132 export LC_ALL
    133 LANGUAGE=C
    134 export LANGUAGE
     105for as_var in \
     106  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
     107  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
     108  LC_TELEPHONE LC_TIME
     109do
     110  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     111    eval $as_var=C; export $as_var
     112  else
     113    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     114  fi
     115done
    135116
    136117# Required to use basename.
     
    154135         X"$0" : 'X\(//\)$' \| \
    155136         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    156 $as_echo X/"$0" |
     137echo X/"$0" |
    157138    sed '/^.*\/\([^/][^/]*\)\/*$/{
    158139            s//\1/
     
    180161fi
    181162
    182   if test $as_have_required = yes &&     (eval ":
     163  if test $as_have_required = yes &&     (eval ":
    183164(as_func_return () {
    184165  (exit \$1)
     
    262243  emulate sh
    263244  NULLCMD=:
    264   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     245  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    265246  # is contrary to our usage.  Disable this feature.
    266247  alias -g '${1+"$@"}'='"$@"'
     
    283264  emulate sh
    284265  NULLCMD=:
    285   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     266  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    286267  # is contrary to our usage.  Disable this feature.
    287268  alias -g '${1+"$@"}'='"$@"'
     
    363344      if test "x$CONFIG_SHELL" != x; then
    364345  for as_var in BASH_ENV ENV
    365         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    366         done
    367         export CONFIG_SHELL
    368         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
     346        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     347        done
     348        export CONFIG_SHELL
     349        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    369350fi
    370351
     
    435416test \$exitcode = 0") || {
    436417  echo No shell found that supports shell functions.
    437   echo Please tell bug-autoconf@gnu.org about your system,
    438   echo including any error possibly output before this message.
    439   echo This can help us improve future autoconf versions.
    440   echo Configuration will now proceed without shell functions.
     418  echo Please tell autoconf@gnu.org about your system,
     419  echo including any error possibly output before this
     420  echo message
    441421}
    442422
     
    474454    ' >$as_me.lineno &&
    475455  chmod +x "$as_me.lineno" ||
    476     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     456    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    477457   { (exit 1); exit 1; }; }
    478458
     
    502482  ECHO_N='-n';;
    503483esac
     484
    504485if expr a : '\(a\)' >/dev/null 2>&1 &&
    505486   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    514495else
    515496  rm -f conf$$.dir
    516   mkdir conf$$.dir 2>/dev/null
    517 fi
    518 if (echo >conf$$.file) 2>/dev/null; then
    519   if ln -s conf$$.file conf$$ 2>/dev/null; then
    520     as_ln_s='ln -s'
    521     # ... but there are two gotchas:
    522     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    523     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    524     # In both cases, we have to default to `cp -p'.
    525     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    526       as_ln_s='cp -p'
    527   elif ln conf$$.file conf$$ 2>/dev/null; then
    528     as_ln_s=ln
    529   else
     497  mkdir conf$$.dir
     498fi
     499echo >conf$$.file
     500if ln -s conf$$.file conf$$ 2>/dev/null; then
     501  as_ln_s='ln -s'
     502  # ... but there are two gotchas:
     503  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     504  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     505  # In both cases, we have to default to `cp -p'.
     506  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    530507    as_ln_s='cp -p'
    531   fi
     508elif ln conf$$.file conf$$ 2>/dev/null; then
     509  as_ln_s=ln
    532510else
    533511  as_ln_s='cp -p'
     
    554532    eval sh -c '\''
    555533      if test -d "$1"; then
    556         test -d "$1/.";
     534        test -d "$1/.";
    557535      else
    558536        case $1 in
    559         -*)set "./$1";;
     537        -*)set "./$1";;
    560538        esac;
    561539        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    637615#endif"
    638616
    639 enable_option_checking=no
    640617ac_subst_vars='SHELL
    641618PATH_SEPARATOR
     
    692669RANLIB
    693670LN_S
    694 MKDIR_P
    695671CPP
    696672GREP
     
    770746LTLIBOBJS'
    771747ac_subst_files=''
    772 ac_user_opts='
    773 enable_option_checking
    774 enable_64bit
    775 enable_64bit_vis
    776 enable_corefoundation
    777 enable_load
    778 enable_gui
    779 with_tclsh
    780 with_matlab
    781 with_octave
    782 with_perl
    783 with_python
    784 with_ruby
    785 enable_shared
    786 enable_symbols
    787 '
    788748      ac_precious_vars='build_alias
    789749host_alias
     
    806766ac_init_help=
    807767ac_init_version=false
    808 ac_unrecognized_opts=
    809 ac_unrecognized_sep=
    810768# The variables have the same names as the options, with
    811769# dashes changed to underlines.
     
    906864
    907865  -disable-* | --disable-*)
    908     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     866    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    909867    # Reject names that are not valid shell variable names.
    910     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    911       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
     868    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     869      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    912870   { (exit 1); exit 1; }; }
    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 ;;
     871    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     872    eval enable_$ac_feature=no ;;
    923873
    924874  -docdir | --docdir | --docdi | --doc | --do)
     
    933883
    934884  -enable-* | --enable-*)
    935     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     885    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    936886    # Reject names that are not valid shell variable names.
    937     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    938       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
     887    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     888      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    939889   { (exit 1); exit 1; }; }
    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 ;;
     890    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     891    eval enable_$ac_feature=\$ac_optarg ;;
    950892
    951893  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    11381080
    11391081  -with-* | --with-*)
    1140     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1082    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    11411083    # Reject names that are not valid shell variable names.
    1142     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1143       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
     1084    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     1085      { echo "$as_me: error: invalid package name: $ac_package" >&2
    11441086   { (exit 1); exit 1; }; }
    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 ;;
     1087    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     1088    eval with_$ac_package=\$ac_optarg ;;
    11551089
    11561090  -without-* | --without-*)
    1157     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1091    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    11581092    # Reject names that are not valid shell variable names.
    1159     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1160       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
     1093    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     1094      { echo "$as_me: error: invalid package name: $ac_package" >&2
    11611095   { (exit 1); exit 1; }; }
    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 ;;
     1096    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     1097    eval with_$ac_package=no ;;
    11721098
    11731099  --x)
     
    11891115    x_libraries=$ac_optarg ;;
    11901116
    1191   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
     1117  -*) { echo "$as_me: error: unrecognized option: $ac_option
    11921118Try \`$0 --help' for more information." >&2
    11931119   { (exit 1); exit 1; }; }
     
    11981124    # Reject names that are not valid shell variable names.
    11991125    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    1200       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1126      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    12011127   { (exit 1); exit 1; }; }
    12021128    eval $ac_envvar=\$ac_optarg
     
    12051131  *)
    12061132    # FIXME: should be removed in autoconf 3.0.
    1207     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1133    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    12081134    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1209       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1135      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    12101136    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    12111137    ;;
     
    12161142if test -n "$ac_prev"; then
    12171143  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1218   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
     1144  { echo "$as_me: error: missing argument to $ac_option" >&2
    12191145   { (exit 1); exit 1; }; }
    12201146fi
    12211147
    1222 if 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
    1229 fi
    1230 
    1231 # Check all directory arguments for consistency.
     1148# Be sure to have absolute directory names.
    12321149for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
    12331150                datadir sysconfdir sharedstatedir localstatedir includedir \
     
    12361153do
    12371154  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.
    12451155  case $ac_val in
    12461156    [\\/$]* | ?:[\\/]* )  continue;;
    12471157    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    12481158  esac
    1249   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1159  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    12501160   { (exit 1); exit 1; }; }
    12511161done
     
    12621172  if test "x$build_alias" = x; then
    12631173    cross_compiling=maybe
    1264     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1174    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    12651175    If a cross compiler is detected then cross compile mode will be used." >&2
    12661176  elif test "x$build_alias" != "x$host_alias"; then
     
    12781188ac_ls_di=`ls -di .` &&
    12791189ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1280   { $as_echo "$as_me: error: Working directory cannot be determined" >&2
     1190  { echo "$as_me: error: Working directory cannot be determined" >&2
    12811191   { (exit 1); exit 1; }; }
    12821192test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1283   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
     1193  { echo "$as_me: error: pwd does not report name of working directory" >&2
    12841194   { (exit 1); exit 1; }; }
    12851195
     
    12891199  ac_srcdir_defaulted=yes
    12901200  # Try the directory containing this script, then the parent directory.
    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" |
     1201  ac_confdir=`$as_dirname -- "$0" ||
     1202$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1203         X"$0" : 'X\(//\)[^/]' \| \
     1204         X"$0" : 'X\(//\)$' \| \
     1205         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
     1206echo X"$0" |
    12971207    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    12981208            s//\1/
     
    13211231if test ! -r "$srcdir/$ac_unique_file"; then
    13221232  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1323   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1233  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    13241234   { (exit 1); exit 1; }; }
    13251235fi
    13261236ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    13271237ac_abs_confdir=`(
    1328         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
     1238        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
    13291239   { (exit 1); exit 1; }; }
    13301240        pwd)`
     
    13751285Installation directories:
    13761286  --prefix=PREFIX         install architecture-independent files in PREFIX
    1377                           [$ac_default_prefix]
     1287                          [$ac_default_prefix]
    13781288  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    1379                           [PREFIX]
     1289                          [PREFIX]
    13801290
    13811291By default, \`make install' will install all the files in
     
    13871297
    13881298Fine tuning of the installation directories:
    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]
     1299  --bindir=DIR           user executables [EPREFIX/bin]
     1300  --sbindir=DIR          system admin executables [EPREFIX/sbin]
     1301  --libexecdir=DIR       program executables [EPREFIX/libexec]
     1302  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
     1303  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
     1304  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
     1305  --libdir=DIR           object code libraries [EPREFIX/lib]
     1306  --includedir=DIR       C header files [PREFIX/include]
     1307  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
     1308  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
     1309  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
     1310  --infodir=DIR          info documentation [DATAROOTDIR/info]
     1311  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
     1312  --mandir=DIR           man documentation [DATAROOTDIR/man]
     1313  --docdir=DIR           documentation root [DATAROOTDIR/doc/rappture]
     1314  --htmldir=DIR          html documentation [DOCDIR]
     1315  --dvidir=DIR           dvi documentation [DOCDIR]
     1316  --pdfdir=DIR           pdf documentation [DOCDIR]
     1317  --psdir=DIR            ps documentation [DOCDIR]
    14081318_ACEOF
    14091319
     
    14191329
    14201330Optional Features:
    1421   --disable-option-checking  ignore unrecognized --enable/--with options
    14221331  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    14231332  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    14681377  # If there are subdirs, report their specific --help.
    14691378  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1470     test -d "$ac_dir" ||
    1471       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
    1472       continue
     1379    test -d "$ac_dir" || continue
    14731380    ac_builddir=.
    14741381
     
    14761383.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    14771384*)
    1478   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     1385  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    14791386  # A ".." for each directory in $ac_dir_suffix.
    1480   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     1387  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
    14811388  case $ac_top_builddir_sub in
    14821389  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    15141421      $SHELL "$ac_srcdir/configure" --help=recursive
    15151422    else
    1516       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1423      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    15171424    fi || ac_status=$?
    15181425    cd "$ac_pwd" || { ac_status=$?; break; }
     
    15241431  cat <<\_ACEOF
    15251432Rappture configure 1.1
    1526 generated by GNU Autoconf 2.62
     1433generated by GNU Autoconf 2.61
    15271434
    15281435Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1529 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
     14362002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    15301437This configure script is free software; the Free Software Foundation
    15311438gives unlimited permission to copy, distribute and modify it.
     
    15381445
    15391446It was created by Rappture $as_me 1.1, which was
    1540 generated by GNU Autoconf 2.62.  Invocation command line was
     1447generated by GNU Autoconf 2.61.  Invocation command line was
    15411448
    15421449  $ $0 $@
     
    15741481  IFS=$as_save_IFS
    15751482  test -z "$as_dir" && as_dir=.
    1576   $as_echo "PATH: $as_dir"
     1483  echo "PATH: $as_dir"
    15771484done
    15781485IFS=$as_save_IFS
     
    16091516      continue ;;
    16101517    *\'*)
    1611       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1518      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    16121519    esac
    16131520    case $ac_pass in
     
    16611568    *${as_nl}*)
    16621569      case $ac_var in #(
    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;} ;;
     1570      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     1571echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
    16651572      esac
    16661573      case $ac_var in #(
    16671574      _ | IFS | as_nl) ;; #(
    1668       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    16691575      *) $as_unset $ac_var ;;
    16701576      esac ;;
     
    16961602      eval ac_val=\$$ac_var
    16971603      case $ac_val in
    1698       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1604      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    16991605      esac
    1700       $as_echo "$ac_var='\''$ac_val'\''"
     1606      echo "$ac_var='\''$ac_val'\''"
    17011607    done | sort
    17021608    echo
     
    17131619        eval ac_val=\$$ac_var
    17141620        case $ac_val in
    1715         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1621        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    17161622        esac
    1717         $as_echo "$ac_var='\''$ac_val'\''"
     1623        echo "$ac_var='\''$ac_val'\''"
    17181624      done | sort
    17191625      echo
     
    17311637    fi
    17321638    test "$ac_signal" != 0 &&
    1733       $as_echo "$as_me: caught signal $ac_signal"
    1734     $as_echo "$as_me: exit $exit_status"
     1639      echo "$as_me: caught signal $ac_signal"
     1640    echo "$as_me: exit $exit_status"
    17351641  } >&5
    17361642  rm -f core *.core core.conftest.* &&
     
    17741680
    17751681# Let the site file select an alternate cache file if it wants to.
    1776 # Prefer an explicitly selected file to automatically selected ones.
    1777 ac_site_file1=NONE
    1778 ac_site_file2=NONE
     1682# Prefer explicitly selected file to automatically selected ones.
    17791683if test -n "$CONFIG_SITE"; then
    1780   ac_site_file1=$CONFIG_SITE
     1684  set x "$CONFIG_SITE"
    17811685elif test "x$prefix" != xNONE; then
    1782   ac_site_file1=$prefix/share/config.site
    1783   ac_site_file2=$prefix/etc/config.site
    1784 else
    1785   ac_site_file1=$ac_default_prefix/share/config.site
    1786   ac_site_file2=$ac_default_prefix/etc/config.site
    1787 fi
    1788 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
     1686  set x "$prefix/share/config.site" "$prefix/etc/config.site"
     1687else
     1688  set x "$ac_default_prefix/share/config.site" \
     1689        "$ac_default_prefix/etc/config.site"
     1690fi
     1691shift
     1692for ac_site_file
    17891693do
    1790   test "x$ac_site_file" = xNONE && continue
    17911694  if test -r "$ac_site_file"; then
    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;}
     1695    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1696echo "$as_me: loading site script $ac_site_file" >&6;}
    17941697    sed 's/^/| /' "$ac_site_file" >&5
    17951698    . "$ac_site_file"
     
    18011704  # files actually), so we avoid doing that.
    18021705  if test -f "$cache_file"; then
    1803     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1804 $as_echo "$as_me: loading cache $cache_file" >&6;}
     1706    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1707echo "$as_me: loading cache $cache_file" >&6;}
    18051708    case $cache_file in
    18061709      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     
    18091712  fi
    18101713else
    1811   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1812 $as_echo "$as_me: creating cache $cache_file" >&6;}
     1714  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1715echo "$as_me: creating cache $cache_file" >&6;}
    18131716  >$cache_file
    18141717fi
     
    18241727  case $ac_old_set,$ac_new_set in
    18251728    set,)
    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;}
     1729      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1730echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    18281731      ac_cache_corrupted=: ;;
    18291732    ,set)
    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;}
     1733      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1734echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    18321735      ac_cache_corrupted=: ;;
    18331736    ,);;
    18341737    *)
    18351738      if test "x$ac_old_val" != "x$ac_new_val"; then
    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;}
     1739        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1740echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1741        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
     1742echo "$as_me:   former value:  $ac_old_val" >&2;}
     1743        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
     1744echo "$as_me:   current value: $ac_new_val" >&2;}
     1745        ac_cache_corrupted=:
    18521746      fi;;
    18531747  esac
     
    18551749  if test "$ac_new_set" = set; then
    18561750    case $ac_new_val in
    1857     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1751    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    18581752    *) ac_arg=$ac_var=$ac_new_val ;;
    18591753    esac
     
    18651759done
    18661760if $ac_cache_corrupted; then
    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;}
     1761  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1762echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1763  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1764echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    18711765   { (exit 1); exit 1; }; }
    18721766fi
     
    19201814done
    19211815if test -z "$ac_aux_dir"; then
    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;}
     1816  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&5
     1817echo "$as_me: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&2;}
    19241818   { (exit 1); exit 1; }; }
    19251819fi
     
    19671861# OS/2's system install, which has a completely different semantic
    19681862# ./install, which can be erroneously created by make from ./install.sh.
    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; }
     1863{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     1864echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
    19721865if test -z "$INSTALL"; then
    19731866if test "${ac_cv_path_install+set}" = set; then
    1974   $as_echo_n "(cached) " >&6
     1867  echo $ECHO_N "(cached) $ECHO_C" >&6
    19751868else
    19761869  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    20011894            :
    20021895          else
    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
     1896            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     1897            break 3
    20151898          fi
    20161899        fi
     
    20191902    ;;
    20201903esac
    2021 
    20221904done
    20231905IFS=$as_save_IFS
    20241906
    2025 rm -rf conftest.one conftest.two conftest.dir
    20261907
    20271908fi
     
    20361917  fi
    20371918fi
    2038 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
    2039 $as_echo "$INSTALL" >&6; }
     1919{ echo "$as_me:$LINENO: result: $INSTALL" >&5
     1920echo "${ECHO_T}$INSTALL" >&6; }
    20401921
    20411922# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    20471928test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    20481929
    2049 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    2050 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
    2051 set x ${MAKE-make}
    2052 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
     1930{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     1931echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
     1932set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    20531933if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
    2054   $as_echo_n "(cached) " >&6
     1934  echo $ECHO_N "(cached) $ECHO_C" >&6
    20551935else
    20561936  cat >conftest.make <<\_ACEOF
     
    20691949fi
    20701950if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
    2071   { $as_echo "$as_me:$LINENO: result: yes" >&5
    2072 $as_echo "yes" >&6; }
     1951  { echo "$as_me:$LINENO: result: yes" >&5
     1952echo "${ECHO_T}yes" >&6; }
    20731953  SET_MAKE=
    20741954else
    2075   { $as_echo "$as_me:$LINENO: result: no" >&5
    2076 $as_echo "no" >&6; }
     1955  { echo "$as_me:$LINENO: result: no" >&5
     1956echo "${ECHO_T}no" >&6; }
    20771957  SET_MAKE="MAKE=${MAKE-make}"
    20781958fi
     
    20871967  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    20881968set dummy ${ac_tool_prefix}gcc; ac_word=$2
    2089 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2090 $as_echo_n "checking for $ac_word... " >&6; }
     1969{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     1970echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    20911971if test "${ac_cv_prog_CC+set}" = set; then
    2092   $as_echo_n "(cached) " >&6
     1972  echo $ECHO_N "(cached) $ECHO_C" >&6
    20931973else
    20941974  if test -n "$CC"; then
     
    21031983  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    21041984    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    2105     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1985    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    21061986    break 2
    21071987  fi
     
    21141994CC=$ac_cv_prog_CC
    21151995if test -n "$CC"; then
    2116   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2117 $as_echo "$CC" >&6; }
    2118 else
    2119   { $as_echo "$as_me:$LINENO: result: no" >&5
    2120 $as_echo "no" >&6; }
     1996  { echo "$as_me:$LINENO: result: $CC" >&5
     1997echo "${ECHO_T}$CC" >&6; }
     1998else
     1999  { echo "$as_me:$LINENO: result: no" >&5
     2000echo "${ECHO_T}no" >&6; }
    21212001fi
    21222002
     
    21272007  # Extract the first word of "gcc", so it can be a program name with args.
    21282008set dummy gcc; ac_word=$2
    2129 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2130 $as_echo_n "checking for $ac_word... " >&6; }
     2009{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2010echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    21312011if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2132   $as_echo_n "(cached) " >&6
     2012  echo $ECHO_N "(cached) $ECHO_C" >&6
    21332013else
    21342014  if test -n "$ac_ct_CC"; then
     
    21432023  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    21442024    ac_cv_prog_ac_ct_CC="gcc"
    2145     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2025    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    21462026    break 2
    21472027  fi
     
    21542034ac_ct_CC=$ac_cv_prog_ac_ct_CC
    21552035if test -n "$ac_ct_CC"; then
    2156   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2157 $as_echo "$ac_ct_CC" >&6; }
    2158 else
    2159   { $as_echo "$as_me:$LINENO: result: no" >&5
    2160 $as_echo "no" >&6; }
     2036  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2037echo "${ECHO_T}$ac_ct_CC" >&6; }
     2038else
     2039  { echo "$as_me:$LINENO: result: no" >&5
     2040echo "${ECHO_T}no" >&6; }
    21612041fi
    21622042
     
    21662046    case $cross_compiling:$ac_tool_warned in
    21672047yes:)
    2168 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2048{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    21692049whose name does not start with the host triplet.  If you think this
    21702050configuration is useful to you, please write to autoconf@gnu.org." >&5
    2171 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2051echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    21722052whose name does not start with the host triplet.  If you think this
    21732053configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    21842064    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    21852065set dummy ${ac_tool_prefix}cc; ac_word=$2
    2186 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2187 $as_echo_n "checking for $ac_word... " >&6; }
     2066{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2067echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    21882068if test "${ac_cv_prog_CC+set}" = set; then
    2189   $as_echo_n "(cached) " >&6
     2069  echo $ECHO_N "(cached) $ECHO_C" >&6
    21902070else
    21912071  if test -n "$CC"; then
     
    22002080  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    22012081    ac_cv_prog_CC="${ac_tool_prefix}cc"
    2202     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2082    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    22032083    break 2
    22042084  fi
     
    22112091CC=$ac_cv_prog_CC
    22122092if test -n "$CC"; then
    2213   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2214 $as_echo "$CC" >&6; }
    2215 else
    2216   { $as_echo "$as_me:$LINENO: result: no" >&5
    2217 $as_echo "no" >&6; }
     2093  { echo "$as_me:$LINENO: result: $CC" >&5
     2094echo "${ECHO_T}$CC" >&6; }
     2095else
     2096  { echo "$as_me:$LINENO: result: no" >&5
     2097echo "${ECHO_T}no" >&6; }
    22182098fi
    22192099
     
    22242104  # Extract the first word of "cc", so it can be a program name with args.
    22252105set dummy cc; ac_word=$2
    2226 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2227 $as_echo_n "checking for $ac_word... " >&6; }
     2106{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2107echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    22282108if test "${ac_cv_prog_CC+set}" = set; then
    2229   $as_echo_n "(cached) " >&6
     2109  echo $ECHO_N "(cached) $ECHO_C" >&6
    22302110else
    22312111  if test -n "$CC"; then
     
    22452125     fi
    22462126    ac_cv_prog_CC="cc"
    2247     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2127    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    22482128    break 2
    22492129  fi
     
    22682148CC=$ac_cv_prog_CC
    22692149if test -n "$CC"; then
    2270   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2271 $as_echo "$CC" >&6; }
    2272 else
    2273   { $as_echo "$as_me:$LINENO: result: no" >&5
    2274 $as_echo "no" >&6; }
     2150  { echo "$as_me:$LINENO: result: $CC" >&5
     2151echo "${ECHO_T}$CC" >&6; }
     2152else
     2153  { echo "$as_me:$LINENO: result: no" >&5
     2154echo "${ECHO_T}no" >&6; }
    22752155fi
    22762156
     
    22832163    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    22842164set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2285 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2286 $as_echo_n "checking for $ac_word... " >&6; }
     2165{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2166echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    22872167if test "${ac_cv_prog_CC+set}" = set; then
    2288   $as_echo_n "(cached) " >&6
     2168  echo $ECHO_N "(cached) $ECHO_C" >&6
    22892169else
    22902170  if test -n "$CC"; then
     
    22992179  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    23002180    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    2301     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2181    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    23022182    break 2
    23032183  fi
     
    23102190CC=$ac_cv_prog_CC
    23112191if test -n "$CC"; then
    2312   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2313 $as_echo "$CC" >&6; }
    2314 else
    2315   { $as_echo "$as_me:$LINENO: result: no" >&5
    2316 $as_echo "no" >&6; }
     2192  { echo "$as_me:$LINENO: result: $CC" >&5
     2193echo "${ECHO_T}$CC" >&6; }
     2194else
     2195  { echo "$as_me:$LINENO: result: no" >&5
     2196echo "${ECHO_T}no" >&6; }
    23172197fi
    23182198
     
    23272207  # Extract the first word of "$ac_prog", so it can be a program name with args.
    23282208set dummy $ac_prog; ac_word=$2
    2329 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2330 $as_echo_n "checking for $ac_word... " >&6; }
     2209{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2210echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    23312211if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2332   $as_echo_n "(cached) " >&6
     2212  echo $ECHO_N "(cached) $ECHO_C" >&6
    23332213else
    23342214  if test -n "$ac_ct_CC"; then
     
    23432223  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    23442224    ac_cv_prog_ac_ct_CC="$ac_prog"
    2345     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2225    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    23462226    break 2
    23472227  fi
     
    23542234ac_ct_CC=$ac_cv_prog_ac_ct_CC
    23552235if test -n "$ac_ct_CC"; then
    2356   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2357 $as_echo "$ac_ct_CC" >&6; }
    2358 else
    2359   { $as_echo "$as_me:$LINENO: result: no" >&5
    2360 $as_echo "no" >&6; }
     2236  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2237echo "${ECHO_T}$ac_ct_CC" >&6; }
     2238else
     2239  { echo "$as_me:$LINENO: result: no" >&5
     2240echo "${ECHO_T}no" >&6; }
    23612241fi
    23622242
     
    23702250    case $cross_compiling:$ac_tool_warned in
    23712251yes:)
    2372 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2252{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    23732253whose name does not start with the host triplet.  If you think this
    23742254configuration is useful to you, please write to autoconf@gnu.org." >&5
    2375 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2255echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    23762256whose name does not start with the host triplet.  If you think this
    23772257configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    23852265
    23862266
    2387 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2267test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    23882268See \`config.log' for more details." >&5
    2389 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
     2269echo "$as_me: error: no acceptable C compiler found in \$PATH
    23902270See \`config.log' for more details." >&2;}
    23912271   { (exit 1); exit 1; }; }
    23922272
    23932273# Provide some information about the compiler.
    2394 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
    2395 set X $ac_compile
    2396 ac_compiler=$2
     2274echo "$as_me:$LINENO: checking for C compiler version" >&5
     2275ac_compiler=`set X $ac_compile; echo $2`
    23972276{ (ac_try="$ac_compiler --version >&5"
    23982277case "(($ac_try" in
     
    24002279  *) ac_try_echo=$ac_try;;
    24012280esac
    2402 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2403 $as_echo "$ac_try_echo") >&5
     2281eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    24042282  (eval "$ac_compiler --version >&5") 2>&5
    24052283  ac_status=$?
    2406   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2284  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24072285  (exit $ac_status); }
    24082286{ (ac_try="$ac_compiler -v >&5"
     
    24112289  *) ac_try_echo=$ac_try;;
    24122290esac
    2413 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2414 $as_echo "$ac_try_echo") >&5
     2291eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    24152292  (eval "$ac_compiler -v >&5") 2>&5
    24162293  ac_status=$?
    2417   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2294  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24182295  (exit $ac_status); }
    24192296{ (ac_try="$ac_compiler -V >&5"
     
    24222299  *) ac_try_echo=$ac_try;;
    24232300esac
    2424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2425 $as_echo "$ac_try_echo") >&5
     2301eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    24262302  (eval "$ac_compiler -V >&5") 2>&5
    24272303  ac_status=$?
    2428   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2304  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24292305  (exit $ac_status); }
    24302306
     
    24452321_ACEOF
    24462322ac_clean_files_save=$ac_clean_files
    2447 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
     2323ac_clean_files="$ac_clean_files a.out a.exe b.out"
    24482324# Try to create an executable without -o first, disregard a.out.
    24492325# It will help us diagnose broken compilers, and finding out an intuition
    24502326# of exeext.
    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; }
    2453 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    2454 
    2455 # The possible output files:
    2456 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
    2457 
     2327{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2328echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
     2329ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2330#
     2331# List of possible output files, starting from the most likely.
     2332# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
     2333# only as a last resort.  b.out is created by i960 compilers.
     2334ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
     2335#
     2336# The IRIX 6 linker writes into existing files which may not be
     2337# executable, retaining their permissions.  Remove them first so a
     2338# subsequent execution test works.
    24582339ac_rmfiles=
    24592340for ac_file in $ac_files
    24602341do
    24612342  case $ac_file in
    2462     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2343    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
    24632344    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
    24642345  esac
     
    24712352  *) ac_try_echo=$ac_try;;
    24722353esac
    2473 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2474 $as_echo "$ac_try_echo") >&5
     2354eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    24752355  (eval "$ac_link_default") 2>&5
    24762356  ac_status=$?
    2477   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2357  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24782358  (exit $ac_status); }; then
    24792359  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     
    24862366  test -f "$ac_file" || continue
    24872367  case $ac_file in
    2488     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
     2368    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
    24892369        ;;
    24902370    [ab].out )
     
    25132393fi
    25142394
    2515 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
    2516 $as_echo "$ac_file" >&6; }
     2395{ echo "$as_me:$LINENO: result: $ac_file" >&5
     2396echo "${ECHO_T}$ac_file" >&6; }
    25172397if test -z "$ac_file"; then
    2518   $as_echo "$as_me: failed program was:" >&5
     2398  echo "$as_me: failed program was:" >&5
    25192399sed 's/^/| /' conftest.$ac_ext >&5
    25202400
    2521 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
     2401{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
    25222402See \`config.log' for more details." >&5
    2523 $as_echo "$as_me: error: C compiler cannot create executables
     2403echo "$as_me: error: C compiler cannot create executables
    25242404See \`config.log' for more details." >&2;}
    25252405   { (exit 77); exit 77; }; }
     
    25302410# Check that the compiler produces executables we can run.  If not, either
    25312411# the compiler is broken, or we cross compile.
    2532 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    2533 $as_echo_n "checking whether the C compiler works... " >&6; }
     2412{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2413echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
    25342414# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    25352415# If not cross compiling, check that we can run a simple program.
     
    25402420  *) ac_try_echo=$ac_try;;
    25412421esac
    2542 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2543 $as_echo "$ac_try_echo") >&5
     2422eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    25442423  (eval "$ac_try") 2>&5
    25452424  ac_status=$?
    2546   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2425  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25472426  (exit $ac_status); }; }; then
    25482427    cross_compiling=no
     
    25512430        cross_compiling=yes
    25522431    else
    2553         { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2432        { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
    25542433If you meant to cross compile, use \`--host'.
    25552434See \`config.log' for more details." >&5
    2556 $as_echo "$as_me: error: cannot run C compiled programs.
     2435echo "$as_me: error: cannot run C compiled programs.
    25572436If you meant to cross compile, use \`--host'.
    25582437See \`config.log' for more details." >&2;}
     
    25612440  fi
    25622441fi
    2563 { $as_echo "$as_me:$LINENO: result: yes" >&5
    2564 $as_echo "yes" >&6; }
    2565 
    2566 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
     2442{ echo "$as_me:$LINENO: result: yes" >&5
     2443echo "${ECHO_T}yes" >&6; }
     2444
     2445rm -f a.out a.exe conftest$ac_cv_exeext b.out
    25672446ac_clean_files=$ac_clean_files_save
    25682447# Check that the compiler produces executables we can run.  If not, either
    25692448# the compiler is broken, or we cross compile.
    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; }
     2449{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2450echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
     2451{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2452echo "${ECHO_T}$cross_compiling" >&6; }
     2453
     2454{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2455echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
    25772456if { (ac_try="$ac_link"
    25782457case "(($ac_try" in
     
    25802459  *) ac_try_echo=$ac_try;;
    25812460esac
    2582 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2583 $as_echo "$ac_try_echo") >&5
     2461eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    25842462  (eval "$ac_link") 2>&5
    25852463  ac_status=$?
    2586   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2464  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25872465  (exit $ac_status); }; then
    25882466  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    25932471  test -f "$ac_file" || continue
    25942472  case $ac_file in
    2595     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2473    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
    25962474    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    25972475          break;;
     
    26002478done
    26012479else
    2602   { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     2480  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    26032481See \`config.log' for more details." >&5
    2604 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     2482echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    26052483See \`config.log' for more details." >&2;}
    26062484   { (exit 1); exit 1; }; }
     
    26082486
    26092487rm -f conftest$ac_cv_exeext
    2610 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    2611 $as_echo "$ac_cv_exeext" >&6; }
     2488{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     2489echo "${ECHO_T}$ac_cv_exeext" >&6; }
    26122490
    26132491rm -f conftest.$ac_ext
    26142492EXEEXT=$ac_cv_exeext
    26152493ac_exeext=$EXEEXT
    2616 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
    2617 $as_echo_n "checking for suffix of object files... " >&6; }
     2494{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
     2495echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
    26182496if test "${ac_cv_objext+set}" = set; then
    2619   $as_echo_n "(cached) " >&6
     2497  echo $ECHO_N "(cached) $ECHO_C" >&6
    26202498else
    26212499  cat >conftest.$ac_ext <<_ACEOF
     
    26402518  *) ac_try_echo=$ac_try;;
    26412519esac
    2642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2643 $as_echo "$ac_try_echo") >&5
     2520eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    26442521  (eval "$ac_compile") 2>&5
    26452522  ac_status=$?
    2646   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2523  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26472524  (exit $ac_status); }; then
    26482525  for ac_file in conftest.o conftest.obj conftest.*; do
    26492526  test -f "$ac_file" || continue;
    26502527  case $ac_file in
    2651     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
     2528    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
    26522529    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    26532530       break;;
     
    26552532done
    26562533else
    2657   $as_echo "$as_me: failed program was:" >&5
     2534  echo "$as_me: failed program was:" >&5
    26582535sed 's/^/| /' conftest.$ac_ext >&5
    26592536
    2660 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     2537{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    26612538See \`config.log' for more details." >&5
    2662 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
     2539echo "$as_me: error: cannot compute suffix of object files: cannot compile
    26632540See \`config.log' for more details." >&2;}
    26642541   { (exit 1); exit 1; }; }
     
    26672544rm -f conftest.$ac_cv_objext conftest.$ac_ext
    26682545fi
    2669 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    2670 $as_echo "$ac_cv_objext" >&6; }
     2546{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     2547echo "${ECHO_T}$ac_cv_objext" >&6; }
    26712548OBJEXT=$ac_cv_objext
    26722549ac_objext=$OBJEXT
    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; }
     2550{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     2551echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
    26752552if test "${ac_cv_c_compiler_gnu+set}" = set; then
    2676   $as_echo_n "(cached) " >&6
     2553  echo $ECHO_N "(cached) $ECHO_C" >&6
    26772554else
    26782555  cat >conftest.$ac_ext <<_ACEOF
     
    27002577  *) ac_try_echo=$ac_try;;
    27012578esac
    2702 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2703 $as_echo "$ac_try_echo") >&5
     2579eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    27042580  (eval "$ac_compile") 2>conftest.er1
    27052581  ac_status=$?
     
    27072583  rm -f conftest.er1
    27082584  cat conftest.err >&5
    2709   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2585  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27102586  (exit $ac_status); } && {
    27112587         test -z "$ac_c_werror_flag" ||
     
    27142590  ac_compiler_gnu=yes
    27152591else
    2716   $as_echo "$as_me: failed program was:" >&5
     2592  echo "$as_me: failed program was:" >&5
    27172593sed 's/^/| /' conftest.$ac_ext >&5
    27182594
     
    27242600
    27252601fi
    2726 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    2727 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
    2728 if test $ac_compiler_gnu = yes; then
    2729   GCC=yes
    2730 else
    2731   GCC=
    2732 fi
     2602{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     2603echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
     2604GCC=`test $ac_compiler_gnu = yes && echo yes`
    27332605ac_test_CFLAGS=${CFLAGS+set}
    27342606ac_save_CFLAGS=$CFLAGS
    2735 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    2736 $as_echo_n "checking whether $CC accepts -g... " >&6; }
     2607{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     2608echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
    27372609if test "${ac_cv_prog_cc_g+set}" = set; then
    2738   $as_echo_n "(cached) " >&6
     2610  echo $ECHO_N "(cached) $ECHO_C" >&6
    27392611else
    27402612  ac_save_c_werror_flag=$ac_c_werror_flag
     
    27632635  *) ac_try_echo=$ac_try;;
    27642636esac
    2765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2766 $as_echo "$ac_try_echo") >&5
     2637eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    27672638  (eval "$ac_compile") 2>conftest.er1
    27682639  ac_status=$?
     
    27702641  rm -f conftest.er1
    27712642  cat conftest.err >&5
    2772   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2643  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27732644  (exit $ac_status); } && {
    27742645         test -z "$ac_c_werror_flag" ||
     
    27772648  ac_cv_prog_cc_g=yes
    27782649else
    2779   $as_echo "$as_me: failed program was:" >&5
     2650  echo "$as_me: failed program was:" >&5
    27802651sed 's/^/| /' conftest.$ac_ext >&5
    27812652
     
    28022673  *) ac_try_echo=$ac_try;;
    28032674esac
    2804 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2805 $as_echo "$ac_try_echo") >&5
     2675eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    28062676  (eval "$ac_compile") 2>conftest.er1
    28072677  ac_status=$?
     
    28092679  rm -f conftest.er1
    28102680  cat conftest.err >&5
    2811   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2681  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28122682  (exit $ac_status); } && {
    28132683         test -z "$ac_c_werror_flag" ||
     
    28162686  :
    28172687else
    2818   $as_echo "$as_me: failed program was:" >&5
     2688  echo "$as_me: failed program was:" >&5
    28192689sed 's/^/| /' conftest.$ac_ext >&5
    28202690
     
    28422712  *) ac_try_echo=$ac_try;;
    28432713esac
    2844 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2845 $as_echo "$ac_try_echo") >&5
     2714eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    28462715  (eval "$ac_compile") 2>conftest.er1
    28472716  ac_status=$?
     
    28492718  rm -f conftest.er1
    28502719  cat conftest.err >&5
    2851   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2720  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28522721  (exit $ac_status); } && {
    28532722         test -z "$ac_c_werror_flag" ||
     
    28562725  ac_cv_prog_cc_g=yes
    28572726else
    2858   $as_echo "$as_me: failed program was:" >&5
     2727  echo "$as_me: failed program was:" >&5
    28592728sed 's/^/| /' conftest.$ac_ext >&5
    28602729
     
    28712740   ac_c_werror_flag=$ac_save_c_werror_flag
    28722741fi
    2873 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    2874 $as_echo "$ac_cv_prog_cc_g" >&6; }
     2742{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     2743echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
    28752744if test "$ac_test_CFLAGS" = set; then
    28762745  CFLAGS=$ac_save_CFLAGS
     
    28882757  fi
    28892758fi
    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; }
     2759{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     2760echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
    28922761if test "${ac_cv_prog_cc_c89+set}" = set; then
    2893   $as_echo_n "(cached) " >&6
     2762  echo $ECHO_N "(cached) $ECHO_C" >&6
    28942763else
    28952764  ac_cv_prog_cc_c89=no
     
    29622831  *) ac_try_echo=$ac_try;;
    29632832esac
    2964 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2965 $as_echo "$ac_try_echo") >&5
     2833eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    29662834  (eval "$ac_compile") 2>conftest.er1
    29672835  ac_status=$?
     
    29692837  rm -f conftest.er1
    29702838  cat conftest.err >&5
    2971   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2839  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29722840  (exit $ac_status); } && {
    29732841         test -z "$ac_c_werror_flag" ||
     
    29762844  ac_cv_prog_cc_c89=$ac_arg
    29772845else
    2978   $as_echo "$as_me: failed program was:" >&5
     2846  echo "$as_me: failed program was:" >&5
    29792847sed 's/^/| /' conftest.$ac_ext >&5
    29802848
     
    29922860case "x$ac_cv_prog_cc_c89" in
    29932861  x)
    2994     { $as_echo "$as_me:$LINENO: result: none needed" >&5
    2995 $as_echo "none needed" >&6; } ;;
     2862    { echo "$as_me:$LINENO: result: none needed" >&5
     2863echo "${ECHO_T}none needed" >&6; } ;;
    29962864  xno)
    2997     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
    2998 $as_echo "unsupported" >&6; } ;;
     2865    { echo "$as_me:$LINENO: result: unsupported" >&5
     2866echo "${ECHO_T}unsupported" >&6; } ;;
    29992867  *)
    30002868    CC="$CC $ac_cv_prog_cc_c89"
    3001     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
    3002 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
     2869    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     2870echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
    30032871esac
    30042872
     
    30192887    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    30202888set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    3021 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3022 $as_echo_n "checking for $ac_word... " >&6; }
     2889{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2890echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    30232891if test "${ac_cv_prog_F77+set}" = set; then
    3024   $as_echo_n "(cached) " >&6
     2892  echo $ECHO_N "(cached) $ECHO_C" >&6
    30252893else
    30262894  if test -n "$F77"; then
     
    30352903  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    30362904    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
    3037     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2905    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    30382906    break 2
    30392907  fi
     
    30462914F77=$ac_cv_prog_F77
    30472915if test -n "$F77"; then
    3048   { $as_echo "$as_me:$LINENO: result: $F77" >&5
    3049 $as_echo "$F77" >&6; }
    3050 else
    3051   { $as_echo "$as_me:$LINENO: result: no" >&5
    3052 $as_echo "no" >&6; }
     2916  { echo "$as_me:$LINENO: result: $F77" >&5
     2917echo "${ECHO_T}$F77" >&6; }
     2918else
     2919  { echo "$as_me:$LINENO: result: no" >&5
     2920echo "${ECHO_T}no" >&6; }
    30532921fi
    30542922
     
    30632931  # Extract the first word of "$ac_prog", so it can be a program name with args.
    30642932set dummy $ac_prog; ac_word=$2
    3065 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3066 $as_echo_n "checking for $ac_word... " >&6; }
     2933{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2934echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    30672935if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
    3068   $as_echo_n "(cached) " >&6
     2936  echo $ECHO_N "(cached) $ECHO_C" >&6
    30692937else
    30702938  if test -n "$ac_ct_F77"; then
     
    30792947  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    30802948    ac_cv_prog_ac_ct_F77="$ac_prog"
    3081     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2949    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    30822950    break 2
    30832951  fi
     
    30902958ac_ct_F77=$ac_cv_prog_ac_ct_F77
    30912959if test -n "$ac_ct_F77"; then
    3092   { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
    3093 $as_echo "$ac_ct_F77" >&6; }
    3094 else
    3095   { $as_echo "$as_me:$LINENO: result: no" >&5
    3096 $as_echo "no" >&6; }
     2960  { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
     2961echo "${ECHO_T}$ac_ct_F77" >&6; }
     2962else
     2963  { echo "$as_me:$LINENO: result: no" >&5
     2964echo "${ECHO_T}no" >&6; }
    30972965fi
    30982966
     
    31062974    case $cross_compiling:$ac_tool_warned in
    31072975yes:)
    3108 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2976{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    31092977whose name does not start with the host triplet.  If you think this
    31102978configuration is useful to you, please write to autoconf@gnu.org." >&5
    3111 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2979echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    31122980whose name does not start with the host triplet.  If you think this
    31132981configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    31202988
    31212989# Provide some information about the compiler.
    3122 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
    3123 set X $ac_compile
    3124 ac_compiler=$2
     2990echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
     2991ac_compiler=`set X $ac_compile; echo $2`
    31252992{ (ac_try="$ac_compiler --version >&5"
    31262993case "(($ac_try" in
     
    31282995  *) ac_try_echo=$ac_try;;
    31292996esac
    3130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3131 $as_echo "$ac_try_echo") >&5
     2997eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31322998  (eval "$ac_compiler --version >&5") 2>&5
    31332999  ac_status=$?
    3134   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3000  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31353001  (exit $ac_status); }
    31363002{ (ac_try="$ac_compiler -v >&5"
     
    31393005  *) ac_try_echo=$ac_try;;
    31403006esac
    3141 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3142 $as_echo "$ac_try_echo") >&5
     3007eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31433008  (eval "$ac_compiler -v >&5") 2>&5
    31443009  ac_status=$?
    3145   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3010  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31463011  (exit $ac_status); }
    31473012{ (ac_try="$ac_compiler -V >&5"
     
    31503015  *) ac_try_echo=$ac_try;;
    31513016esac
    3152 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3153 $as_echo "$ac_try_echo") >&5
     3017eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31543018  (eval "$ac_compiler -V >&5") 2>&5
    31553019  ac_status=$?
    3156   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3020  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31573021  (exit $ac_status); }
    31583022rm -f a.out
     
    31623026ac_save_ext=$ac_ext
    31633027ac_ext=F
    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; }
     3028{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
     3029echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
    31663030if test "${ac_cv_f77_compiler_gnu+set}" = set; then
    3167   $as_echo_n "(cached) " >&6
     3031  echo $ECHO_N "(cached) $ECHO_C" >&6
    31683032else
    31693033  cat >conftest.$ac_ext <<_ACEOF
     
    31813045  *) ac_try_echo=$ac_try;;
    31823046esac
    3183 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3184 $as_echo "$ac_try_echo") >&5
     3047eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31853048  (eval "$ac_compile") 2>conftest.er1
    31863049  ac_status=$?
     
    31883051  rm -f conftest.er1
    31893052  cat conftest.err >&5
    3190   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3053  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31913054  (exit $ac_status); } && {
    31923055         test -z "$ac_f77_werror_flag" ||
     
    31953058  ac_compiler_gnu=yes
    31963059else
    3197   $as_echo "$as_me: failed program was:" >&5
     3060  echo "$as_me: failed program was:" >&5
    31983061sed 's/^/| /' conftest.$ac_ext >&5
    31993062
     
    32053068
    32063069fi
    3207 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
    3208 $as_echo "$ac_cv_f77_compiler_gnu" >&6; }
     3070{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
     3071echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
    32093072ac_ext=$ac_save_ext
    32103073ac_test_FFLAGS=${FFLAGS+set}
    32113074ac_save_FFLAGS=$FFLAGS
    32123075FFLAGS=
    3213 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
    3214 $as_echo_n "checking whether $F77 accepts -g... " >&6; }
     3076{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
     3077echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
    32153078if test "${ac_cv_prog_f77_g+set}" = set; then
    3216   $as_echo_n "(cached) " >&6
     3079  echo $ECHO_N "(cached) $ECHO_C" >&6
    32173080else
    32183081  FFLAGS=-g
     
    32283091  *) ac_try_echo=$ac_try;;
    32293092esac
    3230 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3231 $as_echo "$ac_try_echo") >&5
     3093eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    32323094  (eval "$ac_compile") 2>conftest.er1
    32333095  ac_status=$?
     
    32353097  rm -f conftest.er1
    32363098  cat conftest.err >&5
    3237   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3099  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32383100  (exit $ac_status); } && {
    32393101         test -z "$ac_f77_werror_flag" ||
     
    32423104  ac_cv_prog_f77_g=yes
    32433105else
    3244   $as_echo "$as_me: failed program was:" >&5
     3106  echo "$as_me: failed program was:" >&5
    32453107sed 's/^/| /' conftest.$ac_ext >&5
    32463108
     
    32513113
    32523114fi
    3253 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
    3254 $as_echo "$ac_cv_prog_f77_g" >&6; }
     3115{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
     3116echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
    32553117if test "$ac_test_FFLAGS" = set; then
    32563118  FFLAGS=$ac_save_FFLAGS
     
    32693131fi
    32703132
    3271 if test $ac_compiler_gnu = yes; then
    3272   G77=yes
    3273 else
    3274   G77=
    3275 fi
     3133G77=`test $ac_compiler_gnu = yes && echo yes`
    32763134ac_ext=c
    32773135ac_cpp='$CPP $CPPFLAGS'
     
    33003158# OS/2's system install, which has a completely different semantic
    33013159# ./install, which can be erroneously created by make from ./install.sh.
    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; }
     3160{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     3161echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
    33053162if test -z "$INSTALL"; then
    33063163if test "${ac_cv_path_install+set}" = set; then
    3307   $as_echo_n "(cached) " >&6
     3164  echo $ECHO_N "(cached) $ECHO_C" >&6
    33083165else
    33093166  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    33343191            :
    33353192          else
    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
     3193            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     3194            break 3
    33483195          fi
    33493196        fi
     
    33523199    ;;
    33533200esac
    3354 
    33553201done
    33563202IFS=$as_save_IFS
    33573203
    3358 rm -rf conftest.one conftest.two conftest.dir
    33593204
    33603205fi
     
    33693214  fi
    33703215fi
    3371 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
    3372 $as_echo "$INSTALL" >&6; }
     3216{ echo "$as_me:$LINENO: result: $INSTALL" >&5
     3217echo "${ECHO_T}$INSTALL" >&6; }
    33733218
    33743219# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    33833228  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    33843229set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    3385 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3386 $as_echo_n "checking for $ac_word... " >&6; }
     3230{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3231echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    33873232if test "${ac_cv_prog_RANLIB+set}" = set; then
    3388   $as_echo_n "(cached) " >&6
     3233  echo $ECHO_N "(cached) $ECHO_C" >&6
    33893234else
    33903235  if test -n "$RANLIB"; then
     
    33993244  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    34003245    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    3401     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3246    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    34023247    break 2
    34033248  fi
     
    34103255RANLIB=$ac_cv_prog_RANLIB
    34113256if test -n "$RANLIB"; then
    3412   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
    3413 $as_echo "$RANLIB" >&6; }
    3414 else
    3415   { $as_echo "$as_me:$LINENO: result: no" >&5
    3416 $as_echo "no" >&6; }
     3257  { echo "$as_me:$LINENO: result: $RANLIB" >&5
     3258echo "${ECHO_T}$RANLIB" >&6; }
     3259else
     3260  { echo "$as_me:$LINENO: result: no" >&5
     3261echo "${ECHO_T}no" >&6; }
    34173262fi
    34183263
     
    34233268  # Extract the first word of "ranlib", so it can be a program name with args.
    34243269set dummy ranlib; ac_word=$2
    3425 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3426 $as_echo_n "checking for $ac_word... " >&6; }
     3270{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3271echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    34273272if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    3428   $as_echo_n "(cached) " >&6
     3273  echo $ECHO_N "(cached) $ECHO_C" >&6
    34293274else
    34303275  if test -n "$ac_ct_RANLIB"; then
     
    34393284  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    34403285    ac_cv_prog_ac_ct_RANLIB="ranlib"
    3441     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3286    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    34423287    break 2
    34433288  fi
     
    34503295ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    34513296if test -n "$ac_ct_RANLIB"; then
    3452   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    3453 $as_echo "$ac_ct_RANLIB" >&6; }
    3454 else
    3455   { $as_echo "$as_me:$LINENO: result: no" >&5
    3456 $as_echo "no" >&6; }
     3297  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     3298echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
     3299else
     3300  { echo "$as_me:$LINENO: result: no" >&5
     3301echo "${ECHO_T}no" >&6; }
    34573302fi
    34583303
     
    34623307    case $cross_compiling:$ac_tool_warned in
    34633308yes:)
    3464 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     3309{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    34653310whose name does not start with the host triplet.  If you think this
    34663311configuration is useful to you, please write to autoconf@gnu.org." >&5
    3467 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     3312echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    34683313whose name does not start with the host triplet.  If you think this
    34693314configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    34763321fi
    34773322
    3478 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
    3479 $as_echo_n "checking whether ln -s works... " >&6; }
     3323{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
     3324echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
    34803325LN_S=$as_ln_s
    34813326if test "$LN_S" = "ln -s"; then
    3482   { $as_echo "$as_me:$LINENO: result: yes" >&5
    3483 $as_echo "yes" >&6; }
    3484 else
    3485   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
    3486 $as_echo "no, using $LN_S" >&6; }
    3487 fi
    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; }
     3327  { echo "$as_me:$LINENO: result: yes" >&5
     3328echo "${ECHO_T}yes" >&6; }
     3329else
     3330  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
     3331echo "${ECHO_T}no, using $LN_S" >&6; }
     3332fi
     3333
     3334{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
     3335echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
    34913336if test -z "$MKDIR_P"; then
    34923337  if test "${ac_cv_path_mkdir+set}" = set; then
    3493   $as_echo_n "(cached) " >&6
     3338  echo $ECHO_N "(cached) $ECHO_C" >&6
    34943339else
    34953340  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    35263371  fi
    35273372fi
    3528 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
    3529 $as_echo "$MKDIR_P" >&6; }
     3373{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
     3374echo "${ECHO_T}$MKDIR_P" >&6; }
    35303375
    35313376
     
    35363381ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    35373382ac_compiler_gnu=$ac_cv_c_compiler_gnu
    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; }
     3383{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     3384echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
    35403385# On Suns, sometimes $CPP names a directory.
    35413386if test -n "$CPP" && test -d "$CPP"; then
     
    35443389if test -z "$CPP"; then
    35453390  if test "${ac_cv_prog_CPP+set}" = set; then
    3546   $as_echo_n "(cached) " >&6
     3391  echo $ECHO_N "(cached) $ECHO_C" >&6
    35473392else
    35483393      # Double quotes because CPP needs to be expanded
     
    35763421  *) ac_try_echo=$ac_try;;
    35773422esac
    3578 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3579 $as_echo "$ac_try_echo") >&5
     3423eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    35803424  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    35813425  ac_status=$?
     
    35833427  rm -f conftest.er1
    35843428  cat conftest.err >&5
    3585   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3429  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    35863430  (exit $ac_status); } >/dev/null && {
    35873431         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    35903434  :
    35913435else
    3592   $as_echo "$as_me: failed program was:" >&5
     3436  echo "$as_me: failed program was:" >&5
    35933437sed 's/^/| /' conftest.$ac_ext >&5
    35943438
     
    36143458  *) ac_try_echo=$ac_try;;
    36153459esac
    3616 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3617 $as_echo "$ac_try_echo") >&5
     3460eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    36183461  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    36193462  ac_status=$?
     
    36213464  rm -f conftest.er1
    36223465  cat conftest.err >&5
    3623   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3466  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    36243467  (exit $ac_status); } >/dev/null && {
    36253468         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    36293472continue
    36303473else
    3631   $as_echo "$as_me: failed program was:" >&5
     3474  echo "$as_me: failed program was:" >&5
    36323475sed 's/^/| /' conftest.$ac_ext >&5
    36333476
     
    36543497  ac_cv_prog_CPP=$CPP
    36553498fi
    3656 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
    3657 $as_echo "$CPP" >&6; }
     3499{ echo "$as_me:$LINENO: result: $CPP" >&5
     3500echo "${ECHO_T}$CPP" >&6; }
    36583501ac_preproc_ok=false
    36593502for ac_c_preproc_warn_flag in '' yes
     
    36833526  *) ac_try_echo=$ac_try;;
    36843527esac
    3685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3686 $as_echo "$ac_try_echo") >&5
     3528eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    36873529  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    36883530  ac_status=$?
     
    36903532  rm -f conftest.er1
    36913533  cat conftest.err >&5
    3692   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3534  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    36933535  (exit $ac_status); } >/dev/null && {
    36943536         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    36973539  :
    36983540else
    3699   $as_echo "$as_me: failed program was:" >&5
     3541  echo "$as_me: failed program was:" >&5
    37003542sed 's/^/| /' conftest.$ac_ext >&5
    37013543
     
    37213563  *) ac_try_echo=$ac_try;;
    37223564esac
    3723 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3724 $as_echo "$ac_try_echo") >&5
     3565eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    37253566  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    37263567  ac_status=$?
     
    37283569  rm -f conftest.er1
    37293570  cat conftest.err >&5
    3730   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3571  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37313572  (exit $ac_status); } >/dev/null && {
    37323573         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    37363577continue
    37373578else
    3738   $as_echo "$as_me: failed program was:" >&5
     3579  echo "$as_me: failed program was:" >&5
    37393580sed 's/^/| /' conftest.$ac_ext >&5
    37403581
     
    37523593  :
    37533594else
    3754   { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     3595  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    37553596See \`config.log' for more details." >&5
    3756 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     3597echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    37573598See \`config.log' for more details." >&2;}
    37583599   { (exit 1); exit 1; }; }
     
    37663607
    37673608
    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; }
     3609{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
     3610echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
    37703611if test "${ac_cv_path_GREP+set}" = set; then
    3771   $as_echo_n "(cached) " >&6
    3772 else
    3773   if test -z "$GREP"; then
     3612  echo $ECHO_N "(cached) $ECHO_C" >&6
     3613else
     3614  # Extract the first word of "grep ggrep" to use in msg output
     3615if test -z "$GREP"; then
     3616set dummy grep ggrep; ac_prog_name=$2
     3617if test "${ac_cv_path_GREP+set}" = set; then
     3618  echo $ECHO_N "(cached) $ECHO_C" >&6
     3619else
    37743620  ac_path_GREP_found=false
    3775   # Loop through the user's path and test for each of PROGNAME-LIST
    3776   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     3621# Loop through the user's path and test for each of PROGNAME-LIST
     3622as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    37773623for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    37783624do
     
    37803626  test -z "$as_dir" && as_dir=.
    37813627  for ac_prog in grep ggrep; do
    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.
     3628  for ac_exec_ext in '' $ac_executable_extensions; do
     3629    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
     3630    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
     3631    # Check for GNU ac_path_GREP and select it if it is found.
    37863632  # Check for GNU $ac_path_GREP
    37873633case `"$ac_path_GREP" --version 2>&1` in
     
    37903636*)
    37913637  ac_count=0
    3792   $as_echo_n 0123456789 >"conftest.in"
     3638  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
    37933639  while :
    37943640  do
     
    37963642    mv "conftest.tmp" "conftest.in"
    37973643    cp "conftest.in" "conftest.nl"
    3798     $as_echo 'GREP' >> "conftest.nl"
     3644    echo 'GREP' >> "conftest.nl"
    37993645    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    38003646    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    38113657esac
    38123658
    3813       $ac_path_GREP_found && break 3
    3814     done
     3659
     3660    $ac_path_GREP_found && break 3
    38153661  done
    38163662done
     3663
     3664done
    38173665IFS=$as_save_IFS
    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;}
     3666
     3667
     3668fi
     3669
     3670GREP="$ac_cv_path_GREP"
     3671if test -z "$GREP"; then
     3672  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     3673echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    38213674   { (exit 1); exit 1; }; }
    3822   fi
     3675fi
     3676
    38233677else
    38243678  ac_cv_path_GREP=$GREP
    38253679fi
    38263680
    3827 fi
    3828 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
    3829 $as_echo "$ac_cv_path_GREP" >&6; }
     3681
     3682fi
     3683{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
     3684echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
    38303685 GREP="$ac_cv_path_GREP"
    38313686
    38323687
    3833 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
    3834 $as_echo_n "checking for egrep... " >&6; }
     3688{ echo "$as_me:$LINENO: checking for egrep" >&5
     3689echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
    38353690if test "${ac_cv_path_EGREP+set}" = set; then
    3836   $as_echo_n "(cached) " >&6
     3691  echo $ECHO_N "(cached) $ECHO_C" >&6
    38373692else
    38383693  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
    38393694   then ac_cv_path_EGREP="$GREP -E"
    38403695   else
    3841      if test -z "$EGREP"; then
     3696     # Extract the first word of "egrep" to use in msg output
     3697if test -z "$EGREP"; then
     3698set dummy egrep; ac_prog_name=$2
     3699if test "${ac_cv_path_EGREP+set}" = set; then
     3700  echo $ECHO_N "(cached) $ECHO_C" >&6
     3701else
    38423702  ac_path_EGREP_found=false
    3843   # Loop through the user's path and test for each of PROGNAME-LIST
    3844   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     3703# Loop through the user's path and test for each of PROGNAME-LIST
     3704as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    38453705for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    38463706do
     
    38483708  test -z "$as_dir" && as_dir=.
    38493709  for ac_prog in egrep; do
    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.
     3710  for ac_exec_ext in '' $ac_executable_extensions; do
     3711    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
     3712    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
     3713    # Check for GNU ac_path_EGREP and select it if it is found.
    38543714  # Check for GNU $ac_path_EGREP
    38553715case `"$ac_path_EGREP" --version 2>&1` in
     
    38583718*)
    38593719  ac_count=0
    3860   $as_echo_n 0123456789 >"conftest.in"
     3720  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
    38613721  while :
    38623722  do
     
    38643724    mv "conftest.tmp" "conftest.in"
    38653725    cp "conftest.in" "conftest.nl"
    3866     $as_echo 'EGREP' >> "conftest.nl"
     3726    echo 'EGREP' >> "conftest.nl"
    38673727    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    38683728    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    38793739esac
    38803740
    3881       $ac_path_EGREP_found && break 3
    3882     done
     3741
     3742    $ac_path_EGREP_found && break 3
    38833743  done
    38843744done
     3745
     3746done
    38853747IFS=$as_save_IFS
    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;}
     3748
     3749
     3750fi
     3751
     3752EGREP="$ac_cv_path_EGREP"
     3753if test -z "$EGREP"; then
     3754  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     3755echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    38893756   { (exit 1); exit 1; }; }
    3890   fi
     3757fi
     3758
    38913759else
    38923760  ac_cv_path_EGREP=$EGREP
    38933761fi
    38943762
     3763
    38953764   fi
    38963765fi
    3897 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
    3898 $as_echo "$ac_cv_path_EGREP" >&6; }
     3766{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
     3767echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
    38993768 EGREP="$ac_cv_path_EGREP"
    39003769
    39013770
    3902 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
    3903 $as_echo_n "checking for ANSI C header files... " >&6; }
     3771{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     3772echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
    39043773if test "${ac_cv_header_stdc+set}" = set; then
    3905   $as_echo_n "(cached) " >&6
     3774  echo $ECHO_N "(cached) $ECHO_C" >&6
    39063775else
    39073776  cat >conftest.$ac_ext <<_ACEOF
     
    39303799  *) ac_try_echo=$ac_try;;
    39313800esac
    3932 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3933 $as_echo "$ac_try_echo") >&5
     3801eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    39343802  (eval "$ac_compile") 2>conftest.er1
    39353803  ac_status=$?
     
    39373805  rm -f conftest.er1
    39383806  cat conftest.err >&5
    3939   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3807  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39403808  (exit $ac_status); } && {
    39413809         test -z "$ac_c_werror_flag" ||
     
    39443812  ac_cv_header_stdc=yes
    39453813else
    3946   $as_echo "$as_me: failed program was:" >&5
     3814  echo "$as_me: failed program was:" >&5
    39473815sed 's/^/| /' conftest.$ac_ext >&5
    39483816
     
    40363904  *) ac_try_echo=$ac_try;;
    40373905esac
    4038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4039 $as_echo "$ac_try_echo") >&5
     3906eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    40403907  (eval "$ac_link") 2>&5
    40413908  ac_status=$?
    4042   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3909  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40433910  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    40443911  { (case "(($ac_try" in
     
    40463913  *) ac_try_echo=$ac_try;;
    40473914esac
    4048 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4049 $as_echo "$ac_try_echo") >&5
     3915eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    40503916  (eval "$ac_try") 2>&5
    40513917  ac_status=$?
    4052   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3918  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40533919  (exit $ac_status); }; }; then
    40543920  :
    40553921else
    4056   $as_echo "$as_me: program exited with status $ac_status" >&5
    4057 $as_echo "$as_me: failed program was:" >&5
     3922  echo "$as_me: program exited with status $ac_status" >&5
     3923echo "$as_me: failed program was:" >&5
    40583924sed 's/^/| /' conftest.$ac_ext >&5
    40593925
     
    40613927ac_cv_header_stdc=no
    40623928fi
    4063 rm -rf conftest.dSYM
    40643929rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    40653930fi
     
    40683933fi
    40693934fi
    4070 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
    4071 $as_echo "$ac_cv_header_stdc" >&6; }
     3935{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     3936echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
    40723937if test $ac_cv_header_stdc = yes; then
    40733938
     
    40783943fi
    40793944
    4080 { $as_echo "$as_me:$LINENO: checking for atol" >&5
    4081 $as_echo_n "checking for atol... " >&6; }
     3945{ echo "$as_me:$LINENO: checking for atol" >&5
     3946echo $ECHO_N "checking for atol... $ECHO_C" >&6; }
    40823947if test "${ac_cv_func_atol+set}" = set; then
    4083   $as_echo_n "(cached) " >&6
     3948  echo $ECHO_N "(cached) $ECHO_C" >&6
    40843949else
    40853950  cat >conftest.$ac_ext <<_ACEOF
     
    41343999  *) ac_try_echo=$ac_try;;
    41354000esac
    4136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4137 $as_echo "$ac_try_echo") >&5
     4001eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    41384002  (eval "$ac_link") 2>conftest.er1
    41394003  ac_status=$?
     
    41414005  rm -f conftest.er1
    41424006  cat conftest.err >&5
    4143   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4007  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    41444008  (exit $ac_status); } && {
    41454009         test -z "$ac_c_werror_flag" ||
    41464010         test ! -s conftest.err
    4147        } && test -s conftest$ac_exeext && {
    4148          test "$cross_compiling" = yes ||
    4149          $as_test_x conftest$ac_exeext
    4150        }; then
     4011       } && test -s conftest$ac_exeext &&
     4012       $as_test_x conftest$ac_exeext; then
    41514013  ac_cv_func_atol=yes
    41524014else
    4153   $as_echo "$as_me: failed program was:" >&5
     4015  echo "$as_me: failed program was:" >&5
    41544016sed 's/^/| /' conftest.$ac_ext >&5
    41554017
     
    41574019fi
    41584020
    4159 rm -rf conftest.dSYM
    41604021rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    41614022      conftest$ac_exeext conftest.$ac_ext
    41624023fi
    4163 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5
    4164 $as_echo "$ac_cv_func_atol" >&6; }
     4024{ echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5
     4025echo "${ECHO_T}$ac_cv_func_atol" >&6; }
    41654026if test $ac_cv_func_atol = yes; then
    41664027  :
    41674028else
    4168   { { $as_echo "$as_me:$LINENO: error: oops! no atol ?!?" >&5
    4169 $as_echo "$as_me: error: oops! no atol ?!?" >&2;}
     4029  { { echo "$as_me:$LINENO: error: oops! no atol ?!?" >&5
     4030echo "$as_me: error: oops! no atol ?!?" >&2;}
    41704031   { (exit 1); exit 1; }; }
    41714032fi
     
    41864047    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    41874048set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    4188 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    4189 $as_echo_n "checking for $ac_word... " >&6; }
     4049{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     4050echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    41904051if test "${ac_cv_prog_CXX+set}" = set; then
    4191   $as_echo_n "(cached) " >&6
     4052  echo $ECHO_N "(cached) $ECHO_C" >&6
    41924053else
    41934054  if test -n "$CXX"; then
     
    42024063  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    42034064    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    4204     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4065    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    42054066    break 2
    42064067  fi
     
    42134074CXX=$ac_cv_prog_CXX
    42144075if test -n "$CXX"; then
    4215   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
    4216 $as_echo "$CXX" >&6; }
    4217 else
    4218   { $as_echo "$as_me:$LINENO: result: no" >&5
    4219 $as_echo "no" >&6; }
     4076  { echo "$as_me:$LINENO: result: $CXX" >&5
     4077echo "${ECHO_T}$CXX" >&6; }
     4078else
     4079  { echo "$as_me:$LINENO: result: no" >&5
     4080echo "${ECHO_T}no" >&6; }
    42204081fi
    42214082
     
    42304091  # Extract the first word of "$ac_prog", so it can be a program name with args.
    42314092set dummy $ac_prog; ac_word=$2
    4232 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    4233 $as_echo_n "checking for $ac_word... " >&6; }
     4093{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     4094echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    42344095if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
    4235   $as_echo_n "(cached) " >&6
     4096  echo $ECHO_N "(cached) $ECHO_C" >&6
    42364097else
    42374098  if test -n "$ac_ct_CXX"; then
     
    42464107  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    42474108    ac_cv_prog_ac_ct_CXX="$ac_prog"
    4248     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4109    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    42494110    break 2
    42504111  fi
     
    42574118ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    42584119if test -n "$ac_ct_CXX"; then
    4259   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
    4260 $as_echo "$ac_ct_CXX" >&6; }
    4261 else
    4262   { $as_echo "$as_me:$LINENO: result: no" >&5
    4263 $as_echo "no" >&6; }
     4120  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
     4121echo "${ECHO_T}$ac_ct_CXX" >&6; }
     4122else
     4123  { echo "$as_me:$LINENO: result: no" >&5
     4124echo "${ECHO_T}no" >&6; }
    42644125fi
    42654126
     
    42734134    case $cross_compiling:$ac_tool_warned in
    42744135yes:)
    4275 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     4136{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    42764137whose name does not start with the host triplet.  If you think this
    42774138configuration is useful to you, please write to autoconf@gnu.org." >&5
    4278 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     4139echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    42794140whose name does not start with the host triplet.  If you think this
    42804141configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    42884149fi
    42894150# Provide some information about the compiler.
    4290 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
    4291 set X $ac_compile
    4292 ac_compiler=$2
     4151echo "$as_me:$LINENO: checking for C++ compiler version" >&5
     4152ac_compiler=`set X $ac_compile; echo $2`
    42934153{ (ac_try="$ac_compiler --version >&5"
    42944154case "(($ac_try" in
     
    42964156  *) ac_try_echo=$ac_try;;
    42974157esac
    4298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4299 $as_echo "$ac_try_echo") >&5
     4158eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43004159  (eval "$ac_compiler --version >&5") 2>&5
    43014160  ac_status=$?
    4302   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4161  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43034162  (exit $ac_status); }
    43044163{ (ac_try="$ac_compiler -v >&5"
     
    43074166  *) ac_try_echo=$ac_try;;
    43084167esac
    4309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4310 $as_echo "$ac_try_echo") >&5
     4168eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43114169  (eval "$ac_compiler -v >&5") 2>&5
    43124170  ac_status=$?
    4313   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4171  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43144172  (exit $ac_status); }
    43154173{ (ac_try="$ac_compiler -V >&5"
     
    43184176  *) ac_try_echo=$ac_try;;
    43194177esac
    4320 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4321 $as_echo "$ac_try_echo") >&5
     4178eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43224179  (eval "$ac_compiler -V >&5") 2>&5
    43234180  ac_status=$?
    4324   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4181  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43254182  (exit $ac_status); }
    43264183
    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; }
     4184{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
     4185echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
    43294186if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
    4330   $as_echo_n "(cached) " >&6
     4187  echo $ECHO_N "(cached) $ECHO_C" >&6
    43314188else
    43324189  cat >conftest.$ac_ext <<_ACEOF
     
    43544211  *) ac_try_echo=$ac_try;;
    43554212esac
    4356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4357 $as_echo "$ac_try_echo") >&5
     4213eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43584214  (eval "$ac_compile") 2>conftest.er1
    43594215  ac_status=$?
     
    43614217  rm -f conftest.er1
    43624218  cat conftest.err >&5
    4363   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4219  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43644220  (exit $ac_status); } && {
    43654221         test -z "$ac_cxx_werror_flag" ||
     
    43684224  ac_compiler_gnu=yes
    43694225else
    4370   $as_echo "$as_me: failed program was:" >&5
     4226  echo "$as_me: failed program was:" >&5
    43714227sed 's/^/| /' conftest.$ac_ext >&5
    43724228
     
    43784234
    43794235fi
    4380 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
    4381 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
    4382 if test $ac_compiler_gnu = yes; then
    4383   GXX=yes
    4384 else
    4385   GXX=
    4386 fi
     4236{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
     4237echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
     4238GXX=`test $ac_compiler_gnu = yes && echo yes`
    43874239ac_test_CXXFLAGS=${CXXFLAGS+set}
    43884240ac_save_CXXFLAGS=$CXXFLAGS
    4389 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
    4390 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
     4241{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
     4242echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
    43914243if test "${ac_cv_prog_cxx_g+set}" = set; then
    4392   $as_echo_n "(cached) " >&6
     4244  echo $ECHO_N "(cached) $ECHO_C" >&6
    43934245else
    43944246  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
     
    44174269  *) ac_try_echo=$ac_try;;
    44184270esac
    4419 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4420 $as_echo "$ac_try_echo") >&5
     4271eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    44214272  (eval "$ac_compile") 2>conftest.er1
    44224273  ac_status=$?
     
    44244275  rm -f conftest.er1
    44254276  cat conftest.err >&5
    4426   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4277  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44274278  (exit $ac_status); } && {
    44284279         test -z "$ac_cxx_werror_flag" ||
     
    44314282  ac_cv_prog_cxx_g=yes
    44324283else
    4433   $as_echo "$as_me: failed program was:" >&5
     4284  echo "$as_me: failed program was:" >&5
    44344285sed 's/^/| /' conftest.$ac_ext >&5
    44354286
     
    44564307  *) ac_try_echo=$ac_try;;
    44574308esac
    4458 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4459 $as_echo "$ac_try_echo") >&5
     4309eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    44604310  (eval "$ac_compile") 2>conftest.er1
    44614311  ac_status=$?
     
    44634313  rm -f conftest.er1
    44644314  cat conftest.err >&5
    4465   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4315  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44664316  (exit $ac_status); } && {
    44674317         test -z "$ac_cxx_werror_flag" ||
     
    44704320  :
    44714321else
    4472   $as_echo "$as_me: failed program was:" >&5
     4322  echo "$as_me: failed program was:" >&5
    44734323sed 's/^/| /' conftest.$ac_ext >&5
    44744324
     
    44964346  *) ac_try_echo=$ac_try;;
    44974347esac
    4498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4499 $as_echo "$ac_try_echo") >&5
     4348eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    45004349  (eval "$ac_compile") 2>conftest.er1
    45014350  ac_status=$?
     
    45034352  rm -f conftest.er1
    45044353  cat conftest.err >&5
    4505   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4354  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    45064355  (exit $ac_status); } && {
    45074356         test -z "$ac_cxx_werror_flag" ||
     
    45104359  ac_cv_prog_cxx_g=yes
    45114360else
    4512   $as_echo "$as_me: failed program was:" >&5
     4361  echo "$as_me: failed program was:" >&5
    45134362sed 's/^/| /' conftest.$ac_ext >&5
    45144363
     
    45254374   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
    45264375fi
    4527 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
    4528 $as_echo "$ac_cv_prog_cxx_g" >&6; }
     4376{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     4377echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
    45294378if test "$ac_test_CXXFLAGS" = set; then
    45304379  CXXFLAGS=$ac_save_CXXFLAGS
     
    45574406
    45584407
    4559 { $as_echo "$as_me:$LINENO: checking for main in -lstdc++" >&5
    4560 $as_echo_n "checking for main in -lstdc++... " >&6; }
     4408{ echo "$as_me:$LINENO: checking for main in -lstdc++" >&5
     4409echo $ECHO_N "checking for main in -lstdc++... $ECHO_C" >&6; }
    45614410if test "${ac_cv_lib_stdcpp_main+set}" = set; then
    4562   $as_echo_n "(cached) " >&6
     4411  echo $ECHO_N "(cached) $ECHO_C" >&6
    45634412else
    45644413  ac_check_lib_save_LIBS=$LIBS
     
    45864435  *) ac_try_echo=$ac_try;;
    45874436esac
    4588 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4589 $as_echo "$ac_try_echo") >&5
     4437eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    45904438  (eval "$ac_link") 2>conftest.er1
    45914439  ac_status=$?
     
    45934441  rm -f conftest.er1
    45944442  cat conftest.err >&5
    4595   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4443  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    45964444  (exit $ac_status); } && {
    45974445         test -z "$ac_cxx_werror_flag" ||
    45984446         test ! -s conftest.err
    4599        } && test -s conftest$ac_exeext && {
    4600          test "$cross_compiling" = yes ||
    4601          $as_test_x conftest$ac_exeext
    4602        }; then
     4447       } && test -s conftest$ac_exeext &&
     4448       $as_test_x conftest$ac_exeext; then
    46034449  ac_cv_lib_stdcpp_main=yes
    46044450else
    4605   $as_echo "$as_me: failed program was:" >&5
     4451  echo "$as_me: failed program was:" >&5
    46064452sed 's/^/| /' conftest.$ac_ext >&5
    46074453
     
    46094455fi
    46104456
    4611 rm -rf conftest.dSYM
    46124457rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    46134458      conftest$ac_exeext conftest.$ac_ext
    46144459LIBS=$ac_check_lib_save_LIBS
    46154460fi
    4616 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5
    4617 $as_echo "$ac_cv_lib_stdcpp_main" >&6; }
     4461{ echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5
     4462echo "${ECHO_T}$ac_cv_lib_stdcpp_main" >&6; }
    46184463if test $ac_cv_lib_stdcpp_main = yes; then
    46194464  cat >>confdefs.h <<_ACEOF
     
    46244469
    46254470else
    4626   { { $as_echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5
    4627 $as_echo "$as_me: error: librappture requires libstdc++" >&2;}
     4471  { { echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5
     4472echo "$as_me: error: librappture requires libstdc++" >&2;}
    46284473   { (exit 1); exit 1; }; }
    46294474fi
     
    46424487                  inttypes.h stdint.h unistd.h
    46434488do
    4644 as_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; }
     4489as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4490{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     4491echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    46474492if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4648   $as_echo_n "(cached) " >&6
     4493  echo $ECHO_N "(cached) $ECHO_C" >&6
    46494494else
    46504495  cat >conftest.$ac_ext <<_ACEOF
     
    46644509  *) ac_try_echo=$ac_try;;
    46654510esac
    4666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4667 $as_echo "$ac_try_echo") >&5
     4511eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    46684512  (eval "$ac_compile") 2>conftest.er1
    46694513  ac_status=$?
     
    46714515  rm -f conftest.er1
    46724516  cat conftest.err >&5
    4673   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4517  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46744518  (exit $ac_status); } && {
    46754519         test -z "$ac_cxx_werror_flag" ||
     
    46784522  eval "$as_ac_Header=yes"
    46794523else
    4680   $as_echo "$as_me: failed program was:" >&5
     4524  echo "$as_me: failed program was:" >&5
    46814525sed 's/^/| /' conftest.$ac_ext >&5
    46824526
     
    46864530rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    46874531fi
    4688 ac_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; }
    4692 if test `eval 'as_val=${'$as_ac_Header'}
    4693                  $as_echo "$as_val"'` = yes; then
     4532ac_res=`eval echo '${'$as_ac_Header'}'`
     4533               { echo "$as_me:$LINENO: result: $ac_res" >&5
     4534echo "${ECHO_T}$ac_res" >&6; }
     4535if test `eval echo '${'$as_ac_Header'}'` = yes; then
    46944536  cat >>confdefs.h <<_ACEOF
    4695 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     4537#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    46964538_ACEOF
    46974539
     
    47064548ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    47074549ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
    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; }
     4550{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
     4551echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
    47104552if test -z "$CXXCPP"; then
    47114553  if test "${ac_cv_prog_CXXCPP+set}" = set; then
    4712   $as_echo_n "(cached) " >&6
     4554  echo $ECHO_N "(cached) $ECHO_C" >&6
    47134555else
    47144556      # Double quotes because CXXCPP needs to be expanded
     
    47424584  *) ac_try_echo=$ac_try;;
    47434585esac
    4744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4745 $as_echo "$ac_try_echo") >&5
     4586eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    47464587  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    47474588  ac_status=$?
     
    47494590  rm -f conftest.er1
    47504591  cat conftest.err >&5
    4751   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4592  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47524593  (exit $ac_status); } >/dev/null && {
    47534594         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    47564597  :
    47574598else
    4758   $as_echo "$as_me: failed program was:" >&5
     4599  echo "$as_me: failed program was:" >&5
    47594600sed 's/^/| /' conftest.$ac_ext >&5
    47604601
     
    47804621  *) ac_try_echo=$ac_try;;
    47814622esac
    4782 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4783 $as_echo "$ac_try_echo") >&5
     4623eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    47844624  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    47854625  ac_status=$?
     
    47874627  rm -f conftest.er1
    47884628  cat conftest.err >&5
    4789   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4629  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47904630  (exit $ac_status); } >/dev/null && {
    47914631         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    47954635continue
    47964636else
    4797   $as_echo "$as_me: failed program was:" >&5
     4637  echo "$as_me: failed program was:" >&5
    47984638sed 's/^/| /' conftest.$ac_ext >&5
    47994639
     
    48204660  ac_cv_prog_CXXCPP=$CXXCPP
    48214661fi
    4822 { $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5
    4823 $as_echo "$CXXCPP" >&6; }
     4662{ echo "$as_me:$LINENO: result: $CXXCPP" >&5
     4663echo "${ECHO_T}$CXXCPP" >&6; }
    48244664ac_preproc_ok=false
    48254665for ac_cxx_preproc_warn_flag in '' yes
     
    48494689  *) ac_try_echo=$ac_try;;
    48504690esac
    4851 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4852 $as_echo "$ac_try_echo") >&5
     4691eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48534692  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    48544693  ac_status=$?
     
    48564695  rm -f conftest.er1
    48574696  cat conftest.err >&5
    4858   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4697  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48594698  (exit $ac_status); } >/dev/null && {
    48604699         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    48634702  :
    48644703else
    4865   $as_echo "$as_me: failed program was:" >&5
     4704  echo "$as_me: failed program was:" >&5
    48664705sed 's/^/| /' conftest.$ac_ext >&5
    48674706
     
    48874726  *) ac_try_echo=$ac_try;;
    48884727esac
    4889 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4890 $as_echo "$ac_try_echo") >&5
     4728eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48914729  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    48924730  ac_status=$?
     
    48944732  rm -f conftest.er1
    48954733  cat conftest.err >&5
    4896   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4734  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48974735  (exit $ac_status); } >/dev/null && {
    48984736         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    49024740continue
    49034741else
    4904   $as_echo "$as_me: failed program was:" >&5
     4742  echo "$as_me: failed program was:" >&5
    49054743sed 's/^/| /' conftest.$ac_ext >&5
    49064744
     
    49184756  :
    49194757else
    4920   { { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
     4758  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
    49214759See \`config.log' for more details." >&5
    4922 $as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
     4760echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
    49234761See \`config.log' for more details." >&2;}
    49244762   { (exit 1); exit 1; }; }
     
    49354773for ac_header in stack
    49364774do
    4937 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4775as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    49384776if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4939   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    4940 $as_echo_n "checking for $ac_header... " >&6; }
     4777  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     4778echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    49414779if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4942   $as_echo_n "(cached) " >&6
    4943 fi
    4944 ac_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; }
     4780  echo $ECHO_N "(cached) $ECHO_C" >&6
     4781fi
     4782ac_res=`eval echo '${'$as_ac_Header'}'`
     4783               { echo "$as_me:$LINENO: result: $ac_res" >&5
     4784echo "${ECHO_T}$ac_res" >&6; }
    49484785else
    49494786  # Is the header compilable?
    4950 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    4951 $as_echo_n "checking $ac_header usability... " >&6; }
     4787{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     4788echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    49524789cat >conftest.$ac_ext <<_ACEOF
    49534790/* confdefs.h.  */
     
    49654802  *) ac_try_echo=$ac_try;;
    49664803esac
    4967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4968 $as_echo "$ac_try_echo") >&5
     4804eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    49694805  (eval "$ac_compile") 2>conftest.er1
    49704806  ac_status=$?
     
    49724808  rm -f conftest.er1
    49734809  cat conftest.err >&5
    4974   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4810  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    49754811  (exit $ac_status); } && {
    49764812         test -z "$ac_cxx_werror_flag" ||
     
    49794815  ac_header_compiler=yes
    49804816else
    4981   $as_echo "$as_me: failed program was:" >&5
     4817  echo "$as_me: failed program was:" >&5
    49824818sed 's/^/| /' conftest.$ac_ext >&5
    49834819
     
    49864822
    49874823rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    4988 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    4989 $as_echo "$ac_header_compiler" >&6; }
     4824{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     4825echo "${ECHO_T}$ac_header_compiler" >&6; }
    49904826
    49914827# Is the header present?
    4992 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    4993 $as_echo_n "checking $ac_header presence... " >&6; }
     4828{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     4829echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    49944830cat >conftest.$ac_ext <<_ACEOF
    49954831/* confdefs.h.  */
     
    50054841  *) ac_try_echo=$ac_try;;
    50064842esac
    5007 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5008 $as_echo "$ac_try_echo") >&5
     4843eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    50094844  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    50104845  ac_status=$?
     
    50124847  rm -f conftest.er1
    50134848  cat conftest.err >&5
    5014   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4849  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    50154850  (exit $ac_status); } >/dev/null && {
    50164851         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    50194854  ac_header_preproc=yes
    50204855else
    5021   $as_echo "$as_me: failed program was:" >&5
     4856  echo "$as_me: failed program was:" >&5
    50224857sed 's/^/| /' conftest.$ac_ext >&5
    50234858
     
    50264861
    50274862rm -f conftest.err conftest.$ac_ext
    5028 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5029 $as_echo "$ac_header_preproc" >&6; }
     4863{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     4864echo "${ECHO_T}$ac_header_preproc" >&6; }
    50304865
    50314866# So?  What about this header?
    50324867case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    50334868  yes:no: )
    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;}
     4869    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     4870echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     4871    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     4872echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    50384873    ac_header_preproc=yes
    50394874    ;;
    50404875  no:yes:* )
    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;}
     4876    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     4877echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     4878    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     4879echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     4880    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     4881echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     4882    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     4883echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     4884    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     4885echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     4886    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     4887echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    50534888    ( cat <<\_ASBOX
    50544889## ----------------------------------- ##
     
    50594894    ;;
    50604895esac
    5061 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5062 $as_echo_n "checking for $ac_header... " >&6; }
     4896{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     4897echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    50634898if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5064   $as_echo_n "(cached) " >&6
     4899  echo $ECHO_N "(cached) $ECHO_C" >&6
    50654900else
    50664901  eval "$as_ac_Header=\$ac_header_preproc"
    50674902fi
    5068 ac_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 
    5073 fi
    5074 if test `eval 'as_val=${'$as_ac_Header'}
    5075                  $as_echo "$as_val"'` = yes; then
     4903ac_res=`eval echo '${'$as_ac_Header'}'`
     4904               { echo "$as_me:$LINENO: result: $ac_res" >&5
     4905echo "${ECHO_T}$ac_res" >&6; }
     4906
     4907fi
     4908if test `eval echo '${'$as_ac_Header'}'` = yes; then
    50764909  cat >>confdefs.h <<_ACEOF
    5077 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5078 _ACEOF
    5079 
    5080 else
    5081   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5082 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     4910#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     4911_ACEOF
     4912
     4913else
     4914  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     4915echo "$as_me: WARNING: STL classes missing ?" >&2;}
    50834916fi
    50844917
     
    50884921for ac_header in string
    50894922do
    5090 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4923as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    50914924if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5092   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5093 $as_echo_n "checking for $ac_header... " >&6; }
     4925  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     4926echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    50944927if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5095   $as_echo_n "(cached) " >&6
    5096 fi
    5097 ac_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; }
     4928  echo $ECHO_N "(cached) $ECHO_C" >&6
     4929fi
     4930ac_res=`eval echo '${'$as_ac_Header'}'`
     4931               { echo "$as_me:$LINENO: result: $ac_res" >&5
     4932echo "${ECHO_T}$ac_res" >&6; }
    51014933else
    51024934  # Is the header compilable?
    5103 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5104 $as_echo_n "checking $ac_header usability... " >&6; }
     4935{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     4936echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    51054937cat >conftest.$ac_ext <<_ACEOF
    51064938/* confdefs.h.  */
     
    51184950  *) ac_try_echo=$ac_try;;
    51194951esac
    5120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5121 $as_echo "$ac_try_echo") >&5
     4952eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    51224953  (eval "$ac_compile") 2>conftest.er1
    51234954  ac_status=$?
     
    51254956  rm -f conftest.er1
    51264957  cat conftest.err >&5
    5127   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4958  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51284959  (exit $ac_status); } && {
    51294960         test -z "$ac_cxx_werror_flag" ||
     
    51324963  ac_header_compiler=yes
    51334964else
    5134   $as_echo "$as_me: failed program was:" >&5
     4965  echo "$as_me: failed program was:" >&5
    51354966sed 's/^/| /' conftest.$ac_ext >&5
    51364967
     
    51394970
    51404971rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5141 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5142 $as_echo "$ac_header_compiler" >&6; }
     4972{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     4973echo "${ECHO_T}$ac_header_compiler" >&6; }
    51434974
    51444975# Is the header present?
    5145 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5146 $as_echo_n "checking $ac_header presence... " >&6; }
     4976{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     4977echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    51474978cat >conftest.$ac_ext <<_ACEOF
    51484979/* confdefs.h.  */
     
    51584989  *) ac_try_echo=$ac_try;;
    51594990esac
    5160 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5161 $as_echo "$ac_try_echo") >&5
     4991eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    51624992  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    51634993  ac_status=$?
     
    51654995  rm -f conftest.er1
    51664996  cat conftest.err >&5
    5167   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4997  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51684998  (exit $ac_status); } >/dev/null && {
    51694999         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    51725002  ac_header_preproc=yes
    51735003else
    5174   $as_echo "$as_me: failed program was:" >&5
     5004  echo "$as_me: failed program was:" >&5
    51755005sed 's/^/| /' conftest.$ac_ext >&5
    51765006
     
    51795009
    51805010rm -f conftest.err conftest.$ac_ext
    5181 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5182 $as_echo "$ac_header_preproc" >&6; }
     5011{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5012echo "${ECHO_T}$ac_header_preproc" >&6; }
    51835013
    51845014# So?  What about this header?
    51855015case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    51865016  yes:no: )
    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;}
     5017    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5018echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5019    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5020echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    51915021    ac_header_preproc=yes
    51925022    ;;
    51935023  no:yes:* )
    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;}
     5024    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5025echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5026    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5027echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5028    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5029echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5030    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5031echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5032    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5033echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5034    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5035echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    52065036    ( cat <<\_ASBOX
    52075037## ----------------------------------- ##
     
    52125042    ;;
    52135043esac
    5214 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5215 $as_echo_n "checking for $ac_header... " >&6; }
     5044{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     5045echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    52165046if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5217   $as_echo_n "(cached) " >&6
     5047  echo $ECHO_N "(cached) $ECHO_C" >&6
    52185048else
    52195049  eval "$as_ac_Header=\$ac_header_preproc"
    52205050fi
    5221 ac_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 
    5226 fi
    5227 if test `eval 'as_val=${'$as_ac_Header'}
    5228                  $as_echo "$as_val"'` = yes; then
     5051ac_res=`eval echo '${'$as_ac_Header'}'`
     5052               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5053echo "${ECHO_T}$ac_res" >&6; }
     5054
     5055fi
     5056if test `eval echo '${'$as_ac_Header'}'` = yes; then
    52295057  cat >>confdefs.h <<_ACEOF
    5230 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5231 _ACEOF
    5232 
    5233 else
    5234   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5235 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5058#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5059_ACEOF
     5060
     5061else
     5062  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5063echo "$as_me: WARNING: STL classes missing ?" >&2;}
    52365064fi
    52375065
     
    52415069for ac_header in list
    52425070do
    5243 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5071as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    52445072if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5245   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5246 $as_echo_n "checking for $ac_header... " >&6; }
     5073  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     5074echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    52475075if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5248   $as_echo_n "(cached) " >&6
    5249 fi
    5250 ac_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; }
     5076  echo $ECHO_N "(cached) $ECHO_C" >&6
     5077fi
     5078ac_res=`eval echo '${'$as_ac_Header'}'`
     5079               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5080echo "${ECHO_T}$ac_res" >&6; }
    52545081else
    52555082  # Is the header compilable?
    5256 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5257 $as_echo_n "checking $ac_header usability... " >&6; }
     5083{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5084echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    52585085cat >conftest.$ac_ext <<_ACEOF
    52595086/* confdefs.h.  */
     
    52715098  *) ac_try_echo=$ac_try;;
    52725099esac
    5273 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5274 $as_echo "$ac_try_echo") >&5
     5100eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    52755101  (eval "$ac_compile") 2>conftest.er1
    52765102  ac_status=$?
     
    52785104  rm -f conftest.er1
    52795105  cat conftest.err >&5
    5280   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5106  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52815107  (exit $ac_status); } && {
    52825108         test -z "$ac_cxx_werror_flag" ||
     
    52855111  ac_header_compiler=yes
    52865112else
    5287   $as_echo "$as_me: failed program was:" >&5
     5113  echo "$as_me: failed program was:" >&5
    52885114sed 's/^/| /' conftest.$ac_ext >&5
    52895115
     
    52925118
    52935119rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5294 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5295 $as_echo "$ac_header_compiler" >&6; }
     5120{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5121echo "${ECHO_T}$ac_header_compiler" >&6; }
    52965122
    52975123# Is the header present?
    5298 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5299 $as_echo_n "checking $ac_header presence... " >&6; }
     5124{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5125echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    53005126cat >conftest.$ac_ext <<_ACEOF
    53015127/* confdefs.h.  */
     
    53115137  *) ac_try_echo=$ac_try;;
    53125138esac
    5313 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5314 $as_echo "$ac_try_echo") >&5
     5139eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    53155140  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    53165141  ac_status=$?
     
    53185143  rm -f conftest.er1
    53195144  cat conftest.err >&5
    5320   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5145  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53215146  (exit $ac_status); } >/dev/null && {
    53225147         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    53255150  ac_header_preproc=yes
    53265151else
    5327   $as_echo "$as_me: failed program was:" >&5
     5152  echo "$as_me: failed program was:" >&5
    53285153sed 's/^/| /' conftest.$ac_ext >&5
    53295154
     
    53325157
    53335158rm -f conftest.err conftest.$ac_ext
    5334 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5335 $as_echo "$ac_header_preproc" >&6; }
     5159{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5160echo "${ECHO_T}$ac_header_preproc" >&6; }
    53365161
    53375162# So?  What about this header?
    53385163case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    53395164  yes:no: )
    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;}
     5165    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5166echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5167    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5168echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    53445169    ac_header_preproc=yes
    53455170    ;;
    53465171  no:yes:* )
    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;}
     5172    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5173echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5174    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5175echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5176    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5177echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5178    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5179echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5180    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5181echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5182    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5183echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    53595184    ( cat <<\_ASBOX
    53605185## ----------------------------------- ##
     
    53655190    ;;
    53665191esac
    5367 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5368 $as_echo_n "checking for $ac_header... " >&6; }
     5192{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     5193echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    53695194if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5370   $as_echo_n "(cached) " >&6
     5195  echo $ECHO_N "(cached) $ECHO_C" >&6
    53715196else
    53725197  eval "$as_ac_Header=\$ac_header_preproc"
    53735198fi
    5374 ac_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 
    5379 fi
    5380 if test `eval 'as_val=${'$as_ac_Header'}
    5381                  $as_echo "$as_val"'` = yes; then
     5199ac_res=`eval echo '${'$as_ac_Header'}'`
     5200               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5201echo "${ECHO_T}$ac_res" >&6; }
     5202
     5203fi
     5204if test `eval echo '${'$as_ac_Header'}'` = yes; then
    53825205  cat >>confdefs.h <<_ACEOF
    5383 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5384 _ACEOF
    5385 
    5386 else
    5387   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5388 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5206#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5207_ACEOF
     5208
     5209else
     5210  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5211echo "$as_me: WARNING: STL classes missing ?" >&2;}
    53895212fi
    53905213
     
    53945217for ac_header in vector
    53955218do
    5396 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5219as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    53975220if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5398   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5399 $as_echo_n "checking for $ac_header... " >&6; }
     5221  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     5222echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    54005223if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5401   $as_echo_n "(cached) " >&6
    5402 fi
    5403 ac_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; }
     5224  echo $ECHO_N "(cached) $ECHO_C" >&6
     5225fi
     5226ac_res=`eval echo '${'$as_ac_Header'}'`
     5227               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5228echo "${ECHO_T}$ac_res" >&6; }
    54075229else
    54085230  # Is the header compilable?
    5409 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5410 $as_echo_n "checking $ac_header usability... " >&6; }
     5231{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5232echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    54115233cat >conftest.$ac_ext <<_ACEOF
    54125234/* confdefs.h.  */
     
    54245246  *) ac_try_echo=$ac_try;;
    54255247esac
    5426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5427 $as_echo "$ac_try_echo") >&5
     5248eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    54285249  (eval "$ac_compile") 2>conftest.er1
    54295250  ac_status=$?
     
    54315252  rm -f conftest.er1
    54325253  cat conftest.err >&5
    5433   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5254  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54345255  (exit $ac_status); } && {
    54355256         test -z "$ac_cxx_werror_flag" ||
     
    54385259  ac_header_compiler=yes
    54395260else
    5440   $as_echo "$as_me: failed program was:" >&5
     5261  echo "$as_me: failed program was:" >&5
    54415262sed 's/^/| /' conftest.$ac_ext >&5
    54425263
     
    54455266
    54465267rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5447 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5448 $as_echo "$ac_header_compiler" >&6; }
     5268{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5269echo "${ECHO_T}$ac_header_compiler" >&6; }
    54495270
    54505271# Is the header present?
    5451 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5452 $as_echo_n "checking $ac_header presence... " >&6; }
     5272{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5273echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    54535274cat >conftest.$ac_ext <<_ACEOF
    54545275/* confdefs.h.  */
     
    54645285  *) ac_try_echo=$ac_try;;
    54655286esac
    5466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5467 $as_echo "$ac_try_echo") >&5
     5287eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    54685288  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    54695289  ac_status=$?
     
    54715291  rm -f conftest.er1
    54725292  cat conftest.err >&5
    5473   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5293  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54745294  (exit $ac_status); } >/dev/null && {
    54755295         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    54785298  ac_header_preproc=yes
    54795299else
    5480   $as_echo "$as_me: failed program was:" >&5
     5300  echo "$as_me: failed program was:" >&5
    54815301sed 's/^/| /' conftest.$ac_ext >&5
    54825302
     
    54855305
    54865306rm -f conftest.err conftest.$ac_ext
    5487 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5488 $as_echo "$ac_header_preproc" >&6; }
     5307{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5308echo "${ECHO_T}$ac_header_preproc" >&6; }
    54895309
    54905310# So?  What about this header?
    54915311case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    54925312  yes:no: )
    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;}
     5313    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5314echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5315    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5316echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    54975317    ac_header_preproc=yes
    54985318    ;;
    54995319  no:yes:* )
    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;}
     5320    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5321echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5322    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5323echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5324    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5325echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5326    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5327echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5328    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5329echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5330    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5331echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    55125332    ( cat <<\_ASBOX
    55135333## ----------------------------------- ##
     
    55185338    ;;
    55195339esac
    5520 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5521 $as_echo_n "checking for $ac_header... " >&6; }
     5340{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     5341echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    55225342if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5523   $as_echo_n "(cached) " >&6
     5343  echo $ECHO_N "(cached) $ECHO_C" >&6
    55245344else
    55255345  eval "$as_ac_Header=\$ac_header_preproc"
    55265346fi
    5527 ac_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 
    5532 fi
    5533 if test `eval 'as_val=${'$as_ac_Header'}
    5534                  $as_echo "$as_val"'` = yes; then
     5347ac_res=`eval echo '${'$as_ac_Header'}'`
     5348               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5349echo "${ECHO_T}$ac_res" >&6; }
     5350
     5351fi
     5352if test `eval echo '${'$as_ac_Header'}'` = yes; then
    55355353  cat >>confdefs.h <<_ACEOF
    5536 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5537 _ACEOF
    5538 
    5539 else
    5540   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5541 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5354#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5355_ACEOF
     5356
     5357else
     5358  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5359echo "$as_me: WARNING: STL classes missing ?" >&2;}
    55425360fi
    55435361
     
    55545372    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    55555373set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    5556 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    5557 $as_echo_n "checking for $ac_word... " >&6; }
     5374{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     5375echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    55585376if test "${ac_cv_prog_F77+set}" = set; then
    5559   $as_echo_n "(cached) " >&6
     5377  echo $ECHO_N "(cached) $ECHO_C" >&6
    55605378else
    55615379  if test -n "$F77"; then
     
    55705388  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    55715389    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
    5572     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     5390    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    55735391    break 2
    55745392  fi
     
    55815399F77=$ac_cv_prog_F77
    55825400if test -n "$F77"; then
    5583   { $as_echo "$as_me:$LINENO: result: $F77" >&5
    5584 $as_echo "$F77" >&6; }
    5585 else
    5586   { $as_echo "$as_me:$LINENO: result: no" >&5
    5587 $as_echo "no" >&6; }
     5401  { echo "$as_me:$LINENO: result: $F77" >&5
     5402echo "${ECHO_T}$F77" >&6; }
     5403else
     5404  { echo "$as_me:$LINENO: result: no" >&5
     5405echo "${ECHO_T}no" >&6; }
    55885406fi
    55895407
     
    55985416  # Extract the first word of "$ac_prog", so it can be a program name with args.
    55995417set dummy $ac_prog; ac_word=$2
    5600 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    5601 $as_echo_n "checking for $ac_word... " >&6; }
     5418{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     5419echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    56025420if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
    5603   $as_echo_n "(cached) " >&6
     5421  echo $ECHO_N "(cached) $ECHO_C" >&6
    56045422else
    56055423  if test -n "$ac_ct_F77"; then
     
    56145432  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    56155433    ac_cv_prog_ac_ct_F77="$ac_prog"
    5616     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     5434    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    56175435    break 2
    56185436  fi
     
    56255443ac_ct_F77=$ac_cv_prog_ac_ct_F77
    56265444if test -n "$ac_ct_F77"; then
    5627   { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
    5628 $as_echo "$ac_ct_F77" >&6; }
    5629 else
    5630   { $as_echo "$as_me:$LINENO: result: no" >&5
    5631 $as_echo "no" >&6; }
     5445  { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
     5446echo "${ECHO_T}$ac_ct_F77" >&6; }
     5447else
     5448  { echo "$as_me:$LINENO: result: no" >&5
     5449echo "${ECHO_T}no" >&6; }
    56325450fi
    56335451
     
    56415459    case $cross_compiling:$ac_tool_warned in
    56425460yes:)
    5643 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     5461{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    56445462whose name does not start with the host triplet.  If you think this
    56455463configuration is useful to you, please write to autoconf@gnu.org." >&5
    5646 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     5464echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    56475465whose name does not start with the host triplet.  If you think this
    56485466configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    56555473
    56565474# Provide some information about the compiler.
    5657 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
    5658 set X $ac_compile
    5659 ac_compiler=$2
     5475echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
     5476ac_compiler=`set X $ac_compile; echo $2`
    56605477{ (ac_try="$ac_compiler --version >&5"
    56615478case "(($ac_try" in
     
    56635480  *) ac_try_echo=$ac_try;;
    56645481esac
    5665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5666 $as_echo "$ac_try_echo") >&5
     5482eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    56675483  (eval "$ac_compiler --version >&5") 2>&5
    56685484  ac_status=$?
    5669   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5485  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56705486  (exit $ac_status); }
    56715487{ (ac_try="$ac_compiler -v >&5"
     
    56745490  *) ac_try_echo=$ac_try;;
    56755491esac
    5676 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5677 $as_echo "$ac_try_echo") >&5
     5492eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    56785493  (eval "$ac_compiler -v >&5") 2>&5
    56795494  ac_status=$?
    5680   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5495  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56815496  (exit $ac_status); }
    56825497{ (ac_try="$ac_compiler -V >&5"
     
    56855500  *) ac_try_echo=$ac_try;;
    56865501esac
    5687 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5688 $as_echo "$ac_try_echo") >&5
     5502eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    56895503  (eval "$ac_compiler -V >&5") 2>&5
    56905504  ac_status=$?
    5691   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5505  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56925506  (exit $ac_status); }
    56935507rm -f a.out
     
    56975511ac_save_ext=$ac_ext
    56985512ac_ext=F
    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; }
     5513{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
     5514echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
    57015515if test "${ac_cv_f77_compiler_gnu+set}" = set; then
    5702   $as_echo_n "(cached) " >&6
     5516  echo $ECHO_N "(cached) $ECHO_C" >&6
    57035517else
    57045518  cat >conftest.$ac_ext <<_ACEOF
     
    57165530  *) ac_try_echo=$ac_try;;
    57175531esac
    5718 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5719 $as_echo "$ac_try_echo") >&5
     5532eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    57205533  (eval "$ac_compile") 2>conftest.er1
    57215534  ac_status=$?
     
    57235536  rm -f conftest.er1
    57245537  cat conftest.err >&5
    5725   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5538  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57265539  (exit $ac_status); } && {
    57275540         test -z "$ac_f77_werror_flag" ||
     
    57305543  ac_compiler_gnu=yes
    57315544else
    5732   $as_echo "$as_me: failed program was:" >&5
     5545  echo "$as_me: failed program was:" >&5
    57335546sed 's/^/| /' conftest.$ac_ext >&5
    57345547
     
    57405553
    57415554fi
    5742 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
    5743 $as_echo "$ac_cv_f77_compiler_gnu" >&6; }
     5555{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
     5556echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
    57445557ac_ext=$ac_save_ext
    57455558ac_test_FFLAGS=${FFLAGS+set}
    57465559ac_save_FFLAGS=$FFLAGS
    57475560FFLAGS=
    5748 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
    5749 $as_echo_n "checking whether $F77 accepts -g... " >&6; }
     5561{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
     5562echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
    57505563if test "${ac_cv_prog_f77_g+set}" = set; then
    5751   $as_echo_n "(cached) " >&6
     5564  echo $ECHO_N "(cached) $ECHO_C" >&6
    57525565else
    57535566  FFLAGS=-g
     
    57635576  *) ac_try_echo=$ac_try;;
    57645577esac
    5765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5766 $as_echo "$ac_try_echo") >&5
     5578eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    57675579  (eval "$ac_compile") 2>conftest.er1
    57685580  ac_status=$?
     
    57705582  rm -f conftest.er1
    57715583  cat conftest.err >&5
    5772   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5584  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57735585  (exit $ac_status); } && {
    57745586         test -z "$ac_f77_werror_flag" ||
     
    57775589  ac_cv_prog_f77_g=yes
    57785590else
    5779   $as_echo "$as_me: failed program was:" >&5
     5591  echo "$as_me: failed program was:" >&5
    57805592sed 's/^/| /' conftest.$ac_ext >&5
    57815593
     
    57865598
    57875599fi
    5788 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
    5789 $as_echo "$ac_cv_prog_f77_g" >&6; }
     5600{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
     5601echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
    57905602if test "$ac_test_FFLAGS" = set; then
    57915603  FFLAGS=$ac_save_FFLAGS
     
    58045616fi
    58055617
    5806 if test $ac_compiler_gnu = yes; then
    5807   G77=yes
    5808 else
    5809   G77=
    5810 fi
     5618G77=`test $ac_compiler_gnu = yes && echo yes`
    58115619ac_ext=cpp
    58125620ac_cpp='$CXXCPP $CPPFLAGS'
     
    58205628    # Step 0.a: Enable 64 bit support?
    58215629
    5822     { $as_echo "$as_me:$LINENO: checking if 64bit support is requested" >&5
    5823 $as_echo_n "checking if 64bit support is requested... " >&6; }
     5630    { echo "$as_me:$LINENO: checking if 64bit support is requested" >&5
     5631echo $ECHO_N "checking if 64bit support is requested... $ECHO_C" >&6; }
    58245632    # Check whether --enable-64bit was given.
    58255633if test "${enable_64bit+set}" = set; then
     
    58295637fi
    58305638
    5831     { $as_echo "$as_me:$LINENO: result: $do64bit" >&5
    5832 $as_echo "$do64bit" >&6; }
     5639    { echo "$as_me:$LINENO: result: $do64bit" >&5
     5640echo "${ECHO_T}$do64bit" >&6; }
    58335641
    58345642    # Step 0.b: Enable Solaris 64 bit VIS support?
    58355643
    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; }
     5644    { echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&5
     5645echo $ECHO_N "checking if 64bit Sparc VIS support is requested... $ECHO_C" >&6; }
    58385646    # Check whether --enable-64bit-vis was given.
    58395647if test "${enable_64bit_vis+set}" = set; then
     
    58435651fi
    58445652
    5845     { $as_echo "$as_me:$LINENO: result: $do64bitVIS" >&5
    5846 $as_echo "$do64bitVIS" >&6; }
     5653    { echo "$as_me:$LINENO: result: $do64bitVIS" >&5
     5654echo "${ECHO_T}$do64bitVIS" >&6; }
    58475655
    58485656    if test "$do64bitVIS" = "yes"; then
     
    58555663
    58565664
    5857     { $as_echo "$as_me:$LINENO: checking system version" >&5
    5858 $as_echo_n "checking system version... " >&6; }
     5665    { echo "$as_me:$LINENO: checking system version" >&5
     5666echo $ECHO_N "checking system version... $ECHO_C" >&6; }
    58595667if test "${tcl_cv_sys_version+set}" = set; then
    5860   $as_echo_n "(cached) " >&6
     5668  echo $ECHO_N "(cached) $ECHO_C" >&6
    58615669else
    58625670
     
    58665674            tcl_cv_sys_version=`uname -s`-`uname -r`
    58675675            if test "$?" -ne 0 ; then
    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;}
     5676                { echo "$as_me:$LINENO: WARNING: can't find uname command" >&5
     5677echo "$as_me: WARNING: can't find uname command" >&2;}
    58705678                tcl_cv_sys_version=unknown
    58715679            else
     
    58835691
    58845692fi
    5885 { $as_echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&5
    5886 $as_echo "$tcl_cv_sys_version" >&6; }
     5693{ echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&5
     5694echo "${ECHO_T}$tcl_cv_sys_version" >&6; }
    58875695    system=$tcl_cv_sys_version
    58885696
     
    58915699    # Linux can use either -ldl or -ldld for dynamic loading.
    58925700
    5893     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
    5894 $as_echo_n "checking for dlopen in -ldl... " >&6; }
     5701    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
     5702echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
    58955703if test "${ac_cv_lib_dl_dlopen+set}" = set; then
    5896   $as_echo_n "(cached) " >&6
     5704  echo $ECHO_N "(cached) $ECHO_C" >&6
    58975705else
    58985706  ac_check_lib_save_LIBS=$LIBS
     
    59265734  *) ac_try_echo=$ac_try;;
    59275735esac
    5928 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5929 $as_echo "$ac_try_echo") >&5
     5736eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    59305737  (eval "$ac_link") 2>conftest.er1
    59315738  ac_status=$?
     
    59335740  rm -f conftest.er1
    59345741  cat conftest.err >&5
    5935   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5742  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59365743  (exit $ac_status); } && {
    59375744         test -z "$ac_cxx_werror_flag" ||
    59385745         test ! -s conftest.err
    5939        } && test -s conftest$ac_exeext && {
    5940          test "$cross_compiling" = yes ||
    5941          $as_test_x conftest$ac_exeext
    5942        }; then
     5746       } && test -s conftest$ac_exeext &&
     5747       $as_test_x conftest$ac_exeext; then
    59435748  ac_cv_lib_dl_dlopen=yes
    59445749else
    5945   $as_echo "$as_me: failed program was:" >&5
     5750  echo "$as_me: failed program was:" >&5
    59465751sed 's/^/| /' conftest.$ac_ext >&5
    59475752
     
    59495754fi
    59505755
    5951 rm -rf conftest.dSYM
    59525756rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    59535757      conftest$ac_exeext conftest.$ac_ext
    59545758LIBS=$ac_check_lib_save_LIBS
    59555759fi
    5956 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
    5957 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
     5760{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
     5761echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
    59585762if test $ac_cv_lib_dl_dlopen = yes; then
    59595763  have_dl=yes
     
    59885792    # Extract the first word of "ar", so it can be a program name with args.
    59895793set dummy ar; ac_word=$2
    5990 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    5991 $as_echo_n "checking for $ac_word... " >&6; }
     5794{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     5795echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    59925796if test "${ac_cv_prog_AR+set}" = set; then
    5993   $as_echo_n "(cached) " >&6
     5797  echo $ECHO_N "(cached) $ECHO_C" >&6
    59945798else
    59955799  if test -n "$AR"; then
     
    60045808  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    60055809    ac_cv_prog_AR="ar"
    6006     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     5810    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    60075811    break 2
    60085812  fi
     
    60155819AR=$ac_cv_prog_AR
    60165820if test -n "$AR"; then
    6017   { $as_echo "$as_me:$LINENO: result: $AR" >&5
    6018 $as_echo "$AR" >&6; }
    6019 else
    6020   { $as_echo "$as_me:$LINENO: result: no" >&5
    6021 $as_echo "no" >&6; }
     5821  { echo "$as_me:$LINENO: result: $AR" >&5
     5822echo "${ECHO_T}$AR" >&6; }
     5823else
     5824  { echo "$as_me:$LINENO: result: no" >&5
     5825echo "${ECHO_T}no" >&6; }
    60225826fi
    60235827
    60245828
    60255829    if test "${AR}" = "" ; then
    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;}
     5830        { { echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&5
     5831echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;}
    60285832   { (exit 1); exit 1; }; }
    60295833    fi
     
    60445848                        ;;
    60455849                esac
    6046                 { $as_echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&5
    6047 $as_echo "Using $CC for compiling with threads" >&6; }
     5850                { echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&5
     5851echo "${ECHO_T}Using $CC for compiling with threads" >&6; }
    60485852            fi
    60495853            LIBS="$LIBS -lc"
     
    60605864            if test "$do64bit" = "yes" -a "`uname -v`" -gt "3" ; then
    60615865                if test "$GCC" = "yes" ; then
    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;}
     5866                    { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
     5867echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
    60645868                else
    60655869                    do64bit_ok=yes
     
    61155919            # known GMT value.
    61165920
    6117             { $as_echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&5
    6118 $as_echo_n "checking for gettimeofday in -lbsd... " >&6; }
     5921            { echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&5
     5922echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6; }
    61195923if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then
    6120   $as_echo_n "(cached) " >&6
     5924  echo $ECHO_N "(cached) $ECHO_C" >&6
    61215925else
    61225926  ac_check_lib_save_LIBS=$LIBS
     
    61505954  *) ac_try_echo=$ac_try;;
    61515955esac
    6152 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6153 $as_echo "$ac_try_echo") >&5
     5956eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    61545957  (eval "$ac_link") 2>conftest.er1
    61555958  ac_status=$?
     
    61575960  rm -f conftest.er1
    61585961  cat conftest.err >&5
    6159   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5962  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    61605963  (exit $ac_status); } && {
    61615964         test -z "$ac_cxx_werror_flag" ||
    61625965         test ! -s conftest.err
    6163        } && test -s conftest$ac_exeext && {
    6164          test "$cross_compiling" = yes ||
    6165          $as_test_x conftest$ac_exeext
    6166        }; then
     5966       } && test -s conftest$ac_exeext &&
     5967       $as_test_x conftest$ac_exeext; then
    61675968  ac_cv_lib_bsd_gettimeofday=yes
    61685969else
    6169   $as_echo "$as_me: failed program was:" >&5
     5970  echo "$as_me: failed program was:" >&5
    61705971sed 's/^/| /' conftest.$ac_ext >&5
    61715972
     
    61735974fi
    61745975
    6175 rm -rf conftest.dSYM
    61765976rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    61775977      conftest$ac_exeext conftest.$ac_ext
    61785978LIBS=$ac_check_lib_save_LIBS
    61795979fi
    6180 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&5
    6181 $as_echo "$ac_cv_lib_bsd_gettimeofday" >&6; }
     5980{ echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&5
     5981echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6; }
    61825982if test $ac_cv_lib_bsd_gettimeofday = yes; then
    61835983  libbsd=yes
     
    62076007            # is always linked to, for compatibility.
    62086008            #-----------------------------------------------------------
    6209             { $as_echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&5
    6210 $as_echo_n "checking for inet_ntoa in -lbind... " >&6; }
     6009            { echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&5
     6010echo $ECHO_N "checking for inet_ntoa in -lbind... $ECHO_C" >&6; }
    62116011if test "${ac_cv_lib_bind_inet_ntoa+set}" = set; then
    6212   $as_echo_n "(cached) " >&6
     6012  echo $ECHO_N "(cached) $ECHO_C" >&6
    62136013else
    62146014  ac_check_lib_save_LIBS=$LIBS
     
    62426042  *) ac_try_echo=$ac_try;;
    62436043esac
    6244 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6245 $as_echo "$ac_try_echo") >&5
     6044eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    62466045  (eval "$ac_link") 2>conftest.er1
    62476046  ac_status=$?
     
    62496048  rm -f conftest.er1
    62506049  cat conftest.err >&5
    6251   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6050  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62526051  (exit $ac_status); } && {
    62536052         test -z "$ac_cxx_werror_flag" ||
    62546053         test ! -s conftest.err
    6255        } && test -s conftest$ac_exeext && {
    6256          test "$cross_compiling" = yes ||
    6257          $as_test_x conftest$ac_exeext
    6258        }; then
     6054       } && test -s conftest$ac_exeext &&
     6055       $as_test_x conftest$ac_exeext; then
    62596056  ac_cv_lib_bind_inet_ntoa=yes
    62606057else
    6261   $as_echo "$as_me: failed program was:" >&5
     6058  echo "$as_me: failed program was:" >&5
    62626059sed 's/^/| /' conftest.$ac_ext >&5
    62636060
     
    62656062fi
    62666063
    6267 rm -rf conftest.dSYM
    62686064rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    62696065      conftest$ac_exeext conftest.$ac_ext
    62706066LIBS=$ac_check_lib_save_LIBS
    62716067fi
    6272 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&5
    6273 $as_echo "$ac_cv_lib_bind_inet_ntoa" >&6; }
     6068{ echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&5
     6069echo "${ECHO_T}$ac_cv_lib_bind_inet_ntoa" >&6; }
    62746070if test $ac_cv_lib_bind_inet_ntoa = yes; then
    62756071  LIBS="$LIBS -lbind -lsocket"
     
    63256121                SHLIB_SUFFIX=".sl"
    63266122            fi
    6327             { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
    6328 $as_echo_n "checking for shl_load in -ldld... " >&6; }
     6123            { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
     6124echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
    63296125if test "${ac_cv_lib_dld_shl_load+set}" = set; then
    6330   $as_echo_n "(cached) " >&6
     6126  echo $ECHO_N "(cached) $ECHO_C" >&6
    63316127else
    63326128  ac_check_lib_save_LIBS=$LIBS
     
    63606156  *) ac_try_echo=$ac_try;;
    63616157esac
    6362 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6363 $as_echo "$ac_try_echo") >&5
     6158eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    63646159  (eval "$ac_link") 2>conftest.er1
    63656160  ac_status=$?
     
    63676162  rm -f conftest.er1
    63686163  cat conftest.err >&5
    6369   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6164  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    63706165  (exit $ac_status); } && {
    63716166         test -z "$ac_cxx_werror_flag" ||
    63726167         test ! -s conftest.err
    6373        } && test -s conftest$ac_exeext && {
    6374          test "$cross_compiling" = yes ||
    6375          $as_test_x conftest$ac_exeext
    6376        }; then
     6168       } && test -s conftest$ac_exeext &&
     6169       $as_test_x conftest$ac_exeext; then
    63776170  ac_cv_lib_dld_shl_load=yes
    63786171else
    6379   $as_echo "$as_me: failed program was:" >&5
     6172  echo "$as_me: failed program was:" >&5
    63806173sed 's/^/| /' conftest.$ac_ext >&5
    63816174
     
    63836176fi
    63846177
    6385 rm -rf conftest.dSYM
    63866178rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    63876179      conftest$ac_exeext conftest.$ac_ext
    63886180LIBS=$ac_check_lib_save_LIBS
    63896181fi
    6390 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
    6391 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
     6182{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
     6183echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
    63926184if test $ac_cv_lib_dld_shl_load = yes; then
    63936185  tcl_ok=yes
     
    64306222                            ;;
    64316223                        *)
    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;}
     6224                            { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
     6225echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
    64346226                            ;;
    64356227                    esac
     
    64436235        HP-UX-*.08.*|HP-UX-*.09.*|HP-UX-*.10.*)
    64446236            SHLIB_SUFFIX=".sl"
    6445             { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
    6446 $as_echo_n "checking for shl_load in -ldld... " >&6; }
     6237            { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
     6238echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
    64476239if test "${ac_cv_lib_dld_shl_load+set}" = set; then
    6448   $as_echo_n "(cached) " >&6
     6240  echo $ECHO_N "(cached) $ECHO_C" >&6
    64496241else
    64506242  ac_check_lib_save_LIBS=$LIBS
     
    64786270  *) ac_try_echo=$ac_try;;
    64796271esac
    6480 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6481 $as_echo "$ac_try_echo") >&5
     6272eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    64826273  (eval "$ac_link") 2>conftest.er1
    64836274  ac_status=$?
     
    64856276  rm -f conftest.er1
    64866277  cat conftest.err >&5
    6487   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6278  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64886279  (exit $ac_status); } && {
    64896280         test -z "$ac_cxx_werror_flag" ||
    64906281         test ! -s conftest.err
    6491        } && test -s conftest$ac_exeext && {
    6492          test "$cross_compiling" = yes ||
    6493          $as_test_x conftest$ac_exeext
    6494        }; then
     6282       } && test -s conftest$ac_exeext &&
     6283       $as_test_x conftest$ac_exeext; then
    64956284  ac_cv_lib_dld_shl_load=yes
    64966285else
    6497   $as_echo "$as_me: failed program was:" >&5
     6286  echo "$as_me: failed program was:" >&5
    64986287sed 's/^/| /' conftest.$ac_ext >&5
    64996288
     
    65016290fi
    65026291
    6503 rm -rf conftest.dSYM
    65046292rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    65056293      conftest$ac_exeext conftest.$ac_ext
    65066294LIBS=$ac_check_lib_save_LIBS
    65076295fi
    6508 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
    6509 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
     6296{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
     6297echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
    65106298if test $ac_cv_lib_dld_shl_load = yes; then
    65116299  tcl_ok=yes
     
    65876375            if test "$do64bit" = "yes" ; then
    65886376                if test "$GCC" = "yes" ; then
    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;}
     6377                    { echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&5
     6378echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;}
    65916379                else
    65926380                    do64bit_ok=yes
     
    66176405            else
    66186406                if test "${ac_cv_header_dld_h+set}" = set; then
    6619   { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
    6620 $as_echo_n "checking for dld.h... " >&6; }
     6407  { echo "$as_me:$LINENO: checking for dld.h" >&5
     6408echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
    66216409if test "${ac_cv_header_dld_h+set}" = set; then
    6622   $as_echo_n "(cached) " >&6
    6623 fi
    6624 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6625 $as_echo "$ac_cv_header_dld_h" >&6; }
     6410  echo $ECHO_N "(cached) $ECHO_C" >&6
     6411fi
     6412{ echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6413echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
    66266414else
    66276415  # Is the header compilable?
    6628 { $as_echo "$as_me:$LINENO: checking dld.h usability" >&5
    6629 $as_echo_n "checking dld.h usability... " >&6; }
     6416{ echo "$as_me:$LINENO: checking dld.h usability" >&5
     6417echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; }
    66306418cat >conftest.$ac_ext <<_ACEOF
    66316419/* confdefs.h.  */
     
    66436431  *) ac_try_echo=$ac_try;;
    66446432esac
    6645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6646 $as_echo "$ac_try_echo") >&5
     6433eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    66476434  (eval "$ac_compile") 2>conftest.er1
    66486435  ac_status=$?
     
    66506437  rm -f conftest.er1
    66516438  cat conftest.err >&5
    6652   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6439  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    66536440  (exit $ac_status); } && {
    66546441         test -z "$ac_cxx_werror_flag" ||
     
    66576444  ac_header_compiler=yes
    66586445else
    6659   $as_echo "$as_me: failed program was:" >&5
     6446  echo "$as_me: failed program was:" >&5
    66606447sed 's/^/| /' conftest.$ac_ext >&5
    66616448
     
    66646451
    66656452rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6666 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6667 $as_echo "$ac_header_compiler" >&6; }
     6453{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6454echo "${ECHO_T}$ac_header_compiler" >&6; }
    66686455
    66696456# Is the header present?
    6670 { $as_echo "$as_me:$LINENO: checking dld.h presence" >&5
    6671 $as_echo_n "checking dld.h presence... " >&6; }
     6457{ echo "$as_me:$LINENO: checking dld.h presence" >&5
     6458echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; }
    66726459cat >conftest.$ac_ext <<_ACEOF
    66736460/* confdefs.h.  */
     
    66836470  *) ac_try_echo=$ac_try;;
    66846471esac
    6685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6686 $as_echo "$ac_try_echo") >&5
     6472eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    66876473  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    66886474  ac_status=$?
     
    66906476  rm -f conftest.er1
    66916477  cat conftest.err >&5
    6692   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6478  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    66936479  (exit $ac_status); } >/dev/null && {
    66946480         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    66976483  ac_header_preproc=yes
    66986484else
    6699   $as_echo "$as_me: failed program was:" >&5
     6485  echo "$as_me: failed program was:" >&5
    67006486sed 's/^/| /' conftest.$ac_ext >&5
    67016487
     
    67046490
    67056491rm -f conftest.err conftest.$ac_ext
    6706 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6707 $as_echo "$ac_header_preproc" >&6; }
     6492{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6493echo "${ECHO_T}$ac_header_preproc" >&6; }
    67086494
    67096495# So?  What about this header?
    67106496case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    67116497  yes:no: )
    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;}
     6498    { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
     6499echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6500    { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
     6501echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
    67166502    ac_header_preproc=yes
    67176503    ;;
    67186504  no:yes:* )
    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;}
     6505    { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
     6506echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
     6507    { echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
     6508echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
     6509    { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
     6510echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
     6511    { echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
     6512echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     6513    { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
     6514echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
     6515    { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
     6516echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
    67316517    ( cat <<\_ASBOX
    67326518## ----------------------------------- ##
     
    67376523    ;;
    67386524esac
    6739 { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
    6740 $as_echo_n "checking for dld.h... " >&6; }
     6525{ echo "$as_me:$LINENO: checking for dld.h" >&5
     6526echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
    67416527if test "${ac_cv_header_dld_h+set}" = set; then
    6742   $as_echo_n "(cached) " >&6
     6528  echo $ECHO_N "(cached) $ECHO_C" >&6
    67436529else
    67446530  ac_cv_header_dld_h=$ac_header_preproc
    67456531fi
    6746 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6747 $as_echo "$ac_cv_header_dld_h" >&6; }
     6532{ echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6533echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
    67486534
    67496535fi
     
    67636549            fi
    67646550            if test $do64bit = yes; then
    6765                 { $as_echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&5
    6766 $as_echo_n "checking if compiler accepts -m64 flag... " >&6; }
     6551                { echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&5
     6552echo $ECHO_N "checking if compiler accepts -m64 flag... $ECHO_C" >&6; }
    67676553if test "${tcl_cv_cc_m64+set}" = set; then
    6768   $as_echo_n "(cached) " >&6
     6554  echo $ECHO_N "(cached) $ECHO_C" >&6
    67696555else
    67706556
     
    67926578  *) ac_try_echo=$ac_try;;
    67936579esac
    6794 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6795 $as_echo "$ac_try_echo") >&5
     6580eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    67966581  (eval "$ac_link") 2>conftest.er1
    67976582  ac_status=$?
     
    67996584  rm -f conftest.er1
    68006585  cat conftest.err >&5
    6801   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6586  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    68026587  (exit $ac_status); } && {
    68036588         test -z "$ac_cxx_werror_flag" ||
    68046589         test ! -s conftest.err
    6805        } && test -s conftest$ac_exeext && {
    6806          test "$cross_compiling" = yes ||
    6807          $as_test_x conftest$ac_exeext
    6808        }; then
     6590       } && test -s conftest$ac_exeext &&
     6591       $as_test_x conftest$ac_exeext; then
    68096592  tcl_cv_cc_m64=yes
    68106593else
    6811   $as_echo "$as_me: failed program was:" >&5
     6594  echo "$as_me: failed program was:" >&5
    68126595sed 's/^/| /' conftest.$ac_ext >&5
    68136596
     
    68156598fi
    68166599
    6817 rm -rf conftest.dSYM
    68186600rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    68196601      conftest$ac_exeext conftest.$ac_ext
    68206602                    CFLAGS=$hold_cflags
    68216603fi
    6822 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&5
    6823 $as_echo "$tcl_cv_cc_m64" >&6; }
     6604{ echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&5
     6605echo "${ECHO_T}$tcl_cv_cc_m64" >&6; }
    68246606                if test $tcl_cv_cc_m64 = yes; then
    68256607                    CFLAGS="$CFLAGS -m64"
     
    68606642            else
    68616643                if test "${ac_cv_header_dld_h+set}" = set; then
    6862   { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
    6863 $as_echo_n "checking for dld.h... " >&6; }
     6644  { echo "$as_me:$LINENO: checking for dld.h" >&5
     6645echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
    68646646if test "${ac_cv_header_dld_h+set}" = set; then
    6865   $as_echo_n "(cached) " >&6
    6866 fi
    6867 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6868 $as_echo "$ac_cv_header_dld_h" >&6; }
     6647  echo $ECHO_N "(cached) $ECHO_C" >&6
     6648fi
     6649{ echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6650echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
    68696651else
    68706652  # Is the header compilable?
    6871 { $as_echo "$as_me:$LINENO: checking dld.h usability" >&5
    6872 $as_echo_n "checking dld.h usability... " >&6; }
     6653{ echo "$as_me:$LINENO: checking dld.h usability" >&5
     6654echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; }
    68736655cat >conftest.$ac_ext <<_ACEOF
    68746656/* confdefs.h.  */
     
    68866668  *) ac_try_echo=$ac_try;;
    68876669esac
    6888 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6889 $as_echo "$ac_try_echo") >&5
     6670eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    68906671  (eval "$ac_compile") 2>conftest.er1
    68916672  ac_status=$?
     
    68936674  rm -f conftest.er1
    68946675  cat conftest.err >&5
    6895   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6676  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    68966677  (exit $ac_status); } && {
    68976678         test -z "$ac_cxx_werror_flag" ||
     
    69006681  ac_header_compiler=yes
    69016682else
    6902   $as_echo "$as_me: failed program was:" >&5
     6683  echo "$as_me: failed program was:" >&5
    69036684sed 's/^/| /' conftest.$ac_ext >&5
    69046685
     
    69076688
    69086689rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6909 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6910 $as_echo "$ac_header_compiler" >&6; }
     6690{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6691echo "${ECHO_T}$ac_header_compiler" >&6; }
    69116692
    69126693# Is the header present?
    6913 { $as_echo "$as_me:$LINENO: checking dld.h presence" >&5
    6914 $as_echo_n "checking dld.h presence... " >&6; }
     6694{ echo "$as_me:$LINENO: checking dld.h presence" >&5
     6695echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; }
    69156696cat >conftest.$ac_ext <<_ACEOF
    69166697/* confdefs.h.  */
     
    69266707  *) ac_try_echo=$ac_try;;
    69276708esac
    6928 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6929 $as_echo "$ac_try_echo") >&5
     6709eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    69306710  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    69316711  ac_status=$?
     
    69336713  rm -f conftest.er1
    69346714  cat conftest.err >&5
    6935   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6715  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    69366716  (exit $ac_status); } >/dev/null && {
    69376717         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    69406720  ac_header_preproc=yes
    69416721else
    6942   $as_echo "$as_me: failed program was:" >&5
     6722  echo "$as_me: failed program was:" >&5
    69436723sed 's/^/| /' conftest.$ac_ext >&5
    69446724
     
    69476727
    69486728rm -f conftest.err conftest.$ac_ext
    6949 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6950 $as_echo "$ac_header_preproc" >&6; }
     6729{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6730echo "${ECHO_T}$ac_header_preproc" >&6; }
    69516731
    69526732# So?  What about this header?
    69536733case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    69546734  yes:no: )
    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;}
     6735    { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
     6736echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6737    { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
     6738echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
    69596739    ac_header_preproc=yes
    69606740    ;;
    69616741  no:yes:* )
    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;}
     6742    { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
     6743echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
     6744    { echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
     6745echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
     6746    { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
     6747echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
     6748    { echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
     6749echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     6750    { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
     6751echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
     6752    { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
     6753echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
    69746754    ( cat <<\_ASBOX
    69756755## ----------------------------------- ##
     
    69806760    ;;
    69816761esac
    6982 { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
    6983 $as_echo_n "checking for dld.h... " >&6; }
     6762{ echo "$as_me:$LINENO: checking for dld.h" >&5
     6763echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
    69846764if test "${ac_cv_header_dld_h+set}" = set; then
    6985   $as_echo_n "(cached) " >&6
     6765  echo $ECHO_N "(cached) $ECHO_C" >&6
    69866766else
    69876767  ac_cv_header_dld_h=$ac_header_preproc
    69886768fi
    6989 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6990 $as_echo "$ac_cv_header_dld_h" >&6; }
     6769{ echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6770echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
    69916771
    69926772fi
     
    70426822            # Not available on all versions:  check for include file.
    70436823            if test "${ac_cv_header_dlfcn_h+set}" = set; then
    7044   { $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5
    7045 $as_echo_n "checking for dlfcn.h... " >&6; }
     6824  { echo "$as_me:$LINENO: checking for dlfcn.h" >&5
     6825echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }
    70466826if test "${ac_cv_header_dlfcn_h+set}" = set; then
    7047   $as_echo_n "(cached) " >&6
    7048 fi
    7049 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
    7050 $as_echo "$ac_cv_header_dlfcn_h" >&6; }
     6827  echo $ECHO_N "(cached) $ECHO_C" >&6
     6828fi
     6829{ echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
     6830echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }
    70516831else
    70526832  # Is the header compilable?
    7053 { $as_echo "$as_me:$LINENO: checking dlfcn.h usability" >&5
    7054 $as_echo_n "checking dlfcn.h usability... " >&6; }
     6833{ echo "$as_me:$LINENO: checking dlfcn.h usability" >&5
     6834echo $ECHO_N "checking dlfcn.h usability... $ECHO_C" >&6; }
    70556835cat >conftest.$ac_ext <<_ACEOF
    70566836/* confdefs.h.  */
     
    70686848  *) ac_try_echo=$ac_try;;
    70696849esac
    7070 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7071 $as_echo "$ac_try_echo") >&5
     6850eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    70726851  (eval "$ac_compile") 2>conftest.er1
    70736852  ac_status=$?
     
    70756854  rm -f conftest.er1
    70766855  cat conftest.err >&5
    7077   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6856  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    70786857  (exit $ac_status); } && {
    70796858         test -z "$ac_cxx_werror_flag" ||
     
    70826861  ac_header_compiler=yes
    70836862else
    7084   $as_echo "$as_me: failed program was:" >&5
     6863  echo "$as_me: failed program was:" >&5
    70856864sed 's/^/| /' conftest.$ac_ext >&5
    70866865
     
    70896868
    70906869rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    7091 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    7092 $as_echo "$ac_header_compiler" >&6; }
     6870{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6871echo "${ECHO_T}$ac_header_compiler" >&6; }
    70936872
    70946873# Is the header present?
    7095 { $as_echo "$as_me:$LINENO: checking dlfcn.h presence" >&5
    7096 $as_echo_n "checking dlfcn.h presence... " >&6; }
     6874{ echo "$as_me:$LINENO: checking dlfcn.h presence" >&5
     6875echo $ECHO_N "checking dlfcn.h presence... $ECHO_C" >&6; }
    70976876cat >conftest.$ac_ext <<_ACEOF
    70986877/* confdefs.h.  */
     
    71086887  *) ac_try_echo=$ac_try;;
    71096888esac
    7110 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7111 $as_echo "$ac_try_echo") >&5
     6889eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    71126890  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    71136891  ac_status=$?
     
    71156893  rm -f conftest.er1
    71166894  cat conftest.err >&5
    7117   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6895  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    71186896  (exit $ac_status); } >/dev/null && {
    71196897         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    71226900  ac_header_preproc=yes
    71236901else
    7124   $as_echo "$as_me: failed program was:" >&5
     6902  echo "$as_me: failed program was:" >&5
    71256903sed 's/^/| /' conftest.$ac_ext >&5
    71266904
     
    71296907
    71306908rm -f conftest.err conftest.$ac_ext
    7131 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    7132 $as_echo "$ac_header_preproc" >&6; }
     6909{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6910echo "${ECHO_T}$ac_header_preproc" >&6; }
    71336911
    71346912# So?  What about this header?
    71356913case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    71366914  yes:no: )
    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;}
     6915    { echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5
     6916echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6917    { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5
     6918echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;}
    71416919    ac_header_preproc=yes
    71426920    ;;
    71436921  no:yes:* )
    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;}
     6922    { echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5
     6923echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;}
     6924    { echo "$as_me:$LINENO: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&5
     6925echo "$as_me: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&2;}
     6926    { echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5
     6927echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;}
     6928    { echo "$as_me:$LINENO: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&5
     6929echo "$as_me: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     6930    { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5
     6931echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}
     6932    { echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5
     6933echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;}
    71566934    ( cat <<\_ASBOX
    71576935## ----------------------------------- ##
     
    71626940    ;;
    71636941esac
    7164 { $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5
    7165 $as_echo_n "checking for dlfcn.h... " >&6; }
     6942{ echo "$as_me:$LINENO: checking for dlfcn.h" >&5
     6943echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }
    71666944if test "${ac_cv_header_dlfcn_h+set}" = set; then
    7167   $as_echo_n "(cached) " >&6
     6945  echo $ECHO_N "(cached) $ECHO_C" >&6
    71686946else
    71696947  ac_cv_header_dlfcn_h=$ac_header_preproc
    71706948fi
    7171 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
    7172 $as_echo "$ac_cv_header_dlfcn_h" >&6; }
     6949{ echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
     6950echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }
    71736951
    71746952fi
     
    71846962                CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
    71856963                LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}'
    7186                 { $as_echo "$as_me:$LINENO: checking for ELF" >&5
    7187 $as_echo_n "checking for ELF... " >&6; }
     6964                { echo "$as_me:$LINENO: checking for ELF" >&5
     6965echo $ECHO_N "checking for ELF... $ECHO_C" >&6; }
    71886966if test "${tcl_cv_ld_elf+set}" = set; then
    7189   $as_echo_n "(cached) " >&6
     6967  echo $ECHO_N "(cached) $ECHO_C" >&6
    71906968else
    71916969
     
    72116989
    72126990fi
    7213 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
    7214 $as_echo "$tcl_cv_ld_elf" >&6; }
     6991{ echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
     6992echo "${ECHO_T}$tcl_cv_ld_elf" >&6; }
    72156993                if test $tcl_cv_ld_elf = yes; then
    72166994                    SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so'
     
    72707048                LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
    72717049                SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.0'
    7272                 { $as_echo "$as_me:$LINENO: checking for ELF" >&5
    7273 $as_echo_n "checking for ELF... " >&6; }
     7050                { echo "$as_me:$LINENO: checking for ELF" >&5
     7051echo $ECHO_N "checking for ELF... $ECHO_C" >&6; }
    72747052if test "${tcl_cv_ld_elf+set}" = set; then
    7275   $as_echo_n "(cached) " >&6
     7053  echo $ECHO_N "(cached) $ECHO_C" >&6
    72767054else
    72777055
     
    72977075
    72987076fi
    7299 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
    7300 $as_echo "$tcl_cv_ld_elf" >&6; }
     7077{ echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
     7078echo "${ECHO_T}$tcl_cv_ld_elf" >&6; }
    73017079                if test $tcl_cv_ld_elf = yes; then
    73027080                    LDFLAGS=-Wl,-export-dynamic
     
    73527130                case `arch` in
    73537131                    ppc)
    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; }
     7132                        { echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&5
     7133echo $ECHO_N "checking if compiler accepts -arch ppc64 flag... $ECHO_C" >&6; }
    73567134if test "${tcl_cv_cc_arch_ppc64+set}" = set; then
    7357   $as_echo_n "(cached) " >&6
     7135  echo $ECHO_N "(cached) $ECHO_C" >&6
    73587136else
    73597137
     
    73817159  *) ac_try_echo=$ac_try;;
    73827160esac
    7383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7384 $as_echo "$ac_try_echo") >&5
     7161eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    73857162  (eval "$ac_link") 2>conftest.er1
    73867163  ac_status=$?
     
    73887165  rm -f conftest.er1
    73897166  cat conftest.err >&5
    7390   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7167  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    73917168  (exit $ac_status); } && {
    73927169         test -z "$ac_cxx_werror_flag" ||
    73937170         test ! -s conftest.err
    7394        } && test -s conftest$ac_exeext && {
    7395          test "$cross_compiling" = yes ||
    7396          $as_test_x conftest$ac_exeext
    7397        }; then
     7171       } && test -s conftest$ac_exeext &&
     7172       $as_test_x conftest$ac_exeext; then
    73987173  tcl_cv_cc_arch_ppc64=yes
    73997174else
    7400   $as_echo "$as_me: failed program was:" >&5
     7175  echo "$as_me: failed program was:" >&5
    74017176sed 's/^/| /' conftest.$ac_ext >&5
    74027177
     
    74047179fi
    74057180
    7406 rm -rf conftest.dSYM
    74077181rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    74087182      conftest$ac_exeext conftest.$ac_ext
    74097183                            CFLAGS=$hold_cflags
    74107184fi
    7411 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&5
    7412 $as_echo "$tcl_cv_cc_arch_ppc64" >&6; }
     7185{ echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&5
     7186echo "${ECHO_T}$tcl_cv_cc_arch_ppc64" >&6; }
    74137187                        if test $tcl_cv_cc_arch_ppc64 = yes; then
    74147188                            CFLAGS="$CFLAGS -arch ppc64 -mpowerpc64 -mcpu=G5"
     
    74167190                        fi;;
    74177191                    i386)
    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; }
     7192                        { echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&5
     7193echo $ECHO_N "checking if compiler accepts -arch x86_64 flag... $ECHO_C" >&6; }
    74207194if test "${tcl_cv_cc_arch_x86_64+set}" = set; then
    7421   $as_echo_n "(cached) " >&6
     7195  echo $ECHO_N "(cached) $ECHO_C" >&6
    74227196else
    74237197
     
    74457219  *) ac_try_echo=$ac_try;;
    74467220esac
    7447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7448 $as_echo "$ac_try_echo") >&5
     7221eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    74497222  (eval "$ac_link") 2>conftest.er1
    74507223  ac_status=$?
     
    74527225  rm -f conftest.er1
    74537226  cat conftest.err >&5
    7454   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7227  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    74557228  (exit $ac_status); } && {
    74567229         test -z "$ac_cxx_werror_flag" ||
    74577230         test ! -s conftest.err
    7458        } && test -s conftest$ac_exeext && {
    7459          test "$cross_compiling" = yes ||
    7460          $as_test_x conftest$ac_exeext
    7461        }; then
     7231       } && test -s conftest$ac_exeext &&
     7232       $as_test_x conftest$ac_exeext; then
    74627233  tcl_cv_cc_arch_x86_64=yes
    74637234else
    7464   $as_echo "$as_me: failed program was:" >&5
     7235  echo "$as_me: failed program was:" >&5
    74657236sed 's/^/| /' conftest.$ac_ext >&5
    74667237
     
    74687239fi
    74697240
    7470 rm -rf conftest.dSYM
    74717241rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    74727242      conftest$ac_exeext conftest.$ac_ext
    74737243                            CFLAGS=$hold_cflags
    74747244fi
    7475 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&5
    7476 $as_echo "$tcl_cv_cc_arch_x86_64" >&6; }
     7245{ echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&5
     7246echo "${ECHO_T}$tcl_cv_cc_arch_x86_64" >&6; }
    74777247                        if test $tcl_cv_cc_arch_x86_64 = yes; then
    74787248                            CFLAGS="$CFLAGS -arch x86_64"
     
    74807250                        fi;;
    74817251                    *)
    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;};;
     7252                        { echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&5
     7253echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};;
    74847254                esac
    74857255            else
     
    74907260            fi
    74917261            SHLIB_LD='${CC} -dynamiclib ${CFLAGS} ${LDFLAGS}'
    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; }
     7262            { echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&5
     7263echo $ECHO_N "checking if ld accepts -single_module flag... $ECHO_C" >&6; }
    74947264if test "${tcl_cv_ld_single_module+set}" = set; then
    7495   $as_echo_n "(cached) " >&6
     7265  echo $ECHO_N "(cached) $ECHO_C" >&6
    74967266else
    74977267
     
    75197289  *) ac_try_echo=$ac_try;;
    75207290esac
    7521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7522 $as_echo "$ac_try_echo") >&5
     7291eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    75237292  (eval "$ac_link") 2>conftest.er1
    75247293  ac_status=$?
     
    75267295  rm -f conftest.er1
    75277296  cat conftest.err >&5
    7528   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7297  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    75297298  (exit $ac_status); } && {
    75307299         test -z "$ac_cxx_werror_flag" ||
    75317300         test ! -s conftest.err
    7532        } && test -s conftest$ac_exeext && {
    7533          test "$cross_compiling" = yes ||
    7534          $as_test_x conftest$ac_exeext
    7535        }; then
     7301       } && test -s conftest$ac_exeext &&
     7302       $as_test_x conftest$ac_exeext; then
    75367303  tcl_cv_ld_single_module=yes
    75377304else
    7538   $as_echo "$as_me: failed program was:" >&5
     7305  echo "$as_me: failed program was:" >&5
    75397306sed 's/^/| /' conftest.$ac_ext >&5
    75407307
     
    75427309fi
    75437310
    7544 rm -rf conftest.dSYM
    75457311rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    75467312      conftest$ac_exeext conftest.$ac_ext
    75477313                LDFLAGS=$hold_ldflags
    75487314fi
    7549 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&5
    7550 $as_echo "$tcl_cv_ld_single_module" >&6; }
     7315{ echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&5
     7316echo "${ECHO_T}$tcl_cv_ld_single_module" >&6; }
    75517317            if test $tcl_cv_ld_single_module = yes; then
    75527318                SHLIB_LD="${SHLIB_LD} -Wl,-single_module"
     
    75617327                LDFLAGS="$LDFLAGS -prebind"
    75627328            LDFLAGS="$LDFLAGS -headerpad_max_install_names"
    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; }
     7329            { echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5
     7330echo $ECHO_N "checking if ld accepts -search_paths_first flag... $ECHO_C" >&6; }
    75657331if test "${tcl_cv_ld_search_paths_first+set}" = set; then
    7566   $as_echo_n "(cached) " >&6
     7332  echo $ECHO_N "(cached) $ECHO_C" >&6
    75677333else
    75687334
     
    75907356  *) ac_try_echo=$ac_try;;
    75917357esac
    7592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7593 $as_echo "$ac_try_echo") >&5
     7358eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    75947359  (eval "$ac_link") 2>conftest.er1
    75957360  ac_status=$?
     
    75977362  rm -f conftest.er1
    75987363  cat conftest.err >&5
    7599   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7364  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    76007365  (exit $ac_status); } && {
    76017366         test -z "$ac_cxx_werror_flag" ||
    76027367         test ! -s conftest.err
    7603        } && test -s conftest$ac_exeext && {
    7604          test "$cross_compiling" = yes ||
    7605          $as_test_x conftest$ac_exeext
    7606        }; then
     7368       } && test -s conftest$ac_exeext &&
     7369       $as_test_x conftest$ac_exeext; then
    76077370  tcl_cv_ld_search_paths_first=yes
    76087371else
    7609   $as_echo "$as_me: failed program was:" >&5
     7372  echo "$as_me: failed program was:" >&5
    76107373sed 's/^/| /' conftest.$ac_ext >&5
    76117374
     
    76137376fi
    76147377
    7615 rm -rf conftest.dSYM
    76167378rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    76177379      conftest$ac_exeext conftest.$ac_ext
    76187380                LDFLAGS=$hold_ldflags
    76197381fi
    7620 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&5
    7621 $as_echo "$tcl_cv_ld_search_paths_first" >&6; }
     7382{ echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&5
     7383echo "${ECHO_T}$tcl_cv_ld_search_paths_first" >&6; }
    76227384            if test $tcl_cv_ld_search_paths_first = yes; then
    76237385                LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
     
    76287390            PLAT_OBJS=\$\(MAC\_OSX_OBJS\)
    76297391            PLAT_SRCS=\$\(MAC\_OSX_SRCS\)
    7630             { $as_echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&5
    7631 $as_echo_n "checking whether to use CoreFoundation... " >&6; }
     7392            { echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&5
     7393echo $ECHO_N "checking whether to use CoreFoundation... $ECHO_C" >&6; }
    76327394            # Check whether --enable-corefoundation was given.
    76337395if test "${enable_corefoundation+set}" = set; then
     
    76377399fi
    76387400
    7639             { $as_echo "$as_me:$LINENO: result: $tcl_corefoundation" >&5
    7640 $as_echo "$tcl_corefoundation" >&6; }
     7401            { echo "$as_me:$LINENO: result: $tcl_corefoundation" >&5
     7402echo "${ECHO_T}$tcl_corefoundation" >&6; }
    76417403            if test $tcl_corefoundation = yes; then
    7642                 { $as_echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&5
    7643 $as_echo_n "checking for CoreFoundation.framework... " >&6; }
     7404                { echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&5
     7405echo $ECHO_N "checking for CoreFoundation.framework... $ECHO_C" >&6; }
    76447406if test "${tcl_cv_lib_corefoundation+set}" = set; then
    7645   $as_echo_n "(cached) " >&6
     7407  echo $ECHO_N "(cached) $ECHO_C" >&6
    76467408else
    76477409
     
    76757437  *) ac_try_echo=$ac_try;;
    76767438esac
    7677 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7678 $as_echo "$ac_try_echo") >&5
     7439eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    76797440  (eval "$ac_link") 2>conftest.er1
    76807441  ac_status=$?
     
    76827443  rm -f conftest.er1
    76837444  cat conftest.err >&5
    7684   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7445  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    76857446  (exit $ac_status); } && {
    76867447         test -z "$ac_cxx_werror_flag" ||
    76877448         test ! -s conftest.err
    7688        } && test -s conftest$ac_exeext && {
    7689          test "$cross_compiling" = yes ||
    7690          $as_test_x conftest$ac_exeext
    7691        }; then
     7449       } && test -s conftest$ac_exeext &&
     7450       $as_test_x conftest$ac_exeext; then
    76927451  tcl_cv_lib_corefoundation=yes
    76937452else
    7694   $as_echo "$as_me: failed program was:" >&5
     7453  echo "$as_me: failed program was:" >&5
    76957454sed 's/^/| /' conftest.$ac_ext >&5
    76967455
     
    76987457fi
    76997458
    7700 rm -rf conftest.dSYM
    77017459rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    77027460      conftest$ac_exeext conftest.$ac_ext
     
    77057463                    done; fi; LIBS=$hold_libs
    77067464fi
    7707 { $as_echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation" >&5
    7708 $as_echo "$tcl_cv_lib_corefoundation" >&6; }
     7465{ echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation" >&5
     7466echo "${ECHO_T}$tcl_cv_lib_corefoundation" >&6; }
    77097467                if test $tcl_cv_lib_corefoundation = yes; then
    77107468                    LIBS="$LIBS -framework CoreFoundation"
     
    77177475                fi
    77187476                if test "$fat_32_64" = yes -a $tcl_corefoundation = yes; then
    7719                     { $as_echo "$as_me:$LINENO: checking for 64-bit CoreFoundation" >&5
    7720 $as_echo_n "checking for 64-bit CoreFoundation... " >&6; }
     7477                    { echo "$as_me:$LINENO: checking for 64-bit CoreFoundation" >&5
     7478echo $ECHO_N "checking for 64-bit CoreFoundation... $ECHO_C" >&6; }
    77217479if test "${tcl_cv_lib_corefoundation_64+set}" = set; then
    7722   $as_echo_n "(cached) " >&6
     7480  echo $ECHO_N "(cached) $ECHO_C" >&6
    77237481else
    77247482
     
    77477505  *) ac_try_echo=$ac_try;;
    77487506esac
    7749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7750 $as_echo "$ac_try_echo") >&5
     7507eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    77517508  (eval "$ac_link") 2>conftest.er1
    77527509  ac_status=$?
     
    77547511  rm -f conftest.er1
    77557512  cat conftest.err >&5
    7756   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7513  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    77577514  (exit $ac_status); } && {
    77587515         test -z "$ac_cxx_werror_flag" ||
    77597516         test ! -s conftest.err
    7760        } && test -s conftest$ac_exeext && {
    7761          test "$cross_compiling" = yes ||
    7762          $as_test_x conftest$ac_exeext
    7763        }; then
     7517       } && test -s conftest$ac_exeext &&
     7518       $as_test_x conftest$ac_exeext; then
    77647519  tcl_cv_lib_corefoundation_64=yes
    77657520else
    7766   $as_echo "$as_me: failed program was:" >&5
     7521  echo "$as_me: failed program was:" >&5
    77677522sed 's/^/| /' conftest.$ac_ext >&5
    77687523
     
    77707525fi
    77717526
    7772 rm -rf conftest.dSYM
    77737527rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    77747528      conftest$ac_exeext conftest.$ac_ext
     
    77777531                        done
    77787532fi
    7779 { $as_echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation_64" >&5
    7780 $as_echo "$tcl_cv_lib_corefoundation_64" >&6; }
     7533{ echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation_64" >&5
     7534echo "${ECHO_T}$tcl_cv_lib_corefoundation_64" >&6; }
    77817535                    if test $tcl_cv_lib_corefoundation_64 = no; then
    77827536                        cat >>confdefs.h <<\_ACEOF
     
    79967750                        if test "$GCC" = "yes" ; then
    79977751                            if test "`gcc -dumpversion | awk -F. '{print $1}'`" -lt "3" ; then
    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;}
     7752                                { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&5
     7753echo "$as_me: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&2;}
    80007754                            else
    80017755                                do64bit_ok=yes
     
    80187772                elif test "$arch" = "amd64 i386" ; then
    80197773                    if test "$GCC" = "yes" ; then
    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;}
     7774                        { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
     7775echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
    80227776                    else
    80237777                        do64bit_ok=yes
     
    80267780                    fi
    80277781                else
    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;}
     7782                    { echo "$as_me:$LINENO: WARNING: 64bit mode not supported for $arch" >&5
     7783echo "$as_me: WARNING: 64bit mode not supported for $arch" >&2;}
    80307784                fi
    80317785            fi
     
    80857839            # Some UNIX_SV* systems (unixware 1.1.2 for example) have linkers
    80867840            # that don't grok the -Bexport option.  Test that it does.
    8087             { $as_echo "$as_me:$LINENO: checking for ld accepts -Bexport flag" >&5
    8088 $as_echo_n "checking for ld accepts -Bexport flag... " >&6; }
     7841            { echo "$as_me:$LINENO: checking for ld accepts -Bexport flag" >&5
     7842echo $ECHO_N "checking for ld accepts -Bexport flag... $ECHO_C" >&6; }
    80897843if test "${tcl_cv_ld_Bexport+set}" = set; then
    8090   $as_echo_n "(cached) " >&6
     7844  echo $ECHO_N "(cached) $ECHO_C" >&6
    80917845else
    80927846
     
    81147868  *) ac_try_echo=$ac_try;;
    81157869esac
    8116 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8117 $as_echo "$ac_try_echo") >&5
     7870eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    81187871  (eval "$ac_link") 2>conftest.er1
    81197872  ac_status=$?
     
    81217874  rm -f conftest.er1
    81227875  cat conftest.err >&5
    8123   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7876  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    81247877  (exit $ac_status); } && {
    81257878         test -z "$ac_cxx_werror_flag" ||
    81267879         test ! -s conftest.err
    8127        } && test -s conftest$ac_exeext && {
    8128          test "$cross_compiling" = yes ||
    8129          $as_test_x conftest$ac_exeext
    8130        }; then
     7880       } && test -s conftest$ac_exeext &&
     7881       $as_test_x conftest$ac_exeext; then
    81317882  tcl_cv_ld_Bexport=yes
    81327883else
    8133   $as_echo "$as_me: failed program was:" >&5
     7884  echo "$as_me: failed program was:" >&5
    81347885sed 's/^/| /' conftest.$ac_ext >&5
    81357886
     
    81377888fi
    81387889
    8139 rm -rf conftest.dSYM
    81407890rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    81417891      conftest$ac_exeext conftest.$ac_ext
    81427892                LDFLAGS=$hold_ldflags
    81437893fi
    8144 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_Bexport" >&5
    8145 $as_echo "$tcl_cv_ld_Bexport" >&6; }
     7894{ echo "$as_me:$LINENO: result: $tcl_cv_ld_Bexport" >&5
     7895echo "${ECHO_T}$tcl_cv_ld_Bexport" >&6; }
    81467896            if test $tcl_cv_ld_Bexport = yes; then
    81477897                LDFLAGS="$LDFLAGS -Wl,-Bexport"
     
    81537903
    81547904    if test "$do64bit" = "yes" -a "$do64bit_ok" = "no" ; then
    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;}
     7905        { echo "$as_me:$LINENO: WARNING: 64bit support being disabled -- don't know magic for this platform" >&5
     7906echo "$as_me: WARNING: 64bit support being disabled -- don't know magic for this platform" >&2;}
    81577907    fi
    81587908
     
    81807930
    81817931    if test "x$DL_OBJS" = "xtclLoadAout.o" ; then
    8182         { $as_echo "$as_me:$LINENO: checking sys/exec.h" >&5
    8183 $as_echo_n "checking sys/exec.h... " >&6; }
     7932        { echo "$as_me:$LINENO: checking sys/exec.h" >&5
     7933echo $ECHO_N "checking sys/exec.h... $ECHO_C" >&6; }
    81847934if test "${tcl_cv_sysexec_h+set}" = set; then
    8185   $as_echo_n "(cached) " >&6
     7935  echo $ECHO_N "(cached) $ECHO_C" >&6
    81867936else
    81877937
     
    82187968  *) ac_try_echo=$ac_try;;
    82197969esac
    8220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8221 $as_echo "$ac_try_echo") >&5
     7970eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    82227971  (eval "$ac_compile") 2>conftest.er1
    82237972  ac_status=$?
     
    82257974  rm -f conftest.er1
    82267975  cat conftest.err >&5
    8227   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7976  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    82287977  (exit $ac_status); } && {
    82297978         test -z "$ac_cxx_werror_flag" ||
     
    82327981  tcl_cv_sysexec_h=usable
    82337982else
    8234   $as_echo "$as_me: failed program was:" >&5
     7983  echo "$as_me: failed program was:" >&5
    82357984sed 's/^/| /' conftest.$ac_ext >&5
    82367985
     
    82407989rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    82417990fi
    8242 { $as_echo "$as_me:$LINENO: result: $tcl_cv_sysexec_h" >&5
    8243 $as_echo "$tcl_cv_sysexec_h" >&6; }
     7991{ echo "$as_me:$LINENO: result: $tcl_cv_sysexec_h" >&5
     7992echo "${ECHO_T}$tcl_cv_sysexec_h" >&6; }
    82447993        if test $tcl_cv_sysexec_h = usable; then
    82457994            cat >>confdefs.h <<\_ACEOF
     
    82487997
    82497998        else
    8250             { $as_echo "$as_me:$LINENO: checking a.out.h" >&5
    8251 $as_echo_n "checking a.out.h... " >&6; }
     7999            { echo "$as_me:$LINENO: checking a.out.h" >&5
     8000echo $ECHO_N "checking a.out.h... $ECHO_C" >&6; }
    82528001if test "${tcl_cv_aout_h+set}" = set; then
    8253   $as_echo_n "(cached) " >&6
     8002  echo $ECHO_N "(cached) $ECHO_C" >&6
    82548003else
    82558004
     
    82868035  *) ac_try_echo=$ac_try;;
    82878036esac
    8288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8289 $as_echo "$ac_try_echo") >&5
     8037eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    82908038  (eval "$ac_compile") 2>conftest.er1
    82918039  ac_status=$?
     
    82938041  rm -f conftest.er1
    82948042  cat conftest.err >&5
    8295   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8043  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    82968044  (exit $ac_status); } && {
    82978045         test -z "$ac_cxx_werror_flag" ||
     
    83008048  tcl_cv_aout_h=usable
    83018049else
    8302   $as_echo "$as_me: failed program was:" >&5
     8050  echo "$as_me: failed program was:" >&5
    83038051sed 's/^/| /' conftest.$ac_ext >&5
    83048052
     
    83088056rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    83098057fi
    8310 { $as_echo "$as_me:$LINENO: result: $tcl_cv_aout_h" >&5
    8311 $as_echo "$tcl_cv_aout_h" >&6; }
     8058{ echo "$as_me:$LINENO: result: $tcl_cv_aout_h" >&5
     8059echo "${ECHO_T}$tcl_cv_aout_h" >&6; }
    83128060            if test $tcl_cv_aout_h = usable; then
    83138061                cat >>confdefs.h <<\_ACEOF
     
    83168064
    83178065            else
    8318                 { $as_echo "$as_me:$LINENO: checking sys/exec_aout.h" >&5
    8319 $as_echo_n "checking sys/exec_aout.h... " >&6; }
     8066                { echo "$as_me:$LINENO: checking sys/exec_aout.h" >&5
     8067echo $ECHO_N "checking sys/exec_aout.h... $ECHO_C" >&6; }
    83208068if test "${tcl_cv_sysexecaout_h+set}" = set; then
    8321   $as_echo_n "(cached) " >&6
     8069  echo $ECHO_N "(cached) $ECHO_C" >&6
    83228070else
    83238071
     
    83548102  *) ac_try_echo=$ac_try;;
    83558103esac
    8356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8357 $as_echo "$ac_try_echo") >&5
     8104eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    83588105  (eval "$ac_compile") 2>conftest.er1
    83598106  ac_status=$?
     
    83618108  rm -f conftest.er1
    83628109  cat conftest.err >&5
    8363   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8110  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    83648111  (exit $ac_status); } && {
    83658112         test -z "$ac_cxx_werror_flag" ||
     
    83688115  tcl_cv_sysexecaout_h=usable
    83698116else
    8370   $as_echo "$as_me: failed program was:" >&5
     8117  echo "$as_me: failed program was:" >&5
    83718118sed 's/^/| /' conftest.$ac_ext >&5
    83728119
     
    83768123rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    83778124fi
    8378 { $as_echo "$as_me:$LINENO: result: $tcl_cv_sysexecaout_h" >&5
    8379 $as_echo "$tcl_cv_sysexecaout_h" >&6; }
     8125{ echo "$as_me:$LINENO: result: $tcl_cv_sysexecaout_h" >&5
     8126echo "${ECHO_T}$tcl_cv_sysexecaout_h" >&6; }
    83808127                if test $tcl_cv_sysexecaout_h = usable; then
    83818128                    cat >>confdefs.h <<\_ACEOF
     
    85248271done
    85258272if test "x${make_command}" = "x" ; then
    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;}
     8273  { { echo "$as_me:$LINENO: error: Requires GNU make. You can specify a version with \$MAKE" >&5
     8274echo "$as_me: error: Requires GNU make. You can specify a version with \$MAKE" >&2;}
    85288275   { (exit 1); exit 1; }; }
    85298276fi
     
    85578304TCLSH=
    85588305if test "$with_tclsh" != "no" ; then
    8559     { $as_echo "$as_me:$LINENO: checking for tclsh" >&5
    8560 $as_echo_n "checking for tclsh... " >&6; }
     8306    { echo "$as_me:$LINENO: checking for tclsh" >&5
     8307echo $ECHO_N "checking for tclsh... $ECHO_C" >&6; }
    85618308    if test -x "$with_tclsh/bin/tclsh"
    85628309    then
     
    85718318            # Extract the first word of "tclsh", so it can be a program name with args.
    85728319set dummy tclsh; ac_word=$2
    8573 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    8574 $as_echo_n "checking for $ac_word... " >&6; }
     8320{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     8321echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    85758322if test "${ac_cv_path_TCLSH+set}" = set; then
    8576   $as_echo_n "(cached) " >&6
     8323  echo $ECHO_N "(cached) $ECHO_C" >&6
    85778324else
    85788325  case $TCLSH in
     
    85898336  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    85908337    ac_cv_path_TCLSH="$as_dir/$ac_word$ac_exec_ext"
    8591     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8338    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    85928339    break 2
    85938340  fi
     
    86018348TCLSH=$ac_cv_path_TCLSH
    86028349if test -n "$TCLSH"; then
    8603   { $as_echo "$as_me:$LINENO: result: $TCLSH" >&5
    8604 $as_echo "$TCLSH" >&6; }
    8605 else
    8606   { $as_echo "$as_me:$LINENO: result: no" >&5
    8607 $as_echo "no" >&6; }
     8350  { echo "$as_me:$LINENO: result: $TCLSH" >&5
     8351echo "${ECHO_T}$TCLSH" >&6; }
     8352else
     8353  { echo "$as_me:$LINENO: result: no" >&5
     8354echo "${ECHO_T}no" >&6; }
    86088355fi
    86098356
     
    86128359    fi
    86138360fi
    8614 { $as_echo "$as_me:$LINENO: result: ${TCLSH}" >&5
    8615 $as_echo "${TCLSH}" >&6; }
     8361{ echo "$as_me:$LINENO: result: ${TCLSH}" >&5
     8362echo "${ECHO_T}${TCLSH}" >&6; }
    86168363
    86178364
     
    86348381    # Extract the first word of "mex", so it can be a program name with args.
    86358382set dummy mex; ac_word=$2
    8636 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    8637 $as_echo_n "checking for $ac_word... " >&6; }
     8383{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     8384echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    86388385if test "${ac_cv_path_MEX+set}" = set; then
    8639   $as_echo_n "(cached) " >&6
     8386  echo $ECHO_N "(cached) $ECHO_C" >&6
    86408387else
    86418388  case $MEX in
     
    86528399  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    86538400    ac_cv_path_MEX="$as_dir/$ac_word$ac_exec_ext"
    8654     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8401    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    86558402    break 2
    86568403  fi
     
    86648411MEX=$ac_cv_path_MEX
    86658412if test -n "$MEX"; then
    8666   { $as_echo "$as_me:$LINENO: result: $MEX" >&5
    8667 $as_echo "$MEX" >&6; }
    8668 else
    8669   { $as_echo "$as_me:$LINENO: result: no" >&5
    8670 $as_echo "no" >&6; }
     8413  { echo "$as_me:$LINENO: result: $MEX" >&5
     8414echo "${ECHO_T}$MEX" >&6; }
     8415else
     8416  { echo "$as_me:$LINENO: result: no" >&5
     8417echo "${ECHO_T}no" >&6; }
    86718418fi
    86728419
     
    86748421    # Extract the first word of "matlab", so it can be a program name with args.
    86758422set 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; }
     8423{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     8424echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    86788425if test "${ac_cv_path_MATLAB+set}" = set; then
    8679   $as_echo_n "(cached) " >&6
     8426  echo $ECHO_N "(cached) $ECHO_C" >&6
    86808427else
    86818428  case $MATLAB in
     
    86928439  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    86938440    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
     8441    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    86958442    break 2
    86968443  fi
     
    87048451MATLAB=$ac_cv_path_MATLAB
    87058452if test -n "$MATLAB"; then
    8706   { $as_echo "$as_me:$LINENO: result: $MATLAB" >&5
    8707 $as_echo "$MATLAB" >&6; }
    8708 else
    8709   { $as_echo "$as_me:$LINENO: result: no" >&5
    8710 $as_echo "no" >&6; }
     8453  { echo "$as_me:$LINENO: result: $MATLAB" >&5
     8454echo "${ECHO_T}$MATLAB" >&6; }
     8455else
     8456  { echo "$as_me:$LINENO: result: no" >&5
     8457echo "${ECHO_T}no" >&6; }
    87118458fi
    87128459
     
    87158462    # Extract the first word of "mex", so it can be a program name with args.
    87168463set dummy mex; ac_word=$2
    8717 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    8718 $as_echo_n "checking for $ac_word... " >&6; }
     8464{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     8465echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    87198466if test "${ac_cv_path_MEX+set}" = set; then
    8720   $as_echo_n "(cached) " >&6
     8467  echo $ECHO_N "(cached) $ECHO_C" >&6
    87218468else
    87228469  case $MEX in
     
    87338480  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    87348481    ac_cv_path_MEX="$as_dir/$ac_word$ac_exec_ext"
    8735     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8482    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    87368483    break 2
    87378484  fi
     
    87468493MEX=$ac_cv_path_MEX
    87478494if test -n "$MEX"; then
    8748   { $as_echo "$as_me:$LINENO: result: $MEX" >&5
    8749 $as_echo "$MEX" >&6; }
    8750 else
    8751   { $as_echo "$as_me:$LINENO: result: no" >&5
    8752 $as_echo "no" >&6; }
     8495  { echo "$as_me:$LINENO: result: $MEX" >&5
     8496echo "${ECHO_T}$MEX" >&6; }
     8497else
     8498  { echo "$as_me:$LINENO: result: no" >&5
     8499echo "${ECHO_T}no" >&6; }
    87538500fi
    87548501
     
    87568503    # Extract the first word of "matlab", so it can be a program name with args.
    87578504set 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; }
     8505{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     8506echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    87608507if test "${ac_cv_path_MATLAB+set}" = set; then
    8761   $as_echo_n "(cached) " >&6
     8508  echo $ECHO_N "(cached) $ECHO_C" >&6
    87628509else
    87638510  case $MATLAB in
     
    87748521  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    87758522    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
     8523    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    87778524    break 2
    87788525  fi
     
    87878534MATLAB=$ac_cv_path_MATLAB
    87888535if test -n "$MATLAB"; then
    8789   { $as_echo "$as_me:$LINENO: result: $MATLAB" >&5
    8790 $as_echo "$MATLAB" >&6; }
    8791 else
    8792   { $as_echo "$as_me:$LINENO: result: no" >&5
    8793 $as_echo "no" >&6; }
     8536  { echo "$as_me:$LINENO: result: $MATLAB" >&5
     8537echo "${ECHO_T}$MATLAB" >&6; }
     8538else
     8539  { echo "$as_me:$LINENO: result: no" >&5
     8540echo "${ECHO_T}no" >&6; }
    87948541fi
    87958542
     
    88208567    # Extract the first word of "mkoctfile", so it can be a program name with args.
    88218568set dummy mkoctfile; ac_word=$2
    8822 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    8823 $as_echo_n "checking for $ac_word... " >&6; }
     8569{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     8570echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    88248571if test "${ac_cv_path_MKOCTFILE+set}" = set; then
    8825   $as_echo_n "(cached) " >&6
     8572  echo $ECHO_N "(cached) $ECHO_C" >&6
    88268573else
    88278574  case $MKOCTFILE in
     
    88388585  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    88398586    ac_cv_path_MKOCTFILE="$as_dir/$ac_word$ac_exec_ext"
    8840     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8587    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    88418588    break 2
    88428589  fi
     
    88508597MKOCTFILE=$ac_cv_path_MKOCTFILE
    88518598if test -n "$MKOCTFILE"; then
    8852   { $as_echo "$as_me:$LINENO: result: $MKOCTFILE" >&5
    8853 $as_echo "$MKOCTFILE" >&6; }
    8854 else
    8855   { $as_echo "$as_me:$LINENO: result: no" >&5
    8856 $as_echo "no" >&6; }
     8599  { echo "$as_me:$LINENO: result: $MKOCTFILE" >&5
     8600echo "${ECHO_T}$MKOCTFILE" >&6; }
     8601else
     8602  { echo "$as_me:$LINENO: result: no" >&5
     8603echo "${ECHO_T}no" >&6; }
    88578604fi
    88588605
     
    88618608    # Extract the first word of "mkoctfile", so it can be a program name with args.
    88628609set dummy mkoctfile; ac_word=$2
    8863 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    8864 $as_echo_n "checking for $ac_word... " >&6; }
     8610{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     8611echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    88658612if test "${ac_cv_path_MKOCTFILE+set}" = set; then
    8866   $as_echo_n "(cached) " >&6
     8613  echo $ECHO_N "(cached) $ECHO_C" >&6
    88678614else
    88688615  case $MKOCTFILE in
     
    88798626  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    88808627    ac_cv_path_MKOCTFILE="$as_dir/$ac_word$ac_exec_ext"
    8881     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8628    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    88828629    break 2
    88838630  fi
     
    88928639MKOCTFILE=$ac_cv_path_MKOCTFILE
    88938640if test -n "$MKOCTFILE"; then
    8894   { $as_echo "$as_me:$LINENO: result: $MKOCTFILE" >&5
    8895 $as_echo "$MKOCTFILE" >&6; }
    8896 else
    8897   { $as_echo "$as_me:$LINENO: result: no" >&5
    8898 $as_echo "no" >&6; }
     8641  { echo "$as_me:$LINENO: result: $MKOCTFILE" >&5
     8642echo "${ECHO_T}$MKOCTFILE" >&6; }
     8643else
     8644  { echo "$as_me:$LINENO: result: no" >&5
     8645echo "${ECHO_T}no" >&6; }
    88998646fi
    89008647
     
    89258672PERL_VERSION_RV=
    89268673if test "$with_perl" != "no" ; then
    8927     { $as_echo "$as_me:$LINENO: checking for perl" >&5
    8928 $as_echo_n "checking for perl... " >&6; }
     8674    { echo "$as_me:$LINENO: checking for perl" >&5
     8675echo $ECHO_N "checking for perl... $ECHO_C" >&6; }
    89298676    if test "$with_perl" != "yes" ; then
    89308677      # Extract the first word of "perl", so it can be a program name with args.
    89318678set dummy perl; ac_word=$2
    8932 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    8933 $as_echo_n "checking for $ac_word... " >&6; }
     8679{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     8680echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    89348681if test "${ac_cv_path_PERL+set}" = set; then
    8935   $as_echo_n "(cached) " >&6
     8682  echo $ECHO_N "(cached) $ECHO_C" >&6
    89368683else
    89378684  case $PERL in
     
    89488695  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    89498696    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
    8950     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8697    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    89518698    break 2
    89528699  fi
     
    89618708PERL=$ac_cv_path_PERL
    89628709if test -n "$PERL"; then
    8963   { $as_echo "$as_me:$LINENO: result: $PERL" >&5
    8964 $as_echo "$PERL" >&6; }
    8965 else
    8966   { $as_echo "$as_me:$LINENO: result: no" >&5
    8967 $as_echo "no" >&6; }
     8710  { echo "$as_me:$LINENO: result: $PERL" >&5
     8711echo "${ECHO_T}$PERL" >&6; }
     8712else
     8713  { echo "$as_me:$LINENO: result: no" >&5
     8714echo "${ECHO_T}no" >&6; }
    89688715fi
    89698716
     
    89728719      # Extract the first word of "perl", so it can be a program name with args.
    89738720set dummy perl; ac_word=$2
    8974 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    8975 $as_echo_n "checking for $ac_word... " >&6; }
     8721{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     8722echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    89768723if test "${ac_cv_path_PERL+set}" = set; then
    8977   $as_echo_n "(cached) " >&6
     8724  echo $ECHO_N "(cached) $ECHO_C" >&6
    89788725else
    89798726  case $PERL in
     
    89908737  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    89918738    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
    8992     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8739    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    89938740    break 2
    89948741  fi
     
    90028749PERL=$ac_cv_path_PERL
    90038750if test -n "$PERL"; then
    9004   { $as_echo "$as_me:$LINENO: result: $PERL" >&5
    9005 $as_echo "$PERL" >&6; }
    9006 else
    9007   { $as_echo "$as_me:$LINENO: result: no" >&5
    9008 $as_echo "no" >&6; }
     8751  { echo "$as_me:$LINENO: result: $PERL" >&5
     8752echo "${ECHO_T}$PERL" >&6; }
     8753else
     8754  { echo "$as_me:$LINENO: result: no" >&5
     8755echo "${ECHO_T}no" >&6; }
    90098756fi
    90108757
     
    90238770    fi
    90248771fi
    9025 { $as_echo "$as_me:$LINENO: result: ${PERL}" >&5
    9026 $as_echo "${PERL}" >&6; }
     8772{ echo "$as_me:$LINENO: result: ${PERL}" >&5
     8773echo "${ECHO_T}${PERL}" >&6; }
    90278774
    90288775
     
    90608807
    90618808if test "$with_python" != "no" ; then
    9062   { $as_echo "$as_me:$LINENO: checking for python" >&5
    9063 $as_echo_n "checking for python... " >&6; }
     8809  { echo "$as_me:$LINENO: checking for python" >&5
     8810echo $ECHO_N "checking for python... $ECHO_C" >&6; }
    90648811  if test -x "$with_python/bin/python"; then
    90658812    echo Found python in $with_python/bin/python
     
    90718818    # 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.
    90728819set dummy python python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5; ac_word=$2
    9073 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    9074 $as_echo_n "checking for $ac_word... " >&6; }
     8820{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     8821echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    90758822if test "${ac_cv_path_PYTHON+set}" = set; then
    9076   $as_echo_n "(cached) " >&6
     8823  echo $ECHO_N "(cached) $ECHO_C" >&6
    90778824else
    90788825  case $PYTHON in
     
    90898836  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    90908837    ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
    9091     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8838    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    90928839    break 2
    90938840  fi
     
    91018848PYTHON=$ac_cv_path_PYTHON
    91028849if test -n "$PYTHON"; then
    9103   { $as_echo "$as_me:$LINENO: result: $PYTHON" >&5
    9104 $as_echo "$PYTHON" >&6; }
    9105 else
    9106   { $as_echo "$as_me:$LINENO: result: no" >&5
    9107 $as_echo "no" >&6; }
     8850  { echo "$as_me:$LINENO: result: $PYTHON" >&5
     8851echo "${ECHO_T}$PYTHON" >&6; }
     8852else
     8853  { echo "$as_me:$LINENO: result: no" >&5
     8854echo "${ECHO_T}no" >&6; }
    91088855fi
    91098856
     
    91428889  fi
    91438890
    9144   { $as_echo "$as_me:$LINENO: checking for python distutils" >&5
    9145 $as_echo_n "checking for python distutils... " >&6; }
     8891  { echo "$as_me:$LINENO: checking for python distutils" >&5
     8892echo $ECHO_N "checking for python distutils... $ECHO_C" >&6; }
    91468893  ${PYTHON} -c "from distutils.core import setup; setup(name='test')" \
    91478894        build build_ext 2>&1 > /dev/null
     
    91518898    HAVE_PYTHON_DISTUTILS="no"
    91528899  fi
    9153   { $as_echo "$as_me:$LINENO: result: $HAVE_PYTHON_DISTUTILS" >&5
    9154 $as_echo "$HAVE_PYTHON_DISTUTILS" >&6; }
     8900  { echo "$as_me:$LINENO: result: $HAVE_PYTHON_DISTUTILS" >&5
     8901echo "${ECHO_T}$HAVE_PYTHON_DISTUTILS" >&6; }
    91558902
    91568903  if test "${HAVE_PYTHON_DISTUTILS}" = "yes"; then
     
    91588905    # Check for Python include path
    91598906    #
    9160     { $as_echo "$as_me:$LINENO: checking for Python include path" >&5
    9161 $as_echo_n "checking for Python include path... " >&6; }
     8907    { echo "$as_me:$LINENO: checking for Python include path" >&5
     8908echo $ECHO_N "checking for Python include path... $ECHO_C" >&6; }
    91628909    if test "x${PYTHON_CPPFLAGS}" = "x"; then
    91638910      incdir_path=`${PYTHON} -c "import distutils.sysconfig; \
     
    91688915      PYTHON_CPPFLAGS=$python_path
    91698916    fi
    9170     { $as_echo "$as_me:$LINENO: result: $PYTHON_CPPFLAGS" >&5
    9171 $as_echo "$PYTHON_CPPFLAGS" >&6; }
     8917    { echo "$as_me:$LINENO: result: $PYTHON_CPPFLAGS" >&5
     8918echo "${ECHO_T}$PYTHON_CPPFLAGS" >&6; }
    91728919
    91738920    #
    91748921    # python distutils found, get settings from python directly
    91758922    #
    9176     { $as_echo "$as_me:$LINENO: checking location of site-packages" >&5
    9177 $as_echo_n "checking location of site-packages... " >&6; }
     8923    { echo "$as_me:$LINENO: checking location of site-packages" >&5
     8924echo $ECHO_N "checking location of site-packages... $ECHO_C" >&6; }
    91788925    PYTHON_SITE_DIR="`${PYTHON} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(0);'`"
    91798926
     
    92078954    # Extract the first word of "ruby", so it can be a program name with args.
    92088955set dummy ruby; ac_word=$2
    9209 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    9210 $as_echo_n "checking for $ac_word... " >&6; }
     8956{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     8957echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    92118958if test "${ac_cv_path_RUBY+set}" = set; then
    9212   $as_echo_n "(cached) " >&6
     8959  echo $ECHO_N "(cached) $ECHO_C" >&6
    92138960else
    92148961  case $RUBY in
     
    92258972  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    92268973    ac_cv_path_RUBY="$as_dir/$ac_word$ac_exec_ext"
    9227     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8974    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    92288975    break 2
    92298976  fi
     
    92378984RUBY=$ac_cv_path_RUBY
    92388985if test -n "$RUBY"; then
    9239   { $as_echo "$as_me:$LINENO: result: $RUBY" >&5
    9240 $as_echo "$RUBY" >&6; }
    9241 else
    9242   { $as_echo "$as_me:$LINENO: result: no" >&5
    9243 $as_echo "no" >&6; }
     8986  { echo "$as_me:$LINENO: result: $RUBY" >&5
     8987echo "${ECHO_T}$RUBY" >&6; }
     8988else
     8989  { echo "$as_me:$LINENO: result: no" >&5
     8990echo "${ECHO_T}no" >&6; }
    92448991fi
    92458992
     
    92488995    # Extract the first word of "ruby", so it can be a program name with args.
    92498996set dummy ruby; ac_word=$2
    9250 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    9251 $as_echo_n "checking for $ac_word... " >&6; }
     8997{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     8998echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    92528999if test "${ac_cv_path_RUBY+set}" = set; then
    9253   $as_echo_n "(cached) " >&6
     9000  echo $ECHO_N "(cached) $ECHO_C" >&6
    92549001else
    92559002  case $RUBY in
     
    92669013  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    92679014    ac_cv_path_RUBY="$as_dir/$ac_word$ac_exec_ext"
    9268     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     9015    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    92699016    break 2
    92709017  fi
     
    92799026RUBY=$ac_cv_path_RUBY
    92809027if test -n "$RUBY"; then
    9281   { $as_echo "$as_me:$LINENO: result: $RUBY" >&5
    9282 $as_echo "$RUBY" >&6; }
    9283 else
    9284   { $as_echo "$as_me:$LINENO: result: no" >&5
    9285 $as_echo "no" >&6; }
     9028  { echo "$as_me:$LINENO: result: $RUBY" >&5
     9029echo "${ECHO_T}$RUBY" >&6; }
     9030else
     9031  { echo "$as_me:$LINENO: result: no" >&5
     9032echo "${ECHO_T}no" >&6; }
    92869033fi
    92879034
     
    92949041RUBY_PLATFORM=
    92959042if test "x${RUBY}" != "x" ; then
    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; }
     9043  { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
     9044echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
    92989045if test "${ac_cv_path_SED+set}" = set; then
    9299   $as_echo_n "(cached) " >&6
     9046  echo $ECHO_N "(cached) $ECHO_C" >&6
    93009047else
    93019048            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
     
    93039050       ac_script="$ac_script$as_nl$ac_script"
    93049051     done
    9305      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
     9052     echo "$ac_script" | sed 99q >conftest.sed
    93069053     $as_unset ac_script || ac_script=
    9307      if test -z "$SED"; then
     9054     # Extract the first word of "sed gsed" to use in msg output
     9055if test -z "$SED"; then
     9056set dummy sed gsed; ac_prog_name=$2
     9057if test "${ac_cv_path_SED+set}" = set; then
     9058  echo $ECHO_N "(cached) $ECHO_C" >&6
     9059else
    93089060  ac_path_SED_found=false
    9309   # Loop through the user's path and test for each of PROGNAME-LIST
    9310   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     9061# Loop through the user's path and test for each of PROGNAME-LIST
     9062as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    93119063for as_dir in $PATH
    93129064do
     
    93149066  test -z "$as_dir" && as_dir=.
    93159067  for ac_prog in sed gsed; do
    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.
     9068  for ac_exec_ext in '' $ac_executable_extensions; do
     9069    ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
     9070    { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
     9071    # Check for GNU ac_path_SED and select it if it is found.
    93209072  # Check for GNU $ac_path_SED
    93219073case `"$ac_path_SED" --version 2>&1` in
     
    93249076*)
    93259077  ac_count=0
    9326   $as_echo_n 0123456789 >"conftest.in"
     9078  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
    93279079  while :
    93289080  do
     
    93309082    mv "conftest.tmp" "conftest.in"
    93319083    cp "conftest.in" "conftest.nl"
    9332     $as_echo '' >> "conftest.nl"
     9084    echo '' >> "conftest.nl"
    93339085    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
    93349086    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    93459097esac
    93469098
    9347       $ac_path_SED_found && break 3
    9348     done
     9099
     9100    $ac_path_SED_found && break 3
    93499101  done
    93509102done
     9103
     9104done
    93519105IFS=$as_save_IFS
    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;}
     9106
     9107
     9108fi
     9109
     9110SED="$ac_cv_path_SED"
     9111if test -z "$SED"; then
     9112  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
     9113echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
    93559114   { (exit 1); exit 1; }; }
    9356   fi
     9115fi
     9116
    93579117else
    93589118  ac_cv_path_SED=$SED
     
    93609120
    93619121fi
    9362 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
    9363 $as_echo "$ac_cv_path_SED" >&6; }
     9122{ echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
     9123echo "${ECHO_T}$ac_cv_path_SED" >&6; }
    93649124 SED="$ac_cv_path_SED"
    93659125  rm -f conftest.sed
     
    93739133        ax_ruby_version=""
    93749134
    9375         { $as_echo "$as_me:$LINENO: checking for ruby version" >&5
    9376 $as_echo_n "checking for ruby version... " >&6; }
     9135        { echo "$as_me:$LINENO: checking for ruby version" >&5
     9136echo $ECHO_N "checking for ruby version... $ECHO_C" >&6; }
    93779137
    93789138        ruby_version=`$RUBY --version 2>&1 | $GREP "^ruby " | $SED -e 's/^.* \([0-9]*\.[0-9]*\.[0-9]*\) .*/\1/'`
    93799139
    9380         { $as_echo "$as_me:$LINENO: result: $ruby_version" >&5
    9381 $as_echo "$ruby_version" >&6; }
     9140        { echo "$as_me:$LINENO: result: $ruby_version" >&5
     9141echo "${ECHO_T}$ruby_version" >&6; }
    93829142
    93839143        RUBY_VERSION=$ruby_version
     
    93899149  # Extract the first word of "$ac_prog", so it can be a program name with args.
    93909150set dummy $ac_prog; ac_word=$2
    9391 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    9392 $as_echo_n "checking for $ac_word... " >&6; }
     9151{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     9152echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    93939153if test "${ac_cv_prog_AWK+set}" = set; then
    9394   $as_echo_n "(cached) " >&6
     9154  echo $ECHO_N "(cached) $ECHO_C" >&6
    93959155else
    93969156  if test -n "$AWK"; then
     
    94059165  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    94069166    ac_cv_prog_AWK="$ac_prog"
    9407     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     9167    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    94089168    break 2
    94099169  fi
     
    94169176AWK=$ac_cv_prog_AWK
    94179177if test -n "$AWK"; then
    9418   { $as_echo "$as_me:$LINENO: result: $AWK" >&5
    9419 $as_echo "$AWK" >&6; }
    9420 else
    9421   { $as_echo "$as_me:$LINENO: result: no" >&5
    9422 $as_echo "no" >&6; }
     9178  { echo "$as_me:$LINENO: result: $AWK" >&5
     9179echo "${ECHO_T}$AWK" >&6; }
     9180else
     9181  { echo "$as_me:$LINENO: result: no" >&5
     9182echo "${ECHO_T}no" >&6; }
    94239183fi
    94249184
     
    94709230else
    94719231
    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;}
     9232        { echo "$as_me:$LINENO: WARNING: could not find the ruby interpreter" >&5
     9233echo "$as_me: WARNING: could not find the ruby interpreter" >&2;}
    94749234
    94759235
     
    94869246    # Check for Ruby include path
    94879247    #
    9488     { $as_echo "$as_me:$LINENO: checking for Ruby include path" >&5
    9489 $as_echo_n "checking for Ruby include path... " >&6; }
     9248    { echo "$as_me:$LINENO: checking for Ruby include path" >&5
     9249echo $ECHO_N "checking for Ruby include path... $ECHO_C" >&6; }
    94909250    if test -z "$RUBY_CPPFLAGS"; then
    94919251        ruby_path=`$RUBY -rmkmf -e 'print Config::CONFIG["archdir"]'`
     
    94959255        RUBY_CPPFLAGS=$ruby_path
    94969256    fi
    9497     { $as_echo "$as_me:$LINENO: result: $RUBY_CPPFLAGS" >&5
    9498 $as_echo "$RUBY_CPPFLAGS" >&6; }
     9257    { echo "$as_me:$LINENO: result: $RUBY_CPPFLAGS" >&5
     9258echo "${ECHO_T}$RUBY_CPPFLAGS" >&6; }
    94999259
    95009260
     
    95029262    # Check for Ruby library path
    95039263    #
    9504     { $as_echo "$as_me:$LINENO: checking for Ruby library path" >&5
    9505 $as_echo_n "checking for Ruby library path... " >&6; }
     9264    { echo "$as_me:$LINENO: checking for Ruby library path" >&5
     9265echo $ECHO_N "checking for Ruby library path... $ECHO_C" >&6; }
    95069266    if test -z "$RUBY_LDFLAGS"; then
    95079267        RUBY_LDFLAGS=`$RUBY -rmkmf -e 'print Config::CONFIG["LIBRUBYARG_SHARED"]'`
    95089268    fi
    9509     { $as_echo "$as_me:$LINENO: result: $RUBY_LDFLAGS" >&5
    9510 $as_echo "$RUBY_LDFLAGS" >&6; }
     9269    { echo "$as_me:$LINENO: result: $RUBY_LDFLAGS" >&5
     9270echo "${ECHO_T}$RUBY_LDFLAGS" >&6; }
    95119271
    95129272
     
    95149274    # Check for site packages
    95159275    #
    9516     { $as_echo "$as_me:$LINENO: checking for Ruby site-packages path" >&5
    9517 $as_echo_n "checking for Ruby site-packages path... " >&6; }
     9276    { echo "$as_me:$LINENO: checking for Ruby site-packages path" >&5
     9277echo $ECHO_N "checking for Ruby site-packages path... $ECHO_C" >&6; }
    95189278    if test -z "$RUBY_SITE_PKG"; then
    95199279        RUBY_SITE_PKG=`$RUBY -rmkmf -e 'print Config::CONFIG["sitearchdir"]'`
    95209280    fi
    9521     { $as_echo "$as_me:$LINENO: result: $RUBY_SITE_PKG" >&5
    9522 $as_echo "$RUBY_SITE_PKG" >&6; }
     9281    { echo "$as_me:$LINENO: result: $RUBY_SITE_PKG" >&5
     9282echo "${ECHO_T}$RUBY_SITE_PKG" >&6; }
    95239283
    95249284
     
    95269286    # libraries which must be linked in when embedding
    95279287    #
    9528     { $as_echo "$as_me:$LINENO: checking ruby extra libraries" >&5
    9529 $as_echo_n "checking ruby extra libraries... " >&6; }
     9288    { echo "$as_me:$LINENO: checking ruby extra libraries" >&5
     9289echo $ECHO_N "checking ruby extra libraries... $ECHO_C" >&6; }
    95309290    if test -z "$RUBY_EXTRA_LIBS"; then
    95319291       RUBY_EXTRA_LIBS=`$RUBY -rmkmf -e 'print Config::CONFIG["SOLIBS"]'`
    95329292    fi
    9533     { $as_echo "$as_me:$LINENO: result: $RUBY_EXTRA_LIBS" >&5
    9534 $as_echo "$RUBY_EXTRA_LIBS" >&6; }
     9293    { echo "$as_me:$LINENO: result: $RUBY_EXTRA_LIBS" >&5
     9294echo "${ECHO_T}$RUBY_EXTRA_LIBS" >&6; }
    95359295
    95369296
     
    95519311    # final check to see if everything compiles alright
    95529312    #
    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; }
     9313    { echo "$as_me:$LINENO: checking consistency of all components of ruby development environment" >&5
     9314echo $ECHO_N "checking consistency of all components of ruby development environment... $ECHO_C" >&6; }
    95559315    ac_ext=c
    95569316ac_cpp='$CPP $CPPFLAGS'
     
    95899349  *) ac_try_echo=$ac_try;;
    95909350esac
    9591 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    9592 $as_echo "$ac_try_echo") >&5
     9351eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    95939352  (eval "$ac_link") 2>conftest.er1
    95949353  ac_status=$?
     
    95969355  rm -f conftest.er1
    95979356  cat conftest.err >&5
    9598   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     9357  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    95999358  (exit $ac_status); } && {
    96009359         test -z "$ac_c_werror_flag" ||
    96019360         test ! -s conftest.err
    9602        } && test -s conftest$ac_exeext && {
    9603          test "$cross_compiling" = yes ||
    9604          $as_test_x conftest$ac_exeext
    9605        }; then
     9361       } && test -s conftest$ac_exeext &&
     9362       $as_test_x conftest$ac_exeext; then
    96069363  rubyexists=yes
    96079364else
    9608   $as_echo "$as_me: failed program was:" >&5
     9365  echo "$as_me: failed program was:" >&5
    96099366sed 's/^/| /' conftest.$ac_ext >&5
    96109367
     
    96129369fi
    96139370
    9614 rm -rf conftest.dSYM
    96159371rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    96169372      conftest$ac_exeext conftest.$ac_ext
    96179373
    9618     { $as_echo "$as_me:$LINENO: result: $rubyexists" >&5
    9619 $as_echo "$rubyexists" >&6; }
     9374    { echo "$as_me:$LINENO: result: $rubyexists" >&5
     9375echo "${ECHO_T}$rubyexists" >&6; }
    96209376
    96219377    if test "$rubyexists" = "no"; then
     
    96469402
    96479403
    9648     { $as_echo "$as_me:$LINENO: checking how to build libraries" >&5
    9649 $as_echo_n "checking how to build libraries... " >&6; }
     9404    { echo "$as_me:$LINENO: checking how to build libraries" >&5
     9405echo $ECHO_N "checking how to build libraries... $ECHO_C" >&6; }
    96509406    # Check whether --enable-shared was given.
    96519407if test "${enable_shared+set}" = set; then
     
    96649420
    96659421    if test "$tcl_ok" = "yes" ; then
    9666         { $as_echo "$as_me:$LINENO: result: shared" >&5
    9667 $as_echo "shared" >&6; }
     9422        { echo "$as_me:$LINENO: result: shared" >&5
     9423echo "${ECHO_T}shared" >&6; }
    96689424        SHARED_BUILD=1
    96699425    else
    9670         { $as_echo "$as_me:$LINENO: result: static" >&5
    9671 $as_echo "static" >&6; }
     9426        { echo "$as_me:$LINENO: result: static" >&5
     9427echo "${ECHO_T}static" >&6; }
    96729428        SHARED_BUILD=0
    96739429        cat >>confdefs.h <<\_ACEOF
     
    97039459
    97049460
    9705     { $as_echo "$as_me:$LINENO: checking for build with symbols" >&5
    9706 $as_echo_n "checking for build with symbols... " >&6; }
     9461    { echo "$as_me:$LINENO: checking for build with symbols" >&5
     9462echo $ECHO_N "checking for build with symbols... $ECHO_C" >&6; }
    97079463    # Check whether --enable-symbols was given.
    97089464if test "${enable_symbols+set}" = set; then
     
    97179473        LDFLAGS_DEFAULT='$(LDFLAGS_OPTIMIZE)'
    97189474        DBGX=""
    9719         { $as_echo "$as_me:$LINENO: result: no" >&5
    9720 $as_echo "no" >&6; }
     9475        { echo "$as_me:$LINENO: result: no" >&5
     9476echo "${ECHO_T}no" >&6; }
    97219477    else
    97229478        CFLAGS_DEFAULT='$(CFLAGS_DEBUG)'
     
    97249480        DBGX=g
    97259481        if test "$tcl_ok" = "yes"; then
    9726             { $as_echo "$as_me:$LINENO: result: yes (standard debugging)" >&5
    9727 $as_echo "yes (standard debugging)" >&6; }
     9482            { echo "$as_me:$LINENO: result: yes (standard debugging)" >&5
     9483echo "${ECHO_T}yes (standard debugging)" >&6; }
    97289484        fi
    97299485    fi
     
    97519507    if test "$tcl_ok" != "yes" -a "$tcl_ok" != "no"; then
    97529508        if test "$tcl_ok" = "all"; then
    9753             { $as_echo "$as_me:$LINENO: result: enabled symbols mem compile debugging" >&5
    9754 $as_echo "enabled symbols mem compile debugging" >&6; }
     9509            { echo "$as_me:$LINENO: result: enabled symbols mem compile debugging" >&5
     9510echo "${ECHO_T}enabled symbols mem compile debugging" >&6; }
    97559511        else
    9756             { $as_echo "$as_me:$LINENO: result: enabled $tcl_ok debugging" >&5
    9757 $as_echo "enabled $tcl_ok debugging" >&6; }
     9512            { echo "$as_me:$LINENO: result: enabled $tcl_ok debugging" >&5
     9513echo "${ECHO_T}enabled $tcl_ok debugging" >&6; }
    97589514        fi
    97599515    fi
     
    97679523
    97689524ac_configure_args="--disable-threads --enable-shared"
    9769 
    9770 
    97719525subdirs="$subdirs packages/optimizer/src"
    97729526
    97739527
    9774 ac_config_files="$ac_config_files Makefile packages/Makefile src/Makefile src/core/Makefile src/core2/Makefile src/objects/Makefile gui/Makefile gui/apps/Makefile gui/apps/rappture gui/apps/rappture.env gui/apps/simsim gui/pkgIndex.tcl gui/scripts/Makefile lang/Makefile lang/perl/Makefile lang/perl/Makefile.PL lang/python/Makefile lang/python/setup.py lang/matlab/Makefile lang/octave/Makefile lang/ruby/Makefile lang/ruby/build.rb lang/tcl/Makefile lang/tcl/pkgIndex.tcl lang/tcl/src/Makefile lang/tcl/scripts/Makefile lang/tcl/tests/Makefile lib/Makefile examples/3D/Makefile examples/Makefile examples/app-fermi/2.0/Makefile examples/app-fermi/Makefile examples/app-fermi/cee/Makefile examples/app-fermi/fortran/Makefile examples/app-fermi/matlab/Makefile examples/app-fermi/octave/Makefile examples/app-fermi/perl/Makefile examples/app-fermi/python/Makefile examples/app-fermi/ruby/Makefile examples/app-fermi/tcl/Makefile examples/app-fermi/wrapper/Makefile examples/app-fermi/wrapper/cee/Makefile examples/app-fermi/wrapper/python/Makefile examples/app-fermi/wrapper/tcl/Makefile examples/c-example/Makefile examples/canvas/Makefile examples/demo.bash examples/graph/Makefile examples/objects/Makefile examples/objects/dxWriter/Makefile examples/objects/floatBuffer/Makefile examples/zoo/Makefile examples/zoo/binary/Makefile examples/zoo/boolean/Makefile examples/zoo/choice/Makefile examples/zoo/cloud/Makefile examples/zoo/cloud/matlab/Makefile examples/zoo/curve/Makefile examples/zoo/enable/Makefile examples/zoo/field/Makefile examples/zoo/group/Makefile examples/zoo/image/Makefile examples/zoo/image/docs/Makefile examples/zoo/image/examples/Makefile examples/zoo/integer/Makefile examples/zoo/integer2/Makefile examples/zoo/loader/Makefile examples/zoo/loader/examples/Makefile examples/zoo/log/Makefile examples/zoo/note/Makefile examples/zoo/note/docs/Makefile examples/zoo/number/Makefile examples/zoo/number2/Makefile examples/zoo/phase/Makefile examples/zoo/sequence/Makefile examples/zoo/sequence/examples/Makefile examples/zoo/string/Makefile examples/zoo/structure/Makefile examples/zoo/structure/examples/Makefile examples/zoo/table/Makefile test/Makefile test/src/Makefile"
     9528ac_config_files="$ac_config_files Makefile packages/Makefile src/Makefile src/core/Makefile src/core2/Makefile src/objects/Makefile gui/Makefile gui/apps/Makefile gui/apps/rappture gui/apps/rappture.env gui/apps/simsim gui/apps/about gui/pkgIndex.tcl gui/scripts/Makefile lang/Makefile lang/perl/Makefile lang/perl/Makefile.PL lang/python/Makefile lang/python/setup.py lang/matlab/Makefile lang/octave/Makefile lang/ruby/Makefile lang/ruby/build.rb lang/tcl/Makefile lang/tcl/pkgIndex.tcl lang/tcl/src/Makefile lang/tcl/scripts/Makefile lang/tcl/tests/Makefile lib/Makefile examples/3D/Makefile examples/Makefile examples/app-fermi/2.0/Makefile examples/app-fermi/Makefile examples/app-fermi/cee/Makefile examples/app-fermi/fortran/Makefile examples/app-fermi/matlab/Makefile examples/app-fermi/octave/Makefile examples/app-fermi/perl/Makefile examples/app-fermi/python/Makefile examples/app-fermi/ruby/Makefile examples/app-fermi/tcl/Makefile examples/app-fermi/wrapper/Makefile examples/app-fermi/wrapper/cee/Makefile examples/app-fermi/wrapper/python/Makefile examples/app-fermi/wrapper/tcl/Makefile examples/c-example/Makefile examples/canvas/Makefile examples/demo.bash examples/graph/Makefile examples/objects/Makefile examples/objects/dxWriter/Makefile examples/objects/floatBuffer/Makefile examples/zoo/Makefile examples/zoo/binary/Makefile examples/zoo/boolean/Makefile examples/zoo/choice/Makefile examples/zoo/cloud/Makefile examples/zoo/cloud/matlab/Makefile examples/zoo/curve/Makefile examples/zoo/enable/Makefile examples/zoo/field/Makefile examples/zoo/group/Makefile examples/zoo/image/Makefile examples/zoo/image/docs/Makefile examples/zoo/image/examples/Makefile examples/zoo/integer/Makefile examples/zoo/integer2/Makefile examples/zoo/loader/Makefile examples/zoo/loader/examples/Makefile examples/zoo/log/Makefile examples/zoo/note/Makefile examples/zoo/note/docs/Makefile examples/zoo/number/Makefile examples/zoo/number2/Makefile examples/zoo/phase/Makefile examples/zoo/sequence/Makefile examples/zoo/sequence/examples/Makefile examples/zoo/string/Makefile examples/zoo/structure/Makefile examples/zoo/structure/examples/Makefile examples/zoo/table/Makefile test/Makefile test/src/Makefile"
    97759529
    97769530cat >confcache <<\_ACEOF
     
    98019555    *${as_nl}*)
    98029556      case $ac_var in #(
    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;} ;;
     9557      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     9558echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
    98059559      esac
    98069560      case $ac_var in #(
    98079561      _ | IFS | as_nl) ;; #(
    9808       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    98099562      *) $as_unset $ac_var ;;
    98109563      esac ;;
     
    98399592  if test -w "$cache_file"; then
    98409593    test "x$cache_file" != "x/dev/null" &&
    9841       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
    9842 $as_echo "$as_me: updating cache $cache_file" >&6;}
     9594      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
     9595echo "$as_me: updating cache $cache_file" >&6;}
    98439596    cat confcache >$cache_file
    98449597  else
    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;}
     9598    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     9599echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    98479600  fi
    98489601fi
     
    98619614# look for a macro that doesn't take arguments.
    98629615ac_script='
    9863 :mline
    9864 /\\$/{
    9865  N
    9866  s,\\\n,,
    9867  b mline
    9868 }
    98699616t clear
    98709617:clear
     
    98969643  # 1. Remove the extension, and $U if already installed.
    98979644  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
    9898   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
     9645  ac_i=`echo "$ac_i" | sed "$ac_script"`
    98999646  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
    99009647  #    will be set to the directory where LIBOBJS objects are built.
     
    99099656
    99109657: ${CONFIG_STATUS=./config.status}
    9911 ac_write_fail=0
    99129658ac_clean_files_save=$ac_clean_files
    99139659ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    9914 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    9915 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
    9916 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9660{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     9661echo "$as_me: creating $CONFIG_STATUS" >&6;}
     9662cat >$CONFIG_STATUS <<_ACEOF
    99179663#! $SHELL
    99189664# Generated by $as_me.
     
    99279673_ACEOF
    99289674
    9929 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9675cat >>$CONFIG_STATUS <<\_ACEOF
    99309676## --------------------- ##
    99319677## M4sh Initialization.  ##
     
    99379683  emulate sh
    99389684  NULLCMD=:
    9939   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     9685  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    99409686  # is contrary to our usage.  Disable this feature.
    99419687  alias -g '${1+"$@"}'='"$@"'
     
    99599705as_cr_alnum=$as_cr_Letters$as_cr_digits
    99609706
    9961 as_nl='
    9962 '
    9963 export as_nl
    9964 # Printing a long string crashes Solaris 7 /usr/bin/printf.
    9965 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    9966 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    9967 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    9968 if (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'
    9971 else
    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'
    9991 fi
    9992 
    99939707# The user is always right.
    99949708if test "${PATH_SEPARATOR+set}" != set; then
    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   }
     9709  echo "#! /bin/sh" >conf$$.sh
     9710  echo  "exit 0"   >>conf$$.sh
     9711  chmod +x conf$$.sh
     9712  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
     9713    PATH_SEPARATOR=';'
     9714  else
     9715    PATH_SEPARATOR=:
     9716  fi
     9717  rm -f conf$$.sh
    100009718fi
    100019719
     
    100139731# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    100149732# splitting by setting IFS to empty value.)
     9733as_nl='
     9734'
    100159735IFS=" ""        $as_nl"
    100169736
     
    100359755fi
    100369756if test ! -f "$as_myself"; then
    10037   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     9757  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    100389758  { (exit 1); exit 1; }
    100399759fi
     
    100489768
    100499769# NLS nuisances.
    10050 LC_ALL=C
    10051 export LC_ALL
    10052 LANGUAGE=C
    10053 export LANGUAGE
     9770for as_var in \
     9771  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
     9772  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
     9773  LC_TELEPHONE LC_TIME
     9774do
     9775  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     9776    eval $as_var=C; export $as_var
     9777  else
     9778    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     9779  fi
     9780done
    100549781
    100559782# Required to use basename.
     
    100739800         X"$0" : 'X\(//\)$' \| \
    100749801         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    10075 $as_echo X/"$0" |
     9802echo X/"$0" |
    100769803    sed '/^.*\/\([^/][^/]*\)\/*$/{
    100779804            s//\1/
     
    101249851    ' >$as_me.lineno &&
    101259852  chmod +x "$as_me.lineno" ||
    10126     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     9853    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    101279854   { (exit 1); exit 1; }; }
    101289855
     
    101529879  ECHO_N='-n';;
    101539880esac
     9881
    101549882if expr a : '\(a\)' >/dev/null 2>&1 &&
    101559883   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    101649892else
    101659893  rm -f conf$$.dir
    10166   mkdir conf$$.dir 2>/dev/null
    10167 fi
    10168 if (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
     9894  mkdir conf$$.dir
     9895fi
     9896echo >conf$$.file
     9897if ln -s conf$$.file conf$$ 2>/dev/null; then
     9898  as_ln_s='ln -s'
     9899  # ... but there are two gotchas:
     9900  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     9901  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     9902  # In both cases, we have to default to `cp -p'.
     9903  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    101809904    as_ln_s='cp -p'
    10181   fi
     9905elif ln conf$$.file conf$$ 2>/dev/null; then
     9906  as_ln_s=ln
    101829907else
    101839908  as_ln_s='cp -p'
     
    102049929    eval sh -c '\''
    102059930      if test -d "$1"; then
    10206         test -d "$1/.";
     9931        test -d "$1/.";
    102079932      else
    102089933        case $1 in
    10209         -*)set "./$1";;
     9934        -*)set "./$1";;
    102109935        esac;
    102119936        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    102309955ac_log="
    102319956This file was extended by Rappture $as_me 1.1, which was
    10232 generated by GNU Autoconf 2.62.  Invocation command line was
     9957generated by GNU Autoconf 2.61.  Invocation command line was
    102339958
    102349959  CONFIG_FILES    = $CONFIG_FILES
     
    102439968_ACEOF
    102449969
    10245 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9970cat >>$CONFIG_STATUS <<_ACEOF
    102469971# Files that config.status was made for.
    10247 config_files="`echo $ac_config_files`"
    10248 
    10249 _ACEOF
    10250 
    10251 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9972config_files="$ac_config_files"
     9973
     9974_ACEOF
     9975
     9976cat >>$CONFIG_STATUS <<\_ACEOF
    102529977ac_cs_usage="\
    102539978\`$as_me' instantiates files from templates according to the
     
    102629987      --recheck    update $as_me by reconfiguring in the same conditions
    102639988  --file=FILE[:TEMPLATE]
    10264                    instantiate the configuration file FILE
     9989                   instantiate the configuration file FILE
    102659990
    102669991Configuration files:
     
    102709995
    102719996_ACEOF
    10272 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9997cat >>$CONFIG_STATUS <<_ACEOF
    102739998ac_cs_version="\\
    102749999Rappture config.status 1.1
    10275 configured by $0, generated by GNU Autoconf 2.62,
    10276   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
    10277 
    10278 Copyright (C) 2008 Free Software Foundation, Inc.
     10000configured by $0, generated by GNU Autoconf 2.61,
     10001  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     10002
     10003Copyright (C) 2006 Free Software Foundation, Inc.
    1027910004This config.status script is free software; the Free Software Foundation
    1028010005gives unlimited permission to copy, distribute and modify it."
     
    1028410009INSTALL='$INSTALL'
    1028510010MKDIR_P='$MKDIR_P'
    10286 AWK='$AWK'
    10287 test -n "\$AWK" || AWK=awk
    10288 _ACEOF
    10289 
    10290 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    10291 # The default lists apply if the user does not specify any file.
     10011_ACEOF
     10012
     10013cat >>$CONFIG_STATUS <<\_ACEOF
     10014# If no file are specified by the user, then we need to provide default
     10015# value.  By we need to know if files were specified by the user.
    1029210016ac_need_defaults=:
    1029310017while test $# != 0
     
    1031110035    ac_cs_recheck=: ;;
    1031210036  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    10313     $as_echo "$ac_cs_version"; exit ;;
     10037    echo "$ac_cs_version"; exit ;;
    1031410038  --debug | --debu | --deb | --de | --d | -d )
    1031510039    debug=: ;;
    1031610040  --file | --fil | --fi | --f )
    1031710041    $ac_shift
    10318     case $ac_optarg in
    10319     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    10320     esac
    10321     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
     10042    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
    1032210043    ac_need_defaults=false;;
    1032310044  --he | --h |  --help | --hel | -h )
    10324     $as_echo "$ac_cs_usage"; exit ;;
     10045    echo "$ac_cs_usage"; exit ;;
    1032510046  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    1032610047  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     
    1032810049
    1032910050  # This is an error.
    10330   -*) { $as_echo "$as_me: error: unrecognized option: $1
     10051  -*) { echo "$as_me: error: unrecognized option: $1
    1033110052Try \`$0 --help' for more information." >&2
    1033210053   { (exit 1); exit 1; }; } ;;
     
    1034710068
    1034810069_ACEOF
    10349 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10070cat >>$CONFIG_STATUS <<_ACEOF
    1035010071if \$ac_cs_recheck; then
    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'
     10072  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
     10073  CONFIG_SHELL=$SHELL
    1035510074  export CONFIG_SHELL
    10356   exec "\$@"
    10357 fi
    10358 
    10359 _ACEOF
    10360 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     10075  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     10076fi
     10077
     10078_ACEOF
     10079cat >>$CONFIG_STATUS <<\_ACEOF
    1036110080exec 5>>config.log
    1036210081{
     
    1036510084## Running $as_me. ##
    1036610085_ASBOX
    10367   $as_echo "$ac_log"
     10086  echo "$ac_log"
    1036810087} >&5
    1036910088
    1037010089_ACEOF
    10371 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    10372 _ACEOF
    10373 
    10374 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     10090cat >>$CONFIG_STATUS <<_ACEOF
     10091_ACEOF
     10092
     10093cat >>$CONFIG_STATUS <<\_ACEOF
    1037510094
    1037610095# Handling of arguments.
     
    1038910108    "gui/apps/rappture.env") CONFIG_FILES="$CONFIG_FILES gui/apps/rappture.env" ;;
    1039010109    "gui/apps/simsim") CONFIG_FILES="$CONFIG_FILES gui/apps/simsim" ;;
     10110    "gui/apps/about") CONFIG_FILES="$CONFIG_FILES gui/apps/about" ;;
    1039110111    "gui/pkgIndex.tcl") CONFIG_FILES="$CONFIG_FILES gui/pkgIndex.tcl" ;;
    1039210112    "gui/scripts/Makefile") CONFIG_FILES="$CONFIG_FILES gui/scripts/Makefile" ;;
     
    1046110181    "test/src/Makefile") CONFIG_FILES="$CONFIG_FILES test/src/Makefile" ;;
    1046210182
    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;}
     10183  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     10184echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    1046510185   { (exit 1); exit 1; }; };;
    1046610186  esac
     
    1050110221} ||
    1050210222{
    10503    $as_echo "$as_me: cannot create a temporary directory in ." >&2
     10223   echo "$me: cannot create a temporary directory in ." >&2
    1050410224   { (exit 1); exit 1; }
    1050510225}
    1050610226
    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'.
     10227#
     10228# Set up the sed scripts for CONFIG_FILES section.
     10229#
     10230
     10231# No need to generate the scripts if there are no CONFIG_FILES.
     10232# This happens for instance when ./config.status config.h
    1051010233if test -n "$CONFIG_FILES"; then
    1051110234
    10512 
    10513 ac_cr='
    10514 '
    10515 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
    10516 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
    10517   ac_cs_awk_cr='\\r'
    10518 else
    10519   ac_cs_awk_cr=$ac_cr
    10520 fi
    10521 
    10522 echo '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; }; }
    10534 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
     10235_ACEOF
     10236
     10237
     10238
    1053510239ac_delim='%!_!# '
    1053610240for ac_last_try in false false false false false :; do
    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
     10241  cat >conf$$subs.sed <<_ACEOF
     10242SHELL!$SHELL$ac_delim
     10243PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
     10244PACKAGE_NAME!$PACKAGE_NAME$ac_delim
     10245PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
     10246PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
     10247PACKAGE_STRING!$PACKAGE_STRING$ac_delim
     10248PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
     10249exec_prefix!$exec_prefix$ac_delim
     10250prefix!$prefix$ac_delim
     10251program_transform_name!$program_transform_name$ac_delim
     10252bindir!$bindir$ac_delim
     10253sbindir!$sbindir$ac_delim
     10254libexecdir!$libexecdir$ac_delim
     10255datarootdir!$datarootdir$ac_delim
     10256datadir!$datadir$ac_delim
     10257sysconfdir!$sysconfdir$ac_delim
     10258sharedstatedir!$sharedstatedir$ac_delim
     10259localstatedir!$localstatedir$ac_delim
     10260includedir!$includedir$ac_delim
     10261oldincludedir!$oldincludedir$ac_delim
     10262docdir!$docdir$ac_delim
     10263infodir!$infodir$ac_delim
     10264htmldir!$htmldir$ac_delim
     10265dvidir!$dvidir$ac_delim
     10266pdfdir!$pdfdir$ac_delim
     10267psdir!$psdir$ac_delim
     10268libdir!$libdir$ac_delim
     10269localedir!$localedir$ac_delim
     10270mandir!$mandir$ac_delim
     10271DEFS!$DEFS$ac_delim
     10272ECHO_C!$ECHO_C$ac_delim
     10273ECHO_N!$ECHO_N$ac_delim
     10274ECHO_T!$ECHO_T$ac_delim
     10275LIBS!$LIBS$ac_delim
     10276build_alias!$build_alias$ac_delim
     10277host_alias!$host_alias$ac_delim
     10278target_alias!$target_alias$ac_delim
     10279LIB_SEARCH_DIRS!$LIB_SEARCH_DIRS$ac_delim
     10280INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
     10281INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
     10282INSTALL_DATA!$INSTALL_DATA$ac_delim
     10283SET_MAKE!$SET_MAKE$ac_delim
     10284CC!$CC$ac_delim
     10285CFLAGS!$CFLAGS$ac_delim
     10286LDFLAGS!$LDFLAGS$ac_delim
     10287CPPFLAGS!$CPPFLAGS$ac_delim
     10288ac_ct_CC!$ac_ct_CC$ac_delim
     10289EXEEXT!$EXEEXT$ac_delim
     10290OBJEXT!$OBJEXT$ac_delim
     10291F77!$F77$ac_delim
     10292FFLAGS!$FFLAGS$ac_delim
     10293ac_ct_F77!$ac_ct_F77$ac_delim
     10294RANLIB!$RANLIB$ac_delim
     10295LN_S!$LN_S$ac_delim
     10296CPP!$CPP$ac_delim
     10297GREP!$GREP$ac_delim
     10298EGREP!$EGREP$ac_delim
     10299CXX!$CXX$ac_delim
     10300CXXFLAGS!$CXXFLAGS$ac_delim
     10301ac_ct_CXX!$ac_ct_CXX$ac_delim
     10302CXXCPP!$CXXCPP$ac_delim
     10303AR!$AR$ac_delim
     10304DL_LIBS!$DL_LIBS$ac_delim
     10305DL_OBJS!$DL_OBJS$ac_delim
     10306PLAT_OBJS!$PLAT_OBJS$ac_delim
     10307PLAT_SRCS!$PLAT_SRCS$ac_delim
     10308CFLAGS_DEBUG!$CFLAGS_DEBUG$ac_delim
     10309CFLAGS_OPTIMIZE!$CFLAGS_OPTIMIZE$ac_delim
     10310CFLAGS_WARNING!$CFLAGS_WARNING$ac_delim
     10311LDFLAGS_DEBUG!$LDFLAGS_DEBUG$ac_delim
     10312LDFLAGS_OPTIMIZE!$LDFLAGS_OPTIMIZE$ac_delim
     10313CC_SEARCH_FLAGS!$CC_SEARCH_FLAGS$ac_delim
     10314LD_SEARCH_FLAGS!$LD_SEARCH_FLAGS$ac_delim
     10315STLIB_LD!$STLIB_LD$ac_delim
     10316SHLIB_LD!$SHLIB_LD$ac_delim
     10317TCL_SHLIB_LD_EXTRAS!$TCL_SHLIB_LD_EXTRAS$ac_delim
     10318TK_SHLIB_LD_EXTRAS!$TK_SHLIB_LD_EXTRAS$ac_delim
     10319SHLIB_LD_LIBS!$SHLIB_LD_LIBS$ac_delim
     10320SHLIB_CFLAGS!$SHLIB_CFLAGS$ac_delim
     10321SHLIB_SUFFIX!$SHLIB_SUFFIX$ac_delim
     10322MAKE_LIB!$MAKE_LIB$ac_delim
     10323MAKE_STUB_LIB!$MAKE_STUB_LIB$ac_delim
     10324INSTALL_LIB!$INSTALL_LIB$ac_delim
     10325INSTALL_STUB_LIB!$INSTALL_STUB_LIB$ac_delim
     10326MAKE!$MAKE$ac_delim
     10327ENABLE_GUI!$ENABLE_GUI$ac_delim
     10328TCLSH!$TCLSH$ac_delim
     10329MEX!$MEX$ac_delim
     10330MATLAB!$MATLAB$ac_delim
     10331MEX_ARCH!$MEX_ARCH$ac_delim
     10332MEXEXT!$MEXEXT$ac_delim
     10333MKOCTFILE!$MKOCTFILE$ac_delim
     10334PERL!$PERL$ac_delim
     10335PERL_INCLUDES!$PERL_INCLUDES$ac_delim
     10336PERL_ARCHLIB!$PERL_ARCHLIB$ac_delim
     10337PERL_ARCHLIBEXP!$PERL_ARCHLIBEXP$ac_delim
     10338PERL_VERSION!$PERL_VERSION$ac_delim
     10339_ACEOF
     10340
     10341  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
    1054310342    break
    1054410343  elif $ac_last_try; then
    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;}
     10344    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     10345echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    1054710346   { (exit 1); exit 1; }; }
    1054810347  else
     
    1055010349  fi
    1055110350done
    10552 rm -f conf$$subs.sh
    10553 
    10554 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    10555 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
    10556 _ACEOF
    10557 sed -n '
    10558 h
    10559 s/^/S["/; s/!.*/"]=/
    10560 p
    10561 g
    10562 s/^[^!]*!//
    10563 :repl
    10564 t repl
    10565 s/'"$ac_delim"'$//
    10566 t delim
    10567 :nl
    10568 h
    10569 s/\(.\{148\}\).*/\1/
    10570 t more1
    10571 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
    10572 p
    10573 n
    10574 b repl
    10575 :more1
    10576 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
    10577 p
    10578 g
    10579 s/.\{148\}//
    10580 t nl
    10581 :delim
    10582 h
    10583 s/\(.\{148\}\).*/\1/
    10584 t more2
    10585 s/["\\]/\\&/g; s/^/"/; s/$/"/
    10586 p
    10587 b
    10588 :more2
    10589 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
    10590 p
    10591 g
    10592 s/.\{148\}//
    10593 t delim
    10594 ' <conf$$subs.awk | sed '
    10595 /^[^""]/{
    10596   N
    10597   s/\n//
    10598 }
    10599 ' >>$CONFIG_STATUS || ac_write_fail=1
    10600 rm -f conf$$subs.awk
    10601 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    10602 _ACAWK
    10603 cat >>"\$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
    10630 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    10631 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
    10632   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
    10633 else
    10634   cat
    10635 fi < "$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;}
     10351
     10352ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
     10353if test -n "$ac_eof"; then
     10354  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
     10355  ac_eof=`expr $ac_eof + 1`
     10356fi
     10357
     10358cat >>$CONFIG_STATUS <<_ACEOF
     10359cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
     10360/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
     10361_ACEOF
     10362sed '
     10363s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
     10364s/^/s,@/; s/!/@,|#_!!_#|/
     10365:n
     10366t n
     10367s/'"$ac_delim"'$/,g/; t
     10368s/$/\\/; p
     10369N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
     10370' >>$CONFIG_STATUS <conf$$subs.sed
     10371rm -f conf$$subs.sed
     10372cat >>$CONFIG_STATUS <<_ACEOF
     10373CEOF$ac_eof
     10374_ACEOF
     10375
     10376
     10377ac_delim='%!_!# '
     10378for ac_last_try in false false false false false :; do
     10379  cat >conf$$subs.sed <<_ACEOF
     10380PERL_CCFLAGS!$PERL_CCFLAGS$ac_delim
     10381PERL_CPPFLAGS!$PERL_CPPFLAGS$ac_delim
     10382PERL_VENDORLIB!$PERL_VENDORLIB$ac_delim
     10383PERL_PRIVLIB!$PERL_PRIVLIB$ac_delim
     10384PERL_INSTALLARCHLIB!$PERL_INSTALLARCHLIB$ac_delim
     10385PERL_VERSION_RV!$PERL_VERSION_RV$ac_delim
     10386PYTHON!$PYTHON$ac_delim
     10387PYTHON_CPPFLAGS!$PYTHON_CPPFLAGS$ac_delim
     10388pythondir!$pythondir$ac_delim
     10389PYTHON_VERSION!$PYTHON_VERSION$ac_delim
     10390PYTHON_INCLUDES!$PYTHON_INCLUDES$ac_delim
     10391PYTHON_SITE_PACKAGES!$PYTHON_SITE_PACKAGES$ac_delim
     10392HAVE_PYTHON_DISTUTILS!$HAVE_PYTHON_DISTUTILS$ac_delim
     10393RUBY!$RUBY$ac_delim
     10394SED!$SED$ac_delim
     10395RUBY_VERSION!$RUBY_VERSION$ac_delim
     10396AWK!$AWK$ac_delim
     10397RUBY_CPPFLAGS!$RUBY_CPPFLAGS$ac_delim
     10398RUBY_LDFLAGS!$RUBY_LDFLAGS$ac_delim
     10399RUBY_SITE_PKG!$RUBY_SITE_PKG$ac_delim
     10400RUBY_EXTRA_LIBS!$RUBY_EXTRA_LIBS$ac_delim
     10401HAVE_RUBY_DEVEL!$HAVE_RUBY_DEVEL$ac_delim
     10402RUBY_VERSION_RV!$RUBY_VERSION_RV$ac_delim
     10403RUBY_PLATFORM!$RUBY_PLATFORM$ac_delim
     10404RP_BASE!$RP_BASE$ac_delim
     10405SHLIB_LDFLAGS!$SHLIB_LDFLAGS$ac_delim
     10406TCL_VERSION!$TCL_VERSION$ac_delim
     10407TK_VERSION!$TK_VERSION$ac_delim
     10408CFLAGS_DEFAULT!$CFLAGS_DEFAULT$ac_delim
     10409LDFLAGS_DEFAULT!$LDFLAGS_DEFAULT$ac_delim
     10410subdirs!$subdirs$ac_delim
     10411LIBOBJS!$LIBOBJS$ac_delim
     10412LTLIBOBJS!$LTLIBOBJS$ac_delim
     10413_ACEOF
     10414
     10415  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 33; then
     10416    break
     10417  elif $ac_last_try; then
     10418    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     10419echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    1063810420   { (exit 1); exit 1; }; }
    10639 _ACEOF
     10421  else
     10422    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     10423  fi
     10424done
     10425
     10426ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
     10427if test -n "$ac_eof"; then
     10428  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
     10429  ac_eof=`expr $ac_eof + 1`
     10430fi
     10431
     10432cat >>$CONFIG_STATUS <<_ACEOF
     10433cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
     10434/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
     10435_ACEOF
     10436sed '
     10437s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
     10438s/^/s,@/; s/!/@,|#_!!_#|/
     10439:n
     10440t n
     10441s/'"$ac_delim"'$/,g/; t
     10442s/$/\\/; p
     10443N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
     10444' >>$CONFIG_STATUS <conf$$subs.sed
     10445rm -f conf$$subs.sed
     10446cat >>$CONFIG_STATUS <<_ACEOF
     10447:end
     10448s/|#_!!_#|//g
     10449CEOF$ac_eof
     10450_ACEOF
     10451
    1064010452
    1064110453# VPATH may cause trouble with some makes, so we remove $(srcdir),
     
    1065410466fi
    1065510467
    10656 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     10468cat >>$CONFIG_STATUS <<\_ACEOF
    1065710469fi # test -n "$CONFIG_FILES"
    1065810470
    1065910471
    10660 eval set X "  :F $CONFIG_FILES      "
    10661 shift
    10662 for ac_tag
     10472for ac_tag in  :F $CONFIG_FILES
    1066310473do
    1066410474  case $ac_tag in
     
    1066710477  case $ac_mode$ac_tag in
    1066810478  :[FHL]*:*);;
    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;}
     10479  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
     10480echo "$as_me: error: Invalid tag $ac_tag." >&2;}
    1067110481   { (exit 1); exit 1; }; };;
    1067210482  :[FH]-) ac_tag=-:-;;
     
    1069710507           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    1069810508           esac ||
    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;}
     10509           { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     10510echo "$as_me: error: cannot find input file: $ac_f" >&2;}
    1070110511   { (exit 1); exit 1; }; };;
    1070210512      esac
    10703       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
    10704       ac_file_inputs="$ac_file_inputs '$ac_f'"
     10513      ac_file_inputs="$ac_file_inputs $ac_f"
    1070510514    done
    1070610515
     
    1070810517    # use $as_me), people would be surprised to read:
    1070910518    #    /* config.h.  Generated by config.status.  */
    10710     configure_input='Generated from '`
    10711           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
    10712         `' by configure.'
     10519    configure_input="Generated from "`IFS=:
     10520          echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
    1071310521    if test x"$ac_file" != x-; then
    1071410522      configure_input="$ac_file.  $configure_input"
    10715       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
    10716 $as_echo "$as_me: creating $ac_file" >&6;}
     10523      { echo "$as_me:$LINENO: creating $ac_file" >&5
     10524echo "$as_me: creating $ac_file" >&6;}
    1071710525    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
    1072510526
    1072610527    case $ac_tag in
    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; }; } ;;
     10528    *:-:* | *:-) cat >"$tmp/stdin";;
    1073110529    esac
    1073210530    ;;
     
    1073810536         X"$ac_file" : 'X\(//\)$' \| \
    1073910537         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
    10740 $as_echo X"$ac_file" |
     10538echo X"$ac_file" |
    1074110539    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    1074210540            s//\1/
     
    1076410562    while :; do
    1076510563      case $as_dir in #(
    10766       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     10564      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
    1076710565      *) as_qdir=$as_dir;;
    1076810566      esac
     
    1077310571         X"$as_dir" : 'X\(//\)$' \| \
    1077410572         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    10775 $as_echo X"$as_dir" |
     10573echo X"$as_dir" |
    1077610574    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    1077710575            s//\1/
     
    1079410592    done
    1079510593    test -z "$as_dirs" || eval "mkdir $as_dirs"
    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;}
     10594  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     10595echo "$as_me: error: cannot create directory $as_dir" >&2;}
    1079810596   { (exit 1); exit 1; }; }; }
    1079910597  ac_builddir=.
     
    1080210600.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    1080310601*)
    10804   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     10602  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    1080510603  # A ".." for each directory in $ac_dir_suffix.
    10806   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     10604  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
    1080710605  case $ac_top_builddir_sub in
    1080810606  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    1084910647_ACEOF
    1085010648
    10851 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     10649cat >>$CONFIG_STATUS <<\_ACEOF
    1085210650# If the template does not know about datarootdir, expand it.
    1085310651# FIXME: This hack should be removed a few years after 2.60.
    1085410652ac_datarootdir_hack=; ac_datarootdir_seen=
    1085510653
    10856 ac_sed_dataroot='
    10857 /datarootdir/ {
     10654case `sed -n '/datarootdir/ {
    1085810655  p
    1085910656  q
     
    1086410661/@localedir@/p
    1086510662/@mandir@/p
    10866 '
    10867 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
     10663' $ac_file_inputs` in
    1086810664*datarootdir*) ac_datarootdir_seen=yes;;
    1086910665*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
    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
    10873 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10666  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     10667echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     10668_ACEOF
     10669cat >>$CONFIG_STATUS <<_ACEOF
    1087410670  ac_datarootdir_hack='
    1087510671  s&@datadir@&$datadir&g
     
    1088510681# Shell code in configure.ac might set extrasub.
    1088610682# FIXME: do we really want to maintain this feature?
    10887 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    10888 ac_sed_extra="$ac_vpsub
     10683cat >>$CONFIG_STATUS <<_ACEOF
     10684  sed "$ac_vpsub
    1088910685$extrasub
    1089010686_ACEOF
    10891 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     10687cat >>$CONFIG_STATUS <<\_ACEOF
    1089210688:t
    1089310689/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    10894 s|@configure_input@|$ac_sed_conf_input|;t t
     10690s&@configure_input@&$configure_input&;t t
    1089510691s&@top_builddir@&$ac_top_builddir_sub&;t t
    10896 s&@top_build_prefix@&$ac_top_build_prefix&;t t
    1089710692s&@srcdir@&$ac_srcdir&;t t
    1089810693s&@abs_srcdir@&$ac_abs_srcdir&;t t
     
    1090510700s&@MKDIR_P@&$ac_MKDIR_P&;t t
    1090610701$ac_datarootdir_hack
    10907 "
    10908 eval 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; }; }
     10702" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
    1091210703
    1091310704test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    1091410705  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
    1091510706  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    10916   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     10707  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    1091710708which seems to be undefined.  Please make sure it is defined." >&5
    10918 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     10709echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    1091910710which seems to be undefined.  Please make sure it is defined." >&2;}
    1092010711
    1092110712  rm -f "$tmp/stdin"
    1092210713  case $ac_file in
    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; }; }
     10714  -) cat "$tmp/out"; rm -f "$tmp/out";;
     10715  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
     10716  esac
    1092910717 ;;
    1093010718
     
    1094010728chmod +x $CONFIG_STATUS
    1094110729ac_clean_files=$ac_clean_files_save
    10942 
    10943 test $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; }; }
    1094710730
    1094810731
     
    1097310756if test "$no_recursion" != yes; then
    1097410757
    10975   # Remove --cache-file, --srcdir, and --disable-option-checking arguments
    10976   # so they do not pile up.
     10758  # Remove --cache-file and --srcdir arguments so they do not pile up.
    1097710759  ac_sub_configure_args=
    1097810760  ac_prev=
     
    1100310785    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    1100410786      ;;
    11005     --disable-option-checking)
    11006       ;;
    1100710787    *)
    1100810788      case $ac_arg in
    11009       *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     10789      *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    1101010790      esac
    1101110791      ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
     
    1101710797  ac_arg="--prefix=$prefix"
    1101810798  case $ac_arg in
    11019   *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     10799  *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    1102010800  esac
    1102110801  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
     
    1102610806  fi
    1102710807
    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 
    1103210808  ac_popdir=`pwd`
    1103310809  for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
     
    1103810814
    1103910815    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
    11040     $as_echo "$as_me:$LINENO: $ac_msg" >&5
    11041     $as_echo "$ac_msg" >&6
     10816    echo "$as_me:$LINENO: $ac_msg" >&5
     10817    echo "$ac_msg" >&6
    1104210818    { as_dir="$ac_dir"
    1104310819  case $as_dir in #(
     
    1104810824    while :; do
    1104910825      case $as_dir in #(
    11050       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     10826      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
    1105110827      *) as_qdir=$as_dir;;
    1105210828      esac
     
    1105710833         X"$as_dir" : 'X\(//\)$' \| \
    1105810834         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    11059 $as_echo X"$as_dir" |
     10835echo X"$as_dir" |
    1106010836    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    1106110837            s//\1/
     
    1107810854    done
    1107910855    test -z "$as_dirs" || eval "mkdir $as_dirs"
    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;}
     10856  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     10857echo "$as_me: error: cannot create directory $as_dir" >&2;}
    1108210858   { (exit 1); exit 1; }; }; }
    1108310859    ac_builddir=.
     
    1108610862.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    1108710863*)
    11088   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     10864  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    1108910865  # A ".." for each directory in $ac_dir_suffix.
    11090   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     10866  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
    1109110867  case $ac_top_builddir_sub in
    1109210868  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    1112710903      ac_sub_configure=$ac_aux_dir/configure
    1112810904    else
    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;}
     10905      { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
     10906echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
    1113110907      ac_sub_configure=
    1113210908    fi
     
    1114110917      esac
    1114210918
    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;}
     10919      { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
     10920echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
    1114510921      # The eval makes quoting arguments work.
    1114610922      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
    1114710923           --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
    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;}
     10924        { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
     10925echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
    1115010926   { (exit 1); exit 1; }; }
    1115110927    fi
     
    1115410930  done
    1115510931fi
    11156 if 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;}
    11159 fi
    11160 
     10932
  • trunk/configure.in

    r1101 r1106  
    393393    gui/apps/rappture.env
    394394    gui/apps/simsim
     395    gui/apps/about
    395396    gui/pkgIndex.tcl
    396397    gui/scripts/Makefile
  • trunk/gui/apps/Makefile.in

    r1105 r1106  
    2828                rappture.env \
    2929                simsim  \
    30                 $(srcdir)/simsim.tcl
     30                $(srcdir)/simsim.tcl \
     31                about  \
     32                $(srcdir)/about.tcl \
    3133
    3234WINDOWS_SCRIPTS =  \
Note: See TracChangeset for help on using the changeset viewer.