Changeset 1087


Ignore:
Timestamp:
Aug 3, 2008, 11:34:45 PM (16 years ago)
Author:
dkearney
Message:

adjusted how we calculate the library path for perl and ruby bindings

Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r1082 r1087  
    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
     
    732708PERL
    733709PERL_INCLUDES
    734 PERL_SITE_PACKAGES
    735710PERL_ARCHLIB
     711PERL_VERSION
     712PERL_VERSION_RV
    736713PYTHON
    737714PYTHON_CPPFLAGS
     
    750727RUBY_EXTRA_LIBS
    751728HAVE_RUBY_DEVEL
     729RUBY_VERSION_RV
     730RUBY_PLATFORM
    752731RP_BASE
    753732SHLIB_LDFLAGS
     
    760739LTLIBOBJS'
    761740ac_subst_files=''
    762 ac_user_opts='
    763 enable_option_checking
    764 enable_64bit
    765 enable_64bit_vis
    766 enable_corefoundation
    767 enable_load
    768 enable_gui
    769 with_tclsh
    770 with_matlab
    771 with_octave
    772 with_perl
    773 with_python
    774 with_ruby
    775 enable_shared
    776 enable_symbols
    777 '
    778741      ac_precious_vars='build_alias
    779742host_alias
     
    796759ac_init_help=
    797760ac_init_version=false
    798 ac_unrecognized_opts=
    799 ac_unrecognized_sep=
    800761# The variables have the same names as the options, with
    801762# dashes changed to underlines.
     
    896857
    897858  -disable-* | --disable-*)
    898     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     859    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    899860    # Reject names that are not valid shell variable names.
    900     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    901       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
     861    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     862      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    902863   { (exit 1); exit 1; }; }
    903     ac_useropt_orig=$ac_useropt
    904     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    905     case $ac_user_opts in
    906       *"
    907 "enable_$ac_useropt"
    908 "*) ;;
    909       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
    910          ac_unrecognized_sep=', ';;
    911     esac
    912     eval enable_$ac_useropt=no ;;
     864    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     865    eval enable_$ac_feature=no ;;
    913866
    914867  -docdir | --docdir | --docdi | --doc | --do)
     
    923876
    924877  -enable-* | --enable-*)
    925     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     878    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    926879    # Reject names that are not valid shell variable names.
    927     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    928       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
     880    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     881      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    929882   { (exit 1); exit 1; }; }
    930     ac_useropt_orig=$ac_useropt
    931     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    932     case $ac_user_opts in
    933       *"
    934 "enable_$ac_useropt"
    935 "*) ;;
    936       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
    937          ac_unrecognized_sep=', ';;
    938     esac
    939     eval enable_$ac_useropt=\$ac_optarg ;;
     883    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     884    eval enable_$ac_feature=\$ac_optarg ;;
    940885
    941886  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    11281073
    11291074  -with-* | --with-*)
    1130     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1075    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    11311076    # Reject names that are not valid shell variable names.
    1132     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1133       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
     1077    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     1078      { echo "$as_me: error: invalid package name: $ac_package" >&2
    11341079   { (exit 1); exit 1; }; }
    1135     ac_useropt_orig=$ac_useropt
    1136     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    1137     case $ac_user_opts in
    1138       *"
    1139 "with_$ac_useropt"
    1140 "*) ;;
    1141       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
    1142          ac_unrecognized_sep=', ';;
    1143     esac
    1144     eval with_$ac_useropt=\$ac_optarg ;;
     1080    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     1081    eval with_$ac_package=\$ac_optarg ;;
    11451082
    11461083  -without-* | --without-*)
    1147     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1084    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    11481085    # Reject names that are not valid shell variable names.
    1149     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1150       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
     1086    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     1087      { echo "$as_me: error: invalid package name: $ac_package" >&2
    11511088   { (exit 1); exit 1; }; }
    1152     ac_useropt_orig=$ac_useropt
    1153     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    1154     case $ac_user_opts in
    1155       *"
    1156 "with_$ac_useropt"
    1157 "*) ;;
    1158       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
    1159          ac_unrecognized_sep=', ';;
    1160     esac
    1161     eval with_$ac_useropt=no ;;
     1089    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     1090    eval with_$ac_package=no ;;
    11621091
    11631092  --x)
     
    11791108    x_libraries=$ac_optarg ;;
    11801109
    1181   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
     1110  -*) { echo "$as_me: error: unrecognized option: $ac_option
    11821111Try \`$0 --help' for more information." >&2
    11831112   { (exit 1); exit 1; }; }
     
    11881117    # Reject names that are not valid shell variable names.
    11891118    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    1190       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1119      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    11911120   { (exit 1); exit 1; }; }
    11921121    eval $ac_envvar=\$ac_optarg
     
    11951124  *)
    11961125    # FIXME: should be removed in autoconf 3.0.
    1197     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1126    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    11981127    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1199       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1128      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    12001129    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    12011130    ;;
     
    12061135if test -n "$ac_prev"; then
    12071136  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1208   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
     1137  { echo "$as_me: error: missing argument to $ac_option" >&2
    12091138   { (exit 1); exit 1; }; }
    12101139fi
    12111140
    1212 if test -n "$ac_unrecognized_opts"; then
    1213   case $enable_option_checking in
    1214     no) ;;
    1215     fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2
    1216    { (exit 1); exit 1; }; } ;;
    1217     *)     $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;;
    1218   esac
    1219 fi
    1220 
    1221 # Check all directory arguments for consistency.
     1141# Be sure to have absolute directory names.
    12221142for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
    12231143                datadir sysconfdir sharedstatedir localstatedir includedir \
     
    12261146do
    12271147  eval ac_val=\$$ac_var
    1228   # Remove trailing slashes.
    1229   case $ac_val in
    1230     */ )
    1231       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
    1232       eval $ac_var=\$ac_val;;
    1233   esac
    1234   # Be sure to have absolute directory names.
    12351148  case $ac_val in
    12361149    [\\/$]* | ?:[\\/]* )  continue;;
    12371150    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    12381151  esac
    1239   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1152  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    12401153   { (exit 1); exit 1; }; }
    12411154done
     
    12521165  if test "x$build_alias" = x; then
    12531166    cross_compiling=maybe
    1254     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1167    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    12551168    If a cross compiler is detected then cross compile mode will be used." >&2
    12561169  elif test "x$build_alias" != "x$host_alias"; then
     
    12681181ac_ls_di=`ls -di .` &&
    12691182ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1270   { $as_echo "$as_me: error: Working directory cannot be determined" >&2
     1183  { echo "$as_me: error: Working directory cannot be determined" >&2
    12711184   { (exit 1); exit 1; }; }
    12721185test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1273   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
     1186  { echo "$as_me: error: pwd does not report name of working directory" >&2
    12741187   { (exit 1); exit 1; }; }
    12751188
     
    12791192  ac_srcdir_defaulted=yes
    12801193  # Try the directory containing this script, then the parent directory.
    1281   ac_confdir=`$as_dirname -- "$as_myself" ||
    1282 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    1283          X"$as_myself" : 'X\(//\)[^/]' \| \
    1284          X"$as_myself" : 'X\(//\)$' \| \
    1285          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
    1286 $as_echo X"$as_myself" |
     1194  ac_confdir=`$as_dirname -- "$0" ||
     1195$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1196         X"$0" : 'X\(//\)[^/]' \| \
     1197         X"$0" : 'X\(//\)$' \| \
     1198         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
     1199echo X"$0" |
    12871200    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    12881201            s//\1/
     
    13111224if test ! -r "$srcdir/$ac_unique_file"; then
    13121225  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1313   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1226  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    13141227   { (exit 1); exit 1; }; }
    13151228fi
    13161229ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    13171230ac_abs_confdir=`(
    1318         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
     1231        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
    13191232   { (exit 1); exit 1; }; }
    13201233        pwd)`
     
    13651278Installation directories:
    13661279  --prefix=PREFIX         install architecture-independent files in PREFIX
    1367                           [$ac_default_prefix]
     1280                          [$ac_default_prefix]
    13681281  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    1369                           [PREFIX]
     1282                          [PREFIX]
    13701283
    13711284By default, \`make install' will install all the files in
     
    13771290
    13781291Fine tuning of the installation directories:
    1379   --bindir=DIR            user executables [EPREFIX/bin]
    1380   --sbindir=DIR           system admin executables [EPREFIX/sbin]
    1381   --libexecdir=DIR        program executables [EPREFIX/libexec]
    1382   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
    1383   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
    1384   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
    1385   --libdir=DIR            object code libraries [EPREFIX/lib]
    1386   --includedir=DIR        C header files [PREFIX/include]
    1387   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
    1388   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
    1389   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
    1390   --infodir=DIR           info documentation [DATAROOTDIR/info]
    1391   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
    1392   --mandir=DIR            man documentation [DATAROOTDIR/man]
    1393   --docdir=DIR            documentation root [DATAROOTDIR/doc/rappture]
    1394   --htmldir=DIR           html documentation [DOCDIR]
    1395   --dvidir=DIR            dvi documentation [DOCDIR]
    1396   --pdfdir=DIR            pdf documentation [DOCDIR]
    1397   --psdir=DIR             ps documentation [DOCDIR]
     1292  --bindir=DIR           user executables [EPREFIX/bin]
     1293  --sbindir=DIR          system admin executables [EPREFIX/sbin]
     1294  --libexecdir=DIR       program executables [EPREFIX/libexec]
     1295  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
     1296  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
     1297  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
     1298  --libdir=DIR           object code libraries [EPREFIX/lib]
     1299  --includedir=DIR       C header files [PREFIX/include]
     1300  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
     1301  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
     1302  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
     1303  --infodir=DIR          info documentation [DATAROOTDIR/info]
     1304  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
     1305  --mandir=DIR           man documentation [DATAROOTDIR/man]
     1306  --docdir=DIR           documentation root [DATAROOTDIR/doc/rappture]
     1307  --htmldir=DIR          html documentation [DOCDIR]
     1308  --dvidir=DIR           dvi documentation [DOCDIR]
     1309  --pdfdir=DIR           pdf documentation [DOCDIR]
     1310  --psdir=DIR            ps documentation [DOCDIR]
    13981311_ACEOF
    13991312
     
    14091322
    14101323Optional Features:
    1411   --disable-option-checking  ignore unrecognized --enable/--with options
    14121324  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    14131325  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    14581370  # If there are subdirs, report their specific --help.
    14591371  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1460     test -d "$ac_dir" ||
    1461       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
    1462       continue
     1372    test -d "$ac_dir" || continue
    14631373    ac_builddir=.
    14641374
     
    14661376.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    14671377*)
    1468   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     1378  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    14691379  # A ".." for each directory in $ac_dir_suffix.
    1470   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     1380  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
    14711381  case $ac_top_builddir_sub in
    14721382  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    15041414      $SHELL "$ac_srcdir/configure" --help=recursive
    15051415    else
    1506       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1416      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    15071417    fi || ac_status=$?
    15081418    cd "$ac_pwd" || { ac_status=$?; break; }
     
    15141424  cat <<\_ACEOF
    15151425Rappture configure 1.1
    1516 generated by GNU Autoconf 2.62
     1426generated by GNU Autoconf 2.61
    15171427
    15181428Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1519 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
     14292002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    15201430This configure script is free software; the Free Software Foundation
    15211431gives unlimited permission to copy, distribute and modify it.
     
    15281438
    15291439It was created by Rappture $as_me 1.1, which was
    1530 generated by GNU Autoconf 2.62.  Invocation command line was
     1440generated by GNU Autoconf 2.61.  Invocation command line was
    15311441
    15321442  $ $0 $@
     
    15641474  IFS=$as_save_IFS
    15651475  test -z "$as_dir" && as_dir=.
    1566   $as_echo "PATH: $as_dir"
     1476  echo "PATH: $as_dir"
    15671477done
    15681478IFS=$as_save_IFS
     
    15991509      continue ;;
    16001510    *\'*)
    1601       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1511      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    16021512    esac
    16031513    case $ac_pass in
     
    16511561    *${as_nl}*)
    16521562      case $ac_var in #(
    1653       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    1654 $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     1563      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     1564echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
    16551565      esac
    16561566      case $ac_var in #(
    16571567      _ | IFS | as_nl) ;; #(
    1658       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    16591568      *) $as_unset $ac_var ;;
    16601569      esac ;;
     
    16861595      eval ac_val=\$$ac_var
    16871596      case $ac_val in
    1688       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1597      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    16891598      esac
    1690       $as_echo "$ac_var='\''$ac_val'\''"
     1599      echo "$ac_var='\''$ac_val'\''"
    16911600    done | sort
    16921601    echo
     
    17031612        eval ac_val=\$$ac_var
    17041613        case $ac_val in
    1705         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1614        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    17061615        esac
    1707         $as_echo "$ac_var='\''$ac_val'\''"
     1616        echo "$ac_var='\''$ac_val'\''"
    17081617      done | sort
    17091618      echo
     
    17211630    fi
    17221631    test "$ac_signal" != 0 &&
    1723       $as_echo "$as_me: caught signal $ac_signal"
    1724     $as_echo "$as_me: exit $exit_status"
     1632      echo "$as_me: caught signal $ac_signal"
     1633    echo "$as_me: exit $exit_status"
    17251634  } >&5
    17261635  rm -f core *.core core.conftest.* &&
     
    17641673
    17651674# Let the site file select an alternate cache file if it wants to.
    1766 # Prefer an explicitly selected file to automatically selected ones.
    1767 ac_site_file1=NONE
    1768 ac_site_file2=NONE
     1675# Prefer explicitly selected file to automatically selected ones.
    17691676if test -n "$CONFIG_SITE"; then
    1770   ac_site_file1=$CONFIG_SITE
     1677  set x "$CONFIG_SITE"
    17711678elif test "x$prefix" != xNONE; then
    1772   ac_site_file1=$prefix/share/config.site
    1773   ac_site_file2=$prefix/etc/config.site
    1774 else
    1775   ac_site_file1=$ac_default_prefix/share/config.site
    1776   ac_site_file2=$ac_default_prefix/etc/config.site
    1777 fi
    1778 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
     1679  set x "$prefix/share/config.site" "$prefix/etc/config.site"
     1680else
     1681  set x "$ac_default_prefix/share/config.site" \
     1682        "$ac_default_prefix/etc/config.site"
     1683fi
     1684shift
     1685for ac_site_file
    17791686do
    1780   test "x$ac_site_file" = xNONE && continue
    17811687  if test -r "$ac_site_file"; then
    1782     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1783 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
     1688    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1689echo "$as_me: loading site script $ac_site_file" >&6;}
    17841690    sed 's/^/| /' "$ac_site_file" >&5
    17851691    . "$ac_site_file"
     
    17911697  # files actually), so we avoid doing that.
    17921698  if test -f "$cache_file"; then
    1793     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1794 $as_echo "$as_me: loading cache $cache_file" >&6;}
     1699    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1700echo "$as_me: loading cache $cache_file" >&6;}
    17951701    case $cache_file in
    17961702      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     
    17991705  fi
    18001706else
    1801   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1802 $as_echo "$as_me: creating cache $cache_file" >&6;}
     1707  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1708echo "$as_me: creating cache $cache_file" >&6;}
    18031709  >$cache_file
    18041710fi
     
    18141720  case $ac_old_set,$ac_new_set in
    18151721    set,)
    1816       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1817 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1722      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1723echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    18181724      ac_cache_corrupted=: ;;
    18191725    ,set)
    1820       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1821 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1726      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1727echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    18221728      ac_cache_corrupted=: ;;
    18231729    ,);;
    18241730    *)
    18251731      if test "x$ac_old_val" != "x$ac_new_val"; then
    1826         # differences in whitespace do not lead to failure.
    1827         ac_old_val_w=`echo x $ac_old_val`
    1828         ac_new_val_w=`echo x $ac_new_val`
    1829         if test "$ac_old_val_w" != "$ac_new_val_w"; then
    1830           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1831 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1832           ac_cache_corrupted=:
    1833         else
    1834           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
    1835 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
    1836           eval $ac_var=\$ac_old_val
    1837         fi
    1838         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
    1839 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
    1840         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
    1841 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
     1732        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1733echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1734        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
     1735echo "$as_me:   former value:  $ac_old_val" >&2;}
     1736        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
     1737echo "$as_me:   current value: $ac_new_val" >&2;}
     1738        ac_cache_corrupted=:
    18421739      fi;;
    18431740  esac
     
    18451742  if test "$ac_new_set" = set; then
    18461743    case $ac_new_val in
    1847     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1744    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    18481745    *) ac_arg=$ac_var=$ac_new_val ;;
    18491746    esac
     
    18551752done
    18561753if $ac_cache_corrupted; then
    1857   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1858 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1859   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1860 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1754  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1755echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1756  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1757echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    18611758   { (exit 1); exit 1; }; }
    18621759fi
     
    19101807done
    19111808if test -z "$ac_aux_dir"; then
    1912   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&5
    1913 $as_echo "$as_me: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&2;}
     1809  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&5
     1810echo "$as_me: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&2;}
    19141811   { (exit 1); exit 1; }; }
    19151812fi
     
    19571854# OS/2's system install, which has a completely different semantic
    19581855# ./install, which can be erroneously created by make from ./install.sh.
    1959 # Reject install programs that cannot install multiple files.
    1960 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    1961 $as_echo_n "checking for a BSD-compatible install... " >&6; }
     1856{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     1857echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
    19621858if test -z "$INSTALL"; then
    19631859if test "${ac_cv_path_install+set}" = set; then
    1964   $as_echo_n "(cached) " >&6
     1860  echo $ECHO_N "(cached) $ECHO_C" >&6
    19651861else
    19661862  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    19911887            :
    19921888          else
    1993             rm -rf conftest.one conftest.two conftest.dir
    1994             echo one > conftest.one
    1995             echo two > conftest.two
    1996             mkdir conftest.dir
    1997             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
    1998               test -s conftest.one && test -s conftest.two &&
    1999               test -s conftest.dir/conftest.one &&
    2000               test -s conftest.dir/conftest.two
    2001             then
    2002               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    2003               break 3
    2004             fi
     1889            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     1890            break 3
    20051891          fi
    20061892        fi
     
    20091895    ;;
    20101896esac
    2011 
    20121897done
    20131898IFS=$as_save_IFS
    20141899
    2015 rm -rf conftest.one conftest.two conftest.dir
    20161900
    20171901fi
     
    20261910  fi
    20271911fi
    2028 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
    2029 $as_echo "$INSTALL" >&6; }
     1912{ echo "$as_me:$LINENO: result: $INSTALL" >&5
     1913echo "${ECHO_T}$INSTALL" >&6; }
    20301914
    20311915# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    20371921test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    20381922
    2039 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    2040 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
    2041 set x ${MAKE-make}
    2042 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
     1923{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     1924echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
     1925set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    20431926if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
    2044   $as_echo_n "(cached) " >&6
     1927  echo $ECHO_N "(cached) $ECHO_C" >&6
    20451928else
    20461929  cat >conftest.make <<\_ACEOF
     
    20591942fi
    20601943if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
    2061   { $as_echo "$as_me:$LINENO: result: yes" >&5
    2062 $as_echo "yes" >&6; }
     1944  { echo "$as_me:$LINENO: result: yes" >&5
     1945echo "${ECHO_T}yes" >&6; }
    20631946  SET_MAKE=
    20641947else
    2065   { $as_echo "$as_me:$LINENO: result: no" >&5
    2066 $as_echo "no" >&6; }
     1948  { echo "$as_me:$LINENO: result: no" >&5
     1949echo "${ECHO_T}no" >&6; }
    20671950  SET_MAKE="MAKE=${MAKE-make}"
    20681951fi
     
    20771960  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    20781961set dummy ${ac_tool_prefix}gcc; ac_word=$2
    2079 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2080 $as_echo_n "checking for $ac_word... " >&6; }
     1962{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     1963echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    20811964if test "${ac_cv_prog_CC+set}" = set; then
    2082   $as_echo_n "(cached) " >&6
     1965  echo $ECHO_N "(cached) $ECHO_C" >&6
    20831966else
    20841967  if test -n "$CC"; then
     
    20931976  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    20941977    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    2095     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1978    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    20961979    break 2
    20971980  fi
     
    21041987CC=$ac_cv_prog_CC
    21051988if test -n "$CC"; then
    2106   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2107 $as_echo "$CC" >&6; }
    2108 else
    2109   { $as_echo "$as_me:$LINENO: result: no" >&5
    2110 $as_echo "no" >&6; }
     1989  { echo "$as_me:$LINENO: result: $CC" >&5
     1990echo "${ECHO_T}$CC" >&6; }
     1991else
     1992  { echo "$as_me:$LINENO: result: no" >&5
     1993echo "${ECHO_T}no" >&6; }
    21111994fi
    21121995
     
    21172000  # Extract the first word of "gcc", so it can be a program name with args.
    21182001set dummy gcc; ac_word=$2
    2119 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2120 $as_echo_n "checking for $ac_word... " >&6; }
     2002{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2003echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    21212004if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2122   $as_echo_n "(cached) " >&6
     2005  echo $ECHO_N "(cached) $ECHO_C" >&6
    21232006else
    21242007  if test -n "$ac_ct_CC"; then
     
    21332016  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    21342017    ac_cv_prog_ac_ct_CC="gcc"
    2135     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2018    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    21362019    break 2
    21372020  fi
     
    21442027ac_ct_CC=$ac_cv_prog_ac_ct_CC
    21452028if test -n "$ac_ct_CC"; then
    2146   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2147 $as_echo "$ac_ct_CC" >&6; }
    2148 else
    2149   { $as_echo "$as_me:$LINENO: result: no" >&5
    2150 $as_echo "no" >&6; }
     2029  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2030echo "${ECHO_T}$ac_ct_CC" >&6; }
     2031else
     2032  { echo "$as_me:$LINENO: result: no" >&5
     2033echo "${ECHO_T}no" >&6; }
    21512034fi
    21522035
     
    21562039    case $cross_compiling:$ac_tool_warned in
    21572040yes:)
    2158 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2041{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    21592042whose name does not start with the host triplet.  If you think this
    21602043configuration is useful to you, please write to autoconf@gnu.org." >&5
    2161 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2044echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    21622045whose name does not start with the host triplet.  If you think this
    21632046configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    21742057    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    21752058set dummy ${ac_tool_prefix}cc; ac_word=$2
    2176 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2177 $as_echo_n "checking for $ac_word... " >&6; }
     2059{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2060echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    21782061if test "${ac_cv_prog_CC+set}" = set; then
    2179   $as_echo_n "(cached) " >&6
     2062  echo $ECHO_N "(cached) $ECHO_C" >&6
    21802063else
    21812064  if test -n "$CC"; then
     
    21902073  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    21912074    ac_cv_prog_CC="${ac_tool_prefix}cc"
    2192     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2075    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    21932076    break 2
    21942077  fi
     
    22012084CC=$ac_cv_prog_CC
    22022085if test -n "$CC"; then
    2203   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2204 $as_echo "$CC" >&6; }
    2205 else
    2206   { $as_echo "$as_me:$LINENO: result: no" >&5
    2207 $as_echo "no" >&6; }
     2086  { echo "$as_me:$LINENO: result: $CC" >&5
     2087echo "${ECHO_T}$CC" >&6; }
     2088else
     2089  { echo "$as_me:$LINENO: result: no" >&5
     2090echo "${ECHO_T}no" >&6; }
    22082091fi
    22092092
     
    22142097  # Extract the first word of "cc", so it can be a program name with args.
    22152098set dummy cc; ac_word=$2
    2216 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2217 $as_echo_n "checking for $ac_word... " >&6; }
     2099{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2100echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    22182101if test "${ac_cv_prog_CC+set}" = set; then
    2219   $as_echo_n "(cached) " >&6
     2102  echo $ECHO_N "(cached) $ECHO_C" >&6
    22202103else
    22212104  if test -n "$CC"; then
     
    22352118     fi
    22362119    ac_cv_prog_CC="cc"
    2237     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2120    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    22382121    break 2
    22392122  fi
     
    22582141CC=$ac_cv_prog_CC
    22592142if test -n "$CC"; then
    2260   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2261 $as_echo "$CC" >&6; }
    2262 else
    2263   { $as_echo "$as_me:$LINENO: result: no" >&5
    2264 $as_echo "no" >&6; }
     2143  { echo "$as_me:$LINENO: result: $CC" >&5
     2144echo "${ECHO_T}$CC" >&6; }
     2145else
     2146  { echo "$as_me:$LINENO: result: no" >&5
     2147echo "${ECHO_T}no" >&6; }
    22652148fi
    22662149
     
    22732156    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    22742157set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2275 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2276 $as_echo_n "checking for $ac_word... " >&6; }
     2158{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2159echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    22772160if test "${ac_cv_prog_CC+set}" = set; then
    2278   $as_echo_n "(cached) " >&6
     2161  echo $ECHO_N "(cached) $ECHO_C" >&6
    22792162else
    22802163  if test -n "$CC"; then
     
    22892172  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    22902173    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    2291     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2174    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    22922175    break 2
    22932176  fi
     
    23002183CC=$ac_cv_prog_CC
    23012184if test -n "$CC"; then
    2302   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2303 $as_echo "$CC" >&6; }
    2304 else
    2305   { $as_echo "$as_me:$LINENO: result: no" >&5
    2306 $as_echo "no" >&6; }
     2185  { echo "$as_me:$LINENO: result: $CC" >&5
     2186echo "${ECHO_T}$CC" >&6; }
     2187else
     2188  { echo "$as_me:$LINENO: result: no" >&5
     2189echo "${ECHO_T}no" >&6; }
    23072190fi
    23082191
     
    23172200  # Extract the first word of "$ac_prog", so it can be a program name with args.
    23182201set dummy $ac_prog; ac_word=$2
    2319 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2320 $as_echo_n "checking for $ac_word... " >&6; }
     2202{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2203echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    23212204if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2322   $as_echo_n "(cached) " >&6
     2205  echo $ECHO_N "(cached) $ECHO_C" >&6
    23232206else
    23242207  if test -n "$ac_ct_CC"; then
     
    23332216  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    23342217    ac_cv_prog_ac_ct_CC="$ac_prog"
    2335     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2218    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    23362219    break 2
    23372220  fi
     
    23442227ac_ct_CC=$ac_cv_prog_ac_ct_CC
    23452228if test -n "$ac_ct_CC"; then
    2346   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2347 $as_echo "$ac_ct_CC" >&6; }
    2348 else
    2349   { $as_echo "$as_me:$LINENO: result: no" >&5
    2350 $as_echo "no" >&6; }
     2229  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2230echo "${ECHO_T}$ac_ct_CC" >&6; }
     2231else
     2232  { echo "$as_me:$LINENO: result: no" >&5
     2233echo "${ECHO_T}no" >&6; }
    23512234fi
    23522235
     
    23602243    case $cross_compiling:$ac_tool_warned in
    23612244yes:)
    2362 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2245{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    23632246whose name does not start with the host triplet.  If you think this
    23642247configuration is useful to you, please write to autoconf@gnu.org." >&5
    2365 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2248echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    23662249whose name does not start with the host triplet.  If you think this
    23672250configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    23752258
    23762259
    2377 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2260test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    23782261See \`config.log' for more details." >&5
    2379 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
     2262echo "$as_me: error: no acceptable C compiler found in \$PATH
    23802263See \`config.log' for more details." >&2;}
    23812264   { (exit 1); exit 1; }; }
    23822265
    23832266# Provide some information about the compiler.
    2384 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
    2385 set X $ac_compile
    2386 ac_compiler=$2
     2267echo "$as_me:$LINENO: checking for C compiler version" >&5
     2268ac_compiler=`set X $ac_compile; echo $2`
    23872269{ (ac_try="$ac_compiler --version >&5"
    23882270case "(($ac_try" in
     
    23902272  *) ac_try_echo=$ac_try;;
    23912273esac
    2392 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2393 $as_echo "$ac_try_echo") >&5
     2274eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    23942275  (eval "$ac_compiler --version >&5") 2>&5
    23952276  ac_status=$?
    2396   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2277  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23972278  (exit $ac_status); }
    23982279{ (ac_try="$ac_compiler -v >&5"
     
    24012282  *) ac_try_echo=$ac_try;;
    24022283esac
    2403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2404 $as_echo "$ac_try_echo") >&5
     2284eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    24052285  (eval "$ac_compiler -v >&5") 2>&5
    24062286  ac_status=$?
    2407   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2287  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24082288  (exit $ac_status); }
    24092289{ (ac_try="$ac_compiler -V >&5"
     
    24122292  *) ac_try_echo=$ac_try;;
    24132293esac
    2414 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2415 $as_echo "$ac_try_echo") >&5
     2294eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    24162295  (eval "$ac_compiler -V >&5") 2>&5
    24172296  ac_status=$?
    2418   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2297  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24192298  (exit $ac_status); }
    24202299
     
    24352314_ACEOF
    24362315ac_clean_files_save=$ac_clean_files
    2437 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
     2316ac_clean_files="$ac_clean_files a.out a.exe b.out"
    24382317# Try to create an executable without -o first, disregard a.out.
    24392318# It will help us diagnose broken compilers, and finding out an intuition
    24402319# of exeext.
    2441 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    2442 $as_echo_n "checking for C compiler default output file name... " >&6; }
    2443 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    2444 
    2445 # The possible output files:
    2446 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
    2447 
     2320{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2321echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
     2322ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2323#
     2324# List of possible output files, starting from the most likely.
     2325# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
     2326# only as a last resort.  b.out is created by i960 compilers.
     2327ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
     2328#
     2329# The IRIX 6 linker writes into existing files which may not be
     2330# executable, retaining their permissions.  Remove them first so a
     2331# subsequent execution test works.
    24482332ac_rmfiles=
    24492333for ac_file in $ac_files
    24502334do
    24512335  case $ac_file in
    2452     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2336    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
    24532337    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
    24542338  esac
     
    24612345  *) ac_try_echo=$ac_try;;
    24622346esac
    2463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2464 $as_echo "$ac_try_echo") >&5
     2347eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    24652348  (eval "$ac_link_default") 2>&5
    24662349  ac_status=$?
    2467   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2350  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24682351  (exit $ac_status); }; then
    24692352  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     
    24762359  test -f "$ac_file" || continue
    24772360  case $ac_file in
    2478     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
     2361    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
    24792362        ;;
    24802363    [ab].out )
     
    25032386fi
    25042387
    2505 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
    2506 $as_echo "$ac_file" >&6; }
     2388{ echo "$as_me:$LINENO: result: $ac_file" >&5
     2389echo "${ECHO_T}$ac_file" >&6; }
    25072390if test -z "$ac_file"; then
    2508   $as_echo "$as_me: failed program was:" >&5
     2391  echo "$as_me: failed program was:" >&5
    25092392sed 's/^/| /' conftest.$ac_ext >&5
    25102393
    2511 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
     2394{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
    25122395See \`config.log' for more details." >&5
    2513 $as_echo "$as_me: error: C compiler cannot create executables
     2396echo "$as_me: error: C compiler cannot create executables
    25142397See \`config.log' for more details." >&2;}
    25152398   { (exit 77); exit 77; }; }
     
    25202403# Check that the compiler produces executables we can run.  If not, either
    25212404# the compiler is broken, or we cross compile.
    2522 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    2523 $as_echo_n "checking whether the C compiler works... " >&6; }
     2405{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2406echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
    25242407# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    25252408# If not cross compiling, check that we can run a simple program.
     
    25302413  *) ac_try_echo=$ac_try;;
    25312414esac
    2532 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2533 $as_echo "$ac_try_echo") >&5
     2415eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    25342416  (eval "$ac_try") 2>&5
    25352417  ac_status=$?
    2536   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2418  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25372419  (exit $ac_status); }; }; then
    25382420    cross_compiling=no
     
    25412423        cross_compiling=yes
    25422424    else
    2543         { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2425        { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
    25442426If you meant to cross compile, use \`--host'.
    25452427See \`config.log' for more details." >&5
    2546 $as_echo "$as_me: error: cannot run C compiled programs.
     2428echo "$as_me: error: cannot run C compiled programs.
    25472429If you meant to cross compile, use \`--host'.
    25482430See \`config.log' for more details." >&2;}
     
    25512433  fi
    25522434fi
    2553 { $as_echo "$as_me:$LINENO: result: yes" >&5
    2554 $as_echo "yes" >&6; }
    2555 
    2556 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
     2435{ echo "$as_me:$LINENO: result: yes" >&5
     2436echo "${ECHO_T}yes" >&6; }
     2437
     2438rm -f a.out a.exe conftest$ac_cv_exeext b.out
    25572439ac_clean_files=$ac_clean_files_save
    25582440# Check that the compiler produces executables we can run.  If not, either
    25592441# the compiler is broken, or we cross compile.
    2560 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    2561 $as_echo_n "checking whether we are cross compiling... " >&6; }
    2562 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
    2563 $as_echo "$cross_compiling" >&6; }
    2564 
    2565 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
    2566 $as_echo_n "checking for suffix of executables... " >&6; }
     2442{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2443echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
     2444{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2445echo "${ECHO_T}$cross_compiling" >&6; }
     2446
     2447{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2448echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
    25672449if { (ac_try="$ac_link"
    25682450case "(($ac_try" in
     
    25702452  *) ac_try_echo=$ac_try;;
    25712453esac
    2572 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2573 $as_echo "$ac_try_echo") >&5
     2454eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    25742455  (eval "$ac_link") 2>&5
    25752456  ac_status=$?
    2576   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2457  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25772458  (exit $ac_status); }; then
    25782459  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    25832464  test -f "$ac_file" || continue
    25842465  case $ac_file in
    2585     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2466    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
    25862467    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    25872468          break;;
     
    25902471done
    25912472else
    2592   { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     2473  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    25932474See \`config.log' for more details." >&5
    2594 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     2475echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    25952476See \`config.log' for more details." >&2;}
    25962477   { (exit 1); exit 1; }; }
     
    25982479
    25992480rm -f conftest$ac_cv_exeext
    2600 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    2601 $as_echo "$ac_cv_exeext" >&6; }
     2481{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     2482echo "${ECHO_T}$ac_cv_exeext" >&6; }
    26022483
    26032484rm -f conftest.$ac_ext
    26042485EXEEXT=$ac_cv_exeext
    26052486ac_exeext=$EXEEXT
    2606 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
    2607 $as_echo_n "checking for suffix of object files... " >&6; }
     2487{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
     2488echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
    26082489if test "${ac_cv_objext+set}" = set; then
    2609   $as_echo_n "(cached) " >&6
     2490  echo $ECHO_N "(cached) $ECHO_C" >&6
    26102491else
    26112492  cat >conftest.$ac_ext <<_ACEOF
     
    26302511  *) ac_try_echo=$ac_try;;
    26312512esac
    2632 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2633 $as_echo "$ac_try_echo") >&5
     2513eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    26342514  (eval "$ac_compile") 2>&5
    26352515  ac_status=$?
    2636   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2516  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26372517  (exit $ac_status); }; then
    26382518  for ac_file in conftest.o conftest.obj conftest.*; do
    26392519  test -f "$ac_file" || continue;
    26402520  case $ac_file in
    2641     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
     2521    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
    26422522    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    26432523       break;;
     
    26452525done
    26462526else
    2647   $as_echo "$as_me: failed program was:" >&5
     2527  echo "$as_me: failed program was:" >&5
    26482528sed 's/^/| /' conftest.$ac_ext >&5
    26492529
    2650 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     2530{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    26512531See \`config.log' for more details." >&5
    2652 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
     2532echo "$as_me: error: cannot compute suffix of object files: cannot compile
    26532533See \`config.log' for more details." >&2;}
    26542534   { (exit 1); exit 1; }; }
     
    26572537rm -f conftest.$ac_cv_objext conftest.$ac_ext
    26582538fi
    2659 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    2660 $as_echo "$ac_cv_objext" >&6; }
     2539{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     2540echo "${ECHO_T}$ac_cv_objext" >&6; }
    26612541OBJEXT=$ac_cv_objext
    26622542ac_objext=$OBJEXT
    2663 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    2664 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
     2543{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     2544echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
    26652545if test "${ac_cv_c_compiler_gnu+set}" = set; then
    2666   $as_echo_n "(cached) " >&6
     2546  echo $ECHO_N "(cached) $ECHO_C" >&6
    26672547else
    26682548  cat >conftest.$ac_ext <<_ACEOF
     
    26902570  *) ac_try_echo=$ac_try;;
    26912571esac
    2692 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2693 $as_echo "$ac_try_echo") >&5
     2572eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    26942573  (eval "$ac_compile") 2>conftest.er1
    26952574  ac_status=$?
     
    26972576  rm -f conftest.er1
    26982577  cat conftest.err >&5
    2699   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2578  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27002579  (exit $ac_status); } && {
    27012580         test -z "$ac_c_werror_flag" ||
     
    27042583  ac_compiler_gnu=yes
    27052584else
    2706   $as_echo "$as_me: failed program was:" >&5
     2585  echo "$as_me: failed program was:" >&5
    27072586sed 's/^/| /' conftest.$ac_ext >&5
    27082587
     
    27142593
    27152594fi
    2716 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    2717 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
    2718 if test $ac_compiler_gnu = yes; then
    2719   GCC=yes
    2720 else
    2721   GCC=
    2722 fi
     2595{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     2596echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
     2597GCC=`test $ac_compiler_gnu = yes && echo yes`
    27232598ac_test_CFLAGS=${CFLAGS+set}
    27242599ac_save_CFLAGS=$CFLAGS
    2725 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    2726 $as_echo_n "checking whether $CC accepts -g... " >&6; }
     2600{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     2601echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
    27272602if test "${ac_cv_prog_cc_g+set}" = set; then
    2728   $as_echo_n "(cached) " >&6
     2603  echo $ECHO_N "(cached) $ECHO_C" >&6
    27292604else
    27302605  ac_save_c_werror_flag=$ac_c_werror_flag
     
    27532628  *) ac_try_echo=$ac_try;;
    27542629esac
    2755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2756 $as_echo "$ac_try_echo") >&5
     2630eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    27572631  (eval "$ac_compile") 2>conftest.er1
    27582632  ac_status=$?
     
    27602634  rm -f conftest.er1
    27612635  cat conftest.err >&5
    2762   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2636  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27632637  (exit $ac_status); } && {
    27642638         test -z "$ac_c_werror_flag" ||
     
    27672641  ac_cv_prog_cc_g=yes
    27682642else
    2769   $as_echo "$as_me: failed program was:" >&5
     2643  echo "$as_me: failed program was:" >&5
    27702644sed 's/^/| /' conftest.$ac_ext >&5
    27712645
     
    27922666  *) ac_try_echo=$ac_try;;
    27932667esac
    2794 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2795 $as_echo "$ac_try_echo") >&5
     2668eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    27962669  (eval "$ac_compile") 2>conftest.er1
    27972670  ac_status=$?
     
    27992672  rm -f conftest.er1
    28002673  cat conftest.err >&5
    2801   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2674  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28022675  (exit $ac_status); } && {
    28032676         test -z "$ac_c_werror_flag" ||
     
    28062679  :
    28072680else
    2808   $as_echo "$as_me: failed program was:" >&5
     2681  echo "$as_me: failed program was:" >&5
    28092682sed 's/^/| /' conftest.$ac_ext >&5
    28102683
     
    28322705  *) ac_try_echo=$ac_try;;
    28332706esac
    2834 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2835 $as_echo "$ac_try_echo") >&5
     2707eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    28362708  (eval "$ac_compile") 2>conftest.er1
    28372709  ac_status=$?
     
    28392711  rm -f conftest.er1
    28402712  cat conftest.err >&5
    2841   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2713  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28422714  (exit $ac_status); } && {
    28432715         test -z "$ac_c_werror_flag" ||
     
    28462718  ac_cv_prog_cc_g=yes
    28472719else
    2848   $as_echo "$as_me: failed program was:" >&5
     2720  echo "$as_me: failed program was:" >&5
    28492721sed 's/^/| /' conftest.$ac_ext >&5
    28502722
     
    28612733   ac_c_werror_flag=$ac_save_c_werror_flag
    28622734fi
    2863 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    2864 $as_echo "$ac_cv_prog_cc_g" >&6; }
     2735{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     2736echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
    28652737if test "$ac_test_CFLAGS" = set; then
    28662738  CFLAGS=$ac_save_CFLAGS
     
    28782750  fi
    28792751fi
    2880 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
    2881 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
     2752{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     2753echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
    28822754if test "${ac_cv_prog_cc_c89+set}" = set; then
    2883   $as_echo_n "(cached) " >&6
     2755  echo $ECHO_N "(cached) $ECHO_C" >&6
    28842756else
    28852757  ac_cv_prog_cc_c89=no
     
    29522824  *) ac_try_echo=$ac_try;;
    29532825esac
    2954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2955 $as_echo "$ac_try_echo") >&5
     2826eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    29562827  (eval "$ac_compile") 2>conftest.er1
    29572828  ac_status=$?
     
    29592830  rm -f conftest.er1
    29602831  cat conftest.err >&5
    2961   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2832  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29622833  (exit $ac_status); } && {
    29632834         test -z "$ac_c_werror_flag" ||
     
    29662837  ac_cv_prog_cc_c89=$ac_arg
    29672838else
    2968   $as_echo "$as_me: failed program was:" >&5
     2839  echo "$as_me: failed program was:" >&5
    29692840sed 's/^/| /' conftest.$ac_ext >&5
    29702841
     
    29822853case "x$ac_cv_prog_cc_c89" in
    29832854  x)
    2984     { $as_echo "$as_me:$LINENO: result: none needed" >&5
    2985 $as_echo "none needed" >&6; } ;;
     2855    { echo "$as_me:$LINENO: result: none needed" >&5
     2856echo "${ECHO_T}none needed" >&6; } ;;
    29862857  xno)
    2987     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
    2988 $as_echo "unsupported" >&6; } ;;
     2858    { echo "$as_me:$LINENO: result: unsupported" >&5
     2859echo "${ECHO_T}unsupported" >&6; } ;;
    29892860  *)
    29902861    CC="$CC $ac_cv_prog_cc_c89"
    2991     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
    2992 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
     2862    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     2863echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
    29932864esac
    29942865
     
    30092880    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    30102881set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    3011 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3012 $as_echo_n "checking for $ac_word... " >&6; }
     2882{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2883echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    30132884if test "${ac_cv_prog_F77+set}" = set; then
    3014   $as_echo_n "(cached) " >&6
     2885  echo $ECHO_N "(cached) $ECHO_C" >&6
    30152886else
    30162887  if test -n "$F77"; then
     
    30252896  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    30262897    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
    3027     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2898    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    30282899    break 2
    30292900  fi
     
    30362907F77=$ac_cv_prog_F77
    30372908if test -n "$F77"; then
    3038   { $as_echo "$as_me:$LINENO: result: $F77" >&5
    3039 $as_echo "$F77" >&6; }
    3040 else
    3041   { $as_echo "$as_me:$LINENO: result: no" >&5
    3042 $as_echo "no" >&6; }
     2909  { echo "$as_me:$LINENO: result: $F77" >&5
     2910echo "${ECHO_T}$F77" >&6; }
     2911else
     2912  { echo "$as_me:$LINENO: result: no" >&5
     2913echo "${ECHO_T}no" >&6; }
    30432914fi
    30442915
     
    30532924  # Extract the first word of "$ac_prog", so it can be a program name with args.
    30542925set dummy $ac_prog; ac_word=$2
    3055 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3056 $as_echo_n "checking for $ac_word... " >&6; }
     2926{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2927echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    30572928if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
    3058   $as_echo_n "(cached) " >&6
     2929  echo $ECHO_N "(cached) $ECHO_C" >&6
    30592930else
    30602931  if test -n "$ac_ct_F77"; then
     
    30692940  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    30702941    ac_cv_prog_ac_ct_F77="$ac_prog"
    3071     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2942    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    30722943    break 2
    30732944  fi
     
    30802951ac_ct_F77=$ac_cv_prog_ac_ct_F77
    30812952if test -n "$ac_ct_F77"; then
    3082   { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
    3083 $as_echo "$ac_ct_F77" >&6; }
    3084 else
    3085   { $as_echo "$as_me:$LINENO: result: no" >&5
    3086 $as_echo "no" >&6; }
     2953  { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
     2954echo "${ECHO_T}$ac_ct_F77" >&6; }
     2955else
     2956  { echo "$as_me:$LINENO: result: no" >&5
     2957echo "${ECHO_T}no" >&6; }
    30872958fi
    30882959
     
    30962967    case $cross_compiling:$ac_tool_warned in
    30972968yes:)
    3098 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2969{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    30992970whose name does not start with the host triplet.  If you think this
    31002971configuration is useful to you, please write to autoconf@gnu.org." >&5
    3101 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2972echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    31022973whose name does not start with the host triplet.  If you think this
    31032974configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    31102981
    31112982# Provide some information about the compiler.
    3112 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
    3113 set X $ac_compile
    3114 ac_compiler=$2
     2983echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
     2984ac_compiler=`set X $ac_compile; echo $2`
    31152985{ (ac_try="$ac_compiler --version >&5"
    31162986case "(($ac_try" in
     
    31182988  *) ac_try_echo=$ac_try;;
    31192989esac
    3120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3121 $as_echo "$ac_try_echo") >&5
     2990eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31222991  (eval "$ac_compiler --version >&5") 2>&5
    31232992  ac_status=$?
    3124   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2993  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31252994  (exit $ac_status); }
    31262995{ (ac_try="$ac_compiler -v >&5"
     
    31292998  *) ac_try_echo=$ac_try;;
    31302999esac
    3131 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3132 $as_echo "$ac_try_echo") >&5
     3000eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31333001  (eval "$ac_compiler -v >&5") 2>&5
    31343002  ac_status=$?
    3135   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3003  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31363004  (exit $ac_status); }
    31373005{ (ac_try="$ac_compiler -V >&5"
     
    31403008  *) ac_try_echo=$ac_try;;
    31413009esac
    3142 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3143 $as_echo "$ac_try_echo") >&5
     3010eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31443011  (eval "$ac_compiler -V >&5") 2>&5
    31453012  ac_status=$?
    3146   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3013  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31473014  (exit $ac_status); }
    31483015rm -f a.out
     
    31523019ac_save_ext=$ac_ext
    31533020ac_ext=F
    3154 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
    3155 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
     3021{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
     3022echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
    31563023if test "${ac_cv_f77_compiler_gnu+set}" = set; then
    3157   $as_echo_n "(cached) " >&6
     3024  echo $ECHO_N "(cached) $ECHO_C" >&6
    31583025else
    31593026  cat >conftest.$ac_ext <<_ACEOF
     
    31713038  *) ac_try_echo=$ac_try;;
    31723039esac
    3173 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3174 $as_echo "$ac_try_echo") >&5
     3040eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31753041  (eval "$ac_compile") 2>conftest.er1
    31763042  ac_status=$?
     
    31783044  rm -f conftest.er1
    31793045  cat conftest.err >&5
    3180   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3046  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31813047  (exit $ac_status); } && {
    31823048         test -z "$ac_f77_werror_flag" ||
     
    31853051  ac_compiler_gnu=yes
    31863052else
    3187   $as_echo "$as_me: failed program was:" >&5
     3053  echo "$as_me: failed program was:" >&5
    31883054sed 's/^/| /' conftest.$ac_ext >&5
    31893055
     
    31953061
    31963062fi
    3197 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
    3198 $as_echo "$ac_cv_f77_compiler_gnu" >&6; }
     3063{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
     3064echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
    31993065ac_ext=$ac_save_ext
    32003066ac_test_FFLAGS=${FFLAGS+set}
    32013067ac_save_FFLAGS=$FFLAGS
    32023068FFLAGS=
    3203 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
    3204 $as_echo_n "checking whether $F77 accepts -g... " >&6; }
     3069{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
     3070echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
    32053071if test "${ac_cv_prog_f77_g+set}" = set; then
    3206   $as_echo_n "(cached) " >&6
     3072  echo $ECHO_N "(cached) $ECHO_C" >&6
    32073073else
    32083074  FFLAGS=-g
     
    32183084  *) ac_try_echo=$ac_try;;
    32193085esac
    3220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3221 $as_echo "$ac_try_echo") >&5
     3086eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    32223087  (eval "$ac_compile") 2>conftest.er1
    32233088  ac_status=$?
     
    32253090  rm -f conftest.er1
    32263091  cat conftest.err >&5
    3227   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3092  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32283093  (exit $ac_status); } && {
    32293094         test -z "$ac_f77_werror_flag" ||
     
    32323097  ac_cv_prog_f77_g=yes
    32333098else
    3234   $as_echo "$as_me: failed program was:" >&5
     3099  echo "$as_me: failed program was:" >&5
    32353100sed 's/^/| /' conftest.$ac_ext >&5
    32363101
     
    32413106
    32423107fi
    3243 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
    3244 $as_echo "$ac_cv_prog_f77_g" >&6; }
     3108{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
     3109echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
    32453110if test "$ac_test_FFLAGS" = set; then
    32463111  FFLAGS=$ac_save_FFLAGS
     
    32593124fi
    32603125
    3261 if test $ac_compiler_gnu = yes; then
    3262   G77=yes
    3263 else
    3264   G77=
    3265 fi
     3126G77=`test $ac_compiler_gnu = yes && echo yes`
    32663127ac_ext=c
    32673128ac_cpp='$CPP $CPPFLAGS'
     
    32903151# OS/2's system install, which has a completely different semantic
    32913152# ./install, which can be erroneously created by make from ./install.sh.
    3292 # Reject install programs that cannot install multiple files.
    3293 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    3294 $as_echo_n "checking for a BSD-compatible install... " >&6; }
     3153{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     3154echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
    32953155if test -z "$INSTALL"; then
    32963156if test "${ac_cv_path_install+set}" = set; then
    3297   $as_echo_n "(cached) " >&6
     3157  echo $ECHO_N "(cached) $ECHO_C" >&6
    32983158else
    32993159  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    33243184            :
    33253185          else
    3326             rm -rf conftest.one conftest.two conftest.dir
    3327             echo one > conftest.one
    3328             echo two > conftest.two
    3329             mkdir conftest.dir
    3330             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
    3331               test -s conftest.one && test -s conftest.two &&
    3332               test -s conftest.dir/conftest.one &&
    3333               test -s conftest.dir/conftest.two
    3334             then
    3335               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    3336               break 3
    3337             fi
     3186            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     3187            break 3
    33383188          fi
    33393189        fi
     
    33423192    ;;
    33433193esac
    3344 
    33453194done
    33463195IFS=$as_save_IFS
    33473196
    3348 rm -rf conftest.one conftest.two conftest.dir
    33493197
    33503198fi
     
    33593207  fi
    33603208fi
    3361 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
    3362 $as_echo "$INSTALL" >&6; }
     3209{ echo "$as_me:$LINENO: result: $INSTALL" >&5
     3210echo "${ECHO_T}$INSTALL" >&6; }
    33633211
    33643212# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    33733221  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    33743222set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    3375 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3376 $as_echo_n "checking for $ac_word... " >&6; }
     3223{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3224echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    33773225if test "${ac_cv_prog_RANLIB+set}" = set; then
    3378   $as_echo_n "(cached) " >&6
     3226  echo $ECHO_N "(cached) $ECHO_C" >&6
    33793227else
    33803228  if test -n "$RANLIB"; then
     
    33893237  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    33903238    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    3391     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3239    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    33923240    break 2
    33933241  fi
     
    34003248RANLIB=$ac_cv_prog_RANLIB
    34013249if test -n "$RANLIB"; then
    3402   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
    3403 $as_echo "$RANLIB" >&6; }
    3404 else
    3405   { $as_echo "$as_me:$LINENO: result: no" >&5
    3406 $as_echo "no" >&6; }
     3250  { echo "$as_me:$LINENO: result: $RANLIB" >&5
     3251echo "${ECHO_T}$RANLIB" >&6; }
     3252else
     3253  { echo "$as_me:$LINENO: result: no" >&5
     3254echo "${ECHO_T}no" >&6; }
    34073255fi
    34083256
     
    34133261  # Extract the first word of "ranlib", so it can be a program name with args.
    34143262set dummy ranlib; ac_word=$2
    3415 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3416 $as_echo_n "checking for $ac_word... " >&6; }
     3263{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3264echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    34173265if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    3418   $as_echo_n "(cached) " >&6
     3266  echo $ECHO_N "(cached) $ECHO_C" >&6
    34193267else
    34203268  if test -n "$ac_ct_RANLIB"; then
     
    34293277  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    34303278    ac_cv_prog_ac_ct_RANLIB="ranlib"
    3431     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3279    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    34323280    break 2
    34333281  fi
     
    34403288ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    34413289if test -n "$ac_ct_RANLIB"; then
    3442   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    3443 $as_echo "$ac_ct_RANLIB" >&6; }
    3444 else
    3445   { $as_echo "$as_me:$LINENO: result: no" >&5
    3446 $as_echo "no" >&6; }
     3290  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     3291echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
     3292else
     3293  { echo "$as_me:$LINENO: result: no" >&5
     3294echo "${ECHO_T}no" >&6; }
    34473295fi
    34483296
     
    34523300    case $cross_compiling:$ac_tool_warned in
    34533301yes:)
    3454 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     3302{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    34553303whose name does not start with the host triplet.  If you think this
    34563304configuration is useful to you, please write to autoconf@gnu.org." >&5
    3457 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     3305echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    34583306whose name does not start with the host triplet.  If you think this
    34593307configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    34663314fi
    34673315
    3468 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
    3469 $as_echo_n "checking whether ln -s works... " >&6; }
     3316{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
     3317echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
    34703318LN_S=$as_ln_s
    34713319if test "$LN_S" = "ln -s"; then
    3472   { $as_echo "$as_me:$LINENO: result: yes" >&5
    3473 $as_echo "yes" >&6; }
    3474 else
    3475   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
    3476 $as_echo "no, using $LN_S" >&6; }
    3477 fi
    3478 
    3479 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
    3480 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
     3320  { echo "$as_me:$LINENO: result: yes" >&5
     3321echo "${ECHO_T}yes" >&6; }
     3322else
     3323  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
     3324echo "${ECHO_T}no, using $LN_S" >&6; }
     3325fi
     3326
     3327{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
     3328echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
    34813329if test -z "$MKDIR_P"; then
    34823330  if test "${ac_cv_path_mkdir+set}" = set; then
    3483   $as_echo_n "(cached) " >&6
     3331  echo $ECHO_N "(cached) $ECHO_C" >&6
    34843332else
    34853333  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    35163364  fi
    35173365fi
    3518 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
    3519 $as_echo "$MKDIR_P" >&6; }
     3366{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
     3367echo "${ECHO_T}$MKDIR_P" >&6; }
    35203368
    35213369
     
    35263374ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    35273375ac_compiler_gnu=$ac_cv_c_compiler_gnu
    3528 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    3529 $as_echo_n "checking how to run the C preprocessor... " >&6; }
     3376{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     3377echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
    35303378# On Suns, sometimes $CPP names a directory.
    35313379if test -n "$CPP" && test -d "$CPP"; then
     
    35343382if test -z "$CPP"; then
    35353383  if test "${ac_cv_prog_CPP+set}" = set; then
    3536   $as_echo_n "(cached) " >&6
     3384  echo $ECHO_N "(cached) $ECHO_C" >&6
    35373385else
    35383386      # Double quotes because CPP needs to be expanded
     
    35663414  *) ac_try_echo=$ac_try;;
    35673415esac
    3568 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3569 $as_echo "$ac_try_echo") >&5
     3416eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    35703417  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    35713418  ac_status=$?
     
    35733420  rm -f conftest.er1
    35743421  cat conftest.err >&5
    3575   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3422  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    35763423  (exit $ac_status); } >/dev/null && {
    35773424         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    35803427  :
    35813428else
    3582   $as_echo "$as_me: failed program was:" >&5
     3429  echo "$as_me: failed program was:" >&5
    35833430sed 's/^/| /' conftest.$ac_ext >&5
    35843431
     
    36043451  *) ac_try_echo=$ac_try;;
    36053452esac
    3606 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3607 $as_echo "$ac_try_echo") >&5
     3453eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    36083454  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    36093455  ac_status=$?
     
    36113457  rm -f conftest.er1
    36123458  cat conftest.err >&5
    3613   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3459  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    36143460  (exit $ac_status); } >/dev/null && {
    36153461         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    36193465continue
    36203466else
    3621   $as_echo "$as_me: failed program was:" >&5
     3467  echo "$as_me: failed program was:" >&5
    36223468sed 's/^/| /' conftest.$ac_ext >&5
    36233469
     
    36443490  ac_cv_prog_CPP=$CPP
    36453491fi
    3646 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
    3647 $as_echo "$CPP" >&6; }
     3492{ echo "$as_me:$LINENO: result: $CPP" >&5
     3493echo "${ECHO_T}$CPP" >&6; }
    36483494ac_preproc_ok=false
    36493495for ac_c_preproc_warn_flag in '' yes
     
    36733519  *) ac_try_echo=$ac_try;;
    36743520esac
    3675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3676 $as_echo "$ac_try_echo") >&5
     3521eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    36773522  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    36783523  ac_status=$?
     
    36803525  rm -f conftest.er1
    36813526  cat conftest.err >&5
    3682   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3527  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    36833528  (exit $ac_status); } >/dev/null && {
    36843529         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    36873532  :
    36883533else
    3689   $as_echo "$as_me: failed program was:" >&5
     3534  echo "$as_me: failed program was:" >&5
    36903535sed 's/^/| /' conftest.$ac_ext >&5
    36913536
     
    37113556  *) ac_try_echo=$ac_try;;
    37123557esac
    3713 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3714 $as_echo "$ac_try_echo") >&5
     3558eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    37153559  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    37163560  ac_status=$?
     
    37183562  rm -f conftest.er1
    37193563  cat conftest.err >&5
    3720   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3564  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37213565  (exit $ac_status); } >/dev/null && {
    37223566         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    37263570continue
    37273571else
    3728   $as_echo "$as_me: failed program was:" >&5
     3572  echo "$as_me: failed program was:" >&5
    37293573sed 's/^/| /' conftest.$ac_ext >&5
    37303574
     
    37423586  :
    37433587else
    3744   { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     3588  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    37453589See \`config.log' for more details." >&5
    3746 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     3590echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    37473591See \`config.log' for more details." >&2;}
    37483592   { (exit 1); exit 1; }; }
     
    37563600
    37573601
    3758 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
    3759 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
     3602{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
     3603echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
    37603604if test "${ac_cv_path_GREP+set}" = set; then
    3761   $as_echo_n "(cached) " >&6
    3762 else
    3763   if test -z "$GREP"; then
     3605  echo $ECHO_N "(cached) $ECHO_C" >&6
     3606else
     3607  # Extract the first word of "grep ggrep" to use in msg output
     3608if test -z "$GREP"; then
     3609set dummy grep ggrep; ac_prog_name=$2
     3610if test "${ac_cv_path_GREP+set}" = set; then
     3611  echo $ECHO_N "(cached) $ECHO_C" >&6
     3612else
    37643613  ac_path_GREP_found=false
    3765   # Loop through the user's path and test for each of PROGNAME-LIST
    3766   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     3614# Loop through the user's path and test for each of PROGNAME-LIST
     3615as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    37673616for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    37683617do
     
    37703619  test -z "$as_dir" && as_dir=.
    37713620  for ac_prog in grep ggrep; do
    3772     for ac_exec_ext in '' $ac_executable_extensions; do
    3773       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
    3774       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
    3775 # Check for GNU ac_path_GREP and select it if it is found.
     3621  for ac_exec_ext in '' $ac_executable_extensions; do
     3622    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
     3623    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
     3624    # Check for GNU ac_path_GREP and select it if it is found.
    37763625  # Check for GNU $ac_path_GREP
    37773626case `"$ac_path_GREP" --version 2>&1` in
     
    37803629*)
    37813630  ac_count=0
    3782   $as_echo_n 0123456789 >"conftest.in"
     3631  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
    37833632  while :
    37843633  do
     
    37863635    mv "conftest.tmp" "conftest.in"
    37873636    cp "conftest.in" "conftest.nl"
    3788     $as_echo 'GREP' >> "conftest.nl"
     3637    echo 'GREP' >> "conftest.nl"
    37893638    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    37903639    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    38013650esac
    38023651
    3803       $ac_path_GREP_found && break 3
    3804     done
     3652
     3653    $ac_path_GREP_found && break 3
    38053654  done
    38063655done
     3656
     3657done
    38073658IFS=$as_save_IFS
    3808   if test -z "$ac_cv_path_GREP"; then
    3809     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
    3810 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     3659
     3660
     3661fi
     3662
     3663GREP="$ac_cv_path_GREP"
     3664if test -z "$GREP"; then
     3665  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     3666echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    38113667   { (exit 1); exit 1; }; }
    3812   fi
     3668fi
     3669
    38133670else
    38143671  ac_cv_path_GREP=$GREP
    38153672fi
    38163673
    3817 fi
    3818 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
    3819 $as_echo "$ac_cv_path_GREP" >&6; }
     3674
     3675fi
     3676{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
     3677echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
    38203678 GREP="$ac_cv_path_GREP"
    38213679
    38223680
    3823 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
    3824 $as_echo_n "checking for egrep... " >&6; }
     3681{ echo "$as_me:$LINENO: checking for egrep" >&5
     3682echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
    38253683if test "${ac_cv_path_EGREP+set}" = set; then
    3826   $as_echo_n "(cached) " >&6
     3684  echo $ECHO_N "(cached) $ECHO_C" >&6
    38273685else
    38283686  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
    38293687   then ac_cv_path_EGREP="$GREP -E"
    38303688   else
    3831      if test -z "$EGREP"; then
     3689     # Extract the first word of "egrep" to use in msg output
     3690if test -z "$EGREP"; then
     3691set dummy egrep; ac_prog_name=$2
     3692if test "${ac_cv_path_EGREP+set}" = set; then
     3693  echo $ECHO_N "(cached) $ECHO_C" >&6
     3694else
    38323695  ac_path_EGREP_found=false
    3833   # Loop through the user's path and test for each of PROGNAME-LIST
    3834   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     3696# Loop through the user's path and test for each of PROGNAME-LIST
     3697as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    38353698for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    38363699do
     
    38383701  test -z "$as_dir" && as_dir=.
    38393702  for ac_prog in egrep; do
    3840     for ac_exec_ext in '' $ac_executable_extensions; do
    3841       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
    3842       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
    3843 # Check for GNU ac_path_EGREP and select it if it is found.
     3703  for ac_exec_ext in '' $ac_executable_extensions; do
     3704    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
     3705    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
     3706    # Check for GNU ac_path_EGREP and select it if it is found.
    38443707  # Check for GNU $ac_path_EGREP
    38453708case `"$ac_path_EGREP" --version 2>&1` in
     
    38483711*)
    38493712  ac_count=0
    3850   $as_echo_n 0123456789 >"conftest.in"
     3713  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
    38513714  while :
    38523715  do
     
    38543717    mv "conftest.tmp" "conftest.in"
    38553718    cp "conftest.in" "conftest.nl"
    3856     $as_echo 'EGREP' >> "conftest.nl"
     3719    echo 'EGREP' >> "conftest.nl"
    38573720    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    38583721    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    38693732esac
    38703733
    3871       $ac_path_EGREP_found && break 3
    3872     done
     3734
     3735    $ac_path_EGREP_found && break 3
    38733736  done
    38743737done
     3738
     3739done
    38753740IFS=$as_save_IFS
    3876   if test -z "$ac_cv_path_EGREP"; then
    3877     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
    3878 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     3741
     3742
     3743fi
     3744
     3745EGREP="$ac_cv_path_EGREP"
     3746if test -z "$EGREP"; then
     3747  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     3748echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    38793749   { (exit 1); exit 1; }; }
    3880   fi
     3750fi
     3751
    38813752else
    38823753  ac_cv_path_EGREP=$EGREP
    38833754fi
    38843755
     3756
    38853757   fi
    38863758fi
    3887 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
    3888 $as_echo "$ac_cv_path_EGREP" >&6; }
     3759{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
     3760echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
    38893761 EGREP="$ac_cv_path_EGREP"
    38903762
    38913763
    3892 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
    3893 $as_echo_n "checking for ANSI C header files... " >&6; }
     3764{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     3765echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
    38943766if test "${ac_cv_header_stdc+set}" = set; then
    3895   $as_echo_n "(cached) " >&6
     3767  echo $ECHO_N "(cached) $ECHO_C" >&6
    38963768else
    38973769  cat >conftest.$ac_ext <<_ACEOF
     
    39203792  *) ac_try_echo=$ac_try;;
    39213793esac
    3922 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3923 $as_echo "$ac_try_echo") >&5
     3794eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    39243795  (eval "$ac_compile") 2>conftest.er1
    39253796  ac_status=$?
     
    39273798  rm -f conftest.er1
    39283799  cat conftest.err >&5
    3929   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3800  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39303801  (exit $ac_status); } && {
    39313802         test -z "$ac_c_werror_flag" ||
     
    39343805  ac_cv_header_stdc=yes
    39353806else
    3936   $as_echo "$as_me: failed program was:" >&5
     3807  echo "$as_me: failed program was:" >&5
    39373808sed 's/^/| /' conftest.$ac_ext >&5
    39383809
     
    40263897  *) ac_try_echo=$ac_try;;
    40273898esac
    4028 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4029 $as_echo "$ac_try_echo") >&5
     3899eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    40303900  (eval "$ac_link") 2>&5
    40313901  ac_status=$?
    4032   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3902  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40333903  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    40343904  { (case "(($ac_try" in
     
    40363906  *) ac_try_echo=$ac_try;;
    40373907esac
    4038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4039 $as_echo "$ac_try_echo") >&5
     3908eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    40403909  (eval "$ac_try") 2>&5
    40413910  ac_status=$?
    4042   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3911  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40433912  (exit $ac_status); }; }; then
    40443913  :
    40453914else
    4046   $as_echo "$as_me: program exited with status $ac_status" >&5
    4047 $as_echo "$as_me: failed program was:" >&5
     3915  echo "$as_me: program exited with status $ac_status" >&5
     3916echo "$as_me: failed program was:" >&5
    40483917sed 's/^/| /' conftest.$ac_ext >&5
    40493918
     
    40513920ac_cv_header_stdc=no
    40523921fi
    4053 rm -rf conftest.dSYM
    40543922rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    40553923fi
     
    40583926fi
    40593927fi
    4060 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
    4061 $as_echo "$ac_cv_header_stdc" >&6; }
     3928{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     3929echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
    40623930if test $ac_cv_header_stdc = yes; then
    40633931
     
    40683936fi
    40693937
    4070 { $as_echo "$as_me:$LINENO: checking for atol" >&5
    4071 $as_echo_n "checking for atol... " >&6; }
     3938{ echo "$as_me:$LINENO: checking for atol" >&5
     3939echo $ECHO_N "checking for atol... $ECHO_C" >&6; }
    40723940if test "${ac_cv_func_atol+set}" = set; then
    4073   $as_echo_n "(cached) " >&6
     3941  echo $ECHO_N "(cached) $ECHO_C" >&6
    40743942else
    40753943  cat >conftest.$ac_ext <<_ACEOF
     
    41243992  *) ac_try_echo=$ac_try;;
    41253993esac
    4126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4127 $as_echo "$ac_try_echo") >&5
     3994eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    41283995  (eval "$ac_link") 2>conftest.er1
    41293996  ac_status=$?
     
    41313998  rm -f conftest.er1
    41323999  cat conftest.err >&5
    4133   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4000  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    41344001  (exit $ac_status); } && {
    41354002         test -z "$ac_c_werror_flag" ||
    41364003         test ! -s conftest.err
    4137        } && test -s conftest$ac_exeext && {
    4138          test "$cross_compiling" = yes ||
    4139          $as_test_x conftest$ac_exeext
    4140        }; then
     4004       } && test -s conftest$ac_exeext &&
     4005       $as_test_x conftest$ac_exeext; then
    41414006  ac_cv_func_atol=yes
    41424007else
    4143   $as_echo "$as_me: failed program was:" >&5
     4008  echo "$as_me: failed program was:" >&5
    41444009sed 's/^/| /' conftest.$ac_ext >&5
    41454010
     
    41474012fi
    41484013
    4149 rm -rf conftest.dSYM
    41504014rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    41514015      conftest$ac_exeext conftest.$ac_ext
    41524016fi
    4153 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5
    4154 $as_echo "$ac_cv_func_atol" >&6; }
     4017{ echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5
     4018echo "${ECHO_T}$ac_cv_func_atol" >&6; }
    41554019if test $ac_cv_func_atol = yes; then
    41564020  :
    41574021else
    4158   { { $as_echo "$as_me:$LINENO: error: oops! no atol ?!?" >&5
    4159 $as_echo "$as_me: error: oops! no atol ?!?" >&2;}
     4022  { { echo "$as_me:$LINENO: error: oops! no atol ?!?" >&5
     4023echo "$as_me: error: oops! no atol ?!?" >&2;}
    41604024   { (exit 1); exit 1; }; }
    41614025fi
     
    41764040    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    41774041set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    4178 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    4179 $as_echo_n "checking for $ac_word... " >&6; }
     4042{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     4043echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    41804044if test "${ac_cv_prog_CXX+set}" = set; then
    4181   $as_echo_n "(cached) " >&6
     4045  echo $ECHO_N "(cached) $ECHO_C" >&6
    41824046else
    41834047  if test -n "$CXX"; then
     
    41924056  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    41934057    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    4194     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4058    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    41954059    break 2
    41964060  fi
     
    42034067CXX=$ac_cv_prog_CXX
    42044068if test -n "$CXX"; then
    4205   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
    4206 $as_echo "$CXX" >&6; }
    4207 else
    4208   { $as_echo "$as_me:$LINENO: result: no" >&5
    4209 $as_echo "no" >&6; }
     4069  { echo "$as_me:$LINENO: result: $CXX" >&5
     4070echo "${ECHO_T}$CXX" >&6; }
     4071else
     4072  { echo "$as_me:$LINENO: result: no" >&5
     4073echo "${ECHO_T}no" >&6; }
    42104074fi
    42114075
     
    42204084  # Extract the first word of "$ac_prog", so it can be a program name with args.
    42214085set dummy $ac_prog; ac_word=$2
    4222 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    4223 $as_echo_n "checking for $ac_word... " >&6; }
     4086{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     4087echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    42244088if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
    4225   $as_echo_n "(cached) " >&6
     4089  echo $ECHO_N "(cached) $ECHO_C" >&6
    42264090else
    42274091  if test -n "$ac_ct_CXX"; then
     
    42364100  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    42374101    ac_cv_prog_ac_ct_CXX="$ac_prog"
    4238     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4102    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    42394103    break 2
    42404104  fi
     
    42474111ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    42484112if test -n "$ac_ct_CXX"; then
    4249   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
    4250 $as_echo "$ac_ct_CXX" >&6; }
    4251 else
    4252   { $as_echo "$as_me:$LINENO: result: no" >&5
    4253 $as_echo "no" >&6; }
     4113  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
     4114echo "${ECHO_T}$ac_ct_CXX" >&6; }
     4115else
     4116  { echo "$as_me:$LINENO: result: no" >&5
     4117echo "${ECHO_T}no" >&6; }
    42544118fi
    42554119
     
    42634127    case $cross_compiling:$ac_tool_warned in
    42644128yes:)
    4265 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     4129{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    42664130whose name does not start with the host triplet.  If you think this
    42674131configuration is useful to you, please write to autoconf@gnu.org." >&5
    4268 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     4132echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    42694133whose name does not start with the host triplet.  If you think this
    42704134configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    42784142fi
    42794143# Provide some information about the compiler.
    4280 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
    4281 set X $ac_compile
    4282 ac_compiler=$2
     4144echo "$as_me:$LINENO: checking for C++ compiler version" >&5
     4145ac_compiler=`set X $ac_compile; echo $2`
    42834146{ (ac_try="$ac_compiler --version >&5"
    42844147case "(($ac_try" in
     
    42864149  *) ac_try_echo=$ac_try;;
    42874150esac
    4288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4289 $as_echo "$ac_try_echo") >&5
     4151eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    42904152  (eval "$ac_compiler --version >&5") 2>&5
    42914153  ac_status=$?
    4292   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4154  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42934155  (exit $ac_status); }
    42944156{ (ac_try="$ac_compiler -v >&5"
     
    42974159  *) ac_try_echo=$ac_try;;
    42984160esac
    4299 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4300 $as_echo "$ac_try_echo") >&5
     4161eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43014162  (eval "$ac_compiler -v >&5") 2>&5
    43024163  ac_status=$?
    4303   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4164  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43044165  (exit $ac_status); }
    43054166{ (ac_try="$ac_compiler -V >&5"
     
    43084169  *) ac_try_echo=$ac_try;;
    43094170esac
    4310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4311 $as_echo "$ac_try_echo") >&5
     4171eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43124172  (eval "$ac_compiler -V >&5") 2>&5
    43134173  ac_status=$?
    4314   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4174  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43154175  (exit $ac_status); }
    43164176
    4317 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
    4318 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
     4177{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
     4178echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
    43194179if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
    4320   $as_echo_n "(cached) " >&6
     4180  echo $ECHO_N "(cached) $ECHO_C" >&6
    43214181else
    43224182  cat >conftest.$ac_ext <<_ACEOF
     
    43444204  *) ac_try_echo=$ac_try;;
    43454205esac
    4346 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4347 $as_echo "$ac_try_echo") >&5
     4206eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43484207  (eval "$ac_compile") 2>conftest.er1
    43494208  ac_status=$?
     
    43514210  rm -f conftest.er1
    43524211  cat conftest.err >&5
    4353   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4212  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43544213  (exit $ac_status); } && {
    43554214         test -z "$ac_cxx_werror_flag" ||
     
    43584217  ac_compiler_gnu=yes
    43594218else
    4360   $as_echo "$as_me: failed program was:" >&5
     4219  echo "$as_me: failed program was:" >&5
    43614220sed 's/^/| /' conftest.$ac_ext >&5
    43624221
     
    43684227
    43694228fi
    4370 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
    4371 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
    4372 if test $ac_compiler_gnu = yes; then
    4373   GXX=yes
    4374 else
    4375   GXX=
    4376 fi
     4229{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
     4230echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
     4231GXX=`test $ac_compiler_gnu = yes && echo yes`
    43774232ac_test_CXXFLAGS=${CXXFLAGS+set}
    43784233ac_save_CXXFLAGS=$CXXFLAGS
    4379 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
    4380 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
     4234{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
     4235echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
    43814236if test "${ac_cv_prog_cxx_g+set}" = set; then
    4382   $as_echo_n "(cached) " >&6
     4237  echo $ECHO_N "(cached) $ECHO_C" >&6
    43834238else
    43844239  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
     
    44074262  *) ac_try_echo=$ac_try;;
    44084263esac
    4409 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4410 $as_echo "$ac_try_echo") >&5
     4264eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    44114265  (eval "$ac_compile") 2>conftest.er1
    44124266  ac_status=$?
     
    44144268  rm -f conftest.er1
    44154269  cat conftest.err >&5
    4416   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4270  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44174271  (exit $ac_status); } && {
    44184272         test -z "$ac_cxx_werror_flag" ||
     
    44214275  ac_cv_prog_cxx_g=yes
    44224276else
    4423   $as_echo "$as_me: failed program was:" >&5
     4277  echo "$as_me: failed program was:" >&5
    44244278sed 's/^/| /' conftest.$ac_ext >&5
    44254279
     
    44464300  *) ac_try_echo=$ac_try;;
    44474301esac
    4448 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4449 $as_echo "$ac_try_echo") >&5
     4302eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    44504303  (eval "$ac_compile") 2>conftest.er1
    44514304  ac_status=$?
     
    44534306  rm -f conftest.er1
    44544307  cat conftest.err >&5
    4455   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4308  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44564309  (exit $ac_status); } && {
    44574310         test -z "$ac_cxx_werror_flag" ||
     
    44604313  :
    44614314else
    4462   $as_echo "$as_me: failed program was:" >&5
     4315  echo "$as_me: failed program was:" >&5
    44634316sed 's/^/| /' conftest.$ac_ext >&5
    44644317
     
    44864339  *) ac_try_echo=$ac_try;;
    44874340esac
    4488 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4489 $as_echo "$ac_try_echo") >&5
     4341eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    44904342  (eval "$ac_compile") 2>conftest.er1
    44914343  ac_status=$?
     
    44934345  rm -f conftest.er1
    44944346  cat conftest.err >&5
    4495   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4347  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44964348  (exit $ac_status); } && {
    44974349         test -z "$ac_cxx_werror_flag" ||
     
    45004352  ac_cv_prog_cxx_g=yes
    45014353else
    4502   $as_echo "$as_me: failed program was:" >&5
     4354  echo "$as_me: failed program was:" >&5
    45034355sed 's/^/| /' conftest.$ac_ext >&5
    45044356
     
    45154367   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
    45164368fi
    4517 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
    4518 $as_echo "$ac_cv_prog_cxx_g" >&6; }
     4369{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     4370echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
    45194371if test "$ac_test_CXXFLAGS" = set; then
    45204372  CXXFLAGS=$ac_save_CXXFLAGS
     
    45474399
    45484400
    4549 { $as_echo "$as_me:$LINENO: checking for main in -lstdc++" >&5
    4550 $as_echo_n "checking for main in -lstdc++... " >&6; }
     4401{ echo "$as_me:$LINENO: checking for main in -lstdc++" >&5
     4402echo $ECHO_N "checking for main in -lstdc++... $ECHO_C" >&6; }
    45514403if test "${ac_cv_lib_stdcpp_main+set}" = set; then
    4552   $as_echo_n "(cached) " >&6
     4404  echo $ECHO_N "(cached) $ECHO_C" >&6
    45534405else
    45544406  ac_check_lib_save_LIBS=$LIBS
     
    45764428  *) ac_try_echo=$ac_try;;
    45774429esac
    4578 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4579 $as_echo "$ac_try_echo") >&5
     4430eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    45804431  (eval "$ac_link") 2>conftest.er1
    45814432  ac_status=$?
     
    45834434  rm -f conftest.er1
    45844435  cat conftest.err >&5
    4585   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4436  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    45864437  (exit $ac_status); } && {
    45874438         test -z "$ac_cxx_werror_flag" ||
    45884439         test ! -s conftest.err
    4589        } && test -s conftest$ac_exeext && {
    4590          test "$cross_compiling" = yes ||
    4591          $as_test_x conftest$ac_exeext
    4592        }; then
     4440       } && test -s conftest$ac_exeext &&
     4441       $as_test_x conftest$ac_exeext; then
    45934442  ac_cv_lib_stdcpp_main=yes
    45944443else
    4595   $as_echo "$as_me: failed program was:" >&5
     4444  echo "$as_me: failed program was:" >&5
    45964445sed 's/^/| /' conftest.$ac_ext >&5
    45974446
     
    45994448fi
    46004449
    4601 rm -rf conftest.dSYM
    46024450rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    46034451      conftest$ac_exeext conftest.$ac_ext
    46044452LIBS=$ac_check_lib_save_LIBS
    46054453fi
    4606 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5
    4607 $as_echo "$ac_cv_lib_stdcpp_main" >&6; }
     4454{ echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5
     4455echo "${ECHO_T}$ac_cv_lib_stdcpp_main" >&6; }
    46084456if test $ac_cv_lib_stdcpp_main = yes; then
    46094457  cat >>confdefs.h <<_ACEOF
     
    46144462
    46154463else
    4616   { { $as_echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5
    4617 $as_echo "$as_me: error: librappture requires libstdc++" >&2;}
     4464  { { echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5
     4465echo "$as_me: error: librappture requires libstdc++" >&2;}
    46184466   { (exit 1); exit 1; }; }
    46194467fi
     
    46324480                  inttypes.h stdint.h unistd.h
    46334481do
    4634 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    4635 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    4636 $as_echo_n "checking for $ac_header... " >&6; }
     4482as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4483{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     4484echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    46374485if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4638   $as_echo_n "(cached) " >&6
     4486  echo $ECHO_N "(cached) $ECHO_C" >&6
    46394487else
    46404488  cat >conftest.$ac_ext <<_ACEOF
     
    46544502  *) ac_try_echo=$ac_try;;
    46554503esac
    4656 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4657 $as_echo "$ac_try_echo") >&5
     4504eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    46584505  (eval "$ac_compile") 2>conftest.er1
    46594506  ac_status=$?
     
    46614508  rm -f conftest.er1
    46624509  cat conftest.err >&5
    4663   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4510  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46644511  (exit $ac_status); } && {
    46654512         test -z "$ac_cxx_werror_flag" ||
     
    46684515  eval "$as_ac_Header=yes"
    46694516else
    4670   $as_echo "$as_me: failed program was:" >&5
     4517  echo "$as_me: failed program was:" >&5
    46714518sed 's/^/| /' conftest.$ac_ext >&5
    46724519
     
    46764523rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    46774524fi
    4678 ac_res=`eval 'as_val=${'$as_ac_Header'}
    4679                  $as_echo "$as_val"'`
    4680                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    4681 $as_echo "$ac_res" >&6; }
    4682 if test `eval 'as_val=${'$as_ac_Header'}
    4683                  $as_echo "$as_val"'` = yes; then
     4525ac_res=`eval echo '${'$as_ac_Header'}'`
     4526               { echo "$as_me:$LINENO: result: $ac_res" >&5
     4527echo "${ECHO_T}$ac_res" >&6; }
     4528if test `eval echo '${'$as_ac_Header'}'` = yes; then
    46844529  cat >>confdefs.h <<_ACEOF
    4685 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     4530#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    46864531_ACEOF
    46874532
     
    46964541ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    46974542ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
    4698 { $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
    4699 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
     4543{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
     4544echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
    47004545if test -z "$CXXCPP"; then
    47014546  if test "${ac_cv_prog_CXXCPP+set}" = set; then
    4702   $as_echo_n "(cached) " >&6
     4547  echo $ECHO_N "(cached) $ECHO_C" >&6
    47034548else
    47044549      # Double quotes because CXXCPP needs to be expanded
     
    47324577  *) ac_try_echo=$ac_try;;
    47334578esac
    4734 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4735 $as_echo "$ac_try_echo") >&5
     4579eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    47364580  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    47374581  ac_status=$?
     
    47394583  rm -f conftest.er1
    47404584  cat conftest.err >&5
    4741   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4585  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47424586  (exit $ac_status); } >/dev/null && {
    47434587         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    47464590  :
    47474591else
    4748   $as_echo "$as_me: failed program was:" >&5
     4592  echo "$as_me: failed program was:" >&5
    47494593sed 's/^/| /' conftest.$ac_ext >&5
    47504594
     
    47704614  *) ac_try_echo=$ac_try;;
    47714615esac
    4772 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4773 $as_echo "$ac_try_echo") >&5
     4616eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    47744617  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    47754618  ac_status=$?
     
    47774620  rm -f conftest.er1
    47784621  cat conftest.err >&5
    4779   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4622  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47804623  (exit $ac_status); } >/dev/null && {
    47814624         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    47854628continue
    47864629else
    4787   $as_echo "$as_me: failed program was:" >&5
     4630  echo "$as_me: failed program was:" >&5
    47884631sed 's/^/| /' conftest.$ac_ext >&5
    47894632
     
    48104653  ac_cv_prog_CXXCPP=$CXXCPP
    48114654fi
    4812 { $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5
    4813 $as_echo "$CXXCPP" >&6; }
     4655{ echo "$as_me:$LINENO: result: $CXXCPP" >&5
     4656echo "${ECHO_T}$CXXCPP" >&6; }
    48144657ac_preproc_ok=false
    48154658for ac_cxx_preproc_warn_flag in '' yes
     
    48394682  *) ac_try_echo=$ac_try;;
    48404683esac
    4841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4842 $as_echo "$ac_try_echo") >&5
     4684eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48434685  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    48444686  ac_status=$?
     
    48464688  rm -f conftest.er1
    48474689  cat conftest.err >&5
    4848   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4690  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48494691  (exit $ac_status); } >/dev/null && {
    48504692         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    48534695  :
    48544696else
    4855   $as_echo "$as_me: failed program was:" >&5
     4697  echo "$as_me: failed program was:" >&5
    48564698sed 's/^/| /' conftest.$ac_ext >&5
    48574699
     
    48774719  *) ac_try_echo=$ac_try;;
    48784720esac
    4879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4880 $as_echo "$ac_try_echo") >&5
     4721eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48814722  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    48824723  ac_status=$?
     
    48844725  rm -f conftest.er1
    48854726  cat conftest.err >&5
    4886   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4727  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48874728  (exit $ac_status); } >/dev/null && {
    48884729         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    48924733continue
    48934734else
    4894   $as_echo "$as_me: failed program was:" >&5
     4735  echo "$as_me: failed program was:" >&5
    48954736sed 's/^/| /' conftest.$ac_ext >&5
    48964737
     
    49084749  :
    49094750else
    4910   { { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
     4751  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
    49114752See \`config.log' for more details." >&5
    4912 $as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
     4753echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
    49134754See \`config.log' for more details." >&2;}
    49144755   { (exit 1); exit 1; }; }
     
    49254766for ac_header in stack
    49264767do
    4927 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4768as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    49284769if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4929   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    4930 $as_echo_n "checking for $ac_header... " >&6; }
     4770  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     4771echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    49314772if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4932   $as_echo_n "(cached) " >&6
    4933 fi
    4934 ac_res=`eval 'as_val=${'$as_ac_Header'}
    4935                  $as_echo "$as_val"'`
    4936                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    4937 $as_echo "$ac_res" >&6; }
     4773  echo $ECHO_N "(cached) $ECHO_C" >&6
     4774fi
     4775ac_res=`eval echo '${'$as_ac_Header'}'`
     4776               { echo "$as_me:$LINENO: result: $ac_res" >&5
     4777echo "${ECHO_T}$ac_res" >&6; }
    49384778else
    49394779  # Is the header compilable?
    4940 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    4941 $as_echo_n "checking $ac_header usability... " >&6; }
     4780{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     4781echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    49424782cat >conftest.$ac_ext <<_ACEOF
    49434783/* confdefs.h.  */
     
    49554795  *) ac_try_echo=$ac_try;;
    49564796esac
    4957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4958 $as_echo "$ac_try_echo") >&5
     4797eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    49594798  (eval "$ac_compile") 2>conftest.er1
    49604799  ac_status=$?
     
    49624801  rm -f conftest.er1
    49634802  cat conftest.err >&5
    4964   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4803  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    49654804  (exit $ac_status); } && {
    49664805         test -z "$ac_cxx_werror_flag" ||
     
    49694808  ac_header_compiler=yes
    49704809else
    4971   $as_echo "$as_me: failed program was:" >&5
     4810  echo "$as_me: failed program was:" >&5
    49724811sed 's/^/| /' conftest.$ac_ext >&5
    49734812
     
    49764815
    49774816rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    4978 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    4979 $as_echo "$ac_header_compiler" >&6; }
     4817{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     4818echo "${ECHO_T}$ac_header_compiler" >&6; }
    49804819
    49814820# Is the header present?
    4982 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    4983 $as_echo_n "checking $ac_header presence... " >&6; }
     4821{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     4822echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    49844823cat >conftest.$ac_ext <<_ACEOF
    49854824/* confdefs.h.  */
     
    49954834  *) ac_try_echo=$ac_try;;
    49964835esac
    4997 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4998 $as_echo "$ac_try_echo") >&5
     4836eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    49994837  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    50004838  ac_status=$?
     
    50024840  rm -f conftest.er1
    50034841  cat conftest.err >&5
    5004   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4842  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    50054843  (exit $ac_status); } >/dev/null && {
    50064844         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    50094847  ac_header_preproc=yes
    50104848else
    5011   $as_echo "$as_me: failed program was:" >&5
     4849  echo "$as_me: failed program was:" >&5
    50124850sed 's/^/| /' conftest.$ac_ext >&5
    50134851
     
    50164854
    50174855rm -f conftest.err conftest.$ac_ext
    5018 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5019 $as_echo "$ac_header_preproc" >&6; }
     4856{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     4857echo "${ECHO_T}$ac_header_preproc" >&6; }
    50204858
    50214859# So?  What about this header?
    50224860case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    50234861  yes:no: )
    5024     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5025 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5026     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5027 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     4862    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     4863echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     4864    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     4865echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    50284866    ac_header_preproc=yes
    50294867    ;;
    50304868  no:yes:* )
    5031     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5032 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5033     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5034 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5035     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5036 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5037     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5038 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5039     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5040 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5041     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5042 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     4869    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     4870echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     4871    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     4872echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     4873    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     4874echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     4875    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     4876echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     4877    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     4878echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     4879    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     4880echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    50434881    ( cat <<\_ASBOX
    50444882## ----------------------------------- ##
     
    50494887    ;;
    50504888esac
    5051 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5052 $as_echo_n "checking for $ac_header... " >&6; }
     4889{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     4890echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    50534891if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5054   $as_echo_n "(cached) " >&6
     4892  echo $ECHO_N "(cached) $ECHO_C" >&6
    50554893else
    50564894  eval "$as_ac_Header=\$ac_header_preproc"
    50574895fi
    5058 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5059                  $as_echo "$as_val"'`
    5060                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5061 $as_echo "$ac_res" >&6; }
    5062 
    5063 fi
    5064 if test `eval 'as_val=${'$as_ac_Header'}
    5065                  $as_echo "$as_val"'` = yes; then
     4896ac_res=`eval echo '${'$as_ac_Header'}'`
     4897               { echo "$as_me:$LINENO: result: $ac_res" >&5
     4898echo "${ECHO_T}$ac_res" >&6; }
     4899
     4900fi
     4901if test `eval echo '${'$as_ac_Header'}'` = yes; then
    50664902  cat >>confdefs.h <<_ACEOF
    5067 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5068 _ACEOF
    5069 
    5070 else
    5071   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5072 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     4903#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     4904_ACEOF
     4905
     4906else
     4907  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     4908echo "$as_me: WARNING: STL classes missing ?" >&2;}
    50734909fi
    50744910
     
    50784914for ac_header in string
    50794915do
    5080 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4916as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    50814917if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5082   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5083 $as_echo_n "checking for $ac_header... " >&6; }
     4918  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     4919echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    50844920if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5085   $as_echo_n "(cached) " >&6
    5086 fi
    5087 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5088                  $as_echo "$as_val"'`
    5089                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5090 $as_echo "$ac_res" >&6; }
     4921  echo $ECHO_N "(cached) $ECHO_C" >&6
     4922fi
     4923ac_res=`eval echo '${'$as_ac_Header'}'`
     4924               { echo "$as_me:$LINENO: result: $ac_res" >&5
     4925echo "${ECHO_T}$ac_res" >&6; }
    50914926else
    50924927  # Is the header compilable?
    5093 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5094 $as_echo_n "checking $ac_header usability... " >&6; }
     4928{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     4929echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    50954930cat >conftest.$ac_ext <<_ACEOF
    50964931/* confdefs.h.  */
     
    51084943  *) ac_try_echo=$ac_try;;
    51094944esac
    5110 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5111 $as_echo "$ac_try_echo") >&5
     4945eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    51124946  (eval "$ac_compile") 2>conftest.er1
    51134947  ac_status=$?
     
    51154949  rm -f conftest.er1
    51164950  cat conftest.err >&5
    5117   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4951  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51184952  (exit $ac_status); } && {
    51194953         test -z "$ac_cxx_werror_flag" ||
     
    51224956  ac_header_compiler=yes
    51234957else
    5124   $as_echo "$as_me: failed program was:" >&5
     4958  echo "$as_me: failed program was:" >&5
    51254959sed 's/^/| /' conftest.$ac_ext >&5
    51264960
     
    51294963
    51304964rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5131 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5132 $as_echo "$ac_header_compiler" >&6; }
     4965{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     4966echo "${ECHO_T}$ac_header_compiler" >&6; }
    51334967
    51344968# Is the header present?
    5135 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5136 $as_echo_n "checking $ac_header presence... " >&6; }
     4969{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     4970echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    51374971cat >conftest.$ac_ext <<_ACEOF
    51384972/* confdefs.h.  */
     
    51484982  *) ac_try_echo=$ac_try;;
    51494983esac
    5150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5151 $as_echo "$ac_try_echo") >&5
     4984eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    51524985  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    51534986  ac_status=$?
     
    51554988  rm -f conftest.er1
    51564989  cat conftest.err >&5
    5157   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4990  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51584991  (exit $ac_status); } >/dev/null && {
    51594992         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    51624995  ac_header_preproc=yes
    51634996else
    5164   $as_echo "$as_me: failed program was:" >&5
     4997  echo "$as_me: failed program was:" >&5
    51654998sed 's/^/| /' conftest.$ac_ext >&5
    51664999
     
    51695002
    51705003rm -f conftest.err conftest.$ac_ext
    5171 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5172 $as_echo "$ac_header_preproc" >&6; }
     5004{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5005echo "${ECHO_T}$ac_header_preproc" >&6; }
    51735006
    51745007# So?  What about this header?
    51755008case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    51765009  yes:no: )
    5177     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5178 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5179     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5180 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5010    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5011echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5012    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5013echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    51815014    ac_header_preproc=yes
    51825015    ;;
    51835016  no:yes:* )
    5184     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5185 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5186     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5187 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5188     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5189 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5190     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5191 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5192     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5193 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5194     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5195 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5017    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5018echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5019    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5020echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5021    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5022echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5023    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5024echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5025    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5026echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5027    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5028echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    51965029    ( cat <<\_ASBOX
    51975030## ----------------------------------- ##
     
    52025035    ;;
    52035036esac
    5204 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5205 $as_echo_n "checking for $ac_header... " >&6; }
     5037{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     5038echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    52065039if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5207   $as_echo_n "(cached) " >&6
     5040  echo $ECHO_N "(cached) $ECHO_C" >&6
    52085041else
    52095042  eval "$as_ac_Header=\$ac_header_preproc"
    52105043fi
    5211 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5212                  $as_echo "$as_val"'`
    5213                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5214 $as_echo "$ac_res" >&6; }
    5215 
    5216 fi
    5217 if test `eval 'as_val=${'$as_ac_Header'}
    5218                  $as_echo "$as_val"'` = yes; then
     5044ac_res=`eval echo '${'$as_ac_Header'}'`
     5045               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5046echo "${ECHO_T}$ac_res" >&6; }
     5047
     5048fi
     5049if test `eval echo '${'$as_ac_Header'}'` = yes; then
    52195050  cat >>confdefs.h <<_ACEOF
    5220 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5221 _ACEOF
    5222 
    5223 else
    5224   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5225 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5051#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5052_ACEOF
     5053
     5054else
     5055  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5056echo "$as_me: WARNING: STL classes missing ?" >&2;}
    52265057fi
    52275058
     
    52315062for ac_header in list
    52325063do
    5233 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5064as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    52345065if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5235   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5236 $as_echo_n "checking for $ac_header... " >&6; }
     5066  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     5067echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    52375068if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5238   $as_echo_n "(cached) " >&6
    5239 fi
    5240 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5241                  $as_echo "$as_val"'`
    5242                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5243 $as_echo "$ac_res" >&6; }
     5069  echo $ECHO_N "(cached) $ECHO_C" >&6
     5070fi
     5071ac_res=`eval echo '${'$as_ac_Header'}'`
     5072               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5073echo "${ECHO_T}$ac_res" >&6; }
    52445074else
    52455075  # Is the header compilable?
    5246 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5247 $as_echo_n "checking $ac_header usability... " >&6; }
     5076{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5077echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    52485078cat >conftest.$ac_ext <<_ACEOF
    52495079/* confdefs.h.  */
     
    52615091  *) ac_try_echo=$ac_try;;
    52625092esac
    5263 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5264 $as_echo "$ac_try_echo") >&5
     5093eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    52655094  (eval "$ac_compile") 2>conftest.er1
    52665095  ac_status=$?
     
    52685097  rm -f conftest.er1
    52695098  cat conftest.err >&5
    5270   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5099  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52715100  (exit $ac_status); } && {
    52725101         test -z "$ac_cxx_werror_flag" ||
     
    52755104  ac_header_compiler=yes
    52765105else
    5277   $as_echo "$as_me: failed program was:" >&5
     5106  echo "$as_me: failed program was:" >&5
    52785107sed 's/^/| /' conftest.$ac_ext >&5
    52795108
     
    52825111
    52835112rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5284 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5285 $as_echo "$ac_header_compiler" >&6; }
     5113{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5114echo "${ECHO_T}$ac_header_compiler" >&6; }
    52865115
    52875116# Is the header present?
    5288 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5289 $as_echo_n "checking $ac_header presence... " >&6; }
     5117{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5118echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    52905119cat >conftest.$ac_ext <<_ACEOF
    52915120/* confdefs.h.  */
     
    53015130  *) ac_try_echo=$ac_try;;
    53025131esac
    5303 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5304 $as_echo "$ac_try_echo") >&5
     5132eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    53055133  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    53065134  ac_status=$?
     
    53085136  rm -f conftest.er1
    53095137  cat conftest.err >&5
    5310   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5138  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53115139  (exit $ac_status); } >/dev/null && {
    53125140         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    53155143  ac_header_preproc=yes
    53165144else
    5317   $as_echo "$as_me: failed program was:" >&5
     5145  echo "$as_me: failed program was:" >&5
    53185146sed 's/^/| /' conftest.$ac_ext >&5
    53195147
     
    53225150
    53235151rm -f conftest.err conftest.$ac_ext
    5324 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5325 $as_echo "$ac_header_preproc" >&6; }
     5152{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5153echo "${ECHO_T}$ac_header_preproc" >&6; }
    53265154
    53275155# So?  What about this header?
    53285156case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    53295157  yes:no: )
    5330     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5331 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5332     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5333 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5158    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5159echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5160    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5161echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    53345162    ac_header_preproc=yes
    53355163    ;;
    53365164  no:yes:* )
    5337     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5338 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5339     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5340 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5341     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5342 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5343     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5344 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5345     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5346 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5347     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5348 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5165    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5166echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5167    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5168echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5169    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5170echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5171    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5172echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5173    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5174echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5175    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5176echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    53495177    ( cat <<\_ASBOX
    53505178## ----------------------------------- ##
     
    53555183    ;;
    53565184esac
    5357 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5358 $as_echo_n "checking for $ac_header... " >&6; }
     5185{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     5186echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    53595187if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5360   $as_echo_n "(cached) " >&6
     5188  echo $ECHO_N "(cached) $ECHO_C" >&6
    53615189else
    53625190  eval "$as_ac_Header=\$ac_header_preproc"
    53635191fi
    5364 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5365                  $as_echo "$as_val"'`
    5366                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5367 $as_echo "$ac_res" >&6; }
    5368 
    5369 fi
    5370 if test `eval 'as_val=${'$as_ac_Header'}
    5371                  $as_echo "$as_val"'` = yes; then
     5192ac_res=`eval echo '${'$as_ac_Header'}'`
     5193               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5194echo "${ECHO_T}$ac_res" >&6; }
     5195
     5196fi
     5197if test `eval echo '${'$as_ac_Header'}'` = yes; then
    53725198  cat >>confdefs.h <<_ACEOF
    5373 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5374 _ACEOF
    5375 
    5376 else
    5377   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5378 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5199#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5200_ACEOF
     5201
     5202else
     5203  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5204echo "$as_me: WARNING: STL classes missing ?" >&2;}
    53795205fi
    53805206
     
    53845210for ac_header in vector
    53855211do
    5386 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5212as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    53875213if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5388   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5389 $as_echo_n "checking for $ac_header... " >&6; }
     5214  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     5215echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    53905216if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5391   $as_echo_n "(cached) " >&6
    5392 fi
    5393 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5394                  $as_echo "$as_val"'`
    5395                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5396 $as_echo "$ac_res" >&6; }
     5217  echo $ECHO_N "(cached) $ECHO_C" >&6
     5218fi
     5219ac_res=`eval echo '${'$as_ac_Header'}'`
     5220               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5221echo "${ECHO_T}$ac_res" >&6; }
    53975222else
    53985223  # Is the header compilable?
    5399 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5400 $as_echo_n "checking $ac_header usability... " >&6; }
     5224{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5225echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    54015226cat >conftest.$ac_ext <<_ACEOF
    54025227/* confdefs.h.  */
     
    54145239  *) ac_try_echo=$ac_try;;
    54155240esac
    5416 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5417 $as_echo "$ac_try_echo") >&5
     5241eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    54185242  (eval "$ac_compile") 2>conftest.er1
    54195243  ac_status=$?
     
    54215245  rm -f conftest.er1
    54225246  cat conftest.err >&5
    5423   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5247  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54245248  (exit $ac_status); } && {
    54255249         test -z "$ac_cxx_werror_flag" ||
     
    54285252  ac_header_compiler=yes
    54295253else
    5430   $as_echo "$as_me: failed program was:" >&5
     5254  echo "$as_me: failed program was:" >&5
    54315255sed 's/^/| /' conftest.$ac_ext >&5
    54325256
     
    54355259
    54365260rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5437 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5438 $as_echo "$ac_header_compiler" >&6; }
     5261{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5262echo "${ECHO_T}$ac_header_compiler" >&6; }
    54395263
    54405264# Is the header present?
    5441 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5442 $as_echo_n "checking $ac_header presence... " >&6; }
     5265{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5266echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    54435267cat >conftest.$ac_ext <<_ACEOF
    54445268/* confdefs.h.  */
     
    54545278  *) ac_try_echo=$ac_try;;
    54555279esac
    5456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5457 $as_echo "$ac_try_echo") >&5
     5280eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    54585281  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    54595282  ac_status=$?
     
    54615284  rm -f conftest.er1
    54625285  cat conftest.err >&5
    5463   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5286  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54645287  (exit $ac_status); } >/dev/null && {
    54655288         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    54685291  ac_header_preproc=yes
    54695292else
    5470   $as_echo "$as_me: failed program was:" >&5
     5293  echo "$as_me: failed program was:" >&5
    54715294sed 's/^/| /' conftest.$ac_ext >&5
    54725295
     
    54755298
    54765299rm -f conftest.err conftest.$ac_ext
    5477 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5478 $as_echo "$ac_header_preproc" >&6; }
     5300{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5301echo "${ECHO_T}$ac_header_preproc" >&6; }
    54795302
    54805303# So?  What about this header?
    54815304case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    54825305  yes:no: )
    5483     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5484 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5485     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5486 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5306    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5307echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5308    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5309echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    54875310    ac_header_preproc=yes
    54885311    ;;
    54895312  no:yes:* )
    5490     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5491 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5492     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5493 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5494     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5495 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5496     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5497 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5498     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5499 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5500     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5501 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5313    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5314echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5315    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5316echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5317    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5318echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5319    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5320echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5321    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5322echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5323    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5324echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    55025325    ( cat <<\_ASBOX
    55035326## ----------------------------------- ##
     
    55085331    ;;
    55095332esac
    5510 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5511 $as_echo_n "checking for $ac_header... " >&6; }
     5333{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     5334echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    55125335if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5513   $as_echo_n "(cached) " >&6
     5336  echo $ECHO_N "(cached) $ECHO_C" >&6
    55145337else
    55155338  eval "$as_ac_Header=\$ac_header_preproc"
    55165339fi
    5517 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5518                  $as_echo "$as_val"'`
    5519                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5520 $as_echo "$ac_res" >&6; }
    5521 
    5522 fi
    5523 if test `eval 'as_val=${'$as_ac_Header'}
    5524                  $as_echo "$as_val"'` = yes; then
     5340ac_res=`eval echo '${'$as_ac_Header'}'`
     5341               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5342echo "${ECHO_T}$ac_res" >&6; }
     5343
     5344fi
     5345if test `eval echo '${'$as_ac_Header'}'` = yes; then
    55255346  cat >>confdefs.h <<_ACEOF
    5526 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5527 _ACEOF
    5528 
    5529 else
    5530   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5531 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5347#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5348_ACEOF
     5349
     5350else
     5351  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5352echo "$as_me: WARNING: STL classes missing ?" >&2;}
    55325353fi
    55335354
     
    55445365    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    55455366set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    5546 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    5547 $as_echo_n "checking for $ac_word... " >&6; }
     5367{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     5368echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    55485369if test "${ac_cv_prog_F77+set}" = set; then
    5549   $as_echo_n "(cached) " >&6
     5370  echo $ECHO_N "(cached) $ECHO_C" >&6
    55505371else
    55515372  if test -n "$F77"; then
     
    55605381  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    55615382    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
    5562     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     5383    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    55635384    break 2
    55645385  fi
     
    55715392F77=$ac_cv_prog_F77
    55725393if test -n "$F77"; then
    5573   { $as_echo "$as_me:$LINENO: result: $F77" >&5
    5574 $as_echo "$F77" >&6; }
    5575 else
    5576   { $as_echo "$as_me:$LINENO: result: no" >&5
    5577 $as_echo "no" >&6; }
     5394  { echo "$as_me:$LINENO: result: $F77" >&5
     5395echo "${ECHO_T}$F77" >&6; }
     5396else
     5397  { echo "$as_me:$LINENO: result: no" >&5
     5398echo "${ECHO_T}no" >&6; }
    55785399fi
    55795400
     
    55885409  # Extract the first word of "$ac_prog", so it can be a program name with args.
    55895410set dummy $ac_prog; ac_word=$2
    5590 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    5591 $as_echo_n "checking for $ac_word... " >&6; }
     5411{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     5412echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    55925413if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
    5593   $as_echo_n "(cached) " >&6
     5414  echo $ECHO_N "(cached) $ECHO_C" >&6
    55945415else
    55955416  if test -n "$ac_ct_F77"; then
     
    56045425  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    56055426    ac_cv_prog_ac_ct_F77="$ac_prog"
    5606     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     5427    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    56075428    break 2
    56085429  fi
     
    56155436ac_ct_F77=$ac_cv_prog_ac_ct_F77
    56165437if test -n "$ac_ct_F77"; then
    5617   { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
    5618 $as_echo "$ac_ct_F77" >&6; }
    5619 else
    5620   { $as_echo "$as_me:$LINENO: result: no" >&5
    5621 $as_echo "no" >&6; }
     5438  { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
     5439echo "${ECHO_T}$ac_ct_F77" >&6; }
     5440else
     5441  { echo "$as_me:$LINENO: result: no" >&5
     5442echo "${ECHO_T}no" >&6; }
    56225443fi
    56235444
     
    56315452    case $cross_compiling:$ac_tool_warned in
    56325453yes:)
    5633 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     5454{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    56345455whose name does not start with the host triplet.  If you think this
    56355456configuration is useful to you, please write to autoconf@gnu.org." >&5
    5636 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     5457echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    56375458whose name does not start with the host triplet.  If you think this
    56385459configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    56455466
    56465467# Provide some information about the compiler.
    5647 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
    5648 set X $ac_compile
    5649 ac_compiler=$2
     5468echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
     5469ac_compiler=`set X $ac_compile; echo $2`
    56505470{ (ac_try="$ac_compiler --version >&5"
    56515471case "(($ac_try" in
     
    56535473  *) ac_try_echo=$ac_try;;
    56545474esac
    5655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5656 $as_echo "$ac_try_echo") >&5
     5475eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    56575476  (eval "$ac_compiler --version >&5") 2>&5
    56585477  ac_status=$?
    5659   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5478  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56605479  (exit $ac_status); }
    56615480{ (ac_try="$ac_compiler -v >&5"
     
    56645483  *) ac_try_echo=$ac_try;;
    56655484esac
    5666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5667 $as_echo "$ac_try_echo") >&5
     5485eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    56685486  (eval "$ac_compiler -v >&5") 2>&5
    56695487  ac_status=$?
    5670   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5488  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56715489  (exit $ac_status); }
    56725490{ (ac_try="$ac_compiler -V >&5"
     
    56755493  *) ac_try_echo=$ac_try;;
    56765494esac
    5677 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5678 $as_echo "$ac_try_echo") >&5
     5495eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    56795496  (eval "$ac_compiler -V >&5") 2>&5
    56805497  ac_status=$?
    5681   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5498  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56825499  (exit $ac_status); }
    56835500rm -f a.out
     
    56875504ac_save_ext=$ac_ext
    56885505ac_ext=F
    5689 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
    5690 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
     5506{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
     5507echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
    56915508if test "${ac_cv_f77_compiler_gnu+set}" = set; then
    5692   $as_echo_n "(cached) " >&6
     5509  echo $ECHO_N "(cached) $ECHO_C" >&6
    56935510else
    56945511  cat >conftest.$ac_ext <<_ACEOF
     
    57065523  *) ac_try_echo=$ac_try;;
    57075524esac
    5708 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5709 $as_echo "$ac_try_echo") >&5
     5525eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    57105526  (eval "$ac_compile") 2>conftest.er1
    57115527  ac_status=$?
     
    57135529  rm -f conftest.er1
    57145530  cat conftest.err >&5
    5715   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5531  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57165532  (exit $ac_status); } && {
    57175533         test -z "$ac_f77_werror_flag" ||
     
    57205536  ac_compiler_gnu=yes
    57215537else
    5722   $as_echo "$as_me: failed program was:" >&5
     5538  echo "$as_me: failed program was:" >&5
    57235539sed 's/^/| /' conftest.$ac_ext >&5
    57245540
     
    57305546
    57315547fi
    5732 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
    5733 $as_echo "$ac_cv_f77_compiler_gnu" >&6; }
     5548{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
     5549echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
    57345550ac_ext=$ac_save_ext
    57355551ac_test_FFLAGS=${FFLAGS+set}
    57365552ac_save_FFLAGS=$FFLAGS
    57375553FFLAGS=
    5738 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
    5739 $as_echo_n "checking whether $F77 accepts -g... " >&6; }
     5554{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
     5555echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
    57405556if test "${ac_cv_prog_f77_g+set}" = set; then
    5741   $as_echo_n "(cached) " >&6
     5557  echo $ECHO_N "(cached) $ECHO_C" >&6
    57425558else
    57435559  FFLAGS=-g
     
    57535569  *) ac_try_echo=$ac_try;;
    57545570esac
    5755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5756 $as_echo "$ac_try_echo") >&5
     5571eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    57575572  (eval "$ac_compile") 2>conftest.er1
    57585573  ac_status=$?
     
    57605575  rm -f conftest.er1
    57615576  cat conftest.err >&5
    5762   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5577  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57635578  (exit $ac_status); } && {
    57645579         test -z "$ac_f77_werror_flag" ||
     
    57675582  ac_cv_prog_f77_g=yes
    57685583else
    5769   $as_echo "$as_me: failed program was:" >&5
     5584  echo "$as_me: failed program was:" >&5
    57705585sed 's/^/| /' conftest.$ac_ext >&5
    57715586
     
    57765591
    57775592fi
    5778 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
    5779 $as_echo "$ac_cv_prog_f77_g" >&6; }
     5593{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
     5594echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
    57805595if test "$ac_test_FFLAGS" = set; then
    57815596  FFLAGS=$ac_save_FFLAGS
     
    57945609fi
    57955610
    5796 if test $ac_compiler_gnu = yes; then
    5797   G77=yes
    5798 else
    5799   G77=
    5800 fi
     5611G77=`test $ac_compiler_gnu = yes && echo yes`
    58015612ac_ext=cpp
    58025613ac_cpp='$CXXCPP $CPPFLAGS'
     
    58105621    # Step 0.a: Enable 64 bit support?
    58115622
    5812     { $as_echo "$as_me:$LINENO: checking if 64bit support is requested" >&5
    5813 $as_echo_n "checking if 64bit support is requested... " >&6; }
     5623    { echo "$as_me:$LINENO: checking if 64bit support is requested" >&5
     5624echo $ECHO_N "checking if 64bit support is requested... $ECHO_C" >&6; }
    58145625    # Check whether --enable-64bit was given.
    58155626if test "${enable_64bit+set}" = set; then
     
    58195630fi
    58205631
    5821     { $as_echo "$as_me:$LINENO: result: $do64bit" >&5
    5822 $as_echo "$do64bit" >&6; }
     5632    { echo "$as_me:$LINENO: result: $do64bit" >&5
     5633echo "${ECHO_T}$do64bit" >&6; }
    58235634
    58245635    # Step 0.b: Enable Solaris 64 bit VIS support?
    58255636
    5826     { $as_echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&5
    5827 $as_echo_n "checking if 64bit Sparc VIS support is requested... " >&6; }
     5637    { echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&5
     5638echo $ECHO_N "checking if 64bit Sparc VIS support is requested... $ECHO_C" >&6; }
    58285639    # Check whether --enable-64bit-vis was given.
    58295640if test "${enable_64bit_vis+set}" = set; then
     
    58335644fi
    58345645
    5835     { $as_echo "$as_me:$LINENO: result: $do64bitVIS" >&5
    5836 $as_echo "$do64bitVIS" >&6; }
     5646    { echo "$as_me:$LINENO: result: $do64bitVIS" >&5
     5647echo "${ECHO_T}$do64bitVIS" >&6; }
    58375648
    58385649    if test "$do64bitVIS" = "yes"; then
     
    58455656
    58465657
    5847     { $as_echo "$as_me:$LINENO: checking system version" >&5
    5848 $as_echo_n "checking system version... " >&6; }
     5658    { echo "$as_me:$LINENO: checking system version" >&5
     5659echo $ECHO_N "checking system version... $ECHO_C" >&6; }
    58495660if test "${tcl_cv_sys_version+set}" = set; then
    5850   $as_echo_n "(cached) " >&6
     5661  echo $ECHO_N "(cached) $ECHO_C" >&6
    58515662else
    58525663
     
    58565667            tcl_cv_sys_version=`uname -s`-`uname -r`
    58575668            if test "$?" -ne 0 ; then
    5858                 { $as_echo "$as_me:$LINENO: WARNING: can't find uname command" >&5
    5859 $as_echo "$as_me: WARNING: can't find uname command" >&2;}
     5669                { echo "$as_me:$LINENO: WARNING: can't find uname command" >&5
     5670echo "$as_me: WARNING: can't find uname command" >&2;}
    58605671                tcl_cv_sys_version=unknown
    58615672            else
     
    58735684
    58745685fi
    5875 { $as_echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&5
    5876 $as_echo "$tcl_cv_sys_version" >&6; }
     5686{ echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&5
     5687echo "${ECHO_T}$tcl_cv_sys_version" >&6; }
    58775688    system=$tcl_cv_sys_version
    58785689
     
    58815692    # Linux can use either -ldl or -ldld for dynamic loading.
    58825693
    5883     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
    5884 $as_echo_n "checking for dlopen in -ldl... " >&6; }
     5694    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
     5695echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
    58855696if test "${ac_cv_lib_dl_dlopen+set}" = set; then
    5886   $as_echo_n "(cached) " >&6
     5697  echo $ECHO_N "(cached) $ECHO_C" >&6
    58875698else
    58885699  ac_check_lib_save_LIBS=$LIBS
     
    59165727  *) ac_try_echo=$ac_try;;
    59175728esac
    5918 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5919 $as_echo "$ac_try_echo") >&5
     5729eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    59205730  (eval "$ac_link") 2>conftest.er1
    59215731  ac_status=$?
     
    59235733  rm -f conftest.er1
    59245734  cat conftest.err >&5
    5925   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5735  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59265736  (exit $ac_status); } && {
    59275737         test -z "$ac_cxx_werror_flag" ||
    59285738         test ! -s conftest.err
    5929        } && test -s conftest$ac_exeext && {
    5930          test "$cross_compiling" = yes ||
    5931          $as_test_x conftest$ac_exeext
    5932        }; then
     5739       } && test -s conftest$ac_exeext &&
     5740       $as_test_x conftest$ac_exeext; then
    59335741  ac_cv_lib_dl_dlopen=yes
    59345742else
    5935   $as_echo "$as_me: failed program was:" >&5
     5743  echo "$as_me: failed program was:" >&5
    59365744sed 's/^/| /' conftest.$ac_ext >&5
    59375745
     
    59395747fi
    59405748
    5941 rm -rf conftest.dSYM
    59425749rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    59435750      conftest$ac_exeext conftest.$ac_ext
    59445751LIBS=$ac_check_lib_save_LIBS
    59455752fi
    5946 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
    5947 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
     5753{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
     5754echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
    59485755if test $ac_cv_lib_dl_dlopen = yes; then
    59495756  have_dl=yes
     
    59785785    # Extract the first word of "ar", so it can be a program name with args.
    59795786set dummy ar; ac_word=$2
    5980 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    5981 $as_echo_n "checking for $ac_word... " >&6; }
     5787{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     5788echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    59825789if test "${ac_cv_prog_AR+set}" = set; then
    5983   $as_echo_n "(cached) " >&6
     5790  echo $ECHO_N "(cached) $ECHO_C" >&6
    59845791else
    59855792  if test -n "$AR"; then
     
    59945801  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    59955802    ac_cv_prog_AR="ar"
    5996     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     5803    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    59975804    break 2
    59985805  fi
     
    60055812AR=$ac_cv_prog_AR
    60065813if test -n "$AR"; then
    6007   { $as_echo "$as_me:$LINENO: result: $AR" >&5
    6008 $as_echo "$AR" >&6; }
    6009 else
    6010   { $as_echo "$as_me:$LINENO: result: no" >&5
    6011 $as_echo "no" >&6; }
     5814  { echo "$as_me:$LINENO: result: $AR" >&5
     5815echo "${ECHO_T}$AR" >&6; }
     5816else
     5817  { echo "$as_me:$LINENO: result: no" >&5
     5818echo "${ECHO_T}no" >&6; }
    60125819fi
    60135820
    60145821
    60155822    if test "${AR}" = "" ; then
    6016         { { $as_echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&5
    6017 $as_echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;}
     5823        { { echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&5
     5824echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;}
    60185825   { (exit 1); exit 1; }; }
    60195826    fi
     
    60345841                        ;;
    60355842                esac
    6036                 { $as_echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&5
    6037 $as_echo "Using $CC for compiling with threads" >&6; }
     5843                { echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&5
     5844echo "${ECHO_T}Using $CC for compiling with threads" >&6; }
    60385845            fi
    60395846            LIBS="$LIBS -lc"
     
    60505857            if test "$do64bit" = "yes" -a "`uname -v`" -gt "3" ; then
    60515858                if test "$GCC" = "yes" ; then
    6052                     { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
    6053 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
     5859                    { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
     5860echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
    60545861                else
    60555862                    do64bit_ok=yes
     
    61055912            # known GMT value.
    61065913
    6107             { $as_echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&5
    6108 $as_echo_n "checking for gettimeofday in -lbsd... " >&6; }
     5914            { echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&5
     5915echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6; }
    61095916if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then
    6110   $as_echo_n "(cached) " >&6
     5917  echo $ECHO_N "(cached) $ECHO_C" >&6
    61115918else
    61125919  ac_check_lib_save_LIBS=$LIBS
     
    61405947  *) ac_try_echo=$ac_try;;
    61415948esac
    6142 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6143 $as_echo "$ac_try_echo") >&5
     5949eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    61445950  (eval "$ac_link") 2>conftest.er1
    61455951  ac_status=$?
     
    61475953  rm -f conftest.er1
    61485954  cat conftest.err >&5
    6149   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5955  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    61505956  (exit $ac_status); } && {
    61515957         test -z "$ac_cxx_werror_flag" ||
    61525958         test ! -s conftest.err
    6153        } && test -s conftest$ac_exeext && {
    6154          test "$cross_compiling" = yes ||
    6155          $as_test_x conftest$ac_exeext
    6156        }; then
     5959       } && test -s conftest$ac_exeext &&
     5960       $as_test_x conftest$ac_exeext; then
    61575961  ac_cv_lib_bsd_gettimeofday=yes
    61585962else
    6159   $as_echo "$as_me: failed program was:" >&5
     5963  echo "$as_me: failed program was:" >&5
    61605964sed 's/^/| /' conftest.$ac_ext >&5
    61615965
     
    61635967fi
    61645968
    6165 rm -rf conftest.dSYM
    61665969rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    61675970      conftest$ac_exeext conftest.$ac_ext
    61685971LIBS=$ac_check_lib_save_LIBS
    61695972fi
    6170 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&5
    6171 $as_echo "$ac_cv_lib_bsd_gettimeofday" >&6; }
     5973{ echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&5
     5974echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6; }
    61725975if test $ac_cv_lib_bsd_gettimeofday = yes; then
    61735976  libbsd=yes
     
    61976000            # is always linked to, for compatibility.
    61986001            #-----------------------------------------------------------
    6199             { $as_echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&5
    6200 $as_echo_n "checking for inet_ntoa in -lbind... " >&6; }
     6002            { echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&5
     6003echo $ECHO_N "checking for inet_ntoa in -lbind... $ECHO_C" >&6; }
    62016004if test "${ac_cv_lib_bind_inet_ntoa+set}" = set; then
    6202   $as_echo_n "(cached) " >&6
     6005  echo $ECHO_N "(cached) $ECHO_C" >&6
    62036006else
    62046007  ac_check_lib_save_LIBS=$LIBS
     
    62326035  *) ac_try_echo=$ac_try;;
    62336036esac
    6234 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6235 $as_echo "$ac_try_echo") >&5
     6037eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    62366038  (eval "$ac_link") 2>conftest.er1
    62376039  ac_status=$?
     
    62396041  rm -f conftest.er1
    62406042  cat conftest.err >&5
    6241   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6043  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62426044  (exit $ac_status); } && {
    62436045         test -z "$ac_cxx_werror_flag" ||
    62446046         test ! -s conftest.err
    6245        } && test -s conftest$ac_exeext && {
    6246          test "$cross_compiling" = yes ||
    6247          $as_test_x conftest$ac_exeext
    6248        }; then
     6047       } && test -s conftest$ac_exeext &&
     6048       $as_test_x conftest$ac_exeext; then
    62496049  ac_cv_lib_bind_inet_ntoa=yes
    62506050else
    6251   $as_echo "$as_me: failed program was:" >&5
     6051  echo "$as_me: failed program was:" >&5
    62526052sed 's/^/| /' conftest.$ac_ext >&5
    62536053
     
    62556055fi
    62566056
    6257 rm -rf conftest.dSYM
    62586057rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    62596058      conftest$ac_exeext conftest.$ac_ext
    62606059LIBS=$ac_check_lib_save_LIBS
    62616060fi
    6262 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&5
    6263 $as_echo "$ac_cv_lib_bind_inet_ntoa" >&6; }
     6061{ echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&5
     6062echo "${ECHO_T}$ac_cv_lib_bind_inet_ntoa" >&6; }
    62646063if test $ac_cv_lib_bind_inet_ntoa = yes; then
    62656064  LIBS="$LIBS -lbind -lsocket"
     
    63156114                SHLIB_SUFFIX=".sl"
    63166115            fi
    6317             { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
    6318 $as_echo_n "checking for shl_load in -ldld... " >&6; }
     6116            { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
     6117echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
    63196118if test "${ac_cv_lib_dld_shl_load+set}" = set; then
    6320   $as_echo_n "(cached) " >&6
     6119  echo $ECHO_N "(cached) $ECHO_C" >&6
    63216120else
    63226121  ac_check_lib_save_LIBS=$LIBS
     
    63506149  *) ac_try_echo=$ac_try;;
    63516150esac
    6352 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6353 $as_echo "$ac_try_echo") >&5
     6151eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    63546152  (eval "$ac_link") 2>conftest.er1
    63556153  ac_status=$?
     
    63576155  rm -f conftest.er1
    63586156  cat conftest.err >&5
    6359   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6157  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    63606158  (exit $ac_status); } && {
    63616159         test -z "$ac_cxx_werror_flag" ||
    63626160         test ! -s conftest.err
    6363        } && test -s conftest$ac_exeext && {
    6364          test "$cross_compiling" = yes ||
    6365          $as_test_x conftest$ac_exeext
    6366        }; then
     6161       } && test -s conftest$ac_exeext &&
     6162       $as_test_x conftest$ac_exeext; then
    63676163  ac_cv_lib_dld_shl_load=yes
    63686164else
    6369   $as_echo "$as_me: failed program was:" >&5
     6165  echo "$as_me: failed program was:" >&5
    63706166sed 's/^/| /' conftest.$ac_ext >&5
    63716167
     
    63736169fi
    63746170
    6375 rm -rf conftest.dSYM
    63766171rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    63776172      conftest$ac_exeext conftest.$ac_ext
    63786173LIBS=$ac_check_lib_save_LIBS
    63796174fi
    6380 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
    6381 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
     6175{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
     6176echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
    63826177if test $ac_cv_lib_dld_shl_load = yes; then
    63836178  tcl_ok=yes
     
    64206215                            ;;
    64216216                        *)
    6422                             { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
    6423 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
     6217                            { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
     6218echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
    64246219                            ;;
    64256220                    esac
     
    64336228        HP-UX-*.08.*|HP-UX-*.09.*|HP-UX-*.10.*)
    64346229            SHLIB_SUFFIX=".sl"
    6435             { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
    6436 $as_echo_n "checking for shl_load in -ldld... " >&6; }
     6230            { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
     6231echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
    64376232if test "${ac_cv_lib_dld_shl_load+set}" = set; then
    6438   $as_echo_n "(cached) " >&6
     6233  echo $ECHO_N "(cached) $ECHO_C" >&6
    64396234else
    64406235  ac_check_lib_save_LIBS=$LIBS
     
    64686263  *) ac_try_echo=$ac_try;;
    64696264esac
    6470 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6471 $as_echo "$ac_try_echo") >&5
     6265eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    64726266  (eval "$ac_link") 2>conftest.er1
    64736267  ac_status=$?
     
    64756269  rm -f conftest.er1
    64766270  cat conftest.err >&5
    6477   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6271  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64786272  (exit $ac_status); } && {
    64796273         test -z "$ac_cxx_werror_flag" ||
    64806274         test ! -s conftest.err
    6481        } && test -s conftest$ac_exeext && {
    6482          test "$cross_compiling" = yes ||
    6483          $as_test_x conftest$ac_exeext
    6484        }; then
     6275       } && test -s conftest$ac_exeext &&
     6276       $as_test_x conftest$ac_exeext; then
    64856277  ac_cv_lib_dld_shl_load=yes
    64866278else
    6487   $as_echo "$as_me: failed program was:" >&5
     6279  echo "$as_me: failed program was:" >&5
    64886280sed 's/^/| /' conftest.$ac_ext >&5
    64896281
     
    64916283fi
    64926284
    6493 rm -rf conftest.dSYM
    64946285rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    64956286      conftest$ac_exeext conftest.$ac_ext
    64966287LIBS=$ac_check_lib_save_LIBS
    64976288fi
    6498 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
    6499 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
     6289{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
     6290echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
    65006291if test $ac_cv_lib_dld_shl_load = yes; then
    65016292  tcl_ok=yes
     
    65776368            if test "$do64bit" = "yes" ; then
    65786369                if test "$GCC" = "yes" ; then
    6579                     { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&5
    6580 $as_echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;}
     6370                    { echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&5
     6371echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;}
    65816372                else
    65826373                    do64bit_ok=yes
     
    66076398            else
    66086399                if test "${ac_cv_header_dld_h+set}" = set; then
    6609   { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
    6610 $as_echo_n "checking for dld.h... " >&6; }
     6400  { echo "$as_me:$LINENO: checking for dld.h" >&5
     6401echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
    66116402if test "${ac_cv_header_dld_h+set}" = set; then
    6612   $as_echo_n "(cached) " >&6
    6613 fi
    6614 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6615 $as_echo "$ac_cv_header_dld_h" >&6; }
     6403  echo $ECHO_N "(cached) $ECHO_C" >&6
     6404fi
     6405{ echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6406echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
    66166407else
    66176408  # Is the header compilable?
    6618 { $as_echo "$as_me:$LINENO: checking dld.h usability" >&5
    6619 $as_echo_n "checking dld.h usability... " >&6; }
     6409{ echo "$as_me:$LINENO: checking dld.h usability" >&5
     6410echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; }
    66206411cat >conftest.$ac_ext <<_ACEOF
    66216412/* confdefs.h.  */
     
    66336424  *) ac_try_echo=$ac_try;;
    66346425esac
    6635 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6636 $as_echo "$ac_try_echo") >&5
     6426eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    66376427  (eval "$ac_compile") 2>conftest.er1
    66386428  ac_status=$?
     
    66406430  rm -f conftest.er1
    66416431  cat conftest.err >&5
    6642   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6432  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    66436433  (exit $ac_status); } && {
    66446434         test -z "$ac_cxx_werror_flag" ||
     
    66476437  ac_header_compiler=yes
    66486438else
    6649   $as_echo "$as_me: failed program was:" >&5
     6439  echo "$as_me: failed program was:" >&5
    66506440sed 's/^/| /' conftest.$ac_ext >&5
    66516441
     
    66546444
    66556445rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6656 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6657 $as_echo "$ac_header_compiler" >&6; }
     6446{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6447echo "${ECHO_T}$ac_header_compiler" >&6; }
    66586448
    66596449# Is the header present?
    6660 { $as_echo "$as_me:$LINENO: checking dld.h presence" >&5
    6661 $as_echo_n "checking dld.h presence... " >&6; }
     6450{ echo "$as_me:$LINENO: checking dld.h presence" >&5
     6451echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; }
    66626452cat >conftest.$ac_ext <<_ACEOF
    66636453/* confdefs.h.  */
     
    66736463  *) ac_try_echo=$ac_try;;
    66746464esac
    6675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6676 $as_echo "$ac_try_echo") >&5
     6465eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    66776466  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    66786467  ac_status=$?
     
    66806469  rm -f conftest.er1
    66816470  cat conftest.err >&5
    6682   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6471  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    66836472  (exit $ac_status); } >/dev/null && {
    66846473         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    66876476  ac_header_preproc=yes
    66886477else
    6689   $as_echo "$as_me: failed program was:" >&5
     6478  echo "$as_me: failed program was:" >&5
    66906479sed 's/^/| /' conftest.$ac_ext >&5
    66916480
     
    66946483
    66956484rm -f conftest.err conftest.$ac_ext
    6696 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6697 $as_echo "$ac_header_preproc" >&6; }
     6485{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6486echo "${ECHO_T}$ac_header_preproc" >&6; }
    66986487
    66996488# So?  What about this header?
    67006489case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    67016490  yes:no: )
    6702     { $as_echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
    6703 $as_echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    6704     { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
    6705 $as_echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
     6491    { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
     6492echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6493    { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
     6494echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
    67066495    ac_header_preproc=yes
    67076496    ;;
    67086497  no:yes:* )
    6709     { $as_echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
    6710 $as_echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
    6711     { $as_echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
    6712 $as_echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
    6713     { $as_echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
    6714 $as_echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
    6715     { $as_echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
    6716 $as_echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    6717     { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
    6718 $as_echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
    6719     { $as_echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
    6720 $as_echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
     6498    { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
     6499echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
     6500    { echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
     6501echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
     6502    { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
     6503echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
     6504    { echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
     6505echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     6506    { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
     6507echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
     6508    { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
     6509echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
    67216510    ( cat <<\_ASBOX
    67226511## ----------------------------------- ##
     
    67276516    ;;
    67286517esac
    6729 { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
    6730 $as_echo_n "checking for dld.h... " >&6; }
     6518{ echo "$as_me:$LINENO: checking for dld.h" >&5
     6519echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
    67316520if test "${ac_cv_header_dld_h+set}" = set; then
    6732   $as_echo_n "(cached) " >&6
     6521  echo $ECHO_N "(cached) $ECHO_C" >&6
    67336522else
    67346523  ac_cv_header_dld_h=$ac_header_preproc
    67356524fi
    6736 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6737 $as_echo "$ac_cv_header_dld_h" >&6; }
     6525{ echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6526echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
    67386527
    67396528fi
     
    67536542            fi
    67546543            if test $do64bit = yes; then
    6755                 { $as_echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&5
    6756 $as_echo_n "checking if compiler accepts -m64 flag... " >&6; }
     6544                { echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&5
     6545echo $ECHO_N "checking if compiler accepts -m64 flag... $ECHO_C" >&6; }
    67576546if test "${tcl_cv_cc_m64+set}" = set; then
    6758   $as_echo_n "(cached) " >&6
     6547  echo $ECHO_N "(cached) $ECHO_C" >&6
    67596548else
    67606549
     
    67826571  *) ac_try_echo=$ac_try;;
    67836572esac
    6784 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6785 $as_echo "$ac_try_echo") >&5
     6573eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    67866574  (eval "$ac_link") 2>conftest.er1
    67876575  ac_status=$?
     
    67896577  rm -f conftest.er1
    67906578  cat conftest.err >&5
    6791   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6579  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    67926580  (exit $ac_status); } && {
    67936581         test -z "$ac_cxx_werror_flag" ||
    67946582         test ! -s conftest.err
    6795        } && test -s conftest$ac_exeext && {
    6796          test "$cross_compiling" = yes ||
    6797          $as_test_x conftest$ac_exeext
    6798        }; then
     6583       } && test -s conftest$ac_exeext &&
     6584       $as_test_x conftest$ac_exeext; then
    67996585  tcl_cv_cc_m64=yes
    68006586else
    6801   $as_echo "$as_me: failed program was:" >&5
     6587  echo "$as_me: failed program was:" >&5
    68026588sed 's/^/| /' conftest.$ac_ext >&5
    68036589
     
    68056591fi
    68066592
    6807 rm -rf conftest.dSYM
    68086593rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    68096594      conftest$ac_exeext conftest.$ac_ext
    68106595                    CFLAGS=$hold_cflags
    68116596fi
    6812 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&5
    6813 $as_echo "$tcl_cv_cc_m64" >&6; }
     6597{ echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&5
     6598echo "${ECHO_T}$tcl_cv_cc_m64" >&6; }
    68146599                if test $tcl_cv_cc_m64 = yes; then
    68156600                    CFLAGS="$CFLAGS -m64"
     
    68506635            else
    68516636                if test "${ac_cv_header_dld_h+set}" = set; then
    6852   { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
    6853 $as_echo_n "checking for dld.h... " >&6; }
     6637  { echo "$as_me:$LINENO: checking for dld.h" >&5
     6638echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
    68546639if test "${ac_cv_header_dld_h+set}" = set; then
    6855   $as_echo_n "(cached) " >&6
    6856 fi
    6857 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6858 $as_echo "$ac_cv_header_dld_h" >&6; }
     6640  echo $ECHO_N "(cached) $ECHO_C" >&6
     6641fi
     6642{ echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6643echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
    68596644else
    68606645  # Is the header compilable?
    6861 { $as_echo "$as_me:$LINENO: checking dld.h usability" >&5
    6862 $as_echo_n "checking dld.h usability... " >&6; }
     6646{ echo "$as_me:$LINENO: checking dld.h usability" >&5
     6647echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; }
    68636648cat >conftest.$ac_ext <<_ACEOF
    68646649/* confdefs.h.  */
     
    68766661  *) ac_try_echo=$ac_try;;
    68776662esac
    6878 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6879 $as_echo "$ac_try_echo") >&5
     6663eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    68806664  (eval "$ac_compile") 2>conftest.er1
    68816665  ac_status=$?
     
    68836667  rm -f conftest.er1
    68846668  cat conftest.err >&5
    6885   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6669  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    68866670  (exit $ac_status); } && {
    68876671         test -z "$ac_cxx_werror_flag" ||
     
    68906674  ac_header_compiler=yes
    68916675else
    6892   $as_echo "$as_me: failed program was:" >&5
     6676  echo "$as_me: failed program was:" >&5
    68936677sed 's/^/| /' conftest.$ac_ext >&5
    68946678
     
    68976681
    68986682rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6899 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6900 $as_echo "$ac_header_compiler" >&6; }
     6683{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6684echo "${ECHO_T}$ac_header_compiler" >&6; }
    69016685
    69026686# Is the header present?
    6903 { $as_echo "$as_me:$LINENO: checking dld.h presence" >&5
    6904 $as_echo_n "checking dld.h presence... " >&6; }
     6687{ echo "$as_me:$LINENO: checking dld.h presence" >&5
     6688echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; }
    69056689cat >conftest.$ac_ext <<_ACEOF
    69066690/* confdefs.h.  */
     
    69166700  *) ac_try_echo=$ac_try;;
    69176701esac
    6918 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6919 $as_echo "$ac_try_echo") >&5
     6702eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    69206703  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    69216704  ac_status=$?
     
    69236706  rm -f conftest.er1
    69246707  cat conftest.err >&5
    6925   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6708  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    69266709  (exit $ac_status); } >/dev/null && {
    69276710         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    69306713  ac_header_preproc=yes
    69316714else
    6932   $as_echo "$as_me: failed program was:" >&5
     6715  echo "$as_me: failed program was:" >&5
    69336716sed 's/^/| /' conftest.$ac_ext >&5
    69346717
     
    69376720
    69386721rm -f conftest.err conftest.$ac_ext
    6939 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6940 $as_echo "$ac_header_preproc" >&6; }
     6722{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6723echo "${ECHO_T}$ac_header_preproc" >&6; }
    69416724
    69426725# So?  What about this header?
    69436726case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    69446727  yes:no: )
    6945     { $as_echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
    6946 $as_echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    6947     { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
    6948 $as_echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
     6728    { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
     6729echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6730    { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
     6731echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
    69496732    ac_header_preproc=yes
    69506733    ;;
    69516734  no:yes:* )
    6952     { $as_echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
    6953 $as_echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
    6954     { $as_echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
    6955 $as_echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
    6956     { $as_echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
    6957 $as_echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
    6958     { $as_echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
    6959 $as_echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    6960     { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
    6961 $as_echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
    6962     { $as_echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
    6963 $as_echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
     6735    { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
     6736echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
     6737    { echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
     6738echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
     6739    { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
     6740echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
     6741    { echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
     6742echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     6743    { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
     6744echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
     6745    { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
     6746echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
    69646747    ( cat <<\_ASBOX
    69656748## ----------------------------------- ##
     
    69706753    ;;
    69716754esac
    6972 { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
    6973 $as_echo_n "checking for dld.h... " >&6; }
     6755{ echo "$as_me:$LINENO: checking for dld.h" >&5
     6756echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
    69746757if test "${ac_cv_header_dld_h+set}" = set; then
    6975   $as_echo_n "(cached) " >&6
     6758  echo $ECHO_N "(cached) $ECHO_C" >&6
    69766759else
    69776760  ac_cv_header_dld_h=$ac_header_preproc
    69786761fi
    6979 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6980 $as_echo "$ac_cv_header_dld_h" >&6; }
     6762{ echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6763echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
    69816764
    69826765fi
     
    70326815            # Not available on all versions:  check for include file.
    70336816            if test "${ac_cv_header_dlfcn_h+set}" = set; then
    7034   { $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5
    7035 $as_echo_n "checking for dlfcn.h... " >&6; }
     6817  { echo "$as_me:$LINENO: checking for dlfcn.h" >&5
     6818echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }
    70366819if test "${ac_cv_header_dlfcn_h+set}" = set; then
    7037   $as_echo_n "(cached) " >&6
    7038 fi
    7039 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
    7040 $as_echo "$ac_cv_header_dlfcn_h" >&6; }
     6820  echo $ECHO_N "(cached) $ECHO_C" >&6
     6821fi
     6822{ echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
     6823echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }
    70416824else
    70426825  # Is the header compilable?
    7043 { $as_echo "$as_me:$LINENO: checking dlfcn.h usability" >&5
    7044 $as_echo_n "checking dlfcn.h usability... " >&6; }
     6826{ echo "$as_me:$LINENO: checking dlfcn.h usability" >&5
     6827echo $ECHO_N "checking dlfcn.h usability... $ECHO_C" >&6; }
    70456828cat >conftest.$ac_ext <<_ACEOF
    70466829/* confdefs.h.  */
     
    70586841  *) ac_try_echo=$ac_try;;
    70596842esac
    7060 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7061 $as_echo "$ac_try_echo") >&5
     6843eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    70626844  (eval "$ac_compile") 2>conftest.er1
    70636845  ac_status=$?
     
    70656847  rm -f conftest.er1
    70666848  cat conftest.err >&5
    7067   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6849  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    70686850  (exit $ac_status); } && {
    70696851         test -z "$ac_cxx_werror_flag" ||
     
    70726854  ac_header_compiler=yes
    70736855else
    7074   $as_echo "$as_me: failed program was:" >&5
     6856  echo "$as_me: failed program was:" >&5
    70756857sed 's/^/| /' conftest.$ac_ext >&5
    70766858
     
    70796861
    70806862rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    7081 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    7082 $as_echo "$ac_header_compiler" >&6; }
     6863{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6864echo "${ECHO_T}$ac_header_compiler" >&6; }
    70836865
    70846866# Is the header present?
    7085 { $as_echo "$as_me:$LINENO: checking dlfcn.h presence" >&5
    7086 $as_echo_n "checking dlfcn.h presence... " >&6; }
     6867{ echo "$as_me:$LINENO: checking dlfcn.h presence" >&5
     6868echo $ECHO_N "checking dlfcn.h presence... $ECHO_C" >&6; }
    70876869cat >conftest.$ac_ext <<_ACEOF
    70886870/* confdefs.h.  */
     
    70986880  *) ac_try_echo=$ac_try;;
    70996881esac
    7100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7101 $as_echo "$ac_try_echo") >&5
     6882eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    71026883  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    71036884  ac_status=$?
     
    71056886  rm -f conftest.er1
    71066887  cat conftest.err >&5
    7107   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6888  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    71086889  (exit $ac_status); } >/dev/null && {
    71096890         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    71126893  ac_header_preproc=yes
    71136894else
    7114   $as_echo "$as_me: failed program was:" >&5
     6895  echo "$as_me: failed program was:" >&5
    71156896sed 's/^/| /' conftest.$ac_ext >&5
    71166897
     
    71196900
    71206901rm -f conftest.err conftest.$ac_ext
    7121 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    7122 $as_echo "$ac_header_preproc" >&6; }
     6902{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6903echo "${ECHO_T}$ac_header_preproc" >&6; }
    71236904
    71246905# So?  What about this header?
    71256906case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    71266907  yes:no: )
    7127     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5
    7128 $as_echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    7129     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5
    7130 $as_echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;}
     6908    { echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5
     6909echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6910    { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5
     6911echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;}
    71316912    ac_header_preproc=yes
    71326913    ;;
    71336914  no:yes:* )
    7134     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5
    7135 $as_echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;}
    7136     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&5
    7137 $as_echo "$as_me: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&2;}
    7138     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5
    7139 $as_echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;}
    7140     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&5
    7141 $as_echo "$as_me: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    7142     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5
    7143 $as_echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}
    7144     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5
    7145 $as_echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;}
     6915    { echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5
     6916echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;}
     6917    { echo "$as_me:$LINENO: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&5
     6918echo "$as_me: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&2;}
     6919    { echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5
     6920echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;}
     6921    { echo "$as_me:$LINENO: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&5
     6922echo "$as_me: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     6923    { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5
     6924echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}
     6925    { echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5
     6926echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;}
    71466927    ( cat <<\_ASBOX
    71476928## ----------------------------------- ##
     
    71526933    ;;
    71536934esac
    7154 { $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5
    7155 $as_echo_n "checking for dlfcn.h... " >&6; }
     6935{ echo "$as_me:$LINENO: checking for dlfcn.h" >&5
     6936echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }
    71566937if test "${ac_cv_header_dlfcn_h+set}" = set; then
    7157   $as_echo_n "(cached) " >&6
     6938  echo $ECHO_N "(cached) $ECHO_C" >&6
    71586939else
    71596940  ac_cv_header_dlfcn_h=$ac_header_preproc
    71606941fi
    7161 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
    7162 $as_echo "$ac_cv_header_dlfcn_h" >&6; }
     6942{ echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
     6943echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }
    71636944
    71646945fi
     
    71746955                CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
    71756956                LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}'
    7176                 { $as_echo "$as_me:$LINENO: checking for ELF" >&5
    7177 $as_echo_n "checking for ELF... " >&6; }
     6957                { echo "$as_me:$LINENO: checking for ELF" >&5
     6958echo $ECHO_N "checking for ELF... $ECHO_C" >&6; }
    71786959if test "${tcl_cv_ld_elf+set}" = set; then
    7179   $as_echo_n "(cached) " >&6
     6960  echo $ECHO_N "(cached) $ECHO_C" >&6
    71806961else
    71816962
     
    72016982
    72026983fi
    7203 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
    7204 $as_echo "$tcl_cv_ld_elf" >&6; }
     6984{ echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
     6985echo "${ECHO_T}$tcl_cv_ld_elf" >&6; }
    72056986                if test $tcl_cv_ld_elf = yes; then
    72066987                    SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so'
     
    72607041                LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
    72617042                SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.0'
    7262                 { $as_echo "$as_me:$LINENO: checking for ELF" >&5
    7263 $as_echo_n "checking for ELF... " >&6; }
     7043                { echo "$as_me:$LINENO: checking for ELF" >&5
     7044echo $ECHO_N "checking for ELF... $ECHO_C" >&6; }
    72647045if test "${tcl_cv_ld_elf+set}" = set; then
    7265   $as_echo_n "(cached) " >&6
     7046  echo $ECHO_N "(cached) $ECHO_C" >&6
    72667047else
    72677048
     
    72877068
    72887069fi
    7289 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
    7290 $as_echo "$tcl_cv_ld_elf" >&6; }
     7070{ echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
     7071echo "${ECHO_T}$tcl_cv_ld_elf" >&6; }
    72917072                if test $tcl_cv_ld_elf = yes; then
    72927073                    LDFLAGS=-Wl,-export-dynamic
     
    73427123                case `arch` in
    73437124                    ppc)
    7344                         { $as_echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&5
    7345 $as_echo_n "checking if compiler accepts -arch ppc64 flag... " >&6; }
     7125                        { echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&5
     7126echo $ECHO_N "checking if compiler accepts -arch ppc64 flag... $ECHO_C" >&6; }
    73467127if test "${tcl_cv_cc_arch_ppc64+set}" = set; then
    7347   $as_echo_n "(cached) " >&6
     7128  echo $ECHO_N "(cached) $ECHO_C" >&6
    73487129else
    73497130
     
    73717152  *) ac_try_echo=$ac_try;;
    73727153esac
    7373 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7374 $as_echo "$ac_try_echo") >&5
     7154eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    73757155  (eval "$ac_link") 2>conftest.er1
    73767156  ac_status=$?
     
    73787158  rm -f conftest.er1
    73797159  cat conftest.err >&5
    7380   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7160  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    73817161  (exit $ac_status); } && {
    73827162         test -z "$ac_cxx_werror_flag" ||
    73837163         test ! -s conftest.err
    7384        } && test -s conftest$ac_exeext && {
    7385          test "$cross_compiling" = yes ||
    7386          $as_test_x conftest$ac_exeext
    7387        }; then
     7164       } && test -s conftest$ac_exeext &&
     7165       $as_test_x conftest$ac_exeext; then
    73887166  tcl_cv_cc_arch_ppc64=yes
    73897167else
    7390   $as_echo "$as_me: failed program was:" >&5
     7168  echo "$as_me: failed program was:" >&5
    73917169sed 's/^/| /' conftest.$ac_ext >&5
    73927170
     
    73947172fi
    73957173
    7396 rm -rf conftest.dSYM
    73977174rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    73987175      conftest$ac_exeext conftest.$ac_ext
    73997176                            CFLAGS=$hold_cflags
    74007177fi
    7401 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&5
    7402 $as_echo "$tcl_cv_cc_arch_ppc64" >&6; }
     7178{ echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&5
     7179echo "${ECHO_T}$tcl_cv_cc_arch_ppc64" >&6; }
    74037180                        if test $tcl_cv_cc_arch_ppc64 = yes; then
    74047181                            CFLAGS="$CFLAGS -arch ppc64 -mpowerpc64 -mcpu=G5"
     
    74067183                        fi;;
    74077184                    i386)
    7408                         { $as_echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&5
    7409 $as_echo_n "checking if compiler accepts -arch x86_64 flag... " >&6; }
     7185                        { echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&5
     7186echo $ECHO_N "checking if compiler accepts -arch x86_64 flag... $ECHO_C" >&6; }
    74107187if test "${tcl_cv_cc_arch_x86_64+set}" = set; then
    7411   $as_echo_n "(cached) " >&6
     7188  echo $ECHO_N "(cached) $ECHO_C" >&6
    74127189else
    74137190
     
    74357212  *) ac_try_echo=$ac_try;;
    74367213esac
    7437 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7438 $as_echo "$ac_try_echo") >&5
     7214eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    74397215  (eval "$ac_link") 2>conftest.er1
    74407216  ac_status=$?
     
    74427218  rm -f conftest.er1
    74437219  cat conftest.err >&5
    7444   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7220  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    74457221  (exit $ac_status); } && {
    74467222         test -z "$ac_cxx_werror_flag" ||
    74477223         test ! -s conftest.err
    7448        } && test -s conftest$ac_exeext && {
    7449          test "$cross_compiling" = yes ||
    7450          $as_test_x conftest$ac_exeext
    7451        }; then
     7224       } && test -s conftest$ac_exeext &&
     7225       $as_test_x conftest$ac_exeext; then
    74527226  tcl_cv_cc_arch_x86_64=yes
    74537227else
    7454   $as_echo "$as_me: failed program was:" >&5
     7228  echo "$as_me: failed program was:" >&5
    74557229sed 's/^/| /' conftest.$ac_ext >&5
    74567230
     
    74587232fi
    74597233
    7460 rm -rf conftest.dSYM
    74617234rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    74627235      conftest$ac_exeext conftest.$ac_ext
    74637236                            CFLAGS=$hold_cflags
    74647237fi
    7465 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&5
    7466 $as_echo "$tcl_cv_cc_arch_x86_64" >&6; }
     7238{ echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&5
     7239echo "${ECHO_T}$tcl_cv_cc_arch_x86_64" >&6; }
    74677240                        if test $tcl_cv_cc_arch_x86_64 = yes; then
    74687241                            CFLAGS="$CFLAGS -arch x86_64"
     
    74707243                        fi;;
    74717244                    *)
    7472                         { $as_echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&5
    7473 $as_echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};;
     7245                        { echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&5
     7246echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};;
    74747247                esac
    74757248            else
     
    74807253            fi
    74817254            SHLIB_LD='${CC} -dynamiclib ${CFLAGS} ${LDFLAGS}'
    7482             { $as_echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&5
    7483 $as_echo_n "checking if ld accepts -single_module flag... " >&6; }
     7255            { echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&5
     7256echo $ECHO_N "checking if ld accepts -single_module flag... $ECHO_C" >&6; }
    74847257if test "${tcl_cv_ld_single_module+set}" = set; then
    7485   $as_echo_n "(cached) " >&6
     7258  echo $ECHO_N "(cached) $ECHO_C" >&6
    74867259else
    74877260
     
    75097282  *) ac_try_echo=$ac_try;;
    75107283esac
    7511 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7512 $as_echo "$ac_try_echo") >&5
     7284eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    75137285  (eval "$ac_link") 2>conftest.er1
    75147286  ac_status=$?
     
    75167288  rm -f conftest.er1
    75177289  cat conftest.err >&5
    7518   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7290  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    75197291  (exit $ac_status); } && {
    75207292         test -z "$ac_cxx_werror_flag" ||
    75217293         test ! -s conftest.err
    7522        } && test -s conftest$ac_exeext && {
    7523          test "$cross_compiling" = yes ||
    7524          $as_test_x conftest$ac_exeext
    7525        }; then
     7294       } && test -s conftest$ac_exeext &&
     7295       $as_test_x conftest$ac_exeext; then
    75267296  tcl_cv_ld_single_module=yes
    75277297else
    7528   $as_echo "$as_me: failed program was:" >&5
     7298  echo "$as_me: failed program was:" >&5
    75297299sed 's/^/| /' conftest.$ac_ext >&5
    75307300
     
    75327302fi
    75337303
    7534 rm -rf conftest.dSYM
    75357304rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    75367305      conftest$ac_exeext conftest.$ac_ext
    75377306                LDFLAGS=$hold_ldflags
    75387307fi
    7539 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&5
    7540 $as_echo "$tcl_cv_ld_single_module" >&6; }
     7308{ echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&5
     7309echo "${ECHO_T}$tcl_cv_ld_single_module" >&6; }
    75417310            if test $tcl_cv_ld_single_module = yes; then
    75427311                SHLIB_LD="${SHLIB_LD} -Wl,-single_module"
     
    75517320                LDFLAGS="$LDFLAGS -prebind"
    75527321            LDFLAGS="$LDFLAGS -headerpad_max_install_names"
    7553             { $as_echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5
    7554 $as_echo_n "checking if ld accepts -search_paths_first flag... " >&6; }
     7322            { echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5
     7323echo $ECHO_N "checking if ld accepts -search_paths_first flag... $ECHO_C" >&6; }
    75557324if test "${tcl_cv_ld_search_paths_first+set}" = set; then
    7556   $as_echo_n "(cached) " >&6
     7325  echo $ECHO_N "(cached) $ECHO_C" >&6
    75577326else
    75587327
     
    75807349  *) ac_try_echo=$ac_try;;
    75817350esac
    7582 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7583 $as_echo "$ac_try_echo") >&5
     7351eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    75847352  (eval "$ac_link") 2>conftest.er1
    75857353  ac_status=$?
     
    75877355  rm -f conftest.er1
    75887356  cat conftest.err >&5
    7589   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7357  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    75907358  (exit $ac_status); } && {
    75917359         test -z "$ac_cxx_werror_flag" ||
    75927360         test ! -s conftest.err
    7593        } && test -s conftest$ac_exeext && {
    7594          test "$cross_compiling" = yes ||
    7595          $as_test_x conftest$ac_exeext
    7596        }; then
     7361       } && test -s conftest$ac_exeext &&
     7362       $as_test_x conftest$ac_exeext; then
    75977363  tcl_cv_ld_search_paths_first=yes
    75987364else
    7599   $as_echo "$as_me: failed program was:" >&5
     7365  echo "$as_me: failed program was:" >&5
    76007366sed 's/^/| /' conftest.$ac_ext >&5
    76017367
     
    76037369fi
    76047370
    7605 rm -rf conftest.dSYM
    76067371rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    76077372      conftest$ac_exeext conftest.$ac_ext
    76087373                LDFLAGS=$hold_ldflags
    76097374fi
    7610 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&5
    7611 $as_echo "$tcl_cv_ld_search_paths_first" >&6; }
     7375{ echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&5
     7376echo "${ECHO_T}$tcl_cv_ld_search_paths_first" >&6; }
    76127377            if test $tcl_cv_ld_search_paths_first = yes; then
    76137378                LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
     
    76187383            PLAT_OBJS=\$\(MAC\_OSX_OBJS\)
    76197384            PLAT_SRCS=\$\(MAC\_OSX_SRCS\)
    7620             { $as_echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&5
    7621 $as_echo_n "checking whether to use CoreFoundation... " >&6; }
     7385            { echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&5
     7386echo $ECHO_N "checking whether to use CoreFoundation... $ECHO_C" >&6; }
    76227387            # Check whether --enable-corefoundation was given.
    76237388if test "${enable_corefoundation+set}" = set; then
     
    76277392fi
    76287393
    7629             { $as_echo "$as_me:$LINENO: result: $tcl_corefoundation" >&5
    7630 $as_echo "$tcl_corefoundation" >&6; }
     7394            { echo "$as_me:$LINENO: result: $tcl_corefoundation" >&5
     7395echo "${ECHO_T}$tcl_corefoundation" >&6; }
    76317396            if test $tcl_corefoundation = yes; then
    7632                 { $as_echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&5
    7633 $as_echo_n "checking for CoreFoundation.framework... " >&6; }
     7397                { echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&5
     7398echo $ECHO_N "checking for CoreFoundation.framework... $ECHO_C" >&6; }
    76347399if test "${tcl_cv_lib_corefoundation+set}" = set; then
    7635   $as_echo_n "(cached) " >&6
     7400  echo $ECHO_N "(cached) $ECHO_C" >&6
    76367401else
    76377402
     
    76657430  *) ac_try_echo=$ac_try;;
    76667431esac
    7667 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7668 $as_echo "$ac_try_echo") >&5
     7432eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    76697433  (eval "$ac_link") 2>conftest.er1
    76707434  ac_status=$?
     
    76727436  rm -f conftest.er1