Changeset 9b5a11 in git


Ignore:
Timestamp:
Aug 16, 2000, 11:05:00 AM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c18334b998a8adbf0013b8e1ce0824774019443e')
Children:
ab83208afbf15ecc4059a30826fbfcef2ef0e052
Parents:
636ece850b5fea8c14ac57afaa4bc4be39de0331
Message:
* bug fix


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

Legend:

Unmodified
Added
Removed
  • Singular/configure

    r636ece r9b5a11  
    3838                             -- default type is short
    3939                             -- possible other types are char and int"
    40 ac_help="$ac_help
    41   --with-gmalloc          use our own gmalloc routines, instead of the ones
    42                              provided by the system"
    4340
    4441# Initialize some variables set by options.
     
    481478# A filename unique to this package, relative to the directory that
    482479# configure is in, which we can look for to find out if srcdir is correct.
    483 ac_unique_file=gmalloc.c
     480ac_unique_file=mmalloc.cc
    484481
    485482# Find the source files, if location was not specified.
     
    555552
    556553echo $ac_n "checking uname for singular""... $ac_c" 1>&6
    557 echo "configure:558: checking uname for singular" >&5
     554echo "configure:555: checking uname for singular" >&5
    558555if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then
    559556  echo $ac_n "(cached) $ac_c" 1>&6
     
    652649set dummy gcc; ac_word=$2
    653650echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    654 echo "configure:655: checking for $ac_word" >&5
     651echo "configure:652: checking for $ac_word" >&5
    655652if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    656653  echo $ac_n "(cached) $ac_c" 1>&6
     
    682679set dummy cc; ac_word=$2
    683680echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    684 echo "configure:685: checking for $ac_word" >&5
     681echo "configure:682: checking for $ac_word" >&5
    685682if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    686683  echo $ac_n "(cached) $ac_c" 1>&6
     
    733730set dummy cl; ac_word=$2
    734731echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    735 echo "configure:736: checking for $ac_word" >&5
     732echo "configure:733: checking for $ac_word" >&5
    736733if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    737734  echo $ac_n "(cached) $ac_c" 1>&6
     
    765762
    766763echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    767 echo "configure:768: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     764echo "configure:765: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    768765
    769766ac_ext=c
     
    776773cat > conftest.$ac_ext << EOF
    777774
    778 #line 779 "configure"
     775#line 776 "configure"
    779776#include "confdefs.h"
    780777
    781778main(){return(0);}
    782779EOF
    783 if { (eval echo configure:784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     780if { (eval echo configure:781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    784781  ac_cv_prog_cc_works=yes
    785782  # If we can't run a trivial program, we are probably using a cross compiler.
     
    807804fi
    808805echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    809 echo "configure:810: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     806echo "configure:807: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    810807echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    811808cross_compiling=$ac_cv_prog_cc_cross
    812809
    813810echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    814 echo "configure:815: checking whether we are using GNU C" >&5
     811echo "configure:812: checking whether we are using GNU C" >&5
    815812if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    816813  echo $ac_n "(cached) $ac_c" 1>&6
     
    821818#endif
    822819EOF
    823 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:824: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     820if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:821: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    824821  ac_cv_prog_gcc=yes
    825822else
     
    840837CFLAGS=
    841838echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    842 echo "configure:843: checking whether ${CC-cc} accepts -g" >&5
     839echo "configure:840: checking whether ${CC-cc} accepts -g" >&5
    843840if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    844841  echo $ac_n "(cached) $ac_c" 1>&6
     
    872869
    873870echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    874 echo "configure:875: checking how to run the C preprocessor" >&5
     871echo "configure:872: checking how to run the C preprocessor" >&5
    875872# On Suns, sometimes $CPP names a directory.
    876873if test -n "$CPP" && test -d "$CPP"; then
     
    887884  # not just through cpp.
    888885  cat > conftest.$ac_ext <<EOF
    889 #line 890 "configure"
     886#line 887 "configure"
    890887#include "confdefs.h"
    891888#include <assert.h>
     
    893890EOF
    894891ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    895 { (eval echo configure:896: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     892{ (eval echo configure:893: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    896893ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    897894if test -z "$ac_err"; then
     
    904901  CPP="${CC-cc} -E -traditional-cpp"
    905902  cat > conftest.$ac_ext <<EOF
    906 #line 907 "configure"
     903#line 904 "configure"
    907904#include "confdefs.h"
    908905#include <assert.h>
     
    910907EOF
    911908ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    912 { (eval echo configure:913: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     909{ (eval echo configure:910: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    913910ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    914911if test -z "$ac_err"; then
     
    921918  CPP="${CC-cc} -nologo -E"
    922919  cat > conftest.$ac_ext <<EOF
    923 #line 924 "configure"
     920#line 921 "configure"
    924921#include "confdefs.h"
    925922#include <assert.h>
     
    927924EOF
    928925ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    929 { (eval echo configure:930: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     926{ (eval echo configure:927: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    930927ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    931928if test -z "$ac_err"; then
     
    956953set dummy $ac_prog; ac_word=$2
    957954echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    958 echo "configure:959: checking for $ac_word" >&5
     955echo "configure:956: checking for $ac_word" >&5
    959956if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    960957  echo $ac_n "(cached) $ac_c" 1>&6
     
    988985
    989986echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    990 echo "configure:991: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     987echo "configure:988: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    991988
    992989ac_ext=C
     
    999996cat > conftest.$ac_ext << EOF
    1000997
    1001 #line 1002 "configure"
     998#line 999 "configure"
    1002999#include "confdefs.h"
    10031000
    10041001int main(){return(0);}
    10051002EOF
    1006 if { (eval echo configure:1007: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1003if { (eval echo configure:1004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    10071004  ac_cv_prog_cxx_works=yes
    10081005  # If we can't run a trivial program, we are probably using a cross compiler.
     
    10301027fi
    10311028echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1032 echo "configure:1033: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     1029echo "configure:1030: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    10331030echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
    10341031cross_compiling=$ac_cv_prog_cxx_cross
    10351032
    10361033echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    1037 echo "configure:1038: checking whether we are using GNU C++" >&5
     1034echo "configure:1035: checking whether we are using GNU C++" >&5
    10381035if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    10391036  echo $ac_n "(cached) $ac_c" 1>&6
     
    10441041#endif
    10451042EOF
    1046 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1047: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1043if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1044: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    10471044  ac_cv_prog_gxx=yes
    10481045else
     
    10631060CXXFLAGS=
    10641061echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    1065 echo "configure:1066: checking whether ${CXX-g++} accepts -g" >&5
     1062echo "configure:1063: checking whether ${CXX-g++} accepts -g" >&5
    10661063if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    10671064  echo $ac_n "(cached) $ac_c" 1>&6
     
    11251122# ./install, which can be erroneously created by make from ./install.sh.
    11261123echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1127 echo "configure:1128: checking for a BSD compatible install" >&5
     1124echo "configure:1125: checking for a BSD compatible install" >&5
    11281125if test -z "$INSTALL"; then
    11291126if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    11781175
    11791176echo $ac_n "checking for AIX""... $ac_c" 1>&6
    1180 echo "configure:1181: checking for AIX" >&5
     1177echo "configure:1178: checking for AIX" >&5
    11811178cat > conftest.$ac_ext <<EOF
    1182 #line 1183 "configure"
     1179#line 1180 "configure"
    11831180#include "confdefs.h"
    11841181#ifdef _AIX
     
    12101207# check whether the compiler accepts -pipe
    12111208echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6
    1212 echo "configure:1213: checking whether compiler accepts -pipe" >&5
     1209echo "configure:1210: checking whether compiler accepts -pipe" >&5
    12131210temp_cflags=${CFLAGS}
    12141211CFLAGS="${CFLAGS} -pipe"
     
    12171214else
    12181215  cat > conftest.$ac_ext <<EOF
    1219 #line 1220 "configure"
     1216#line 1217 "configure"
    12201217#include "confdefs.h"
    12211218
     
    12241221; return 0; }
    12251222EOF
    1226 if { (eval echo configure:1227: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1223if { (eval echo configure:1224: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    12271224  rm -rf conftest*
    12281225  ac_cv_cxx_have_pipe=yes
     
    12481245# Customize CFLAGS
    12491246echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    1250 echo "configure:1251: checking whether _AIX is defined" >&5
     1247echo "configure:1248: checking whether _AIX is defined" >&5
    12511248if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    12521249  echo $ac_n "(cached) $ac_c" 1>&6
    12531250else
    12541251  cat > conftest.$ac_ext <<EOF
    1255 #line 1256 "configure"
     1252#line 1253 "configure"
    12561253#include "confdefs.h"
    12571254#ifdef _AIX
     
    13041301
    13051302echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1306 echo "configure:1307: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1303echo "configure:1304: checking whether ${MAKE-make} sets \${MAKE}" >&5
    13071304set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    13081305if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    13821379if test "${with_lex+set}" != set; then
    13831380  echo $ac_n "checking for flex""... $ac_c" 1>&6
    1384 echo "configure:1385: checking for flex" >&5
     1381echo "configure:1382: checking for flex" >&5
    13851382    if eval "test \"`echo '$''{'ac_cv_prog_flex'+set}'`\" = set"; then
    13861383  echo $ac_n "(cached) $ac_c" 1>&6
     
    14131410set dummy $ac_prog; ac_word=$2
    14141411echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1415 echo "configure:1416: checking for $ac_word" >&5
     1412echo "configure:1413: checking for $ac_word" >&5
    14161413if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    14171414  echo $ac_n "(cached) $ac_c" 1>&6
     
    14531450set dummy $ac_prog; ac_word=$2
    14541451echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1455 echo "configure:1456: checking for $ac_word" >&5
     1452echo "configure:1453: checking for $ac_word" >&5
    14561453if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then
    14571454  echo $ac_n "(cached) $ac_c" 1>&6
     
    14881485# ln -s
    14891486echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1490 echo "configure:1491: checking whether ln -s works" >&5
     1487echo "configure:1488: checking whether ln -s works" >&5
    14911488if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    14921489  echo $ac_n "(cached) $ac_c" 1>&6
     
    15141511set dummy $ac_prog; ac_word=$2
    15151512echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1516 echo "configure:1517: checking for $ac_word" >&5
     1513echo "configure:1514: checking for $ac_word" >&5
    15171514if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    15181515  echo $ac_n "(cached) $ac_c" 1>&6
     
    15461543# lib checks
    15471544echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1548 echo "configure:1549: checking for atof in -lm" >&5
     1545echo "configure:1546: checking for atof in -lm" >&5
    15491546ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    15501547if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15541551LIBS="-lm  $LIBS"
    15551552cat > conftest.$ac_ext <<EOF
    1556 #line 1557 "configure"
     1553#line 1554 "configure"
    15571554#include "confdefs.h"
    15581555/* Override any gcc2 internal prototype to avoid an error.  */
     
    15651562; return 0; }
    15661563EOF
    1567 if { (eval echo configure:1568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1564if { (eval echo configure:1565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15681565  rm -rf conftest*
    15691566  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15931590
    15941591echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1595 echo "configure:1596: checking for socket in -lbsd" >&5
     1592echo "configure:1593: checking for socket in -lbsd" >&5
    15961593ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    15971594if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16011598LIBS="-lbsd  $LIBS"
    16021599cat > conftest.$ac_ext <<EOF
    1603 #line 1604 "configure"
     1600#line 1601 "configure"
    16041601#include "confdefs.h"
    16051602/* Override any gcc2 internal prototype to avoid an error.  */
     
    16121609; return 0; }
    16131610EOF
    1614 if { (eval echo configure:1615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1611if { (eval echo configure:1612: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16151612  rm -rf conftest*
    16161613  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16401637
    16411638echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1642 echo "configure:1643: checking for listen in -lsocket" >&5
     1639echo "configure:1640: checking for listen in -lsocket" >&5
    16431640ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    16441641if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16481645LIBS="-lsocket  $LIBS"
    16491646cat > conftest.$ac_ext <<EOF
    1650 #line 1651 "configure"
     1647#line 1648 "configure"
    16511648#include "confdefs.h"
    16521649/* Override any gcc2 internal prototype to avoid an error.  */
     
    16591656; return 0; }
    16601657EOF
    1661 if { (eval echo configure:1662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1658if { (eval echo configure:1659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16621659  rm -rf conftest*
    16631660  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16871684
    16881685echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1689 echo "configure:1690: checking for gethostbyname in -lnsl" >&5
     1686echo "configure:1687: checking for gethostbyname in -lnsl" >&5
    16901687ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    16911688if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16951692LIBS="-lnsl  $LIBS"
    16961693cat > conftest.$ac_ext <<EOF
    1697 #line 1698 "configure"
     1694#line 1695 "configure"
    16981695#include "confdefs.h"
    16991696/* Override any gcc2 internal prototype to avoid an error.  */
     
    17061703; return 0; }
    17071704EOF
    1708 if { (eval echo configure:1709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1705if { (eval echo configure:1706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17091706  rm -rf conftest*
    17101707  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17341731
    17351732echo $ac_n "checking for index in -lucb""... $ac_c" 1>&6
    1736 echo "configure:1737: checking for index in -lucb" >&5
     1733echo "configure:1734: checking for index in -lucb" >&5
    17371734ac_lib_var=`echo ucb'_'index | sed 'y%./+-%__p_%'`
    17381735if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17421739LIBS="-lucb  $LIBS"
    17431740cat > conftest.$ac_ext <<EOF
    1744 #line 1745 "configure"
     1741#line 1742 "configure"
    17451742#include "confdefs.h"
    17461743/* Override any gcc2 internal prototype to avoid an error.  */
     
    17531750; return 0; }
    17541751EOF
    1755 if { (eval echo configure:1756: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1752if { (eval echo configure:1753: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17561753  rm -rf conftest*
    17571754  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17831780# heder file checks
    17841781echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1785 echo "configure:1786: checking for ANSI C header files" >&5
     1782echo "configure:1783: checking for ANSI C header files" >&5
    17861783if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    17871784  echo $ac_n "(cached) $ac_c" 1>&6
    17881785else
    17891786  cat > conftest.$ac_ext <<EOF
    1790 #line 1791 "configure"
     1787#line 1788 "configure"
    17911788#include "confdefs.h"
    17921789#include <stdlib.h>
     
    17961793EOF
    17971794ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1798 { (eval echo configure:1799: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1795{ (eval echo configure:1796: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    17991796ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    18001797if test -z "$ac_err"; then
     
    18131810  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    18141811cat > conftest.$ac_ext <<EOF
    1815 #line 1816 "configure"
     1812#line 1813 "configure"
    18161813#include "confdefs.h"
    18171814#include <string.h>
     
    18311828  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    18321829cat > conftest.$ac_ext <<EOF
    1833 #line 1834 "configure"
     1830#line 1831 "configure"
    18341831#include "confdefs.h"
    18351832#include <stdlib.h>
     
    18521849else
    18531850  cat > conftest.$ac_ext <<EOF
    1854 #line 1855 "configure"
     1851#line 1852 "configure"
    18551852#include "confdefs.h"
    18561853#include <ctype.h>
     
    18631860
    18641861EOF
    1865 if { (eval echo configure:1866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1862if { (eval echo configure:1863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    18661863then
    18671864  :
     
    18901887ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    18911888echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1892 echo "configure:1893: checking for $ac_hdr" >&5
     1889echo "configure:1890: checking for $ac_hdr" >&5
    18931890if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    18941891  echo $ac_n "(cached) $ac_c" 1>&6
    18951892else
    18961893  cat > conftest.$ac_ext <<EOF
    1897 #line 1898 "configure"
     1894#line 1895 "configure"
    18981895#include "confdefs.h"
    18991896#include <$ac_hdr>
    19001897EOF
    19011898ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1902 { (eval echo configure:1903: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1899{ (eval echo configure:1900: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    19031900ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    19041901if test -z "$ac_err"; then
     
    19281925
    19291926
    1930 for ac_hdr in malloc.h sys/file.h sys/ioctl.h sys/time.h sys/times.h sys/types.h sys/stat.h fcntl.h sys/param.h pwd.h asm/sigcontext.h pwd.h termcap.h termios.h term.h readline/readline.h
     1927for ac_hdr in sys/file.h sys/ioctl.h sys/time.h sys/times.h sys/types.h sys/stat.h fcntl.h sys/param.h pwd.h asm/sigcontext.h pwd.h termcap.h termios.h term.h readline/readline.h
    19311928do
    19321929ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    19331930echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1934 echo "configure:1935: checking for $ac_hdr" >&5
     1931echo "configure:1932: checking for $ac_hdr" >&5
    19351932if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    19361933  echo $ac_n "(cached) $ac_c" 1>&6
    19371934else
    19381935  cat > conftest.$ac_ext <<EOF
    1939 #line 1940 "configure"
     1936#line 1937 "configure"
    19401937#include "confdefs.h"
    19411938#include <$ac_hdr>
    19421939EOF
    19431940ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1944 { (eval echo configure:1945: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1941{ (eval echo configure:1942: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    19451942ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    19461943if test -z "$ac_err"; then
     
    19711968# typedefs, structures
    19721969echo $ac_n "checking for working const""... $ac_c" 1>&6
    1973 echo "configure:1974: checking for working const" >&5
     1970echo "configure:1971: checking for working const" >&5
    19741971if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    19751972  echo $ac_n "(cached) $ac_c" 1>&6
    19761973else
    19771974  cat > conftest.$ac_ext <<EOF
    1978 #line 1979 "configure"
     1975#line 1976 "configure"
    19791976#include "confdefs.h"
    19801977
     
    20252022; return 0; }
    20262023EOF
    2027 if { (eval echo configure:2028: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2024if { (eval echo configure:2025: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20282025  rm -rf conftest*
    20292026  ac_cv_c_const=yes
     
    20462043
    20472044echo $ac_n "checking for inline""... $ac_c" 1>&6
    2048 echo "configure:2049: checking for inline" >&5
     2045echo "configure:2046: checking for inline" >&5
    20492046if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    20502047  echo $ac_n "(cached) $ac_c" 1>&6
     
    20532050for ac_kw in inline __inline__ __inline; do
    20542051  cat > conftest.$ac_ext <<EOF
    2055 #line 2056 "configure"
     2052#line 2053 "configure"
    20562053#include "confdefs.h"
    20572054
     
    20602057; return 0; }
    20612058EOF
    2062 if { (eval echo configure:2063: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2059if { (eval echo configure:2060: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20632060  rm -rf conftest*
    20642061  ac_cv_c_inline=$ac_kw; break
     
    20862083
    20872084echo $ac_n "checking for size_t""... $ac_c" 1>&6
    2088 echo "configure:2089: checking for size_t" >&5
     2085echo "configure:2086: checking for size_t" >&5
    20892086if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    20902087  echo $ac_n "(cached) $ac_c" 1>&6
    20912088else
    20922089  cat > conftest.$ac_ext <<EOF
    2093 #line 2094 "configure"
     2090#line 2091 "configure"
    20942091#include "confdefs.h"
    20952092#include <sys/types.h>
     
    21192116
    21202117echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    2121 echo "configure:2122: checking whether time.h and sys/time.h may both be included" >&5
     2118echo "configure:2119: checking whether time.h and sys/time.h may both be included" >&5
    21222119if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    21232120  echo $ac_n "(cached) $ac_c" 1>&6
    21242121else
    21252122  cat > conftest.$ac_ext <<EOF
    2126 #line 2127 "configure"
     2123#line 2124 "configure"
    21272124#include "confdefs.h"
    21282125#include <sys/types.h>
     
    21332130; return 0; }
    21342131EOF
    2135 if { (eval echo configure:2136: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2132if { (eval echo configure:2133: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    21362133  rm -rf conftest*
    21372134  ac_cv_header_time=yes
     
    21542151
    21552152echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    2156 echo "configure:2157: checking whether struct tm is in sys/time.h or time.h" >&5
     2153echo "configure:2154: checking whether struct tm is in sys/time.h or time.h" >&5
    21572154if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    21582155  echo $ac_n "(cached) $ac_c" 1>&6
    21592156else
    21602157  cat > conftest.$ac_ext <<EOF
    2161 #line 2162 "configure"
     2158#line 2159 "configure"
    21622159#include "confdefs.h"
    21632160#include <sys/types.h>
     
    21672164; return 0; }
    21682165EOF
    2169 if { (eval echo configure:2170: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2166if { (eval echo configure:2167: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    21702167  rm -rf conftest*
    21712168  ac_cv_struct_tm=time.h
     
    21922189# for constant arguments.  Useless!
    21932190echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2194 echo "configure:2195: checking for working alloca.h" >&5
     2191echo "configure:2192: checking for working alloca.h" >&5
    21952192if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    21962193  echo $ac_n "(cached) $ac_c" 1>&6
    21972194else
    21982195  cat > conftest.$ac_ext <<EOF
    2199 #line 2200 "configure"
     2196#line 2197 "configure"
    22002197#include "confdefs.h"
    22012198#include <alloca.h>
     
    22042201; return 0; }
    22052202EOF
    2206 if { (eval echo configure:2207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2203if { (eval echo configure:2204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22072204  rm -rf conftest*
    22082205  ac_cv_header_alloca_h=yes
     
    22252222
    22262223echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2227 echo "configure:2228: checking for alloca" >&5
     2224echo "configure:2225: checking for alloca" >&5
    22282225if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    22292226  echo $ac_n "(cached) $ac_c" 1>&6
    22302227else
    22312228  cat > conftest.$ac_ext <<EOF
    2232 #line 2233 "configure"
     2229#line 2230 "configure"
    22332230#include "confdefs.h"
    22342231
     
    22582255; return 0; }
    22592256EOF
    2260 if { (eval echo configure:2261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2257if { (eval echo configure:2258: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22612258  rm -rf conftest*
    22622259  ac_cv_func_alloca_works=yes
     
    22902287
    22912288echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2292 echo "configure:2293: checking whether alloca needs Cray hooks" >&5
     2289echo "configure:2290: checking whether alloca needs Cray hooks" >&5
    22932290if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    22942291  echo $ac_n "(cached) $ac_c" 1>&6
    22952292else
    22962293  cat > conftest.$ac_ext <<EOF
    2297 #line 2298 "configure"
     2294#line 2295 "configure"
    22982295#include "confdefs.h"
    22992296#if defined(CRAY) && ! defined(CRAY2)
     
    23202317for ac_func in _getb67 GETB67 getb67; do
    23212318  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2322 echo "configure:2323: checking for $ac_func" >&5
     2319echo "configure:2320: checking for $ac_func" >&5
    23232320if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    23242321  echo $ac_n "(cached) $ac_c" 1>&6
    23252322else
    23262323  cat > conftest.$ac_ext <<EOF
    2327 #line 2328 "configure"
     2324#line 2325 "configure"
    23282325#include "confdefs.h"
    23292326/* System header to define __stub macros and hopefully few prototypes,
     
    23482345; return 0; }
    23492346EOF
    2350 if { (eval echo configure:2351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2347if { (eval echo configure:2348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23512348  rm -rf conftest*
    23522349  eval "ac_cv_func_$ac_func=yes"
     
    23752372
    23762373echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    2377 echo "configure:2378: checking stack direction for C alloca" >&5
     2374echo "configure:2375: checking stack direction for C alloca" >&5
    23782375if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    23792376  echo $ac_n "(cached) $ac_c" 1>&6
     
    23832380else
    23842381  cat > conftest.$ac_ext <<EOF
    2385 #line 2386 "configure"
     2382#line 2383 "configure"
    23862383#include "confdefs.h"
    23872384find_stack_direction ()
     
    24022399}
    24032400EOF
    2404 if { (eval echo configure:2405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2401if { (eval echo configure:2402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    24052402then
    24062403  ac_cv_c_stack_direction=1
     
    24252422if test $ac_cv_prog_gcc = yes; then
    24262423    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
    2427 echo "configure:2428: checking whether ${CC-cc} needs -traditional" >&5
     2424echo "configure:2425: checking whether ${CC-cc} needs -traditional" >&5
    24282425if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    24292426  echo $ac_n "(cached) $ac_c" 1>&6
     
    24312428    ac_pattern="Autoconf.*'x'"
    24322429  cat > conftest.$ac_ext <<EOF
    2433 #line 2434 "configure"
     2430#line 2431 "configure"
    24342431#include "confdefs.h"
    24352432#include <sgtty.h>
     
    24492446  if test $ac_cv_prog_gcc_traditional = no; then
    24502447    cat > conftest.$ac_ext <<EOF
    2451 #line 2452 "configure"
     2448#line 2449 "configure"
    24522449#include "confdefs.h"
    24532450#include <termio.h>
     
    24742471ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    24752472echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2476 echo "configure:2477: checking for $ac_hdr" >&5
     2473echo "configure:2474: checking for $ac_hdr" >&5
    24772474if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    24782475  echo $ac_n "(cached) $ac_c" 1>&6
    24792476else
    24802477  cat > conftest.$ac_ext <<EOF
    2481 #line 2482 "configure"
     2478#line 2479 "configure"
    24822479#include "confdefs.h"
    24832480#include <$ac_hdr>
    24842481EOF
    24852482ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2486 { (eval echo configure:2487: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2483{ (eval echo configure:2484: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    24872484ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    24882485if test -z "$ac_err"; then
     
    25132510do
    25142511echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2515 echo "configure:2516: checking for $ac_func" >&5
     2512echo "configure:2513: checking for $ac_func" >&5
    25162513if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    25172514  echo $ac_n "(cached) $ac_c" 1>&6
    25182515else
    25192516  cat > conftest.$ac_ext <<EOF
    2520 #line 2521 "configure"
     2517#line 2518 "configure"
    25212518#include "confdefs.h"
    25222519/* System header to define __stub macros and hopefully few prototypes,
     
    25412538; return 0; }
    25422539EOF
    2543 if { (eval echo configure:2544: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2540if { (eval echo configure:2541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    25442541  rm -rf conftest*
    25452542  eval "ac_cv_func_$ac_func=yes"
     
    25662563
    25672564echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    2568 echo "configure:2569: checking for working mmap" >&5
     2565echo "configure:2566: checking for working mmap" >&5
    25692566if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    25702567  echo $ac_n "(cached) $ac_c" 1>&6
     
    25742571else
    25752572  cat > conftest.$ac_ext <<EOF
    2576 #line 2577 "configure"
     2573#line 2574 "configure"
    25772574#include "confdefs.h"
    25782575
     
    27142711
    27152712EOF
    2716 if { (eval echo configure:2717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2713if { (eval echo configure:2714: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    27172714then
    27182715  ac_cv_func_mmap_fixed_mapped=yes
     
    27372734
    27382735echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    2739 echo "configure:2740: checking return type of signal handlers" >&5
     2736echo "configure:2737: checking return type of signal handlers" >&5
    27402737if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    27412738  echo $ac_n "(cached) $ac_c" 1>&6
    27422739else
    27432740  cat > conftest.$ac_ext <<EOF
    2744 #line 2745 "configure"
     2741#line 2742 "configure"
    27452742#include "confdefs.h"
    27462743#include <sys/types.h>
     
    27592756; return 0; }
    27602757EOF
    2761 if { (eval echo configure:2762: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2758if { (eval echo configure:2759: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27622759  rm -rf conftest*
    27632760  ac_cv_type_signal=void
     
    27782775
    27792776echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    2780 echo "configure:2781: checking for vprintf" >&5
     2777echo "configure:2778: checking for vprintf" >&5
    27812778if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    27822779  echo $ac_n "(cached) $ac_c" 1>&6
    27832780else
    27842781  cat > conftest.$ac_ext <<EOF
    2785 #line 2786 "configure"
     2782#line 2783 "configure"
    27862783#include "confdefs.h"
    27872784/* System header to define __stub macros and hopefully few prototypes,
     
    28062803; return 0; }
    28072804EOF
    2808 if { (eval echo configure:2809: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2805if { (eval echo configure:2806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28092806  rm -rf conftest*
    28102807  eval "ac_cv_func_vprintf=yes"
     
    28302827if test "$ac_cv_func_vprintf" != yes; then
    28312828echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    2832 echo "configure:2833: checking for _doprnt" >&5
     2829echo "configure:2830: checking for _doprnt" >&5
    28332830if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    28342831  echo $ac_n "(cached) $ac_c" 1>&6
    28352832else
    28362833  cat > conftest.$ac_ext <<EOF
    2837 #line 2838 "configure"
     2834#line 2835 "configure"
    28382835#include "confdefs.h"
    28392836/* System header to define __stub macros and hopefully few prototypes,
     
    28582855; return 0; }
    28592856EOF
    2860 if { (eval echo configure:2861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2857if { (eval echo configure:2858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28612858  rm -rf conftest*
    28622859  eval "ac_cv_func__doprnt=yes"
     
    28822879fi
    28832880
    2884 for ac_func in gettimeofday atexit bcopy getcwd getwd vsnprintf readlink sleep usleep valloc getpagesize setenv getpwnam
     2881for ac_func in gettimeofday atexit bcopy getcwd getwd vsnprintf readlink sleep usleep setenv getpwnam popen
    28852882do
    28862883echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2887 echo "configure:2888: checking for $ac_func" >&5
     2884echo "configure:2885: checking for $ac_func" >&5
    28882885if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    28892886  echo $ac_n "(cached) $ac_c" 1>&6
    28902887else
    28912888  cat > conftest.$ac_ext <<EOF
    2892 #line 2893 "configure"
     2889#line 2890 "configure"
    28932890#include "confdefs.h"
    28942891/* System header to define __stub macros and hopefully few prototypes,
     
    29132910; return 0; }
    29142911EOF
    2915 if { (eval echo configure:2916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2912if { (eval echo configure:2913: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29162913  rm -rf conftest*
    29172914  eval "ac_cv_func_$ac_func=yes"
     
    29412938# arithmetic shifts
    29422939echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6
    2943 echo "configure:2944: checking whether your machine has correct arithmetic shifts" >&5
     2940echo "configure:2941: checking whether your machine has correct arithmetic shifts" >&5
    29442941if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then
    29452942  echo $ac_n "(cached) $ac_c" 1>&6
     
    29542951else
    29552952  cat > conftest.$ac_ext <<EOF
    2956 #line 2957 "configure"
     2953#line 2954 "configure"
    29572954#include "confdefs.h"
    29582955 int main() { if (-2 >> 1 == -1) exit(0); else exit(1); }
    29592956EOF
    2960 if { (eval echo configure:2961: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2957if { (eval echo configure:2958: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    29612958then
    29622959  ac_cv_shift=yes
     
    29832980# check for a peculiar constructor initialization
    29842981echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6
    2985 echo "configure:2986: checking whether explicit C++ constructor calls are allowed" >&5
     2982echo "configure:2983: checking whether explicit C++ constructor calls are allowed" >&5
    29862983
    29872984ac_ext=C
     
    29962993else
    29972994  cat > conftest.$ac_ext <<EOF
    2998 #line 2999 "configure"
     2995#line 2996 "configure"
    29992996#include "confdefs.h"
    30002997
     
    30143011; return 0; }
    30153012EOF
    3016 if { (eval echo configure:3017: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3013if { (eval echo configure:3014: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    30173014  rm -rf conftest*
    30183015  ac_cv_explicit_const=yes
     
    30433040# sprintf returns number of printed chars
    30443041echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6
    3045 echo "configure:3046: checking whether vsprintf returns number of printed chars" >&5
     3042echo "configure:3043: checking whether vsprintf returns number of printed chars" >&5
    30463043if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then
    30473044  echo $ac_n "(cached) $ac_c" 1>&6
     
    30513048else
    30523049  cat > conftest.$ac_ext <<EOF
    3053 #line 3054 "configure"
     3050#line 3051 "configure"
    30543051#include "confdefs.h"
    30553052#include <stdio.h>
    30563053 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); }
    30573054EOF
    3058 if { (eval echo configure:3059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3055if { (eval echo configure:3056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    30593056then
    30603057  ac_cv_returns_n_of_chars=yes
     
    30823079# determine ALIGN_8
    30833080echo $ac_n "checking size of char""... $ac_c" 1>&6
    3084 echo "configure:3085: checking size of char" >&5
     3081echo "configure:3082: checking size of char" >&5
    30853082if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
    30863083  echo $ac_n "(cached) $ac_c" 1>&6
     
    30903087else
    30913088  cat > conftest.$ac_ext <<EOF
    3092 #line 3093 "configure"
     3089#line 3090 "configure"
    30933090#include "confdefs.h"
    30943091#include <stdio.h>
     
    31013098}
    31023099EOF
    3103 if { (eval echo configure:3104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3100if { (eval echo configure:3101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    31043101then
    31053102  ac_cv_sizeof_char=`cat conftestval`
     
    31213118
    31223119echo $ac_n "checking size of short""... $ac_c" 1>&6
    3123 echo "configure:3124: checking size of short" >&5
     3120echo "configure:3121: checking size of short" >&5
    31243121if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    31253122  echo $ac_n "(cached) $ac_c" 1>&6
     
    31293126else
    31303127  cat > conftest.$ac_ext <<EOF
    3131 #line 3132 "configure"
     3128#line 3129 "configure"
    31323129#include "confdefs.h"
    31333130#include <stdio.h>
     
    31403137}
    31413138EOF
    3142 if { (eval echo configure:3143: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3139if { (eval echo configure:3140: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    31433140then
    31443141  ac_cv_sizeof_short=`cat conftestval`
     
    31603157
    31613158echo $ac_n "checking size of int""... $ac_c" 1>&6
    3162 echo "configure:3163: checking size of int" >&5
     3159echo "configure:3160: checking size of int" >&5
    31633160if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    31643161  echo $ac_n "(cached) $ac_c" 1>&6
     
    31683165else
    31693166  cat > conftest.$ac_ext <<EOF
    3170 #line 3171 "configure"
     3167#line 3168 "configure"
    31713168#include "confdefs.h"
    31723169#include <stdio.h>
     
    31793176}
    31803177EOF
    3181 if { (eval echo configure:3182: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3178if { (eval echo configure:3179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    31823179then
    31833180  ac_cv_sizeof_int=`cat conftestval`
     
    31993196
    32003197echo $ac_n "checking size of long""... $ac_c" 1>&6
    3201 echo "configure:3202: checking size of long" >&5
     3198echo "configure:3199: checking size of long" >&5
    32023199if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    32033200  echo $ac_n "(cached) $ac_c" 1>&6
     
    32073204else
    32083205  cat > conftest.$ac_ext <<EOF
    3209 #line 3210 "configure"
     3206#line 3207 "configure"
    32103207#include "confdefs.h"
    32113208#include <stdio.h>
     
    32183215}
    32193216EOF
    3220 if { (eval echo configure:3221: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3217if { (eval echo configure:3218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    32213218then
    32223219  ac_cv_sizeof_long=`cat conftestval`
     
    32383235
    32393236echo $ac_n "checking size of void*""... $ac_c" 1>&6
    3240 echo "configure:3241: checking size of void*" >&5
     3237echo "configure:3238: checking size of void*" >&5
    32413238if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then
    32423239  echo $ac_n "(cached) $ac_c" 1>&6
     
    32463243else
    32473244  cat > conftest.$ac_ext <<EOF
    3248 #line 3249 "configure"
     3245#line 3246 "configure"
    32493246#include "confdefs.h"
    32503247#include <stdio.h>
     
    32573254}
    32583255EOF
    3259 if { (eval echo configure:3260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3256if { (eval echo configure:3257: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    32603257then
    32613258  ac_cv_sizeof_voidp=`cat conftestval`
     
    32773274
    32783275echo $ac_n "checking size of double""... $ac_c" 1>&6
    3279 echo "configure:3280: checking size of double" >&5
     3276echo "configure:3277: checking size of double" >&5
    32803277if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then
    32813278  echo $ac_n "(cached) $ac_c" 1>&6
     
    32853282else
    32863283  cat > conftest.$ac_ext <<EOF
    3287 #line 3288 "configure"
     3284#line 3285 "configure"
    32883285#include "confdefs.h"
    32893286#include <stdio.h>
     
    32963293}
    32973294EOF
    3298 if { (eval echo configure:3299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3295if { (eval echo configure:3296: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    32993296then
    33003297  ac_cv_sizeof_double=`cat conftestval`
     
    33163313
    33173314echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
    3318 echo "configure:3319: checking whether byte ordering is bigendian" >&5
     3315echo "configure:3316: checking whether byte ordering is bigendian" >&5
    33193316if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
    33203317  echo $ac_n "(cached) $ac_c" 1>&6
     
    33233320# See if sys/param.h defines the BYTE_ORDER macro.
    33243321cat > conftest.$ac_ext <<EOF
    3325 #line 3326 "configure"
     3322#line 3323 "configure"
    33263323#include "confdefs.h"
    33273324#include <sys/types.h>
     
    33343331; return 0; }
    33353332EOF
    3336 if { (eval echo configure:3337: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3333if { (eval echo configure:3334: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    33373334  rm -rf conftest*
    33383335  # It does; now see whether it defined to BIG_ENDIAN or not.
    33393336cat > conftest.$ac_ext <<EOF
    3340 #line 3341 "configure"
     3337#line 3338 "configure"
    33413338#include "confdefs.h"
    33423339#include <sys/types.h>
     
    33493346; return 0; }
    33503347EOF
    3351 if { (eval echo configure:3352: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3348if { (eval echo configure:3349: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    33523349  rm -rf conftest*
    33533350  ac_cv_c_bigendian=yes
     
    33693366else
    33703367  cat > conftest.$ac_ext <<EOF
    3371 #line 3372 "configure"
     3368#line 3369 "configure"
    33723369#include "confdefs.h"
    33733370main () {
     
    33823379}
    33833380EOF
    3384 if { (eval echo configure:3385: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3381if { (eval echo configure:3382: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33853382then
    33863383  ac_cv_c_bigendian=no
     
    34183415fi
    34193416
    3420 echo $ac_n "checking size of system page""... $ac_c" 1>&6
    3421 echo "configure:3422: checking size of system page" >&5
    3422 if eval "test \"`echo '$''{'ac_cv_pagesize'+set}'`\" = set"; then
    3423   echo $ac_n "(cached) $ac_c" 1>&6
    3424 else
    3425   if test "$cross_compiling" = yes; then
    3426   ac_cv_pagesize=0
    3427 else
    3428   cat > conftest.$ac_ext <<EOF
    3429 #line 3430 "configure"
    3430 #include "confdefs.h"
    3431 #include <stdio.h>
    3432 #define HAVE_GMALLOC
    3433 #include "gmalloc.c"
    3434 
    3435 main()
    3436 {
    3437   FILE *f=fopen("conftestval", "w");
    3438   if (!f) exit(1);
    3439   fprintf(f, "%d\n", getpagesize());
    3440   exit(0);
    3441 }
    3442 EOF
    3443 if { (eval echo configure:3444: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    3444 then
    3445   ac_cv_pagesize=`cat conftestval`
    3446 else
    3447   echo "configure: failed program was:" >&5
    3448   cat conftest.$ac_ext >&5
    3449   rm -fr conftest*
    3450   ac_cv_pagesize=0
    3451 fi
    3452 rm -fr conftest*
    3453 fi
    3454 
    3455 fi
    3456 
    3457 echo "$ac_t""$ac_cv_pagesize" 1>&6
    3458 if test "$ac_cv_pagesize" != 0; then
    3459   cat >> confdefs.h <<EOF
    3460 #define SIZE_OF_SYSTEM_PAGE $ac_cv_pagesize
    3461 EOF
    3462 
    3463 fi
    3464 
    3465 
    3466 echo $ac_n "checking for page aligned valloc""... $ac_c" 1>&6
    3467 echo "configure:3468: checking for page aligned valloc" >&5
    3468 if eval "test \"`echo '$''{'ac_cv_have_page_alignment'+set}'`\" = set"; then
    3469   echo $ac_n "(cached) $ac_c" 1>&6
    3470 else
    3471   cat > _pagetest.c << EOF
    3472 #include <stdio.h>
    3473 #ifndef ADJUSTMENT
    3474 #define ADJUSTMENT 0
    3475 #endif
    3476 #define REPEAT 1000
    3477 main()
    3478 {
    3479   long i;
    3480   unsigned long p1 = (unsigned long) valloc(SIZE_OF_SYSTEM_PAGE - ADJUSTMENT);
    3481   unsigned long p2;
    3482   unsigned long diffs = 0;
    3483 
    3484   if ((p1 == 0) || (p1 & (SIZE_OF_SYSTEM_PAGE - 1))) exit(1);
    3485 
    3486   for (i = 0; i<REPEAT; i++)
    3487   {
    3488     p2 = (unsigned long) valloc(SIZE_OF_SYSTEM_PAGE - ADJUSTMENT);
    3489     if ((p2 == 0) || (p2 & (SIZE_OF_SYSTEM_PAGE - 1))) exit(1);
    3490     diffs += (p2 - p1);
    3491     p1 = p2;
    3492   }
    3493 
    3494   if ( ((double) diffs)/((double)REPEAT) < ((double) SIZE_OF_SYSTEM_PAGE)*1.05 )
    3495   {
    3496     FILE *f=fopen("conftestval", "w");
    3497     if (!f) exit(1);
    3498     fprintf(f, "%d\n", SIZE_OF_SYSTEM_PAGE - ADJUSTMENT);
    3499     exit(0);
    3500   }
    3501   exit(1);
    3502 }
    3503 EOF
    3504 
    3505 ac_cv_have_page_alignment=no
    3506 if test "$with_gmalloc" != yes && \
    3507    test "$ac_cv_func_valloc" = yes && \
    3508    test "$ac_cv_pagesize" != 0; then
    3509 if test "$cross_compiling" = yes; then
    3510   ac_cv_have_page_alignment=no
    3511 else
    3512   cat > conftest.$ac_ext <<EOF
    3513 #line 3514 "configure"
    3514 #include "confdefs.h"
    3515 
    3516 #define ADJUSTMENT 0
    3517 #include "_pagetest.c"
    3518 
    3519 EOF
    3520 if { (eval echo configure:3521: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    3521 then
    3522   ac_cv_have_page_alignment="ac_cv_usable_pagesize="`cat  conftestval`
    3523 else
    3524   echo "configure: failed program was:" >&5
    3525   cat conftest.$ac_ext >&5
    3526   rm -fr conftest*
    3527   ac_cv_have_page_alignment=no
    3528 fi
    3529 rm -fr conftest*
    3530 fi
    3531 
    3532   if test "$ac_cv_have_page_alignment" = no; then
    3533 if test "$cross_compiling" = yes; then
    3534   ac_cv_have_page_alignment=no
    3535 else
    3536   cat > conftest.$ac_ext <<EOF
    3537 #line 3538 "configure"
    3538 #include "confdefs.h"
    3539 
    3540 #define ADJUSTMENT SIZEOF_VOIDP
    3541 #include "_pagetest.c"
    3542 
    3543 EOF
    3544 if { (eval echo configure:3545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    3545 then
    3546   ac_cv_have_page_alignment="ac_cv_usable_pagesize="`cat  conftestval`
    3547 else
    3548   echo "configure: failed program was:" >&5
    3549   cat conftest.$ac_ext >&5
    3550   rm -fr conftest*
    3551   ac_cv_have_page_alignment=no
    3552 fi
    3553 rm -fr conftest*
    3554 fi
    3555 
    3556   fi
    3557 fi
    3558 
    3559 if test "$ac_cv_have_page_alignment" = no && test "$ac_cv_pagesize" != 0; then
    3560 if test "$cross_compiling" = yes; then
    3561   ac_cv_have_page_alignment=no
    3562 else
    3563   cat > conftest.$ac_ext <<EOF
    3564 #line 3565 "configure"
    3565 #include "confdefs.h"
    3566 
    3567 #define ADJUSTMENT 0
    3568 #define HAVE_GMALLOC
    3569 #include "gmalloc.c"
    3570 #include "_pagetest.c"
    3571 
    3572 EOF
    3573 if { (eval echo configure:3574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    3574 then
    3575   ac_cv_have_page_alignment="ac_cv_have_gmalloc=yes; ac_cv_usable_pagesize="`cat  conftestval`
    3576 else
    3577   echo "configure: failed program was:" >&5
    3578   cat conftest.$ac_ext >&5
    3579   rm -fr conftest*
    3580   ac_cv_have_page_alignment=no
    3581 fi
    3582 rm -fr conftest*
    3583 fi
    3584 
    3585   if test "$ac_cv_have_page_alignment" = no; then
    3586 if test "$cross_compiling" = yes; then
    3587   ac_cv_have_page_alignment=no
    3588 else
    3589   cat > conftest.$ac_ext <<EOF
    3590 #line 3591 "configure"
    3591 #include "confdefs.h"
    3592 
    3593 #define ADJUSTMENT SIZEOF_VOIDP
    3594 #define HAVE_GMALLOC
    3595 #include "gmalloc.c"
    3596 #include "_pagetest.c"
    3597 
    3598 EOF
    3599 if { (eval echo configure:3600: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    3600 then
    3601   ac_cv_have_page_alignment="ac_cv_have_gmalloc=yes; ac_cv_usable_pagesize="`cat  conftestval`
    3602 else
    3603   echo "configure: failed program was:" >&5
    3604   cat conftest.$ac_ext >&5
    3605   rm -fr conftest*
    3606   ac_cv_have_page_alignment=no
    3607 fi
    3608 rm -fr conftest*
    3609 fi
    3610 
    3611   fi
    3612 fi
    3613 rm -rf conftesteval _pagetest.c
    3614 
    3615 
    3616 fi
    3617 
    3618 
    3619 if test "$ac_cv_have_page_alignment" != no && test "$ac_cv_with_gmalloc" != no; then
    3620   eval $ac_cv_have_page_alignment
    3621   cat >> confdefs.h <<EOF
    3622 #define PALLOC valloc
    3623 EOF
    3624 
    3625   cat >> confdefs.h <<EOF
    3626 #define PFREE free
    3627 EOF
    3628 
    3629   if test "$ac_cv_have_gmalloc" = yes; then
    3630     cat >> confdefs.h <<\EOF
    3631 #define HAVE_GMALLOC 1
    3632 EOF
    3633 
    3634     echo "$ac_t""from gmalloc" 1>&6
    3635   else
    3636     echo "$ac_t""from system" 1>&6
    3637   fi
    3638   cat >> confdefs.h <<EOF
    3639 #define SIZE_OF_PAGE $ac_cv_usable_pagesize
    3640 EOF
    3641 
    3642 else
    3643   echo "$ac_t""no" 1>&6
    3644   echo "configure: warning: Advanced memory management disabled" 1>&2
    3645 fi
    3646 
    36473417# Check whether --with-rootdir or --without-rootdir was given.
    36483418if test "${with_rootdir+set}" = set; then
     
    37113481fi
    37123482
    3713 # Check whether --with-gmalloc or --without-gmalloc was given.
    3714 if test "${with_gmalloc+set}" = set; then
    3715   withval="$with_gmalloc"
    3716   :
    3717 fi
    3718 
    37193483
    37203484echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
    3721 echo "configure:3722: checking for tgetent in -lncurses" >&5
     3485echo "configure:3486: checking for tgetent in -lncurses" >&5
    37223486ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
    37233487if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37273491LIBS="-lncurses  $LIBS"
    37283492cat > conftest.$ac_ext <<EOF
    3729 #line 3730 "configure"
     3493#line 3494 "configure"
    37303494#include "confdefs.h"
    37313495/* Override any gcc2 internal prototype to avoid an error.  */
     
    37383502; return 0; }
    37393503EOF
    3740 if { (eval echo configure:3741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3504if { (eval echo configure:3505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37413505  rm -rf conftest*
    37423506  eval "ac_cv_lib_$ac_lib_var=yes"
     
    37653529\
    37663530 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
    3767 echo "configure:3768: checking for tgetent in -lcurses" >&5
     3531echo "configure:3532: checking for tgetent in -lcurses" >&5
    37683532ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
    37693533if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37733537LIBS="-lcurses  $LIBS"
    37743538cat > conftest.$ac_ext <<EOF
    3775 #line 3776 "configure"
     3539#line 3540 "configure"
    37763540#include "confdefs.h"
    37773541/* Override any gcc2 internal prototype to avoid an error.  */
     
    37843548; return 0; }
    37853549EOF
    3786 if { (eval echo configure:3787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3550if { (eval echo configure:3551: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37873551  rm -rf conftest*
    37883552  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38113575\
    38123576  echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
    3813 echo "configure:3814: checking for tgetent in -ltermcap" >&5
     3577echo "configure:3578: checking for tgetent in -ltermcap" >&5
    38143578ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
    38153579if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    38193583LIBS="-ltermcap  $LIBS"
    38203584cat > conftest.$ac_ext <<EOF
    3821 #line 3822 "configure"
     3585#line 3586 "configure"
    38223586#include "confdefs.h"
    38233587/* Override any gcc2 internal prototype to avoid an error.  */
     
    38303594; return 0; }
    38313595EOF
    3832 if { (eval echo configure:3833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3596if { (eval echo configure:3597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38333597  rm -rf conftest*
    38343598  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38733637
    38743638   echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6
    3875 echo "configure:3876: checking for rl_abort in -lreadline" >&5
     3639echo "configure:3640: checking for rl_abort in -lreadline" >&5
    38763640ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'`
    38773641if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    38813645LIBS="-lreadline  $LIBS"
    38823646cat > conftest.$ac_ext <<EOF
    3883 #line 3884 "configure"
     3647#line 3648 "configure"
    38843648#include "confdefs.h"
    38853649/* Override any gcc2 internal prototype to avoid an error.  */
     
    38953659; return 0; }
    38963660EOF
    3897 if { (eval echo configure:3898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3661if { (eval echo configure:3662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38983662  rm -rf conftest*
    38993663  eval "ac_cv_lib_$ac_lib_var=yes"
     
    39233687
    39243688   echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
    3925 echo "configure:3926: checking how to run the C++ preprocessor" >&5
     3689echo "configure:3690: checking how to run the C++ preprocessor" >&5
    39263690if test -z "$CXXCPP"; then
    39273691if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
     
    39363700  CXXCPP="${CXX-g++} -E"
    39373701  cat > conftest.$ac_ext <<EOF
    3938 #line 3939 "configure"
     3702#line 3703 "configure"
    39393703#include "confdefs.h"
    39403704#include <stdlib.h>
    39413705EOF
    39423706ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3943 { (eval echo configure:3944: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3707{ (eval echo configure:3708: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    39443708ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    39453709if test -z "$ac_err"; then
     
    39693733ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    39703734echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3971 echo "configure:3972: checking for $ac_hdr" >&5
     3735echo "configure:3736: checking for $ac_hdr" >&5
    39723736if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    39733737  echo $ac_n "(cached) $ac_c" 1>&6
    39743738else
    39753739  cat > conftest.$ac_ext <<EOF
    3976 #line 3977 "configure"
     3740#line 3741 "configure"
    39773741#include "confdefs.h"
    39783742#include <$ac_hdr>
    39793743EOF
    39803744ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3981 { (eval echo configure:3982: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3745{ (eval echo configure:3746: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    39823746ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    39833747if test -z "$ac_err"; then
     
    40083772      test "$ac_cv_header_readline_readline_h" = yes; then
    40093773     echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6
    4010 echo "configure:4011: checking whether readline.h is ok" >&5
     3774echo "configure:3775: checking whether readline.h is ok" >&5
    40113775     if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then
    40123776  echo $ac_n "(cached) $ac_c" 1>&6
    40133777else
    40143778  cat > conftest.$ac_ext <<EOF
    4015 #line 4016 "configure"
     3779#line 3780 "configure"
    40163780#include "confdefs.h"
    40173781#include<unistd.h>
     
    40383802; return 0; }
    40393803EOF
    4040 if { (eval echo configure:4041: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3804if { (eval echo configure:3805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40413805  rm -rf conftest*
    40423806  ac_cv_header_readline_readline_h_ok="yes"
     
    40543818#not ok -- try once more with explicitly declaring everything
    40553819      echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6
    4056 echo "configure:4057: checking whether or not we nevertheless can use readline" >&5
     3820echo "configure:3821: checking whether or not we nevertheless can use readline" >&5
    40573821      if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then
    40583822  echo $ac_n "(cached) $ac_c" 1>&6
    40593823else
    40603824  cat > conftest.$ac_ext <<EOF
    4061 #line 4062 "configure"
     3825#line 3826 "configure"
    40623826#include "confdefs.h"
    40633827#include <stdio.h>
     
    40933857; return 0; }
    40943858EOF
    4095 if { (eval echo configure:4096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3859if { (eval echo configure:3860: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40963860  rm -rf conftest*
    40973861  ac_cv_have_readline="yes"
     
    41373901# gmp, smallgmp, MP, MPT, factory, libfac
    41383902echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6
    4139 echo "configure:4140: checking for main in -lgmp" >&5
     3903echo "configure:3904: checking for main in -lgmp" >&5
    41403904ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'`
    41413905if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    41453909LIBS="-lgmp  $LIBS"
    41463910cat > conftest.$ac_ext <<EOF
    4147 #line 4148 "configure"
     3911#line 3912 "configure"
    41483912#include "confdefs.h"
    41493913
     
    41523916; return 0; }
    41533917EOF
    4154 if { (eval echo configure:4155: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3918if { (eval echo configure:3919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    41553919  rm -rf conftest*
    41563920  eval "ac_cv_lib_$ac_lib_var=yes"
     
    41833947fi
    41843948echo $ac_n "checking for main in -lsmallgmp""... $ac_c" 1>&6
    4185 echo "configure:4186: checking for main in -lsmallgmp" >&5
     3949echo "configure:3950: checking for main in -lsmallgmp" >&5
    41863950ac_lib_var=`echo smallgmp'_'main | sed 'y%./+-%__p_%'`
    41873951if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    41913955LIBS="-lsmallgmp  $LIBS"
    41923956cat > conftest.$ac_ext <<EOF
    4193 #line 4194 "configure"
     3957#line 3958 "configure"
    41943958#include "confdefs.h"
    41953959
     
    41983962; return 0; }
    41993963EOF
    4200 if { (eval echo configure:4201: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3964if { (eval echo configure:3965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42013965  rm -rf conftest*
    42023966  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42263990
    42273991echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    4228 echo "configure:4229: checking for IMP_PutGmpInt in -lMP" >&5
     3992echo "configure:3993: checking for IMP_PutGmpInt in -lMP" >&5
    42293993ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    42303994if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42343998LIBS="-lMP  $LIBS"
    42353999cat > conftest.$ac_ext <<EOF
    4236 #line 4237 "configure"
     4000#line 4001 "configure"
    42374001#include "confdefs.h"
    42384002/* Override any gcc2 internal prototype to avoid an error.  */
     
    42454009; return 0; }
    42464010EOF
    4247 if { (eval echo configure:4248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4011if { (eval echo configure:4012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42484012  rm -rf conftest*
    42494013  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42734037
    42744038echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    4275 echo "configure:4276: checking for MPT_GetTree in -lMPT" >&5
     4039echo "configure:4040: checking for MPT_GetTree in -lMPT" >&5
    42764040ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    42774041if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42814045LIBS="-lMPT  $LIBS"
    42824046cat > conftest.$ac_ext <<EOF
    4283 #line 4284 "configure"
     4047#line 4048 "configure"
    42844048#include "confdefs.h"
    42854049/* Override any gcc2 internal prototype to avoid an error.  */
     
    42924056; return 0; }
    42934057EOF
    4294 if { (eval echo configure:4295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4058if { (eval echo configure:4059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42954059  rm -rf conftest*
    42964060  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43204084
    43214085echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    4322 echo "configure:4323: checking for atof in -lsingcf" >&5
     4086echo "configure:4087: checking for atof in -lsingcf" >&5
    43234087ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    43244088if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43284092LIBS="-lsingcf  $LIBS"
    43294093cat > conftest.$ac_ext <<EOF
    4330 #line 4331 "configure"
     4094#line 4095 "configure"
    43314095#include "confdefs.h"
    43324096/* Override any gcc2 internal prototype to avoid an error.  */
     
    43394103; return 0; }
    43404104EOF
    4341 if { (eval echo configure:4342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4105if { (eval echo configure:4106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43424106  rm -rf conftest*
    43434107  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43674131
    43684132echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    4369 echo "configure:4370: checking for atof in -lsingfac" >&5
     4133echo "configure:4134: checking for atof in -lsingfac" >&5
    43704134ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    43714135if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43754139LIBS="-lsingfac  $LIBS"
    43764140cat > conftest.$ac_ext <<EOF
    4377 #line 4378 "configure"
     4141#line 4142 "configure"
    43784142#include "confdefs.h"
    43794143/* Override any gcc2 internal prototype to avoid an error.  */
     
    43864150; return 0; }
    43874151EOF
    4388 if { (eval echo configure:4389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4152if { (eval echo configure:4153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43894153  rm -rf conftest*
    43904154  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44144178
    44154179echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6
    4416 echo "configure:4417: checking for omTestAddr in -lomalloc" >&5
     4180echo "configure:4181: checking for omTestAddr in -lomalloc" >&5
    44174181ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'`
    44184182if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    44224186LIBS="-lomalloc  $LIBS"
    44234187cat > conftest.$ac_ext <<EOF
    4424 #line 4425 "configure"
     4188#line 4189 "configure"
    44254189#include "confdefs.h"
    44264190/* Override any gcc2 internal prototype to avoid an error.  */
     
    44334197; return 0; }
    44344198EOF
    4435 if { (eval echo configure:4436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4199if { (eval echo configure:4200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44364200  rm -rf conftest*
    44374201  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44614225
    44624226echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6
    4463 echo "configure:4464: checking for main in -lomalloc_ndebug" >&5
     4227echo "configure:4228: checking for main in -lomalloc_ndebug" >&5
    44644228ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'`
    44654229if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    44694233LIBS="-lomalloc_ndebug  $LIBS"
    44704234cat > conftest.$ac_ext <<EOF
    4471 #line 4472 "configure"
     4235#line 4236 "configure"
    44724236#include "confdefs.h"
    44734237
     
    44764240; return 0; }
    44774241EOF
    4478 if { (eval echo configure:4479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4242if { (eval echo configure:4243: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44794243  rm -rf conftest*
    44804244  eval "ac_cv_lib_$ac_lib_var=yes"
     
    45084272ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    45094273echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4510 echo "configure:4511: checking for $ac_hdr" >&5
     4274echo "configure:4275: checking for $ac_hdr" >&5
    45114275if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    45124276  echo $ac_n "(cached) $ac_c" 1>&6
    45134277else
    45144278  cat > conftest.$ac_ext <<EOF
    4515 #line 4516 "configure"
     4279#line 4280 "configure"
    45164280#include "confdefs.h"
    45174281#include <$ac_hdr>
    45184282EOF
    45194283ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4520 { (eval echo configure:4521: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4284{ (eval echo configure:4285: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    45214285ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    45224286if test -z "$ac_err"; then
     
    45874351
    45884352echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    4589 echo "configure:4590: checking which apint package to use" >&5
     4353echo "configure:4354: checking which apint package to use" >&5
    45904354if test "${with_apint}" != gmp && test "${with_apint}" != smallgmp; then
    45914355  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    46294393#
    46304394echo $ac_n "checking whether to have MP""... $ac_c" 1>&6
    4631 echo "configure:4632: checking whether to have MP" >&5
     4395echo "configure:4396: checking whether to have MP" >&5
    46324396if test "${with_MP}" != yes && test "${with_MP}" != no; then
    46334397  if (test "${will_have_gmp}" = yes) && \
     
    46604424
    46614425echo $ac_n "checking whether to have factory""... $ac_c" 1>&6
    4662 echo "configure:4663: checking whether to have factory" >&5
     4426echo "configure:4427: checking whether to have factory" >&5
    46634427if test "${with_factory}" != yes && test "${with_factory}" != no; then
    46644428  if test "$ac_factory_ok" =  yes || test "$enable_factory" = yes; then
     
    46914455
    46924456echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6
    4693 echo "configure:4694: checking whether to have libfac" >&5
     4457echo "configure:4458: checking whether to have libfac" >&5
    46944458if test "${with_libfac}" != yes && test "${with_libfac}" != no; then
    46954459  if (test "${will_have_factory}" = yes) && \
     
    47254489
    47264490echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6
    4727 echo "configure:4728: checking whether to have dbm links" >&5
     4491echo "configure:4492: checking whether to have dbm links" >&5
    47284492if test "$with_dbm" != no; then
    47294493  cat >> confdefs.h <<\EOF
     
    47374501
    47384502echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6
    4739 echo "configure:4740: checking whether to have namespaces" >&5
     4503echo "configure:4504: checking whether to have namespaces" >&5
    47404504if test "$with_namespaces" != yes; then
    47414505  echo "$ac_t""no" 1>&6
     
    47494513
    47504514echo $ac_n "checking whether to have dl lib""... $ac_c" 1>&6
    4751 echo "configure:4752: checking whether to have dl lib" >&5
     4515echo "configure:4516: checking whether to have dl lib" >&5
    47524516
    47534517case "$ac_cv_singuname" in
     
    47554519          echo "$ac_t""dld" 1>&6
    47564520          echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
    4757 echo "configure:4758: checking for shl_load in -ldld" >&5
     4521echo "configure:4522: checking for shl_load in -ldld" >&5
    47584522ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
    47594523if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    47634527LIBS="-ldld  $LIBS"
    47644528cat > conftest.$ac_ext <<EOF
    4765 #line 4766 "configure"
     4529#line 4530 "configure"
    47664530#include "confdefs.h"
    47674531/* Override any gcc2 internal prototype to avoid an error.  */
     
    47744538; return 0; }
    47754539EOF
    4776 if { (eval echo configure:4777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4540if { (eval echo configure:4541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47774541  rm -rf conftest*
    47784542  eval "ac_cv_lib_$ac_lib_var=yes"
     
    48104574          echo "$ac_t""dld" 1>&6
    48114575          echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
    4812 echo "configure:4813: checking for shl_load in -ldld" >&5
     4576echo "configure:4577: checking for shl_load in -ldld" >&5
    48134577ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
    48144578if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    48184582LIBS="-ldld  $LIBS"
    48194583cat > conftest.$ac_ext <<EOF
    4820 #line 4821 "configure"
     4584#line 4585 "configure"
    48214585#include "confdefs.h"
    48224586/* Override any gcc2 internal prototype to avoid an error.  */
     
    48294593; return 0; }
    48304594EOF
    4831 if { (eval echo configure:4832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4595if { (eval echo configure:4596: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48324596  rm -rf conftest*
    48334597  eval "ac_cv_lib_$ac_lib_var=yes"
     
    48654629          echo "$ac_t""dl" 1>&6
    48664630          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    4867 echo "configure:4868: checking for dlopen in -ldl" >&5
     4631echo "configure:4632: checking for dlopen in -ldl" >&5
    48684632ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    48694633if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    48734637LIBS="-ldl  $LIBS"
    48744638cat > conftest.$ac_ext <<EOF
    4875 #line 4876 "configure"
     4639#line 4640 "configure"
    48764640#include "confdefs.h"
    48774641/* Override any gcc2 internal prototype to avoid an error.  */
     
    48844648; return 0; }
    48854649EOF
    4886 if { (eval echo configure:4887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4650if { (eval echo configure:4651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48874651  rm -rf conftest*
    48884652  eval "ac_cv_lib_$ac_lib_var=yes"
     
    49234687
    49244688echo $ac_n "checking whether to have dynamic loading""... $ac_c" 1>&6
    4925 echo "configure:4926: checking whether to have dynamic loading" >&5
     4689echo "configure:4690: checking whether to have dynamic loading" >&5
    49264690if test "$with_dl" != yes; then
    49274691  echo "$ac_t""no" 1>&6
     
    49374701
    49384702echo $ac_n "checking which exponent type to use""... $ac_c" 1>&6
    4939 echo "configure:4940: checking which exponent type to use" >&5
     4703echo "configure:4704: checking which exponent type to use" >&5
    49404704if test "$with_exp_type" = "char"; then
    49414705  echo "$ac_t""char" 1>&6
  • Singular/configure.in

    r636ece r9b5a11  
    11dnl Process this file with autoconf to produce a configure script.
    2 AC_INIT(mmemory.cc)
     2AC_INIT(mmalloc.cc)
    33AC_CONFIG_HEADER(mod2.h)
    44
     
    275275AC_TYPE_SIGNAL
    276276AC_FUNC_VPRINTF
    277 AC_CHECK_FUNCS(gettimeofday atexit bcopy getcwd getwd vsnprintf readlink sleep usleep setenv getpwnam)
     277AC_CHECK_FUNCS(gettimeofday atexit bcopy getcwd getwd vsnprintf readlink sleep usleep setenv getpwnam popen)
    278278
    279279dnl llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
Note: See TracChangeset for help on using the changeset viewer.