Changeset 9e9dbc in git
- Timestamp:
- Feb 21, 2009, 4:16:43 PM (14 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 40b31de81774f2cb2360815a1a5e3b8c608dd76f
- Parents:
- 9eca66236c78459b34fc18feb7c48c2d57010ad8
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/configure
r9eca662 r9e9dbc 50 50 ac_help="$ac_help 51 51 --with-NTL build for use with NTL." 52 ac_help="$ac_help 53 --with-ratGB do compile with ratGB support (experimental)" 52 54 53 55 # Initialize some variables set by options. … … 565 567 566 568 echo $ac_n "checking CPU for singular""... $ac_c" 1>&6 567 echo "configure:5 68: checking CPU for singular" >&5569 echo "configure:570: checking CPU for singular" >&5 568 570 ac_cv_singcpuname=`uname -m` 569 571 echo "$ac_t""$ac_cv_singcpuname" 1>&6 570 572 571 573 echo $ac_n "checking uname for singular""... $ac_c" 1>&6 572 echo "configure:57 3: checking uname for singular" >&5574 echo "configure:575: checking uname for singular" >&5 573 575 if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then 574 576 echo $ac_n "(cached) $ac_c" 1>&6 … … 711 713 SINGULAR_SUB_VERSION=${SINGULAR_SUB_VERSION:-0} 712 714 SINGULAR_VERSION="${SINGULAR_VERSION:-$SINGULAR_MAJOR_VERSION${VERSION_SEP}$SINGULAR_MINOR_VERSION${VERSION_SEP}$SINGULAR_SUB_VERSION}" 713 VERSION_DATE=${VERSION_DATE:-" Aug 2008"}715 VERSION_DATE=${VERSION_DATE:-"Mar 2009"} 714 716 715 717 … … 762 764 set dummy gcc; ac_word=$2 763 765 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 764 echo "configure:76 5: checking for $ac_word" >&5766 echo "configure:767: checking for $ac_word" >&5 765 767 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 766 768 echo $ac_n "(cached) $ac_c" 1>&6 … … 792 794 set dummy cc; ac_word=$2 793 795 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 794 echo "configure:79 5: checking for $ac_word" >&5796 echo "configure:797: checking for $ac_word" >&5 795 797 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 796 798 echo $ac_n "(cached) $ac_c" 1>&6 … … 843 845 set dummy cl; ac_word=$2 844 846 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 845 echo "configure:84 6: checking for $ac_word" >&5847 echo "configure:848: checking for $ac_word" >&5 846 848 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 847 849 echo $ac_n "(cached) $ac_c" 1>&6 … … 875 877 876 878 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 877 echo "configure:8 78: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5879 echo "configure:880: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 878 880 879 881 ac_ext=c … … 886 888 cat > conftest.$ac_ext << EOF 887 889 888 #line 8 89"configure"890 #line 891 "configure" 889 891 #include "confdefs.h" 890 892 891 893 main(){return(0);} 892 894 EOF 893 if { (eval echo configure:89 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then895 if { (eval echo configure:896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 894 896 ac_cv_prog_cc_works=yes 895 897 # If we can't run a trivial program, we are probably using a cross compiler. … … 917 919 fi 918 920 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 919 echo "configure:92 0: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5921 echo "configure:922: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 920 922 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 921 923 cross_compiling=$ac_cv_prog_cc_cross 922 924 923 925 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 924 echo "configure:92 5: checking whether we are using GNU C" >&5926 echo "configure:927: checking whether we are using GNU C" >&5 925 927 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 926 928 echo $ac_n "(cached) $ac_c" 1>&6 … … 931 933 #endif 932 934 EOF 933 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:93 4: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then935 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:936: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 934 936 ac_cv_prog_gcc=yes 935 937 else … … 950 952 CFLAGS= 951 953 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 952 echo "configure:95 3: checking whether ${CC-cc} accepts -g" >&5954 echo "configure:955: checking whether ${CC-cc} accepts -g" >&5 953 955 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 954 956 echo $ac_n "(cached) $ac_c" 1>&6 … … 982 984 983 985 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 984 echo "configure:98 5: checking how to run the C preprocessor" >&5986 echo "configure:987: checking how to run the C preprocessor" >&5 985 987 # On Suns, sometimes $CPP names a directory. 986 988 if test -n "$CPP" && test -d "$CPP"; then … … 997 999 # not just through cpp. 998 1000 cat > conftest.$ac_ext <<EOF 999 #line 100 0"configure"1001 #line 1002 "configure" 1000 1002 #include "confdefs.h" 1001 1003 #include <assert.h> … … 1003 1005 EOF 1004 1006 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1005 { (eval echo configure:100 6: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1007 { (eval echo configure:1008: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1006 1008 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1007 1009 if test -z "$ac_err"; then … … 1014 1016 CPP="${CC-cc} -E -traditional-cpp" 1015 1017 cat > conftest.$ac_ext <<EOF 1016 #line 101 7"configure"1018 #line 1019 "configure" 1017 1019 #include "confdefs.h" 1018 1020 #include <assert.h> … … 1020 1022 EOF 1021 1023 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1022 { (eval echo configure:102 3: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1024 { (eval echo configure:1025: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1023 1025 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1024 1026 if test -z "$ac_err"; then … … 1031 1033 CPP="${CC-cc} -nologo -E" 1032 1034 cat > conftest.$ac_ext <<EOF 1033 #line 103 4"configure"1035 #line 1036 "configure" 1034 1036 #include "confdefs.h" 1035 1037 #include <assert.h> … … 1037 1039 EOF 1038 1040 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1039 { (eval echo configure:104 0: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1041 { (eval echo configure:1042: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1040 1042 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1041 1043 if test -z "$ac_err"; then … … 1066 1068 set dummy $ac_prog; ac_word=$2 1067 1069 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1068 echo "configure:10 69: checking for $ac_word" >&51070 echo "configure:1071: checking for $ac_word" >&5 1069 1071 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then 1070 1072 echo $ac_n "(cached) $ac_c" 1>&6 … … 1098 1100 1099 1101 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1100 echo "configure:110 1: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&51102 echo "configure:1103: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 1101 1103 1102 1104 ac_ext=C … … 1109 1111 cat > conftest.$ac_ext << EOF 1110 1112 1111 #line 111 2"configure"1113 #line 1114 "configure" 1112 1114 #include "confdefs.h" 1113 1115 1114 1116 int main(){return(0);} 1115 1117 EOF 1116 if { (eval echo configure:111 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1118 if { (eval echo configure:1119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1117 1119 ac_cv_prog_cxx_works=yes 1118 1120 # If we can't run a trivial program, we are probably using a cross compiler. … … 1140 1142 fi 1141 1143 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1142 echo "configure:114 3: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&51144 echo "configure:1145: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 1143 1145 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 1144 1146 cross_compiling=$ac_cv_prog_cxx_cross 1145 1147 1146 1148 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 1147 echo "configure:11 48: checking whether we are using GNU C++" >&51149 echo "configure:1150: checking whether we are using GNU C++" >&5 1148 1150 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then 1149 1151 echo $ac_n "(cached) $ac_c" 1>&6 … … 1154 1156 #endif 1155 1157 EOF 1156 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:115 7: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1158 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1159: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1157 1159 ac_cv_prog_gxx=yes 1158 1160 else … … 1173 1175 CXXFLAGS= 1174 1176 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 1175 echo "configure:117 6: checking whether ${CXX-g++} accepts -g" >&51177 echo "configure:1178: checking whether ${CXX-g++} accepts -g" >&5 1176 1178 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 1177 1179 echo $ac_n "(cached) $ac_c" 1>&6 … … 1235 1237 # ./install, which can be erroneously created by make from ./install.sh. 1236 1238 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1237 echo "configure:12 38: checking for a BSD compatible install" >&51239 echo "configure:1240: checking for a BSD compatible install" >&5 1238 1240 if test -z "$INSTALL"; then 1239 1241 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 1288 1290 1289 1291 echo $ac_n "checking for AIX""... $ac_c" 1>&6 1290 echo "configure:129 1: checking for AIX" >&51292 echo "configure:1293: checking for AIX" >&5 1291 1293 cat > conftest.$ac_ext <<EOF 1292 #line 129 3"configure"1294 #line 1295 "configure" 1293 1295 #include "confdefs.h" 1294 1296 #ifdef _AIX … … 1316 1318 # other: CC=cc CXX=c++ 1317 1319 echo $ac_n "checking gcc version""... $ac_c" 1>&6 1318 echo "configure:13 19: checking gcc version" >&51320 echo "configure:1321: checking gcc version" >&5 1319 1321 if eval "test \"`echo '$''{'ac_cv_c_cpp'+set}'`\" = set"; then 1320 1322 echo $ac_n "(cached) $ac_c" 1>&6 … … 1348 1350 # check whether gcc accepts --no-rtti 1349 1351 echo $ac_n "checking whether gcc accepts --no-rtti""... $ac_c" 1>&6 1350 echo "configure:135 1: checking whether gcc accepts --no-rtti" >&51352 echo "configure:1353: checking whether gcc accepts --no-rtti" >&5 1351 1353 CXXFLAGS="${CXXFLAGS} --no-rtti" 1352 1354 if eval "test \"`echo '$''{'ac_cv_cxx_have_rtti'+set}'`\" = set"; then … … 1354 1356 else 1355 1357 cat > conftest.$ac_ext <<EOF 1356 #line 135 7"configure"1358 #line 1359 "configure" 1357 1359 #include "confdefs.h" 1358 1360 … … 1361 1363 ; return 0; } 1362 1364 EOF 1363 if { (eval echo configure:136 4: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1365 if { (eval echo configure:1366: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1364 1366 rm -rf conftest* 1365 1367 ac_cv_cxx_have_rtti=yes … … 1384 1386 # check whether gcc accepts --no-exceptions 1385 1387 echo $ac_n "checking whether gcc accepts --no-exceptions""... $ac_c" 1>&6 1386 echo "configure:138 7: checking whether gcc accepts --no-exceptions" >&51388 echo "configure:1389: checking whether gcc accepts --no-exceptions" >&5 1387 1389 CXXFLAGS="${CXXFLAGS} --no-exceptions" 1388 1390 if eval "test \"`echo '$''{'ac_cv_cxx_have_exceptions'+set}'`\" = set"; then … … 1390 1392 else 1391 1393 cat > conftest.$ac_ext <<EOF 1392 #line 139 3"configure"1394 #line 1395 "configure" 1393 1395 #include "confdefs.h" 1394 1396 … … 1397 1399 ; return 0; } 1398 1400 EOF 1399 if { (eval echo configure:140 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1401 if { (eval echo configure:1402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1400 1402 rm -rf conftest* 1401 1403 ac_cv_cxx_have_exceptions=yes … … 1435 1437 then 1436 1438 echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6 1437 echo "configure:14 38: checking whether compiler accepts -pipe" >&51439 echo "configure:1440: checking whether compiler accepts -pipe" >&5 1438 1440 temp_cflags="${CFLAGS}" 1439 1441 CFLAGS="${CFLAGS} -pipe" … … 1442 1444 else 1443 1445 cat > conftest.$ac_ext <<EOF 1444 #line 144 5"configure"1446 #line 1447 "configure" 1445 1447 #include "confdefs.h" 1446 1448 … … 1449 1451 ; return 0; } 1450 1452 EOF 1451 if { (eval echo configure:145 2: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1453 if { (eval echo configure:1454: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1452 1454 rm -rf conftest* 1453 1455 ac_cv_cxx_have_pipe=yes … … 1476 1478 # Customize CFLAGS 1477 1479 echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6 1478 echo "configure:14 79: checking whether _AIX is defined" >&51480 echo "configure:1481: checking whether _AIX is defined" >&5 1479 1481 if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then 1480 1482 echo $ac_n "(cached) $ac_c" 1>&6 1481 1483 else 1482 1484 cat > conftest.$ac_ext <<EOF 1483 #line 148 4"configure"1485 #line 1486 "configure" 1484 1486 #include "confdefs.h" 1485 1487 #ifdef _AIX … … 1540 1542 1541 1543 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1542 echo "configure:154 3: checking whether ${MAKE-make} sets \${MAKE}" >&51544 echo "configure:1545: checking whether ${MAKE-make} sets \${MAKE}" >&5 1543 1545 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1544 1546 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1623 1625 if test "${with_lex+set}" != set; then 1624 1626 echo $ac_n "checking for flex""... $ac_c" 1>&6 1625 echo "configure:162 6: checking for flex" >&51627 echo "configure:1628: checking for flex" >&5 1626 1628 cmd="egrep [2-9]\.[5-9]" 1627 1629 if eval "test \"`echo '$''{'ac_cv_prog_flex'+set}'`\" = set"; then … … 1655 1657 set dummy $ac_prog; ac_word=$2 1656 1658 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1657 echo "configure:16 58: checking for $ac_word" >&51659 echo "configure:1660: checking for $ac_word" >&5 1658 1660 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 1659 1661 echo $ac_n "(cached) $ac_c" 1>&6 … … 1695 1697 set dummy $ac_prog; ac_word=$2 1696 1698 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1697 echo "configure:1 698: checking for $ac_word" >&51699 echo "configure:1700: checking for $ac_word" >&5 1698 1700 if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then 1699 1701 echo $ac_n "(cached) $ac_c" 1>&6 … … 1730 1732 # ln -s 1731 1733 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1732 echo "configure:173 3: checking whether ln -s works" >&51734 echo "configure:1735: checking whether ln -s works" >&5 1733 1735 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1734 1736 echo $ac_n "(cached) $ac_c" 1>&6 … … 1756 1758 set dummy $ac_prog; ac_word=$2 1757 1759 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1758 echo "configure:17 59: checking for $ac_word" >&51760 echo "configure:1761: checking for $ac_word" >&5 1759 1761 if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then 1760 1762 echo $ac_n "(cached) $ac_c" 1>&6 … … 1791 1793 if test "$ac_cv_singuname" != ix86-Win; then 1792 1794 echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6 1793 echo "configure:179 4: checking for atof in -lm" >&51795 echo "configure:1796: checking for atof in -lm" >&5 1794 1796 ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'` 1795 1797 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1799 1801 LIBS="-lm $LIBS" 1800 1802 cat > conftest.$ac_ext <<EOF 1801 #line 180 2"configure"1803 #line 1804 "configure" 1802 1804 #include "confdefs.h" 1803 1805 /* Override any gcc2 internal prototype to avoid an error. */ … … 1810 1812 ; return 0; } 1811 1813 EOF 1812 if { (eval echo configure:181 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1814 if { (eval echo configure:1815: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1813 1815 rm -rf conftest* 1814 1816 eval "ac_cv_lib_$ac_lib_var=yes" … … 1839 1841 fi 1840 1842 echo $ac_n "checking for in -lnsl""... $ac_c" 1>&6 1841 echo "configure:184 2: checking for in -lnsl" >&51843 echo "configure:1844: checking for in -lnsl" >&5 1842 1844 ac_lib_var=`echo nsl'_' | sed 'y%./+-%__p_%'` 1843 1845 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1847 1849 LIBS="-lnsl $LIBS" 1848 1850 cat > conftest.$ac_ext <<EOF 1849 #line 185 0"configure"1851 #line 1852 "configure" 1850 1852 #include "confdefs.h" 1851 1853 /* Override any gcc2 internal prototype to avoid an error. */ … … 1858 1860 ; return 0; } 1859 1861 EOF 1860 if { (eval echo configure:186 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1862 if { (eval echo configure:1863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1861 1863 rm -rf conftest* 1862 1864 eval "ac_cv_lib_$ac_lib_var=yes" … … 1886 1888 1887 1889 echo $ac_n "checking for in -lsocket""... $ac_c" 1>&6 1888 echo "configure:18 89: checking for in -lsocket" >&51890 echo "configure:1891: checking for in -lsocket" >&5 1889 1891 ac_lib_var=`echo socket'_' | sed 'y%./+-%__p_%'` 1890 1892 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1894 1896 LIBS="-lsocket $LIBS" 1895 1897 cat > conftest.$ac_ext <<EOF 1896 #line 189 7"configure"1898 #line 1899 "configure" 1897 1899 #include "confdefs.h" 1898 1900 /* Override any gcc2 internal prototype to avoid an error. */ … … 1905 1907 ; return 0; } 1906 1908 EOF 1907 if { (eval echo configure:19 08: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1909 if { (eval echo configure:1910: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1908 1910 rm -rf conftest* 1909 1911 eval "ac_cv_lib_$ac_lib_var=yes" … … 1936 1938 1937 1939 echo $ac_n "checking for setenv in -lbsd""... $ac_c" 1>&6 1938 echo "configure:19 39: checking for setenv in -lbsd" >&51940 echo "configure:1941: checking for setenv in -lbsd" >&5 1939 1941 ac_lib_var=`echo bsd'_'setenv | sed 'y%./+-%__p_%'` 1940 1942 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1944 1946 LIBS="-lbsd $LIBS" 1945 1947 cat > conftest.$ac_ext <<EOF 1946 #line 194 7"configure"1948 #line 1949 "configure" 1947 1949 #include "confdefs.h" 1948 1950 /* Override any gcc2 internal prototype to avoid an error. */ … … 1955 1957 ; return 0; } 1956 1958 EOF 1957 if { (eval echo configure:19 58: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1959 if { (eval echo configure:1960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1958 1960 rm -rf conftest* 1959 1961 eval "ac_cv_lib_$ac_lib_var=yes" … … 1983 1985 1984 1986 echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6 1985 echo "configure:198 6: checking for listen in -lsocket" >&51987 echo "configure:1988: checking for listen in -lsocket" >&5 1986 1988 ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'` 1987 1989 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1991 1993 LIBS="-lsocket $LIBS" 1992 1994 cat > conftest.$ac_ext <<EOF 1993 #line 199 4"configure"1995 #line 1996 "configure" 1994 1996 #include "confdefs.h" 1995 1997 /* Override any gcc2 internal prototype to avoid an error. */ … … 2002 2004 ; return 0; } 2003 2005 EOF 2004 if { (eval echo configure:200 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2006 if { (eval echo configure:2007: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2005 2007 rm -rf conftest* 2006 2008 eval "ac_cv_lib_$ac_lib_var=yes" … … 2030 2032 2031 2033 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 2032 echo "configure:203 3: checking for gethostbyname in -lnsl" >&52034 echo "configure:2035: checking for gethostbyname in -lnsl" >&5 2033 2035 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 2034 2036 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2038 2040 LIBS="-lnsl $LIBS" 2039 2041 cat > conftest.$ac_ext <<EOF 2040 #line 204 1"configure"2042 #line 2043 "configure" 2041 2043 #include "confdefs.h" 2042 2044 /* Override any gcc2 internal prototype to avoid an error. */ … … 2049 2051 ; return 0; } 2050 2052 EOF 2051 if { (eval echo configure:205 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2053 if { (eval echo configure:2054: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2052 2054 rm -rf conftest* 2053 2055 eval "ac_cv_lib_$ac_lib_var=yes" … … 2081 2083 HPUX*) 2082 2084 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 2083 echo "configure:208 4: checking for shl_load in -ldld" >&52085 echo "configure:2086: checking for shl_load in -ldld" >&5 2084 2086 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 2085 2087 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2089 2091 LIBS="-ldld $LIBS" 2090 2092 cat > conftest.$ac_ext <<EOF 2091 #line 209 2"configure"2093 #line 2094 "configure" 2092 2094 #include "confdefs.h" 2093 2095 /* Override any gcc2 internal prototype to avoid an error. */ … … 2100 2102 ; return 0; } 2101 2103 EOF 2102 if { (eval echo configure:210 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2104 if { (eval echo configure:2105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2103 2105 rm -rf conftest* 2104 2106 eval "ac_cv_lib_$ac_lib_var=yes" … … 2139 2141 *Linux*) 2140 2142 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2141 echo "configure:214 2: checking for dlopen in -ldl" >&52143 echo "configure:2144: checking for dlopen in -ldl" >&5 2142 2144 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2143 2145 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2147 2149 LIBS="-ldl $LIBS" 2148 2150 cat > conftest.$ac_ext <<EOF 2149 #line 215 0"configure"2151 #line 2152 "configure" 2150 2152 #include "confdefs.h" 2151 2153 /* Override any gcc2 internal prototype to avoid an error. */ … … 2158 2160 ; return 0; } 2159 2161 EOF 2160 if { (eval echo configure:216 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2162 if { (eval echo configure:2163: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2161 2163 rm -rf conftest* 2162 2164 eval "ac_cv_lib_$ac_lib_var=yes" … … 2206 2208 SunOS-5) 2207 2209 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2208 echo "configure:22 09: checking for dlopen in -ldl" >&52210 echo "configure:2211: checking for dlopen in -ldl" >&5 2209 2211 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2210 2212 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2214 2216 LIBS="-ldl $LIBS" 2215 2217 cat > conftest.$ac_ext <<EOF 2216 #line 221 7"configure"2218 #line 2219 "configure" 2217 2219 #include "confdefs.h" 2218 2220 /* Override any gcc2 internal prototype to avoid an error. */ … … 2225 2227 ; return 0; } 2226 2228 EOF 2227 if { (eval echo configure:22 28: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2229 if { (eval echo configure:2230: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2228 2230 rm -rf conftest* 2229 2231 eval "ac_cv_lib_$ac_lib_var=yes" … … 2265 2267 ppcMac-darwin) 2266 2268 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2267 echo "configure:22 68: checking for dlopen in -ldl" >&52269 echo "configure:2270: checking for dlopen in -ldl" >&5 2268 2270 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2269 2271 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2273 2275 LIBS="-ldl $LIBS" 2274 2276 cat > conftest.$ac_ext <<EOF 2275 #line 227 6"configure"2277 #line 2278 "configure" 2276 2278 #include "confdefs.h" 2277 2279 /* Override any gcc2 internal prototype to avoid an error. */ … … 2284 2286 ; return 0; } 2285 2287 EOF 2286 if { (eval echo configure:228 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2288 if { (eval echo configure:2289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2287 2289 rm -rf conftest* 2288 2290 eval "ac_cv_lib_$ac_lib_var=yes" … … 2323 2325 ix86Mac-darwin) 2324 2326 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2325 echo "configure:232 6: checking for dlopen in -ldl" >&52327 echo "configure:2328: checking for dlopen in -ldl" >&5 2326 2328 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2327 2329 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2331 2333 LIBS="-ldl $LIBS" 2332 2334 cat > conftest.$ac_ext <<EOF 2333 #line 233 4"configure"2335 #line 2336 "configure" 2334 2336 #include "confdefs.h" 2335 2337 /* Override any gcc2 internal prototype to avoid an error. */ … … 2342 2344 ; return 0; } 2343 2345 EOF 2344 if { (eval echo configure:234 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2346 if { (eval echo configure:2347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2345 2347 rm -rf conftest* 2346 2348 eval "ac_cv_lib_$ac_lib_var=yes" … … 2381 2383 ix86-freebsd) 2382 2384 echo $ac_n "checking for dlopen in -lc""... $ac_c" 1>&6 2383 echo "configure:238 4: checking for dlopen in -lc" >&52385 echo "configure:2386: checking for dlopen in -lc" >&5 2384 2386 ac_lib_var=`echo c'_'dlopen | sed 'y%./+-%__p_%'` 2385 2387 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2389 2391 LIBS="-lc $LIBS" 2390 2392 cat > conftest.$ac_ext <<EOF 2391 #line 239 2"configure"2393 #line 2394 "configure" 2392 2394 #include "confdefs.h" 2393 2395 /* Override any gcc2 internal prototype to avoid an error. */ … … 2400 2402 ; return 0; } 2401 2403 EOF 2402 if { (eval echo configure:240 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2404 if { (eval echo configure:2405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2403 2405 rm -rf conftest* 2404 2406 eval "ac_cv_lib_$ac_lib_var=yes" … … 2447 2449 # heder file checks 2448 2450 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2449 echo "configure:245 0: checking for ANSI C header files" >&52451 echo "configure:2452: checking for ANSI C header files" >&5 2450 2452 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2451 2453 echo $ac_n "(cached) $ac_c" 1>&6 2452 2454 else 2453 2455 cat > conftest.$ac_ext <<EOF 2454 #line 245 5"configure"2456 #line 2457 "configure" 2455 2457 #include "confdefs.h" 2456 2458 #include <stdlib.h> … … 2460 2462 EOF 2461 2463 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2462 { (eval echo configure:246 3: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2464 { (eval echo configure:2465: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2463 2465 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2464 2466 if test -z "$ac_err"; then … … 2477 2479 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2478 2480 cat > conftest.$ac_ext <<EOF 2479 #line 248 0"configure"2481 #line 2482 "configure" 2480 2482 #include "confdefs.h" 2481 2483 #include <string.h> … … 2495 2497 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2496 2498 cat > conftest.$ac_ext <<EOF 2497 #line 2 498"configure"2499 #line 2500 "configure" 2498 2500 #include "confdefs.h" 2499 2501 #include <stdlib.h> … … 2516 2518 else 2517 2519 cat > conftest.$ac_ext <<EOF 2518 #line 25 19"configure"2520 #line 2521 "configure" 2519 2521 #include "confdefs.h" 2520 2522 #include <ctype.h> … … 2527 2529 2528 2530 EOF 2529 if { (eval echo configure:253 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2531 if { (eval echo configure:2532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2530 2532 then 2531 2533 : … … 2554 2556 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2555 2557 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2556 echo "configure:255 7: checking for $ac_hdr" >&52558 echo "configure:2559: checking for $ac_hdr" >&5 2557 2559 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2558 2560 echo $ac_n "(cached) $ac_c" 1>&6 2559 2561 else 2560 2562 cat > conftest.$ac_ext <<EOF 2561 #line 256 2"configure"2563 #line 2564 "configure" 2562 2564 #include "confdefs.h" 2563 2565 #include <$ac_hdr> 2564 2566 EOF 2565 2567 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2566 { (eval echo configure:256 7: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2568 { (eval echo configure:2569: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2567 2569 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2568 2570 if test -z "$ac_err"; then … … 2598 2600 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2599 2601 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2600 echo "configure:260 1: checking for $ac_hdr" >&52602 echo "configure:2603: checking for $ac_hdr" >&5 2601 2603 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2602 2604 echo $ac_n "(cached) $ac_c" 1>&6 2603 2605 else 2604 2606 cat > conftest.$ac_ext <<EOF 2605 #line 260 6"configure"2607 #line 2608 "configure" 2606 2608 #include "confdefs.h" 2607 2609 #include <$ac_hdr> 2608 2610 EOF 2609 2611 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2610 { (eval echo configure:261 1: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2612 { (eval echo configure:2613: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2611 2613 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2612 2614 if test -z "$ac_err"; then … … 2637 2639 # typedefs, structures 2638 2640 echo $ac_n "checking for working const""... $ac_c" 1>&6 2639 echo "configure:264 0: checking for working const" >&52641 echo "configure:2642: checking for working const" >&5 2640 2642 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2641 2643 echo $ac_n "(cached) $ac_c" 1>&6 2642 2644 else 2643 2645 cat > conftest.$ac_ext <<EOF 2644 #line 264 5"configure"2646 #line 2647 "configure" 2645 2647 #include "confdefs.h" 2646 2648 … … 2691 2693 ; return 0; } 2692 2694 EOF 2693 if { (eval echo configure:269 4: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2695 if { (eval echo configure:2696: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2694 2696 rm -rf conftest* 2695 2697 ac_cv_c_const=yes … … 2712 2714 2713 2715 echo $ac_n "checking for inline""... $ac_c" 1>&6 2714 echo "configure:271 5: checking for inline" >&52716 echo "configure:2717: checking for inline" >&5 2715 2717 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2716 2718 echo $ac_n "(cached) $ac_c" 1>&6 … … 2719 2721 for ac_kw in inline __inline__ __inline; do 2720 2722 cat > conftest.$ac_ext <<EOF 2721 #line 272 2"configure"2723 #line 2724 "configure" 2722 2724 #include "confdefs.h" 2723 2725 … … 2726 2728 ; return 0; } 2727 2729 EOF 2728 if { (eval echo configure:27 29: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2730 if { (eval echo configure:2731: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2729 2731 rm -rf conftest* 2730 2732 ac_cv_c_inline=$ac_kw; break … … 2752 2754 2753 2755 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2754 echo "configure:275 5: checking for size_t" >&52756 echo "configure:2757: checking for size_t" >&5 2755 2757 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2756 2758 echo $ac_n "(cached) $ac_c" 1>&6 2757 2759 else 2758 2760 cat > conftest.$ac_ext <<EOF 2759 #line 276 0"configure"2761 #line 2762 "configure" 2760 2762 #include "confdefs.h" 2761 2763 #include <sys/types.h> … … 2785 2787 2786 2788 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 2787 echo "configure:27 88: checking whether struct tm is in sys/time.h or time.h" >&52789 echo "configure:2790: checking whether struct tm is in sys/time.h or time.h" >&5 2788 2790 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then 2789 2791 echo $ac_n "(cached) $ac_c" 1>&6 2790 2792 else 2791 2793 cat > conftest.$ac_ext <<EOF 2792 #line 279 3"configure"2794 #line 2795 "configure" 2793 2795 #include "confdefs.h" 2794 2796 #include <sys/types.h> … … 2798 2800 ; return 0; } 2799 2801 EOF 2800 if { (eval echo configure:280 1: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2802 if { (eval echo configure:2803: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2801 2803 rm -rf conftest* 2802 2804 ac_cv_struct_tm=time.h … … 2819 2821 2820 2822 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 2821 echo "configure:282 2: checking whether time.h and sys/time.h may both be included" >&52823 echo "configure:2824: checking whether time.h and sys/time.h may both be included" >&5 2822 2824 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 2823 2825 echo $ac_n "(cached) $ac_c" 1>&6 2824 2826 else 2825 2827 cat > conftest.$ac_ext <<EOF 2826 #line 282 7"configure"2828 #line 2829 "configure" 2827 2829 #include "confdefs.h" 2828 2830 #include <sys/types.h> … … 2833 2835 ; return 0; } 2834 2836 EOF 2835 if { (eval echo configure:283 6: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2837 if { (eval echo configure:2838: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2836 2838 rm -rf conftest* 2837 2839 ac_cv_header_time=yes … … 2858 2860 # for constant arguments. Useless! 2859 2861 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2860 echo "configure:286 1: checking for working alloca.h" >&52862 echo "configure:2863: checking for working alloca.h" >&5 2861 2863 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2862 2864 echo $ac_n "(cached) $ac_c" 1>&6 2863 2865 else 2864 2866 cat > conftest.$ac_ext <<EOF 2865 #line 286 6"configure"2867 #line 2868 "configure" 2866 2868 #include "confdefs.h" 2867 2869 #include <alloca.h> … … 2870 2872 ; return 0; } 2871 2873 EOF 2872 if { (eval echo configure:287 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2874 if { (eval echo configure:2875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2873 2875 rm -rf conftest* 2874 2876 ac_cv_header_alloca_h=yes … … 2891 2893 2892 2894 echo $ac_n "checking for alloca""... $ac_c" 1>&6 2893 echo "configure:289 4: checking for alloca" >&52895 echo "configure:2896: checking for alloca" >&5 2894 2896 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 2895 2897 echo $ac_n "(cached) $ac_c" 1>&6 2896 2898 else 2897 2899 cat > conftest.$ac_ext <<EOF 2898 #line 2 899"configure"2900 #line 2901 "configure" 2899 2901 #include "confdefs.h" 2900 2902 … … 2924 2926 ; return 0; } 2925 2927 EOF 2926 if { (eval echo configure:292 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2928 if { (eval echo configure:2929: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2927 2929 rm -rf conftest* 2928 2930 ac_cv_func_alloca_works=yes … … 2956 2958 2957 2959 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 2958 echo "configure:29 59: checking whether alloca needs Cray hooks" >&52960 echo "configure:2961: checking whether alloca needs Cray hooks" >&5 2959 2961 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 2960 2962 echo $ac_n "(cached) $ac_c" 1>&6 2961 2963 else 2962 2964 cat > conftest.$ac_ext <<EOF 2963 #line 296 4"configure"2965 #line 2966 "configure" 2964 2966 #include "confdefs.h" 2965 2967 #if defined(CRAY) && ! defined(CRAY2) … … 2986 2988 for ac_func in _getb67 GETB67 getb67; do 2987 2989 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2988 echo "configure:29 89: checking for $ac_func" >&52990 echo "configure:2991: checking for $ac_func" >&5 2989 2991 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2990 2992 echo $ac_n "(cached) $ac_c" 1>&6 2991 2993 else 2992 2994 cat > conftest.$ac_ext <<EOF 2993 #line 299 4"configure"2995 #line 2996 "configure" 2994 2996 #include "confdefs.h" 2995 2997 /* System header to define __stub macros and hopefully few prototypes, … … 3014 3016 ; return 0; } 3015 3017 EOF 3016 if { (eval echo configure:301 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3018 if { (eval echo configure:3019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3017 3019 rm -rf conftest* 3018 3020 eval "ac_cv_func_$ac_func=yes" … … 3041 3043 3042 3044 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 3043 echo "configure:304 4: checking stack direction for C alloca" >&53045 echo "configure:3046: checking stack direction for C alloca" >&5 3044 3046 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 3045 3047 echo $ac_n "(cached) $ac_c" 1>&6 … … 3049 3051 else 3050 3052 cat > conftest.$ac_ext <<EOF 3051 #line 305 2"configure"3053 #line 3054 "configure" 3052 3054 #include "confdefs.h" 3053 3055 find_stack_direction () … … 3068 3070 } 3069 3071 EOF 3070 if { (eval echo configure:307 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3072 if { (eval echo configure:3073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3071 3073 then 3072 3074 ac_cv_c_stack_direction=1 … … 3091 3093 if test $ac_cv_prog_gcc = yes; then 3092 3094 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 3093 echo "configure:309 4: checking whether ${CC-cc} needs -traditional" >&53095 echo "configure:3096: checking whether ${CC-cc} needs -traditional" >&5 3094 3096 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then 3095 3097 echo $ac_n "(cached) $ac_c" 1>&6 … … 3097 3099 ac_pattern="Autoconf.*'x'" 3098 3100 cat > conftest.$ac_ext <<EOF 3099 #line 310 0"configure"3101 #line 3102 "configure" 3100 3102 #include "confdefs.h" 3101 3103 #include <sgtty.h> … … 3115 3117 if test $ac_cv_prog_gcc_traditional = no; then 3116 3118 cat > conftest.$ac_ext <<EOF 3117 #line 31 18"configure"3119 #line 3120 "configure" 3118 3120 #include "confdefs.h" 3119 3121 #include <termio.h> … … 3140 3142 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3141 3143 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3142 echo "configure:314 3: checking for $ac_hdr" >&53144 echo "configure:3145: checking for $ac_hdr" >&5 3143 3145 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3144 3146 echo $ac_n "(cached) $ac_c" 1>&6 3145 3147 else 3146 3148 cat > conftest.$ac_ext <<EOF 3147 #line 31 48"configure"3149 #line 3150 "configure" 3148 3150 #include "confdefs.h" 3149 3151 #include <$ac_hdr> 3150 3152 EOF 3151 3153 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3152 { (eval echo configure:315 3: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3154 { (eval echo configure:3155: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3153 3155 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3154 3156 if test -z "$ac_err"; then … … 3179 3181 do 3180 3182 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3181 echo "configure:318 2: checking for $ac_func" >&53183 echo "configure:3184: checking for $ac_func" >&5 3182 3184 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3183 3185 echo $ac_n "(cached) $ac_c" 1>&6 3184 3186 else 3185 3187 cat > conftest.$ac_ext <<EOF 3186 #line 318 7"configure"3188 #line 3189 "configure" 3187 3189 #include "confdefs.h" 3188 3190 /* System header to define __stub macros and hopefully few prototypes, … … 3207 3209 ; return 0; } 3208 3210 EOF 3209 if { (eval echo configure:321 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3211 if { (eval echo configure:3212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3210 3212 rm -rf conftest* 3211 3213 eval "ac_cv_func_$ac_func=yes" … … 3232 3234 3233 3235 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 3234 echo "configure:323 5: checking for working mmap" >&53236 echo "configure:3237: checking for working mmap" >&5 3235 3237 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 3236 3238 echo $ac_n "(cached) $ac_c" 1>&6 … … 3240 3242 else 3241 3243 cat > conftest.$ac_ext <<EOF 3242 #line 324 3"configure"3244 #line 3245 "configure" 3243 3245 #include "confdefs.h" 3244 3246 … … 3380 3382 3381 3383 EOF 3382 if { (eval echo configure:338 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3384 if { (eval echo configure:3385: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3383 3385 then 3384 3386 ac_cv_func_mmap_fixed_mapped=yes … … 3403 3405 3404 3406 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 3405 echo "configure:340 6: checking return type of signal handlers" >&53407 echo "configure:3408: checking return type of signal handlers" >&5 3406 3408 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 3407 3409 echo $ac_n "(cached) $ac_c" 1>&6 3408 3410 else 3409 3411 cat > conftest.$ac_ext <<EOF 3410 #line 341 1"configure"3412 #line 3413 "configure" 3411 3413 #include "confdefs.h" 3412 3414 #include <sys/types.h> … … 3425 3427 ; return 0; } 3426 3428 EOF 3427 if { (eval echo configure:34 28: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3429 if { (eval echo configure:3430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3428 3430 rm -rf conftest* 3429 3431 ac_cv_type_signal=void … … 3444 3446 3445 3447 echo $ac_n "checking for vprintf""... $ac_c" 1>&6 3446 echo "configure:344 7: checking for vprintf" >&53448 echo "configure:3449: checking for vprintf" >&5 3447 3449 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then 3448 3450 echo $ac_n "(cached) $ac_c" 1>&6 3449 3451 else 3450 3452 cat > conftest.$ac_ext <<EOF 3451 #line 345 2"configure"3453 #line 3454 "configure" 3452 3454 #include "confdefs.h" 3453 3455 /* System header to define __stub macros and hopefully few prototypes, … … 3472 3474 ; return 0; } 3473 3475 EOF 3474 if { (eval echo configure:347 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3476 if { (eval echo configure:3477: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3475 3477 rm -rf conftest* 3476 3478 eval "ac_cv_func_vprintf=yes" … … 3496 3498 if test "$ac_cv_func_vprintf" != yes; then 3497 3499 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 3498 echo "configure:3 499: checking for _doprnt" >&53500 echo "configure:3501: checking for _doprnt" >&5 3499 3501 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then 3500 3502 echo $ac_n "(cached) $ac_c" 1>&6 3501 3503 else 3502 3504 cat > conftest.$ac_ext <<EOF 3503 #line 350 4"configure"3505 #line 3506 "configure" 3504 3506 #include "confdefs.h" 3505 3507 /* System header to define __stub macros and hopefully few prototypes, … … 3524 3526 ; return 0; } 3525 3527 EOF 3526 if { (eval echo configure:352 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3528 if { (eval echo configure:3529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3527 3529 rm -rf conftest* 3528 3530 eval "ac_cv_func__doprnt=yes" … … 3550 3552 3551 3553 echo $ac_n "checking for library containing setenv""... $ac_c" 1>&6 3552 echo "configure:355 3: checking for library containing setenv" >&53554 echo "configure:3555: checking for library containing setenv" >&5 3553 3555 if eval "test \"`echo '$''{'ac_cv_search_setenv'+set}'`\" = set"; then 3554 3556 echo $ac_n "(cached) $ac_c" 1>&6 … … 3557 3559 ac_cv_search_setenv="no" 3558 3560 cat > conftest.$ac_ext <<EOF 3559 #line 356 0"configure"3561 #line 3562 "configure" 3560 3562 #include "confdefs.h" 3561 3563 /* Override any gcc2 internal prototype to avoid an error. */ … … 3568 3570 ; return 0; } 3569 3571 EOF 3570 if { (eval echo configure:357 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3572 if { (eval echo configure:3573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3571 3573 rm -rf conftest* 3572 3574 ac_cv_search_setenv="none required" … … 3579 3581 LIBS="-l$i $ac_func_search_save_LIBS" 3580 3582 cat > conftest.$ac_ext <<EOF 3581 #line 358 2"configure"3583 #line 3584 "configure" 3582 3584 #include "confdefs.h" 3583 3585 /* Override any gcc2 internal prototype to avoid an error. */ … … 3590 3592 ; return 0; } 3591 3593 EOF 3592 if { (eval echo configure:359 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3594 if { (eval echo configure:3595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3593 3595 rm -rf conftest* 3594 3596 ac_cv_search_setenv="-l$i" … … 3614 3616 do 3615 3617 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3616 echo "configure:361 7: checking for $ac_func" >&53618 echo "configure:3619: checking for $ac_func" >&5 3617 3619 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3618 3620 echo $ac_n "(cached) $ac_c" 1>&6 3619 3621 else 3620 3622 cat > conftest.$ac_ext <<EOF 3621 #line 362 2"configure"3623 #line 3624 "configure" 3622 3624 #include "confdefs.h" 3623 3625 /* System header to define __stub macros and hopefully few prototypes, … … 3642 3644 ; return 0; } 3643 3645 EOF 3644 if { (eval echo configure:364 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3646 if { (eval echo configure:3647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3645 3647 rm -rf conftest* 3646 3648 eval "ac_cv_func_$ac_func=yes" … … 3671 3673 # arithmetic shifts 3672 3674 echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6 3673 echo "configure:367 4: checking whether your machine has correct arithmetic shifts" >&53675 echo "configure:3676: checking whether your machine has correct arithmetic shifts" >&5 3674 3676 if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then 3675 3677 echo $ac_n "(cached) $ac_c" 1>&6 … … 3684 3686 else 3685 3687 cat > conftest.$ac_ext <<EOF 3686 #line 368 7"configure"3688 #line 3689 "configure" 3687 3689 #include "confdefs.h" 3688 3690 int main() { if (-2 >> 1 == -1) return(0); else return(1); } 3689 3691 EOF 3690 if { (eval echo configure:369 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3692 if { (eval echo configure:3693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3691 3693 then 3692 3694 ac_cv_shift=yes … … 3713 3715 # check for a peculiar constructor initialization 3714 3716 echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6 3715 echo "configure:371 6: checking whether explicit C++ constructor calls are allowed" >&53717 echo "configure:3718: checking whether explicit C++ constructor calls are allowed" >&5 3716 3718 3717 3719 ac_ext=C … … 3726 3728 else 3727 3729 cat > conftest.$ac_ext <<EOF 3728 #line 37 29"configure"3730 #line 3731 "configure" 3729 3731 #include "confdefs.h" 3730 3732 … … 3744 3746 ; return 0; } 3745 3747 EOF 3746 if { (eval echo configure:374 7: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3748 if { (eval echo configure:3749: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3747 3749 rm -rf conftest* 3748 3750 ac_cv_explicit_const=yes … … 3773 3775 # sprintf returns number of printed chars 3774 3776 echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6 3775 echo "configure:377 6: checking whether vsprintf returns number of printed chars" >&53777 echo "configure:3778: checking whether vsprintf returns number of printed chars" >&5 3776 3778 if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then 3777 3779 echo $ac_n "(cached) $ac_c" 1>&6 … … 3781 3783 else 3782 3784 cat > conftest.$ac_ext <<EOF 3783 #line 378 4"configure"3785 #line 3786 "configure" 3784 3786 #include "confdefs.h" 3785 3787 #include <stdio.h> 3786 3788 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); } 3787 3789 EOF 3788 if { (eval echo configure:37 89: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3790 if { (eval echo configure:3791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3789 3791 then 3790 3792 ac_cv_returns_n_of_chars=yes … … 3812 3814 # determine ALIGN_8 3813 3815 echo $ac_n "checking size of char""... $ac_c" 1>&6 3814 echo "configure:381 5: checking size of char" >&53816 echo "configure:3817: checking size of char" >&5 3815 3817 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then 3816 3818 echo $ac_n "(cached) $ac_c" 1>&6 … … 3820 3822 else 3821 3823 cat > conftest.$ac_ext <<EOF 3822 #line 382 3"configure"3824 #line 3825 "configure" 3823 3825 #include "confdefs.h" 3824 3826 #include <stdio.h> … … 3831 3833 } 3832 3834 EOF 3833 if { (eval echo configure:383 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3835 if { (eval echo configure:3836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3834 3836 then 3835 3837 ac_cv_sizeof_char=`cat conftestval` … … 3851 3853 3852 3854 echo $ac_n "checking size of short""... $ac_c" 1>&6 3853 echo "configure:385 4: checking size of short" >&53855 echo "configure:3856: checking size of short" >&5 3854 3856 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 3855 3857 echo $ac_n "(cached) $ac_c" 1>&6 … … 3859 3861 else 3860 3862 cat > conftest.$ac_ext <<EOF 3861 #line 386 2"configure"3863 #line 3864 "configure" 3862 3864 #include "confdefs.h" 3863 3865 #include <stdio.h> … … 3870 3872 } 3871 3873 EOF 3872 if { (eval echo configure:387 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3874 if { (eval echo configure:3875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3873 3875 then 3874 3876 ac_cv_sizeof_short=`cat conftestval` … … 3890 3892 3891 3893 echo $ac_n "checking size of int""... $ac_c" 1>&6 3892 echo "configure:389 3: checking size of int" >&53894 echo "configure:3895: checking size of int" >&5 3893 3895 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 3894 3896 echo $ac_n "(cached) $ac_c" 1>&6 … … 3898 3900 else 3899 3901 cat > conftest.$ac_ext <<EOF 3900 #line 390 1"configure"3902 #line 3903 "configure" 3901 3903 #include "confdefs.h" 3902 3904 #include <stdio.h> … … 3909 3911 } 3910 3912 EOF 3911 if { (eval echo configure:391 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3913 if { (eval echo configure:3914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3912 3914 then 3913 3915 ac_cv_sizeof_int=`cat conftestval` … … 3929 3931 3930 3932 echo $ac_n "checking size of long""... $ac_c" 1>&6 3931 echo "configure:393 2: checking size of long" >&53933 echo "configure:3934: checking size of long" >&5 3932 3934 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 3933 3935 echo $ac_n "(cached) $ac_c" 1>&6 … … 3937 3939 else 3938 3940 cat > conftest.$ac_ext <<EOF 3939 #line 394 0"configure"3941 #line 3942 "configure" 3940 3942 #include "confdefs.h" 3941 3943 #include <stdio.h> … … 3948 3950 } 3949 3951 EOF 3950 if { (eval echo configure:395 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3952 if { (eval echo configure:3953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3951 3953 then 3952 3954 ac_cv_sizeof_long=`cat conftestval` … … 3968 3970 3969 3971 echo $ac_n "checking size of void*""... $ac_c" 1>&6 3970 echo "configure:397 1: checking size of void*" >&53972 echo "configure:3973: checking size of void*" >&5 3971 3973 if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then 3972 3974 echo $ac_n "(cached) $ac_c" 1>&6 … … 3976 3978 else 3977 3979 cat > conftest.$ac_ext <<EOF 3978 #line 39 79"configure"3980 #line 3981 "configure" 3979 3981 #include "confdefs.h" 3980 3982 #include <stdio.h> … … 3987 3989 } 3988 3990 EOF 3989 if { (eval echo configure:399 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3991 if { (eval echo configure:3992: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3990 3992 then 3991 3993 ac_cv_sizeof_voidp=`cat conftestval` … … 4007 4009 4008 4010 echo $ac_n "checking size of double""... $ac_c" 1>&6 4009 echo "configure:401 0: checking size of double" >&54011 echo "configure:4012: checking size of double" >&5 4010 4012 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then 4011 4013 echo $ac_n "(cached) $ac_c" 1>&6 … … 4015 4017 else 4016 4018 cat > conftest.$ac_ext <<EOF 4017 #line 40 18"configure"4019 #line 4020 "configure" 4018 4020 #include "confdefs.h" 4019 4021 #include <stdio.h> … … 4026 4028 } 4027 4029 EOF 4028 if { (eval echo configure:40 29: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null4030 if { (eval echo configure:4031: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4029 4031 then 4030 4032 ac_cv_sizeof_double=`cat conftestval` … … 4046 4048 4047 4049 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 4048 echo "configure:40 49: checking whether byte ordering is bigendian" >&54050 echo "configure:4051: checking whether byte ordering is bigendian" >&5 4049 4051 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then 4050 4052 echo $ac_n "(cached) $ac_c" 1>&6 … … 4053 4055 # See if sys/param.h defines the BYTE_ORDER macro. 4054 4056 cat > conftest.$ac_ext <<EOF 4055 #line 405 6"configure"4057 #line 4058 "configure" 4056 4058 #include "confdefs.h" 4057 4059 #include <sys/types.h> … … 4064 4066 ; return 0; } 4065 4067 EOF 4066 if { (eval echo configure:406 7: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4068 if { (eval echo configure:4069: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4067 4069 rm -rf conftest* 4068 4070 # It does; now see whether it defined to BIG_ENDIAN or not. 4069 4071 cat > conftest.$ac_ext <<EOF 4070 #line 407 1"configure"4072 #line 4073 "configure" 4071 4073 #include "confdefs.h" 4072 4074 #include <sys/types.h> … … 4079 4081 ; return 0; } 4080 4082 EOF 4081 if { (eval echo configure:408 2: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4083 if { (eval echo configure:4084: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4082 4084 rm -rf conftest* 4083 4085 ac_cv_c_bigendian=yes … … 4099 4101 else 4100 4102 cat > conftest.$ac_ext <<EOF 4101 #line 410 2"configure"4103 #line 4104 "configure" 4102 4104 #include "confdefs.h" 4103 4105 main () { … … 4112 4114 } 4113 4115 EOF 4114 if { (eval echo configure:411 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null4116 if { (eval echo configure:4117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4115 4117 then 4116 4118 ac_cv_c_bigendian=no … … 4256 4258 fi 4257 4259 4260 # Check whether --with-RatGB or --without-RatGB was given. 4261 if test "${with_RatGB+set}" = set; then 4262 withval="$with_RatGB" 4263 : 4264 fi 4265 4258 4266 4259 4267 4260 4268 4261 4269 echo $ac_n "checking whether to use dynamic linking""... $ac_c" 1>&6 4262 echo "configure:42 63: checking whether to use dynamic linking" >&54270 echo "configure:4271: checking whether to use dynamic linking" >&5 4263 4271 if test "$with_dl" != no && test "$ac_lib_dl" = yes; then 4264 4272 cat >> confdefs.h <<\EOF … … 4273 4281 4274 4282 echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 4275 echo "configure:42 76: checking for tgetent in -lncurses" >&54283 echo "configure:4284: checking for tgetent in -lncurses" >&5 4276 4284 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` 4277 4285 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4281 4289 LIBS="-lncurses $LIBS" 4282 4290 cat > conftest.$ac_ext <<EOF 4283 #line 42 84"configure"4291 #line 4292 "configure" 4284 4292 #include "confdefs.h" 4285 4293 /* Override any gcc2 internal prototype to avoid an error. */ … … 4292 4300 ; return 0; } 4293 4301 EOF 4294 if { (eval echo configure:4 295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4302 if { (eval echo configure:4303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4295 4303 rm -rf conftest* 4296 4304 eval "ac_cv_lib_$ac_lib_var=yes" … … 4319 4327 \ 4320 4328 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 4321 echo "configure:43 22: checking for tgetent in -lcurses" >&54329 echo "configure:4330: checking for tgetent in -lcurses" >&5 4322 4330 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` 4323 4331 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4327 4335 LIBS="-lcurses $LIBS" 4328 4336 cat > conftest.$ac_ext <<EOF 4329 #line 433 0"configure"4337 #line 4338 "configure" 4330 4338 #include "confdefs.h" 4331 4339 /* Override any gcc2 internal prototype to avoid an error. */ … … 4338 4346 ; return 0; } 4339 4347 EOF 4340 if { (eval echo configure:434 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4348 if { (eval echo configure:4349: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4341 4349 rm -rf conftest* 4342 4350 eval "ac_cv_lib_$ac_lib_var=yes" … … 4365 4373 \ 4366 4374 echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 4367 echo "configure:43 68: checking for tgetent in -ltermcap" >&54375 echo "configure:4376: checking for tgetent in -ltermcap" >&5 4368 4376 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` 4369 4377 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4373 4381 LIBS="-ltermcap $LIBS" 4374 4382 cat > conftest.$ac_ext <<EOF 4375 #line 43 76"configure"4383 #line 4384 "configure" 4376 4384 #include "confdefs.h" 4377 4385 /* Override any gcc2 internal prototype to avoid an error. */ … … 4384 4392 ; return 0; } 4385 4393 EOF 4386 if { (eval echo configure:43 87: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4394 if { (eval echo configure:4395: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4387 4395 rm -rf conftest* 4388 4396 eval "ac_cv_lib_$ac_lib_var=yes" … … 4433 4441 4434 4442 echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6 4435 echo "configure:44 36: checking for rl_abort in -lreadline" >&54443 echo "configure:4444: checking for rl_abort in -lreadline" >&5 4436 4444 ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'` 4437 4445 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4441 4449 LIBS="-lreadline $LIBS" 4442 4450 cat > conftest.$ac_ext <<EOF 4443 #line 44 44"configure"4451 #line 4452 "configure" 4444 4452 #include "confdefs.h" 4445 4453 /* Override any gcc2 internal prototype to avoid an error. */ … … 4455 4463 ; return 0; } 4456 4464 EOF 4457 if { (eval echo configure:44 58: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4465 if { (eval echo configure:4466: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4458 4466 rm -rf conftest* 4459 4467 eval "ac_cv_lib_$ac_lib_var=yes" … … 4483 4491 4484 4492 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 4485 echo "configure:44 86: checking how to run the C++ preprocessor" >&54493 echo "configure:4494: checking how to run the C++ preprocessor" >&5 4486 4494 if test -z "$CXXCPP"; then 4487 4495 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then … … 4496 4504 CXXCPP="${CXX-g++} -E" 4497 4505 cat > conftest.$ac_ext <<EOF 4498 #line 4 499"configure"4506 #line 4507 "configure" 4499 4507 #include "confdefs.h" 4500 4508 #include <stdlib.h> 4501 4509 EOF 4502 4510 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4503 { (eval echo configure:45 04: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4511 { (eval echo configure:4512: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4504 4512 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4505 4513 if test -z "$ac_err"; then … … 4529 4537 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4530 4538 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4531 echo "configure:45 32: checking for $ac_hdr" >&54539 echo "configure:4540: checking for $ac_hdr" >&5 4532 4540 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4533 4541 echo $ac_n "(cached) $ac_c" 1>&6 4534 4542 else 4535 4543 cat > conftest.$ac_ext <<EOF 4536 #line 45 37"configure"4544 #line 4545 "configure" 4537 4545 #include "confdefs.h" 4538 4546 #include <$ac_hdr> 4539 4547 EOF 4540 4548 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4541 { (eval echo configure:45 42: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4549 { (eval echo configure:4550: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4542 4550 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4543 4551 if test -z "$ac_err"; then … … 4568 4576 test "$ac_cv_header_readline_readline_h" = yes; then 4569 4577 echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6 4570 echo "configure:457 1: checking whether readline.h is ok" >&54578 echo "configure:4579: checking whether readline.h is ok" >&5 4571 4579 if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then 4572 4580 echo $ac_n "(cached) $ac_c" 1>&6 4573 4581 else 4574 4582 cat > conftest.$ac_ext <<EOF 4575 #line 45 76"configure"4583 #line 4584 "configure" 4576 4584 #include "confdefs.h" 4577 4585 #include<unistd.h> … … 4586 4594 ; return 0; } 4587 4595 EOF 4588 if { (eval echo configure:45 89: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4596 if { (eval echo configure:4597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4589 4597 rm -rf conftest* 4590 4598 ac_cv_header_readline_readline_h_ok="yes" … … 4602 4610 #not ok -- try once more with explicitly declaring everything 4603 4611 echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6 4604 echo "configure:46 05: checking whether or not we nevertheless can use readline" >&54612 echo "configure:4613: checking whether or not we nevertheless can use readline" >&5 4605 4613 if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then 4606 4614 echo $ac_n "(cached) $ac_c" 1>&6 4607 4615 else 4608 4616 cat > conftest.$ac_ext <<EOF 4609 #line 461 0"configure"4617 #line 4618 "configure" 4610 4618 #include "confdefs.h" 4611 4619 #include <stdio.h> … … 4641 4649 ; return 0; } 4642 4650 EOF 4643 if { (eval echo configure:46 44: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4651 if { (eval echo configure:4652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4644 4652 rm -rf conftest* 4645 4653 ac_cv_have_readline="yes" … … 4680 4688 4681 4689 echo $ac_n "checking which readline to use""... $ac_c" 1>&6 4682 echo "configure:46 83: checking which readline to use" >&54690 echo "configure:4691: checking which readline to use" >&5 4683 4691 if test "$ac_cv_with_readline" = dynamic; then 4684 4692 echo "$ac_t""dynamic" 1>&6 … … 4700 4708 # gmp, MP, MPT, factory, libfac 4701 4709 echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6 4702 echo "configure:47 03: checking for main in -lgmp" >&54710 echo "configure:4711: checking for main in -lgmp" >&5 4703 4711 ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'` 4704 4712 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4708 4716 LIBS="-lgmp $LIBS" 4709 4717 cat > conftest.$ac_ext <<EOF 4710 #line 471 1"configure"4718 #line 4719 "configure" 4711 4719 #include "confdefs.h" 4712 4720 … … 4715 4723 ; return 0; } 4716 4724 EOF 4717 if { (eval echo configure:47 18: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4725 if { (eval echo configure:4726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4718 4726 rm -rf conftest* 4719 4727 eval "ac_cv_lib_$ac_lib_var=yes" … … 4744 4752 SAVE_LIBS=$LIBS 4745 4753 echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6 4746 echo "configure:47 47: checking for IMP_PutGmpInt in -lMP" >&54754 echo "configure:4755: checking for IMP_PutGmpInt in -lMP" >&5 4747 4755 ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'` 4748 4756 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4752 4760 LIBS="-lMP $MP_LIBS $LIBS" 4753 4761 cat > conftest.$ac_ext <<EOF 4754 #line 47 55"configure"4762 #line 4763 "configure" 4755 4763 #include "confdefs.h" 4756 4764 /* Override any gcc2 internal prototype to avoid an error. */ … … 4763 4771 ; return 0; } 4764 4772 EOF 4765 if { (eval echo configure:47 66: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4773 if { (eval echo configure:4774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4766 4774 rm -rf conftest* 4767 4775 eval "ac_cv_lib_$ac_lib_var=yes" … … 4791 4799 4792 4800 echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6 4793 echo "configure:4 794: checking for MPT_GetTree in -lMPT" >&54801 echo "configure:4802: checking for MPT_GetTree in -lMPT" >&5 4794 4802 ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'` 4795 4803 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4799 4807 LIBS="-lMPT $MP_LIBS $LIBS" 4800 4808 cat > conftest.$ac_ext <<EOF 4801 #line 48 02"configure"4809 #line 4810 "configure" 4802 4810 #include "confdefs.h" 4803 4811 /* Override any gcc2 internal prototype to avoid an error. */ … … 4810 4818 ; return 0; } 4811 4819 EOF 4812 if { (eval echo configure:48 13: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4820 if { (eval echo configure:4821: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4813 4821 rm -rf conftest* 4814 4822 eval "ac_cv_lib_$ac_lib_var=yes" … … 4839 4847 LIBS=$SAVE_LIBS 4840 4848 echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6 4841 echo "configure:48 42: checking for atof in -lsingcf" >&54849 echo "configure:4850: checking for atof in -lsingcf" >&5 4842 4850 ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'` 4843 4851 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4847 4855 LIBS="-lsingcf $LIBS" 4848 4856 cat > conftest.$ac_ext <<EOF 4849 #line 485 0"configure"4857 #line 4858 "configure" 4850 4858 #include "confdefs.h" 4851 4859 /* Override any gcc2 internal prototype to avoid an error. */ … … 4858 4866 ; return 0; } 4859 4867 EOF 4860 if { (eval echo configure:486 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4868 if { (eval echo configure:4869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4861 4869 rm -rf conftest* 4862 4870 eval "ac_cv_lib_$ac_lib_var=yes" … … 4886 4894 4887 4895 echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6 4888 echo "configure:48 89: checking for atof in -lsingfac" >&54896 echo "configure:4897: checking for atof in -lsingfac" >&5 4889 4897 ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'` 4890 4898 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4894 4902 LIBS="-lsingfac $LIBS" 4895 4903 cat > conftest.$ac_ext <<EOF 4896 #line 4 897"configure"4904 #line 4905 "configure" 4897 4905 #include "confdefs.h" 4898 4906 /* Override any gcc2 internal prototype to avoid an error. */ … … 4905 4913 ; return 0; } 4906 4914 EOF 4907 if { (eval echo configure:49 08: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4915 if { (eval echo configure:4916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4908 4916 rm -rf conftest* 4909 4917 eval "ac_cv_lib_$ac_lib_var=yes" … … 4933 4941 4934 4942 echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6 4935 echo "configure:49 36: checking for omTestAddr in -lomalloc" >&54943 echo "configure:4944: checking for omTestAddr in -lomalloc" >&5 4936 4944 ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'` 4937 4945 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4941 4949 LIBS="-lomalloc $LIBS" 4942 4950 cat > conftest.$ac_ext <<EOF 4943 #line 49 44"configure"4951 #line 4952 "configure" 4944 4952 #include "confdefs.h" 4945 4953 /* Override any gcc2 internal prototype to avoid an error. */ … … 4952 4960 ; return 0; } 4953 4961 EOF 4954 if { (eval echo configure:49 55: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4962 if { (eval echo configure:4963: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4955 4963 rm -rf conftest* 4956 4964 eval "ac_cv_lib_$ac_lib_var=yes" … … 4980 4988 4981 4989 echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6 4982 echo "configure:49 83: checking for main in -lomalloc_ndebug" >&54990 echo "configure:4991: checking for main in -lomalloc_ndebug" >&5 4983 4991 ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'` 4984 4992 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4988 4996 LIBS="-lomalloc_ndebug $LIBS" 4989 4997 cat > conftest.$ac_ext <<EOF 4990 #line 499 1"configure"4998 #line 4999 "configure" 4991 4999 #include "confdefs.h" 4992 5000 … … 4995 5003 ; return 0; } 4996 5004 EOF 4997 if { (eval echo configure: 4998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5005 if { (eval echo configure:5006: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4998 5006 rm -rf conftest* 4999 5007 eval "ac_cv_lib_$ac_lib_var=yes" … … 5023 5031 5024 5032 echo $ac_n "checking for main in -lntl""... $ac_c" 1>&6 5025 echo "configure:50 26: checking for main in -lntl" >&55033 echo "configure:5034: checking for main in -lntl" >&5 5026 5034 ac_lib_var=`echo ntl'_'main | sed 'y%./+-%__p_%'` 5027 5035 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 5031 5039 LIBS="-lntl $LIBS" 5032 5040 cat > conftest.$ac_ext <<EOF 5033 #line 50 34"configure"5041 #line 5042 "configure" 5034 5042 #include "confdefs.h" 5035 5043 … … 5038 5046 ; return 0; } 5039 5047 EOF 5040 if { (eval echo configure:504 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5048 if { (eval echo configure:5049: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5041 5049 rm -rf conftest* 5042 5050 eval "ac_cv_lib_$ac_lib_var=yes" … … 5071 5079 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5072 5080 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5073 echo "configure:50 74: checking for $ac_hdr" >&55081 echo "configure:5082: checking for $ac_hdr" >&5 5074 5082 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5075 5083 echo $ac_n "(cached) $ac_c" 1>&6 5076 5084 else 5077 5085 cat > conftest.$ac_ext <<EOF 5078 #line 50 79"configure"5086 #line 5087 "configure" 5079 5087 #include "confdefs.h" 5080 5088 #include <$ac_hdr> 5081 5089 EOF 5082 5090 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5083 { (eval echo configure:50 84: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }5091 { (eval echo configure:5092: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5084 5092 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5085 5093 if test -z "$ac_err"; then … … 5109 5117 5110 5118 echo $ac_n "checking whether to use Boost""... $ac_c" 1>&6 5111 echo "configure:51 12: checking whether to use Boost" >&55119 echo "configure:5120: checking whether to use Boost" >&5 5112 5120 if test "$with_Boost" != no; then 5113 5121 echo "$ac_t""yes" 1>&6 … … 5124 5132 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5125 5133 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5126 echo "configure:51 27: checking for $ac_hdr" >&55134 echo "configure:5135: checking for $ac_hdr" >&5 5127 5135 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5128 5136 echo $ac_n "(cached) $ac_c" 1>&6 5129 5137 else 5130 5138 cat > conftest.$ac_ext <<EOF 5131 #line 51 32"configure"5139 #line 5140 "configure" 5132 5140 #include "confdefs.h" 5133 5141 #include <$ac_hdr> 5134 5142 EOF 5135 5143 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5136 { (eval echo configure:51 37: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }5144 { (eval echo configure:5145: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5137 5145 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5138 5146 if test -z "$ac_err"; then … … 5170 5178 echo "$ac_t""no" 1>&6 5171 5179 echo $ac_n "checking whether to use std::vector""... $ac_c" 1>&6 5172 echo "configure:51 73: checking whether to use std::vector" >&55180 echo "configure:5181: checking whether to use std::vector" >&5 5173 5181 if test "$with_stdvec" != yes; then 5174 5182 echo "$ac_t""no" 1>&6 … … 5219 5227 SAVE_LIBS=$LIBS 5220 5228 echo $ac_n "checking for __stack_chk_fail_local in -lc_nonshared""... $ac_c" 1>&6 5221 echo "configure:52 22: checking for __stack_chk_fail_local in -lc_nonshared" >&55229 echo "configure:5230: checking for __stack_chk_fail_local in -lc_nonshared" >&5 5222 5230 ac_lib_var=`echo c_nonshared'_'__stack_chk_fail_local | sed 'y%./+-%__p_%'` 5223 5231 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 5227 5235 LIBS="-lc_nonshared $LIBS" 5228 5236 cat > conftest.$ac_ext <<EOF 5229 #line 523 0"configure"5237 #line 5238 "configure" 5230 5238 #include "confdefs.h" 5231 5239 /* Override any gcc2 internal prototype to avoid an error. */ … … 5238 5246 ; return 0; } 5239 5247 EOF 5240 if { (eval echo configure:524 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5248 if { (eval echo configure:5249: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5241 5249 rm -rf conftest* 5242 5250 eval "ac_cv_lib_$ac_lib_var=yes" … … 5268 5276 5269 5277 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 5270 echo "configure:527 1: checking which apint package to use" >&55278 echo "configure:5279: checking which apint package to use" >&5 5271 5279 if test "${with_apint}" != gmp; then 5272 5280 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 5290 5298 5291 5299 echo $ac_n "checking whether to use libsvd""... $ac_c" 1>&6 5292 echo "configure:5 293: checking whether to use libsvd" >&55300 echo "configure:5301: checking whether to use libsvd" >&5 5293 5301 if test "$with_svd" = yes; then 5294 5302 echo "$ac_t""yes" 1>&6 … … 5305 5313 # 5306 5314 echo $ac_n "checking whether to have MP""... $ac_c" 1>&6 5307 echo "configure:53 08: checking whether to have MP" >&55315 echo "configure:5316: checking whether to have MP" >&5 5308 5316 if test "${with_MP}" != yes && test "${with_MP}" != no; then 5309 5317 if (test "${will_have_gmp}" = yes) && \ … … 5340 5348 5341 5349 echo $ac_n "checking whether to have NTL""... $ac_c" 1>&6 5342 echo "configure:53 43: checking whether to have NTL" >&55350 echo "configure:5351: checking whether to have NTL" >&5 5343 5351 if test "${with_NTL}" = yes ; then 5344 5352 echo "$ac_t""yes" 1>&6 … … 5349 5357 5350 5358 echo $ac_n "checking whether to have factory""... $ac_c" 1>&6 5351 echo "configure:53 52: checking whether to have factory" >&55359 echo "configure:5360: checking whether to have factory" >&5 5352 5360 if test "${with_factory}" != yes && test "${with_factory}" != no; then 5353 5361 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 5380 5388 5381 5389 echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6 5382 echo "configure:53 83: checking whether to have libfac" >&55390 echo "configure:5391: checking whether to have libfac" >&5 5383 5391 if test "${with_libfac}" != yes && test "${with_libfac}" != no; then 5384 5392 if (test "${will_have_factory}" = yes) && \ … … 5422 5430 5423 5431 echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6 5424 echo "configure:54 25: checking whether to have dbm links" >&55432 echo "configure:5433: checking whether to have dbm links" >&5 5425 5433 if test "$with_dbm" != no; then 5426 5434 cat >> confdefs.h <<\EOF … … 5434 5442 5435 5443 echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6 5436 echo "configure:54 37: checking whether to have namespaces" >&55444 echo "configure:5445: checking whether to have namespaces" >&5 5437 5445 if test "$with_namespaces" != no; then 5438 5446 echo "$ac_t""yes" 1>&6 … … 5446 5454 5447 5455 echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6 5448 echo "configure:54 49: checking whether to have dynamic modules" >&55456 echo "configure:5457: checking whether to have dynamic modules" >&5 5449 5457 if test "$with_dynamic_modules" = no || test "$ac_have_dl" != yes; then 5450 5458 echo "$ac_t""no" 1>&6 … … 5458 5466 5459 5467 echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6 5460 echo "configure:546 1: checking whether to have dynamic kernel" >&55468 echo "configure:5469: checking whether to have dynamic kernel" >&5 5461 5469 if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then 5462 5470 DL_KERNEL=1 … … 5468 5476 5469 5477 echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6 5470 echo "configure:547 1: checking whether to have Plural" >&55478 echo "configure:5479: checking whether to have Plural" >&5 5471 5479 if test "$with_Plural" != no && test "$enable_Plural" != no; then 5472 5480 cat >> confdefs.h <<\EOF … … 5479 5487 else 5480 5488 echo "$ac_t""no" 1>&6 5489 fi 5490 5491 echo $ac_n "checking whether to have ratGB""... $ac_c" 1>&6 5492 echo "configure:5493: checking whether to have ratGB" >&5 5493 if test "$with_ratGB" != yes && test "$enable_ratGB" != yes; then 5494 echo "$ac_t""no" 1>&6 5495 else 5496 cat >> confdefs.h <<\EOF 5497 #define HAVE_RATGRING 1 5498 EOF 5499 5500 echo "$ac_t""yes" 1>&6 5481 5501 fi 5482 5502 -
Singular/configure.in
r9eca662 r9e9dbc 114 114 SINGULAR_SUB_VERSION=${SINGULAR_SUB_VERSION:-0} 115 115 SINGULAR_VERSION="${SINGULAR_VERSION:-$SINGULAR_MAJOR_VERSION${VERSION_SEP}$SINGULAR_MINOR_VERSION${VERSION_SEP}$SINGULAR_SUB_VERSION}" 116 VERSION_DATE=${VERSION_DATE:-" Aug 2008"}116 VERSION_DATE=${VERSION_DATE:-"Mar 2009"} 117 117 118 118 dnl pass them on into the Makefiles … … 666 666 , 667 667 with_NTL=yes) 668 AC_ARG_WITH( 669 RatGB, 670 [ --with-ratGB do compile with ratGB support (experimental)]) 668 671 669 672 dnl llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll … … 1033 1036 fi 1034 1037 1038 AC_MSG_CHECKING(whether to have ratGB) 1039 if test "$with_ratGB" != yes && test "$enable_ratGB" != yes; then 1040 AC_MSG_RESULT(no) 1041 else 1042 AC_DEFINE(HAVE_RATGRING) 1043 AC_MSG_RESULT(yes) 1044 fi 1045 1035 1046 1036 1047 OUTPUT_MAKEFILES="Makefile ../kernel/Makefile" -
Singular/mod2.h.in
r9eca662 r9e9dbc 6 6 * DO NOT EDIT! 7 7 * 8 * Version: $Id: mod2.h.in,v 1.13 7 2008-10-02 08:59:35Singular Exp $8 * Version: $Id: mod2.h.in,v 1.138 2009-02-21 15:16:43 Singular Exp $ 9 9 *******************************************************************/ 10 10 #ifndef MOD2_H … … 149 149 /* Define to enable plural */ 150 150 #undef HAVE_PLURAL 151 /* Define to enable ratGB/ ratGRING */ 152 #undef HAVE_RATGRING 151 153 /* Define to enable shiftbba */ 152 154 #undef HAVE_SHIFTBBA -
configure
r9eca662 r9e9dbc 599 599 SINGULAR_VERSION="${SINGULAR_SHORT_VERSION}${VERSION_SEP}${SINGULAR_SUB_VERSION}" 600 600 SINGULAR_RPM_VERSION="${SINGULAR_MAJOR_VERSION}.${SINGULAR_MINOR_VERSION}.${SINGULAR_SUB_VERSION}" 601 VERSION_DATE=" Aug 2008"601 VERSION_DATE="Mar 2009" 602 602 SINGULAR_ROOT_DIR=$pwd 603 603 -
configure.in
r9eca662 r9e9dbc 16 16 SINGULAR_VERSION="${SINGULAR_SHORT_VERSION}${VERSION_SEP}${SINGULAR_SUB_VERSION}" 17 17 SINGULAR_RPM_VERSION="${SINGULAR_MAJOR_VERSION}.${SINGULAR_MINOR_VERSION}.${SINGULAR_SUB_VERSION}" 18 VERSION_DATE=" Aug 2008"18 VERSION_DATE="Mar 2009" 19 19 SINGULAR_ROOT_DIR=$pwd 20 20 -
kernel/mod2.h.in
r9eca662 r9e9dbc 6 6 * DO NOT EDIT! 7 7 * 8 * Version: $Id: mod2.h.in,v 1. 29 2009-01-30 17:25:04 edercExp $8 * Version: $Id: mod2.h.in,v 1.30 2009-02-21 15:16:43 Singular Exp $ 9 9 *******************************************************************/ 10 10 #ifndef MOD2_H … … 149 149 /* Define to enable plural */ 150 150 #undef HAVE_PLURAL 151 /* Define to enable ratGB/ ratGRING */ 152 #undef HAVE_RATGRING 151 153 /* Define to enable shiftbba */ 152 154 #undef HAVE_SHIFTBBA … … 194 196 /* procedures to compute groebner bases with the f5 implementation */ 195 197 /* still testing */ 196 # define HAVE_F5 1198 #undef HAVE_F5 197 199 198 200 /* letterplace gb:*/
Note: See TracChangeset
for help on using the changeset viewer.