Changeset 185af8 in git
- Timestamp:
- Dec 12, 2000, 3:54:59 PM (22 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- 2c72eb986386d08c4cad3c7641468921a9faf348
- Parents:
- 70afd2438566a9b020dc708d29829c9db46981bc
- Location:
- Singular
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.in
r70afd2 r185af8 477 477 ${MKINSTALLDIRS} ${install_bindir} 478 478 ${INSTALL_PROGRAM} -s ${SING_EXEC} ${install_bindir}/Singular 479 ${INSTALL_PROGRAM} -s libparse ${DL_LIBS} ${RUN_SINGULARS} ESingular TSingular ${install_bindir} 479 ${INSTALL_PROGRAM} ${DL_LIBS} ${install_bindir} 480 ${INSTALL_PROGRAM} -s libparse ${RUN_SINGULARS} ESingular TSingular ${install_bindir} 480 481 echo "#undef MAKE_DISTRIBUTION " > distrib.h 481 482 -
Singular/configure
r70afd2 r185af8 1669 1669 SAVE_LIBS=${LIBS} 1670 1670 LIBS= 1671 echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6 1672 echo "configure:1673: checking for socket in -lbsd" >&5 1673 ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'` 1674 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 1675 echo $ac_n "(cached) $ac_c" 1>&6 1676 else 1677 ac_save_LIBS="$LIBS" 1678 LIBS="-lbsd $LIBS" 1679 cat > conftest.$ac_ext <<EOF 1680 #line 1681 "configure" 1681 #include "confdefs.h" 1682 /* Override any gcc2 internal prototype to avoid an error. */ 1683 /* We use char because int might match the return type of a gcc2 1684 builtin and then its argument prototype would still apply. */ 1685 char socket(); 1686 1687 int main() { 1688 socket() 1689 ; return 0; } 1690 EOF 1691 if { (eval echo configure:1692: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1692 rm -rf conftest* 1693 eval "ac_cv_lib_$ac_lib_var=yes" 1694 else 1695 echo "configure: failed program was:" >&5 1696 cat conftest.$ac_ext >&5 1697 rm -rf conftest* 1698 eval "ac_cv_lib_$ac_lib_var=no" 1699 fi 1700 rm -f conftest* 1701 LIBS="$ac_save_LIBS" 1702 1703 fi 1704 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 1705 echo "$ac_t""yes" 1>&6 1706 ac_tr_lib=HAVE_LIB`echo bsd | sed -e 's/[^a-zA-Z0-9_]/_/g' \ 1707 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` 1708 cat >> confdefs.h <<EOF 1709 #define $ac_tr_lib 1 1710 EOF 1711 1712 LIBS="-lbsd $LIBS" 1713 1714 else 1715 echo "$ac_t""no" 1>&6 1716 fi 1717 1718 echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6 1719 echo "configure:1720: checking for listen in -lsocket" >&5 1720 ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'` 1721 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 1722 echo $ac_n "(cached) $ac_c" 1>&6 1723 else 1724 ac_save_LIBS="$LIBS" 1725 LIBS="-lsocket $LIBS" 1726 cat > conftest.$ac_ext <<EOF 1727 #line 1728 "configure" 1728 #include "confdefs.h" 1729 /* Override any gcc2 internal prototype to avoid an error. */ 1730 /* We use char because int might match the return type of a gcc2 1731 builtin and then its argument prototype would still apply. */ 1732 char listen(); 1733 1734 int main() { 1735 listen() 1736 ; return 0; } 1737 EOF 1738 if { (eval echo configure:1739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1739 rm -rf conftest* 1740 eval "ac_cv_lib_$ac_lib_var=yes" 1741 else 1742 echo "configure: failed program was:" >&5 1743 cat conftest.$ac_ext >&5 1744 rm -rf conftest* 1745 eval "ac_cv_lib_$ac_lib_var=no" 1746 fi 1747 rm -f conftest* 1748 LIBS="$ac_save_LIBS" 1749 1750 fi 1751 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 1752 echo "$ac_t""yes" 1>&6 1753 ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' \ 1754 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` 1755 cat >> confdefs.h <<EOF 1756 #define $ac_tr_lib 1 1757 EOF 1758 1759 LIBS="-lsocket $LIBS" 1760 1761 else 1762 echo "$ac_t""no" 1>&6 1763 fi 1764 1765 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 1766 echo "configure:1767: checking for gethostbyname in -lnsl" >&5 1767 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 1768 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 1769 echo $ac_n "(cached) $ac_c" 1>&6 1770 else 1771 ac_save_LIBS="$LIBS" 1772 LIBS="-lnsl $LIBS" 1773 cat > conftest.$ac_ext <<EOF 1774 #line 1775 "configure" 1775 #include "confdefs.h" 1776 /* Override any gcc2 internal prototype to avoid an error. */ 1777 /* We use char because int might match the return type of a gcc2 1778 builtin and then its argument prototype would still apply. */ 1779 char gethostbyname(); 1780 1781 int main() { 1782 gethostbyname() 1783 ; return 0; } 1784 EOF 1785 if { (eval echo configure:1786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1786 rm -rf conftest* 1787 eval "ac_cv_lib_$ac_lib_var=yes" 1788 else 1789 echo "configure: failed program was:" >&5 1790 cat conftest.$ac_ext >&5 1791 rm -rf conftest* 1792 eval "ac_cv_lib_$ac_lib_var=no" 1793 fi 1794 rm -f conftest* 1795 LIBS="$ac_save_LIBS" 1796 1797 fi 1798 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 1799 echo "$ac_t""yes" 1>&6 1800 ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \ 1801 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` 1802 cat >> confdefs.h <<EOF 1803 #define $ac_tr_lib 1 1804 EOF 1805 1806 LIBS="-lnsl $LIBS" 1807 1808 else 1809 echo "$ac_t""no" 1>&6 1810 fi 1811 1812 echo $ac_n "checking for index in -lucb""... $ac_c" 1>&6 1813 echo "configure:1814: checking for index in -lucb" >&5 1814 ac_lib_var=`echo ucb'_'index | sed 'y%./+-%__p_%'` 1815 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 1816 echo $ac_n "(cached) $ac_c" 1>&6 1817 else 1818 ac_save_LIBS="$LIBS" 1819 LIBS="-lucb $LIBS" 1820 cat > conftest.$ac_ext <<EOF 1821 #line 1822 "configure" 1822 #include "confdefs.h" 1823 /* Override any gcc2 internal prototype to avoid an error. */ 1824 /* We use char because int might match the return type of a gcc2 1825 builtin and then its argument prototype would still apply. */ 1826 char ; 1827 1828 int main() { 1829 index() 1830 ; return 0; } 1831 EOF 1832 if { (eval echo configure:1833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1833 rm -rf conftest* 1834 eval "ac_cv_lib_$ac_lib_var=yes" 1835 else 1836 echo "configure: failed program was:" >&5 1837 cat conftest.$ac_ext >&5 1838 rm -rf conftest* 1839 eval "ac_cv_lib_$ac_lib_var=no" 1840 fi 1841 rm -f conftest* 1842 LIBS="$ac_save_LIBS" 1843 1844 fi 1845 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 1846 echo "$ac_t""yes" 1>&6 1847 ac_tr_lib=HAVE_LIB`echo ucb | sed -e 's/[^a-zA-Z0-9_]/_/g' \ 1848 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` 1849 cat >> confdefs.h <<EOF 1850 #define $ac_tr_lib 1 1851 EOF 1852 1853 LIBS="-lucb $LIBS" 1854 1855 else 1856 echo "$ac_t""no" 1>&6 1857 fi 1858 1859 MP_LIBS=${LIBS} 1860 LIBS= 1671 1861 1672 1862 1673 # check for dl lib … … 1864 1675 HPUX*) 1865 1676 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 1866 echo "configure:1 867: checking for shl_load in -ldld" >&51677 echo "configure:1678: checking for shl_load in -ldld" >&5 1867 1678 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 1868 1679 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1872 1683 LIBS="-ldld $LIBS" 1873 1684 cat > conftest.$ac_ext <<EOF 1874 #line 1 875"configure"1685 #line 1686 "configure" 1875 1686 #include "confdefs.h" 1876 1687 /* Override any gcc2 internal prototype to avoid an error. */ … … 1883 1694 ; return 0; } 1884 1695 EOF 1885 if { (eval echo configure:1 886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1696 if { (eval echo configure:1697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1886 1697 rm -rf conftest* 1887 1698 eval "ac_cv_lib_$ac_lib_var=yes" … … 1919 1730 *Linux*) 1920 1731 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 1921 echo "configure:1 922: checking for dlopen in -ldl" >&51732 echo "configure:1733: checking for dlopen in -ldl" >&5 1922 1733 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 1923 1734 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1927 1738 LIBS="-ldl $LIBS" 1928 1739 cat > conftest.$ac_ext <<EOF 1929 #line 1 930"configure"1740 #line 1741 "configure" 1930 1741 #include "confdefs.h" 1931 1742 /* Override any gcc2 internal prototype to avoid an error. */ … … 1938 1749 ; return 0; } 1939 1750 EOF 1940 if { (eval echo configure:1 941: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1751 if { (eval echo configure:1752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1941 1752 rm -rf conftest* 1942 1753 eval "ac_cv_lib_$ac_lib_var=yes" … … 1980 1791 # heder file checks 1981 1792 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1982 echo "configure:1 983: checking for ANSI C header files" >&51793 echo "configure:1794: checking for ANSI C header files" >&5 1983 1794 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1984 1795 echo $ac_n "(cached) $ac_c" 1>&6 1985 1796 else 1986 1797 cat > conftest.$ac_ext <<EOF 1987 #line 1 988"configure"1798 #line 1799 "configure" 1988 1799 #include "confdefs.h" 1989 1800 #include <stdlib.h> … … 1993 1804 EOF 1994 1805 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1995 { (eval echo configure:1 996: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1806 { (eval echo configure:1807: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1996 1807 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1997 1808 if test -z "$ac_err"; then … … 2010 1821 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2011 1822 cat > conftest.$ac_ext <<EOF 2012 #line 2013"configure"1823 #line 1824 "configure" 2013 1824 #include "confdefs.h" 2014 1825 #include <string.h> … … 2028 1839 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2029 1840 cat > conftest.$ac_ext <<EOF 2030 #line 2031"configure"1841 #line 1842 "configure" 2031 1842 #include "confdefs.h" 2032 1843 #include <stdlib.h> … … 2049 1860 else 2050 1861 cat > conftest.$ac_ext <<EOF 2051 #line 2052"configure"1862 #line 1863 "configure" 2052 1863 #include "confdefs.h" 2053 1864 #include <ctype.h> … … 2060 1871 2061 1872 EOF 2062 if { (eval echo configure: 2063: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1873 if { (eval echo configure:1874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2063 1874 then 2064 1875 : … … 2087 1898 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2088 1899 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2089 echo "configure: 2090: checking for $ac_hdr" >&51900 echo "configure:1901: checking for $ac_hdr" >&5 2090 1901 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2091 1902 echo $ac_n "(cached) $ac_c" 1>&6 2092 1903 else 2093 1904 cat > conftest.$ac_ext <<EOF 2094 #line 2095"configure"1905 #line 1906 "configure" 2095 1906 #include "confdefs.h" 2096 1907 #include <$ac_hdr> 2097 1908 EOF 2098 1909 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2099 { (eval echo configure: 2100: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1910 { (eval echo configure:1911: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2100 1911 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2101 1912 if test -z "$ac_err"; then … … 2129 1940 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2130 1941 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2131 echo "configure: 2132: checking for $ac_hdr" >&51942 echo "configure:1943: checking for $ac_hdr" >&5 2132 1943 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2133 1944 echo $ac_n "(cached) $ac_c" 1>&6 2134 1945 else 2135 1946 cat > conftest.$ac_ext <<EOF 2136 #line 2137"configure"1947 #line 1948 "configure" 2137 1948 #include "confdefs.h" 2138 1949 #include <$ac_hdr> 2139 1950 EOF 2140 1951 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2141 { (eval echo configure: 2142: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1952 { (eval echo configure:1953: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2142 1953 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2143 1954 if test -z "$ac_err"; then … … 2168 1979 # typedefs, structures 2169 1980 echo $ac_n "checking for working const""... $ac_c" 1>&6 2170 echo "configure: 2171: checking for working const" >&51981 echo "configure:1982: checking for working const" >&5 2171 1982 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2172 1983 echo $ac_n "(cached) $ac_c" 1>&6 2173 1984 else 2174 1985 cat > conftest.$ac_ext <<EOF 2175 #line 2176"configure"1986 #line 1987 "configure" 2176 1987 #include "confdefs.h" 2177 1988 … … 2222 2033 ; return 0; } 2223 2034 EOF 2224 if { (eval echo configure:2 225: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2035 if { (eval echo configure:2036: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2225 2036 rm -rf conftest* 2226 2037 ac_cv_c_const=yes … … 2243 2054 2244 2055 echo $ac_n "checking for inline""... $ac_c" 1>&6 2245 echo "configure:2 246: checking for inline" >&52056 echo "configure:2057: checking for inline" >&5 2246 2057 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2247 2058 echo $ac_n "(cached) $ac_c" 1>&6 … … 2250 2061 for ac_kw in inline __inline__ __inline; do 2251 2062 cat > conftest.$ac_ext <<EOF 2252 #line 2 253"configure"2063 #line 2064 "configure" 2253 2064 #include "confdefs.h" 2254 2065 … … 2257 2068 ; return 0; } 2258 2069 EOF 2259 if { (eval echo configure:2 260: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2070 if { (eval echo configure:2071: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2260 2071 rm -rf conftest* 2261 2072 ac_cv_c_inline=$ac_kw; break … … 2283 2094 2284 2095 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2285 echo "configure:2 286: checking for size_t" >&52096 echo "configure:2097: checking for size_t" >&5 2286 2097 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2287 2098 echo $ac_n "(cached) $ac_c" 1>&6 2288 2099 else 2289 2100 cat > conftest.$ac_ext <<EOF 2290 #line 2 291"configure"2101 #line 2102 "configure" 2291 2102 #include "confdefs.h" 2292 2103 #include <sys/types.h> … … 2316 2127 2317 2128 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 2318 echo "configure:2 319: checking whether time.h and sys/time.h may both be included" >&52129 echo "configure:2130: checking whether time.h and sys/time.h may both be included" >&5 2319 2130 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 2320 2131 echo $ac_n "(cached) $ac_c" 1>&6 2321 2132 else 2322 2133 cat > conftest.$ac_ext <<EOF 2323 #line 2 324"configure"2134 #line 2135 "configure" 2324 2135 #include "confdefs.h" 2325 2136 #include <sys/types.h> … … 2330 2141 ; return 0; } 2331 2142 EOF 2332 if { (eval echo configure:2 333: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2143 if { (eval echo configure:2144: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2333 2144 rm -rf conftest* 2334 2145 ac_cv_header_time=yes … … 2351 2162 2352 2163 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 2353 echo "configure:2 354: checking whether struct tm is in sys/time.h or time.h" >&52164 echo "configure:2165: checking whether struct tm is in sys/time.h or time.h" >&5 2354 2165 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then 2355 2166 echo $ac_n "(cached) $ac_c" 1>&6 2356 2167 else 2357 2168 cat > conftest.$ac_ext <<EOF 2358 #line 2 359"configure"2169 #line 2170 "configure" 2359 2170 #include "confdefs.h" 2360 2171 #include <sys/types.h> … … 2364 2175 ; return 0; } 2365 2176 EOF 2366 if { (eval echo configure:2 367: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2177 if { (eval echo configure:2178: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2367 2178 rm -rf conftest* 2368 2179 ac_cv_struct_tm=time.h … … 2389 2200 # for constant arguments. Useless! 2390 2201 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2391 echo "configure:2 392: checking for working alloca.h" >&52202 echo "configure:2203: checking for working alloca.h" >&5 2392 2203 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2393 2204 echo $ac_n "(cached) $ac_c" 1>&6 2394 2205 else 2395 2206 cat > conftest.$ac_ext <<EOF 2396 #line 2 397"configure"2207 #line 2208 "configure" 2397 2208 #include "confdefs.h" 2398 2209 #include <alloca.h> … … 2401 2212 ; return 0; } 2402 2213 EOF 2403 if { (eval echo configure:2 404: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2214 if { (eval echo configure:2215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2404 2215 rm -rf conftest* 2405 2216 ac_cv_header_alloca_h=yes … … 2422 2233 2423 2234 echo $ac_n "checking for alloca""... $ac_c" 1>&6 2424 echo "configure:2 425: checking for alloca" >&52235 echo "configure:2236: checking for alloca" >&5 2425 2236 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 2426 2237 echo $ac_n "(cached) $ac_c" 1>&6 2427 2238 else 2428 2239 cat > conftest.$ac_ext <<EOF 2429 #line 2 430"configure"2240 #line 2241 "configure" 2430 2241 #include "confdefs.h" 2431 2242 … … 2455 2266 ; return 0; } 2456 2267 EOF 2457 if { (eval echo configure:2 458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2268 if { (eval echo configure:2269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2458 2269 rm -rf conftest* 2459 2270 ac_cv_func_alloca_works=yes … … 2487 2298 2488 2299 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 2489 echo "configure:2 490: checking whether alloca needs Cray hooks" >&52300 echo "configure:2301: checking whether alloca needs Cray hooks" >&5 2490 2301 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 2491 2302 echo $ac_n "(cached) $ac_c" 1>&6 2492 2303 else 2493 2304 cat > conftest.$ac_ext <<EOF 2494 #line 2 495"configure"2305 #line 2306 "configure" 2495 2306 #include "confdefs.h" 2496 2307 #if defined(CRAY) && ! defined(CRAY2) … … 2517 2328 for ac_func in _getb67 GETB67 getb67; do 2518 2329 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2519 echo "configure:2 520: checking for $ac_func" >&52330 echo "configure:2331: checking for $ac_func" >&5 2520 2331 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2521 2332 echo $ac_n "(cached) $ac_c" 1>&6 2522 2333 else 2523 2334 cat > conftest.$ac_ext <<EOF 2524 #line 2 525"configure"2335 #line 2336 "configure" 2525 2336 #include "confdefs.h" 2526 2337 /* System header to define __stub macros and hopefully few prototypes, … … 2545 2356 ; return 0; } 2546 2357 EOF 2547 if { (eval echo configure:2 548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2358 if { (eval echo configure:2359: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2548 2359 rm -rf conftest* 2549 2360 eval "ac_cv_func_$ac_func=yes" … … 2572 2383 2573 2384 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 2574 echo "configure:2 575: checking stack direction for C alloca" >&52385 echo "configure:2386: checking stack direction for C alloca" >&5 2575 2386 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 2576 2387 echo $ac_n "(cached) $ac_c" 1>&6 … … 2580 2391 else 2581 2392 cat > conftest.$ac_ext <<EOF 2582 #line 2 583"configure"2393 #line 2394 "configure" 2583 2394 #include "confdefs.h" 2584 2395 find_stack_direction () … … 2599 2410 } 2600 2411 EOF 2601 if { (eval echo configure:2 602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2412 if { (eval echo configure:2413: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2602 2413 then 2603 2414 ac_cv_c_stack_direction=1 … … 2622 2433 if test $ac_cv_prog_gcc = yes; then 2623 2434 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 2624 echo "configure:2 625: checking whether ${CC-cc} needs -traditional" >&52435 echo "configure:2436: checking whether ${CC-cc} needs -traditional" >&5 2625 2436 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then 2626 2437 echo $ac_n "(cached) $ac_c" 1>&6 … … 2628 2439 ac_pattern="Autoconf.*'x'" 2629 2440 cat > conftest.$ac_ext <<EOF 2630 #line 2 631"configure"2441 #line 2442 "configure" 2631 2442 #include "confdefs.h" 2632 2443 #include <sgtty.h> … … 2646 2457 if test $ac_cv_prog_gcc_traditional = no; then 2647 2458 cat > conftest.$ac_ext <<EOF 2648 #line 2 649"configure"2459 #line 2460 "configure" 2649 2460 #include "confdefs.h" 2650 2461 #include <termio.h> … … 2671 2482 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2672 2483 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2673 echo "configure:2 674: checking for $ac_hdr" >&52484 echo "configure:2485: checking for $ac_hdr" >&5 2674 2485 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2675 2486 echo $ac_n "(cached) $ac_c" 1>&6 2676 2487 else 2677 2488 cat > conftest.$ac_ext <<EOF 2678 #line 2 679"configure"2489 #line 2490 "configure" 2679 2490 #include "confdefs.h" 2680 2491 #include <$ac_hdr> 2681 2492 EOF 2682 2493 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2683 { (eval echo configure:2 684: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2494 { (eval echo configure:2495: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2684 2495 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2685 2496 if test -z "$ac_err"; then … … 2710 2521 do 2711 2522 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2712 echo "configure:2 713: checking for $ac_func" >&52523 echo "configure:2524: checking for $ac_func" >&5 2713 2524 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2714 2525 echo $ac_n "(cached) $ac_c" 1>&6 2715 2526 else 2716 2527 cat > conftest.$ac_ext <<EOF 2717 #line 2 718"configure"2528 #line 2529 "configure" 2718 2529 #include "confdefs.h" 2719 2530 /* System header to define __stub macros and hopefully few prototypes, … … 2738 2549 ; return 0; } 2739 2550 EOF 2740 if { (eval echo configure:2 741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2551 if { (eval echo configure:2552: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2741 2552 rm -rf conftest* 2742 2553 eval "ac_cv_func_$ac_func=yes" … … 2763 2574 2764 2575 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 2765 echo "configure:2 766: checking for working mmap" >&52576 echo "configure:2577: checking for working mmap" >&5 2766 2577 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 2767 2578 echo $ac_n "(cached) $ac_c" 1>&6 … … 2771 2582 else 2772 2583 cat > conftest.$ac_ext <<EOF 2773 #line 2 774"configure"2584 #line 2585 "configure" 2774 2585 #include "confdefs.h" 2775 2586 … … 2911 2722 2912 2723 EOF 2913 if { (eval echo configure:2 914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2724 if { (eval echo configure:2725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2914 2725 then 2915 2726 ac_cv_func_mmap_fixed_mapped=yes … … 2934 2745 2935 2746 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 2936 echo "configure:2 937: checking return type of signal handlers" >&52747 echo "configure:2748: checking return type of signal handlers" >&5 2937 2748 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 2938 2749 echo $ac_n "(cached) $ac_c" 1>&6 2939 2750 else 2940 2751 cat > conftest.$ac_ext <<EOF 2941 #line 2 942"configure"2752 #line 2753 "configure" 2942 2753 #include "confdefs.h" 2943 2754 #include <sys/types.h> … … 2956 2767 ; return 0; } 2957 2768 EOF 2958 if { (eval echo configure:2 959: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2769 if { (eval echo configure:2770: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2959 2770 rm -rf conftest* 2960 2771 ac_cv_type_signal=void … … 2975 2786 2976 2787 echo $ac_n "checking for vprintf""... $ac_c" 1>&6 2977 echo "configure:2 978: checking for vprintf" >&52788 echo "configure:2789: checking for vprintf" >&5 2978 2789 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then 2979 2790 echo $ac_n "(cached) $ac_c" 1>&6 2980 2791 else 2981 2792 cat > conftest.$ac_ext <<EOF 2982 #line 2 983"configure"2793 #line 2794 "configure" 2983 2794 #include "confdefs.h" 2984 2795 /* System header to define __stub macros and hopefully few prototypes, … … 3003 2814 ; return 0; } 3004 2815 EOF 3005 if { (eval echo configure: 3006: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2816 if { (eval echo configure:2817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3006 2817 rm -rf conftest* 3007 2818 eval "ac_cv_func_vprintf=yes" … … 3027 2838 if test "$ac_cv_func_vprintf" != yes; then 3028 2839 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 3029 echo "configure: 3030: checking for _doprnt" >&52840 echo "configure:2841: checking for _doprnt" >&5 3030 2841 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then 3031 2842 echo $ac_n "(cached) $ac_c" 1>&6 3032 2843 else 3033 2844 cat > conftest.$ac_ext <<EOF 3034 #line 3035"configure"2845 #line 2846 "configure" 3035 2846 #include "confdefs.h" 3036 2847 /* System header to define __stub macros and hopefully few prototypes, … … 3055 2866 ; return 0; } 3056 2867 EOF 3057 if { (eval echo configure: 3058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2868 if { (eval echo configure:2869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3058 2869 rm -rf conftest* 3059 2870 eval "ac_cv_func__doprnt=yes" … … 3082 2893 do 3083 2894 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3084 echo "configure: 3085: checking for $ac_func" >&52895 echo "configure:2896: checking for $ac_func" >&5 3085 2896 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3086 2897 echo $ac_n "(cached) $ac_c" 1>&6 3087 2898 else 3088 2899 cat > conftest.$ac_ext <<EOF 3089 #line 3090"configure"2900 #line 2901 "configure" 3090 2901 #include "confdefs.h" 3091 2902 /* System header to define __stub macros and hopefully few prototypes, … … 3110 2921 ; return 0; } 3111 2922 EOF 3112 if { (eval echo configure: 3113: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2923 if { (eval echo configure:2924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3113 2924 rm -rf conftest* 3114 2925 eval "ac_cv_func_$ac_func=yes" … … 3138 2949 # arithmetic shifts 3139 2950 echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6 3140 echo "configure: 3141: checking whether your machine has correct arithmetic shifts" >&52951 echo "configure:2952: checking whether your machine has correct arithmetic shifts" >&5 3141 2952 if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then 3142 2953 echo $ac_n "(cached) $ac_c" 1>&6 … … 3151 2962 else 3152 2963 cat > conftest.$ac_ext <<EOF 3153 #line 3154"configure"2964 #line 2965 "configure" 3154 2965 #include "confdefs.h" 3155 2966 int main() { if (-2 >> 1 == -1) exit(0); else exit(1); } 3156 2967 EOF 3157 if { (eval echo configure: 3158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2968 if { (eval echo configure:2969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3158 2969 then 3159 2970 ac_cv_shift=yes … … 3180 2991 # check for a peculiar constructor initialization 3181 2992 echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6 3182 echo "configure: 3183: checking whether explicit C++ constructor calls are allowed" >&52993 echo "configure:2994: checking whether explicit C++ constructor calls are allowed" >&5 3183 2994 3184 2995 ac_ext=C … … 3193 3004 else 3194 3005 cat > conftest.$ac_ext <<EOF 3195 #line 3 196"configure"3006 #line 3007 "configure" 3196 3007 #include "confdefs.h" 3197 3008 … … 3211 3022 ; return 0; } 3212 3023 EOF 3213 if { (eval echo configure:3 214: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3024 if { (eval echo configure:3025: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3214 3025 rm -rf conftest* 3215 3026 ac_cv_explicit_const=yes … … 3240 3051 # sprintf returns number of printed chars 3241 3052 echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6 3242 echo "configure:3 243: checking whether vsprintf returns number of printed chars" >&53053 echo "configure:3054: checking whether vsprintf returns number of printed chars" >&5 3243 3054 if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then 3244 3055 echo $ac_n "(cached) $ac_c" 1>&6 … … 3248 3059 else 3249 3060 cat > conftest.$ac_ext <<EOF 3250 #line 3 251"configure"3061 #line 3062 "configure" 3251 3062 #include "confdefs.h" 3252 3063 #include <stdio.h> 3253 3064 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); } 3254 3065 EOF 3255 if { (eval echo configure:3 256: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3066 if { (eval echo configure:3067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3256 3067 then 3257 3068 ac_cv_returns_n_of_chars=yes … … 3279 3090 # determine ALIGN_8 3280 3091 echo $ac_n "checking size of char""... $ac_c" 1>&6 3281 echo "configure:3 282: checking size of char" >&53092 echo "configure:3093: checking size of char" >&5 3282 3093 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then 3283 3094 echo $ac_n "(cached) $ac_c" 1>&6 … … 3287 3098 else 3288 3099 cat > conftest.$ac_ext <<EOF 3289 #line 3 290"configure"3100 #line 3101 "configure" 3290 3101 #include "confdefs.h" 3291 3102 #include <stdio.h> … … 3298 3109 } 3299 3110 EOF 3300 if { (eval echo configure:3 301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3111 if { (eval echo configure:3112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3301 3112 then 3302 3113 ac_cv_sizeof_char=`cat conftestval` … … 3318 3129 3319 3130 echo $ac_n "checking size of short""... $ac_c" 1>&6 3320 echo "configure:3 321: checking size of short" >&53131 echo "configure:3132: checking size of short" >&5 3321 3132 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 3322 3133 echo $ac_n "(cached) $ac_c" 1>&6 … … 3326 3137 else 3327 3138 cat > conftest.$ac_ext <<EOF 3328 #line 3 329"configure"3139 #line 3140 "configure" 3329 3140 #include "confdefs.h" 3330 3141 #include <stdio.h> … … 3337 3148 } 3338 3149 EOF 3339 if { (eval echo configure:3 340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3150 if { (eval echo configure:3151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3340 3151 then 3341 3152 ac_cv_sizeof_short=`cat conftestval` … … 3357 3168 3358 3169 echo $ac_n "checking size of int""... $ac_c" 1>&6 3359 echo "configure:3 360: checking size of int" >&53170 echo "configure:3171: checking size of int" >&5 3360 3171 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 3361 3172 echo $ac_n "(cached) $ac_c" 1>&6 … … 3365 3176 else 3366 3177 cat > conftest.$ac_ext <<EOF 3367 #line 3 368"configure"3178 #line 3179 "configure" 3368 3179 #include "confdefs.h" 3369 3180 #include <stdio.h> … … 3376 3187 } 3377 3188 EOF 3378 if { (eval echo configure:3 379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3189 if { (eval echo configure:3190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3379 3190 then 3380 3191 ac_cv_sizeof_int=`cat conftestval` … … 3396 3207 3397 3208 echo $ac_n "checking size of long""... $ac_c" 1>&6 3398 echo "configure:3 399: checking size of long" >&53209 echo "configure:3210: checking size of long" >&5 3399 3210 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 3400 3211 echo $ac_n "(cached) $ac_c" 1>&6 … … 3404 3215 else 3405 3216 cat > conftest.$ac_ext <<EOF 3406 #line 3 407"configure"3217 #line 3218 "configure" 3407 3218 #include "confdefs.h" 3408 3219 #include <stdio.h> … … 3415 3226 } 3416 3227 EOF 3417 if { (eval echo configure:3 418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3228 if { (eval echo configure:3229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3418 3229 then 3419 3230 ac_cv_sizeof_long=`cat conftestval` … … 3435 3246 3436 3247 echo $ac_n "checking size of void*""... $ac_c" 1>&6 3437 echo "configure:3 438: checking size of void*" >&53248 echo "configure:3249: checking size of void*" >&5 3438 3249 if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then 3439 3250 echo $ac_n "(cached) $ac_c" 1>&6 … … 3443 3254 else 3444 3255 cat > conftest.$ac_ext <<EOF 3445 #line 3 446"configure"3256 #line 3257 "configure" 3446 3257 #include "confdefs.h" 3447 3258 #include <stdio.h> … … 3454 3265 } 3455 3266 EOF 3456 if { (eval echo configure:3 457: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3267 if { (eval echo configure:3268: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3457 3268 then 3458 3269 ac_cv_sizeof_voidp=`cat conftestval` … … 3474 3285 3475 3286 echo $ac_n "checking size of double""... $ac_c" 1>&6 3476 echo "configure:3 477: checking size of double" >&53287 echo "configure:3288: checking size of double" >&5 3477 3288 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then 3478 3289 echo $ac_n "(cached) $ac_c" 1>&6 … … 3482 3293 else 3483 3294 cat > conftest.$ac_ext <<EOF 3484 #line 3 485"configure"3295 #line 3296 "configure" 3485 3296 #include "confdefs.h" 3486 3297 #include <stdio.h> … … 3493 3304 } 3494 3305 EOF 3495 if { (eval echo configure:3 496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3306 if { (eval echo configure:3307: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3496 3307 then 3497 3308 ac_cv_sizeof_double=`cat conftestval` … … 3513 3324 3514 3325 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 3515 echo "configure:3 516: checking whether byte ordering is bigendian" >&53326 echo "configure:3327: checking whether byte ordering is bigendian" >&5 3516 3327 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then 3517 3328 echo $ac_n "(cached) $ac_c" 1>&6 … … 3520 3331 # See if sys/param.h defines the BYTE_ORDER macro. 3521 3332 cat > conftest.$ac_ext <<EOF 3522 #line 3 523"configure"3333 #line 3334 "configure" 3523 3334 #include "confdefs.h" 3524 3335 #include <sys/types.h> … … 3531 3342 ; return 0; } 3532 3343 EOF 3533 if { (eval echo configure:3 534: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3344 if { (eval echo configure:3345: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3534 3345 rm -rf conftest* 3535 3346 # It does; now see whether it defined to BIG_ENDIAN or not. 3536 3347 cat > conftest.$ac_ext <<EOF 3537 #line 3 538"configure"3348 #line 3349 "configure" 3538 3349 #include "confdefs.h" 3539 3350 #include <sys/types.h> … … 3546 3357 ; return 0; } 3547 3358 EOF 3548 if { (eval echo configure:3 549: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3359 if { (eval echo configure:3360: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3549 3360 rm -rf conftest* 3550 3361 ac_cv_c_bigendian=yes … … 3566 3377 else 3567 3378 cat > conftest.$ac_ext <<EOF 3568 #line 3 569"configure"3379 #line 3380 "configure" 3569 3380 #include "confdefs.h" 3570 3381 main () { … … 3579 3390 } 3580 3391 EOF 3581 if { (eval echo configure:3 582: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3392 if { (eval echo configure:3393: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3582 3393 then 3583 3394 ac_cv_c_bigendian=no … … 3697 3508 3698 3509 echo $ac_n "checking whether to use dynamic linking""... $ac_c" 1>&6 3699 echo "configure:3 700: checking whether to use dynamic linking" >&53510 echo "configure:3511: checking whether to use dynamic linking" >&5 3700 3511 if test "$with_dl" != no && test "$ac_lib_dl" = yes; then 3701 3512 cat >> confdefs.h <<\EOF … … 3710 3521 3711 3522 echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 3712 echo "configure:3 713: checking for tgetent in -lncurses" >&53523 echo "configure:3524: checking for tgetent in -lncurses" >&5 3713 3524 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` 3714 3525 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3718 3529 LIBS="-lncurses $LIBS" 3719 3530 cat > conftest.$ac_ext <<EOF 3720 #line 3 721"configure"3531 #line 3532 "configure" 3721 3532 #include "confdefs.h" 3722 3533 /* Override any gcc2 internal prototype to avoid an error. */ … … 3729 3540 ; return 0; } 3730 3541 EOF 3731 if { (eval echo configure:3 732: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3542 if { (eval echo configure:3543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3732 3543 rm -rf conftest* 3733 3544 eval "ac_cv_lib_$ac_lib_var=yes" … … 3756 3567 \ 3757 3568 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 3758 echo "configure:3 759: checking for tgetent in -lcurses" >&53569 echo "configure:3570: checking for tgetent in -lcurses" >&5 3759 3570 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` 3760 3571 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3764 3575 LIBS="-lcurses $LIBS" 3765 3576 cat > conftest.$ac_ext <<EOF 3766 #line 3 767"configure"3577 #line 3578 "configure" 3767 3578 #include "confdefs.h" 3768 3579 /* Override any gcc2 internal prototype to avoid an error. */ … … 3775 3586 ; return 0; } 3776 3587 EOF 3777 if { (eval echo configure:3 778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3588 if { (eval echo configure:3589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3778 3589 rm -rf conftest* 3779 3590 eval "ac_cv_lib_$ac_lib_var=yes" … … 3802 3613 \ 3803 3614 echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 3804 echo "configure:3 805: checking for tgetent in -ltermcap" >&53615 echo "configure:3616: checking for tgetent in -ltermcap" >&5 3805 3616 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` 3806 3617 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3810 3621 LIBS="-ltermcap $LIBS" 3811 3622 cat > conftest.$ac_ext <<EOF 3812 #line 3 813"configure"3623 #line 3624 "configure" 3813 3624 #include "confdefs.h" 3814 3625 /* Override any gcc2 internal prototype to avoid an error. */ … … 3821 3632 ; return 0; } 3822 3633 EOF 3823 if { (eval echo configure:3 824: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3634 if { (eval echo configure:3635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3824 3635 rm -rf conftest* 3825 3636 eval "ac_cv_lib_$ac_lib_var=yes" … … 3870 3681 3871 3682 echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6 3872 echo "configure:3 873: checking for rl_abort in -lreadline" >&53683 echo "configure:3684: checking for rl_abort in -lreadline" >&5 3873 3684 ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'` 3874 3685 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3878 3689 LIBS="-lreadline $LIBS" 3879 3690 cat > conftest.$ac_ext <<EOF 3880 #line 3 881"configure"3691 #line 3692 "configure" 3881 3692 #include "confdefs.h" 3882 3693 /* Override any gcc2 internal prototype to avoid an error. */ … … 3892 3703 ; return 0; } 3893 3704 EOF 3894 if { (eval echo configure:3 895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3705 if { (eval echo configure:3706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3895 3706 rm -rf conftest* 3896 3707 eval "ac_cv_lib_$ac_lib_var=yes" … … 3920 3731 3921 3732 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 3922 echo "configure:3 923: checking how to run the C++ preprocessor" >&53733 echo "configure:3734: checking how to run the C++ preprocessor" >&5 3923 3734 if test -z "$CXXCPP"; then 3924 3735 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then … … 3933 3744 CXXCPP="${CXX-g++} -E" 3934 3745 cat > conftest.$ac_ext <<EOF 3935 #line 3 936"configure"3746 #line 3747 "configure" 3936 3747 #include "confdefs.h" 3937 3748 #include <stdlib.h> 3938 3749 EOF 3939 3750 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3940 { (eval echo configure:3 941: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3751 { (eval echo configure:3752: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3941 3752 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3942 3753 if test -z "$ac_err"; then … … 3966 3777 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3967 3778 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3968 echo "configure:3 969: checking for $ac_hdr" >&53779 echo "configure:3780: checking for $ac_hdr" >&5 3969 3780 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3970 3781 echo $ac_n "(cached) $ac_c" 1>&6 3971 3782 else 3972 3783 cat > conftest.$ac_ext <<EOF 3973 #line 3 974"configure"3784 #line 3785 "configure" 3974 3785 #include "confdefs.h" 3975 3786 #include <$ac_hdr> 3976 3787 EOF 3977 3788 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3978 { (eval echo configure:3 979: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3789 { (eval echo configure:3790: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3979 3790 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3980 3791 if test -z "$ac_err"; then … … 4005 3816 test "$ac_cv_header_readline_readline_h" = yes; then 4006 3817 echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6 4007 echo "configure: 4008: checking whether readline.h is ok" >&53818 echo "configure:3819: checking whether readline.h is ok" >&5 4008 3819 if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then 4009 3820 echo $ac_n "(cached) $ac_c" 1>&6 4010 3821 else 4011 3822 cat > conftest.$ac_ext <<EOF 4012 #line 4013"configure"3823 #line 3824 "configure" 4013 3824 #include "confdefs.h" 4014 3825 #include<unistd.h> … … 4035 3846 ; return 0; } 4036 3847 EOF 4037 if { (eval echo configure: 4038: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3848 if { (eval echo configure:3849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4038 3849 rm -rf conftest* 4039 3850 ac_cv_header_readline_readline_h_ok="yes" … … 4051 3862 #not ok -- try once more with explicitly declaring everything 4052 3863 echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6 4053 echo "configure: 4054: checking whether or not we nevertheless can use readline" >&53864 echo "configure:3865: checking whether or not we nevertheless can use readline" >&5 4054 3865 if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then 4055 3866 echo $ac_n "(cached) $ac_c" 1>&6 4056 3867 else 4057 3868 cat > conftest.$ac_ext <<EOF 4058 #line 4059"configure"3869 #line 3870 "configure" 4059 3870 #include "confdefs.h" 4060 3871 #include <stdio.h> … … 4090 3901 ; return 0; } 4091 3902 EOF 4092 if { (eval echo configure: 4093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3903 if { (eval echo configure:3904: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4093 3904 rm -rf conftest* 4094 3905 ac_cv_have_readline="yes" … … 4129 3940 4130 3941 echo $ac_n "checking which readline to use""... $ac_c" 1>&6 4131 echo "configure: 4132: checking which readline to use" >&53942 echo "configure:3943: checking which readline to use" >&5 4132 3943 if test "$ac_cv_with_readline" = dynamic; then 4133 3944 echo "$ac_t""dynamic" 1>&6 … … 4147 3958 # gmp, smallgmp, MP, MPT, factory, libfac 4148 3959 echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6 4149 echo "configure: 4150: checking for main in -lgmp" >&53960 echo "configure:3961: checking for main in -lgmp" >&5 4150 3961 ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'` 4151 3962 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4155 3966 LIBS="-lgmp $LIBS" 4156 3967 cat > conftest.$ac_ext <<EOF 4157 #line 4158"configure"3968 #line 3969 "configure" 4158 3969 #include "confdefs.h" 4159 3970 … … 4162 3973 ; return 0; } 4163 3974 EOF 4164 if { (eval echo configure: 4165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3975 if { (eval echo configure:3976: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4165 3976 rm -rf conftest* 4166 3977 eval "ac_cv_lib_$ac_lib_var=yes" … … 4193 4004 fi 4194 4005 echo $ac_n "checking for main in -lsmallgmp""... $ac_c" 1>&6 4195 echo "configure:4 196: checking for main in -lsmallgmp" >&54006 echo "configure:4007: checking for main in -lsmallgmp" >&5 4196 4007 ac_lib_var=`echo smallgmp'_'main | sed 'y%./+-%__p_%'` 4197 4008 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4201 4012 LIBS="-lsmallgmp $LIBS" 4202 4013 cat > conftest.$ac_ext <<EOF 4203 #line 4 204"configure"4014 #line 4015 "configure" 4204 4015 #include "confdefs.h" 4205 4016 … … 4208 4019 ; return 0; } 4209 4020 EOF 4210 if { (eval echo configure:4 211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4021 if { (eval echo configure:4022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4211 4022 rm -rf conftest* 4212 4023 eval "ac_cv_lib_$ac_lib_var=yes" … … 4237 4048 SAVE_LIBS=$LIBS 4238 4049 echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6 4239 echo "configure:4 240: checking for IMP_PutGmpInt in -lMP" >&54050 echo "configure:4051: checking for IMP_PutGmpInt in -lMP" >&5 4240 4051 ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'` 4241 4052 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4245 4056 LIBS="-lMP $MP_LIBS $LIBS" 4246 4057 cat > conftest.$ac_ext <<EOF 4247 #line 4 248"configure"4058 #line 4059 "configure" 4248 4059 #include "confdefs.h" 4249 4060 /* Override any gcc2 internal prototype to avoid an error. */ … … 4256 4067 ; return 0; } 4257 4068 EOF 4258 if { (eval echo configure:4 259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4069 if { (eval echo configure:4070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4259 4070 rm -rf conftest* 4260 4071 eval "ac_cv_lib_$ac_lib_var=yes" … … 4284 4095 4285 4096 echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6 4286 echo "configure:4 287: checking for MPT_GetTree in -lMPT" >&54097 echo "configure:4098: checking for MPT_GetTree in -lMPT" >&5 4287 4098 ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'` 4288 4099 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4292 4103 LIBS="-lMPT $MP_LIBS $LIBS" 4293 4104 cat > conftest.$ac_ext <<EOF 4294 #line 4 295"configure"4105 #line 4106 "configure" 4295 4106 #include "confdefs.h" 4296 4107 /* Override any gcc2 internal prototype to avoid an error. */ … … 4303 4114 ; return 0; } 4304 4115 EOF 4305 if { (eval echo configure:4 306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4116 if { (eval echo configure:4117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4306 4117 rm -rf conftest* 4307 4118 eval "ac_cv_lib_$ac_lib_var=yes" … … 4332 4143 LIBS=$SAVE_LIBS 4333 4144 echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6 4334 echo "configure:4 335: checking for atof in -lsingcf" >&54145 echo "configure:4146: checking for atof in -lsingcf" >&5 4335 4146 ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'` 4336 4147 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4340 4151 LIBS="-lsingcf $LIBS" 4341 4152 cat > conftest.$ac_ext <<EOF 4342 #line 4 343"configure"4153 #line 4154 "configure" 4343 4154 #include "confdefs.h" 4344 4155 /* Override any gcc2 internal prototype to avoid an error. */ … … 4351 4162 ; return 0; } 4352 4163 EOF 4353 if { (eval echo configure:4 354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4164 if { (eval echo configure:4165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4354 4165 rm -rf conftest* 4355 4166 eval "ac_cv_lib_$ac_lib_var=yes" … … 4379 4190 4380 4191 echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6 4381 echo "configure:4 382: checking for atof in -lsingfac" >&54192 echo "configure:4193: checking for atof in -lsingfac" >&5 4382 4193 ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'` 4383 4194 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4387 4198 LIBS="-lsingfac $LIBS" 4388 4199 cat > conftest.$ac_ext <<EOF 4389 #line 4 390"configure"4200 #line 4201 "configure" 4390 4201 #include "confdefs.h" 4391 4202 /* Override any gcc2 internal prototype to avoid an error. */ … … 4398 4209 ; return 0; } 4399 4210 EOF 4400 if { (eval echo configure:4 401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4211 if { (eval echo configure:4212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4401 4212 rm -rf conftest* 4402 4213 eval "ac_cv_lib_$ac_lib_var=yes" … … 4426 4237 4427 4238 echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6 4428 echo "configure:4 429: checking for omTestAddr in -lomalloc" >&54239 echo "configure:4240: checking for omTestAddr in -lomalloc" >&5 4429 4240 ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'` 4430 4241 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4434 4245 LIBS="-lomalloc $LIBS" 4435 4246 cat > conftest.$ac_ext <<EOF 4436 #line 4 437"configure"4247 #line 4248 "configure" 4437 4248 #include "confdefs.h" 4438 4249 /* Override any gcc2 internal prototype to avoid an error. */ … … 4445 4256 ; return 0; } 4446 4257 EOF 4447 if { (eval echo configure:4 448: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4258 if { (eval echo configure:4259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4448 4259 rm -rf conftest* 4449 4260 eval "ac_cv_lib_$ac_lib_var=yes" … … 4473 4284 4474 4285 echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6 4475 echo "configure:4 476: checking for main in -lomalloc_ndebug" >&54286 echo "configure:4287: checking for main in -lomalloc_ndebug" >&5 4476 4287 ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'` 4477 4288 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4481 4292 LIBS="-lomalloc_ndebug $LIBS" 4482 4293 cat > conftest.$ac_ext <<EOF 4483 #line 4 484"configure"4294 #line 4295 "configure" 4484 4295 #include "confdefs.h" 4485 4296 … … 4488 4299 ; return 0; } 4489 4300 EOF 4490 if { (eval echo configure:4 491: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4301 if { (eval echo configure:4302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4491 4302 rm -rf conftest* 4492 4303 eval "ac_cv_lib_$ac_lib_var=yes" … … 4520 4331 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4521 4332 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4522 echo "configure:4 523: checking for $ac_hdr" >&54333 echo "configure:4334: checking for $ac_hdr" >&5 4523 4334 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4524 4335 echo $ac_n "(cached) $ac_c" 1>&6 4525 4336 else 4526 4337 cat > conftest.$ac_ext <<EOF 4527 #line 4 528"configure"4338 #line 4339 "configure" 4528 4339 #include "confdefs.h" 4529 4340 #include <$ac_hdr> 4530 4341 EOF 4531 4342 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4532 { (eval echo configure:4 533: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4343 { (eval echo configure:4344: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4533 4344 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4534 4345 if test -z "$ac_err"; then … … 4599 4410 4600 4411 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 4601 echo "configure:4 602: checking which apint package to use" >&54412 echo "configure:4413: checking which apint package to use" >&5 4602 4413 if test "${with_apint}" != gmp && test "${with_apint}" != smallgmp; then 4603 4414 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 4641 4452 # 4642 4453 echo $ac_n "checking whether to have MP""... $ac_c" 1>&6 4643 echo "configure:4 644: checking whether to have MP" >&54454 echo "configure:4455: checking whether to have MP" >&5 4644 4455 if test "${with_MP}" != yes && test "${with_MP}" != no; then 4645 4456 if (test "${will_have_gmp}" = yes) && \ … … 4676 4487 4677 4488 echo $ac_n "checking whether to have factory""... $ac_c" 1>&6 4678 echo "configure:4 679: checking whether to have factory" >&54489 echo "configure:4490: checking whether to have factory" >&5 4679 4490 if test "${with_factory}" != yes && test "${with_factory}" != no; then 4680 4491 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 4707 4518 4708 4519 echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6 4709 echo "configure:4 710: checking whether to have libfac" >&54520 echo "configure:4521: checking whether to have libfac" >&5 4710 4521 if test "${with_libfac}" != yes && test "${with_libfac}" != no; then 4711 4522 if (test "${will_have_factory}" = yes) && \ … … 4741 4552 4742 4553 echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6 4743 echo "configure:4 744: checking whether to have dbm links" >&54554 echo "configure:4555: checking whether to have dbm links" >&5 4744 4555 if test "$with_dbm" != no; then 4745 4556 cat >> confdefs.h <<\EOF … … 4753 4564 4754 4565 echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6 4755 echo "configure:4 756: checking whether to have namespaces" >&54566 echo "configure:4567: checking whether to have namespaces" >&5 4756 4567 if test "$with_namespaces" != yes; then 4757 4568 echo "$ac_t""no" 1>&6 … … 4765 4576 4766 4577 echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6 4767 echo "configure:4 768: checking whether to have dynamic modules" >&54578 echo "configure:4579: checking whether to have dynamic modules" >&5 4768 4579 if test "$with_dynamic_modules" != yes || test "$ac_have_dl" != yes; then 4769 4580 echo "$ac_t""no" 1>&6 … … 4777 4588 4778 4589 echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6 4779 echo "configure:4 780: checking whether to have dynamic kernel" >&54590 echo "configure:4591: checking whether to have dynamic kernel" >&5 4780 4591 if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then 4781 4592 DL_KERNEL=1 … … 4785 4596 4786 4597 echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6 4787 echo "configure:4 788: checking whether to have Plural" >&54598 echo "configure:4599: checking whether to have Plural" >&5 4788 4599 if test "$with_plural" != yes; then 4789 4600 echo "$ac_t""no" 1>&6 -
Singular/configure.in
r70afd2 r185af8 282 282 SAVE_LIBS=${LIBS} 283 283 LIBS= 284 AC_CHECK_LIB(bsd, socket) 285 AC_CHECK_LIB(socket, listen) 286 AC_CHECK_LIB(nsl, gethostbyname) 287 AC_CHECK_LIB(ucb, index) 288 MP_LIBS=${LIBS} 289 LIBS= 284 285 dnl I'm not sure what they are for 286 dnl AC_CHECK_LIB(bsd, socket) 287 dnl AC_CHECK_LIB(socket, listen) 288 dnl AC_CHECK_LIB(nsl, gethostbyname) 289 dnl AC_CHECK_LIB(ucb, index) 290 dnl MP_LIBS=${LIBS} 291 dnl LIBS= 290 292 291 293 # check for dl lib -
Singular/mod_raw.cc
r70afd2 r185af8 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: mod_raw.cc,v 1.1 0 2000-12-12 08:44:48obachman Exp $ */4 /* $Id: mod_raw.cc,v 1.11 2000-12-12 14:54:59 obachman Exp $ */ 5 5 /* 6 6 * ABSTRACT: machine depend code for dynamic modules … … 133 133 { 134 134 func_ptr f; 135 135 136 if (handle == DYNL_KERNEL_HANDLE) 137 handle = PROG_HANDLE; 138 136 139 if (shl_findsym((shl_t *) & handle, symbol, TYPE_PROCEDURE, &f) == -1) 137 140 { -
Singular/p_Procs_Dynamic.h
r70afd2 r185af8 8 8 * Author: obachman (Olaf Bachmann) 9 9 * Created: 12/00 10 * Version: $Id: p_Procs_Dynamic.h,v 1. 3 2000-12-12 08:44:49 obachman Exp $10 * Version: $Id: p_Procs_Dynamic.h,v 1.4 2000-12-12 14:54:59 obachman Exp $ 11 11 *******************************************************************/ 12 12 … … 17 17 #define HAVE_FAST_P_PROCS 5 18 18 #define HAVE_FAST_FIELD 2 19 #define HAVE_FAST_LENGTH 420 19 #define HAVE_FAST_ORD 4 21 20 #define HAVE_FAST_ZERO_ORD 2 21 22 // stupid hpux -- can not handle sl which are that large 23 #ifdef __hpux 24 #define HAVE_FAST_LENGTH 3 25 #else 26 #define HAVE_FAST_LENGTH 4 27 #endif 22 28 23 29 // for the configuration of what goes into the kenel and what into
Note: See TracChangeset
for help on using the changeset viewer.