Changeset 013557 in git
- Timestamp:
- Dec 14, 2000, 3:14:12 PM (22 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- f5f439847c47b2f6f43fda0c9876a65c1d36cc57
- Parents:
- 5f9c1031dd42dcb2a150980b43014c5e174f0fa4
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/configure
r5f9c103 r013557 1789 1789 LIBS=${SAVE_LIBS} 1790 1790 1791 1791 1792 # heder file checks 1792 1793 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1793 echo "configure:179 4: checking for ANSI C header files" >&51794 echo "configure:1795: checking for ANSI C header files" >&5 1794 1795 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1795 1796 echo $ac_n "(cached) $ac_c" 1>&6 1796 1797 else 1797 1798 cat > conftest.$ac_ext <<EOF 1798 #line 1 799"configure"1799 #line 1800 "configure" 1799 1800 #include "confdefs.h" 1800 1801 #include <stdlib.h> … … 1804 1805 EOF 1805 1806 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1806 { (eval echo configure:180 7: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1807 { (eval echo configure:1808: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1807 1808 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1808 1809 if test -z "$ac_err"; then … … 1821 1822 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1822 1823 cat > conftest.$ac_ext <<EOF 1823 #line 182 4"configure"1824 #line 1825 "configure" 1824 1825 #include "confdefs.h" 1825 1826 #include <string.h> … … 1839 1840 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1840 1841 cat > conftest.$ac_ext <<EOF 1841 #line 184 2"configure"1842 #line 1843 "configure" 1842 1843 #include "confdefs.h" 1843 1844 #include <stdlib.h> … … 1860 1861 else 1861 1862 cat > conftest.$ac_ext <<EOF 1862 #line 186 3"configure"1863 #line 1864 "configure" 1863 1864 #include "confdefs.h" 1864 1865 #include <ctype.h> … … 1871 1872 1872 1873 EOF 1873 if { (eval echo configure:187 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1874 if { (eval echo configure:1875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1874 1875 then 1875 1876 : … … 1898 1899 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1899 1900 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1900 echo "configure:190 1: checking for $ac_hdr" >&51901 echo "configure:1902: checking for $ac_hdr" >&5 1901 1902 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1902 1903 echo $ac_n "(cached) $ac_c" 1>&6 1903 1904 else 1904 1905 cat > conftest.$ac_ext <<EOF 1905 #line 190 6"configure"1906 #line 1907 "configure" 1906 1907 #include "confdefs.h" 1907 1908 #include <$ac_hdr> 1908 1909 EOF 1909 1910 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1910 { (eval echo configure:191 1: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1911 { (eval echo configure:1912: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1911 1912 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1912 1913 if test -z "$ac_err"; then … … 1940 1941 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1941 1942 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1942 echo "configure:194 3: checking for $ac_hdr" >&51943 echo "configure:1944: checking for $ac_hdr" >&5 1943 1944 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1944 1945 echo $ac_n "(cached) $ac_c" 1>&6 1945 1946 else 1946 1947 cat > conftest.$ac_ext <<EOF 1947 #line 194 8"configure"1948 #line 1949 "configure" 1948 1949 #include "confdefs.h" 1949 1950 #include <$ac_hdr> 1950 1951 EOF 1951 1952 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1952 { (eval echo configure:195 3: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1953 { (eval echo configure:1954: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1953 1954 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1954 1955 if test -z "$ac_err"; then … … 1979 1980 # typedefs, structures 1980 1981 echo $ac_n "checking for working const""... $ac_c" 1>&6 1981 echo "configure:198 2: checking for working const" >&51982 echo "configure:1983: checking for working const" >&5 1982 1983 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 1983 1984 echo $ac_n "(cached) $ac_c" 1>&6 1984 1985 else 1985 1986 cat > conftest.$ac_ext <<EOF 1986 #line 198 7"configure"1987 #line 1988 "configure" 1987 1988 #include "confdefs.h" 1988 1989 … … 2033 2034 ; return 0; } 2034 2035 EOF 2035 if { (eval echo configure:203 6: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2036 if { (eval echo configure:2037: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2036 2037 rm -rf conftest* 2037 2038 ac_cv_c_const=yes … … 2054 2055 2055 2056 echo $ac_n "checking for inline""... $ac_c" 1>&6 2056 echo "configure:205 7: checking for inline" >&52057 echo "configure:2058: checking for inline" >&5 2057 2058 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2058 2059 echo $ac_n "(cached) $ac_c" 1>&6 … … 2061 2062 for ac_kw in inline __inline__ __inline; do 2062 2063 cat > conftest.$ac_ext <<EOF 2063 #line 206 4"configure"2064 #line 2065 "configure" 2064 2065 #include "confdefs.h" 2065 2066 … … 2068 2069 ; return 0; } 2069 2070 EOF 2070 if { (eval echo configure:207 1: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2071 if { (eval echo configure:2072: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2071 2072 rm -rf conftest* 2072 2073 ac_cv_c_inline=$ac_kw; break … … 2094 2095 2095 2096 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2096 echo "configure:209 7: checking for size_t" >&52097 echo "configure:2098: checking for size_t" >&5 2097 2098 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2098 2099 echo $ac_n "(cached) $ac_c" 1>&6 2099 2100 else 2100 2101 cat > conftest.$ac_ext <<EOF 2101 #line 210 2"configure"2102 #line 2103 "configure" 2102 2103 #include "confdefs.h" 2103 2104 #include <sys/types.h> … … 2127 2128 2128 2129 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 2129 echo "configure:213 0: checking whether time.h and sys/time.h may both be included" >&52130 echo "configure:2131: checking whether time.h and sys/time.h may both be included" >&5 2130 2131 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 2131 2132 echo $ac_n "(cached) $ac_c" 1>&6 2132 2133 else 2133 2134 cat > conftest.$ac_ext <<EOF 2134 #line 213 5"configure"2135 #line 2136 "configure" 2135 2136 #include "confdefs.h" 2136 2137 #include <sys/types.h> … … 2141 2142 ; return 0; } 2142 2143 EOF 2143 if { (eval echo configure:214 4: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2144 if { (eval echo configure:2145: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2144 2145 rm -rf conftest* 2145 2146 ac_cv_header_time=yes … … 2162 2163 2163 2164 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 2164 echo "configure:216 5: checking whether struct tm is in sys/time.h or time.h" >&52165 echo "configure:2166: checking whether struct tm is in sys/time.h or time.h" >&5 2165 2166 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then 2166 2167 echo $ac_n "(cached) $ac_c" 1>&6 2167 2168 else 2168 2169 cat > conftest.$ac_ext <<EOF 2169 #line 217 0"configure"2170 #line 2171 "configure" 2170 2171 #include "confdefs.h" 2171 2172 #include <sys/types.h> … … 2175 2176 ; return 0; } 2176 2177 EOF 2177 if { (eval echo configure:217 8: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2178 if { (eval echo configure:2179: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2178 2179 rm -rf conftest* 2179 2180 ac_cv_struct_tm=time.h … … 2200 2201 # for constant arguments. Useless! 2201 2202 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2202 echo "configure:220 3: checking for working alloca.h" >&52203 echo "configure:2204: checking for working alloca.h" >&5 2203 2204 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2204 2205 echo $ac_n "(cached) $ac_c" 1>&6 2205 2206 else 2206 2207 cat > conftest.$ac_ext <<EOF 2207 #line 220 8"configure"2208 #line 2209 "configure" 2208 2209 #include "confdefs.h" 2209 2210 #include <alloca.h> … … 2212 2213 ; return 0; } 2213 2214 EOF 2214 if { (eval echo configure:221 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2215 if { (eval echo configure:2216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2215 2216 rm -rf conftest* 2216 2217 ac_cv_header_alloca_h=yes … … 2233 2234 2234 2235 echo $ac_n "checking for alloca""... $ac_c" 1>&6 2235 echo "configure:223 6: checking for alloca" >&52236 echo "configure:2237: checking for alloca" >&5 2236 2237 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 2237 2238 echo $ac_n "(cached) $ac_c" 1>&6 2238 2239 else 2239 2240 cat > conftest.$ac_ext <<EOF 2240 #line 224 1"configure"2241 #line 2242 "configure" 2241 2242 #include "confdefs.h" 2242 2243 … … 2266 2267 ; return 0; } 2267 2268 EOF 2268 if { (eval echo configure:22 69: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2269 if { (eval echo configure:2270: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2269 2270 rm -rf conftest* 2270 2271 ac_cv_func_alloca_works=yes … … 2298 2299 2299 2300 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 2300 echo "configure:230 1: checking whether alloca needs Cray hooks" >&52301 echo "configure:2302: checking whether alloca needs Cray hooks" >&5 2301 2302 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 2302 2303 echo $ac_n "(cached) $ac_c" 1>&6 2303 2304 else 2304 2305 cat > conftest.$ac_ext <<EOF 2305 #line 230 6"configure"2306 #line 2307 "configure" 2306 2307 #include "confdefs.h" 2307 2308 #if defined(CRAY) && ! defined(CRAY2) … … 2328 2329 for ac_func in _getb67 GETB67 getb67; do 2329 2330 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2330 echo "configure:233 1: checking for $ac_func" >&52331 echo "configure:2332: checking for $ac_func" >&5 2331 2332 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2332 2333 echo $ac_n "(cached) $ac_c" 1>&6 2333 2334 else 2334 2335 cat > conftest.$ac_ext <<EOF 2335 #line 233 6"configure"2336 #line 2337 "configure" 2336 2337 #include "confdefs.h" 2337 2338 /* System header to define __stub macros and hopefully few prototypes, … … 2356 2357 ; return 0; } 2357 2358 EOF 2358 if { (eval echo configure:23 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2359 if { (eval echo configure:2360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2359 2360 rm -rf conftest* 2360 2361 eval "ac_cv_func_$ac_func=yes" … … 2383 2384 2384 2385 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 2385 echo "configure:238 6: checking stack direction for C alloca" >&52386 echo "configure:2387: checking stack direction for C alloca" >&5 2386 2387 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 2387 2388 echo $ac_n "(cached) $ac_c" 1>&6 … … 2391 2392 else 2392 2393 cat > conftest.$ac_ext <<EOF 2393 #line 239 4"configure"2394 #line 2395 "configure" 2394 2395 #include "confdefs.h" 2395 2396 find_stack_direction () … … 2410 2411 } 2411 2412 EOF 2412 if { (eval echo configure:241 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2413 if { (eval echo configure:2414: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2413 2414 then 2414 2415 ac_cv_c_stack_direction=1 … … 2433 2434 if test $ac_cv_prog_gcc = yes; then 2434 2435 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 2435 echo "configure:243 6: checking whether ${CC-cc} needs -traditional" >&52436 echo "configure:2437: checking whether ${CC-cc} needs -traditional" >&5 2436 2437 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then 2437 2438 echo $ac_n "(cached) $ac_c" 1>&6 … … 2439 2440 ac_pattern="Autoconf.*'x'" 2440 2441 cat > conftest.$ac_ext <<EOF 2441 #line 244 2"configure"2442 #line 2443 "configure" 2442 2443 #include "confdefs.h" 2443 2444 #include <sgtty.h> … … 2457 2458 if test $ac_cv_prog_gcc_traditional = no; then 2458 2459 cat > conftest.$ac_ext <<EOF 2459 #line 246 0"configure"2460 #line 2461 "configure" 2460 2461 #include "confdefs.h" 2461 2462 #include <termio.h> … … 2482 2483 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2483 2484 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2484 echo "configure:248 5: checking for $ac_hdr" >&52485 echo "configure:2486: checking for $ac_hdr" >&5 2485 2486 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2486 2487 echo $ac_n "(cached) $ac_c" 1>&6 2487 2488 else 2488 2489 cat > conftest.$ac_ext <<EOF 2489 #line 249 0"configure"2490 #line 2491 "configure" 2490 2491 #include "confdefs.h" 2491 2492 #include <$ac_hdr> 2492 2493 EOF 2493 2494 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2494 { (eval echo configure:249 5: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2495 { (eval echo configure:2496: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2495 2496 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2496 2497 if test -z "$ac_err"; then … … 2521 2522 do 2522 2523 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2523 echo "configure:252 4: checking for $ac_func" >&52524 echo "configure:2525: checking for $ac_func" >&5 2524 2525 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2525 2526 echo $ac_n "(cached) $ac_c" 1>&6 2526 2527 else 2527 2528 cat > conftest.$ac_ext <<EOF 2528 #line 25 29"configure"2529 #line 2530 "configure" 2529 2530 #include "confdefs.h" 2530 2531 /* System header to define __stub macros and hopefully few prototypes, … … 2549 2550 ; return 0; } 2550 2551 EOF 2551 if { (eval echo configure:255 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2552 if { (eval echo configure:2553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2552 2553 rm -rf conftest* 2553 2554 eval "ac_cv_func_$ac_func=yes" … … 2574 2575 2575 2576 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 2576 echo "configure:257 7: checking for working mmap" >&52577 echo "configure:2578: checking for working mmap" >&5 2577 2578 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 2578 2579 echo $ac_n "(cached) $ac_c" 1>&6 … … 2582 2583 else 2583 2584 cat > conftest.$ac_ext <<EOF 2584 #line 258 5"configure"2585 #line 2586 "configure" 2585 2586 #include "confdefs.h" 2586 2587 … … 2722 2723 2723 2724 EOF 2724 if { (eval echo configure:272 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2725 if { (eval echo configure:2726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2725 2726 then 2726 2727 ac_cv_func_mmap_fixed_mapped=yes … … 2745 2746 2746 2747 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 2747 echo "configure:274 8: checking return type of signal handlers" >&52748 echo "configure:2749: checking return type of signal handlers" >&5 2748 2749 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 2749 2750 echo $ac_n "(cached) $ac_c" 1>&6 2750 2751 else 2751 2752 cat > conftest.$ac_ext <<EOF 2752 #line 275 3"configure"2753 #line 2754 "configure" 2753 2754 #include "confdefs.h" 2754 2755 #include <sys/types.h> … … 2767 2768 ; return 0; } 2768 2769 EOF 2769 if { (eval echo configure:277 0: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2770 if { (eval echo configure:2771: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2770 2771 rm -rf conftest* 2771 2772 ac_cv_type_signal=void … … 2786 2787 2787 2788 echo $ac_n "checking for vprintf""... $ac_c" 1>&6 2788 echo "configure:27 89: checking for vprintf" >&52789 echo "configure:2790: checking for vprintf" >&5 2789 2790 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then 2790 2791 echo $ac_n "(cached) $ac_c" 1>&6 2791 2792 else 2792 2793 cat > conftest.$ac_ext <<EOF 2793 #line 279 4"configure"2794 #line 2795 "configure" 2794 2795 #include "confdefs.h" 2795 2796 /* System header to define __stub macros and hopefully few prototypes, … … 2814 2815 ; return 0; } 2815 2816 EOF 2816 if { (eval echo configure:281 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2817 if { (eval echo configure:2818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2817 2818 rm -rf conftest* 2818 2819 eval "ac_cv_func_vprintf=yes" … … 2838 2839 if test "$ac_cv_func_vprintf" != yes; then 2839 2840 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 2840 echo "configure:284 1: checking for _doprnt" >&52841 echo "configure:2842: checking for _doprnt" >&5 2841 2842 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then 2842 2843 echo $ac_n "(cached) $ac_c" 1>&6 2843 2844 else 2844 2845 cat > conftest.$ac_ext <<EOF 2845 #line 284 6"configure"2846 #line 2847 "configure" 2846 2847 #include "confdefs.h" 2847 2848 /* System header to define __stub macros and hopefully few prototypes, … … 2866 2867 ; return 0; } 2867 2868 EOF 2868 if { (eval echo configure:28 69: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2869 if { (eval echo configure:2870: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2869 2870 rm -rf conftest* 2870 2871 eval "ac_cv_func__doprnt=yes" … … 2890 2891 fi 2891 2892 2892 for ac_func in gettimeofday atexit bcopy getcwd getwd vsnprintf readlink sleep usleep setenv getpwnam popen 2893 2894 echo $ac_n "checking for library containing setenv""... $ac_c" 1>&6 2895 echo "configure:2896: checking for library containing setenv" >&5 2896 if eval "test \"`echo '$''{'ac_cv_search_setenv'+set}'`\" = set"; then 2897 echo $ac_n "(cached) $ac_c" 1>&6 2898 else 2899 ac_func_search_save_LIBS="$LIBS" 2900 ac_cv_search_setenv="no" 2901 cat > conftest.$ac_ext <<EOF 2902 #line 2903 "configure" 2903 #include "confdefs.h" 2904 /* Override any gcc2 internal prototype to avoid an error. */ 2905 /* We use char because int might match the return type of a gcc2 2906 builtin and then its argument prototype would still apply. */ 2907 char setenv(); 2908 2909 int main() { 2910 setenv() 2911 ; return 0; } 2912 EOF 2913 if { (eval echo configure:2914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2914 rm -rf conftest* 2915 ac_cv_search_setenv="none required" 2916 else 2917 echo "configure: failed program was:" >&5 2918 cat conftest.$ac_ext >&5 2919 fi 2920 rm -f conftest* 2921 test "$ac_cv_search_setenv" = "no" && for i in bsd; do 2922 LIBS="-l$i $ac_func_search_save_LIBS" 2923 cat > conftest.$ac_ext <<EOF 2924 #line 2925 "configure" 2925 #include "confdefs.h" 2926 /* Override any gcc2 internal prototype to avoid an error. */ 2927 /* We use char because int might match the return type of a gcc2 2928 builtin and then its argument prototype would still apply. */ 2929 char setenv(); 2930 2931 int main() { 2932 setenv() 2933 ; return 0; } 2934 EOF 2935 if { (eval echo configure:2936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2936 rm -rf conftest* 2937 ac_cv_search_setenv="-l$i" 2938 break 2939 else 2940 echo "configure: failed program was:" >&5 2941 cat conftest.$ac_ext >&5 2942 fi 2943 rm -f conftest* 2944 done 2945 LIBS="$ac_func_search_save_LIBS" 2946 fi 2947 2948 echo "$ac_t""$ac_cv_search_setenv" 1>&6 2949 if test "$ac_cv_search_setenv" != "no"; then 2950 test "$ac_cv_search_setenv" = "none required" || LIBS="$ac_cv_search_setenv $LIBS" 2951 2952 else : 2953 2954 fi 2955 for ac_func in gettimeofday atexit bcopy getcwd getwd vsnprintf readlink sleep usleep getpwnam popen setenv 2893 2956 do 2894 2957 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2895 echo "configure:2 896: checking for $ac_func" >&52958 echo "configure:2959: checking for $ac_func" >&5 2896 2959 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2897 2960 echo $ac_n "(cached) $ac_c" 1>&6 2898 2961 else 2899 2962 cat > conftest.$ac_ext <<EOF 2900 #line 29 01"configure"2963 #line 2964 "configure" 2901 2964 #include "confdefs.h" 2902 2965 /* System header to define __stub macros and hopefully few prototypes, … … 2921 2984 ; return 0; } 2922 2985 EOF 2923 if { (eval echo configure:29 24: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2986 if { (eval echo configure:2987: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2924 2987 rm -rf conftest* 2925 2988 eval "ac_cv_func_$ac_func=yes" … … 2947 3010 2948 3011 3012 2949 3013 # arithmetic shifts 2950 3014 echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6 2951 echo "configure: 2952: checking whether your machine has correct arithmetic shifts" >&53015 echo "configure:3016: checking whether your machine has correct arithmetic shifts" >&5 2952 3016 if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then 2953 3017 echo $ac_n "(cached) $ac_c" 1>&6 … … 2962 3026 else 2963 3027 cat > conftest.$ac_ext <<EOF 2964 #line 2965"configure"3028 #line 3029 "configure" 2965 3029 #include "confdefs.h" 2966 3030 int main() { if (-2 >> 1 == -1) exit(0); else exit(1); } 2967 3031 EOF 2968 if { (eval echo configure: 2969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3032 if { (eval echo configure:3033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2969 3033 then 2970 3034 ac_cv_shift=yes … … 2991 3055 # check for a peculiar constructor initialization 2992 3056 echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6 2993 echo "configure: 2994: checking whether explicit C++ constructor calls are allowed" >&53057 echo "configure:3058: checking whether explicit C++ constructor calls are allowed" >&5 2994 3058 2995 3059 ac_ext=C … … 3004 3068 else 3005 3069 cat > conftest.$ac_ext <<EOF 3006 #line 30 07"configure"3070 #line 3071 "configure" 3007 3071 #include "confdefs.h" 3008 3072 … … 3022 3086 ; return 0; } 3023 3087 EOF 3024 if { (eval echo configure:30 25: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3088 if { (eval echo configure:3089: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3025 3089 rm -rf conftest* 3026 3090 ac_cv_explicit_const=yes … … 3051 3115 # sprintf returns number of printed chars 3052 3116 echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6 3053 echo "configure:3 054: checking whether vsprintf returns number of printed chars" >&53117 echo "configure:3118: checking whether vsprintf returns number of printed chars" >&5 3054 3118 if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then 3055 3119 echo $ac_n "(cached) $ac_c" 1>&6 … … 3059 3123 else 3060 3124 cat > conftest.$ac_ext <<EOF 3061 #line 3 062"configure"3125 #line 3126 "configure" 3062 3126 #include "confdefs.h" 3063 3127 #include <stdio.h> 3064 3128 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); } 3065 3129 EOF 3066 if { (eval echo configure:3 067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3130 if { (eval echo configure:3131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3067 3131 then 3068 3132 ac_cv_returns_n_of_chars=yes … … 3090 3154 # determine ALIGN_8 3091 3155 echo $ac_n "checking size of char""... $ac_c" 1>&6 3092 echo "configure:3 093: checking size of char" >&53156 echo "configure:3157: checking size of char" >&5 3093 3157 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then 3094 3158 echo $ac_n "(cached) $ac_c" 1>&6 … … 3098 3162 else 3099 3163 cat > conftest.$ac_ext <<EOF 3100 #line 31 01"configure"3164 #line 3165 "configure" 3101 3165 #include "confdefs.h" 3102 3166 #include <stdio.h> … … 3109 3173 } 3110 3174 EOF 3111 if { (eval echo configure:31 12: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3175 if { (eval echo configure:3176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3112 3176 then 3113 3177 ac_cv_sizeof_char=`cat conftestval` … … 3129 3193 3130 3194 echo $ac_n "checking size of short""... $ac_c" 1>&6 3131 echo "configure:31 32: checking size of short" >&53195 echo "configure:3196: checking size of short" >&5 3132 3196 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 3133 3197 echo $ac_n "(cached) $ac_c" 1>&6 … … 3137 3201 else 3138 3202 cat > conftest.$ac_ext <<EOF 3139 #line 3 140"configure"3203 #line 3204 "configure" 3140 3204 #include "confdefs.h" 3141 3205 #include <stdio.h> … … 3148 3212 } 3149 3213 EOF 3150 if { (eval echo configure:3 151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3214 if { (eval echo configure:3215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3151 3215 then 3152 3216 ac_cv_sizeof_short=`cat conftestval` … … 3168 3232 3169 3233 echo $ac_n "checking size of int""... $ac_c" 1>&6 3170 echo "configure:3 171: checking size of int" >&53234 echo "configure:3235: checking size of int" >&5 3171 3235 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 3172 3236 echo $ac_n "(cached) $ac_c" 1>&6 … … 3176 3240 else 3177 3241 cat > conftest.$ac_ext <<EOF 3178 #line 3 179"configure"3242 #line 3243 "configure" 3179 3243 #include "confdefs.h" 3180 3244 #include <stdio.h> … … 3187 3251 } 3188 3252 EOF 3189 if { (eval echo configure:3 190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3253 if { (eval echo configure:3254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3190 3254 then 3191 3255 ac_cv_sizeof_int=`cat conftestval` … … 3207 3271 3208 3272 echo $ac_n "checking size of long""... $ac_c" 1>&6 3209 echo "configure:32 10: checking size of long" >&53273 echo "configure:3274: checking size of long" >&5 3210 3274 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 3211 3275 echo $ac_n "(cached) $ac_c" 1>&6 … … 3215 3279 else 3216 3280 cat > conftest.$ac_ext <<EOF 3217 #line 32 18"configure"3281 #line 3282 "configure" 3218 3282 #include "confdefs.h" 3219 3283 #include <stdio.h> … … 3226 3290 } 3227 3291 EOF 3228 if { (eval echo configure:32 29: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3292 if { (eval echo configure:3293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3229 3293 then 3230 3294 ac_cv_sizeof_long=`cat conftestval` … … 3246 3310 3247 3311 echo $ac_n "checking size of void*""... $ac_c" 1>&6 3248 echo "configure:3 249: checking size of void*" >&53312 echo "configure:3313: checking size of void*" >&5 3249 3313 if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then 3250 3314 echo $ac_n "(cached) $ac_c" 1>&6 … … 3254 3318 else 3255 3319 cat > conftest.$ac_ext <<EOF 3256 #line 3 257"configure"3320 #line 3321 "configure" 3257 3321 #include "confdefs.h" 3258 3322 #include <stdio.h> … … 3265 3329 } 3266 3330 EOF 3267 if { (eval echo configure:3 268: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3331 if { (eval echo configure:3332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3268 3332 then 3269 3333 ac_cv_sizeof_voidp=`cat conftestval` … … 3285 3349 3286 3350 echo $ac_n "checking size of double""... $ac_c" 1>&6 3287 echo "configure:3 288: checking size of double" >&53351 echo "configure:3352: checking size of double" >&5 3288 3352 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then 3289 3353 echo $ac_n "(cached) $ac_c" 1>&6 … … 3293 3357 else 3294 3358 cat > conftest.$ac_ext <<EOF 3295 #line 3 296"configure"3359 #line 3360 "configure" 3296 3360 #include "confdefs.h" 3297 3361 #include <stdio.h> … … 3304 3368 } 3305 3369 EOF 3306 if { (eval echo configure:33 07: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3370 if { (eval echo configure:3371: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3307 3371 then 3308 3372 ac_cv_sizeof_double=`cat conftestval` … … 3324 3388 3325 3389 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 3326 echo "configure:33 27: checking whether byte ordering is bigendian" >&53390 echo "configure:3391: checking whether byte ordering is bigendian" >&5 3327 3391 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then 3328 3392 echo $ac_n "(cached) $ac_c" 1>&6 … … 3331 3395 # See if sys/param.h defines the BYTE_ORDER macro. 3332 3396 cat > conftest.$ac_ext <<EOF 3333 #line 33 34"configure"3397 #line 3398 "configure" 3334 3398 #include "confdefs.h" 3335 3399 #include <sys/types.h> … … 3342 3406 ; return 0; } 3343 3407 EOF 3344 if { (eval echo configure:3 345: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3408 if { (eval echo configure:3409: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3345 3409 rm -rf conftest* 3346 3410 # It does; now see whether it defined to BIG_ENDIAN or not. 3347 3411 cat > conftest.$ac_ext <<EOF 3348 #line 3 349"configure"3412 #line 3413 "configure" 3349 3413 #include "confdefs.h" 3350 3414 #include <sys/types.h> … … 3357 3421 ; return 0; } 3358 3422 EOF 3359 if { (eval echo configure:3 360: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3423 if { (eval echo configure:3424: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3360 3424 rm -rf conftest* 3361 3425 ac_cv_c_bigendian=yes … … 3377 3441 else 3378 3442 cat > conftest.$ac_ext <<EOF 3379 #line 3 380"configure"3443 #line 3444 "configure" 3380 3444 #include "confdefs.h" 3381 3445 main () { … … 3390 3454 } 3391 3455 EOF 3392 if { (eval echo configure:3 393: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3456 if { (eval echo configure:3457: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3393 3457 then 3394 3458 ac_cv_c_bigendian=no … … 3508 3572 3509 3573 echo $ac_n "checking whether to use dynamic linking""... $ac_c" 1>&6 3510 echo "configure:35 11: checking whether to use dynamic linking" >&53574 echo "configure:3575: checking whether to use dynamic linking" >&5 3511 3575 if test "$with_dl" != no && test "$ac_lib_dl" = yes; then 3512 3576 cat >> confdefs.h <<\EOF … … 3521 3585 3522 3586 echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 3523 echo "configure:35 24: checking for tgetent in -lncurses" >&53587 echo "configure:3588: checking for tgetent in -lncurses" >&5 3524 3588 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` 3525 3589 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3529 3593 LIBS="-lncurses $LIBS" 3530 3594 cat > conftest.$ac_ext <<EOF 3531 #line 35 32"configure"3595 #line 3596 "configure" 3532 3596 #include "confdefs.h" 3533 3597 /* Override any gcc2 internal prototype to avoid an error. */ … … 3540 3604 ; return 0; } 3541 3605 EOF 3542 if { (eval echo configure:3 543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3606 if { (eval echo configure:3607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3543 3607 rm -rf conftest* 3544 3608 eval "ac_cv_lib_$ac_lib_var=yes" … … 3567 3631 \ 3568 3632 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 3569 echo "configure:3 570: checking for tgetent in -lcurses" >&53633 echo "configure:3634: checking for tgetent in -lcurses" >&5 3570 3634 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` 3571 3635 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3575 3639 LIBS="-lcurses $LIBS" 3576 3640 cat > conftest.$ac_ext <<EOF 3577 #line 3 578"configure"3641 #line 3642 "configure" 3578 3642 #include "confdefs.h" 3579 3643 /* Override any gcc2 internal prototype to avoid an error. */ … … 3586 3650 ; return 0; } 3587 3651 EOF 3588 if { (eval echo configure:3 589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3652 if { (eval echo configure:3653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3589 3653 rm -rf conftest* 3590 3654 eval "ac_cv_lib_$ac_lib_var=yes" … … 3613 3677 \ 3614 3678 echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 3615 echo "configure:36 16: checking for tgetent in -ltermcap" >&53679 echo "configure:3680: checking for tgetent in -ltermcap" >&5 3616 3680 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` 3617 3681 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3621 3685 LIBS="-ltermcap $LIBS" 3622 3686 cat > conftest.$ac_ext <<EOF 3623 #line 36 24"configure"3687 #line 3688 "configure" 3624 3688 #include "confdefs.h" 3625 3689 /* Override any gcc2 internal prototype to avoid an error. */ … … 3632 3696 ; return 0; } 3633 3697 EOF 3634 if { (eval echo configure:36 35: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3698 if { (eval echo configure:3699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3635 3699 rm -rf conftest* 3636 3700 eval "ac_cv_lib_$ac_lib_var=yes" … … 3681 3745 3682 3746 echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6 3683 echo "configure:3 684: checking for rl_abort in -lreadline" >&53747 echo "configure:3748: checking for rl_abort in -lreadline" >&5 3684 3748 ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'` 3685 3749 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3689 3753 LIBS="-lreadline $LIBS" 3690 3754 cat > conftest.$ac_ext <<EOF 3691 #line 3 692"configure"3755 #line 3756 "configure" 3692 3756 #include "confdefs.h" 3693 3757 /* Override any gcc2 internal prototype to avoid an error. */ … … 3703 3767 ; return 0; } 3704 3768 EOF 3705 if { (eval echo configure:37 06: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3769 if { (eval echo configure:3770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3706 3770 rm -rf conftest* 3707 3771 eval "ac_cv_lib_$ac_lib_var=yes" … … 3731 3795 3732 3796 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 3733 echo "configure:37 34: checking how to run the C++ preprocessor" >&53797 echo "configure:3798: checking how to run the C++ preprocessor" >&5 3734 3798 if test -z "$CXXCPP"; then 3735 3799 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then … … 3744 3808 CXXCPP="${CXX-g++} -E" 3745 3809 cat > conftest.$ac_ext <<EOF 3746 #line 3 747"configure"3810 #line 3811 "configure" 3747 3811 #include "confdefs.h" 3748 3812 #include <stdlib.h> 3749 3813 EOF 3750 3814 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3751 { (eval echo configure:3 752: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3815 { (eval echo configure:3816: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3752 3816 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3753 3817 if test -z "$ac_err"; then … … 3777 3841 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3778 3842 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3779 echo "configure:3 780: checking for $ac_hdr" >&53843 echo "configure:3844: checking for $ac_hdr" >&5 3780 3844 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3781 3845 echo $ac_n "(cached) $ac_c" 1>&6 3782 3846 else 3783 3847 cat > conftest.$ac_ext <<EOF 3784 #line 3 785"configure"3848 #line 3849 "configure" 3785 3849 #include "confdefs.h" 3786 3850 #include <$ac_hdr> 3787 3851 EOF 3788 3852 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3789 { (eval echo configure:3 790: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3853 { (eval echo configure:3854: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3790 3854 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3791 3855 if test -z "$ac_err"; then … … 3816 3880 test "$ac_cv_header_readline_readline_h" = yes; then 3817 3881 echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6 3818 echo "configure:38 19: checking whether readline.h is ok" >&53882 echo "configure:3883: checking whether readline.h is ok" >&5 3819 3883 if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then 3820 3884 echo $ac_n "(cached) $ac_c" 1>&6 3821 3885 else 3822 3886 cat > conftest.$ac_ext <<EOF 3823 #line 38 24"configure"3887 #line 3888 "configure" 3824 3888 #include "confdefs.h" 3825 3889 #include<unistd.h> … … 3846 3910 ; return 0; } 3847 3911 EOF 3848 if { (eval echo configure:3 849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3912 if { (eval echo configure:3913: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3849 3913 rm -rf conftest* 3850 3914 ac_cv_header_readline_readline_h_ok="yes" … … 3862 3926 #not ok -- try once more with explicitly declaring everything 3863 3927 echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6 3864 echo "configure:3 865: checking whether or not we nevertheless can use readline" >&53928 echo "configure:3929: checking whether or not we nevertheless can use readline" >&5 3865 3929 if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then 3866 3930 echo $ac_n "(cached) $ac_c" 1>&6 3867 3931 else 3868 3932 cat > conftest.$ac_ext <<EOF 3869 #line 3 870"configure"3933 #line 3934 "configure" 3870 3934 #include "confdefs.h" 3871 3935 #include <stdio.h> … … 3901 3965 ; return 0; } 3902 3966 EOF 3903 if { (eval echo configure:39 04: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3967 if { (eval echo configure:3968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3904 3968 rm -rf conftest* 3905 3969 ac_cv_have_readline="yes" … … 3940 4004 3941 4005 echo $ac_n "checking which readline to use""... $ac_c" 1>&6 3942 echo "configure: 3943: checking which readline to use" >&54006 echo "configure:4007: checking which readline to use" >&5 3943 4007 if test "$ac_cv_with_readline" = dynamic; then 3944 4008 echo "$ac_t""dynamic" 1>&6 … … 3958 4022 # gmp, smallgmp, MP, MPT, factory, libfac 3959 4023 echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6 3960 echo "configure: 3961: checking for main in -lgmp" >&54024 echo "configure:4025: checking for main in -lgmp" >&5 3961 4025 ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'` 3962 4026 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3966 4030 LIBS="-lgmp $LIBS" 3967 4031 cat > conftest.$ac_ext <<EOF 3968 #line 3969"configure"4032 #line 4033 "configure" 3969 4033 #include "confdefs.h" 3970 4034 … … 3973 4037 ; return 0; } 3974 4038 EOF 3975 if { (eval echo configure: 3976: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4039 if { (eval echo configure:4040: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3976 4040 rm -rf conftest* 3977 4041 eval "ac_cv_lib_$ac_lib_var=yes" … … 4004 4068 fi 4005 4069 echo $ac_n "checking for main in -lsmallgmp""... $ac_c" 1>&6 4006 echo "configure:40 07: checking for main in -lsmallgmp" >&54070 echo "configure:4071: checking for main in -lsmallgmp" >&5 4007 4071 ac_lib_var=`echo smallgmp'_'main | sed 'y%./+-%__p_%'` 4008 4072 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4012 4076 LIBS="-lsmallgmp $LIBS" 4013 4077 cat > conftest.$ac_ext <<EOF 4014 #line 40 15"configure"4078 #line 4079 "configure" 4015 4079 #include "confdefs.h" 4016 4080 … … 4019 4083 ; return 0; } 4020 4084 EOF 4021 if { (eval echo configure:40 22: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4085 if { (eval echo configure:4086: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4022 4086 rm -rf conftest* 4023 4087 eval "ac_cv_lib_$ac_lib_var=yes" … … 4048 4112 SAVE_LIBS=$LIBS 4049 4113 echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6 4050 echo "configure:4 051: checking for IMP_PutGmpInt in -lMP" >&54114 echo "configure:4115: checking for IMP_PutGmpInt in -lMP" >&5 4051 4115 ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'` 4052 4116 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4056 4120 LIBS="-lMP $MP_LIBS $LIBS" 4057 4121 cat > conftest.$ac_ext <<EOF 4058 #line 4 059"configure"4122 #line 4123 "configure" 4059 4123 #include "confdefs.h" 4060 4124 /* Override any gcc2 internal prototype to avoid an error. */ … … 4067 4131 ; return 0; } 4068 4132 EOF 4069 if { (eval echo configure:4 070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4133 if { (eval echo configure:4134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4070 4134 rm -rf conftest* 4071 4135 eval "ac_cv_lib_$ac_lib_var=yes" … … 4095 4159 4096 4160 echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6 4097 echo "configure:4 098: checking for MPT_GetTree in -lMPT" >&54161 echo "configure:4162: checking for MPT_GetTree in -lMPT" >&5 4098 4162 ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'` 4099 4163 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4103 4167 LIBS="-lMPT $MP_LIBS $LIBS" 4104 4168 cat > conftest.$ac_ext <<EOF 4105 #line 41 06"configure"4169 #line 4170 "configure" 4106 4170 #include "confdefs.h" 4107 4171 /* Override any gcc2 internal prototype to avoid an error. */ … … 4114 4178 ; return 0; } 4115 4179 EOF 4116 if { (eval echo configure:41 17: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4180 if { (eval echo configure:4181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4117 4181 rm -rf conftest* 4118 4182 eval "ac_cv_lib_$ac_lib_var=yes" … … 4143 4207 LIBS=$SAVE_LIBS 4144 4208 echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6 4145 echo "configure:4 146: checking for atof in -lsingcf" >&54209 echo "configure:4210: checking for atof in -lsingcf" >&5 4146 4210 ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'` 4147 4211 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4151 4215 LIBS="-lsingcf $LIBS" 4152 4216 cat > conftest.$ac_ext <<EOF 4153 #line 4 154"configure"4217 #line 4218 "configure" 4154 4218 #include "confdefs.h" 4155 4219 /* Override any gcc2 internal prototype to avoid an error. */ … … 4162 4226 ; return 0; } 4163 4227 EOF 4164 if { (eval echo configure:4 165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4228 if { (eval echo configure:4229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4165 4229 rm -rf conftest* 4166 4230 eval "ac_cv_lib_$ac_lib_var=yes" … … 4190 4254 4191 4255 echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6 4192 echo "configure:4 193: checking for atof in -lsingfac" >&54256 echo "configure:4257: checking for atof in -lsingfac" >&5 4193 4257 ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'` 4194 4258 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4198 4262 LIBS="-lsingfac $LIBS" 4199 4263 cat > conftest.$ac_ext <<EOF 4200 #line 42 01"configure"4264 #line 4265 "configure" 4201 4265 #include "confdefs.h" 4202 4266 /* Override any gcc2 internal prototype to avoid an error. */ … … 4209 4273 ; return 0; } 4210 4274 EOF 4211 if { (eval echo configure:42 12: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4275 if { (eval echo configure:4276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4212 4276 rm -rf conftest* 4213 4277 eval "ac_cv_lib_$ac_lib_var=yes" … … 4237 4301 4238 4302 echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6 4239 echo "configure:4 240: checking for omTestAddr in -lomalloc" >&54303 echo "configure:4304: checking for omTestAddr in -lomalloc" >&5 4240 4304 ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'` 4241 4305 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4245 4309 LIBS="-lomalloc $LIBS" 4246 4310 cat > conftest.$ac_ext <<EOF 4247 #line 4 248"configure"4311 #line 4312 "configure" 4248 4312 #include "confdefs.h" 4249 4313 /* Override any gcc2 internal prototype to avoid an error. */ … … 4256 4320 ; return 0; } 4257 4321 EOF 4258 if { (eval echo configure:4 259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4322 if { (eval echo configure:4323: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4259 4323 rm -rf conftest* 4260 4324 eval "ac_cv_lib_$ac_lib_var=yes" … … 4284 4348 4285 4349 echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6 4286 echo "configure:4 287: checking for main in -lomalloc_ndebug" >&54350 echo "configure:4351: checking for main in -lomalloc_ndebug" >&5 4287 4351 ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'` 4288 4352 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4292 4356 LIBS="-lomalloc_ndebug $LIBS" 4293 4357 cat > conftest.$ac_ext <<EOF 4294 #line 4 295"configure"4358 #line 4359 "configure" 4295 4359 #include "confdefs.h" 4296 4360 … … 4299 4363 ; return 0; } 4300 4364 EOF 4301 if { (eval echo configure:43 02: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4365 if { (eval echo configure:4366: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4302 4366 rm -rf conftest* 4303 4367 eval "ac_cv_lib_$ac_lib_var=yes" … … 4331 4395 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4332 4396 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4333 echo "configure:43 34: checking for $ac_hdr" >&54397 echo "configure:4398: checking for $ac_hdr" >&5 4334 4398 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4335 4399 echo $ac_n "(cached) $ac_c" 1>&6 4336 4400 else 4337 4401 cat > conftest.$ac_ext <<EOF 4338 #line 4 339"configure"4402 #line 4403 "configure" 4339 4403 #include "confdefs.h" 4340 4404 #include <$ac_hdr> 4341 4405 EOF 4342 4406 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4343 { (eval echo configure:4 344: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4407 { (eval echo configure:4408: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4344 4408 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4345 4409 if test -z "$ac_err"; then … … 4410 4474 4411 4475 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 4412 echo "configure:44 13: checking which apint package to use" >&54476 echo "configure:4477: checking which apint package to use" >&5 4413 4477 if test "${with_apint}" != gmp && test "${with_apint}" != smallgmp; then 4414 4478 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 4452 4516 # 4453 4517 echo $ac_n "checking whether to have MP""... $ac_c" 1>&6 4454 echo "configure:4 455: checking whether to have MP" >&54518 echo "configure:4519: checking whether to have MP" >&5 4455 4519 if test "${with_MP}" != yes && test "${with_MP}" != no; then 4456 4520 if (test "${will_have_gmp}" = yes) && \ … … 4487 4551 4488 4552 echo $ac_n "checking whether to have factory""... $ac_c" 1>&6 4489 echo "configure:4 490: checking whether to have factory" >&54553 echo "configure:4554: checking whether to have factory" >&5 4490 4554 if test "${with_factory}" != yes && test "${with_factory}" != no; then 4491 4555 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 4518 4582 4519 4583 echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6 4520 echo "configure:45 21: checking whether to have libfac" >&54584 echo "configure:4585: checking whether to have libfac" >&5 4521 4585 if test "${with_libfac}" != yes && test "${with_libfac}" != no; then 4522 4586 if (test "${will_have_factory}" = yes) && \ … … 4552 4616 4553 4617 echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6 4554 echo "configure:4 555: checking whether to have dbm links" >&54618 echo "configure:4619: checking whether to have dbm links" >&5 4555 4619 if test "$with_dbm" != no; then 4556 4620 cat >> confdefs.h <<\EOF … … 4564 4628 4565 4629 echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6 4566 echo "configure:4 567: checking whether to have namespaces" >&54630 echo "configure:4631: checking whether to have namespaces" >&5 4567 4631 if test "$with_namespaces" != yes; then 4568 4632 echo "$ac_t""no" 1>&6 … … 4576 4640 4577 4641 echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6 4578 echo "configure:4 579: checking whether to have dynamic modules" >&54642 echo "configure:4643: checking whether to have dynamic modules" >&5 4579 4643 if test "$with_dynamic_modules" != yes || test "$ac_have_dl" != yes; then 4580 4644 echo "$ac_t""no" 1>&6 … … 4588 4652 4589 4653 echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6 4590 echo "configure:4 591: checking whether to have dynamic kernel" >&54654 echo "configure:4655: checking whether to have dynamic kernel" >&5 4591 4655 if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then 4592 4656 DL_KERNEL=1 … … 4596 4660 4597 4661 echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6 4598 echo "configure:4 599: checking whether to have Plural" >&54662 echo "configure:4663: checking whether to have Plural" >&5 4599 4663 if test "$with_plural" != yes; then 4600 4664 echo "$ac_t""no" 1>&6 -
Singular/configure.in
r5f9c103 r013557 317 317 LIBS=${SAVE_LIBS} 318 318 319 319 320 # heder file checks 320 321 AC_HEADER_STDC … … 337 338 AC_TYPE_SIGNAL 338 339 AC_FUNC_VPRINTF 339 AC_CHECK_FUNCS(gettimeofday atexit bcopy getcwd getwd vsnprintf readlink sleep usleep setenv getpwnam popen) 340 AC_SEARCH_LIBS(setenv, bsd) 341 AC_CHECK_FUNCS(gettimeofday atexit bcopy getcwd getwd vsnprintf readlink sleep usleep getpwnam popen setenv) 342 340 343 341 344 dnl llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
Note: See TracChangeset
for help on using the changeset viewer.