Changeset 9c0b60a in git


Ignore:
Timestamp:
Jun 10, 2008, 6:11:43 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
653d822266cc30e2107adda96aca302d7a6192e9
Parents:
6abef12c7e042fe5a344829eb882b2b98e768ea8
Message:
*hannes: SI_CPU_*


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

Legend:

Unmodified
Added
Removed
  • Singular/configure

    r6abef1 r9c0b60a  
    567567echo "configure:568: checking CPU for singular" >&5
    568568ac_cv_singcpuname=`uname -p`
     569echo "$ac_t""$ac_cv_singcpuname" 1>&6
     570
    569571echo $ac_n "checking uname for singular""... $ac_c" 1>&6
    570 echo "configure:571: checking uname for singular" >&5
     572echo "configure:573: checking uname for singular" >&5
    571573if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then
    572574  echo $ac_n "(cached) $ac_c" 1>&6
     
    604606EOF
    605607
     608 
     609  echo "$ac_t""SI_CPU_I386" 1>&6
    606610fi
    607611
     
    611615EOF
    612616
     617 
     618  echo "$ac_t""SI_CPU_SPARC" 1>&6
    613619fi
    614620if test "$ac_cv_singuname" = x86_64-Linux; then
     
    617623EOF
    618624
     625 
     626  echo "$ac_t""SI_CPU_X86_64" 1>&6
     627fi
     628if test "$ac_cv_singuname" = ix86-Linux; then
     629  cat >> confdefs.h <<\EOF
     630#define SI_CPU_I386 1
     631EOF
     632
     633 
     634  echo "$ac_t""SI_CPU_I386" 1>&6
    619635fi
    620636if test "$ac_cv_singuname" = IA64-Linux; then
     
    623639EOF
    624640
     641 
     642  echo "$ac_t""SI_CPU_IA64" 1>&6
    625643fi
    626644if test "$ac_cv_singuname" = ppc-Linux; then
     
    629647EOF
    630648
     649 
     650  echo "$ac_t""SI_CPU_PPC" 1>&6
    631651fi
    632652if test "$ac_cv_singuname" = ppcMac-darwin; then
     
    635655EOF
    636656
     657 
     658  echo "$ac_t""SI_CPU_PPC" 1>&6
    637659fi
    638660
     
    699721set dummy gcc; ac_word=$2
    700722echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    701 echo "configure:702: checking for $ac_word" >&5
     723echo "configure:724: checking for $ac_word" >&5
    702724if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    703725  echo $ac_n "(cached) $ac_c" 1>&6
     
    729751set dummy cc; ac_word=$2
    730752echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    731 echo "configure:732: checking for $ac_word" >&5
     753echo "configure:754: checking for $ac_word" >&5
    732754if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    733755  echo $ac_n "(cached) $ac_c" 1>&6
     
    780802set dummy cl; ac_word=$2
    781803echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    782 echo "configure:783: checking for $ac_word" >&5
     804echo "configure:805: checking for $ac_word" >&5
    783805if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    784806  echo $ac_n "(cached) $ac_c" 1>&6
     
    812834
    813835echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    814 echo "configure:815: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     836echo "configure:837: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    815837
    816838ac_ext=c
     
    823845cat > conftest.$ac_ext << EOF
    824846
    825 #line 826 "configure"
     847#line 848 "configure"
    826848#include "confdefs.h"
    827849
    828850main(){return(0);}
    829851EOF
    830 if { (eval echo configure:831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     852if { (eval echo configure:853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    831853  ac_cv_prog_cc_works=yes
    832854  # If we can't run a trivial program, we are probably using a cross compiler.
     
    854876fi
    855877echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    856 echo "configure:857: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     878echo "configure:879: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    857879echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    858880cross_compiling=$ac_cv_prog_cc_cross
    859881
    860882echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    861 echo "configure:862: checking whether we are using GNU C" >&5
     883echo "configure:884: checking whether we are using GNU C" >&5
    862884if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    863885  echo $ac_n "(cached) $ac_c" 1>&6
     
    868890#endif
    869891EOF
    870 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:871: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     892if { 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
    871893  ac_cv_prog_gcc=yes
    872894else
     
    887909CFLAGS=
    888910echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    889 echo "configure:890: checking whether ${CC-cc} accepts -g" >&5
     911echo "configure:912: checking whether ${CC-cc} accepts -g" >&5
    890912if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    891913  echo $ac_n "(cached) $ac_c" 1>&6
     
    919941
    920942echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    921 echo "configure:922: checking how to run the C preprocessor" >&5
     943echo "configure:944: checking how to run the C preprocessor" >&5
    922944# On Suns, sometimes $CPP names a directory.
    923945if test -n "$CPP" && test -d "$CPP"; then
     
    934956  # not just through cpp.
    935957  cat > conftest.$ac_ext <<EOF
    936 #line 937 "configure"
     958#line 959 "configure"
    937959#include "confdefs.h"
    938960#include <assert.h>
     
    940962EOF
    941963ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    942 { (eval echo configure:943: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     964{ (eval echo configure:965: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    943965ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    944966if test -z "$ac_err"; then
     
    951973  CPP="${CC-cc} -E -traditional-cpp"
    952974  cat > conftest.$ac_ext <<EOF
    953 #line 954 "configure"
     975#line 976 "configure"
    954976#include "confdefs.h"
    955977#include <assert.h>
     
    957979EOF
    958980ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    959 { (eval echo configure:960: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     981{ (eval echo configure:982: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    960982ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    961983if test -z "$ac_err"; then
     
    968990  CPP="${CC-cc} -nologo -E"
    969991  cat > conftest.$ac_ext <<EOF
    970 #line 971 "configure"
     992#line 993 "configure"
    971993#include "confdefs.h"
    972994#include <assert.h>
     
    974996EOF
    975997ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    976 { (eval echo configure:977: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     998{ (eval echo configure:999: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    977999ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    9781000if test -z "$ac_err"; then
     
    10031025set dummy $ac_prog; ac_word=$2
    10041026echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1005 echo "configure:1006: checking for $ac_word" >&5
     1027echo "configure:1028: checking for $ac_word" >&5
    10061028if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    10071029  echo $ac_n "(cached) $ac_c" 1>&6
     
    10351057
    10361058echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1037 echo "configure:1038: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     1059echo "configure:1060: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    10381060
    10391061ac_ext=C
     
    10461068cat > conftest.$ac_ext << EOF
    10471069
    1048 #line 1049 "configure"
     1070#line 1071 "configure"
    10491071#include "confdefs.h"
    10501072
    10511073int main(){return(0);}
    10521074EOF
    1053 if { (eval echo configure:1054: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1075if { (eval echo configure:1076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    10541076  ac_cv_prog_cxx_works=yes
    10551077  # If we can't run a trivial program, we are probably using a cross compiler.
     
    10771099fi
    10781100echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1079 echo "configure:1080: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     1101echo "configure:1102: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    10801102echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
    10811103cross_compiling=$ac_cv_prog_cxx_cross
    10821104
    10831105echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    1084 echo "configure:1085: checking whether we are using GNU C++" >&5
     1106echo "configure:1107: checking whether we are using GNU C++" >&5
    10851107if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    10861108  echo $ac_n "(cached) $ac_c" 1>&6
     
    10911113#endif
    10921114EOF
    1093 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1094: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1115if { 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
    10941116  ac_cv_prog_gxx=yes
    10951117else
     
    11101132CXXFLAGS=
    11111133echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    1112 echo "configure:1113: checking whether ${CXX-g++} accepts -g" >&5
     1134echo "configure:1135: checking whether ${CXX-g++} accepts -g" >&5
    11131135if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    11141136  echo $ac_n "(cached) $ac_c" 1>&6
     
    11721194# ./install, which can be erroneously created by make from ./install.sh.
    11731195echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1174 echo "configure:1175: checking for a BSD compatible install" >&5
     1196echo "configure:1197: checking for a BSD compatible install" >&5
    11751197if test -z "$INSTALL"; then
    11761198if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    12251247
    12261248echo $ac_n "checking for AIX""... $ac_c" 1>&6
    1227 echo "configure:1228: checking for AIX" >&5
     1249echo "configure:1250: checking for AIX" >&5
    12281250cat > conftest.$ac_ext <<EOF
    1229 #line 1230 "configure"
     1251#line 1252 "configure"
    12301252#include "confdefs.h"
    12311253#ifdef _AIX
     
    12531275#                       other:       CC=cc   CXX=c++
    12541276echo $ac_n "checking gcc version""... $ac_c" 1>&6
    1255 echo "configure:1256: checking gcc version" >&5
     1277echo "configure:1278: checking gcc version" >&5
    12561278if eval "test \"`echo '$''{'ac_cv_c_cpp'+set}'`\" = set"; then
    12571279  echo $ac_n "(cached) $ac_c" 1>&6
     
    12851307  # check whether gcc accepts --no-rtti
    12861308  echo $ac_n "checking whether gcc accepts --no-rtti""... $ac_c" 1>&6
    1287 echo "configure:1288: checking whether gcc accepts --no-rtti" >&5
     1309echo "configure:1310: checking whether gcc accepts --no-rtti" >&5
    12881310  CXXFLAGS="${CXXFLAGS} --no-rtti"
    12891311  if eval "test \"`echo '$''{'ac_cv_cxx_have_rtti'+set}'`\" = set"; then
     
    12911313else
    12921314  cat > conftest.$ac_ext <<EOF
    1293 #line 1294 "configure"
     1315#line 1316 "configure"
    12941316#include "confdefs.h"
    12951317
     
    12981320; return 0; }
    12991321EOF
    1300 if { (eval echo configure:1301: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1322if { (eval echo configure:1323: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    13011323  rm -rf conftest*
    13021324  ac_cv_cxx_have_rtti=yes
     
    13211343# check whether gcc accepts --no-exceptions
    13221344  echo $ac_n "checking whether gcc accepts --no-exceptions""... $ac_c" 1>&6
    1323 echo "configure:1324: checking whether gcc accepts --no-exceptions" >&5
     1345echo "configure:1346: checking whether gcc accepts --no-exceptions" >&5
    13241346  CXXFLAGS="${CXXFLAGS} --no-exceptions"
    13251347  if eval "test \"`echo '$''{'ac_cv_cxx_have_exceptions'+set}'`\" = set"; then
     
    13271349else
    13281350  cat > conftest.$ac_ext <<EOF
    1329 #line 1330 "configure"
     1351#line 1352 "configure"
    13301352#include "confdefs.h"
    13311353
     
    13341356; return 0; }
    13351357EOF
    1336 if { (eval echo configure:1337: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1358if { (eval echo configure:1359: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    13371359  rm -rf conftest*
    13381360  ac_cv_cxx_have_exceptions=yes
     
    13721394then
    13731395  echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6
    1374 echo "configure:1375: checking whether compiler accepts -pipe" >&5
     1396echo "configure:1397: checking whether compiler accepts -pipe" >&5
    13751397  temp_cflags="${CFLAGS}"
    13761398  CFLAGS="${CFLAGS} -pipe"
     
    13791401else
    13801402  cat > conftest.$ac_ext <<EOF
    1381 #line 1382 "configure"
     1403#line 1404 "configure"
    13821404#include "confdefs.h"
    13831405
     
    13861408; return 0; }
    13871409EOF
    1388 if { (eval echo configure:1389: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1410if { (eval echo configure:1411: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    13891411  rm -rf conftest*
    13901412  ac_cv_cxx_have_pipe=yes
     
    14131435# Customize CFLAGS
    14141436echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    1415 echo "configure:1416: checking whether _AIX is defined" >&5
     1437echo "configure:1438: checking whether _AIX is defined" >&5
    14161438if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    14171439  echo $ac_n "(cached) $ac_c" 1>&6
    14181440else
    14191441  cat > conftest.$ac_ext <<EOF
    1420 #line 1421 "configure"
     1442#line 1443 "configure"
    14211443#include "confdefs.h"
    14221444#ifdef _AIX
     
    14771499
    14781500echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1479 echo "configure:1480: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1501echo "configure:1502: checking whether ${MAKE-make} sets \${MAKE}" >&5
    14801502set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    14811503if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    15601582if test "${with_lex+set}" != set; then
    15611583  echo $ac_n "checking for flex""... $ac_c" 1>&6
    1562 echo "configure:1563: checking for flex" >&5
     1584echo "configure:1585: checking for flex" >&5
    15631585    cmd="egrep [2-9]\.[5-9]"
    15641586    if eval "test \"`echo '$''{'ac_cv_prog_flex'+set}'`\" = set"; then
     
    15921614set dummy $ac_prog; ac_word=$2
    15931615echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1594 echo "configure:1595: checking for $ac_word" >&5
     1616echo "configure:1617: checking for $ac_word" >&5
    15951617if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    15961618  echo $ac_n "(cached) $ac_c" 1>&6
     
    16321654set dummy $ac_prog; ac_word=$2
    16331655echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1634 echo "configure:1635: checking for $ac_word" >&5
     1656echo "configure:1657: checking for $ac_word" >&5
    16351657if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then
    16361658  echo $ac_n "(cached) $ac_c" 1>&6
     
    16671689# ln -s
    16681690echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1669 echo "configure:1670: checking whether ln -s works" >&5
     1691echo "configure:1692: checking whether ln -s works" >&5
    16701692if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    16711693  echo $ac_n "(cached) $ac_c" 1>&6
     
    16931715set dummy $ac_prog; ac_word=$2
    16941716echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1695 echo "configure:1696: checking for $ac_word" >&5
     1717echo "configure:1718: checking for $ac_word" >&5
    16961718if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    16971719  echo $ac_n "(cached) $ac_c" 1>&6
     
    17281750if test "$ac_cv_singuname" != ix86-Win; then
    17291751echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1730 echo "configure:1731: checking for atof in -lm" >&5
     1752echo "configure:1753: checking for atof in -lm" >&5
    17311753ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    17321754if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17361758LIBS="-lm  $LIBS"
    17371759cat > conftest.$ac_ext <<EOF
    1738 #line 1739 "configure"
     1760#line 1761 "configure"
    17391761#include "confdefs.h"
    17401762/* Override any gcc2 internal prototype to avoid an error.  */
     
    17471769; return 0; }
    17481770EOF
    1749 if { (eval echo configure:1750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1771if { (eval echo configure:1772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17501772  rm -rf conftest*
    17511773  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17761798fi
    17771799echo $ac_n "checking for  in -lnsl""... $ac_c" 1>&6
    1778 echo "configure:1779: checking for  in -lnsl" >&5
     1800echo "configure:1801: checking for  in -lnsl" >&5
    17791801ac_lib_var=`echo nsl'_' | sed 'y%./+-%__p_%'`
    17801802if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17841806LIBS="-lnsl  $LIBS"
    17851807cat > conftest.$ac_ext <<EOF
    1786 #line 1787 "configure"
     1808#line 1809 "configure"
    17871809#include "confdefs.h"
    17881810/* Override any gcc2 internal prototype to avoid an error.  */
     
    17951817; return 0; }
    17961818EOF
    1797 if { (eval echo configure:1798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1819if { (eval echo configure:1820: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17981820  rm -rf conftest*
    17991821  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18231845
    18241846echo $ac_n "checking for  in -lsocket""... $ac_c" 1>&6
    1825 echo "configure:1826: checking for  in -lsocket" >&5
     1847echo "configure:1848: checking for  in -lsocket" >&5
    18261848ac_lib_var=`echo socket'_' | sed 'y%./+-%__p_%'`
    18271849if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18311853LIBS="-lsocket  $LIBS"
    18321854cat > conftest.$ac_ext <<EOF
    1833 #line 1834 "configure"
     1855#line 1856 "configure"
    18341856#include "confdefs.h"
    18351857/* Override any gcc2 internal prototype to avoid an error.  */
     
    18421864; return 0; }
    18431865EOF
    1844 if { (eval echo configure:1845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1866if { (eval echo configure:1867: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18451867  rm -rf conftest*
    18461868  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18731895
    18741896echo $ac_n "checking for setenv in -lbsd""... $ac_c" 1>&6
    1875 echo "configure:1876: checking for setenv in -lbsd" >&5
     1897echo "configure:1898: checking for setenv in -lbsd" >&5
    18761898ac_lib_var=`echo bsd'_'setenv | sed 'y%./+-%__p_%'`
    18771899if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18811903LIBS="-lbsd  $LIBS"
    18821904cat > conftest.$ac_ext <<EOF
    1883 #line 1884 "configure"
     1905#line 1906 "configure"
    18841906#include "confdefs.h"
    18851907/* Override any gcc2 internal prototype to avoid an error.  */
     
    18921914; return 0; }
    18931915EOF
    1894 if { (eval echo configure:1895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1916if { (eval echo configure:1917: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18951917  rm -rf conftest*
    18961918  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19201942
    19211943echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1922 echo "configure:1923: checking for listen in -lsocket" >&5
     1944echo "configure:1945: checking for listen in -lsocket" >&5
    19231945ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    19241946if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19281950LIBS="-lsocket  $LIBS"
    19291951cat > conftest.$ac_ext <<EOF
    1930 #line 1931 "configure"
     1952#line 1953 "configure"
    19311953#include "confdefs.h"
    19321954/* Override any gcc2 internal prototype to avoid an error.  */
     
    19391961; return 0; }
    19401962EOF
    1941 if { (eval echo configure:1942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1963if { (eval echo configure:1964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19421964  rm -rf conftest*
    19431965  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19671989
    19681990echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1969 echo "configure:1970: checking for gethostbyname in -lnsl" >&5
     1991echo "configure:1992: checking for gethostbyname in -lnsl" >&5
    19701992ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    19711993if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19751997LIBS="-lnsl  $LIBS"
    19761998cat > conftest.$ac_ext <<EOF
    1977 #line 1978 "configure"
     1999#line 2000 "configure"
    19782000#include "confdefs.h"
    19792001/* Override any gcc2 internal prototype to avoid an error.  */
     
    19862008; return 0; }
    19872009EOF
    1988 if { (eval echo configure:1989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2010if { (eval echo configure:2011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19892011  rm -rf conftest*
    19902012  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20182040        HPUX*)
    20192041          echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
    2020 echo "configure:2021: checking for shl_load in -ldld" >&5
     2042echo "configure:2043: checking for shl_load in -ldld" >&5
    20212043ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
    20222044if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    20262048LIBS="-ldld  $LIBS"
    20272049cat > conftest.$ac_ext <<EOF
    2028 #line 2029 "configure"
     2050#line 2051 "configure"
    20292051#include "confdefs.h"
    20302052/* Override any gcc2 internal prototype to avoid an error.  */
     
    20372059; return 0; }
    20382060EOF
    2039 if { (eval echo configure:2040: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2061if { (eval echo configure:2062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20402062  rm -rf conftest*
    20412063  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20742096        *Linux*)
    20752097          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    2076 echo "configure:2077: checking for dlopen in -ldl" >&5
     2098echo "configure:2099: checking for dlopen in -ldl" >&5
    20772099ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    20782100if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    20822104LIBS="-ldl  $LIBS"
    20832105cat > conftest.$ac_ext <<EOF
    2084 #line 2085 "configure"
     2106#line 2107 "configure"
    20852107#include "confdefs.h"
    20862108/* Override any gcc2 internal prototype to avoid an error.  */
     
    20932115; return 0; }
    20942116EOF
    2095 if { (eval echo configure:2096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2117if { (eval echo configure:2118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20962118  rm -rf conftest*
    20972119  eval "ac_cv_lib_$ac_lib_var=yes"
     
    21372159        SunOS-5)
    21382160          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    2139 echo "configure:2140: checking for dlopen in -ldl" >&5
     2161echo "configure:2162: checking for dlopen in -ldl" >&5
    21402162ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    21412163if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    21452167LIBS="-ldl  $LIBS"
    21462168cat > conftest.$ac_ext <<EOF
    2147 #line 2148 "configure"
     2169#line 2170 "configure"
    21482170#include "confdefs.h"
    21492171/* Override any gcc2 internal prototype to avoid an error.  */
     
    21562178; return 0; }
    21572179EOF
    2158 if { (eval echo configure:2159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2180if { (eval echo configure:2181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21592181  rm -rf conftest*
    21602182  eval "ac_cv_lib_$ac_lib_var=yes"
     
    21942216        ppcMac-darwin)
    21952217          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    2196 echo "configure:2197: checking for dlopen in -ldl" >&5
     2218echo "configure:2219: checking for dlopen in -ldl" >&5
    21972219ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    21982220if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    22022224LIBS="-ldl  $LIBS"
    22032225cat > conftest.$ac_ext <<EOF
    2204 #line 2205 "configure"
     2226#line 2227 "configure"
    22052227#include "confdefs.h"
    22062228/* Override any gcc2 internal prototype to avoid an error.  */
     
    22132235; return 0; }
    22142236EOF
    2215 if { (eval echo configure:2216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2237if { (eval echo configure:2238: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22162238  rm -rf conftest*
    22172239  eval "ac_cv_lib_$ac_lib_var=yes"
     
    22502272        ix86Mac-darwin)
    22512273          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    2252 echo "configure:2253: checking for dlopen in -ldl" >&5
     2274echo "configure:2275: checking for dlopen in -ldl" >&5
    22532275ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    22542276if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    22582280LIBS="-ldl  $LIBS"
    22592281cat > conftest.$ac_ext <<EOF
    2260 #line 2261 "configure"
     2282#line 2283 "configure"
    22612283#include "confdefs.h"
    22622284/* Override any gcc2 internal prototype to avoid an error.  */
     
    22692291; return 0; }
    22702292EOF
    2271 if { (eval echo configure:2272: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2293if { (eval echo configure:2294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22722294  rm -rf conftest*
    22732295  eval "ac_cv_lib_$ac_lib_var=yes"
     
    23062328        ix86-freebsd)
    23072329          echo $ac_n "checking for dlopen in -lc""... $ac_c" 1>&6
    2308 echo "configure:2309: checking for dlopen in -lc" >&5
     2330echo "configure:2331: checking for dlopen in -lc" >&5
    23092331ac_lib_var=`echo c'_'dlopen | sed 'y%./+-%__p_%'`
    23102332if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    23142336LIBS="-lc  $LIBS"
    23152337cat > conftest.$ac_ext <<EOF
    2316 #line 2317 "configure"
     2338#line 2339 "configure"
    23172339#include "confdefs.h"
    23182340/* Override any gcc2 internal prototype to avoid an error.  */
     
    23252347; return 0; }
    23262348EOF
    2327 if { (eval echo configure:2328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2349if { (eval echo configure:2350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23282350  rm -rf conftest*
    23292351  eval "ac_cv_lib_$ac_lib_var=yes"
     
    23702392# heder file checks
    23712393echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2372 echo "configure:2373: checking for ANSI C header files" >&5
     2394echo "configure:2395: checking for ANSI C header files" >&5
    23732395if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    23742396  echo $ac_n "(cached) $ac_c" 1>&6
    23752397else
    23762398  cat > conftest.$ac_ext <<EOF
    2377 #line 2378 "configure"
     2399#line 2400 "configure"
    23782400#include "confdefs.h"
    23792401#include <stdlib.h>
     
    23832405EOF
    23842406ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2385 { (eval echo configure:2386: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2407{ (eval echo configure:2408: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    23862408ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    23872409if test -z "$ac_err"; then
     
    24002422  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    24012423cat > conftest.$ac_ext <<EOF
    2402 #line 2403 "configure"
     2424#line 2425 "configure"
    24032425#include "confdefs.h"
    24042426#include <string.h>
     
    24182440  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    24192441cat > conftest.$ac_ext <<EOF
    2420 #line 2421 "configure"
     2442#line 2443 "configure"
    24212443#include "confdefs.h"
    24222444#include <stdlib.h>
     
    24392461else
    24402462  cat > conftest.$ac_ext <<EOF
    2441 #line 2442 "configure"
     2463#line 2464 "configure"
    24422464#include "confdefs.h"
    24432465#include <ctype.h>
     
    24502472
    24512473EOF
    2452 if { (eval echo configure:2453: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2474if { (eval echo configure:2475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    24532475then
    24542476  :
     
    24772499ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    24782500echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2479 echo "configure:2480: checking for $ac_hdr" >&5
     2501echo "configure:2502: checking for $ac_hdr" >&5
    24802502if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    24812503  echo $ac_n "(cached) $ac_c" 1>&6
    24822504else
    24832505  cat > conftest.$ac_ext <<EOF
    2484 #line 2485 "configure"
     2506#line 2507 "configure"
    24852507#include "confdefs.h"
    24862508#include <$ac_hdr>
    24872509EOF
    24882510ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2489 { (eval echo configure:2490: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2511{ (eval echo configure:2512: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    24902512ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    24912513if test -z "$ac_err"; then
     
    25212543ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    25222544echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2523 echo "configure:2524: checking for $ac_hdr" >&5
     2545echo "configure:2546: checking for $ac_hdr" >&5
    25242546if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    25252547  echo $ac_n "(cached) $ac_c" 1>&6
    25262548else
    25272549  cat > conftest.$ac_ext <<EOF
    2528 #line 2529 "configure"
     2550#line 2551 "configure"
    25292551#include "confdefs.h"
    25302552#include <$ac_hdr>
    25312553EOF
    25322554ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2533 { (eval echo configure:2534: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2555{ (eval echo configure:2556: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25342556ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25352557if test -z "$ac_err"; then
     
    25602582# typedefs, structures
    25612583echo $ac_n "checking for working const""... $ac_c" 1>&6
    2562 echo "configure:2563: checking for working const" >&5
     2584echo "configure:2585: checking for working const" >&5
    25632585if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    25642586  echo $ac_n "(cached) $ac_c" 1>&6
    25652587else
    25662588  cat > conftest.$ac_ext <<EOF
    2567 #line 2568 "configure"
     2589#line 2590 "configure"
    25682590#include "confdefs.h"
    25692591
     
    26142636; return 0; }
    26152637EOF
    2616 if { (eval echo configure:2617: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2638if { (eval echo configure:2639: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    26172639  rm -rf conftest*
    26182640  ac_cv_c_const=yes
     
    26352657
    26362658echo $ac_n "checking for inline""... $ac_c" 1>&6
    2637 echo "configure:2638: checking for inline" >&5
     2659echo "configure:2660: checking for inline" >&5
    26382660if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    26392661  echo $ac_n "(cached) $ac_c" 1>&6
     
    26422664for ac_kw in inline __inline__ __inline; do
    26432665  cat > conftest.$ac_ext <<EOF
    2644 #line 2645 "configure"
     2666#line 2667 "configure"
    26452667#include "confdefs.h"
    26462668
     
    26492671; return 0; }
    26502672EOF
    2651 if { (eval echo configure:2652: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2673if { (eval echo configure:2674: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    26522674  rm -rf conftest*
    26532675  ac_cv_c_inline=$ac_kw; break
     
    26752697
    26762698echo $ac_n "checking for size_t""... $ac_c" 1>&6
    2677 echo "configure:2678: checking for size_t" >&5
     2699echo "configure:2700: checking for size_t" >&5
    26782700if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    26792701  echo $ac_n "(cached) $ac_c" 1>&6
    26802702else
    26812703  cat > conftest.$ac_ext <<EOF
    2682 #line 2683 "configure"
     2704#line 2705 "configure"
    26832705#include "confdefs.h"
    26842706#include <sys/types.h>
     
    27082730
    27092731echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    2710 echo "configure:2711: checking whether struct tm is in sys/time.h or time.h" >&5
     2732echo "configure:2733: checking whether struct tm is in sys/time.h or time.h" >&5
    27112733if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    27122734  echo $ac_n "(cached) $ac_c" 1>&6
    27132735else
    27142736  cat > conftest.$ac_ext <<EOF
    2715 #line 2716 "configure"
     2737#line 2738 "configure"
    27162738#include "confdefs.h"
    27172739#include <sys/types.h>
     
    27212743; return 0; }
    27222744EOF
    2723 if { (eval echo configure:2724: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2745if { (eval echo configure:2746: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27242746  rm -rf conftest*
    27252747  ac_cv_struct_tm=time.h
     
    27422764
    27432765echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    2744 echo "configure:2745: checking whether time.h and sys/time.h may both be included" >&5
     2766echo "configure:2767: checking whether time.h and sys/time.h may both be included" >&5
    27452767if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    27462768  echo $ac_n "(cached) $ac_c" 1>&6
    27472769else
    27482770  cat > conftest.$ac_ext <<EOF
    2749 #line 2750 "configure"
     2771#line 2772 "configure"
    27502772#include "confdefs.h"
    27512773#include <sys/types.h>
     
    27562778; return 0; }
    27572779EOF
    2758 if { (eval echo configure:2759: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2780if { (eval echo configure:2781: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27592781  rm -rf conftest*
    27602782  ac_cv_header_time=yes
     
    27812803# for constant arguments.  Useless!
    27822804echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2783 echo "configure:2784: checking for working alloca.h" >&5
     2805echo "configure:2806: checking for working alloca.h" >&5
    27842806if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    27852807  echo $ac_n "(cached) $ac_c" 1>&6
    27862808else
    27872809  cat > conftest.$ac_ext <<EOF
    2788 #line 2789 "configure"
     2810#line 2811 "configure"
    27892811#include "confdefs.h"
    27902812#include <alloca.h>
     
    27932815; return 0; }
    27942816EOF
    2795 if { (eval echo configure:2796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2817if { (eval echo configure:2818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    27962818  rm -rf conftest*
    27972819  ac_cv_header_alloca_h=yes
     
    28142836
    28152837echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2816 echo "configure:2817: checking for alloca" >&5
     2838echo "configure:2839: checking for alloca" >&5
    28172839if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    28182840  echo $ac_n "(cached) $ac_c" 1>&6
    28192841else
    28202842  cat > conftest.$ac_ext <<EOF
    2821 #line 2822 "configure"
     2843#line 2844 "configure"
    28222844#include "confdefs.h"
    28232845
     
    28472869; return 0; }
    28482870EOF
    2849 if { (eval echo configure:2850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2871if { (eval echo configure:2872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28502872  rm -rf conftest*
    28512873  ac_cv_func_alloca_works=yes
     
    28792901
    28802902echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2881 echo "configure:2882: checking whether alloca needs Cray hooks" >&5
     2903echo "configure:2904: checking whether alloca needs Cray hooks" >&5
    28822904if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    28832905  echo $ac_n "(cached) $ac_c" 1>&6
    28842906else
    28852907  cat > conftest.$ac_ext <<EOF
    2886 #line 2887 "configure"
     2908#line 2909 "configure"
    28872909#include "confdefs.h"
    28882910#if defined(CRAY) && ! defined(CRAY2)
     
    29092931for ac_func in _getb67 GETB67 getb67; do
    29102932  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2911 echo "configure:2912: checking for $ac_func" >&5
     2933echo "configure:2934: checking for $ac_func" >&5
    29122934if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    29132935  echo $ac_n "(cached) $ac_c" 1>&6
    29142936else
    29152937  cat > conftest.$ac_ext <<EOF
    2916 #line 2917 "configure"
     2938#line 2939 "configure"
    29172939#include "confdefs.h"
    29182940/* System header to define __stub macros and hopefully few prototypes,
     
    29372959; return 0; }
    29382960EOF
    2939 if { (eval echo configure:2940: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2961if { (eval echo configure:2962: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29402962  rm -rf conftest*
    29412963  eval "ac_cv_func_$ac_func=yes"
     
    29642986
    29652987echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    2966 echo "configure:2967: checking stack direction for C alloca" >&5
     2988echo "configure:2989: checking stack direction for C alloca" >&5
    29672989if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    29682990  echo $ac_n "(cached) $ac_c" 1>&6
     
    29722994else
    29732995  cat > conftest.$ac_ext <<EOF
    2974 #line 2975 "configure"
     2996#line 2997 "configure"
    29752997#include "confdefs.h"
    29762998find_stack_direction ()
     
    29913013}
    29923014EOF
    2993 if { (eval echo configure:2994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3015if { (eval echo configure:3016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    29943016then
    29953017  ac_cv_c_stack_direction=1
     
    30143036if test $ac_cv_prog_gcc = yes; then
    30153037    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
    3016 echo "configure:3017: checking whether ${CC-cc} needs -traditional" >&5
     3038echo "configure:3039: checking whether ${CC-cc} needs -traditional" >&5
    30173039if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    30183040  echo $ac_n "(cached) $ac_c" 1>&6
     
    30203042    ac_pattern="Autoconf.*'x'"
    30213043  cat > conftest.$ac_ext <<EOF
    3022 #line 3023 "configure"
     3044#line 3045 "configure"
    30233045#include "confdefs.h"
    30243046#include <sgtty.h>
     
    30383060  if test $ac_cv_prog_gcc_traditional = no; then
    30393061    cat > conftest.$ac_ext <<EOF
    3040 #line 3041 "configure"
     3062#line 3063 "configure"
    30413063#include "confdefs.h"
    30423064#include <termio.h>
     
    30633085ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    30643086echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3065 echo "configure:3066: checking for $ac_hdr" >&5
     3087echo "configure:3088: checking for $ac_hdr" >&5
    30663088if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    30673089  echo $ac_n "(cached) $ac_c" 1>&6
    30683090else
    30693091  cat > conftest.$ac_ext <<EOF
    3070 #line 3071 "configure"
     3092#line 3093 "configure"
    30713093#include "confdefs.h"
    30723094#include <$ac_hdr>
    30733095EOF
    30743096ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3075 { (eval echo configure:3076: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3097{ (eval echo configure:3098: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    30763098ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    30773099if test -z "$ac_err"; then
     
    31023124do
    31033125echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3104 echo "configure:3105: checking for $ac_func" >&5
     3126echo "configure:3127: checking for $ac_func" >&5
    31053127if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    31063128  echo $ac_n "(cached) $ac_c" 1>&6
    31073129else
    31083130  cat > conftest.$ac_ext <<EOF
    3109 #line 3110 "configure"
     3131#line 3132 "configure"
    31103132#include "confdefs.h"
    31113133/* System header to define __stub macros and hopefully few prototypes,
     
    31303152; return 0; }
    31313153EOF
    3132 if { (eval echo configure:3133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3154if { (eval echo configure:3155: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    31333155  rm -rf conftest*
    31343156  eval "ac_cv_func_$ac_func=yes"
     
    31553177
    31563178echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    3157 echo "configure:3158: checking for working mmap" >&5
     3179echo "configure:3180: checking for working mmap" >&5
    31583180if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    31593181  echo $ac_n "(cached) $ac_c" 1>&6
     
    31633185else
    31643186  cat > conftest.$ac_ext <<EOF
    3165 #line 3166 "configure"
     3187#line 3188 "configure"
    31663188#include "confdefs.h"
    31673189
     
    33033325
    33043326EOF
    3305 if { (eval echo configure:3306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3327if { (eval echo configure:3328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33063328then
    33073329  ac_cv_func_mmap_fixed_mapped=yes
     
    33263348
    33273349echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    3328 echo "configure:3329: checking return type of signal handlers" >&5
     3350echo "configure:3351: checking return type of signal handlers" >&5
    33293351if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    33303352  echo $ac_n "(cached) $ac_c" 1>&6
    33313353else
    33323354  cat > conftest.$ac_ext <<EOF
    3333 #line 3334 "configure"
     3355#line 3356 "configure"
    33343356#include "confdefs.h"
    33353357#include <sys/types.h>
     
    33483370; return 0; }
    33493371EOF
    3350 if { (eval echo configure:3351: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3372if { (eval echo configure:3373: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    33513373  rm -rf conftest*
    33523374  ac_cv_type_signal=void
     
    33673389
    33683390echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    3369 echo "configure:3370: checking for vprintf" >&5
     3391echo "configure:3392: checking for vprintf" >&5
    33703392if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    33713393  echo $ac_n "(cached) $ac_c" 1>&6
    33723394else
    33733395  cat > conftest.$ac_ext <<EOF
    3374 #line 3375 "configure"
     3396#line 3397 "configure"
    33753397#include "confdefs.h"
    33763398/* System header to define __stub macros and hopefully few prototypes,
     
    33953417; return 0; }
    33963418EOF
    3397 if { (eval echo configure:3398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3419if { (eval echo configure:3420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    33983420  rm -rf conftest*
    33993421  eval "ac_cv_func_vprintf=yes"
     
    34193441if test "$ac_cv_func_vprintf" != yes; then
    34203442echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    3421 echo "configure:3422: checking for _doprnt" >&5
     3443echo "configure:3444: checking for _doprnt" >&5
    34223444if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    34233445  echo $ac_n "(cached) $ac_c" 1>&6
    34243446else
    34253447  cat > conftest.$ac_ext <<EOF
    3426 #line 3427 "configure"
     3448#line 3449 "configure"
    34273449#include "confdefs.h"
    34283450/* System header to define __stub macros and hopefully few prototypes,
     
    34473469; return 0; }
    34483470EOF
    3449 if { (eval echo configure:3450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3471if { (eval echo configure:3472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    34503472  rm -rf conftest*
    34513473  eval "ac_cv_func__doprnt=yes"
     
    34733495
    34743496echo $ac_n "checking for library containing setenv""... $ac_c" 1>&6
    3475 echo "configure:3476: checking for library containing setenv" >&5
     3497echo "configure:3498: checking for library containing setenv" >&5
    34763498if eval "test \"`echo '$''{'ac_cv_search_setenv'+set}'`\" = set"; then
    34773499  echo $ac_n "(cached) $ac_c" 1>&6
     
    34803502ac_cv_search_setenv="no"
    34813503cat > conftest.$ac_ext <<EOF
    3482 #line 3483 "configure"
     3504#line 3505 "configure"
    34833505#include "confdefs.h"
    34843506/* Override any gcc2 internal prototype to avoid an error.  */
     
    34913513; return 0; }
    34923514EOF
    3493 if { (eval echo configure:3494: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3515if { (eval echo configure:3516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    34943516  rm -rf conftest*
    34953517  ac_cv_search_setenv="none required"
     
    35023524LIBS="-l$i  $ac_func_search_save_LIBS"
    35033525cat > conftest.$ac_ext <<EOF
    3504 #line 3505 "configure"
     3526#line 3527 "configure"
    35053527#include "confdefs.h"
    35063528/* Override any gcc2 internal prototype to avoid an error.  */
     
    35133535; return 0; }
    35143536EOF
    3515 if { (eval echo configure:3516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3537if { (eval echo configure:3538: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35163538  rm -rf conftest*
    35173539  ac_cv_search_setenv="-l$i"
     
    35373559do
    35383560echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3539 echo "configure:3540: checking for $ac_func" >&5
     3561echo "configure:3562: checking for $ac_func" >&5
    35403562if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    35413563  echo $ac_n "(cached) $ac_c" 1>&6
    35423564else
    35433565  cat > conftest.$ac_ext <<EOF
    3544 #line 3545 "configure"
     3566#line 3567 "configure"
    35453567#include "confdefs.h"
    35463568/* System header to define __stub macros and hopefully few prototypes,
     
    35653587; return 0; }
    35663588EOF
    3567 if { (eval echo configure:3568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3589if { (eval echo configure:3590: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35683590  rm -rf conftest*
    35693591  eval "ac_cv_func_$ac_func=yes"
     
    35943616# arithmetic shifts
    35953617echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6
    3596 echo "configure:3597: checking whether your machine has correct arithmetic shifts" >&5
     3618echo "configure:3619: checking whether your machine has correct arithmetic shifts" >&5
    35973619if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then
    35983620  echo $ac_n "(cached) $ac_c" 1>&6
     
    36073629else
    36083630  cat > conftest.$ac_ext <<EOF
    3609 #line 3610 "configure"
     3631#line 3632 "configure"
    36103632#include "confdefs.h"
    36113633 int main() { if (-2 >> 1 == -1) return(0); else return(1); }
    36123634EOF
    3613 if { (eval echo configure:3614: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3635if { (eval echo configure:3636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    36143636then
    36153637  ac_cv_shift=yes
     
    36363658# check for a peculiar constructor initialization
    36373659echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6
    3638 echo "configure:3639: checking whether explicit C++ constructor calls are allowed" >&5
     3660echo "configure:3661: checking whether explicit C++ constructor calls are allowed" >&5
    36393661
    36403662ac_ext=C
     
    36493671else
    36503672  cat > conftest.$ac_ext <<EOF
    3651 #line 3652 "configure"
     3673#line 3674 "configure"
    36523674#include "confdefs.h"
    36533675
     
    36673689; return 0; }
    36683690EOF
    3669 if { (eval echo configure:3670: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3691if { (eval echo configure:3692: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    36703692  rm -rf conftest*
    36713693  ac_cv_explicit_const=yes
     
    36963718# sprintf returns number of printed chars
    36973719echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6
    3698 echo "configure:3699: checking whether vsprintf returns number of printed chars" >&5
     3720echo "configure:3721: checking whether vsprintf returns number of printed chars" >&5
    36993721if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then
    37003722  echo $ac_n "(cached) $ac_c" 1>&6
     
    37043726else
    37053727  cat > conftest.$ac_ext <<EOF
    3706 #line 3707 "configure"
     3728#line 3729 "configure"
    37073729#include "confdefs.h"
    37083730#include <stdio.h>
    37093731 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); }
    37103732EOF
    3711 if { (eval echo configure:3712: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3733if { (eval echo configure:3734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    37123734then
    37133735  ac_cv_returns_n_of_chars=yes
     
    37353757# determine ALIGN_8
    37363758echo $ac_n "checking size of char""... $ac_c" 1>&6
    3737 echo "configure:3738: checking size of char" >&5
     3759echo "configure:3760: checking size of char" >&5
    37383760if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
    37393761  echo $ac_n "(cached) $ac_c" 1>&6
     
    37433765else
    37443766  cat > conftest.$ac_ext <<EOF
    3745 #line 3746 "configure"
     3767#line 3768 "configure"
    37463768#include "confdefs.h"
    37473769#include <stdio.h>
     
    37543776}
    37553777EOF
    3756 if { (eval echo configure:3757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3778if { (eval echo configure:3779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    37573779then
    37583780  ac_cv_sizeof_char=`cat conftestval`
     
    37743796
    37753797echo $ac_n "checking size of short""... $ac_c" 1>&6
    3776 echo "configure:3777: checking size of short" >&5
     3798echo "configure:3799: checking size of short" >&5
    37773799if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    37783800  echo $ac_n "(cached) $ac_c" 1>&6
     
    37823804else
    37833805  cat > conftest.$ac_ext <<EOF
    3784 #line 3785 "configure"
     3806#line 3807 "configure"
    37853807#include "confdefs.h"
    37863808#include <stdio.h>
     
    37933815}
    37943816EOF
    3795 if { (eval echo configure:3796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3817if { (eval echo configure:3818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    37963818then
    37973819  ac_cv_sizeof_short=`cat conftestval`
     
    38133835
    38143836echo $ac_n "checking size of int""... $ac_c" 1>&6
    3815 echo "configure:3816: checking size of int" >&5
     3837echo "configure:3838: checking size of int" >&5
    38163838if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    38173839  echo $ac_n "(cached) $ac_c" 1>&6
     
    38213843else
    38223844  cat > conftest.$ac_ext <<EOF
    3823 #line 3824 "configure"
     3845#line 3846 "configure"
    38243846#include "confdefs.h"
    38253847#include <stdio.h>
     
    38323854}
    38333855EOF
    3834 if { (eval echo configure:3835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3856if { (eval echo configure:3857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    38353857then
    38363858  ac_cv_sizeof_int=`cat conftestval`
     
    38523874
    38533875echo $ac_n "checking size of long""... $ac_c" 1>&6
    3854 echo "configure:3855: checking size of long" >&5
     3876echo "configure:3877: checking size of long" >&5
    38553877if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    38563878  echo $ac_n "(cached) $ac_c" 1>&6
     
    38603882else
    38613883  cat > conftest.$ac_ext <<EOF
    3862 #line 3863 "configure"
     3884#line 3885 "configure"
    38633885#include "confdefs.h"
    38643886#include <stdio.h>
     
    38713893}
    38723894EOF
    3873 if { (eval echo configure:3874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3895if { (eval echo configure:3896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    38743896then
    38753897  ac_cv_sizeof_long=`cat conftestval`
     
    38913913
    38923914echo $ac_n "checking size of void*""... $ac_c" 1>&6
    3893 echo "configure:3894: checking size of void*" >&5
     3915echo "configure:3916: checking size of void*" >&5
    38943916if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then
    38953917  echo $ac_n "(cached) $ac_c" 1>&6
     
    38993921else
    39003922  cat > conftest.$ac_ext <<EOF
    3901 #line 3902 "configure"
     3923#line 3924 "configure"
    39023924#include "confdefs.h"
    39033925#include <stdio.h>
     
    39103932}
    39113933EOF
    3912 if { (eval echo configure:3913: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3934if { (eval echo configure:3935: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    39133935then
    39143936  ac_cv_sizeof_voidp=`cat conftestval`
     
    39303952
    39313953echo $ac_n "checking size of double""... $ac_c" 1>&6
    3932 echo "configure:3933: checking size of double" >&5
     3954echo "configure:3955: checking size of double" >&5
    39333955if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then
    39343956  echo $ac_n "(cached) $ac_c" 1>&6
     
    39383960else
    39393961  cat > conftest.$ac_ext <<EOF
    3940 #line 3941 "configure"
     3962#line 3963 "configure"
    39413963#include "confdefs.h"
    39423964#include <stdio.h>
     
    39493971}
    39503972EOF
    3951 if { (eval echo configure:3952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3973if { (eval echo configure:3974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    39523974then
    39533975  ac_cv_sizeof_double=`cat conftestval`
     
    39693991
    39703992echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
    3971 echo "configure:3972: checking whether byte ordering is bigendian" >&5
     3993echo "configure:3994: checking whether byte ordering is bigendian" >&5
    39723994if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
    39733995  echo $ac_n "(cached) $ac_c" 1>&6
     
    39763998# See if sys/param.h defines the BYTE_ORDER macro.
    39773999cat > conftest.$ac_ext <<EOF
    3978 #line 3979 "configure"
     4000#line 4001 "configure"
    39794001#include "confdefs.h"
    39804002#include <sys/types.h>
     
    39874009; return 0; }
    39884010EOF
    3989 if { (eval echo configure:3990: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4011if { (eval echo configure:4012: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    39904012  rm -rf conftest*
    39914013  # It does; now see whether it defined to BIG_ENDIAN or not.
    39924014cat > conftest.$ac_ext <<EOF
    3993 #line 3994 "configure"
     4015#line 4016 "configure"
    39944016#include "confdefs.h"
    39954017#include <sys/types.h>
     
    40024024; return 0; }
    40034025EOF
    4004 if { (eval echo configure:4005: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4026if { (eval echo configure:4027: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    40054027  rm -rf conftest*
    40064028  ac_cv_c_bigendian=yes
     
    40224044else
    40234045  cat > conftest.$ac_ext <<EOF
    4024 #line 4025 "configure"
     4046#line 4047 "configure"
    40254047#include "confdefs.h"
    40264048main () {
     
    40354057}
    40364058EOF
    4037 if { (eval echo configure:4038: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     4059if { (eval echo configure:4060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    40384060then
    40394061  ac_cv_c_bigendian=no
     
    41834205
    41844206echo $ac_n "checking whether to use dynamic linking""... $ac_c" 1>&6
    4185 echo "configure:4186: checking whether to use dynamic linking" >&5
     4207echo "configure:4208: checking whether to use dynamic linking" >&5
    41864208if test "$with_dl" != no && test "$ac_lib_dl" = yes; then
    41874209  cat >> confdefs.h <<\EOF
     
    41964218
    41974219echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
    4198 echo "configure:4199: checking for tgetent in -lncurses" >&5
     4220echo "configure:4221: checking for tgetent in -lncurses" >&5
    41994221ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
    42004222if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42044226LIBS="-lncurses  $LIBS"
    42054227cat > conftest.$ac_ext <<EOF
    4206 #line 4207 "configure"
     4228#line 4229 "configure"
    42074229#include "confdefs.h"
    42084230/* Override any gcc2 internal prototype to avoid an error.  */
     
    42154237; return 0; }
    42164238EOF
    4217 if { (eval echo configure:4218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4239if { (eval echo configure:4240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42184240  rm -rf conftest*
    42194241  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42424264\
    42434265 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
    4244 echo "configure:4245: checking for tgetent in -lcurses" >&5
     4266echo "configure:4267: checking for tgetent in -lcurses" >&5
    42454267ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
    42464268if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42504272LIBS="-lcurses  $LIBS"
    42514273cat > conftest.$ac_ext <<EOF
    4252 #line 4253 "configure"
     4274#line 4275 "configure"
    42534275#include "confdefs.h"
    42544276/* Override any gcc2 internal prototype to avoid an error.  */
     
    42614283; return 0; }
    42624284EOF
    4263 if { (eval echo configure:4264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4285if { (eval echo configure:4286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42644286  rm -rf conftest*
    42654287  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42884310\
    42894311  echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
    4290 echo "configure:4291: checking for tgetent in -ltermcap" >&5
     4312echo "configure:4313: checking for tgetent in -ltermcap" >&5
    42914313ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
    42924314if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42964318LIBS="-ltermcap  $LIBS"
    42974319cat > conftest.$ac_ext <<EOF
    4298 #line 4299 "configure"
     4320#line 4321 "configure"
    42994321#include "confdefs.h"
    43004322/* Override any gcc2 internal prototype to avoid an error.  */
     
    43074329; return 0; }
    43084330EOF
    4309 if { (eval echo configure:4310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4331if { (eval echo configure:4332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43104332  rm -rf conftest*
    43114333  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43564378
    43574379   echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6
    4358 echo "configure:4359: checking for rl_abort in -lreadline" >&5
     4380echo "configure:4381: checking for rl_abort in -lreadline" >&5
    43594381ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'`
    43604382if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43644386LIBS="-lreadline  $LIBS"
    43654387cat > conftest.$ac_ext <<EOF
    4366 #line 4367 "configure"
     4388#line 4389 "configure"
    43674389#include "confdefs.h"
    43684390/* Override any gcc2 internal prototype to avoid an error.  */
     
    43784400; return 0; }
    43794401EOF
    4380 if { (eval echo configure:4381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4402if { (eval echo configure:4403: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43814403  rm -rf conftest*
    43824404  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44064428
    44074429   echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
    4408 echo "configure:4409: checking how to run the C++ preprocessor" >&5
     4430echo "configure:4431: checking how to run the C++ preprocessor" >&5
    44094431if test -z "$CXXCPP"; then
    44104432if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
     
    44194441  CXXCPP="${CXX-g++} -E"
    44204442  cat > conftest.$ac_ext <<EOF
    4421 #line 4422 "configure"
     4443#line 4444 "configure"
    44224444#include "confdefs.h"
    44234445#include <stdlib.h>
    44244446EOF
    44254447ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4426 { (eval echo configure:4427: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4448{ (eval echo configure:4449: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    44274449ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    44284450if test -z "$ac_err"; then
     
    44524474ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    44534475echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4454 echo "configure:4455: checking for $ac_hdr" >&5
     4476echo "configure:4477: checking for $ac_hdr" >&5
    44554477if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    44564478  echo $ac_n "(cached) $ac_c" 1>&6
    44574479else
    44584480  cat > conftest.$ac_ext <<EOF
    4459 #line 4460 "configure"
     4481#line 4482 "configure"
    44604482#include "confdefs.h"
    44614483#include <$ac_hdr>
    44624484EOF
    44634485ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4464 { (eval echo configure:4465: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4486{ (eval echo configure:4487: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    44654487ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    44664488if test -z "$ac_err"; then
     
    44914513      test "$ac_cv_header_readline_readline_h" = yes; then
    44924514     echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6
    4493 echo "configure:4494: checking whether readline.h is ok" >&5
     4515echo "configure:4516: checking whether readline.h is ok" >&5
    44944516     if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then
    44954517  echo $ac_n "(cached) $ac_c" 1>&6
    44964518else
    44974519  cat > conftest.$ac_ext <<EOF
    4498 #line 4499 "configure"
     4520#line 4521 "configure"
    44994521#include "confdefs.h"
    45004522#include<unistd.h>
     
    45094531; return 0; }
    45104532EOF
    4511 if { (eval echo configure:4512: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4533if { (eval echo configure:4534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    45124534  rm -rf conftest*
    45134535  ac_cv_header_readline_readline_h_ok="yes"
     
    45254547#not ok -- try once more with explicitly declaring everything
    45264548      echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6
    4527 echo "configure:4528: checking whether or not we nevertheless can use readline" >&5
     4549echo "configure:4550: checking whether or not we nevertheless can use readline" >&5
    45284550      if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then
    45294551  echo $ac_n "(cached) $ac_c" 1>&6
    45304552else
    45314553  cat > conftest.$ac_ext <<EOF
    4532 #line 4533 "configure"
     4554#line 4555 "configure"
    45334555#include "confdefs.h"
    45344556#include <stdio.h>
     
    45644586; return 0; }
    45654587EOF
    4566 if { (eval echo configure:4567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4588if { (eval echo configure:4589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    45674589  rm -rf conftest*
    45684590  ac_cv_have_readline="yes"
     
    46034625
    46044626echo $ac_n "checking which readline to use""... $ac_c" 1>&6
    4605 echo "configure:4606: checking which readline to use" >&5
     4627echo "configure:4628: checking which readline to use" >&5
    46064628if test "$ac_cv_with_readline" = dynamic; then
    46074629  echo "$ac_t""dynamic" 1>&6
     
    46234645# gmp, MP, MPT, factory, libfac
    46244646echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6
    4625 echo "configure:4626: checking for main in -lgmp" >&5
     4647echo "configure:4648: checking for main in -lgmp" >&5
    46264648ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'`
    46274649if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    46314653LIBS="-lgmp  $LIBS"
    46324654cat > conftest.$ac_ext <<EOF
    4633 #line 4634 "configure"
     4655#line 4656 "configure"
    46344656#include "confdefs.h"
    46354657
     
    46384660; return 0; }
    46394661EOF
    4640 if { (eval echo configure:4641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4662if { (eval echo configure:4663: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    46414663  rm -rf conftest*
    46424664  eval "ac_cv_lib_$ac_lib_var=yes"
     
    46674689SAVE_LIBS=$LIBS
    46684690echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    4669 echo "configure:4670: checking for IMP_PutGmpInt in -lMP" >&5
     4691echo "configure:4692: checking for IMP_PutGmpInt in -lMP" >&5
    46704692ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    46714693if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    46754697LIBS="-lMP $MP_LIBS $LIBS"
    46764698cat > conftest.$ac_ext <<EOF
    4677 #line 4678 "configure"
     4699#line 4700 "configure"
    46784700#include "confdefs.h"
    46794701/* Override any gcc2 internal prototype to avoid an error.  */
     
    46864708; return 0; }
    46874709EOF
    4688 if { (eval echo configure:4689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4710if { (eval echo configure:4711: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    46894711  rm -rf conftest*
    46904712  eval "ac_cv_lib_$ac_lib_var=yes"
     
    47144736
    47154737echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    4716 echo "configure:4717: checking for MPT_GetTree in -lMPT" >&5
     4738echo "configure:4739: checking for MPT_GetTree in -lMPT" >&5
    47174739ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    47184740if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    47224744LIBS="-lMPT $MP_LIBS $LIBS"
    47234745cat > conftest.$ac_ext <<EOF
    4724 #line 4725 "configure"
     4746#line 4747 "configure"
    47254747#include "confdefs.h"
    47264748/* Override any gcc2 internal prototype to avoid an error.  */
     
    47334755; return 0; }
    47344756EOF
    4735 if { (eval echo configure:4736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4757if { (eval echo configure:4758: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47364758  rm -rf conftest*
    47374759  eval "ac_cv_lib_$ac_lib_var=yes"
     
    47624784LIBS=$SAVE_LIBS
    47634785echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    4764 echo "configure:4765: checking for atof in -lsingcf" >&5
     4786echo "configure:4787: checking for atof in -lsingcf" >&5
    47654787ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    47664788if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    47704792LIBS="-lsingcf  $LIBS"
    47714793cat > conftest.$ac_ext <<EOF
    4772 #line 4773 "configure"
     4794#line 4795 "configure"
    47734795#include "confdefs.h"
    47744796/* Override any gcc2 internal prototype to avoid an error.  */
     
    47814803; return 0; }
    47824804EOF
    4783 if { (eval echo configure:4784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4805if { (eval echo configure:4806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47844806  rm -rf conftest*
    47854807  eval "ac_cv_lib_$ac_lib_var=yes"
     
    48094831
    48104832echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    4811 echo "configure:4812: checking for atof in -lsingfac" >&5
     4833echo "configure:4834: checking for atof in -lsingfac" >&5
    48124834ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    48134835if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    48174839LIBS="-lsingfac  $LIBS"
    48184840cat > conftest.$ac_ext <<EOF
    4819 #line 4820 "configure"
     4841#line 4842 "configure"
    48204842#include "confdefs.h"
    48214843/* Override any gcc2 internal prototype to avoid an error.  */
     
    48284850; return 0; }
    48294851EOF
    4830 if { (eval echo configure:4831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4852if { (eval echo configure:4853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48314853  rm -rf conftest*
    48324854  eval "ac_cv_lib_$ac_lib_var=yes"
     
    48564878
    48574879echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6
    4858 echo "configure:4859: checking for omTestAddr in -lomalloc" >&5
     4880echo "configure:4881: checking for omTestAddr in -lomalloc" >&5
    48594881ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'`
    48604882if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    48644886LIBS="-lomalloc  $LIBS"
    48654887cat > conftest.$ac_ext <<EOF
    4866 #line 4867 "configure"
     4888#line 4889 "configure"
    48674889#include "confdefs.h"
    48684890/* Override any gcc2 internal prototype to avoid an error.  */
     
    48754897; return 0; }
    48764898EOF
    4877 if { (eval echo configure:4878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4899if { (eval echo configure:4900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48784900  rm -rf conftest*
    48794901  eval "ac_cv_lib_$ac_lib_var=yes"
     
    49034925
    49044926echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6
    4905 echo "configure:4906: checking for main in -lomalloc_ndebug" >&5
     4927echo "configure:4928: checking for main in -lomalloc_ndebug" >&5
    49064928ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'`
    49074929if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    49114933LIBS="-lomalloc_ndebug  $LIBS"
    49124934cat > conftest.$ac_ext <<EOF
    4913 #line 4914 "configure"
     4935#line 4936 "configure"
    49144936#include "confdefs.h"
    49154937
     
    49184940; return 0; }
    49194941EOF
    4920 if { (eval echo configure:4921: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4942if { (eval echo configure:4943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49214943  rm -rf conftest*
    49224944  eval "ac_cv_lib_$ac_lib_var=yes"
     
    49464968
    49474969echo $ac_n "checking for main in -lntl""... $ac_c" 1>&6
    4948 echo "configure:4949: checking for main in -lntl" >&5
     4970echo "configure:4971: checking for main in -lntl" >&5
    49494971ac_lib_var=`echo ntl'_'main | sed 'y%./+-%__p_%'`
    49504972if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    49544976LIBS="-lntl  $LIBS"
    49554977cat > conftest.$ac_ext <<EOF
    4956 #line 4957 "configure"
     4978#line 4979 "configure"
    49574979#include "confdefs.h"
    49584980
     
    49614983; return 0; }
    49624984EOF
    4963 if { (eval echo configure:4964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4985if { (eval echo configure:4986: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49644986  rm -rf conftest*
    49654987  eval "ac_cv_lib_$ac_lib_var=yes"
     
    49945016ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    49955017echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4996 echo "configure:4997: checking for $ac_hdr" >&5
     5018echo "configure:5019: checking for $ac_hdr" >&5
    49975019if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    49985020  echo $ac_n "(cached) $ac_c" 1>&6
    49995021else
    50005022  cat > conftest.$ac_ext <<EOF
    5001 #line 5002 "configure"
     5023#line 5024 "configure"
    50025024#include "confdefs.h"
    50035025#include <$ac_hdr>
    50045026EOF
    50055027ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5006 { (eval echo configure:5007: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5028{ (eval echo configure:5029: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    50075029ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    50085030if test -z "$ac_err"; then
     
    50325054
    50335055echo $ac_n "checking whether to use Boost""... $ac_c" 1>&6
    5034 echo "configure:5035: checking whether to use Boost" >&5
     5056echo "configure:5057: checking whether to use Boost" >&5
    50355057if test "$with_Boost" != no; then
    50365058  echo "$ac_t""yes" 1>&6
     
    50475069ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    50485070echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5049 echo "configure:5050: checking for $ac_hdr" >&5
     5071echo "configure:5072: checking for $ac_hdr" >&5
    50505072if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    50515073  echo $ac_n "(cached) $ac_c" 1>&6
    50525074else
    50535075  cat > conftest.$ac_ext <<EOF
    5054 #line 5055 "configure"
     5076#line 5077 "configure"
    50555077#include "confdefs.h"
    50565078#include <$ac_hdr>
    50575079EOF
    50585080ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5059 { (eval echo configure:5060: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5081{ (eval echo configure:5082: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    50605082ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    50615083if test -z "$ac_err"; then
     
    50935115  echo "$ac_t""no" 1>&6
    50945116  echo $ac_n "checking whether to use std::vector""... $ac_c" 1>&6
    5095 echo "configure:5096: checking whether to use std::vector" >&5
     5117echo "configure:5118: checking whether to use std::vector" >&5
    50965118  if test "$with_stdvec" != yes; then
    50975119    echo "$ac_t""no" 1>&6
     
    51425164SAVE_LIBS=$LIBS
    51435165echo $ac_n "checking for __stack_chk_fail_local in -lc_nonshared""... $ac_c" 1>&6
    5144 echo "configure:5145: checking for __stack_chk_fail_local in -lc_nonshared" >&5
     5166echo "configure:5167: checking for __stack_chk_fail_local in -lc_nonshared" >&5
    51455167ac_lib_var=`echo c_nonshared'_'__stack_chk_fail_local | sed 'y%./+-%__p_%'`
    51465168if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    51505172LIBS="-lc_nonshared  $LIBS"
    51515173cat > conftest.$ac_ext <<EOF
    5152 #line 5153 "configure"
     5174#line 5175 "configure"
    51535175#include "confdefs.h"
    51545176/* Override any gcc2 internal prototype to avoid an error.  */
     
    51615183; return 0; }
    51625184EOF
    5163 if { (eval echo configure:5164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5185if { (eval echo configure:5186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    51645186  rm -rf conftest*
    51655187  eval "ac_cv_lib_$ac_lib_var=yes"
     
    51915213
    51925214echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    5193 echo "configure:5194: checking which apint package to use" >&5
     5215echo "configure:5216: checking which apint package to use" >&5
    51945216if test "${with_apint}" != gmp; then
    51955217  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    52135235
    52145236echo $ac_n "checking whether to use libsvd""... $ac_c" 1>&6
    5215 echo "configure:5216: checking whether to use libsvd" >&5
     5237echo "configure:5238: checking whether to use libsvd" >&5
    52165238if test "$with_svd" = yes; then
    52175239  echo "$ac_t""yes" 1>&6
     
    52285250#
    52295251echo $ac_n "checking whether to have MP""... $ac_c" 1>&6
    5230 echo "configure:5231: checking whether to have MP" >&5
     5252echo "configure:5253: checking whether to have MP" >&5
    52315253if test "${with_MP}" != yes && test "${with_MP}" != no; then
    52325254  if (test "${will_have_gmp}" = yes) && \
     
    52635285
    52645286echo $ac_n "checking whether to have NTL""... $ac_c" 1>&6
    5265 echo "configure:5266: checking whether to have NTL" >&5
     5287echo "configure:5288: checking whether to have NTL" >&5
    52665288if test "${with_NTL}" = yes ; then
    52675289  echo "$ac_t""yes" 1>&6
     
    52725294
    52735295echo $ac_n "checking whether to have factory""... $ac_c" 1>&6
    5274 echo "configure:5275: checking whether to have factory" >&5
     5296echo "configure:5297: checking whether to have factory" >&5
    52755297if test "${with_factory}" != yes && test "${with_factory}" != no; then
    52765298  if test "$ac_factory_ok" =  yes || test "$enable_factory" = yes; then
     
    53035325
    53045326echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6
    5305 echo "configure:5306: checking whether to have libfac" >&5
     5327echo "configure:5328: checking whether to have libfac" >&5
    53065328if test "${with_libfac}" != yes && test "${with_libfac}" != no; then
    53075329  if (test "${will_have_factory}" = yes) && \
     
    53455367
    53465368echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6
    5347 echo "configure:5348: checking whether to have dbm links" >&5
     5369echo "configure:5370: checking whether to have dbm links" >&5
    53485370if test "$with_dbm" != no; then
    53495371  cat >> confdefs.h <<\EOF
     
    53575379
    53585380echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6
    5359 echo "configure:5360: checking whether to have namespaces" >&5
     5381echo "configure:5382: checking whether to have namespaces" >&5
    53605382if test "$with_namespaces" != no; then
    53615383  echo "$ac_t""yes" 1>&6
     
    53695391
    53705392echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6
    5371 echo "configure:5372: checking whether to have dynamic modules" >&5
     5393echo "configure:5394: checking whether to have dynamic modules" >&5
    53725394if test "$with_dynamic_modules" = no || test "$ac_have_dl" != yes; then
    53735395  echo "$ac_t""no" 1>&6
     
    53815403
    53825404echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6
    5383 echo "configure:5384: checking whether to have dynamic kernel" >&5
     5405echo "configure:5406: checking whether to have dynamic kernel" >&5
    53845406if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then
    53855407  DL_KERNEL=1
     
    53915413
    53925414echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6
    5393 echo "configure:5394: checking whether to have Plural" >&5
     5415echo "configure:5416: checking whether to have Plural" >&5
    53945416if test "$with_Plural" != no && test "$enable_Plural" != no; then
    53955417  cat >> confdefs.h <<\EOF
     
    55455567s%@mandir@%$mandir%g
    55465568s%@SINGUNAME@%$SINGUNAME%g
     5569s%@SI_CPU_I386@%$SI_CPU_I386%g
    55475570s%@EXEC_EXT@%$EXEC_EXT%g
     5571s%@SI_CPU_SPARC@%$SI_CPU_SPARC%g
     5572s%@SI_CPU_X86_64@%$SI_CPU_X86_64%g
     5573s%@SI_CPU_IA64@%$SI_CPU_IA64%g
     5574s%@SI_CPU_PPC@%$SI_CPU_PPC%g
    55485575s%@SING_UNAME@%$SING_UNAME%g
    55495576s%@SINGULAR_VERSION@%$SINGULAR_VERSION%g
  • Singular/configure.in

    r6abef1 r9c0b60a  
    1010AC_MSG_CHECKING(CPU for singular)
    1111ac_cv_singcpuname=`uname -p`
     12AC_MSG_RESULT($ac_cv_singcpuname)
     13
    1214AC_MSG_CHECKING(uname for singular)
    1315AC_CACHE_VAL(ac_cv_singuname,
     
    3638  EXEC_EXT=".exe"
    3739  AC_DEFINE(SI_CPU_I386)
     40  AC_SUBST(SI_CPU_I386)
     41  AC_MSG_RESULT(SI_CPU_I386)
    3842fi
    3943AC_SUBST(EXEC_EXT)
    4044if test "$ac_cv_ac_cv_singcpuname" = sparc; then
    4145  AC_DEFINE(SI_CPU_SPARC)
     46  AC_SUBST(SI_CPU_SPARC)
     47  AC_MSG_RESULT(SI_CPU_SPARC)
    4248fi
    4349if test "$ac_cv_singuname" = x86_64-Linux; then
    4450  AC_DEFINE(SI_CPU_X86_64)
     51  AC_SUBST(SI_CPU_X86_64)
     52  AC_MSG_RESULT(SI_CPU_X86_64)
     53fi
     54if test "$ac_cv_singuname" = ix86-Linux; then
     55  AC_DEFINE(SI_CPU_I386)
     56  AC_SUBST(SI_CPU_I386)
     57  AC_MSG_RESULT(SI_CPU_I386)
    4558fi
    4659if test "$ac_cv_singuname" = IA64-Linux; then
    4760  AC_DEFINE(SI_CPU_IA64)
     61  AC_SUBST(SI_CPU_IA64)
     62  AC_MSG_RESULT(SI_CPU_IA64)
    4863fi
    4964if test "$ac_cv_singuname" = ppc-Linux; then
    5065  AC_DEFINE(SI_CPU_PPC)
     66  AC_SUBST(SI_CPU_PPC)
     67  AC_MSG_RESULT(SI_CPU_PPC)
    5168fi
    5269if test "$ac_cv_singuname" = ppcMac-darwin; then
    5370  AC_DEFINE(SI_CPU_PPC)
     71  AC_SUBST(SI_CPU_PPC)
     72  AC_MSG_RESULT(SI_CPU_PPC)
    5473fi
    5574
Note: See TracChangeset for help on using the changeset viewer.