Changeset 3049 for trunk


Ignore:
Timestamp:
Jun 20, 2012 10:27:20 AM (12 years ago)
Author:
gah
Message:
 
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r3038 r3049  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.69 for Rappture 1.1.
     3# Generated by GNU Autoconf 2.67 for Rappture 1.1.
    44#
    55# Report bugs to <rappture@nanohub.org>.
    66#
    77#
    8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
     8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
     9# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
     10# Foundation, Inc.
    911#
    1012#
     
    9092
    9193# Find who we are.  Look in the path if we contain no directory separator.
    92 as_myself=
    9394case $0 in #((
    9495  *[\\/]* ) as_myself=$0 ;;
     
    135136(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
    136137
    137 # Use a proper internal environment variable to ensure we don't fall
    138   # into an infinite loop, continuously re-executing ourselves.
    139   if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
    140     _as_can_reexec=no; export _as_can_reexec;
    141     # We cannot yet assume a decent shell, so we have to provide a
    142 # neutralization value for shells without unset; and this also
    143 # works around shells that cannot unset nonexistent variables.
    144 # Preserve -v and -x to the replacement shell.
    145 BASH_ENV=/dev/null
    146 ENV=/dev/null
    147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    148 case $- in # ((((
    149   *v*x* | *x*v* ) as_opts=-vx ;;
    150   *v* ) as_opts=-v ;;
    151   *x* ) as_opts=-x ;;
    152   * ) as_opts= ;;
    153 esac
    154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
    155 # Admittedly, this is quite paranoid, since all the known shells bail
    156 # out after a failed `exec'.
    157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
    158 as_fn_exit 255
    159   fi
    160   # We don't want this to propagate to other subprocesses.
    161           { _as_can_reexec=; unset _as_can_reexec;}
    162138if test "x$CONFIG_SHELL" = x; then
    163139  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
     
    193169  exitcode=1; echo positional parameters were not saved.
    194170fi
    195 test x\$exitcode = x0 || exit 1
    196 test -x / || exit 1"
     171test x\$exitcode = x0 || exit 1"
    197172  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
    198173  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
     
    239214
    240215      if test "x$CONFIG_SHELL" != x; then :
    241   export CONFIG_SHELL
    242              # We cannot yet assume a decent shell, so we have to provide a
    243 # neutralization value for shells without unset; and this also
    244 # works around shells that cannot unset nonexistent variables.
    245 # Preserve -v and -x to the replacement shell.
    246 BASH_ENV=/dev/null
    247 ENV=/dev/null
    248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    249 case $- in # ((((
    250   *v*x* | *x*v* ) as_opts=-vx ;;
    251   *v* ) as_opts=-v ;;
    252   *x* ) as_opts=-x ;;
    253   * ) as_opts= ;;
    254 esac
    255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
    256 # Admittedly, this is quite paranoid, since all the known shells bail
    257 # out after a failed `exec'.
    258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
    259 exit 255
     216  # We cannot yet assume a decent shell, so we have to provide a
     217        # neutralization value for shells without unset; and this also
     218        # works around shells that cannot unset nonexistent variables.
     219        BASH_ENV=/dev/null
     220        ENV=/dev/null
     221        (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
     222        export CONFIG_SHELL
     223        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    260224fi
    261225
     
    360324
    361325} # as_fn_mkdir_p
    362 
    363 # as_fn_executable_p FILE
    364 # -----------------------
    365 # Test if FILE is an executable regular file.
    366 as_fn_executable_p ()
    367 {
    368   test -f "$1" && test -x "$1"
    369 } # as_fn_executable_p
    370326# as_fn_append VAR VALUE
    371327# ----------------------
     
    489445    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
    490446
    491   # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
    492   # already done that, so ensure we don't try to do so again and fall
    493   # in an infinite loop.  This has already happened in practice.
    494   _as_can_reexec=no; export _as_can_reexec
    495447  # Don't try to exec as it changes $[0], causing all sort of problems
    496448  # (the dirname of $[0] is not the place where we might find the
     
    527479    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    528480    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    529     # In both cases, we have to default to `cp -pR'.
     481    # In both cases, we have to default to `cp -p'.
    530482    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    531       as_ln_s='cp -pR'
     483      as_ln_s='cp -p'
    532484  elif ln conf$$.file conf$$ 2>/dev/null; then
    533485    as_ln_s=ln
    534486  else
    535     as_ln_s='cp -pR'
     487    as_ln_s='cp -p'
    536488  fi
    537489else
    538   as_ln_s='cp -pR'
     490  as_ln_s='cp -p'
    539491fi
    540492rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     
    548500fi
    549501
    550 as_test_x='test -x'
    551 as_executable_p=as_fn_executable_p
     502if test -x / >/dev/null 2>&1; then
     503  as_test_x='test -x'
     504else
     505  if ls -dL / >/dev/null 2>&1; then
     506    as_ls_L_option=L
     507  else
     508    as_ls_L_option=
     509  fi
     510  as_test_x='
     511    eval sh -c '\''
     512      if test -d "$1"; then
     513        test -d "$1/.";
     514      else
     515        case $1 in #(
     516        -*)set "./$1";;
     517        esac;
     518        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
     519        ???[sx]*):;;*)false;;esac;fi
     520    '\'' sh
     521  '
     522fi
     523as_executable_p=$as_test_x
    552524
    553525# Sed expression to map a string onto a valid CPP name.
     
    12381210    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    12391211      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    1240     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
     1212    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    12411213    ;;
    12421214
     
    12891261  if test "x$build_alias" = x; then
    12901262    cross_compiling=maybe
     1263    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
     1264    If a cross compiler is detected then cross compile mode will be used" >&2
    12911265  elif test "x$build_alias" != "x$host_alias"; then
    12921266    cross_compiling=yes
     
    15521526  cat <<\_ACEOF
    15531527Rappture configure 1.1
    1554 generated by GNU Autoconf 2.69
    1555 
    1556 Copyright (C) 2012 Free Software Foundation, Inc.
     1528generated by GNU Autoconf 2.67
     1529
     1530Copyright (C) 2010 Free Software Foundation, Inc.
    15571531This configure script is free software; the Free Software Foundation
    15581532gives unlimited permission to copy, distribute and modify it.
     
    15981572        ac_retval=1
    15991573fi
    1600   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1574  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    16011575  as_fn_set_status $ac_retval
    16021576
     
    16361610        ac_retval=1
    16371611fi
    1638   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1612  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    16391613  as_fn_set_status $ac_retval
    16401614
     
    16741648        ac_retval=1
    16751649fi
    1676   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1650  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    16771651  as_fn_set_status $ac_retval
    16781652
     
    17111685    ac_retval=1
    17121686fi
    1713   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1687  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    17141688  as_fn_set_status $ac_retval
    17151689
     
    17531727fi
    17541728  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    1755   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1729  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    17561730  as_fn_set_status $ac_retval
    17571731
     
    17851759       } && test -s conftest$ac_exeext && {
    17861760         test "$cross_compiling" = yes ||
    1787          test -x conftest$ac_exeext
     1761         $as_test_x conftest$ac_exeext
    17881762       }; then :
    17891763  ac_retval=0
     
    17991773  # left behind by Apple's compiler.  We do this before executing the actions.
    18001774  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    1801   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1775  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    18021776  as_fn_set_status $ac_retval
    18031777
     
    18121786  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    18131787$as_echo_n "checking for $2... " >&6; }
    1814 if eval \${$3+:} false; then :
     1788if eval "test \"\${$3+set}\"" = set; then :
    18151789  $as_echo_n "(cached) " >&6
    18161790else
     
    18671841               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    18681842$as_echo "$ac_res" >&6; }
    1869   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1843  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    18701844
    18711845} # ac_fn_c_check_func
     
    18981872       } && test -s conftest$ac_exeext && {
    18991873         test "$cross_compiling" = yes ||
    1900          test -x conftest$ac_exeext
     1874         $as_test_x conftest$ac_exeext
    19011875       }; then :
    19021876  ac_retval=0
     
    19121886  # left behind by Apple's compiler.  We do this before executing the actions.
    19131887  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    1914   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1888  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    19151889  as_fn_set_status $ac_retval
    19161890
     
    19251899  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    19261900$as_echo_n "checking for $2... " >&6; }
    1927 if eval \${$3+:} false; then :
     1901if eval "test \"\${$3+set}\"" = set; then :
    19281902  $as_echo_n "(cached) " >&6
    19291903else
     
    19801954               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    19811955$as_echo "$ac_res" >&6; }
    1982   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1956  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    19831957
    19841958} # ac_fn_cxx_check_func
     
    20161990    ac_retval=1
    20171991fi
    2018   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1992  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    20191993  as_fn_set_status $ac_retval
    20201994
     
    20292003{
    20302004  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    2031   if eval \${$3+:} false; then :
     2005  if eval "test \"\${$3+set}\"" = set; then :
    20322006  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    20332007$as_echo_n "checking for $2... " >&6; }
    2034 if eval \${$3+:} false; then :
     2008if eval "test \"\${$3+set}\"" = set; then :
    20352009  $as_echo_n "(cached) " >&6
    20362010fi
     
    20992073  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    21002074$as_echo_n "checking for $2... " >&6; }
    2101 if eval \${$3+:} false; then :
     2075if eval "test \"\${$3+set}\"" = set; then :
    21022076  $as_echo_n "(cached) " >&6
    21032077else
     
    21082082$as_echo "$ac_res" >&6; }
    21092083fi
    2110   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     2084  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    21112085
    21122086} # ac_fn_cxx_check_header_mongrel
     
    21212095  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    21222096$as_echo_n "checking for $2... " >&6; }
    2123 if eval \${$3+:} false; then :
     2097if eval "test \"\${$3+set}\"" = set; then :
    21242098  $as_echo_n "(cached) " >&6
    21252099else
     
    21392113               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    21402114$as_echo "$ac_res" >&6; }
    2141   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     2115  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    21422116
    21432117} # ac_fn_cxx_check_header_compile
     
    21802154fi
    21812155  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    2182   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     2156  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    21832157  as_fn_set_status $ac_retval
    21842158
     
    22022176{
    22032177static int test_array [1 - 2 * !(($2) >= 0)];
    2204 test_array [0] = 0;
    2205 return test_array [0];
     2178test_array [0] = 0
    22062179
    22072180  ;
     
    22192192{
    22202193static int test_array [1 - 2 * !(($2) <= $ac_mid)];
    2221 test_array [0] = 0;
    2222 return test_array [0];
     2194test_array [0] = 0
    22232195
    22242196  ;
     
    22462218{
    22472219static int test_array [1 - 2 * !(($2) < 0)];
    2248 test_array [0] = 0;
    2249 return test_array [0];
     2220test_array [0] = 0
    22502221
    22512222  ;
     
    22632234{
    22642235static int test_array [1 - 2 * !(($2) >= $ac_mid)];
    2265 test_array [0] = 0;
    2266 return test_array [0];
     2236test_array [0] = 0
    22672237
    22682238  ;
     
    22982268{
    22992269static int test_array [1 - 2 * !(($2) <= $ac_mid)];
    2300 test_array [0] = 0;
    2301 return test_array [0];
     2270test_array [0] = 0
    23022271
    23032272  ;
     
    23632332
    23642333  fi
    2365   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     2334  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    23662335  as_fn_set_status $ac_retval
    23672336
     
    23722341
    23732342It was created by Rappture $as_me 1.1, which was
    2374 generated by GNU Autoconf 2.69.  Invocation command line was
     2343generated by GNU Autoconf 2.67.  Invocation command line was
    23752344
    23762345  $ $0 $@
     
    26302599$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    26312600as_fn_error $? "failed to load site script $ac_site_file
    2632 See \`config.log' for more details" "$LINENO" 5; }
     2601See \`config.log' for more details" "$LINENO" 5 ; }
    26332602  fi
    26342603done
     
    28022771$as_echo_n "checking for a BSD-compatible install... " >&6; }
    28032772if test -z "$INSTALL"; then
    2804 if ${ac_cv_path_install+:} false; then :
     2773if test "${ac_cv_path_install+set}" = set; then :
    28052774  $as_echo_n "(cached) " >&6
    28062775else
     
    28222791    for ac_prog in ginstall scoinst install; do
    28232792      for ac_exec_ext in '' $ac_executable_extensions; do
    2824         if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
     2793        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
    28252794          if test $ac_prog = install &&
    28262795            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     
    28842853{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    28852854$as_echo_n "checking for $ac_word... " >&6; }
    2886 if ${ac_cv_prog_RANLIB+:} false; then :
     2855if test "${ac_cv_prog_RANLIB+set}" = set; then :
    28872856  $as_echo_n "(cached) " >&6
    28882857else
     
    28962865  test -z "$as_dir" && as_dir=.
    28972866    for ac_exec_ext in '' $ac_executable_extensions; do
    2898   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2867  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    28992868    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    29002869    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    29242893{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    29252894$as_echo_n "checking for $ac_word... " >&6; }
    2926 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
     2895if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
    29272896  $as_echo_n "(cached) " >&6
    29282897else
     
    29362905  test -z "$as_dir" && as_dir=.
    29372906    for ac_exec_ext in '' $ac_executable_extensions; do
    2938   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2907  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    29392908    ac_cv_prog_ac_ct_RANLIB="ranlib"
    29402909    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    29852954$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
    29862955if test -z "$MKDIR_P"; then
    2987   if ${ac_cv_path_mkdir+:} false; then :
     2956  if test "${ac_cv_path_mkdir+set}" = set; then :
    29882957  $as_echo_n "(cached) " >&6
    29892958else
     
    29952964    for ac_prog in mkdir gmkdir; do
    29962965         for ac_exec_ext in '' $ac_executable_extensions; do
    2997            as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
     2966           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
    29982967           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
    29992968             'mkdir (GNU coreutils) '* | \
     
    30282997set x ${MAKE-make}
    30292998ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    3030 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
     2999if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
    30313000  $as_echo_n "(cached) " >&6
    30323001else
     
    30673036{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    30683037$as_echo_n "checking for $ac_word... " >&6; }
    3069 if ${ac_cv_prog_CC+:} false; then :
     3038if test "${ac_cv_prog_CC+set}" = set; then :
    30703039  $as_echo_n "(cached) " >&6
    30713040else
     
    30793048  test -z "$as_dir" && as_dir=.
    30803049    for ac_exec_ext in '' $ac_executable_extensions; do
    3081   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3050  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    30823051    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    30833052    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    31073076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    31083077$as_echo_n "checking for $ac_word... " >&6; }
    3109 if ${ac_cv_prog_ac_ct_CC+:} false; then :
     3078if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
    31103079  $as_echo_n "(cached) " >&6
    31113080else
     
    31193088  test -z "$as_dir" && as_dir=.
    31203089    for ac_exec_ext in '' $ac_executable_extensions; do
    3121   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3090  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    31223091    ac_cv_prog_ac_ct_CC="gcc"
    31233092    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    31603129{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    31613130$as_echo_n "checking for $ac_word... " >&6; }
    3162 if ${ac_cv_prog_CC+:} false; then :
     3131if test "${ac_cv_prog_CC+set}" = set; then :
    31633132  $as_echo_n "(cached) " >&6
    31643133else
     
    31723141  test -z "$as_dir" && as_dir=.
    31733142    for ac_exec_ext in '' $ac_executable_extensions; do
    3174   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3143  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    31753144    ac_cv_prog_CC="${ac_tool_prefix}cc"
    31763145    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    32003169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    32013170$as_echo_n "checking for $ac_word... " >&6; }
    3202 if ${ac_cv_prog_CC+:} false; then :
     3171if test "${ac_cv_prog_CC+set}" = set; then :
    32033172  $as_echo_n "(cached) " >&6
    32043173else
     
    32133182  test -z "$as_dir" && as_dir=.
    32143183    for ac_exec_ext in '' $ac_executable_extensions; do
    3215   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3184  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    32163185    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
    32173186       ac_prog_rejected=yes
     
    32593228{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    32603229$as_echo_n "checking for $ac_word... " >&6; }
    3261 if ${ac_cv_prog_CC+:} false; then :
     3230if test "${ac_cv_prog_CC+set}" = set; then :
    32623231  $as_echo_n "(cached) " >&6
    32633232else
     
    32713240  test -z "$as_dir" && as_dir=.
    32723241    for ac_exec_ext in '' $ac_executable_extensions; do
    3273   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3242  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    32743243    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    32753244    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    33033272{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    33043273$as_echo_n "checking for $ac_word... " >&6; }
    3305 if ${ac_cv_prog_ac_ct_CC+:} false; then :
     3274if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
    33063275  $as_echo_n "(cached) " >&6
    33073276else
     
    33153284  test -z "$as_dir" && as_dir=.
    33163285    for ac_exec_ext in '' $ac_executable_extensions; do
    3317   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3286  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    33183287    ac_cv_prog_ac_ct_CC="$ac_prog"
    33193288    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    33583327$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    33593328as_fn_error $? "no acceptable C compiler found in \$PATH
    3360 See \`config.log' for more details" "$LINENO" 5; }
     3329See \`config.log' for more details" "$LINENO" 5 ; }
    33613330
    33623331# Provide some information about the compiler.
     
    34733442$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    34743443as_fn_error 77 "C compiler cannot create executables
    3475 See \`config.log' for more details" "$LINENO" 5; }
     3444See \`config.log' for more details" "$LINENO" 5 ; }
    34763445else
    34773446  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
     
    35163485$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    35173486as_fn_error $? "cannot compute suffix of executables: cannot compile and link
    3518 See \`config.log' for more details" "$LINENO" 5; }
     3487See \`config.log' for more details" "$LINENO" 5 ; }
    35193488fi
    35203489rm -f conftest conftest$ac_cv_exeext
     
    35753544as_fn_error $? "cannot run C compiled programs.
    35763545If you meant to cross compile, use \`--host'.
    3577 See \`config.log' for more details" "$LINENO" 5; }
     3546See \`config.log' for more details" "$LINENO" 5 ; }
    35783547    fi
    35793548  fi
     
    35863555{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
    35873556$as_echo_n "checking for suffix of object files... " >&6; }
    3588 if ${ac_cv_objext+:} false; then :
     3557if test "${ac_cv_objext+set}" = set; then :
    35893558  $as_echo_n "(cached) " >&6
    35903559else
     
    36273596$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    36283597as_fn_error $? "cannot compute suffix of object files: cannot compile
    3629 See \`config.log' for more details" "$LINENO" 5; }
     3598See \`config.log' for more details" "$LINENO" 5 ; }
    36303599fi
    36313600rm -f conftest.$ac_cv_objext conftest.$ac_ext
     
    36373606{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
    36383607$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    3639 if ${ac_cv_c_compiler_gnu+:} false; then :
     3608if test "${ac_cv_c_compiler_gnu+set}" = set; then :
    36403609  $as_echo_n "(cached) " >&6
    36413610else
     
    36743643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
    36753644$as_echo_n "checking whether $CC accepts -g... " >&6; }
    3676 if ${ac_cv_prog_cc_g+:} false; then :
     3645if test "${ac_cv_prog_cc_g+set}" = set; then :
    36773646  $as_echo_n "(cached) " >&6
    36783647else
     
    37523721{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
    37533722$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
    3754 if ${ac_cv_prog_cc_c89+:} false; then :
     3723if test "${ac_cv_prog_cc_c89+set}" = set; then :
    37553724  $as_echo_n "(cached) " >&6
    37563725else
     
    37613730#include <stdarg.h>
    37623731#include <stdio.h>
    3763 struct stat;
     3732#include <sys/types.h>
     3733#include <sys/stat.h>
    37643734/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
    37653735struct buf { int x; };
     
    38623832{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    38633833$as_echo_n "checking for $ac_word... " >&6; }
    3864 if ${ac_cv_prog_CXX+:} false; then :
     3834if test "${ac_cv_prog_CXX+set}" = set; then :
    38653835  $as_echo_n "(cached) " >&6
    38663836else
     
    38743844  test -z "$as_dir" && as_dir=.
    38753845    for ac_exec_ext in '' $ac_executable_extensions; do
    3876   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3846  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    38773847    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    38783848    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    39063876{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    39073877$as_echo_n "checking for $ac_word... " >&6; }
    3908 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
     3878if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
    39093879  $as_echo_n "(cached) " >&6
    39103880else
     
    39183888  test -z "$as_dir" && as_dir=.
    39193889    for ac_exec_ext in '' $ac_executable_extensions; do
    3920   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3890  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    39213891    ac_cv_prog_ac_ct_CXX="$ac_prog"
    39223892    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    39843954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
    39853955$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
    3986 if ${ac_cv_cxx_compiler_gnu+:} false; then :
     3956if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
    39873957  $as_echo_n "(cached) " >&6
    39883958else
     
    40213991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
    40223992$as_echo_n "checking whether $CXX accepts -g... " >&6; }
    4023 if ${ac_cv_prog_cxx_g+:} false; then :
     3993if test "${ac_cv_prog_cxx_g+set}" = set; then :
    40243994  $as_echo_n "(cached) " >&6
    40253995else
     
    41154085{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    41164086$as_echo_n "checking for $ac_word... " >&6; }
    4117 if ${ac_cv_prog_F77+:} false; then :
     4087if test "${ac_cv_prog_F77+set}" = set; then :
    41184088  $as_echo_n "(cached) " >&6
    41194089else
     
    41274097  test -z "$as_dir" && as_dir=.
    41284098    for ac_exec_ext in '' $ac_executable_extensions; do
    4129   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     4099  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    41304100    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
    41314101    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    41594129{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    41604130$as_echo_n "checking for $ac_word... " >&6; }
    4161 if ${ac_cv_prog_ac_ct_F77+:} false; then :
     4131if test "${ac_cv_prog_ac_ct_F77+set}" = set; then :
    41624132  $as_echo_n "(cached) " >&6
    41634133else
     
    41714141  test -z "$as_dir" && as_dir=.
    41724142    for ac_exec_ext in '' $ac_executable_extensions; do
    4173   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     4143  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    41744144    ac_cv_prog_ac_ct_F77="$ac_prog"
    41754145    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    42414211{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Fortran 77 compiler" >&5
    42424212$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
    4243 if ${ac_cv_f77_compiler_gnu+:} false; then :
     4213if test "${ac_cv_f77_compiler_gnu+set}" = set; then :
    42444214  $as_echo_n "(cached) " >&6
    42454215else
     
    42694239{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $F77 accepts -g" >&5
    42704240$as_echo_n "checking whether $F77 accepts -g... " >&6; }
    4271 if ${ac_cv_prog_f77_g+:} false; then :
     4241if test "${ac_cv_prog_f77_g+set}" = set; then :
    42724242  $as_echo_n "(cached) " >&6
    42734243else
     
    43364306fi
    43374307if test -z "$CPP"; then
    4338   if ${ac_cv_prog_CPP+:} false; then :
     4308  if test "${ac_cv_prog_CPP+set}" = set; then :
    43394309  $as_echo_n "(cached) " >&6
    43404310else
     
    44524422$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    44534423as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
    4454 See \`config.log' for more details" "$LINENO" 5; }
     4424See \`config.log' for more details" "$LINENO" 5 ; }
    44554425fi
    44564426
     
    44644434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
    44654435$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
    4466 if ${ac_cv_path_GREP+:} false; then :
     4436if test "${ac_cv_path_GREP+set}" = set; then :
    44674437  $as_echo_n "(cached) " >&6
    44684438else
     
    44784448    for ac_exec_ext in '' $ac_executable_extensions; do
    44794449      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
    4480       as_fn_executable_p "$ac_path_GREP" || continue
     4450      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
    44814451# Check for GNU ac_path_GREP and select it if it is found.
    44824452  # Check for GNU $ac_path_GREP
     
    45274497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
    45284498$as_echo_n "checking for egrep... " >&6; }
    4529 if ${ac_cv_path_EGREP+:} false; then :
     4499if test "${ac_cv_path_EGREP+set}" = set; then :
    45304500  $as_echo_n "(cached) " >&6
    45314501else
     
    45444514    for ac_exec_ext in '' $ac_executable_extensions; do
    45454515      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
    4546       as_fn_executable_p "$ac_path_EGREP" || continue
     4516      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
    45474517# Check for GNU ac_path_EGREP and select it if it is found.
    45484518  # Check for GNU $ac_path_EGREP
     
    45944564{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
    45954565$as_echo_n "checking for ANSI C header files... " >&6; }
    4596 if ${ac_cv_header_stdc+:} false; then :
     4566if test "${ac_cv_header_stdc+set}" = set; then :
    45974567  $as_echo_n "(cached) " >&6
    45984568else
     
    47054675
    47064676ac_fn_c_check_func "$LINENO" "atol" "ac_cv_func_atol"
    4707 if test "x$ac_cv_func_atol" = xyes; then :
     4677if test "x$ac_cv_func_atol" = x""yes; then :
    47084678
    47094679else
     
    47234693do :
    47244694  ac_fn_cxx_check_func "$LINENO" "sysinfo" "ac_cv_func_sysinfo"
    4725 if test "x$ac_cv_func_sysinfo" = xyes; then :
     4695if test "x$ac_cv_func_sysinfo" = x""yes; then :
    47264696  cat >>confdefs.h <<_ACEOF
    47274697#define HAVE_SYSINFO 1
     
    47394709$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
    47404710if test -z "$CXXCPP"; then
    4741   if ${ac_cv_prog_CXXCPP+:} false; then :
     4711  if test "${ac_cv_prog_CXXCPP+set}" = set; then :
    47424712  $as_echo_n "(cached) " >&6
    47434713else
     
    48554825$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    48564826as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
    4857 See \`config.log' for more details" "$LINENO" 5; }
     4827See \`config.log' for more details" "$LINENO" 5 ; }
    48584828fi
    48594829
     
    48854855do :
    48864856  ac_fn_cxx_check_header_mongrel "$LINENO" "sys/sysinfo.h" "ac_cv_header_sys_sysinfo_h" "$ac_includes_default"
    4887 if test "x$ac_cv_header_sys_sysinfo_h" = xyes; then :
     4857if test "x$ac_cv_header_sys_sysinfo_h" = x""yes; then :
    48884858  cat >>confdefs.h <<_ACEOF
    48894859#define HAVE_SYS_SYSINFO_H 1
     
    48974867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
    48984868$as_echo_n "checking for main in -lm... " >&6; }
    4899 if ${ac_cv_lib_m_main+:} false; then :
     4869if test "${ac_cv_lib_m_main+set}" = set; then :
    49004870  $as_echo_n "(cached) " >&6
    49014871else
     
    49254895{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_main" >&5
    49264896$as_echo "$ac_cv_lib_m_main" >&6; }
    4927 if test "x$ac_cv_lib_m_main" = xyes; then :
     4897if test "x$ac_cv_lib_m_main" = x""yes; then :
    49284898  cat >>confdefs.h <<_ACEOF
    49294899#define HAVE_LIBM 1
     
    49394909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for clrtoeol in -lncurses" >&5
    49404910$as_echo_n "checking for clrtoeol in -lncurses... " >&6; }
    4941 if ${ac_cv_lib_ncurses_clrtoeol+:} false; then :
     4911if test "${ac_cv_lib_ncurses_clrtoeol+set}" = set; then :
    49424912  $as_echo_n "(cached) " >&6
    49434913else
     
    49734943{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ncurses_clrtoeol" >&5
    49744944$as_echo "$ac_cv_lib_ncurses_clrtoeol" >&6; }
    4975 if test "x$ac_cv_lib_ncurses_clrtoeol" = xyes; then :
     4945if test "x$ac_cv_lib_ncurses_clrtoeol" = x""yes; then :
    49764946  cat >>confdefs.h <<_ACEOF
    49774947#define HAVE_LIBNCURSES 1
     
    49874957do :
    49884958  ac_fn_cxx_check_header_mongrel "$LINENO" "ncurses.h" "ac_cv_header_ncurses_h" "$ac_includes_default"
    4989 if test "x$ac_cv_header_ncurses_h" = xyes; then :
     4959if test "x$ac_cv_header_ncurses_h" = x""yes; then :
    49904960  cat >>confdefs.h <<_ACEOF
    49914961#define HAVE_NCURSES_H 1
     
    50024972{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lstdc++" >&5
    50034973$as_echo_n "checking for main in -lstdc++... " >&6; }
    5004 if ${ac_cv_lib_stdcpp_main+:} false; then :
     4974if test "${ac_cv_lib_stdcpp_main+set}" = set; then :
    50054975  $as_echo_n "(cached) " >&6
    50064976else
     
    50305000{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_stdcpp_main" >&5
    50315001$as_echo "$ac_cv_lib_stdcpp_main" >&6; }
    5032 if test "x$ac_cv_lib_stdcpp_main" = xyes; then :
     5002if test "x$ac_cv_lib_stdcpp_main" = x""yes; then :
    50335003  cat >>confdefs.h <<_ACEOF
    50345004#define HAVE_LIBSTDC__ 1
     
    50445014do :
    50455015  ac_fn_cxx_check_header_mongrel "$LINENO" "algorithm" "ac_cv_header_algorithm" "$ac_includes_default"
    5046 if test "x$ac_cv_header_algorithm" = xyes; then :
     5016if test "x$ac_cv_header_algorithm" = x""yes; then :
    50475017  cat >>confdefs.h <<_ACEOF
    50485018#define HAVE_ALGORITHM 1
     
    50595029do :
    50605030  ac_fn_cxx_check_header_mongrel "$LINENO" "cctype" "ac_cv_header_cctype" "$ac_includes_default"
    5061 if test "x$ac_cv_header_cctype" = xyes; then :
     5031if test "x$ac_cv_header_cctype" = x""yes; then :
    50625032  cat >>confdefs.h <<_ACEOF
    50635033#define HAVE_CCTYPE 1
     
    50745044do :
    50755045  ac_fn_cxx_check_header_mongrel "$LINENO" "cfloat" "ac_cv_header_cfloat" "$ac_includes_default"
    5076 if test "x$ac_cv_header_cfloat" = xyes; then :
     5046if test "x$ac_cv_header_cfloat" = x""yes; then :
    50775047  cat >>confdefs.h <<_ACEOF
    50785048#define HAVE_CFLOAT 1
     
    50895059do :
    50905060  ac_fn_cxx_check_header_mongrel "$LINENO" "cmath" "ac_cv_header_cmath" "$ac_includes_default"
    5091 if test "x$ac_cv_header_cmath" = xyes; then :
     5061if test "x$ac_cv_header_cmath" = x""yes; then :
    50925062  cat >>confdefs.h <<_ACEOF
    50935063#define HAVE_CMATH 1
     
    51045074do :
    51055075  ac_fn_cxx_check_header_mongrel "$LINENO" "cstdio" "ac_cv_header_cstdio" "$ac_includes_default"
    5106 if test "x$ac_cv_header_cstdio" = xyes; then :
     5076if test "x$ac_cv_header_cstdio" = x""yes; then :
    51075077  cat >>confdefs.h <<_ACEOF
    51085078#define HAVE_CSTDIO 1
     
    51195089do :
    51205090  ac_fn_cxx_check_header_mongrel "$LINENO" "cstdlib" "ac_cv_header_cstdlib" "$ac_includes_default"
    5121 if test "x$ac_cv_header_cstdlib" = xyes; then :
     5091if test "x$ac_cv_header_cstdlib" = x""yes; then :
    51225092  cat >>confdefs.h <<_ACEOF
    51235093#define HAVE_CSTDLIB 1
     
    51345104do :
    51355105  ac_fn_cxx_check_header_mongrel "$LINENO" "cstring" "ac_cv_header_cstring" "$ac_includes_default"
    5136 if test "x$ac_cv_header_cstring" = xyes; then :
     5106if test "x$ac_cv_header_cstring" = x""yes; then :
    51375107  cat >>confdefs.h <<_ACEOF
    51385108#define HAVE_CSTRING 1
     
    51495119do :
    51505120  ac_fn_cxx_check_header_mongrel "$LINENO" "fstream" "ac_cv_header_fstream" "$ac_includes_default"
    5151 if test "x$ac_cv_header_fstream" = xyes; then :
     5121if test "x$ac_cv_header_fstream" = x""yes; then :
    51525122  cat >>confdefs.h <<_ACEOF
    51535123#define HAVE_FSTREAM 1
     
    51645134do :
    51655135  ac_fn_cxx_check_header_mongrel "$LINENO" "list" "ac_cv_header_list" "$ac_includes_default"
    5166 if test "x$ac_cv_header_list" = xyes; then :
     5136if test "x$ac_cv_header_list" = x""yes; then :
    51675137  cat >>confdefs.h <<_ACEOF
    51685138#define HAVE_LIST 1
     
    51795149do :
    51805150  ac_fn_cxx_check_header_mongrel "$LINENO" "iostream" "ac_cv_header_iostream" "$ac_includes_default"
    5181 if test "x$ac_cv_header_iostream" = xyes; then :
     5151if test "x$ac_cv_header_iostream" = x""yes; then :
    51825152  cat >>confdefs.h <<_ACEOF
    51835153#define HAVE_IOSTREAM 1
     
    51945164do :
    51955165  ac_fn_cxx_check_header_mongrel "$LINENO" "iterator" "ac_cv_header_iterator" "$ac_includes_default"
    5196 if test "x$ac_cv_header_iterator" = xyes; then :
     5166if test "x$ac_cv_header_iterator" = x""yes; then :
    51975167  cat >>confdefs.h <<_ACEOF
    51985168#define HAVE_ITERATOR 1
     
    52095179do :
    52105180  ac_fn_cxx_check_header_mongrel "$LINENO" "sstream" "ac_cv_header_sstream" "$ac_includes_default"
    5211 if test "x$ac_cv_header_sstream" = xyes; then :
     5181if test "x$ac_cv_header_sstream" = x""yes; then :
    52125182  cat >>confdefs.h <<_ACEOF
    52135183#define HAVE_SSTREAM 1
     
    52245194do :
    52255195  ac_fn_cxx_check_header_mongrel "$LINENO" "stack" "ac_cv_header_stack" "$ac_includes_default"
    5226 if test "x$ac_cv_header_stack" = xyes; then :
     5196if test "x$ac_cv_header_stack" = x""yes; then :
    52275197  cat >>confdefs.h <<_ACEOF
    52285198#define HAVE_STACK 1
     
    52395209do :
    52405210  ac_fn_cxx_check_header_mongrel "$LINENO" "string" "ac_cv_header_string" "$ac_includes_default"
    5241 if test "x$ac_cv_header_string" = xyes; then :
     5211if test "x$ac_cv_header_string" = x""yes; then :
    52425212  cat >>confdefs.h <<_ACEOF
    52435213#define HAVE_STRING 1
     
    52545224do :
    52555225  ac_fn_cxx_check_header_mongrel "$LINENO" "vector" "ac_cv_header_vector" "$ac_includes_default"
    5256 if test "x$ac_cv_header_vector" = xyes; then :
     5226if test "x$ac_cv_header_vector" = x""yes; then :
    52575227  cat >>confdefs.h <<_ACEOF
    52585228#define HAVE_VECTOR 1
     
    52705240do :
    52715241  ac_fn_cxx_check_header_mongrel "$LINENO" "assert.h" "ac_cv_header_assert_h" "$ac_includes_default"
    5272 if test "x$ac_cv_header_assert_h" = xyes; then :
     5242if test "x$ac_cv_header_assert_h" = x""yes; then :
    52735243  cat >>confdefs.h <<_ACEOF
    52745244#define HAVE_ASSERT_H 1
     
    52855255do :
    52865256  ac_fn_cxx_check_header_mongrel "$LINENO" "ctype.h" "ac_cv_header_ctype_h" "$ac_includes_default"
    5287 if test "x$ac_cv_header_ctype_h" = xyes; then :
     5257if test "x$ac_cv_header_ctype_h" = x""yes; then :
    52885258  cat >>confdefs.h <<_ACEOF
    52895259#define HAVE_CTYPE_H 1
     
    53005270do :
    53015271  ac_fn_cxx_check_header_mongrel "$LINENO" "errno.h" "ac_cv_header_errno_h" "$ac_includes_default"
    5302 if test "x$ac_cv_header_errno_h" = xyes; then :
     5272if test "x$ac_cv_header_errno_h" = x""yes; then :
    53035273  cat >>confdefs.h <<_ACEOF
    53045274#define HAVE_ERRNO_H 1
     
    53155285do :
    53165286  ac_fn_cxx_check_header_mongrel "$LINENO" "limits.h" "ac_cv_header_limits_h" "$ac_includes_default"
    5317 if test "x$ac_cv_header_limits_h" = xyes; then :
     5287if test "x$ac_cv_header_limits_h" = x""yes; then :
    53185288  cat >>confdefs.h <<_ACEOF
    53195289#define HAVE_LIMITS_H 1
     
    53305300do :
    53315301  ac_fn_cxx_check_header_mongrel "$LINENO" "string.h" "ac_cv_header_string_h" "$ac_includes_default"
    5332 if test "x$ac_cv_header_string_h" = xyes; then :
     5302if test "x$ac_cv_header_string_h" = x""yes; then :
    53335303  cat >>confdefs.h <<_ACEOF
    53345304#define HAVE_STRING_H 1
     
    53455315do :
    53465316  ac_fn_cxx_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
    5347 if test "x$ac_cv_header_stdlib_h" = xyes; then :
     5317if test "x$ac_cv_header_stdlib_h" = x""yes; then :
    53485318  cat >>confdefs.h <<_ACEOF
    53495319#define HAVE_STDLIB_H 1
     
    53605330do :
    53615331  ac_fn_cxx_check_header_mongrel "$LINENO" "stddef.h" "ac_cv_header_stddef_h" "$ac_includes_default"
    5362 if test "x$ac_cv_header_stddef_h" = xyes; then :
     5332if test "x$ac_cv_header_stddef_h" = x""yes; then :
    53635333  cat >>confdefs.h <<_ACEOF
    53645334#define HAVE_STDDEF_H 1
     
    53755345do :
    53765346  ac_fn_cxx_check_header_mongrel "$LINENO" "float.h" "ac_cv_header_float_h" "$ac_includes_default"
    5377 if test "x$ac_cv_header_float_h" = xyes; then :
     5347if test "x$ac_cv_header_float_h" = x""yes; then :
    53785348  cat >>confdefs.h <<_ACEOF
    53795349#define HAVE_FLOAT_H 1
     
    53905360do :
    53915361  ac_fn_cxx_check_header_mongrel "$LINENO" "math.h" "ac_cv_header_math_h" "$ac_includes_default"
    5392 if test "x$ac_cv_header_math_h" = xyes; then :
     5362if test "x$ac_cv_header_math_h" = x""yes; then :
    53935363  cat >>confdefs.h <<_ACEOF
    53945364#define HAVE_MATH_H 1
     
    54055375do :
    54065376  ac_fn_cxx_check_header_mongrel "$LINENO" "malloc.h" "ac_cv_header_malloc_h" "$ac_includes_default"
    5407 if test "x$ac_cv_header_malloc_h" = xyes; then :
     5377if test "x$ac_cv_header_malloc_h" = x""yes; then :
    54085378  cat >>confdefs.h <<_ACEOF
    54095379#define HAVE_MALLOC_H 1
     
    54205390do :
    54215391  ac_fn_cxx_check_header_mongrel "$LINENO" "memory.h" "ac_cv_header_memory_h" "$ac_includes_default"
    5422 if test "x$ac_cv_header_memory_h" = xyes; then :
     5392if test "x$ac_cv_header_memory_h" = x""yes; then :
    54235393  cat >>confdefs.h <<_ACEOF
    54245394#define HAVE_MEMORY_H 1
     
    54355405do :
    54365406  ac_fn_cxx_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
    5437 if test "x$ac_cv_header_unistd_h" = xyes; then :
     5407if test "x$ac_cv_header_unistd_h" = x""yes; then :
    54385408  cat >>confdefs.h <<_ACEOF
    54395409#define HAVE_UNISTD_H 1
     
    54515421do :
    54525422  ac_fn_cxx_check_header_mongrel "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default"
    5453 if test "x$ac_cv_header_inttypes_h" = xyes; then :
     5423if test "x$ac_cv_header_inttypes_h" = x""yes; then :
    54545424  cat >>confdefs.h <<_ACEOF
    54555425#define HAVE_INTTYPES_H 1
     
    55115481    { $as_echo "$as_me:${as_lineno-$LINENO}: checking system version" >&5
    55125482$as_echo_n "checking system version... " >&6; }
    5513 if ${tcl_cv_sys_version+:} false; then :
     5483if test "${tcl_cv_sys_version+set}" = set; then :
    55145484  $as_echo_n "(cached) " >&6
    55155485else
     
    55475517    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
    55485518$as_echo_n "checking for dlopen in -ldl... " >&6; }
    5549 if ${ac_cv_lib_dl_dlopen+:} false; then :
     5519if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
    55505520  $as_echo_n "(cached) " >&6
    55515521else
     
    55815551{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
    55825552$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
    5583 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
     5553if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
    55845554  have_dl=yes
    55855555else
     
    56155585{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    56165586$as_echo_n "checking for $ac_word... " >&6; }
    5617 if ${ac_cv_prog_AR+:} false; then :
     5587if test "${ac_cv_prog_AR+set}" = set; then :
    56185588  $as_echo_n "(cached) " >&6
    56195589else
     
    56275597  test -z "$as_dir" && as_dir=.
    56285598    for ac_exec_ext in '' $ac_executable_extensions; do
    5629   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     5599  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    56305600    ac_cv_prog_AR="ar"
    56315601    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    57405710            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gettimeofday in -lbsd" >&5
    57415711$as_echo_n "checking for gettimeofday in -lbsd... " >&6; }
    5742 if ${ac_cv_lib_bsd_gettimeofday+:} false; then :
     5712if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then :
    57435713  $as_echo_n "(cached) " >&6
    57445714else
     
    57745744{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gettimeofday" >&5
    57755745$as_echo "$ac_cv_lib_bsd_gettimeofday" >&6; }
    5776 if test "x$ac_cv_lib_bsd_gettimeofday" = xyes; then :
     5746if test "x$ac_cv_lib_bsd_gettimeofday" = x""yes; then :
    57775747  libbsd=yes
    57785748else
     
    58015771            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_ntoa in -lbind" >&5
    58025772$as_echo_n "checking for inet_ntoa in -lbind... " >&6; }
    5803 if ${ac_cv_lib_bind_inet_ntoa+:} false; then :
     5773if test "${ac_cv_lib_bind_inet_ntoa+set}" = set; then :
    58045774  $as_echo_n "(cached) " >&6
    58055775else
     
    58355805{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bind_inet_ntoa" >&5
    58365806$as_echo "$ac_cv_lib_bind_inet_ntoa" >&6; }
    5837 if test "x$ac_cv_lib_bind_inet_ntoa" = xyes; then :
     5807if test "x$ac_cv_lib_bind_inet_ntoa" = x""yes; then :
    58385808  LIBS="$LIBS -lbind -lsocket"
    58395809fi
     
    58865856            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
    58875857$as_echo_n "checking for shl_load in -ldld... " >&6; }
    5888 if ${ac_cv_lib_dld_shl_load+:} false; then :
     5858if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
    58895859  $as_echo_n "(cached) " >&6
    58905860else
     
    59205890{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
    59215891$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
    5922 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
     5892if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
    59235893  tcl_ok=yes
    59245894else
     
    59755945            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
    59765946$as_echo_n "checking for shl_load in -ldld... " >&6; }
    5977 if ${ac_cv_lib_dld_shl_load+:} false; then :
     5947if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
    59785948  $as_echo_n "(cached) " >&6
    59795949else
     
    60095979{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
    60105980$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
    6011 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
     5981if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
    60125982  tcl_ok=yes
    60135983else
     
    61186088            else
    61196089                ac_fn_cxx_check_header_mongrel "$LINENO" "dld.h" "ac_cv_header_dld_h" "$ac_includes_default"
    6120 if test "x$ac_cv_header_dld_h" = xyes; then :
     6090if test "x$ac_cv_header_dld_h" = x""yes; then :
    61216091
    61226092                    SHLIB_LD="ld -shared"
     
    61356105                { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts -m64 flag" >&5
    61366106$as_echo_n "checking if compiler accepts -m64 flag... " >&6; }
    6137 if ${tcl_cv_cc_m64+:} false; then :
     6107if test "${tcl_cv_cc_m64+set}" = set; then :
    61386108  $as_echo_n "(cached) " >&6
    61396109else
     
    61996169            else
    62006170                ac_fn_cxx_check_header_mongrel "$LINENO" "dld.h" "ac_cv_header_dld_h" "$ac_includes_default"
    6201 if test "x$ac_cv_header_dld_h" = xyes; then :
     6171if test "x$ac_cv_header_dld_h" = x""yes; then :
    62026172
    62036173                    SHLIB_LD="ld -shared"
     
    62506220            # Not available on all versions:  check for include file.
    62516221            ac_fn_cxx_check_header_mongrel "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default"
    6252 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
     6222if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
    62536223
    62546224                # NetBSD/SPARC needs -fPIC, -fpic will not do.
     
    62636233                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF" >&5
    62646234$as_echo_n "checking for ELF... " >&6; }
    6265 if ${tcl_cv_ld_elf+:} false; then :
     6235if test "${tcl_cv_ld_elf+set}" = set; then :
    62666236  $as_echo_n "(cached) " >&6
    62676237else
     
    63456315                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF" >&5
    63466316$as_echo_n "checking for ELF... " >&6; }
    6347 if ${tcl_cv_ld_elf+:} false; then :
     6317if test "${tcl_cv_ld_elf+set}" = set; then :
    63486318  $as_echo_n "(cached) " >&6
    63496319else
     
    64236393                        { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts -arch ppc64 flag" >&5
    64246394$as_echo_n "checking if compiler accepts -arch ppc64 flag... " >&6; }
    6425 if ${tcl_cv_cc_arch_ppc64+:} false; then :
     6395if test "${tcl_cv_cc_arch_ppc64+set}" = set; then :
    64266396  $as_echo_n "(cached) " >&6
    64276397else
     
    64586428                        { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts -arch x86_64 flag" >&5
    64596429$as_echo_n "checking if compiler accepts -arch x86_64 flag... " >&6; }
    6460 if ${tcl_cv_cc_arch_x86_64+:} false; then :
     6430if test "${tcl_cv_cc_arch_x86_64+set}" = set; then :
    64616431  $as_echo_n "(cached) " >&6
    64626432else
     
    65036473            { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ld accepts -single_module flag" >&5
    65046474$as_echo_n "checking if ld accepts -single_module flag... " >&6; }
    6505 if ${tcl_cv_ld_single_module+:} false; then :
     6475if test "${tcl_cv_ld_single_module+set}" = set; then :
    65066476  $as_echo_n "(cached) " >&6
    65076477else
     
    65456515            { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ld accepts -search_paths_first flag" >&5
    65466516$as_echo_n "checking if ld accepts -search_paths_first flag... " >&6; }
    6547 if ${tcl_cv_ld_search_paths_first+:} false; then :
     6517if test "${tcl_cv_ld_search_paths_first+set}" = set; then :
    65486518  $as_echo_n "(cached) " >&6
    65496519else
     
    65956565                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CoreFoundation.framework" >&5
    65966566$as_echo_n "checking for CoreFoundation.framework... " >&6; }
    6597 if ${tcl_cv_lib_corefoundation+:} false; then :
     6567if test "${tcl_cv_lib_corefoundation+set}" = set; then :
    65986568  $as_echo_n "(cached) " >&6
    65996569else
     
    66416611                    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit CoreFoundation" >&5
    66426612$as_echo_n "checking for 64-bit CoreFoundation... " >&6; }
    6643 if ${tcl_cv_lib_corefoundation_64+:} false; then :
     6613if test "${tcl_cv_lib_corefoundation_64+set}" = set; then :
    66446614  $as_echo_n "(cached) " >&6
    66456615else
     
    69666936            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld accepts -Bexport flag" >&5
    69676937$as_echo_n "checking for ld accepts -Bexport flag... " >&6; }
    6968 if ${tcl_cv_ld_Bexport+:} false; then :
     6938if test "${tcl_cv_ld_Bexport+set}" = set; then :
    69696939  $as_echo_n "(cached) " >&6
    69706940else
     
    70327002        { $as_echo "$as_me:${as_lineno-$LINENO}: checking sys/exec.h" >&5
    70337003$as_echo_n "checking sys/exec.h... " >&6; }
    7034 if ${tcl_cv_sysexec_h+:} false; then :
     7004if test "${tcl_cv_sysexec_h+set}" = set; then :
    70357005  $as_echo_n "(cached) " >&6
    70367006else
     
    70737043            { $as_echo "$as_me:${as_lineno-$LINENO}: checking a.out.h" >&5
    70747044$as_echo_n "checking a.out.h... " >&6; }
    7075 if ${tcl_cv_aout_h+:} false; then :
     7045if test "${tcl_cv_aout_h+set}" = set; then :
    70767046  $as_echo_n "(cached) " >&6
    70777047else
     
    71147084                { $as_echo "$as_me:${as_lineno-$LINENO}: checking sys/exec_aout.h" >&5
    71157085$as_echo_n "checking sys/exec_aout.h... " >&6; }
    7116 if ${tcl_cv_sysexecaout_h+:} false; then :
     7086if test "${tcl_cv_sysexecaout_h+set}" = set; then :
    71177087  $as_echo_n "(cached) " >&6
    71187088else
     
    73467316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    73477317$as_echo_n "checking for $ac_word... " >&6; }
    7348 if ${ac_cv_path_TCLSH+:} false; then :
     7318if test "${ac_cv_path_TCLSH+set}" = set; then :
    73497319  $as_echo_n "(cached) " >&6
    73507320else
     
    73617331  test -z "$as_dir" && as_dir=.
    73627332    for ac_exec_ext in '' $ac_executable_extensions; do
    7363   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     7333  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    73647334    ac_cv_path_TCLSH="$as_dir/$ac_word$ac_exec_ext"
    73657335    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    73887358{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    73897359$as_echo_n "checking for $ac_word... " >&6; }
    7390 if ${ac_cv_path_TCLSH+:} false; then :
     7360if test "${ac_cv_path_TCLSH+set}" = set; then :
    73917361  $as_echo_n "(cached) " >&6
    73927362else
     
    74037373  test -z "$as_dir" && as_dir=.
    74047374    for ac_exec_ext in '' $ac_executable_extensions; do
    7405   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     7375  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    74067376    ac_cv_path_TCLSH="$as_dir/$ac_word$ac_exec_ext"
    74077377    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    74907460{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    74917461$as_echo_n "checking for $ac_word... " >&6; }
    7492 if ${ac_cv_path_MATLAB+:} false; then :
     7462if test "${ac_cv_path_MATLAB+set}" = set; then :
    74937463  $as_echo_n "(cached) " >&6
    74947464else
     
    75047474  test -z "$as_dir" && as_dir=.
    75057475    for ac_exec_ext in '' $ac_executable_extensions; do
    7506   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     7476  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    75077477    ac_cv_path_MATLAB="$as_dir/$ac_word$ac_exec_ext"
    75087478    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    75317501{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    75327502$as_echo_n "checking for $ac_word... " >&6; }
    7533 if ${ac_cv_path_MATLAB+:} false; then :
     7503if test "${ac_cv_path_MATLAB+set}" = set; then :
    75347504  $as_echo_n "(cached) " >&6
    75357505else
     
    75467516  test -z "$as_dir" && as_dir=.
    75477517    for ac_exec_ext in '' $ac_executable_extensions; do
    7548   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     7518  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    75497519    ac_cv_path_MATLAB="$as_dir/$ac_word$ac_exec_ext"
    75507520    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    75827552{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    75837553$as_echo_n "checking for $ac_word... " >&6; }
    7584 if ${ac_cv_path_MEX+:} false; then :
     7554if test "${ac_cv_path_MEX+set}" = set; then :
    75857555  $as_echo_n "(cached) " >&6
    75867556else
     
    75967566  test -z "$as_dir" && as_dir=.
    75977567    for ac_exec_ext in '' $ac_executable_extensions; do
    7598   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     7568  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    75997569    ac_cv_path_MEX="$as_dir/$ac_word$ac_exec_ext"
    76007570    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    76227592{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    76237593$as_echo_n "checking for $ac_word... " >&6; }
    7624 if ${ac_cv_path_MEXEXT+:} false; then :
     7594if test "${ac_cv_path_MEXEXT+set}" = set; then :
    76257595  $as_echo_n "(cached) " >&6
    76267596else
     
    76367606  test -z "$as_dir" && as_dir=.
    76377607    for ac_exec_ext in '' $ac_executable_extensions; do
    7638   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     7608  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    76397609    ac_cv_path_MEXEXT="$as_dir/$ac_word$ac_exec_ext"
    76407610    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    76737643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    76747644$as_echo_n "checking for $ac_word... " >&6; }
    7675 if ${ac_cv_path_MCC+:} false; then :
     7645if test "${ac_cv_path_MCC+set}" = set; then :
    76767646  $as_echo_n "(cached) " >&6
    76777647else
     
    76877657  test -z "$as_dir" && as_dir=.
    76887658    for ac_exec_ext in '' $ac_executable_extensions; do
    7689   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     7659  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    76907660    ac_cv_path_MCC="$as_dir/$ac_word$ac_exec_ext"
    76917661    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    77357705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    77367706$as_echo_n "checking for $ac_word... " >&6; }
    7737 if ${ac_cv_path_OCTAVE+:} false; then :
     7707if test "${ac_cv_path_OCTAVE+set}" = set; then :
    77387708  $as_echo_n "(cached) " >&6
    77397709else
     
    77497719  test -z "$as_dir" && as_dir=.
    77507720    for ac_exec_ext in '' $ac_executable_extensions; do
    7751   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     7721  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    77527722    ac_cv_path_OCTAVE="$as_dir/$ac_word$ac_exec_ext"
    77537723    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    77757745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    77767746$as_echo_n "checking for $ac_word... " >&6; }
    7777 if ${ac_cv_path_MKOCTFILE+:} false; then :
     7747if test "${ac_cv_path_MKOCTFILE+set}" = set; then :
    77787748  $as_echo_n "(cached) " >&6
    77797749else
     
    77897759  test -z "$as_dir" && as_dir=.
    77907760    for ac_exec_ext in '' $ac_executable_extensions; do
    7791   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     7761  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    77927762    ac_cv_path_MKOCTFILE="$as_dir/$ac_word$ac_exec_ext"
    77937763    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    78627832{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    78637833$as_echo_n "checking for $ac_word... " >&6; }
    7864 if ${ac_cv_path_mkoctfile3+:} false; then :
     7834if test "${ac_cv_path_mkoctfile3+set}" = set; then :
    78657835  $as_echo_n "(cached) " >&6
    78667836else
     
    78767846  test -z "$as_dir" && as_dir=.
    78777847    for ac_exec_ext in '' $ac_executable_extensions; do
    7878   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     7848  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    78797849    ac_cv_path_mkoctfile3="$as_dir/$ac_word$ac_exec_ext"
    78807850    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    79227892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    79237893$as_echo_n "checking for $ac_word... " >&6; }
    7924 if ${ac_cv_path_mkoctfile2+:} false; then :
     7894if test "${ac_cv_path_mkoctfile2+set}" = set; then :
    79257895  $as_echo_n "(cached) " >&6
    79267896else
     
    79367906  test -z "$as_dir" && as_dir=.
    79377907    for ac_exec_ext in '' $ac_executable_extensions; do
    7938   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     7908  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    79397909    ac_cv_path_mkoctfile2="$as_dir/$ac_word$ac_exec_ext"
    79407910    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    79957965{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    79967966$as_echo_n "checking for $ac_word... " >&6; }
    7997 if ${ac_cv_path_PERL+:} false; then :
     7967if test "${ac_cv_path_PERL+set}" = set; then :
    79987968  $as_echo_n "(cached) " >&6
    79997969else
     
    80107980  test -z "$as_dir" && as_dir=.
    80117981    for ac_exec_ext in '' $ac_executable_extensions; do
    8012   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     7982  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    80137983    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
    80147984    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    80368006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    80378007$as_echo_n "checking for $ac_word... " >&6; }
    8038 if ${ac_cv_path_XSUBPP+:} false; then :
     8008if test "${ac_cv_path_XSUBPP+set}" = set; then :
    80398009  $as_echo_n "(cached) " >&6
    80408010else
     
    80518021  test -z "$as_dir" && as_dir=.
    80528022    for ac_exec_ext in '' $ac_executable_extensions; do
    8053   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     8023  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    80548024    ac_cv_path_XSUBPP="$as_dir/$ac_word$ac_exec_ext"
    80558025    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    80788048{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    80798049$as_echo_n "checking for $ac_word... " >&6; }
    8080 if ${ac_cv_path_PERL+:} false; then :
     8050if test "${ac_cv_path_PERL+set}" = set; then :
    80818051  $as_echo_n "(cached) " >&6
    80828052else
     
    80928062  test -z "$as_dir" && as_dir=.
    80938063    for ac_exec_ext in '' $ac_executable_extensions; do
    8094   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     8064  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    80958065    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
    80968066    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    81188088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    81198089$as_echo_n "checking for $ac_word... " >&6; }
    8120 if ${ac_cv_path_XSUBPP+:} false; then :
     8090if test "${ac_cv_path_XSUBPP+set}" = set; then :
    81218091  $as_echo_n "(cached) " >&6
    81228092else
     
    81328102  test -z "$as_dir" && as_dir=.
    81338103    for ac_exec_ext in '' $ac_executable_extensions; do
    8134   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     8104  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    81358105    ac_cv_path_XSUBPP="$as_dir/$ac_word$ac_exec_ext"
    81368106    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    82008170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    82018171$as_echo_n "checking for $ac_word... " >&6; }
    8202 if ${ac_cv_path_PYTHON+:} false; then :
     8172if test "${ac_cv_path_PYTHON+set}" = set; then :
    82038173  $as_echo_n "(cached) " >&6
    82048174else
     
    82148184  test -z "$as_dir" && as_dir=.
    82158185    for ac_exec_ext in '' $ac_executable_extensions; do
    8216   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     8186  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    82178187    ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
    82188188    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    82418211{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    82428212$as_echo_n "checking for $ac_word... " >&6; }
    8243 if ${ac_cv_path_PYTHON+:} false; then :
     8213if test "${ac_cv_path_PYTHON+set}" = set; then :
    82448214  $as_echo_n "(cached) " >&6
    82458215else
     
    82568226  test -z "$as_dir" && as_dir=.
    82578227    for ac_exec_ext in '' $ac_executable_extensions; do
    8258   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     8228  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    82598229    ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
    82608230    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    83258295do :
    83268296  ac_fn_cxx_check_header_mongrel "$LINENO" "Python.h" "ac_cv_header_Python_h" "$ac_includes_default"
    8327 if test "x$ac_cv_header_Python_h" = xyes; then :
     8297if test "x$ac_cv_header_Python_h" = x""yes; then :
    83288298  cat >>confdefs.h <<_ACEOF
    83298299#define HAVE_PYTHON_H 1
     
    83638333{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    83648334$as_echo_n "checking for $ac_word... " >&6; }
    8365 if ${ac_cv_path_JAVA+:} false; then :
     8335if test "${ac_cv_path_JAVA+set}" = set; then :
    83668336  $as_echo_n "(cached) " >&6
    83678337else
     
    83778347  test -z "$as_dir" && as_dir=.
    83788348    for ac_exec_ext in '' $ac_executable_extensions; do
    8379   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     8349  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    83808350    ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext"
    83818351    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    84038373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    84048374$as_echo_n "checking for $ac_word... " >&6; }
    8405 if ${ac_cv_path_JAVAC+:} false; then :
     8375if test "${ac_cv_path_JAVAC+set}" = set; then :
    84068376  $as_echo_n "(cached) " >&6
    84078377else
     
    84178387  test -z "$as_dir" && as_dir=.
    84188388    for ac_exec_ext in '' $ac_executable_extensions; do
    8419   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     8389  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    84208390    ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext"
    84218391    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    84438413{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    84448414$as_echo_n "checking for $ac_word... " >&6; }
    8445 if ${ac_cv_path_JAVAH+:} false; then :
     8415if test "${ac_cv_path_JAVAH+set}" = set; then :
    84468416  $as_echo_n "(cached) " >&6
    84478417else
     
    84578427  test -z "$as_dir" && as_dir=.
    84588428    for ac_exec_ext in '' $ac_executable_extensions; do
    8459   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     8429  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    84608430    ac_cv_path_JAVAH="$as_dir/$ac_word$ac_exec_ext"
    84618431    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    84848454{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    84858455$as_echo_n "checking for $ac_word... " >&6; }
    8486 if ${ac_cv_path_JAVA+:} false; then :
     8456if test "${ac_cv_path_JAVA+set}" = set; then :
    84878457  $as_echo_n "(cached) " >&6
    84888458else
     
    84998469  test -z "$as_dir" && as_dir=.
    85008470    for ac_exec_ext in '' $ac_executable_extensions; do
    8501   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     8471  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    85028472    ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext"
    85038473    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    85258495{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    85268496$as_echo_n "checking for $ac_word... " >&6; }
    8527 if ${ac_cv_path_JAVAC+:} false; then :
     8497if test "${ac_cv_path_JAVAC+set}" = set; then :
    85288498  $as_echo_n "(cached) " >&6
    85298499else
     
    85408510  test -z "$as_dir" && as_dir=.
    85418511    for ac_exec_ext in '' $ac_executable_extensions; do
    8542   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     8512  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    85438513    ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext"
    85448514    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    85668536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    85678537$as_echo_n "checking for $ac_word... " >&6; }
    8568 if ${ac_cv_path_JAVAH+:} false; then :
     8538if test "${ac_cv_path_JAVAH+set}" = set; then :
    85698539  $as_echo_n "(cached) " >&6
    85708540else
     
    85818551  test -z "$as_dir" && as_dir=.
    85828552    for ac_exec_ext in '' $ac_executable_extensions; do
    8583   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     8553  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    85848554    ac_cv_path_JAVAH="$as_dir/$ac_word$ac_exec_ext"
    85858555    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    86558625{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    86568626$as_echo_n "checking for $ac_word... " >&6; }
    8657 if ${ac_cv_path_R+:} false; then :
     8627if test "${ac_cv_path_R+set}" = set; then :
    86588628  $as_echo_n "(cached) " >&6
    86598629else
     
    86698639  test -z "$as_dir" && as_dir=.
    86708640    for ac_exec_ext in '' $ac_executable_extensions; do
    8671   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     8641  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    86728642    ac_cv_path_R="$as_dir/$ac_word$ac_exec_ext"
    86738643    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    86968666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    86978667$as_echo_n "checking for $ac_word... " >&6; }
    8698 if ${ac_cv_path_R+:} false; then :
     8668if test "${ac_cv_path_R+set}" = set; then :
    86998669  $as_echo_n "(cached) " >&6
    87008670else
     
    87118681  test -z "$as_dir" && as_dir=.
    87128682    for ac_exec_ext in '' $ac_executable_extensions; do
    8713   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     8683  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    87148684    ac_cv_path_R="$as_dir/$ac_word$ac_exec_ext"
    87158685    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    87568726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    87578727$as_echo_n "checking for $ac_word... " >&6; }
    8758 if ${ac_cv_path_RUBY+:} false; then :
     8728if test "${ac_cv_path_RUBY+set}" = set; then :
    87598729  $as_echo_n "(cached) " >&6
    87608730else
     
    87708740  test -z "$as_dir" && as_dir=.
    87718741    for ac_exec_ext in '' $ac_executable_extensions; do
    8772   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     8742  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    87738743    ac_cv_path_RUBY="$as_dir/$ac_word$ac_exec_ext"
    87748744    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    87978767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    87988768$as_echo_n "checking for $ac_word... " >&6; }
    8799 if ${ac_cv_path_RUBY+:} false; then :
     8769if test "${ac_cv_path_RUBY+set}" = set; then :
    88008770  $as_echo_n "(cached) " >&6
    88018771else
     
    88128782  test -z "$as_dir" && as_dir=.
    88138783    for ac_exec_ext in '' $ac_executable_extensions; do
    8814   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     8784  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    88158785    ac_cv_path_RUBY="$as_dir/$ac_word$ac_exec_ext"
    88168786    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    88428812  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
    88438813$as_echo_n "checking for a sed that does not truncate output... " >&6; }
    8844 if ${ac_cv_path_SED+:} false; then :
     8814if test "${ac_cv_path_SED+set}" = set; then :
    88458815  $as_echo_n "(cached) " >&6
    88468816else
     
    88628832    for ac_exec_ext in '' $ac_executable_extensions; do
    88638833      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
    8864       as_fn_executable_p "$ac_path_SED" || continue
     8834      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
    88658835# Check for GNU ac_path_SED and select it if it is found.
    88668836  # Check for GNU $ac_path_SED
     
    89358905{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    89368906$as_echo_n "checking for $ac_word... " >&6; }
    8937 if ${ac_cv_prog_AWK+:} false; then :
     8907if test "${ac_cv_prog_AWK+set}" = set; then :
    89388908  $as_echo_n "(cached) " >&6
    89398909else
     
    89478917  test -z "$as_dir" && as_dir=.
    89488918    for ac_exec_ext in '' $ac_executable_extensions; do
    8949   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     8919  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    89508920    ac_cv_prog_AWK="$ac_prog"
    89518921    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    92099179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
    92109180$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
    9211 if ${ac_cv_c_bigendian+:} false; then :
     9181if test "${ac_cv_c_bigendian+set}" = set; then :
    92129182  $as_echo_n "(cached) " >&6
    92139183else
     
    94289398   *)
    94299399     as_fn_error $? "unknown endianness
    9430  presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
     9400 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5  ;;
    94319401 esac
    94329402
     
    94379407{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
    94389408$as_echo_n "checking size of int... " >&6; }
    9439 if ${ac_cv_sizeof_int+:} false; then :
     9409if test "${ac_cv_sizeof_int+set}" = set; then :
    94409410  $as_echo_n "(cached) " >&6
    94419411else
     
    94479417$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    94489418as_fn_error 77 "cannot compute sizeof (int)
    9449 See \`config.log' for more details" "$LINENO" 5; }
     9419See \`config.log' for more details" "$LINENO" 5 ; }
    94509420   else
    94519421     ac_cv_sizeof_int=0
     
    94709440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
    94719441$as_echo_n "checking size of long... " >&6; }
    9472 if ${ac_cv_sizeof_long+:} false; then :
     9442if test "${ac_cv_sizeof_long+set}" = set; then :
    94739443  $as_echo_n "(cached) " >&6
    94749444else
     
    94809450$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    94819451as_fn_error 77 "cannot compute sizeof (long)
    9482 See \`config.log' for more details" "$LINENO" 5; }
     9452See \`config.log' for more details" "$LINENO" 5 ; }
    94839453   else
    94849454     ac_cv_sizeof_long=0
     
    95039473{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
    95049474$as_echo_n "checking size of long long... " >&6; }
    9505 if ${ac_cv_sizeof_long_long+:} false; then :
     9475if test "${ac_cv_sizeof_long_long+set}" = set; then :
    95069476  $as_echo_n "(cached) " >&6
    95079477else
     
    95139483$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    95149484as_fn_error 77 "cannot compute sizeof (long long)
    9515 See \`config.log' for more details" "$LINENO" 5; }
     9485See \`config.log' for more details" "$LINENO" 5 ; }
    95169486   else
    95179487     ac_cv_sizeof_long_long=0
     
    95369506{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
    95379507$as_echo_n "checking size of void *... " >&6; }
    9538 if ${ac_cv_sizeof_void_p+:} false; then :
     9508if test "${ac_cv_sizeof_void_p+set}" = set; then :
    95399509  $as_echo_n "(cached) " >&6
    95409510else
     
    95469516$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    95479517as_fn_error 77 "cannot compute sizeof (void *)
    9548 See \`config.log' for more details" "$LINENO" 5; }
     9518See \`config.log' for more details" "$LINENO" 5 ; }
    95499519   else
    95509520     ac_cv_sizeof_void_p=0
     
    96669636  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lavcodec" >&5
    96679637$as_echo_n "checking for main in -lavcodec... " >&6; }
    9668 if ${ac_cv_lib_avcodec_main+:} false; then :
     9638if test "${ac_cv_lib_avcodec_main+set}" = set; then :
    96699639  $as_echo_n "(cached) " >&6
    96709640else
     
    96949664{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_avcodec_main" >&5
    96959665$as_echo "$ac_cv_lib_avcodec_main" >&6; }
    9696 if test "x$ac_cv_lib_avcodec_main" = xyes; then :
     9666if test "x$ac_cv_lib_avcodec_main" = x""yes; then :
    96979667  cat >>confdefs.h <<_ACEOF
    96989668#define HAVE_LIBAVCODEC 1
     
    97079677  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lavutil" >&5
    97089678$as_echo_n "checking for main in -lavutil... " >&6; }
    9709 if ${ac_cv_lib_avutil_main+:} false; then :
     9679if test "${ac_cv_lib_avutil_main+set}" = set; then :
    97109680  $as_echo_n "(cached) " >&6
    97119681else
     
    97359705{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_avutil_main" >&5
    97369706$as_echo "$ac_cv_lib_avutil_main" >&6; }
    9737 if test "x$ac_cv_lib_avutil_main" = xyes; then :
     9707if test "x$ac_cv_lib_avutil_main" = x""yes; then :
    97389708  cat >>confdefs.h <<_ACEOF
    97399709#define HAVE_LIBAVUTIL 1
     
    97489718  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lavformat" >&5
    97499719$as_echo_n "checking for main in -lavformat... " >&6; }
    9750 if ${ac_cv_lib_avformat_main+:} false; then :
     9720if test "${ac_cv_lib_avformat_main+set}" = set; then :
    97519721  $as_echo_n "(cached) " >&6
    97529722else
     
    97769746{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_avformat_main" >&5
    97779747$as_echo "$ac_cv_lib_avformat_main" >&6; }
    9778 if test "x$ac_cv_lib_avformat_main" = xyes; then :
     9748if test "x$ac_cv_lib_avformat_main" = x""yes; then :
    97799749  cat >>confdefs.h <<_ACEOF
    97809750#define HAVE_LIBAVFORMAT 1
     
    97899759  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lswscale" >&5
    97909760$as_echo_n "checking for main in -lswscale... " >&6; }
    9791 if ${ac_cv_lib_swscale_main+:} false; then :
     9761if test "${ac_cv_lib_swscale_main+set}" = set; then :
    97929762  $as_echo_n "(cached) " >&6
    97939763else
     
    98179787{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_swscale_main" >&5
    98189788$as_echo "$ac_cv_lib_swscale_main" >&6; }
    9819 if test "x$ac_cv_lib_swscale_main" = xyes; then :
     9789if test "x$ac_cv_lib_swscale_main" = x""yes; then :
    98209790  cat >>confdefs.h <<_ACEOF
    98219791#define HAVE_LIBSWSCALE 1
     
    98299799do :
    98309800  ac_fn_cxx_check_func "$LINENO" "av_find_stream_info" "ac_cv_func_av_find_stream_info"
    9831 if test "x$ac_cv_func_av_find_stream_info" = xyes; then :
     9801if test "x$ac_cv_func_av_find_stream_info" = x""yes; then :
    98329802  cat >>confdefs.h <<_ACEOF
    98339803#define HAVE_AV_FIND_STREAM_INFO 1
     
    98409810do :
    98419811  ac_fn_cxx_check_func "$LINENO" "av_open_input_file" "ac_cv_func_av_open_input_file"
    9842 if test "x$ac_cv_func_av_open_input_file" = xyes; then :
     9812if test "x$ac_cv_func_av_open_input_file" = x""yes; then :
    98439813  cat >>confdefs.h <<_ACEOF
    98449814#define HAVE_AV_OPEN_INPUT_FILE 1
     
    98519821do :
    98529822  ac_fn_cxx_check_func "$LINENO" "avcodec_decode_video" "ac_cv_func_avcodec_decode_video"
    9853 if test "x$ac_cv_func_avcodec_decode_video" = xyes; then :
     9823if test "x$ac_cv_func_avcodec_decode_video" = x""yes; then :
    98549824  cat >>confdefs.h <<_ACEOF
    98559825#define HAVE_AVCODEC_DECODE_VIDEO 1
     
    98629832do :
    98639833  ac_fn_cxx_check_func "$LINENO" "avcodec_decode_video2" "ac_cv_func_avcodec_decode_video2"
    9864 if test "x$ac_cv_func_avcodec_decode_video2" = xyes; then :
     9834if test "x$ac_cv_func_avcodec_decode_video2" = x""yes; then :
    98659835  cat >>confdefs.h <<_ACEOF
    98669836#define HAVE_AVCODEC_DECODE_VIDEO2 1
     
    98739843do :
    98749844  ac_fn_cxx_check_func "$LINENO" "avcodec_open" "ac_cv_func_avcodec_open"
    9875 if test "x$ac_cv_func_avcodec_open" = xyes; then :
     9845if test "x$ac_cv_func_avcodec_open" = x""yes; then :
    98769846  cat >>confdefs.h <<_ACEOF
    98779847#define HAVE_AVCODEC_OPEN 1
     
    98849854do :
    98859855  ac_fn_cxx_check_func "$LINENO" "avcodec_open2" "ac_cv_func_avcodec_open2"
    9886 if test "x$ac_cv_func_avcodec_open2" = xyes; then :
     9856if test "x$ac_cv_func_avcodec_open2" = x""yes; then :
    98879857  cat >>confdefs.h <<_ACEOF
    98889858#define HAVE_AVCODEC_OPEN2 1
     
    98959865do :
    98969866  ac_fn_cxx_check_func "$LINENO" "avformat_find_stream_info" "ac_cv_func_avformat_find_stream_info"
    9897 if test "x$ac_cv_func_avformat_find_stream_info" = xyes; then :
     9867if test "x$ac_cv_func_avformat_find_stream_info" = x""yes; then :
    98989868  cat >>confdefs.h <<_ACEOF
    98999869#define HAVE_AVFORMAT_FIND_STREAM_INFO 1
     
    99069876do :
    99079877  ac_fn_cxx_check_func "$LINENO" "avformat_open_input" "ac_cv_func_avformat_open_input"
    9908 if test "x$ac_cv_func_avformat_open_input" = xyes; then :
     9878if test "x$ac_cv_func_avformat_open_input" = x""yes; then :
    99099879  cat >>confdefs.h <<_ACEOF
    99109880#define HAVE_AVFORMAT_OPEN_INPUT 1
     
    99179887do :
    99189888  ac_fn_cxx_check_func "$LINENO" "avio_close" "ac_cv_func_avio_close"
    9919 if test "x$ac_cv_func_avio_close" = xyes; then :
     9889if test "x$ac_cv_func_avio_close" = x""yes; then :
    99209890  cat >>confdefs.h <<_ACEOF
    99219891#define HAVE_AVIO_CLOSE 1
     
    99289898do :
    99299899  ac_fn_cxx_check_func "$LINENO" "img_convert" "ac_cv_func_img_convert"
    9930 if test "x$ac_cv_func_img_convert" = xyes; then :
     9900if test "x$ac_cv_func_img_convert" = x""yes; then :
    99319901  cat >>confdefs.h <<_ACEOF
    99329902#define HAVE_IMG_CONVERT 1
     
    99399909do :
    99409910  ac_fn_cxx_check_func "$LINENO" "sws_getCachedContext" "ac_cv_func_sws_getCachedContext"
    9941 if test "x$ac_cv_func_sws_getCachedContext" = xyes; then :
     9911if test "x$ac_cv_func_sws_getCachedContext" = x""yes; then :
    99429912  cat >>confdefs.h <<_ACEOF
    99439913#define HAVE_SWS_GETCACHEDCONTEXT 1
     
    99509920do :
    99519921  ac_fn_cxx_check_func "$LINENO" "sws_scale" "ac_cv_func_sws_scale"
    9952 if test "x$ac_cv_func_sws_scale" = xyes; then :
     9922if test "x$ac_cv_func_sws_scale" = x""yes; then :
    99539923  cat >>confdefs.h <<_ACEOF
    99549924#define HAVE_SWS_SCALE 1
     
    99619931do :
    99629932  ac_fn_cxx_check_func "$LINENO" "url_close" "ac_cv_func_url_close"
    9963 if test "x$ac_cv_func_url_close" = xyes; then :
     9933if test "x$ac_cv_func_url_close" = x""yes; then :
    99649934  cat >>confdefs.h <<_ACEOF
    99659935#define HAVE_URL_CLOSE 1
     
    99729942do :
    99739943  ac_fn_cxx_check_func "$LINENO" "av_close_input_file" "ac_cv_func_av_close_input_file"
    9974 if test "x$ac_cv_func_av_close_input_file" = xyes; then :
     9944if test "x$ac_cv_func_av_close_input_file" = x""yes; then :
    99759945  cat >>confdefs.h <<_ACEOF
    99769946#define HAVE_AV_CLOSE_INPUT_FILE 1
     
    99839953do :
    99849954  ac_fn_cxx_check_func "$LINENO" "avformat_close_input" "ac_cv_func_avformat_close_input"
    9985 if test "x$ac_cv_func_avformat_close_input" = xyes; then :
     9955if test "x$ac_cv_func_avformat_close_input" = x""yes; then :
    99869956  cat >>confdefs.h <<_ACEOF
    99879957#define HAVE_AVFORMAT_CLOSE_INPUT 1
     
    99939963
    99949964  ac_fn_cxx_check_func "$LINENO" "avcodec_find_decoder" "ac_cv_func_avcodec_find_decoder"
    9995 if test "x$ac_cv_func_avcodec_find_decoder" = xyes; then :
     9965if test "x$ac_cv_func_avcodec_find_decoder" = x""yes; then :
    99969966
    99979967else
     
    100009970
    100019971  ac_fn_cxx_check_func "$LINENO" "avcodec_alloc_frame" "ac_cv_func_avcodec_alloc_frame"
    10002 if test "x$ac_cv_func_avcodec_alloc_frame" = xyes; then :
     9972if test "x$ac_cv_func_avcodec_alloc_frame" = x""yes; then :
    100039973
    100049974else
     
    100079977
    100089978  ac_fn_cxx_check_func "$LINENO" "av_rescale_q" "ac_cv_func_av_rescale_q"
    10009 if test "x$ac_cv_func_av_rescale_q" = xyes; then :
     9979if test "x$ac_cv_func_av_rescale_q" = x""yes; then :
    100109980
    100119981else
     
    100149984
    100159985  ac_fn_cxx_check_func "$LINENO" "av_read_frame" "ac_cv_func_av_read_frame"
    10016 if test "x$ac_cv_func_av_read_frame" = xyes; then :
     9986if test "x$ac_cv_func_av_read_frame" = x""yes; then :
    100179987
    100189988else
     
    100219991
    100229992  ac_fn_cxx_check_func "$LINENO" "av_free" "ac_cv_func_av_free"
    10023 if test "x$ac_cv_func_av_free" = xyes; then :
     9993if test "x$ac_cv_func_av_free" = x""yes; then :
    100249994
    100259995else
     
    100289998
    100299999  ac_fn_cxx_check_func "$LINENO" "avcodec_default_release_buffer" "ac_cv_func_avcodec_default_release_buffer"
    10030 if test "x$ac_cv_func_avcodec_default_release_buffer" = xyes; then :
     10000if test "x$ac_cv_func_avcodec_default_release_buffer" = x""yes; then :
    1003110001
    1003210002else
     
    1003510005
    1003610006  ac_fn_cxx_check_func "$LINENO" "avpicture_get_size" "ac_cv_func_avpicture_get_size"
    10037 if test "x$ac_cv_func_avpicture_get_size" = xyes; then :
     10007if test "x$ac_cv_func_avpicture_get_size" = x""yes; then :
    1003810008
    1003910009else
     
    1004210012
    1004310013  ac_fn_cxx_check_func "$LINENO" "avpicture_fill" "ac_cv_func_avpicture_fill"
    10044 if test "x$ac_cv_func_avpicture_fill" = xyes; then :
     10014if test "x$ac_cv_func_avpicture_fill" = x""yes; then :
    1004510015
    1004610016else
     
    1005110021do :
    1005210022  ac_fn_cxx_check_func "$LINENO" "sws_getCachedContext" "ac_cv_func_sws_getCachedContext"
    10053 if test "x$ac_cv_func_sws_getCachedContext" = xyes; then :
     10023if test "x$ac_cv_func_sws_getCachedContext" = x""yes; then :
    1005410024  cat >>confdefs.h <<_ACEOF
    1005510025#define HAVE_SWS_GETCACHEDCONTEXT 1
     
    1006210032do :
    1006310033  ac_fn_cxx_check_func "$LINENO" "img_convert" "ac_cv_func_img_convert"
    10064 if test "x$ac_cv_func_img_convert" = xyes; then :
     10034if test "x$ac_cv_func_img_convert" = x""yes; then :
    1006510035  cat >>confdefs.h <<_ACEOF
    1006610036#define HAVE_IMG_CONVERT 1
     
    1007310043do :
    1007410044  ac_fn_cxx_check_func "$LINENO" "sws_scale" "ac_cv_func_sws_scale"
    10075 if test "x$ac_cv_func_sws_scale" = xyes; then :
     10045if test "x$ac_cv_func_sws_scale" = x""yes; then :
    1007610046  cat >>confdefs.h <<_ACEOF
    1007710047#define HAVE_SWS_SCALE 1
     
    1020610176
    1020710177
    10208 ac_config_files="$ac_config_files Makefile packages/Makefile src/Makefile src/core/Makefile src/core2/Makefile src/objects/Makefile src/objects/RpHash.h gui/Makefile gui/apps/Makefile gui/apps/about gui/apps/copy_rappture_examples gui/apps/encodedata gui/apps/rappture gui/apps/rappture-csh.env gui/apps/rappture.env gui/apps/rappture.use gui/apps/rerun gui/apps/simsim gui/apps/xmldiff gui/pkgIndex.tcl gui/scripts/Makefile gui/src/Makefile builder/Makefile builder/pkgIndex.tcl builder/scripts/Makefile tester/Makefile tester/pkgIndex.tcl tester/scripts/Makefile lang/Makefile lang/java/Makefile lang/java/rappture/Makefile lang/perl/Makefile lang/perl/Makefile.PL lang/python/Makefile lang/python/setup.py lang/matlab/Makefile lang/octave/Makefile lang/octave/octave2/Makefile lang/octave/octave3/Makefile lang/R/Makefile lang/ruby/Makefile lang/ruby/build.rb lang/tcl/Makefile lang/tcl/pkgIndex.tcl lang/tcl/src/Makefile lang/tcl/scripts/Makefile lang/tcl/tests/Makefile lib/Makefile examples/3D/Makefile examples/Makefile examples/app-fermi/2.0/Makefile examples/app-fermi/Makefile examples/app-fermi/cee/Makefile examples/app-fermi/fortran/Makefile examples/app-fermi/java/Makefile examples/app-fermi/matlab/Makefile examples/app-fermi/matlab/compiled/Makefile examples/app-fermi/matlab/uncompiled/Makefile examples/app-fermi/octave/octave2/Makefile examples/app-fermi/octave/octave3/Makefile examples/app-fermi/octave/Makefile examples/app-fermi/perl/Makefile examples/app-fermi/python/Makefile examples/app-fermi/ruby/Makefile examples/app-fermi/tcl/Makefile examples/app-fermi/wrapper/Makefile examples/app-fermi/wrapper/cee/Makefile examples/app-fermi/wrapper/perl/Makefile examples/app-fermi/wrapper/python/Makefile examples/app-fermi/wrapper/tcl/Makefile examples/app-fermi/R/Makefile examples/c-example/Makefile examples/canvas/Makefile examples/demo.bash examples/flow/Makefile examples/flow/demo1/Makefile examples/flow/demo2/Makefile examples/flow/demo3/Makefile examples/graph/Makefile examples/objects/Makefile examples/objects/axis/Makefile examples/objects/contour/Makefile examples/objects/curve/Makefile examples/objects/dxWriter/Makefile examples/objects/floatBuffer/Makefile examples/objects/histogram/Makefile examples/objects/library/Makefile examples/objects/number/Makefile examples/objects/path/Makefile examples/objects/plot/Makefile examples/objects/scatter/Makefile examples/objects/string/Makefile examples/objects/tree/Makefile examples/objects/xmlparser/Makefile examples/zoo/Makefile examples/zoo/binary/Makefile examples/zoo/boolean/Makefile examples/zoo/choice/Makefile examples/zoo/cloud/Makefile examples/zoo/cloud/matlab/Makefile examples/zoo/curve/Makefile examples/zoo/enable/Makefile examples/zoo/field/Makefile examples/zoo/group/Makefile examples/zoo/histogram/Makefile examples/zoo/image/Makefile examples/zoo/image/docs/Makefile examples/zoo/image/examples/Makefile examples/zoo/integer/Makefile examples/zoo/integer2/Makefile examples/zoo/loader/Makefile examples/zoo/loader/examples/Makefile examples/zoo/log/Makefile examples/zoo/note/Makefile examples/zoo/note/docs/Makefile examples/zoo/number/Makefile examples/zoo/number2/Makefile examples/zoo/parallelepiped/Makefile examples/zoo/periodicelement/Makefile examples/zoo/phase/Makefile examples/zoo/sequence/Makefile examples/zoo/sequence/examples/Makefile examples/zoo/string/Makefile examples/zoo/structure/Makefile examples/zoo/structure/examples/Makefile examples/zoo/table/Makefile examples/zoo/unirect2d/Makefile video/Makefile video/pkgIndex.tcl oldtest/Makefile oldtest/src/Makefile"
     10178ac_config_files="$ac_config_files Makefile packages/Makefile src/Makefile src/core/Makefile src/core2/Makefile src/objects/Makefile src/objects/RpHash.h gui/Makefile gui/apps/Makefile gui/apps/about gui/apps/copy_rappture_examples gui/apps/encodedata gui/apps/rappture gui/apps/rappture-csh.env gui/apps/rappture.env gui/apps/rappture.use gui/apps/rerun gui/apps/simsim gui/apps/xmldiff gui/pkgIndex.tcl gui/scripts/Makefile gui/src/Makefile builder/Makefile builder/pkgIndex.tcl builder/scripts/Makefile tester/Makefile tester/pkgIndex.tcl tester/scripts/Makefile lang/Makefile lang/java/Makefile lang/java/rappture/Makefile lang/perl/Makefile lang/perl/Makefile.PL lang/python/Makefile lang/python/setup.py lang/matlab/Makefile lang/octave/Makefile lang/octave/octave2/Makefile lang/octave/octave3/Makefile lang/R/Makefile lang/ruby/Makefile lang/ruby/build.rb lang/tcl/Makefile lang/tcl/pkgIndex.tcl lang/tcl/src/Makefile lang/tcl/scripts/Makefile lang/tcl/tests/Makefile lib/Makefile examples/3D/Makefile examples/Makefile examples/app-fermi/2.0/Makefile examples/app-fermi/Makefile examples/app-fermi/cee/Makefile examples/app-fermi/fortran/Makefile examples/app-fermi/java/Makefile examples/app-fermi/matlab/Makefile examples/app-fermi/matlab/compiled/Makefile examples/app-fermi/matlab/uncompiled/Makefile examples/app-fermi/octave/octave2/Makefile examples/app-fermi/octave/octave3/Makefile examples/app-fermi/octave/Makefile examples/app-fermi/perl/Makefile examples/app-fermi/python/Makefile examples/app-fermi/ruby/Makefile examples/app-fermi/tcl/Makefile examples/app-fermi/wrapper/Makefile examples/app-fermi/wrapper/cee/Makefile examples/app-fermi/wrapper/perl/Makefile examples/app-fermi/wrapper/python/Makefile examples/app-fermi/wrapper/tcl/Makefile examples/app-fermi/R/Makefile examples/c-example/Makefile examples/canvas/Makefile examples/demo.bash examples/flow/Makefile examples/flow/demo1/Makefile examples/flow/demo2/Makefile examples/flow/demo3/Makefile examples/graph/Makefile examples/objects/Makefile examples/objects/axis/Makefile examples/objects/contour/Makefile examples/objects/curve/Makefile examples/objects/dxWriter/Makefile examples/objects/floatBuffer/Makefile examples/objects/histogram/Makefile examples/objects/library/Makefile examples/objects/number/Makefile examples/objects/path/Makefile examples/objects/plot/Makefile examples/objects/scatter/Makefile examples/objects/string/Makefile examples/objects/tree/Makefile examples/objects/xmlparser/Makefile examples/zoo/Makefile examples/zoo/binary/Makefile examples/zoo/boolean/Makefile examples/zoo/choice/Makefile examples/zoo/cloud/Makefile examples/zoo/cloud/matlab/Makefile examples/zoo/curve/Makefile examples/zoo/drawing/Makefile examples/zoo/enable/Makefile examples/zoo/field/Makefile examples/zoo/group/Makefile examples/zoo/histogram/Makefile examples/zoo/image/Makefile examples/zoo/image/docs/Makefile examples/zoo/image/examples/Makefile examples/zoo/integer/Makefile examples/zoo/integer2/Makefile examples/zoo/loader/Makefile examples/zoo/loader/examples/Makefile examples/zoo/log/Makefile examples/zoo/note/Makefile examples/zoo/note/docs/Makefile examples/zoo/number/Makefile examples/zoo/number2/Makefile examples/zoo/parallelepiped/Makefile examples/zoo/periodicelement/Makefile examples/zoo/phase/Makefile examples/zoo/sequence/Makefile examples/zoo/sequence/examples/Makefile examples/zoo/string/Makefile examples/zoo/structure/Makefile examples/zoo/structure/examples/Makefile examples/zoo/table/Makefile examples/zoo/unirect2d/Makefile video/Makefile video/pkgIndex.tcl oldtest/Makefile oldtest/src/Makefile"
    1020910179
    1021010180cat >confcache <<\_ACEOF
     
    1027210242if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
    1027310243  if test -w "$cache_file"; then
    10274     if test "x$cache_file" != "x/dev/null"; then
     10244    test "x$cache_file" != "x/dev/null" &&
    1027510245      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
    1027610246$as_echo "$as_me: updating cache $cache_file" >&6;}
    10277       if test ! -f "$cache_file" || test -h "$cache_file"; then
    10278         cat confcache >"$cache_file"
    10279       else
    10280         case $cache_file in #(
    10281         */* | ?:*)
    10282           mv -f confcache "$cache_file"$$ &&
    10283           mv -f "$cache_file"$$ "$cache_file" ;; #(
    10284         *)
    10285           mv -f confcache "$cache_file" ;;
    10286         esac
    10287       fi
    10288     fi
     10247    cat confcache >$cache_file
    1028910248  else
    1029010249    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
     
    1031910278
    1032010279
    10321 : "${CONFIG_STATUS=./config.status}"
     10280: ${CONFIG_STATUS=./config.status}
    1032210281ac_write_fail=0
    1032310282ac_clean_files_save=$ac_clean_files
     
    1042010379
    1042110380# Find who we are.  Look in the path if we contain no directory separator.
    10422 as_myself=
    1042310381case $0 in #((
    1042410382  *[\\/]* ) as_myself=$0 ;;
     
    1061610574    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    1061710575    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    10618     # In both cases, we have to default to `cp -pR'.
     10576    # In both cases, we have to default to `cp -p'.
    1061910577    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    10620       as_ln_s='cp -pR'
     10578      as_ln_s='cp -p'
    1062110579  elif ln conf$$.file conf$$ 2>/dev/null; then
    1062210580    as_ln_s=ln
    1062310581  else
    10624     as_ln_s='cp -pR'
     10582    as_ln_s='cp -p'
    1062510583  fi
    1062610584else
    10627   as_ln_s='cp -pR'
     10585  as_ln_s='cp -p'
    1062810586fi
    1062910587rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     
    1068510643fi
    1068610644
    10687 
    10688 # as_fn_executable_p FILE
    10689 # -----------------------
    10690 # Test if FILE is an executable regular file.
    10691 as_fn_executable_p ()
    10692 {
    10693   test -f "$1" && test -x "$1"
    10694 } # as_fn_executable_p
    10695 as_test_x='test -x'
    10696 as_executable_p=as_fn_executable_p
     10645if test -x / >/dev/null 2>&1; then
     10646  as_test_x='test -x'
     10647else
     10648  if ls -dL / >/dev/null 2>&1; then
     10649    as_ls_L_option=L
     10650  else
     10651    as_ls_L_option=
     10652  fi
     10653  as_test_x='
     10654    eval sh -c '\''
     10655      if test -d "$1"; then
     10656        test -d "$1/.";
     10657      else
     10658        case $1 in #(
     10659        -*)set "./$1";;
     10660        esac;
     10661        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
     10662        ???[sx]*):;;*)false;;esac;fi
     10663    '\'' sh
     10664  '
     10665fi
     10666as_executable_p=$as_test_x
    1069710667
    1069810668# Sed expression to map a string onto a valid CPP name.
     
    1071610686ac_log="
    1071710687This file was extended by Rappture $as_me 1.1, which was
    10718 generated by GNU Autoconf 2.69.  Invocation command line was
     10688generated by GNU Autoconf 2.67.  Invocation command line was
    1071910689
    1072010690  CONFIG_FILES    = $CONFIG_FILES
     
    1077810748ac_cs_version="\\
    1077910749Rappture config.status 1.1
    10780 configured by $0, generated by GNU Autoconf 2.69,
     10750configured by $0, generated by GNU Autoconf 2.67,
    1078110751  with options \\"\$ac_cs_config\\"
    1078210752
    10783 Copyright (C) 2012 Free Software Foundation, Inc.
     10753Copyright (C) 2010 Free Software Foundation, Inc.
    1078410754This config.status script is free software; the Free Software Foundation
    1078510755gives unlimited permission to copy, distribute and modify it."
     
    1087210842cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    1087310843if \$ac_cs_recheck; then
    10874   set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     10844  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    1087510845  shift
    1087610846  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
     
    1100310973    "examples/zoo/cloud/matlab/Makefile") CONFIG_FILES="$CONFIG_FILES examples/zoo/cloud/matlab/Makefile" ;;
    1100410974    "examples/zoo/curve/Makefile") CONFIG_FILES="$CONFIG_FILES examples/zoo/curve/Makefile" ;;
     10975    "examples/zoo/drawing/Makefile") CONFIG_FILES="$CONFIG_FILES examples/zoo/drawing/Makefile" ;;
    1100510976    "examples/zoo/enable/Makefile") CONFIG_FILES="$CONFIG_FILES examples/zoo/enable/Makefile" ;;
    1100610977    "examples/zoo/field/Makefile") CONFIG_FILES="$CONFIG_FILES examples/zoo/field/Makefile" ;;
     
    1103411005    "oldtest/src/Makefile") CONFIG_FILES="$CONFIG_FILES oldtest/src/Makefile" ;;
    1103511006
    11036   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
     11007  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
    1103711008  esac
    1103811009done
     
    1105611027$debug ||
    1105711028{
    11058   tmp= ac_tmp=
     11029  tmp=
    1105911030  trap 'exit_status=$?
    11060   : "${ac_tmp:=$tmp}"
    11061   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
     11031  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
    1106211032' 0
    1106311033  trap 'as_fn_exit 1' 1 2 13 15
     
    1106711037{
    1106811038  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
    11069   test -d "$tmp"
     11039  test -n "$tmp" && test -d "$tmp"
    1107011040}  ||
    1107111041{
     
    1107311043  (umask 077 && mkdir "$tmp")
    1107411044} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
    11075 ac_tmp=$tmp
    1107611045
    1107711046# Set up the scripts for CONFIG_FILES section.
     
    1109511064fi
    1109611065
    11097 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
     11066echo 'BEGIN {' >"$tmp/subs1.awk" &&
    1109811067_ACEOF
    1109911068
     
    1112311092
    1112411093cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    11125 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
     11094cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
    1112611095_ACEOF
    1112711096sed -n '
     
    1117111140cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    1117211141_ACAWK
    11173 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
     11142cat >>"\$tmp/subs1.awk" <<_ACAWK &&
    1117411143  for (key in S) S_is_set[key] = 1
    1117511144  FS = ""
     
    1120311172else
    1120411173  cat
    11205 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
     11174fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
    1120611175  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
    1120711176_ACEOF
     
    1123711206# This happens for instance with `./config.status Makefile'.
    1123811207if test -n "$CONFIG_HEADERS"; then
    11239 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
     11208cat >"$tmp/defines.awk" <<\_ACAWK ||
    1124011209BEGIN {
    1124111210_ACEOF
     
    1124911218ac_delim='%!_!# '
    1125011219for ac_last_try in false false :; do
    11251   ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
    11252   if test -z "$ac_tt"; then
     11220  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
     11221  if test -z "$ac_t"; then
    1125311222    break
    1125411223  elif $ac_last_try; then
     
    1135111320  case $ac_mode$ac_tag in
    1135211321  :[FHL]*:*);;
    11353   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
     11322  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
    1135411323  :[FH]-) ac_tag=-:-;;
    1135511324  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
     
    1137011339    do
    1137111340      case $ac_f in
    11372       -) ac_f="$ac_tmp/stdin";;
     11341      -) ac_f="$tmp/stdin";;
    1137311342      *) # Look for the file first in the build tree, then in the source tree
    1137411343         # (if the path is not absolute).  The absolute path cannot be DOS-style,
     
    1137911348           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    1138011349           esac ||
    11381            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
     11350           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
    1138211351      esac
    1138311352      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
     
    1140511374
    1140611375    case $ac_tag in
    11407     *:-:* | *:-) cat >"$ac_tmp/stdin" \
    11408       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
     11376    *:-:* | *:-) cat >"$tmp/stdin" \
     11377      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
    1140911378    esac
    1141011379    ;;
     
    1154211511$ac_datarootdir_hack
    1154311512"
    11544 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
    11545   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
     11513eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
     11514  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    1154611515
    1154711516test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    11548   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
    11549   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
    11550       "$ac_tmp/out"`; test -z "$ac_out"; } &&
     11517  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
     11518  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    1155111519  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    1155211520which seems to be undefined.  Please make sure it is defined" >&5
     
    1155411522which seems to be undefined.  Please make sure it is defined" >&2;}
    1155511523
    11556   rm -f "$ac_tmp/stdin"
     11524  rm -f "$tmp/stdin"
    1155711525  case $ac_file in
    11558   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
    11559   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
     11526  -) cat "$tmp/out" && rm -f "$tmp/out";;
     11527  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
    1156011528  esac \
    1156111529  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
     
    1156811536    {
    1156911537      $as_echo "/* $configure_input  */" \
    11570       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
    11571     } >"$ac_tmp/config.h" \
     11538      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
     11539    } >"$tmp/config.h" \
    1157211540      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    11573     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
     11541    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
    1157411542      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
    1157511543$as_echo "$as_me: $ac_file is unchanged" >&6;}
    1157611544    else
    1157711545      rm -f "$ac_file"
    11578       mv "$ac_tmp/config.h" "$ac_file" \
     11546      mv "$tmp/config.h" "$ac_file" \
    1157911547        || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    1158011548    fi
    1158111549  else
    1158211550    $as_echo "/* $configure_input  */" \
    11583       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
     11551      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
    1158411552      || as_fn_error $? "could not create -" "$LINENO" 5
    1158511553  fi
  • trunk/configure.in

    r3038 r3049  
    544544    examples/zoo/cloud/matlab/Makefile
    545545    examples/zoo/curve/Makefile
     546    examples/zoo/drawing/Makefile
    546547    examples/zoo/enable/Makefile
    547548    examples/zoo/field/Makefile
Note: See TracChangeset for help on using the changeset viewer.