Changeset d93f1e in git


Ignore:
Timestamp:
Sep 17, 2008, 12:43:03 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c21608da74a7ca2f7c79bd4e75836f62b8ef460d
Parents:
11669002b19f9f5af902f26b00aa97e589dd11b9
Message:
*hannes: better CPU test


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

Legend:

Unmodified
Added
Removed
  • Singular/configure

    r116690 rd93f1e  
    566566echo $ac_n "checking CPU for singular""... $ac_c" 1>&6
    567567echo "configure:568: checking CPU for singular" >&5
    568 ac_cv_singcpuname=`uname -p`
     568ac_cv_singcpuname=`uname -m`
    569569echo "$ac_t""$ac_cv_singcpuname" 1>&6
    570570
     
    610610fi
    611611
    612 if test "$ac_cv_ac_cv_singcpuname" = sparc; then
    613   cat >> confdefs.h <<\EOF
    614 #define SI_CPU_SPARC 1
    615 EOF
    616 
    617  
    618   echo "$ac_t""SI_CPU_SPARC" 1>&6
    619 fi
    620612if test "$ac_cv_singuname" = x86_64-Linux; then
    621613  cat >> confdefs.h <<\EOF
     
    651643fi
    652644if test "$ac_cv_singuname" = ppcMac-darwin; then
     645  cat >> confdefs.h <<\EOF
     646#define SI_CPU_PPC 1
     647EOF
     648
     649 
     650  echo "$ac_t""SI_CPU_PPC" 1>&6
     651fi
     652# test again with CPU names
     653if test "$ac_cv_singcpuname" = i386; then
     654  cat >> confdefs.h <<\EOF
     655#define SI_CPU_I386 1
     656EOF
     657
     658 
     659  echo "$ac_t""SI_CPU_I386" 1>&6
     660fi
     661if test "$ac_cv_singcpuname" = i686; then
     662  cat >> confdefs.h <<\EOF
     663#define SI_CPU_I386 1
     664EOF
     665
     666 
     667  echo "$ac_t""SI_CPU_I386" 1>&6
     668fi
     669if test "$ac_cv_singcpuname" = x86_64; then
     670  cat >> confdefs.h <<\EOF
     671#define SI_CPU_X86_64 1
     672EOF
     673
     674 
     675  echo "$ac_t""SI_CPU_X86_64" 1>&6
     676fi
     677if test "$ac_cv_singcpuname" = ia64; then
     678  cat >> confdefs.h <<\EOF
     679#define SI_CPU_IA64 1
     680EOF
     681
     682 
     683  echo "$ac_t""SI_CPU_IA64" 1>&6
     684fi
     685if test "$ac_cv_singcpuname" = sparc; then
     686  cat >> confdefs.h <<\EOF
     687#define SI_CPU_SPARC 1
     688EOF
     689
     690 
     691  echo "$ac_t""SI_CPU_SPARC" 1>&6
     692fi
     693if test "$ac_cv_singcpuname" = ppc; then
    653694  cat >> confdefs.h <<\EOF
    654695#define SI_CPU_PPC 1
     
    721762set dummy gcc; ac_word=$2
    722763echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    723 echo "configure:724: checking for $ac_word" >&5
     764echo "configure:765: checking for $ac_word" >&5
    724765if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    725766  echo $ac_n "(cached) $ac_c" 1>&6
     
    751792set dummy cc; ac_word=$2
    752793echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    753 echo "configure:754: checking for $ac_word" >&5
     794echo "configure:795: checking for $ac_word" >&5
    754795if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    755796  echo $ac_n "(cached) $ac_c" 1>&6
     
    802843set dummy cl; ac_word=$2
    803844echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    804 echo "configure:805: checking for $ac_word" >&5
     845echo "configure:846: checking for $ac_word" >&5
    805846if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    806847  echo $ac_n "(cached) $ac_c" 1>&6
     
    834875
    835876echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    836 echo "configure:837: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     877echo "configure:878: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    837878
    838879ac_ext=c
     
    845886cat > conftest.$ac_ext << EOF
    846887
    847 #line 848 "configure"
     888#line 889 "configure"
    848889#include "confdefs.h"
    849890
    850891main(){return(0);}
    851892EOF
    852 if { (eval echo configure:853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     893if { (eval echo configure:894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    853894  ac_cv_prog_cc_works=yes
    854895  # If we can't run a trivial program, we are probably using a cross compiler.
     
    876917fi
    877918echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    878 echo "configure:879: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     919echo "configure:920: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    879920echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    880921cross_compiling=$ac_cv_prog_cc_cross
    881922
    882923echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    883 echo "configure:884: checking whether we are using GNU C" >&5
     924echo "configure:925: checking whether we are using GNU C" >&5
    884925if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    885926  echo $ac_n "(cached) $ac_c" 1>&6
     
    890931#endif
    891932EOF
    892 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:893: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     933if { 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
    893934  ac_cv_prog_gcc=yes
    894935else
     
    909950CFLAGS=
    910951echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    911 echo "configure:912: checking whether ${CC-cc} accepts -g" >&5
     952echo "configure:953: checking whether ${CC-cc} accepts -g" >&5
    912953if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    913954  echo $ac_n "(cached) $ac_c" 1>&6
     
    941982
    942983echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    943 echo "configure:944: checking how to run the C preprocessor" >&5
     984echo "configure:985: checking how to run the C preprocessor" >&5
    944985# On Suns, sometimes $CPP names a directory.
    945986if test -n "$CPP" && test -d "$CPP"; then
     
    956997  # not just through cpp.
    957998  cat > conftest.$ac_ext <<EOF
    958 #line 959 "configure"
     999#line 1000 "configure"
    9591000#include "confdefs.h"
    9601001#include <assert.h>
     
    9621003EOF
    9631004ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    964 { (eval echo configure:965: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1005{ (eval echo configure:1006: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    9651006ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    9661007if test -z "$ac_err"; then
     
    9731014  CPP="${CC-cc} -E -traditional-cpp"
    9741015  cat > conftest.$ac_ext <<EOF
    975 #line 976 "configure"
     1016#line 1017 "configure"
    9761017#include "confdefs.h"
    9771018#include <assert.h>
     
    9791020EOF
    9801021ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    981 { (eval echo configure:982: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1022{ (eval echo configure:1023: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    9821023ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    9831024if test -z "$ac_err"; then
     
    9901031  CPP="${CC-cc} -nologo -E"
    9911032  cat > conftest.$ac_ext <<EOF
    992 #line 993 "configure"
     1033#line 1034 "configure"
    9931034#include "confdefs.h"
    9941035#include <assert.h>
     
    9961037EOF
    9971038ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    998 { (eval echo configure:999: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1039{ (eval echo configure:1040: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    9991040ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    10001041if test -z "$ac_err"; then
     
    10251066set dummy $ac_prog; ac_word=$2
    10261067echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1027 echo "configure:1028: checking for $ac_word" >&5
     1068echo "configure:1069: checking for $ac_word" >&5
    10281069if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    10291070  echo $ac_n "(cached) $ac_c" 1>&6
     
    10571098
    10581099echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1059 echo "configure:1060: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     1100echo "configure:1101: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    10601101
    10611102ac_ext=C
     
    10681109cat > conftest.$ac_ext << EOF
    10691110
    1070 #line 1071 "configure"
     1111#line 1112 "configure"
    10711112#include "confdefs.h"
    10721113
    10731114int main(){return(0);}
    10741115EOF
    1075 if { (eval echo configure:1076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1116if { (eval echo configure:1117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    10761117  ac_cv_prog_cxx_works=yes
    10771118  # If we can't run a trivial program, we are probably using a cross compiler.
     
    10991140fi
    11001141echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1101 echo "configure:1102: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     1142echo "configure:1143: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    11021143echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
    11031144cross_compiling=$ac_cv_prog_cxx_cross
    11041145
    11051146echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    1106 echo "configure:1107: checking whether we are using GNU C++" >&5
     1147echo "configure:1148: checking whether we are using GNU C++" >&5
    11071148if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    11081149  echo $ac_n "(cached) $ac_c" 1>&6
     
    11131154#endif
    11141155EOF
    1115 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1116: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1156if { 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
    11161157  ac_cv_prog_gxx=yes
    11171158else
     
    11321173CXXFLAGS=
    11331174echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    1134 echo "configure:1135: checking whether ${CXX-g++} accepts -g" >&5
     1175echo "configure:1176: checking whether ${CXX-g++} accepts -g" >&5
    11351176if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    11361177  echo $ac_n "(cached) $ac_c" 1>&6
     
    11941235# ./install, which can be erroneously created by make from ./install.sh.
    11951236echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1196 echo "configure:1197: checking for a BSD compatible install" >&5
     1237echo "configure:1238: checking for a BSD compatible install" >&5
    11971238if test -z "$INSTALL"; then
    11981239if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    12471288
    12481289echo $ac_n "checking for AIX""... $ac_c" 1>&6
    1249 echo "configure:1250: checking for AIX" >&5
     1290echo "configure:1291: checking for AIX" >&5
    12501291cat > conftest.$ac_ext <<EOF
    1251 #line 1252 "configure"
     1292#line 1293 "configure"
    12521293#include "confdefs.h"
    12531294#ifdef _AIX
     
    12751316#                       other:       CC=cc   CXX=c++
    12761317echo $ac_n "checking gcc version""... $ac_c" 1>&6
    1277 echo "configure:1278: checking gcc version" >&5
     1318echo "configure:1319: checking gcc version" >&5
    12781319if eval "test \"`echo '$''{'ac_cv_c_cpp'+set}'`\" = set"; then
    12791320  echo $ac_n "(cached) $ac_c" 1>&6
     
    13071348  # check whether gcc accepts --no-rtti
    13081349  echo $ac_n "checking whether gcc accepts --no-rtti""... $ac_c" 1>&6
    1309 echo "configure:1310: checking whether gcc accepts --no-rtti" >&5
     1350echo "configure:1351: checking whether gcc accepts --no-rtti" >&5
    13101351  CXXFLAGS="${CXXFLAGS} --no-rtti"
    13111352  if eval "test \"`echo '$''{'ac_cv_cxx_have_rtti'+set}'`\" = set"; then
     
    13131354else
    13141355  cat > conftest.$ac_ext <<EOF
    1315 #line 1316 "configure"
     1356#line 1357 "configure"
    13161357#include "confdefs.h"
    13171358
     
    13201361; return 0; }
    13211362EOF
    1322 if { (eval echo configure:1323: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1363if { (eval echo configure:1364: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    13231364  rm -rf conftest*
    13241365  ac_cv_cxx_have_rtti=yes
     
    13431384# check whether gcc accepts --no-exceptions
    13441385  echo $ac_n "checking whether gcc accepts --no-exceptions""... $ac_c" 1>&6
    1345 echo "configure:1346: checking whether gcc accepts --no-exceptions" >&5
     1386echo "configure:1387: checking whether gcc accepts --no-exceptions" >&5
    13461387  CXXFLAGS="${CXXFLAGS} --no-exceptions"
    13471388  if eval "test \"`echo '$''{'ac_cv_cxx_have_exceptions'+set}'`\" = set"; then
     
    13491390else
    13501391  cat > conftest.$ac_ext <<EOF
    1351 #line 1352 "configure"
     1392#line 1393 "configure"
    13521393#include "confdefs.h"
    13531394
     
    13561397; return 0; }
    13571398EOF
    1358 if { (eval echo configure:1359: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1399if { (eval echo configure:1400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    13591400  rm -rf conftest*
    13601401  ac_cv_cxx_have_exceptions=yes
     
    13941435then
    13951436  echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6
    1396 echo "configure:1397: checking whether compiler accepts -pipe" >&5
     1437echo "configure:1438: checking whether compiler accepts -pipe" >&5
    13971438  temp_cflags="${CFLAGS}"
    13981439  CFLAGS="${CFLAGS} -pipe"
     
    14011442else
    14021443  cat > conftest.$ac_ext <<EOF
    1403 #line 1404 "configure"
     1444#line 1445 "configure"
    14041445#include "confdefs.h"
    14051446
     
    14081449; return 0; }
    14091450EOF
    1410 if { (eval echo configure:1411: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1451if { (eval echo configure:1452: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    14111452  rm -rf conftest*
    14121453  ac_cv_cxx_have_pipe=yes
     
    14351476# Customize CFLAGS
    14361477echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    1437 echo "configure:1438: checking whether _AIX is defined" >&5
     1478echo "configure:1479: checking whether _AIX is defined" >&5
    14381479if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    14391480  echo $ac_n "(cached) $ac_c" 1>&6
    14401481else
    14411482  cat > conftest.$ac_ext <<EOF
    1442 #line 1443 "configure"
     1483#line 1484 "configure"
    14431484#include "confdefs.h"
    14441485#ifdef _AIX
     
    14991540
    15001541echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1501 echo "configure:1502: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1542echo "configure:1543: checking whether ${MAKE-make} sets \${MAKE}" >&5
    15021543set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    15031544if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    15821623if test "${with_lex+set}" != set; then
    15831624  echo $ac_n "checking for flex""... $ac_c" 1>&6
    1584 echo "configure:1585: checking for flex" >&5
     1625echo "configure:1626: checking for flex" >&5
    15851626    cmd="egrep [2-9]\.[5-9]"
    15861627    if eval "test \"`echo '$''{'ac_cv_prog_flex'+set}'`\" = set"; then
     
    16141655set dummy $ac_prog; ac_word=$2
    16151656echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1616 echo "configure:1617: checking for $ac_word" >&5
     1657echo "configure:1658: checking for $ac_word" >&5
    16171658if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    16181659  echo $ac_n "(cached) $ac_c" 1>&6
     
    16541695set dummy $ac_prog; ac_word=$2
    16551696echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1656 echo "configure:1657: checking for $ac_word" >&5
     1697echo "configure:1698: checking for $ac_word" >&5
    16571698if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then
    16581699  echo $ac_n "(cached) $ac_c" 1>&6
     
    16891730# ln -s
    16901731echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1691 echo "configure:1692: checking whether ln -s works" >&5
     1732echo "configure:1733: checking whether ln -s works" >&5
    16921733if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    16931734  echo $ac_n "(cached) $ac_c" 1>&6
     
    17151756set dummy $ac_prog; ac_word=$2
    17161757echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1717 echo "configure:1718: checking for $ac_word" >&5
     1758echo "configure:1759: checking for $ac_word" >&5
    17181759if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    17191760  echo $ac_n "(cached) $ac_c" 1>&6
     
    17501791if test "$ac_cv_singuname" != ix86-Win; then
    17511792echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1752 echo "configure:1753: checking for atof in -lm" >&5
     1793echo "configure:1794: checking for atof in -lm" >&5
    17531794ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    17541795if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17581799LIBS="-lm  $LIBS"
    17591800cat > conftest.$ac_ext <<EOF
    1760 #line 1761 "configure"
     1801#line 1802 "configure"
    17611802#include "confdefs.h"
    17621803/* Override any gcc2 internal prototype to avoid an error.  */
     
    17691810; return 0; }
    17701811EOF
    1771 if { (eval echo configure:1772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1812if { (eval echo configure:1813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17721813  rm -rf conftest*
    17731814  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17981839fi
    17991840echo $ac_n "checking for  in -lnsl""... $ac_c" 1>&6
    1800 echo "configure:1801: checking for  in -lnsl" >&5
     1841echo "configure:1842: checking for  in -lnsl" >&5
    18011842ac_lib_var=`echo nsl'_' | sed 'y%./+-%__p_%'`
    18021843if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18061847LIBS="-lnsl  $LIBS"
    18071848cat > conftest.$ac_ext <<EOF
    1808 #line 1809 "configure"
     1849#line 1850 "configure"
    18091850#include "confdefs.h"
    18101851/* Override any gcc2 internal prototype to avoid an error.  */
     
    18171858; return 0; }
    18181859EOF
    1819 if { (eval echo configure:1820: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1860if { (eval echo configure:1861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18201861  rm -rf conftest*
    18211862  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18451886
    18461887echo $ac_n "checking for  in -lsocket""... $ac_c" 1>&6
    1847 echo "configure:1848: checking for  in -lsocket" >&5
     1888echo "configure:1889: checking for  in -lsocket" >&5
    18481889ac_lib_var=`echo socket'_' | sed 'y%./+-%__p_%'`
    18491890if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18531894LIBS="-lsocket  $LIBS"
    18541895cat > conftest.$ac_ext <<EOF
    1855 #line 1856 "configure"
     1896#line 1897 "configure"
    18561897#include "confdefs.h"
    18571898/* Override any gcc2 internal prototype to avoid an error.  */
     
    18641905; return 0; }
    18651906EOF
    1866 if { (eval echo configure:1867: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1907if { (eval echo configure:1908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18671908  rm -rf conftest*
    18681909  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18951936
    18961937echo $ac_n "checking for setenv in -lbsd""... $ac_c" 1>&6
    1897 echo "configure:1898: checking for setenv in -lbsd" >&5
     1938echo "configure:1939: checking for setenv in -lbsd" >&5
    18981939ac_lib_var=`echo bsd'_'setenv | sed 'y%./+-%__p_%'`
    18991940if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19031944LIBS="-lbsd  $LIBS"
    19041945cat > conftest.$ac_ext <<EOF
    1905 #line 1906 "configure"
     1946#line 1947 "configure"
    19061947#include "confdefs.h"
    19071948/* Override any gcc2 internal prototype to avoid an error.  */
     
    19141955; return 0; }
    19151956EOF
    1916 if { (eval echo configure:1917: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1957if { (eval echo configure:1958: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19171958  rm -rf conftest*
    19181959  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19421983
    19431984echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1944 echo "configure:1945: checking for listen in -lsocket" >&5
     1985echo "configure:1986: checking for listen in -lsocket" >&5
    19451986ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    19461987if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19501991LIBS="-lsocket  $LIBS"
    19511992cat > conftest.$ac_ext <<EOF
    1952 #line 1953 "configure"
     1993#line 1994 "configure"
    19531994#include "confdefs.h"
    19541995/* Override any gcc2 internal prototype to avoid an error.  */
     
    19612002; return 0; }
    19622003EOF
    1963 if { (eval echo configure:1964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2004if { (eval echo configure:2005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19642005  rm -rf conftest*
    19652006  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19892030
    19902031echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1991 echo "configure:1992: checking for gethostbyname in -lnsl" >&5
     2032echo "configure:2033: checking for gethostbyname in -lnsl" >&5
    19922033ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    19932034if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19972038LIBS="-lnsl  $LIBS"
    19982039cat > conftest.$ac_ext <<EOF
    1999 #line 2000 "configure"
     2040#line 2041 "configure"
    20002041#include "confdefs.h"
    20012042/* Override any gcc2 internal prototype to avoid an error.  */
     
    20082049; return 0; }
    20092050EOF
    2010 if { (eval echo configure:2011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2051if { (eval echo configure:2052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20112052  rm -rf conftest*
    20122053  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20402081        HPUX*)
    20412082          echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
    2042 echo "configure:2043: checking for shl_load in -ldld" >&5
     2083echo "configure:2084: checking for shl_load in -ldld" >&5
    20432084ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
    20442085if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    20482089LIBS="-ldld  $LIBS"
    20492090cat > conftest.$ac_ext <<EOF
    2050 #line 2051 "configure"
     2091#line 2092 "configure"
    20512092#include "confdefs.h"
    20522093/* Override any gcc2 internal prototype to avoid an error.  */
     
    20592100; return 0; }
    20602101EOF
    2061 if { (eval echo configure:2062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2102if { (eval echo configure:2103: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20622103  rm -rf conftest*
    20632104  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20962137        *Linux*)
    20972138          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    2098 echo "configure:2099: checking for dlopen in -ldl" >&5
     2139echo "configure:2140: checking for dlopen in -ldl" >&5
    20992140ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    21002141if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    21042145LIBS="-ldl  $LIBS"
    21052146cat > conftest.$ac_ext <<EOF
    2106 #line 2107 "configure"
     2147#line 2148 "configure"
    21072148#include "confdefs.h"
    21082149/* Override any gcc2 internal prototype to avoid an error.  */
     
    21152156; return 0; }
    21162157EOF
    2117 if { (eval echo configure:2118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2158if { (eval echo configure:2159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21182159  rm -rf conftest*
    21192160  eval "ac_cv_lib_$ac_lib_var=yes"
     
    21592200        SunOS-5)
    21602201          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    2161 echo "configure:2162: checking for dlopen in -ldl" >&5
     2202echo "configure:2203: checking for dlopen in -ldl" >&5
    21622203ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    21632204if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    21672208LIBS="-ldl  $LIBS"
    21682209cat > conftest.$ac_ext <<EOF
    2169 #line 2170 "configure"
     2210#line 2211 "configure"
    21702211#include "confdefs.h"
    21712212/* Override any gcc2 internal prototype to avoid an error.  */
     
    21782219; return 0; }
    21792220EOF
    2180 if { (eval echo configure:2181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2221if { (eval echo configure:2222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21812222  rm -rf conftest*
    21822223  eval "ac_cv_lib_$ac_lib_var=yes"
     
    22162257        ppcMac-darwin)
    22172258          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    2218 echo "configure:2219: checking for dlopen in -ldl" >&5
     2259echo "configure:2260: checking for dlopen in -ldl" >&5
    22192260ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    22202261if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    22242265LIBS="-ldl  $LIBS"
    22252266cat > conftest.$ac_ext <<EOF
    2226 #line 2227 "configure"
     2267#line 2268 "configure"
    22272268#include "confdefs.h"
    22282269/* Override any gcc2 internal prototype to avoid an error.  */
     
    22352276; return 0; }
    22362277EOF
    2237 if { (eval echo configure:2238: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2278if { (eval echo configure:2279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22382279  rm -rf conftest*
    22392280  eval "ac_cv_lib_$ac_lib_var=yes"
     
    22722313        ix86Mac-darwin)
    22732314          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    2274 echo "configure:2275: checking for dlopen in -ldl" >&5
     2315echo "configure:2316: checking for dlopen in -ldl" >&5
    22752316ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    22762317if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    22802321LIBS="-ldl  $LIBS"
    22812322cat > conftest.$ac_ext <<EOF
    2282 #line 2283 "configure"
     2323#line 2324 "configure"
    22832324#include "confdefs.h"
    22842325/* Override any gcc2 internal prototype to avoid an error.  */
     
    22912332; return 0; }
    22922333EOF
    2293 if { (eval echo configure:2294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2334if { (eval echo configure:2335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22942335  rm -rf conftest*
    22952336  eval "ac_cv_lib_$ac_lib_var=yes"
     
    23282369        ix86-freebsd)
    23292370          echo $ac_n "checking for dlopen in -lc""... $ac_c" 1>&6
    2330 echo "configure:2331: checking for dlopen in -lc" >&5
     2371echo "configure:2372: checking for dlopen in -lc" >&5
    23312372ac_lib_var=`echo c'_'dlopen | sed 'y%./+-%__p_%'`
    23322373if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    23362377LIBS="-lc  $LIBS"
    23372378cat > conftest.$ac_ext <<EOF
    2338 #line 2339 "configure"
     2379#line 2380 "configure"
    23392380#include "confdefs.h"
    23402381/* Override any gcc2 internal prototype to avoid an error.  */
     
    23472388; return 0; }
    23482389EOF
    2349 if { (eval echo configure:2350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2390if { (eval echo configure:2391: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23502391  rm -rf conftest*
    23512392  eval "ac_cv_lib_$ac_lib_var=yes"
     
    23922433# heder file checks
    23932434echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2394 echo "configure:2395: checking for ANSI C header files" >&5
     2435echo "configure:2436: checking for ANSI C header files" >&5
    23952436if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    23962437  echo $ac_n "(cached) $ac_c" 1>&6
    23972438else
    23982439  cat > conftest.$ac_ext <<EOF
    2399 #line 2400 "configure"
     2440#line 2441 "configure"
    24002441#include "confdefs.h"
    24012442#include <stdlib.h>
     
    24052446EOF
    24062447ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2407 { (eval echo configure:2408: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2448{ (eval echo configure:2449: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    24082449ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    24092450if test -z "$ac_err"; then
     
    24222463  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    24232464cat > conftest.$ac_ext <<EOF
    2424 #line 2425 "configure"
     2465#line 2466 "configure"
    24252466#include "confdefs.h"
    24262467#include <string.h>
     
    24402481  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    24412482cat > conftest.$ac_ext <<EOF
    2442 #line 2443 "configure"
     2483#line 2484 "configure"
    24432484#include "confdefs.h"
    24442485#include <stdlib.h>
     
    24612502else
    24622503  cat > conftest.$ac_ext <<EOF
    2463 #line 2464 "configure"
     2504#line 2505 "configure"
    24642505#include "confdefs.h"
    24652506#include <ctype.h>
     
    24722513
    24732514EOF
    2474 if { (eval echo configure:2475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2515if { (eval echo configure:2516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    24752516then
    24762517  :
     
    24992540ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    25002541echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2501 echo "configure:2502: checking for $ac_hdr" >&5
     2542echo "configure:2543: checking for $ac_hdr" >&5
    25022543if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    25032544  echo $ac_n "(cached) $ac_c" 1>&6
    25042545else
    25052546  cat > conftest.$ac_ext <<EOF
    2506 #line 2507 "configure"
     2547#line 2548 "configure"
    25072548#include "confdefs.h"
    25082549#include <$ac_hdr>
    25092550EOF
    25102551ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2511 { (eval echo configure:2512: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2552{ (eval echo configure:2553: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25122553ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25132554if test -z "$ac_err"; then
     
    25432584ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    25442585echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2545 echo "configure:2546: checking for $ac_hdr" >&5
     2586echo "configure:2587: checking for $ac_hdr" >&5
    25462587if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    25472588  echo $ac_n "(cached) $ac_c" 1>&6
    25482589else
    25492590  cat > conftest.$ac_ext <<EOF
    2550 #line 2551 "configure"
     2591#line 2592 "configure"
    25512592#include "confdefs.h"
    25522593#include <$ac_hdr>
    25532594EOF
    25542595ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2555 { (eval echo configure:2556: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2596{ (eval echo configure:2597: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25562597ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25572598if test -z "$ac_err"; then
     
    25822623# typedefs, structures
    25832624echo $ac_n "checking for working const""... $ac_c" 1>&6
    2584 echo "configure:2585: checking for working const" >&5
     2625echo "configure:2626: checking for working const" >&5
    25852626if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    25862627  echo $ac_n "(cached) $ac_c" 1>&6
    25872628else
    25882629  cat > conftest.$ac_ext <<EOF
    2589 #line 2590 "configure"
     2630#line 2631 "configure"
    25902631#include "confdefs.h"
    25912632
     
    26362677; return 0; }
    26372678EOF
    2638 if { (eval echo configure:2639: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2679if { (eval echo configure:2680: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    26392680  rm -rf conftest*
    26402681  ac_cv_c_const=yes
     
    26572698
    26582699echo $ac_n "checking for inline""... $ac_c" 1>&6
    2659 echo "configure:2660: checking for inline" >&5
     2700echo "configure:2701: checking for inline" >&5
    26602701if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    26612702  echo $ac_n "(cached) $ac_c" 1>&6
     
    26642705for ac_kw in inline __inline__ __inline; do
    26652706  cat > conftest.$ac_ext <<EOF
    2666 #line 2667 "configure"
     2707#line 2708 "configure"
    26672708#include "confdefs.h"
    26682709
     
    26712712; return 0; }
    26722713EOF
    2673 if { (eval echo configure:2674: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2714if { (eval echo configure:2715: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    26742715  rm -rf conftest*
    26752716  ac_cv_c_inline=$ac_kw; break
     
    26972738
    26982739echo $ac_n "checking for size_t""... $ac_c" 1>&6
    2699 echo "configure:2700: checking for size_t" >&5
     2740echo "configure:2741: checking for size_t" >&5
    27002741if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    27012742  echo $ac_n "(cached) $ac_c" 1>&6
    27022743else
    27032744  cat > conftest.$ac_ext <<EOF
    2704 #line 2705 "configure"
     2745#line 2746 "configure"
    27052746#include "confdefs.h"
    27062747#include <sys/types.h>
     
    27302771
    27312772echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    2732 echo "configure:2733: checking whether struct tm is in sys/time.h or time.h" >&5
     2773echo "configure:2774: checking whether struct tm is in sys/time.h or time.h" >&5
    27332774if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    27342775  echo $ac_n "(cached) $ac_c" 1>&6
    27352776else
    27362777  cat > conftest.$ac_ext <<EOF
    2737 #line 2738 "configure"
     2778#line 2779 "configure"
    27382779#include "confdefs.h"
    27392780#include <sys/types.h>
     
    27432784; return 0; }
    27442785EOF
    2745 if { (eval echo configure:2746: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2786if { (eval echo configure:2787: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27462787  rm -rf conftest*
    27472788  ac_cv_struct_tm=time.h
     
    27642805
    27652806echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    2766 echo "configure:2767: checking whether time.h and sys/time.h may both be included" >&5
     2807echo "configure:2808: checking whether time.h and sys/time.h may both be included" >&5
    27672808if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    27682809  echo $ac_n "(cached) $ac_c" 1>&6
    27692810else
    27702811  cat > conftest.$ac_ext <<EOF
    2771 #line 2772 "configure"
     2812#line 2813 "configure"
    27722813#include "confdefs.h"
    27732814#include <sys/types.h>
     
    27782819; return 0; }
    27792820EOF
    2780 if { (eval echo configure:2781: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2821if { (eval echo configure:2822: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27812822  rm -rf conftest*
    27822823  ac_cv_header_time=yes
     
    28032844# for constant arguments.  Useless!
    28042845echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2805 echo "configure:2806: checking for working alloca.h" >&5
     2846echo "configure:2847: checking for working alloca.h" >&5
    28062847if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    28072848  echo $ac_n "(cached) $ac_c" 1>&6
    28082849else
    28092850  cat > conftest.$ac_ext <<EOF
    2810 #line 2811 "configure"
     2851#line 2852 "configure"
    28112852#include "confdefs.h"
    28122853#include <alloca.h>
     
    28152856; return 0; }
    28162857EOF
    2817 if { (eval echo configure:2818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2858if { (eval echo configure:2859: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28182859  rm -rf conftest*
    28192860  ac_cv_header_alloca_h=yes
     
    28362877
    28372878echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2838 echo "configure:2839: checking for alloca" >&5
     2879echo "configure:2880: checking for alloca" >&5
    28392880if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    28402881  echo $ac_n "(cached) $ac_c" 1>&6
    28412882else
    28422883  cat > conftest.$ac_ext <<EOF
    2843 #line 2844 "configure"
     2884#line 2885 "configure"
    28442885#include "confdefs.h"
    28452886
     
    28692910; return 0; }
    28702911EOF
    2871 if { (eval echo configure:2872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2912if { (eval echo configure:2913: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28722913  rm -rf conftest*
    28732914  ac_cv_func_alloca_works=yes
     
    29012942
    29022943echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2903 echo "configure:2904: checking whether alloca needs Cray hooks" >&5
     2944echo "configure:2945: checking whether alloca needs Cray hooks" >&5
    29042945if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    29052946  echo $ac_n "(cached) $ac_c" 1>&6
    29062947else
    29072948  cat > conftest.$ac_ext <<EOF
    2908 #line 2909 "configure"
     2949#line 2950 "configure"
    29092950#include "confdefs.h"
    29102951#if defined(CRAY) && ! defined(CRAY2)
     
    29312972for ac_func in _getb67 GETB67 getb67; do
    29322973  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2933 echo "configure:2934: checking for $ac_func" >&5
     2974echo "configure:2975: checking for $ac_func" >&5
    29342975if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    29352976  echo $ac_n "(cached) $ac_c" 1>&6
    29362977else
    29372978  cat > conftest.$ac_ext <<EOF
    2938 #line 2939 "configure"
     2979#line 2980 "configure"
    29392980#include "confdefs.h"
    29402981/* System header to define __stub macros and hopefully few prototypes,
     
    29593000; return 0; }
    29603001EOF
    2961 if { (eval echo configure:2962: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3002if { (eval echo configure:3003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29623003  rm -rf conftest*
    29633004  eval "ac_cv_func_$ac_func=yes"
     
    29863027
    29873028echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    2988 echo "configure:2989: checking stack direction for C alloca" >&5
     3029echo "configure:3030: checking stack direction for C alloca" >&5
    29893030if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    29903031  echo $ac_n "(cached) $ac_c" 1>&6
     
    29943035else
    29953036  cat > conftest.$ac_ext <<EOF
    2996 #line 2997 "configure"
     3037#line 3038 "configure"
    29973038#include "confdefs.h"
    29983039find_stack_direction ()
     
    30133054}
    30143055EOF
    3015 if { (eval echo configure:3016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3056if { (eval echo configure:3057: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    30163057then
    30173058  ac_cv_c_stack_direction=1
     
    30363077if test $ac_cv_prog_gcc = yes; then
    30373078    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
    3038 echo "configure:3039: checking whether ${CC-cc} needs -traditional" >&5
     3079echo "configure:3080: checking whether ${CC-cc} needs -traditional" >&5
    30393080if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    30403081  echo $ac_n "(cached) $ac_c" 1>&6
     
    30423083    ac_pattern="Autoconf.*'x'"
    30433084  cat > conftest.$ac_ext <<EOF
    3044 #line 3045 "configure"
     3085#line 3086 "configure"
    30453086#include "confdefs.h"
    30463087#include <sgtty.h>
     
    30603101  if test $ac_cv_prog_gcc_traditional = no; then
    30613102    cat > conftest.$ac_ext <<EOF
    3062 #line 3063 "configure"
     3103#line 3104 "configure"
    30633104#include "confdefs.h"
    30643105#include <termio.h>
     
    30853126ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    30863127echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3087 echo "configure:3088: checking for $ac_hdr" >&5
     3128echo "configure:3129: checking for $ac_hdr" >&5
    30883129if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    30893130  echo $ac_n "(cached) $ac_c" 1>&6
    30903131else
    30913132  cat > conftest.$ac_ext <<EOF
    3092 #line 3093 "configure"
     3133#line 3134 "configure"
    30933134#include "confdefs.h"
    30943135#include <$ac_hdr>
    30953136EOF
    30963137ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3097 { (eval echo configure:3098: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3138{ (eval echo configure:3139: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    30983139ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    30993140if test -z "$ac_err"; then
     
    31243165do
    31253166echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3126 echo "configure:3127: checking for $ac_func" >&5
     3167echo "configure:3168: checking for $ac_func" >&5
    31273168if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    31283169  echo $ac_n "(cached) $ac_c" 1>&6
    31293170else
    31303171  cat > conftest.$ac_ext <<EOF
    3131 #line 3132 "configure"
     3172#line 3173 "configure"
    31323173#include "confdefs.h"
    31333174/* System header to define __stub macros and hopefully few prototypes,
     
    31523193; return 0; }
    31533194EOF
    3154 if { (eval echo configure:3155: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3195if { (eval echo configure:3196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    31553196  rm -rf conftest*
    31563197  eval "ac_cv_func_$ac_func=yes"
     
    31773218
    31783219echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    3179 echo "configure:3180: checking for working mmap" >&5
     3220echo "configure:3221: checking for working mmap" >&5
    31803221if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    31813222  echo $ac_n "(cached) $ac_c" 1>&6
     
    31853226else
    31863227  cat > conftest.$ac_ext <<EOF
    3187 #line 3188 "configure"
     3228#line 3229 "configure"
    31883229#include "confdefs.h"
    31893230
     
    33253366
    33263367EOF
    3327 if { (eval echo configure:3328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3368if { (eval echo configure:3369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33283369then
    33293370  ac_cv_func_mmap_fixed_mapped=yes
     
    33483389
    33493390echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    3350 echo "configure:3351: checking return type of signal handlers" >&5
     3391echo "configure:3392: checking return type of signal handlers" >&5
    33513392if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    33523393  echo $ac_n "(cached) $ac_c" 1>&6
    33533394else
    33543395  cat > conftest.$ac_ext <<EOF
    3355 #line 3356 "configure"
     3396#line 3397 "configure"
    33563397#include "confdefs.h"
    33573398#include <sys/types.h>
     
    33703411; return 0; }
    33713412EOF
    3372 if { (eval echo configure:3373: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3413if { (eval echo configure:3414: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    33733414  rm -rf conftest*
    33743415  ac_cv_type_signal=void
     
    33893430
    33903431echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    3391 echo "configure:3392: checking for vprintf" >&5
     3432echo "configure:3433: checking for vprintf" >&5
    33923433if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    33933434  echo $ac_n "(cached) $ac_c" 1>&6
    33943435else
    33953436  cat > conftest.$ac_ext <<EOF
    3396 #line 3397 "configure"
     3437#line 3438 "configure"
    33973438#include "confdefs.h"
    33983439/* System header to define __stub macros and hopefully few prototypes,
     
    34173458; return 0; }
    34183459EOF
    3419 if { (eval echo configure:3420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3460if { (eval echo configure:3461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    34203461  rm -rf conftest*
    34213462  eval "ac_cv_func_vprintf=yes"
     
    34413482if test "$ac_cv_func_vprintf" != yes; then
    34423483echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    3443 echo "configure:3444: checking for _doprnt" >&5
     3484echo "configure:3485: checking for _doprnt" >&5
    34443485if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    34453486  echo $ac_n "(cached) $ac_c" 1>&6
    34463487else
    34473488  cat > conftest.$ac_ext <<EOF
    3448 #line 3449 "configure"
     3489#line 3490 "configure"
    34493490#include "confdefs.h"
    34503491/* System header to define __stub macros and hopefully few prototypes,
     
    34693510; return 0; }
    34703511EOF
    3471 if { (eval echo configure:3472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3512if { (eval echo configure:3513: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    34723513  rm -rf conftest*
    34733514  eval "ac_cv_func__doprnt=yes"
     
    34953536
    34963537echo $ac_n "checking for library containing setenv""... $ac_c" 1>&6
    3497 echo "configure:3498: checking for library containing setenv" >&5
     3538echo "configure:3539: checking for library containing setenv" >&5
    34983539if eval "test \"`echo '$''{'ac_cv_search_setenv'+set}'`\" = set"; then
    34993540  echo $ac_n "(cached) $ac_c" 1>&6
     
    35023543ac_cv_search_setenv="no"
    35033544cat > conftest.$ac_ext <<EOF
    3504 #line 3505 "configure"
     3545#line 3546 "configure"
    35053546#include "confdefs.h"
    35063547/* Override any gcc2 internal prototype to avoid an error.  */
     
    35133554; return 0; }
    35143555EOF
    3515 if { (eval echo configure:3516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3556if { (eval echo configure:3557: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35163557  rm -rf conftest*
    35173558  ac_cv_search_setenv="none required"
     
    35243565LIBS="-l$i  $ac_func_search_save_LIBS"
    35253566cat > conftest.$ac_ext <<EOF
    3526 #line 3527 "configure"
     3567#line 3568 "configure"
    35273568#include "confdefs.h"
    35283569/* Override any gcc2 internal prototype to avoid an error.  */
     
    35353576; return 0; }
    35363577EOF
    3537 if { (eval echo configure:3538: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3578if { (eval echo configure:3579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35383579  rm -rf conftest*
    35393580  ac_cv_search_setenv="-l$i"
     
    35593600do
    35603601echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3561 echo "configure:3562: checking for $ac_func" >&5
     3602echo "configure:3603: checking for $ac_func" >&5
    35623603if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    35633604  echo $ac_n "(cached) $ac_c" 1>&6
    35643605else
    35653606  cat > conftest.$ac_ext <<EOF
    3566 #line 3567 "configure"
     3607#line 3608 "configure"
    35673608#include "confdefs.h"
    35683609/* System header to define __stub macros and hopefully few prototypes,
     
    35873628; return 0; }
    35883629EOF
    3589 if { (eval echo configure:3590: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3630if { (eval echo configure:3631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35903631  rm -rf conftest*
    35913632  eval "ac_cv_func_$ac_func=yes"
     
    36163657# arithmetic shifts
    36173658echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6
    3618 echo "configure:3619: checking whether your machine has correct arithmetic shifts" >&5
     3659echo "configure:3660: checking whether your machine has correct arithmetic shifts" >&5
    36193660if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then
    36203661  echo $ac_n "(cached) $ac_c" 1>&6
     
    36293670else
    36303671  cat > conftest.$ac_ext <<EOF
    3631 #line 3632 "configure"
     3672#line 3673 "configure"
    36323673#include "confdefs.h"
    36333674 int main() { if (-2 >> 1 == -1) return(0); else return(1); }
    36343675EOF
    3635 if { (eval echo configure:3636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3676if { (eval echo configure:3677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    36363677then
    36373678  ac_cv_shift=yes
     
    36583699# check for a peculiar constructor initialization
    36593700echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6
    3660 echo "configure:3661: checking whether explicit C++ constructor calls are allowed" >&5
     3701echo "configure:3702: checking whether explicit C++ constructor calls are allowed" >&5
    36613702
    36623703ac_ext=C
     
    36713712else
    36723713  cat > conftest.$ac_ext <<EOF
    3673 #line 3674 "configure"
     3714#line 3715 "configure"
    36743715#include "confdefs.h"
    36753716
     
    36893730; return 0; }
    36903731EOF
    3691 if { (eval echo configure:3692: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3732if { (eval echo configure:3733: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    36923733  rm -rf conftest*
    36933734  ac_cv_explicit_const=yes
     
    37183759# sprintf returns number of printed chars
    37193760echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6
    3720 echo "configure:3721: checking whether vsprintf returns number of printed chars" >&5
     3761echo "configure:3762: checking whether vsprintf returns number of printed chars" >&5
    37213762if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then
    37223763  echo $ac_n "(cached) $ac_c" 1>&6
     
    37263767else
    37273768  cat > conftest.$ac_ext <<EOF
    3728 #line 3729 "configure"
     3769#line 3770 "configure"
    37293770#include "confdefs.h"
    37303771#include <stdio.h>
    37313772 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); }
    37323773EOF
    3733 if { (eval echo configure:3734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3774if { (eval echo configure:3775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    37343775then
    37353776  ac_cv_returns_n_of_chars=yes
     
    37573798# determine ALIGN_8
    37583799echo $ac_n "checking size of char""... $ac_c" 1>&6
    3759 echo "configure:3760: checking size of char" >&5
     3800echo "configure:3801: checking size of char" >&5
    37603801if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
    37613802  echo $ac_n "(cached) $ac_c" 1>&6
     
    37653806else
    37663807  cat > conftest.$ac_ext <<EOF
    3767 #line 3768 "configure"
     3808#line 3809 "configure"
    37683809#include "confdefs.h"
    37693810#include <stdio.h>
     
    37763817}
    37773818EOF
    3778 if { (eval echo configure:3779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3819if { (eval echo configure:3820: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    37793820then
    37803821  ac_cv_sizeof_char=`cat conftestval`
     
    37963837
    37973838echo $ac_n "checking size of short""... $ac_c" 1>&6
    3798 echo "configure:3799: checking size of short" >&5
     3839echo "configure:3840: checking size of short" >&5
    37993840if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    38003841  echo $ac_n "(cached) $ac_c" 1>&6
     
    38043845else
    38053846  cat > conftest.$ac_ext <<EOF
    3806 #line 3807 "configure"
     3847#line 3848 "configure"
    38073848#include "confdefs.h"
    38083849#include <stdio.h>
     
    38153856}
    38163857EOF
    3817 if { (eval echo configure:3818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3858if { (eval echo configure:3859: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    38183859then
    38193860  ac_cv_sizeof_short=`cat conftestval`
     
    38353876
    38363877echo $ac_n "checking size of int""... $ac_c" 1>&6
    3837 echo "configure:3838: checking size of int" >&5
     3878echo "configure:3879: checking size of int" >&5
    38383879if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    38393880  echo $ac_n "(cached) $ac_c" 1>&6
     
    38433884else
    38443885  cat > conftest.$ac_ext <<EOF
    3845 #line 3846 "configure"
     3886#line 3887 "configure"
    38463887#include "confdefs.h"
    38473888#include <stdio.h>
     
    38543895}
    38553896EOF
    3856 if { (eval echo configure:3857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3897if { (eval echo configure:3898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    38573898then
    38583899  ac_cv_sizeof_int=`cat conftestval`
     
    38743915
    38753916echo $ac_n "checking size of long""... $ac_c" 1>&6
    3876 echo "configure:3877: checking size of long" >&5
     3917echo "configure:3918: checking size of long" >&5
    38773918if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    38783919  echo $ac_n "(cached) $ac_c" 1>&6
     
    38823923else
    38833924  cat > conftest.$ac_ext <<EOF
    3884 #line 3885 "configure"
     3925#line 3926 "configure"
    38853926#include "confdefs.h"
    38863927#include <stdio.h>
     
    38933934}
    38943935EOF
    3895 if { (eval echo configure:3896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3936if { (eval echo configure:3937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    38963937then
    38973938  ac_cv_sizeof_long=`cat conftestval`
     
    39133954
    39143955echo $ac_n "checking size of void*""... $ac_c" 1>&6
    3915 echo "configure:3916: checking size of void*" >&5
     3956echo "configure:3957: checking size of void*" >&5
    39163957if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then
    39173958  echo $ac_n "(cached) $ac_c" 1>&6
     
    39213962else
    39223963  cat > conftest.$ac_ext <<EOF
    3923 #line 3924 "configure"
     3964#line 3965 "configure"
    39243965#include "confdefs.h"
    39253966#include <stdio.h>
     
    39323973}
    39333974EOF
    3934 if { (eval echo configure:3935: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3975if { (eval echo configure:3976: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    39353976then
    39363977  ac_cv_sizeof_voidp=`cat conftestval`
     
    39523993
    39533994echo $ac_n "checking size of double""... $ac_c" 1>&6
    3954 echo "configure:3955: checking size of double" >&5
     3995echo "configure:3996: checking size of double" >&5
    39553996if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then
    39563997  echo $ac_n "(cached) $ac_c" 1>&6
     
    39604001else
    39614002  cat > conftest.$ac_ext <<EOF
    3962 #line 3963 "configure"
     4003#line 4004 "configure"
    39634004#include "confdefs.h"
    39644005#include <stdio.h>
     
    39714012}
    39724013EOF
    3973 if { (eval echo configure:3974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     4014if { (eval echo configure:4015: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    39744015then
    39754016  ac_cv_sizeof_double=`cat conftestval`
     
    39914032
    39924033echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
    3993 echo "configure:3994: checking whether byte ordering is bigendian" >&5
     4034echo "configure:4035: checking whether byte ordering is bigendian" >&5
    39944035if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
    39954036  echo $ac_n "(cached) $ac_c" 1>&6
     
    39984039# See if sys/param.h defines the BYTE_ORDER macro.
    39994040cat > conftest.$ac_ext <<EOF
    4000 #line 4001 "configure"
     4041#line 4042 "configure"
    40014042#include "confdefs.h"
    40024043#include <sys/types.h>
     
    40094050; return 0; }
    40104051EOF
    4011 if { (eval echo configure:4012: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4052if { (eval echo configure:4053: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    40124053  rm -rf conftest*
    40134054  # It does; now see whether it defined to BIG_ENDIAN or not.
    40144055cat > conftest.$ac_ext <<EOF
    4015 #line 4016 "configure"
     4056#line 4057 "configure"
    40164057#include "confdefs.h"
    40174058#include <sys/types.h>
     
    40244065; return 0; }
    40254066EOF
    4026 if { (eval echo configure:4027: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4067if { (eval echo configure:4068: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    40274068  rm -rf conftest*
    40284069  ac_cv_c_bigendian=yes
     
    40444085else
    40454086  cat > conftest.$ac_ext <<EOF
    4046 #line 4047 "configure"
     4087#line 4088 "configure"
    40474088#include "confdefs.h"
    40484089main () {
     
    40574098}
    40584099EOF
    4059 if { (eval echo configure:4060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     4100if { (eval echo configure:4101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    40604101then
    40614102  ac_cv_c_bigendian=no
     
    42054246
    42064247echo $ac_n "checking whether to use dynamic linking""... $ac_c" 1>&6
    4207 echo "configure:4208: checking whether to use dynamic linking" >&5
     4248echo "configure:4249: checking whether to use dynamic linking" >&5
    42084249if test "$with_dl" != no && test "$ac_lib_dl" = yes; then
    42094250  cat >> confdefs.h <<\EOF
     
    42184259
    42194260echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
    4220 echo "configure:4221: checking for tgetent in -lncurses" >&5
     4261echo "configure:4262: checking for tgetent in -lncurses" >&5
    42214262ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
    42224263if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42264267LIBS="-lncurses  $LIBS"
    42274268cat > conftest.$ac_ext <<EOF
    4228 #line 4229 "configure"
     4269#line 4270 "configure"
    42294270#include "confdefs.h"
    42304271/* Override any gcc2 internal prototype to avoid an error.  */
     
    42374278; return 0; }
    42384279EOF
    4239 if { (eval echo configure:4240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4280if { (eval echo configure:4281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42404281  rm -rf conftest*
    42414282  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42644305\
    42654306 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
    4266 echo "configure:4267: checking for tgetent in -lcurses" >&5
     4307echo "configure:4308: checking for tgetent in -lcurses" >&5
    42674308ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
    42684309if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42724313LIBS="-lcurses  $LIBS"
    42734314cat > conftest.$ac_ext <<EOF
    4274 #line 4275 "configure"
     4315#line 4316 "configure"
    42754316#include "confdefs.h"
    42764317/* Override any gcc2 internal prototype to avoid an error.  */
     
    42834324; return 0; }
    42844325EOF
    4285 if { (eval echo configure:4286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4326if { (eval echo configure:4327: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42864327  rm -rf conftest*
    42874328  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43104351\
    43114352  echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
    4312 echo "configure:4313: checking for tgetent in -ltermcap" >&5
     4353echo "configure:4354: checking for tgetent in -ltermcap" >&5
    43134354ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
    43144355if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43184359LIBS="-ltermcap  $LIBS"
    43194360cat > conftest.$ac_ext <<EOF
    4320 #line 4321 "configure"
     4361#line 4362 "configure"
    43214362#include "confdefs.h"
    43224363/* Override any gcc2 internal prototype to avoid an error.  */
     
    43294370; return 0; }
    43304371EOF
    4331 if { (eval echo configure:4332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4372if { (eval echo configure:4373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43324373  rm -rf conftest*
    43334374  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43784419
    43794420   echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6
    4380 echo "configure:4381: checking for rl_abort in -lreadline" >&5
     4421echo "configure:4422: checking for rl_abort in -lreadline" >&5
    43814422ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'`
    43824423if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43864427LIBS="-lreadline  $LIBS"
    43874428cat > conftest.$ac_ext <<EOF
    4388 #line 4389 "configure"
     4429#line 4430 "configure"
    43894430#include "confdefs.h"
    43904431/* Override any gcc2 internal prototype to avoid an error.  */
     
    44004441; return 0; }
    44014442EOF
    4402 if { (eval echo configure:4403: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4443if { (eval echo configure:4444: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44034444  rm -rf conftest*
    44044445  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44284469
    44294470   echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
    4430 echo "configure:4431: checking how to run the C++ preprocessor" >&5
     4471echo "configure:4472: checking how to run the C++ preprocessor" >&5
    44314472if test -z "$CXXCPP"; then
    44324473if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
     
    44414482  CXXCPP="${CXX-g++} -E"
    44424483  cat > conftest.$ac_ext <<EOF
    4443 #line 4444 "configure"
     4484#line 4485 "configure"
    44444485#include "confdefs.h"
    44454486#include <stdlib.h>
    44464487EOF
    44474488ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4448 { (eval echo configure:4449: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4489{ (eval echo configure:4490: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    44494490ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    44504491if test -z "$ac_err"; then
     
    44744515ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    44754516echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4476 echo "configure:4477: checking for $ac_hdr" >&5
     4517echo "configure:4518: checking for $ac_hdr" >&5
    44774518if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    44784519  echo $ac_n "(cached) $ac_c" 1>&6
    44794520else
    44804521  cat > conftest.$ac_ext <<EOF
    4481 #line 4482 "configure"
     4522#line 4523 "configure"
    44824523#include "confdefs.h"
    44834524#include <$ac_hdr>
    44844525EOF
    44854526ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4486 { (eval echo configure:4487: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4527{ (eval echo configure:4528: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    44874528ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    44884529if test -z "$ac_err"; then
     
    45134554      test "$ac_cv_header_readline_readline_h" = yes; then
    45144555     echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6
    4515 echo "configure:4516: checking whether readline.h is ok" >&5
     4556echo "configure:4557: checking whether readline.h is ok" >&5
    45164557     if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then
    45174558  echo $ac_n "(cached) $ac_c" 1>&6
    45184559else
    45194560  cat > conftest.$ac_ext <<EOF
    4520 #line 4521 "configure"
     4561#line 4562 "configure"
    45214562#include "confdefs.h"
    45224563#include<unistd.h>
     
    45314572; return 0; }
    45324573EOF
    4533 if { (eval echo configure:4534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4574if { (eval echo configure:4575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    45344575  rm -rf conftest*
    45354576  ac_cv_header_readline_readline_h_ok="yes"
     
    45474588#not ok -- try once more with explicitly declaring everything
    45484589      echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6
    4549 echo "configure:4550: checking whether or not we nevertheless can use readline" >&5
     4590echo "configure:4591: checking whether or not we nevertheless can use readline" >&5
    45504591      if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then
    45514592  echo $ac_n "(cached) $ac_c" 1>&6
    45524593else
    45534594  cat > conftest.$ac_ext <<EOF
    4554 #line 4555 "configure"
     4595#line 4596 "configure"
    45554596#include "confdefs.h"
    45564597#include <stdio.h>
     
    45864627; return 0; }
    45874628EOF
    4588 if { (eval echo configure:4589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4629if { (eval echo configure:4630: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    45894630  rm -rf conftest*
    45904631  ac_cv_have_readline="yes"
     
    46254666
    46264667echo $ac_n "checking which readline to use""... $ac_c" 1>&6
    4627 echo "configure:4628: checking which readline to use" >&5
     4668echo "configure:4669: checking which readline to use" >&5
    46284669if test "$ac_cv_with_readline" = dynamic; then
    46294670  echo "$ac_t""dynamic" 1>&6
     
    46454686# gmp, MP, MPT, factory, libfac
    46464687echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6
    4647 echo "configure:4648: checking for main in -lgmp" >&5
     4688echo "configure:4689: checking for main in -lgmp" >&5
    46484689ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'`
    46494690if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    46534694LIBS="-lgmp  $LIBS"
    46544695cat > conftest.$ac_ext <<EOF
    4655 #line 4656 "configure"
     4696#line 4697 "configure"
    46564697#include "confdefs.h"
    46574698
     
    46604701; return 0; }
    46614702EOF
    4662 if { (eval echo configure:4663: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4703if { (eval echo configure:4704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    46634704  rm -rf conftest*
    46644705  eval "ac_cv_lib_$ac_lib_var=yes"
     
    46894730SAVE_LIBS=$LIBS
    46904731echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    4691 echo "configure:4692: checking for IMP_PutGmpInt in -lMP" >&5
     4732echo "configure:4733: checking for IMP_PutGmpInt in -lMP" >&5
    46924733ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    46934734if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    46974738LIBS="-lMP $MP_LIBS $LIBS"
    46984739cat > conftest.$ac_ext <<EOF
    4699 #line 4700 "configure"
     4740#line 4741 "configure"
    47004741#include "confdefs.h"
    47014742/* Override any gcc2 internal prototype to avoid an error.  */
     
    47084749; return 0; }
    47094750EOF
    4710 if { (eval echo configure:4711: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4751if { (eval echo configure:4752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47114752  rm -rf conftest*
    47124753  eval "ac_cv_lib_$ac_lib_var=yes"
     
    47364777
    47374778echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    4738 echo "configure:4739: checking for MPT_GetTree in -lMPT" >&5
     4779echo "configure:4780: checking for MPT_GetTree in -lMPT" >&5
    47394780ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    47404781if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    47444785LIBS="-lMPT $MP_LIBS $LIBS"
    47454786cat > conftest.$ac_ext <<EOF
    4746 #line 4747 "configure"
     4787#line 4788 "configure"
    47474788#include "confdefs.h"
    47484789/* Override any gcc2 internal prototype to avoid an error.  */
     
    47554796; return 0; }
    47564797EOF
    4757 if { (eval echo configure:4758: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4798if { (eval echo configure:4799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47584799  rm -rf conftest*
    47594800  eval "ac_cv_lib_$ac_lib_var=yes"
     
    47844825LIBS=$SAVE_LIBS
    47854826echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    4786 echo "configure:4787: checking for atof in -lsingcf" >&5
     4827echo "configure:4828: checking for atof in -lsingcf" >&5
    47874828ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    47884829if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    47924833LIBS="-lsingcf  $LIBS"
    47934834cat > conftest.$ac_ext <<EOF
    4794 #line 4795 "configure"
     4835#line 4836 "configure"
    47954836#include "confdefs.h"
    47964837/* Override any gcc2 internal prototype to avoid an error.  */
     
    48034844; return 0; }
    48044845EOF
    4805 if { (eval echo configure:4806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4846if { (eval echo configure:4847: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48064847  rm -rf conftest*
    48074848  eval "ac_cv_lib_$ac_lib_var=yes"
     
    48314872
    48324873echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    4833 echo "configure:4834: checking for atof in -lsingfac" >&5
     4874echo "configure:4875: checking for atof in -lsingfac" >&5
    48344875ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    48354876if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    48394880LIBS="-lsingfac  $LIBS"
    48404881cat > conftest.$ac_ext <<EOF
    4841 #line 4842 "configure"
     4882#line 4883 "configure"
    48424883#include "confdefs.h"
    48434884/* Override any gcc2 internal prototype to avoid an error.  */
     
    48504891; return 0; }
    48514892EOF
    4852 if { (eval echo configure:4853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4893if { (eval echo configure:4894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48534894  rm -rf conftest*
    48544895  eval "ac_cv_lib_$ac_lib_var=yes"
     
    48784919
    48794920echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6
    4880 echo "configure:4881: checking for omTestAddr in -lomalloc" >&5
     4921echo "configure:4922: checking for omTestAddr in -lomalloc" >&5
    48814922ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'`
    48824923if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    48864927LIBS="-lomalloc  $LIBS"
    48874928cat > conftest.$ac_ext <<EOF
    4888 #line 4889 "configure"
     4929#line 4930 "configure"
    48894930#include "confdefs.h"
    48904931/* Override any gcc2 internal prototype to avoid an error.  */
     
    48974938; return 0; }
    48984939EOF
    4899 if { (eval echo configure:4900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4940if { (eval echo configure:4941: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49004941  rm -rf conftest*
    49014942  eval "ac_cv_lib_$ac_lib_var=yes"
     
    49254966
    49264967echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6
    4927 echo "configure:4928: checking for main in -lomalloc_ndebug" >&5
     4968echo "configure:4969: checking for main in -lomalloc_ndebug" >&5
    49284969ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'`
    49294970if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    49334974LIBS="-lomalloc_ndebug  $LIBS"
    49344975cat > conftest.$ac_ext <<EOF
    4935 #line 4936 "configure"
     4976#line 4977 "configure"
    49364977#include "confdefs.h"
    49374978
     
    49404981; return 0; }
    49414982EOF
    4942 if { (eval echo configure:4943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4983if { (eval echo configure:4984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49434984  rm -rf conftest*
    49444985  eval "ac_cv_lib_$ac_lib_var=yes"
     
    49685009
    49695010echo $ac_n "checking for main in -lntl""... $ac_c" 1>&6
    4970 echo "configure:4971: checking for main in -lntl" >&5
     5011echo "configure:5012: checking for main in -lntl" >&5
    49715012ac_lib_var=`echo ntl'_'main | sed 'y%./+-%__p_%'`
    49725013if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    49765017LIBS="-lntl  $LIBS"
    49775018cat > conftest.$ac_ext <<EOF
    4978 #line 4979 "configure"
     5019#line 5020 "configure"
    49795020#include "confdefs.h"
    49805021
     
    49835024; return 0; }
    49845025EOF
    4985 if { (eval echo configure:4986: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5026if { (eval echo configure:5027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49865027  rm -rf conftest*
    49875028  eval "ac_cv_lib_$ac_lib_var=yes"
     
    50165057ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    50175058echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5018 echo "configure:5019: checking for $ac_hdr" >&5
     5059echo "configure:5060: checking for $ac_hdr" >&5
    50195060if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    50205061  echo $ac_n "(cached) $ac_c" 1>&6
    50215062else
    50225063  cat > conftest.$ac_ext <<EOF
    5023 #line 5024 "configure"
     5064#line 5065 "configure"
    50245065#include "confdefs.h"
    50255066#include <$ac_hdr>
    50265067EOF
    50275068ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5028 { (eval echo configure:5029: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5069{ (eval echo configure:5070: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    50295070ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    50305071if test -z "$ac_err"; then
     
    50545095
    50555096echo $ac_n "checking whether to use Boost""... $ac_c" 1>&6
    5056 echo "configure:5057: checking whether to use Boost" >&5
     5097echo "configure:5098: checking whether to use Boost" >&5
    50575098if test "$with_Boost" != no; then
    50585099  echo "$ac_t""yes" 1>&6
     
    50695110ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    50705111echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5071 echo "configure:5072: checking for $ac_hdr" >&5
     5112echo "configure:5113: checking for $ac_hdr" >&5
    50725113if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    50735114  echo $ac_n "(cached) $ac_c" 1>&6
    50745115else
    50755116  cat > conftest.$ac_ext <<EOF
    5076 #line 5077 "configure"
     5117#line 5118 "configure"
    50775118#include "confdefs.h"
    50785119#include <$ac_hdr>
    50795120EOF
    50805121ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5081 { (eval echo configure:5082: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5122{ (eval echo configure:5123: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    50825123ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    50835124if test -z "$ac_err"; then
     
    51155156  echo "$ac_t""no" 1>&6
    51165157  echo $ac_n "checking whether to use std::vector""... $ac_c" 1>&6
    5117 echo "configure:5118: checking whether to use std::vector" >&5
     5158echo "configure:5159: checking whether to use std::vector" >&5
    51185159  if test "$with_stdvec" != yes; then
    51195160    echo "$ac_t""no" 1>&6
     
    51645205SAVE_LIBS=$LIBS
    51655206echo $ac_n "checking for __stack_chk_fail_local in -lc_nonshared""... $ac_c" 1>&6
    5166 echo "configure:5167: checking for __stack_chk_fail_local in -lc_nonshared" >&5
     5207echo "configure:5208: checking for __stack_chk_fail_local in -lc_nonshared" >&5
    51675208ac_lib_var=`echo c_nonshared'_'__stack_chk_fail_local | sed 'y%./+-%__p_%'`
    51685209if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    51725213LIBS="-lc_nonshared  $LIBS"
    51735214cat > conftest.$ac_ext <<EOF
    5174 #line 5175 "configure"
     5215#line 5216 "configure"
    51755216#include "confdefs.h"
    51765217/* Override any gcc2 internal prototype to avoid an error.  */
     
    51835224; return 0; }
    51845225EOF
    5185 if { (eval echo configure:5186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5226if { (eval echo configure:5227: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    51865227  rm -rf conftest*
    51875228  eval "ac_cv_lib_$ac_lib_var=yes"
     
    52135254
    52145255echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    5215 echo "configure:5216: checking which apint package to use" >&5
     5256echo "configure:5257: checking which apint package to use" >&5
    52165257if test "${with_apint}" != gmp; then
    52175258  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    52355276
    52365277echo $ac_n "checking whether to use libsvd""... $ac_c" 1>&6
    5237 echo "configure:5238: checking whether to use libsvd" >&5
     5278echo "configure:5279: checking whether to use libsvd" >&5
    52385279if test "$with_svd" = yes; then
    52395280  echo "$ac_t""yes" 1>&6
     
    52505291#
    52515292echo $ac_n "checking whether to have MP""... $ac_c" 1>&6
    5252 echo "configure:5253: checking whether to have MP" >&5
     5293echo "configure:5294: checking whether to have MP" >&5
    52535294if test "${with_MP}" != yes && test "${with_MP}" != no; then
    52545295  if (test "${will_have_gmp}" = yes) && \
     
    52855326
    52865327echo $ac_n "checking whether to have NTL""... $ac_c" 1>&6
    5287 echo "configure:5288: checking whether to have NTL" >&5
     5328echo "configure:5329: checking whether to have NTL" >&5
    52885329if test "${with_NTL}" = yes ; then
    52895330  echo "$ac_t""yes" 1>&6
     
    52945335
    52955336echo $ac_n "checking whether to have factory""... $ac_c" 1>&6
    5296 echo "configure:5297: checking whether to have factory" >&5
     5337echo "configure:5338: checking whether to have factory" >&5
    52975338if test "${with_factory}" != yes && test "${with_factory}" != no; then
    52985339  if test "$ac_factory_ok" =  yes || test "$enable_factory" = yes; then
     
    53255366
    53265367echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6
    5327 echo "configure:5328: checking whether to have libfac" >&5
     5368echo "configure:5369: checking whether to have libfac" >&5
    53285369if test "${with_libfac}" != yes && test "${with_libfac}" != no; then
    53295370  if (test "${will_have_factory}" = yes) && \
     
    53675408
    53685409echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6
    5369 echo "configure:5370: checking whether to have dbm links" >&5
     5410echo "configure:5411: checking whether to have dbm links" >&5
    53705411if test "$with_dbm" != no; then
    53715412  cat >> confdefs.h <<\EOF
     
    53795420
    53805421echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6
    5381 echo "configure:5382: checking whether to have namespaces" >&5
     5422echo "configure:5423: checking whether to have namespaces" >&5
    53825423if test "$with_namespaces" != no; then
    53835424  echo "$ac_t""yes" 1>&6
     
    53915432
    53925433echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6
    5393 echo "configure:5394: checking whether to have dynamic modules" >&5
     5434echo "configure:5435: checking whether to have dynamic modules" >&5
    53945435if test "$with_dynamic_modules" = no || test "$ac_have_dl" != yes; then
    53955436  echo "$ac_t""no" 1>&6
     
    54035444
    54045445echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6
    5405 echo "configure:5406: checking whether to have dynamic kernel" >&5
     5446echo "configure:5447: checking whether to have dynamic kernel" >&5
    54065447if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then
    54075448  DL_KERNEL=1
     
    54135454
    54145455echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6
    5415 echo "configure:5416: checking whether to have Plural" >&5
     5456echo "configure:5457: checking whether to have Plural" >&5
    54165457if test "$with_Plural" != no && test "$enable_Plural" != no; then
    54175458  cat >> confdefs.h <<\EOF
     
    55695610s%@SI_CPU_I386@%$SI_CPU_I386%g
    55705611s%@EXEC_EXT@%$EXEC_EXT%g
    5571 s%@SI_CPU_SPARC@%$SI_CPU_SPARC%g
    55725612s%@SI_CPU_X86_64@%$SI_CPU_X86_64%g
    55735613s%@SI_CPU_IA64@%$SI_CPU_IA64%g
    55745614s%@SI_CPU_PPC@%$SI_CPU_PPC%g
     5615s%@SI_CPU_SPARC@%$SI_CPU_SPARC%g
    55755616s%@SING_UNAME@%$SING_UNAME%g
    55765617s%@SINGULAR_VERSION@%$SINGULAR_VERSION%g
  • Singular/configure.in

    r116690 rd93f1e  
    4242fi
    4343AC_SUBST(EXEC_EXT)
    44 if test "$ac_cv_singcpuname" = sparc; then
    45   AC_DEFINE(SI_CPU_SPARC)
    46   AC_SUBST(SI_CPU_SPARC)
    47   AC_MSG_RESULT(SI_CPU_SPARC)
    48 fi
    4944if test "$ac_cv_singuname" = x86_64-Linux; then
    5045  AC_DEFINE(SI_CPU_X86_64)
     
    7873  AC_MSG_RESULT(SI_CPU_I386)
    7974fi
     75if test "$ac_cv_singcpuname" = i686; then
     76  AC_DEFINE(SI_CPU_I386)
     77  AC_SUBST(SI_CPU_I386)
     78  AC_MSG_RESULT(SI_CPU_I386)
     79fi
    8080if test "$ac_cv_singcpuname" = x86_64; then
    8181  AC_DEFINE(SI_CPU_X86_64)
     
    8787  AC_SUBST(SI_CPU_IA64)
    8888  AC_MSG_RESULT(SI_CPU_IA64)
     89fi
     90if test "$ac_cv_singcpuname" = sparc; then
     91  AC_DEFINE(SI_CPU_SPARC)
     92  AC_SUBST(SI_CPU_SPARC)
     93  AC_MSG_RESULT(SI_CPU_SPARC)
    8994fi
    9095if test "$ac_cv_singcpuname" = ppc; then
Note: See TracChangeset for help on using the changeset viewer.