Changeset 9c0b60a in git
- Timestamp:
- Jun 10, 2008, 6:11:43 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 653d822266cc30e2107adda96aca302d7a6192e9
- Parents:
- 6abef12c7e042fe5a344829eb882b2b98e768ea8
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/configure
r6abef1 r9c0b60a 567 567 echo "configure:568: checking CPU for singular" >&5 568 568 ac_cv_singcpuname=`uname -p` 569 echo "$ac_t""$ac_cv_singcpuname" 1>&6 570 569 571 echo $ac_n "checking uname for singular""... $ac_c" 1>&6 570 echo "configure:57 1: checking uname for singular" >&5572 echo "configure:573: checking uname for singular" >&5 571 573 if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then 572 574 echo $ac_n "(cached) $ac_c" 1>&6 … … 604 606 EOF 605 607 608 609 echo "$ac_t""SI_CPU_I386" 1>&6 606 610 fi 607 611 … … 611 615 EOF 612 616 617 618 echo "$ac_t""SI_CPU_SPARC" 1>&6 613 619 fi 614 620 if test "$ac_cv_singuname" = x86_64-Linux; then … … 617 623 EOF 618 624 625 626 echo "$ac_t""SI_CPU_X86_64" 1>&6 627 fi 628 if test "$ac_cv_singuname" = ix86-Linux; then 629 cat >> confdefs.h <<\EOF 630 #define SI_CPU_I386 1 631 EOF 632 633 634 echo "$ac_t""SI_CPU_I386" 1>&6 619 635 fi 620 636 if test "$ac_cv_singuname" = IA64-Linux; then … … 623 639 EOF 624 640 641 642 echo "$ac_t""SI_CPU_IA64" 1>&6 625 643 fi 626 644 if test "$ac_cv_singuname" = ppc-Linux; then … … 629 647 EOF 630 648 649 650 echo "$ac_t""SI_CPU_PPC" 1>&6 631 651 fi 632 652 if test "$ac_cv_singuname" = ppcMac-darwin; then … … 635 655 EOF 636 656 657 658 echo "$ac_t""SI_CPU_PPC" 1>&6 637 659 fi 638 660 … … 699 721 set dummy gcc; ac_word=$2 700 722 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 701 echo "configure:7 02: checking for $ac_word" >&5723 echo "configure:724: checking for $ac_word" >&5 702 724 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 703 725 echo $ac_n "(cached) $ac_c" 1>&6 … … 729 751 set dummy cc; ac_word=$2 730 752 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 731 echo "configure:7 32: checking for $ac_word" >&5753 echo "configure:754: checking for $ac_word" >&5 732 754 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 733 755 echo $ac_n "(cached) $ac_c" 1>&6 … … 780 802 set dummy cl; ac_word=$2 781 803 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 782 echo "configure: 783: checking for $ac_word" >&5804 echo "configure:805: checking for $ac_word" >&5 783 805 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 784 806 echo $ac_n "(cached) $ac_c" 1>&6 … … 812 834 813 835 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 814 echo "configure:8 15: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5836 echo "configure:837: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 815 837 816 838 ac_ext=c … … 823 845 cat > conftest.$ac_ext << EOF 824 846 825 #line 8 26"configure"847 #line 848 "configure" 826 848 #include "confdefs.h" 827 849 828 850 main(){return(0);} 829 851 EOF 830 if { (eval echo configure:8 31: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then852 if { (eval echo configure:853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 831 853 ac_cv_prog_cc_works=yes 832 854 # If we can't run a trivial program, we are probably using a cross compiler. … … 854 876 fi 855 877 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 856 echo "configure:8 57: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5878 echo "configure:879: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 857 879 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 858 880 cross_compiling=$ac_cv_prog_cc_cross 859 881 860 882 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 861 echo "configure:8 62: checking whether we are using GNU C" >&5883 echo "configure:884: checking whether we are using GNU C" >&5 862 884 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 863 885 echo $ac_n "(cached) $ac_c" 1>&6 … … 868 890 #endif 869 891 EOF 870 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:8 71: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then892 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:893: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 871 893 ac_cv_prog_gcc=yes 872 894 else … … 887 909 CFLAGS= 888 910 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 889 echo "configure: 890: checking whether ${CC-cc} accepts -g" >&5911 echo "configure:912: checking whether ${CC-cc} accepts -g" >&5 890 912 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 891 913 echo $ac_n "(cached) $ac_c" 1>&6 … … 919 941 920 942 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 921 echo "configure:9 22: checking how to run the C preprocessor" >&5943 echo "configure:944: checking how to run the C preprocessor" >&5 922 944 # On Suns, sometimes $CPP names a directory. 923 945 if test -n "$CPP" && test -d "$CPP"; then … … 934 956 # not just through cpp. 935 957 cat > conftest.$ac_ext <<EOF 936 #line 9 37"configure"958 #line 959 "configure" 937 959 #include "confdefs.h" 938 960 #include <assert.h> … … 940 962 EOF 941 963 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 942 { (eval echo configure:9 43: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }964 { (eval echo configure:965: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 943 965 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 944 966 if test -z "$ac_err"; then … … 951 973 CPP="${CC-cc} -E -traditional-cpp" 952 974 cat > conftest.$ac_ext <<EOF 953 #line 9 54"configure"975 #line 976 "configure" 954 976 #include "confdefs.h" 955 977 #include <assert.h> … … 957 979 EOF 958 980 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 959 { (eval echo configure:9 60: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }981 { (eval echo configure:982: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 960 982 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 961 983 if test -z "$ac_err"; then … … 968 990 CPP="${CC-cc} -nologo -E" 969 991 cat > conftest.$ac_ext <<EOF 970 #line 9 71"configure"992 #line 993 "configure" 971 993 #include "confdefs.h" 972 994 #include <assert.h> … … 974 996 EOF 975 997 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 976 { (eval echo configure:9 77: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }998 { (eval echo configure:999: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 977 999 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 978 1000 if test -z "$ac_err"; then … … 1003 1025 set dummy $ac_prog; ac_word=$2 1004 1026 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1005 echo "configure:10 06: checking for $ac_word" >&51027 echo "configure:1028: checking for $ac_word" >&5 1006 1028 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then 1007 1029 echo $ac_n "(cached) $ac_c" 1>&6 … … 1035 1057 1036 1058 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1037 echo "configure:10 38: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&51059 echo "configure:1060: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 1038 1060 1039 1061 ac_ext=C … … 1046 1068 cat > conftest.$ac_ext << EOF 1047 1069 1048 #line 10 49"configure"1070 #line 1071 "configure" 1049 1071 #include "confdefs.h" 1050 1072 1051 1073 int main(){return(0);} 1052 1074 EOF 1053 if { (eval echo configure:10 54: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1075 if { (eval echo configure:1076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1054 1076 ac_cv_prog_cxx_works=yes 1055 1077 # If we can't run a trivial program, we are probably using a cross compiler. … … 1077 1099 fi 1078 1100 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1079 echo "configure:1 080: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&51101 echo "configure:1102: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 1080 1102 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 1081 1103 cross_compiling=$ac_cv_prog_cxx_cross 1082 1104 1083 1105 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 1084 echo "configure:1 085: checking whether we are using GNU C++" >&51106 echo "configure:1107: checking whether we are using GNU C++" >&5 1085 1107 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then 1086 1108 echo $ac_n "(cached) $ac_c" 1>&6 … … 1091 1113 #endif 1092 1114 EOF 1093 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1 094: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1115 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1116: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1094 1116 ac_cv_prog_gxx=yes 1095 1117 else … … 1110 1132 CXXFLAGS= 1111 1133 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 1112 echo "configure:11 13: checking whether ${CXX-g++} accepts -g" >&51134 echo "configure:1135: checking whether ${CXX-g++} accepts -g" >&5 1113 1135 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 1114 1136 echo $ac_n "(cached) $ac_c" 1>&6 … … 1172 1194 # ./install, which can be erroneously created by make from ./install.sh. 1173 1195 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1174 echo "configure:11 75: checking for a BSD compatible install" >&51196 echo "configure:1197: checking for a BSD compatible install" >&5 1175 1197 if test -z "$INSTALL"; then 1176 1198 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 1225 1247 1226 1248 echo $ac_n "checking for AIX""... $ac_c" 1>&6 1227 echo "configure:12 28: checking for AIX" >&51249 echo "configure:1250: checking for AIX" >&5 1228 1250 cat > conftest.$ac_ext <<EOF 1229 #line 12 30"configure"1251 #line 1252 "configure" 1230 1252 #include "confdefs.h" 1231 1253 #ifdef _AIX … … 1253 1275 # other: CC=cc CXX=c++ 1254 1276 echo $ac_n "checking gcc version""... $ac_c" 1>&6 1255 echo "configure:12 56: checking gcc version" >&51277 echo "configure:1278: checking gcc version" >&5 1256 1278 if eval "test \"`echo '$''{'ac_cv_c_cpp'+set}'`\" = set"; then 1257 1279 echo $ac_n "(cached) $ac_c" 1>&6 … … 1285 1307 # check whether gcc accepts --no-rtti 1286 1308 echo $ac_n "checking whether gcc accepts --no-rtti""... $ac_c" 1>&6 1287 echo "configure:1 288: checking whether gcc accepts --no-rtti" >&51309 echo "configure:1310: checking whether gcc accepts --no-rtti" >&5 1288 1310 CXXFLAGS="${CXXFLAGS} --no-rtti" 1289 1311 if eval "test \"`echo '$''{'ac_cv_cxx_have_rtti'+set}'`\" = set"; then … … 1291 1313 else 1292 1314 cat > conftest.$ac_ext <<EOF 1293 #line 1 294"configure"1315 #line 1316 "configure" 1294 1316 #include "confdefs.h" 1295 1317 … … 1298 1320 ; return 0; } 1299 1321 EOF 1300 if { (eval echo configure:13 01: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1322 if { (eval echo configure:1323: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1301 1323 rm -rf conftest* 1302 1324 ac_cv_cxx_have_rtti=yes … … 1321 1343 # check whether gcc accepts --no-exceptions 1322 1344 echo $ac_n "checking whether gcc accepts --no-exceptions""... $ac_c" 1>&6 1323 echo "configure:13 24: checking whether gcc accepts --no-exceptions" >&51345 echo "configure:1346: checking whether gcc accepts --no-exceptions" >&5 1324 1346 CXXFLAGS="${CXXFLAGS} --no-exceptions" 1325 1347 if eval "test \"`echo '$''{'ac_cv_cxx_have_exceptions'+set}'`\" = set"; then … … 1327 1349 else 1328 1350 cat > conftest.$ac_ext <<EOF 1329 #line 13 30"configure"1351 #line 1352 "configure" 1330 1352 #include "confdefs.h" 1331 1353 … … 1334 1356 ; return 0; } 1335 1357 EOF 1336 if { (eval echo configure:13 37: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1358 if { (eval echo configure:1359: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1337 1359 rm -rf conftest* 1338 1360 ac_cv_cxx_have_exceptions=yes … … 1372 1394 then 1373 1395 echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6 1374 echo "configure:13 75: checking whether compiler accepts -pipe" >&51396 echo "configure:1397: checking whether compiler accepts -pipe" >&5 1375 1397 temp_cflags="${CFLAGS}" 1376 1398 CFLAGS="${CFLAGS} -pipe" … … 1379 1401 else 1380 1402 cat > conftest.$ac_ext <<EOF 1381 #line 1 382"configure"1403 #line 1404 "configure" 1382 1404 #include "confdefs.h" 1383 1405 … … 1386 1408 ; return 0; } 1387 1409 EOF 1388 if { (eval echo configure:1 389: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1410 if { (eval echo configure:1411: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1389 1411 rm -rf conftest* 1390 1412 ac_cv_cxx_have_pipe=yes … … 1413 1435 # Customize CFLAGS 1414 1436 echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6 1415 echo "configure:14 16: checking whether _AIX is defined" >&51437 echo "configure:1438: checking whether _AIX is defined" >&5 1416 1438 if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then 1417 1439 echo $ac_n "(cached) $ac_c" 1>&6 1418 1440 else 1419 1441 cat > conftest.$ac_ext <<EOF 1420 #line 14 21"configure"1442 #line 1443 "configure" 1421 1443 #include "confdefs.h" 1422 1444 #ifdef _AIX … … 1477 1499 1478 1500 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1479 echo "configure:1 480: checking whether ${MAKE-make} sets \${MAKE}" >&51501 echo "configure:1502: checking whether ${MAKE-make} sets \${MAKE}" >&5 1480 1502 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1481 1503 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1560 1582 if test "${with_lex+set}" != set; then 1561 1583 echo $ac_n "checking for flex""... $ac_c" 1>&6 1562 echo "configure:15 63: checking for flex" >&51584 echo "configure:1585: checking for flex" >&5 1563 1585 cmd="egrep [2-9]\.[5-9]" 1564 1586 if eval "test \"`echo '$''{'ac_cv_prog_flex'+set}'`\" = set"; then … … 1592 1614 set dummy $ac_prog; ac_word=$2 1593 1615 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1594 echo "configure:1 595: checking for $ac_word" >&51616 echo "configure:1617: checking for $ac_word" >&5 1595 1617 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 1596 1618 echo $ac_n "(cached) $ac_c" 1>&6 … … 1632 1654 set dummy $ac_prog; ac_word=$2 1633 1655 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1634 echo "configure:16 35: checking for $ac_word" >&51656 echo "configure:1657: checking for $ac_word" >&5 1635 1657 if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then 1636 1658 echo $ac_n "(cached) $ac_c" 1>&6 … … 1667 1689 # ln -s 1668 1690 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1669 echo "configure:16 70: checking whether ln -s works" >&51691 echo "configure:1692: checking whether ln -s works" >&5 1670 1692 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1671 1693 echo $ac_n "(cached) $ac_c" 1>&6 … … 1693 1715 set dummy $ac_prog; ac_word=$2 1694 1716 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1695 echo "configure:1 696: checking for $ac_word" >&51717 echo "configure:1718: checking for $ac_word" >&5 1696 1718 if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then 1697 1719 echo $ac_n "(cached) $ac_c" 1>&6 … … 1728 1750 if test "$ac_cv_singuname" != ix86-Win; then 1729 1751 echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6 1730 echo "configure:17 31: checking for atof in -lm" >&51752 echo "configure:1753: checking for atof in -lm" >&5 1731 1753 ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'` 1732 1754 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1736 1758 LIBS="-lm $LIBS" 1737 1759 cat > conftest.$ac_ext <<EOF 1738 #line 17 39"configure"1760 #line 1761 "configure" 1739 1761 #include "confdefs.h" 1740 1762 /* Override any gcc2 internal prototype to avoid an error. */ … … 1747 1769 ; return 0; } 1748 1770 EOF 1749 if { (eval echo configure:17 50: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1771 if { (eval echo configure:1772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1750 1772 rm -rf conftest* 1751 1773 eval "ac_cv_lib_$ac_lib_var=yes" … … 1776 1798 fi 1777 1799 echo $ac_n "checking for in -lnsl""... $ac_c" 1>&6 1778 echo "configure:1 779: checking for in -lnsl" >&51800 echo "configure:1801: checking for in -lnsl" >&5 1779 1801 ac_lib_var=`echo nsl'_' | sed 'y%./+-%__p_%'` 1780 1802 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1784 1806 LIBS="-lnsl $LIBS" 1785 1807 cat > conftest.$ac_ext <<EOF 1786 #line 1 787"configure"1808 #line 1809 "configure" 1787 1809 #include "confdefs.h" 1788 1810 /* Override any gcc2 internal prototype to avoid an error. */ … … 1795 1817 ; return 0; } 1796 1818 EOF 1797 if { (eval echo configure:1 798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1819 if { (eval echo configure:1820: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1798 1820 rm -rf conftest* 1799 1821 eval "ac_cv_lib_$ac_lib_var=yes" … … 1823 1845 1824 1846 echo $ac_n "checking for in -lsocket""... $ac_c" 1>&6 1825 echo "configure:18 26: checking for in -lsocket" >&51847 echo "configure:1848: checking for in -lsocket" >&5 1826 1848 ac_lib_var=`echo socket'_' | sed 'y%./+-%__p_%'` 1827 1849 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1831 1853 LIBS="-lsocket $LIBS" 1832 1854 cat > conftest.$ac_ext <<EOF 1833 #line 18 34"configure"1855 #line 1856 "configure" 1834 1856 #include "confdefs.h" 1835 1857 /* Override any gcc2 internal prototype to avoid an error. */ … … 1842 1864 ; return 0; } 1843 1865 EOF 1844 if { (eval echo configure:18 45: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1866 if { (eval echo configure:1867: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1845 1867 rm -rf conftest* 1846 1868 eval "ac_cv_lib_$ac_lib_var=yes" … … 1873 1895 1874 1896 echo $ac_n "checking for setenv in -lbsd""... $ac_c" 1>&6 1875 echo "configure:18 76: checking for setenv in -lbsd" >&51897 echo "configure:1898: checking for setenv in -lbsd" >&5 1876 1898 ac_lib_var=`echo bsd'_'setenv | sed 'y%./+-%__p_%'` 1877 1899 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1881 1903 LIBS="-lbsd $LIBS" 1882 1904 cat > conftest.$ac_ext <<EOF 1883 #line 1 884"configure"1905 #line 1906 "configure" 1884 1906 #include "confdefs.h" 1885 1907 /* Override any gcc2 internal prototype to avoid an error. */ … … 1892 1914 ; return 0; } 1893 1915 EOF 1894 if { (eval echo configure:1 895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1916 if { (eval echo configure:1917: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1895 1917 rm -rf conftest* 1896 1918 eval "ac_cv_lib_$ac_lib_var=yes" … … 1920 1942 1921 1943 echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6 1922 echo "configure:19 23: checking for listen in -lsocket" >&51944 echo "configure:1945: checking for listen in -lsocket" >&5 1923 1945 ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'` 1924 1946 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1928 1950 LIBS="-lsocket $LIBS" 1929 1951 cat > conftest.$ac_ext <<EOF 1930 #line 19 31"configure"1952 #line 1953 "configure" 1931 1953 #include "confdefs.h" 1932 1954 /* Override any gcc2 internal prototype to avoid an error. */ … … 1939 1961 ; return 0; } 1940 1962 EOF 1941 if { (eval echo configure:19 42: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1963 if { (eval echo configure:1964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1942 1964 rm -rf conftest* 1943 1965 eval "ac_cv_lib_$ac_lib_var=yes" … … 1967 1989 1968 1990 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 1969 echo "configure:19 70: checking for gethostbyname in -lnsl" >&51991 echo "configure:1992: checking for gethostbyname in -lnsl" >&5 1970 1992 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 1971 1993 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1975 1997 LIBS="-lnsl $LIBS" 1976 1998 cat > conftest.$ac_ext <<EOF 1977 #line 1978"configure"1999 #line 2000 "configure" 1978 2000 #include "confdefs.h" 1979 2001 /* Override any gcc2 internal prototype to avoid an error. */ … … 1986 2008 ; return 0; } 1987 2009 EOF 1988 if { (eval echo configure: 1989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2010 if { (eval echo configure:2011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1989 2011 rm -rf conftest* 1990 2012 eval "ac_cv_lib_$ac_lib_var=yes" … … 2018 2040 HPUX*) 2019 2041 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 2020 echo "configure:20 21: checking for shl_load in -ldld" >&52042 echo "configure:2043: checking for shl_load in -ldld" >&5 2021 2043 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 2022 2044 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2026 2048 LIBS="-ldld $LIBS" 2027 2049 cat > conftest.$ac_ext <<EOF 2028 #line 20 29"configure"2050 #line 2051 "configure" 2029 2051 #include "confdefs.h" 2030 2052 /* Override any gcc2 internal prototype to avoid an error. */ … … 2037 2059 ; return 0; } 2038 2060 EOF 2039 if { (eval echo configure:20 40: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2061 if { (eval echo configure:2062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2040 2062 rm -rf conftest* 2041 2063 eval "ac_cv_lib_$ac_lib_var=yes" … … 2074 2096 *Linux*) 2075 2097 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2076 echo "configure:20 77: checking for dlopen in -ldl" >&52098 echo "configure:2099: checking for dlopen in -ldl" >&5 2077 2099 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2078 2100 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2082 2104 LIBS="-ldl $LIBS" 2083 2105 cat > conftest.$ac_ext <<EOF 2084 #line 2 085"configure"2106 #line 2107 "configure" 2085 2107 #include "confdefs.h" 2086 2108 /* Override any gcc2 internal prototype to avoid an error. */ … … 2093 2115 ; return 0; } 2094 2116 EOF 2095 if { (eval echo configure:2 096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2117 if { (eval echo configure:2118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2096 2118 rm -rf conftest* 2097 2119 eval "ac_cv_lib_$ac_lib_var=yes" … … 2137 2159 SunOS-5) 2138 2160 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2139 echo "configure:21 40: checking for dlopen in -ldl" >&52161 echo "configure:2162: checking for dlopen in -ldl" >&5 2140 2162 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2141 2163 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2145 2167 LIBS="-ldl $LIBS" 2146 2168 cat > conftest.$ac_ext <<EOF 2147 #line 21 48"configure"2169 #line 2170 "configure" 2148 2170 #include "confdefs.h" 2149 2171 /* Override any gcc2 internal prototype to avoid an error. */ … … 2156 2178 ; return 0; } 2157 2179 EOF 2158 if { (eval echo configure:21 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2180 if { (eval echo configure:2181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2159 2181 rm -rf conftest* 2160 2182 eval "ac_cv_lib_$ac_lib_var=yes" … … 2194 2216 ppcMac-darwin) 2195 2217 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2196 echo "configure:2 197: checking for dlopen in -ldl" >&52218 echo "configure:2219: checking for dlopen in -ldl" >&5 2197 2219 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2198 2220 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2202 2224 LIBS="-ldl $LIBS" 2203 2225 cat > conftest.$ac_ext <<EOF 2204 #line 22 05"configure"2226 #line 2227 "configure" 2205 2227 #include "confdefs.h" 2206 2228 /* Override any gcc2 internal prototype to avoid an error. */ … … 2213 2235 ; return 0; } 2214 2236 EOF 2215 if { (eval echo configure:22 16: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2237 if { (eval echo configure:2238: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2216 2238 rm -rf conftest* 2217 2239 eval "ac_cv_lib_$ac_lib_var=yes" … … 2250 2272 ix86Mac-darwin) 2251 2273 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2252 echo "configure:22 53: checking for dlopen in -ldl" >&52274 echo "configure:2275: checking for dlopen in -ldl" >&5 2253 2275 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2254 2276 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2258 2280 LIBS="-ldl $LIBS" 2259 2281 cat > conftest.$ac_ext <<EOF 2260 #line 22 61"configure"2282 #line 2283 "configure" 2261 2283 #include "confdefs.h" 2262 2284 /* Override any gcc2 internal prototype to avoid an error. */ … … 2269 2291 ; return 0; } 2270 2292 EOF 2271 if { (eval echo configure:22 72: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2293 if { (eval echo configure:2294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2272 2294 rm -rf conftest* 2273 2295 eval "ac_cv_lib_$ac_lib_var=yes" … … 2306 2328 ix86-freebsd) 2307 2329 echo $ac_n "checking for dlopen in -lc""... $ac_c" 1>&6 2308 echo "configure:23 09: checking for dlopen in -lc" >&52330 echo "configure:2331: checking for dlopen in -lc" >&5 2309 2331 ac_lib_var=`echo c'_'dlopen | sed 'y%./+-%__p_%'` 2310 2332 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2314 2336 LIBS="-lc $LIBS" 2315 2337 cat > conftest.$ac_ext <<EOF 2316 #line 23 17"configure"2338 #line 2339 "configure" 2317 2339 #include "confdefs.h" 2318 2340 /* Override any gcc2 internal prototype to avoid an error. */ … … 2325 2347 ; return 0; } 2326 2348 EOF 2327 if { (eval echo configure:23 28: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2349 if { (eval echo configure:2350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2328 2350 rm -rf conftest* 2329 2351 eval "ac_cv_lib_$ac_lib_var=yes" … … 2370 2392 # heder file checks 2371 2393 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2372 echo "configure:23 73: checking for ANSI C header files" >&52394 echo "configure:2395: checking for ANSI C header files" >&5 2373 2395 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2374 2396 echo $ac_n "(cached) $ac_c" 1>&6 2375 2397 else 2376 2398 cat > conftest.$ac_ext <<EOF 2377 #line 2 378"configure"2399 #line 2400 "configure" 2378 2400 #include "confdefs.h" 2379 2401 #include <stdlib.h> … … 2383 2405 EOF 2384 2406 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2385 { (eval echo configure:2 386: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2407 { (eval echo configure:2408: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2386 2408 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2387 2409 if test -z "$ac_err"; then … … 2400 2422 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2401 2423 cat > conftest.$ac_ext <<EOF 2402 #line 24 03"configure"2424 #line 2425 "configure" 2403 2425 #include "confdefs.h" 2404 2426 #include <string.h> … … 2418 2440 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2419 2441 cat > conftest.$ac_ext <<EOF 2420 #line 24 21"configure"2442 #line 2443 "configure" 2421 2443 #include "confdefs.h" 2422 2444 #include <stdlib.h> … … 2439 2461 else 2440 2462 cat > conftest.$ac_ext <<EOF 2441 #line 24 42"configure"2463 #line 2464 "configure" 2442 2464 #include "confdefs.h" 2443 2465 #include <ctype.h> … … 2450 2472 2451 2473 EOF 2452 if { (eval echo configure:24 53: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2474 if { (eval echo configure:2475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2453 2475 then 2454 2476 : … … 2477 2499 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2478 2500 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2479 echo "configure:2 480: checking for $ac_hdr" >&52501 echo "configure:2502: checking for $ac_hdr" >&5 2480 2502 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2481 2503 echo $ac_n "(cached) $ac_c" 1>&6 2482 2504 else 2483 2505 cat > conftest.$ac_ext <<EOF 2484 #line 2 485"configure"2506 #line 2507 "configure" 2485 2507 #include "confdefs.h" 2486 2508 #include <$ac_hdr> 2487 2509 EOF 2488 2510 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2489 { (eval echo configure:2 490: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2511 { (eval echo configure:2512: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2490 2512 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2491 2513 if test -z "$ac_err"; then … … 2521 2543 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2522 2544 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2523 echo "configure:25 24: checking for $ac_hdr" >&52545 echo "configure:2546: checking for $ac_hdr" >&5 2524 2546 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2525 2547 echo $ac_n "(cached) $ac_c" 1>&6 2526 2548 else 2527 2549 cat > conftest.$ac_ext <<EOF 2528 #line 25 29"configure"2550 #line 2551 "configure" 2529 2551 #include "confdefs.h" 2530 2552 #include <$ac_hdr> 2531 2553 EOF 2532 2554 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2533 { (eval echo configure:25 34: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2555 { (eval echo configure:2556: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2534 2556 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2535 2557 if test -z "$ac_err"; then … … 2560 2582 # typedefs, structures 2561 2583 echo $ac_n "checking for working const""... $ac_c" 1>&6 2562 echo "configure:25 63: checking for working const" >&52584 echo "configure:2585: checking for working const" >&5 2563 2585 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2564 2586 echo $ac_n "(cached) $ac_c" 1>&6 2565 2587 else 2566 2588 cat > conftest.$ac_ext <<EOF 2567 #line 25 68"configure"2589 #line 2590 "configure" 2568 2590 #include "confdefs.h" 2569 2591 … … 2614 2636 ; return 0; } 2615 2637 EOF 2616 if { (eval echo configure:26 17: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2638 if { (eval echo configure:2639: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2617 2639 rm -rf conftest* 2618 2640 ac_cv_c_const=yes … … 2635 2657 2636 2658 echo $ac_n "checking for inline""... $ac_c" 1>&6 2637 echo "configure:26 38: checking for inline" >&52659 echo "configure:2660: checking for inline" >&5 2638 2660 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2639 2661 echo $ac_n "(cached) $ac_c" 1>&6 … … 2642 2664 for ac_kw in inline __inline__ __inline; do 2643 2665 cat > conftest.$ac_ext <<EOF 2644 #line 26 45"configure"2666 #line 2667 "configure" 2645 2667 #include "confdefs.h" 2646 2668 … … 2649 2671 ; return 0; } 2650 2672 EOF 2651 if { (eval echo configure:26 52: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2673 if { (eval echo configure:2674: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2652 2674 rm -rf conftest* 2653 2675 ac_cv_c_inline=$ac_kw; break … … 2675 2697 2676 2698 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2677 echo "configure:2 678: checking for size_t" >&52699 echo "configure:2700: checking for size_t" >&5 2678 2700 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2679 2701 echo $ac_n "(cached) $ac_c" 1>&6 2680 2702 else 2681 2703 cat > conftest.$ac_ext <<EOF 2682 #line 2 683"configure"2704 #line 2705 "configure" 2683 2705 #include "confdefs.h" 2684 2706 #include <sys/types.h> … … 2708 2730 2709 2731 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 2710 echo "configure:27 11: checking whether struct tm is in sys/time.h or time.h" >&52732 echo "configure:2733: checking whether struct tm is in sys/time.h or time.h" >&5 2711 2733 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then 2712 2734 echo $ac_n "(cached) $ac_c" 1>&6 2713 2735 else 2714 2736 cat > conftest.$ac_ext <<EOF 2715 #line 27 16"configure"2737 #line 2738 "configure" 2716 2738 #include "confdefs.h" 2717 2739 #include <sys/types.h> … … 2721 2743 ; return 0; } 2722 2744 EOF 2723 if { (eval echo configure:27 24: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2745 if { (eval echo configure:2746: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2724 2746 rm -rf conftest* 2725 2747 ac_cv_struct_tm=time.h … … 2742 2764 2743 2765 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 2744 echo "configure:27 45: checking whether time.h and sys/time.h may both be included" >&52766 echo "configure:2767: checking whether time.h and sys/time.h may both be included" >&5 2745 2767 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 2746 2768 echo $ac_n "(cached) $ac_c" 1>&6 2747 2769 else 2748 2770 cat > conftest.$ac_ext <<EOF 2749 #line 27 50"configure"2771 #line 2772 "configure" 2750 2772 #include "confdefs.h" 2751 2773 #include <sys/types.h> … … 2756 2778 ; return 0; } 2757 2779 EOF 2758 if { (eval echo configure:27 59: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2780 if { (eval echo configure:2781: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2759 2781 rm -rf conftest* 2760 2782 ac_cv_header_time=yes … … 2781 2803 # for constant arguments. Useless! 2782 2804 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2783 echo "configure:2 784: checking for working alloca.h" >&52805 echo "configure:2806: checking for working alloca.h" >&5 2784 2806 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2785 2807 echo $ac_n "(cached) $ac_c" 1>&6 2786 2808 else 2787 2809 cat > conftest.$ac_ext <<EOF 2788 #line 2 789"configure"2810 #line 2811 "configure" 2789 2811 #include "confdefs.h" 2790 2812 #include <alloca.h> … … 2793 2815 ; return 0; } 2794 2816 EOF 2795 if { (eval echo configure:2 796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2817 if { (eval echo configure:2818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2796 2818 rm -rf conftest* 2797 2819 ac_cv_header_alloca_h=yes … … 2814 2836 2815 2837 echo $ac_n "checking for alloca""... $ac_c" 1>&6 2816 echo "configure:28 17: checking for alloca" >&52838 echo "configure:2839: checking for alloca" >&5 2817 2839 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 2818 2840 echo $ac_n "(cached) $ac_c" 1>&6 2819 2841 else 2820 2842 cat > conftest.$ac_ext <<EOF 2821 #line 28 22"configure"2843 #line 2844 "configure" 2822 2844 #include "confdefs.h" 2823 2845 … … 2847 2869 ; return 0; } 2848 2870 EOF 2849 if { (eval echo configure:28 50: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2871 if { (eval echo configure:2872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2850 2872 rm -rf conftest* 2851 2873 ac_cv_func_alloca_works=yes … … 2879 2901 2880 2902 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 2881 echo "configure:2 882: checking whether alloca needs Cray hooks" >&52903 echo "configure:2904: checking whether alloca needs Cray hooks" >&5 2882 2904 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 2883 2905 echo $ac_n "(cached) $ac_c" 1>&6 2884 2906 else 2885 2907 cat > conftest.$ac_ext <<EOF 2886 #line 2 887"configure"2908 #line 2909 "configure" 2887 2909 #include "confdefs.h" 2888 2910 #if defined(CRAY) && ! defined(CRAY2) … … 2909 2931 for ac_func in _getb67 GETB67 getb67; do 2910 2932 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2911 echo "configure:29 12: checking for $ac_func" >&52933 echo "configure:2934: checking for $ac_func" >&5 2912 2934 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2913 2935 echo $ac_n "(cached) $ac_c" 1>&6 2914 2936 else 2915 2937 cat > conftest.$ac_ext <<EOF 2916 #line 29 17"configure"2938 #line 2939 "configure" 2917 2939 #include "confdefs.h" 2918 2940 /* System header to define __stub macros and hopefully few prototypes, … … 2937 2959 ; return 0; } 2938 2960 EOF 2939 if { (eval echo configure:29 40: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2961 if { (eval echo configure:2962: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2940 2962 rm -rf conftest* 2941 2963 eval "ac_cv_func_$ac_func=yes" … … 2964 2986 2965 2987 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 2966 echo "configure:29 67: checking stack direction for C alloca" >&52988 echo "configure:2989: checking stack direction for C alloca" >&5 2967 2989 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 2968 2990 echo $ac_n "(cached) $ac_c" 1>&6 … … 2972 2994 else 2973 2995 cat > conftest.$ac_ext <<EOF 2974 #line 29 75"configure"2996 #line 2997 "configure" 2975 2997 #include "confdefs.h" 2976 2998 find_stack_direction () … … 2991 3013 } 2992 3014 EOF 2993 if { (eval echo configure: 2994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3015 if { (eval echo configure:3016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2994 3016 then 2995 3017 ac_cv_c_stack_direction=1 … … 3014 3036 if test $ac_cv_prog_gcc = yes; then 3015 3037 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 3016 echo "configure:30 17: checking whether ${CC-cc} needs -traditional" >&53038 echo "configure:3039: checking whether ${CC-cc} needs -traditional" >&5 3017 3039 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then 3018 3040 echo $ac_n "(cached) $ac_c" 1>&6 … … 3020 3042 ac_pattern="Autoconf.*'x'" 3021 3043 cat > conftest.$ac_ext <<EOF 3022 #line 30 23"configure"3044 #line 3045 "configure" 3023 3045 #include "confdefs.h" 3024 3046 #include <sgtty.h> … … 3038 3060 if test $ac_cv_prog_gcc_traditional = no; then 3039 3061 cat > conftest.$ac_ext <<EOF 3040 #line 30 41"configure"3062 #line 3063 "configure" 3041 3063 #include "confdefs.h" 3042 3064 #include <termio.h> … … 3063 3085 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3064 3086 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3065 echo "configure:30 66: checking for $ac_hdr" >&53087 echo "configure:3088: checking for $ac_hdr" >&5 3066 3088 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3067 3089 echo $ac_n "(cached) $ac_c" 1>&6 3068 3090 else 3069 3091 cat > conftest.$ac_ext <<EOF 3070 #line 30 71"configure"3092 #line 3093 "configure" 3071 3093 #include "confdefs.h" 3072 3094 #include <$ac_hdr> 3073 3095 EOF 3074 3096 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3075 { (eval echo configure:30 76: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3097 { (eval echo configure:3098: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3076 3098 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3077 3099 if test -z "$ac_err"; then … … 3102 3124 do 3103 3125 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3104 echo "configure:31 05: checking for $ac_func" >&53126 echo "configure:3127: checking for $ac_func" >&5 3105 3127 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3106 3128 echo $ac_n "(cached) $ac_c" 1>&6 3107 3129 else 3108 3130 cat > conftest.$ac_ext <<EOF 3109 #line 31 10"configure"3131 #line 3132 "configure" 3110 3132 #include "confdefs.h" 3111 3133 /* System header to define __stub macros and hopefully few prototypes, … … 3130 3152 ; return 0; } 3131 3153 EOF 3132 if { (eval echo configure:31 33: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3154 if { (eval echo configure:3155: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3133 3155 rm -rf conftest* 3134 3156 eval "ac_cv_func_$ac_func=yes" … … 3155 3177 3156 3178 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 3157 echo "configure:31 58: checking for working mmap" >&53179 echo "configure:3180: checking for working mmap" >&5 3158 3180 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 3159 3181 echo $ac_n "(cached) $ac_c" 1>&6 … … 3163 3185 else 3164 3186 cat > conftest.$ac_ext <<EOF 3165 #line 31 66"configure"3187 #line 3188 "configure" 3166 3188 #include "confdefs.h" 3167 3189 … … 3303 3325 3304 3326 EOF 3305 if { (eval echo configure:33 06: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3327 if { (eval echo configure:3328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3306 3328 then 3307 3329 ac_cv_func_mmap_fixed_mapped=yes … … 3326 3348 3327 3349 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 3328 echo "configure:33 29: checking return type of signal handlers" >&53350 echo "configure:3351: checking return type of signal handlers" >&5 3329 3351 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 3330 3352 echo $ac_n "(cached) $ac_c" 1>&6 3331 3353 else 3332 3354 cat > conftest.$ac_ext <<EOF 3333 #line 33 34"configure"3355 #line 3356 "configure" 3334 3356 #include "confdefs.h" 3335 3357 #include <sys/types.h> … … 3348 3370 ; return 0; } 3349 3371 EOF 3350 if { (eval echo configure:33 51: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3372 if { (eval echo configure:3373: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3351 3373 rm -rf conftest* 3352 3374 ac_cv_type_signal=void … … 3367 3389 3368 3390 echo $ac_n "checking for vprintf""... $ac_c" 1>&6 3369 echo "configure:33 70: checking for vprintf" >&53391 echo "configure:3392: checking for vprintf" >&5 3370 3392 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then 3371 3393 echo $ac_n "(cached) $ac_c" 1>&6 3372 3394 else 3373 3395 cat > conftest.$ac_ext <<EOF 3374 #line 33 75"configure"3396 #line 3397 "configure" 3375 3397 #include "confdefs.h" 3376 3398 /* System header to define __stub macros and hopefully few prototypes, … … 3395 3417 ; return 0; } 3396 3418 EOF 3397 if { (eval echo configure:3 398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3419 if { (eval echo configure:3420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3398 3420 rm -rf conftest* 3399 3421 eval "ac_cv_func_vprintf=yes" … … 3419 3441 if test "$ac_cv_func_vprintf" != yes; then 3420 3442 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 3421 echo "configure:34 22: checking for _doprnt" >&53443 echo "configure:3444: checking for _doprnt" >&5 3422 3444 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then 3423 3445 echo $ac_n "(cached) $ac_c" 1>&6 3424 3446 else 3425 3447 cat > conftest.$ac_ext <<EOF 3426 #line 34 27"configure"3448 #line 3449 "configure" 3427 3449 #include "confdefs.h" 3428 3450 /* System header to define __stub macros and hopefully few prototypes, … … 3447 3469 ; return 0; } 3448 3470 EOF 3449 if { (eval echo configure:34 50: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3471 if { (eval echo configure:3472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3450 3472 rm -rf conftest* 3451 3473 eval "ac_cv_func__doprnt=yes" … … 3473 3495 3474 3496 echo $ac_n "checking for library containing setenv""... $ac_c" 1>&6 3475 echo "configure:34 76: checking for library containing setenv" >&53497 echo "configure:3498: checking for library containing setenv" >&5 3476 3498 if eval "test \"`echo '$''{'ac_cv_search_setenv'+set}'`\" = set"; then 3477 3499 echo $ac_n "(cached) $ac_c" 1>&6 … … 3480 3502 ac_cv_search_setenv="no" 3481 3503 cat > conftest.$ac_ext <<EOF 3482 #line 3 483"configure"3504 #line 3505 "configure" 3483 3505 #include "confdefs.h" 3484 3506 /* Override any gcc2 internal prototype to avoid an error. */ … … 3491 3513 ; return 0; } 3492 3514 EOF 3493 if { (eval echo configure:3 494: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3515 if { (eval echo configure:3516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3494 3516 rm -rf conftest* 3495 3517 ac_cv_search_setenv="none required" … … 3502 3524 LIBS="-l$i $ac_func_search_save_LIBS" 3503 3525 cat > conftest.$ac_ext <<EOF 3504 #line 35 05"configure"3526 #line 3527 "configure" 3505 3527 #include "confdefs.h" 3506 3528 /* Override any gcc2 internal prototype to avoid an error. */ … … 3513 3535 ; return 0; } 3514 3536 EOF 3515 if { (eval echo configure:35 16: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3537 if { (eval echo configure:3538: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3516 3538 rm -rf conftest* 3517 3539 ac_cv_search_setenv="-l$i" … … 3537 3559 do 3538 3560 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3539 echo "configure:35 40: checking for $ac_func" >&53561 echo "configure:3562: checking for $ac_func" >&5 3540 3562 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3541 3563 echo $ac_n "(cached) $ac_c" 1>&6 3542 3564 else 3543 3565 cat > conftest.$ac_ext <<EOF 3544 #line 35 45"configure"3566 #line 3567 "configure" 3545 3567 #include "confdefs.h" 3546 3568 /* System header to define __stub macros and hopefully few prototypes, … … 3565 3587 ; return 0; } 3566 3588 EOF 3567 if { (eval echo configure:35 68: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3589 if { (eval echo configure:3590: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3568 3590 rm -rf conftest* 3569 3591 eval "ac_cv_func_$ac_func=yes" … … 3594 3616 # arithmetic shifts 3595 3617 echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6 3596 echo "configure:3 597: checking whether your machine has correct arithmetic shifts" >&53618 echo "configure:3619: checking whether your machine has correct arithmetic shifts" >&5 3597 3619 if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then 3598 3620 echo $ac_n "(cached) $ac_c" 1>&6 … … 3607 3629 else 3608 3630 cat > conftest.$ac_ext <<EOF 3609 #line 36 10"configure"3631 #line 3632 "configure" 3610 3632 #include "confdefs.h" 3611 3633 int main() { if (-2 >> 1 == -1) return(0); else return(1); } 3612 3634 EOF 3613 if { (eval echo configure:36 14: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3635 if { (eval echo configure:3636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3614 3636 then 3615 3637 ac_cv_shift=yes … … 3636 3658 # check for a peculiar constructor initialization 3637 3659 echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6 3638 echo "configure:36 39: checking whether explicit C++ constructor calls are allowed" >&53660 echo "configure:3661: checking whether explicit C++ constructor calls are allowed" >&5 3639 3661 3640 3662 ac_ext=C … … 3649 3671 else 3650 3672 cat > conftest.$ac_ext <<EOF 3651 #line 36 52"configure"3673 #line 3674 "configure" 3652 3674 #include "confdefs.h" 3653 3675 … … 3667 3689 ; return 0; } 3668 3690 EOF 3669 if { (eval echo configure:36 70: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3691 if { (eval echo configure:3692: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3670 3692 rm -rf conftest* 3671 3693 ac_cv_explicit_const=yes … … 3696 3718 # sprintf returns number of printed chars 3697 3719 echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6 3698 echo "configure:3 699: checking whether vsprintf returns number of printed chars" >&53720 echo "configure:3721: checking whether vsprintf returns number of printed chars" >&5 3699 3721 if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then 3700 3722 echo $ac_n "(cached) $ac_c" 1>&6 … … 3704 3726 else 3705 3727 cat > conftest.$ac_ext <<EOF 3706 #line 37 07"configure"3728 #line 3729 "configure" 3707 3729 #include "confdefs.h" 3708 3730 #include <stdio.h> 3709 3731 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); } 3710 3732 EOF 3711 if { (eval echo configure:37 12: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3733 if { (eval echo configure:3734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3712 3734 then 3713 3735 ac_cv_returns_n_of_chars=yes … … 3735 3757 # determine ALIGN_8 3736 3758 echo $ac_n "checking size of char""... $ac_c" 1>&6 3737 echo "configure:37 38: checking size of char" >&53759 echo "configure:3760: checking size of char" >&5 3738 3760 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then 3739 3761 echo $ac_n "(cached) $ac_c" 1>&6 … … 3743 3765 else 3744 3766 cat > conftest.$ac_ext <<EOF 3745 #line 37 46"configure"3767 #line 3768 "configure" 3746 3768 #include "confdefs.h" 3747 3769 #include <stdio.h> … … 3754 3776 } 3755 3777 EOF 3756 if { (eval echo configure:37 57: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3778 if { (eval echo configure:3779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3757 3779 then 3758 3780 ac_cv_sizeof_char=`cat conftestval` … … 3774 3796 3775 3797 echo $ac_n "checking size of short""... $ac_c" 1>&6 3776 echo "configure:37 77: checking size of short" >&53798 echo "configure:3799: checking size of short" >&5 3777 3799 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 3778 3800 echo $ac_n "(cached) $ac_c" 1>&6 … … 3782 3804 else 3783 3805 cat > conftest.$ac_ext <<EOF 3784 #line 3 785"configure"3806 #line 3807 "configure" 3785 3807 #include "confdefs.h" 3786 3808 #include <stdio.h> … … 3793 3815 } 3794 3816 EOF 3795 if { (eval echo configure:3 796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3817 if { (eval echo configure:3818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3796 3818 then 3797 3819 ac_cv_sizeof_short=`cat conftestval` … … 3813 3835 3814 3836 echo $ac_n "checking size of int""... $ac_c" 1>&6 3815 echo "configure:38 16: checking size of int" >&53837 echo "configure:3838: checking size of int" >&5 3816 3838 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 3817 3839 echo $ac_n "(cached) $ac_c" 1>&6 … … 3821 3843 else 3822 3844 cat > conftest.$ac_ext <<EOF 3823 #line 38 24"configure"3845 #line 3846 "configure" 3824 3846 #include "confdefs.h" 3825 3847 #include <stdio.h> … … 3832 3854 } 3833 3855 EOF 3834 if { (eval echo configure:38 35: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3856 if { (eval echo configure:3857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3835 3857 then 3836 3858 ac_cv_sizeof_int=`cat conftestval` … … 3852 3874 3853 3875 echo $ac_n "checking size of long""... $ac_c" 1>&6 3854 echo "configure:38 55: checking size of long" >&53876 echo "configure:3877: checking size of long" >&5 3855 3877 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 3856 3878 echo $ac_n "(cached) $ac_c" 1>&6 … … 3860 3882 else 3861 3883 cat > conftest.$ac_ext <<EOF 3862 #line 38 63"configure"3884 #line 3885 "configure" 3863 3885 #include "confdefs.h" 3864 3886 #include <stdio.h> … … 3871 3893 } 3872 3894 EOF 3873 if { (eval echo configure:38 74: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3895 if { (eval echo configure:3896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3874 3896 then 3875 3897 ac_cv_sizeof_long=`cat conftestval` … … 3891 3913 3892 3914 echo $ac_n "checking size of void*""... $ac_c" 1>&6 3893 echo "configure:3 894: checking size of void*" >&53915 echo "configure:3916: checking size of void*" >&5 3894 3916 if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then 3895 3917 echo $ac_n "(cached) $ac_c" 1>&6 … … 3899 3921 else 3900 3922 cat > conftest.$ac_ext <<EOF 3901 #line 39 02"configure"3923 #line 3924 "configure" 3902 3924 #include "confdefs.h" 3903 3925 #include <stdio.h> … … 3910 3932 } 3911 3933 EOF 3912 if { (eval echo configure:39 13: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3934 if { (eval echo configure:3935: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3913 3935 then 3914 3936 ac_cv_sizeof_voidp=`cat conftestval` … … 3930 3952 3931 3953 echo $ac_n "checking size of double""... $ac_c" 1>&6 3932 echo "configure:39 33: checking size of double" >&53954 echo "configure:3955: checking size of double" >&5 3933 3955 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then 3934 3956 echo $ac_n "(cached) $ac_c" 1>&6 … … 3938 3960 else 3939 3961 cat > conftest.$ac_ext <<EOF 3940 #line 39 41"configure"3962 #line 3963 "configure" 3941 3963 #include "confdefs.h" 3942 3964 #include <stdio.h> … … 3949 3971 } 3950 3972 EOF 3951 if { (eval echo configure:39 52: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3973 if { (eval echo configure:3974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3952 3974 then 3953 3975 ac_cv_sizeof_double=`cat conftestval` … … 3969 3991 3970 3992 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 3971 echo "configure:39 72: checking whether byte ordering is bigendian" >&53993 echo "configure:3994: checking whether byte ordering is bigendian" >&5 3972 3994 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then 3973 3995 echo $ac_n "(cached) $ac_c" 1>&6 … … 3976 3998 # See if sys/param.h defines the BYTE_ORDER macro. 3977 3999 cat > conftest.$ac_ext <<EOF 3978 #line 3979"configure"4000 #line 4001 "configure" 3979 4001 #include "confdefs.h" 3980 4002 #include <sys/types.h> … … 3987 4009 ; return 0; } 3988 4010 EOF 3989 if { (eval echo configure: 3990: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4011 if { (eval echo configure:4012: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3990 4012 rm -rf conftest* 3991 4013 # It does; now see whether it defined to BIG_ENDIAN or not. 3992 4014 cat > conftest.$ac_ext <<EOF 3993 #line 3994"configure"4015 #line 4016 "configure" 3994 4016 #include "confdefs.h" 3995 4017 #include <sys/types.h> … … 4002 4024 ; return 0; } 4003 4025 EOF 4004 if { (eval echo configure:40 05: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4026 if { (eval echo configure:4027: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4005 4027 rm -rf conftest* 4006 4028 ac_cv_c_bigendian=yes … … 4022 4044 else 4023 4045 cat > conftest.$ac_ext <<EOF 4024 #line 40 25"configure"4046 #line 4047 "configure" 4025 4047 #include "confdefs.h" 4026 4048 main () { … … 4035 4057 } 4036 4058 EOF 4037 if { (eval echo configure:40 38: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null4059 if { (eval echo configure:4060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4038 4060 then 4039 4061 ac_cv_c_bigendian=no … … 4183 4205 4184 4206 echo $ac_n "checking whether to use dynamic linking""... $ac_c" 1>&6 4185 echo "configure:4 186: checking whether to use dynamic linking" >&54207 echo "configure:4208: checking whether to use dynamic linking" >&5 4186 4208 if test "$with_dl" != no && test "$ac_lib_dl" = yes; then 4187 4209 cat >> confdefs.h <<\EOF … … 4196 4218 4197 4219 echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 4198 echo "configure:4 199: checking for tgetent in -lncurses" >&54220 echo "configure:4221: checking for tgetent in -lncurses" >&5 4199 4221 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` 4200 4222 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4204 4226 LIBS="-lncurses $LIBS" 4205 4227 cat > conftest.$ac_ext <<EOF 4206 #line 42 07"configure"4228 #line 4229 "configure" 4207 4229 #include "confdefs.h" 4208 4230 /* Override any gcc2 internal prototype to avoid an error. */ … … 4215 4237 ; return 0; } 4216 4238 EOF 4217 if { (eval echo configure:42 18: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4239 if { (eval echo configure:4240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4218 4240 rm -rf conftest* 4219 4241 eval "ac_cv_lib_$ac_lib_var=yes" … … 4242 4264 \ 4243 4265 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 4244 echo "configure:42 45: checking for tgetent in -lcurses" >&54266 echo "configure:4267: checking for tgetent in -lcurses" >&5 4245 4267 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` 4246 4268 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4250 4272 LIBS="-lcurses $LIBS" 4251 4273 cat > conftest.$ac_ext <<EOF 4252 #line 42 53"configure"4274 #line 4275 "configure" 4253 4275 #include "confdefs.h" 4254 4276 /* Override any gcc2 internal prototype to avoid an error. */ … … 4261 4283 ; return 0; } 4262 4284 EOF 4263 if { (eval echo configure:42 64: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4285 if { (eval echo configure:4286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4264 4286 rm -rf conftest* 4265 4287 eval "ac_cv_lib_$ac_lib_var=yes" … … 4288 4310 \ 4289 4311 echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 4290 echo "configure:4 291: checking for tgetent in -ltermcap" >&54312 echo "configure:4313: checking for tgetent in -ltermcap" >&5 4291 4313 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` 4292 4314 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4296 4318 LIBS="-ltermcap $LIBS" 4297 4319 cat > conftest.$ac_ext <<EOF 4298 #line 4 299"configure"4320 #line 4321 "configure" 4299 4321 #include "confdefs.h" 4300 4322 /* Override any gcc2 internal prototype to avoid an error. */ … … 4307 4329 ; return 0; } 4308 4330 EOF 4309 if { (eval echo configure:43 10: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4331 if { (eval echo configure:4332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4310 4332 rm -rf conftest* 4311 4333 eval "ac_cv_lib_$ac_lib_var=yes" … … 4356 4378 4357 4379 echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6 4358 echo "configure:43 59: checking for rl_abort in -lreadline" >&54380 echo "configure:4381: checking for rl_abort in -lreadline" >&5 4359 4381 ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'` 4360 4382 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4364 4386 LIBS="-lreadline $LIBS" 4365 4387 cat > conftest.$ac_ext <<EOF 4366 #line 43 67"configure"4388 #line 4389 "configure" 4367 4389 #include "confdefs.h" 4368 4390 /* Override any gcc2 internal prototype to avoid an error. */ … … 4378 4400 ; return 0; } 4379 4401 EOF 4380 if { (eval echo configure:4 381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4402 if { (eval echo configure:4403: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4381 4403 rm -rf conftest* 4382 4404 eval "ac_cv_lib_$ac_lib_var=yes" … … 4406 4428 4407 4429 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 4408 echo "configure:44 09: checking how to run the C++ preprocessor" >&54430 echo "configure:4431: checking how to run the C++ preprocessor" >&5 4409 4431 if test -z "$CXXCPP"; then 4410 4432 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then … … 4419 4441 CXXCPP="${CXX-g++} -E" 4420 4442 cat > conftest.$ac_ext <<EOF 4421 #line 44 22"configure"4443 #line 4444 "configure" 4422 4444 #include "confdefs.h" 4423 4445 #include <stdlib.h> 4424 4446 EOF 4425 4447 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4426 { (eval echo configure:44 27: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4448 { (eval echo configure:4449: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4427 4449 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4428 4450 if test -z "$ac_err"; then … … 4452 4474 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4453 4475 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4454 echo "configure:44 55: checking for $ac_hdr" >&54476 echo "configure:4477: checking for $ac_hdr" >&5 4455 4477 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4456 4478 echo $ac_n "(cached) $ac_c" 1>&6 4457 4479 else 4458 4480 cat > conftest.$ac_ext <<EOF 4459 #line 44 60"configure"4481 #line 4482 "configure" 4460 4482 #include "confdefs.h" 4461 4483 #include <$ac_hdr> 4462 4484 EOF 4463 4485 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4464 { (eval echo configure:44 65: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4486 { (eval echo configure:4487: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4465 4487 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4466 4488 if test -z "$ac_err"; then … … 4491 4513 test "$ac_cv_header_readline_readline_h" = yes; then 4492 4514 echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6 4493 echo "configure:4 494: checking whether readline.h is ok" >&54515 echo "configure:4516: checking whether readline.h is ok" >&5 4494 4516 if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then 4495 4517 echo $ac_n "(cached) $ac_c" 1>&6 4496 4518 else 4497 4519 cat > conftest.$ac_ext <<EOF 4498 #line 4 499"configure"4520 #line 4521 "configure" 4499 4521 #include "confdefs.h" 4500 4522 #include<unistd.h> … … 4509 4531 ; return 0; } 4510 4532 EOF 4511 if { (eval echo configure:45 12: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4533 if { (eval echo configure:4534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4512 4534 rm -rf conftest* 4513 4535 ac_cv_header_readline_readline_h_ok="yes" … … 4525 4547 #not ok -- try once more with explicitly declaring everything 4526 4548 echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6 4527 echo "configure:45 28: checking whether or not we nevertheless can use readline" >&54549 echo "configure:4550: checking whether or not we nevertheless can use readline" >&5 4528 4550 if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then 4529 4551 echo $ac_n "(cached) $ac_c" 1>&6 4530 4552 else 4531 4553 cat > conftest.$ac_ext <<EOF 4532 #line 45 33"configure"4554 #line 4555 "configure" 4533 4555 #include "confdefs.h" 4534 4556 #include <stdio.h> … … 4564 4586 ; return 0; } 4565 4587 EOF 4566 if { (eval echo configure:45 67: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4588 if { (eval echo configure:4589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4567 4589 rm -rf conftest* 4568 4590 ac_cv_have_readline="yes" … … 4603 4625 4604 4626 echo $ac_n "checking which readline to use""... $ac_c" 1>&6 4605 echo "configure:46 06: checking which readline to use" >&54627 echo "configure:4628: checking which readline to use" >&5 4606 4628 if test "$ac_cv_with_readline" = dynamic; then 4607 4629 echo "$ac_t""dynamic" 1>&6 … … 4623 4645 # gmp, MP, MPT, factory, libfac 4624 4646 echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6 4625 echo "configure:46 26: checking for main in -lgmp" >&54647 echo "configure:4648: checking for main in -lgmp" >&5 4626 4648 ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'` 4627 4649 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4631 4653 LIBS="-lgmp $LIBS" 4632 4654 cat > conftest.$ac_ext <<EOF 4633 #line 46 34"configure"4655 #line 4656 "configure" 4634 4656 #include "confdefs.h" 4635 4657 … … 4638 4660 ; return 0; } 4639 4661 EOF 4640 if { (eval echo configure:46 41: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4662 if { (eval echo configure:4663: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4641 4663 rm -rf conftest* 4642 4664 eval "ac_cv_lib_$ac_lib_var=yes" … … 4667 4689 SAVE_LIBS=$LIBS 4668 4690 echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6 4669 echo "configure:46 70: checking for IMP_PutGmpInt in -lMP" >&54691 echo "configure:4692: checking for IMP_PutGmpInt in -lMP" >&5 4670 4692 ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'` 4671 4693 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4675 4697 LIBS="-lMP $MP_LIBS $LIBS" 4676 4698 cat > conftest.$ac_ext <<EOF 4677 #line 4 678"configure"4699 #line 4700 "configure" 4678 4700 #include "confdefs.h" 4679 4701 /* Override any gcc2 internal prototype to avoid an error. */ … … 4686 4708 ; return 0; } 4687 4709 EOF 4688 if { (eval echo configure:4 689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4710 if { (eval echo configure:4711: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4689 4711 rm -rf conftest* 4690 4712 eval "ac_cv_lib_$ac_lib_var=yes" … … 4714 4736 4715 4737 echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6 4716 echo "configure:47 17: checking for MPT_GetTree in -lMPT" >&54738 echo "configure:4739: checking for MPT_GetTree in -lMPT" >&5 4717 4739 ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'` 4718 4740 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4722 4744 LIBS="-lMPT $MP_LIBS $LIBS" 4723 4745 cat > conftest.$ac_ext <<EOF 4724 #line 47 25"configure"4746 #line 4747 "configure" 4725 4747 #include "confdefs.h" 4726 4748 /* Override any gcc2 internal prototype to avoid an error. */ … … 4733 4755 ; return 0; } 4734 4756 EOF 4735 if { (eval echo configure:47 36: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4757 if { (eval echo configure:4758: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4736 4758 rm -rf conftest* 4737 4759 eval "ac_cv_lib_$ac_lib_var=yes" … … 4762 4784 LIBS=$SAVE_LIBS 4763 4785 echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6 4764 echo "configure:47 65: checking for atof in -lsingcf" >&54786 echo "configure:4787: checking for atof in -lsingcf" >&5 4765 4787 ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'` 4766 4788 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4770 4792 LIBS="-lsingcf $LIBS" 4771 4793 cat > conftest.$ac_ext <<EOF 4772 #line 47 73"configure"4794 #line 4795 "configure" 4773 4795 #include "confdefs.h" 4774 4796 /* Override any gcc2 internal prototype to avoid an error. */ … … 4781 4803 ; return 0; } 4782 4804 EOF 4783 if { (eval echo configure:4 784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4805 if { (eval echo configure:4806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4784 4806 rm -rf conftest* 4785 4807 eval "ac_cv_lib_$ac_lib_var=yes" … … 4809 4831 4810 4832 echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6 4811 echo "configure:48 12: checking for atof in -lsingfac" >&54833 echo "configure:4834: checking for atof in -lsingfac" >&5 4812 4834 ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'` 4813 4835 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4817 4839 LIBS="-lsingfac $LIBS" 4818 4840 cat > conftest.$ac_ext <<EOF 4819 #line 48 20"configure"4841 #line 4842 "configure" 4820 4842 #include "confdefs.h" 4821 4843 /* Override any gcc2 internal prototype to avoid an error. */ … … 4828 4850 ; return 0; } 4829 4851 EOF 4830 if { (eval echo configure:48 31: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4852 if { (eval echo configure:4853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4831 4853 rm -rf conftest* 4832 4854 eval "ac_cv_lib_$ac_lib_var=yes" … … 4856 4878 4857 4879 echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6 4858 echo "configure:48 59: checking for omTestAddr in -lomalloc" >&54880 echo "configure:4881: checking for omTestAddr in -lomalloc" >&5 4859 4881 ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'` 4860 4882 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4864 4886 LIBS="-lomalloc $LIBS" 4865 4887 cat > conftest.$ac_ext <<EOF 4866 #line 48 67"configure"4888 #line 4889 "configure" 4867 4889 #include "confdefs.h" 4868 4890 /* Override any gcc2 internal prototype to avoid an error. */ … … 4875 4897 ; return 0; } 4876 4898 EOF 4877 if { (eval echo configure:4 878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4899 if { (eval echo configure:4900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4878 4900 rm -rf conftest* 4879 4901 eval "ac_cv_lib_$ac_lib_var=yes" … … 4903 4925 4904 4926 echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6 4905 echo "configure:49 06: checking for main in -lomalloc_ndebug" >&54927 echo "configure:4928: checking for main in -lomalloc_ndebug" >&5 4906 4928 ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'` 4907 4929 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4911 4933 LIBS="-lomalloc_ndebug $LIBS" 4912 4934 cat > conftest.$ac_ext <<EOF 4913 #line 49 14"configure"4935 #line 4936 "configure" 4914 4936 #include "confdefs.h" 4915 4937 … … 4918 4940 ; return 0; } 4919 4941 EOF 4920 if { (eval echo configure:49 21: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4942 if { (eval echo configure:4943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4921 4943 rm -rf conftest* 4922 4944 eval "ac_cv_lib_$ac_lib_var=yes" … … 4946 4968 4947 4969 echo $ac_n "checking for main in -lntl""... $ac_c" 1>&6 4948 echo "configure:49 49: checking for main in -lntl" >&54970 echo "configure:4971: checking for main in -lntl" >&5 4949 4971 ac_lib_var=`echo ntl'_'main | sed 'y%./+-%__p_%'` 4950 4972 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4954 4976 LIBS="-lntl $LIBS" 4955 4977 cat > conftest.$ac_ext <<EOF 4956 #line 49 57"configure"4978 #line 4979 "configure" 4957 4979 #include "confdefs.h" 4958 4980 … … 4961 4983 ; return 0; } 4962 4984 EOF 4963 if { (eval echo configure:49 64: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4985 if { (eval echo configure:4986: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4964 4986 rm -rf conftest* 4965 4987 eval "ac_cv_lib_$ac_lib_var=yes" … … 4994 5016 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4995 5017 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4996 echo "configure: 4997: checking for $ac_hdr" >&55018 echo "configure:5019: checking for $ac_hdr" >&5 4997 5019 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4998 5020 echo $ac_n "(cached) $ac_c" 1>&6 4999 5021 else 5000 5022 cat > conftest.$ac_ext <<EOF 5001 #line 50 02"configure"5023 #line 5024 "configure" 5002 5024 #include "confdefs.h" 5003 5025 #include <$ac_hdr> 5004 5026 EOF 5005 5027 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5006 { (eval echo configure:50 07: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }5028 { (eval echo configure:5029: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5007 5029 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5008 5030 if test -z "$ac_err"; then … … 5032 5054 5033 5055 echo $ac_n "checking whether to use Boost""... $ac_c" 1>&6 5034 echo "configure:50 35: checking whether to use Boost" >&55056 echo "configure:5057: checking whether to use Boost" >&5 5035 5057 if test "$with_Boost" != no; then 5036 5058 echo "$ac_t""yes" 1>&6 … … 5047 5069 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5048 5070 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5049 echo "configure:50 50: checking for $ac_hdr" >&55071 echo "configure:5072: checking for $ac_hdr" >&5 5050 5072 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5051 5073 echo $ac_n "(cached) $ac_c" 1>&6 5052 5074 else 5053 5075 cat > conftest.$ac_ext <<EOF 5054 #line 50 55"configure"5076 #line 5077 "configure" 5055 5077 #include "confdefs.h" 5056 5078 #include <$ac_hdr> 5057 5079 EOF 5058 5080 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5059 { (eval echo configure:50 60: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }5081 { (eval echo configure:5082: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5060 5082 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5061 5083 if test -z "$ac_err"; then … … 5093 5115 echo "$ac_t""no" 1>&6 5094 5116 echo $ac_n "checking whether to use std::vector""... $ac_c" 1>&6 5095 echo "configure:5 096: checking whether to use std::vector" >&55117 echo "configure:5118: checking whether to use std::vector" >&5 5096 5118 if test "$with_stdvec" != yes; then 5097 5119 echo "$ac_t""no" 1>&6 … … 5142 5164 SAVE_LIBS=$LIBS 5143 5165 echo $ac_n "checking for __stack_chk_fail_local in -lc_nonshared""... $ac_c" 1>&6 5144 echo "configure:51 45: checking for __stack_chk_fail_local in -lc_nonshared" >&55166 echo "configure:5167: checking for __stack_chk_fail_local in -lc_nonshared" >&5 5145 5167 ac_lib_var=`echo c_nonshared'_'__stack_chk_fail_local | sed 'y%./+-%__p_%'` 5146 5168 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 5150 5172 LIBS="-lc_nonshared $LIBS" 5151 5173 cat > conftest.$ac_ext <<EOF 5152 #line 51 53"configure"5174 #line 5175 "configure" 5153 5175 #include "confdefs.h" 5154 5176 /* Override any gcc2 internal prototype to avoid an error. */ … … 5161 5183 ; return 0; } 5162 5184 EOF 5163 if { (eval echo configure:51 64: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5185 if { (eval echo configure:5186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5164 5186 rm -rf conftest* 5165 5187 eval "ac_cv_lib_$ac_lib_var=yes" … … 5191 5213 5192 5214 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 5193 echo "configure:5 194: checking which apint package to use" >&55215 echo "configure:5216: checking which apint package to use" >&5 5194 5216 if test "${with_apint}" != gmp; then 5195 5217 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 5213 5235 5214 5236 echo $ac_n "checking whether to use libsvd""... $ac_c" 1>&6 5215 echo "configure:52 16: checking whether to use libsvd" >&55237 echo "configure:5238: checking whether to use libsvd" >&5 5216 5238 if test "$with_svd" = yes; then 5217 5239 echo "$ac_t""yes" 1>&6 … … 5228 5250 # 5229 5251 echo $ac_n "checking whether to have MP""... $ac_c" 1>&6 5230 echo "configure:52 31: checking whether to have MP" >&55252 echo "configure:5253: checking whether to have MP" >&5 5231 5253 if test "${with_MP}" != yes && test "${with_MP}" != no; then 5232 5254 if (test "${will_have_gmp}" = yes) && \ … … 5263 5285 5264 5286 echo $ac_n "checking whether to have NTL""... $ac_c" 1>&6 5265 echo "configure:52 66: checking whether to have NTL" >&55287 echo "configure:5288: checking whether to have NTL" >&5 5266 5288 if test "${with_NTL}" = yes ; then 5267 5289 echo "$ac_t""yes" 1>&6 … … 5272 5294 5273 5295 echo $ac_n "checking whether to have factory""... $ac_c" 1>&6 5274 echo "configure:52 75: checking whether to have factory" >&55296 echo "configure:5297: checking whether to have factory" >&5 5275 5297 if test "${with_factory}" != yes && test "${with_factory}" != no; then 5276 5298 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 5303 5325 5304 5326 echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6 5305 echo "configure:53 06: checking whether to have libfac" >&55327 echo "configure:5328: checking whether to have libfac" >&5 5306 5328 if test "${with_libfac}" != yes && test "${with_libfac}" != no; then 5307 5329 if (test "${will_have_factory}" = yes) && \ … … 5345 5367 5346 5368 echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6 5347 echo "configure:53 48: checking whether to have dbm links" >&55369 echo "configure:5370: checking whether to have dbm links" >&5 5348 5370 if test "$with_dbm" != no; then 5349 5371 cat >> confdefs.h <<\EOF … … 5357 5379 5358 5380 echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6 5359 echo "configure:53 60: checking whether to have namespaces" >&55381 echo "configure:5382: checking whether to have namespaces" >&5 5360 5382 if test "$with_namespaces" != no; then 5361 5383 echo "$ac_t""yes" 1>&6 … … 5369 5391 5370 5392 echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6 5371 echo "configure:53 72: checking whether to have dynamic modules" >&55393 echo "configure:5394: checking whether to have dynamic modules" >&5 5372 5394 if test "$with_dynamic_modules" = no || test "$ac_have_dl" != yes; then 5373 5395 echo "$ac_t""no" 1>&6 … … 5381 5403 5382 5404 echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6 5383 echo "configure:5 384: checking whether to have dynamic kernel" >&55405 echo "configure:5406: checking whether to have dynamic kernel" >&5 5384 5406 if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then 5385 5407 DL_KERNEL=1 … … 5391 5413 5392 5414 echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6 5393 echo "configure:5 394: checking whether to have Plural" >&55415 echo "configure:5416: checking whether to have Plural" >&5 5394 5416 if test "$with_Plural" != no && test "$enable_Plural" != no; then 5395 5417 cat >> confdefs.h <<\EOF … … 5545 5567 s%@mandir@%$mandir%g 5546 5568 s%@SINGUNAME@%$SINGUNAME%g 5569 s%@SI_CPU_I386@%$SI_CPU_I386%g 5547 5570 s%@EXEC_EXT@%$EXEC_EXT%g 5571 s%@SI_CPU_SPARC@%$SI_CPU_SPARC%g 5572 s%@SI_CPU_X86_64@%$SI_CPU_X86_64%g 5573 s%@SI_CPU_IA64@%$SI_CPU_IA64%g 5574 s%@SI_CPU_PPC@%$SI_CPU_PPC%g 5548 5575 s%@SING_UNAME@%$SING_UNAME%g 5549 5576 s%@SINGULAR_VERSION@%$SINGULAR_VERSION%g -
Singular/configure.in
r6abef1 r9c0b60a 10 10 AC_MSG_CHECKING(CPU for singular) 11 11 ac_cv_singcpuname=`uname -p` 12 AC_MSG_RESULT($ac_cv_singcpuname) 13 12 14 AC_MSG_CHECKING(uname for singular) 13 15 AC_CACHE_VAL(ac_cv_singuname, … … 36 38 EXEC_EXT=".exe" 37 39 AC_DEFINE(SI_CPU_I386) 40 AC_SUBST(SI_CPU_I386) 41 AC_MSG_RESULT(SI_CPU_I386) 38 42 fi 39 43 AC_SUBST(EXEC_EXT) 40 44 if test "$ac_cv_ac_cv_singcpuname" = sparc; then 41 45 AC_DEFINE(SI_CPU_SPARC) 46 AC_SUBST(SI_CPU_SPARC) 47 AC_MSG_RESULT(SI_CPU_SPARC) 42 48 fi 43 49 if test "$ac_cv_singuname" = x86_64-Linux; then 44 50 AC_DEFINE(SI_CPU_X86_64) 51 AC_SUBST(SI_CPU_X86_64) 52 AC_MSG_RESULT(SI_CPU_X86_64) 53 fi 54 if test "$ac_cv_singuname" = ix86-Linux; then 55 AC_DEFINE(SI_CPU_I386) 56 AC_SUBST(SI_CPU_I386) 57 AC_MSG_RESULT(SI_CPU_I386) 45 58 fi 46 59 if test "$ac_cv_singuname" = IA64-Linux; then 47 60 AC_DEFINE(SI_CPU_IA64) 61 AC_SUBST(SI_CPU_IA64) 62 AC_MSG_RESULT(SI_CPU_IA64) 48 63 fi 49 64 if test "$ac_cv_singuname" = ppc-Linux; then 50 65 AC_DEFINE(SI_CPU_PPC) 66 AC_SUBST(SI_CPU_PPC) 67 AC_MSG_RESULT(SI_CPU_PPC) 51 68 fi 52 69 if test "$ac_cv_singuname" = ppcMac-darwin; then 53 70 AC_DEFINE(SI_CPU_PPC) 71 AC_SUBST(SI_CPU_PPC) 72 AC_MSG_RESULT(SI_CPU_PPC) 54 73 fi 55 74
Note: See TracChangeset
for help on using the changeset viewer.