Changeset ca41c34 in git
- Timestamp:
- Jan 29, 2009, 3:05:53 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 75395bf4251dbf8c64b55e60771fc6951dc16ede
- Parents:
- 3e96095dad02d2d1f61bd9131040fd9b3d136d9b
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/configure
r3e96095 rca41c34 2077 2077 2078 2078 MP_LIBS=${LIBS} 2079 if test "${LD+set}" != set; then2080 LDSO="${LD}"2081 else2082 LDSO=ld2083 fi2084 2079 # check for dl lib 2085 2080 case "$ac_cv_singuname" in 2086 2081 HPUX*) 2087 2082 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 2088 echo "configure:208 9: checking for shl_load in -ldld" >&52083 echo "configure:2084: checking for shl_load in -ldld" >&5 2089 2084 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 2090 2085 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2094 2089 LIBS="-ldld $LIBS" 2095 2090 cat > conftest.$ac_ext <<EOF 2096 #line 209 7"configure"2091 #line 2092 "configure" 2097 2092 #include "confdefs.h" 2098 2093 /* Override any gcc2 internal prototype to avoid an error. */ … … 2105 2100 ; return 0; } 2106 2101 EOF 2107 if { (eval echo configure:210 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2102 if { (eval echo configure:2103: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2108 2103 rm -rf conftest* 2109 2104 eval "ac_cv_lib_$ac_lib_var=yes" … … 2137 2132 SLDFLAGS="-fPIC -DPIC -shared" 2138 2133 if test "${LD+set}" != set; then 2139 LDSO="${LD}" 2140 else 2141 LDSO=gcc 2134 LD=gcc 2142 2135 fi 2143 2136 ac_lib_dl=yes … … 2146 2139 *Linux*) 2147 2140 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2148 echo "configure:214 9: checking for dlopen in -ldl" >&52141 echo "configure:2142: checking for dlopen in -ldl" >&5 2149 2142 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2150 2143 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2154 2147 LIBS="-ldl $LIBS" 2155 2148 cat > conftest.$ac_ext <<EOF 2156 #line 215 7"configure"2149 #line 2150 "configure" 2157 2150 #include "confdefs.h" 2158 2151 /* Override any gcc2 internal prototype to avoid an error. */ … … 2165 2158 ; return 0; } 2166 2159 EOF 2167 if { (eval echo configure:216 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2160 if { (eval echo configure:2161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2168 2161 rm -rf conftest* 2169 2162 eval "ac_cv_lib_$ac_lib_var=yes" … … 2197 2190 SLDFLAGS=-shared 2198 2191 if test "${LD+set}" != set; then 2199 LDSO="${LD}" 2200 else 2201 LDSO=ld 2192 LD=ld 2202 2193 fi 2203 2194 ac_lib_dl=yes … … 2209 2200 SLDFLAGS="-w -no_unresolved -_SYSTYPE_SVR4 -n32 -shared" 2210 2201 if test "${LD+set}" != set; then 2211 LDSO="${LD}" 2212 else 2213 LDSO=ld 2202 LD=ld 2214 2203 fi 2215 2204 ac_lib_dl=yes … … 2217 2206 SunOS-5) 2218 2207 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2219 echo "configure:22 20: checking for dlopen in -ldl" >&52208 echo "configure:2209: checking for dlopen in -ldl" >&5 2220 2209 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2221 2210 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2225 2214 LIBS="-ldl $LIBS" 2226 2215 cat > conftest.$ac_ext <<EOF 2227 #line 22 28"configure"2216 #line 2217 "configure" 2228 2217 #include "confdefs.h" 2229 2218 /* Override any gcc2 internal prototype to avoid an error. */ … … 2236 2225 ; return 0; } 2237 2226 EOF 2238 if { (eval echo configure:22 39: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2227 if { (eval echo configure:2228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2239 2228 rm -rf conftest* 2240 2229 eval "ac_cv_lib_$ac_lib_var=yes" … … 2268 2257 SLDFLAGS=-shared 2269 2258 if test "${LD+set}" != set; then 2270 LDSO="${LD}" 2271 else 2272 LDSO=$CC 2259 LD=$CC 2273 2260 fi 2274 2261 ac_lib_dl=yes … … 2278 2265 ppcMac-darwin) 2279 2266 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2280 echo "configure:22 81: checking for dlopen in -ldl" >&52267 echo "configure:2268: checking for dlopen in -ldl" >&5 2281 2268 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2282 2269 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2286 2273 LIBS="-ldl $LIBS" 2287 2274 cat > conftest.$ac_ext <<EOF 2288 #line 22 89"configure"2275 #line 2276 "configure" 2289 2276 #include "confdefs.h" 2290 2277 /* Override any gcc2 internal prototype to avoid an error. */ … … 2297 2284 ; return 0; } 2298 2285 EOF 2299 if { (eval echo configure:2 300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2286 if { (eval echo configure:2287: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2300 2287 rm -rf conftest* 2301 2288 eval "ac_cv_lib_$ac_lib_var=yes" … … 2328 2315 SFLAGS="-fpic -DPIC" 2329 2316 SLDFLAGS="-dynamic -twolevel_namespace -weak_reference_mismatches weak -undefined dynamic_lookup" 2330 LDSO=libtool 2317 if test "${LD+set}" != set; then 2318 LD=libtool 2319 fi 2331 2320 ac_lib_dl=yes 2332 2321 fi … … 2334 2323 ix86Mac-darwin) 2335 2324 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2336 echo "configure:23 37: checking for dlopen in -ldl" >&52325 echo "configure:2326: checking for dlopen in -ldl" >&5 2337 2326 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2338 2327 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2342 2331 LIBS="-ldl $LIBS" 2343 2332 cat > conftest.$ac_ext <<EOF 2344 #line 23 45"configure"2333 #line 2334 "configure" 2345 2334 #include "confdefs.h" 2346 2335 /* Override any gcc2 internal prototype to avoid an error. */ … … 2353 2342 ; return 0; } 2354 2343 EOF 2355 if { (eval echo configure:23 56: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2344 if { (eval echo configure:2345: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2356 2345 rm -rf conftest* 2357 2346 eval "ac_cv_lib_$ac_lib_var=yes" … … 2384 2373 SFLAGS="-fpic -DPIC" 2385 2374 SLDFLAGS="-dynamic -twolevel_namespace -weak_reference_mismatches weak -undefined dynamic_lookup" 2386 LDSO=libtool 2375 if test "${LD+set}" != set; then 2376 LD=libtool 2377 fi 2387 2378 ac_lib_dl=yes 2388 2379 fi … … 2390 2381 ix86-freebsd) 2391 2382 echo $ac_n "checking for dlopen in -lc""... $ac_c" 1>&6 2392 echo "configure:23 93: checking for dlopen in -lc" >&52383 echo "configure:2384: checking for dlopen in -lc" >&5 2393 2384 ac_lib_var=`echo c'_'dlopen | sed 'y%./+-%__p_%'` 2394 2385 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2398 2389 LIBS="-lc $LIBS" 2399 2390 cat > conftest.$ac_ext <<EOF 2400 #line 2 401"configure"2391 #line 2392 "configure" 2401 2392 #include "confdefs.h" 2402 2393 /* Override any gcc2 internal prototype to avoid an error. */ … … 2409 2400 ; return 0; } 2410 2401 EOF 2411 if { (eval echo configure:24 12: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2402 if { (eval echo configure:2403: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2412 2403 rm -rf conftest* 2413 2404 eval "ac_cv_lib_$ac_lib_var=yes" … … 2440 2431 SFLAGS="-fpic -DPIC" 2441 2432 SLDFLAGS=-shared 2442 LDSO=ld 2433 if test "${LD+set}" != set; then 2434 LD=ld 2435 fi 2443 2436 ac_lib_dl=yes 2444 2437 fi … … 2454 2447 # heder file checks 2455 2448 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2456 echo "configure:245 7: checking for ANSI C header files" >&52449 echo "configure:2450: checking for ANSI C header files" >&5 2457 2450 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2458 2451 echo $ac_n "(cached) $ac_c" 1>&6 2459 2452 else 2460 2453 cat > conftest.$ac_ext <<EOF 2461 #line 24 62"configure"2454 #line 2455 "configure" 2462 2455 #include "confdefs.h" 2463 2456 #include <stdlib.h> … … 2467 2460 EOF 2468 2461 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2469 { (eval echo configure:24 70: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2462 { (eval echo configure:2463: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2470 2463 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2471 2464 if test -z "$ac_err"; then … … 2484 2477 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2485 2478 cat > conftest.$ac_ext <<EOF 2486 #line 248 7"configure"2479 #line 2480 "configure" 2487 2480 #include "confdefs.h" 2488 2481 #include <string.h> … … 2502 2495 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2503 2496 cat > conftest.$ac_ext <<EOF 2504 #line 2 505"configure"2497 #line 2498 "configure" 2505 2498 #include "confdefs.h" 2506 2499 #include <stdlib.h> … … 2523 2516 else 2524 2517 cat > conftest.$ac_ext <<EOF 2525 #line 25 26"configure"2518 #line 2519 "configure" 2526 2519 #include "confdefs.h" 2527 2520 #include <ctype.h> … … 2534 2527 2535 2528 EOF 2536 if { (eval echo configure:253 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2529 if { (eval echo configure:2530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2537 2530 then 2538 2531 : … … 2561 2554 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2562 2555 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2563 echo "configure:25 64: checking for $ac_hdr" >&52556 echo "configure:2557: checking for $ac_hdr" >&5 2564 2557 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2565 2558 echo $ac_n "(cached) $ac_c" 1>&6 2566 2559 else 2567 2560 cat > conftest.$ac_ext <<EOF 2568 #line 256 9"configure"2561 #line 2562 "configure" 2569 2562 #include "confdefs.h" 2570 2563 #include <$ac_hdr> 2571 2564 EOF 2572 2565 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2573 { (eval echo configure:25 74: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2566 { (eval echo configure:2567: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2574 2567 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2575 2568 if test -z "$ac_err"; then … … 2605 2598 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2606 2599 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2607 echo "configure:260 8: checking for $ac_hdr" >&52600 echo "configure:2601: checking for $ac_hdr" >&5 2608 2601 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2609 2602 echo $ac_n "(cached) $ac_c" 1>&6 2610 2603 else 2611 2604 cat > conftest.$ac_ext <<EOF 2612 #line 26 13"configure"2605 #line 2606 "configure" 2613 2606 #include "confdefs.h" 2614 2607 #include <$ac_hdr> 2615 2608 EOF 2616 2609 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2617 { (eval echo configure:261 8: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2610 { (eval echo configure:2611: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2618 2611 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2619 2612 if test -z "$ac_err"; then … … 2644 2637 # typedefs, structures 2645 2638 echo $ac_n "checking for working const""... $ac_c" 1>&6 2646 echo "configure:264 7: checking for working const" >&52639 echo "configure:2640: checking for working const" >&5 2647 2640 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2648 2641 echo $ac_n "(cached) $ac_c" 1>&6 2649 2642 else 2650 2643 cat > conftest.$ac_ext <<EOF 2651 #line 26 52"configure"2644 #line 2645 "configure" 2652 2645 #include "confdefs.h" 2653 2646 … … 2698 2691 ; return 0; } 2699 2692 EOF 2700 if { (eval echo configure:2 701: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2693 if { (eval echo configure:2694: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2701 2694 rm -rf conftest* 2702 2695 ac_cv_c_const=yes … … 2719 2712 2720 2713 echo $ac_n "checking for inline""... $ac_c" 1>&6 2721 echo "configure:27 22: checking for inline" >&52714 echo "configure:2715: checking for inline" >&5 2722 2715 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2723 2716 echo $ac_n "(cached) $ac_c" 1>&6 … … 2726 2719 for ac_kw in inline __inline__ __inline; do 2727 2720 cat > conftest.$ac_ext <<EOF 2728 #line 272 9"configure"2721 #line 2722 "configure" 2729 2722 #include "confdefs.h" 2730 2723 … … 2733 2726 ; return 0; } 2734 2727 EOF 2735 if { (eval echo configure:27 36: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2728 if { (eval echo configure:2729: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2736 2729 rm -rf conftest* 2737 2730 ac_cv_c_inline=$ac_kw; break … … 2759 2752 2760 2753 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2761 echo "configure:27 62: checking for size_t" >&52754 echo "configure:2755: checking for size_t" >&5 2762 2755 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2763 2756 echo $ac_n "(cached) $ac_c" 1>&6 2764 2757 else 2765 2758 cat > conftest.$ac_ext <<EOF 2766 #line 276 7"configure"2759 #line 2760 "configure" 2767 2760 #include "confdefs.h" 2768 2761 #include <sys/types.h> … … 2792 2785 2793 2786 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 2794 echo "configure:27 95: checking whether struct tm is in sys/time.h or time.h" >&52787 echo "configure:2788: checking whether struct tm is in sys/time.h or time.h" >&5 2795 2788 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then 2796 2789 echo $ac_n "(cached) $ac_c" 1>&6 2797 2790 else 2798 2791 cat > conftest.$ac_ext <<EOF 2799 #line 2 800"configure"2792 #line 2793 "configure" 2800 2793 #include "confdefs.h" 2801 2794 #include <sys/types.h> … … 2805 2798 ; return 0; } 2806 2799 EOF 2807 if { (eval echo configure:280 8: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2800 if { (eval echo configure:2801: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2808 2801 rm -rf conftest* 2809 2802 ac_cv_struct_tm=time.h … … 2826 2819 2827 2820 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 2828 echo "configure:282 9: checking whether time.h and sys/time.h may both be included" >&52821 echo "configure:2822: checking whether time.h and sys/time.h may both be included" >&5 2829 2822 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 2830 2823 echo $ac_n "(cached) $ac_c" 1>&6 2831 2824 else 2832 2825 cat > conftest.$ac_ext <<EOF 2833 #line 28 34"configure"2826 #line 2827 "configure" 2834 2827 #include "confdefs.h" 2835 2828 #include <sys/types.h> … … 2840 2833 ; return 0; } 2841 2834 EOF 2842 if { (eval echo configure:28 43: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2835 if { (eval echo configure:2836: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2843 2836 rm -rf conftest* 2844 2837 ac_cv_header_time=yes … … 2865 2858 # for constant arguments. Useless! 2866 2859 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2867 echo "configure:286 8: checking for working alloca.h" >&52860 echo "configure:2861: checking for working alloca.h" >&5 2868 2861 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2869 2862 echo $ac_n "(cached) $ac_c" 1>&6 2870 2863 else 2871 2864 cat > conftest.$ac_ext <<EOF 2872 #line 28 73"configure"2865 #line 2866 "configure" 2873 2866 #include "confdefs.h" 2874 2867 #include <alloca.h> … … 2877 2870 ; return 0; } 2878 2871 EOF 2879 if { (eval echo configure:28 80: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2872 if { (eval echo configure:2873: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2880 2873 rm -rf conftest* 2881 2874 ac_cv_header_alloca_h=yes … … 2898 2891 2899 2892 echo $ac_n "checking for alloca""... $ac_c" 1>&6 2900 echo "configure:2 901: checking for alloca" >&52893 echo "configure:2894: checking for alloca" >&5 2901 2894 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 2902 2895 echo $ac_n "(cached) $ac_c" 1>&6 2903 2896 else 2904 2897 cat > conftest.$ac_ext <<EOF 2905 #line 2 906"configure"2898 #line 2899 "configure" 2906 2899 #include "confdefs.h" 2907 2900 … … 2931 2924 ; return 0; } 2932 2925 EOF 2933 if { (eval echo configure:29 34: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2926 if { (eval echo configure:2927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2934 2927 rm -rf conftest* 2935 2928 ac_cv_func_alloca_works=yes … … 2963 2956 2964 2957 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 2965 echo "configure:29 66: checking whether alloca needs Cray hooks" >&52958 echo "configure:2959: checking whether alloca needs Cray hooks" >&5 2966 2959 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 2967 2960 echo $ac_n "(cached) $ac_c" 1>&6 2968 2961 else 2969 2962 cat > conftest.$ac_ext <<EOF 2970 #line 29 71"configure"2963 #line 2964 "configure" 2971 2964 #include "confdefs.h" 2972 2965 #if defined(CRAY) && ! defined(CRAY2) … … 2993 2986 for ac_func in _getb67 GETB67 getb67; do 2994 2987 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2995 echo "configure:29 96: checking for $ac_func" >&52988 echo "configure:2989: checking for $ac_func" >&5 2996 2989 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2997 2990 echo $ac_n "(cached) $ac_c" 1>&6 2998 2991 else 2999 2992 cat > conftest.$ac_ext <<EOF 3000 #line 3001"configure"2993 #line 2994 "configure" 3001 2994 #include "confdefs.h" 3002 2995 /* System header to define __stub macros and hopefully few prototypes, … … 3021 3014 ; return 0; } 3022 3015 EOF 3023 if { (eval echo configure:30 24: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3016 if { (eval echo configure:3017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3024 3017 rm -rf conftest* 3025 3018 eval "ac_cv_func_$ac_func=yes" … … 3048 3041 3049 3042 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 3050 echo "configure:30 51: checking stack direction for C alloca" >&53043 echo "configure:3044: checking stack direction for C alloca" >&5 3051 3044 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 3052 3045 echo $ac_n "(cached) $ac_c" 1>&6 … … 3056 3049 else 3057 3050 cat > conftest.$ac_ext <<EOF 3058 #line 305 9"configure"3051 #line 3052 "configure" 3059 3052 #include "confdefs.h" 3060 3053 find_stack_direction () … … 3075 3068 } 3076 3069 EOF 3077 if { (eval echo configure:307 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3070 if { (eval echo configure:3071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3078 3071 then 3079 3072 ac_cv_c_stack_direction=1 … … 3098 3091 if test $ac_cv_prog_gcc = yes; then 3099 3092 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 3100 echo "configure:3 101: checking whether ${CC-cc} needs -traditional" >&53093 echo "configure:3094: checking whether ${CC-cc} needs -traditional" >&5 3101 3094 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then 3102 3095 echo $ac_n "(cached) $ac_c" 1>&6 … … 3104 3097 ac_pattern="Autoconf.*'x'" 3105 3098 cat > conftest.$ac_ext <<EOF 3106 #line 310 7"configure"3099 #line 3100 "configure" 3107 3100 #include "confdefs.h" 3108 3101 #include <sgtty.h> … … 3122 3115 if test $ac_cv_prog_gcc_traditional = no; then 3123 3116 cat > conftest.$ac_ext <<EOF 3124 #line 31 25"configure"3117 #line 3118 "configure" 3125 3118 #include "confdefs.h" 3126 3119 #include <termio.h> … … 3147 3140 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3148 3141 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3149 echo "configure:31 50: checking for $ac_hdr" >&53142 echo "configure:3143: checking for $ac_hdr" >&5 3150 3143 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3151 3144 echo $ac_n "(cached) $ac_c" 1>&6 3152 3145 else 3153 3146 cat > conftest.$ac_ext <<EOF 3154 #line 31 55"configure"3147 #line 3148 "configure" 3155 3148 #include "confdefs.h" 3156 3149 #include <$ac_hdr> 3157 3150 EOF 3158 3151 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3159 { (eval echo configure:31 60: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3152 { (eval echo configure:3153: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3160 3153 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3161 3154 if test -z "$ac_err"; then … … 3186 3179 do 3187 3180 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3188 echo "configure:318 9: checking for $ac_func" >&53181 echo "configure:3182: checking for $ac_func" >&5 3189 3182 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3190 3183 echo $ac_n "(cached) $ac_c" 1>&6 3191 3184 else 3192 3185 cat > conftest.$ac_ext <<EOF 3193 #line 31 94"configure"3186 #line 3187 "configure" 3194 3187 #include "confdefs.h" 3195 3188 /* System header to define __stub macros and hopefully few prototypes, … … 3214 3207 ; return 0; } 3215 3208 EOF 3216 if { (eval echo configure:321 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3209 if { (eval echo configure:3210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3217 3210 rm -rf conftest* 3218 3211 eval "ac_cv_func_$ac_func=yes" … … 3239 3232 3240 3233 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 3241 echo "configure:32 42: checking for working mmap" >&53234 echo "configure:3235: checking for working mmap" >&5 3242 3235 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 3243 3236 echo $ac_n "(cached) $ac_c" 1>&6 … … 3247 3240 else 3248 3241 cat > conftest.$ac_ext <<EOF 3249 #line 32 50"configure"3242 #line 3243 "configure" 3250 3243 #include "confdefs.h" 3251 3244 … … 3387 3380 3388 3381 EOF 3389 if { (eval echo configure:33 90: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3382 if { (eval echo configure:3383: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3390 3383 then 3391 3384 ac_cv_func_mmap_fixed_mapped=yes … … 3410 3403 3411 3404 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 3412 echo "configure:34 13: checking return type of signal handlers" >&53405 echo "configure:3406: checking return type of signal handlers" >&5 3413 3406 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 3414 3407 echo $ac_n "(cached) $ac_c" 1>&6 3415 3408 else 3416 3409 cat > conftest.$ac_ext <<EOF 3417 #line 341 8"configure"3410 #line 3411 "configure" 3418 3411 #include "confdefs.h" 3419 3412 #include <sys/types.h> … … 3432 3425 ; return 0; } 3433 3426 EOF 3434 if { (eval echo configure:34 35: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3427 if { (eval echo configure:3428: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3435 3428 rm -rf conftest* 3436 3429 ac_cv_type_signal=void … … 3451 3444 3452 3445 echo $ac_n "checking for vprintf""... $ac_c" 1>&6 3453 echo "configure:34 54: checking for vprintf" >&53446 echo "configure:3447: checking for vprintf" >&5 3454 3447 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then 3455 3448 echo $ac_n "(cached) $ac_c" 1>&6 3456 3449 else 3457 3450 cat > conftest.$ac_ext <<EOF 3458 #line 345 9"configure"3451 #line 3452 "configure" 3459 3452 #include "confdefs.h" 3460 3453 /* System header to define __stub macros and hopefully few prototypes, … … 3479 3472 ; return 0; } 3480 3473 EOF 3481 if { (eval echo configure:34 82: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3474 if { (eval echo configure:3475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3482 3475 rm -rf conftest* 3483 3476 eval "ac_cv_func_vprintf=yes" … … 3503 3496 if test "$ac_cv_func_vprintf" != yes; then 3504 3497 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 3505 echo "configure:3 506: checking for _doprnt" >&53498 echo "configure:3499: checking for _doprnt" >&5 3506 3499 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then 3507 3500 echo $ac_n "(cached) $ac_c" 1>&6 3508 3501 else 3509 3502 cat > conftest.$ac_ext <<EOF 3510 #line 35 11"configure"3503 #line 3504 "configure" 3511 3504 #include "confdefs.h" 3512 3505 /* System header to define __stub macros and hopefully few prototypes, … … 3531 3524 ; return 0; } 3532 3525 EOF 3533 if { (eval echo configure:35 34: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3526 if { (eval echo configure:3527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3534 3527 rm -rf conftest* 3535 3528 eval "ac_cv_func__doprnt=yes" … … 3557 3550 3558 3551 echo $ac_n "checking for library containing setenv""... $ac_c" 1>&6 3559 echo "configure:35 60: checking for library containing setenv" >&53552 echo "configure:3553: checking for library containing setenv" >&5 3560 3553 if eval "test \"`echo '$''{'ac_cv_search_setenv'+set}'`\" = set"; then 3561 3554 echo $ac_n "(cached) $ac_c" 1>&6 … … 3564 3557 ac_cv_search_setenv="no" 3565 3558 cat > conftest.$ac_ext <<EOF 3566 #line 356 7"configure"3559 #line 3560 "configure" 3567 3560 #include "confdefs.h" 3568 3561 /* Override any gcc2 internal prototype to avoid an error. */ … … 3575 3568 ; return 0; } 3576 3569 EOF 3577 if { (eval echo configure:357 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3570 if { (eval echo configure:3571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3578 3571 rm -rf conftest* 3579 3572 ac_cv_search_setenv="none required" … … 3586 3579 LIBS="-l$i $ac_func_search_save_LIBS" 3587 3580 cat > conftest.$ac_ext <<EOF 3588 #line 358 9"configure"3581 #line 3582 "configure" 3589 3582 #include "confdefs.h" 3590 3583 /* Override any gcc2 internal prototype to avoid an error. */ … … 3597 3590 ; return 0; } 3598 3591 EOF 3599 if { (eval echo configure:3 600: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3592 if { (eval echo configure:3593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3600 3593 rm -rf conftest* 3601 3594 ac_cv_search_setenv="-l$i" … … 3621 3614 do 3622 3615 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3623 echo "configure:36 24: checking for $ac_func" >&53616 echo "configure:3617: checking for $ac_func" >&5 3624 3617 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3625 3618 echo $ac_n "(cached) $ac_c" 1>&6 3626 3619 else 3627 3620 cat > conftest.$ac_ext <<EOF 3628 #line 362 9"configure"3621 #line 3622 "configure" 3629 3622 #include "confdefs.h" 3630 3623 /* System header to define __stub macros and hopefully few prototypes, … … 3649 3642 ; return 0; } 3650 3643 EOF 3651 if { (eval echo configure:36 52: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3644 if { (eval echo configure:3645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3652 3645 rm -rf conftest* 3653 3646 eval "ac_cv_func_$ac_func=yes" … … 3678 3671 # arithmetic shifts 3679 3672 echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6 3680 echo "configure:36 81: checking whether your machine has correct arithmetic shifts" >&53673 echo "configure:3674: checking whether your machine has correct arithmetic shifts" >&5 3681 3674 if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then 3682 3675 echo $ac_n "(cached) $ac_c" 1>&6 … … 3691 3684 else 3692 3685 cat > conftest.$ac_ext <<EOF 3693 #line 36 94"configure"3686 #line 3687 "configure" 3694 3687 #include "confdefs.h" 3695 3688 int main() { if (-2 >> 1 == -1) return(0); else return(1); } 3696 3689 EOF 3697 if { (eval echo configure:369 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3690 if { (eval echo configure:3691: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3698 3691 then 3699 3692 ac_cv_shift=yes … … 3720 3713 # check for a peculiar constructor initialization 3721 3714 echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6 3722 echo "configure:37 23: checking whether explicit C++ constructor calls are allowed" >&53715 echo "configure:3716: checking whether explicit C++ constructor calls are allowed" >&5 3723 3716 3724 3717 ac_ext=C … … 3733 3726 else 3734 3727 cat > conftest.$ac_ext <<EOF 3735 #line 37 36"configure"3728 #line 3729 "configure" 3736 3729 #include "confdefs.h" 3737 3730 … … 3751 3744 ; return 0; } 3752 3745 EOF 3753 if { (eval echo configure:37 54: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3746 if { (eval echo configure:3747: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3754 3747 rm -rf conftest* 3755 3748 ac_cv_explicit_const=yes … … 3780 3773 # sprintf returns number of printed chars 3781 3774 echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6 3782 echo "configure:37 83: checking whether vsprintf returns number of printed chars" >&53775 echo "configure:3776: checking whether vsprintf returns number of printed chars" >&5 3783 3776 if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then 3784 3777 echo $ac_n "(cached) $ac_c" 1>&6 … … 3788 3781 else 3789 3782 cat > conftest.$ac_ext <<EOF 3790 #line 37 91"configure"3783 #line 3784 "configure" 3791 3784 #include "confdefs.h" 3792 3785 #include <stdio.h> 3793 3786 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); } 3794 3787 EOF 3795 if { (eval echo configure:37 96: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3788 if { (eval echo configure:3789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3796 3789 then 3797 3790 ac_cv_returns_n_of_chars=yes … … 3819 3812 # determine ALIGN_8 3820 3813 echo $ac_n "checking size of char""... $ac_c" 1>&6 3821 echo "configure:38 22: checking size of char" >&53814 echo "configure:3815: checking size of char" >&5 3822 3815 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then 3823 3816 echo $ac_n "(cached) $ac_c" 1>&6 … … 3827 3820 else 3828 3821 cat > conftest.$ac_ext <<EOF 3829 #line 38 30"configure"3822 #line 3823 "configure" 3830 3823 #include "confdefs.h" 3831 3824 #include <stdio.h> … … 3838 3831 } 3839 3832 EOF 3840 if { (eval echo configure:38 41: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3833 if { (eval echo configure:3834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3841 3834 then 3842 3835 ac_cv_sizeof_char=`cat conftestval` … … 3858 3851 3859 3852 echo $ac_n "checking size of short""... $ac_c" 1>&6 3860 echo "configure:38 61: checking size of short" >&53853 echo "configure:3854: checking size of short" >&5 3861 3854 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 3862 3855 echo $ac_n "(cached) $ac_c" 1>&6 … … 3866 3859 else 3867 3860 cat > conftest.$ac_ext <<EOF 3868 #line 386 9"configure"3861 #line 3862 "configure" 3869 3862 #include "confdefs.h" 3870 3863 #include <stdio.h> … … 3877 3870 } 3878 3871 EOF 3879 if { (eval echo configure:38 80: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3872 if { (eval echo configure:3873: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3880 3873 then 3881 3874 ac_cv_sizeof_short=`cat conftestval` … … 3897 3890 3898 3891 echo $ac_n "checking size of int""... $ac_c" 1>&6 3899 echo "configure:3 900: checking size of int" >&53892 echo "configure:3893: checking size of int" >&5 3900 3893 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 3901 3894 echo $ac_n "(cached) $ac_c" 1>&6 … … 3905 3898 else 3906 3899 cat > conftest.$ac_ext <<EOF 3907 #line 390 8"configure"3900 #line 3901 "configure" 3908 3901 #include "confdefs.h" 3909 3902 #include <stdio.h> … … 3916 3909 } 3917 3910 EOF 3918 if { (eval echo configure:391 9: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3911 if { (eval echo configure:3912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3919 3912 then 3920 3913 ac_cv_sizeof_int=`cat conftestval` … … 3936 3929 3937 3930 echo $ac_n "checking size of long""... $ac_c" 1>&6 3938 echo "configure:393 9: checking size of long" >&53931 echo "configure:3932: checking size of long" >&5 3939 3932 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 3940 3933 echo $ac_n "(cached) $ac_c" 1>&6 … … 3944 3937 else 3945 3938 cat > conftest.$ac_ext <<EOF 3946 #line 394 7"configure"3939 #line 3940 "configure" 3947 3940 #include "confdefs.h" 3948 3941 #include <stdio.h> … … 3955 3948 } 3956 3949 EOF 3957 if { (eval echo configure:395 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3950 if { (eval echo configure:3951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3958 3951 then 3959 3952 ac_cv_sizeof_long=`cat conftestval` … … 3975 3968 3976 3969 echo $ac_n "checking size of void*""... $ac_c" 1>&6 3977 echo "configure:397 8: checking size of void*" >&53970 echo "configure:3971: checking size of void*" >&5 3978 3971 if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then 3979 3972 echo $ac_n "(cached) $ac_c" 1>&6 … … 3983 3976 else 3984 3977 cat > conftest.$ac_ext <<EOF 3985 #line 39 86"configure"3978 #line 3979 "configure" 3986 3979 #include "confdefs.h" 3987 3980 #include <stdio.h> … … 3994 3987 } 3995 3988 EOF 3996 if { (eval echo configure:399 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3989 if { (eval echo configure:3990: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3997 3990 then 3998 3991 ac_cv_sizeof_voidp=`cat conftestval` … … 4014 4007 4015 4008 echo $ac_n "checking size of double""... $ac_c" 1>&6 4016 echo "configure:401 7: checking size of double" >&54009 echo "configure:4010: checking size of double" >&5 4017 4010 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then 4018 4011 echo $ac_n "(cached) $ac_c" 1>&6 … … 4022 4015 else 4023 4016 cat > conftest.$ac_ext <<EOF 4024 #line 40 25"configure"4017 #line 4018 "configure" 4025 4018 #include "confdefs.h" 4026 4019 #include <stdio.h> … … 4033 4026 } 4034 4027 EOF 4035 if { (eval echo configure:40 36: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null4028 if { (eval echo configure:4029: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4036 4029 then 4037 4030 ac_cv_sizeof_double=`cat conftestval` … … 4053 4046 4054 4047 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 4055 echo "configure:40 56: checking whether byte ordering is bigendian" >&54048 echo "configure:4049: checking whether byte ordering is bigendian" >&5 4056 4049 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then 4057 4050 echo $ac_n "(cached) $ac_c" 1>&6 … … 4060 4053 # See if sys/param.h defines the BYTE_ORDER macro. 4061 4054 cat > conftest.$ac_ext <<EOF 4062 #line 40 63"configure"4055 #line 4056 "configure" 4063 4056 #include "confdefs.h" 4064 4057 #include <sys/types.h> … … 4071 4064 ; return 0; } 4072 4065 EOF 4073 if { (eval echo configure:40 74: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4066 if { (eval echo configure:4067: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4074 4067 rm -rf conftest* 4075 4068 # It does; now see whether it defined to BIG_ENDIAN or not. 4076 4069 cat > conftest.$ac_ext <<EOF 4077 #line 407 8"configure"4070 #line 4071 "configure" 4078 4071 #include "confdefs.h" 4079 4072 #include <sys/types.h> … … 4086 4079 ; return 0; } 4087 4080 EOF 4088 if { (eval echo configure:408 9: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4081 if { (eval echo configure:4082: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4089 4082 rm -rf conftest* 4090 4083 ac_cv_c_bigendian=yes … … 4106 4099 else 4107 4100 cat > conftest.$ac_ext <<EOF 4108 #line 410 9"configure"4101 #line 4102 "configure" 4109 4102 #include "confdefs.h" 4110 4103 main () { … … 4119 4112 } 4120 4113 EOF 4121 if { (eval echo configure:41 22: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null4114 if { (eval echo configure:4115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4122 4115 then 4123 4116 ac_cv_c_bigendian=no … … 4267 4260 4268 4261 echo $ac_n "checking whether to use dynamic linking""... $ac_c" 1>&6 4269 echo "configure:42 70: checking whether to use dynamic linking" >&54262 echo "configure:4263: checking whether to use dynamic linking" >&5 4270 4263 if test "$with_dl" != no && test "$ac_lib_dl" = yes; then 4271 4264 cat >> confdefs.h <<\EOF … … 4280 4273 4281 4274 echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 4282 echo "configure:42 83: checking for tgetent in -lncurses" >&54275 echo "configure:4276: checking for tgetent in -lncurses" >&5 4283 4276 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` 4284 4277 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4288 4281 LIBS="-lncurses $LIBS" 4289 4282 cat > conftest.$ac_ext <<EOF 4290 #line 42 91"configure"4283 #line 4284 "configure" 4291 4284 #include "confdefs.h" 4292 4285 /* Override any gcc2 internal prototype to avoid an error. */ … … 4299 4292 ; return 0; } 4300 4293 EOF 4301 if { (eval echo configure:4 302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4294 if { (eval echo configure:4295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4302 4295 rm -rf conftest* 4303 4296 eval "ac_cv_lib_$ac_lib_var=yes" … … 4326 4319 \ 4327 4320 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 4328 echo "configure:432 9: checking for tgetent in -lcurses" >&54321 echo "configure:4322: checking for tgetent in -lcurses" >&5 4329 4322 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` 4330 4323 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4334 4327 LIBS="-lcurses $LIBS" 4335 4328 cat > conftest.$ac_ext <<EOF 4336 #line 433 7"configure"4329 #line 4330 "configure" 4337 4330 #include "confdefs.h" 4338 4331 /* Override any gcc2 internal prototype to avoid an error. */ … … 4345 4338 ; return 0; } 4346 4339 EOF 4347 if { (eval echo configure:434 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4340 if { (eval echo configure:4341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4348 4341 rm -rf conftest* 4349 4342 eval "ac_cv_lib_$ac_lib_var=yes" … … 4372 4365 \ 4373 4366 echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 4374 echo "configure:43 75: checking for tgetent in -ltermcap" >&54367 echo "configure:4368: checking for tgetent in -ltermcap" >&5 4375 4368 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` 4376 4369 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4380 4373 LIBS="-ltermcap $LIBS" 4381 4374 cat > conftest.$ac_ext <<EOF 4382 #line 43 83"configure"4375 #line 4376 "configure" 4383 4376 #include "confdefs.h" 4384 4377 /* Override any gcc2 internal prototype to avoid an error. */ … … 4391 4384 ; return 0; } 4392 4385 EOF 4393 if { (eval echo configure:43 94: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4386 if { (eval echo configure:4387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4394 4387 rm -rf conftest* 4395 4388 eval "ac_cv_lib_$ac_lib_var=yes" … … 4440 4433 4441 4434 echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6 4442 echo "configure:44 43: checking for rl_abort in -lreadline" >&54435 echo "configure:4436: checking for rl_abort in -lreadline" >&5 4443 4436 ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'` 4444 4437 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4448 4441 LIBS="-lreadline $LIBS" 4449 4442 cat > conftest.$ac_ext <<EOF 4450 #line 44 51"configure"4443 #line 4444 "configure" 4451 4444 #include "confdefs.h" 4452 4445 /* Override any gcc2 internal prototype to avoid an error. */ … … 4462 4455 ; return 0; } 4463 4456 EOF 4464 if { (eval echo configure:44 65: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4457 if { (eval echo configure:4458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4465 4458 rm -rf conftest* 4466 4459 eval "ac_cv_lib_$ac_lib_var=yes" … … 4490 4483 4491 4484 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 4492 echo "configure:44 93: checking how to run the C++ preprocessor" >&54485 echo "configure:4486: checking how to run the C++ preprocessor" >&5 4493 4486 if test -z "$CXXCPP"; then 4494 4487 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then … … 4503 4496 CXXCPP="${CXX-g++} -E" 4504 4497 cat > conftest.$ac_ext <<EOF 4505 #line 4 506"configure"4498 #line 4499 "configure" 4506 4499 #include "confdefs.h" 4507 4500 #include <stdlib.h> 4508 4501 EOF 4509 4502 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4510 { (eval echo configure:45 11: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4503 { (eval echo configure:4504: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4511 4504 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4512 4505 if test -z "$ac_err"; then … … 4536 4529 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4537 4530 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4538 echo "configure:453 9: checking for $ac_hdr" >&54531 echo "configure:4532: checking for $ac_hdr" >&5 4539 4532 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4540 4533 echo $ac_n "(cached) $ac_c" 1>&6 4541 4534 else 4542 4535 cat > conftest.$ac_ext <<EOF 4543 #line 45 44"configure"4536 #line 4537 "configure" 4544 4537 #include "confdefs.h" 4545 4538 #include <$ac_hdr> 4546 4539 EOF 4547 4540 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4548 { (eval echo configure:454 9: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4541 { (eval echo configure:4542: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4549 4542 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4550 4543 if test -z "$ac_err"; then … … 4575 4568 test "$ac_cv_header_readline_readline_h" = yes; then 4576 4569 echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6 4577 echo "configure:457 8: checking whether readline.h is ok" >&54570 echo "configure:4571: checking whether readline.h is ok" >&5 4578 4571 if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then 4579 4572 echo $ac_n "(cached) $ac_c" 1>&6 4580 4573 else 4581 4574 cat > conftest.$ac_ext <<EOF 4582 #line 45 83"configure"4575 #line 4576 "configure" 4583 4576 #include "confdefs.h" 4584 4577 #include<unistd.h> … … 4593 4586 ; return 0; } 4594 4587 EOF 4595 if { (eval echo configure:45 96: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4588 if { (eval echo configure:4589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4596 4589 rm -rf conftest* 4597 4590 ac_cv_header_readline_readline_h_ok="yes" … … 4609 4602 #not ok -- try once more with explicitly declaring everything 4610 4603 echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6 4611 echo "configure:46 12: checking whether or not we nevertheless can use readline" >&54604 echo "configure:4605: checking whether or not we nevertheless can use readline" >&5 4612 4605 if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then 4613 4606 echo $ac_n "(cached) $ac_c" 1>&6 4614 4607 else 4615 4608 cat > conftest.$ac_ext <<EOF 4616 #line 461 7"configure"4609 #line 4610 "configure" 4617 4610 #include "confdefs.h" 4618 4611 #include <stdio.h> … … 4648 4641 ; return 0; } 4649 4642 EOF 4650 if { (eval echo configure:46 51: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4643 if { (eval echo configure:4644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4651 4644 rm -rf conftest* 4652 4645 ac_cv_have_readline="yes" … … 4687 4680 4688 4681 echo $ac_n "checking which readline to use""... $ac_c" 1>&6 4689 echo "configure:46 90: checking which readline to use" >&54682 echo "configure:4683: checking which readline to use" >&5 4690 4683 if test "$ac_cv_with_readline" = dynamic; then 4691 4684 echo "$ac_t""dynamic" 1>&6 … … 4707 4700 # gmp, MP, MPT, factory, libfac 4708 4701 echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6 4709 echo "configure:47 10: checking for main in -lgmp" >&54702 echo "configure:4703: checking for main in -lgmp" >&5 4710 4703 ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'` 4711 4704 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4715 4708 LIBS="-lgmp $LIBS" 4716 4709 cat > conftest.$ac_ext <<EOF 4717 #line 471 8"configure"4710 #line 4711 "configure" 4718 4711 #include "confdefs.h" 4719 4712 … … 4722 4715 ; return 0; } 4723 4716 EOF 4724 if { (eval echo configure:47 25: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4717 if { (eval echo configure:4718: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4725 4718 rm -rf conftest* 4726 4719 eval "ac_cv_lib_$ac_lib_var=yes" … … 4751 4744 SAVE_LIBS=$LIBS 4752 4745 echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6 4753 echo "configure:47 54: checking for IMP_PutGmpInt in -lMP" >&54746 echo "configure:4747: checking for IMP_PutGmpInt in -lMP" >&5 4754 4747 ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'` 4755 4748 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4759 4752 LIBS="-lMP $MP_LIBS $LIBS" 4760 4753 cat > conftest.$ac_ext <<EOF 4761 #line 47 62"configure"4754 #line 4755 "configure" 4762 4755 #include "confdefs.h" 4763 4756 /* Override any gcc2 internal prototype to avoid an error. */ … … 4770 4763 ; return 0; } 4771 4764 EOF 4772 if { (eval echo configure:47 73: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4765 if { (eval echo configure:4766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4773 4766 rm -rf conftest* 4774 4767 eval "ac_cv_lib_$ac_lib_var=yes" … … 4798 4791 4799 4792 echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6 4800 echo "configure:4 801: checking for MPT_GetTree in -lMPT" >&54793 echo "configure:4794: checking for MPT_GetTree in -lMPT" >&5 4801 4794 ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'` 4802 4795 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4806 4799 LIBS="-lMPT $MP_LIBS $LIBS" 4807 4800 cat > conftest.$ac_ext <<EOF 4808 #line 480 9"configure"4801 #line 4802 "configure" 4809 4802 #include "confdefs.h" 4810 4803 /* Override any gcc2 internal prototype to avoid an error. */ … … 4817 4810 ; return 0; } 4818 4811 EOF 4819 if { (eval echo configure:48 20: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4812 if { (eval echo configure:4813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4820 4813 rm -rf conftest* 4821 4814 eval "ac_cv_lib_$ac_lib_var=yes" … … 4846 4839 LIBS=$SAVE_LIBS 4847 4840 echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6 4848 echo "configure:484 9: checking for atof in -lsingcf" >&54841 echo "configure:4842: checking for atof in -lsingcf" >&5 4849 4842 ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'` 4850 4843 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4854 4847 LIBS="-lsingcf $LIBS" 4855 4848 cat > conftest.$ac_ext <<EOF 4856 #line 485 7"configure"4849 #line 4850 "configure" 4857 4850 #include "confdefs.h" 4858 4851 /* Override any gcc2 internal prototype to avoid an error. */ … … 4865 4858 ; return 0; } 4866 4859 EOF 4867 if { (eval echo configure:486 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4860 if { (eval echo configure:4861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4868 4861 rm -rf conftest* 4869 4862 eval "ac_cv_lib_$ac_lib_var=yes" … … 4893 4886 4894 4887 echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6 4895 echo "configure:48 96: checking for atof in -lsingfac" >&54888 echo "configure:4889: checking for atof in -lsingfac" >&5 4896 4889 ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'` 4897 4890 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4901 4894 LIBS="-lsingfac $LIBS" 4902 4895 cat > conftest.$ac_ext <<EOF 4903 #line 4 904"configure"4896 #line 4897 "configure" 4904 4897 #include "confdefs.h" 4905 4898 /* Override any gcc2 internal prototype to avoid an error. */ … … 4912 4905 ; return 0; } 4913 4906 EOF 4914 if { (eval echo configure:49 15: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4907 if { (eval echo configure:4908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4915 4908 rm -rf conftest* 4916 4909 eval "ac_cv_lib_$ac_lib_var=yes" … … 4940 4933 4941 4934 echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6 4942 echo "configure:49 43: checking for omTestAddr in -lomalloc" >&54935 echo "configure:4936: checking for omTestAddr in -lomalloc" >&5 4943 4936 ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'` 4944 4937 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4948 4941 LIBS="-lomalloc $LIBS" 4949 4942 cat > conftest.$ac_ext <<EOF 4950 #line 49 51"configure"4943 #line 4944 "configure" 4951 4944 #include "confdefs.h" 4952 4945 /* Override any gcc2 internal prototype to avoid an error. */ … … 4959 4952 ; return 0; } 4960 4953 EOF 4961 if { (eval echo configure:49 62: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4954 if { (eval echo configure:4955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4962 4955 rm -rf conftest* 4963 4956 eval "ac_cv_lib_$ac_lib_var=yes" … … 4987 4980 4988 4981 echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6 4989 echo "configure:49 90: checking for main in -lomalloc_ndebug" >&54982 echo "configure:4983: checking for main in -lomalloc_ndebug" >&5 4990 4983 ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'` 4991 4984 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4995 4988 LIBS="-lomalloc_ndebug $LIBS" 4996 4989 cat > conftest.$ac_ext <<EOF 4997 #line 499 8"configure"4990 #line 4991 "configure" 4998 4991 #include "confdefs.h" 4999 4992 … … 5002 4995 ; return 0; } 5003 4996 EOF 5004 if { (eval echo configure: 5005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4997 if { (eval echo configure:4998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5005 4998 rm -rf conftest* 5006 4999 eval "ac_cv_lib_$ac_lib_var=yes" … … 5030 5023 5031 5024 echo $ac_n "checking for main in -lntl""... $ac_c" 1>&6 5032 echo "configure:50 33: checking for main in -lntl" >&55025 echo "configure:5026: checking for main in -lntl" >&5 5033 5026 ac_lib_var=`echo ntl'_'main | sed 'y%./+-%__p_%'` 5034 5027 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 5038 5031 LIBS="-lntl $LIBS" 5039 5032 cat > conftest.$ac_ext <<EOF 5040 #line 50 41"configure"5033 #line 5034 "configure" 5041 5034 #include "confdefs.h" 5042 5035 … … 5045 5038 ; return 0; } 5046 5039 EOF 5047 if { (eval echo configure:504 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5040 if { (eval echo configure:5041: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5048 5041 rm -rf conftest* 5049 5042 eval "ac_cv_lib_$ac_lib_var=yes" … … 5078 5071 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5079 5072 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5080 echo "configure:50 81: checking for $ac_hdr" >&55073 echo "configure:5074: checking for $ac_hdr" >&5 5081 5074 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5082 5075 echo $ac_n "(cached) $ac_c" 1>&6 5083 5076 else 5084 5077 cat > conftest.$ac_ext <<EOF 5085 #line 50 86"configure"5078 #line 5079 "configure" 5086 5079 #include "confdefs.h" 5087 5080 #include <$ac_hdr> 5088 5081 EOF 5089 5082 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5090 { (eval echo configure:50 91: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }5083 { (eval echo configure:5084: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5091 5084 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5092 5085 if test -z "$ac_err"; then … … 5116 5109 5117 5110 echo $ac_n "checking whether to use Boost""... $ac_c" 1>&6 5118 echo "configure:511 9: checking whether to use Boost" >&55111 echo "configure:5112: checking whether to use Boost" >&5 5119 5112 if test "$with_Boost" != no; then 5120 5113 echo "$ac_t""yes" 1>&6 … … 5131 5124 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5132 5125 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5133 echo "configure:51 34: checking for $ac_hdr" >&55126 echo "configure:5127: checking for $ac_hdr" >&5 5134 5127 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5135 5128 echo $ac_n "(cached) $ac_c" 1>&6 5136 5129 else 5137 5130 cat > conftest.$ac_ext <<EOF 5138 #line 513 9"configure"5131 #line 5132 "configure" 5139 5132 #include "confdefs.h" 5140 5133 #include <$ac_hdr> 5141 5134 EOF 5142 5135 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5143 { (eval echo configure:51 44: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }5136 { (eval echo configure:5137: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5144 5137 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5145 5138 if test -z "$ac_err"; then … … 5177 5170 echo "$ac_t""no" 1>&6 5178 5171 echo $ac_n "checking whether to use std::vector""... $ac_c" 1>&6 5179 echo "configure:51 80: checking whether to use std::vector" >&55172 echo "configure:5173: checking whether to use std::vector" >&5 5180 5173 if test "$with_stdvec" != yes; then 5181 5174 echo "$ac_t""no" 1>&6 … … 5226 5219 SAVE_LIBS=$LIBS 5227 5220 echo $ac_n "checking for __stack_chk_fail_local in -lc_nonshared""... $ac_c" 1>&6 5228 echo "configure:522 9: checking for __stack_chk_fail_local in -lc_nonshared" >&55221 echo "configure:5222: checking for __stack_chk_fail_local in -lc_nonshared" >&5 5229 5222 ac_lib_var=`echo c_nonshared'_'__stack_chk_fail_local | sed 'y%./+-%__p_%'` 5230 5223 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 5234 5227 LIBS="-lc_nonshared $LIBS" 5235 5228 cat > conftest.$ac_ext <<EOF 5236 #line 523 7"configure"5229 #line 5230 "configure" 5237 5230 #include "confdefs.h" 5238 5231 /* Override any gcc2 internal prototype to avoid an error. */ … … 5245 5238 ; return 0; } 5246 5239 EOF 5247 if { (eval echo configure:524 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5240 if { (eval echo configure:5241: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5248 5241 rm -rf conftest* 5249 5242 eval "ac_cv_lib_$ac_lib_var=yes" … … 5275 5268 5276 5269 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 5277 echo "configure:527 8: checking which apint package to use" >&55270 echo "configure:5271: checking which apint package to use" >&5 5278 5271 if test "${with_apint}" != gmp; then 5279 5272 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 5297 5290 5298 5291 echo $ac_n "checking whether to use libsvd""... $ac_c" 1>&6 5299 echo "configure:5 300: checking whether to use libsvd" >&55292 echo "configure:5293: checking whether to use libsvd" >&5 5300 5293 if test "$with_svd" = yes; then 5301 5294 echo "$ac_t""yes" 1>&6 … … 5312 5305 # 5313 5306 echo $ac_n "checking whether to have MP""... $ac_c" 1>&6 5314 echo "configure:53 15: checking whether to have MP" >&55307 echo "configure:5308: checking whether to have MP" >&5 5315 5308 if test "${with_MP}" != yes && test "${with_MP}" != no; then 5316 5309 if (test "${will_have_gmp}" = yes) && \ … … 5347 5340 5348 5341 echo $ac_n "checking whether to have NTL""... $ac_c" 1>&6 5349 echo "configure:53 50: checking whether to have NTL" >&55342 echo "configure:5343: checking whether to have NTL" >&5 5350 5343 if test "${with_NTL}" = yes ; then 5351 5344 echo "$ac_t""yes" 1>&6 … … 5356 5349 5357 5350 echo $ac_n "checking whether to have factory""... $ac_c" 1>&6 5358 echo "configure:535 9: checking whether to have factory" >&55351 echo "configure:5352: checking whether to have factory" >&5 5359 5352 if test "${with_factory}" != yes && test "${with_factory}" != no; then 5360 5353 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 5387 5380 5388 5381 echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6 5389 echo "configure:53 90: checking whether to have libfac" >&55382 echo "configure:5383: checking whether to have libfac" >&5 5390 5383 if test "${with_libfac}" != yes && test "${with_libfac}" != no; then 5391 5384 if (test "${will_have_factory}" = yes) && \ … … 5429 5422 5430 5423 echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6 5431 echo "configure:54 32: checking whether to have dbm links" >&55424 echo "configure:5425: checking whether to have dbm links" >&5 5432 5425 if test "$with_dbm" != no; then 5433 5426 cat >> confdefs.h <<\EOF … … 5441 5434 5442 5435 echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6 5443 echo "configure:54 44: checking whether to have namespaces" >&55436 echo "configure:5437: checking whether to have namespaces" >&5 5444 5437 if test "$with_namespaces" != no; then 5445 5438 echo "$ac_t""yes" 1>&6 … … 5453 5446 5454 5447 echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6 5455 echo "configure:54 56: checking whether to have dynamic modules" >&55448 echo "configure:5449: checking whether to have dynamic modules" >&5 5456 5449 if test "$with_dynamic_modules" = no || test "$ac_have_dl" != yes; then 5457 5450 echo "$ac_t""no" 1>&6 … … 5465 5458 5466 5459 echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6 5467 echo "configure:546 8: checking whether to have dynamic kernel" >&55460 echo "configure:5461: checking whether to have dynamic kernel" >&5 5468 5461 if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then 5469 5462 DL_KERNEL=1 … … 5475 5468 5476 5469 echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6 5477 echo "configure:547 8: checking whether to have Plural" >&55470 echo "configure:5471: checking whether to have Plural" >&5 5478 5471 if test "$with_Plural" != no && test "$enable_Plural" != no; then 5479 5472 cat >> confdefs.h <<\EOF … … 5660 5653 s%@SFLAGS@%$SFLAGS%g 5661 5654 s%@SLDFLAGS@%$SLDFLAGS%g 5662 s%@LD SO@%$LDSO%g5655 s%@LD@%$LD%g 5663 5656 s%@ALLOCA@%$ALLOCA%g 5664 5657 s%@CXXCPP@%$CXXCPP%g -
Singular/configure.in
r3e96095 rca41c34 402 402 dnl AC_CHECK_LIB(ucb, index) 403 403 MP_LIBS=${LIBS} 404 if test "${LD+set}" != set; then405 LDSO="${LD}"406 else407 LDSO=ld408 fi409 404 # check for dl lib 410 405 case "$ac_cv_singuname" in … … 416 411 SLDFLAGS="-fPIC -DPIC -shared" 417 412 if test "${LD+set}" != set; then 418 LDSO="${LD}" 419 else 420 LDSO=gcc 413 LD=gcc 421 414 fi 422 415 ac_lib_dl=yes … … 430 423 SLDFLAGS=-shared 431 424 if test "${LD+set}" != set; then 432 LDSO="${LD}" 433 else 434 LDSO=ld 425 LD=ld 435 426 fi 436 427 ac_lib_dl=yes … … 442 433 SLDFLAGS="-w -no_unresolved -_SYSTYPE_SVR4 -n32 -shared" 443 434 if test "${LD+set}" != set; then 444 LDSO="${LD}" 445 else 446 LDSO=ld 435 LD=ld 447 436 fi 448 437 ac_lib_dl=yes … … 455 444 SLDFLAGS=-shared 456 445 if test "${LD+set}" != set; then 457 LDSO="${LD}" 458 else 459 LDSO=$CC 446 LD=$CC 460 447 fi 461 448 ac_lib_dl=yes … … 469 456 SFLAGS="-fpic -DPIC" 470 457 SLDFLAGS="-dynamic -twolevel_namespace -weak_reference_mismatches weak -undefined dynamic_lookup" 471 LDSO=libtool 458 if test "${LD+set}" != set; then 459 LD=libtool 460 fi 472 461 ac_lib_dl=yes 473 462 fi … … 479 468 SFLAGS="-fpic -DPIC" 480 469 SLDFLAGS="-dynamic -twolevel_namespace -weak_reference_mismatches weak -undefined dynamic_lookup" 481 LDSO=libtool 470 if test "${LD+set}" != set; then 471 LD=libtool 472 fi 482 473 ac_lib_dl=yes 483 474 fi … … 489 480 SFLAGS="-fpic -DPIC" 490 481 SLDFLAGS=-shared 491 LDSO=ld 482 if test "${LD+set}" != set; then 483 LD=ld 484 fi 492 485 ac_lib_dl=yes 493 486 fi … … 497 490 AC_SUBST(SFLAGS) 498 491 AC_SUBST(SLDFLAGS) 499 AC_SUBST(LD SO)492 AC_SUBST(LD) 500 493 LIBS=${SAVE_LIBS} 501 494
Note: See TracChangeset
for help on using the changeset viewer.