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
    76737437  cat conftest.err >&5
    7674   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7438  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    76757439  (exit $ac_status); } && {
    76767440         test -z "$ac_cxx_werror_flag" ||
    76777441         test ! -s conftest.err
    7678        } && test -s conftest$ac_exeext && {
    7679          test "$cross_compiling" = yes ||
    7680          $as_test_x conftest$ac_exeext
    7681        }; then
     7442       } && test -s conftest$ac_exeext &&
     7443       $as_test_x conftest$ac_exeext; then
    76827444  tcl_cv_lib_corefoundation=yes
    76837445else
    7684   $as_echo "$as_me: failed program was:" >&5
     7446  echo "$as_me: failed program was:" >&5
    76857447sed 's/^/| /' conftest.$ac_ext >&5
    76867448
     
    76887450fi
    76897451
    7690 rm -rf conftest.dSYM
    76917452rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    76927453      conftest$ac_exeext conftest.$ac_ext
     
    76957456                    done; fi; LIBS=$hold_libs
    76967457fi
    7697 { $as_echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation" >&5
    7698 $as_echo "$tcl_cv_lib_corefoundation" >&6; }
     7458{ echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation" >&5
     7459echo "${ECHO_T}$tcl_cv_lib_corefoundation" >&6; }
    76997460                if test $tcl_cv_lib_corefoundation = yes; then
    77007461                    LIBS="$LIBS -framework CoreFoundation"
     
    77077468                fi
    77087469                if test "$fat_32_64" = yes -a $tcl_corefoundation = yes; then
    7709                     { $as_echo "$as_me:$LINENO: checking for 64-bit CoreFoundation" >&5
    7710 $as_echo_n "checking for 64-bit CoreFoundation... " >&6; }
     7470                    { echo "$as_me:$LINENO: checking for 64-bit CoreFoundation" >&5
     7471echo $ECHO_N "checking for 64-bit CoreFoundation... $ECHO_C" >&6; }
    77117472if test "${tcl_cv_lib_corefoundation_64+set}" = set; then
    7712   $as_echo_n "(cached) " >&6
     7473  echo $ECHO_N "(cached) $ECHO_C" >&6
    77137474else
    77147475
     
    77377498  *) ac_try_echo=$ac_try;;
    77387499esac
    7739 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7740 $as_echo "$ac_try_echo") >&5
     7500eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    77417501  (eval "$ac_link") 2>conftest.er1
    77427502  ac_status=$?
     
    77447504  rm -f conftest.er1
    77457505  cat conftest.err >&5
    7746   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7506  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    77477507  (exit $ac_status); } && {
    77487508         test -z "$ac_cxx_werror_flag" ||
    77497509         test ! -s conftest.err
    7750        } && test -s conftest$ac_exeext && {
    7751          test "$cross_compiling" = yes ||
    7752          $as_test_x conftest$ac_exeext
    7753        }; then
     7510       } && test -s conftest$ac_exeext &&
     7511       $as_test_x conftest$ac_exeext; then
    77547512  tcl_cv_lib_corefoundation_64=yes
    77557513else
    7756   $as_echo "$as_me: failed program was:" >&5
     7514  echo "$as_me: failed program was:" >&5
    77577515sed 's/^/| /' conftest.$ac_ext >&5
    77587516
     
    77607518fi
    77617519
    7762 rm -rf conftest.dSYM
    77637520rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    77647521      conftest$ac_exeext conftest.$ac_ext
     
    77677524                        done
    77687525fi
    7769 { $as_echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation_64" >&5
    7770 $as_echo "$tcl_cv_lib_corefoundation_64" >&6; }
     7526{ echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation_64" >&5
     7527echo "${ECHO_T}$tcl_cv_lib_corefoundation_64" >&6; }
    77717528                    if test $tcl_cv_lib_corefoundation_64 = no; then
    77727529                        cat >>confdefs.h <<\_ACEOF
     
    79867743                        if test "$GCC" = "yes" ; then
    79877744                            if test "`gcc -dumpversion | awk -F. '{print $1}'`" -lt "3" ; then
    7988                                 { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&5
    7989 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&2;}
     7745                                { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&5
     7746echo "$as_me: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&2;}
    79907747                            else
    79917748                                do64bit_ok=yes
     
    80087765                elif test "$arch" = "amd64 i386" ; then
    80097766                    if test "$GCC" = "yes" ; then
    8010                         { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
    8011 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
     7767                        { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
     7768echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
    80127769                    else
    80137770                        do64bit_ok=yes
     
    80167773                    fi
    80177774                else
    8018                     { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported for $arch" >&5
    8019 $as_echo "$as_me: WARNING: 64bit mode not supported for $arch" >&2;}
     7775                    { echo "$as_me:$LINENO: WARNING: 64bit mode not supported for $arch" >&5
     7776echo "$as_me: WARNING: 64bit mode not supported for $arch" >&2;}
    80207777                fi
    80217778            fi
     
    80757832            # Some UNIX_SV* systems (unixware 1.1.2 for example) have linkers
    80767833            # that don't grok the -Bexport option.  Test that it does.
    8077             { $as_echo "$as_me:$LINENO: checking for ld accepts -Bexport flag" >&5
    8078 $as_echo_n "checking for ld accepts -Bexport flag... " >&6; }
     7834            { echo "$as_me:$LINENO: checking for ld accepts -Bexport flag" >&5
     7835echo $ECHO_N "checking for ld accepts -Bexport flag... $ECHO_C" >&6; }
    80797836if test "${tcl_cv_ld_Bexport+set}" = set; then
    8080   $as_echo_n "(cached) " >&6
     7837  echo $ECHO_N "(cached) $ECHO_C" >&6
    80817838else
    80827839
     
    81047861  *) ac_try_echo=$ac_try;;
    81057862esac
    8106 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8107 $as_echo "$ac_try_echo") >&5
     7863eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    81087864  (eval "$ac_link") 2>conftest.er1
    81097865  ac_status=$?
     
    81117867  rm -f conftest.er1
    81127868  cat conftest.err >&5
    8113   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7869  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    81147870  (exit $ac_status); } && {
    81157871         test -z "$ac_cxx_werror_flag" ||
    81167872         test ! -s conftest.err
    8117        } && test -s conftest$ac_exeext && {
    8118          test "$cross_compiling" = yes ||
    8119          $as_test_x conftest$ac_exeext
    8120        }; then
     7873       } && test -s conftest$ac_exeext &&
     7874       $as_test_x conftest$ac_exeext; then
    81217875  tcl_cv_ld_Bexport=yes
    81227876else
    8123   $as_echo "$as_me: failed program was:" >&5
     7877  echo "$as_me: failed program was:" >&5
    81247878sed 's/^/| /' conftest.$ac_ext >&5
    81257879
     
    81277881fi
    81287882
    8129 rm -rf conftest.dSYM
    81307883rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    81317884      conftest$ac_exeext conftest.$ac_ext
    81327885                LDFLAGS=$hold_ldflags
    81337886fi
    8134 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_Bexport" >&5
    8135 $as_echo "$tcl_cv_ld_Bexport" >&6; }
     7887{ echo "$as_me:$LINENO: result: $tcl_cv_ld_Bexport" >&5
     7888echo "${ECHO_T}$tcl_cv_ld_Bexport" >&6; }
    81367889            if test $tcl_cv_ld_Bexport = yes; then
    81377890                LDFLAGS="$LDFLAGS -Wl,-Bexport"
     
    81437896
    81447897    if test "$do64bit" = "yes" -a "$do64bit_ok" = "no" ; then
    8145         { $as_echo "$as_me:$LINENO: WARNING: 64bit support being disabled -- don't know magic for this platform" >&5
    8146 $as_echo "$as_me: WARNING: 64bit support being disabled -- don't know magic for this platform" >&2;}
     7898        { echo "$as_me:$LINENO: WARNING: 64bit support being disabled -- don't know magic for this platform" >&5
     7899echo "$as_me: WARNING: 64bit support being disabled -- don't know magic for this platform" >&2;}
    81477900    fi
    81487901
     
    81707923
    81717924    if test "x$DL_OBJS" = "xtclLoadAout.o" ; then
    8172         { $as_echo "$as_me:$LINENO: checking sys/exec.h" >&5
    8173 $as_echo_n "checking sys/exec.h... " >&6; }
     7925        { echo "$as_me:$LINENO: checking sys/exec.h" >&5
     7926echo $ECHO_N "checking sys/exec.h... $ECHO_C" >&6; }
    81747927if test "${tcl_cv_sysexec_h+set}" = set; then
    8175   $as_echo_n "(cached) " >&6
     7928  echo $ECHO_N "(cached) $ECHO_C" >&6
    81767929else
    81777930
     
    82087961  *) ac_try_echo=$ac_try;;
    82097962esac
    8210 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8211 $as_echo "$ac_try_echo") >&5
     7963eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    82127964  (eval "$ac_compile") 2>conftest.er1
    82137965  ac_status=$?
     
    82157967  rm -f conftest.er1
    82167968  cat conftest.err >&5
    8217   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7969  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    82187970  (exit $ac_status); } && {
    82197971         test -z "$ac_cxx_werror_flag" ||
     
    82227974  tcl_cv_sysexec_h=usable
    82237975else
    8224   $as_echo "$as_me: failed program was:" >&5
     7976  echo "$as_me: failed program was:" >&5
    82257977sed 's/^/| /' conftest.$ac_ext >&5
    82267978
     
    82307982rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    82317983fi
    8232 { $as_echo "$as_me:$LINENO: result: $tcl_cv_sysexec_h" >&5
    8233 $as_echo "$tcl_cv_sysexec_h" >&6; }
     7984{ echo "$as_me:$LINENO: result: $tcl_cv_sysexec_h" >&5
     7985echo "${ECHO_T}$tcl_cv_sysexec_h" >&6; }
    82347986        if test $tcl_cv_sysexec_h = usable; then
    82357987            cat >>confdefs.h <<\_ACEOF
     
    82387990
    82397991        else
    8240             { $as_echo "$as_me:$LINENO: checking a.out.h" >&5
    8241 $as_echo_n "checking a.out.h... " >&6; }
     7992            { echo "$as_me:$LINENO: checking a.out.h" >&5
     7993echo $ECHO_N "checking a.out.h... $ECHO_C" >&6; }
    82427994if test "${tcl_cv_aout_h+set}" = set; then
    8243   $as_echo_n "(cached) " >&6
     7995  echo $ECHO_N "(cached) $ECHO_C" >&6
    82447996else
    82457997
     
    82768028  *) ac_try_echo=$ac_try;;
    82778029esac
    8278 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8279 $as_echo "$ac_try_echo") >&5
     8030eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    82808031  (eval "$ac_compile") 2>conftest.er1
    82818032  ac_status=$?
     
    82838034  rm -f conftest.er1
    82848035  cat conftest.err >&5
    8285   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8036  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    82868037  (exit $ac_status); } && {
    82878038         test -z "$ac_cxx_werror_flag" ||
     
    82908041  tcl_cv_aout_h=usable
    82918042else
    8292   $as_echo "$as_me: failed program was:" >&5
     8043  echo "$as_me: failed program was:" >&5
    82938044sed 's/^/| /' conftest.$ac_ext >&5
    82948045
     
    82988049rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    82998050fi
    8300 { $as_echo "$as_me:$LINENO: result: $tcl_cv_aout_h" >&5
    8301 $as_echo "$tcl_cv_aout_h" >&6; }
     8051{ echo "$as_me:$LINENO: result: $tcl_cv_aout_h" >&5
     8052echo "${ECHO_T}$tcl_cv_aout_h" >&6; }
    83028053            if test $tcl_cv_aout_h = usable; then
    83038054                cat >>confdefs.h <<\_ACEOF
     
    83068057
    83078058            else
    8308                 { $as_echo "$as_me:$LINENO: checking sys/exec_aout.h" >&5
    8309 $as_echo_n "checking sys/exec_aout.h... " >&6; }
     8059                { echo "$as_me:$LINENO: checking sys/exec_aout.h" >&5
     8060echo $ECHO_N "checking sys/exec_aout.h... $ECHO_C" >&6; }
    83108061if test "${tcl_cv_sysexecaout_h+set}" = set; then
    8311   $as_echo_n "(cached) " >&6
     8062  echo $ECHO_N "(cached) $ECHO_C" >&6
    83128063else
    83138064
     
    83448095  *) ac_try_echo=$ac_try;;
    83458096esac
    8346 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8347 $as_echo "$ac_try_echo") >&5
     8097eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    83488098  (eval "$ac_compile") 2>conftest.er1
    83498099  ac_status=$?
     
    83518101  rm -f conftest.er1
    83528102  cat conftest.err >&5
    8353   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8103  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    83548104  (exit $ac_status); } && {
    83558105         test -z "$ac_cxx_werror_flag" ||
     
    83588108  tcl_cv_sysexecaout_h=usable
    83598109else
    8360   $as_echo "$as_me: failed program was:" >&5
     8110  echo "$as_me: failed program was:" >&5
    83618111sed 's/^/| /' conftest.$ac_ext >&5
    83628112
     
    83668116rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    83678117fi
    8368 { $as_echo "$as_me:$LINENO: result: $tcl_cv_sysexecaout_h" >&5
    8369 $as_echo "$tcl_cv_sysexecaout_h" >&6; }
     8118{ echo "$as_me:$LINENO: result: $tcl_cv_sysexecaout_h" >&5
     8119echo "${ECHO_T}$tcl_cv_sysexecaout_h" >&6; }
    83708120                if test $tcl_cv_sysexecaout_h = usable; then
    83718121                    cat >>confdefs.h <<\_ACEOF
     
    85148264done
    85158265if test "x${make_command}" = "x" ; then
    8516   { { $as_echo "$as_me:$LINENO: error: Requires GNU make. You can specify a version with \$MAKE" >&5
    8517 $as_echo "$as_me: error: Requires GNU make. You can specify a version with \$MAKE" >&2;}
     8266  { { echo "$as_me:$LINENO: error: Requires GNU make. You can specify a version with \$MAKE" >&5
     8267echo "$as_me: error: Requires GNU make. You can specify a version with \$MAKE" >&2;}
    85188268   { (exit 1); exit 1; }; }
    85198269fi
     
    85478297TCLSH=
    85488298if test "$with_tclsh" != "no" ; then
    8549     { $as_echo "$as_me:$LINENO: checking for tclsh" >&5
    8550 $as_echo_n "checking for tclsh... " >&6; }
     8299    { echo "$as_me:$LINENO: checking for tclsh" >&5
     8300echo $ECHO_N "checking for tclsh... $ECHO_C" >&6; }
    85518301    if test -x "$with_tclsh/bin/tclsh"
    85528302    then
     
    85618311            # Extract the first word of "tclsh", so it can be a program name with args.
    85628312set dummy tclsh; ac_word=$2
    8563 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    8564 $as_echo_n "checking for $ac_word... " >&6; }
     8313{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     8314echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    85658315if test "${ac_cv_path_TCLSH+set}" = set; then
    8566   $as_echo_n "(cached) " >&6
     8316  echo $ECHO_N "(cached) $ECHO_C" >&6
    85678317else
    85688318  case $TCLSH in
     
    85798329  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    85808330    ac_cv_path_TCLSH="$as_dir/$ac_word$ac_exec_ext"
    8581     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8331    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    85828332    break 2
    85838333  fi
     
    85918341TCLSH=$ac_cv_path_TCLSH
    85928342if test -n "$TCLSH"; then
    8593   { $as_echo "$as_me:$LINENO: result: $TCLSH" >&5
    8594 $as_echo "$TCLSH" >&6; }
    8595 else
    8596   { $as_echo "$as_me:$LINENO: result: no" >&5
    8597 $as_echo "no" >&6; }
     8343  { echo "$as_me:$LINENO: result: $TCLSH" >&5
     8344echo "${ECHO_T}$TCLSH" >&6; }
     8345else
     8346  { echo "$as_me:$LINENO: result: no" >&5
     8347echo "${ECHO_T}no" >&6; }
    85988348fi
    85998349
     
    86028352    fi
    86038353fi
    8604 { $as_echo "$as_me:$LINENO: result: ${TCLSH}" >&5
    8605 $as_echo "${TCLSH}" >&6; }
     8354{ echo "$as_me:$LINENO: result: ${TCLSH}" >&5
     8355echo "${ECHO_T}${TCLSH}" >&6; }
    86068356
    86078357
     
    86238373    # Extract the first word of "mex", so it can be a program name with args.
    86248374set dummy mex; ac_word=$2
    8625 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    8626 $as_echo_n "checking for $ac_word... " >&6; }
     8375{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     8376echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    86278377if test "${ac_cv_path_MEX+set}" = set; then
    8628   $as_echo_n "(cached) " >&6
     8378  echo $ECHO_N "(cached) $ECHO_C" >&6
    86298379else
    86308380  case $MEX in
     
    86418391  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    86428392    ac_cv_path_MEX="$as_dir/$ac_word$ac_exec_ext"
    8643     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8393    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    86448394    break 2
    86458395  fi
     
    86538403MEX=$ac_cv_path_MEX
    86548404if test -n "$MEX"; then
    8655   { $as_echo "$as_me:$LINENO: result: $MEX" >&5
    8656 $as_echo "$MEX" >&6; }
    8657 else
    8658   { $as_echo "$as_me:$LINENO: result: no" >&5
    8659 $as_echo "no" >&6; }
     8405  { echo "$as_me:$LINENO: result: $MEX" >&5
     8406echo "${ECHO_T}$MEX" >&6; }
     8407else
     8408  { echo "$as_me:$LINENO: result: no" >&5
     8409echo "${ECHO_T}no" >&6; }
    86608410fi
    86618411
    86628412
    86638413  else
    8664     { $as_echo "$as_me:$LINENO: checking for matlab mex compiler" >&5
    8665 $as_echo_n "checking for matlab mex compiler... " >&6; }
     8414    { echo "$as_me:$LINENO: checking for matlab mex compiler" >&5
     8415echo $ECHO_N "checking for matlab mex compiler... $ECHO_C" >&6; }
    86668416    for i in "${with_matlab}/bin/mex" "${with_matlab}" ; do
    86678417      if test -x "$i" ; then
    8668         MEX="$i"; break
     8418        MEX="$i"; break
    86698419      fi
    86708420      if test "x${MEX}" = "x" ; then
    8671         { { $as_echo "$as_me:$LINENO: error: cannot find mex in $with_matlab" >&5
    8672 $as_echo "$as_me: error: cannot find mex in $with_matlab" >&2;}
     8421        { { echo "$as_me:$LINENO: error: cannot find mex in $with_matlab" >&5
     8422echo "$as_me: error: cannot find mex in $with_matlab" >&2;}
    86738423   { (exit 1); exit 1; }; }
    86748424      fi
    86758425    done
    8676     { $as_echo "$as_me:$LINENO: result: ${MEX}" >&5
    8677 $as_echo "${MEX}" >&6; }
     8426    { echo "$as_me:$LINENO: result: ${MEX}" >&5
     8427echo "${ECHO_T}${MEX}" >&6; }
    86788428  fi
    86798429fi
     
    86978447    # Extract the first word of "mkoctfile", so it can be a program name with args.
    86988448set dummy mkoctfile; ac_word=$2
    8699 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    8700 $as_echo_n "checking for $ac_word... " >&6; }
     8449{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     8450echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    87018451if test "${ac_cv_path_MKOCTFILE+set}" = set; then
    8702   $as_echo_n "(cached) " >&6
     8452  echo $ECHO_N "(cached) $ECHO_C" >&6
    87038453else
    87048454  case $MKOCTFILE in
     
    87158465  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    87168466    ac_cv_path_MKOCTFILE="$as_dir/$ac_word$ac_exec_ext"
    8717     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8467    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    87188468    break 2
    87198469  fi
     
    87278477MKOCTFILE=$ac_cv_path_MKOCTFILE
    87288478if test -n "$MKOCTFILE"; then
    8729   { $as_echo "$as_me:$LINENO: result: $MKOCTFILE" >&5
    8730 $as_echo "$MKOCTFILE" >&6; }
    8731 else
    8732   { $as_echo "$as_me:$LINENO: result: no" >&5
    8733 $as_echo "no" >&6; }
     8479  { echo "$as_me:$LINENO: result: $MKOCTFILE" >&5
     8480echo "${ECHO_T}$MKOCTFILE" >&6; }
     8481else
     8482  { echo "$as_me:$LINENO: result: no" >&5
     8483echo "${ECHO_T}no" >&6; }
    87348484fi
    87358485
    87368486
    87378487  else
    8738     { $as_echo "$as_me:$LINENO: checking for mkoctfile" >&5
    8739 $as_echo_n "checking for mkoctfile... " >&6; }
     8488    { echo "$as_me:$LINENO: checking for mkoctfile" >&5
     8489echo $ECHO_N "checking for mkoctfile... $ECHO_C" >&6; }
    87408490    for i in "${with_octave}/bin/mkoctfile" "${with_octave}" ; do
    87418491      if test -x "$i" ; then
    8742         MEX="$i"; break
     8492        MEX="$i"; break
    87438493      fi
    87448494      if test "x${MEX}" = "x" ; then
    8745         { { $as_echo "$as_me:$LINENO: error: cannot find mkoctfile in $with_octave" >&5
    8746 $as_echo "$as_me: error: cannot find mkoctfile in $with_octave" >&2;}
     8495        { { echo "$as_me:$LINENO: error: cannot find mkoctfile in $with_octave" >&5
     8496echo "$as_me: error: cannot find mkoctfile in $with_octave" >&2;}
    87478497   { (exit 1); exit 1; }; }
    87488498      fi
    87498499    done
    8750     { $as_echo "$as_me:$LINENO: result: ${MKOCTFILE}" >&5
    8751 $as_echo "${MKOCTFILE}" >&6; }
     8500    { echo "$as_me:$LINENO: result: ${MKOCTFILE}" >&5
     8501echo "${ECHO_T}${MKOCTFILE}" >&6; }
    87528502  fi
    87538503fi
     
    87668516PERL=
    87678517PERL_INCLUDES=
    8768 PERL_SITE_PACKAGES=
    87698518PERL_ARCHLIB=
     8519PERL_VERSION=
     8520PERL_VERSION_RV=
    87708521if test "$with_perl" != "no" ; then
    8771     { $as_echo "$as_me:$LINENO: checking for perl" >&5
    8772 $as_echo_n "checking for perl... " >&6; }
     8522    { echo "$as_me:$LINENO: checking for perl" >&5
     8523echo $ECHO_N "checking for perl... $ECHO_C" >&6; }
    87738524    if test "$with_perl" != "yes" ; then
    87748525      # Extract the first word of "perl", so it can be a program name with args.
    87758526set dummy perl; ac_word=$2
    8776 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    8777 $as_echo_n "checking for $ac_word... " >&6; }
     8527{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     8528echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    87788529if test "${ac_cv_path_PERL+set}" = set; then
    8779   $as_echo_n "(cached) " >&6
     8530  echo $ECHO_N "(cached) $ECHO_C" >&6
    87808531else
    87818532  case $PERL in
     
    87928543  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    87938544    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
    8794     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8545    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    87958546    break 2
    87968547  fi
     
    88058556PERL=$ac_cv_path_PERL
    88068557if test -n "$PERL"; then
    8807   { $as_echo "$as_me:$LINENO: result: $PERL" >&5
    8808 $as_echo "$PERL" >&6; }
    8809 else
    8810   { $as_echo "$as_me:$LINENO: result: no" >&5
    8811 $as_echo "no" >&6; }
     8558  { echo "$as_me:$LINENO: result: $PERL" >&5
     8559echo "${ECHO_T}$PERL" >&6; }
     8560else
     8561  { echo "$as_me:$LINENO: result: no" >&5
     8562echo "${ECHO_T}no" >&6; }
    88128563fi
    88138564
     
    88168567      # Extract the first word of "perl", so it can be a program name with args.
    88178568set dummy perl; ac_word=$2
    8818 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    8819 $as_echo_n "checking for $ac_word... " >&6; }
     8569{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     8570echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    88208571if test "${ac_cv_path_PERL+set}" = set; then
    8821   $as_echo_n "(cached) " >&6
     8572  echo $ECHO_N "(cached) $ECHO_C" >&6
    88228573else
    88238574  case $PERL in
     
    88348585  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    88358586    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
    8836     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8587    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    88378588    break 2
    88388589  fi
     
    88468597PERL=$ac_cv_path_PERL
    88478598if test -n "$PERL"; then
    8848   { $as_echo "$as_me:$LINENO: result: $PERL" >&5
    8849 $as_echo "$PERL" >&6; }
    8850 else
    8851   { $as_echo "$as_me:$LINENO: result: no" >&5
    8852 $as_echo "no" >&6; }
     8599  { echo "$as_me:$LINENO: result: $PERL" >&5
     8600echo "${ECHO_T}$PERL" >&6; }
     8601else
     8602  { echo "$as_me:$LINENO: result: no" >&5
     8603echo "${ECHO_T}no" >&6; }
    88538604fi
    88548605
     
    88578608    if test "x${PERL}" != "x" ; then
    88588609      PERL_ARCHLIB=`${PERL} -MConfig -e 'print $Config{archlib}'`
    8859       PERL_SITE_PACKAGES='$(libdir)/perl5'
     8610      PERL_VERSION=`${PERL} -MConfig -e 'print $Config{version}'`
     8611      PERL_VERSION_RV=`echo ${PERL_VERSION} | cut -d'.' -f1-2`
    88608612    fi
    88618613fi
    8862 { $as_echo "$as_me:$LINENO: result: ${PERL}" >&5
    8863 $as_echo "${PERL}" >&6; }
     8614{ echo "$as_me:$LINENO: result: ${PERL}" >&5
     8615echo "${ECHO_T}${PERL}" >&6; }
     8616
    88648617
    88658618
     
    88908643
    88918644if test "$with_python" != "no" ; then
    8892   { $as_echo "$as_me:$LINENO: checking for python" >&5
    8893 $as_echo_n "checking for python... " >&6; }
     8645  { echo "$as_me:$LINENO: checking for python" >&5
     8646echo $ECHO_N "checking for python... $ECHO_C" >&6; }
    88948647  if test -x "$with_python/bin/python"; then
    88958648    echo Found python in $with_python/bin/python
     
    89018654    # Extract the first word of "python python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5", so it can be a program name with args.
    89028655set dummy python python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5; ac_word=$2
    8903 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    8904 $as_echo_n "checking for $ac_word... " >&6; }
     8656{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     8657echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    89058658if test "${ac_cv_path_PYTHON+set}" = set; then
    8906   $as_echo_n "(cached) " >&6
     8659  echo $ECHO_N "(cached) $ECHO_C" >&6
    89078660else
    89088661  case $PYTHON in
     
    89198672  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    89208673    ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
    8921     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8674    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    89228675    break 2
    89238676  fi
     
    89318684PYTHON=$ac_cv_path_PYTHON
    89328685if test -n "$PYTHON"; then
    8933   { $as_echo "$as_me:$LINENO: result: $PYTHON" >&5
    8934 $as_echo "$PYTHON" >&6; }
    8935 else
    8936   { $as_echo "$as_me:$LINENO: result: no" >&5
    8937 $as_echo "no" >&6; }
     8686  { echo "$as_me:$LINENO: result: $PYTHON" >&5
     8687echo "${ECHO_T}$PYTHON" >&6; }
     8688else
     8689  { echo "$as_me:$LINENO: result: no" >&5
     8690echo "${ECHO_T}no" >&6; }
    89388691fi
    89398692
     
    89518704    else
    89528705      if test -r $prefix/include/python$PYTHON_VERSION/Python.h; then
    8953         PYTHON_INCLUDES='$(prefix)/include/python$(PYTHON_VERSION)'
    8954         PYTHON_SITE_PACKAGES='$(libdir)/python$(PYTHON_VERSION)/site-packages'
     8706        PYTHON_INCLUDES='$(prefix)/include/python$(PYTHON_VERSION)'
     8707        PYTHON_SITE_PACKAGES='$(libdir)/python$(PYTHON_VERSION)/site-packages'
    89558708      else
    8956         if test -r /usr/include/python$PYTHON_VERSION/Python.h; then
    8957           PYTHON_INCLUDES=/usr/include/python$PYTHON_VERSION
    8958           PYTHON_SITE_PACKAGES='$(libdir)/python$(PYTHON_VERSION)/site-packages'
    8959         else
    8960           echo could not find python$PYTHON_VERSION/Python.h
    8961         fi
     8709        if test -r /usr/include/python$PYTHON_VERSION/Python.h; then
     8710          PYTHON_INCLUDES=/usr/include/python$PYTHON_VERSION
     8711          PYTHON_SITE_PACKAGES='$(libdir)/python$(PYTHON_VERSION)/site-packages'
     8712        else
     8713          echo could not find python$PYTHON_VERSION/Python.h
     8714        fi
    89628715      fi
    89638716      if test ! -d "$PYTHON_SITE_PACKAGES"; then
    8964         PYTHON_SITE_PACKAGES=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib()"`
     8717        PYTHON_SITE_PACKAGES=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib()"`
    89658718      fi
    89668719    fi
     
    89728725  fi
    89738726
    8974   { $as_echo "$as_me:$LINENO: checking for python distutils" >&5
    8975 $as_echo_n "checking for python distutils... " >&6; }
     8727  { echo "$as_me:$LINENO: checking for python distutils" >&5
     8728echo $ECHO_N "checking for python distutils... $ECHO_C" >&6; }
    89768729  ${PYTHON} -c "from distutils.core import setup; setup(name='test')" \
    8977         build build_ext 2>&1 > /dev/null
     8730        build build_ext 2>&1 > /dev/null
    89788731  if test $? = 0 ; then
    89798732    HAVE_PYTHON_DISTUTILS="yes"
     
    89818734    HAVE_PYTHON_DISTUTILS="no"
    89828735  fi
    8983   { $as_echo "$as_me:$LINENO: result: $HAVE_PYTHON_DISTUTILS" >&5
    8984 $as_echo "$HAVE_PYTHON_DISTUTILS" >&6; }
     8736  { echo "$as_me:$LINENO: result: $HAVE_PYTHON_DISTUTILS" >&5
     8737echo "${ECHO_T}$HAVE_PYTHON_DISTUTILS" >&6; }
    89858738
    89868739  if test "${HAVE_PYTHON_DISTUTILS}" = "yes"; then
     
    89888741    # Check for Python include path
    89898742    #
    8990     { $as_echo "$as_me:$LINENO: checking for Python include path" >&5
    8991 $as_echo_n "checking for Python include path... " >&6; }
     8743    { echo "$as_me:$LINENO: checking for Python include path" >&5
     8744echo $ECHO_N "checking for Python include path... $ECHO_C" >&6; }
    89928745    if test "x${PYTHON_CPPFLAGS}" = "x"; then
    89938746      incdir_path=`${PYTHON} -c "import distutils.sysconfig; \
    89948747       print distutils.sysconfig.get_python_inc();"`
    89958748      if test -n "${incdir}"; then
    8996         python_path="-I${incdir}"
     8749        python_path="-I${incdir}"
    89978750      fi
    89988751      PYTHON_CPPFLAGS=$python_path
    89998752    fi
    9000     { $as_echo "$as_me:$LINENO: result: $PYTHON_CPPFLAGS" >&5
    9001 $as_echo "$PYTHON_CPPFLAGS" >&6; }
     8753    { echo "$as_me:$LINENO: result: $PYTHON_CPPFLAGS" >&5
     8754echo "${ECHO_T}$PYTHON_CPPFLAGS" >&6; }
    90028755
    90038756    #
    90048757    # python distutils found, get settings from python directly
    90058758    #
    9006     { $as_echo "$as_me:$LINENO: checking location of site-packages" >&5
    9007 $as_echo_n "checking location of site-packages... " >&6; }
     8759    { echo "$as_me:$LINENO: checking location of site-packages" >&5
     8760echo $ECHO_N "checking location of site-packages... $ECHO_C" >&6; }
    90088761    PYTHON_SITE_DIR="`${PYTHON} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(0);'`"
    90098762
     
    90378790    # Extract the first word of "ruby", so it can be a program name with args.
    90388791set dummy ruby; ac_word=$2
    9039 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    9040 $as_echo_n "checking for $ac_word... " >&6; }
     8792{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     8793echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    90418794if test "${ac_cv_path_RUBY+set}" = set; then
    9042   $as_echo_n "(cached) " >&6
     8795  echo $ECHO_N "(cached) $ECHO_C" >&6
    90438796else
    90448797  case $RUBY in
     
    90558808  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    90568809    ac_cv_path_RUBY="$as_dir/$ac_word$ac_exec_ext"
    9057     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8810    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    90588811    break 2
    90598812  fi
     
    90678820RUBY=$ac_cv_path_RUBY
    90688821if test -n "$RUBY"; then
    9069   { $as_echo "$as_me:$LINENO: result: $RUBY" >&5
    9070 $as_echo "$RUBY" >&6; }
    9071 else
    9072   { $as_echo "$as_me:$LINENO: result: no" >&5
    9073 $as_echo "no" >&6; }
     8822  { echo "$as_me:$LINENO: result: $RUBY" >&5
     8823echo "${ECHO_T}$RUBY" >&6; }
     8824else
     8825  { echo "$as_me:$LINENO: result: no" >&5
     8826echo "${ECHO_T}no" >&6; }
    90748827fi
    90758828
     
    90788831    # Extract the first word of "ruby", so it can be a program name with args.
    90798832set dummy ruby; ac_word=$2
    9080 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    9081 $as_echo_n "checking for $ac_word... " >&6; }
     8833{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     8834echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    90828835if test "${ac_cv_path_RUBY+set}" = set; then
    9083   $as_echo_n "(cached) " >&6
     8836  echo $ECHO_N "(cached) $ECHO_C" >&6
    90848837else
    90858838  case $RUBY in
     
    90968849  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    90978850    ac_cv_path_RUBY="$as_dir/$ac_word$ac_exec_ext"
    9098     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8851    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    90998852    break 2
    91008853  fi
     
    91098862RUBY=$ac_cv_path_RUBY
    91108863if test -n "$RUBY"; then
    9111   { $as_echo "$as_me:$LINENO: result: $RUBY" >&5
    9112 $as_echo "$RUBY" >&6; }
    9113 else
    9114   { $as_echo "$as_me:$LINENO: result: no" >&5
    9115 $as_echo "no" >&6; }
     8864  { echo "$as_me:$LINENO: result: $RUBY" >&5
     8865echo "${ECHO_T}$RUBY" >&6; }
     8866else
     8867  { echo "$as_me:$LINENO: result: no" >&5
     8868echo "${ECHO_T}no" >&6; }
    91168869fi
    91178870
     
    91218874
    91228875
     8876RUBY_VERSION_RV=
     8877RUBY_PLATFORM=
    91238878if test "x${RUBY}" != "x" ; then
    9124   { $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
    9125 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
     8879  { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
     8880echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
    91268881if test "${ac_cv_path_SED+set}" = set; then
    9127   $as_echo_n "(cached) " >&6
     8882  echo $ECHO_N "(cached) $ECHO_C" >&6
    91288883else
    91298884            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
     
    91318886       ac_script="$ac_script$as_nl$ac_script"
    91328887     done
    9133      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
     8888     echo "$ac_script" | sed 99q >conftest.sed
    91348889     $as_unset ac_script || ac_script=
    9135      if test -z "$SED"; then
     8890     # Extract the first word of "sed gsed" to use in msg output
     8891if test -z "$SED"; then
     8892set dummy sed gsed; ac_prog_name=$2
     8893if test "${ac_cv_path_SED+set}" = set; then
     8894  echo $ECHO_N "(cached) $ECHO_C" >&6
     8895else
    91368896  ac_path_SED_found=false
    9137   # Loop through the user's path and test for each of PROGNAME-LIST
    9138   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     8897# Loop through the user's path and test for each of PROGNAME-LIST
     8898as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    91398899for as_dir in $PATH
    91408900do
     
    91428902  test -z "$as_dir" && as_dir=.
    91438903  for ac_prog in sed gsed; do
    9144     for ac_exec_ext in '' $ac_executable_extensions; do
    9145       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
    9146       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
    9147 # Check for GNU ac_path_SED and select it if it is found.
     8904  for ac_exec_ext in '' $ac_executable_extensions; do
     8905    ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
     8906    { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
     8907    # Check for GNU ac_path_SED and select it if it is found.
    91488908  # Check for GNU $ac_path_SED
    91498909case `"$ac_path_SED" --version 2>&1` in
     
    91528912*)
    91538913  ac_count=0
    9154   $as_echo_n 0123456789 >"conftest.in"
     8914  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
    91558915  while :
    91568916  do
     
    91588918    mv "conftest.tmp" "conftest.in"
    91598919    cp "conftest.in" "conftest.nl"
    9160     $as_echo '' >> "conftest.nl"
     8920    echo '' >> "conftest.nl"
    91618921    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
    91628922    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    91738933esac
    91748934
    9175       $ac_path_SED_found && break 3
    9176     done
     8935
     8936    $ac_path_SED_found && break 3
    91778937  done
    91788938done
     8939
     8940done
    91798941IFS=$as_save_IFS
    9180   if test -z "$ac_cv_path_SED"; then
    9181     { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5
    9182 $as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;}
     8942
     8943
     8944fi
     8945
     8946SED="$ac_cv_path_SED"
     8947if test -z "$SED"; then
     8948  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
     8949echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
    91838950   { (exit 1); exit 1; }; }
    9184   fi
     8951fi
     8952
    91858953else
    91868954  ac_cv_path_SED=$SED
     
    91888956
    91898957fi
    9190 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
    9191 $as_echo "$ac_cv_path_SED" >&6; }
     8958{ echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
     8959echo "${ECHO_T}$ac_cv_path_SED" >&6; }
    91928960 SED="$ac_cv_path_SED"
    91938961  rm -f conftest.sed
     
    92018969        ax_ruby_version=""
    92028970
    9203         { $as_echo "$as_me:$LINENO: checking for ruby version" >&5
    9204 $as_echo_n "checking for ruby version... " >&6; }
     8971        { echo "$as_me:$LINENO: checking for ruby version" >&5
     8972echo $ECHO_N "checking for ruby version... $ECHO_C" >&6; }
    92058973
    92068974        ruby_version=`$RUBY --version 2>&1 | $GREP "^ruby " | $SED -e 's/^.* \([0-9]*\.[0-9]*\.[0-9]*\) .*/\1/'`
    92078975
    9208         { $as_echo "$as_me:$LINENO: result: $ruby_version" >&5
    9209 $as_echo "$ruby_version" >&6; }
     8976        { echo "$as_me:$LINENO: result: $ruby_version" >&5
     8977echo "${ECHO_T}$ruby_version" >&6; }
    92108978
    92118979        RUBY_VERSION=$ruby_version
     
    92178985  # Extract the first word of "$ac_prog", so it can be a program name with args.
    92188986set dummy $ac_prog; ac_word=$2
    9219 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    9220 $as_echo_n "checking for $ac_word... " >&6; }
     8987{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     8988echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    92218989if test "${ac_cv_prog_AWK+set}" = set; then
    9222   $as_echo_n "(cached) " >&6
     8990  echo $ECHO_N "(cached) $ECHO_C" >&6
    92238991else
    92248992  if test -n "$AWK"; then
     
    92339001  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    92349002    ac_cv_prog_AWK="$ac_prog"
    9235     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     9003    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    92369004    break 2
    92379005  fi
     
    92449012AWK=$ac_cv_prog_AWK
    92459013if test -n "$AWK"; then
    9246   { $as_echo "$as_me:$LINENO: result: $AWK" >&5
    9247 $as_echo "$AWK" >&6; }
    9248 else
    9249   { $as_echo "$as_me:$LINENO: result: no" >&5
    9250 $as_echo "no" >&6; }
     9014  { echo "$as_me:$LINENO: result: $AWK" >&5
     9015echo "${ECHO_T}$AWK" >&6; }
     9016else
     9017  { echo "$as_me:$LINENO: result: no" >&5
     9018echo "${ECHO_T}no" >&6; }
    92519019fi
    92529020
     
    92989066else
    92999067
    9300         { $as_echo "$as_me:$LINENO: WARNING: could not find the ruby interpreter" >&5
    9301 $as_echo "$as_me: WARNING: could not find the ruby interpreter" >&2;}
    9302 
    9303 
    9304 fi
    9305 
    9306 
     9068        { echo "$as_me:$LINENO: WARNING: could not find the ruby interpreter" >&5
     9069echo "$as_me: WARNING: could not find the ruby interpreter" >&2;}
     9070
     9071
     9072fi
     9073
     9074
     9075  RUBY_VERSION_RV=`echo ${RUBY_VERSION} | cut -d'.' -f1-2`
     9076  RUBY_PLATFORM=`ruby -e 'puts RUBY_PLATFORM'`
    93079077  ac_mkmf_result=`${RUBY} -r mkmf -e ";" 2>&1`
    93089078  if test -z "$ac_mkmf_result"; then
     
    93129082    # Check for Ruby include path
    93139083    #
    9314     { $as_echo "$as_me:$LINENO: checking for Ruby include path" >&5
    9315 $as_echo_n "checking for Ruby include path... " >&6; }
     9084    { echo "$as_me:$LINENO: checking for Ruby include path" >&5
     9085echo $ECHO_N "checking for Ruby include path... $ECHO_C" >&6; }
    93169086    if test -z "$RUBY_CPPFLAGS"; then
    93179087        ruby_path=`$RUBY -rmkmf -e 'print Config::CONFIG["archdir"]'`
     
    93219091        RUBY_CPPFLAGS=$ruby_path
    93229092    fi
    9323     { $as_echo "$as_me:$LINENO: result: $RUBY_CPPFLAGS" >&5
    9324 $as_echo "$RUBY_CPPFLAGS" >&6; }
     9093    { echo "$as_me:$LINENO: result: $RUBY_CPPFLAGS" >&5
     9094echo "${ECHO_T}$RUBY_CPPFLAGS" >&6; }
    93259095
    93269096
     
    93289098    # Check for Ruby library path
    93299099    #
    9330     { $as_echo "$as_me:$LINENO: checking for Ruby library path" >&5
    9331 $as_echo_n "checking for Ruby library path... " >&6; }
     9100    { echo "$as_me:$LINENO: checking for Ruby library path" >&5
     9101echo $ECHO_N "checking for Ruby library path... $ECHO_C" >&6; }
    93329102    if test -z "$RUBY_LDFLAGS"; then
    93339103        RUBY_LDFLAGS=`$RUBY -rmkmf -e 'print Config::CONFIG["LIBRUBYARG_SHARED"]'`
    93349104    fi
    9335     { $as_echo "$as_me:$LINENO: result: $RUBY_LDFLAGS" >&5
    9336 $as_echo "$RUBY_LDFLAGS" >&6; }
     9105    { echo "$as_me:$LINENO: result: $RUBY_LDFLAGS" >&5
     9106echo "${ECHO_T}$RUBY_LDFLAGS" >&6; }
    93379107
    93389108
     
    93409110    # Check for site packages
    93419111    #
    9342     { $as_echo "$as_me:$LINENO: checking for Ruby site-packages path" >&5
    9343 $as_echo_n "checking for Ruby site-packages path... " >&6; }
     9112    { echo "$as_me:$LINENO: checking for Ruby site-packages path" >&5
     9113echo $ECHO_N "checking for Ruby site-packages path... $ECHO_C" >&6; }
    93449114    if test -z "$RUBY_SITE_PKG"; then
    93459115        RUBY_SITE_PKG=`$RUBY -rmkmf -e 'print Config::CONFIG["sitearchdir"]'`
    93469116    fi
    9347     { $as_echo "$as_me:$LINENO: result: $RUBY_SITE_PKG" >&5
    9348 $as_echo "$RUBY_SITE_PKG" >&6; }
     9117    { echo "$as_me:$LINENO: result: $RUBY_SITE_PKG" >&5
     9118echo "${ECHO_T}$RUBY_SITE_PKG" >&6; }
    93499119
    93509120
     
    93529122    # libraries which must be linked in when embedding
    93539123    #
    9354     { $as_echo "$as_me:$LINENO: checking ruby extra libraries" >&5
    9355 $as_echo_n "checking ruby extra libraries... " >&6; }
     9124    { echo "$as_me:$LINENO: checking ruby extra libraries" >&5
     9125echo $ECHO_N "checking ruby extra libraries... $ECHO_C" >&6; }
    93569126    if test -z "$RUBY_EXTRA_LIBS"; then
    93579127       RUBY_EXTRA_LIBS=`$RUBY -rmkmf -e 'print Config::CONFIG["SOLIBS"]'`
    93589128    fi
    9359     { $as_echo "$as_me:$LINENO: result: $RUBY_EXTRA_LIBS" >&5
    9360 $as_echo "$RUBY_EXTRA_LIBS" >&6; }
     9129    { echo "$as_me:$LINENO: result: $RUBY_EXTRA_LIBS" >&5
     9130echo "${ECHO_T}$RUBY_EXTRA_LIBS" >&6; }
    93619131
    93629132
     
    93779147    # final check to see if everything compiles alright
    93789148    #
    9379     { $as_echo "$as_me:$LINENO: checking consistency of all components of ruby development environment" >&5
    9380 $as_echo_n "checking consistency of all components of ruby development environment... " >&6; }
     9149    { echo "$as_me:$LINENO: checking consistency of all components of ruby development environment" >&5
     9150echo $ECHO_N "checking consistency of all components of ruby development environment... $ECHO_C" >&6; }
    93819151    ac_ext=c
    93829152ac_cpp='$CPP $CPPFLAGS'
     
    94159185  *) ac_try_echo=$ac_try;;
    94169186esac
    9417 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    9418 $as_echo "$ac_try_echo") >&5
     9187eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    94199188  (eval "$ac_link") 2>conftest.er1
    94209189  ac_status=$?
     
    94229191  rm -f conftest.er1
    94239192  cat conftest.err >&5
    9424   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     9193  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    94259194  (exit $ac_status); } && {
    94269195         test -z "$ac_c_werror_flag" ||
    94279196         test ! -s conftest.err
    9428        } && test -s conftest$ac_exeext && {
    9429          test "$cross_compiling" = yes ||
    9430          $as_test_x conftest$ac_exeext
    9431        }; then
     9197       } && test -s conftest$ac_exeext &&
     9198       $as_test_x conftest$ac_exeext; then
    94329199  rubyexists=yes
    94339200else
    9434   $as_echo "$as_me: failed program was:" >&5
     9201  echo "$as_me: failed program was:" >&5
    94359202sed 's/^/| /' conftest.$ac_ext >&5
    94369203
     
    94389205fi
    94399206
    9440 rm -rf conftest.dSYM
    94419207rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    94429208      conftest$ac_exeext conftest.$ac_ext
    94439209
    9444     { $as_echo "$as_me:$LINENO: result: $rubyexists" >&5
    9445 $as_echo "$rubyexists" >&6; }
     9210    { echo "$as_me:$LINENO: result: $rubyexists" >&5
     9211echo "${ECHO_T}$rubyexists" >&6; }
    94469212
    94479213    if test "$rubyexists" = "no"; then
     
    94669232
    94679233
     9234
     9235
    94689236RP_BASE=`pwd`
    94699237
    94709238
    94719239
    9472     { $as_echo "$as_me:$LINENO: checking how to build libraries" >&5
    9473 $as_echo_n "checking how to build libraries... " >&6; }
     9240    { echo "$as_me:$LINENO: checking how to build libraries" >&5
     9241echo $ECHO_N "checking how to build libraries... $ECHO_C" >&6; }
    94749242    # Check whether --enable-shared was given.
    94759243if test "${enable_shared+set}" = set; then
     
    94889256
    94899257    if test "$tcl_ok" = "yes" ; then
    9490         { $as_echo "$as_me:$LINENO: result: shared" >&5
    9491 $as_echo "shared" >&6; }
     9258        { echo "$as_me:$LINENO: result: shared" >&5
     9259echo "${ECHO_T}shared" >&6; }
    94929260        SHARED_BUILD=1
    94939261    else
    9494         { $as_echo "$as_me:$LINENO: result: static" >&5
    9495 $as_echo "static" >&6; }
     9262        { echo "$as_me:$LINENO: result: static" >&5
     9263echo "${ECHO_T}static" >&6; }
    94969264        SHARED_BUILD=0
    94979265        cat >>confdefs.h <<\_ACEOF
     
    95279295
    95289296
    9529     { $as_echo "$as_me:$LINENO: checking for build with symbols" >&5
    9530 $as_echo_n "checking for build with symbols... " >&6; }
     9297    { echo "$as_me:$LINENO: checking for build with symbols" >&5
     9298echo $ECHO_N "checking for build with symbols... $ECHO_C" >&6; }
    95319299    # Check whether --enable-symbols was given.
    95329300if test "${enable_symbols+set}" = set; then
     
    95419309        LDFLAGS_DEFAULT='$(LDFLAGS_OPTIMIZE)'
    95429310        DBGX=""
    9543         { $as_echo "$as_me:$LINENO: result: no" >&5
    9544 $as_echo "no" >&6; }
     9311        { echo "$as_me:$LINENO: result: no" >&5
     9312echo "${ECHO_T}no" >&6; }
    95459313    else
    95469314        CFLAGS_DEFAULT='$(CFLAGS_DEBUG)'
     
    95489316        DBGX=g
    95499317        if test "$tcl_ok" = "yes"; then
    9550             { $as_echo "$as_me:$LINENO: result: yes (standard debugging)" >&5
    9551 $as_echo "yes (standard debugging)" >&6; }
     9318            { echo "$as_me:$LINENO: result: yes (standard debugging)" >&5
     9319echo "${ECHO_T}yes (standard debugging)" >&6; }
    95529320        fi
    95539321    fi
     
    95759343    if test "$tcl_ok" != "yes" -a "$tcl_ok" != "no"; then
    95769344        if test "$tcl_ok" = "all"; then
    9577             { $as_echo "$as_me:$LINENO: result: enabled symbols mem compile debugging" >&5
    9578 $as_echo "enabled symbols mem compile debugging" >&6; }
     9345            { echo "$as_me:$LINENO: result: enabled symbols mem compile debugging" >&5
     9346echo "${ECHO_T}enabled symbols mem compile debugging" >&6; }
    95799347        else
    9580             { $as_echo "$as_me:$LINENO: result: enabled $tcl_ok debugging" >&5
    9581 $as_echo "enabled $tcl_ok debugging" >&6; }
     9348            { echo "$as_me:$LINENO: result: enabled $tcl_ok debugging" >&5
     9349echo "${ECHO_T}enabled $tcl_ok debugging" >&6; }
    95829350        fi
    95839351    fi
     
    95919359
    95929360ac_configure_args="--disable-threads --enable-shared"
    9593 
    9594 
    95959361subdirs="$subdirs packages/optimizer/src"
    95969362
     
    96259391    *${as_nl}*)
    96269392      case $ac_var in #(
    9627       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    9628 $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     9393      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     9394echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
    96299395      esac
    96309396      case $ac_var in #(
    96319397      _ | IFS | as_nl) ;; #(
    9632       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    96339398      *) $as_unset $ac_var ;;
    96349399      esac ;;
     
    96639428  if test -w "$cache_file"; then
    96649429    test "x$cache_file" != "x/dev/null" &&
    9665       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
    9666 $as_echo "$as_me: updating cache $cache_file" >&6;}
     9430      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
     9431echo "$as_me: updating cache $cache_file" >&6;}
    96679432    cat confcache >$cache_file
    96689433  else
    9669     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
    9670 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
     9434    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     9435echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    96719436  fi
    96729437fi
     
    96859450# look for a macro that doesn't take arguments.
    96869451ac_script='
    9687 :mline
    9688 /\\$/{
    9689  N
    9690  s,\\\n,,
    9691  b mline
    9692 }
    96939452t clear
    96949453:clear
     
    97209479  # 1. Remove the extension, and $U if already installed.
    97219480  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
    9722   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
     9481  ac_i=`echo "$ac_i" | sed "$ac_script"`
    97239482  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
    97249483  #    will be set to the directory where LIBOBJS objects are built.
     
    97339492
    97349493: ${CONFIG_STATUS=./config.status}
    9735 ac_write_fail=0
    97369494ac_clean_files_save=$ac_clean_files
    97379495ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    9738 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    9739 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
    9740 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9496{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     9497echo "$as_me: creating $CONFIG_STATUS" >&6;}
     9498cat >$CONFIG_STATUS <<_ACEOF
    97419499#! $SHELL
    97429500# Generated by $as_me.
     
    97519509_ACEOF
    97529510
    9753 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9511cat >>$CONFIG_STATUS <<\_ACEOF
    97549512## --------------------- ##
    97559513## M4sh Initialization.  ##
     
    97619519  emulate sh
    97629520  NULLCMD=:
    9763   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     9521  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    97649522  # is contrary to our usage.  Disable this feature.
    97659523  alias -g '${1+"$@"}'='"$@"'
     
    97839541as_cr_alnum=$as_cr_Letters$as_cr_digits
    97849542
    9785 as_nl='
    9786 '
    9787 export as_nl
    9788 # Printing a long string crashes Solaris 7 /usr/bin/printf.
    9789 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    9790 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    9791 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    9792 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
    9793   as_echo='printf %s\n'
    9794   as_echo_n='printf %s'
    9795 else
    9796   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
    9797     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
    9798     as_echo_n='/usr/ucb/echo -n'
    9799   else
    9800     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
    9801     as_echo_n_body='eval
    9802       arg=$1;
    9803       case $arg in
    9804       *"$as_nl"*)
    9805         expr "X$arg" : "X\\(.*\\)$as_nl";
    9806         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
    9807       esac;
    9808       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    9809     '
    9810     export as_echo_n_body
    9811     as_echo_n='sh -c $as_echo_n_body as_echo'
    9812   fi
    9813   export as_echo_body
    9814   as_echo='sh -c $as_echo_body as_echo'
    9815 fi
    9816 
    98179543# The user is always right.
    98189544if test "${PATH_SEPARATOR+set}" != set; then
    9819   PATH_SEPARATOR=:
    9820   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
    9821     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
    9822       PATH_SEPARATOR=';'
    9823   }
     9545  echo "#! /bin/sh" >conf$$.sh
     9546  echo  "exit 0"   >>conf$$.sh
     9547  chmod +x conf$$.sh
     9548  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
     9549    PATH_SEPARATOR=';'
     9550  else
     9551    PATH_SEPARATOR=:
     9552  fi
     9553  rm -f conf$$.sh
    98249554fi
    98259555
     
    98379567# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    98389568# splitting by setting IFS to empty value.)
     9569as_nl='
     9570'
    98399571IFS=" ""        $as_nl"
    98409572
     
    98599591fi
    98609592if test ! -f "$as_myself"; then
    9861   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     9593  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    98629594  { (exit 1); exit 1; }
    98639595fi
     
    98729604
    98739605# NLS nuisances.
    9874 LC_ALL=C
    9875 export LC_ALL
    9876 LANGUAGE=C
    9877 export LANGUAGE
     9606for as_var in \
     9607  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
     9608  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
     9609  LC_TELEPHONE LC_TIME
     9610do
     9611  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     9612    eval $as_var=C; export $as_var
     9613  else
     9614    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     9615  fi
     9616done
    98789617
    98799618# Required to use basename.
     
    98979636         X"$0" : 'X\(//\)$' \| \
    98989637         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    9899 $as_echo X/"$0" |
     9638echo X/"$0" |
    99009639    sed '/^.*\/\([^/][^/]*\)\/*$/{
    99019640            s//\1/
     
    99489687    ' >$as_me.lineno &&
    99499688  chmod +x "$as_me.lineno" ||
    9950     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     9689    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    99519690   { (exit 1); exit 1; }; }
    99529691
     
    99769715  ECHO_N='-n';;
    99779716esac
     9717
    99789718if expr a : '\(a\)' >/dev/null 2>&1 &&
    99799719   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    99889728else
    99899729  rm -f conf$$.dir
    9990   mkdir conf$$.dir 2>/dev/null
    9991 fi
    9992 if (echo >conf$$.file) 2>/dev/null; then
    9993   if ln -s conf$$.file conf$$ 2>/dev/null; then
    9994     as_ln_s='ln -s'
    9995     # ... but there are two gotchas:
    9996     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    9997     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    9998     # In both cases, we have to default to `cp -p'.
    9999     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    10000       as_ln_s='cp -p'
    10001   elif ln conf$$.file conf$$ 2>/dev/null; then
    10002     as_ln_s=ln
    10003   else
     9730  mkdir conf$$.dir
     9731fi
     9732echo >conf$$.file
     9733if ln -s conf$$.file conf$$ 2>/dev/null; then
     9734  as_ln_s='ln -s'
     9735  # ... but there are two gotchas:
     9736  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     9737  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     9738  # In both cases, we have to default to `cp -p'.
     9739  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    100049740    as_ln_s='cp -p'
    10005   fi
     9741elif ln conf$$.file conf$$ 2>/dev/null; then
     9742  as_ln_s=ln
    100069743else
    100079744  as_ln_s='cp -p'
     
    100289765    eval sh -c '\''
    100299766      if test -d "$1"; then
    10030         test -d "$1/.";
     9767        test -d "$1/.";
    100319768      else
    100329769        case $1 in
    10033         -*)set "./$1";;
     9770        -*)set "./$1";;
    100349771        esac;
    100359772        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    100549791ac_log="
    100559792This file was extended by Rappture $as_me 1.1, which was
    10056 generated by GNU Autoconf 2.62.  Invocation command line was
     9793generated by GNU Autoconf 2.61.  Invocation command line was
    100579794
    100589795  CONFIG_FILES    = $CONFIG_FILES
     
    100679804_ACEOF
    100689805
    10069 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9806cat >>$CONFIG_STATUS <<_ACEOF
    100709807# Files that config.status was made for.
    10071 config_files="`echo $ac_config_files`"
    10072 
    10073 _ACEOF
    10074 
    10075 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9808config_files="$ac_config_files"
     9809
     9810_ACEOF
     9811
     9812cat >>$CONFIG_STATUS <<\_ACEOF
    100769813ac_cs_usage="\
    100779814\`$as_me' instantiates files from templates according to the
     
    100869823      --recheck    update $as_me by reconfiguring in the same conditions
    100879824  --file=FILE[:TEMPLATE]
    10088                    instantiate the configuration file FILE
     9825                   instantiate the configuration file FILE
    100899826
    100909827Configuration files:
     
    100949831
    100959832_ACEOF
    10096 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9833cat >>$CONFIG_STATUS <<_ACEOF
    100979834ac_cs_version="\\
    100989835Rappture config.status 1.1
    10099 configured by $0, generated by GNU Autoconf 2.62,
    10100   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
    10101 
    10102 Copyright (C) 2008 Free Software Foundation, Inc.
     9836configured by $0, generated by GNU Autoconf 2.61,
     9837  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     9838
     9839Copyright (C) 2006 Free Software Foundation, Inc.
    101039840This config.status script is free software; the Free Software Foundation
    101049841gives unlimited permission to copy, distribute and modify it."
     
    101089845INSTALL='$INSTALL'
    101099846MKDIR_P='$MKDIR_P'
    10110 AWK='$AWK'
    10111 test -n "\$AWK" || AWK=awk
    10112 _ACEOF
    10113 
    10114 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    10115 # The default lists apply if the user does not specify any file.
     9847_ACEOF
     9848
     9849cat >>$CONFIG_STATUS <<\_ACEOF
     9850# If no file are specified by the user, then we need to provide default
     9851# value.  By we need to know if files were specified by the user.
    101169852ac_need_defaults=:
    101179853while test $# != 0
     
    101359871    ac_cs_recheck=: ;;
    101369872  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    10137     $as_echo "$ac_cs_version"; exit ;;
     9873    echo "$ac_cs_version"; exit ;;
    101389874  --debug | --debu | --deb | --de | --d | -d )
    101399875    debug=: ;;
    101409876  --file | --fil | --fi | --f )
    101419877    $ac_shift
    10142     case $ac_optarg in
    10143     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    10144     esac
    10145     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
     9878    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
    101469879    ac_need_defaults=false;;
    101479880  --he | --h |  --help | --hel | -h )
    10148     $as_echo "$ac_cs_usage"; exit ;;
     9881    echo "$ac_cs_usage"; exit ;;
    101499882  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    101509883  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     
    101529885
    101539886  # This is an error.
    10154   -*) { $as_echo "$as_me: error: unrecognized option: $1
     9887  -*) { echo "$as_me: error: unrecognized option: $1
    101559888Try \`$0 --help' for more information." >&2
    101569889   { (exit 1); exit 1; }; } ;;
     
    101719904
    101729905_ACEOF
    10173 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9906cat >>$CONFIG_STATUS <<_ACEOF
    101749907if \$ac_cs_recheck; then
    10175   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    10176   shift
    10177   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
    10178   CONFIG_SHELL='$SHELL'
     9908  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
     9909  CONFIG_SHELL=$SHELL
    101799910  export CONFIG_SHELL
    10180   exec "\$@"
    10181 fi
    10182 
    10183 _ACEOF
    10184 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9911  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     9912fi
     9913
     9914_ACEOF
     9915cat >>$CONFIG_STATUS <<\_ACEOF
    101859916exec 5>>config.log
    101869917{
     
    101899920## Running $as_me. ##
    101909921_ASBOX
    10191   $as_echo "$ac_log"
     9922  echo "$ac_log"
    101929923} >&5
    101939924
    101949925_ACEOF
    10195 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    10196 _ACEOF
    10197 
    10198 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9926cat >>$CONFIG_STATUS <<_ACEOF
     9927_ACEOF
     9928
     9929cat >>$CONFIG_STATUS <<\_ACEOF
    101999930
    102009931# Handling of arguments.
     
    1028210013    "test/src/Makefile") CONFIG_FILES="$CONFIG_FILES test/src/Makefile" ;;
    1028310014
    10284   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    10285 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     10015  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     10016echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    1028610017   { (exit 1); exit 1; }; };;
    1028710018  esac
     
    1032210053} ||
    1032310054{
    10324    $as_echo "$as_me: cannot create a temporary directory in ." >&2
     10055   echo "$me: cannot create a temporary directory in ." >&2
    1032510056   { (exit 1); exit 1; }
    1032610057}
    1032710058
    10328 # Set up the scripts for CONFIG_FILES section.
    10329 # No need to generate them if there are no CONFIG_FILES.
    10330 # This happens for instance with `./config.status config.h'.
     10059#
     10060# Set up the sed scripts for CONFIG_FILES section.
     10061#
     10062
     10063# No need to generate the scripts if there are no CONFIG_FILES.
     10064# This happens for instance when ./config.status config.h
    1033110065if test -n "$CONFIG_FILES"; then
    1033210066
    10333 
    10334 ac_cr='
    10335 '
    10336 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
    10337 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
    10338   ac_cs_awk_cr='\\r'
    10339 else
    10340   ac_cs_awk_cr=$ac_cr
    10341 fi
    10342 
    10343 echo 'BEGIN {' >"$tmp/subs1.awk" &&
    10344 _ACEOF
    10345 
    10346 
    10347 {
    10348   echo "cat >conf$$subs.awk <<_ACEOF" &&
    10349   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
    10350   echo "_ACEOF"
    10351 } >conf$$subs.sh ||
    10352   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    10353 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    10354    { (exit 1); exit 1; }; }
    10355 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
     10067_ACEOF
     10068
     10069
     10070
    1035610071ac_delim='%!_!# '
    1035710072for ac_last_try in false false false false false :; do
    10358   . ./conf$$subs.sh ||
    10359     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    10360 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    10361    { (exit 1); exit 1; }; }
    10362 
    10363   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then
     10073  cat >conf$$subs.sed <<_ACEOF
     10074SHELL!$SHELL$ac_delim
     10075PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
     10076PACKAGE_NAME!$PACKAGE_NAME$ac_delim
     10077PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
     10078PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
     10079PACKAGE_STRING!$PACKAGE_STRING$ac_delim
     10080PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
     10081exec_prefix!$exec_prefix$ac_delim
     10082prefix!$prefix$ac_delim
     10083program_transform_name!$program_transform_name$ac_delim
     10084bindir!$bindir$ac_delim
     10085sbindir!$sbindir$ac_delim
     10086libexecdir!$libexecdir$ac_delim
     10087datarootdir!$datarootdir$ac_delim
     10088datadir!$datadir$ac_delim
     10089sysconfdir!$sysconfdir$ac_delim
     10090sharedstatedir!$sharedstatedir$ac_delim
     10091localstatedir!$localstatedir$ac_delim
     10092includedir!$includedir$ac_delim
     10093oldincludedir!$oldincludedir$ac_delim
     10094docdir!$docdir$ac_delim
     10095infodir!$infodir$ac_delim
     10096htmldir!$htmldir$ac_delim
     10097dvidir!$dvidir$ac_delim
     10098pdfdir!$pdfdir$ac_delim
     10099psdir!$psdir$ac_delim
     10100libdir!$libdir$ac_delim
     10101localedir!$localedir$ac_delim
     10102mandir!$mandir$ac_delim
     10103DEFS!$DEFS$ac_delim
     10104ECHO_C!$ECHO_C$ac_delim
     10105ECHO_N!$ECHO_N$ac_delim
     10106ECHO_T!$ECHO_T$ac_delim
     10107LIBS!$LIBS$ac_delim
     10108build_alias!$build_alias$ac_delim
     10109host_alias!$host_alias$ac_delim
     10110target_alias!$target_alias$ac_delim
     10111LIB_SEARCH_DIRS!$LIB_SEARCH_DIRS$ac_delim
     10112INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
     10113INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
     10114INSTALL_DATA!$INSTALL_DATA$ac_delim
     10115SET_MAKE!$SET_MAKE$ac_delim
     10116CC!$CC$ac_delim
     10117CFLAGS!$CFLAGS$ac_delim
     10118LDFLAGS!$LDFLAGS$ac_delim
     10119CPPFLAGS!$CPPFLAGS$ac_delim
     10120ac_ct_CC!$ac_ct_CC$ac_delim
     10121EXEEXT!$EXEEXT$ac_delim
     10122OBJEXT!$OBJEXT$ac_delim
     10123F77!$F77$ac_delim
     10124FFLAGS!$FFLAGS$ac_delim
     10125ac_ct_F77!$ac_ct_F77$ac_delim
     10126RANLIB!$RANLIB$ac_delim
     10127LN_S!$LN_S$ac_delim
     10128CPP!$CPP$ac_delim
     10129GREP!$GREP$ac_delim
     10130EGREP!$EGREP$ac_delim
     10131CXX!$CXX$ac_delim
     10132CXXFLAGS!$CXXFLAGS$ac_delim
     10133ac_ct_CXX!$ac_ct_CXX$ac_delim
     10134CXXCPP!$CXXCPP$ac_delim
     10135AR!$AR$ac_delim
     10136DL_LIBS!$DL_LIBS$ac_delim
     10137DL_OBJS!$DL_OBJS$ac_delim
     10138PLAT_OBJS!$PLAT_OBJS$ac_delim
     10139PLAT_SRCS!$PLAT_SRCS$ac_delim
     10140CFLAGS_DEBUG!$CFLAGS_DEBUG$ac_delim
     10141CFLAGS_OPTIMIZE!$CFLAGS_OPTIMIZE$ac_delim
     10142CFLAGS_WARNING!$CFLAGS_WARNING$ac_delim
     10143LDFLAGS_DEBUG!$LDFLAGS_DEBUG$ac_delim
     10144LDFLAGS_OPTIMIZE!$LDFLAGS_OPTIMIZE$ac_delim
     10145CC_SEARCH_FLAGS!$CC_SEARCH_FLAGS$ac_delim
     10146LD_SEARCH_FLAGS!$LD_SEARCH_FLAGS$ac_delim
     10147STLIB_LD!$STLIB_LD$ac_delim
     10148SHLIB_LD!$SHLIB_LD$ac_delim
     10149TCL_SHLIB_LD_EXTRAS!$TCL_SHLIB_LD_EXTRAS$ac_delim
     10150TK_SHLIB_LD_EXTRAS!$TK_SHLIB_LD_EXTRAS$ac_delim
     10151SHLIB_LD_LIBS!$SHLIB_LD_LIBS$ac_delim
     10152SHLIB_CFLAGS!$SHLIB_CFLAGS$ac_delim
     10153SHLIB_SUFFIX!$SHLIB_SUFFIX$ac_delim
     10154MAKE_LIB!$MAKE_LIB$ac_delim
     10155MAKE_STUB_LIB!$MAKE_STUB_LIB$ac_delim
     10156INSTALL_LIB!$INSTALL_LIB$ac_delim
     10157INSTALL_STUB_LIB!$INSTALL_STUB_LIB$ac_delim
     10158MAKE!$MAKE$ac_delim
     10159ENABLE_GUI!$ENABLE_GUI$ac_delim
     10160TCLSH!$TCLSH$ac_delim
     10161MEX!$MEX$ac_delim
     10162MEX_ARCH!$MEX_ARCH$ac_delim
     10163MEXEXT!$MEXEXT$ac_delim
     10164MKOCTFILE!$MKOCTFILE$ac_delim
     10165PERL!$PERL$ac_delim
     10166PERL_INCLUDES!$PERL_INCLUDES$ac_delim
     10167PERL_ARCHLIB!$PERL_ARCHLIB$ac_delim
     10168PERL_VERSION!$PERL_VERSION$ac_delim
     10169PERL_VERSION_RV!$PERL_VERSION_RV$ac_delim
     10170PYTHON!$PYTHON$ac_delim
     10171_ACEOF
     10172
     10173  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
    1036410174    break
    1036510175  elif $ac_last_try; then
    10366     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    10367 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     10176    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     10177echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    1036810178   { (exit 1); exit 1; }; }
    1036910179  else
     
    1037110181  fi
    1037210182done
    10373 rm -f conf$$subs.sh
    10374 
    10375 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    10376 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
    10377 _ACEOF
    10378 sed -n '
    10379 h
    10380 s/^/S["/; s/!.*/"]=/
    10381 p
    10382 g
    10383 s/^[^!]*!//
    10384 :repl
    10385 t repl
    10386 s/'"$ac_delim"'$//
    10387 t delim
    10388 :nl
    10389 h
    10390 s/\(.\{148\}\).*/\1/
    10391 t more1
    10392 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
    10393 p
    10394 n
    10395 b repl
    10396 :more1
    10397 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
    10398 p
    10399 g
    10400 s/.\{148\}//
    10401 t nl
    10402 :delim
    10403 h
    10404 s/\(.\{148\}\).*/\1/
    10405 t more2
    10406 s/["\\]/\\&/g; s/^/"/; s/$/"/
    10407 p
    10408 b
    10409 :more2
    10410 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
    10411 p
    10412 g
    10413 s/.\{148\}//
    10414 t delim
    10415 ' <conf$$subs.awk | sed '
    10416 /^[^""]/{
    10417   N
    10418   s/\n//
    10419 }
    10420 ' >>$CONFIG_STATUS || ac_write_fail=1
    10421 rm -f conf$$subs.awk
    10422 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    10423 _ACAWK
    10424 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
    10425   for (key in S) S_is_set[key] = 1
    10426   FS = ""
    10427 
    10428 }
    10429 {
    10430   line = $ 0
    10431   nfields = split(line, field, "@")
    10432   substed = 0
    10433   len = length(field[1])
    10434   for (i = 2; i < nfields; i++) {
    10435     key = field[i]
    10436     keylen = length(key)
    10437     if (S_is_set[key]) {
    10438       value = S[key]
    10439       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
    10440       len += length(value) + length(field[++i])
    10441       substed = 1
    10442     } else
    10443       len += 1 + keylen
    10444   }
    10445 
    10446   print line
    10447 }
    10448 
    10449 _ACAWK
    10450 _ACEOF
    10451 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    10452 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
    10453   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
    10454 else
    10455   cat
    10456 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
    10457   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
    10458 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
     10183
     10184ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
     10185if test -n "$ac_eof"; then
     10186  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
     10187  ac_eof=`expr $ac_eof + 1`
     10188fi
     10189
     10190cat >>$CONFIG_STATUS <<_ACEOF
     10191cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
     10192/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
     10193_ACEOF
     10194sed '
     10195s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
     10196s/^/s,@/; s/!/@,|#_!!_#|/
     10197:n
     10198t n
     10199s/'"$ac_delim"'$/,g/; t
     10200s/$/\\/; p
     10201N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
     10202' >>$CONFIG_STATUS <conf$$subs.sed
     10203rm -f conf$$subs.sed
     10204cat >>$CONFIG_STATUS <<_ACEOF
     10205CEOF$ac_eof
     10206_ACEOF
     10207
     10208
     10209ac_delim='%!_!# '
     10210for ac_last_try in false false false false false :; do
     10211  cat >conf$$subs.sed <<_ACEOF
     10212PYTHON_CPPFLAGS!$PYTHON_CPPFLAGS$ac_delim
     10213pythondir!$pythondir$ac_delim
     10214PYTHON_VERSION!$PYTHON_VERSION$ac_delim
     10215PYTHON_INCLUDES!$PYTHON_INCLUDES$ac_delim
     10216PYTHON_SITE_PACKAGES!$PYTHON_SITE_PACKAGES$ac_delim
     10217HAVE_PYTHON_DISTUTILS!$HAVE_PYTHON_DISTUTILS$ac_delim
     10218RUBY!$RUBY$ac_delim
     10219SED!$SED$ac_delim
     10220RUBY_VERSION!$RUBY_VERSION$ac_delim
     10221AWK!$AWK$ac_delim
     10222RUBY_CPPFLAGS!$RUBY_CPPFLAGS$ac_delim
     10223RUBY_LDFLAGS!$RUBY_LDFLAGS$ac_delim
     10224RUBY_SITE_PKG!$RUBY_SITE_PKG$ac_delim
     10225RUBY_EXTRA_LIBS!$RUBY_EXTRA_LIBS$ac_delim
     10226HAVE_RUBY_DEVEL!$HAVE_RUBY_DEVEL$ac_delim
     10227RUBY_VERSION_RV!$RUBY_VERSION_RV$ac_delim
     10228RUBY_PLATFORM!$RUBY_PLATFORM$ac_delim
     10229RP_BASE!$RP_BASE$ac_delim
     10230SHLIB_LDFLAGS!$SHLIB_LDFLAGS$ac_delim
     10231TCL_VERSION!$TCL_VERSION$ac_delim
     10232TK_VERSION!$TK_VERSION$ac_delim
     10233CFLAGS_DEFAULT!$CFLAGS_DEFAULT$ac_delim
     10234LDFLAGS_DEFAULT!$LDFLAGS_DEFAULT$ac_delim
     10235subdirs!$subdirs$ac_delim
     10236LIBOBJS!$LIBOBJS$ac_delim
     10237LTLIBOBJS!$LTLIBOBJS$ac_delim
     10238_ACEOF
     10239
     10240  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 26; then
     10241    break
     10242  elif $ac_last_try; then
     10243    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     10244echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    1045910245   { (exit 1); exit 1; }; }
    10460 _ACEOF
     10246  else
     10247    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     10248  fi
     10249done
     10250
     10251ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
     10252if test -n "$ac_eof"; then
     10253  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
     10254  ac_eof=`expr $ac_eof + 1`
     10255fi
     10256
     10257cat >>$CONFIG_STATUS <<_ACEOF
     10258cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
     10259/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
     10260_ACEOF
     10261sed '
     10262s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
     10263s/^/s,@/; s/!/@,|#_!!_#|/
     10264:n
     10265t n
     10266s/'"$ac_delim"'$/,g/; t
     10267s/$/\\/; p
     10268N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
     10269' >>$CONFIG_STATUS <conf$$subs.sed
     10270rm -f conf$$subs.sed
     10271cat >>$CONFIG_STATUS <<_ACEOF
     10272:end
     10273s/|#_!!_#|//g
     10274CEOF$ac_eof
     10275_ACEOF
     10276
    1046110277
    1046210278# VPATH may cause trouble with some makes, so we remove $(srcdir),
     
    1047510291fi
    1047610292
    10477 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     10293cat >>$CONFIG_STATUS <<\_ACEOF
    1047810294fi # test -n "$CONFIG_FILES"
    1047910295
    1048010296
    10481 eval set X "  :F $CONFIG_FILES      "
    10482 shift
    10483 for ac_tag
     10297for ac_tag in  :F $CONFIG_FILES
    1048410298do
    1048510299  case $ac_tag in
     
    1048810302  case $ac_mode$ac_tag in
    1048910303  :[FHL]*:*);;
    10490   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
    10491 $as_echo "$as_me: error: Invalid tag $ac_tag." >&2;}
     10304  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
     10305echo "$as_me: error: Invalid tag $ac_tag." >&2;}
    1049210306   { (exit 1); exit 1; }; };;
    1049310307  :[FH]-) ac_tag=-:-;;
     
    1051810332           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    1051910333           esac ||
    10520            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
    10521 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     10334           { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     10335echo "$as_me: error: cannot find input file: $ac_f" >&2;}
    1052210336   { (exit 1); exit 1; }; };;
    1052310337      esac
    10524       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
    10525       ac_file_inputs="$ac_file_inputs '$ac_f'"
     10338      ac_file_inputs="$ac_file_inputs $ac_f"
    1052610339    done
    1052710340
     
    1052910342    # use $as_me), people would be surprised to read:
    1053010343    #    /* config.h.  Generated by config.status.  */
    10531     configure_input='Generated from '`
    10532           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
    10533         `' by configure.'
     10344    configure_input="Generated from "`IFS=:
     10345          echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
    1053410346    if test x"$ac_file" != x-; then
    1053510347      configure_input="$ac_file.  $configure_input"
    10536       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
    10537 $as_echo "$as_me: creating $ac_file" >&6;}
     10348      { echo "$as_me:$LINENO: creating $ac_file" >&5
     10349echo "$as_me: creating $ac_file" >&6;}
    1053810350    fi
    10539     # Neutralize special characters interpreted by sed in replacement strings.
    10540     case $configure_input in #(
    10541     *\&* | *\|* | *\\* )
    10542        ac_sed_conf_input=`$as_echo "$configure_input" |
    10543        sed 's/[\\\\&|]/\\\\&/g'`;; #(
    10544     *) ac_sed_conf_input=$configure_input;;
    10545     esac
    1054610351
    1054710352    case $ac_tag in
    10548     *:-:* | *:-) cat >"$tmp/stdin" \
    10549       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    10550 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    10551    { (exit 1); exit 1; }; } ;;
     10353    *:-:* | *:-) cat >"$tmp/stdin";;
    1055210354    esac
    1055310355    ;;
     
    1055910361         X"$ac_file" : 'X\(//\)$' \| \
    1056010362         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
    10561 $as_echo X"$ac_file" |
     10363echo X"$ac_file" |
    1056210364    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    1056310365            s//\1/
     
    1058510387    while :; do
    1058610388      case $as_dir in #(
    10587       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     10389      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
    1058810390      *) as_qdir=$as_dir;;
    1058910391      esac
     
    1059410396         X"$as_dir" : 'X\(//\)$' \| \
    1059510397         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    10596 $as_echo X"$as_dir" |
     10398echo X"$as_dir" |
    1059710399    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    1059810400            s//\1/
     
    1061510417    done
    1061610418    test -z "$as_dirs" || eval "mkdir $as_dirs"
    10617   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    10618 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
     10419  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     10420echo "$as_me: error: cannot create directory $as_dir" >&2;}
    1061910421   { (exit 1); exit 1; }; }; }
    1062010422  ac_builddir=.
     
    1062310425.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    1062410426*)
    10625   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     10427  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    1062610428  # A ".." for each directory in $ac_dir_suffix.
    10627   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     10429  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
    1062810430  case $ac_top_builddir_sub in
    1062910431  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    1067010472_ACEOF
    1067110473
    10672 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     10474cat >>$CONFIG_STATUS <<\_ACEOF
    1067310475# If the template does not know about datarootdir, expand it.
    1067410476# FIXME: This hack should be removed a few years after 2.60.
    1067510477ac_datarootdir_hack=; ac_datarootdir_seen=
    1067610478
    10677 ac_sed_dataroot='
    10678 /datarootdir/ {
     10479case `sed -n '/datarootdir/ {
    1067910480  p
    1068010481  q
     
    1068510486/@localedir@/p
    1068610487/@mandir@/p
    10687 '
    10688 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
     10488' $ac_file_inputs` in
    1068910489*datarootdir*) ac_datarootdir_seen=yes;;
    1069010490*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
    10691   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
    10692 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
    10693 _ACEOF
    10694 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10491  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     10492echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     10493_ACEOF
     10494cat >>$CONFIG_STATUS <<_ACEOF
    1069510495  ac_datarootdir_hack='
    1069610496  s&@datadir@&$datadir&g
     
    1070610506# Shell code in configure.ac might set extrasub.
    1070710507# FIXME: do we really want to maintain this feature?
    10708 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    10709 ac_sed_extra="$ac_vpsub
     10508cat >>$CONFIG_STATUS <<_ACEOF
     10509  sed "$ac_vpsub
    1071010510$extrasub
    1071110511_ACEOF
    10712 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     10512cat >>$CONFIG_STATUS <<\_ACEOF
    1071310513:t
    1071410514/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    10715 s|@configure_input@|$ac_sed_conf_input|;t t
     10515s&@configure_input@&$configure_input&;t t
    1071610516s&@top_builddir@&$ac_top_builddir_sub&;t t
    10717 s&@top_build_prefix@&$ac_top_build_prefix&;t t
    1071810517s&@srcdir@&$ac_srcdir&;t t
    1071910518s&@abs_srcdir@&$ac_abs_srcdir&;t t
     
    1072610525s&@MKDIR_P@&$ac_MKDIR_P&;t t
    1072710526$ac_datarootdir_hack
    10728 "
    10729 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
    10730   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    10731 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    10732    { (exit 1); exit 1; }; }
     10527" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
    1073310528
    1073410529test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    1073510530  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
    1073610531  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    10737   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     10532  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    1073810533which seems to be undefined.  Please make sure it is defined." >&5
    10739 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     10534echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    1074010535which seems to be undefined.  Please make sure it is defined." >&2;}
    1074110536
    1074210537  rm -f "$tmp/stdin"
    1074310538  case $ac_file in
    10744   -) cat "$tmp/out" && rm -f "$tmp/out";;
    10745   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
    10746   esac \
    10747   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    10748 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    10749    { (exit 1); exit 1; }; }
     10539  -) cat "$tmp/out"; rm -f "$tmp/out";;
     10540  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
     10541  esac
    1075010542 ;;
    1075110543
     
    1076110553chmod +x $CONFIG_STATUS
    1076210554ac_clean_files=$ac_clean_files_save
    10763 
    10764 test $ac_write_fail = 0 ||
    10765   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
    10766 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
    10767    { (exit 1); exit 1; }; }
    1076810555
    1076910556
     
    1079410581if test "$no_recursion" != yes; then
    1079510582
    10796   # Remove --cache-file, --srcdir, and --disable-option-checking arguments
    10797   # so they do not pile up.
     10583  # Remove --cache-file and --srcdir arguments so they do not pile up.
    1079810584  ac_sub_configure_args=
    1079910585  ac_prev=
     
    1082410610    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    1082510611      ;;
    10826     --disable-option-checking)
    10827       ;;
    1082810612    *)
    1082910613      case $ac_arg in
    10830       *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     10614      *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    1083110615      esac
    1083210616      ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
     
    1083810622  ac_arg="--prefix=$prefix"
    1083910623  case $ac_arg in
    10840   *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     10624  *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    1084110625  esac
    1084210626  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
     
    1084710631  fi
    1084810632
    10849   # Always prepend --disable-option-checking to silence warnings, since
    10850   # different subdirs can have different --enable and --with options.
    10851   ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
    10852 
    1085310633  ac_popdir=`pwd`
    1085410634  for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
     
    1085910639
    1086010640    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
    10861     $as_echo "$as_me:$LINENO: $ac_msg" >&5
    10862     $as_echo "$ac_msg" >&6
     10641    echo "$as_me:$LINENO: $ac_msg" >&5
     10642    echo "$ac_msg" >&6
    1086310643    { as_dir="$ac_dir"
    1086410644  case $as_dir in #(
     
    1086910649    while :; do
    1087010650      case $as_dir in #(
    10871       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     10651      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
    1087210652      *) as_qdir=$as_dir;;
    1087310653      esac
     
    1087810658         X"$as_dir" : 'X\(//\)$' \| \
    1087910659         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    10880 $as_echo X"$as_dir" |
     10660echo X"$as_dir" |
    1088110661    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    1088210662            s//\1/
     
    1089910679    done
    1090010680    test -z "$as_dirs" || eval "mkdir $as_dirs"
    10901   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    10902 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
     10681  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     10682echo "$as_me: error: cannot create directory $as_dir" >&2;}
    1090310683   { (exit 1); exit 1; }; }; }
    1090410684    ac_builddir=.
     
    1090710687.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    1090810688*)
    10909   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     10689  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    1091010690  # A ".." for each directory in $ac_dir_suffix.
    10911   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     10691  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
    1091210692  case $ac_top_builddir_sub in
    1091310693  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    1094810728      ac_sub_configure=$ac_aux_dir/configure
    1094910729    else
    10950       { $as_echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
    10951 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
     10730      { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
     10731echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
    1095210732      ac_sub_configure=
    1095310733    fi
     
    1096210742      esac
    1096310743
    10964       { $as_echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
    10965 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
     10744      { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
     10745echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
    1096610746      # The eval makes quoting arguments work.
    1096710747      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
    1096810748           --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
    10969         { { $as_echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
    10970 $as_echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
     10749        { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
     10750echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
    1097110751   { (exit 1); exit 1; }; }
    1097210752    fi
     
    1097510755  done
    1097610756fi
    10977 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
    10978   { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5
    10979 $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;}
    10980 fi
    10981 
     10757
  • trunk/configure.in

    r1082 r1087  
    5151
    5252make_command=""
    53 for m in "$MAKE" make gmake gnumake ; do 
    54   if test "x${m}" != "x" ; then 
    55     if  ( sh -c "$m --version" 2>/dev/null | grep GNU >/dev/null ) ; then 
     53for m in "$MAKE" make gmake gnumake ; do
     54  if test "x${m}" != "x" ; then
     55    if  ( sh -c "$m --version" 2>/dev/null | grep GNU >/dev/null ) ; then
    5656      make_command=$m; break;
    5757    fi
     
    121121    for i in "${with_matlab}/bin/mex" "${with_matlab}" ; do
    122122      if test -x "$i" ; then
    123         MEX="$i"; break
     123        MEX="$i"; break
    124124      fi
    125125      if test "x${MEX}" = "x" ; then
    126         AC_ERROR([cannot find mex in $with_matlab])
     126        AC_ERROR([cannot find mex in $with_matlab])
    127127      fi
    128128    done
     
    150150    for i in "${with_octave}/bin/mkoctfile" "${with_octave}" ; do
    151151      if test -x "$i" ; then
    152         MEX="$i"; break
     152        MEX="$i"; break
    153153      fi
    154154      if test "x${MEX}" = "x" ; then
    155         AC_ERROR([cannot find mkoctfile in $with_octave])
     155        AC_ERROR([cannot find mkoctfile in $with_octave])
    156156      fi
    157157    done
     
    170170PERL=
    171171PERL_INCLUDES=
    172 PERL_SITE_PACKAGES=
    173172PERL_ARCHLIB=
     173PERL_VERSION=
     174PERL_VERSION_RV=
    174175if test "$with_perl" != "no" ; then
    175176    AC_MSG_CHECKING([for perl])
     
    181182    if test "x${PERL}" != "x" ; then
    182183      PERL_ARCHLIB=`${PERL} -MConfig -e 'print $Config{archlib}'`
    183       PERL_SITE_PACKAGES='$(libdir)/perl5'
     184      PERL_VERSION=`${PERL} -MConfig -e 'print $Config{version}'`
     185      PERL_VERSION_RV=`echo ${PERL_VERSION} | cut -d'.' -f1-2`
    184186    fi
    185187fi
     
    187189AC_SUBST(PERL)
    188190AC_SUBST(PERL_INCLUDES)
    189 AC_SUBST(PERL_SITE_PACKAGES)
    190191AC_SUBST(PERL_ARCHLIB)
     192AC_SUBST(PERL_VERSION)
     193AC_SUBST(PERL_VERSION_RV)
    191194
    192195PYTHON=""
     
    230233    else
    231234      if test -r $prefix/include/python$PYTHON_VERSION/Python.h; then
    232         PYTHON_INCLUDES='$(prefix)/include/python$(PYTHON_VERSION)'
    233         PYTHON_SITE_PACKAGES='$(libdir)/python$(PYTHON_VERSION)/site-packages'
     235        PYTHON_INCLUDES='$(prefix)/include/python$(PYTHON_VERSION)'
     236        PYTHON_SITE_PACKAGES='$(libdir)/python$(PYTHON_VERSION)/site-packages'
    234237      else
    235         if test -r /usr/include/python$PYTHON_VERSION/Python.h; then
    236           PYTHON_INCLUDES=/usr/include/python$PYTHON_VERSION
    237           PYTHON_SITE_PACKAGES='$(libdir)/python$(PYTHON_VERSION)/site-packages'
    238         else
    239           echo could not find python$PYTHON_VERSION/Python.h
    240         fi
     238        if test -r /usr/include/python$PYTHON_VERSION/Python.h; then
     239          PYTHON_INCLUDES=/usr/include/python$PYTHON_VERSION
     240          PYTHON_SITE_PACKAGES='$(libdir)/python$(PYTHON_VERSION)/site-packages'
     241        else
     242          echo could not find python$PYTHON_VERSION/Python.h
     243        fi
    241244      fi
    242245      if test ! -d "$PYTHON_SITE_PACKAGES"; then
    243         PYTHON_SITE_PACKAGES=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib()"`
     246        PYTHON_SITE_PACKAGES=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib()"`
    244247      fi
    245248    fi
     
    253256  AC_MSG_CHECKING([for python distutils])
    254257  ${PYTHON} -c "from distutils.core import setup; setup(name='test')" \
    255         build build_ext 2>&1 > /dev/null
     258        build build_ext 2>&1 > /dev/null
    256259  if test $? = 0 ; then
    257260    HAVE_PYTHON_DISTUTILS="yes"
     
    260263  fi
    261264  AC_MSG_RESULT([$HAVE_PYTHON_DISTUTILS])
    262  
     265
    263266  if test "${HAVE_PYTHON_DISTUTILS}" = "yes"; then
    264267    #
     
    270273       print distutils.sysconfig.get_python_inc();"`
    271274      if test -n "${incdir}"; then
    272         python_path="-I${incdir}"
     275        python_path="-I${incdir}"
    273276      fi
    274277      PYTHON_CPPFLAGS=$python_path
     
    281284    AC_MSG_CHECKING([location of site-packages])
    282285    PYTHON_SITE_DIR="`${PYTHON} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(0);'`"
    283    
     286
    284287    PYTHON_CFLAGS="`$PYTHON -c 'from distutils import sysconfig; flags = [[\"-I\" + sysconfig.get_python_inc(0), \"-I\" + sysconfig.get_python_inc(1), \" \".join(sysconfig.get_config_var(\"CFLAGS\").split())]]; print \" \".join(flags);'`"
    285288    PYTHON_LDFLAGS="`$PYTHON -c 'from distutils import sysconfig; libs = sysconfig.get_config_var(\"LIBS\").split() + sysconfig.get_config_var(\"SYSLIBS\").split(); libs.append(\"-lpython\"+sysconfig.get_config_var(\"VERSION\")); print \" \".join(libs);'`"
     
    301304RUBY_DEV_PKG="no"
    302305
    303 AC_ARG_WITH(ruby, 
    304   AS_HELP_STRING([--with-ruby=PATH], [absolute path to ruby executable]), 
     306AC_ARG_WITH(ruby,
     307  AS_HELP_STRING([--with-ruby=PATH], [absolute path to ruby executable]),
    305308  [rappture_with_ruby=$with_val])
    306 if test "${rappture_with_ruby}" != "no" ; then 
     309if test "${rappture_with_ruby}" != "no" ; then
    307310  if test "${rappture_with_ruby}" = "yes" ; then
    308311    AC_PATH_PROG(RUBY, ruby)
    309312  else
    310     AC_PATH_PROG(RUBY, ruby, 
     313    AC_PATH_PROG(RUBY, ruby,
    311314      [${rappture_with_ruby}/bin/ruby:${rappture_with_ruby}])
    312315  fi
     
    314317AC_SUBST(RUBY)
    315318
     319RUBY_VERSION_RV=
     320RUBY_PLATFORM=
    316321if test "x${RUBY}" != "x" ; then
    317322  AX_PROG_RUBY_VERSION
     323  RUBY_VERSION_RV=`echo ${RUBY_VERSION} | cut -d'.' -f1-2`
     324  RUBY_PLATFORM=`ruby -e 'puts RUBY_PLATFORM'`
    318325  ac_mkmf_result=`${RUBY} -r mkmf -e ";" 2>&1`
    319326  if test -z "$ac_mkmf_result"; then
     
    323330fi
    324331AC_SUBST(HAVE_RUBY_DEVEL)
     332AC_SUBST(RUBY_VERSION_RV)
     333AC_SUBST(RUBY_PLATFORM)
    325334
    326335RP_BASE=`pwd`
     
    366375dnl read Makefile.in and write Makefile
    367376AC_OUTPUT( [
    368         Makefile
    369         packages/Makefile
    370         src/Makefile
    371         src/core/Makefile
    372         src/core2/Makefile
    373         src/objects/Makefile
    374         gui/Makefile
    375         gui/apps/Makefile
    376         gui/apps/rappture
    377         gui/apps/rappture.env
    378         gui/apps/simsim
    379         gui/pkgIndex.tcl
    380         gui/scripts/Makefile
    381         lang/Makefile
    382         lang/perl/Makefile
    383         lang/perl/Makefile.PL
    384         lang/python/Makefile
    385         lang/python/setup.py
    386         lang/matlab/Makefile
    387         lang/octave/Makefile
    388         lang/ruby/Makefile
    389         lang/ruby/build.rb
    390         lang/tcl/Makefile
    391         lang/tcl/pkgIndex.tcl
    392         lang/tcl/src/Makefile
    393         lang/tcl/scripts/Makefile
    394         lang/tcl/tests/Makefile
    395         lib/Makefile
    396         examples/Makefile
    397         examples/3D/Makefile
    398         examples/app-fermi/Makefile
    399         examples/app-fermi/2.0/Makefile
    400         examples/app-fermi/cee/Makefile
    401         examples/app-fermi/fortran/Makefile
    402         examples/app-fermi/matlab/Makefile
    403         examples/app-fermi/octave/Makefile
    404         examples/app-fermi/perl/Makefile
    405         examples/app-fermi/python/Makefile
    406         examples/app-fermi/ruby/Makefile
    407         examples/app-fermi/tcl/Makefile
    408         examples/app-fermi/wrapper/Makefile
    409         examples/app-fermi/wrapper/cee/Makefile
    410         examples/app-fermi/wrapper/python/Makefile
    411         examples/app-fermi/wrapper/tcl/Makefile
    412         examples/c-example/Makefile
    413         examples/canvas/Makefile
    414         examples/demo.bash
    415         examples/graph/Makefile
    416         examples/zoo/Makefile
    417         examples/zoo/binary/Makefile
    418         examples/zoo/boolean/Makefile
    419         examples/zoo/choice/Makefile
    420         examples/zoo/cloud/Makefile
    421         examples/zoo/cloud/matlab/Makefile
    422         examples/zoo/curve/Makefile
    423         examples/zoo/enable/Makefile
    424         examples/zoo/field/Makefile
    425         examples/zoo/group/Makefile
    426         examples/zoo/image/Makefile
    427         examples/zoo/image/docs/Makefile
    428         examples/zoo/image/examples/Makefile 
    429         examples/zoo/integer/Makefile
    430         examples/zoo/integer2/Makefile
    431         examples/zoo/loader/Makefile
    432         examples/zoo/loader/examples/Makefile
    433         examples/zoo/log/Makefile
    434         examples/zoo/note/Makefile
    435         examples/zoo/note/docs/Makefile
    436         examples/zoo/number/Makefile
    437         examples/zoo/number2/Makefile
    438         examples/zoo/phase/Makefile
    439         examples/zoo/sequence/Makefile
    440         examples/zoo/sequence/examples/Makefile
    441         examples/zoo/string/Makefile
    442         examples/zoo/structure/Makefile
    443         examples/zoo/structure/examples/Makefile
    444         examples/zoo/table/Makefile
    445         test/Makefile
    446         test/src/Makefile
     377    Makefile
     378    packages/Makefile
     379    src/Makefile
     380    src/core/Makefile
     381    src/core2/Makefile
     382    src/objects/Makefile
     383    gui/Makefile
     384    gui/apps/Makefile
     385    gui/apps/rappture
     386    gui/apps/rappture.env
     387    gui/apps/simsim
     388    gui/pkgIndex.tcl
     389    gui/scripts/Makefile
     390    lang/Makefile
     391    lang/perl/Makefile
     392    lang/perl/Makefile.PL
     393    lang/python/Makefile
     394    lang/python/setup.py
     395    lang/matlab/Makefile
     396    lang/octave/Makefile
     397    lang/ruby/Makefile
     398    lang/ruby/build.rb
     399    lang/tcl/Makefile
     400    lang/tcl/pkgIndex.tcl
     401    lang/tcl/src/Makefile
     402    lang/tcl/scripts/Makefile
     403    lang/tcl/tests/Makefile
     404    lib/Makefile
     405    examples/Makefile
     406    examples/3D/Makefile
     407    examples/app-fermi/Makefile
     408    examples/app-fermi/2.0/Makefile
     409    examples/app-fermi/cee/Makefile
     410    examples/app-fermi/fortran/Makefile
     411    examples/app-fermi/matlab/Makefile
     412    examples/app-fermi/octave/Makefile
     413    examples/app-fermi/perl/Makefile
     414    examples/app-fermi/python/Makefile
     415    examples/app-fermi/ruby/Makefile
     416    examples/app-fermi/tcl/Makefile
     417    examples/app-fermi/wrapper/Makefile
     418    examples/app-fermi/wrapper/cee/Makefile
     419    examples/app-fermi/wrapper/python/Makefile
     420    examples/app-fermi/wrapper/tcl/Makefile
     421    examples/c-example/Makefile
     422    examples/canvas/Makefile
     423    examples/demo.bash
     424    examples/graph/Makefile
     425    examples/zoo/Makefile
     426    examples/zoo/binary/Makefile
     427    examples/zoo/boolean/Makefile
     428    examples/zoo/choice/Makefile
     429    examples/zoo/cloud/Makefile
     430    examples/zoo/cloud/matlab/Makefile
     431    examples/zoo/curve/Makefile
     432    examples/zoo/enable/Makefile
     433    examples/zoo/field/Makefile
     434    examples/zoo/group/Makefile
     435    examples/zoo/image/Makefile
     436    examples/zoo/image/docs/Makefile
     437    examples/zoo/image/examples/Makefile
     438    examples/zoo/integer/Makefile
     439    examples/zoo/integer2/Makefile
     440    examples/zoo/loader/Makefile
     441    examples/zoo/loader/examples/Makefile
     442    examples/zoo/log/Makefile
     443    examples/zoo/note/Makefile
     444    examples/zoo/note/docs/Makefile
     445    examples/zoo/number/Makefile
     446    examples/zoo/number2/Makefile
     447    examples/zoo/phase/Makefile
     448    examples/zoo/sequence/Makefile
     449    examples/zoo/sequence/examples/Makefile
     450    examples/zoo/string/Makefile
     451    examples/zoo/structure/Makefile
     452    examples/zoo/structure/examples/Makefile
     453    examples/zoo/table/Makefile
     454    test/Makefile
     455    test/src/Makefile
    447456])
  • trunk/gui/apps/rappture.env.in

    r1081 r1087  
    99# ======================================================================
    1010#  AUTHOR:  Michael McLennan, Purdue University
    11 #  Copyright (c) 2004-2007  Purdue Research Foundation
     11#  Copyright (c) 2004-2008  Purdue Research Foundation
    1212#
    1313#  See the file "license.terms" for information on usage and
     
    2020# no need to edit the rest...
    2121export PATH=$RAPPTURE_INSTALL_DIR/bin:$PATH
    22 export PERL5LIB=$RAPPTURE_INSTALL_DIR/lib/perl5:$RAPPTURE_INSTALL_DIR/lib64/perl5:$PERL5LIB
     22export PERL5LIB=$RAPPTURE_INSTALL_DIR/lib/perl/@PERL_VERSION_RV@:$RAPPTURE_INSTALL_DIR/lib64/perl/@PERL_VERSION_RV@:$PERL5LIB
    2323export PYTHONPATH=$RAPPTURE_INSTALL_DIR/lib/python@PYTHON_VERSION@/site-packages:$RAPPTURE_INSTALL_DIR/lib64/python@PYTHON_VERSION@/site-packages:$PYTHONPATH
    2424export MATLABPATH=$RAPPTURE_INSTALL_DIR/lib/matlab:$MATLABPATH
     
    2929export TCLLIBPATH="$RAPPTURE_INSTALL_DIR/lib/vtk $TCLLIBPATH"
    3030export TK_LIBRARY=$RAPPTURE_INSTALL_DIR/lib/tk8.4:$RAPPTURE_INSTALL_DIR/lib64/tk8.4:$TK_LIBRARY
    31 export RUBYLIB=$RAPPTURE_INSTALL_DIR/lib/ruby/ruby_site:$RAPPTURE_INSTALL_DIR/lib64/ruby/ruby_site:$RUBY_LIB
     31export RUBYLIB=$RAPPTURE_INSTALL_DIR/lib/ruby/site_ruby/@RUBY_VERSION_RV@/@RUBY_PLATFORM@:$RAPPTURE_INSTALL_DIR/lib64/ruby/site_ruby/@RUBY_VERSION_RV@/@RUBY_PLATFORM@:$RUBY_LIB
    3232
  • trunk/lang/Makefile.in

    r1082 r1087  
    11
    22bindir          = @bindir@
    3 datadir         = @datadir@
    4 datarootdir     = @datarootdir@
     3datadir         = @datadir@
     4datarootdir     = @datarootdir@
    55exec_prefix     = @exec_prefix@
    66includedir      = @includedir@
     
    99prefix          = @prefix@
    1010
    11 INSTALL         = @INSTALL@
     11INSTALL         = @INSTALL@
    1212
    13 SHELL           = @SHELL@
    14 F77             = @F77@
    15 CC              = @CC@
    16 CXX             = @CXX@
    17 RUBY            = @HAVE_RUBY_DEVEL@
    18 PERL            = @PERL@
    19 TCLSH           = @TCLSH@
    20 PYTHON          = @HAVE_PYTHON_DISTUTILS@
    21 MEX             = @MEX@
    22 MKOCTFILE       = @MKOCTFILE@
     13SHELL           = @SHELL@
     14F77             = @F77@
     15CC              = @CC@
     16CXX             = @CXX@
     17RUBY            = @HAVE_RUBY_DEVEL@
     18PERL            = @PERL@
     19TCLSH           = @TCLSH@
     20PYTHON          = @HAVE_PYTHON_DISTUTILS@
     21MEX             = @MEX@
     22MKOCTFILE       = @MKOCTFILE@
    2323
    2424# Rappture requires it. We always build a Tcl language API.
     
    4343.PHONY: tcl octave matlab perl python ruby
    4444
    45 all:   
     45all:
    4646        for i in $(LANGS) ; do \
    4747          $(MAKE) -C $$i all || exit 1 ;\
    4848        done
    4949
    50 install: 
     50install:
    5151        for i in $(LANGS) ; do \
    5252          $(MAKE) -C $$i install || exit 1 ;\
    5353        done
    5454
    55 test: 
     55test:
    5656        for i in $(LANGS) ; do \
    5757          $(MAKE) -C $$i test || exit 1 ;\
    5858        done
    5959
    60 clean: 
     60clean:
    6161        for i in $(LANGS) ; do \
    6262          $(MAKE) -C $$i clean ;\
    6363        done
    6464
    65 distclean: 
     65distclean:
    6666        for i in $(LANGS) ; do \
    6767          $(MAKE) -C $$i distclean ;\
  • trunk/lang/perl/Makefile.in

    r1082 r1087  
    11
    22bindir          = @bindir@
    3 datadir         = @datadir@
    4 datarootdir     = @datarootdir@
     3datadir         = @datadir@
     4datarootdir     = @datarootdir@
    55exec_prefix     = @exec_prefix@
    66includedir      = @includedir@
     
    88mandir          = @mandir@
    99prefix          = @prefix@
    10 srcdir          = @srcdir@
     10srcdir          = @srcdir@
    1111
    12 INSTALL         = @INSTALL@
    13 MKDIR_P         = @MKDIR_P@
    14 RM              = rm -f
    15 PERL            = @PERL@
    16 PERL_ARCHLIB    = @PERL_ARCHLIB@
    17 suffix          := $(shell echo $(PERL_ARCHLIB) | sed s/.\*perl5//)
    18 perl5dir        = $$RAPPTURE_INSTALL_DIR/lib/perl5/$(suffix)
     12INSTALL         = @INSTALL@
     13MKDIR_P         = @MKDIR_P@
     14RM              = rm -f
     15PERL            = @PERL@
     16PERL_ARCHLIB    = @PERL_ARCHLIB@
     17PERL_VERSION    = @PERL_VERSION@
     18PERL_VERSION_RV = @PERL_VERSION_RV@
     19perl5dir        = $$RAPPTURE_INSTALL_DIR/lib/perl/$(PERL_VERSION_RV)
    1920
    20 build_dir       = build
     21build_dir       = build
    2122
    2223all: tmp perl.env
     
    2728        $(MKDIR_P) $(build_dir)
    2829        cp -p Makefile.PL $(build_dir)/Makefile.PL
    29         tar -C $(srcdir) -clf - . | tar -C $(build_dir) -xpf - 
     30        tar -C $(srcdir) -clf - . | tar -C $(build_dir) -xpf -
    3031        (cd $(build_dir); $(PERL) Makefile.PL)
    3132
  • trunk/lang/ruby/Makefile.in

    r1082 r1087  
    11
    22bindir          = @bindir@
    3 datadir         = @datadir@
    4 datarootdir     = @datarootdir@
     3datadir         = @datadir@
     4datarootdir     = @datarootdir@
    55exec_prefix     = @exec_prefix@
    66includedir      = @includedir@
     
    88mandir          = @mandir@
    99prefix          = @prefix@
    10 srcdir          = @srcdir@
     10srcdir          = @srcdir@
    1111
    12 INSTALL         = @INSTALL@
    13 SOEXT           = @SHLIB_SUFFIX@
     12INSTALL         = @INSTALL@
     13SOEXT           = @SHLIB_SUFFIX@
    1414
    1515
    1616HAVE_RUBY_DEVEL = @HAVE_RUBY_DEVEL@
    17 RUBY            = @RUBY@
    18 RUBY_VERSION    = @RUBY_VERSION@
    19 RUBY_CPPFLAGS   = @RUBY_CPPFLAGS@
     17RUBY            = @RUBY@
     18RUBY_VERSION    = @RUBY_VERSION@
     19RUBY_CPPFLAGS   = @RUBY_CPPFLAGS@
    2020RUBY_EXTRA_LIBS = @RUBY_EXTRA_LIBS@
    21 RUBY_LDFLAGS    = @RUBY_LDFLAGS@
    22 RUBY_SITE_PKG   = @RUBY_SITE_PKG@
    23 destsuffix      := $(shell echo "$(RUBY_SITE_PKG)" | sed s/.\*site_ruby//)
    24 destdir         = $(libdir)/lib/ruby/site_ruby/$(destsuffix)
    25 rubydir         = $$RAPPTURE_INSTALL_DIR/ruby/site_ruby/$(destsuffix)
     21RUBY_LDFLAGS    = @RUBY_LDFLAGS@
     22RUBY_SITE_PKG   = @RUBY_SITE_PKG@
     23RUBY_VERSION_RV = @RUBY_VERSION_RV@
     24RUBY_PLATFORM   = @RUBY_PLATFORM@
     25destsuffix      = $(RUBY_VERSION_RV)/$(RUBY_PLATFORM)
     26destdir         = $(libdir)/ruby/site_ruby/$(destsuffix)
     27rubydir         = $$RAPPTURE_INSTALL_DIR/lib/ruby/site_ruby/$(destsuffix)
    2628
    2729CXX             = @CXX@
     
    3739LIB_SEARCH_DIRS = @LIB_SEARCH_DIRS@
    3840
    39 DEFINES         = -Wall -DRAISE_EXCEPTIONS
    40 CFLAGS          = @CFLAGS@ @SHLIB_CFLAGS@ 
    41 INCLUDES        = -I$(srcdir) \
     41DEFINES         = -Wall -DRAISE_EXCEPTIONS
     42CFLAGS          = @CFLAGS@ @SHLIB_CFLAGS@
     43INCLUDES        = -I$(srcdir) \
    4244                  -I$(srcdir)/../../src/core \
    4345                  -I$(includedir) \
    4446                  $(RUBY_CPPFLAGS)
    4547
    46 RANLIB          = @RANLIB@
    47 MKDIR_P         = @MKDIR_P@
    48 AR              = ar
    49 VPATH           = $(srcdir)
    50 RM              = rm -f
     48RANLIB          = @RANLIB@
     49MKDIR_P         = @MKDIR_P@
     50AR              = ar
     51VPATH           = $(srcdir)
     52RM              = rm -f
    5153
    5254CDEBUGFLAGS     = -g -Wall
    5355
    54 LIBS            = \
     56LIBS            = \
    5557                -L../../src/core -lrappture \
    5658                $(RUBY_LDFLAGS)
    5759
    58 CC_SWITCHES     = $(CFLAGS) $(CFLAGS_DEBUG) $(INCLUDES) $(DEFINES)
    59 CXX_SWITCHES    = $(CFLAGS) $(CFLAGS_DEBUG) $(INCLUDES) $(DEFINES)
     60CC_SWITCHES     = $(CFLAGS) $(CFLAGS_DEBUG) $(INCLUDES) $(DEFINES)
     61CXX_SWITCHES    = $(CFLAGS) $(CFLAGS_DEBUG) $(INCLUDES) $(DEFINES)
    6062
    6163
    62 OBJS            = \
     64OBJS            = \
    6365                Ruby_Rappture.o
    6466
    65 lib             = Rappture$(SOEXT)
     67lib             = Rappture$(SOEXT)
    6668
    6769all: $(lib) ruby.env
     
    6971$(lib): $(OBJS)
    7072        $(SHLIB_LD) $(SHLIB_LDFLAGS) -o $@ $(OBJS) \
    71                 $(LIB_SEARCH_DIRS) $(LIBS) 
     73                $(LIB_SEARCH_DIRS) $(LIBS)
    7274install: $(lib) ruby.env
    7375        $(MKDIR_P) $(destdir)
     
    7577        $(INSTALL) -m 555 ruby.env $(bindir)
    7678
    77 clean: 
     79clean:
    7880        $(RM) $(lib) $(OBJS)
    7981
     
    8486        $(RUBY) build.rb
    8587
    86 .cc.o: 
    87         $(CXX) $(CXX_SWITCHES) -c $? 
     88.cc.o:
     89        $(CXX) $(CXX_SWITCHES) -c $?
    8890.c.o:
    89         $(CC) $(CC_SWITCHES)-c $? 
     91        $(CC) $(CC_SWITCHES)-c $?
    9092
    9193ruby.env:
     
    9395
    9496old: Makefile.ruby
    95         $(MAKE) -f Makefile.ruby all 
     97        $(MAKE) -f Makefile.ruby all
Note: See TracChangeset for help on using the changeset viewer.