Changeset 9e9dbc in git


Ignore:
Timestamp:
Feb 21, 2009, 4:16:43 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
40b31de81774f2cb2360815a1a5e3b8c608dd76f
Parents:
9eca66236c78459b34fc18feb7c48c2d57010ad8
Message:
*hannes: new date for 3-1-0, HAVE_RATGRING


git-svn-id: file:///usr/local/Singular/svn/trunk@11424 2c84dea3-7e68-4137-9b89-c4e89433aadc
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • Singular/configure

    r9eca662 r9e9dbc  
    5050ac_help="$ac_help
    5151  --with-NTL              build for use with NTL."
     52ac_help="$ac_help
     53  --with-ratGB            do compile with ratGB support (experimental)"
    5254
    5355# Initialize some variables set by options.
     
    565567
    566568echo $ac_n "checking CPU for singular""... $ac_c" 1>&6
    567 echo "configure:568: checking CPU for singular" >&5
     569echo "configure:570: checking CPU for singular" >&5
    568570ac_cv_singcpuname=`uname -m`
    569571echo "$ac_t""$ac_cv_singcpuname" 1>&6
    570572
    571573echo $ac_n "checking uname for singular""... $ac_c" 1>&6
    572 echo "configure:573: checking uname for singular" >&5
     574echo "configure:575: checking uname for singular" >&5
    573575if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then
    574576  echo $ac_n "(cached) $ac_c" 1>&6
     
    711713SINGULAR_SUB_VERSION=${SINGULAR_SUB_VERSION:-0}
    712714SINGULAR_VERSION="${SINGULAR_VERSION:-$SINGULAR_MAJOR_VERSION${VERSION_SEP}$SINGULAR_MINOR_VERSION${VERSION_SEP}$SINGULAR_SUB_VERSION}"
    713 VERSION_DATE=${VERSION_DATE:-"Aug 2008"}
     715VERSION_DATE=${VERSION_DATE:-"Mar 2009"}
    714716
    715717
     
    762764set dummy gcc; ac_word=$2
    763765echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    764 echo "configure:765: checking for $ac_word" >&5
     766echo "configure:767: checking for $ac_word" >&5
    765767if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    766768  echo $ac_n "(cached) $ac_c" 1>&6
     
    792794set dummy cc; ac_word=$2
    793795echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    794 echo "configure:795: checking for $ac_word" >&5
     796echo "configure:797: checking for $ac_word" >&5
    795797if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    796798  echo $ac_n "(cached) $ac_c" 1>&6
     
    843845set dummy cl; ac_word=$2
    844846echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    845 echo "configure:846: checking for $ac_word" >&5
     847echo "configure:848: checking for $ac_word" >&5
    846848if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    847849  echo $ac_n "(cached) $ac_c" 1>&6
     
    875877
    876878echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    877 echo "configure:878: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     879echo "configure:880: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    878880
    879881ac_ext=c
     
    886888cat > conftest.$ac_ext << EOF
    887889
    888 #line 889 "configure"
     890#line 891 "configure"
    889891#include "confdefs.h"
    890892
    891893main(){return(0);}
    892894EOF
    893 if { (eval echo configure:894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     895if { (eval echo configure:896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    894896  ac_cv_prog_cc_works=yes
    895897  # If we can't run a trivial program, we are probably using a cross compiler.
     
    917919fi
    918920echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    919 echo "configure:920: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     921echo "configure:922: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    920922echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    921923cross_compiling=$ac_cv_prog_cc_cross
    922924
    923925echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    924 echo "configure:925: checking whether we are using GNU C" >&5
     926echo "configure:927: checking whether we are using GNU C" >&5
    925927if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    926928  echo $ac_n "(cached) $ac_c" 1>&6
     
    931933#endif
    932934EOF
    933 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:934: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     935if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:936: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    934936  ac_cv_prog_gcc=yes
    935937else
     
    950952CFLAGS=
    951953echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    952 echo "configure:953: checking whether ${CC-cc} accepts -g" >&5
     954echo "configure:955: checking whether ${CC-cc} accepts -g" >&5
    953955if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    954956  echo $ac_n "(cached) $ac_c" 1>&6
     
    982984
    983985echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    984 echo "configure:985: checking how to run the C preprocessor" >&5
     986echo "configure:987: checking how to run the C preprocessor" >&5
    985987# On Suns, sometimes $CPP names a directory.
    986988if test -n "$CPP" && test -d "$CPP"; then
     
    997999  # not just through cpp.
    9981000  cat > conftest.$ac_ext <<EOF
    999 #line 1000 "configure"
     1001#line 1002 "configure"
    10001002#include "confdefs.h"
    10011003#include <assert.h>
     
    10031005EOF
    10041006ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1005 { (eval echo configure:1006: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1007{ (eval echo configure:1008: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    10061008ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    10071009if test -z "$ac_err"; then
     
    10141016  CPP="${CC-cc} -E -traditional-cpp"
    10151017  cat > conftest.$ac_ext <<EOF
    1016 #line 1017 "configure"
     1018#line 1019 "configure"
    10171019#include "confdefs.h"
    10181020#include <assert.h>
     
    10201022EOF
    10211023ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1022 { (eval echo configure:1023: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1024{ (eval echo configure:1025: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    10231025ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    10241026if test -z "$ac_err"; then
     
    10311033  CPP="${CC-cc} -nologo -E"
    10321034  cat > conftest.$ac_ext <<EOF
    1033 #line 1034 "configure"
     1035#line 1036 "configure"
    10341036#include "confdefs.h"
    10351037#include <assert.h>
     
    10371039EOF
    10381040ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1039 { (eval echo configure:1040: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1041{ (eval echo configure:1042: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    10401042ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    10411043if test -z "$ac_err"; then
     
    10661068set dummy $ac_prog; ac_word=$2
    10671069echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1068 echo "configure:1069: checking for $ac_word" >&5
     1070echo "configure:1071: checking for $ac_word" >&5
    10691071if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    10701072  echo $ac_n "(cached) $ac_c" 1>&6
     
    10981100
    10991101echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1100 echo "configure:1101: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     1102echo "configure:1103: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    11011103
    11021104ac_ext=C
     
    11091111cat > conftest.$ac_ext << EOF
    11101112
    1111 #line 1112 "configure"
     1113#line 1114 "configure"
    11121114#include "confdefs.h"
    11131115
    11141116int main(){return(0);}
    11151117EOF
    1116 if { (eval echo configure:1117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1118if { (eval echo configure:1119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11171119  ac_cv_prog_cxx_works=yes
    11181120  # If we can't run a trivial program, we are probably using a cross compiler.
     
    11401142fi
    11411143echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1142 echo "configure:1143: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     1144echo "configure:1145: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    11431145echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
    11441146cross_compiling=$ac_cv_prog_cxx_cross
    11451147
    11461148echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    1147 echo "configure:1148: checking whether we are using GNU C++" >&5
     1149echo "configure:1150: checking whether we are using GNU C++" >&5
    11481150if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    11491151  echo $ac_n "(cached) $ac_c" 1>&6
     
    11541156#endif
    11551157EOF
    1156 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1157: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1158if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1159: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    11571159  ac_cv_prog_gxx=yes
    11581160else
     
    11731175CXXFLAGS=
    11741176echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    1175 echo "configure:1176: checking whether ${CXX-g++} accepts -g" >&5
     1177echo "configure:1178: checking whether ${CXX-g++} accepts -g" >&5
    11761178if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    11771179  echo $ac_n "(cached) $ac_c" 1>&6
     
    12351237# ./install, which can be erroneously created by make from ./install.sh.
    12361238echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1237 echo "configure:1238: checking for a BSD compatible install" >&5
     1239echo "configure:1240: checking for a BSD compatible install" >&5
    12381240if test -z "$INSTALL"; then
    12391241if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    12881290
    12891291echo $ac_n "checking for AIX""... $ac_c" 1>&6
    1290 echo "configure:1291: checking for AIX" >&5
     1292echo "configure:1293: checking for AIX" >&5
    12911293cat > conftest.$ac_ext <<EOF
    1292 #line 1293 "configure"
     1294#line 1295 "configure"
    12931295#include "confdefs.h"
    12941296#ifdef _AIX
     
    13161318#                       other:       CC=cc   CXX=c++
    13171319echo $ac_n "checking gcc version""... $ac_c" 1>&6
    1318 echo "configure:1319: checking gcc version" >&5
     1320echo "configure:1321: checking gcc version" >&5
    13191321if eval "test \"`echo '$''{'ac_cv_c_cpp'+set}'`\" = set"; then
    13201322  echo $ac_n "(cached) $ac_c" 1>&6
     
    13481350  # check whether gcc accepts --no-rtti
    13491351  echo $ac_n "checking whether gcc accepts --no-rtti""... $ac_c" 1>&6
    1350 echo "configure:1351: checking whether gcc accepts --no-rtti" >&5
     1352echo "configure:1353: checking whether gcc accepts --no-rtti" >&5
    13511353  CXXFLAGS="${CXXFLAGS} --no-rtti"
    13521354  if eval "test \"`echo '$''{'ac_cv_cxx_have_rtti'+set}'`\" = set"; then
     
    13541356else
    13551357  cat > conftest.$ac_ext <<EOF
    1356 #line 1357 "configure"
     1358#line 1359 "configure"
    13571359#include "confdefs.h"
    13581360
     
    13611363; return 0; }
    13621364EOF
    1363 if { (eval echo configure:1364: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1365if { (eval echo configure:1366: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    13641366  rm -rf conftest*
    13651367  ac_cv_cxx_have_rtti=yes
     
    13841386# check whether gcc accepts --no-exceptions
    13851387  echo $ac_n "checking whether gcc accepts --no-exceptions""... $ac_c" 1>&6
    1386 echo "configure:1387: checking whether gcc accepts --no-exceptions" >&5
     1388echo "configure:1389: checking whether gcc accepts --no-exceptions" >&5
    13871389  CXXFLAGS="${CXXFLAGS} --no-exceptions"
    13881390  if eval "test \"`echo '$''{'ac_cv_cxx_have_exceptions'+set}'`\" = set"; then
     
    13901392else
    13911393  cat > conftest.$ac_ext <<EOF
    1392 #line 1393 "configure"
     1394#line 1395 "configure"
    13931395#include "confdefs.h"
    13941396
     
    13971399; return 0; }
    13981400EOF
    1399 if { (eval echo configure:1400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1401if { (eval echo configure:1402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14001402  rm -rf conftest*
    14011403  ac_cv_cxx_have_exceptions=yes
     
    14351437then
    14361438  echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6
    1437 echo "configure:1438: checking whether compiler accepts -pipe" >&5
     1439echo "configure:1440: checking whether compiler accepts -pipe" >&5
    14381440  temp_cflags="${CFLAGS}"
    14391441  CFLAGS="${CFLAGS} -pipe"
     
    14421444else
    14431445  cat > conftest.$ac_ext <<EOF
    1444 #line 1445 "configure"
     1446#line 1447 "configure"
    14451447#include "confdefs.h"
    14461448
     
    14491451; return 0; }
    14501452EOF
    1451 if { (eval echo configure:1452: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1453if { (eval echo configure:1454: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    14521454  rm -rf conftest*
    14531455  ac_cv_cxx_have_pipe=yes
     
    14761478# Customize CFLAGS
    14771479echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    1478 echo "configure:1479: checking whether _AIX is defined" >&5
     1480echo "configure:1481: checking whether _AIX is defined" >&5
    14791481if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    14801482  echo $ac_n "(cached) $ac_c" 1>&6
    14811483else
    14821484  cat > conftest.$ac_ext <<EOF
    1483 #line 1484 "configure"
     1485#line 1486 "configure"
    14841486#include "confdefs.h"
    14851487#ifdef _AIX
     
    15401542
    15411543echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1542 echo "configure:1543: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1544echo "configure:1545: checking whether ${MAKE-make} sets \${MAKE}" >&5
    15431545set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    15441546if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    16231625if test "${with_lex+set}" != set; then
    16241626  echo $ac_n "checking for flex""... $ac_c" 1>&6
    1625 echo "configure:1626: checking for flex" >&5
     1627echo "configure:1628: checking for flex" >&5
    16261628    cmd="egrep [2-9]\.[5-9]"
    16271629    if eval "test \"`echo '$''{'ac_cv_prog_flex'+set}'`\" = set"; then
     
    16551657set dummy $ac_prog; ac_word=$2
    16561658echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1657 echo "configure:1658: checking for $ac_word" >&5
     1659echo "configure:1660: checking for $ac_word" >&5
    16581660if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    16591661  echo $ac_n "(cached) $ac_c" 1>&6
     
    16951697set dummy $ac_prog; ac_word=$2
    16961698echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1697 echo "configure:1698: checking for $ac_word" >&5
     1699echo "configure:1700: checking for $ac_word" >&5
    16981700if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then
    16991701  echo $ac_n "(cached) $ac_c" 1>&6
     
    17301732# ln -s
    17311733echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1732 echo "configure:1733: checking whether ln -s works" >&5
     1734echo "configure:1735: checking whether ln -s works" >&5
    17331735if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    17341736  echo $ac_n "(cached) $ac_c" 1>&6
     
    17561758set dummy $ac_prog; ac_word=$2
    17571759echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1758 echo "configure:1759: checking for $ac_word" >&5
     1760echo "configure:1761: checking for $ac_word" >&5
    17591761if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    17601762  echo $ac_n "(cached) $ac_c" 1>&6
     
    17911793if test "$ac_cv_singuname" != ix86-Win; then
    17921794echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1793 echo "configure:1794: checking for atof in -lm" >&5
     1795echo "configure:1796: checking for atof in -lm" >&5
    17941796ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    17951797if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17991801LIBS="-lm  $LIBS"
    18001802cat > conftest.$ac_ext <<EOF
    1801 #line 1802 "configure"
     1803#line 1804 "configure"
    18021804#include "confdefs.h"
    18031805/* Override any gcc2 internal prototype to avoid an error.  */
     
    18101812; return 0; }
    18111813EOF
    1812 if { (eval echo configure:1813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1814if { (eval echo configure:1815: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18131815  rm -rf conftest*
    18141816  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18391841fi
    18401842echo $ac_n "checking for  in -lnsl""... $ac_c" 1>&6
    1841 echo "configure:1842: checking for  in -lnsl" >&5
     1843echo "configure:1844: checking for  in -lnsl" >&5
    18421844ac_lib_var=`echo nsl'_' | sed 'y%./+-%__p_%'`
    18431845if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18471849LIBS="-lnsl  $LIBS"
    18481850cat > conftest.$ac_ext <<EOF
    1849 #line 1850 "configure"
     1851#line 1852 "configure"
    18501852#include "confdefs.h"
    18511853/* Override any gcc2 internal prototype to avoid an error.  */
     
    18581860; return 0; }
    18591861EOF
    1860 if { (eval echo configure:1861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1862if { (eval echo configure:1863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18611863  rm -rf conftest*
    18621864  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18861888
    18871889echo $ac_n "checking for  in -lsocket""... $ac_c" 1>&6
    1888 echo "configure:1889: checking for  in -lsocket" >&5
     1890echo "configure:1891: checking for  in -lsocket" >&5
    18891891ac_lib_var=`echo socket'_' | sed 'y%./+-%__p_%'`
    18901892if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18941896LIBS="-lsocket  $LIBS"
    18951897cat > conftest.$ac_ext <<EOF
    1896 #line 1897 "configure"
     1898#line 1899 "configure"
    18971899#include "confdefs.h"
    18981900/* Override any gcc2 internal prototype to avoid an error.  */
     
    19051907; return 0; }
    19061908EOF
    1907 if { (eval echo configure:1908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1909if { (eval echo configure:1910: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19081910  rm -rf conftest*
    19091911  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19361938
    19371939echo $ac_n "checking for setenv in -lbsd""... $ac_c" 1>&6
    1938 echo "configure:1939: checking for setenv in -lbsd" >&5
     1940echo "configure:1941: checking for setenv in -lbsd" >&5
    19391941ac_lib_var=`echo bsd'_'setenv | sed 'y%./+-%__p_%'`
    19401942if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19441946LIBS="-lbsd  $LIBS"
    19451947cat > conftest.$ac_ext <<EOF
    1946 #line 1947 "configure"
     1948#line 1949 "configure"
    19471949#include "confdefs.h"
    19481950/* Override any gcc2 internal prototype to avoid an error.  */
     
    19551957; return 0; }
    19561958EOF
    1957 if { (eval echo configure:1958: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1959if { (eval echo configure:1960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19581960  rm -rf conftest*
    19591961  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19831985
    19841986echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1985 echo "configure:1986: checking for listen in -lsocket" >&5
     1987echo "configure:1988: checking for listen in -lsocket" >&5
    19861988ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    19871989if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19911993LIBS="-lsocket  $LIBS"
    19921994cat > conftest.$ac_ext <<EOF
    1993 #line 1994 "configure"
     1995#line 1996 "configure"
    19941996#include "confdefs.h"
    19951997/* Override any gcc2 internal prototype to avoid an error.  */
     
    20022004; return 0; }
    20032005EOF
    2004 if { (eval echo configure:2005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2006if { (eval echo configure:2007: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20052007  rm -rf conftest*
    20062008  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20302032
    20312033echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    2032 echo "configure:2033: checking for gethostbyname in -lnsl" >&5
     2034echo "configure:2035: checking for gethostbyname in -lnsl" >&5
    20332035ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    20342036if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    20382040LIBS="-lnsl  $LIBS"
    20392041cat > conftest.$ac_ext <<EOF
    2040 #line 2041 "configure"
     2042#line 2043 "configure"
    20412043#include "confdefs.h"
    20422044/* Override any gcc2 internal prototype to avoid an error.  */
     
    20492051; return 0; }
    20502052EOF
    2051 if { (eval echo configure:2052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2053if { (eval echo configure:2054: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20522054  rm -rf conftest*
    20532055  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20812083        HPUX*)
    20822084          echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
    2083 echo "configure:2084: checking for shl_load in -ldld" >&5
     2085echo "configure:2086: checking for shl_load in -ldld" >&5
    20842086ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
    20852087if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    20892091LIBS="-ldld  $LIBS"
    20902092cat > conftest.$ac_ext <<EOF
    2091 #line 2092 "configure"
     2093#line 2094 "configure"
    20922094#include "confdefs.h"
    20932095/* Override any gcc2 internal prototype to avoid an error.  */
     
    21002102; return 0; }
    21012103EOF
    2102 if { (eval echo configure:2103: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2104if { (eval echo configure:2105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21032105  rm -rf conftest*
    21042106  eval "ac_cv_lib_$ac_lib_var=yes"
     
    21392141        *Linux*)
    21402142          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    2141 echo "configure:2142: checking for dlopen in -ldl" >&5
     2143echo "configure:2144: checking for dlopen in -ldl" >&5
    21422144ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    21432145if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    21472149LIBS="-ldl  $LIBS"
    21482150cat > conftest.$ac_ext <<EOF
    2149 #line 2150 "configure"
     2151#line 2152 "configure"
    21502152#include "confdefs.h"
    21512153/* Override any gcc2 internal prototype to avoid an error.  */
     
    21582160; return 0; }
    21592161EOF
    2160 if { (eval echo configure:2161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2162if { (eval echo configure:2163: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21612163  rm -rf conftest*
    21622164  eval "ac_cv_lib_$ac_lib_var=yes"
     
    22062208        SunOS-5)
    22072209          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    2208 echo "configure:2209: checking for dlopen in -ldl" >&5
     2210echo "configure:2211: checking for dlopen in -ldl" >&5
    22092211ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    22102212if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    22142216LIBS="-ldl  $LIBS"
    22152217cat > conftest.$ac_ext <<EOF
    2216 #line 2217 "configure"
     2218#line 2219 "configure"
    22172219#include "confdefs.h"
    22182220/* Override any gcc2 internal prototype to avoid an error.  */
     
    22252227; return 0; }
    22262228EOF
    2227 if { (eval echo configure:2228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2229if { (eval echo configure:2230: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22282230  rm -rf conftest*
    22292231  eval "ac_cv_lib_$ac_lib_var=yes"
     
    22652267        ppcMac-darwin)
    22662268          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    2267 echo "configure:2268: checking for dlopen in -ldl" >&5
     2269echo "configure:2270: checking for dlopen in -ldl" >&5
    22682270ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    22692271if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    22732275LIBS="-ldl  $LIBS"
    22742276cat > conftest.$ac_ext <<EOF
    2275 #line 2276 "configure"
     2277#line 2278 "configure"
    22762278#include "confdefs.h"
    22772279/* Override any gcc2 internal prototype to avoid an error.  */
     
    22842286; return 0; }
    22852287EOF
    2286 if { (eval echo configure:2287: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2288if { (eval echo configure:2289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22872289  rm -rf conftest*
    22882290  eval "ac_cv_lib_$ac_lib_var=yes"
     
    23232325        ix86Mac-darwin)
    23242326          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    2325 echo "configure:2326: checking for dlopen in -ldl" >&5
     2327echo "configure:2328: checking for dlopen in -ldl" >&5
    23262328ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    23272329if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    23312333LIBS="-ldl  $LIBS"
    23322334cat > conftest.$ac_ext <<EOF
    2333 #line 2334 "configure"
     2335#line 2336 "configure"
    23342336#include "confdefs.h"
    23352337/* Override any gcc2 internal prototype to avoid an error.  */
     
    23422344; return 0; }
    23432345EOF
    2344 if { (eval echo configure:2345: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2346if { (eval echo configure:2347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23452347  rm -rf conftest*
    23462348  eval "ac_cv_lib_$ac_lib_var=yes"
     
    23812383        ix86-freebsd)
    23822384          echo $ac_n "checking for dlopen in -lc""... $ac_c" 1>&6
    2383 echo "configure:2384: checking for dlopen in -lc" >&5
     2385echo "configure:2386: checking for dlopen in -lc" >&5
    23842386ac_lib_var=`echo c'_'dlopen | sed 'y%./+-%__p_%'`
    23852387if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    23892391LIBS="-lc  $LIBS"
    23902392cat > conftest.$ac_ext <<EOF
    2391 #line 2392 "configure"
     2393#line 2394 "configure"
    23922394#include "confdefs.h"
    23932395/* Override any gcc2 internal prototype to avoid an error.  */
     
    24002402; return 0; }
    24012403EOF
    2402 if { (eval echo configure:2403: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2404if { (eval echo configure:2405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    24032405  rm -rf conftest*
    24042406  eval "ac_cv_lib_$ac_lib_var=yes"
     
    24472449# heder file checks
    24482450echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2449 echo "configure:2450: checking for ANSI C header files" >&5
     2451echo "configure:2452: checking for ANSI C header files" >&5
    24502452if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    24512453  echo $ac_n "(cached) $ac_c" 1>&6
    24522454else
    24532455  cat > conftest.$ac_ext <<EOF
    2454 #line 2455 "configure"
     2456#line 2457 "configure"
    24552457#include "confdefs.h"
    24562458#include <stdlib.h>
     
    24602462EOF
    24612463ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2462 { (eval echo configure:2463: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2464{ (eval echo configure:2465: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    24632465ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    24642466if test -z "$ac_err"; then
     
    24772479  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    24782480cat > conftest.$ac_ext <<EOF
    2479 #line 2480 "configure"
     2481#line 2482 "configure"
    24802482#include "confdefs.h"
    24812483#include <string.h>
     
    24952497  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    24962498cat > conftest.$ac_ext <<EOF
    2497 #line 2498 "configure"
     2499#line 2500 "configure"
    24982500#include "confdefs.h"
    24992501#include <stdlib.h>
     
    25162518else
    25172519  cat > conftest.$ac_ext <<EOF
    2518 #line 2519 "configure"
     2520#line 2521 "configure"
    25192521#include "confdefs.h"
    25202522#include <ctype.h>
     
    25272529
    25282530EOF
    2529 if { (eval echo configure:2530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2531if { (eval echo configure:2532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    25302532then
    25312533  :
     
    25542556ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    25552557echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2556 echo "configure:2557: checking for $ac_hdr" >&5
     2558echo "configure:2559: checking for $ac_hdr" >&5
    25572559if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    25582560  echo $ac_n "(cached) $ac_c" 1>&6
    25592561else
    25602562  cat > conftest.$ac_ext <<EOF
    2561 #line 2562 "configure"
     2563#line 2564 "configure"
    25622564#include "confdefs.h"
    25632565#include <$ac_hdr>
    25642566EOF
    25652567ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2566 { (eval echo configure:2567: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2568{ (eval echo configure:2569: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25672569ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25682570if test -z "$ac_err"; then
     
    25982600ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    25992601echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2600 echo "configure:2601: checking for $ac_hdr" >&5
     2602echo "configure:2603: checking for $ac_hdr" >&5
    26012603if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    26022604  echo $ac_n "(cached) $ac_c" 1>&6
    26032605else
    26042606  cat > conftest.$ac_ext <<EOF
    2605 #line 2606 "configure"
     2607#line 2608 "configure"
    26062608#include "confdefs.h"
    26072609#include <$ac_hdr>
    26082610EOF
    26092611ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2610 { (eval echo configure:2611: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2612{ (eval echo configure:2613: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26112613ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26122614if test -z "$ac_err"; then
     
    26372639# typedefs, structures
    26382640echo $ac_n "checking for working const""... $ac_c" 1>&6
    2639 echo "configure:2640: checking for working const" >&5
     2641echo "configure:2642: checking for working const" >&5
    26402642if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    26412643  echo $ac_n "(cached) $ac_c" 1>&6
    26422644else
    26432645  cat > conftest.$ac_ext <<EOF
    2644 #line 2645 "configure"
     2646#line 2647 "configure"
    26452647#include "confdefs.h"
    26462648
     
    26912693; return 0; }
    26922694EOF
    2693 if { (eval echo configure:2694: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2695if { (eval echo configure:2696: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    26942696  rm -rf conftest*
    26952697  ac_cv_c_const=yes
     
    27122714
    27132715echo $ac_n "checking for inline""... $ac_c" 1>&6
    2714 echo "configure:2715: checking for inline" >&5
     2716echo "configure:2717: checking for inline" >&5
    27152717if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    27162718  echo $ac_n "(cached) $ac_c" 1>&6
     
    27192721for ac_kw in inline __inline__ __inline; do
    27202722  cat > conftest.$ac_ext <<EOF
    2721 #line 2722 "configure"
     2723#line 2724 "configure"
    27222724#include "confdefs.h"
    27232725
     
    27262728; return 0; }
    27272729EOF
    2728 if { (eval echo configure:2729: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2730if { (eval echo configure:2731: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27292731  rm -rf conftest*
    27302732  ac_cv_c_inline=$ac_kw; break
     
    27522754
    27532755echo $ac_n "checking for size_t""... $ac_c" 1>&6
    2754 echo "configure:2755: checking for size_t" >&5
     2756echo "configure:2757: checking for size_t" >&5
    27552757if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    27562758  echo $ac_n "(cached) $ac_c" 1>&6
    27572759else
    27582760  cat > conftest.$ac_ext <<EOF
    2759 #line 2760 "configure"
     2761#line 2762 "configure"
    27602762#include "confdefs.h"
    27612763#include <sys/types.h>
     
    27852787
    27862788echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    2787 echo "configure:2788: checking whether struct tm is in sys/time.h or time.h" >&5
     2789echo "configure:2790: checking whether struct tm is in sys/time.h or time.h" >&5
    27882790if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    27892791  echo $ac_n "(cached) $ac_c" 1>&6
    27902792else
    27912793  cat > conftest.$ac_ext <<EOF
    2792 #line 2793 "configure"
     2794#line 2795 "configure"
    27932795#include "confdefs.h"
    27942796#include <sys/types.h>
     
    27982800; return 0; }
    27992801EOF
    2800 if { (eval echo configure:2801: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2802if { (eval echo configure:2803: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28012803  rm -rf conftest*
    28022804  ac_cv_struct_tm=time.h
     
    28192821
    28202822echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    2821 echo "configure:2822: checking whether time.h and sys/time.h may both be included" >&5
     2823echo "configure:2824: checking whether time.h and sys/time.h may both be included" >&5
    28222824if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    28232825  echo $ac_n "(cached) $ac_c" 1>&6
    28242826else
    28252827  cat > conftest.$ac_ext <<EOF
    2826 #line 2827 "configure"
     2828#line 2829 "configure"
    28272829#include "confdefs.h"
    28282830#include <sys/types.h>
     
    28332835; return 0; }
    28342836EOF
    2835 if { (eval echo configure:2836: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2837if { (eval echo configure:2838: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28362838  rm -rf conftest*
    28372839  ac_cv_header_time=yes
     
    28582860# for constant arguments.  Useless!
    28592861echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2860 echo "configure:2861: checking for working alloca.h" >&5
     2862echo "configure:2863: checking for working alloca.h" >&5
    28612863if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    28622864  echo $ac_n "(cached) $ac_c" 1>&6
    28632865else
    28642866  cat > conftest.$ac_ext <<EOF
    2865 #line 2866 "configure"
     2867#line 2868 "configure"
    28662868#include "confdefs.h"
    28672869#include <alloca.h>
     
    28702872; return 0; }
    28712873EOF
    2872 if { (eval echo configure:2873: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2874if { (eval echo configure:2875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28732875  rm -rf conftest*
    28742876  ac_cv_header_alloca_h=yes
     
    28912893
    28922894echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2893 echo "configure:2894: checking for alloca" >&5
     2895echo "configure:2896: checking for alloca" >&5
    28942896if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    28952897  echo $ac_n "(cached) $ac_c" 1>&6
    28962898else
    28972899  cat > conftest.$ac_ext <<EOF
    2898 #line 2899 "configure"
     2900#line 2901 "configure"
    28992901#include "confdefs.h"
    29002902
     
    29242926; return 0; }
    29252927EOF
    2926 if { (eval echo configure:2927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2928if { (eval echo configure:2929: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29272929  rm -rf conftest*
    29282930  ac_cv_func_alloca_works=yes
     
    29562958
    29572959echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2958 echo "configure:2959: checking whether alloca needs Cray hooks" >&5
     2960echo "configure:2961: checking whether alloca needs Cray hooks" >&5
    29592961if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    29602962  echo $ac_n "(cached) $ac_c" 1>&6
    29612963else
    29622964  cat > conftest.$ac_ext <<EOF
    2963 #line 2964 "configure"
     2965#line 2966 "configure"
    29642966#include "confdefs.h"
    29652967#if defined(CRAY) && ! defined(CRAY2)
     
    29862988for ac_func in _getb67 GETB67 getb67; do
    29872989  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2988 echo "configure:2989: checking for $ac_func" >&5
     2990echo "configure:2991: checking for $ac_func" >&5
    29892991if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    29902992  echo $ac_n "(cached) $ac_c" 1>&6
    29912993else
    29922994  cat > conftest.$ac_ext <<EOF
    2993 #line 2994 "configure"
     2995#line 2996 "configure"
    29942996#include "confdefs.h"
    29952997/* System header to define __stub macros and hopefully few prototypes,
     
    30143016; return 0; }
    30153017EOF
    3016 if { (eval echo configure:3017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3018if { (eval echo configure:3019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30173019  rm -rf conftest*
    30183020  eval "ac_cv_func_$ac_func=yes"
     
    30413043
    30423044echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    3043 echo "configure:3044: checking stack direction for C alloca" >&5
     3045echo "configure:3046: checking stack direction for C alloca" >&5
    30443046if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    30453047  echo $ac_n "(cached) $ac_c" 1>&6
     
    30493051else
    30503052  cat > conftest.$ac_ext <<EOF
    3051 #line 3052 "configure"
     3053#line 3054 "configure"
    30523054#include "confdefs.h"
    30533055find_stack_direction ()
     
    30683070}
    30693071EOF
    3070 if { (eval echo configure:3071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3072if { (eval echo configure:3073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    30713073then
    30723074  ac_cv_c_stack_direction=1
     
    30913093if test $ac_cv_prog_gcc = yes; then
    30923094    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
    3093 echo "configure:3094: checking whether ${CC-cc} needs -traditional" >&5
     3095echo "configure:3096: checking whether ${CC-cc} needs -traditional" >&5
    30943096if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    30953097  echo $ac_n "(cached) $ac_c" 1>&6
     
    30973099    ac_pattern="Autoconf.*'x'"
    30983100  cat > conftest.$ac_ext <<EOF
    3099 #line 3100 "configure"
     3101#line 3102 "configure"
    31003102#include "confdefs.h"
    31013103#include <sgtty.h>
     
    31153117  if test $ac_cv_prog_gcc_traditional = no; then
    31163118    cat > conftest.$ac_ext <<EOF
    3117 #line 3118 "configure"
     3119#line 3120 "configure"
    31183120#include "confdefs.h"
    31193121#include <termio.h>
     
    31403142ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    31413143echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3142 echo "configure:3143: checking for $ac_hdr" >&5
     3144echo "configure:3145: checking for $ac_hdr" >&5
    31433145if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    31443146  echo $ac_n "(cached) $ac_c" 1>&6
    31453147else
    31463148  cat > conftest.$ac_ext <<EOF
    3147 #line 3148 "configure"
     3149#line 3150 "configure"
    31483150#include "confdefs.h"
    31493151#include <$ac_hdr>
    31503152EOF
    31513153ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3152 { (eval echo configure:3153: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3154{ (eval echo configure:3155: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    31533155ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    31543156if test -z "$ac_err"; then
     
    31793181do
    31803182echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3181 echo "configure:3182: checking for $ac_func" >&5
     3183echo "configure:3184: checking for $ac_func" >&5
    31823184if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    31833185  echo $ac_n "(cached) $ac_c" 1>&6
    31843186else
    31853187  cat > conftest.$ac_ext <<EOF
    3186 #line 3187 "configure"
     3188#line 3189 "configure"
    31873189#include "confdefs.h"
    31883190/* System header to define __stub macros and hopefully few prototypes,
     
    32073209; return 0; }
    32083210EOF
    3209 if { (eval echo configure:3210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3211if { (eval echo configure:3212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    32103212  rm -rf conftest*
    32113213  eval "ac_cv_func_$ac_func=yes"
     
    32323234
    32333235echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    3234 echo "configure:3235: checking for working mmap" >&5
     3236echo "configure:3237: checking for working mmap" >&5
    32353237if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    32363238  echo $ac_n "(cached) $ac_c" 1>&6
     
    32403242else
    32413243  cat > conftest.$ac_ext <<EOF
    3242 #line 3243 "configure"
     3244#line 3245 "configure"
    32433245#include "confdefs.h"
    32443246
     
    33803382
    33813383EOF
    3382 if { (eval echo configure:3383: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3384if { (eval echo configure:3385: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33833385then
    33843386  ac_cv_func_mmap_fixed_mapped=yes
     
    34033405
    34043406echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    3405 echo "configure:3406: checking return type of signal handlers" >&5
     3407echo "configure:3408: checking return type of signal handlers" >&5
    34063408if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    34073409  echo $ac_n "(cached) $ac_c" 1>&6
    34083410else
    34093411  cat > conftest.$ac_ext <<EOF
    3410 #line 3411 "configure"
     3412#line 3413 "configure"
    34113413#include "confdefs.h"
    34123414#include <sys/types.h>
     
    34253427; return 0; }
    34263428EOF
    3427 if { (eval echo configure:3428: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3429if { (eval echo configure:3430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    34283430  rm -rf conftest*
    34293431  ac_cv_type_signal=void
     
    34443446
    34453447echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    3446 echo "configure:3447: checking for vprintf" >&5
     3448echo "configure:3449: checking for vprintf" >&5
    34473449if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    34483450  echo $ac_n "(cached) $ac_c" 1>&6
    34493451else
    34503452  cat > conftest.$ac_ext <<EOF
    3451 #line 3452 "configure"
     3453#line 3454 "configure"
    34523454#include "confdefs.h"
    34533455/* System header to define __stub macros and hopefully few prototypes,
     
    34723474; return 0; }
    34733475EOF
    3474 if { (eval echo configure:3475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3476if { (eval echo configure:3477: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    34753477  rm -rf conftest*
    34763478  eval "ac_cv_func_vprintf=yes"
     
    34963498if test "$ac_cv_func_vprintf" != yes; then
    34973499echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    3498 echo "configure:3499: checking for _doprnt" >&5
     3500echo "configure:3501: checking for _doprnt" >&5
    34993501if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    35003502  echo $ac_n "(cached) $ac_c" 1>&6
    35013503else
    35023504  cat > conftest.$ac_ext <<EOF
    3503 #line 3504 "configure"
     3505#line 3506 "configure"
    35043506#include "confdefs.h"
    35053507/* System header to define __stub macros and hopefully few prototypes,
     
    35243526; return 0; }
    35253527EOF
    3526 if { (eval echo configure:3527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3528if { (eval echo configure:3529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35273529  rm -rf conftest*
    35283530  eval "ac_cv_func__doprnt=yes"
     
    35503552
    35513553echo $ac_n "checking for library containing setenv""... $ac_c" 1>&6
    3552 echo "configure:3553: checking for library containing setenv" >&5
     3554echo "configure:3555: checking for library containing setenv" >&5
    35533555if eval "test \"`echo '$''{'ac_cv_search_setenv'+set}'`\" = set"; then
    35543556  echo $ac_n "(cached) $ac_c" 1>&6
     
    35573559ac_cv_search_setenv="no"
    35583560cat > conftest.$ac_ext <<EOF
    3559 #line 3560 "configure"
     3561#line 3562 "configure"
    35603562#include "confdefs.h"
    35613563/* Override any gcc2 internal prototype to avoid an error.  */
     
    35683570; return 0; }
    35693571EOF
    3570 if { (eval echo configure:3571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3572if { (eval echo configure:3573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35713573  rm -rf conftest*
    35723574  ac_cv_search_setenv="none required"
     
    35793581LIBS="-l$i  $ac_func_search_save_LIBS"
    35803582cat > conftest.$ac_ext <<EOF
    3581 #line 3582 "configure"
     3583#line 3584 "configure"
    35823584#include "confdefs.h"
    35833585/* Override any gcc2 internal prototype to avoid an error.  */
     
    35903592; return 0; }
    35913593EOF
    3592 if { (eval echo configure:3593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3594if { (eval echo configure:3595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35933595  rm -rf conftest*
    35943596  ac_cv_search_setenv="-l$i"
     
    36143616do
    36153617echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3616 echo "configure:3617: checking for $ac_func" >&5
     3618echo "configure:3619: checking for $ac_func" >&5
    36173619if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    36183620  echo $ac_n "(cached) $ac_c" 1>&6
    36193621else
    36203622  cat > conftest.$ac_ext <<EOF
    3621 #line 3622 "configure"
     3623#line 3624 "configure"
    36223624#include "confdefs.h"
    36233625/* System header to define __stub macros and hopefully few prototypes,
     
    36423644; return 0; }
    36433645EOF
    3644 if { (eval echo configure:3645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3646if { (eval echo configure:3647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36453647  rm -rf conftest*
    36463648  eval "ac_cv_func_$ac_func=yes"
     
    36713673# arithmetic shifts
    36723674echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6
    3673 echo "configure:3674: checking whether your machine has correct arithmetic shifts" >&5
     3675echo "configure:3676: checking whether your machine has correct arithmetic shifts" >&5
    36743676if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then
    36753677  echo $ac_n "(cached) $ac_c" 1>&6
     
    36843686else
    36853687  cat > conftest.$ac_ext <<EOF
    3686 #line 3687 "configure"
     3688#line 3689 "configure"
    36873689#include "confdefs.h"
    36883690 int main() { if (-2 >> 1 == -1) return(0); else return(1); }
    36893691EOF
    3690 if { (eval echo configure:3691: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3692if { (eval echo configure:3693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    36913693then
    36923694  ac_cv_shift=yes
     
    37133715# check for a peculiar constructor initialization
    37143716echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6
    3715 echo "configure:3716: checking whether explicit C++ constructor calls are allowed" >&5
     3717echo "configure:3718: checking whether explicit C++ constructor calls are allowed" >&5
    37163718
    37173719ac_ext=C
     
    37263728else
    37273729  cat > conftest.$ac_ext <<EOF
    3728 #line 3729 "configure"
     3730#line 3731 "configure"
    37293731#include "confdefs.h"
    37303732
     
    37443746; return 0; }
    37453747EOF
    3746 if { (eval echo configure:3747: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3748if { (eval echo configure:3749: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    37473749  rm -rf conftest*
    37483750  ac_cv_explicit_const=yes
     
    37733775# sprintf returns number of printed chars
    37743776echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6
    3775 echo "configure:3776: checking whether vsprintf returns number of printed chars" >&5
     3777echo "configure:3778: checking whether vsprintf returns number of printed chars" >&5
    37763778if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then
    37773779  echo $ac_n "(cached) $ac_c" 1>&6
     
    37813783else
    37823784  cat > conftest.$ac_ext <<EOF
    3783 #line 3784 "configure"
     3785#line 3786 "configure"
    37843786#include "confdefs.h"
    37853787#include <stdio.h>
    37863788 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); }
    37873789EOF
    3788 if { (eval echo configure:3789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3790if { (eval echo configure:3791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    37893791then
    37903792  ac_cv_returns_n_of_chars=yes
     
    38123814# determine ALIGN_8
    38133815echo $ac_n "checking size of char""... $ac_c" 1>&6
    3814 echo "configure:3815: checking size of char" >&5
     3816echo "configure:3817: checking size of char" >&5
    38153817if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
    38163818  echo $ac_n "(cached) $ac_c" 1>&6
     
    38203822else
    38213823  cat > conftest.$ac_ext <<EOF
    3822 #line 3823 "configure"
     3824#line 3825 "configure"
    38233825#include "confdefs.h"
    38243826#include <stdio.h>
     
    38313833}
    38323834EOF
    3833 if { (eval echo configure:3834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3835if { (eval echo configure:3836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    38343836then
    38353837  ac_cv_sizeof_char=`cat conftestval`
     
    38513853
    38523854echo $ac_n "checking size of short""... $ac_c" 1>&6
    3853 echo "configure:3854: checking size of short" >&5
     3855echo "configure:3856: checking size of short" >&5
    38543856if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    38553857  echo $ac_n "(cached) $ac_c" 1>&6
     
    38593861else
    38603862  cat > conftest.$ac_ext <<EOF
    3861 #line 3862 "configure"
     3863#line 3864 "configure"
    38623864#include "confdefs.h"
    38633865#include <stdio.h>
     
    38703872}
    38713873EOF
    3872 if { (eval echo configure:3873: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3874if { (eval echo configure:3875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    38733875then
    38743876  ac_cv_sizeof_short=`cat conftestval`
     
    38903892
    38913893echo $ac_n "checking size of int""... $ac_c" 1>&6
    3892 echo "configure:3893: checking size of int" >&5
     3894echo "configure:3895: checking size of int" >&5
    38933895if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    38943896  echo $ac_n "(cached) $ac_c" 1>&6
     
    38983900else
    38993901  cat > conftest.$ac_ext <<EOF
    3900 #line 3901 "configure"
     3902#line 3903 "configure"
    39013903#include "confdefs.h"
    39023904#include <stdio.h>
     
    39093911}
    39103912EOF
    3911 if { (eval echo configure:3912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3913if { (eval echo configure:3914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    39123914then
    39133915  ac_cv_sizeof_int=`cat conftestval`
     
    39293931
    39303932echo $ac_n "checking size of long""... $ac_c" 1>&6
    3931 echo "configure:3932: checking size of long" >&5
     3933echo "configure:3934: checking size of long" >&5
    39323934if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    39333935  echo $ac_n "(cached) $ac_c" 1>&6
     
    39373939else
    39383940  cat > conftest.$ac_ext <<EOF
    3939 #line 3940 "configure"
     3941#line 3942 "configure"
    39403942#include "confdefs.h"
    39413943#include <stdio.h>
     
    39483950}
    39493951EOF
    3950 if { (eval echo configure:3951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3952if { (eval echo configure:3953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    39513953then
    39523954  ac_cv_sizeof_long=`cat conftestval`
     
    39683970
    39693971echo $ac_n "checking size of void*""... $ac_c" 1>&6
    3970 echo "configure:3971: checking size of void*" >&5
     3972echo "configure:3973: checking size of void*" >&5
    39713973if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then
    39723974  echo $ac_n "(cached) $ac_c" 1>&6
     
    39763978else
    39773979  cat > conftest.$ac_ext <<EOF
    3978 #line 3979 "configure"
     3980#line 3981 "configure"
    39793981#include "confdefs.h"
    39803982#include <stdio.h>
     
    39873989}
    39883990EOF
    3989 if { (eval echo configure:3990: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3991if { (eval echo configure:3992: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    39903992then
    39913993  ac_cv_sizeof_voidp=`cat conftestval`
     
    40074009
    40084010echo $ac_n "checking size of double""... $ac_c" 1>&6
    4009 echo "configure:4010: checking size of double" >&5
     4011echo "configure:4012: checking size of double" >&5
    40104012if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then
    40114013  echo $ac_n "(cached) $ac_c" 1>&6
     
    40154017else
    40164018  cat > conftest.$ac_ext <<EOF
    4017 #line 4018 "configure"
     4019#line 4020 "configure"
    40184020#include "confdefs.h"
    40194021#include <stdio.h>
     
    40264028}
    40274029EOF
    4028 if { (eval echo configure:4029: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     4030if { (eval echo configure:4031: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    40294031then
    40304032  ac_cv_sizeof_double=`cat conftestval`
     
    40464048
    40474049echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
    4048 echo "configure:4049: checking whether byte ordering is bigendian" >&5
     4050echo "configure:4051: checking whether byte ordering is bigendian" >&5
    40494051if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
    40504052  echo $ac_n "(cached) $ac_c" 1>&6
     
    40534055# See if sys/param.h defines the BYTE_ORDER macro.
    40544056cat > conftest.$ac_ext <<EOF
    4055 #line 4056 "configure"
     4057#line 4058 "configure"
    40564058#include "confdefs.h"
    40574059#include <sys/types.h>
     
    40644066; return 0; }
    40654067EOF
    4066 if { (eval echo configure:4067: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4068if { (eval echo configure:4069: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    40674069  rm -rf conftest*
    40684070  # It does; now see whether it defined to BIG_ENDIAN or not.
    40694071cat > conftest.$ac_ext <<EOF
    4070 #line 4071 "configure"
     4072#line 4073 "configure"
    40714073#include "confdefs.h"
    40724074#include <sys/types.h>
     
    40794081; return 0; }
    40804082EOF
    4081 if { (eval echo configure:4082: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4083if { (eval echo configure:4084: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    40824084  rm -rf conftest*
    40834085  ac_cv_c_bigendian=yes
     
    40994101else
    41004102  cat > conftest.$ac_ext <<EOF
    4101 #line 4102 "configure"
     4103#line 4104 "configure"
    41024104#include "confdefs.h"
    41034105main () {
     
    41124114}
    41134115EOF
    4114 if { (eval echo configure:4115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     4116if { (eval echo configure:4117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    41154117then
    41164118  ac_cv_c_bigendian=no
     
    42564258fi
    42574259
     4260# Check whether --with-RatGB or --without-RatGB was given.
     4261if test "${with_RatGB+set}" = set; then
     4262  withval="$with_RatGB"
     4263  :
     4264fi
     4265
    42584266
    42594267
    42604268
    42614269echo $ac_n "checking whether to use dynamic linking""... $ac_c" 1>&6
    4262 echo "configure:4263: checking whether to use dynamic linking" >&5
     4270echo "configure:4271: checking whether to use dynamic linking" >&5
    42634271if test "$with_dl" != no && test "$ac_lib_dl" = yes; then
    42644272  cat >> confdefs.h <<\EOF
     
    42734281
    42744282echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
    4275 echo "configure:4276: checking for tgetent in -lncurses" >&5
     4283echo "configure:4284: checking for tgetent in -lncurses" >&5
    42764284ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
    42774285if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42814289LIBS="-lncurses  $LIBS"
    42824290cat > conftest.$ac_ext <<EOF
    4283 #line 4284 "configure"
     4291#line 4292 "configure"
    42844292#include "confdefs.h"
    42854293/* Override any gcc2 internal prototype to avoid an error.  */
     
    42924300; return 0; }
    42934301EOF
    4294 if { (eval echo configure:4295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4302if { (eval echo configure:4303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42954303  rm -rf conftest*
    42964304  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43194327\
    43204328 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
    4321 echo "configure:4322: checking for tgetent in -lcurses" >&5
     4329echo "configure:4330: checking for tgetent in -lcurses" >&5
    43224330ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
    43234331if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43274335LIBS="-lcurses  $LIBS"
    43284336cat > conftest.$ac_ext <<EOF
    4329 #line 4330 "configure"
     4337#line 4338 "configure"
    43304338#include "confdefs.h"
    43314339/* Override any gcc2 internal prototype to avoid an error.  */
     
    43384346; return 0; }
    43394347EOF
    4340 if { (eval echo configure:4341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4348if { (eval echo configure:4349: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43414349  rm -rf conftest*
    43424350  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43654373\
    43664374  echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
    4367 echo "configure:4368: checking for tgetent in -ltermcap" >&5
     4375echo "configure:4376: checking for tgetent in -ltermcap" >&5
    43684376ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
    43694377if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43734381LIBS="-ltermcap  $LIBS"
    43744382cat > conftest.$ac_ext <<EOF
    4375 #line 4376 "configure"
     4383#line 4384 "configure"
    43764384#include "confdefs.h"
    43774385/* Override any gcc2 internal prototype to avoid an error.  */
     
    43844392; return 0; }
    43854393EOF
    4386 if { (eval echo configure:4387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4394if { (eval echo configure:4395: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43874395  rm -rf conftest*
    43884396  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44334441
    44344442   echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6
    4435 echo "configure:4436: checking for rl_abort in -lreadline" >&5
     4443echo "configure:4444: checking for rl_abort in -lreadline" >&5
    44364444ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'`
    44374445if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    44414449LIBS="-lreadline  $LIBS"
    44424450cat > conftest.$ac_ext <<EOF
    4443 #line 4444 "configure"
     4451#line 4452 "configure"
    44444452#include "confdefs.h"
    44454453/* Override any gcc2 internal prototype to avoid an error.  */
     
    44554463; return 0; }
    44564464EOF
    4457 if { (eval echo configure:4458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4465if { (eval echo configure:4466: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44584466  rm -rf conftest*
    44594467  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44834491
    44844492   echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
    4485 echo "configure:4486: checking how to run the C++ preprocessor" >&5
     4493echo "configure:4494: checking how to run the C++ preprocessor" >&5
    44864494if test -z "$CXXCPP"; then
    44874495if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
     
    44964504  CXXCPP="${CXX-g++} -E"
    44974505  cat > conftest.$ac_ext <<EOF
    4498 #line 4499 "configure"
     4506#line 4507 "configure"
    44994507#include "confdefs.h"
    45004508#include <stdlib.h>
    45014509EOF
    45024510ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4503 { (eval echo configure:4504: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4511{ (eval echo configure:4512: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    45044512ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    45054513if test -z "$ac_err"; then
     
    45294537ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    45304538echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4531 echo "configure:4532: checking for $ac_hdr" >&5
     4539echo "configure:4540: checking for $ac_hdr" >&5
    45324540if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    45334541  echo $ac_n "(cached) $ac_c" 1>&6
    45344542else
    45354543  cat > conftest.$ac_ext <<EOF
    4536 #line 4537 "configure"
     4544#line 4545 "configure"
    45374545#include "confdefs.h"
    45384546#include <$ac_hdr>
    45394547EOF
    45404548ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4541 { (eval echo configure:4542: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4549{ (eval echo configure:4550: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    45424550ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    45434551if test -z "$ac_err"; then
     
    45684576      test "$ac_cv_header_readline_readline_h" = yes; then
    45694577     echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6
    4570 echo "configure:4571: checking whether readline.h is ok" >&5
     4578echo "configure:4579: checking whether readline.h is ok" >&5
    45714579     if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then
    45724580  echo $ac_n "(cached) $ac_c" 1>&6
    45734581else
    45744582  cat > conftest.$ac_ext <<EOF
    4575 #line 4576 "configure"
     4583#line 4584 "configure"
    45764584#include "confdefs.h"
    45774585#include<unistd.h>
     
    45864594; return 0; }
    45874595EOF
    4588 if { (eval echo configure:4589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4596if { (eval echo configure:4597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    45894597  rm -rf conftest*
    45904598  ac_cv_header_readline_readline_h_ok="yes"
     
    46024610#not ok -- try once more with explicitly declaring everything
    46034611      echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6
    4604 echo "configure:4605: checking whether or not we nevertheless can use readline" >&5
     4612echo "configure:4613: checking whether or not we nevertheless can use readline" >&5
    46054613      if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then
    46064614  echo $ac_n "(cached) $ac_c" 1>&6
    46074615else
    46084616  cat > conftest.$ac_ext <<EOF
    4609 #line 4610 "configure"
     4617#line 4618 "configure"
    46104618#include "confdefs.h"
    46114619#include <stdio.h>
     
    46414649; return 0; }
    46424650EOF
    4643 if { (eval echo configure:4644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4651if { (eval echo configure:4652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    46444652  rm -rf conftest*
    46454653  ac_cv_have_readline="yes"
     
    46804688
    46814689echo $ac_n "checking which readline to use""... $ac_c" 1>&6
    4682 echo "configure:4683: checking which readline to use" >&5
     4690echo "configure:4691: checking which readline to use" >&5
    46834691if test "$ac_cv_with_readline" = dynamic; then
    46844692  echo "$ac_t""dynamic" 1>&6
     
    47004708# gmp, MP, MPT, factory, libfac
    47014709echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6
    4702 echo "configure:4703: checking for main in -lgmp" >&5
     4710echo "configure:4711: checking for main in -lgmp" >&5
    47034711ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'`
    47044712if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    47084716LIBS="-lgmp  $LIBS"
    47094717cat > conftest.$ac_ext <<EOF
    4710 #line 4711 "configure"
     4718#line 4719 "configure"
    47114719#include "confdefs.h"
    47124720
     
    47154723; return 0; }
    47164724EOF
    4717 if { (eval echo configure:4718: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4725if { (eval echo configure:4726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47184726  rm -rf conftest*
    47194727  eval "ac_cv_lib_$ac_lib_var=yes"
     
    47444752SAVE_LIBS=$LIBS
    47454753echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    4746 echo "configure:4747: checking for IMP_PutGmpInt in -lMP" >&5
     4754echo "configure:4755: checking for IMP_PutGmpInt in -lMP" >&5
    47474755ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    47484756if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    47524760LIBS="-lMP $MP_LIBS $LIBS"
    47534761cat > conftest.$ac_ext <<EOF
    4754 #line 4755 "configure"
     4762#line 4763 "configure"
    47554763#include "confdefs.h"
    47564764/* Override any gcc2 internal prototype to avoid an error.  */
     
    47634771; return 0; }
    47644772EOF
    4765 if { (eval echo configure:4766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4773if { (eval echo configure:4774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47664774  rm -rf conftest*
    47674775  eval "ac_cv_lib_$ac_lib_var=yes"
     
    47914799
    47924800echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    4793 echo "configure:4794: checking for MPT_GetTree in -lMPT" >&5
     4801echo "configure:4802: checking for MPT_GetTree in -lMPT" >&5
    47944802ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    47954803if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    47994807LIBS="-lMPT $MP_LIBS $LIBS"
    48004808cat > conftest.$ac_ext <<EOF
    4801 #line 4802 "configure"
     4809#line 4810 "configure"
    48024810#include "confdefs.h"
    48034811/* Override any gcc2 internal prototype to avoid an error.  */
     
    48104818; return 0; }
    48114819EOF
    4812 if { (eval echo configure:4813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4820if { (eval echo configure:4821: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48134821  rm -rf conftest*
    48144822  eval "ac_cv_lib_$ac_lib_var=yes"
     
    48394847LIBS=$SAVE_LIBS
    48404848echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    4841 echo "configure:4842: checking for atof in -lsingcf" >&5
     4849echo "configure:4850: checking for atof in -lsingcf" >&5
    48424850ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    48434851if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    48474855LIBS="-lsingcf  $LIBS"
    48484856cat > conftest.$ac_ext <<EOF
    4849 #line 4850 "configure"
     4857#line 4858 "configure"
    48504858#include "confdefs.h"
    48514859/* Override any gcc2 internal prototype to avoid an error.  */
     
    48584866; return 0; }
    48594867EOF
    4860 if { (eval echo configure:4861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4868if { (eval echo configure:4869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48614869  rm -rf conftest*
    48624870  eval "ac_cv_lib_$ac_lib_var=yes"
     
    48864894
    48874895echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    4888 echo "configure:4889: checking for atof in -lsingfac" >&5
     4896echo "configure:4897: checking for atof in -lsingfac" >&5
    48894897ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    48904898if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    48944902LIBS="-lsingfac  $LIBS"
    48954903cat > conftest.$ac_ext <<EOF
    4896 #line 4897 "configure"
     4904#line 4905 "configure"
    48974905#include "confdefs.h"
    48984906/* Override any gcc2 internal prototype to avoid an error.  */
     
    49054913; return 0; }
    49064914EOF
    4907 if { (eval echo configure:4908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4915if { (eval echo configure:4916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49084916  rm -rf conftest*
    49094917  eval "ac_cv_lib_$ac_lib_var=yes"
     
    49334941
    49344942echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6
    4935 echo "configure:4936: checking for omTestAddr in -lomalloc" >&5
     4943echo "configure:4944: checking for omTestAddr in -lomalloc" >&5
    49364944ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'`
    49374945if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    49414949LIBS="-lomalloc  $LIBS"
    49424950cat > conftest.$ac_ext <<EOF
    4943 #line 4944 "configure"
     4951#line 4952 "configure"
    49444952#include "confdefs.h"
    49454953/* Override any gcc2 internal prototype to avoid an error.  */
     
    49524960; return 0; }
    49534961EOF
    4954 if { (eval echo configure:4955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4962if { (eval echo configure:4963: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49554963  rm -rf conftest*
    49564964  eval "ac_cv_lib_$ac_lib_var=yes"
     
    49804988
    49814989echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6
    4982 echo "configure:4983: checking for main in -lomalloc_ndebug" >&5
     4990echo "configure:4991: checking for main in -lomalloc_ndebug" >&5
    49834991ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'`
    49844992if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    49884996LIBS="-lomalloc_ndebug  $LIBS"
    49894997cat > conftest.$ac_ext <<EOF
    4990 #line 4991 "configure"
     4998#line 4999 "configure"
    49914999#include "confdefs.h"
    49925000
     
    49955003; return 0; }
    49965004EOF
    4997 if { (eval echo configure:4998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5005if { (eval echo configure:5006: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49985006  rm -rf conftest*
    49995007  eval "ac_cv_lib_$ac_lib_var=yes"
     
    50235031
    50245032echo $ac_n "checking for main in -lntl""... $ac_c" 1>&6
    5025 echo "configure:5026: checking for main in -lntl" >&5
     5033echo "configure:5034: checking for main in -lntl" >&5
    50265034ac_lib_var=`echo ntl'_'main | sed 'y%./+-%__p_%'`
    50275035if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    50315039LIBS="-lntl  $LIBS"
    50325040cat > conftest.$ac_ext <<EOF
    5033 #line 5034 "configure"
     5041#line 5042 "configure"
    50345042#include "confdefs.h"
    50355043
     
    50385046; return 0; }
    50395047EOF
    5040 if { (eval echo configure:5041: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5048if { (eval echo configure:5049: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    50415049  rm -rf conftest*
    50425050  eval "ac_cv_lib_$ac_lib_var=yes"
     
    50715079ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    50725080echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5073 echo "configure:5074: checking for $ac_hdr" >&5
     5081echo "configure:5082: checking for $ac_hdr" >&5
    50745082if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    50755083  echo $ac_n "(cached) $ac_c" 1>&6
    50765084else
    50775085  cat > conftest.$ac_ext <<EOF
    5078 #line 5079 "configure"
     5086#line 5087 "configure"
    50795087#include "confdefs.h"
    50805088#include <$ac_hdr>
    50815089EOF
    50825090ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5083 { (eval echo configure:5084: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5091{ (eval echo configure:5092: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    50845092ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    50855093if test -z "$ac_err"; then
     
    51095117
    51105118echo $ac_n "checking whether to use Boost""... $ac_c" 1>&6
    5111 echo "configure:5112: checking whether to use Boost" >&5
     5119echo "configure:5120: checking whether to use Boost" >&5
    51125120if test "$with_Boost" != no; then
    51135121  echo "$ac_t""yes" 1>&6
     
    51245132ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    51255133echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5126 echo "configure:5127: checking for $ac_hdr" >&5
     5134echo "configure:5135: checking for $ac_hdr" >&5
    51275135if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    51285136  echo $ac_n "(cached) $ac_c" 1>&6
    51295137else
    51305138  cat > conftest.$ac_ext <<EOF
    5131 #line 5132 "configure"
     5139#line 5140 "configure"
    51325140#include "confdefs.h"
    51335141#include <$ac_hdr>
    51345142EOF
    51355143ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5136 { (eval echo configure:5137: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5144{ (eval echo configure:5145: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    51375145ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    51385146if test -z "$ac_err"; then
     
    51705178  echo "$ac_t""no" 1>&6
    51715179  echo $ac_n "checking whether to use std::vector""... $ac_c" 1>&6
    5172 echo "configure:5173: checking whether to use std::vector" >&5
     5180echo "configure:5181: checking whether to use std::vector" >&5
    51735181  if test "$with_stdvec" != yes; then
    51745182    echo "$ac_t""no" 1>&6
     
    52195227SAVE_LIBS=$LIBS
    52205228echo $ac_n "checking for __stack_chk_fail_local in -lc_nonshared""... $ac_c" 1>&6
    5221 echo "configure:5222: checking for __stack_chk_fail_local in -lc_nonshared" >&5
     5229echo "configure:5230: checking for __stack_chk_fail_local in -lc_nonshared" >&5
    52225230ac_lib_var=`echo c_nonshared'_'__stack_chk_fail_local | sed 'y%./+-%__p_%'`
    52235231if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    52275235LIBS="-lc_nonshared  $LIBS"
    52285236cat > conftest.$ac_ext <<EOF
    5229 #line 5230 "configure"
     5237#line 5238 "configure"
    52305238#include "confdefs.h"
    52315239/* Override any gcc2 internal prototype to avoid an error.  */
     
    52385246; return 0; }
    52395247EOF
    5240 if { (eval echo configure:5241: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5248if { (eval echo configure:5249: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    52415249  rm -rf conftest*
    52425250  eval "ac_cv_lib_$ac_lib_var=yes"
     
    52685276
    52695277echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    5270 echo "configure:5271: checking which apint package to use" >&5
     5278echo "configure:5279: checking which apint package to use" >&5
    52715279if test "${with_apint}" != gmp; then
    52725280  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    52905298
    52915299echo $ac_n "checking whether to use libsvd""... $ac_c" 1>&6
    5292 echo "configure:5293: checking whether to use libsvd" >&5
     5300echo "configure:5301: checking whether to use libsvd" >&5
    52935301if test "$with_svd" = yes; then
    52945302  echo "$ac_t""yes" 1>&6
     
    53055313#
    53065314echo $ac_n "checking whether to have MP""... $ac_c" 1>&6
    5307 echo "configure:5308: checking whether to have MP" >&5
     5315echo "configure:5316: checking whether to have MP" >&5
    53085316if test "${with_MP}" != yes && test "${with_MP}" != no; then
    53095317  if (test "${will_have_gmp}" = yes) && \
     
    53405348
    53415349echo $ac_n "checking whether to have NTL""... $ac_c" 1>&6
    5342 echo "configure:5343: checking whether to have NTL" >&5
     5350echo "configure:5351: checking whether to have NTL" >&5
    53435351if test "${with_NTL}" = yes ; then
    53445352  echo "$ac_t""yes" 1>&6
     
    53495357
    53505358echo $ac_n "checking whether to have factory""... $ac_c" 1>&6
    5351 echo "configure:5352: checking whether to have factory" >&5
     5359echo "configure:5360: checking whether to have factory" >&5
    53525360if test "${with_factory}" != yes && test "${with_factory}" != no; then
    53535361  if test "$ac_factory_ok" =  yes || test "$enable_factory" = yes; then
     
    53805388
    53815389echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6
    5382 echo "configure:5383: checking whether to have libfac" >&5
     5390echo "configure:5391: checking whether to have libfac" >&5
    53835391if test "${with_libfac}" != yes && test "${with_libfac}" != no; then
    53845392  if (test "${will_have_factory}" = yes) && \
     
    54225430
    54235431echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6
    5424 echo "configure:5425: checking whether to have dbm links" >&5
     5432echo "configure:5433: checking whether to have dbm links" >&5
    54255433if test "$with_dbm" != no; then
    54265434  cat >> confdefs.h <<\EOF
     
    54345442
    54355443echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6
    5436 echo "configure:5437: checking whether to have namespaces" >&5
     5444echo "configure:5445: checking whether to have namespaces" >&5
    54375445if test "$with_namespaces" != no; then
    54385446  echo "$ac_t""yes" 1>&6
     
    54465454
    54475455echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6
    5448 echo "configure:5449: checking whether to have dynamic modules" >&5
     5456echo "configure:5457: checking whether to have dynamic modules" >&5
    54495457if test "$with_dynamic_modules" = no || test "$ac_have_dl" != yes; then
    54505458  echo "$ac_t""no" 1>&6
     
    54585466
    54595467echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6
    5460 echo "configure:5461: checking whether to have dynamic kernel" >&5
     5468echo "configure:5469: checking whether to have dynamic kernel" >&5
    54615469if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then
    54625470  DL_KERNEL=1
     
    54685476
    54695477echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6
    5470 echo "configure:5471: checking whether to have Plural" >&5
     5478echo "configure:5479: checking whether to have Plural" >&5
    54715479if test "$with_Plural" != no && test "$enable_Plural" != no; then
    54725480  cat >> confdefs.h <<\EOF
     
    54795487else
    54805488  echo "$ac_t""no" 1>&6
     5489fi
     5490
     5491echo $ac_n "checking whether to have ratGB""... $ac_c" 1>&6
     5492echo "configure:5493: checking whether to have ratGB" >&5
     5493if test "$with_ratGB" != yes && test "$enable_ratGB" != yes; then
     5494  echo "$ac_t""no" 1>&6
     5495else
     5496  cat >> confdefs.h <<\EOF
     5497#define HAVE_RATGRING 1
     5498EOF
     5499
     5500  echo "$ac_t""yes" 1>&6
    54815501fi
    54825502
  • Singular/configure.in

    r9eca662 r9e9dbc  
    114114SINGULAR_SUB_VERSION=${SINGULAR_SUB_VERSION:-0}
    115115SINGULAR_VERSION="${SINGULAR_VERSION:-$SINGULAR_MAJOR_VERSION${VERSION_SEP}$SINGULAR_MINOR_VERSION${VERSION_SEP}$SINGULAR_SUB_VERSION}"
    116 VERSION_DATE=${VERSION_DATE:-"Aug 2008"}
     116VERSION_DATE=${VERSION_DATE:-"Mar 2009"}
    117117
    118118dnl pass them on into the Makefiles
     
    666666  ,
    667667  with_NTL=yes)
     668AC_ARG_WITH(
     669  RatGB,
     670  [  --with-ratGB            do compile with ratGB support (experimental)])
    668671
    669672dnl llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
     
    10331036fi
    10341037
     1038AC_MSG_CHECKING(whether to have ratGB)
     1039if test "$with_ratGB" != yes && test "$enable_ratGB" != yes; then
     1040  AC_MSG_RESULT(no)
     1041else
     1042  AC_DEFINE(HAVE_RATGRING)
     1043  AC_MSG_RESULT(yes)
     1044fi
     1045
    10351046
    10361047OUTPUT_MAKEFILES="Makefile ../kernel/Makefile"
  • Singular/mod2.h.in

    r9eca662 r9e9dbc  
    66 *          DO NOT EDIT!
    77 *
    8  *  Version: $Id: mod2.h.in,v 1.137 2008-10-02 08:59:35 Singular Exp $
     8 *  Version: $Id: mod2.h.in,v 1.138 2009-02-21 15:16:43 Singular Exp $
    99 *******************************************************************/
    1010#ifndef MOD2_H
     
    149149/* Define to enable plural */
    150150#undef HAVE_PLURAL
     151/* Define to enable ratGB/ ratGRING */
     152#undef HAVE_RATGRING
    151153/* Define to enable shiftbba */
    152154#undef HAVE_SHIFTBBA
  • configure

    r9eca662 r9e9dbc  
    599599SINGULAR_VERSION="${SINGULAR_SHORT_VERSION}${VERSION_SEP}${SINGULAR_SUB_VERSION}"
    600600SINGULAR_RPM_VERSION="${SINGULAR_MAJOR_VERSION}.${SINGULAR_MINOR_VERSION}.${SINGULAR_SUB_VERSION}"
    601 VERSION_DATE="Aug 2008"
     601VERSION_DATE="Mar 2009"
    602602SINGULAR_ROOT_DIR=$pwd
    603603
  • configure.in

    r9eca662 r9e9dbc  
    1616SINGULAR_VERSION="${SINGULAR_SHORT_VERSION}${VERSION_SEP}${SINGULAR_SUB_VERSION}"
    1717SINGULAR_RPM_VERSION="${SINGULAR_MAJOR_VERSION}.${SINGULAR_MINOR_VERSION}.${SINGULAR_SUB_VERSION}"
    18 VERSION_DATE="Aug 2008"
     18VERSION_DATE="Mar 2009"
    1919SINGULAR_ROOT_DIR=$pwd
    2020
  • kernel/mod2.h.in

    r9eca662 r9e9dbc  
    66 *          DO NOT EDIT!
    77 *
    8  *  Version: $Id: mod2.h.in,v 1.29 2009-01-30 17:25:04 ederc Exp $
     8 *  Version: $Id: mod2.h.in,v 1.30 2009-02-21 15:16:43 Singular Exp $
    99 *******************************************************************/
    1010#ifndef MOD2_H
     
    149149/* Define to enable plural */
    150150#undef HAVE_PLURAL
     151/* Define to enable ratGB/ ratGRING */
     152#undef HAVE_RATGRING
    151153/* Define to enable shiftbba */
    152154#undef HAVE_SHIFTBBA
     
    194196/* procedures to compute groebner bases with the f5 implementation */
    195197/* still testing */
    196 #define HAVE_F5 1
     198#undef HAVE_F5
    197199
    198200/* letterplace gb:*/
Note: See TracChangeset for help on using the changeset viewer.