Changeset d93f1e in git
- Timestamp:
- Sep 17, 2008, 12:43:03 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- c21608da74a7ca2f7c79bd4e75836f62b8ef460d
- Parents:
- 11669002b19f9f5af902f26b00aa97e589dd11b9
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/configure
r116690 rd93f1e 566 566 echo $ac_n "checking CPU for singular""... $ac_c" 1>&6 567 567 echo "configure:568: checking CPU for singular" >&5 568 ac_cv_singcpuname=`uname - p`568 ac_cv_singcpuname=`uname -m` 569 569 echo "$ac_t""$ac_cv_singcpuname" 1>&6 570 570 … … 610 610 fi 611 611 612 if test "$ac_cv_ac_cv_singcpuname" = sparc; then613 cat >> confdefs.h <<\EOF614 #define SI_CPU_SPARC 1615 EOF616 617 618 echo "$ac_t""SI_CPU_SPARC" 1>&6619 fi620 612 if test "$ac_cv_singuname" = x86_64-Linux; then 621 613 cat >> confdefs.h <<\EOF … … 651 643 fi 652 644 if test "$ac_cv_singuname" = ppcMac-darwin; then 645 cat >> confdefs.h <<\EOF 646 #define SI_CPU_PPC 1 647 EOF 648 649 650 echo "$ac_t""SI_CPU_PPC" 1>&6 651 fi 652 # test again with CPU names 653 if test "$ac_cv_singcpuname" = i386; then 654 cat >> confdefs.h <<\EOF 655 #define SI_CPU_I386 1 656 EOF 657 658 659 echo "$ac_t""SI_CPU_I386" 1>&6 660 fi 661 if test "$ac_cv_singcpuname" = i686; then 662 cat >> confdefs.h <<\EOF 663 #define SI_CPU_I386 1 664 EOF 665 666 667 echo "$ac_t""SI_CPU_I386" 1>&6 668 fi 669 if test "$ac_cv_singcpuname" = x86_64; then 670 cat >> confdefs.h <<\EOF 671 #define SI_CPU_X86_64 1 672 EOF 673 674 675 echo "$ac_t""SI_CPU_X86_64" 1>&6 676 fi 677 if test "$ac_cv_singcpuname" = ia64; then 678 cat >> confdefs.h <<\EOF 679 #define SI_CPU_IA64 1 680 EOF 681 682 683 echo "$ac_t""SI_CPU_IA64" 1>&6 684 fi 685 if test "$ac_cv_singcpuname" = sparc; then 686 cat >> confdefs.h <<\EOF 687 #define SI_CPU_SPARC 1 688 EOF 689 690 691 echo "$ac_t""SI_CPU_SPARC" 1>&6 692 fi 693 if test "$ac_cv_singcpuname" = ppc; then 653 694 cat >> confdefs.h <<\EOF 654 695 #define SI_CPU_PPC 1 … … 721 762 set dummy gcc; ac_word=$2 722 763 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 723 echo "configure:7 24: checking for $ac_word" >&5764 echo "configure:765: checking for $ac_word" >&5 724 765 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 725 766 echo $ac_n "(cached) $ac_c" 1>&6 … … 751 792 set dummy cc; ac_word=$2 752 793 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 753 echo "configure:7 54: checking for $ac_word" >&5794 echo "configure:795: checking for $ac_word" >&5 754 795 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 755 796 echo $ac_n "(cached) $ac_c" 1>&6 … … 802 843 set dummy cl; ac_word=$2 803 844 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 804 echo "configure:8 05: checking for $ac_word" >&5845 echo "configure:846: checking for $ac_word" >&5 805 846 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 806 847 echo $ac_n "(cached) $ac_c" 1>&6 … … 834 875 835 876 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 836 echo "configure:8 37: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5877 echo "configure:878: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 837 878 838 879 ac_ext=c … … 845 886 cat > conftest.$ac_ext << EOF 846 887 847 #line 8 48"configure"888 #line 889 "configure" 848 889 #include "confdefs.h" 849 890 850 891 main(){return(0);} 851 892 EOF 852 if { (eval echo configure:8 53: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then893 if { (eval echo configure:894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 853 894 ac_cv_prog_cc_works=yes 854 895 # If we can't run a trivial program, we are probably using a cross compiler. … … 876 917 fi 877 918 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 878 echo "configure: 879: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5919 echo "configure:920: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 879 920 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 880 921 cross_compiling=$ac_cv_prog_cc_cross 881 922 882 923 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 883 echo "configure: 884: checking whether we are using GNU C" >&5924 echo "configure:925: checking whether we are using GNU C" >&5 884 925 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 885 926 echo $ac_n "(cached) $ac_c" 1>&6 … … 890 931 #endif 891 932 EOF 892 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; then933 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:934: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 893 934 ac_cv_prog_gcc=yes 894 935 else … … 909 950 CFLAGS= 910 951 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 911 echo "configure:9 12: checking whether ${CC-cc} accepts -g" >&5952 echo "configure:953: checking whether ${CC-cc} accepts -g" >&5 912 953 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 913 954 echo $ac_n "(cached) $ac_c" 1>&6 … … 941 982 942 983 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 943 echo "configure:9 44: checking how to run the C preprocessor" >&5984 echo "configure:985: checking how to run the C preprocessor" >&5 944 985 # On Suns, sometimes $CPP names a directory. 945 986 if test -n "$CPP" && test -d "$CPP"; then … … 956 997 # not just through cpp. 957 998 cat > conftest.$ac_ext <<EOF 958 #line 959"configure"999 #line 1000 "configure" 959 1000 #include "confdefs.h" 960 1001 #include <assert.h> … … 962 1003 EOF 963 1004 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 964 { (eval echo configure: 965: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1005 { (eval echo configure:1006: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 965 1006 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 966 1007 if test -z "$ac_err"; then … … 973 1014 CPP="${CC-cc} -E -traditional-cpp" 974 1015 cat > conftest.$ac_ext <<EOF 975 #line 976"configure"1016 #line 1017 "configure" 976 1017 #include "confdefs.h" 977 1018 #include <assert.h> … … 979 1020 EOF 980 1021 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 981 { (eval echo configure: 982: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1022 { (eval echo configure:1023: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 982 1023 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 983 1024 if test -z "$ac_err"; then … … 990 1031 CPP="${CC-cc} -nologo -E" 991 1032 cat > conftest.$ac_ext <<EOF 992 #line 993"configure"1033 #line 1034 "configure" 993 1034 #include "confdefs.h" 994 1035 #include <assert.h> … … 996 1037 EOF 997 1038 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 998 { (eval echo configure: 999: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1039 { (eval echo configure:1040: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 999 1040 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1000 1041 if test -z "$ac_err"; then … … 1025 1066 set dummy $ac_prog; ac_word=$2 1026 1067 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1027 echo "configure:10 28: checking for $ac_word" >&51068 echo "configure:1069: checking for $ac_word" >&5 1028 1069 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then 1029 1070 echo $ac_n "(cached) $ac_c" 1>&6 … … 1057 1098 1058 1099 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1059 echo "configure:1 060: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&51100 echo "configure:1101: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 1060 1101 1061 1102 ac_ext=C … … 1068 1109 cat > conftest.$ac_ext << EOF 1069 1110 1070 #line 1 071"configure"1111 #line 1112 "configure" 1071 1112 #include "confdefs.h" 1072 1113 1073 1114 int main(){return(0);} 1074 1115 EOF 1075 if { (eval echo configure:1 076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1116 if { (eval echo configure:1117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1076 1117 ac_cv_prog_cxx_works=yes 1077 1118 # If we can't run a trivial program, we are probably using a cross compiler. … … 1099 1140 fi 1100 1141 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1101 echo "configure:11 02: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&51142 echo "configure:1143: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 1102 1143 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 1103 1144 cross_compiling=$ac_cv_prog_cxx_cross 1104 1145 1105 1146 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 1106 echo "configure:11 07: checking whether we are using GNU C++" >&51147 echo "configure:1148: checking whether we are using GNU C++" >&5 1107 1148 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then 1108 1149 echo $ac_n "(cached) $ac_c" 1>&6 … … 1113 1154 #endif 1114 1155 EOF 1115 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:11 16: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1156 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1157: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1116 1157 ac_cv_prog_gxx=yes 1117 1158 else … … 1132 1173 CXXFLAGS= 1133 1174 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 1134 echo "configure:11 35: checking whether ${CXX-g++} accepts -g" >&51175 echo "configure:1176: checking whether ${CXX-g++} accepts -g" >&5 1135 1176 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 1136 1177 echo $ac_n "(cached) $ac_c" 1>&6 … … 1194 1235 # ./install, which can be erroneously created by make from ./install.sh. 1195 1236 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1196 echo "configure:1 197: checking for a BSD compatible install" >&51237 echo "configure:1238: checking for a BSD compatible install" >&5 1197 1238 if test -z "$INSTALL"; then 1198 1239 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 1247 1288 1248 1289 echo $ac_n "checking for AIX""... $ac_c" 1>&6 1249 echo "configure:12 50: checking for AIX" >&51290 echo "configure:1291: checking for AIX" >&5 1250 1291 cat > conftest.$ac_ext <<EOF 1251 #line 12 52"configure"1292 #line 1293 "configure" 1252 1293 #include "confdefs.h" 1253 1294 #ifdef _AIX … … 1275 1316 # other: CC=cc CXX=c++ 1276 1317 echo $ac_n "checking gcc version""... $ac_c" 1>&6 1277 echo "configure:1 278: checking gcc version" >&51318 echo "configure:1319: checking gcc version" >&5 1278 1319 if eval "test \"`echo '$''{'ac_cv_c_cpp'+set}'`\" = set"; then 1279 1320 echo $ac_n "(cached) $ac_c" 1>&6 … … 1307 1348 # check whether gcc accepts --no-rtti 1308 1349 echo $ac_n "checking whether gcc accepts --no-rtti""... $ac_c" 1>&6 1309 echo "configure:13 10: checking whether gcc accepts --no-rtti" >&51350 echo "configure:1351: checking whether gcc accepts --no-rtti" >&5 1310 1351 CXXFLAGS="${CXXFLAGS} --no-rtti" 1311 1352 if eval "test \"`echo '$''{'ac_cv_cxx_have_rtti'+set}'`\" = set"; then … … 1313 1354 else 1314 1355 cat > conftest.$ac_ext <<EOF 1315 #line 13 16"configure"1356 #line 1357 "configure" 1316 1357 #include "confdefs.h" 1317 1358 … … 1320 1361 ; return 0; } 1321 1362 EOF 1322 if { (eval echo configure:13 23: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1363 if { (eval echo configure:1364: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1323 1364 rm -rf conftest* 1324 1365 ac_cv_cxx_have_rtti=yes … … 1343 1384 # check whether gcc accepts --no-exceptions 1344 1385 echo $ac_n "checking whether gcc accepts --no-exceptions""... $ac_c" 1>&6 1345 echo "configure:13 46: checking whether gcc accepts --no-exceptions" >&51386 echo "configure:1387: checking whether gcc accepts --no-exceptions" >&5 1346 1387 CXXFLAGS="${CXXFLAGS} --no-exceptions" 1347 1388 if eval "test \"`echo '$''{'ac_cv_cxx_have_exceptions'+set}'`\" = set"; then … … 1349 1390 else 1350 1391 cat > conftest.$ac_ext <<EOF 1351 #line 13 52"configure"1392 #line 1393 "configure" 1352 1393 #include "confdefs.h" 1353 1394 … … 1356 1397 ; return 0; } 1357 1398 EOF 1358 if { (eval echo configure:1 359: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1399 if { (eval echo configure:1400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1359 1400 rm -rf conftest* 1360 1401 ac_cv_cxx_have_exceptions=yes … … 1394 1435 then 1395 1436 echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6 1396 echo "configure:1 397: checking whether compiler accepts -pipe" >&51437 echo "configure:1438: checking whether compiler accepts -pipe" >&5 1397 1438 temp_cflags="${CFLAGS}" 1398 1439 CFLAGS="${CFLAGS} -pipe" … … 1401 1442 else 1402 1443 cat > conftest.$ac_ext <<EOF 1403 #line 14 04"configure"1444 #line 1445 "configure" 1404 1445 #include "confdefs.h" 1405 1446 … … 1408 1449 ; return 0; } 1409 1450 EOF 1410 if { (eval echo configure:14 11: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1451 if { (eval echo configure:1452: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1411 1452 rm -rf conftest* 1412 1453 ac_cv_cxx_have_pipe=yes … … 1435 1476 # Customize CFLAGS 1436 1477 echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6 1437 echo "configure:14 38: checking whether _AIX is defined" >&51478 echo "configure:1479: checking whether _AIX is defined" >&5 1438 1479 if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then 1439 1480 echo $ac_n "(cached) $ac_c" 1>&6 1440 1481 else 1441 1482 cat > conftest.$ac_ext <<EOF 1442 #line 14 43"configure"1483 #line 1484 "configure" 1443 1484 #include "confdefs.h" 1444 1485 #ifdef _AIX … … 1499 1540 1500 1541 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1501 echo "configure:15 02: checking whether ${MAKE-make} sets \${MAKE}" >&51542 echo "configure:1543: checking whether ${MAKE-make} sets \${MAKE}" >&5 1502 1543 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1503 1544 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1582 1623 if test "${with_lex+set}" != set; then 1583 1624 echo $ac_n "checking for flex""... $ac_c" 1>&6 1584 echo "configure:1 585: checking for flex" >&51625 echo "configure:1626: checking for flex" >&5 1585 1626 cmd="egrep [2-9]\.[5-9]" 1586 1627 if eval "test \"`echo '$''{'ac_cv_prog_flex'+set}'`\" = set"; then … … 1614 1655 set dummy $ac_prog; ac_word=$2 1615 1656 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1616 echo "configure:16 17: checking for $ac_word" >&51657 echo "configure:1658: checking for $ac_word" >&5 1617 1658 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 1618 1659 echo $ac_n "(cached) $ac_c" 1>&6 … … 1654 1695 set dummy $ac_prog; ac_word=$2 1655 1696 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1656 echo "configure:16 57: checking for $ac_word" >&51697 echo "configure:1698: checking for $ac_word" >&5 1657 1698 if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then 1658 1699 echo $ac_n "(cached) $ac_c" 1>&6 … … 1689 1730 # ln -s 1690 1731 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1691 echo "configure:1 692: checking whether ln -s works" >&51732 echo "configure:1733: checking whether ln -s works" >&5 1692 1733 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1693 1734 echo $ac_n "(cached) $ac_c" 1>&6 … … 1715 1756 set dummy $ac_prog; ac_word=$2 1716 1757 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1717 echo "configure:17 18: checking for $ac_word" >&51758 echo "configure:1759: checking for $ac_word" >&5 1718 1759 if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then 1719 1760 echo $ac_n "(cached) $ac_c" 1>&6 … … 1750 1791 if test "$ac_cv_singuname" != ix86-Win; then 1751 1792 echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6 1752 echo "configure:17 53: checking for atof in -lm" >&51793 echo "configure:1794: checking for atof in -lm" >&5 1753 1794 ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'` 1754 1795 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1758 1799 LIBS="-lm $LIBS" 1759 1800 cat > conftest.$ac_ext <<EOF 1760 #line 1 761"configure"1801 #line 1802 "configure" 1761 1802 #include "confdefs.h" 1762 1803 /* Override any gcc2 internal prototype to avoid an error. */ … … 1769 1810 ; return 0; } 1770 1811 EOF 1771 if { (eval echo configure:1 772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1812 if { (eval echo configure:1813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1772 1813 rm -rf conftest* 1773 1814 eval "ac_cv_lib_$ac_lib_var=yes" … … 1798 1839 fi 1799 1840 echo $ac_n "checking for in -lnsl""... $ac_c" 1>&6 1800 echo "configure:18 01: checking for in -lnsl" >&51841 echo "configure:1842: checking for in -lnsl" >&5 1801 1842 ac_lib_var=`echo nsl'_' | sed 'y%./+-%__p_%'` 1802 1843 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1806 1847 LIBS="-lnsl $LIBS" 1807 1848 cat > conftest.$ac_ext <<EOF 1808 #line 18 09"configure"1849 #line 1850 "configure" 1809 1850 #include "confdefs.h" 1810 1851 /* Override any gcc2 internal prototype to avoid an error. */ … … 1817 1858 ; return 0; } 1818 1859 EOF 1819 if { (eval echo configure:18 20: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1860 if { (eval echo configure:1861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1820 1861 rm -rf conftest* 1821 1862 eval "ac_cv_lib_$ac_lib_var=yes" … … 1845 1886 1846 1887 echo $ac_n "checking for in -lsocket""... $ac_c" 1>&6 1847 echo "configure:18 48: checking for in -lsocket" >&51888 echo "configure:1889: checking for in -lsocket" >&5 1848 1889 ac_lib_var=`echo socket'_' | sed 'y%./+-%__p_%'` 1849 1890 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1853 1894 LIBS="-lsocket $LIBS" 1854 1895 cat > conftest.$ac_ext <<EOF 1855 #line 18 56"configure"1896 #line 1897 "configure" 1856 1897 #include "confdefs.h" 1857 1898 /* Override any gcc2 internal prototype to avoid an error. */ … … 1864 1905 ; return 0; } 1865 1906 EOF 1866 if { (eval echo configure:1 867: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1907 if { (eval echo configure:1908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1867 1908 rm -rf conftest* 1868 1909 eval "ac_cv_lib_$ac_lib_var=yes" … … 1895 1936 1896 1937 echo $ac_n "checking for setenv in -lbsd""... $ac_c" 1>&6 1897 echo "configure:1 898: checking for setenv in -lbsd" >&51938 echo "configure:1939: checking for setenv in -lbsd" >&5 1898 1939 ac_lib_var=`echo bsd'_'setenv | sed 'y%./+-%__p_%'` 1899 1940 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1903 1944 LIBS="-lbsd $LIBS" 1904 1945 cat > conftest.$ac_ext <<EOF 1905 #line 19 06"configure"1946 #line 1947 "configure" 1906 1947 #include "confdefs.h" 1907 1948 /* Override any gcc2 internal prototype to avoid an error. */ … … 1914 1955 ; return 0; } 1915 1956 EOF 1916 if { (eval echo configure:19 17: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1957 if { (eval echo configure:1958: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1917 1958 rm -rf conftest* 1918 1959 eval "ac_cv_lib_$ac_lib_var=yes" … … 1942 1983 1943 1984 echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6 1944 echo "configure:19 45: checking for listen in -lsocket" >&51985 echo "configure:1986: checking for listen in -lsocket" >&5 1945 1986 ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'` 1946 1987 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1950 1991 LIBS="-lsocket $LIBS" 1951 1992 cat > conftest.$ac_ext <<EOF 1952 #line 19 53"configure"1993 #line 1994 "configure" 1953 1994 #include "confdefs.h" 1954 1995 /* Override any gcc2 internal prototype to avoid an error. */ … … 1961 2002 ; return 0; } 1962 2003 EOF 1963 if { (eval echo configure: 1964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2004 if { (eval echo configure:2005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1964 2005 rm -rf conftest* 1965 2006 eval "ac_cv_lib_$ac_lib_var=yes" … … 1989 2030 1990 2031 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 1991 echo "configure: 1992: checking for gethostbyname in -lnsl" >&52032 echo "configure:2033: checking for gethostbyname in -lnsl" >&5 1992 2033 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 1993 2034 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1997 2038 LIBS="-lnsl $LIBS" 1998 2039 cat > conftest.$ac_ext <<EOF 1999 #line 20 00"configure"2040 #line 2041 "configure" 2000 2041 #include "confdefs.h" 2001 2042 /* Override any gcc2 internal prototype to avoid an error. */ … … 2008 2049 ; return 0; } 2009 2050 EOF 2010 if { (eval echo configure:20 11: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2051 if { (eval echo configure:2052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2011 2052 rm -rf conftest* 2012 2053 eval "ac_cv_lib_$ac_lib_var=yes" … … 2040 2081 HPUX*) 2041 2082 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 2042 echo "configure:20 43: checking for shl_load in -ldld" >&52083 echo "configure:2084: checking for shl_load in -ldld" >&5 2043 2084 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 2044 2085 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2048 2089 LIBS="-ldld $LIBS" 2049 2090 cat > conftest.$ac_ext <<EOF 2050 #line 20 51"configure"2091 #line 2092 "configure" 2051 2092 #include "confdefs.h" 2052 2093 /* Override any gcc2 internal prototype to avoid an error. */ … … 2059 2100 ; return 0; } 2060 2101 EOF 2061 if { (eval echo configure:2 062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2102 if { (eval echo configure:2103: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2062 2103 rm -rf conftest* 2063 2104 eval "ac_cv_lib_$ac_lib_var=yes" … … 2096 2137 *Linux*) 2097 2138 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2098 echo "configure:2 099: checking for dlopen in -ldl" >&52139 echo "configure:2140: checking for dlopen in -ldl" >&5 2099 2140 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2100 2141 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2104 2145 LIBS="-ldl $LIBS" 2105 2146 cat > conftest.$ac_ext <<EOF 2106 #line 21 07"configure"2147 #line 2148 "configure" 2107 2148 #include "confdefs.h" 2108 2149 /* Override any gcc2 internal prototype to avoid an error. */ … … 2115 2156 ; return 0; } 2116 2157 EOF 2117 if { (eval echo configure:21 18: \"$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 2118 2159 rm -rf conftest* 2119 2160 eval "ac_cv_lib_$ac_lib_var=yes" … … 2159 2200 SunOS-5) 2160 2201 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2161 echo "configure:2 162: checking for dlopen in -ldl" >&52202 echo "configure:2203: checking for dlopen in -ldl" >&5 2162 2203 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2163 2204 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2167 2208 LIBS="-ldl $LIBS" 2168 2209 cat > conftest.$ac_ext <<EOF 2169 #line 2 170"configure"2210 #line 2211 "configure" 2170 2211 #include "confdefs.h" 2171 2212 /* Override any gcc2 internal prototype to avoid an error. */ … … 2178 2219 ; return 0; } 2179 2220 EOF 2180 if { (eval echo configure:2 181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2221 if { (eval echo configure:2222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2181 2222 rm -rf conftest* 2182 2223 eval "ac_cv_lib_$ac_lib_var=yes" … … 2216 2257 ppcMac-darwin) 2217 2258 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2218 echo "configure:22 19: checking for dlopen in -ldl" >&52259 echo "configure:2260: checking for dlopen in -ldl" >&5 2219 2260 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2220 2261 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2224 2265 LIBS="-ldl $LIBS" 2225 2266 cat > conftest.$ac_ext <<EOF 2226 #line 22 27"configure"2267 #line 2268 "configure" 2227 2268 #include "confdefs.h" 2228 2269 /* Override any gcc2 internal prototype to avoid an error. */ … … 2235 2276 ; return 0; } 2236 2277 EOF 2237 if { (eval echo configure:22 38: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2278 if { (eval echo configure:2279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2238 2279 rm -rf conftest* 2239 2280 eval "ac_cv_lib_$ac_lib_var=yes" … … 2272 2313 ix86Mac-darwin) 2273 2314 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2274 echo "configure:2 275: checking for dlopen in -ldl" >&52315 echo "configure:2316: checking for dlopen in -ldl" >&5 2275 2316 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2276 2317 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2280 2321 LIBS="-ldl $LIBS" 2281 2322 cat > conftest.$ac_ext <<EOF 2282 #line 2 283"configure"2323 #line 2324 "configure" 2283 2324 #include "confdefs.h" 2284 2325 /* Override any gcc2 internal prototype to avoid an error. */ … … 2291 2332 ; return 0; } 2292 2333 EOF 2293 if { (eval echo configure:2 294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2334 if { (eval echo configure:2335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2294 2335 rm -rf conftest* 2295 2336 eval "ac_cv_lib_$ac_lib_var=yes" … … 2328 2369 ix86-freebsd) 2329 2370 echo $ac_n "checking for dlopen in -lc""... $ac_c" 1>&6 2330 echo "configure:23 31: checking for dlopen in -lc" >&52371 echo "configure:2372: checking for dlopen in -lc" >&5 2331 2372 ac_lib_var=`echo c'_'dlopen | sed 'y%./+-%__p_%'` 2332 2373 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2336 2377 LIBS="-lc $LIBS" 2337 2378 cat > conftest.$ac_ext <<EOF 2338 #line 23 39"configure"2379 #line 2380 "configure" 2339 2380 #include "confdefs.h" 2340 2381 /* Override any gcc2 internal prototype to avoid an error. */ … … 2347 2388 ; return 0; } 2348 2389 EOF 2349 if { (eval echo configure:23 50: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2390 if { (eval echo configure:2391: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2350 2391 rm -rf conftest* 2351 2392 eval "ac_cv_lib_$ac_lib_var=yes" … … 2392 2433 # heder file checks 2393 2434 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2394 echo "configure:2 395: checking for ANSI C header files" >&52435 echo "configure:2436: checking for ANSI C header files" >&5 2395 2436 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2396 2437 echo $ac_n "(cached) $ac_c" 1>&6 2397 2438 else 2398 2439 cat > conftest.$ac_ext <<EOF 2399 #line 24 00"configure"2440 #line 2441 "configure" 2400 2441 #include "confdefs.h" 2401 2442 #include <stdlib.h> … … 2405 2446 EOF 2406 2447 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2407 { (eval echo configure:24 08: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2448 { (eval echo configure:2449: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2408 2449 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2409 2450 if test -z "$ac_err"; then … … 2422 2463 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2423 2464 cat > conftest.$ac_ext <<EOF 2424 #line 24 25"configure"2465 #line 2466 "configure" 2425 2466 #include "confdefs.h" 2426 2467 #include <string.h> … … 2440 2481 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2441 2482 cat > conftest.$ac_ext <<EOF 2442 #line 24 43"configure"2483 #line 2484 "configure" 2443 2484 #include "confdefs.h" 2444 2485 #include <stdlib.h> … … 2461 2502 else 2462 2503 cat > conftest.$ac_ext <<EOF 2463 #line 2 464"configure"2504 #line 2505 "configure" 2464 2505 #include "confdefs.h" 2465 2506 #include <ctype.h> … … 2472 2513 2473 2514 EOF 2474 if { (eval echo configure:2 475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2515 if { (eval echo configure:2516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2475 2516 then 2476 2517 : … … 2499 2540 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2500 2541 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2501 echo "configure:25 02: checking for $ac_hdr" >&52542 echo "configure:2543: checking for $ac_hdr" >&5 2502 2543 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2503 2544 echo $ac_n "(cached) $ac_c" 1>&6 2504 2545 else 2505 2546 cat > conftest.$ac_ext <<EOF 2506 #line 25 07"configure"2547 #line 2548 "configure" 2507 2548 #include "confdefs.h" 2508 2549 #include <$ac_hdr> 2509 2550 EOF 2510 2551 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2511 { (eval echo configure:25 12: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2552 { (eval echo configure:2553: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2512 2553 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2513 2554 if test -z "$ac_err"; then … … 2543 2584 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2544 2585 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2545 echo "configure:25 46: checking for $ac_hdr" >&52586 echo "configure:2587: checking for $ac_hdr" >&5 2546 2587 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2547 2588 echo $ac_n "(cached) $ac_c" 1>&6 2548 2589 else 2549 2590 cat > conftest.$ac_ext <<EOF 2550 #line 25 51"configure"2591 #line 2592 "configure" 2551 2592 #include "confdefs.h" 2552 2593 #include <$ac_hdr> 2553 2594 EOF 2554 2595 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2555 { (eval echo configure:25 56: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2596 { (eval echo configure:2597: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2556 2597 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2557 2598 if test -z "$ac_err"; then … … 2582 2623 # typedefs, structures 2583 2624 echo $ac_n "checking for working const""... $ac_c" 1>&6 2584 echo "configure:2 585: checking for working const" >&52625 echo "configure:2626: checking for working const" >&5 2585 2626 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2586 2627 echo $ac_n "(cached) $ac_c" 1>&6 2587 2628 else 2588 2629 cat > conftest.$ac_ext <<EOF 2589 #line 2 590"configure"2630 #line 2631 "configure" 2590 2631 #include "confdefs.h" 2591 2632 … … 2636 2677 ; return 0; } 2637 2678 EOF 2638 if { (eval echo configure:26 39: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2679 if { (eval echo configure:2680: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2639 2680 rm -rf conftest* 2640 2681 ac_cv_c_const=yes … … 2657 2698 2658 2699 echo $ac_n "checking for inline""... $ac_c" 1>&6 2659 echo "configure:2 660: checking for inline" >&52700 echo "configure:2701: checking for inline" >&5 2660 2701 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2661 2702 echo $ac_n "(cached) $ac_c" 1>&6 … … 2664 2705 for ac_kw in inline __inline__ __inline; do 2665 2706 cat > conftest.$ac_ext <<EOF 2666 #line 2 667"configure"2707 #line 2708 "configure" 2667 2708 #include "confdefs.h" 2668 2709 … … 2671 2712 ; return 0; } 2672 2713 EOF 2673 if { (eval echo configure:2 674: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2714 if { (eval echo configure:2715: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2674 2715 rm -rf conftest* 2675 2716 ac_cv_c_inline=$ac_kw; break … … 2697 2738 2698 2739 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2699 echo "configure:27 00: checking for size_t" >&52740 echo "configure:2741: checking for size_t" >&5 2700 2741 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2701 2742 echo $ac_n "(cached) $ac_c" 1>&6 2702 2743 else 2703 2744 cat > conftest.$ac_ext <<EOF 2704 #line 27 05"configure"2745 #line 2746 "configure" 2705 2746 #include "confdefs.h" 2706 2747 #include <sys/types.h> … … 2730 2771 2731 2772 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 2732 echo "configure:27 33: checking whether struct tm is in sys/time.h or time.h" >&52773 echo "configure:2774: checking whether struct tm is in sys/time.h or time.h" >&5 2733 2774 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then 2734 2775 echo $ac_n "(cached) $ac_c" 1>&6 2735 2776 else 2736 2777 cat > conftest.$ac_ext <<EOF 2737 #line 27 38"configure"2778 #line 2779 "configure" 2738 2779 #include "confdefs.h" 2739 2780 #include <sys/types.h> … … 2743 2784 ; return 0; } 2744 2785 EOF 2745 if { (eval echo configure:27 46: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2786 if { (eval echo configure:2787: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2746 2787 rm -rf conftest* 2747 2788 ac_cv_struct_tm=time.h … … 2764 2805 2765 2806 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 2766 echo "configure:2 767: checking whether time.h and sys/time.h may both be included" >&52807 echo "configure:2808: checking whether time.h and sys/time.h may both be included" >&5 2767 2808 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 2768 2809 echo $ac_n "(cached) $ac_c" 1>&6 2769 2810 else 2770 2811 cat > conftest.$ac_ext <<EOF 2771 #line 2 772"configure"2812 #line 2813 "configure" 2772 2813 #include "confdefs.h" 2773 2814 #include <sys/types.h> … … 2778 2819 ; return 0; } 2779 2820 EOF 2780 if { (eval echo configure:2 781: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2821 if { (eval echo configure:2822: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2781 2822 rm -rf conftest* 2782 2823 ac_cv_header_time=yes … … 2803 2844 # for constant arguments. Useless! 2804 2845 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2805 echo "configure:28 06: checking for working alloca.h" >&52846 echo "configure:2847: checking for working alloca.h" >&5 2806 2847 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2807 2848 echo $ac_n "(cached) $ac_c" 1>&6 2808 2849 else 2809 2850 cat > conftest.$ac_ext <<EOF 2810 #line 28 11"configure"2851 #line 2852 "configure" 2811 2852 #include "confdefs.h" 2812 2853 #include <alloca.h> … … 2815 2856 ; return 0; } 2816 2857 EOF 2817 if { (eval echo configure:28 18: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2858 if { (eval echo configure:2859: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2818 2859 rm -rf conftest* 2819 2860 ac_cv_header_alloca_h=yes … … 2836 2877 2837 2878 echo $ac_n "checking for alloca""... $ac_c" 1>&6 2838 echo "configure:28 39: checking for alloca" >&52879 echo "configure:2880: checking for alloca" >&5 2839 2880 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 2840 2881 echo $ac_n "(cached) $ac_c" 1>&6 2841 2882 else 2842 2883 cat > conftest.$ac_ext <<EOF 2843 #line 28 44"configure"2884 #line 2885 "configure" 2844 2885 #include "confdefs.h" 2845 2886 … … 2869 2910 ; return 0; } 2870 2911 EOF 2871 if { (eval echo configure:2 872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2912 if { (eval echo configure:2913: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2872 2913 rm -rf conftest* 2873 2914 ac_cv_func_alloca_works=yes … … 2901 2942 2902 2943 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 2903 echo "configure:29 04: checking whether alloca needs Cray hooks" >&52944 echo "configure:2945: checking whether alloca needs Cray hooks" >&5 2904 2945 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 2905 2946 echo $ac_n "(cached) $ac_c" 1>&6 2906 2947 else 2907 2948 cat > conftest.$ac_ext <<EOF 2908 #line 29 09"configure"2949 #line 2950 "configure" 2909 2950 #include "confdefs.h" 2910 2951 #if defined(CRAY) && ! defined(CRAY2) … … 2931 2972 for ac_func in _getb67 GETB67 getb67; do 2932 2973 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2933 echo "configure:29 34: checking for $ac_func" >&52974 echo "configure:2975: checking for $ac_func" >&5 2934 2975 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2935 2976 echo $ac_n "(cached) $ac_c" 1>&6 2936 2977 else 2937 2978 cat > conftest.$ac_ext <<EOF 2938 #line 29 39"configure"2979 #line 2980 "configure" 2939 2980 #include "confdefs.h" 2940 2981 /* System header to define __stub macros and hopefully few prototypes, … … 2959 3000 ; return 0; } 2960 3001 EOF 2961 if { (eval echo configure: 2962: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3002 if { (eval echo configure:3003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2962 3003 rm -rf conftest* 2963 3004 eval "ac_cv_func_$ac_func=yes" … … 2986 3027 2987 3028 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 2988 echo "configure: 2989: checking stack direction for C alloca" >&53029 echo "configure:3030: checking stack direction for C alloca" >&5 2989 3030 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 2990 3031 echo $ac_n "(cached) $ac_c" 1>&6 … … 2994 3035 else 2995 3036 cat > conftest.$ac_ext <<EOF 2996 #line 2997"configure"3037 #line 3038 "configure" 2997 3038 #include "confdefs.h" 2998 3039 find_stack_direction () … … 3013 3054 } 3014 3055 EOF 3015 if { (eval echo configure:30 16: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3056 if { (eval echo configure:3057: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3016 3057 then 3017 3058 ac_cv_c_stack_direction=1 … … 3036 3077 if test $ac_cv_prog_gcc = yes; then 3037 3078 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 3038 echo "configure:30 39: checking whether ${CC-cc} needs -traditional" >&53079 echo "configure:3080: checking whether ${CC-cc} needs -traditional" >&5 3039 3080 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then 3040 3081 echo $ac_n "(cached) $ac_c" 1>&6 … … 3042 3083 ac_pattern="Autoconf.*'x'" 3043 3084 cat > conftest.$ac_ext <<EOF 3044 #line 30 45"configure"3085 #line 3086 "configure" 3045 3086 #include "confdefs.h" 3046 3087 #include <sgtty.h> … … 3060 3101 if test $ac_cv_prog_gcc_traditional = no; then 3061 3102 cat > conftest.$ac_ext <<EOF 3062 #line 3 063"configure"3103 #line 3104 "configure" 3063 3104 #include "confdefs.h" 3064 3105 #include <termio.h> … … 3085 3126 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3086 3127 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3087 echo "configure:3 088: checking for $ac_hdr" >&53128 echo "configure:3129: checking for $ac_hdr" >&5 3088 3129 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3089 3130 echo $ac_n "(cached) $ac_c" 1>&6 3090 3131 else 3091 3132 cat > conftest.$ac_ext <<EOF 3092 #line 3 093"configure"3133 #line 3134 "configure" 3093 3134 #include "confdefs.h" 3094 3135 #include <$ac_hdr> 3095 3136 EOF 3096 3137 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3097 { (eval echo configure:3 098: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3138 { (eval echo configure:3139: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3098 3139 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3099 3140 if test -z "$ac_err"; then … … 3124 3165 do 3125 3166 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3126 echo "configure:31 27: checking for $ac_func" >&53167 echo "configure:3168: checking for $ac_func" >&5 3127 3168 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3128 3169 echo $ac_n "(cached) $ac_c" 1>&6 3129 3170 else 3130 3171 cat > conftest.$ac_ext <<EOF 3131 #line 31 32"configure"3172 #line 3173 "configure" 3132 3173 #include "confdefs.h" 3133 3174 /* System header to define __stub macros and hopefully few prototypes, … … 3152 3193 ; return 0; } 3153 3194 EOF 3154 if { (eval echo configure:31 55: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3195 if { (eval echo configure:3196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3155 3196 rm -rf conftest* 3156 3197 eval "ac_cv_func_$ac_func=yes" … … 3177 3218 3178 3219 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 3179 echo "configure:3 180: checking for working mmap" >&53220 echo "configure:3221: checking for working mmap" >&5 3180 3221 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 3181 3222 echo $ac_n "(cached) $ac_c" 1>&6 … … 3185 3226 else 3186 3227 cat > conftest.$ac_ext <<EOF 3187 #line 3 188"configure"3228 #line 3229 "configure" 3188 3229 #include "confdefs.h" 3189 3230 … … 3325 3366 3326 3367 EOF 3327 if { (eval echo configure:33 28: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3368 if { (eval echo configure:3369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3328 3369 then 3329 3370 ac_cv_func_mmap_fixed_mapped=yes … … 3348 3389 3349 3390 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 3350 echo "configure:33 51: checking return type of signal handlers" >&53391 echo "configure:3392: checking return type of signal handlers" >&5 3351 3392 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 3352 3393 echo $ac_n "(cached) $ac_c" 1>&6 3353 3394 else 3354 3395 cat > conftest.$ac_ext <<EOF 3355 #line 33 56"configure"3396 #line 3397 "configure" 3356 3397 #include "confdefs.h" 3357 3398 #include <sys/types.h> … … 3370 3411 ; return 0; } 3371 3412 EOF 3372 if { (eval echo configure:3 373: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3413 if { (eval echo configure:3414: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3373 3414 rm -rf conftest* 3374 3415 ac_cv_type_signal=void … … 3389 3430 3390 3431 echo $ac_n "checking for vprintf""... $ac_c" 1>&6 3391 echo "configure:3 392: checking for vprintf" >&53432 echo "configure:3433: checking for vprintf" >&5 3392 3433 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then 3393 3434 echo $ac_n "(cached) $ac_c" 1>&6 3394 3435 else 3395 3436 cat > conftest.$ac_ext <<EOF 3396 #line 3 397"configure"3437 #line 3438 "configure" 3397 3438 #include "confdefs.h" 3398 3439 /* System header to define __stub macros and hopefully few prototypes, … … 3417 3458 ; return 0; } 3418 3459 EOF 3419 if { (eval echo configure:34 20: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3460 if { (eval echo configure:3461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3420 3461 rm -rf conftest* 3421 3462 eval "ac_cv_func_vprintf=yes" … … 3441 3482 if test "$ac_cv_func_vprintf" != yes; then 3442 3483 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 3443 echo "configure:34 44: checking for _doprnt" >&53484 echo "configure:3485: checking for _doprnt" >&5 3444 3485 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then 3445 3486 echo $ac_n "(cached) $ac_c" 1>&6 3446 3487 else 3447 3488 cat > conftest.$ac_ext <<EOF 3448 #line 34 49"configure"3489 #line 3490 "configure" 3449 3490 #include "confdefs.h" 3450 3491 /* System header to define __stub macros and hopefully few prototypes, … … 3469 3510 ; return 0; } 3470 3511 EOF 3471 if { (eval echo configure:3 472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3512 if { (eval echo configure:3513: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3472 3513 rm -rf conftest* 3473 3514 eval "ac_cv_func__doprnt=yes" … … 3495 3536 3496 3537 echo $ac_n "checking for library containing setenv""... $ac_c" 1>&6 3497 echo "configure:3 498: checking for library containing setenv" >&53538 echo "configure:3539: checking for library containing setenv" >&5 3498 3539 if eval "test \"`echo '$''{'ac_cv_search_setenv'+set}'`\" = set"; then 3499 3540 echo $ac_n "(cached) $ac_c" 1>&6 … … 3502 3543 ac_cv_search_setenv="no" 3503 3544 cat > conftest.$ac_ext <<EOF 3504 #line 35 05"configure"3545 #line 3546 "configure" 3505 3546 #include "confdefs.h" 3506 3547 /* Override any gcc2 internal prototype to avoid an error. */ … … 3513 3554 ; return 0; } 3514 3555 EOF 3515 if { (eval echo configure:35 16: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3556 if { (eval echo configure:3557: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3516 3557 rm -rf conftest* 3517 3558 ac_cv_search_setenv="none required" … … 3524 3565 LIBS="-l$i $ac_func_search_save_LIBS" 3525 3566 cat > conftest.$ac_ext <<EOF 3526 #line 35 27"configure"3567 #line 3568 "configure" 3527 3568 #include "confdefs.h" 3528 3569 /* Override any gcc2 internal prototype to avoid an error. */ … … 3535 3576 ; return 0; } 3536 3577 EOF 3537 if { (eval echo configure:35 38: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3578 if { (eval echo configure:3579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3538 3579 rm -rf conftest* 3539 3580 ac_cv_search_setenv="-l$i" … … 3559 3600 do 3560 3601 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3561 echo "configure:3 562: checking for $ac_func" >&53602 echo "configure:3603: checking for $ac_func" >&5 3562 3603 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3563 3604 echo $ac_n "(cached) $ac_c" 1>&6 3564 3605 else 3565 3606 cat > conftest.$ac_ext <<EOF 3566 #line 3 567"configure"3607 #line 3608 "configure" 3567 3608 #include "confdefs.h" 3568 3609 /* System header to define __stub macros and hopefully few prototypes, … … 3587 3628 ; return 0; } 3588 3629 EOF 3589 if { (eval echo configure:3 590: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3630 if { (eval echo configure:3631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3590 3631 rm -rf conftest* 3591 3632 eval "ac_cv_func_$ac_func=yes" … … 3616 3657 # arithmetic shifts 3617 3658 echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6 3618 echo "configure:36 19: checking whether your machine has correct arithmetic shifts" >&53659 echo "configure:3660: checking whether your machine has correct arithmetic shifts" >&5 3619 3660 if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then 3620 3661 echo $ac_n "(cached) $ac_c" 1>&6 … … 3629 3670 else 3630 3671 cat > conftest.$ac_ext <<EOF 3631 #line 36 32"configure"3672 #line 3673 "configure" 3632 3673 #include "confdefs.h" 3633 3674 int main() { if (-2 >> 1 == -1) return(0); else return(1); } 3634 3675 EOF 3635 if { (eval echo configure:36 36: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3676 if { (eval echo configure:3677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3636 3677 then 3637 3678 ac_cv_shift=yes … … 3658 3699 # check for a peculiar constructor initialization 3659 3700 echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6 3660 echo "configure:3 661: checking whether explicit C++ constructor calls are allowed" >&53701 echo "configure:3702: checking whether explicit C++ constructor calls are allowed" >&5 3661 3702 3662 3703 ac_ext=C … … 3671 3712 else 3672 3713 cat > conftest.$ac_ext <<EOF 3673 #line 3 674"configure"3714 #line 3715 "configure" 3674 3715 #include "confdefs.h" 3675 3716 … … 3689 3730 ; return 0; } 3690 3731 EOF 3691 if { (eval echo configure:3 692: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3732 if { (eval echo configure:3733: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3692 3733 rm -rf conftest* 3693 3734 ac_cv_explicit_const=yes … … 3718 3759 # sprintf returns number of printed chars 3719 3760 echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6 3720 echo "configure:37 21: checking whether vsprintf returns number of printed chars" >&53761 echo "configure:3762: checking whether vsprintf returns number of printed chars" >&5 3721 3762 if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then 3722 3763 echo $ac_n "(cached) $ac_c" 1>&6 … … 3726 3767 else 3727 3768 cat > conftest.$ac_ext <<EOF 3728 #line 37 29"configure"3769 #line 3770 "configure" 3729 3770 #include "confdefs.h" 3730 3771 #include <stdio.h> 3731 3772 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); } 3732 3773 EOF 3733 if { (eval echo configure:37 34: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3774 if { (eval echo configure:3775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3734 3775 then 3735 3776 ac_cv_returns_n_of_chars=yes … … 3757 3798 # determine ALIGN_8 3758 3799 echo $ac_n "checking size of char""... $ac_c" 1>&6 3759 echo "configure:3 760: checking size of char" >&53800 echo "configure:3801: checking size of char" >&5 3760 3801 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then 3761 3802 echo $ac_n "(cached) $ac_c" 1>&6 … … 3765 3806 else 3766 3807 cat > conftest.$ac_ext <<EOF 3767 #line 3 768"configure"3808 #line 3809 "configure" 3768 3809 #include "confdefs.h" 3769 3810 #include <stdio.h> … … 3776 3817 } 3777 3818 EOF 3778 if { (eval echo configure:3 779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3819 if { (eval echo configure:3820: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3779 3820 then 3780 3821 ac_cv_sizeof_char=`cat conftestval` … … 3796 3837 3797 3838 echo $ac_n "checking size of short""... $ac_c" 1>&6 3798 echo "configure:3 799: checking size of short" >&53839 echo "configure:3840: checking size of short" >&5 3799 3840 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 3800 3841 echo $ac_n "(cached) $ac_c" 1>&6 … … 3804 3845 else 3805 3846 cat > conftest.$ac_ext <<EOF 3806 #line 38 07"configure"3847 #line 3848 "configure" 3807 3848 #include "confdefs.h" 3808 3849 #include <stdio.h> … … 3815 3856 } 3816 3857 EOF 3817 if { (eval echo configure:38 18: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3858 if { (eval echo configure:3859: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3818 3859 then 3819 3860 ac_cv_sizeof_short=`cat conftestval` … … 3835 3876 3836 3877 echo $ac_n "checking size of int""... $ac_c" 1>&6 3837 echo "configure:38 38: checking size of int" >&53878 echo "configure:3879: checking size of int" >&5 3838 3879 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 3839 3880 echo $ac_n "(cached) $ac_c" 1>&6 … … 3843 3884 else 3844 3885 cat > conftest.$ac_ext <<EOF 3845 #line 38 46"configure"3886 #line 3887 "configure" 3846 3887 #include "confdefs.h" 3847 3888 #include <stdio.h> … … 3854 3895 } 3855 3896 EOF 3856 if { (eval echo configure:38 57: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3897 if { (eval echo configure:3898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3857 3898 then 3858 3899 ac_cv_sizeof_int=`cat conftestval` … … 3874 3915 3875 3916 echo $ac_n "checking size of long""... $ac_c" 1>&6 3876 echo "configure:3 877: checking size of long" >&53917 echo "configure:3918: checking size of long" >&5 3877 3918 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 3878 3919 echo $ac_n "(cached) $ac_c" 1>&6 … … 3882 3923 else 3883 3924 cat > conftest.$ac_ext <<EOF 3884 #line 3 885"configure"3925 #line 3926 "configure" 3885 3926 #include "confdefs.h" 3886 3927 #include <stdio.h> … … 3893 3934 } 3894 3935 EOF 3895 if { (eval echo configure:3 896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3936 if { (eval echo configure:3937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3896 3937 then 3897 3938 ac_cv_sizeof_long=`cat conftestval` … … 3913 3954 3914 3955 echo $ac_n "checking size of void*""... $ac_c" 1>&6 3915 echo "configure:39 16: checking size of void*" >&53956 echo "configure:3957: checking size of void*" >&5 3916 3957 if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then 3917 3958 echo $ac_n "(cached) $ac_c" 1>&6 … … 3921 3962 else 3922 3963 cat > conftest.$ac_ext <<EOF 3923 #line 39 24"configure"3964 #line 3965 "configure" 3924 3965 #include "confdefs.h" 3925 3966 #include <stdio.h> … … 3932 3973 } 3933 3974 EOF 3934 if { (eval echo configure:39 35: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3975 if { (eval echo configure:3976: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3935 3976 then 3936 3977 ac_cv_sizeof_voidp=`cat conftestval` … … 3952 3993 3953 3994 echo $ac_n "checking size of double""... $ac_c" 1>&6 3954 echo "configure:39 55: checking size of double" >&53995 echo "configure:3996: checking size of double" >&5 3955 3996 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then 3956 3997 echo $ac_n "(cached) $ac_c" 1>&6 … … 3960 4001 else 3961 4002 cat > conftest.$ac_ext <<EOF 3962 #line 3963"configure"4003 #line 4004 "configure" 3963 4004 #include "confdefs.h" 3964 4005 #include <stdio.h> … … 3971 4012 } 3972 4013 EOF 3973 if { (eval echo configure: 3974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null4014 if { (eval echo configure:4015: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3974 4015 then 3975 4016 ac_cv_sizeof_double=`cat conftestval` … … 3991 4032 3992 4033 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 3993 echo "configure: 3994: checking whether byte ordering is bigendian" >&54034 echo "configure:4035: checking whether byte ordering is bigendian" >&5 3994 4035 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then 3995 4036 echo $ac_n "(cached) $ac_c" 1>&6 … … 3998 4039 # See if sys/param.h defines the BYTE_ORDER macro. 3999 4040 cat > conftest.$ac_ext <<EOF 4000 #line 40 01"configure"4041 #line 4042 "configure" 4001 4042 #include "confdefs.h" 4002 4043 #include <sys/types.h> … … 4009 4050 ; return 0; } 4010 4051 EOF 4011 if { (eval echo configure:40 12: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4052 if { (eval echo configure:4053: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4012 4053 rm -rf conftest* 4013 4054 # It does; now see whether it defined to BIG_ENDIAN or not. 4014 4055 cat > conftest.$ac_ext <<EOF 4015 #line 40 16"configure"4056 #line 4057 "configure" 4016 4057 #include "confdefs.h" 4017 4058 #include <sys/types.h> … … 4024 4065 ; return 0; } 4025 4066 EOF 4026 if { (eval echo configure:40 27: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4067 if { (eval echo configure:4068: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4027 4068 rm -rf conftest* 4028 4069 ac_cv_c_bigendian=yes … … 4044 4085 else 4045 4086 cat > conftest.$ac_ext <<EOF 4046 #line 40 47"configure"4087 #line 4088 "configure" 4047 4088 #include "confdefs.h" 4048 4089 main () { … … 4057 4098 } 4058 4099 EOF 4059 if { (eval echo configure:4 060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null4100 if { (eval echo configure:4101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4060 4101 then 4061 4102 ac_cv_c_bigendian=no … … 4205 4246 4206 4247 echo $ac_n "checking whether to use dynamic linking""... $ac_c" 1>&6 4207 echo "configure:42 08: checking whether to use dynamic linking" >&54248 echo "configure:4249: checking whether to use dynamic linking" >&5 4208 4249 if test "$with_dl" != no && test "$ac_lib_dl" = yes; then 4209 4250 cat >> confdefs.h <<\EOF … … 4218 4259 4219 4260 echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 4220 echo "configure:42 21: checking for tgetent in -lncurses" >&54261 echo "configure:4262: checking for tgetent in -lncurses" >&5 4221 4262 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` 4222 4263 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4226 4267 LIBS="-lncurses $LIBS" 4227 4268 cat > conftest.$ac_ext <<EOF 4228 #line 42 29"configure"4269 #line 4270 "configure" 4229 4270 #include "confdefs.h" 4230 4271 /* Override any gcc2 internal prototype to avoid an error. */ … … 4237 4278 ; return 0; } 4238 4279 EOF 4239 if { (eval echo configure:42 40: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4280 if { (eval echo configure:4281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4240 4281 rm -rf conftest* 4241 4282 eval "ac_cv_lib_$ac_lib_var=yes" … … 4264 4305 \ 4265 4306 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 4266 echo "configure:4 267: checking for tgetent in -lcurses" >&54307 echo "configure:4308: checking for tgetent in -lcurses" >&5 4267 4308 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` 4268 4309 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4272 4313 LIBS="-lcurses $LIBS" 4273 4314 cat > conftest.$ac_ext <<EOF 4274 #line 4 275"configure"4315 #line 4316 "configure" 4275 4316 #include "confdefs.h" 4276 4317 /* Override any gcc2 internal prototype to avoid an error. */ … … 4283 4324 ; return 0; } 4284 4325 EOF 4285 if { (eval echo configure:4 286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4326 if { (eval echo configure:4327: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4286 4327 rm -rf conftest* 4287 4328 eval "ac_cv_lib_$ac_lib_var=yes" … … 4310 4351 \ 4311 4352 echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 4312 echo "configure:43 13: checking for tgetent in -ltermcap" >&54353 echo "configure:4354: checking for tgetent in -ltermcap" >&5 4313 4354 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` 4314 4355 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4318 4359 LIBS="-ltermcap $LIBS" 4319 4360 cat > conftest.$ac_ext <<EOF 4320 #line 43 21"configure"4361 #line 4362 "configure" 4321 4362 #include "confdefs.h" 4322 4363 /* Override any gcc2 internal prototype to avoid an error. */ … … 4329 4370 ; return 0; } 4330 4371 EOF 4331 if { (eval echo configure:43 32: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4372 if { (eval echo configure:4373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4332 4373 rm -rf conftest* 4333 4374 eval "ac_cv_lib_$ac_lib_var=yes" … … 4378 4419 4379 4420 echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6 4380 echo "configure:4 381: checking for rl_abort in -lreadline" >&54421 echo "configure:4422: checking for rl_abort in -lreadline" >&5 4381 4422 ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'` 4382 4423 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4386 4427 LIBS="-lreadline $LIBS" 4387 4428 cat > conftest.$ac_ext <<EOF 4388 #line 4 389"configure"4429 #line 4430 "configure" 4389 4430 #include "confdefs.h" 4390 4431 /* Override any gcc2 internal prototype to avoid an error. */ … … 4400 4441 ; return 0; } 4401 4442 EOF 4402 if { (eval echo configure:44 03: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4443 if { (eval echo configure:4444: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4403 4444 rm -rf conftest* 4404 4445 eval "ac_cv_lib_$ac_lib_var=yes" … … 4428 4469 4429 4470 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 4430 echo "configure:44 31: checking how to run the C++ preprocessor" >&54471 echo "configure:4472: checking how to run the C++ preprocessor" >&5 4431 4472 if test -z "$CXXCPP"; then 4432 4473 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then … … 4441 4482 CXXCPP="${CXX-g++} -E" 4442 4483 cat > conftest.$ac_ext <<EOF 4443 #line 44 44"configure"4484 #line 4485 "configure" 4444 4485 #include "confdefs.h" 4445 4486 #include <stdlib.h> 4446 4487 EOF 4447 4488 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4448 { (eval echo configure:44 49: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4489 { (eval echo configure:4490: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4449 4490 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4450 4491 if test -z "$ac_err"; then … … 4474 4515 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4475 4516 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4476 echo "configure:4 477: checking for $ac_hdr" >&54517 echo "configure:4518: checking for $ac_hdr" >&5 4477 4518 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4478 4519 echo $ac_n "(cached) $ac_c" 1>&6 4479 4520 else 4480 4521 cat > conftest.$ac_ext <<EOF 4481 #line 4 482"configure"4522 #line 4523 "configure" 4482 4523 #include "confdefs.h" 4483 4524 #include <$ac_hdr> 4484 4525 EOF 4485 4526 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4486 { (eval echo configure:4 487: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4527 { (eval echo configure:4528: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4487 4528 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4488 4529 if test -z "$ac_err"; then … … 4513 4554 test "$ac_cv_header_readline_readline_h" = yes; then 4514 4555 echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6 4515 echo "configure:45 16: checking whether readline.h is ok" >&54556 echo "configure:4557: checking whether readline.h is ok" >&5 4516 4557 if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then 4517 4558 echo $ac_n "(cached) $ac_c" 1>&6 4518 4559 else 4519 4560 cat > conftest.$ac_ext <<EOF 4520 #line 45 21"configure"4561 #line 4562 "configure" 4521 4562 #include "confdefs.h" 4522 4563 #include<unistd.h> … … 4531 4572 ; return 0; } 4532 4573 EOF 4533 if { (eval echo configure:45 34: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4574 if { (eval echo configure:4575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4534 4575 rm -rf conftest* 4535 4576 ac_cv_header_readline_readline_h_ok="yes" … … 4547 4588 #not ok -- try once more with explicitly declaring everything 4548 4589 echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6 4549 echo "configure:45 50: checking whether or not we nevertheless can use readline" >&54590 echo "configure:4591: checking whether or not we nevertheless can use readline" >&5 4550 4591 if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then 4551 4592 echo $ac_n "(cached) $ac_c" 1>&6 4552 4593 else 4553 4594 cat > conftest.$ac_ext <<EOF 4554 #line 45 55"configure"4595 #line 4596 "configure" 4555 4596 #include "confdefs.h" 4556 4597 #include <stdio.h> … … 4586 4627 ; return 0; } 4587 4628 EOF 4588 if { (eval echo configure:4 589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4629 if { (eval echo configure:4630: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4589 4630 rm -rf conftest* 4590 4631 ac_cv_have_readline="yes" … … 4625 4666 4626 4667 echo $ac_n "checking which readline to use""... $ac_c" 1>&6 4627 echo "configure:46 28: checking which readline to use" >&54668 echo "configure:4669: checking which readline to use" >&5 4628 4669 if test "$ac_cv_with_readline" = dynamic; then 4629 4670 echo "$ac_t""dynamic" 1>&6 … … 4645 4686 # gmp, MP, MPT, factory, libfac 4646 4687 echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6 4647 echo "configure:46 48: checking for main in -lgmp" >&54688 echo "configure:4689: checking for main in -lgmp" >&5 4648 4689 ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'` 4649 4690 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4653 4694 LIBS="-lgmp $LIBS" 4654 4695 cat > conftest.$ac_ext <<EOF 4655 #line 46 56"configure"4696 #line 4697 "configure" 4656 4697 #include "confdefs.h" 4657 4698 … … 4660 4701 ; return 0; } 4661 4702 EOF 4662 if { (eval echo configure:4 663: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4703 if { (eval echo configure:4704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4663 4704 rm -rf conftest* 4664 4705 eval "ac_cv_lib_$ac_lib_var=yes" … … 4689 4730 SAVE_LIBS=$LIBS 4690 4731 echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6 4691 echo "configure:4 692: checking for IMP_PutGmpInt in -lMP" >&54732 echo "configure:4733: checking for IMP_PutGmpInt in -lMP" >&5 4692 4733 ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'` 4693 4734 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4697 4738 LIBS="-lMP $MP_LIBS $LIBS" 4698 4739 cat > conftest.$ac_ext <<EOF 4699 #line 47 00"configure"4740 #line 4741 "configure" 4700 4741 #include "confdefs.h" 4701 4742 /* Override any gcc2 internal prototype to avoid an error. */ … … 4708 4749 ; return 0; } 4709 4750 EOF 4710 if { (eval echo configure:47 11: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4751 if { (eval echo configure:4752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4711 4752 rm -rf conftest* 4712 4753 eval "ac_cv_lib_$ac_lib_var=yes" … … 4736 4777 4737 4778 echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6 4738 echo "configure:47 39: checking for MPT_GetTree in -lMPT" >&54779 echo "configure:4780: checking for MPT_GetTree in -lMPT" >&5 4739 4780 ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'` 4740 4781 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4744 4785 LIBS="-lMPT $MP_LIBS $LIBS" 4745 4786 cat > conftest.$ac_ext <<EOF 4746 #line 47 47"configure"4787 #line 4788 "configure" 4747 4788 #include "confdefs.h" 4748 4789 /* Override any gcc2 internal prototype to avoid an error. */ … … 4755 4796 ; return 0; } 4756 4797 EOF 4757 if { (eval echo configure:47 58: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4798 if { (eval echo configure:4799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4758 4799 rm -rf conftest* 4759 4800 eval "ac_cv_lib_$ac_lib_var=yes" … … 4784 4825 LIBS=$SAVE_LIBS 4785 4826 echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6 4786 echo "configure:4 787: checking for atof in -lsingcf" >&54827 echo "configure:4828: checking for atof in -lsingcf" >&5 4787 4828 ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'` 4788 4829 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4792 4833 LIBS="-lsingcf $LIBS" 4793 4834 cat > conftest.$ac_ext <<EOF 4794 #line 4 795"configure"4835 #line 4836 "configure" 4795 4836 #include "confdefs.h" 4796 4837 /* Override any gcc2 internal prototype to avoid an error. */ … … 4803 4844 ; return 0; } 4804 4845 EOF 4805 if { (eval echo configure:48 06: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4846 if { (eval echo configure:4847: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4806 4847 rm -rf conftest* 4807 4848 eval "ac_cv_lib_$ac_lib_var=yes" … … 4831 4872 4832 4873 echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6 4833 echo "configure:48 34: checking for atof in -lsingfac" >&54874 echo "configure:4875: checking for atof in -lsingfac" >&5 4834 4875 ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'` 4835 4876 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4839 4880 LIBS="-lsingfac $LIBS" 4840 4881 cat > conftest.$ac_ext <<EOF 4841 #line 48 42"configure"4882 #line 4883 "configure" 4842 4883 #include "confdefs.h" 4843 4884 /* Override any gcc2 internal prototype to avoid an error. */ … … 4850 4891 ; return 0; } 4851 4892 EOF 4852 if { (eval echo configure:48 53: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4893 if { (eval echo configure:4894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4853 4894 rm -rf conftest* 4854 4895 eval "ac_cv_lib_$ac_lib_var=yes" … … 4878 4919 4879 4920 echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6 4880 echo "configure:4 881: checking for omTestAddr in -lomalloc" >&54921 echo "configure:4922: checking for omTestAddr in -lomalloc" >&5 4881 4922 ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'` 4882 4923 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4886 4927 LIBS="-lomalloc $LIBS" 4887 4928 cat > conftest.$ac_ext <<EOF 4888 #line 4 889"configure"4929 #line 4930 "configure" 4889 4930 #include "confdefs.h" 4890 4931 /* Override any gcc2 internal prototype to avoid an error. */ … … 4897 4938 ; return 0; } 4898 4939 EOF 4899 if { (eval echo configure:49 00: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4940 if { (eval echo configure:4941: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4900 4941 rm -rf conftest* 4901 4942 eval "ac_cv_lib_$ac_lib_var=yes" … … 4925 4966 4926 4967 echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6 4927 echo "configure:49 28: checking for main in -lomalloc_ndebug" >&54968 echo "configure:4969: checking for main in -lomalloc_ndebug" >&5 4928 4969 ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'` 4929 4970 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4933 4974 LIBS="-lomalloc_ndebug $LIBS" 4934 4975 cat > conftest.$ac_ext <<EOF 4935 #line 49 36"configure"4976 #line 4977 "configure" 4936 4977 #include "confdefs.h" 4937 4978 … … 4940 4981 ; return 0; } 4941 4982 EOF 4942 if { (eval echo configure:49 43: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4983 if { (eval echo configure:4984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4943 4984 rm -rf conftest* 4944 4985 eval "ac_cv_lib_$ac_lib_var=yes" … … 4968 5009 4969 5010 echo $ac_n "checking for main in -lntl""... $ac_c" 1>&6 4970 echo "configure: 4971: checking for main in -lntl" >&55011 echo "configure:5012: checking for main in -lntl" >&5 4971 5012 ac_lib_var=`echo ntl'_'main | sed 'y%./+-%__p_%'` 4972 5013 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4976 5017 LIBS="-lntl $LIBS" 4977 5018 cat > conftest.$ac_ext <<EOF 4978 #line 4979"configure"5019 #line 5020 "configure" 4979 5020 #include "confdefs.h" 4980 5021 … … 4983 5024 ; return 0; } 4984 5025 EOF 4985 if { (eval echo configure: 4986: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5026 if { (eval echo configure:5027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4986 5027 rm -rf conftest* 4987 5028 eval "ac_cv_lib_$ac_lib_var=yes" … … 5016 5057 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5017 5058 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5018 echo "configure:50 19: checking for $ac_hdr" >&55059 echo "configure:5060: checking for $ac_hdr" >&5 5019 5060 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5020 5061 echo $ac_n "(cached) $ac_c" 1>&6 5021 5062 else 5022 5063 cat > conftest.$ac_ext <<EOF 5023 #line 50 24"configure"5064 #line 5065 "configure" 5024 5065 #include "confdefs.h" 5025 5066 #include <$ac_hdr> 5026 5067 EOF 5027 5068 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5028 { (eval echo configure:50 29: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }5069 { (eval echo configure:5070: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5029 5070 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5030 5071 if test -z "$ac_err"; then … … 5054 5095 5055 5096 echo $ac_n "checking whether to use Boost""... $ac_c" 1>&6 5056 echo "configure:50 57: checking whether to use Boost" >&55097 echo "configure:5098: checking whether to use Boost" >&5 5057 5098 if test "$with_Boost" != no; then 5058 5099 echo "$ac_t""yes" 1>&6 … … 5069 5110 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5070 5111 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5071 echo "configure:5 072: checking for $ac_hdr" >&55112 echo "configure:5113: checking for $ac_hdr" >&5 5072 5113 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5073 5114 echo $ac_n "(cached) $ac_c" 1>&6 5074 5115 else 5075 5116 cat > conftest.$ac_ext <<EOF 5076 #line 5 077"configure"5117 #line 5118 "configure" 5077 5118 #include "confdefs.h" 5078 5119 #include <$ac_hdr> 5079 5120 EOF 5080 5121 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5081 { (eval echo configure:5 082: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }5122 { (eval echo configure:5123: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5082 5123 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5083 5124 if test -z "$ac_err"; then … … 5115 5156 echo "$ac_t""no" 1>&6 5116 5157 echo $ac_n "checking whether to use std::vector""... $ac_c" 1>&6 5117 echo "configure:51 18: checking whether to use std::vector" >&55158 echo "configure:5159: checking whether to use std::vector" >&5 5118 5159 if test "$with_stdvec" != yes; then 5119 5160 echo "$ac_t""no" 1>&6 … … 5164 5205 SAVE_LIBS=$LIBS 5165 5206 echo $ac_n "checking for __stack_chk_fail_local in -lc_nonshared""... $ac_c" 1>&6 5166 echo "configure:5 167: checking for __stack_chk_fail_local in -lc_nonshared" >&55207 echo "configure:5208: checking for __stack_chk_fail_local in -lc_nonshared" >&5 5167 5208 ac_lib_var=`echo c_nonshared'_'__stack_chk_fail_local | sed 'y%./+-%__p_%'` 5168 5209 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 5172 5213 LIBS="-lc_nonshared $LIBS" 5173 5214 cat > conftest.$ac_ext <<EOF 5174 #line 5 175"configure"5215 #line 5216 "configure" 5175 5216 #include "confdefs.h" 5176 5217 /* Override any gcc2 internal prototype to avoid an error. */ … … 5183 5224 ; return 0; } 5184 5225 EOF 5185 if { (eval echo configure:5 186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5226 if { (eval echo configure:5227: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5186 5227 rm -rf conftest* 5187 5228 eval "ac_cv_lib_$ac_lib_var=yes" … … 5213 5254 5214 5255 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 5215 echo "configure:52 16: checking which apint package to use" >&55256 echo "configure:5257: checking which apint package to use" >&5 5216 5257 if test "${with_apint}" != gmp; then 5217 5258 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 5235 5276 5236 5277 echo $ac_n "checking whether to use libsvd""... $ac_c" 1>&6 5237 echo "configure:52 38: checking whether to use libsvd" >&55278 echo "configure:5279: checking whether to use libsvd" >&5 5238 5279 if test "$with_svd" = yes; then 5239 5280 echo "$ac_t""yes" 1>&6 … … 5250 5291 # 5251 5292 echo $ac_n "checking whether to have MP""... $ac_c" 1>&6 5252 echo "configure:52 53: checking whether to have MP" >&55293 echo "configure:5294: checking whether to have MP" >&5 5253 5294 if test "${with_MP}" != yes && test "${with_MP}" != no; then 5254 5295 if (test "${will_have_gmp}" = yes) && \ … … 5285 5326 5286 5327 echo $ac_n "checking whether to have NTL""... $ac_c" 1>&6 5287 echo "configure:5 288: checking whether to have NTL" >&55328 echo "configure:5329: checking whether to have NTL" >&5 5288 5329 if test "${with_NTL}" = yes ; then 5289 5330 echo "$ac_t""yes" 1>&6 … … 5294 5335 5295 5336 echo $ac_n "checking whether to have factory""... $ac_c" 1>&6 5296 echo "configure:5 297: checking whether to have factory" >&55337 echo "configure:5338: checking whether to have factory" >&5 5297 5338 if test "${with_factory}" != yes && test "${with_factory}" != no; then 5298 5339 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 5325 5366 5326 5367 echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6 5327 echo "configure:53 28: checking whether to have libfac" >&55368 echo "configure:5369: checking whether to have libfac" >&5 5328 5369 if test "${with_libfac}" != yes && test "${with_libfac}" != no; then 5329 5370 if (test "${will_have_factory}" = yes) && \ … … 5367 5408 5368 5409 echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6 5369 echo "configure:5 370: checking whether to have dbm links" >&55410 echo "configure:5411: checking whether to have dbm links" >&5 5370 5411 if test "$with_dbm" != no; then 5371 5412 cat >> confdefs.h <<\EOF … … 5379 5420 5380 5421 echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6 5381 echo "configure:5 382: checking whether to have namespaces" >&55422 echo "configure:5423: checking whether to have namespaces" >&5 5382 5423 if test "$with_namespaces" != no; then 5383 5424 echo "$ac_t""yes" 1>&6 … … 5391 5432 5392 5433 echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6 5393 echo "configure:5 394: checking whether to have dynamic modules" >&55434 echo "configure:5435: checking whether to have dynamic modules" >&5 5394 5435 if test "$with_dynamic_modules" = no || test "$ac_have_dl" != yes; then 5395 5436 echo "$ac_t""no" 1>&6 … … 5403 5444 5404 5445 echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6 5405 echo "configure:54 06: checking whether to have dynamic kernel" >&55446 echo "configure:5447: checking whether to have dynamic kernel" >&5 5406 5447 if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then 5407 5448 DL_KERNEL=1 … … 5413 5454 5414 5455 echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6 5415 echo "configure:54 16: checking whether to have Plural" >&55456 echo "configure:5457: checking whether to have Plural" >&5 5416 5457 if test "$with_Plural" != no && test "$enable_Plural" != no; then 5417 5458 cat >> confdefs.h <<\EOF … … 5569 5610 s%@SI_CPU_I386@%$SI_CPU_I386%g 5570 5611 s%@EXEC_EXT@%$EXEC_EXT%g 5571 s%@SI_CPU_SPARC@%$SI_CPU_SPARC%g5572 5612 s%@SI_CPU_X86_64@%$SI_CPU_X86_64%g 5573 5613 s%@SI_CPU_IA64@%$SI_CPU_IA64%g 5574 5614 s%@SI_CPU_PPC@%$SI_CPU_PPC%g 5615 s%@SI_CPU_SPARC@%$SI_CPU_SPARC%g 5575 5616 s%@SING_UNAME@%$SING_UNAME%g 5576 5617 s%@SINGULAR_VERSION@%$SINGULAR_VERSION%g -
Singular/configure.in
r116690 rd93f1e 42 42 fi 43 43 AC_SUBST(EXEC_EXT) 44 if test "$ac_cv_singcpuname" = sparc; then45 AC_DEFINE(SI_CPU_SPARC)46 AC_SUBST(SI_CPU_SPARC)47 AC_MSG_RESULT(SI_CPU_SPARC)48 fi49 44 if test "$ac_cv_singuname" = x86_64-Linux; then 50 45 AC_DEFINE(SI_CPU_X86_64) … … 78 73 AC_MSG_RESULT(SI_CPU_I386) 79 74 fi 75 if test "$ac_cv_singcpuname" = i686; then 76 AC_DEFINE(SI_CPU_I386) 77 AC_SUBST(SI_CPU_I386) 78 AC_MSG_RESULT(SI_CPU_I386) 79 fi 80 80 if test "$ac_cv_singcpuname" = x86_64; then 81 81 AC_DEFINE(SI_CPU_X86_64) … … 87 87 AC_SUBST(SI_CPU_IA64) 88 88 AC_MSG_RESULT(SI_CPU_IA64) 89 fi 90 if test "$ac_cv_singcpuname" = sparc; then 91 AC_DEFINE(SI_CPU_SPARC) 92 AC_SUBST(SI_CPU_SPARC) 93 AC_MSG_RESULT(SI_CPU_SPARC) 89 94 fi 90 95 if test "$ac_cv_singcpuname" = ppc; then
Note: See TracChangeset
for help on using the changeset viewer.