Changeset 592359 in git
- Timestamp:
- Jun 10, 2008, 5:34:20 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 7afec583fbdb5a9d6bf075c89b37fc319f87cd99
- Parents:
- 9cc956cb1583d986cb6b00e086b21632d6b337cc
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/configure
r9cc956 r592359 564 564 565 565 566 echo $ac_n "checking CPU for singular""... $ac_c" 1>&6 567 echo "configure:568: checking CPU for singular" >&5 568 ac_cv_singcpuname=`uname -p` 569 if test "$ac_cv_ac_cv_singcpuname" = sparc; then 570 cat >> confdefs.h <<\EOF 571 #define SI_CPU_SPARC 1 572 EOF 573 574 fi 566 575 echo $ac_n "checking uname for singular""... $ac_c" 1>&6 567 echo "configure:5 68: checking uname for singular" >&5576 echo "configure:577: checking uname for singular" >&5 568 577 if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then 569 578 echo $ac_n "(cached) $ac_c" 1>&6 … … 597 606 if test "$ac_cv_singuname" = ix86-Win; then 598 607 EXEC_EXT=".exe" 599 fi 600 608 cat >> confdefs.h <<\EOF 609 #define SI_CPU_I386 1 610 EOF 611 612 fi 613 614 if test "$ac_cv_singuname" = x86_64-Linux; then 615 cat >> confdefs.h <<\EOF 616 #define SI_CPU_X86_64 1 617 EOF 618 619 fi 620 if test "$ac_cv_singuname" = IA64-Linux; then 621 cat >> confdefs.h <<\EOF 622 #define SI_CPU_IA64 1 623 EOF 624 625 fi 626 if test "$ac_cv_singuname" = ppc-Linux; then 627 cat >> confdefs.h <<\EOF 628 #define SI_CPU_PPC 1 629 EOF 630 631 fi 632 if test "$ac_cv_singuname" = ppcMac-darwin; then 633 cat >> confdefs.h <<\EOF 634 #define SI_CPU_PPC 1 635 EOF 636 637 fi 601 638 602 639 SING_UNAME=`echo $SINGUNAME | tr '-' '_' ` … … 662 699 set dummy gcc; ac_word=$2 663 700 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 664 echo "configure: 665: checking for $ac_word" >&5701 echo "configure:702: checking for $ac_word" >&5 665 702 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 666 703 echo $ac_n "(cached) $ac_c" 1>&6 … … 692 729 set dummy cc; ac_word=$2 693 730 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 694 echo "configure: 695: checking for $ac_word" >&5731 echo "configure:732: checking for $ac_word" >&5 695 732 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 696 733 echo $ac_n "(cached) $ac_c" 1>&6 … … 743 780 set dummy cl; ac_word=$2 744 781 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 745 echo "configure:7 46: checking for $ac_word" >&5782 echo "configure:783: checking for $ac_word" >&5 746 783 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 747 784 echo $ac_n "(cached) $ac_c" 1>&6 … … 775 812 776 813 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 777 echo "configure: 778: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5814 echo "configure:815: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 778 815 779 816 ac_ext=c … … 786 823 cat > conftest.$ac_ext << EOF 787 824 788 #line 789"configure"825 #line 826 "configure" 789 826 #include "confdefs.h" 790 827 791 828 main(){return(0);} 792 829 EOF 793 if { (eval echo configure: 794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then830 if { (eval echo configure:831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 794 831 ac_cv_prog_cc_works=yes 795 832 # If we can't run a trivial program, we are probably using a cross compiler. … … 817 854 fi 818 855 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 819 echo "configure:8 20: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5856 echo "configure:857: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 820 857 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 821 858 cross_compiling=$ac_cv_prog_cc_cross 822 859 823 860 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 824 echo "configure:8 25: checking whether we are using GNU C" >&5861 echo "configure:862: checking whether we are using GNU C" >&5 825 862 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 826 863 echo $ac_n "(cached) $ac_c" 1>&6 … … 831 868 #endif 832 869 EOF 833 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:8 34: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then870 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:871: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 834 871 ac_cv_prog_gcc=yes 835 872 else … … 850 887 CFLAGS= 851 888 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 852 echo "configure:8 53: checking whether ${CC-cc} accepts -g" >&5889 echo "configure:890: checking whether ${CC-cc} accepts -g" >&5 853 890 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 854 891 echo $ac_n "(cached) $ac_c" 1>&6 … … 882 919 883 920 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 884 echo "configure: 885: checking how to run the C preprocessor" >&5921 echo "configure:922: checking how to run the C preprocessor" >&5 885 922 # On Suns, sometimes $CPP names a directory. 886 923 if test -n "$CPP" && test -d "$CPP"; then … … 897 934 # not just through cpp. 898 935 cat > conftest.$ac_ext <<EOF 899 #line 9 00"configure"936 #line 937 "configure" 900 937 #include "confdefs.h" 901 938 #include <assert.h> … … 903 940 EOF 904 941 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 905 { (eval echo configure:9 06: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }942 { (eval echo configure:943: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 906 943 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 907 944 if test -z "$ac_err"; then … … 914 951 CPP="${CC-cc} -E -traditional-cpp" 915 952 cat > conftest.$ac_ext <<EOF 916 #line 9 17"configure"953 #line 954 "configure" 917 954 #include "confdefs.h" 918 955 #include <assert.h> … … 920 957 EOF 921 958 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 922 { (eval echo configure:9 23: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }959 { (eval echo configure:960: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 923 960 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 924 961 if test -z "$ac_err"; then … … 931 968 CPP="${CC-cc} -nologo -E" 932 969 cat > conftest.$ac_ext <<EOF 933 #line 9 34"configure"970 #line 971 "configure" 934 971 #include "confdefs.h" 935 972 #include <assert.h> … … 937 974 EOF 938 975 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 939 { (eval echo configure:9 40: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }976 { (eval echo configure:977: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 940 977 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 941 978 if test -z "$ac_err"; then … … 966 1003 set dummy $ac_prog; ac_word=$2 967 1004 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 968 echo "configure: 969: checking for $ac_word" >&51005 echo "configure:1006: checking for $ac_word" >&5 969 1006 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then 970 1007 echo $ac_n "(cached) $ac_c" 1>&6 … … 998 1035 999 1036 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1000 echo "configure:10 01: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&51037 echo "configure:1038: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 1001 1038 1002 1039 ac_ext=C … … 1009 1046 cat > conftest.$ac_ext << EOF 1010 1047 1011 #line 10 12"configure"1048 #line 1049 "configure" 1012 1049 #include "confdefs.h" 1013 1050 1014 1051 int main(){return(0);} 1015 1052 EOF 1016 if { (eval echo configure:10 17: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1053 if { (eval echo configure:1054: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1017 1054 ac_cv_prog_cxx_works=yes 1018 1055 # If we can't run a trivial program, we are probably using a cross compiler. … … 1040 1077 fi 1041 1078 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1042 echo "configure:10 43: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&51079 echo "configure:1080: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 1043 1080 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 1044 1081 cross_compiling=$ac_cv_prog_cxx_cross 1045 1082 1046 1083 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 1047 echo "configure:10 48: checking whether we are using GNU C++" >&51084 echo "configure:1085: checking whether we are using GNU C++" >&5 1048 1085 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then 1049 1086 echo $ac_n "(cached) $ac_c" 1>&6 … … 1054 1091 #endif 1055 1092 EOF 1056 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:10 57: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1093 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1094: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1057 1094 ac_cv_prog_gxx=yes 1058 1095 else … … 1073 1110 CXXFLAGS= 1074 1111 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 1075 echo "configure:1 076: checking whether ${CXX-g++} accepts -g" >&51112 echo "configure:1113: checking whether ${CXX-g++} accepts -g" >&5 1076 1113 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 1077 1114 echo $ac_n "(cached) $ac_c" 1>&6 … … 1135 1172 # ./install, which can be erroneously created by make from ./install.sh. 1136 1173 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1137 echo "configure:11 38: checking for a BSD compatible install" >&51174 echo "configure:1175: checking for a BSD compatible install" >&5 1138 1175 if test -z "$INSTALL"; then 1139 1176 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 1188 1225 1189 1226 echo $ac_n "checking for AIX""... $ac_c" 1>&6 1190 echo "configure:1 191: checking for AIX" >&51227 echo "configure:1228: checking for AIX" >&5 1191 1228 cat > conftest.$ac_ext <<EOF 1192 #line 1 193"configure"1229 #line 1230 "configure" 1193 1230 #include "confdefs.h" 1194 1231 #ifdef _AIX … … 1216 1253 # other: CC=cc CXX=c++ 1217 1254 echo $ac_n "checking gcc version""... $ac_c" 1>&6 1218 echo "configure:12 19: checking gcc version" >&51255 echo "configure:1256: checking gcc version" >&5 1219 1256 if eval "test \"`echo '$''{'ac_cv_c_cpp'+set}'`\" = set"; then 1220 1257 echo $ac_n "(cached) $ac_c" 1>&6 … … 1248 1285 # check whether gcc accepts --no-rtti 1249 1286 echo $ac_n "checking whether gcc accepts --no-rtti""... $ac_c" 1>&6 1250 echo "configure:12 51: checking whether gcc accepts --no-rtti" >&51287 echo "configure:1288: checking whether gcc accepts --no-rtti" >&5 1251 1288 CXXFLAGS="${CXXFLAGS} --no-rtti" 1252 1289 if eval "test \"`echo '$''{'ac_cv_cxx_have_rtti'+set}'`\" = set"; then … … 1254 1291 else 1255 1292 cat > conftest.$ac_ext <<EOF 1256 #line 12 57"configure"1293 #line 1294 "configure" 1257 1294 #include "confdefs.h" 1258 1295 … … 1261 1298 ; return 0; } 1262 1299 EOF 1263 if { (eval echo configure:1 264: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1300 if { (eval echo configure:1301: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1264 1301 rm -rf conftest* 1265 1302 ac_cv_cxx_have_rtti=yes … … 1284 1321 # check whether gcc accepts --no-exceptions 1285 1322 echo $ac_n "checking whether gcc accepts --no-exceptions""... $ac_c" 1>&6 1286 echo "configure:1 287: checking whether gcc accepts --no-exceptions" >&51323 echo "configure:1324: checking whether gcc accepts --no-exceptions" >&5 1287 1324 CXXFLAGS="${CXXFLAGS} --no-exceptions" 1288 1325 if eval "test \"`echo '$''{'ac_cv_cxx_have_exceptions'+set}'`\" = set"; then … … 1290 1327 else 1291 1328 cat > conftest.$ac_ext <<EOF 1292 #line 1 293"configure"1329 #line 1330 "configure" 1293 1330 #include "confdefs.h" 1294 1331 … … 1297 1334 ; return 0; } 1298 1335 EOF 1299 if { (eval echo configure:13 00: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1336 if { (eval echo configure:1337: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1300 1337 rm -rf conftest* 1301 1338 ac_cv_cxx_have_exceptions=yes … … 1335 1372 then 1336 1373 echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6 1337 echo "configure:13 38: checking whether compiler accepts -pipe" >&51374 echo "configure:1375: checking whether compiler accepts -pipe" >&5 1338 1375 temp_cflags="${CFLAGS}" 1339 1376 CFLAGS="${CFLAGS} -pipe" … … 1342 1379 else 1343 1380 cat > conftest.$ac_ext <<EOF 1344 #line 13 45"configure"1381 #line 1382 "configure" 1345 1382 #include "confdefs.h" 1346 1383 … … 1349 1386 ; return 0; } 1350 1387 EOF 1351 if { (eval echo configure:13 52: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1388 if { (eval echo configure:1389: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1352 1389 rm -rf conftest* 1353 1390 ac_cv_cxx_have_pipe=yes … … 1376 1413 # Customize CFLAGS 1377 1414 echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6 1378 echo "configure:1 379: checking whether _AIX is defined" >&51415 echo "configure:1416: checking whether _AIX is defined" >&5 1379 1416 if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then 1380 1417 echo $ac_n "(cached) $ac_c" 1>&6 1381 1418 else 1382 1419 cat > conftest.$ac_ext <<EOF 1383 #line 1 384"configure"1420 #line 1421 "configure" 1384 1421 #include "confdefs.h" 1385 1422 #ifdef _AIX … … 1440 1477 1441 1478 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1442 echo "configure:14 43: checking whether ${MAKE-make} sets \${MAKE}" >&51479 echo "configure:1480: checking whether ${MAKE-make} sets \${MAKE}" >&5 1443 1480 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1444 1481 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1523 1560 if test "${with_lex+set}" != set; then 1524 1561 echo $ac_n "checking for flex""... $ac_c" 1>&6 1525 echo "configure:15 26: checking for flex" >&51562 echo "configure:1563: checking for flex" >&5 1526 1563 cmd="egrep [2-9]\.[5-9]" 1527 1564 if eval "test \"`echo '$''{'ac_cv_prog_flex'+set}'`\" = set"; then … … 1555 1592 set dummy $ac_prog; ac_word=$2 1556 1593 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1557 echo "configure:15 58: checking for $ac_word" >&51594 echo "configure:1595: checking for $ac_word" >&5 1558 1595 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 1559 1596 echo $ac_n "(cached) $ac_c" 1>&6 … … 1595 1632 set dummy $ac_prog; ac_word=$2 1596 1633 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1597 echo "configure:1 598: checking for $ac_word" >&51634 echo "configure:1635: checking for $ac_word" >&5 1598 1635 if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then 1599 1636 echo $ac_n "(cached) $ac_c" 1>&6 … … 1630 1667 # ln -s 1631 1668 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1632 echo "configure:16 33: checking whether ln -s works" >&51669 echo "configure:1670: checking whether ln -s works" >&5 1633 1670 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1634 1671 echo $ac_n "(cached) $ac_c" 1>&6 … … 1656 1693 set dummy $ac_prog; ac_word=$2 1657 1694 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1658 echo "configure:16 59: checking for $ac_word" >&51695 echo "configure:1696: checking for $ac_word" >&5 1659 1696 if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then 1660 1697 echo $ac_n "(cached) $ac_c" 1>&6 … … 1691 1728 if test "$ac_cv_singuname" != ix86-Win; then 1692 1729 echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6 1693 echo "configure:1 694: checking for atof in -lm" >&51730 echo "configure:1731: checking for atof in -lm" >&5 1694 1731 ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'` 1695 1732 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1699 1736 LIBS="-lm $LIBS" 1700 1737 cat > conftest.$ac_ext <<EOF 1701 #line 17 02"configure"1738 #line 1739 "configure" 1702 1739 #include "confdefs.h" 1703 1740 /* Override any gcc2 internal prototype to avoid an error. */ … … 1710 1747 ; return 0; } 1711 1748 EOF 1712 if { (eval echo configure:17 13: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1749 if { (eval echo configure:1750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1713 1750 rm -rf conftest* 1714 1751 eval "ac_cv_lib_$ac_lib_var=yes" … … 1739 1776 fi 1740 1777 echo $ac_n "checking for in -lnsl""... $ac_c" 1>&6 1741 echo "configure:17 42: checking for in -lnsl" >&51778 echo "configure:1779: checking for in -lnsl" >&5 1742 1779 ac_lib_var=`echo nsl'_' | sed 'y%./+-%__p_%'` 1743 1780 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1747 1784 LIBS="-lnsl $LIBS" 1748 1785 cat > conftest.$ac_ext <<EOF 1749 #line 17 50"configure"1786 #line 1787 "configure" 1750 1787 #include "confdefs.h" 1751 1788 /* Override any gcc2 internal prototype to avoid an error. */ … … 1758 1795 ; return 0; } 1759 1796 EOF 1760 if { (eval echo configure:17 61: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1797 if { (eval echo configure:1798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1761 1798 rm -rf conftest* 1762 1799 eval "ac_cv_lib_$ac_lib_var=yes" … … 1786 1823 1787 1824 echo $ac_n "checking for in -lsocket""... $ac_c" 1>&6 1788 echo "configure:1 789: checking for in -lsocket" >&51825 echo "configure:1826: checking for in -lsocket" >&5 1789 1826 ac_lib_var=`echo socket'_' | sed 'y%./+-%__p_%'` 1790 1827 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1794 1831 LIBS="-lsocket $LIBS" 1795 1832 cat > conftest.$ac_ext <<EOF 1796 #line 1 797"configure"1833 #line 1834 "configure" 1797 1834 #include "confdefs.h" 1798 1835 /* Override any gcc2 internal prototype to avoid an error. */ … … 1805 1842 ; return 0; } 1806 1843 EOF 1807 if { (eval echo configure:18 08: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1844 if { (eval echo configure:1845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1808 1845 rm -rf conftest* 1809 1846 eval "ac_cv_lib_$ac_lib_var=yes" … … 1836 1873 1837 1874 echo $ac_n "checking for setenv in -lbsd""... $ac_c" 1>&6 1838 echo "configure:18 39: checking for setenv in -lbsd" >&51875 echo "configure:1876: checking for setenv in -lbsd" >&5 1839 1876 ac_lib_var=`echo bsd'_'setenv | sed 'y%./+-%__p_%'` 1840 1877 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1844 1881 LIBS="-lbsd $LIBS" 1845 1882 cat > conftest.$ac_ext <<EOF 1846 #line 18 47"configure"1883 #line 1884 "configure" 1847 1884 #include "confdefs.h" 1848 1885 /* Override any gcc2 internal prototype to avoid an error. */ … … 1855 1892 ; return 0; } 1856 1893 EOF 1857 if { (eval echo configure:18 58: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1894 if { (eval echo configure:1895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1858 1895 rm -rf conftest* 1859 1896 eval "ac_cv_lib_$ac_lib_var=yes" … … 1883 1920 1884 1921 echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6 1885 echo "configure:1 886: checking for listen in -lsocket" >&51922 echo "configure:1923: checking for listen in -lsocket" >&5 1886 1923 ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'` 1887 1924 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1891 1928 LIBS="-lsocket $LIBS" 1892 1929 cat > conftest.$ac_ext <<EOF 1893 #line 1 894"configure"1930 #line 1931 "configure" 1894 1931 #include "confdefs.h" 1895 1932 /* Override any gcc2 internal prototype to avoid an error. */ … … 1902 1939 ; return 0; } 1903 1940 EOF 1904 if { (eval echo configure:19 05: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1941 if { (eval echo configure:1942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1905 1942 rm -rf conftest* 1906 1943 eval "ac_cv_lib_$ac_lib_var=yes" … … 1930 1967 1931 1968 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 1932 echo "configure:19 33: checking for gethostbyname in -lnsl" >&51969 echo "configure:1970: checking for gethostbyname in -lnsl" >&5 1933 1970 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 1934 1971 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1938 1975 LIBS="-lnsl $LIBS" 1939 1976 cat > conftest.$ac_ext <<EOF 1940 #line 19 41"configure"1977 #line 1978 "configure" 1941 1978 #include "confdefs.h" 1942 1979 /* Override any gcc2 internal prototype to avoid an error. */ … … 1949 1986 ; return 0; } 1950 1987 EOF 1951 if { (eval echo configure:19 52: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1988 if { (eval echo configure:1989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1952 1989 rm -rf conftest* 1953 1990 eval "ac_cv_lib_$ac_lib_var=yes" … … 1981 2018 HPUX*) 1982 2019 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 1983 echo "configure: 1984: checking for shl_load in -ldld" >&52020 echo "configure:2021: checking for shl_load in -ldld" >&5 1984 2021 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 1985 2022 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1989 2026 LIBS="-ldld $LIBS" 1990 2027 cat > conftest.$ac_ext <<EOF 1991 #line 1992"configure"2028 #line 2029 "configure" 1992 2029 #include "confdefs.h" 1993 2030 /* Override any gcc2 internal prototype to avoid an error. */ … … 2000 2037 ; return 0; } 2001 2038 EOF 2002 if { (eval echo configure:20 03: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2039 if { (eval echo configure:2040: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2003 2040 rm -rf conftest* 2004 2041 eval "ac_cv_lib_$ac_lib_var=yes" … … 2037 2074 *Linux*) 2038 2075 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2039 echo "configure:20 40: checking for dlopen in -ldl" >&52076 echo "configure:2077: checking for dlopen in -ldl" >&5 2040 2077 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2041 2078 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2045 2082 LIBS="-ldl $LIBS" 2046 2083 cat > conftest.$ac_ext <<EOF 2047 #line 20 48"configure"2084 #line 2085 "configure" 2048 2085 #include "confdefs.h" 2049 2086 /* Override any gcc2 internal prototype to avoid an error. */ … … 2056 2093 ; return 0; } 2057 2094 EOF 2058 if { (eval echo configure:20 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2095 if { (eval echo configure:2096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2059 2096 rm -rf conftest* 2060 2097 eval "ac_cv_lib_$ac_lib_var=yes" … … 2100 2137 SunOS-5) 2101 2138 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2102 echo "configure:21 03: checking for dlopen in -ldl" >&52139 echo "configure:2140: checking for dlopen in -ldl" >&5 2103 2140 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2104 2141 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2108 2145 LIBS="-ldl $LIBS" 2109 2146 cat > conftest.$ac_ext <<EOF 2110 #line 21 11"configure"2147 #line 2148 "configure" 2111 2148 #include "confdefs.h" 2112 2149 /* Override any gcc2 internal prototype to avoid an error. */ … … 2119 2156 ; return 0; } 2120 2157 EOF 2121 if { (eval echo configure:21 22: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2158 if { (eval echo configure:2159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2122 2159 rm -rf conftest* 2123 2160 eval "ac_cv_lib_$ac_lib_var=yes" … … 2157 2194 ppcMac-darwin) 2158 2195 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2159 echo "configure:21 60: checking for dlopen in -ldl" >&52196 echo "configure:2197: checking for dlopen in -ldl" >&5 2160 2197 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2161 2198 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2165 2202 LIBS="-ldl $LIBS" 2166 2203 cat > conftest.$ac_ext <<EOF 2167 #line 2 168"configure"2204 #line 2205 "configure" 2168 2205 #include "confdefs.h" 2169 2206 /* Override any gcc2 internal prototype to avoid an error. */ … … 2176 2213 ; return 0; } 2177 2214 EOF 2178 if { (eval echo configure:2 179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2215 if { (eval echo configure:2216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2179 2216 rm -rf conftest* 2180 2217 eval "ac_cv_lib_$ac_lib_var=yes" … … 2213 2250 ix86Mac-darwin) 2214 2251 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2215 echo "configure:22 16: checking for dlopen in -ldl" >&52252 echo "configure:2253: checking for dlopen in -ldl" >&5 2216 2253 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2217 2254 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2221 2258 LIBS="-ldl $LIBS" 2222 2259 cat > conftest.$ac_ext <<EOF 2223 #line 22 24"configure"2260 #line 2261 "configure" 2224 2261 #include "confdefs.h" 2225 2262 /* Override any gcc2 internal prototype to avoid an error. */ … … 2232 2269 ; return 0; } 2233 2270 EOF 2234 if { (eval echo configure:22 35: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2271 if { (eval echo configure:2272: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2235 2272 rm -rf conftest* 2236 2273 eval "ac_cv_lib_$ac_lib_var=yes" … … 2269 2306 ix86-freebsd) 2270 2307 echo $ac_n "checking for dlopen in -lc""... $ac_c" 1>&6 2271 echo "configure:2 272: checking for dlopen in -lc" >&52308 echo "configure:2309: checking for dlopen in -lc" >&5 2272 2309 ac_lib_var=`echo c'_'dlopen | sed 'y%./+-%__p_%'` 2273 2310 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2277 2314 LIBS="-lc $LIBS" 2278 2315 cat > conftest.$ac_ext <<EOF 2279 #line 2 280"configure"2316 #line 2317 "configure" 2280 2317 #include "confdefs.h" 2281 2318 /* Override any gcc2 internal prototype to avoid an error. */ … … 2288 2325 ; return 0; } 2289 2326 EOF 2290 if { (eval echo configure:2 291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2327 if { (eval echo configure:2328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2291 2328 rm -rf conftest* 2292 2329 eval "ac_cv_lib_$ac_lib_var=yes" … … 2333 2370 # heder file checks 2334 2371 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2335 echo "configure:23 36: checking for ANSI C header files" >&52372 echo "configure:2373: checking for ANSI C header files" >&5 2336 2373 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2337 2374 echo $ac_n "(cached) $ac_c" 1>&6 2338 2375 else 2339 2376 cat > conftest.$ac_ext <<EOF 2340 #line 23 41"configure"2377 #line 2378 "configure" 2341 2378 #include "confdefs.h" 2342 2379 #include <stdlib.h> … … 2346 2383 EOF 2347 2384 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2348 { (eval echo configure:23 49: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2385 { (eval echo configure:2386: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2349 2386 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2350 2387 if test -z "$ac_err"; then … … 2363 2400 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2364 2401 cat > conftest.$ac_ext <<EOF 2365 #line 2 366"configure"2402 #line 2403 "configure" 2366 2403 #include "confdefs.h" 2367 2404 #include <string.h> … … 2381 2418 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2382 2419 cat > conftest.$ac_ext <<EOF 2383 #line 2 384"configure"2420 #line 2421 "configure" 2384 2421 #include "confdefs.h" 2385 2422 #include <stdlib.h> … … 2402 2439 else 2403 2440 cat > conftest.$ac_ext <<EOF 2404 #line 24 05"configure"2441 #line 2442 "configure" 2405 2442 #include "confdefs.h" 2406 2443 #include <ctype.h> … … 2413 2450 2414 2451 EOF 2415 if { (eval echo configure:24 16: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2452 if { (eval echo configure:2453: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2416 2453 then 2417 2454 : … … 2440 2477 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2441 2478 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2442 echo "configure:24 43: checking for $ac_hdr" >&52479 echo "configure:2480: checking for $ac_hdr" >&5 2443 2480 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2444 2481 echo $ac_n "(cached) $ac_c" 1>&6 2445 2482 else 2446 2483 cat > conftest.$ac_ext <<EOF 2447 #line 24 48"configure"2484 #line 2485 "configure" 2448 2485 #include "confdefs.h" 2449 2486 #include <$ac_hdr> 2450 2487 EOF 2451 2488 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2452 { (eval echo configure:24 53: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2489 { (eval echo configure:2490: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2453 2490 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2454 2491 if test -z "$ac_err"; then … … 2484 2521 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2485 2522 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2486 echo "configure:2 487: checking for $ac_hdr" >&52523 echo "configure:2524: checking for $ac_hdr" >&5 2487 2524 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2488 2525 echo $ac_n "(cached) $ac_c" 1>&6 2489 2526 else 2490 2527 cat > conftest.$ac_ext <<EOF 2491 #line 2 492"configure"2528 #line 2529 "configure" 2492 2529 #include "confdefs.h" 2493 2530 #include <$ac_hdr> 2494 2531 EOF 2495 2532 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2496 { (eval echo configure:2 497: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2533 { (eval echo configure:2534: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2497 2534 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2498 2535 if test -z "$ac_err"; then … … 2523 2560 # typedefs, structures 2524 2561 echo $ac_n "checking for working const""... $ac_c" 1>&6 2525 echo "configure:25 26: checking for working const" >&52562 echo "configure:2563: checking for working const" >&5 2526 2563 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2527 2564 echo $ac_n "(cached) $ac_c" 1>&6 2528 2565 else 2529 2566 cat > conftest.$ac_ext <<EOF 2530 #line 25 31"configure"2567 #line 2568 "configure" 2531 2568 #include "confdefs.h" 2532 2569 … … 2577 2614 ; return 0; } 2578 2615 EOF 2579 if { (eval echo configure:2 580: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2616 if { (eval echo configure:2617: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2580 2617 rm -rf conftest* 2581 2618 ac_cv_c_const=yes … … 2598 2635 2599 2636 echo $ac_n "checking for inline""... $ac_c" 1>&6 2600 echo "configure:26 01: checking for inline" >&52637 echo "configure:2638: checking for inline" >&5 2601 2638 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2602 2639 echo $ac_n "(cached) $ac_c" 1>&6 … … 2605 2642 for ac_kw in inline __inline__ __inline; do 2606 2643 cat > conftest.$ac_ext <<EOF 2607 #line 26 08"configure"2644 #line 2645 "configure" 2608 2645 #include "confdefs.h" 2609 2646 … … 2612 2649 ; return 0; } 2613 2650 EOF 2614 if { (eval echo configure:26 15: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2651 if { (eval echo configure:2652: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2615 2652 rm -rf conftest* 2616 2653 ac_cv_c_inline=$ac_kw; break … … 2638 2675 2639 2676 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2640 echo "configure:26 41: checking for size_t" >&52677 echo "configure:2678: checking for size_t" >&5 2641 2678 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2642 2679 echo $ac_n "(cached) $ac_c" 1>&6 2643 2680 else 2644 2681 cat > conftest.$ac_ext <<EOF 2645 #line 26 46"configure"2682 #line 2683 "configure" 2646 2683 #include "confdefs.h" 2647 2684 #include <sys/types.h> … … 2671 2708 2672 2709 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 2673 echo "configure:2 674: checking whether struct tm is in sys/time.h or time.h" >&52710 echo "configure:2711: checking whether struct tm is in sys/time.h or time.h" >&5 2674 2711 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then 2675 2712 echo $ac_n "(cached) $ac_c" 1>&6 2676 2713 else 2677 2714 cat > conftest.$ac_ext <<EOF 2678 #line 2 679"configure"2715 #line 2716 "configure" 2679 2716 #include "confdefs.h" 2680 2717 #include <sys/types.h> … … 2684 2721 ; return 0; } 2685 2722 EOF 2686 if { (eval echo configure:2 687: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2723 if { (eval echo configure:2724: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2687 2724 rm -rf conftest* 2688 2725 ac_cv_struct_tm=time.h … … 2705 2742 2706 2743 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 2707 echo "configure:27 08: checking whether time.h and sys/time.h may both be included" >&52744 echo "configure:2745: checking whether time.h and sys/time.h may both be included" >&5 2708 2745 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 2709 2746 echo $ac_n "(cached) $ac_c" 1>&6 2710 2747 else 2711 2748 cat > conftest.$ac_ext <<EOF 2712 #line 27 13"configure"2749 #line 2750 "configure" 2713 2750 #include "confdefs.h" 2714 2751 #include <sys/types.h> … … 2719 2756 ; return 0; } 2720 2757 EOF 2721 if { (eval echo configure:27 22: \"$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 2722 2759 rm -rf conftest* 2723 2760 ac_cv_header_time=yes … … 2744 2781 # for constant arguments. Useless! 2745 2782 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2746 echo "configure:27 47: checking for working alloca.h" >&52783 echo "configure:2784: checking for working alloca.h" >&5 2747 2784 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2748 2785 echo $ac_n "(cached) $ac_c" 1>&6 2749 2786 else 2750 2787 cat > conftest.$ac_ext <<EOF 2751 #line 27 52"configure"2788 #line 2789 "configure" 2752 2789 #include "confdefs.h" 2753 2790 #include <alloca.h> … … 2756 2793 ; return 0; } 2757 2794 EOF 2758 if { (eval echo configure:27 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2795 if { (eval echo configure:2796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2759 2796 rm -rf conftest* 2760 2797 ac_cv_header_alloca_h=yes … … 2777 2814 2778 2815 echo $ac_n "checking for alloca""... $ac_c" 1>&6 2779 echo "configure:2 780: checking for alloca" >&52816 echo "configure:2817: checking for alloca" >&5 2780 2817 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 2781 2818 echo $ac_n "(cached) $ac_c" 1>&6 2782 2819 else 2783 2820 cat > conftest.$ac_ext <<EOF 2784 #line 2 785"configure"2821 #line 2822 "configure" 2785 2822 #include "confdefs.h" 2786 2823 … … 2810 2847 ; return 0; } 2811 2848 EOF 2812 if { (eval echo configure:28 13: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2849 if { (eval echo configure:2850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2813 2850 rm -rf conftest* 2814 2851 ac_cv_func_alloca_works=yes … … 2842 2879 2843 2880 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 2844 echo "configure:28 45: checking whether alloca needs Cray hooks" >&52881 echo "configure:2882: checking whether alloca needs Cray hooks" >&5 2845 2882 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 2846 2883 echo $ac_n "(cached) $ac_c" 1>&6 2847 2884 else 2848 2885 cat > conftest.$ac_ext <<EOF 2849 #line 28 50"configure"2886 #line 2887 "configure" 2850 2887 #include "confdefs.h" 2851 2888 #if defined(CRAY) && ! defined(CRAY2) … … 2872 2909 for ac_func in _getb67 GETB67 getb67; do 2873 2910 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2874 echo "configure:2 875: checking for $ac_func" >&52911 echo "configure:2912: checking for $ac_func" >&5 2875 2912 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2876 2913 echo $ac_n "(cached) $ac_c" 1>&6 2877 2914 else 2878 2915 cat > conftest.$ac_ext <<EOF 2879 #line 2 880"configure"2916 #line 2917 "configure" 2880 2917 #include "confdefs.h" 2881 2918 /* System header to define __stub macros and hopefully few prototypes, … … 2900 2937 ; return 0; } 2901 2938 EOF 2902 if { (eval echo configure:29 03: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2939 if { (eval echo configure:2940: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2903 2940 rm -rf conftest* 2904 2941 eval "ac_cv_func_$ac_func=yes" … … 2927 2964 2928 2965 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 2929 echo "configure:29 30: checking stack direction for C alloca" >&52966 echo "configure:2967: checking stack direction for C alloca" >&5 2930 2967 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 2931 2968 echo $ac_n "(cached) $ac_c" 1>&6 … … 2935 2972 else 2936 2973 cat > conftest.$ac_ext <<EOF 2937 #line 29 38"configure"2974 #line 2975 "configure" 2938 2975 #include "confdefs.h" 2939 2976 find_stack_direction () … … 2954 2991 } 2955 2992 EOF 2956 if { (eval echo configure:29 57: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2993 if { (eval echo configure:2994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2957 2994 then 2958 2995 ac_cv_c_stack_direction=1 … … 2977 3014 if test $ac_cv_prog_gcc = yes; then 2978 3015 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 2979 echo "configure: 2980: checking whether ${CC-cc} needs -traditional" >&53016 echo "configure:3017: checking whether ${CC-cc} needs -traditional" >&5 2980 3017 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then 2981 3018 echo $ac_n "(cached) $ac_c" 1>&6 … … 2983 3020 ac_pattern="Autoconf.*'x'" 2984 3021 cat > conftest.$ac_ext <<EOF 2985 #line 2986"configure"3022 #line 3023 "configure" 2986 3023 #include "confdefs.h" 2987 3024 #include <sgtty.h> … … 3001 3038 if test $ac_cv_prog_gcc_traditional = no; then 3002 3039 cat > conftest.$ac_ext <<EOF 3003 #line 30 04"configure"3040 #line 3041 "configure" 3004 3041 #include "confdefs.h" 3005 3042 #include <termio.h> … … 3026 3063 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3027 3064 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3028 echo "configure:30 29: checking for $ac_hdr" >&53065 echo "configure:3066: checking for $ac_hdr" >&5 3029 3066 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3030 3067 echo $ac_n "(cached) $ac_c" 1>&6 3031 3068 else 3032 3069 cat > conftest.$ac_ext <<EOF 3033 #line 30 34"configure"3070 #line 3071 "configure" 3034 3071 #include "confdefs.h" 3035 3072 #include <$ac_hdr> 3036 3073 EOF 3037 3074 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3038 { (eval echo configure:30 39: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3075 { (eval echo configure:3076: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3039 3076 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3040 3077 if test -z "$ac_err"; then … … 3065 3102 do 3066 3103 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3067 echo "configure:3 068: checking for $ac_func" >&53104 echo "configure:3105: checking for $ac_func" >&5 3068 3105 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3069 3106 echo $ac_n "(cached) $ac_c" 1>&6 3070 3107 else 3071 3108 cat > conftest.$ac_ext <<EOF 3072 #line 3 073"configure"3109 #line 3110 "configure" 3073 3110 #include "confdefs.h" 3074 3111 /* System header to define __stub macros and hopefully few prototypes, … … 3093 3130 ; return 0; } 3094 3131 EOF 3095 if { (eval echo configure:3 096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3132 if { (eval echo configure:3133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3096 3133 rm -rf conftest* 3097 3134 eval "ac_cv_func_$ac_func=yes" … … 3118 3155 3119 3156 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 3120 echo "configure:31 21: checking for working mmap" >&53157 echo "configure:3158: checking for working mmap" >&5 3121 3158 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 3122 3159 echo $ac_n "(cached) $ac_c" 1>&6 … … 3126 3163 else 3127 3164 cat > conftest.$ac_ext <<EOF 3128 #line 31 29"configure"3165 #line 3166 "configure" 3129 3166 #include "confdefs.h" 3130 3167 … … 3266 3303 3267 3304 EOF 3268 if { (eval echo configure:3 269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3305 if { (eval echo configure:3306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3269 3306 then 3270 3307 ac_cv_func_mmap_fixed_mapped=yes … … 3289 3326 3290 3327 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 3291 echo "configure:3 292: checking return type of signal handlers" >&53328 echo "configure:3329: checking return type of signal handlers" >&5 3292 3329 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 3293 3330 echo $ac_n "(cached) $ac_c" 1>&6 3294 3331 else 3295 3332 cat > conftest.$ac_ext <<EOF 3296 #line 3 297"configure"3333 #line 3334 "configure" 3297 3334 #include "confdefs.h" 3298 3335 #include <sys/types.h> … … 3311 3348 ; return 0; } 3312 3349 EOF 3313 if { (eval echo configure:33 14: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3350 if { (eval echo configure:3351: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3314 3351 rm -rf conftest* 3315 3352 ac_cv_type_signal=void … … 3330 3367 3331 3368 echo $ac_n "checking for vprintf""... $ac_c" 1>&6 3332 echo "configure:33 33: checking for vprintf" >&53369 echo "configure:3370: checking for vprintf" >&5 3333 3370 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then 3334 3371 echo $ac_n "(cached) $ac_c" 1>&6 3335 3372 else 3336 3373 cat > conftest.$ac_ext <<EOF 3337 #line 33 38"configure"3374 #line 3375 "configure" 3338 3375 #include "confdefs.h" 3339 3376 /* System header to define __stub macros and hopefully few prototypes, … … 3358 3395 ; return 0; } 3359 3396 EOF 3360 if { (eval echo configure:33 61: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3397 if { (eval echo configure:3398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3361 3398 rm -rf conftest* 3362 3399 eval "ac_cv_func_vprintf=yes" … … 3382 3419 if test "$ac_cv_func_vprintf" != yes; then 3383 3420 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 3384 echo "configure:3 385: checking for _doprnt" >&53421 echo "configure:3422: checking for _doprnt" >&5 3385 3422 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then 3386 3423 echo $ac_n "(cached) $ac_c" 1>&6 3387 3424 else 3388 3425 cat > conftest.$ac_ext <<EOF 3389 #line 3 390"configure"3426 #line 3427 "configure" 3390 3427 #include "confdefs.h" 3391 3428 /* System header to define __stub macros and hopefully few prototypes, … … 3410 3447 ; return 0; } 3411 3448 EOF 3412 if { (eval echo configure:34 13: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3449 if { (eval echo configure:3450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3413 3450 rm -rf conftest* 3414 3451 eval "ac_cv_func__doprnt=yes" … … 3436 3473 3437 3474 echo $ac_n "checking for library containing setenv""... $ac_c" 1>&6 3438 echo "configure:34 39: checking for library containing setenv" >&53475 echo "configure:3476: checking for library containing setenv" >&5 3439 3476 if eval "test \"`echo '$''{'ac_cv_search_setenv'+set}'`\" = set"; then 3440 3477 echo $ac_n "(cached) $ac_c" 1>&6 … … 3443 3480 ac_cv_search_setenv="no" 3444 3481 cat > conftest.$ac_ext <<EOF 3445 #line 34 46"configure"3482 #line 3483 "configure" 3446 3483 #include "confdefs.h" 3447 3484 /* Override any gcc2 internal prototype to avoid an error. */ … … 3454 3491 ; return 0; } 3455 3492 EOF 3456 if { (eval echo configure:34 57: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3493 if { (eval echo configure:3494: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3457 3494 rm -rf conftest* 3458 3495 ac_cv_search_setenv="none required" … … 3465 3502 LIBS="-l$i $ac_func_search_save_LIBS" 3466 3503 cat > conftest.$ac_ext <<EOF 3467 #line 3 468"configure"3504 #line 3505 "configure" 3468 3505 #include "confdefs.h" 3469 3506 /* Override any gcc2 internal prototype to avoid an error. */ … … 3476 3513 ; return 0; } 3477 3514 EOF 3478 if { (eval echo configure:3 479: \"$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 3479 3516 rm -rf conftest* 3480 3517 ac_cv_search_setenv="-l$i" … … 3500 3537 do 3501 3538 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3502 echo "configure:35 03: checking for $ac_func" >&53539 echo "configure:3540: checking for $ac_func" >&5 3503 3540 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3504 3541 echo $ac_n "(cached) $ac_c" 1>&6 3505 3542 else 3506 3543 cat > conftest.$ac_ext <<EOF 3507 #line 35 08"configure"3544 #line 3545 "configure" 3508 3545 #include "confdefs.h" 3509 3546 /* System header to define __stub macros and hopefully few prototypes, … … 3528 3565 ; return 0; } 3529 3566 EOF 3530 if { (eval echo configure:35 31: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3567 if { (eval echo configure:3568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3531 3568 rm -rf conftest* 3532 3569 eval "ac_cv_func_$ac_func=yes" … … 3557 3594 # arithmetic shifts 3558 3595 echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6 3559 echo "configure:35 60: checking whether your machine has correct arithmetic shifts" >&53596 echo "configure:3597: checking whether your machine has correct arithmetic shifts" >&5 3560 3597 if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then 3561 3598 echo $ac_n "(cached) $ac_c" 1>&6 … … 3570 3607 else 3571 3608 cat > conftest.$ac_ext <<EOF 3572 #line 3 573"configure"3609 #line 3610 "configure" 3573 3610 #include "confdefs.h" 3574 3611 int main() { if (-2 >> 1 == -1) return(0); else return(1); } 3575 3612 EOF 3576 if { (eval echo configure:3 577: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3613 if { (eval echo configure:3614: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3577 3614 then 3578 3615 ac_cv_shift=yes … … 3599 3636 # check for a peculiar constructor initialization 3600 3637 echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6 3601 echo "configure:36 02: checking whether explicit C++ constructor calls are allowed" >&53638 echo "configure:3639: checking whether explicit C++ constructor calls are allowed" >&5 3602 3639 3603 3640 ac_ext=C … … 3612 3649 else 3613 3650 cat > conftest.$ac_ext <<EOF 3614 #line 36 15"configure"3651 #line 3652 "configure" 3615 3652 #include "confdefs.h" 3616 3653 … … 3630 3667 ; return 0; } 3631 3668 EOF 3632 if { (eval echo configure:36 33: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3669 if { (eval echo configure:3670: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3633 3670 rm -rf conftest* 3634 3671 ac_cv_explicit_const=yes … … 3659 3696 # sprintf returns number of printed chars 3660 3697 echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6 3661 echo "configure:36 62: checking whether vsprintf returns number of printed chars" >&53698 echo "configure:3699: checking whether vsprintf returns number of printed chars" >&5 3662 3699 if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then 3663 3700 echo $ac_n "(cached) $ac_c" 1>&6 … … 3667 3704 else 3668 3705 cat > conftest.$ac_ext <<EOF 3669 #line 3 670"configure"3706 #line 3707 "configure" 3670 3707 #include "confdefs.h" 3671 3708 #include <stdio.h> 3672 3709 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); } 3673 3710 EOF 3674 if { (eval echo configure:3 675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3711 if { (eval echo configure:3712: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3675 3712 then 3676 3713 ac_cv_returns_n_of_chars=yes … … 3698 3735 # determine ALIGN_8 3699 3736 echo $ac_n "checking size of char""... $ac_c" 1>&6 3700 echo "configure:37 01: checking size of char" >&53737 echo "configure:3738: checking size of char" >&5 3701 3738 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then 3702 3739 echo $ac_n "(cached) $ac_c" 1>&6 … … 3706 3743 else 3707 3744 cat > conftest.$ac_ext <<EOF 3708 #line 37 09"configure"3745 #line 3746 "configure" 3709 3746 #include "confdefs.h" 3710 3747 #include <stdio.h> … … 3717 3754 } 3718 3755 EOF 3719 if { (eval echo configure:37 20: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3756 if { (eval echo configure:3757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3720 3757 then 3721 3758 ac_cv_sizeof_char=`cat conftestval` … … 3737 3774 3738 3775 echo $ac_n "checking size of short""... $ac_c" 1>&6 3739 echo "configure:37 40: checking size of short" >&53776 echo "configure:3777: checking size of short" >&5 3740 3777 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 3741 3778 echo $ac_n "(cached) $ac_c" 1>&6 … … 3745 3782 else 3746 3783 cat > conftest.$ac_ext <<EOF 3747 #line 37 48"configure"3784 #line 3785 "configure" 3748 3785 #include "confdefs.h" 3749 3786 #include <stdio.h> … … 3756 3793 } 3757 3794 EOF 3758 if { (eval echo configure:37 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3795 if { (eval echo configure:3796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3759 3796 then 3760 3797 ac_cv_sizeof_short=`cat conftestval` … … 3776 3813 3777 3814 echo $ac_n "checking size of int""... $ac_c" 1>&6 3778 echo "configure:3 779: checking size of int" >&53815 echo "configure:3816: checking size of int" >&5 3779 3816 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 3780 3817 echo $ac_n "(cached) $ac_c" 1>&6 … … 3784 3821 else 3785 3822 cat > conftest.$ac_ext <<EOF 3786 #line 3 787"configure"3823 #line 3824 "configure" 3787 3824 #include "confdefs.h" 3788 3825 #include <stdio.h> … … 3795 3832 } 3796 3833 EOF 3797 if { (eval echo configure:3 798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3834 if { (eval echo configure:3835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3798 3835 then 3799 3836 ac_cv_sizeof_int=`cat conftestval` … … 3815 3852 3816 3853 echo $ac_n "checking size of long""... $ac_c" 1>&6 3817 echo "configure:38 18: checking size of long" >&53854 echo "configure:3855: checking size of long" >&5 3818 3855 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 3819 3856 echo $ac_n "(cached) $ac_c" 1>&6 … … 3823 3860 else 3824 3861 cat > conftest.$ac_ext <<EOF 3825 #line 38 26"configure"3862 #line 3863 "configure" 3826 3863 #include "confdefs.h" 3827 3864 #include <stdio.h> … … 3834 3871 } 3835 3872 EOF 3836 if { (eval echo configure:38 37: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3873 if { (eval echo configure:3874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3837 3874 then 3838 3875 ac_cv_sizeof_long=`cat conftestval` … … 3854 3891 3855 3892 echo $ac_n "checking size of void*""... $ac_c" 1>&6 3856 echo "configure:38 57: checking size of void*" >&53893 echo "configure:3894: checking size of void*" >&5 3857 3894 if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then 3858 3895 echo $ac_n "(cached) $ac_c" 1>&6 … … 3862 3899 else 3863 3900 cat > conftest.$ac_ext <<EOF 3864 #line 3 865"configure"3901 #line 3902 "configure" 3865 3902 #include "confdefs.h" 3866 3903 #include <stdio.h> … … 3873 3910 } 3874 3911 EOF 3875 if { (eval echo configure:3 876: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3912 if { (eval echo configure:3913: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3876 3913 then 3877 3914 ac_cv_sizeof_voidp=`cat conftestval` … … 3893 3930 3894 3931 echo $ac_n "checking size of double""... $ac_c" 1>&6 3895 echo "configure:3 896: checking size of double" >&53932 echo "configure:3933: checking size of double" >&5 3896 3933 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then 3897 3934 echo $ac_n "(cached) $ac_c" 1>&6 … … 3901 3938 else 3902 3939 cat > conftest.$ac_ext <<EOF 3903 #line 39 04"configure"3940 #line 3941 "configure" 3904 3941 #include "confdefs.h" 3905 3942 #include <stdio.h> … … 3912 3949 } 3913 3950 EOF 3914 if { (eval echo configure:39 15: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3951 if { (eval echo configure:3952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3915 3952 then 3916 3953 ac_cv_sizeof_double=`cat conftestval` … … 3932 3969 3933 3970 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 3934 echo "configure:39 35: checking whether byte ordering is bigendian" >&53971 echo "configure:3972: checking whether byte ordering is bigendian" >&5 3935 3972 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then 3936 3973 echo $ac_n "(cached) $ac_c" 1>&6 … … 3939 3976 # See if sys/param.h defines the BYTE_ORDER macro. 3940 3977 cat > conftest.$ac_ext <<EOF 3941 #line 39 42"configure"3978 #line 3979 "configure" 3942 3979 #include "confdefs.h" 3943 3980 #include <sys/types.h> … … 3950 3987 ; return 0; } 3951 3988 EOF 3952 if { (eval echo configure:39 53: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3989 if { (eval echo configure:3990: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3953 3990 rm -rf conftest* 3954 3991 # It does; now see whether it defined to BIG_ENDIAN or not. 3955 3992 cat > conftest.$ac_ext <<EOF 3956 #line 39 57"configure"3993 #line 3994 "configure" 3957 3994 #include "confdefs.h" 3958 3995 #include <sys/types.h> … … 3965 4002 ; return 0; } 3966 4003 EOF 3967 if { (eval echo configure: 3968: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4004 if { (eval echo configure:4005: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3968 4005 rm -rf conftest* 3969 4006 ac_cv_c_bigendian=yes … … 3985 4022 else 3986 4023 cat > conftest.$ac_ext <<EOF 3987 #line 3988"configure"4024 #line 4025 "configure" 3988 4025 #include "confdefs.h" 3989 4026 main () { … … 3998 4035 } 3999 4036 EOF 4000 if { (eval echo configure:40 01: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null4037 if { (eval echo configure:4038: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4001 4038 then 4002 4039 ac_cv_c_bigendian=no … … 4146 4183 4147 4184 echo $ac_n "checking whether to use dynamic linking""... $ac_c" 1>&6 4148 echo "configure:41 49: checking whether to use dynamic linking" >&54185 echo "configure:4186: checking whether to use dynamic linking" >&5 4149 4186 if test "$with_dl" != no && test "$ac_lib_dl" = yes; then 4150 4187 cat >> confdefs.h <<\EOF … … 4159 4196 4160 4197 echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 4161 echo "configure:41 62: checking for tgetent in -lncurses" >&54198 echo "configure:4199: checking for tgetent in -lncurses" >&5 4162 4199 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` 4163 4200 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4167 4204 LIBS="-lncurses $LIBS" 4168 4205 cat > conftest.$ac_ext <<EOF 4169 #line 4 170"configure"4206 #line 4207 "configure" 4170 4207 #include "confdefs.h" 4171 4208 /* Override any gcc2 internal prototype to avoid an error. */ … … 4178 4215 ; return 0; } 4179 4216 EOF 4180 if { (eval echo configure:4 181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4217 if { (eval echo configure:4218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4181 4218 rm -rf conftest* 4182 4219 eval "ac_cv_lib_$ac_lib_var=yes" … … 4205 4242 \ 4206 4243 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 4207 echo "configure:42 08: checking for tgetent in -lcurses" >&54244 echo "configure:4245: checking for tgetent in -lcurses" >&5 4208 4245 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` 4209 4246 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4213 4250 LIBS="-lcurses $LIBS" 4214 4251 cat > conftest.$ac_ext <<EOF 4215 #line 42 16"configure"4252 #line 4253 "configure" 4216 4253 #include "confdefs.h" 4217 4254 /* Override any gcc2 internal prototype to avoid an error. */ … … 4224 4261 ; return 0; } 4225 4262 EOF 4226 if { (eval echo configure:42 27: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4263 if { (eval echo configure:4264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4227 4264 rm -rf conftest* 4228 4265 eval "ac_cv_lib_$ac_lib_var=yes" … … 4251 4288 \ 4252 4289 echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 4253 echo "configure:42 54: checking for tgetent in -ltermcap" >&54290 echo "configure:4291: checking for tgetent in -ltermcap" >&5 4254 4291 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` 4255 4292 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4259 4296 LIBS="-ltermcap $LIBS" 4260 4297 cat > conftest.$ac_ext <<EOF 4261 #line 42 62"configure"4298 #line 4299 "configure" 4262 4299 #include "confdefs.h" 4263 4300 /* Override any gcc2 internal prototype to avoid an error. */ … … 4270 4307 ; return 0; } 4271 4308 EOF 4272 if { (eval echo configure:4 273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4309 if { (eval echo configure:4310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4273 4310 rm -rf conftest* 4274 4311 eval "ac_cv_lib_$ac_lib_var=yes" … … 4319 4356 4320 4357 echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6 4321 echo "configure:43 22: checking for rl_abort in -lreadline" >&54358 echo "configure:4359: checking for rl_abort in -lreadline" >&5 4322 4359 ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'` 4323 4360 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4327 4364 LIBS="-lreadline $LIBS" 4328 4365 cat > conftest.$ac_ext <<EOF 4329 #line 43 30"configure"4366 #line 4367 "configure" 4330 4367 #include "confdefs.h" 4331 4368 /* Override any gcc2 internal prototype to avoid an error. */ … … 4341 4378 ; return 0; } 4342 4379 EOF 4343 if { (eval echo configure:43 44: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4380 if { (eval echo configure:4381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4344 4381 rm -rf conftest* 4345 4382 eval "ac_cv_lib_$ac_lib_var=yes" … … 4369 4406 4370 4407 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 4371 echo "configure:4 372: checking how to run the C++ preprocessor" >&54408 echo "configure:4409: checking how to run the C++ preprocessor" >&5 4372 4409 if test -z "$CXXCPP"; then 4373 4410 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then … … 4382 4419 CXXCPP="${CXX-g++} -E" 4383 4420 cat > conftest.$ac_ext <<EOF 4384 #line 4 385"configure"4421 #line 4422 "configure" 4385 4422 #include "confdefs.h" 4386 4423 #include <stdlib.h> 4387 4424 EOF 4388 4425 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4389 { (eval echo configure:4 390: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4426 { (eval echo configure:4427: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4390 4427 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4391 4428 if test -z "$ac_err"; then … … 4415 4452 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4416 4453 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4417 echo "configure:44 18: checking for $ac_hdr" >&54454 echo "configure:4455: checking for $ac_hdr" >&5 4418 4455 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4419 4456 echo $ac_n "(cached) $ac_c" 1>&6 4420 4457 else 4421 4458 cat > conftest.$ac_ext <<EOF 4422 #line 44 23"configure"4459 #line 4460 "configure" 4423 4460 #include "confdefs.h" 4424 4461 #include <$ac_hdr> 4425 4462 EOF 4426 4463 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4427 { (eval echo configure:44 28: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4464 { (eval echo configure:4465: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4428 4465 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4429 4466 if test -z "$ac_err"; then … … 4454 4491 test "$ac_cv_header_readline_readline_h" = yes; then 4455 4492 echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6 4456 echo "configure:44 57: checking whether readline.h is ok" >&54493 echo "configure:4494: checking whether readline.h is ok" >&5 4457 4494 if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then 4458 4495 echo $ac_n "(cached) $ac_c" 1>&6 4459 4496 else 4460 4497 cat > conftest.$ac_ext <<EOF 4461 #line 44 62"configure"4498 #line 4499 "configure" 4462 4499 #include "confdefs.h" 4463 4500 #include<unistd.h> … … 4472 4509 ; return 0; } 4473 4510 EOF 4474 if { (eval echo configure:4 475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4511 if { (eval echo configure:4512: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4475 4512 rm -rf conftest* 4476 4513 ac_cv_header_readline_readline_h_ok="yes" … … 4488 4525 #not ok -- try once more with explicitly declaring everything 4489 4526 echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6 4490 echo "configure:4 491: checking whether or not we nevertheless can use readline" >&54527 echo "configure:4528: checking whether or not we nevertheless can use readline" >&5 4491 4528 if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then 4492 4529 echo $ac_n "(cached) $ac_c" 1>&6 4493 4530 else 4494 4531 cat > conftest.$ac_ext <<EOF 4495 #line 4 496"configure"4532 #line 4533 "configure" 4496 4533 #include "confdefs.h" 4497 4534 #include <stdio.h> … … 4527 4564 ; return 0; } 4528 4565 EOF 4529 if { (eval echo configure:45 30: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4566 if { (eval echo configure:4567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4530 4567 rm -rf conftest* 4531 4568 ac_cv_have_readline="yes" … … 4566 4603 4567 4604 echo $ac_n "checking which readline to use""... $ac_c" 1>&6 4568 echo "configure:4 569: checking which readline to use" >&54605 echo "configure:4606: checking which readline to use" >&5 4569 4606 if test "$ac_cv_with_readline" = dynamic; then 4570 4607 echo "$ac_t""dynamic" 1>&6 … … 4586 4623 # gmp, MP, MPT, factory, libfac 4587 4624 echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6 4588 echo "configure:4 589: checking for main in -lgmp" >&54625 echo "configure:4626: checking for main in -lgmp" >&5 4589 4626 ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'` 4590 4627 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4594 4631 LIBS="-lgmp $LIBS" 4595 4632 cat > conftest.$ac_ext <<EOF 4596 #line 4 597"configure"4633 #line 4634 "configure" 4597 4634 #include "confdefs.h" 4598 4635 … … 4601 4638 ; return 0; } 4602 4639 EOF 4603 if { (eval echo configure:46 04: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4640 if { (eval echo configure:4641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4604 4641 rm -rf conftest* 4605 4642 eval "ac_cv_lib_$ac_lib_var=yes" … … 4630 4667 SAVE_LIBS=$LIBS 4631 4668 echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6 4632 echo "configure:46 33: checking for IMP_PutGmpInt in -lMP" >&54669 echo "configure:4670: checking for IMP_PutGmpInt in -lMP" >&5 4633 4670 ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'` 4634 4671 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4638 4675 LIBS="-lMP $MP_LIBS $LIBS" 4639 4676 cat > conftest.$ac_ext <<EOF 4640 #line 46 41"configure"4677 #line 4678 "configure" 4641 4678 #include "confdefs.h" 4642 4679 /* Override any gcc2 internal prototype to avoid an error. */ … … 4649 4686 ; return 0; } 4650 4687 EOF 4651 if { (eval echo configure:46 52: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4688 if { (eval echo configure:4689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4652 4689 rm -rf conftest* 4653 4690 eval "ac_cv_lib_$ac_lib_var=yes" … … 4677 4714 4678 4715 echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6 4679 echo "configure:4 680: checking for MPT_GetTree in -lMPT" >&54716 echo "configure:4717: checking for MPT_GetTree in -lMPT" >&5 4680 4717 ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'` 4681 4718 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4685 4722 LIBS="-lMPT $MP_LIBS $LIBS" 4686 4723 cat > conftest.$ac_ext <<EOF 4687 #line 4 688"configure"4724 #line 4725 "configure" 4688 4725 #include "confdefs.h" 4689 4726 /* Override any gcc2 internal prototype to avoid an error. */ … … 4696 4733 ; return 0; } 4697 4734 EOF 4698 if { (eval echo configure:4 699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4735 if { (eval echo configure:4736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4699 4736 rm -rf conftest* 4700 4737 eval "ac_cv_lib_$ac_lib_var=yes" … … 4725 4762 LIBS=$SAVE_LIBS 4726 4763 echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6 4727 echo "configure:47 28: checking for atof in -lsingcf" >&54764 echo "configure:4765: checking for atof in -lsingcf" >&5 4728 4765 ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'` 4729 4766 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4733 4770 LIBS="-lsingcf $LIBS" 4734 4771 cat > conftest.$ac_ext <<EOF 4735 #line 47 36"configure"4772 #line 4773 "configure" 4736 4773 #include "confdefs.h" 4737 4774 /* Override any gcc2 internal prototype to avoid an error. */ … … 4744 4781 ; return 0; } 4745 4782 EOF 4746 if { (eval echo configure:47 47: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4783 if { (eval echo configure:4784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4747 4784 rm -rf conftest* 4748 4785 eval "ac_cv_lib_$ac_lib_var=yes" … … 4772 4809 4773 4810 echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6 4774 echo "configure:4 775: checking for atof in -lsingfac" >&54811 echo "configure:4812: checking for atof in -lsingfac" >&5 4775 4812 ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'` 4776 4813 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4780 4817 LIBS="-lsingfac $LIBS" 4781 4818 cat > conftest.$ac_ext <<EOF 4782 #line 4 783"configure"4819 #line 4820 "configure" 4783 4820 #include "confdefs.h" 4784 4821 /* Override any gcc2 internal prototype to avoid an error. */ … … 4791 4828 ; return 0; } 4792 4829 EOF 4793 if { (eval echo configure:4 794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4830 if { (eval echo configure:4831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4794 4831 rm -rf conftest* 4795 4832 eval "ac_cv_lib_$ac_lib_var=yes" … … 4819 4856 4820 4857 echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6 4821 echo "configure:48 22: checking for omTestAddr in -lomalloc" >&54858 echo "configure:4859: checking for omTestAddr in -lomalloc" >&5 4822 4859 ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'` 4823 4860 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4827 4864 LIBS="-lomalloc $LIBS" 4828 4865 cat > conftest.$ac_ext <<EOF 4829 #line 48 30"configure"4866 #line 4867 "configure" 4830 4867 #include "confdefs.h" 4831 4868 /* Override any gcc2 internal prototype to avoid an error. */ … … 4838 4875 ; return 0; } 4839 4876 EOF 4840 if { (eval echo configure:48 41: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4877 if { (eval echo configure:4878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4841 4878 rm -rf conftest* 4842 4879 eval "ac_cv_lib_$ac_lib_var=yes" … … 4866 4903 4867 4904 echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6 4868 echo "configure:4 869: checking for main in -lomalloc_ndebug" >&54905 echo "configure:4906: checking for main in -lomalloc_ndebug" >&5 4869 4906 ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'` 4870 4907 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4874 4911 LIBS="-lomalloc_ndebug $LIBS" 4875 4912 cat > conftest.$ac_ext <<EOF 4876 #line 4 877"configure"4913 #line 4914 "configure" 4877 4914 #include "confdefs.h" 4878 4915 … … 4881 4918 ; return 0; } 4882 4919 EOF 4883 if { (eval echo configure:4 884: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4920 if { (eval echo configure:4921: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4884 4921 rm -rf conftest* 4885 4922 eval "ac_cv_lib_$ac_lib_var=yes" … … 4909 4946 4910 4947 echo $ac_n "checking for main in -lntl""... $ac_c" 1>&6 4911 echo "configure:49 12: checking for main in -lntl" >&54948 echo "configure:4949: checking for main in -lntl" >&5 4912 4949 ac_lib_var=`echo ntl'_'main | sed 'y%./+-%__p_%'` 4913 4950 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4917 4954 LIBS="-lntl $LIBS" 4918 4955 cat > conftest.$ac_ext <<EOF 4919 #line 49 20"configure"4956 #line 4957 "configure" 4920 4957 #include "confdefs.h" 4921 4958 … … 4924 4961 ; return 0; } 4925 4962 EOF 4926 if { (eval echo configure:49 27: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4963 if { (eval echo configure:4964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4927 4964 rm -rf conftest* 4928 4965 eval "ac_cv_lib_$ac_lib_var=yes" … … 4957 4994 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4958 4995 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4959 echo "configure:49 60: checking for $ac_hdr" >&54996 echo "configure:4997: checking for $ac_hdr" >&5 4960 4997 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4961 4998 echo $ac_n "(cached) $ac_c" 1>&6 4962 4999 else 4963 5000 cat > conftest.$ac_ext <<EOF 4964 #line 4965"configure"5001 #line 5002 "configure" 4965 5002 #include "confdefs.h" 4966 5003 #include <$ac_hdr> 4967 5004 EOF 4968 5005 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4969 { (eval echo configure: 4970: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }5006 { (eval echo configure:5007: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4970 5007 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4971 5008 if test -z "$ac_err"; then … … 4995 5032 4996 5033 echo $ac_n "checking whether to use Boost""... $ac_c" 1>&6 4997 echo "configure: 4998: checking whether to use Boost" >&55034 echo "configure:5035: checking whether to use Boost" >&5 4998 5035 if test "$with_Boost" != no; then 4999 5036 echo "$ac_t""yes" 1>&6 … … 5010 5047 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5011 5048 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5012 echo "configure:50 13: checking for $ac_hdr" >&55049 echo "configure:5050: checking for $ac_hdr" >&5 5013 5050 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5014 5051 echo $ac_n "(cached) $ac_c" 1>&6 5015 5052 else 5016 5053 cat > conftest.$ac_ext <<EOF 5017 #line 50 18"configure"5054 #line 5055 "configure" 5018 5055 #include "confdefs.h" 5019 5056 #include <$ac_hdr> 5020 5057 EOF 5021 5058 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5022 { (eval echo configure:50 23: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }5059 { (eval echo configure:5060: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5023 5060 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5024 5061 if test -z "$ac_err"; then … … 5056 5093 echo "$ac_t""no" 1>&6 5057 5094 echo $ac_n "checking whether to use std::vector""... $ac_c" 1>&6 5058 echo "configure:50 59: checking whether to use std::vector" >&55095 echo "configure:5096: checking whether to use std::vector" >&5 5059 5096 if test "$with_stdvec" != yes; then 5060 5097 echo "$ac_t""no" 1>&6 … … 5105 5142 SAVE_LIBS=$LIBS 5106 5143 echo $ac_n "checking for __stack_chk_fail_local in -lc_nonshared""... $ac_c" 1>&6 5107 echo "configure:51 08: checking for __stack_chk_fail_local in -lc_nonshared" >&55144 echo "configure:5145: checking for __stack_chk_fail_local in -lc_nonshared" >&5 5108 5145 ac_lib_var=`echo c_nonshared'_'__stack_chk_fail_local | sed 'y%./+-%__p_%'` 5109 5146 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 5113 5150 LIBS="-lc_nonshared $LIBS" 5114 5151 cat > conftest.$ac_ext <<EOF 5115 #line 51 16"configure"5152 #line 5153 "configure" 5116 5153 #include "confdefs.h" 5117 5154 /* Override any gcc2 internal prototype to avoid an error. */ … … 5124 5161 ; return 0; } 5125 5162 EOF 5126 if { (eval echo configure:51 27: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5163 if { (eval echo configure:5164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5127 5164 rm -rf conftest* 5128 5165 eval "ac_cv_lib_$ac_lib_var=yes" … … 5154 5191 5155 5192 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 5156 echo "configure:51 57: checking which apint package to use" >&55193 echo "configure:5194: checking which apint package to use" >&5 5157 5194 if test "${with_apint}" != gmp; then 5158 5195 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 5176 5213 5177 5214 echo $ac_n "checking whether to use libsvd""... $ac_c" 1>&6 5178 echo "configure:5 179: checking whether to use libsvd" >&55215 echo "configure:5216: checking whether to use libsvd" >&5 5179 5216 if test "$with_svd" = yes; then 5180 5217 echo "$ac_t""yes" 1>&6 … … 5191 5228 # 5192 5229 echo $ac_n "checking whether to have MP""... $ac_c" 1>&6 5193 echo "configure:5 194: checking whether to have MP" >&55230 echo "configure:5231: checking whether to have MP" >&5 5194 5231 if test "${with_MP}" != yes && test "${with_MP}" != no; then 5195 5232 if (test "${will_have_gmp}" = yes) && \ … … 5226 5263 5227 5264 echo $ac_n "checking whether to have NTL""... $ac_c" 1>&6 5228 echo "configure:52 29: checking whether to have NTL" >&55265 echo "configure:5266: checking whether to have NTL" >&5 5229 5266 if test "${with_NTL}" = yes ; then 5230 5267 echo "$ac_t""yes" 1>&6 … … 5235 5272 5236 5273 echo $ac_n "checking whether to have factory""... $ac_c" 1>&6 5237 echo "configure:52 38: checking whether to have factory" >&55274 echo "configure:5275: checking whether to have factory" >&5 5238 5275 if test "${with_factory}" != yes && test "${with_factory}" != no; then 5239 5276 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 5266 5303 5267 5304 echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6 5268 echo "configure:5 269: checking whether to have libfac" >&55305 echo "configure:5306: checking whether to have libfac" >&5 5269 5306 if test "${with_libfac}" != yes && test "${with_libfac}" != no; then 5270 5307 if (test "${will_have_factory}" = yes) && \ … … 5308 5345 5309 5346 echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6 5310 echo "configure:53 11: checking whether to have dbm links" >&55347 echo "configure:5348: checking whether to have dbm links" >&5 5311 5348 if test "$with_dbm" != no; then 5312 5349 cat >> confdefs.h <<\EOF … … 5320 5357 5321 5358 echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6 5322 echo "configure:53 23: checking whether to have namespaces" >&55359 echo "configure:5360: checking whether to have namespaces" >&5 5323 5360 if test "$with_namespaces" != no; then 5324 5361 echo "$ac_t""yes" 1>&6 … … 5332 5369 5333 5370 echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6 5334 echo "configure:53 35: checking whether to have dynamic modules" >&55371 echo "configure:5372: checking whether to have dynamic modules" >&5 5335 5372 if test "$with_dynamic_modules" = no || test "$ac_have_dl" != yes; then 5336 5373 echo "$ac_t""no" 1>&6 … … 5344 5381 5345 5382 echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6 5346 echo "configure:53 47: checking whether to have dynamic kernel" >&55383 echo "configure:5384: checking whether to have dynamic kernel" >&5 5347 5384 if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then 5348 5385 DL_KERNEL=1 … … 5354 5391 5355 5392 echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6 5356 echo "configure:53 57: checking whether to have Plural" >&55393 echo "configure:5394: checking whether to have Plural" >&5 5357 5394 if test "$with_Plural" != no && test "$enable_Plural" != no; then 5358 5395 cat >> confdefs.h <<\EOF -
Singular/configure.in
r9cc956 r592359 8 8 dnl 9 9 10 AC_MSG_CHECKING(CPU for singular) 11 ac_cv_singcpuname=`uname -p` 12 if test "$ac_cv_ac_cv_singcpuname" = sparc; then 13 AC_DEFINE(SI_CPU_SPARC) 14 fi 10 15 AC_MSG_CHECKING(uname for singular) 11 16 AC_CACHE_VAL(ac_cv_singuname, … … 33 38 if test "$ac_cv_singuname" = ix86-Win; then 34 39 EXEC_EXT=".exe" 40 AC_DEFINE(SI_CPU_I386) 35 41 fi 36 42 AC_SUBST(EXEC_EXT) 43 if test "$ac_cv_singuname" = x86_64-Linux; then 44 AC_DEFINE(SI_CPU_X86_64) 45 fi 46 if test "$ac_cv_singuname" = IA64-Linux; then 47 AC_DEFINE(SI_CPU_IA64) 48 fi 49 if test "$ac_cv_singuname" = ppc-Linux; then 50 AC_DEFINE(SI_CPU_PPC) 51 fi 52 if test "$ac_cv_singuname" = ppcMac-darwin; then 53 AC_DEFINE(SI_CPU_PPC) 54 fi 37 55 38 56 SING_UNAME=`echo $SINGUNAME | tr '-' '_' `
Note: See TracChangeset
for help on using the changeset viewer.