Changeset f5f439 in git
- Timestamp:
- Dec 14, 2000, 3:22:27 PM (22 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- d3ff792fa6d578c0dc08b8f171167fdf828adb12
- Parents:
- 0135574a99dbf474cd1082ac054b1527f32eaf6f
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/configure
r013557 rf5f439 1209 1209 temp_cflags=${CXXFLAGS} 1210 1210 1211 ac_ext=C 1212 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 1213 ac_cpp='$CXXCPP $CPPFLAGS' 1214 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1215 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1216 cross_compiling=$ac_cv_prog_cxx_cross 1217 1211 1218 # check whether gcc accepts --no-rtti 1212 1219 echo $ac_n "checking whether gcc accepts --no-rtti""... $ac_c" 1>&6 1213 echo "configure:12 14: checking whether gcc accepts --no-rtti" >&51220 echo "configure:1221: checking whether gcc accepts --no-rtti" >&5 1214 1221 CXXFLAGS="${CXXFLAGS} --no-rtti" 1215 1222 if eval "test \"`echo '$''{'ac_cv_cxx_have_rtti'+set}'`\" = set"; then … … 1217 1224 else 1218 1225 cat > conftest.$ac_ext <<EOF 1219 #line 122 0"configure"1226 #line 1227 "configure" 1220 1227 #include "confdefs.h" 1221 1228 … … 1224 1231 ; return 0; } 1225 1232 EOF 1226 if { (eval echo configure:12 27: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1233 if { (eval echo configure:1234: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1227 1234 rm -rf conftest* 1228 1235 ac_cv_cxx_have_rtti=yes … … 1246 1253 # check whether gcc accepts --no-exceptions 1247 1254 echo $ac_n "checking whether gcc accepts --no-exceptions""... $ac_c" 1>&6 1248 echo "configure:12 49: checking whether gcc accepts --no-exceptions" >&51255 echo "configure:1256: checking whether gcc accepts --no-exceptions" >&5 1249 1256 CXXFLAGS="${CXXFLAGS} --no-exceptions" 1250 1257 if eval "test \"`echo '$''{'ac_cv_cxx_have_exceptions'+set}'`\" = set"; then … … 1252 1259 else 1253 1260 cat > conftest.$ac_ext <<EOF 1254 #line 12 55"configure"1261 #line 1262 "configure" 1255 1262 #include "confdefs.h" 1256 1263 … … 1259 1266 ; return 0; } 1260 1267 EOF 1261 if { (eval echo configure:126 2: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1268 if { (eval echo configure:1269: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1262 1269 rm -rf conftest* 1263 1270 ac_cv_cxx_have_exceptions=yes … … 1279 1286 fi 1280 1287 1288 ac_ext=c 1289 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 1290 ac_cpp='$CPP $CPPFLAGS' 1291 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1292 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1293 cross_compiling=$ac_cv_prog_cc_cross 1294 1281 1295 CXXFLAGS=$temp_flags 1282 1296 … … 1285 1299 # check whether the compiler accepts -pipe 1286 1300 echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6 1287 echo "configure:1 288: checking whether compiler accepts -pipe" >&51301 echo "configure:1302: checking whether compiler accepts -pipe" >&5 1288 1302 temp_cflags=${CFLAGS} 1289 1303 CFLAGS="${CFLAGS} -pipe" … … 1292 1306 else 1293 1307 cat > conftest.$ac_ext <<EOF 1294 #line 1 295"configure"1308 #line 1309 "configure" 1295 1309 #include "confdefs.h" 1296 1310 … … 1299 1313 ; return 0; } 1300 1314 EOF 1301 if { (eval echo configure:13 02: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1315 if { (eval echo configure:1316: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1302 1316 rm -rf conftest* 1303 1317 ac_cv_cxx_have_pipe=yes … … 1323 1337 # Customize CFLAGS 1324 1338 echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6 1325 echo "configure:13 26: checking whether _AIX is defined" >&51339 echo "configure:1340: checking whether _AIX is defined" >&5 1326 1340 if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then 1327 1341 echo $ac_n "(cached) $ac_c" 1>&6 1328 1342 else 1329 1343 cat > conftest.$ac_ext <<EOF 1330 #line 13 31"configure"1344 #line 1345 "configure" 1331 1345 #include "confdefs.h" 1332 1346 #ifdef _AIX … … 1379 1393 1380 1394 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1381 echo "configure:13 82: checking whether ${MAKE-make} sets \${MAKE}" >&51395 echo "configure:1396: checking whether ${MAKE-make} sets \${MAKE}" >&5 1382 1396 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1383 1397 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1457 1471 if test "${with_lex+set}" != set; then 1458 1472 echo $ac_n "checking for flex""... $ac_c" 1>&6 1459 echo "configure:14 60: checking for flex" >&51473 echo "configure:1474: checking for flex" >&5 1460 1474 if eval "test \"`echo '$''{'ac_cv_prog_flex'+set}'`\" = set"; then 1461 1475 echo $ac_n "(cached) $ac_c" 1>&6 … … 1488 1502 set dummy $ac_prog; ac_word=$2 1489 1503 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1490 echo "configure:1 491: checking for $ac_word" >&51504 echo "configure:1505: checking for $ac_word" >&5 1491 1505 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 1492 1506 echo $ac_n "(cached) $ac_c" 1>&6 … … 1528 1542 set dummy $ac_prog; ac_word=$2 1529 1543 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1530 echo "configure:15 31: checking for $ac_word" >&51544 echo "configure:1545: checking for $ac_word" >&5 1531 1545 if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then 1532 1546 echo $ac_n "(cached) $ac_c" 1>&6 … … 1563 1577 # ln -s 1564 1578 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1565 echo "configure:15 66: checking whether ln -s works" >&51579 echo "configure:1580: checking whether ln -s works" >&5 1566 1580 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1567 1581 echo $ac_n "(cached) $ac_c" 1>&6 … … 1589 1603 set dummy $ac_prog; ac_word=$2 1590 1604 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1591 echo "configure:1 592: checking for $ac_word" >&51605 echo "configure:1606: checking for $ac_word" >&5 1592 1606 if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then 1593 1607 echo $ac_n "(cached) $ac_c" 1>&6 … … 1621 1635 # lib checks 1622 1636 echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6 1623 echo "configure:16 24: checking for atof in -lm" >&51637 echo "configure:1638: checking for atof in -lm" >&5 1624 1638 ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'` 1625 1639 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1629 1643 LIBS="-lm $LIBS" 1630 1644 cat > conftest.$ac_ext <<EOF 1631 #line 16 32"configure"1645 #line 1646 "configure" 1632 1646 #include "confdefs.h" 1633 1647 /* Override any gcc2 internal prototype to avoid an error. */ … … 1640 1654 ; return 0; } 1641 1655 EOF 1642 if { (eval echo configure:16 43: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1656 if { (eval echo configure:1657: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1643 1657 rm -rf conftest* 1644 1658 eval "ac_cv_lib_$ac_lib_var=yes" … … 1670 1684 LIBS= 1671 1685 1672 1673 1686 # check for dl lib 1674 1687 case "$ac_cv_singuname" in 1675 1688 HPUX*) 1676 1689 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 1677 echo "configure:16 78: checking for shl_load in -ldld" >&51690 echo "configure:1691: checking for shl_load in -ldld" >&5 1678 1691 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 1679 1692 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1683 1696 LIBS="-ldld $LIBS" 1684 1697 cat > conftest.$ac_ext <<EOF 1685 #line 16 86"configure"1698 #line 1699 "configure" 1686 1699 #include "confdefs.h" 1687 1700 /* Override any gcc2 internal prototype to avoid an error. */ … … 1694 1707 ; return 0; } 1695 1708 EOF 1696 if { (eval echo configure:1 697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1709 if { (eval echo configure:1710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1697 1710 rm -rf conftest* 1698 1711 eval "ac_cv_lib_$ac_lib_var=yes" … … 1730 1743 *Linux*) 1731 1744 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 1732 echo "configure:17 33: checking for dlopen in -ldl" >&51745 echo "configure:1746: checking for dlopen in -ldl" >&5 1733 1746 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 1734 1747 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1738 1751 LIBS="-ldl $LIBS" 1739 1752 cat > conftest.$ac_ext <<EOF 1740 #line 17 41"configure"1753 #line 1754 "configure" 1741 1754 #include "confdefs.h" 1742 1755 /* Override any gcc2 internal prototype to avoid an error. */ … … 1749 1762 ; return 0; } 1750 1763 EOF 1751 if { (eval echo configure:17 52: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1764 if { (eval echo configure:1765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1752 1765 rm -rf conftest* 1753 1766 eval "ac_cv_lib_$ac_lib_var=yes" … … 1792 1805 # heder file checks 1793 1806 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1794 echo "configure:1 795: checking for ANSI C header files" >&51807 echo "configure:1808: checking for ANSI C header files" >&5 1795 1808 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1796 1809 echo $ac_n "(cached) $ac_c" 1>&6 1797 1810 else 1798 1811 cat > conftest.$ac_ext <<EOF 1799 #line 18 00"configure"1812 #line 1813 "configure" 1800 1813 #include "confdefs.h" 1801 1814 #include <stdlib.h> … … 1805 1818 EOF 1806 1819 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1807 { (eval echo configure:18 08: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1820 { (eval echo configure:1821: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1808 1821 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1809 1822 if test -z "$ac_err"; then … … 1822 1835 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1823 1836 cat > conftest.$ac_ext <<EOF 1824 #line 18 25"configure"1837 #line 1838 "configure" 1825 1838 #include "confdefs.h" 1826 1839 #include <string.h> … … 1840 1853 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1841 1854 cat > conftest.$ac_ext <<EOF 1842 #line 18 43"configure"1855 #line 1856 "configure" 1843 1856 #include "confdefs.h" 1844 1857 #include <stdlib.h> … … 1861 1874 else 1862 1875 cat > conftest.$ac_ext <<EOF 1863 #line 18 64"configure"1876 #line 1877 "configure" 1864 1877 #include "confdefs.h" 1865 1878 #include <ctype.h> … … 1872 1885 1873 1886 EOF 1874 if { (eval echo configure:18 75: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1887 if { (eval echo configure:1888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1875 1888 then 1876 1889 : … … 1899 1912 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1900 1913 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1901 echo "configure:19 02: checking for $ac_hdr" >&51914 echo "configure:1915: checking for $ac_hdr" >&5 1902 1915 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1903 1916 echo $ac_n "(cached) $ac_c" 1>&6 1904 1917 else 1905 1918 cat > conftest.$ac_ext <<EOF 1906 #line 19 07"configure"1919 #line 1920 "configure" 1907 1920 #include "confdefs.h" 1908 1921 #include <$ac_hdr> 1909 1922 EOF 1910 1923 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1911 { (eval echo configure:19 12: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1924 { (eval echo configure:1925: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1912 1925 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1913 1926 if test -z "$ac_err"; then … … 1941 1954 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1942 1955 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1943 echo "configure:19 44: checking for $ac_hdr" >&51956 echo "configure:1957: checking for $ac_hdr" >&5 1944 1957 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1945 1958 echo $ac_n "(cached) $ac_c" 1>&6 1946 1959 else 1947 1960 cat > conftest.$ac_ext <<EOF 1948 #line 19 49"configure"1961 #line 1962 "configure" 1949 1962 #include "confdefs.h" 1950 1963 #include <$ac_hdr> 1951 1964 EOF 1952 1965 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1953 { (eval echo configure:19 54: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1966 { (eval echo configure:1967: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1954 1967 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1955 1968 if test -z "$ac_err"; then … … 1980 1993 # typedefs, structures 1981 1994 echo $ac_n "checking for working const""... $ac_c" 1>&6 1982 echo "configure:19 83: checking for working const" >&51995 echo "configure:1996: checking for working const" >&5 1983 1996 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 1984 1997 echo $ac_n "(cached) $ac_c" 1>&6 1985 1998 else 1986 1999 cat > conftest.$ac_ext <<EOF 1987 #line 1988"configure"2000 #line 2001 "configure" 1988 2001 #include "confdefs.h" 1989 2002 … … 2034 2047 ; return 0; } 2035 2048 EOF 2036 if { (eval echo configure:20 37: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2049 if { (eval echo configure:2050: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2037 2050 rm -rf conftest* 2038 2051 ac_cv_c_const=yes … … 2055 2068 2056 2069 echo $ac_n "checking for inline""... $ac_c" 1>&6 2057 echo "configure:20 58: checking for inline" >&52070 echo "configure:2071: checking for inline" >&5 2058 2071 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2059 2072 echo $ac_n "(cached) $ac_c" 1>&6 … … 2062 2075 for ac_kw in inline __inline__ __inline; do 2063 2076 cat > conftest.$ac_ext <<EOF 2064 #line 20 65"configure"2077 #line 2078 "configure" 2065 2078 #include "confdefs.h" 2066 2079 … … 2069 2082 ; return 0; } 2070 2083 EOF 2071 if { (eval echo configure:20 72: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2084 if { (eval echo configure:2085: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2072 2085 rm -rf conftest* 2073 2086 ac_cv_c_inline=$ac_kw; break … … 2095 2108 2096 2109 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2097 echo "configure:2 098: checking for size_t" >&52110 echo "configure:2111: checking for size_t" >&5 2098 2111 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2099 2112 echo $ac_n "(cached) $ac_c" 1>&6 2100 2113 else 2101 2114 cat > conftest.$ac_ext <<EOF 2102 #line 21 03"configure"2115 #line 2116 "configure" 2103 2116 #include "confdefs.h" 2104 2117 #include <sys/types.h> … … 2128 2141 2129 2142 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 2130 echo "configure:21 31: checking whether time.h and sys/time.h may both be included" >&52143 echo "configure:2144: checking whether time.h and sys/time.h may both be included" >&5 2131 2144 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 2132 2145 echo $ac_n "(cached) $ac_c" 1>&6 2133 2146 else 2134 2147 cat > conftest.$ac_ext <<EOF 2135 #line 21 36"configure"2148 #line 2149 "configure" 2136 2149 #include "confdefs.h" 2137 2150 #include <sys/types.h> … … 2142 2155 ; return 0; } 2143 2156 EOF 2144 if { (eval echo configure:21 45: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2157 if { (eval echo configure:2158: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2145 2158 rm -rf conftest* 2146 2159 ac_cv_header_time=yes … … 2163 2176 2164 2177 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 2165 echo "configure:21 66: checking whether struct tm is in sys/time.h or time.h" >&52178 echo "configure:2179: checking whether struct tm is in sys/time.h or time.h" >&5 2166 2179 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then 2167 2180 echo $ac_n "(cached) $ac_c" 1>&6 2168 2181 else 2169 2182 cat > conftest.$ac_ext <<EOF 2170 #line 21 71"configure"2183 #line 2184 "configure" 2171 2184 #include "confdefs.h" 2172 2185 #include <sys/types.h> … … 2176 2189 ; return 0; } 2177 2190 EOF 2178 if { (eval echo configure:21 79: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2191 if { (eval echo configure:2192: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2179 2192 rm -rf conftest* 2180 2193 ac_cv_struct_tm=time.h … … 2201 2214 # for constant arguments. Useless! 2202 2215 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2203 echo "configure:22 04: checking for working alloca.h" >&52216 echo "configure:2217: checking for working alloca.h" >&5 2204 2217 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2205 2218 echo $ac_n "(cached) $ac_c" 1>&6 2206 2219 else 2207 2220 cat > conftest.$ac_ext <<EOF 2208 #line 22 09"configure"2221 #line 2222 "configure" 2209 2222 #include "confdefs.h" 2210 2223 #include <alloca.h> … … 2213 2226 ; return 0; } 2214 2227 EOF 2215 if { (eval echo configure:22 16: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2228 if { (eval echo configure:2229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2216 2229 rm -rf conftest* 2217 2230 ac_cv_header_alloca_h=yes … … 2234 2247 2235 2248 echo $ac_n "checking for alloca""... $ac_c" 1>&6 2236 echo "configure:22 37: checking for alloca" >&52249 echo "configure:2250: checking for alloca" >&5 2237 2250 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 2238 2251 echo $ac_n "(cached) $ac_c" 1>&6 2239 2252 else 2240 2253 cat > conftest.$ac_ext <<EOF 2241 #line 22 42"configure"2254 #line 2255 "configure" 2242 2255 #include "confdefs.h" 2243 2256 … … 2267 2280 ; return 0; } 2268 2281 EOF 2269 if { (eval echo configure:22 70: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2282 if { (eval echo configure:2283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2270 2283 rm -rf conftest* 2271 2284 ac_cv_func_alloca_works=yes … … 2299 2312 2300 2313 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 2301 echo "configure:23 02: checking whether alloca needs Cray hooks" >&52314 echo "configure:2315: checking whether alloca needs Cray hooks" >&5 2302 2315 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 2303 2316 echo $ac_n "(cached) $ac_c" 1>&6 2304 2317 else 2305 2318 cat > conftest.$ac_ext <<EOF 2306 #line 23 07"configure"2319 #line 2320 "configure" 2307 2320 #include "confdefs.h" 2308 2321 #if defined(CRAY) && ! defined(CRAY2) … … 2329 2342 for ac_func in _getb67 GETB67 getb67; do 2330 2343 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2331 echo "configure:23 32: checking for $ac_func" >&52344 echo "configure:2345: checking for $ac_func" >&5 2332 2345 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2333 2346 echo $ac_n "(cached) $ac_c" 1>&6 2334 2347 else 2335 2348 cat > conftest.$ac_ext <<EOF 2336 #line 23 37"configure"2349 #line 2350 "configure" 2337 2350 #include "confdefs.h" 2338 2351 /* System header to define __stub macros and hopefully few prototypes, … … 2357 2370 ; return 0; } 2358 2371 EOF 2359 if { (eval echo configure:23 60: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2372 if { (eval echo configure:2373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2360 2373 rm -rf conftest* 2361 2374 eval "ac_cv_func_$ac_func=yes" … … 2384 2397 2385 2398 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 2386 echo "configure:2 387: checking stack direction for C alloca" >&52399 echo "configure:2400: checking stack direction for C alloca" >&5 2387 2400 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 2388 2401 echo $ac_n "(cached) $ac_c" 1>&6 … … 2392 2405 else 2393 2406 cat > conftest.$ac_ext <<EOF 2394 #line 2 395"configure"2407 #line 2408 "configure" 2395 2408 #include "confdefs.h" 2396 2409 find_stack_direction () … … 2411 2424 } 2412 2425 EOF 2413 if { (eval echo configure:24 14: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2426 if { (eval echo configure:2427: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2414 2427 then 2415 2428 ac_cv_c_stack_direction=1 … … 2434 2447 if test $ac_cv_prog_gcc = yes; then 2435 2448 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 2436 echo "configure:24 37: checking whether ${CC-cc} needs -traditional" >&52449 echo "configure:2450: checking whether ${CC-cc} needs -traditional" >&5 2437 2450 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then 2438 2451 echo $ac_n "(cached) $ac_c" 1>&6 … … 2440 2453 ac_pattern="Autoconf.*'x'" 2441 2454 cat > conftest.$ac_ext <<EOF 2442 #line 24 43"configure"2455 #line 2456 "configure" 2443 2456 #include "confdefs.h" 2444 2457 #include <sgtty.h> … … 2458 2471 if test $ac_cv_prog_gcc_traditional = no; then 2459 2472 cat > conftest.$ac_ext <<EOF 2460 #line 24 61"configure"2473 #line 2474 "configure" 2461 2474 #include "confdefs.h" 2462 2475 #include <termio.h> … … 2483 2496 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2484 2497 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2485 echo "configure:24 86: checking for $ac_hdr" >&52498 echo "configure:2499: checking for $ac_hdr" >&5 2486 2499 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2487 2500 echo $ac_n "(cached) $ac_c" 1>&6 2488 2501 else 2489 2502 cat > conftest.$ac_ext <<EOF 2490 #line 2 491"configure"2503 #line 2504 "configure" 2491 2504 #include "confdefs.h" 2492 2505 #include <$ac_hdr> 2493 2506 EOF 2494 2507 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2495 { (eval echo configure:2 496: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2508 { (eval echo configure:2509: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2496 2509 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2497 2510 if test -z "$ac_err"; then … … 2522 2535 do 2523 2536 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2524 echo "configure:25 25: checking for $ac_func" >&52537 echo "configure:2538: checking for $ac_func" >&5 2525 2538 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2526 2539 echo $ac_n "(cached) $ac_c" 1>&6 2527 2540 else 2528 2541 cat > conftest.$ac_ext <<EOF 2529 #line 25 30"configure"2542 #line 2543 "configure" 2530 2543 #include "confdefs.h" 2531 2544 /* System header to define __stub macros and hopefully few prototypes, … … 2550 2563 ; return 0; } 2551 2564 EOF 2552 if { (eval echo configure:25 53: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2565 if { (eval echo configure:2566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2553 2566 rm -rf conftest* 2554 2567 eval "ac_cv_func_$ac_func=yes" … … 2575 2588 2576 2589 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 2577 echo "configure:25 78: checking for working mmap" >&52590 echo "configure:2591: checking for working mmap" >&5 2578 2591 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 2579 2592 echo $ac_n "(cached) $ac_c" 1>&6 … … 2583 2596 else 2584 2597 cat > conftest.$ac_ext <<EOF 2585 #line 25 86"configure"2598 #line 2599 "configure" 2586 2599 #include "confdefs.h" 2587 2600 … … 2723 2736 2724 2737 EOF 2725 if { (eval echo configure:27 26: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2738 if { (eval echo configure:2739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2726 2739 then 2727 2740 ac_cv_func_mmap_fixed_mapped=yes … … 2746 2759 2747 2760 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 2748 echo "configure:27 49: checking return type of signal handlers" >&52761 echo "configure:2762: checking return type of signal handlers" >&5 2749 2762 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 2750 2763 echo $ac_n "(cached) $ac_c" 1>&6 2751 2764 else 2752 2765 cat > conftest.$ac_ext <<EOF 2753 #line 27 54"configure"2766 #line 2767 "configure" 2754 2767 #include "confdefs.h" 2755 2768 #include <sys/types.h> … … 2768 2781 ; return 0; } 2769 2782 EOF 2770 if { (eval echo configure:27 71: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2783 if { (eval echo configure:2784: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2771 2784 rm -rf conftest* 2772 2785 ac_cv_type_signal=void … … 2787 2800 2788 2801 echo $ac_n "checking for vprintf""... $ac_c" 1>&6 2789 echo "configure:2 790: checking for vprintf" >&52802 echo "configure:2803: checking for vprintf" >&5 2790 2803 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then 2791 2804 echo $ac_n "(cached) $ac_c" 1>&6 2792 2805 else 2793 2806 cat > conftest.$ac_ext <<EOF 2794 #line 2 795"configure"2807 #line 2808 "configure" 2795 2808 #include "confdefs.h" 2796 2809 /* System header to define __stub macros and hopefully few prototypes, … … 2815 2828 ; return 0; } 2816 2829 EOF 2817 if { (eval echo configure:28 18: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2830 if { (eval echo configure:2831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2818 2831 rm -rf conftest* 2819 2832 eval "ac_cv_func_vprintf=yes" … … 2839 2852 if test "$ac_cv_func_vprintf" != yes; then 2840 2853 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 2841 echo "configure:28 42: checking for _doprnt" >&52854 echo "configure:2855: checking for _doprnt" >&5 2842 2855 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then 2843 2856 echo $ac_n "(cached) $ac_c" 1>&6 2844 2857 else 2845 2858 cat > conftest.$ac_ext <<EOF 2846 #line 28 47"configure"2859 #line 2860 "configure" 2847 2860 #include "confdefs.h" 2848 2861 /* System header to define __stub macros and hopefully few prototypes, … … 2867 2880 ; return 0; } 2868 2881 EOF 2869 if { (eval echo configure:28 70: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2882 if { (eval echo configure:2883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2870 2883 rm -rf conftest* 2871 2884 eval "ac_cv_func__doprnt=yes" … … 2893 2906 2894 2907 echo $ac_n "checking for library containing setenv""... $ac_c" 1>&6 2895 echo "configure:2 896: checking for library containing setenv" >&52908 echo "configure:2909: checking for library containing setenv" >&5 2896 2909 if eval "test \"`echo '$''{'ac_cv_search_setenv'+set}'`\" = set"; then 2897 2910 echo $ac_n "(cached) $ac_c" 1>&6 … … 2900 2913 ac_cv_search_setenv="no" 2901 2914 cat > conftest.$ac_ext <<EOF 2902 #line 29 03"configure"2915 #line 2916 "configure" 2903 2916 #include "confdefs.h" 2904 2917 /* Override any gcc2 internal prototype to avoid an error. */ … … 2911 2924 ; return 0; } 2912 2925 EOF 2913 if { (eval echo configure:29 14: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2926 if { (eval echo configure:2927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2914 2927 rm -rf conftest* 2915 2928 ac_cv_search_setenv="none required" … … 2922 2935 LIBS="-l$i $ac_func_search_save_LIBS" 2923 2936 cat > conftest.$ac_ext <<EOF 2924 #line 29 25"configure"2937 #line 2938 "configure" 2925 2938 #include "confdefs.h" 2926 2939 /* Override any gcc2 internal prototype to avoid an error. */ … … 2933 2946 ; return 0; } 2934 2947 EOF 2935 if { (eval echo configure:29 36: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2948 if { (eval echo configure:2949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2936 2949 rm -rf conftest* 2937 2950 ac_cv_search_setenv="-l$i" … … 2956 2969 do 2957 2970 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2958 echo "configure:29 59: checking for $ac_func" >&52971 echo "configure:2972: checking for $ac_func" >&5 2959 2972 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2960 2973 echo $ac_n "(cached) $ac_c" 1>&6 2961 2974 else 2962 2975 cat > conftest.$ac_ext <<EOF 2963 #line 29 64"configure"2976 #line 2977 "configure" 2964 2977 #include "confdefs.h" 2965 2978 /* System header to define __stub macros and hopefully few prototypes, … … 2984 2997 ; return 0; } 2985 2998 EOF 2986 if { (eval echo configure: 2987: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2999 if { (eval echo configure:3000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2987 3000 rm -rf conftest* 2988 3001 eval "ac_cv_func_$ac_func=yes" … … 3013 3026 # arithmetic shifts 3014 3027 echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6 3015 echo "configure:30 16: checking whether your machine has correct arithmetic shifts" >&53028 echo "configure:3029: checking whether your machine has correct arithmetic shifts" >&5 3016 3029 if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then 3017 3030 echo $ac_n "(cached) $ac_c" 1>&6 … … 3026 3039 else 3027 3040 cat > conftest.$ac_ext <<EOF 3028 #line 30 29"configure"3041 #line 3042 "configure" 3029 3042 #include "confdefs.h" 3030 3043 int main() { if (-2 >> 1 == -1) exit(0); else exit(1); } 3031 3044 EOF 3032 if { (eval echo configure:30 33: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3045 if { (eval echo configure:3046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3033 3046 then 3034 3047 ac_cv_shift=yes … … 3055 3068 # check for a peculiar constructor initialization 3056 3069 echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6 3057 echo "configure:30 58: checking whether explicit C++ constructor calls are allowed" >&53070 echo "configure:3071: checking whether explicit C++ constructor calls are allowed" >&5 3058 3071 3059 3072 ac_ext=C … … 3068 3081 else 3069 3082 cat > conftest.$ac_ext <<EOF 3070 #line 30 71"configure"3083 #line 3084 "configure" 3071 3084 #include "confdefs.h" 3072 3085 … … 3086 3099 ; return 0; } 3087 3100 EOF 3088 if { (eval echo configure:3 089: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3101 if { (eval echo configure:3102: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3089 3102 rm -rf conftest* 3090 3103 ac_cv_explicit_const=yes … … 3115 3128 # sprintf returns number of printed chars 3116 3129 echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6 3117 echo "configure:31 18: checking whether vsprintf returns number of printed chars" >&53130 echo "configure:3131: checking whether vsprintf returns number of printed chars" >&5 3118 3131 if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then 3119 3132 echo $ac_n "(cached) $ac_c" 1>&6 … … 3123 3136 else 3124 3137 cat > conftest.$ac_ext <<EOF 3125 #line 31 26"configure"3138 #line 3139 "configure" 3126 3139 #include "confdefs.h" 3127 3140 #include <stdio.h> 3128 3141 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); } 3129 3142 EOF 3130 if { (eval echo configure:31 31: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3143 if { (eval echo configure:3144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3131 3144 then 3132 3145 ac_cv_returns_n_of_chars=yes … … 3154 3167 # determine ALIGN_8 3155 3168 echo $ac_n "checking size of char""... $ac_c" 1>&6 3156 echo "configure:31 57: checking size of char" >&53169 echo "configure:3170: checking size of char" >&5 3157 3170 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then 3158 3171 echo $ac_n "(cached) $ac_c" 1>&6 … … 3162 3175 else 3163 3176 cat > conftest.$ac_ext <<EOF 3164 #line 31 65"configure"3177 #line 3178 "configure" 3165 3178 #include "confdefs.h" 3166 3179 #include <stdio.h> … … 3173 3186 } 3174 3187 EOF 3175 if { (eval echo configure:31 76: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3188 if { (eval echo configure:3189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3176 3189 then 3177 3190 ac_cv_sizeof_char=`cat conftestval` … … 3193 3206 3194 3207 echo $ac_n "checking size of short""... $ac_c" 1>&6 3195 echo "configure:3 196: checking size of short" >&53208 echo "configure:3209: checking size of short" >&5 3196 3209 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 3197 3210 echo $ac_n "(cached) $ac_c" 1>&6 … … 3201 3214 else 3202 3215 cat > conftest.$ac_ext <<EOF 3203 #line 32 04"configure"3216 #line 3217 "configure" 3204 3217 #include "confdefs.h" 3205 3218 #include <stdio.h> … … 3212 3225 } 3213 3226 EOF 3214 if { (eval echo configure:32 15: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3227 if { (eval echo configure:3228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3215 3228 then 3216 3229 ac_cv_sizeof_short=`cat conftestval` … … 3232 3245 3233 3246 echo $ac_n "checking size of int""... $ac_c" 1>&6 3234 echo "configure:32 35: checking size of int" >&53247 echo "configure:3248: checking size of int" >&5 3235 3248 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 3236 3249 echo $ac_n "(cached) $ac_c" 1>&6 … … 3240 3253 else 3241 3254 cat > conftest.$ac_ext <<EOF 3242 #line 32 43"configure"3255 #line 3256 "configure" 3243 3256 #include "confdefs.h" 3244 3257 #include <stdio.h> … … 3251 3264 } 3252 3265 EOF 3253 if { (eval echo configure:32 54: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3266 if { (eval echo configure:3267: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3254 3267 then 3255 3268 ac_cv_sizeof_int=`cat conftestval` … … 3271 3284 3272 3285 echo $ac_n "checking size of long""... $ac_c" 1>&6 3273 echo "configure:32 74: checking size of long" >&53286 echo "configure:3287: checking size of long" >&5 3274 3287 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 3275 3288 echo $ac_n "(cached) $ac_c" 1>&6 … … 3279 3292 else 3280 3293 cat > conftest.$ac_ext <<EOF 3281 #line 32 82"configure"3294 #line 3295 "configure" 3282 3295 #include "confdefs.h" 3283 3296 #include <stdio.h> … … 3290 3303 } 3291 3304 EOF 3292 if { (eval echo configure:3 293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3305 if { (eval echo configure:3306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3293 3306 then 3294 3307 ac_cv_sizeof_long=`cat conftestval` … … 3310 3323 3311 3324 echo $ac_n "checking size of void*""... $ac_c" 1>&6 3312 echo "configure:33 13: checking size of void*" >&53325 echo "configure:3326: checking size of void*" >&5 3313 3326 if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then 3314 3327 echo $ac_n "(cached) $ac_c" 1>&6 … … 3318 3331 else 3319 3332 cat > conftest.$ac_ext <<EOF 3320 #line 33 21"configure"3333 #line 3334 "configure" 3321 3334 #include "confdefs.h" 3322 3335 #include <stdio.h> … … 3329 3342 } 3330 3343 EOF 3331 if { (eval echo configure:33 32: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3344 if { (eval echo configure:3345: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3332 3345 then 3333 3346 ac_cv_sizeof_voidp=`cat conftestval` … … 3349 3362 3350 3363 echo $ac_n "checking size of double""... $ac_c" 1>&6 3351 echo "configure:33 52: checking size of double" >&53364 echo "configure:3365: checking size of double" >&5 3352 3365 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then 3353 3366 echo $ac_n "(cached) $ac_c" 1>&6 … … 3357 3370 else 3358 3371 cat > conftest.$ac_ext <<EOF 3359 #line 33 60"configure"3372 #line 3373 "configure" 3360 3373 #include "confdefs.h" 3361 3374 #include <stdio.h> … … 3368 3381 } 3369 3382 EOF 3370 if { (eval echo configure:33 71: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3383 if { (eval echo configure:3384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3371 3384 then 3372 3385 ac_cv_sizeof_double=`cat conftestval` … … 3388 3401 3389 3402 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 3390 echo "configure:3 391: checking whether byte ordering is bigendian" >&53403 echo "configure:3404: checking whether byte ordering is bigendian" >&5 3391 3404 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then 3392 3405 echo $ac_n "(cached) $ac_c" 1>&6 … … 3395 3408 # See if sys/param.h defines the BYTE_ORDER macro. 3396 3409 cat > conftest.$ac_ext <<EOF 3397 #line 3 398"configure"3410 #line 3411 "configure" 3398 3411 #include "confdefs.h" 3399 3412 #include <sys/types.h> … … 3406 3419 ; return 0; } 3407 3420 EOF 3408 if { (eval echo configure:34 09: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3421 if { (eval echo configure:3422: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3409 3422 rm -rf conftest* 3410 3423 # It does; now see whether it defined to BIG_ENDIAN or not. 3411 3424 cat > conftest.$ac_ext <<EOF 3412 #line 34 13"configure"3425 #line 3426 "configure" 3413 3426 #include "confdefs.h" 3414 3427 #include <sys/types.h> … … 3421 3434 ; return 0; } 3422 3435 EOF 3423 if { (eval echo configure:34 24: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3436 if { (eval echo configure:3437: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3424 3437 rm -rf conftest* 3425 3438 ac_cv_c_bigendian=yes … … 3441 3454 else 3442 3455 cat > conftest.$ac_ext <<EOF 3443 #line 34 44"configure"3456 #line 3457 "configure" 3444 3457 #include "confdefs.h" 3445 3458 main () { … … 3454 3467 } 3455 3468 EOF 3456 if { (eval echo configure:34 57: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3469 if { (eval echo configure:3470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3457 3470 then 3458 3471 ac_cv_c_bigendian=no … … 3572 3585 3573 3586 echo $ac_n "checking whether to use dynamic linking""... $ac_c" 1>&6 3574 echo "configure:35 75: checking whether to use dynamic linking" >&53587 echo "configure:3588: checking whether to use dynamic linking" >&5 3575 3588 if test "$with_dl" != no && test "$ac_lib_dl" = yes; then 3576 3589 cat >> confdefs.h <<\EOF … … 3585 3598 3586 3599 echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 3587 echo "configure:3 588: checking for tgetent in -lncurses" >&53600 echo "configure:3601: checking for tgetent in -lncurses" >&5 3588 3601 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` 3589 3602 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3593 3606 LIBS="-lncurses $LIBS" 3594 3607 cat > conftest.$ac_ext <<EOF 3595 #line 3 596"configure"3608 #line 3609 "configure" 3596 3609 #include "confdefs.h" 3597 3610 /* Override any gcc2 internal prototype to avoid an error. */ … … 3604 3617 ; return 0; } 3605 3618 EOF 3606 if { (eval echo configure:36 07: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3619 if { (eval echo configure:3620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3607 3620 rm -rf conftest* 3608 3621 eval "ac_cv_lib_$ac_lib_var=yes" … … 3631 3644 \ 3632 3645 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 3633 echo "configure:36 34: checking for tgetent in -lcurses" >&53646 echo "configure:3647: checking for tgetent in -lcurses" >&5 3634 3647 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` 3635 3648 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3639 3652 LIBS="-lcurses $LIBS" 3640 3653 cat > conftest.$ac_ext <<EOF 3641 #line 36 42"configure"3654 #line 3655 "configure" 3642 3655 #include "confdefs.h" 3643 3656 /* Override any gcc2 internal prototype to avoid an error. */ … … 3650 3663 ; return 0; } 3651 3664 EOF 3652 if { (eval echo configure:36 53: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3665 if { (eval echo configure:3666: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3653 3666 rm -rf conftest* 3654 3667 eval "ac_cv_lib_$ac_lib_var=yes" … … 3677 3690 \ 3678 3691 echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 3679 echo "configure:36 80: checking for tgetent in -ltermcap" >&53692 echo "configure:3693: checking for tgetent in -ltermcap" >&5 3680 3693 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` 3681 3694 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3685 3698 LIBS="-ltermcap $LIBS" 3686 3699 cat > conftest.$ac_ext <<EOF 3687 #line 3 688"configure"3700 #line 3701 "configure" 3688 3701 #include "confdefs.h" 3689 3702 /* Override any gcc2 internal prototype to avoid an error. */ … … 3696 3709 ; return 0; } 3697 3710 EOF 3698 if { (eval echo configure:3 699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3711 if { (eval echo configure:3712: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3699 3712 rm -rf conftest* 3700 3713 eval "ac_cv_lib_$ac_lib_var=yes" … … 3745 3758 3746 3759 echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6 3747 echo "configure:37 48: checking for rl_abort in -lreadline" >&53760 echo "configure:3761: checking for rl_abort in -lreadline" >&5 3748 3761 ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'` 3749 3762 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3753 3766 LIBS="-lreadline $LIBS" 3754 3767 cat > conftest.$ac_ext <<EOF 3755 #line 37 56"configure"3768 #line 3769 "configure" 3756 3769 #include "confdefs.h" 3757 3770 /* Override any gcc2 internal prototype to avoid an error. */ … … 3767 3780 ; return 0; } 3768 3781 EOF 3769 if { (eval echo configure:37 70: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3782 if { (eval echo configure:3783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3770 3783 rm -rf conftest* 3771 3784 eval "ac_cv_lib_$ac_lib_var=yes" … … 3795 3808 3796 3809 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 3797 echo "configure:3 798: checking how to run the C++ preprocessor" >&53810 echo "configure:3811: checking how to run the C++ preprocessor" >&5 3798 3811 if test -z "$CXXCPP"; then 3799 3812 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then … … 3808 3821 CXXCPP="${CXX-g++} -E" 3809 3822 cat > conftest.$ac_ext <<EOF 3810 #line 38 11"configure"3823 #line 3824 "configure" 3811 3824 #include "confdefs.h" 3812 3825 #include <stdlib.h> 3813 3826 EOF 3814 3827 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3815 { (eval echo configure:38 16: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3828 { (eval echo configure:3829: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3816 3829 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3817 3830 if test -z "$ac_err"; then … … 3841 3854 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3842 3855 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3843 echo "configure:38 44: checking for $ac_hdr" >&53856 echo "configure:3857: checking for $ac_hdr" >&5 3844 3857 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3845 3858 echo $ac_n "(cached) $ac_c" 1>&6 3846 3859 else 3847 3860 cat > conftest.$ac_ext <<EOF 3848 #line 38 49"configure"3861 #line 3862 "configure" 3849 3862 #include "confdefs.h" 3850 3863 #include <$ac_hdr> 3851 3864 EOF 3852 3865 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3853 { (eval echo configure:38 54: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3866 { (eval echo configure:3867: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3854 3867 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3855 3868 if test -z "$ac_err"; then … … 3880 3893 test "$ac_cv_header_readline_readline_h" = yes; then 3881 3894 echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6 3882 echo "configure:38 83: checking whether readline.h is ok" >&53895 echo "configure:3896: checking whether readline.h is ok" >&5 3883 3896 if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then 3884 3897 echo $ac_n "(cached) $ac_c" 1>&6 3885 3898 else 3886 3899 cat > conftest.$ac_ext <<EOF 3887 #line 3 888"configure"3900 #line 3901 "configure" 3888 3901 #include "confdefs.h" 3889 3902 #include<unistd.h> … … 3910 3923 ; return 0; } 3911 3924 EOF 3912 if { (eval echo configure:39 13: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3925 if { (eval echo configure:3926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3913 3926 rm -rf conftest* 3914 3927 ac_cv_header_readline_readline_h_ok="yes" … … 3926 3939 #not ok -- try once more with explicitly declaring everything 3927 3940 echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6 3928 echo "configure:39 29: checking whether or not we nevertheless can use readline" >&53941 echo "configure:3942: checking whether or not we nevertheless can use readline" >&5 3929 3942 if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then 3930 3943 echo $ac_n "(cached) $ac_c" 1>&6 3931 3944 else 3932 3945 cat > conftest.$ac_ext <<EOF 3933 #line 39 34"configure"3946 #line 3947 "configure" 3934 3947 #include "confdefs.h" 3935 3948 #include <stdio.h> … … 3965 3978 ; return 0; } 3966 3979 EOF 3967 if { (eval echo configure:39 68: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3980 if { (eval echo configure:3981: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3968 3981 rm -rf conftest* 3969 3982 ac_cv_have_readline="yes" … … 4004 4017 4005 4018 echo $ac_n "checking which readline to use""... $ac_c" 1>&6 4006 echo "configure:40 07: checking which readline to use" >&54019 echo "configure:4020: checking which readline to use" >&5 4007 4020 if test "$ac_cv_with_readline" = dynamic; then 4008 4021 echo "$ac_t""dynamic" 1>&6 … … 4022 4035 # gmp, smallgmp, MP, MPT, factory, libfac 4023 4036 echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6 4024 echo "configure:40 25: checking for main in -lgmp" >&54037 echo "configure:4038: checking for main in -lgmp" >&5 4025 4038 ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'` 4026 4039 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4030 4043 LIBS="-lgmp $LIBS" 4031 4044 cat > conftest.$ac_ext <<EOF 4032 #line 40 33"configure"4045 #line 4046 "configure" 4033 4046 #include "confdefs.h" 4034 4047 … … 4037 4050 ; return 0; } 4038 4051 EOF 4039 if { (eval echo configure:40 40: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4052 if { (eval echo configure:4053: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4040 4053 rm -rf conftest* 4041 4054 eval "ac_cv_lib_$ac_lib_var=yes" … … 4068 4081 fi 4069 4082 echo $ac_n "checking for main in -lsmallgmp""... $ac_c" 1>&6 4070 echo "configure:40 71: checking for main in -lsmallgmp" >&54083 echo "configure:4084: checking for main in -lsmallgmp" >&5 4071 4084 ac_lib_var=`echo smallgmp'_'main | sed 'y%./+-%__p_%'` 4072 4085 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4076 4089 LIBS="-lsmallgmp $LIBS" 4077 4090 cat > conftest.$ac_ext <<EOF 4078 #line 40 79"configure"4091 #line 4092 "configure" 4079 4092 #include "confdefs.h" 4080 4093 … … 4083 4096 ; return 0; } 4084 4097 EOF 4085 if { (eval echo configure:40 86: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4098 if { (eval echo configure:4099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4086 4099 rm -rf conftest* 4087 4100 eval "ac_cv_lib_$ac_lib_var=yes" … … 4112 4125 SAVE_LIBS=$LIBS 4113 4126 echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6 4114 echo "configure:41 15: checking for IMP_PutGmpInt in -lMP" >&54127 echo "configure:4128: checking for IMP_PutGmpInt in -lMP" >&5 4115 4128 ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'` 4116 4129 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4120 4133 LIBS="-lMP $MP_LIBS $LIBS" 4121 4134 cat > conftest.$ac_ext <<EOF 4122 #line 41 23"configure"4135 #line 4136 "configure" 4123 4136 #include "confdefs.h" 4124 4137 /* Override any gcc2 internal prototype to avoid an error. */ … … 4131 4144 ; return 0; } 4132 4145 EOF 4133 if { (eval echo configure:41 34: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4146 if { (eval echo configure:4147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4134 4147 rm -rf conftest* 4135 4148 eval "ac_cv_lib_$ac_lib_var=yes" … … 4159 4172 4160 4173 echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6 4161 echo "configure:41 62: checking for MPT_GetTree in -lMPT" >&54174 echo "configure:4175: checking for MPT_GetTree in -lMPT" >&5 4162 4175 ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'` 4163 4176 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4167 4180 LIBS="-lMPT $MP_LIBS $LIBS" 4168 4181 cat > conftest.$ac_ext <<EOF 4169 #line 41 70"configure"4182 #line 4183 "configure" 4170 4183 #include "confdefs.h" 4171 4184 /* Override any gcc2 internal prototype to avoid an error. */ … … 4178 4191 ; return 0; } 4179 4192 EOF 4180 if { (eval echo configure:41 81: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4193 if { (eval echo configure:4194: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4181 4194 rm -rf conftest* 4182 4195 eval "ac_cv_lib_$ac_lib_var=yes" … … 4207 4220 LIBS=$SAVE_LIBS 4208 4221 echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6 4209 echo "configure:42 10: checking for atof in -lsingcf" >&54222 echo "configure:4223: checking for atof in -lsingcf" >&5 4210 4223 ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'` 4211 4224 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4215 4228 LIBS="-lsingcf $LIBS" 4216 4229 cat > conftest.$ac_ext <<EOF 4217 #line 42 18"configure"4230 #line 4231 "configure" 4218 4231 #include "confdefs.h" 4219 4232 /* Override any gcc2 internal prototype to avoid an error. */ … … 4226 4239 ; return 0; } 4227 4240 EOF 4228 if { (eval echo configure:42 29: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4241 if { (eval echo configure:4242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4229 4242 rm -rf conftest* 4230 4243 eval "ac_cv_lib_$ac_lib_var=yes" … … 4254 4267 4255 4268 echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6 4256 echo "configure:42 57: checking for atof in -lsingfac" >&54269 echo "configure:4270: checking for atof in -lsingfac" >&5 4257 4270 ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'` 4258 4271 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4262 4275 LIBS="-lsingfac $LIBS" 4263 4276 cat > conftest.$ac_ext <<EOF 4264 #line 42 65"configure"4277 #line 4278 "configure" 4265 4278 #include "confdefs.h" 4266 4279 /* Override any gcc2 internal prototype to avoid an error. */ … … 4273 4286 ; return 0; } 4274 4287 EOF 4275 if { (eval echo configure:42 76: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4288 if { (eval echo configure:4289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4276 4289 rm -rf conftest* 4277 4290 eval "ac_cv_lib_$ac_lib_var=yes" … … 4301 4314 4302 4315 echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6 4303 echo "configure:43 04: checking for omTestAddr in -lomalloc" >&54316 echo "configure:4317: checking for omTestAddr in -lomalloc" >&5 4304 4317 ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'` 4305 4318 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4309 4322 LIBS="-lomalloc $LIBS" 4310 4323 cat > conftest.$ac_ext <<EOF 4311 #line 43 12"configure"4324 #line 4325 "configure" 4312 4325 #include "confdefs.h" 4313 4326 /* Override any gcc2 internal prototype to avoid an error. */ … … 4320 4333 ; return 0; } 4321 4334 EOF 4322 if { (eval echo configure:43 23: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4335 if { (eval echo configure:4336: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4323 4336 rm -rf conftest* 4324 4337 eval "ac_cv_lib_$ac_lib_var=yes" … … 4348 4361 4349 4362 echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6 4350 echo "configure:43 51: checking for main in -lomalloc_ndebug" >&54363 echo "configure:4364: checking for main in -lomalloc_ndebug" >&5 4351 4364 ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'` 4352 4365 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4356 4369 LIBS="-lomalloc_ndebug $LIBS" 4357 4370 cat > conftest.$ac_ext <<EOF 4358 #line 43 59"configure"4371 #line 4372 "configure" 4359 4372 #include "confdefs.h" 4360 4373 … … 4363 4376 ; return 0; } 4364 4377 EOF 4365 if { (eval echo configure:43 66: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4378 if { (eval echo configure:4379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4366 4379 rm -rf conftest* 4367 4380 eval "ac_cv_lib_$ac_lib_var=yes" … … 4395 4408 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4396 4409 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4397 echo "configure:4 398: checking for $ac_hdr" >&54410 echo "configure:4411: checking for $ac_hdr" >&5 4398 4411 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4399 4412 echo $ac_n "(cached) $ac_c" 1>&6 4400 4413 else 4401 4414 cat > conftest.$ac_ext <<EOF 4402 #line 44 03"configure"4415 #line 4416 "configure" 4403 4416 #include "confdefs.h" 4404 4417 #include <$ac_hdr> 4405 4418 EOF 4406 4419 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4407 { (eval echo configure:44 08: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4420 { (eval echo configure:4421: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4408 4421 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4409 4422 if test -z "$ac_err"; then … … 4474 4487 4475 4488 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 4476 echo "configure:44 77: checking which apint package to use" >&54489 echo "configure:4490: checking which apint package to use" >&5 4477 4490 if test "${with_apint}" != gmp && test "${with_apint}" != smallgmp; then 4478 4491 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 4516 4529 # 4517 4530 echo $ac_n "checking whether to have MP""... $ac_c" 1>&6 4518 echo "configure:45 19: checking whether to have MP" >&54531 echo "configure:4532: checking whether to have MP" >&5 4519 4532 if test "${with_MP}" != yes && test "${with_MP}" != no; then 4520 4533 if (test "${will_have_gmp}" = yes) && \ … … 4551 4564 4552 4565 echo $ac_n "checking whether to have factory""... $ac_c" 1>&6 4553 echo "configure:45 54: checking whether to have factory" >&54566 echo "configure:4567: checking whether to have factory" >&5 4554 4567 if test "${with_factory}" != yes && test "${with_factory}" != no; then 4555 4568 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 4582 4595 4583 4596 echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6 4584 echo "configure:45 85: checking whether to have libfac" >&54597 echo "configure:4598: checking whether to have libfac" >&5 4585 4598 if test "${with_libfac}" != yes && test "${with_libfac}" != no; then 4586 4599 if (test "${will_have_factory}" = yes) && \ … … 4616 4629 4617 4630 echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6 4618 echo "configure:46 19: checking whether to have dbm links" >&54631 echo "configure:4632: checking whether to have dbm links" >&5 4619 4632 if test "$with_dbm" != no; then 4620 4633 cat >> confdefs.h <<\EOF … … 4628 4641 4629 4642 echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6 4630 echo "configure:46 31: checking whether to have namespaces" >&54643 echo "configure:4644: checking whether to have namespaces" >&5 4631 4644 if test "$with_namespaces" != yes; then 4632 4645 echo "$ac_t""no" 1>&6 … … 4640 4653 4641 4654 echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6 4642 echo "configure:46 43: checking whether to have dynamic modules" >&54655 echo "configure:4656: checking whether to have dynamic modules" >&5 4643 4656 if test "$with_dynamic_modules" != yes || test "$ac_have_dl" != yes; then 4644 4657 echo "$ac_t""no" 1>&6 … … 4652 4665 4653 4666 echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6 4654 echo "configure:46 55: checking whether to have dynamic kernel" >&54667 echo "configure:4668: checking whether to have dynamic kernel" >&5 4655 4668 if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then 4656 4669 DL_KERNEL=1 … … 4660 4673 4661 4674 echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6 4662 echo "configure:46 63: checking whether to have Plural" >&54675 echo "configure:4676: checking whether to have Plural" >&5 4663 4676 if test "$with_plural" != yes; then 4664 4677 echo "$ac_t""no" 1>&6 -
Singular/configure.in
r013557 rf5f439 97 97 CXX=gcc 98 98 temp_cflags=${CXXFLAGS} 99 99 AC_LANG_SAVE 100 AC_LANG_CPLUSPLUS 100 101 # check whether gcc accepts --no-rtti 101 102 AC_MSG_CHECKING(whether gcc accepts --no-rtti) … … 124 125 fi 125 126 127 AC_LANG_RESTORE 126 128 CXXFLAGS=$temp_flags 127 129 … … 289 291 dnl AC_CHECK_LIB(ucb, index) 290 292 dnl MP_LIBS=${LIBS} 291 dnl LIBS=292 293 293 # check for dl lib 294 294 case "$ac_cv_singuname" in
Note: See TracChangeset
for help on using the changeset viewer.