Changeset 55c796 in git


Ignore:
Timestamp:
Jun 16, 1998, 3:18:24 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
9fc0dabe37f7bf2e447547676e8ee5c0406cafe0
Parents:
1bed80cf250f5bc88e2d710355fe3822f16b6631
Message:
* generated


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

Legend:

Unmodified
Added
Removed
  • Singular/configure

    r1bed80 r55c796  
    551551
    552552
    553 SINGULAR_MAJOR_VERSION=${SINGULAR_MAJOR_VERSION:-1}
    554 SINGULAR_MINOR_VERSION=${SINGULAR_MINOR_VERSION:-2}
    555 SINGULAR_SUB_VERSION=${SINGULAR_SUB_VERSION:-0}
    556 SINGULAR_VERSION="${SINGULAR_VERSION:-$SINGULAR_MAJOR_VERSION.$SINGULAR_MINOR_VERSION.$SINGULAR_SUB_VERSION}"
    557 VERSION_DATE=${VERSION_DATE:-"June 1998"}
    558 
    559 
    560 cat >> confdefs.h <<EOF
    561 #define SINGULAR_MAJOR_VERSION ${SINGULAR_MAJOR_VERSION}
    562 EOF
    563 
    564 cat >> confdefs.h <<EOF
    565 #define SINGULAR_MINOR_VERSION ${SINGULAR_MINOR_VERSION}
    566 EOF
    567 
    568 cat >> confdefs.h <<EOF
    569 #define SINGULAR_SUB_VERSION ${SINGULAR_SUB_VERSION}
    570 EOF
    571 
    572 cat >> confdefs.h <<EOF
    573 #define S_VERSION1 "${SINGULAR_MAJOR_VERSION}.${SINGULAR_MINOR_VERSION}.${SINGULAR_SUB_VERSION}"
    574 EOF
    575 
    576 cat >> confdefs.h <<EOF
    577 #define S_VERSION2 "${VERSION_DATE}"
    578 EOF
    579 
    580 cat >> confdefs.h <<EOF
    581 #define SINGULAR_SUB_VERSION ${SINGULAR_SUB_VERSION}
    582 EOF
    583 
    584 
    585553echo $ac_n "checking uname for singular""... $ac_c" 1>&6
    586 echo "configure:587: checking uname for singular" >&5
     554echo "configure:555: checking uname for singular" >&5
    587555if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then
    588556  echo $ac_n "(cached) $ac_c" 1>&6
     
    611579
    612580
     581# stupid Win programs do not like dots in their pathnames
     582if test "$ac_cv_singuname" = ix86-Win; then
     583  VERSION_SEP="-"
     584else
     585  VERSION_SEP="."
     586fi
     587
     588
     589SINGULAR_MAJOR_VERSION=${SINGULAR_MAJOR_VERSION:-1}
     590SINGULAR_MINOR_VERSION=${SINGULAR_MINOR_VERSION:-2}
     591SINGULAR_SUB_VERSION=${SINGULAR_SUB_VERSION:-0}
     592SINGULAR_VERSION="${SINGULAR_VERSION:-$SINGULAR_MAJOR_VERSION${VERSION_SEP}$SINGULAR_MINOR_VERSION${VERSION_SEP}$SINGULAR_SUB_VERSION}"
     593VERSION_DATE=${VERSION_DATE:-"June 1998"}
     594
     595
     596cat >> confdefs.h <<EOF
     597#define SINGULAR_MAJOR_VERSION ${SINGULAR_MAJOR_VERSION}
     598EOF
     599
     600cat >> confdefs.h <<EOF
     601#define SINGULAR_MINOR_VERSION ${SINGULAR_MINOR_VERSION}
     602EOF
     603
     604cat >> confdefs.h <<EOF
     605#define SINGULAR_SUB_VERSION ${SINGULAR_SUB_VERSION}
     606EOF
     607
     608cat >> confdefs.h <<EOF
     609#define S_VERSION1 "${SINGULAR_MAJOR_VERSION}${VERSION_SEP}${SINGULAR_MINOR_VERSION}${VERSION_SEP}${SINGULAR_SUB_VERSION}"
     610EOF
     611
     612cat >> confdefs.h <<EOF
     613#define S_VERSION2 "${VERSION_DATE}"
     614EOF
     615
     616cat >> confdefs.h <<EOF
     617#define SINGULAR_SUB_VERSION ${SINGULAR_SUB_VERSION}
     618EOF
     619
     620
     621
    613622if test "${CXXFLAGS+set}" != set; then
    614623  ac_cxxflags_set=no
     
    629638set dummy gcc; ac_word=$2
    630639echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    631 echo "configure:632: checking for $ac_word" >&5
     640echo "configure:641: checking for $ac_word" >&5
    632641if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    633642  echo $ac_n "(cached) $ac_c" 1>&6
     
    658667set dummy cc; ac_word=$2
    659668echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    660 echo "configure:661: checking for $ac_word" >&5
     669echo "configure:670: checking for $ac_word" >&5
    661670if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    662671  echo $ac_n "(cached) $ac_c" 1>&6
     
    706715
    707716echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    708 echo "configure:709: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     717echo "configure:718: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    709718
    710719ac_ext=c
     
    716725
    717726cat > conftest.$ac_ext <<EOF
    718 #line 719 "configure"
     727#line 728 "configure"
    719728#include "confdefs.h"
    720729main(){return(0);}
    721730EOF
    722 if { (eval echo configure:723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     731if { (eval echo configure:732: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    723732  ac_cv_prog_cc_works=yes
    724733  # If we can't run a trivial program, we are probably using a cross compiler.
     
    740749fi
    741750echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    742 echo "configure:743: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     751echo "configure:752: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    743752echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    744753cross_compiling=$ac_cv_prog_cc_cross
    745754
    746755echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    747 echo "configure:748: checking whether we are using GNU C" >&5
     756echo "configure:757: checking whether we are using GNU C" >&5
    748757if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    749758  echo $ac_n "(cached) $ac_c" 1>&6
     
    754763#endif
    755764EOF
    756 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:757: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     765if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:766: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    757766  ac_cv_prog_gcc=yes
    758767else
     
    769778  CFLAGS=
    770779  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    771 echo "configure:772: checking whether ${CC-cc} accepts -g" >&5
     780echo "configure:781: checking whether ${CC-cc} accepts -g" >&5
    772781if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    773782  echo $ac_n "(cached) $ac_c" 1>&6
     
    797806
    798807echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    799 echo "configure:800: checking how to run the C preprocessor" >&5
     808echo "configure:809: checking how to run the C preprocessor" >&5
    800809# On Suns, sometimes $CPP names a directory.
    801810if test -n "$CPP" && test -d "$CPP"; then
     
    812821  # not just through cpp.
    813822  cat > conftest.$ac_ext <<EOF
    814 #line 815 "configure"
     823#line 824 "configure"
    815824#include "confdefs.h"
    816825#include <assert.h>
     
    818827EOF
    819828ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    820 { (eval echo configure:821: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     829{ (eval echo configure:830: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    821830ac_err=`grep -v '^ *+' conftest.out`
    822831if test -z "$ac_err"; then
     
    829838  CPP="${CC-cc} -E -traditional-cpp"
    830839  cat > conftest.$ac_ext <<EOF
    831 #line 832 "configure"
     840#line 841 "configure"
    832841#include "confdefs.h"
    833842#include <assert.h>
     
    835844EOF
    836845ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    837 { (eval echo configure:838: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     846{ (eval echo configure:847: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    838847ac_err=`grep -v '^ *+' conftest.out`
    839848if test -z "$ac_err"; then
     
    862871set dummy $ac_prog; ac_word=$2
    863872echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    864 echo "configure:865: checking for $ac_word" >&5
     873echo "configure:874: checking for $ac_word" >&5
    865874if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    866875  echo $ac_n "(cached) $ac_c" 1>&6
     
    893902
    894903echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    895 echo "configure:896: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     904echo "configure:905: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    896905
    897906ac_ext=C
     
    903912
    904913cat > conftest.$ac_ext <<EOF
    905 #line 906 "configure"
     914#line 915 "configure"
    906915#include "confdefs.h"
    907916main(){return(0);}
    908917EOF
    909 if { (eval echo configure:910: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     918if { (eval echo configure:919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    910919  ac_cv_prog_cxx_works=yes
    911920  # If we can't run a trivial program, we are probably using a cross compiler.
     
    933942fi
    934943echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    935 echo "configure:936: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     944echo "configure:945: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    936945echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
    937946cross_compiling=$ac_cv_prog_cxx_cross
    938947
    939948echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    940 echo "configure:941: checking whether we are using GNU C++" >&5
     949echo "configure:950: checking whether we are using GNU C++" >&5
    941950if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    942951  echo $ac_n "(cached) $ac_c" 1>&6
     
    947956#endif
    948957EOF
    949 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:950: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     958if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:959: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    950959  ac_cv_prog_gxx=yes
    951960else
     
    962971  CXXFLAGS=
    963972  echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    964 echo "configure:965: checking whether ${CXX-g++} accepts -g" >&5
     973echo "configure:974: checking whether ${CXX-g++} accepts -g" >&5
    965974if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    966975  echo $ac_n "(cached) $ac_c" 1>&6
     
    990999
    9911000echo $ac_n "checking for AIX""... $ac_c" 1>&6
    992 echo "configure:993: checking for AIX" >&5
     1001echo "configure:1002: checking for AIX" >&5
    9931002cat > conftest.$ac_ext <<EOF
    994 #line 995 "configure"
     1003#line 1004 "configure"
    9951004#include "confdefs.h"
    9961005#ifdef _AIX
     
    10221031# check whether the compiler accepts -pipe
    10231032echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6
    1024 echo "configure:1025: checking whether compiler accepts -pipe" >&5
     1033echo "configure:1034: checking whether compiler accepts -pipe" >&5
    10251034temp_cflags=${CFLAGS}
    10261035CFLAGS="${CFLAGS} -pipe"
     
    10291038else
    10301039  cat > conftest.$ac_ext <<EOF
    1031 #line 1032 "configure"
     1040#line 1041 "configure"
    10321041#include "confdefs.h"
    10331042
     
    10361045; return 0; }
    10371046EOF
    1038 if { (eval echo configure:1039: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1047if { (eval echo configure:1048: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    10391048  rm -rf conftest*
    10401049  ac_cv_cxx_have_pipe=yes
     
    10601069# Customize CFLAGS
    10611070echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    1062 echo "configure:1063: checking whether _AIX is defined" >&5
     1071echo "configure:1072: checking whether _AIX is defined" >&5
    10631072if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    10641073  echo $ac_n "(cached) $ac_c" 1>&6
    10651074else
    10661075  cat > conftest.$ac_ext <<EOF
    1067 #line 1068 "configure"
     1076#line 1077 "configure"
    10681077#include "confdefs.h"
    10691078#ifdef _AIX
     
    11161125
    11171126echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1118 echo "configure:1119: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1127echo "configure:1128: checking whether ${MAKE-make} sets \${MAKE}" >&5
    11191128set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    11201129if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    11671176# expand bindir
    11681177test "x$bindir" = 'x${exec_prefix}/bin' && bindir="${exec_prefix}/bin"
    1169 SINGULAR=${SINGULAR:-$bindir/Singular-$SINGULAR_MAJOR_VERSION.$SINGULAR_MINOR_VERSION.$SINGULAR_SUB_VERSION}
     1178SINGULAR=${SINGULAR:-$bindir/Singular-$SINGULAR_MAJOR_VERSION${VERSION_SEP}$SINGULAR_MINOR_VERSION${VERSION_SEP}$SINGULAR_SUB_VERSION}
    11701179
    11711180cat >> confdefs.h <<EOF
     
    11891198if test "${with_lex+set}" != set; then
    11901199  echo $ac_n "checking for flex""... $ac_c" 1>&6
    1191 echo "configure:1192: checking for flex" >&5
     1200echo "configure:1201: checking for flex" >&5
    11921201    if eval "test \"`echo '$''{'ac_cv_prog_flex'+set}'`\" = set"; then
    11931202  echo $ac_n "(cached) $ac_c" 1>&6
     
    12201229set dummy $ac_prog; ac_word=$2
    12211230echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1222 echo "configure:1223: checking for $ac_word" >&5
     1231echo "configure:1232: checking for $ac_word" >&5
    12231232if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    12241233  echo $ac_n "(cached) $ac_c" 1>&6
     
    12561265if test "${with_perl5+set}" != set; then
    12571266  echo $ac_n "checking for perl5""... $ac_c" 1>&6
    1258 echo "configure:1259: checking for perl5" >&5
     1267echo "configure:1268: checking for perl5" >&5
    12591268    if eval "test \"`echo '$''{'ac_cv_prog_perl5'+set}'`\" = set"; then
    12601269  echo $ac_n "(cached) $ac_c" 1>&6
     
    12931302set dummy $ac_prog; ac_word=$2
    12941303echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1295 echo "configure:1296: checking for $ac_word" >&5
     1304echo "configure:1305: checking for $ac_word" >&5
    12961305if eval "test \"`echo '$''{'ac_cv_prog_PERL5'+set}'`\" = set"; then
    12971306  echo $ac_n "(cached) $ac_c" 1>&6
     
    13321341set dummy $ac_prog; ac_word=$2
    13331342echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1334 echo "configure:1335: checking for $ac_word" >&5
     1343echo "configure:1344: checking for $ac_word" >&5
    13351344if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then
    13361345  echo $ac_n "(cached) $ac_c" 1>&6
     
    13701379set dummy $ac_prog; ac_word=$2
    13711380echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1372 echo "configure:1373: checking for $ac_word" >&5
     1381echo "configure:1382: checking for $ac_word" >&5
    13731382if eval "test \"`echo '$''{'ac_cv_prog_INFO'+set}'`\" = set"; then
    13741383  echo $ac_n "(cached) $ac_c" 1>&6
     
    14141423set dummy $ac_prog; ac_word=$2
    14151424echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1416 echo "configure:1417: checking for $ac_word" >&5
     1425echo "configure:1426: checking for $ac_word" >&5
    14171426if eval "test \"`echo '$''{'ac_cv_prog_INFO'+set}'`\" = set"; then
    14181427  echo $ac_n "(cached) $ac_c" 1>&6
     
    14541463# ln -s 
    14551464echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1456 echo "configure:1457: checking whether ln -s works" >&5
     1465echo "configure:1466: checking whether ln -s works" >&5
    14571466if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    14581467  echo $ac_n "(cached) $ac_c" 1>&6
     
    14771486# lib checks
    14781487echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1479 echo "configure:1480: checking for atof in -lm" >&5
     1488echo "configure:1489: checking for atof in -lm" >&5
    14801489ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    14811490if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14851494LIBS="-lm  $LIBS"
    14861495cat > conftest.$ac_ext <<EOF
    1487 #line 1488 "configure"
     1496#line 1497 "configure"
    14881497#include "confdefs.h"
    14891498/* Override any gcc2 internal prototype to avoid an error.  */
     
    14961505; return 0; }
    14971506EOF
    1498 if { (eval echo configure:1499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1507if { (eval echo configure:1508: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    14991508  rm -rf conftest*
    15001509  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15241533
    15251534echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1526 echo "configure:1527: checking for socket in -lbsd" >&5
     1535echo "configure:1536: checking for socket in -lbsd" >&5
    15271536ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    15281537if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15321541LIBS="-lbsd  $LIBS"
    15331542cat > conftest.$ac_ext <<EOF
    1534 #line 1535 "configure"
     1543#line 1544 "configure"
    15351544#include "confdefs.h"
    15361545/* Override any gcc2 internal prototype to avoid an error.  */
     
    15431552; return 0; }
    15441553EOF
    1545 if { (eval echo configure:1546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1554if { (eval echo configure:1555: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    15461555  rm -rf conftest*
    15471556  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15711580
    15721581echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1573 echo "configure:1574: checking for listen in -lsocket" >&5
     1582echo "configure:1583: checking for listen in -lsocket" >&5
    15741583ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    15751584if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15791588LIBS="-lsocket  $LIBS"
    15801589cat > conftest.$ac_ext <<EOF
    1581 #line 1582 "configure"
     1590#line 1591 "configure"
    15821591#include "confdefs.h"
    15831592/* Override any gcc2 internal prototype to avoid an error.  */
     
    15901599; return 0; }
    15911600EOF
    1592 if { (eval echo configure:1593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1601if { (eval echo configure:1602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    15931602  rm -rf conftest*
    15941603  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16181627
    16191628echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1620 echo "configure:1621: checking for gethostbyname in -lnsl" >&5
     1629echo "configure:1630: checking for gethostbyname in -lnsl" >&5
    16211630ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    16221631if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16261635LIBS="-lnsl  $LIBS"
    16271636cat > conftest.$ac_ext <<EOF
    1628 #line 1629 "configure"
     1637#line 1638 "configure"
    16291638#include "confdefs.h"
    16301639/* Override any gcc2 internal prototype to avoid an error.  */
     
    16371646; return 0; }
    16381647EOF
    1639 if { (eval echo configure:1640: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1648if { (eval echo configure:1649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    16401649  rm -rf conftest*
    16411650  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16651674
    16661675echo $ac_n "checking for index in -lucb""... $ac_c" 1>&6
    1667 echo "configure:1668: checking for index in -lucb" >&5
     1676echo "configure:1677: checking for index in -lucb" >&5
    16681677ac_lib_var=`echo ucb'_'index | sed 'y%./+-%__p_%'`
    16691678if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16731682LIBS="-lucb  $LIBS"
    16741683cat > conftest.$ac_ext <<EOF
    1675 #line 1676 "configure"
     1684#line 1685 "configure"
    16761685#include "confdefs.h"
    16771686/* Override any gcc2 internal prototype to avoid an error.  */
     
    16841693; return 0; }
    16851694EOF
    1686 if { (eval echo configure:1687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1695if { (eval echo configure:1696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    16871696  rm -rf conftest*
    16881697  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17141723# heder file checks
    17151724echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1716 echo "configure:1717: checking for ANSI C header files" >&5
     1725echo "configure:1726: checking for ANSI C header files" >&5
    17171726if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    17181727  echo $ac_n "(cached) $ac_c" 1>&6
    17191728else
    17201729  cat > conftest.$ac_ext <<EOF
    1721 #line 1722 "configure"
     1730#line 1731 "configure"
    17221731#include "confdefs.h"
    17231732#include <stdlib.h>
     
    17271736EOF
    17281737ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1729 { (eval echo configure:1730: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1738{ (eval echo configure:1739: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    17301739ac_err=`grep -v '^ *+' conftest.out`
    17311740if test -z "$ac_err"; then
     
    17441753  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    17451754cat > conftest.$ac_ext <<EOF
    1746 #line 1747 "configure"
     1755#line 1756 "configure"
    17471756#include "confdefs.h"
    17481757#include <string.h>
     
    17621771  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    17631772cat > conftest.$ac_ext <<EOF
    1764 #line 1765 "configure"
     1773#line 1774 "configure"
    17651774#include "confdefs.h"
    17661775#include <stdlib.h>
     
    17831792else
    17841793  cat > conftest.$ac_ext <<EOF
    1785 #line 1786 "configure"
     1794#line 1795 "configure"
    17861795#include "confdefs.h"
    17871796#include <ctype.h>
     
    17941803
    17951804EOF
    1796 if { (eval echo configure:1797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     1805if { (eval echo configure:1806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    17971806then
    17981807  :
     
    18211830ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    18221831echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1823 echo "configure:1824: checking for $ac_hdr" >&5
     1832echo "configure:1833: checking for $ac_hdr" >&5
    18241833if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    18251834  echo $ac_n "(cached) $ac_c" 1>&6
    18261835else
    18271836  cat > conftest.$ac_ext <<EOF
    1828 #line 1829 "configure"
     1837#line 1838 "configure"
    18291838#include "confdefs.h"
    18301839#include <$ac_hdr>
    18311840EOF
    18321841ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1833 { (eval echo configure:1834: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1842{ (eval echo configure:1843: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    18341843ac_err=`grep -v '^ *+' conftest.out`
    18351844if test -z "$ac_err"; then
     
    18631872ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    18641873echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1865 echo "configure:1866: checking for $ac_hdr" >&5
     1874echo "configure:1875: checking for $ac_hdr" >&5
    18661875if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    18671876  echo $ac_n "(cached) $ac_c" 1>&6
    18681877else
    18691878  cat > conftest.$ac_ext <<EOF
    1870 #line 1871 "configure"
     1879#line 1880 "configure"
    18711880#include "confdefs.h"
    18721881#include <$ac_hdr>
    18731882EOF
    18741883ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1875 { (eval echo configure:1876: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1884{ (eval echo configure:1885: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    18761885ac_err=`grep -v '^ *+' conftest.out`
    18771886if test -z "$ac_err"; then
     
    19021911# typedefs, structures
    19031912echo $ac_n "checking for working const""... $ac_c" 1>&6
    1904 echo "configure:1905: checking for working const" >&5
     1913echo "configure:1914: checking for working const" >&5
    19051914if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    19061915  echo $ac_n "(cached) $ac_c" 1>&6
    19071916else
    19081917  cat > conftest.$ac_ext <<EOF
    1909 #line 1910 "configure"
     1918#line 1919 "configure"
    19101919#include "confdefs.h"
    19111920
     
    19561965; return 0; }
    19571966EOF
    1958 if { (eval echo configure:1959: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1967if { (eval echo configure:1968: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    19591968  rm -rf conftest*
    19601969  ac_cv_c_const=yes
     
    19771986
    19781987echo $ac_n "checking for inline""... $ac_c" 1>&6
    1979 echo "configure:1980: checking for inline" >&5
     1988echo "configure:1989: checking for inline" >&5
    19801989if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    19811990  echo $ac_n "(cached) $ac_c" 1>&6
     
    19841993for ac_kw in inline __inline__ __inline; do
    19851994  cat > conftest.$ac_ext <<EOF
    1986 #line 1987 "configure"
     1995#line 1996 "configure"
    19871996#include "confdefs.h"
    19881997
     
    19912000; return 0; }
    19922001EOF
    1993 if { (eval echo configure:1994: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2002if { (eval echo configure:2003: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    19942003  rm -rf conftest*
    19952004  ac_cv_c_inline=$ac_kw; break
     
    20172026
    20182027echo $ac_n "checking for size_t""... $ac_c" 1>&6
    2019 echo "configure:2020: checking for size_t" >&5
     2028echo "configure:2029: checking for size_t" >&5
    20202029if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    20212030  echo $ac_n "(cached) $ac_c" 1>&6
    20222031else
    20232032  cat > conftest.$ac_ext <<EOF
    2024 #line 2025 "configure"
     2033#line 2034 "configure"
    20252034#include "confdefs.h"
    20262035#include <sys/types.h>
     
    20502059
    20512060echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    2052 echo "configure:2053: checking whether time.h and sys/time.h may both be included" >&5
     2061echo "configure:2062: checking whether time.h and sys/time.h may both be included" >&5
    20532062if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    20542063  echo $ac_n "(cached) $ac_c" 1>&6
    20552064else
    20562065  cat > conftest.$ac_ext <<EOF
    2057 #line 2058 "configure"
     2066#line 2067 "configure"
    20582067#include "confdefs.h"
    20592068#include <sys/types.h>
     
    20642073; return 0; }
    20652074EOF
    2066 if { (eval echo configure:2067: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2075if { (eval echo configure:2076: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20672076  rm -rf conftest*
    20682077  ac_cv_header_time=yes
     
    20852094
    20862095echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    2087 echo "configure:2088: checking whether struct tm is in sys/time.h or time.h" >&5
     2096echo "configure:2097: checking whether struct tm is in sys/time.h or time.h" >&5
    20882097if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    20892098  echo $ac_n "(cached) $ac_c" 1>&6
    20902099else
    20912100  cat > conftest.$ac_ext <<EOF
    2092 #line 2093 "configure"
     2101#line 2102 "configure"
    20932102#include "confdefs.h"
    20942103#include <sys/types.h>
     
    20982107; return 0; }
    20992108EOF
    2100 if { (eval echo configure:2101: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2109if { (eval echo configure:2110: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    21012110  rm -rf conftest*
    21022111  ac_cv_struct_tm=time.h
     
    21232132# for constant arguments.  Useless!
    21242133echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2125 echo "configure:2126: checking for working alloca.h" >&5
     2134echo "configure:2135: checking for working alloca.h" >&5
    21262135if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    21272136  echo $ac_n "(cached) $ac_c" 1>&6
    21282137else
    21292138  cat > conftest.$ac_ext <<EOF
    2130 #line 2131 "configure"
     2139#line 2140 "configure"
    21312140#include "confdefs.h"
    21322141#include <alloca.h>
     
    21352144; return 0; }
    21362145EOF
    2137 if { (eval echo configure:2138: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2146if { (eval echo configure:2147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    21382147  rm -rf conftest*
    21392148  ac_cv_header_alloca_h=yes
     
    21562165
    21572166echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2158 echo "configure:2159: checking for alloca" >&5
     2167echo "configure:2168: checking for alloca" >&5
    21592168if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    21602169  echo $ac_n "(cached) $ac_c" 1>&6
    21612170else
    21622171  cat > conftest.$ac_ext <<EOF
    2163 #line 2164 "configure"
     2172#line 2173 "configure"
    21642173#include "confdefs.h"
    21652174
     
    21842193; return 0; }
    21852194EOF
    2186 if { (eval echo configure:2187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2195if { (eval echo configure:2196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    21872196  rm -rf conftest*
    21882197  ac_cv_func_alloca_works=yes
     
    22162225
    22172226echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2218 echo "configure:2219: checking whether alloca needs Cray hooks" >&5
     2227echo "configure:2228: checking whether alloca needs Cray hooks" >&5
    22192228if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    22202229  echo $ac_n "(cached) $ac_c" 1>&6
    22212230else
    22222231  cat > conftest.$ac_ext <<EOF
    2223 #line 2224 "configure"
     2232#line 2233 "configure"
    22242233#include "confdefs.h"
    22252234#if defined(CRAY) && ! defined(CRAY2)
     
    22462255for ac_func in _getb67 GETB67 getb67; do
    22472256  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2248 echo "configure:2249: checking for $ac_func" >&5
     2257echo "configure:2258: checking for $ac_func" >&5
    22492258if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    22502259  echo $ac_n "(cached) $ac_c" 1>&6
    22512260else
    22522261  cat > conftest.$ac_ext <<EOF
    2253 #line 2254 "configure"
     2262#line 2263 "configure"
    22542263#include "confdefs.h"
    22552264/* System header to define __stub macros and hopefully few prototypes,
     
    22742283; return 0; }
    22752284EOF
    2276 if { (eval echo configure:2277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2285if { (eval echo configure:2286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    22772286  rm -rf conftest*
    22782287  eval "ac_cv_func_$ac_func=yes"
     
    23012310
    23022311echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    2303 echo "configure:2304: checking stack direction for C alloca" >&5
     2312echo "configure:2313: checking stack direction for C alloca" >&5
    23042313if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    23052314  echo $ac_n "(cached) $ac_c" 1>&6
     
    23092318else
    23102319  cat > conftest.$ac_ext <<EOF
    2311 #line 2312 "configure"
     2320#line 2321 "configure"
    23122321#include "confdefs.h"
    23132322find_stack_direction ()
     
    23282337}
    23292338EOF
    2330 if { (eval echo configure:2331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     2339if { (eval echo configure:2340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    23312340then
    23322341  ac_cv_c_stack_direction=1
     
    23512360if test $ac_cv_prog_gcc = yes; then
    23522361    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
    2353 echo "configure:2354: checking whether ${CC-cc} needs -traditional" >&5
     2362echo "configure:2363: checking whether ${CC-cc} needs -traditional" >&5
    23542363if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    23552364  echo $ac_n "(cached) $ac_c" 1>&6
     
    23572366    ac_pattern="Autoconf.*'x'"
    23582367  cat > conftest.$ac_ext <<EOF
    2359 #line 2360 "configure"
     2368#line 2369 "configure"
    23602369#include "confdefs.h"
    23612370#include <sgtty.h>
     
    23752384  if test $ac_cv_prog_gcc_traditional = no; then
    23762385    cat > conftest.$ac_ext <<EOF
    2377 #line 2378 "configure"
     2386#line 2387 "configure"
    23782387#include "confdefs.h"
    23792388#include <termio.h>
     
    24002409ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    24012410echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2402 echo "configure:2403: checking for $ac_hdr" >&5
     2411echo "configure:2412: checking for $ac_hdr" >&5
    24032412if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    24042413  echo $ac_n "(cached) $ac_c" 1>&6
    24052414else
    24062415  cat > conftest.$ac_ext <<EOF
    2407 #line 2408 "configure"
     2416#line 2417 "configure"
    24082417#include "confdefs.h"
    24092418#include <$ac_hdr>
    24102419EOF
    24112420ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2412 { (eval echo configure:2413: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2421{ (eval echo configure:2422: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    24132422ac_err=`grep -v '^ *+' conftest.out`
    24142423if test -z "$ac_err"; then
     
    24392448do
    24402449echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2441 echo "configure:2442: checking for $ac_func" >&5
     2450echo "configure:2451: checking for $ac_func" >&5
    24422451if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    24432452  echo $ac_n "(cached) $ac_c" 1>&6
    24442453else
    24452454  cat > conftest.$ac_ext <<EOF
    2446 #line 2447 "configure"
     2455#line 2456 "configure"
    24472456#include "confdefs.h"
    24482457/* System header to define __stub macros and hopefully few prototypes,
     
    24672476; return 0; }
    24682477EOF
    2469 if { (eval echo configure:2470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2478if { (eval echo configure:2479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    24702479  rm -rf conftest*
    24712480  eval "ac_cv_func_$ac_func=yes"
     
    24922501
    24932502echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    2494 echo "configure:2495: checking for working mmap" >&5
     2503echo "configure:2504: checking for working mmap" >&5
    24952504if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    24962505  echo $ac_n "(cached) $ac_c" 1>&6
     
    25002509else
    25012510  cat > conftest.$ac_ext <<EOF
    2502 #line 2503 "configure"
     2511#line 2512 "configure"
    25032512#include "confdefs.h"
    25042513
     
    26402649
    26412650EOF
    2642 if { (eval echo configure:2643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     2651if { (eval echo configure:2652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    26432652then
    26442653  ac_cv_func_mmap_fixed_mapped=yes
     
    26632672
    26642673echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    2665 echo "configure:2666: checking return type of signal handlers" >&5
     2674echo "configure:2675: checking return type of signal handlers" >&5
    26662675if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    26672676  echo $ac_n "(cached) $ac_c" 1>&6
    26682677else
    26692678  cat > conftest.$ac_ext <<EOF
    2670 #line 2671 "configure"
     2679#line 2680 "configure"
    26712680#include "confdefs.h"
    26722681#include <sys/types.h>
     
    26852694; return 0; }
    26862695EOF
    2687 if { (eval echo configure:2688: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2696if { (eval echo configure:2697: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    26882697  rm -rf conftest*
    26892698  ac_cv_type_signal=void
     
    27042713
    27052714echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    2706 echo "configure:2707: checking for vprintf" >&5
     2715echo "configure:2716: checking for vprintf" >&5
    27072716if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    27082717  echo $ac_n "(cached) $ac_c" 1>&6
    27092718else
    27102719  cat > conftest.$ac_ext <<EOF
    2711 #line 2712 "configure"
     2720#line 2721 "configure"
    27122721#include "confdefs.h"
    27132722/* System header to define __stub macros and hopefully few prototypes,
     
    27322741; return 0; }
    27332742EOF
    2734 if { (eval echo configure:2735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2743if { (eval echo configure:2744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    27352744  rm -rf conftest*
    27362745  eval "ac_cv_func_vprintf=yes"
     
    27562765if test "$ac_cv_func_vprintf" != yes; then
    27572766echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    2758 echo "configure:2759: checking for _doprnt" >&5
     2767echo "configure:2768: checking for _doprnt" >&5
    27592768if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    27602769  echo $ac_n "(cached) $ac_c" 1>&6
    27612770else
    27622771  cat > conftest.$ac_ext <<EOF
    2763 #line 2764 "configure"
     2772#line 2773 "configure"
    27642773#include "confdefs.h"
    27652774/* System header to define __stub macros and hopefully few prototypes,
     
    27842793; return 0; }
    27852794EOF
    2786 if { (eval echo configure:2787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2795if { (eval echo configure:2796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    27872796  rm -rf conftest*
    27882797  eval "ac_cv_func__doprnt=yes"
     
    28112820do
    28122821echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2813 echo "configure:2814: checking for $ac_func" >&5
     2822echo "configure:2823: checking for $ac_func" >&5
    28142823if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    28152824  echo $ac_n "(cached) $ac_c" 1>&6
    28162825else
    28172826  cat > conftest.$ac_ext <<EOF
    2818 #line 2819 "configure"
     2827#line 2828 "configure"
    28192828#include "confdefs.h"
    28202829/* System header to define __stub macros and hopefully few prototypes,
     
    28392848; return 0; }
    28402849EOF
    2841 if { (eval echo configure:2842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2850if { (eval echo configure:2851: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    28422851  rm -rf conftest*
    28432852  eval "ac_cv_func_$ac_func=yes"
     
    28672876# arithmetic shifts
    28682877echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6
    2869 echo "configure:2870: checking whether your machine has correct arithmetic shifts" >&5
     2878echo "configure:2879: checking whether your machine has correct arithmetic shifts" >&5
    28702879if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then
    28712880  echo $ac_n "(cached) $ac_c" 1>&6
     
    28802889else
    28812890  cat > conftest.$ac_ext <<EOF
    2882 #line 2883 "configure"
     2891#line 2892 "configure"
    28832892#include "confdefs.h"
    28842893 int main() { if (-2 >> 1 == -1) exit(0); else exit(1); }
    28852894EOF
    2886 if { (eval echo configure:2887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     2895if { (eval echo configure:2896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    28872896then
    28882897  ac_cv_shift=yes
     
    29092918# check for a peculiar constructor initialization
    29102919echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6
    2911 echo "configure:2912: checking whether explicit C++ constructor calls are allowed" >&5
     2920echo "configure:2921: checking whether explicit C++ constructor calls are allowed" >&5
    29122921
    29132922ac_ext=C
     
    29222931else
    29232932  cat > conftest.$ac_ext <<EOF
    2924 #line 2925 "configure"
     2933#line 2934 "configure"
    29252934#include "confdefs.h"
    29262935
     
    29402949; return 0; }
    29412950EOF
    2942 if { (eval echo configure:2943: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2951if { (eval echo configure:2952: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    29432952  rm -rf conftest*
    29442953  ac_cv_explicit_const=yes
     
    29692978# sprintf returns number of printed chars
    29702979echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6
    2971 echo "configure:2972: checking whether vsprintf returns number of printed chars" >&5
     2980echo "configure:2981: checking whether vsprintf returns number of printed chars" >&5
    29722981if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then
    29732982  echo $ac_n "(cached) $ac_c" 1>&6
     
    29772986else
    29782987  cat > conftest.$ac_ext <<EOF
    2979 #line 2980 "configure"
     2988#line 2989 "configure"
    29802989#include "confdefs.h"
    29812990#include <stdio.h>
    29822991 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); }
    29832992EOF
    2984 if { (eval echo configure:2985: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     2993if { (eval echo configure:2994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    29852994then
    29862995  ac_cv_returns_n_of_chars=yes
     
    30083017# determine ALIGN_8
    30093018echo $ac_n "checking size of char""... $ac_c" 1>&6
    3010 echo "configure:3011: checking size of char" >&5
     3019echo "configure:3020: checking size of char" >&5
    30113020if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
    30123021  echo $ac_n "(cached) $ac_c" 1>&6
     
    30163025else
    30173026  cat > conftest.$ac_ext <<EOF
    3018 #line 3019 "configure"
     3027#line 3028 "configure"
    30193028#include "confdefs.h"
    30203029#include <stdio.h>
     
    30273036}
    30283037EOF
    3029 if { (eval echo configure:3030: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     3038if { (eval echo configure:3039: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    30303039then
    30313040  ac_cv_sizeof_char=`cat conftestval`
     
    30473056
    30483057echo $ac_n "checking size of short""... $ac_c" 1>&6
    3049 echo "configure:3050: checking size of short" >&5
     3058echo "configure:3059: checking size of short" >&5
    30503059if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    30513060  echo $ac_n "(cached) $ac_c" 1>&6
     
    30553064else
    30563065  cat > conftest.$ac_ext <<EOF
    3057 #line 3058 "configure"
     3066#line 3067 "configure"
    30583067#include "confdefs.h"
    30593068#include <stdio.h>
     
    30663075}
    30673076EOF
    3068 if { (eval echo configure:3069: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     3077if { (eval echo configure:3078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    30693078then
    30703079  ac_cv_sizeof_short=`cat conftestval`
     
    30863095
    30873096echo $ac_n "checking size of int""... $ac_c" 1>&6
    3088 echo "configure:3089: checking size of int" >&5
     3097echo "configure:3098: checking size of int" >&5
    30893098if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    30903099  echo $ac_n "(cached) $ac_c" 1>&6
     
    30943103else
    30953104  cat > conftest.$ac_ext <<EOF
    3096 #line 3097 "configure"
     3105#line 3106 "configure"
    30973106#include "confdefs.h"
    30983107#include <stdio.h>
     
    31053114}
    31063115EOF
    3107 if { (eval echo configure:3108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     3116if { (eval echo configure:3117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    31083117then
    31093118  ac_cv_sizeof_int=`cat conftestval`
     
    31253134
    31263135echo $ac_n "checking size of long""... $ac_c" 1>&6
    3127 echo "configure:3128: checking size of long" >&5
     3136echo "configure:3137: checking size of long" >&5
    31283137if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    31293138  echo $ac_n "(cached) $ac_c" 1>&6
     
    31333142else
    31343143  cat > conftest.$ac_ext <<EOF
    3135 #line 3136 "configure"
     3144#line 3145 "configure"
    31363145#include "confdefs.h"
    31373146#include <stdio.h>
     
    31443153}
    31453154EOF
    3146 if { (eval echo configure:3147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     3155if { (eval echo configure:3156: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    31473156then
    31483157  ac_cv_sizeof_long=`cat conftestval`
     
    31643173
    31653174echo $ac_n "checking size of void*""... $ac_c" 1>&6
    3166 echo "configure:3167: checking size of void*" >&5
     3175echo "configure:3176: checking size of void*" >&5
    31673176if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then
    31683177  echo $ac_n "(cached) $ac_c" 1>&6
     
    31723181else
    31733182  cat > conftest.$ac_ext <<EOF
    3174 #line 3175 "configure"
     3183#line 3184 "configure"
    31753184#include "confdefs.h"
    31763185#include <stdio.h>
     
    31833192}
    31843193EOF
    3185 if { (eval echo configure:3186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     3194if { (eval echo configure:3195: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    31863195then
    31873196  ac_cv_sizeof_voidp=`cat conftestval`
     
    32033212
    32043213echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
    3205 echo "configure:3206: checking whether byte ordering is bigendian" >&5
     3214echo "configure:3215: checking whether byte ordering is bigendian" >&5
    32063215if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
    32073216  echo $ac_n "(cached) $ac_c" 1>&6
     
    32103219# See if sys/param.h defines the BYTE_ORDER macro.
    32113220cat > conftest.$ac_ext <<EOF
    3212 #line 3213 "configure"
     3221#line 3222 "configure"
    32133222#include "confdefs.h"
    32143223#include <sys/types.h>
     
    32213230; return 0; }
    32223231EOF
    3223 if { (eval echo configure:3224: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3232if { (eval echo configure:3233: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    32243233  rm -rf conftest*
    32253234  # It does; now see whether it defined to BIG_ENDIAN or not.
    32263235cat > conftest.$ac_ext <<EOF
    3227 #line 3228 "configure"
     3236#line 3237 "configure"
    32283237#include "confdefs.h"
    32293238#include <sys/types.h>
     
    32363245; return 0; }
    32373246EOF
    3238 if { (eval echo configure:3239: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3247if { (eval echo configure:3248: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    32393248  rm -rf conftest*
    32403249  ac_cv_c_bigendian=yes
     
    32563265else
    32573266  cat > conftest.$ac_ext <<EOF
    3258 #line 3259 "configure"
     3267#line 3268 "configure"
    32593268#include "confdefs.h"
    32603269main () {
     
    32693278}
    32703279EOF
    3271 if { (eval echo configure:3272: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     3280if { (eval echo configure:3281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    32723281then
    32733282  ac_cv_c_bigendian=no
     
    33803389if test "$with_readline" != no; then
    33813390  echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
    3382 echo "configure:3383: checking for tgetent in -lncurses" >&5
     3391echo "configure:3392: checking for tgetent in -lncurses" >&5
    33833392ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
    33843393if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    33883397LIBS="-lncurses  $LIBS"
    33893398cat > conftest.$ac_ext <<EOF
    3390 #line 3391 "configure"
     3399#line 3400 "configure"
    33913400#include "confdefs.h"
    33923401/* Override any gcc2 internal prototype to avoid an error.  */
     
    33993408; return 0; }
    34003409EOF
    3401 if { (eval echo configure:3402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     3410if { (eval echo configure:3411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    34023411  rm -rf conftest*
    34033412  eval "ac_cv_lib_$ac_lib_var=yes"
     
    34263435\
    34273436   echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
    3428 echo "configure:3429: checking for tgetent in -lcurses" >&5
     3437echo "configure:3438: checking for tgetent in -lcurses" >&5
    34293438ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
    34303439if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    34343443LIBS="-lcurses  $LIBS"
    34353444cat > conftest.$ac_ext <<EOF
    3436 #line 3437 "configure"
     3445#line 3446 "configure"
    34373446#include "confdefs.h"
    34383447/* Override any gcc2 internal prototype to avoid an error.  */
     
    34453454; return 0; }
    34463455EOF
    3447 if { (eval echo configure:3448: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     3456if { (eval echo configure:3457: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    34483457  rm -rf conftest*
    34493458  eval "ac_cv_lib_$ac_lib_var=yes"
     
    34723481\
    34733482   echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
    3474 echo "configure:3475: checking for tgetent in -ltermcap" >&5
     3483echo "configure:3484: checking for tgetent in -ltermcap" >&5
    34753484ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
    34763485if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    34803489LIBS="-ltermcap  $LIBS"
    34813490cat > conftest.$ac_ext <<EOF
    3482 #line 3483 "configure"
     3491#line 3492 "configure"
    34833492#include "confdefs.h"
    34843493/* Override any gcc2 internal prototype to avoid an error.  */
     
    34913500; return 0; }
    34923501EOF
    3493 if { (eval echo configure:3494: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     3502if { (eval echo configure:3503: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    34943503  rm -rf conftest*
    34953504  eval "ac_cv_lib_$ac_lib_var=yes"
     
    35233532
    35243533   echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6
    3525 echo "configure:3526: checking for rl_abort in -lreadline" >&5
     3534echo "configure:3535: checking for rl_abort in -lreadline" >&5
    35263535ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'`
    35273536if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    35313540LIBS="-lreadline  $LIBS"
    35323541cat > conftest.$ac_ext <<EOF
    3533 #line 3534 "configure"
     3542#line 3543 "configure"
    35343543#include "confdefs.h"
    35353544/* Override any gcc2 internal prototype to avoid an error.  */
     
    35423551; return 0; }
    35433552EOF
    3544 if { (eval echo configure:3545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     3553if { (eval echo configure:3554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    35453554  rm -rf conftest*
    35463555  eval "ac_cv_lib_$ac_lib_var=yes"
     
    35733582ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    35743583echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3575 echo "configure:3576: checking for $ac_hdr" >&5
     3584echo "configure:3585: checking for $ac_hdr" >&5
    35763585if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    35773586  echo $ac_n "(cached) $ac_c" 1>&6
    35783587else
    35793588  cat > conftest.$ac_ext <<EOF
    3580 #line 3581 "configure"
     3589#line 3590 "configure"
    35813590#include "confdefs.h"
    35823591#include <$ac_hdr>
    35833592EOF
    35843593ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3585 { (eval echo configure:3586: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3594{ (eval echo configure:3595: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    35863595ac_err=`grep -v '^ *+' conftest.out`
    35873596if test -z "$ac_err"; then
     
    36123621      test "$ac_cv_header_readline_readline_h" = yes; then
    36133622     echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6
    3614 echo "configure:3615: checking whether readline.h is ok" >&5
     3623echo "configure:3624: checking whether readline.h is ok" >&5
    36153624     if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then
    36163625  echo $ac_n "(cached) $ac_c" 1>&6
    36173626else
    36183627  cat > conftest.$ac_ext <<EOF
    3619 #line 3620 "configure"
     3628#line 3629 "configure"
    36203629#include "confdefs.h"
    36213630#include<unistd.h>
     
    36423651; return 0; }
    36433652EOF
    3644 if { (eval echo configure:3645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     3653if { (eval echo configure:3654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    36453654  rm -rf conftest*
    36463655  ac_cv_header_readline_readline_h_ok="yes"
     
    36583667#not ok -- try once more with explicitly declaring everything
    36593668      echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6
    3660 echo "configure:3661: checking whether or not we nevertheless can use readline" >&5
     3669echo "configure:3670: checking whether or not we nevertheless can use readline" >&5
    36613670      if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then
    36623671  echo $ac_n "(cached) $ac_c" 1>&6
    36633672else
    36643673  cat > conftest.$ac_ext <<EOF
    3665 #line 3666 "configure"
     3674#line 3675 "configure"
    36663675#include "confdefs.h"
    36673676#include <stdio.h>
     
    36933702; return 0; }
    36943703EOF
    3695 if { (eval echo configure:3696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     3704if { (eval echo configure:3705: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    36963705  rm -rf conftest*
    36973706  ac_cv_have_readline="yes"
     
    37393748if test "$with_dld" = yes; then
    37403749  echo $ac_n "checking for dld_init in -ldld""... $ac_c" 1>&6
    3741 echo "configure:3742: checking for dld_init in -ldld" >&5
     3750echo "configure:3751: checking for dld_init in -ldld" >&5
    37423751ac_lib_var=`echo dld'_'dld_init | sed 'y%./+-%__p_%'`
    37433752if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37473756LIBS="-ldld  $LIBS"
    37483757cat > conftest.$ac_ext <<EOF
    3749 #line 3750 "configure"
     3758#line 3759 "configure"
    37503759#include "confdefs.h"
    37513760/* Override any gcc2 internal prototype to avoid an error.  */
     
    37583767; return 0; }
    37593768EOF
    3760 if { (eval echo configure:3761: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     3769if { (eval echo configure:3770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    37613770  rm -rf conftest*
    37623771  eval "ac_cv_lib_$ac_lib_var=yes"
     
    37853794# gmp, smallgmp, MP, MPT, factory, libfac
    37863795echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6
    3787 echo "configure:3788: checking for mpq_init in -lgmp" >&5
     3796echo "configure:3797: checking for mpq_init in -lgmp" >&5
    37883797ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'`
    37893798if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37933802LIBS="-lgmp  $LIBS"
    37943803cat > conftest.$ac_ext <<EOF
    3795 #line 3796 "configure"
     3804#line 3805 "configure"
    37963805#include "confdefs.h"
    37973806/* Override any gcc2 internal prototype to avoid an error.  */
     
    38043813; return 0; }
    38053814EOF
    3806 if { (eval echo configure:3807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     3815if { (eval echo configure:3816: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    38073816  rm -rf conftest*
    38083817  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38353844fi
    38363845echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6
    3837 echo "configure:3838: checking for mpz_init in -lsmallgmp" >&5
     3846echo "configure:3847: checking for mpz_init in -lsmallgmp" >&5
    38383847ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'`
    38393848if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    38433852LIBS="-lsmallgmp  $LIBS"
    38443853cat > conftest.$ac_ext <<EOF
    3845 #line 3846 "configure"
     3854#line 3855 "configure"
    38463855#include "confdefs.h"
    38473856/* Override any gcc2 internal prototype to avoid an error.  */
     
    38543863; return 0; }
    38553864EOF
    3856 if { (eval echo configure:3857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     3865if { (eval echo configure:3866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    38573866  rm -rf conftest*
    38583867  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38823891
    38833892echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    3884 echo "configure:3885: checking for IMP_PutGmpInt in -lMP" >&5
     3893echo "configure:3894: checking for IMP_PutGmpInt in -lMP" >&5
    38853894ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    38863895if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    38903899LIBS="-lMP  $LIBS"
    38913900cat > conftest.$ac_ext <<EOF
    3892 #line 3893 "configure"
     3901#line 3902 "configure"
    38933902#include "confdefs.h"
    38943903/* Override any gcc2 internal prototype to avoid an error.  */
     
    39013910; return 0; }
    39023911EOF
    3903 if { (eval echo configure:3904: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     3912if { (eval echo configure:3913: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    39043913  rm -rf conftest*
    39053914  eval "ac_cv_lib_$ac_lib_var=yes"
     
    39293938
    39303939echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    3931 echo "configure:3932: checking for MPT_GetTree in -lMPT" >&5
     3940echo "configure:3941: checking for MPT_GetTree in -lMPT" >&5
    39323941ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    39333942if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    39373946LIBS="-lMPT  $LIBS"
    39383947cat > conftest.$ac_ext <<EOF
    3939 #line 3940 "configure"
     3948#line 3949 "configure"
    39403949#include "confdefs.h"
    39413950/* Override any gcc2 internal prototype to avoid an error.  */
     
    39483957; return 0; }
    39493958EOF
    3950 if { (eval echo configure:3951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     3959if { (eval echo configure:3960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    39513960  rm -rf conftest*
    39523961  eval "ac_cv_lib_$ac_lib_var=yes"
     
    39763985
    39773986echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    3978 echo "configure:3979: checking for atof in -lsingcf" >&5
     3987echo "configure:3988: checking for atof in -lsingcf" >&5
    39793988ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    39803989if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    39843993LIBS="-lsingcf  $LIBS"
    39853994cat > conftest.$ac_ext <<EOF
    3986 #line 3987 "configure"
     3995#line 3996 "configure"
    39873996#include "confdefs.h"
    39883997/* Override any gcc2 internal prototype to avoid an error.  */
     
    39954004; return 0; }
    39964005EOF
    3997 if { (eval echo configure:3998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     4006if { (eval echo configure:4007: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    39984007  rm -rf conftest*
    39994008  eval "ac_cv_lib_$ac_lib_var=yes"
     
    40234032
    40244033echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    4025 echo "configure:4026: checking for atof in -lsingfac" >&5
     4034echo "configure:4035: checking for atof in -lsingfac" >&5
    40264035ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    40274036if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    40314040LIBS="-lsingfac  $LIBS"
    40324041cat > conftest.$ac_ext <<EOF
    4033 #line 4034 "configure"
     4042#line 4043 "configure"
    40344043#include "confdefs.h"
    40354044/* Override any gcc2 internal prototype to avoid an error.  */
     
    40424051; return 0; }
    40434052EOF
    4044 if { (eval echo configure:4045: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     4053if { (eval echo configure:4054: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    40454054  rm -rf conftest*
    40464055  eval "ac_cv_lib_$ac_lib_var=yes"
     
    40744083ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    40754084echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4076 echo "configure:4077: checking for $ac_hdr" >&5
     4085echo "configure:4086: checking for $ac_hdr" >&5
    40774086if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    40784087  echo $ac_n "(cached) $ac_c" 1>&6
    40794088else
    40804089  cat > conftest.$ac_ext <<EOF
    4081 #line 4082 "configure"
     4090#line 4091 "configure"
    40824091#include "confdefs.h"
    40834092#include <$ac_hdr>
    40844093EOF
    40854094ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4086 { (eval echo configure:4087: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4095{ (eval echo configure:4096: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    40874096ac_err=`grep -v '^ *+' conftest.out`
    40884097if test -z "$ac_err"; then
     
    41414150# evaluate results
    41424151echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    4143 echo "configure:4144: checking which apint package to use" >&5
     4152echo "configure:4153: checking which apint package to use" >&5
    41444153if test "${with_apint}" != gmp && test "${with_apint}" != smallgmp; then
    41454154  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    41824191
    41834192echo $ac_n "checking whether to have MP""... $ac_c" 1>&6
    4184 echo "configure:4185: checking whether to have MP" >&5
     4193echo "configure:4194: checking whether to have MP" >&5
    41854194if test "${with_MP}" != yes && test "${with_MP}" != no; then
    41864195  if (test "${will_have_gmp}" = yes) && \
     
    42134222
    42144223echo $ac_n "checking whether to have factory""... $ac_c" 1>&6
    4215 echo "configure:4216: checking whether to have factory" >&5
     4224echo "configure:4225: checking whether to have factory" >&5
    42164225if test "${with_factory}" != yes && test "${with_factory}" != no; then
    42174226  if test "$ac_factory_ok" =  yes || test "$enable_factory" = yes; then
     
    42444253     
    42454254echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6
    4246 echo "configure:4247: checking whether to have libfac" >&5
     4255echo "configure:4256: checking whether to have libfac" >&5
    42474256if test "${with_libfac}" != yes && test "${with_libfac}" != no; then
    42484257  if (test "${will_have_factory}" = yes) && \
     
    42764285
    42774286echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6
    4278 echo "configure:4279: checking whether to have dbm links" >&5
     4287echo "configure:4288: checking whether to have dbm links" >&5
    42794288if test "$with_dbm" != no; then
    42804289  cat >> confdefs.h <<\EOF
     
    42884297
    42894298echo $ac_n "checking which exponent types to use""... $ac_c" 1>&6
    4290 echo "configure:4291: checking which exponent types to use" >&5
     4299echo "configure:4300: checking which exponent types to use" >&5
    42914300if test "$with_exp_type" = "char"; then
    42924301  echo "$ac_t""char" 1>&6
  • configure

    r1bed80 r55c796  
    567567
    568568
     569echo $ac_n "checking uname for singular""... $ac_c" 1>&6
     570echo "configure:571: checking uname for singular" >&5
     571if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then
     572  echo $ac_n "(cached) $ac_c" 1>&6
     573else
     574  ac_cv_singuname="unknown"
     575if test -r "singuname.sh"; then
     576  if (/bin/sh singuname.sh >/dev/null 2>&1) then
     577    ac_cv_singuname=`/bin/sh singuname.sh`
     578  fi
     579fi
     580
     581fi
     582
     583echo "$ac_t""$ac_cv_singuname" 1>&6
     584if test "$ac_cv_singuname" = unknown; then
     585  { echo "configure: error: Unknown architecture: Check singuname.sh" 1>&2; exit 1; }
     586else
     587  SINGUNAME=$ac_cv_singuname
     588 
     589fi
     590
     591# stupid Win programs do not like dots in their pathnames
     592if test "$ac_cv_singuname" = ix86-Win; then
     593  VERSION_SEP="-"
     594else
     595  VERSION_SEP="."
     596fi
     597
    569598# make them to env variables
    570599# pass them indirectly to subsequent configures
     
    572601SINGULAR_MINOR_VERSION=2
    573602SINGULAR_SUB_VERSION=0
    574 SINGULAR_VERSION="${SINGULAR_MAJOR_VERSION}.${SINGULAR_MINOR_VERSION}.${SINGULAR_SUB_VERSION}"
     603SINGULAR_VERSION="${SINGULAR_MAJOR_VERSION}${VERSION_SEP}${SINGULAR_MINOR_VERSION}${VERSION_SEP}${SINGULAR_SUB_VERSION}"
    575604VERSION_DATE="June 1998"
    576605export SINGULAR_MINOR_VERSION
     
    582611
    583612
    584 echo $ac_n "checking uname for singular""... $ac_c" 1>&6
    585 echo "configure:586: checking uname for singular" >&5
    586 if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then
    587   echo $ac_n "(cached) $ac_c" 1>&6
    588 else
    589   ac_cv_singuname="unknown"
    590 if test -r "singuname.sh"; then
    591   if (/bin/sh singuname.sh >/dev/null 2>&1) then
    592     ac_cv_singuname=`/bin/sh singuname.sh`
    593   fi
    594 fi
    595 
    596 fi
    597 
    598 echo "$ac_t""$ac_cv_singuname" 1>&6
    599 if test "$ac_cv_singuname" = unknown; then
    600   { echo "configure: error: Unknown architecture: Check singuname.sh" 1>&2; exit 1; }
    601 else
    602   SINGUNAME=$ac_cv_singuname
    603  
    604 fi
    605613
    606614
     
    608616set dummy gcc; ac_word=$2
    609617echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    610 echo "configure:611: checking for $ac_word" >&5
     618echo "configure:619: checking for $ac_word" >&5
    611619if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    612620  echo $ac_n "(cached) $ac_c" 1>&6
     
    637645set dummy cc; ac_word=$2
    638646echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    639 echo "configure:640: checking for $ac_word" >&5
     647echo "configure:648: checking for $ac_word" >&5
    640648if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    641649  echo $ac_n "(cached) $ac_c" 1>&6
     
    685693
    686694echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    687 echo "configure:688: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     695echo "configure:696: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    688696
    689697ac_ext=c
     
    695703
    696704cat > conftest.$ac_ext <<EOF
    697 #line 698 "configure"
     705#line 706 "configure"
    698706#include "confdefs.h"
    699707main(){return(0);}
    700708EOF
    701 if { (eval echo configure:702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     709if { (eval echo configure:710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    702710  ac_cv_prog_cc_works=yes
    703711  # If we can't run a trivial program, we are probably using a cross compiler.
     
    719727fi
    720728echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    721 echo "configure:722: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     729echo "configure:730: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    722730echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    723731cross_compiling=$ac_cv_prog_cc_cross
    724732
    725733echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    726 echo "configure:727: checking whether we are using GNU C" >&5
     734echo "configure:735: checking whether we are using GNU C" >&5
    727735if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    728736  echo $ac_n "(cached) $ac_c" 1>&6
     
    733741#endif
    734742EOF
    735 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:736: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     743if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:744: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    736744  ac_cv_prog_gcc=yes
    737745else
     
    748756  CFLAGS=
    749757  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    750 echo "configure:751: checking whether ${CC-cc} accepts -g" >&5
     758echo "configure:759: checking whether ${CC-cc} accepts -g" >&5
    751759if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    752760  echo $ac_n "(cached) $ac_c" 1>&6
     
    776784
    777785echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    778 echo "configure:779: checking how to run the C preprocessor" >&5
     786echo "configure:787: checking how to run the C preprocessor" >&5
    779787# On Suns, sometimes $CPP names a directory.
    780788if test -n "$CPP" && test -d "$CPP"; then
     
    791799  # not just through cpp.
    792800  cat > conftest.$ac_ext <<EOF
    793 #line 794 "configure"
     801#line 802 "configure"
    794802#include "confdefs.h"
    795803#include <assert.h>
     
    797805EOF
    798806ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    799 { (eval echo configure:800: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     807{ (eval echo configure:808: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    800808ac_err=`grep -v '^ *+' conftest.out`
    801809if test -z "$ac_err"; then
     
    808816  CPP="${CC-cc} -E -traditional-cpp"
    809817  cat > conftest.$ac_ext <<EOF
    810 #line 811 "configure"
     818#line 819 "configure"
    811819#include "confdefs.h"
    812820#include <assert.h>
     
    814822EOF
    815823ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    816 { (eval echo configure:817: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     824{ (eval echo configure:825: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    817825ac_err=`grep -v '^ *+' conftest.out`
    818826if test -z "$ac_err"; then
     
    837845
    838846echo $ac_n "checking for AIX""... $ac_c" 1>&6
    839 echo "configure:840: checking for AIX" >&5
     847echo "configure:848: checking for AIX" >&5
    840848cat > conftest.$ac_ext <<EOF
    841 #line 842 "configure"
     849#line 850 "configure"
    842850#include "confdefs.h"
    843851#ifdef _AIX
     
    866874set dummy $ac_prog; ac_word=$2
    867875echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    868 echo "configure:869: checking for $ac_word" >&5
     876echo "configure:877: checking for $ac_word" >&5
    869877if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    870878  echo $ac_n "(cached) $ac_c" 1>&6
     
    895903
    896904echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    897 echo "configure:898: checking whether ln -s works" >&5
     905echo "configure:906: checking whether ln -s works" >&5
    898906if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    899907  echo $ac_n "(cached) $ac_c" 1>&6
     
    947955
    948956# construct name of installed Singular executable
    949 SINGULAR=${bindir}/Singular-${SINGULAR_MAJOR_VERSION}.${SINGULAR_MINOR_VERSION}.${SINGULAR_SUB_VERSION}
     957SINGULAR=${bindir}/Singular-${SINGULAR_MAJOR_VERSION}${VERSION_SEP}${SINGULAR_MINOR_VERSION}${VERSION_SEP}${SINGULAR_SUB_VERSION}
    950958export SINGULAR
    951959
     
    958966# check for AIX
    959967echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    960 echo "configure:961: checking whether _AIX is defined" >&5
     968echo "configure:969: checking whether _AIX is defined" >&5
    961969if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    962970  echo $ac_n "(cached) $ac_c" 1>&6
    963971else
    964972  cat > conftest.$ac_ext <<EOF
    965 #line 966 "configure"
     973#line 974 "configure"
    966974#include "confdefs.h"
    967975#ifdef _AIX
     
    989997
    990998echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    991 echo "configure:992: checking for atof in -lm" >&5
     999echo "configure:1000: checking for atof in -lm" >&5
    9921000ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    9931001if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    9971005LIBS="-lm  $LIBS"
    9981006cat > conftest.$ac_ext <<EOF
    999 #line 1000 "configure"
     1007#line 1008 "configure"
    10001008#include "confdefs.h"
    10011009/* Override any gcc2 internal prototype to avoid an error.  */
     
    10081016; return 0; }
    10091017EOF
    1010 if { (eval echo configure:1011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1018if { (eval echo configure:1019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    10111019  rm -rf conftest*
    10121020  eval "ac_cv_lib_$ac_lib_var=yes"
     
    10361044
    10371045echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1038 echo "configure:1039: checking for socket in -lbsd" >&5
     1046echo "configure:1047: checking for socket in -lbsd" >&5
    10391047ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    10401048if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    10441052LIBS="-lbsd  $LIBS"
    10451053cat > conftest.$ac_ext <<EOF
    1046 #line 1047 "configure"
     1054#line 1055 "configure"
    10471055#include "confdefs.h"
    10481056/* Override any gcc2 internal prototype to avoid an error.  */
     
    10551063; return 0; }
    10561064EOF
    1057 if { (eval echo configure:1058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1065if { (eval echo configure:1066: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    10581066  rm -rf conftest*
    10591067  eval "ac_cv_lib_$ac_lib_var=yes"
     
    10831091
    10841092echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1085 echo "configure:1086: checking for listen in -lsocket" >&5
     1093echo "configure:1094: checking for listen in -lsocket" >&5
    10861094ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    10871095if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    10911099LIBS="-lsocket  $LIBS"
    10921100cat > conftest.$ac_ext <<EOF
    1093 #line 1094 "configure"
     1101#line 1102 "configure"
    10941102#include "confdefs.h"
    10951103/* Override any gcc2 internal prototype to avoid an error.  */
     
    11021110; return 0; }
    11031111EOF
    1104 if { (eval echo configure:1105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1112if { (eval echo configure:1113: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    11051113  rm -rf conftest*
    11061114  eval "ac_cv_lib_$ac_lib_var=yes"
     
    11301138
    11311139echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1132 echo "configure:1133: checking for gethostbyname in -lnsl" >&5
     1140echo "configure:1141: checking for gethostbyname in -lnsl" >&5
    11331141ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    11341142if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11381146LIBS="-lnsl  $LIBS"
    11391147cat > conftest.$ac_ext <<EOF
    1140 #line 1141 "configure"
     1148#line 1149 "configure"
    11411149#include "confdefs.h"
    11421150/* Override any gcc2 internal prototype to avoid an error.  */
     
    11491157; return 0; }
    11501158EOF
    1151 if { (eval echo configure:1152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1159if { (eval echo configure:1160: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    11521160  rm -rf conftest*
    11531161  eval "ac_cv_lib_$ac_lib_var=yes"
     
    11771185
    11781186echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6
    1179 echo "configure:1180: checking for mpq_init in -lgmp" >&5
     1187echo "configure:1188: checking for mpq_init in -lgmp" >&5
    11801188ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'`
    11811189if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11851193LIBS="-lgmp  $LIBS"
    11861194cat > conftest.$ac_ext <<EOF
    1187 #line 1188 "configure"
     1195#line 1196 "configure"
    11881196#include "confdefs.h"
    11891197/* Override any gcc2 internal prototype to avoid an error.  */
     
    11961204; return 0; }
    11971205EOF
    1198 if { (eval echo configure:1199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1206if { (eval echo configure:1207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    11991207  rm -rf conftest*
    12001208  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12241232
    12251233echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6
    1226 echo "configure:1227: checking for mpz_init in -lsmallgmp" >&5
     1234echo "configure:1235: checking for mpz_init in -lsmallgmp" >&5
    12271235ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'`
    12281236if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12321240LIBS="-lsmallgmp  $LIBS"
    12331241cat > conftest.$ac_ext <<EOF
    1234 #line 1235 "configure"
     1242#line 1243 "configure"
    12351243#include "confdefs.h"
    12361244/* Override any gcc2 internal prototype to avoid an error.  */
     
    12431251; return 0; }
    12441252EOF
    1245 if { (eval echo configure:1246: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1253if { (eval echo configure:1254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    12461254  rm -rf conftest*
    12471255  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12711279
    12721280echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    1273 echo "configure:1274: checking for IMP_PutGmpInt in -lMP" >&5
     1281echo "configure:1282: checking for IMP_PutGmpInt in -lMP" >&5
    12741282ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    12751283if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12791287LIBS="-lMP  $LIBS"
    12801288cat > conftest.$ac_ext <<EOF
    1281 #line 1282 "configure"
     1289#line 1290 "configure"
    12821290#include "confdefs.h"
    12831291/* Override any gcc2 internal prototype to avoid an error.  */
     
    12901298; return 0; }
    12911299EOF
    1292 if { (eval echo configure:1293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1300if { (eval echo configure:1301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    12931301  rm -rf conftest*
    12941302  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13181326
    13191327echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    1320 echo "configure:1321: checking for MPT_GetTree in -lMPT" >&5
     1328echo "configure:1329: checking for MPT_GetTree in -lMPT" >&5
    13211329ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    13221330if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13261334LIBS="-lMPT  $LIBS"
    13271335cat > conftest.$ac_ext <<EOF
    1328 #line 1329 "configure"
     1336#line 1337 "configure"
    13291337#include "confdefs.h"
    13301338/* Override any gcc2 internal prototype to avoid an error.  */
     
    13371345; return 0; }
    13381346EOF
    1339 if { (eval echo configure:1340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1347if { (eval echo configure:1348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    13401348  rm -rf conftest*
    13411349  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13651373
    13661374echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    1367 echo "configure:1368: checking for atof in -lsingcf" >&5
     1375echo "configure:1376: checking for atof in -lsingcf" >&5
    13681376ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    13691377if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13731381LIBS="-lsingcf  $LIBS"
    13741382cat > conftest.$ac_ext <<EOF
    1375 #line 1376 "configure"
     1383#line 1384 "configure"
    13761384#include "confdefs.h"
    13771385/* Override any gcc2 internal prototype to avoid an error.  */
     
    13841392; return 0; }
    13851393EOF
    1386 if { (eval echo configure:1387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1394if { (eval echo configure:1395: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    13871395  rm -rf conftest*
    13881396  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14121420
    14131421echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    1414 echo "configure:1415: checking for atof in -lsingfac" >&5
     1422echo "configure:1423: checking for atof in -lsingfac" >&5
    14151423ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    14161424if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14201428LIBS="-lsingfac  $LIBS"
    14211429cat > conftest.$ac_ext <<EOF
    1422 #line 1423 "configure"
     1430#line 1431 "configure"
    14231431#include "confdefs.h"
    14241432/* Override any gcc2 internal prototype to avoid an error.  */
     
    14311439; return 0; }
    14321440EOF
    1433 if { (eval echo configure:1434: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1441if { (eval echo configure:1442: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    14341442  rm -rf conftest*
    14351443  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14631471ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    14641472echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1465 echo "configure:1466: checking for $ac_hdr" >&5
     1473echo "configure:1474: checking for $ac_hdr" >&5
    14661474if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    14671475  echo $ac_n "(cached) $ac_c" 1>&6
    14681476else
    14691477  cat > conftest.$ac_ext <<EOF
    1470 #line 1471 "configure"
     1478#line 1479 "configure"
    14711479#include "confdefs.h"
    14721480#include <$ac_hdr>
    14731481EOF
    14741482ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1475 { (eval echo configure:1476: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1483{ (eval echo configure:1484: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    14761484ac_err=`grep -v '^ *+' conftest.out`
    14771485if test -z "$ac_err"; then
     
    15981606
    15991607echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6
    1600 echo "configure:1601: checking whether to configure and build gmp lib" >&5
     1608echo "configure:1609: checking whether to configure and build gmp lib" >&5
    16011609if test "$enable_gmp" != yes && test "$enable_gmp" != no; then
    16021610  if test "$ac_gmp_ok" != yes && test -d gmp; then
     
    16241632
    16251633echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6
    1626 echo "configure:1627: checking whether to configure and build smallgmp lib" >&5
     1634echo "configure:1635: checking whether to configure and build smallgmp lib" >&5
    16271635if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then
    16281636  if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \
     
    16631671
    16641672echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6
    1665 echo "configure:1666: checking whether to configure and build MP lib" >&5
     1673echo "configure:1674: checking whether to configure and build MP lib" >&5
    16661674if test "$enable_MP" != yes && test "$enable_MP" != no; then
    16671675  if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \
     
    16921700 
    16931701echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6
    1694 echo "configure:1695: checking whether to configure and build factory lib" >&5
     1702echo "configure:1703: checking whether to configure and build factory lib" >&5
    16951703if test "$enable_factory" != yes && test "$enable_factory" != no; then
    16961704  if test "$with_factory" != no && test "$ac_factory_ok" != yes && \
     
    17171725
    17181726echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6
    1719 echo "configure:1720: checking whether to configure and build libfac lib" >&5
     1727echo "configure:1728: checking whether to configure and build libfac lib" >&5
    17201728if test "$enable_libfac" != yes && test "$enable_libfac" != no; then
    17211729  if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \
     
    17471755
    17481756echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6
    1749 echo "configure:1750: checking whether to configure and build sgroup lib" >&5
     1757echo "configure:1758: checking whether to configure and build sgroup lib" >&5
    17501758if test "$enable_sgroup" != yes && test "$enable_sgroup" != no; then
    17511759  if test "$with_sgroup" != no && test "$ac_sgroup_ok" != yes && \
     
    17771785
    17781786echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6
    1779 echo "configure:1780: checking whether to configure and build Singular" >&5
     1787echo "configure:1788: checking whether to configure and build Singular" >&5
    17801788if test "$enable_Singular" != yes && test "$enable_Singular" != no; then
    17811789  if test "$with_Singular" != no && test -d Singular; then
     
    18021810
    18031811echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    1804 echo "configure:1805: checking which apint package to use" >&5
     1812echo "configure:1813: checking which apint package to use" >&5
    18051813if test "$with_apint" = gmp; then
    18061814  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    18261834
    18271835echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6
    1828 echo "configure:1829: checking whether to use with MP" >&5
     1836echo "configure:1837: checking whether to use with MP" >&5
    18291837if test "$with_MP" = yes; then
    18301838  if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then
     
    18451853
    18461854echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6
    1847 echo "configure:1848: checking whether to use with factory" >&5
     1855echo "configure:1856: checking whether to use with factory" >&5
    18481856if test "$with_factory" = yes; then
    18491857  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
     
    18641872 
    18651873echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6
    1866 echo "configure:1867: checking whether to use with libfac" >&5
     1874echo "configure:1875: checking whether to use with libfac" >&5
    18671875if test "$with_libfac" = yes; then
    18681876  if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then
     
    18831891
    18841892echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6
    1885 echo "configure:1886: checking whether to use with Singular" >&5
     1893echo "configure:1894: checking whether to use with Singular" >&5
    18861894if test "$with_Singular" != no && test "$with_Singular" != yes; then
    18871895  if test "$enable_Singular" = yes; then
     
    19281936
    19291937echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1930 echo "configure:1931: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1938echo "configure:1939: checking whether ${MAKE-make} sets \${MAKE}" >&5
    19311939set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    19321940if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    21202128s%@infodir@%$infodir%g
    21212129s%@mandir@%$mandir%g
     2130s%@SINGUNAME@%$SINGUNAME%g
    21222131s%@SINGULAR_VERSION@%$SINGULAR_VERSION%g
    2123 s%@SINGUNAME@%$SINGUNAME%g
    21242132s%@CC@%$CC%g
    21252133s%@CPP@%$CPP%g
Note: See TracChangeset for help on using the changeset viewer.