Changeset 9b5a11 in git
- Timestamp:
- Aug 16, 2000, 11:05:00 AM (23 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c18334b998a8adbf0013b8e1ce0824774019443e')
- Children:
- ab83208afbf15ecc4059a30826fbfcef2ef0e052
- Parents:
- 636ece850b5fea8c14ac57afaa4bc4be39de0331
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/configure
r636ece r9b5a11 38 38 -- default type is short 39 39 -- possible other types are char and int" 40 ac_help="$ac_help41 --with-gmalloc use our own gmalloc routines, instead of the ones42 provided by the system"43 40 44 41 # Initialize some variables set by options. … … 481 478 # A filename unique to this package, relative to the directory that 482 479 # configure is in, which we can look for to find out if srcdir is correct. 483 ac_unique_file= gmalloc.c480 ac_unique_file=mmalloc.cc 484 481 485 482 # Find the source files, if location was not specified. … … 555 552 556 553 echo $ac_n "checking uname for singular""... $ac_c" 1>&6 557 echo "configure:55 8: checking uname for singular" >&5554 echo "configure:555: checking uname for singular" >&5 558 555 if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then 559 556 echo $ac_n "(cached) $ac_c" 1>&6 … … 652 649 set dummy gcc; ac_word=$2 653 650 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 654 echo "configure:65 5: checking for $ac_word" >&5651 echo "configure:652: checking for $ac_word" >&5 655 652 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 656 653 echo $ac_n "(cached) $ac_c" 1>&6 … … 682 679 set dummy cc; ac_word=$2 683 680 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 684 echo "configure:68 5: checking for $ac_word" >&5681 echo "configure:682: checking for $ac_word" >&5 685 682 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 686 683 echo $ac_n "(cached) $ac_c" 1>&6 … … 733 730 set dummy cl; ac_word=$2 734 731 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 735 echo "configure:73 6: checking for $ac_word" >&5732 echo "configure:733: checking for $ac_word" >&5 736 733 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 737 734 echo $ac_n "(cached) $ac_c" 1>&6 … … 765 762 766 763 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 767 echo "configure:76 8: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5764 echo "configure:765: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 768 765 769 766 ac_ext=c … … 776 773 cat > conftest.$ac_ext << EOF 777 774 778 #line 77 9"configure"775 #line 776 "configure" 779 776 #include "confdefs.h" 780 777 781 778 main(){return(0);} 782 779 EOF 783 if { (eval echo configure:78 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then780 if { (eval echo configure:781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 784 781 ac_cv_prog_cc_works=yes 785 782 # If we can't run a trivial program, we are probably using a cross compiler. … … 807 804 fi 808 805 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 809 echo "configure:8 10: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5806 echo "configure:807: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 810 807 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 811 808 cross_compiling=$ac_cv_prog_cc_cross 812 809 813 810 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 814 echo "configure:81 5: checking whether we are using GNU C" >&5811 echo "configure:812: checking whether we are using GNU C" >&5 815 812 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 816 813 echo $ac_n "(cached) $ac_c" 1>&6 … … 821 818 #endif 822 819 EOF 823 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:82 4: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then820 if { 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 824 821 ac_cv_prog_gcc=yes 825 822 else … … 840 837 CFLAGS= 841 838 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 842 echo "configure:84 3: checking whether ${CC-cc} accepts -g" >&5839 echo "configure:840: checking whether ${CC-cc} accepts -g" >&5 843 840 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 844 841 echo $ac_n "(cached) $ac_c" 1>&6 … … 872 869 873 870 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 874 echo "configure:87 5: checking how to run the C preprocessor" >&5871 echo "configure:872: checking how to run the C preprocessor" >&5 875 872 # On Suns, sometimes $CPP names a directory. 876 873 if test -n "$CPP" && test -d "$CPP"; then … … 887 884 # not just through cpp. 888 885 cat > conftest.$ac_ext <<EOF 889 #line 8 90"configure"886 #line 887 "configure" 890 887 #include "confdefs.h" 891 888 #include <assert.h> … … 893 890 EOF 894 891 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 895 { (eval echo configure:89 6: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }892 { (eval echo configure:893: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 896 893 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 897 894 if test -z "$ac_err"; then … … 904 901 CPP="${CC-cc} -E -traditional-cpp" 905 902 cat > conftest.$ac_ext <<EOF 906 #line 90 7"configure"903 #line 904 "configure" 907 904 #include "confdefs.h" 908 905 #include <assert.h> … … 910 907 EOF 911 908 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 912 { (eval echo configure:91 3: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }909 { (eval echo configure:910: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 913 910 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 914 911 if test -z "$ac_err"; then … … 921 918 CPP="${CC-cc} -nologo -E" 922 919 cat > conftest.$ac_ext <<EOF 923 #line 92 4"configure"920 #line 921 "configure" 924 921 #include "confdefs.h" 925 922 #include <assert.h> … … 927 924 EOF 928 925 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 929 { (eval echo configure:9 30: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }926 { (eval echo configure:927: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 930 927 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 931 928 if test -z "$ac_err"; then … … 956 953 set dummy $ac_prog; ac_word=$2 957 954 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 958 echo "configure:95 9: checking for $ac_word" >&5955 echo "configure:956: checking for $ac_word" >&5 959 956 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then 960 957 echo $ac_n "(cached) $ac_c" 1>&6 … … 988 985 989 986 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 990 echo "configure:9 91: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5987 echo "configure:988: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 991 988 992 989 ac_ext=C … … 999 996 cat > conftest.$ac_ext << EOF 1000 997 1001 #line 1002"configure"998 #line 999 "configure" 1002 999 #include "confdefs.h" 1003 1000 1004 1001 int main(){return(0);} 1005 1002 EOF 1006 if { (eval echo configure:100 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1003 if { (eval echo configure:1004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1007 1004 ac_cv_prog_cxx_works=yes 1008 1005 # If we can't run a trivial program, we are probably using a cross compiler. … … 1030 1027 fi 1031 1028 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1032 echo "configure:103 3: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&51029 echo "configure:1030: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 1033 1030 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 1034 1031 cross_compiling=$ac_cv_prog_cxx_cross 1035 1032 1036 1033 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 1037 echo "configure:103 8: checking whether we are using GNU C++" >&51034 echo "configure:1035: checking whether we are using GNU C++" >&5 1038 1035 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then 1039 1036 echo $ac_n "(cached) $ac_c" 1>&6 … … 1044 1041 #endif 1045 1042 EOF 1046 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:104 7: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1043 if { 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 1047 1044 ac_cv_prog_gxx=yes 1048 1045 else … … 1063 1060 CXXFLAGS= 1064 1061 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 1065 echo "configure:106 6: checking whether ${CXX-g++} accepts -g" >&51062 echo "configure:1063: checking whether ${CXX-g++} accepts -g" >&5 1066 1063 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 1067 1064 echo $ac_n "(cached) $ac_c" 1>&6 … … 1125 1122 # ./install, which can be erroneously created by make from ./install.sh. 1126 1123 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1127 echo "configure:112 8: checking for a BSD compatible install" >&51124 echo "configure:1125: checking for a BSD compatible install" >&5 1128 1125 if test -z "$INSTALL"; then 1129 1126 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 1178 1175 1179 1176 echo $ac_n "checking for AIX""... $ac_c" 1>&6 1180 echo "configure:11 81: checking for AIX" >&51177 echo "configure:1178: checking for AIX" >&5 1181 1178 cat > conftest.$ac_ext <<EOF 1182 #line 118 3"configure"1179 #line 1180 "configure" 1183 1180 #include "confdefs.h" 1184 1181 #ifdef _AIX … … 1210 1207 # check whether the compiler accepts -pipe 1211 1208 echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6 1212 echo "configure:121 3: checking whether compiler accepts -pipe" >&51209 echo "configure:1210: checking whether compiler accepts -pipe" >&5 1213 1210 temp_cflags=${CFLAGS} 1214 1211 CFLAGS="${CFLAGS} -pipe" … … 1217 1214 else 1218 1215 cat > conftest.$ac_ext <<EOF 1219 #line 12 20"configure"1216 #line 1217 "configure" 1220 1217 #include "confdefs.h" 1221 1218 … … 1224 1221 ; return 0; } 1225 1222 EOF 1226 if { (eval echo configure:122 7: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1223 if { (eval echo configure:1224: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1227 1224 rm -rf conftest* 1228 1225 ac_cv_cxx_have_pipe=yes … … 1248 1245 # Customize CFLAGS 1249 1246 echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6 1250 echo "configure:12 51: checking whether _AIX is defined" >&51247 echo "configure:1248: checking whether _AIX is defined" >&5 1251 1248 if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then 1252 1249 echo $ac_n "(cached) $ac_c" 1>&6 1253 1250 else 1254 1251 cat > conftest.$ac_ext <<EOF 1255 #line 125 6"configure"1252 #line 1253 "configure" 1256 1253 #include "confdefs.h" 1257 1254 #ifdef _AIX … … 1304 1301 1305 1302 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1306 echo "configure:130 7: checking whether ${MAKE-make} sets \${MAKE}" >&51303 echo "configure:1304: checking whether ${MAKE-make} sets \${MAKE}" >&5 1307 1304 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1308 1305 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1382 1379 if test "${with_lex+set}" != set; then 1383 1380 echo $ac_n "checking for flex""... $ac_c" 1>&6 1384 echo "configure:138 5: checking for flex" >&51381 echo "configure:1382: checking for flex" >&5 1385 1382 if eval "test \"`echo '$''{'ac_cv_prog_flex'+set}'`\" = set"; then 1386 1383 echo $ac_n "(cached) $ac_c" 1>&6 … … 1413 1410 set dummy $ac_prog; ac_word=$2 1414 1411 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1415 echo "configure:141 6: checking for $ac_word" >&51412 echo "configure:1413: checking for $ac_word" >&5 1416 1413 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 1417 1414 echo $ac_n "(cached) $ac_c" 1>&6 … … 1453 1450 set dummy $ac_prog; ac_word=$2 1454 1451 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1455 echo "configure:145 6: checking for $ac_word" >&51452 echo "configure:1453: checking for $ac_word" >&5 1456 1453 if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then 1457 1454 echo $ac_n "(cached) $ac_c" 1>&6 … … 1488 1485 # ln -s 1489 1486 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1490 echo "configure:14 91: checking whether ln -s works" >&51487 echo "configure:1488: checking whether ln -s works" >&5 1491 1488 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1492 1489 echo $ac_n "(cached) $ac_c" 1>&6 … … 1514 1511 set dummy $ac_prog; ac_word=$2 1515 1512 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1516 echo "configure:151 7: checking for $ac_word" >&51513 echo "configure:1514: checking for $ac_word" >&5 1517 1514 if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then 1518 1515 echo $ac_n "(cached) $ac_c" 1>&6 … … 1546 1543 # lib checks 1547 1544 echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6 1548 echo "configure:154 9: checking for atof in -lm" >&51545 echo "configure:1546: checking for atof in -lm" >&5 1549 1546 ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'` 1550 1547 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1554 1551 LIBS="-lm $LIBS" 1555 1552 cat > conftest.$ac_ext <<EOF 1556 #line 155 7"configure"1553 #line 1554 "configure" 1557 1554 #include "confdefs.h" 1558 1555 /* Override any gcc2 internal prototype to avoid an error. */ … … 1565 1562 ; return 0; } 1566 1563 EOF 1567 if { (eval echo configure:156 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1564 if { (eval echo configure:1565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1568 1565 rm -rf conftest* 1569 1566 eval "ac_cv_lib_$ac_lib_var=yes" … … 1593 1590 1594 1591 echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6 1595 echo "configure:159 6: checking for socket in -lbsd" >&51592 echo "configure:1593: checking for socket in -lbsd" >&5 1596 1593 ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'` 1597 1594 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1601 1598 LIBS="-lbsd $LIBS" 1602 1599 cat > conftest.$ac_ext <<EOF 1603 #line 160 4"configure"1600 #line 1601 "configure" 1604 1601 #include "confdefs.h" 1605 1602 /* Override any gcc2 internal prototype to avoid an error. */ … … 1612 1609 ; return 0; } 1613 1610 EOF 1614 if { (eval echo configure:161 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1611 if { (eval echo configure:1612: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1615 1612 rm -rf conftest* 1616 1613 eval "ac_cv_lib_$ac_lib_var=yes" … … 1640 1637 1641 1638 echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6 1642 echo "configure:164 3: checking for listen in -lsocket" >&51639 echo "configure:1640: checking for listen in -lsocket" >&5 1643 1640 ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'` 1644 1641 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1648 1645 LIBS="-lsocket $LIBS" 1649 1646 cat > conftest.$ac_ext <<EOF 1650 #line 16 51"configure"1647 #line 1648 "configure" 1651 1648 #include "confdefs.h" 1652 1649 /* Override any gcc2 internal prototype to avoid an error. */ … … 1659 1656 ; return 0; } 1660 1657 EOF 1661 if { (eval echo configure:16 62: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1658 if { (eval echo configure:1659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1662 1659 rm -rf conftest* 1663 1660 eval "ac_cv_lib_$ac_lib_var=yes" … … 1687 1684 1688 1685 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 1689 echo "configure:16 90: checking for gethostbyname in -lnsl" >&51686 echo "configure:1687: checking for gethostbyname in -lnsl" >&5 1690 1687 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 1691 1688 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1695 1692 LIBS="-lnsl $LIBS" 1696 1693 cat > conftest.$ac_ext <<EOF 1697 #line 169 8"configure"1694 #line 1695 "configure" 1698 1695 #include "confdefs.h" 1699 1696 /* Override any gcc2 internal prototype to avoid an error. */ … … 1706 1703 ; return 0; } 1707 1704 EOF 1708 if { (eval echo configure:170 9: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1705 if { (eval echo configure:1706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1709 1706 rm -rf conftest* 1710 1707 eval "ac_cv_lib_$ac_lib_var=yes" … … 1734 1731 1735 1732 echo $ac_n "checking for index in -lucb""... $ac_c" 1>&6 1736 echo "configure:173 7: checking for index in -lucb" >&51733 echo "configure:1734: checking for index in -lucb" >&5 1737 1734 ac_lib_var=`echo ucb'_'index | sed 'y%./+-%__p_%'` 1738 1735 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1742 1739 LIBS="-lucb $LIBS" 1743 1740 cat > conftest.$ac_ext <<EOF 1744 #line 174 5"configure"1741 #line 1742 "configure" 1745 1742 #include "confdefs.h" 1746 1743 /* Override any gcc2 internal prototype to avoid an error. */ … … 1753 1750 ; return 0; } 1754 1751 EOF 1755 if { (eval echo configure:175 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1752 if { (eval echo configure:1753: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1756 1753 rm -rf conftest* 1757 1754 eval "ac_cv_lib_$ac_lib_var=yes" … … 1783 1780 # heder file checks 1784 1781 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1785 echo "configure:178 6: checking for ANSI C header files" >&51782 echo "configure:1783: checking for ANSI C header files" >&5 1786 1783 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1787 1784 echo $ac_n "(cached) $ac_c" 1>&6 1788 1785 else 1789 1786 cat > conftest.$ac_ext <<EOF 1790 #line 17 91"configure"1787 #line 1788 "configure" 1791 1788 #include "confdefs.h" 1792 1789 #include <stdlib.h> … … 1796 1793 EOF 1797 1794 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1798 { (eval echo configure:179 9: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1795 { (eval echo configure:1796: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1799 1796 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1800 1797 if test -z "$ac_err"; then … … 1813 1810 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1814 1811 cat > conftest.$ac_ext <<EOF 1815 #line 181 6"configure"1812 #line 1813 "configure" 1816 1813 #include "confdefs.h" 1817 1814 #include <string.h> … … 1831 1828 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1832 1829 cat > conftest.$ac_ext <<EOF 1833 #line 183 4"configure"1830 #line 1831 "configure" 1834 1831 #include "confdefs.h" 1835 1832 #include <stdlib.h> … … 1852 1849 else 1853 1850 cat > conftest.$ac_ext <<EOF 1854 #line 185 5"configure"1851 #line 1852 "configure" 1855 1852 #include "confdefs.h" 1856 1853 #include <ctype.h> … … 1863 1860 1864 1861 EOF 1865 if { (eval echo configure:186 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1862 if { (eval echo configure:1863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1866 1863 then 1867 1864 : … … 1890 1887 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1891 1888 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1892 echo "configure:189 3: checking for $ac_hdr" >&51889 echo "configure:1890: checking for $ac_hdr" >&5 1893 1890 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1894 1891 echo $ac_n "(cached) $ac_c" 1>&6 1895 1892 else 1896 1893 cat > conftest.$ac_ext <<EOF 1897 #line 189 8"configure"1894 #line 1895 "configure" 1898 1895 #include "confdefs.h" 1899 1896 #include <$ac_hdr> 1900 1897 EOF 1901 1898 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1902 { (eval echo configure:190 3: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1899 { (eval echo configure:1900: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1903 1900 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1904 1901 if test -z "$ac_err"; then … … 1928 1925 1929 1926 1930 for ac_hdr in malloc.hsys/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.h1927 for 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 1931 1928 do 1932 1929 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1933 1930 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1934 echo "configure:193 5: checking for $ac_hdr" >&51931 echo "configure:1932: checking for $ac_hdr" >&5 1935 1932 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1936 1933 echo $ac_n "(cached) $ac_c" 1>&6 1937 1934 else 1938 1935 cat > conftest.$ac_ext <<EOF 1939 #line 19 40"configure"1936 #line 1937 "configure" 1940 1937 #include "confdefs.h" 1941 1938 #include <$ac_hdr> 1942 1939 EOF 1943 1940 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1944 { (eval echo configure:194 5: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1941 { (eval echo configure:1942: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1945 1942 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1946 1943 if test -z "$ac_err"; then … … 1971 1968 # typedefs, structures 1972 1969 echo $ac_n "checking for working const""... $ac_c" 1>&6 1973 echo "configure:197 4: checking for working const" >&51970 echo "configure:1971: checking for working const" >&5 1974 1971 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 1975 1972 echo $ac_n "(cached) $ac_c" 1>&6 1976 1973 else 1977 1974 cat > conftest.$ac_ext <<EOF 1978 #line 197 9"configure"1975 #line 1976 "configure" 1979 1976 #include "confdefs.h" 1980 1977 … … 2025 2022 ; return 0; } 2026 2023 EOF 2027 if { (eval echo configure:202 8: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2024 if { (eval echo configure:2025: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2028 2025 rm -rf conftest* 2029 2026 ac_cv_c_const=yes … … 2046 2043 2047 2044 echo $ac_n "checking for inline""... $ac_c" 1>&6 2048 echo "configure:204 9: checking for inline" >&52045 echo "configure:2046: checking for inline" >&5 2049 2046 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2050 2047 echo $ac_n "(cached) $ac_c" 1>&6 … … 2053 2050 for ac_kw in inline __inline__ __inline; do 2054 2051 cat > conftest.$ac_ext <<EOF 2055 #line 205 6"configure"2052 #line 2053 "configure" 2056 2053 #include "confdefs.h" 2057 2054 … … 2060 2057 ; return 0; } 2061 2058 EOF 2062 if { (eval echo configure:206 3: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2059 if { (eval echo configure:2060: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2063 2060 rm -rf conftest* 2064 2061 ac_cv_c_inline=$ac_kw; break … … 2086 2083 2087 2084 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2088 echo "configure:208 9: checking for size_t" >&52085 echo "configure:2086: checking for size_t" >&5 2089 2086 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2090 2087 echo $ac_n "(cached) $ac_c" 1>&6 2091 2088 else 2092 2089 cat > conftest.$ac_ext <<EOF 2093 #line 209 4"configure"2090 #line 2091 "configure" 2094 2091 #include "confdefs.h" 2095 2092 #include <sys/types.h> … … 2119 2116 2120 2117 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 2121 echo "configure:21 22: checking whether time.h and sys/time.h may both be included" >&52118 echo "configure:2119: checking whether time.h and sys/time.h may both be included" >&5 2122 2119 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 2123 2120 echo $ac_n "(cached) $ac_c" 1>&6 2124 2121 else 2125 2122 cat > conftest.$ac_ext <<EOF 2126 #line 212 7"configure"2123 #line 2124 "configure" 2127 2124 #include "confdefs.h" 2128 2125 #include <sys/types.h> … … 2133 2130 ; return 0; } 2134 2131 EOF 2135 if { (eval echo configure:213 6: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2132 if { (eval echo configure:2133: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2136 2133 rm -rf conftest* 2137 2134 ac_cv_header_time=yes … … 2154 2151 2155 2152 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 2156 echo "configure:215 7: checking whether struct tm is in sys/time.h or time.h" >&52153 echo "configure:2154: checking whether struct tm is in sys/time.h or time.h" >&5 2157 2154 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then 2158 2155 echo $ac_n "(cached) $ac_c" 1>&6 2159 2156 else 2160 2157 cat > conftest.$ac_ext <<EOF 2161 #line 21 62"configure"2158 #line 2159 "configure" 2162 2159 #include "confdefs.h" 2163 2160 #include <sys/types.h> … … 2167 2164 ; return 0; } 2168 2165 EOF 2169 if { (eval echo configure:21 70: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2166 if { (eval echo configure:2167: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2170 2167 rm -rf conftest* 2171 2168 ac_cv_struct_tm=time.h … … 2192 2189 # for constant arguments. Useless! 2193 2190 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2194 echo "configure:219 5: checking for working alloca.h" >&52191 echo "configure:2192: checking for working alloca.h" >&5 2195 2192 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2196 2193 echo $ac_n "(cached) $ac_c" 1>&6 2197 2194 else 2198 2195 cat > conftest.$ac_ext <<EOF 2199 #line 2 200"configure"2196 #line 2197 "configure" 2200 2197 #include "confdefs.h" 2201 2198 #include <alloca.h> … … 2204 2201 ; return 0; } 2205 2202 EOF 2206 if { (eval echo configure:220 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2203 if { (eval echo configure:2204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2207 2204 rm -rf conftest* 2208 2205 ac_cv_header_alloca_h=yes … … 2225 2222 2226 2223 echo $ac_n "checking for alloca""... $ac_c" 1>&6 2227 echo "configure:222 8: checking for alloca" >&52224 echo "configure:2225: checking for alloca" >&5 2228 2225 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 2229 2226 echo $ac_n "(cached) $ac_c" 1>&6 2230 2227 else 2231 2228 cat > conftest.$ac_ext <<EOF 2232 #line 223 3"configure"2229 #line 2230 "configure" 2233 2230 #include "confdefs.h" 2234 2231 … … 2258 2255 ; return 0; } 2259 2256 EOF 2260 if { (eval echo configure:22 61: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2257 if { (eval echo configure:2258: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2261 2258 rm -rf conftest* 2262 2259 ac_cv_func_alloca_works=yes … … 2290 2287 2291 2288 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 2292 echo "configure:229 3: checking whether alloca needs Cray hooks" >&52289 echo "configure:2290: checking whether alloca needs Cray hooks" >&5 2293 2290 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 2294 2291 echo $ac_n "(cached) $ac_c" 1>&6 2295 2292 else 2296 2293 cat > conftest.$ac_ext <<EOF 2297 #line 229 8"configure"2294 #line 2295 "configure" 2298 2295 #include "confdefs.h" 2299 2296 #if defined(CRAY) && ! defined(CRAY2) … … 2320 2317 for ac_func in _getb67 GETB67 getb67; do 2321 2318 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2322 echo "configure:232 3: checking for $ac_func" >&52319 echo "configure:2320: checking for $ac_func" >&5 2323 2320 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2324 2321 echo $ac_n "(cached) $ac_c" 1>&6 2325 2322 else 2326 2323 cat > conftest.$ac_ext <<EOF 2327 #line 232 8"configure"2324 #line 2325 "configure" 2328 2325 #include "confdefs.h" 2329 2326 /* System header to define __stub macros and hopefully few prototypes, … … 2348 2345 ; return 0; } 2349 2346 EOF 2350 if { (eval echo configure:23 51: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2347 if { (eval echo configure:2348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2351 2348 rm -rf conftest* 2352 2349 eval "ac_cv_func_$ac_func=yes" … … 2375 2372 2376 2373 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 2377 echo "configure:237 8: checking stack direction for C alloca" >&52374 echo "configure:2375: checking stack direction for C alloca" >&5 2378 2375 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 2379 2376 echo $ac_n "(cached) $ac_c" 1>&6 … … 2383 2380 else 2384 2381 cat > conftest.$ac_ext <<EOF 2385 #line 238 6"configure"2382 #line 2383 "configure" 2386 2383 #include "confdefs.h" 2387 2384 find_stack_direction () … … 2402 2399 } 2403 2400 EOF 2404 if { (eval echo configure:240 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2401 if { (eval echo configure:2402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2405 2402 then 2406 2403 ac_cv_c_stack_direction=1 … … 2425 2422 if test $ac_cv_prog_gcc = yes; then 2426 2423 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 2427 echo "configure:242 8: checking whether ${CC-cc} needs -traditional" >&52424 echo "configure:2425: checking whether ${CC-cc} needs -traditional" >&5 2428 2425 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then 2429 2426 echo $ac_n "(cached) $ac_c" 1>&6 … … 2431 2428 ac_pattern="Autoconf.*'x'" 2432 2429 cat > conftest.$ac_ext <<EOF 2433 #line 243 4"configure"2430 #line 2431 "configure" 2434 2431 #include "confdefs.h" 2435 2432 #include <sgtty.h> … … 2449 2446 if test $ac_cv_prog_gcc_traditional = no; then 2450 2447 cat > conftest.$ac_ext <<EOF 2451 #line 24 52"configure"2448 #line 2449 "configure" 2452 2449 #include "confdefs.h" 2453 2450 #include <termio.h> … … 2474 2471 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2475 2472 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2476 echo "configure:247 7: checking for $ac_hdr" >&52473 echo "configure:2474: checking for $ac_hdr" >&5 2477 2474 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2478 2475 echo $ac_n "(cached) $ac_c" 1>&6 2479 2476 else 2480 2477 cat > conftest.$ac_ext <<EOF 2481 #line 24 82"configure"2478 #line 2479 "configure" 2482 2479 #include "confdefs.h" 2483 2480 #include <$ac_hdr> 2484 2481 EOF 2485 2482 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2486 { (eval echo configure:248 7: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2483 { (eval echo configure:2484: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2487 2484 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2488 2485 if test -z "$ac_err"; then … … 2513 2510 do 2514 2511 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2515 echo "configure:251 6: checking for $ac_func" >&52512 echo "configure:2513: checking for $ac_func" >&5 2516 2513 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2517 2514 echo $ac_n "(cached) $ac_c" 1>&6 2518 2515 else 2519 2516 cat > conftest.$ac_ext <<EOF 2520 #line 25 21"configure"2517 #line 2518 "configure" 2521 2518 #include "confdefs.h" 2522 2519 /* System header to define __stub macros and hopefully few prototypes, … … 2541 2538 ; return 0; } 2542 2539 EOF 2543 if { (eval echo configure:254 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2540 if { (eval echo configure:2541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2544 2541 rm -rf conftest* 2545 2542 eval "ac_cv_func_$ac_func=yes" … … 2566 2563 2567 2564 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 2568 echo "configure:256 9: checking for working mmap" >&52565 echo "configure:2566: checking for working mmap" >&5 2569 2566 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 2570 2567 echo $ac_n "(cached) $ac_c" 1>&6 … … 2574 2571 else 2575 2572 cat > conftest.$ac_ext <<EOF 2576 #line 257 7"configure"2573 #line 2574 "configure" 2577 2574 #include "confdefs.h" 2578 2575 … … 2714 2711 2715 2712 EOF 2716 if { (eval echo configure:271 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2713 if { (eval echo configure:2714: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2717 2714 then 2718 2715 ac_cv_func_mmap_fixed_mapped=yes … … 2737 2734 2738 2735 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 2739 echo "configure:27 40: checking return type of signal handlers" >&52736 echo "configure:2737: checking return type of signal handlers" >&5 2740 2737 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 2741 2738 echo $ac_n "(cached) $ac_c" 1>&6 2742 2739 else 2743 2740 cat > conftest.$ac_ext <<EOF 2744 #line 274 5"configure"2741 #line 2742 "configure" 2745 2742 #include "confdefs.h" 2746 2743 #include <sys/types.h> … … 2759 2756 ; return 0; } 2760 2757 EOF 2761 if { (eval echo configure:27 62: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2758 if { (eval echo configure:2759: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2762 2759 rm -rf conftest* 2763 2760 ac_cv_type_signal=void … … 2778 2775 2779 2776 echo $ac_n "checking for vprintf""... $ac_c" 1>&6 2780 echo "configure:27 81: checking for vprintf" >&52777 echo "configure:2778: checking for vprintf" >&5 2781 2778 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then 2782 2779 echo $ac_n "(cached) $ac_c" 1>&6 2783 2780 else 2784 2781 cat > conftest.$ac_ext <<EOF 2785 #line 278 6"configure"2782 #line 2783 "configure" 2786 2783 #include "confdefs.h" 2787 2784 /* System header to define __stub macros and hopefully few prototypes, … … 2806 2803 ; return 0; } 2807 2804 EOF 2808 if { (eval echo configure:280 9: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2805 if { (eval echo configure:2806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2809 2806 rm -rf conftest* 2810 2807 eval "ac_cv_func_vprintf=yes" … … 2830 2827 if test "$ac_cv_func_vprintf" != yes; then 2831 2828 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 2832 echo "configure:283 3: checking for _doprnt" >&52829 echo "configure:2830: checking for _doprnt" >&5 2833 2830 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then 2834 2831 echo $ac_n "(cached) $ac_c" 1>&6 2835 2832 else 2836 2833 cat > conftest.$ac_ext <<EOF 2837 #line 283 8"configure"2834 #line 2835 "configure" 2838 2835 #include "confdefs.h" 2839 2836 /* System header to define __stub macros and hopefully few prototypes, … … 2858 2855 ; return 0; } 2859 2856 EOF 2860 if { (eval echo configure:28 61: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2857 if { (eval echo configure:2858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2861 2858 rm -rf conftest* 2862 2859 eval "ac_cv_func__doprnt=yes" … … 2882 2879 fi 2883 2880 2884 for ac_func in gettimeofday atexit bcopy getcwd getwd vsnprintf readlink sleep usleep valloc getpagesize setenv getpwnam2881 for ac_func in gettimeofday atexit bcopy getcwd getwd vsnprintf readlink sleep usleep setenv getpwnam popen 2885 2882 do 2886 2883 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2887 echo "configure:288 8: checking for $ac_func" >&52884 echo "configure:2885: checking for $ac_func" >&5 2888 2885 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2889 2886 echo $ac_n "(cached) $ac_c" 1>&6 2890 2887 else 2891 2888 cat > conftest.$ac_ext <<EOF 2892 #line 289 3"configure"2889 #line 2890 "configure" 2893 2890 #include "confdefs.h" 2894 2891 /* System header to define __stub macros and hopefully few prototypes, … … 2913 2910 ; return 0; } 2914 2911 EOF 2915 if { (eval echo configure:291 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2912 if { (eval echo configure:2913: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2916 2913 rm -rf conftest* 2917 2914 eval "ac_cv_func_$ac_func=yes" … … 2941 2938 # arithmetic shifts 2942 2939 echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6 2943 echo "configure:294 4: checking whether your machine has correct arithmetic shifts" >&52940 echo "configure:2941: checking whether your machine has correct arithmetic shifts" >&5 2944 2941 if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then 2945 2942 echo $ac_n "(cached) $ac_c" 1>&6 … … 2954 2951 else 2955 2952 cat > conftest.$ac_ext <<EOF 2956 #line 295 7"configure"2953 #line 2954 "configure" 2957 2954 #include "confdefs.h" 2958 2955 int main() { if (-2 >> 1 == -1) exit(0); else exit(1); } 2959 2956 EOF 2960 if { (eval echo configure:29 61: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2957 if { (eval echo configure:2958: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2961 2958 then 2962 2959 ac_cv_shift=yes … … 2983 2980 # check for a peculiar constructor initialization 2984 2981 echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6 2985 echo "configure:298 6: checking whether explicit C++ constructor calls are allowed" >&52982 echo "configure:2983: checking whether explicit C++ constructor calls are allowed" >&5 2986 2983 2987 2984 ac_ext=C … … 2996 2993 else 2997 2994 cat > conftest.$ac_ext <<EOF 2998 #line 299 9"configure"2995 #line 2996 "configure" 2999 2996 #include "confdefs.h" 3000 2997 … … 3014 3011 ; return 0; } 3015 3012 EOF 3016 if { (eval echo configure:301 7: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3013 if { (eval echo configure:3014: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3017 3014 rm -rf conftest* 3018 3015 ac_cv_explicit_const=yes … … 3043 3040 # sprintf returns number of printed chars 3044 3041 echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6 3045 echo "configure:304 6: checking whether vsprintf returns number of printed chars" >&53042 echo "configure:3043: checking whether vsprintf returns number of printed chars" >&5 3046 3043 if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then 3047 3044 echo $ac_n "(cached) $ac_c" 1>&6 … … 3051 3048 else 3052 3049 cat > conftest.$ac_ext <<EOF 3053 #line 305 4"configure"3050 #line 3051 "configure" 3054 3051 #include "confdefs.h" 3055 3052 #include <stdio.h> 3056 3053 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); } 3057 3054 EOF 3058 if { (eval echo configure:305 9: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3055 if { (eval echo configure:3056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3059 3056 then 3060 3057 ac_cv_returns_n_of_chars=yes … … 3082 3079 # determine ALIGN_8 3083 3080 echo $ac_n "checking size of char""... $ac_c" 1>&6 3084 echo "configure:308 5: checking size of char" >&53081 echo "configure:3082: checking size of char" >&5 3085 3082 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then 3086 3083 echo $ac_n "(cached) $ac_c" 1>&6 … … 3090 3087 else 3091 3088 cat > conftest.$ac_ext <<EOF 3092 #line 309 3"configure"3089 #line 3090 "configure" 3093 3090 #include "confdefs.h" 3094 3091 #include <stdio.h> … … 3101 3098 } 3102 3099 EOF 3103 if { (eval echo configure:310 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3100 if { (eval echo configure:3101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3104 3101 then 3105 3102 ac_cv_sizeof_char=`cat conftestval` … … 3121 3118 3122 3119 echo $ac_n "checking size of short""... $ac_c" 1>&6 3123 echo "configure:312 4: checking size of short" >&53120 echo "configure:3121: checking size of short" >&5 3124 3121 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 3125 3122 echo $ac_n "(cached) $ac_c" 1>&6 … … 3129 3126 else 3130 3127 cat > conftest.$ac_ext <<EOF 3131 #line 31 32"configure"3128 #line 3129 "configure" 3132 3129 #include "confdefs.h" 3133 3130 #include <stdio.h> … … 3140 3137 } 3141 3138 EOF 3142 if { (eval echo configure:314 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3139 if { (eval echo configure:3140: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3143 3140 then 3144 3141 ac_cv_sizeof_short=`cat conftestval` … … 3160 3157 3161 3158 echo $ac_n "checking size of int""... $ac_c" 1>&6 3162 echo "configure:316 3: checking size of int" >&53159 echo "configure:3160: checking size of int" >&5 3163 3160 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 3164 3161 echo $ac_n "(cached) $ac_c" 1>&6 … … 3168 3165 else 3169 3166 cat > conftest.$ac_ext <<EOF 3170 #line 31 71"configure"3167 #line 3168 "configure" 3171 3168 #include "confdefs.h" 3172 3169 #include <stdio.h> … … 3179 3176 } 3180 3177 EOF 3181 if { (eval echo configure:31 82: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3178 if { (eval echo configure:3179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3182 3179 then 3183 3180 ac_cv_sizeof_int=`cat conftestval` … … 3199 3196 3200 3197 echo $ac_n "checking size of long""... $ac_c" 1>&6 3201 echo "configure:3 202: checking size of long" >&53198 echo "configure:3199: checking size of long" >&5 3202 3199 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 3203 3200 echo $ac_n "(cached) $ac_c" 1>&6 … … 3207 3204 else 3208 3205 cat > conftest.$ac_ext <<EOF 3209 #line 32 10"configure"3206 #line 3207 "configure" 3210 3207 #include "confdefs.h" 3211 3208 #include <stdio.h> … … 3218 3215 } 3219 3216 EOF 3220 if { (eval echo configure:32 21: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3217 if { (eval echo configure:3218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3221 3218 then 3222 3219 ac_cv_sizeof_long=`cat conftestval` … … 3238 3235 3239 3236 echo $ac_n "checking size of void*""... $ac_c" 1>&6 3240 echo "configure:32 41: checking size of void*" >&53237 echo "configure:3238: checking size of void*" >&5 3241 3238 if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then 3242 3239 echo $ac_n "(cached) $ac_c" 1>&6 … … 3246 3243 else 3247 3244 cat > conftest.$ac_ext <<EOF 3248 #line 324 9"configure"3245 #line 3246 "configure" 3249 3246 #include "confdefs.h" 3250 3247 #include <stdio.h> … … 3257 3254 } 3258 3255 EOF 3259 if { (eval echo configure:32 60: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3256 if { (eval echo configure:3257: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3260 3257 then 3261 3258 ac_cv_sizeof_voidp=`cat conftestval` … … 3277 3274 3278 3275 echo $ac_n "checking size of double""... $ac_c" 1>&6 3279 echo "configure:32 80: checking size of double" >&53276 echo "configure:3277: checking size of double" >&5 3280 3277 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then 3281 3278 echo $ac_n "(cached) $ac_c" 1>&6 … … 3285 3282 else 3286 3283 cat > conftest.$ac_ext <<EOF 3287 #line 328 8"configure"3284 #line 3285 "configure" 3288 3285 #include "confdefs.h" 3289 3286 #include <stdio.h> … … 3296 3293 } 3297 3294 EOF 3298 if { (eval echo configure:329 9: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3295 if { (eval echo configure:3296: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3299 3296 then 3300 3297 ac_cv_sizeof_double=`cat conftestval` … … 3316 3313 3317 3314 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 3318 echo "configure:331 9: checking whether byte ordering is bigendian" >&53315 echo "configure:3316: checking whether byte ordering is bigendian" >&5 3319 3316 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then 3320 3317 echo $ac_n "(cached) $ac_c" 1>&6 … … 3323 3320 # See if sys/param.h defines the BYTE_ORDER macro. 3324 3321 cat > conftest.$ac_ext <<EOF 3325 #line 332 6"configure"3322 #line 3323 "configure" 3326 3323 #include "confdefs.h" 3327 3324 #include <sys/types.h> … … 3334 3331 ; return 0; } 3335 3332 EOF 3336 if { (eval echo configure:333 7: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3333 if { (eval echo configure:3334: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3337 3334 rm -rf conftest* 3338 3335 # It does; now see whether it defined to BIG_ENDIAN or not. 3339 3336 cat > conftest.$ac_ext <<EOF 3340 #line 33 41"configure"3337 #line 3338 "configure" 3341 3338 #include "confdefs.h" 3342 3339 #include <sys/types.h> … … 3349 3346 ; return 0; } 3350 3347 EOF 3351 if { (eval echo configure:33 52: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3348 if { (eval echo configure:3349: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3352 3349 rm -rf conftest* 3353 3350 ac_cv_c_bigendian=yes … … 3369 3366 else 3370 3367 cat > conftest.$ac_ext <<EOF 3371 #line 33 72"configure"3368 #line 3369 "configure" 3372 3369 #include "confdefs.h" 3373 3370 main () { … … 3382 3379 } 3383 3380 EOF 3384 if { (eval echo configure:338 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3381 if { (eval echo configure:3382: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3385 3382 then 3386 3383 ac_cv_c_bigendian=no … … 3418 3415 fi 3419 3416 3420 echo $ac_n "checking size of system page""... $ac_c" 1>&63421 echo "configure:3422: checking size of system page" >&53422 if eval "test \"`echo '$''{'ac_cv_pagesize'+set}'`\" = set"; then3423 echo $ac_n "(cached) $ac_c" 1>&63424 else3425 if test "$cross_compiling" = yes; then3426 ac_cv_pagesize=03427 else3428 cat > conftest.$ac_ext <<EOF3429 #line 3430 "configure"3430 #include "confdefs.h"3431 #include <stdio.h>3432 #define HAVE_GMALLOC3433 #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 EOF3443 if { (eval echo configure:3444: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3444 then3445 ac_cv_pagesize=`cat conftestval`3446 else3447 echo "configure: failed program was:" >&53448 cat conftest.$ac_ext >&53449 rm -fr conftest*3450 ac_cv_pagesize=03451 fi3452 rm -fr conftest*3453 fi3454 3455 fi3456 3457 echo "$ac_t""$ac_cv_pagesize" 1>&63458 if test "$ac_cv_pagesize" != 0; then3459 cat >> confdefs.h <<EOF3460 #define SIZE_OF_SYSTEM_PAGE $ac_cv_pagesize3461 EOF3462 3463 fi3464 3465 3466 echo $ac_n "checking for page aligned valloc""... $ac_c" 1>&63467 echo "configure:3468: checking for page aligned valloc" >&53468 if eval "test \"`echo '$''{'ac_cv_have_page_alignment'+set}'`\" = set"; then3469 echo $ac_n "(cached) $ac_c" 1>&63470 else3471 cat > _pagetest.c << EOF3472 #include <stdio.h>3473 #ifndef ADJUSTMENT3474 #define ADJUSTMENT 03475 #endif3476 #define REPEAT 10003477 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 EOF3504 3505 ac_cv_have_page_alignment=no3506 if test "$with_gmalloc" != yes && \3507 test "$ac_cv_func_valloc" = yes && \3508 test "$ac_cv_pagesize" != 0; then3509 if test "$cross_compiling" = yes; then3510 ac_cv_have_page_alignment=no3511 else3512 cat > conftest.$ac_ext <<EOF3513 #line 3514 "configure"3514 #include "confdefs.h"3515 3516 #define ADJUSTMENT 03517 #include "_pagetest.c"3518 3519 EOF3520 if { (eval echo configure:3521: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3521 then3522 ac_cv_have_page_alignment="ac_cv_usable_pagesize="`cat conftestval`3523 else3524 echo "configure: failed program was:" >&53525 cat conftest.$ac_ext >&53526 rm -fr conftest*3527 ac_cv_have_page_alignment=no3528 fi3529 rm -fr conftest*3530 fi3531 3532 if test "$ac_cv_have_page_alignment" = no; then3533 if test "$cross_compiling" = yes; then3534 ac_cv_have_page_alignment=no3535 else3536 cat > conftest.$ac_ext <<EOF3537 #line 3538 "configure"3538 #include "confdefs.h"3539 3540 #define ADJUSTMENT SIZEOF_VOIDP3541 #include "_pagetest.c"3542 3543 EOF3544 if { (eval echo configure:3545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3545 then3546 ac_cv_have_page_alignment="ac_cv_usable_pagesize="`cat conftestval`3547 else3548 echo "configure: failed program was:" >&53549 cat conftest.$ac_ext >&53550 rm -fr conftest*3551 ac_cv_have_page_alignment=no3552 fi3553 rm -fr conftest*3554 fi3555 3556 fi3557 fi3558 3559 if test "$ac_cv_have_page_alignment" = no && test "$ac_cv_pagesize" != 0; then3560 if test "$cross_compiling" = yes; then3561 ac_cv_have_page_alignment=no3562 else3563 cat > conftest.$ac_ext <<EOF3564 #line 3565 "configure"3565 #include "confdefs.h"3566 3567 #define ADJUSTMENT 03568 #define HAVE_GMALLOC3569 #include "gmalloc.c"3570 #include "_pagetest.c"3571 3572 EOF3573 if { (eval echo configure:3574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3574 then3575 ac_cv_have_page_alignment="ac_cv_have_gmalloc=yes; ac_cv_usable_pagesize="`cat conftestval`3576 else3577 echo "configure: failed program was:" >&53578 cat conftest.$ac_ext >&53579 rm -fr conftest*3580 ac_cv_have_page_alignment=no3581 fi3582 rm -fr conftest*3583 fi3584 3585 if test "$ac_cv_have_page_alignment" = no; then3586 if test "$cross_compiling" = yes; then3587 ac_cv_have_page_alignment=no3588 else3589 cat > conftest.$ac_ext <<EOF3590 #line 3591 "configure"3591 #include "confdefs.h"3592 3593 #define ADJUSTMENT SIZEOF_VOIDP3594 #define HAVE_GMALLOC3595 #include "gmalloc.c"3596 #include "_pagetest.c"3597 3598 EOF3599 if { (eval echo configure:3600: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3600 then3601 ac_cv_have_page_alignment="ac_cv_have_gmalloc=yes; ac_cv_usable_pagesize="`cat conftestval`3602 else3603 echo "configure: failed program was:" >&53604 cat conftest.$ac_ext >&53605 rm -fr conftest*3606 ac_cv_have_page_alignment=no3607 fi3608 rm -fr conftest*3609 fi3610 3611 fi3612 fi3613 rm -rf conftesteval _pagetest.c3614 3615 3616 fi3617 3618 3619 if test "$ac_cv_have_page_alignment" != no && test "$ac_cv_with_gmalloc" != no; then3620 eval $ac_cv_have_page_alignment3621 cat >> confdefs.h <<EOF3622 #define PALLOC valloc3623 EOF3624 3625 cat >> confdefs.h <<EOF3626 #define PFREE free3627 EOF3628 3629 if test "$ac_cv_have_gmalloc" = yes; then3630 cat >> confdefs.h <<\EOF3631 #define HAVE_GMALLOC 13632 EOF3633 3634 echo "$ac_t""from gmalloc" 1>&63635 else3636 echo "$ac_t""from system" 1>&63637 fi3638 cat >> confdefs.h <<EOF3639 #define SIZE_OF_PAGE $ac_cv_usable_pagesize3640 EOF3641 3642 else3643 echo "$ac_t""no" 1>&63644 echo "configure: warning: Advanced memory management disabled" 1>&23645 fi3646 3647 3417 # Check whether --with-rootdir or --without-rootdir was given. 3648 3418 if test "${with_rootdir+set}" = set; then … … 3711 3481 fi 3712 3482 3713 # Check whether --with-gmalloc or --without-gmalloc was given.3714 if test "${with_gmalloc+set}" = set; then3715 withval="$with_gmalloc"3716 :3717 fi3718 3719 3483 3720 3484 echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 3721 echo "configure:3 722: checking for tgetent in -lncurses" >&53485 echo "configure:3486: checking for tgetent in -lncurses" >&5 3722 3486 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` 3723 3487 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3727 3491 LIBS="-lncurses $LIBS" 3728 3492 cat > conftest.$ac_ext <<EOF 3729 #line 3 730"configure"3493 #line 3494 "configure" 3730 3494 #include "confdefs.h" 3731 3495 /* Override any gcc2 internal prototype to avoid an error. */ … … 3738 3502 ; return 0; } 3739 3503 EOF 3740 if { (eval echo configure:3 741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3504 if { (eval echo configure:3505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3741 3505 rm -rf conftest* 3742 3506 eval "ac_cv_lib_$ac_lib_var=yes" … … 3765 3529 \ 3766 3530 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 3767 echo "configure:3 768: checking for tgetent in -lcurses" >&53531 echo "configure:3532: checking for tgetent in -lcurses" >&5 3768 3532 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` 3769 3533 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3773 3537 LIBS="-lcurses $LIBS" 3774 3538 cat > conftest.$ac_ext <<EOF 3775 #line 3 776"configure"3539 #line 3540 "configure" 3776 3540 #include "confdefs.h" 3777 3541 /* Override any gcc2 internal prototype to avoid an error. */ … … 3784 3548 ; return 0; } 3785 3549 EOF 3786 if { (eval echo configure:3 787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3550 if { (eval echo configure:3551: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3787 3551 rm -rf conftest* 3788 3552 eval "ac_cv_lib_$ac_lib_var=yes" … … 3811 3575 \ 3812 3576 echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 3813 echo "configure:3 814: checking for tgetent in -ltermcap" >&53577 echo "configure:3578: checking for tgetent in -ltermcap" >&5 3814 3578 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` 3815 3579 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3819 3583 LIBS="-ltermcap $LIBS" 3820 3584 cat > conftest.$ac_ext <<EOF 3821 #line 3 822"configure"3585 #line 3586 "configure" 3822 3586 #include "confdefs.h" 3823 3587 /* Override any gcc2 internal prototype to avoid an error. */ … … 3830 3594 ; return 0; } 3831 3595 EOF 3832 if { (eval echo configure:3 833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3596 if { (eval echo configure:3597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3833 3597 rm -rf conftest* 3834 3598 eval "ac_cv_lib_$ac_lib_var=yes" … … 3873 3637 3874 3638 echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6 3875 echo "configure:3 876: checking for rl_abort in -lreadline" >&53639 echo "configure:3640: checking for rl_abort in -lreadline" >&5 3876 3640 ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'` 3877 3641 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3881 3645 LIBS="-lreadline $LIBS" 3882 3646 cat > conftest.$ac_ext <<EOF 3883 #line 3 884"configure"3647 #line 3648 "configure" 3884 3648 #include "confdefs.h" 3885 3649 /* Override any gcc2 internal prototype to avoid an error. */ … … 3895 3659 ; return 0; } 3896 3660 EOF 3897 if { (eval echo configure:3 898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3661 if { (eval echo configure:3662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3898 3662 rm -rf conftest* 3899 3663 eval "ac_cv_lib_$ac_lib_var=yes" … … 3923 3687 3924 3688 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 3925 echo "configure:3 926: checking how to run the C++ preprocessor" >&53689 echo "configure:3690: checking how to run the C++ preprocessor" >&5 3926 3690 if test -z "$CXXCPP"; then 3927 3691 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then … … 3936 3700 CXXCPP="${CXX-g++} -E" 3937 3701 cat > conftest.$ac_ext <<EOF 3938 #line 3 939"configure"3702 #line 3703 "configure" 3939 3703 #include "confdefs.h" 3940 3704 #include <stdlib.h> 3941 3705 EOF 3942 3706 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3943 { (eval echo configure:3 944: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3707 { (eval echo configure:3708: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3944 3708 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3945 3709 if test -z "$ac_err"; then … … 3969 3733 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3970 3734 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3971 echo "configure:3 972: checking for $ac_hdr" >&53735 echo "configure:3736: checking for $ac_hdr" >&5 3972 3736 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3973 3737 echo $ac_n "(cached) $ac_c" 1>&6 3974 3738 else 3975 3739 cat > conftest.$ac_ext <<EOF 3976 #line 3 977"configure"3740 #line 3741 "configure" 3977 3741 #include "confdefs.h" 3978 3742 #include <$ac_hdr> 3979 3743 EOF 3980 3744 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3981 { (eval echo configure:3 982: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3745 { (eval echo configure:3746: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3982 3746 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3983 3747 if test -z "$ac_err"; then … … 4008 3772 test "$ac_cv_header_readline_readline_h" = yes; then 4009 3773 echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6 4010 echo "configure: 4011: checking whether readline.h is ok" >&53774 echo "configure:3775: checking whether readline.h is ok" >&5 4011 3775 if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then 4012 3776 echo $ac_n "(cached) $ac_c" 1>&6 4013 3777 else 4014 3778 cat > conftest.$ac_ext <<EOF 4015 #line 4016"configure"3779 #line 3780 "configure" 4016 3780 #include "confdefs.h" 4017 3781 #include<unistd.h> … … 4038 3802 ; return 0; } 4039 3803 EOF 4040 if { (eval echo configure: 4041: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3804 if { (eval echo configure:3805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4041 3805 rm -rf conftest* 4042 3806 ac_cv_header_readline_readline_h_ok="yes" … … 4054 3818 #not ok -- try once more with explicitly declaring everything 4055 3819 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" >&53820 echo "configure:3821: checking whether or not we nevertheless can use readline" >&5 4057 3821 if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then 4058 3822 echo $ac_n "(cached) $ac_c" 1>&6 4059 3823 else 4060 3824 cat > conftest.$ac_ext <<EOF 4061 #line 4062"configure"3825 #line 3826 "configure" 4062 3826 #include "confdefs.h" 4063 3827 #include <stdio.h> … … 4093 3857 ; return 0; } 4094 3858 EOF 4095 if { (eval echo configure: 4096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3859 if { (eval echo configure:3860: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4096 3860 rm -rf conftest* 4097 3861 ac_cv_have_readline="yes" … … 4137 3901 # gmp, smallgmp, MP, MPT, factory, libfac 4138 3902 echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6 4139 echo "configure: 4140: checking for main in -lgmp" >&53903 echo "configure:3904: checking for main in -lgmp" >&5 4140 3904 ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'` 4141 3905 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4145 3909 LIBS="-lgmp $LIBS" 4146 3910 cat > conftest.$ac_ext <<EOF 4147 #line 4148"configure"3911 #line 3912 "configure" 4148 3912 #include "confdefs.h" 4149 3913 … … 4152 3916 ; return 0; } 4153 3917 EOF 4154 if { (eval echo configure: 4155: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3918 if { (eval echo configure:3919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4155 3919 rm -rf conftest* 4156 3920 eval "ac_cv_lib_$ac_lib_var=yes" … … 4183 3947 fi 4184 3948 echo $ac_n "checking for main in -lsmallgmp""... $ac_c" 1>&6 4185 echo "configure: 4186: checking for main in -lsmallgmp" >&53949 echo "configure:3950: checking for main in -lsmallgmp" >&5 4186 3950 ac_lib_var=`echo smallgmp'_'main | sed 'y%./+-%__p_%'` 4187 3951 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4191 3955 LIBS="-lsmallgmp $LIBS" 4192 3956 cat > conftest.$ac_ext <<EOF 4193 #line 4194"configure"3957 #line 3958 "configure" 4194 3958 #include "confdefs.h" 4195 3959 … … 4198 3962 ; return 0; } 4199 3963 EOF 4200 if { (eval echo configure: 4201: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3964 if { (eval echo configure:3965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4201 3965 rm -rf conftest* 4202 3966 eval "ac_cv_lib_$ac_lib_var=yes" … … 4226 3990 4227 3991 echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6 4228 echo "configure: 4229: checking for IMP_PutGmpInt in -lMP" >&53992 echo "configure:3993: checking for IMP_PutGmpInt in -lMP" >&5 4229 3993 ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'` 4230 3994 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4234 3998 LIBS="-lMP $LIBS" 4235 3999 cat > conftest.$ac_ext <<EOF 4236 #line 4 237"configure"4000 #line 4001 "configure" 4237 4001 #include "confdefs.h" 4238 4002 /* Override any gcc2 internal prototype to avoid an error. */ … … 4245 4009 ; return 0; } 4246 4010 EOF 4247 if { (eval echo configure:4 248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4011 if { (eval echo configure:4012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4248 4012 rm -rf conftest* 4249 4013 eval "ac_cv_lib_$ac_lib_var=yes" … … 4273 4037 4274 4038 echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6 4275 echo "configure:4 276: checking for MPT_GetTree in -lMPT" >&54039 echo "configure:4040: checking for MPT_GetTree in -lMPT" >&5 4276 4040 ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'` 4277 4041 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4281 4045 LIBS="-lMPT $LIBS" 4282 4046 cat > conftest.$ac_ext <<EOF 4283 #line 4 284"configure"4047 #line 4048 "configure" 4284 4048 #include "confdefs.h" 4285 4049 /* Override any gcc2 internal prototype to avoid an error. */ … … 4292 4056 ; return 0; } 4293 4057 EOF 4294 if { (eval echo configure:4 295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4058 if { (eval echo configure:4059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4295 4059 rm -rf conftest* 4296 4060 eval "ac_cv_lib_$ac_lib_var=yes" … … 4320 4084 4321 4085 echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6 4322 echo "configure:4 323: checking for atof in -lsingcf" >&54086 echo "configure:4087: checking for atof in -lsingcf" >&5 4323 4087 ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'` 4324 4088 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4328 4092 LIBS="-lsingcf $LIBS" 4329 4093 cat > conftest.$ac_ext <<EOF 4330 #line 4 331"configure"4094 #line 4095 "configure" 4331 4095 #include "confdefs.h" 4332 4096 /* Override any gcc2 internal prototype to avoid an error. */ … … 4339 4103 ; return 0; } 4340 4104 EOF 4341 if { (eval echo configure:4 342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4105 if { (eval echo configure:4106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4342 4106 rm -rf conftest* 4343 4107 eval "ac_cv_lib_$ac_lib_var=yes" … … 4367 4131 4368 4132 echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6 4369 echo "configure:4 370: checking for atof in -lsingfac" >&54133 echo "configure:4134: checking for atof in -lsingfac" >&5 4370 4134 ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'` 4371 4135 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4375 4139 LIBS="-lsingfac $LIBS" 4376 4140 cat > conftest.$ac_ext <<EOF 4377 #line 4 378"configure"4141 #line 4142 "configure" 4378 4142 #include "confdefs.h" 4379 4143 /* Override any gcc2 internal prototype to avoid an error. */ … … 4386 4150 ; return 0; } 4387 4151 EOF 4388 if { (eval echo configure:4 389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4152 if { (eval echo configure:4153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4389 4153 rm -rf conftest* 4390 4154 eval "ac_cv_lib_$ac_lib_var=yes" … … 4414 4178 4415 4179 echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6 4416 echo "configure:4 417: checking for omTestAddr in -lomalloc" >&54180 echo "configure:4181: checking for omTestAddr in -lomalloc" >&5 4417 4181 ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'` 4418 4182 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4422 4186 LIBS="-lomalloc $LIBS" 4423 4187 cat > conftest.$ac_ext <<EOF 4424 #line 4 425"configure"4188 #line 4189 "configure" 4425 4189 #include "confdefs.h" 4426 4190 /* Override any gcc2 internal prototype to avoid an error. */ … … 4433 4197 ; return 0; } 4434 4198 EOF 4435 if { (eval echo configure:4 436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4199 if { (eval echo configure:4200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4436 4200 rm -rf conftest* 4437 4201 eval "ac_cv_lib_$ac_lib_var=yes" … … 4461 4225 4462 4226 echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6 4463 echo "configure:4 464: checking for main in -lomalloc_ndebug" >&54227 echo "configure:4228: checking for main in -lomalloc_ndebug" >&5 4464 4228 ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'` 4465 4229 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4469 4233 LIBS="-lomalloc_ndebug $LIBS" 4470 4234 cat > conftest.$ac_ext <<EOF 4471 #line 4 472"configure"4235 #line 4236 "configure" 4472 4236 #include "confdefs.h" 4473 4237 … … 4476 4240 ; return 0; } 4477 4241 EOF 4478 if { (eval echo configure:4 479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4242 if { (eval echo configure:4243: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4479 4243 rm -rf conftest* 4480 4244 eval "ac_cv_lib_$ac_lib_var=yes" … … 4508 4272 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4509 4273 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4510 echo "configure:4 511: checking for $ac_hdr" >&54274 echo "configure:4275: checking for $ac_hdr" >&5 4511 4275 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4512 4276 echo $ac_n "(cached) $ac_c" 1>&6 4513 4277 else 4514 4278 cat > conftest.$ac_ext <<EOF 4515 #line 4 516"configure"4279 #line 4280 "configure" 4516 4280 #include "confdefs.h" 4517 4281 #include <$ac_hdr> 4518 4282 EOF 4519 4283 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4520 { (eval echo configure:4 521: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4284 { (eval echo configure:4285: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4521 4285 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4522 4286 if test -z "$ac_err"; then … … 4587 4351 4588 4352 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 4589 echo "configure:4 590: checking which apint package to use" >&54353 echo "configure:4354: checking which apint package to use" >&5 4590 4354 if test "${with_apint}" != gmp && test "${with_apint}" != smallgmp; then 4591 4355 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 4629 4393 # 4630 4394 echo $ac_n "checking whether to have MP""... $ac_c" 1>&6 4631 echo "configure:4 632: checking whether to have MP" >&54395 echo "configure:4396: checking whether to have MP" >&5 4632 4396 if test "${with_MP}" != yes && test "${with_MP}" != no; then 4633 4397 if (test "${will_have_gmp}" = yes) && \ … … 4660 4424 4661 4425 echo $ac_n "checking whether to have factory""... $ac_c" 1>&6 4662 echo "configure:4 663: checking whether to have factory" >&54426 echo "configure:4427: checking whether to have factory" >&5 4663 4427 if test "${with_factory}" != yes && test "${with_factory}" != no; then 4664 4428 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 4691 4455 4692 4456 echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6 4693 echo "configure:4 694: checking whether to have libfac" >&54457 echo "configure:4458: checking whether to have libfac" >&5 4694 4458 if test "${with_libfac}" != yes && test "${with_libfac}" != no; then 4695 4459 if (test "${will_have_factory}" = yes) && \ … … 4725 4489 4726 4490 echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6 4727 echo "configure:4 728: checking whether to have dbm links" >&54491 echo "configure:4492: checking whether to have dbm links" >&5 4728 4492 if test "$with_dbm" != no; then 4729 4493 cat >> confdefs.h <<\EOF … … 4737 4501 4738 4502 echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6 4739 echo "configure:4 740: checking whether to have namespaces" >&54503 echo "configure:4504: checking whether to have namespaces" >&5 4740 4504 if test "$with_namespaces" != yes; then 4741 4505 echo "$ac_t""no" 1>&6 … … 4749 4513 4750 4514 echo $ac_n "checking whether to have dl lib""... $ac_c" 1>&6 4751 echo "configure:4 752: checking whether to have dl lib" >&54515 echo "configure:4516: checking whether to have dl lib" >&5 4752 4516 4753 4517 case "$ac_cv_singuname" in … … 4755 4519 echo "$ac_t""dld" 1>&6 4756 4520 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 4757 echo "configure:4 758: checking for shl_load in -ldld" >&54521 echo "configure:4522: checking for shl_load in -ldld" >&5 4758 4522 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 4759 4523 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4763 4527 LIBS="-ldld $LIBS" 4764 4528 cat > conftest.$ac_ext <<EOF 4765 #line 4 766"configure"4529 #line 4530 "configure" 4766 4530 #include "confdefs.h" 4767 4531 /* Override any gcc2 internal prototype to avoid an error. */ … … 4774 4538 ; return 0; } 4775 4539 EOF 4776 if { (eval echo configure:4 777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4540 if { (eval echo configure:4541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4777 4541 rm -rf conftest* 4778 4542 eval "ac_cv_lib_$ac_lib_var=yes" … … 4810 4574 echo "$ac_t""dld" 1>&6 4811 4575 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 4812 echo "configure:4 813: checking for shl_load in -ldld" >&54576 echo "configure:4577: checking for shl_load in -ldld" >&5 4813 4577 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 4814 4578 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4818 4582 LIBS="-ldld $LIBS" 4819 4583 cat > conftest.$ac_ext <<EOF 4820 #line 4 821"configure"4584 #line 4585 "configure" 4821 4585 #include "confdefs.h" 4822 4586 /* Override any gcc2 internal prototype to avoid an error. */ … … 4829 4593 ; return 0; } 4830 4594 EOF 4831 if { (eval echo configure:4 832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4595 if { (eval echo configure:4596: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4832 4596 rm -rf conftest* 4833 4597 eval "ac_cv_lib_$ac_lib_var=yes" … … 4865 4629 echo "$ac_t""dl" 1>&6 4866 4630 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 4867 echo "configure:4 868: checking for dlopen in -ldl" >&54631 echo "configure:4632: checking for dlopen in -ldl" >&5 4868 4632 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 4869 4633 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4873 4637 LIBS="-ldl $LIBS" 4874 4638 cat > conftest.$ac_ext <<EOF 4875 #line 4 876"configure"4639 #line 4640 "configure" 4876 4640 #include "confdefs.h" 4877 4641 /* Override any gcc2 internal prototype to avoid an error. */ … … 4884 4648 ; return 0; } 4885 4649 EOF 4886 if { (eval echo configure:4 887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4650 if { (eval echo configure:4651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4887 4651 rm -rf conftest* 4888 4652 eval "ac_cv_lib_$ac_lib_var=yes" … … 4923 4687 4924 4688 echo $ac_n "checking whether to have dynamic loading""... $ac_c" 1>&6 4925 echo "configure:4 926: checking whether to have dynamic loading" >&54689 echo "configure:4690: checking whether to have dynamic loading" >&5 4926 4690 if test "$with_dl" != yes; then 4927 4691 echo "$ac_t""no" 1>&6 … … 4937 4701 4938 4702 echo $ac_n "checking which exponent type to use""... $ac_c" 1>&6 4939 echo "configure:4 940: checking which exponent type to use" >&54703 echo "configure:4704: checking which exponent type to use" >&5 4940 4704 if test "$with_exp_type" = "char"; then 4941 4705 echo "$ac_t""char" 1>&6 -
Singular/configure.in
r636ece r9b5a11 1 1 dnl Process this file with autoconf to produce a configure script. 2 AC_INIT(mm emory.cc)2 AC_INIT(mmalloc.cc) 3 3 AC_CONFIG_HEADER(mod2.h) 4 4 … … 275 275 AC_TYPE_SIGNAL 276 276 AC_FUNC_VPRINTF 277 AC_CHECK_FUNCS(gettimeofday atexit bcopy getcwd getwd vsnprintf readlink sleep usleep setenv getpwnam )277 AC_CHECK_FUNCS(gettimeofday atexit bcopy getcwd getwd vsnprintf readlink sleep usleep setenv getpwnam popen) 278 278 279 279 dnl llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
Note: See TracChangeset
for help on using the changeset viewer.