Changeset 432
- Timestamp:
- Jul 23, 2003, 10:37:22 AM (22 years ago)
- Location:
- trunk/src/binutils/binutils
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/binutils/configure
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r431 r432 1642 1642 ;; 1643 1643 1644 os2*) 1645 lt_cv_deplibs_check_method=pass_all 1646 ;; 1647 1644 1648 osf3* | osf4* | osf5*) 1645 1649 # this will be overridden with pass_all, but let us keep it just in case … … 1678 1682 1679 1683 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1680 echo "configure:168 1: checking for object suffix" >&51684 echo "configure:1685: checking for object suffix" >&5 1681 1685 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1682 1686 echo $ac_n "(cached) $ac_c" 1>&6 … … 1684 1688 rm -f conftest* 1685 1689 echo 'int i = 1;' > conftest.$ac_ext 1686 if { (eval echo configure:16 87: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1690 if { (eval echo configure:1691: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1687 1691 for ac_file in conftest.*; do 1688 1692 case $ac_file in … … 1714 1718 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1715 1719 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 1716 echo "configure:17 17: checking for ${ac_tool_prefix}file" >&51720 echo "configure:1721: checking for ${ac_tool_prefix}file" >&5 1717 1721 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1718 1722 echo $ac_n "(cached) $ac_c" 1>&6 … … 1776 1780 if test -n "$ac_tool_prefix"; then 1777 1781 echo $ac_n "checking for file""... $ac_c" 1>&6 1778 echo "configure:17 79: checking for file" >&51782 echo "configure:1783: checking for file" >&5 1779 1783 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1780 1784 echo $ac_n "(cached) $ac_c" 1>&6 … … 1847 1851 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1848 1852 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1849 echo "configure:185 0: checking for $ac_word" >&51853 echo "configure:1854: checking for $ac_word" >&5 1850 1854 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1851 1855 echo $ac_n "(cached) $ac_c" 1>&6 … … 1880 1884 set dummy ranlib; ac_word=$2 1881 1885 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1882 echo "configure:188 3: checking for $ac_word" >&51886 echo "configure:1887: checking for $ac_word" >&5 1883 1887 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1884 1888 echo $ac_n "(cached) $ac_c" 1>&6 … … 1916 1920 set dummy ${ac_tool_prefix}strip; ac_word=$2 1917 1921 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1918 echo "configure:19 19: checking for $ac_word" >&51922 echo "configure:1923: checking for $ac_word" >&5 1919 1923 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1920 1924 echo $ac_n "(cached) $ac_c" 1>&6 … … 1949 1953 set dummy strip; ac_word=$2 1950 1954 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1951 echo "configure:195 2: checking for $ac_word" >&51955 echo "configure:1956: checking for $ac_word" >&5 1952 1956 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1953 1957 echo $ac_n "(cached) $ac_c" 1>&6 … … 2017 2021 *-*-irix6*) 2018 2022 # Find out which ABI we are using. 2019 echo '#line 202 0"configure"' > conftest.$ac_ext2020 if { (eval echo configure:202 1: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2023 echo '#line 2024 "configure"' > conftest.$ac_ext 2024 if { (eval echo configure:2025: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2021 2025 case "`/usr/bin/file conftest.o`" in 2022 2026 *32-bit*) … … 2039 2043 CFLAGS="$CFLAGS -belf" 2040 2044 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 2041 echo "configure:204 2: checking whether the C compiler needs -belf" >&52045 echo "configure:2046: checking whether the C compiler needs -belf" >&5 2042 2046 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 2043 2047 echo $ac_n "(cached) $ac_c" 1>&6 … … 2052 2056 2053 2057 cat > conftest.$ac_ext <<EOF 2054 #line 205 5"configure"2058 #line 2059 "configure" 2055 2059 #include "confdefs.h" 2056 2060 … … 2059 2063 ; return 0; } 2060 2064 EOF 2061 if { (eval echo configure:206 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2065 if { (eval echo configure:2066: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2062 2066 rm -rf conftest* 2063 2067 lt_cv_cc_needs_belf=yes … … 2233 2237 set dummy gcc; ac_word=$2 2234 2238 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2235 echo "configure:22 36: checking for $ac_word" >&52239 echo "configure:2240: checking for $ac_word" >&5 2236 2240 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2237 2241 echo $ac_n "(cached) $ac_c" 1>&6 … … 2264 2268 set dummy cc; ac_word=$2 2265 2269 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2266 echo "configure:22 67: checking for $ac_word" >&52270 echo "configure:2271: checking for $ac_word" >&5 2267 2271 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2268 2272 echo $ac_n "(cached) $ac_c" 1>&6 … … 2317 2321 set dummy cl; ac_word=$2 2318 2322 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2319 echo "configure:232 0: checking for $ac_word" >&52323 echo "configure:2324: checking for $ac_word" >&5 2320 2324 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2321 2325 echo $ac_n "(cached) $ac_c" 1>&6 … … 2350 2354 2351 2355 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2352 echo "configure:235 3: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52356 echo "configure:2357: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2353 2357 2354 2358 ac_ext=c … … 2361 2365 cat > conftest.$ac_ext << EOF 2362 2366 2363 #line 236 4"configure"2367 #line 2368 "configure" 2364 2368 #include "confdefs.h" 2365 2369 2366 2370 main(){return(0);} 2367 2371 EOF 2368 if { (eval echo configure:23 69: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2372 if { (eval echo configure:2373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2369 2373 ac_cv_prog_cc_works=yes 2370 2374 # If we can't run a trivial program, we are probably using a cross compiler. … … 2392 2396 fi 2393 2397 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2394 echo "configure:239 5: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52398 echo "configure:2399: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2395 2399 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2396 2400 cross_compiling=$ac_cv_prog_cc_cross 2397 2401 2398 2402 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2399 echo "configure:240 0: checking whether we are using GNU C" >&52403 echo "configure:2404: checking whether we are using GNU C" >&5 2400 2404 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2401 2405 echo $ac_n "(cached) $ac_c" 1>&6 … … 2406 2410 #endif 2407 2411 EOF 2408 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:24 09: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2412 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2413: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2409 2413 ac_cv_prog_gcc=yes 2410 2414 else … … 2425 2429 CFLAGS= 2426 2430 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2427 echo "configure:24 28: checking whether ${CC-cc} accepts -g" >&52431 echo "configure:2432: checking whether ${CC-cc} accepts -g" >&5 2428 2432 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2429 2433 echo $ac_n "(cached) $ac_c" 1>&6 … … 2462 2466 set dummy $ac_prog; ac_word=$2 2463 2467 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2464 echo "configure:246 5: checking for $ac_word" >&52468 echo "configure:2469: checking for $ac_word" >&5 2465 2469 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then 2466 2470 echo $ac_n "(cached) $ac_c" 1>&6 … … 2494 2498 2495 2499 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2496 echo "configure:2 497: checking how to run the C preprocessor" >&52500 echo "configure:2501: checking how to run the C preprocessor" >&5 2497 2501 # On Suns, sometimes $CPP names a directory. 2498 2502 if test -n "$CPP" && test -d "$CPP"; then … … 2510 2514 cat > conftest.$ac_ext <<EOF 2511 2515 #include <sys/types.h> 2512 #line 251 3"configure"2516 #line 2517 "configure" 2513 2517 #include "confdefs.h" 2514 2518 #include <assert.h> … … 2516 2520 EOF 2517 2521 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2518 { (eval echo configure:25 19: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2522 { (eval echo configure:2523: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2519 2523 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2520 2524 if test -z "$ac_err"; then … … 2528 2532 cat > conftest.$ac_ext <<EOF 2529 2533 #include <sys/types.h> 2530 #line 253 1"configure"2534 #line 2535 "configure" 2531 2535 #include "confdefs.h" 2532 2536 #include <assert.h> … … 2534 2538 EOF 2535 2539 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2536 { (eval echo configure:25 37: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2540 { (eval echo configure:2541: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2537 2541 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2538 2542 if test -z "$ac_err"; then … … 2546 2550 cat > conftest.$ac_ext <<EOF 2547 2551 #include <sys/types.h> 2548 #line 25 49"configure"2552 #line 2553 "configure" 2549 2553 #include "confdefs.h" 2550 2554 #include <assert.h> … … 2552 2556 EOF 2553 2557 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2554 { (eval echo configure:255 5: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2558 { (eval echo configure:2559: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2555 2559 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2556 2560 if test -z "$ac_err"; then … … 2582 2586 set dummy $ac_prog; ac_word=$2 2583 2587 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2584 echo "configure:258 5: checking for $ac_word" >&52588 echo "configure:2589: checking for $ac_word" >&5 2585 2589 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 2586 2590 echo $ac_n "(cached) $ac_c" 1>&6 … … 2616 2620 set dummy flex; ac_word=$2 2617 2621 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2618 echo "configure:26 19: checking for $ac_word" >&52622 echo "configure:2623: checking for $ac_word" >&5 2619 2623 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 2620 2624 echo $ac_n "(cached) $ac_c" 1>&6 … … 2651 2655 esac 2652 2656 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 2653 echo "configure:265 4: checking for yywrap in -l$ac_lib" >&52657 echo "configure:2658: checking for yywrap in -l$ac_lib" >&5 2654 2658 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` 2655 2659 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2659 2663 LIBS="-l$ac_lib $LIBS" 2660 2664 cat > conftest.$ac_ext <<EOF 2661 #line 266 2"configure"2665 #line 2666 "configure" 2662 2666 #include "confdefs.h" 2663 2667 /* Override any gcc2 internal prototype to avoid an error. */ … … 2670 2674 ; return 0; } 2671 2675 EOF 2672 if { (eval echo configure:267 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2676 if { (eval echo configure:2677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2673 2677 rm -rf conftest* 2674 2678 eval "ac_cv_lib_$ac_lib_var=yes" … … 2693 2697 2694 2698 echo $ac_n "checking lex output file root""... $ac_c" 1>&6 2695 echo "configure:2 696: checking lex output file root" >&52699 echo "configure:2700: checking lex output file root" >&5 2696 2700 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then 2697 2701 echo $ac_n "(cached) $ac_c" 1>&6 … … 2714 2718 2715 2719 echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6 2716 echo "configure:27 17: checking whether yytext is a pointer" >&52720 echo "configure:2721: checking whether yytext is a pointer" >&5 2717 2721 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then 2718 2722 echo $ac_n "(cached) $ac_c" 1>&6 … … 2726 2730 LIBS="$LIBS $LEXLIB" 2727 2731 cat > conftest.$ac_ext <<EOF 2728 #line 27 29"configure"2732 #line 2733 "configure" 2729 2733 #include "confdefs.h" 2730 2734 `cat $LEX_OUTPUT_ROOT.c` … … 2733 2737 ; return 0; } 2734 2738 EOF 2735 if { (eval echo configure:27 36: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2739 if { (eval echo configure:2740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2736 2740 rm -rf conftest* 2737 2741 ac_cv_prog_lex_yytext_pointer=yes … … 2759 2763 set dummy ranlib; ac_word=$2 2760 2764 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2761 echo "configure:276 2: checking for $ac_word" >&52765 echo "configure:2766: checking for $ac_word" >&5 2762 2766 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2763 2767 echo $ac_n "(cached) $ac_c" 1>&6 … … 2788 2792 2789 2793 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2790 echo "configure:279 1: checking for ANSI C header files" >&52794 echo "configure:2795: checking for ANSI C header files" >&5 2791 2795 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2792 2796 echo $ac_n "(cached) $ac_c" 1>&6 … … 2794 2798 cat > conftest.$ac_ext <<EOF 2795 2799 #include <sys/types.h> 2796 #line 2 797"configure"2800 #line 2801 "configure" 2797 2801 #include "confdefs.h" 2798 2802 #include <stdlib.h> … … 2802 2806 EOF 2803 2807 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2804 { (eval echo configure:280 5: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2808 { (eval echo configure:2809: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2805 2809 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2806 2810 if test -z "$ac_err"; then … … 2819 2823 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2820 2824 cat > conftest.$ac_ext <<EOF 2821 #line 282 2"configure"2825 #line 2826 "configure" 2822 2826 #include "confdefs.h" 2823 2827 #include <string.h> … … 2837 2841 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2838 2842 cat > conftest.$ac_ext <<EOF 2839 #line 284 0"configure"2843 #line 2844 "configure" 2840 2844 #include "confdefs.h" 2841 2845 #include <stdlib.h> … … 2858 2862 else 2859 2863 cat > conftest.$ac_ext <<EOF 2860 #line 286 1"configure"2864 #line 2865 "configure" 2861 2865 #include "confdefs.h" 2862 2866 #include <ctype.h> … … 2869 2873 2870 2874 EOF 2871 if { (eval echo configure:287 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2875 if { (eval echo configure:2876: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2872 2876 then 2873 2877 : … … 2893 2897 2894 2898 echo $ac_n "checking for working const""... $ac_c" 1>&6 2895 echo "configure:2 896: checking for working const" >&52899 echo "configure:2900: checking for working const" >&5 2896 2900 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2897 2901 echo $ac_n "(cached) $ac_c" 1>&6 2898 2902 else 2899 2903 cat > conftest.$ac_ext <<EOF 2900 #line 290 1"configure"2904 #line 2905 "configure" 2901 2905 #include "confdefs.h" 2902 2906 … … 2947 2951 ; return 0; } 2948 2952 EOF 2949 if { (eval echo configure:295 0: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2953 if { (eval echo configure:2954: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2950 2954 rm -rf conftest* 2951 2955 ac_cv_c_const=yes … … 2968 2972 2969 2973 echo $ac_n "checking for inline""... $ac_c" 1>&6 2970 echo "configure:297 1: checking for inline" >&52974 echo "configure:2975: checking for inline" >&5 2971 2975 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2972 2976 echo $ac_n "(cached) $ac_c" 1>&6 … … 2975 2979 for ac_kw in inline __inline__ __inline; do 2976 2980 cat > conftest.$ac_ext <<EOF 2977 #line 29 78"configure"2981 #line 2982 "configure" 2978 2982 #include "confdefs.h" 2979 2983 … … 2982 2986 ; return 0; } 2983 2987 EOF 2984 if { (eval echo configure:298 5: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2988 if { (eval echo configure:2989: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2985 2989 rm -rf conftest* 2986 2990 ac_cv_c_inline=$ac_kw; break … … 3008 3012 3009 3013 echo $ac_n "checking for off_t""... $ac_c" 1>&6 3010 echo "configure:301 1: checking for off_t" >&53014 echo "configure:3015: checking for off_t" >&5 3011 3015 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 3012 3016 echo $ac_n "(cached) $ac_c" 1>&6 3013 3017 else 3014 3018 cat > conftest.$ac_ext <<EOF 3015 #line 30 16"configure"3019 #line 3020 "configure" 3016 3020 #include "confdefs.h" 3017 3021 #include <sys/types.h> … … 3041 3045 3042 3046 echo $ac_n "checking for size_t""... $ac_c" 1>&6 3043 echo "configure:304 4: checking for size_t" >&53047 echo "configure:3048: checking for size_t" >&5 3044 3048 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 3045 3049 echo $ac_n "(cached) $ac_c" 1>&6 3046 3050 else 3047 3051 cat > conftest.$ac_ext <<EOF 3048 #line 30 49"configure"3052 #line 3053 "configure" 3049 3053 #include "confdefs.h" 3050 3054 #include <sys/types.h> … … 3076 3080 # for constant arguments. Useless! 3077 3081 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 3078 echo "configure:30 79: checking for working alloca.h" >&53082 echo "configure:3083: checking for working alloca.h" >&5 3079 3083 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 3080 3084 echo $ac_n "(cached) $ac_c" 1>&6 3081 3085 else 3082 3086 cat > conftest.$ac_ext <<EOF 3083 #line 308 4"configure"3087 #line 3088 "configure" 3084 3088 #include "confdefs.h" 3085 3089 #include <alloca.h> … … 3088 3092 ; return 0; } 3089 3093 EOF 3090 if { (eval echo configure:309 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3094 if { (eval echo configure:3095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3091 3095 rm -rf conftest* 3092 3096 ac_cv_header_alloca_h=yes … … 3109 3113 3110 3114 echo $ac_n "checking for alloca""... $ac_c" 1>&6 3111 echo "configure:311 2: checking for alloca" >&53115 echo "configure:3116: checking for alloca" >&5 3112 3116 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 3113 3117 echo $ac_n "(cached) $ac_c" 1>&6 3114 3118 else 3115 3119 cat > conftest.$ac_ext <<EOF 3116 #line 31 17"configure"3120 #line 3121 "configure" 3117 3121 #include "confdefs.h" 3118 3122 … … 3142 3146 ; return 0; } 3143 3147 EOF 3144 if { (eval echo configure:314 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3148 if { (eval echo configure:3149: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3145 3149 rm -rf conftest* 3146 3150 ac_cv_func_alloca_works=yes … … 3174 3178 3175 3179 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 3176 echo "configure:31 77: checking whether alloca needs Cray hooks" >&53180 echo "configure:3181: checking whether alloca needs Cray hooks" >&5 3177 3181 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 3178 3182 echo $ac_n "(cached) $ac_c" 1>&6 3179 3183 else 3180 3184 cat > conftest.$ac_ext <<EOF 3181 #line 318 2"configure"3185 #line 3186 "configure" 3182 3186 #include "confdefs.h" 3183 3187 #if defined(CRAY) && ! defined(CRAY2) … … 3204 3208 for ac_func in _getb67 GETB67 getb67; do 3205 3209 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3206 echo "configure:32 07: checking for $ac_func" >&53210 echo "configure:3211: checking for $ac_func" >&5 3207 3211 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3208 3212 echo $ac_n "(cached) $ac_c" 1>&6 3209 3213 else 3210 3214 cat > conftest.$ac_ext <<EOF 3211 #line 321 2"configure"3215 #line 3216 "configure" 3212 3216 #include "confdefs.h" 3213 3217 /* System header to define __stub macros and hopefully few prototypes, … … 3232 3236 ; return 0; } 3233 3237 EOF 3234 if { (eval echo configure:323 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3238 if { (eval echo configure:3239: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3235 3239 rm -rf conftest* 3236 3240 eval "ac_cv_func_$ac_func=yes" … … 3259 3263 3260 3264 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 3261 echo "configure:326 2: checking stack direction for C alloca" >&53265 echo "configure:3266: checking stack direction for C alloca" >&5 3262 3266 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 3263 3267 echo $ac_n "(cached) $ac_c" 1>&6 … … 3267 3271 else 3268 3272 cat > conftest.$ac_ext <<EOF 3269 #line 327 0"configure"3273 #line 3274 "configure" 3270 3274 #include "confdefs.h" 3271 3275 find_stack_direction () … … 3286 3290 } 3287 3291 EOF 3288 if { (eval echo configure:32 89: \"$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 3289 3293 then 3290 3294 ac_cv_c_stack_direction=1 … … 3311 3315 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3312 3316 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3313 echo "configure:331 4: checking for $ac_hdr" >&53317 echo "configure:3318: checking for $ac_hdr" >&5 3314 3318 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3315 3319 echo $ac_n "(cached) $ac_c" 1>&6 … … 3317 3321 cat > conftest.$ac_ext <<EOF 3318 3322 #include <sys/types.h> 3319 #line 332 0"configure"3323 #line 3324 "configure" 3320 3324 #include "confdefs.h" 3321 3325 #include <$ac_hdr> 3322 3326 EOF 3323 3327 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3324 { (eval echo configure:332 5: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3328 { (eval echo configure:3329: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3325 3329 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3326 3330 if test -z "$ac_err"; then … … 3351 3355 do 3352 3356 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3353 echo "configure:335 4: checking for $ac_func" >&53357 echo "configure:3358: checking for $ac_func" >&5 3354 3358 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3355 3359 echo $ac_n "(cached) $ac_c" 1>&6 3356 3360 else 3357 3361 cat > conftest.$ac_ext <<EOF 3358 #line 33 59"configure"3362 #line 3363 "configure" 3359 3363 #include "confdefs.h" 3360 3364 /* System header to define __stub macros and hopefully few prototypes, … … 3379 3383 ; return 0; } 3380 3384 EOF 3381 if { (eval echo configure:338 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3385 if { (eval echo configure:3386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3382 3386 rm -rf conftest* 3383 3387 eval "ac_cv_func_$ac_func=yes" … … 3404 3408 3405 3409 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 3406 echo "configure:34 07: checking for working mmap" >&53410 echo "configure:3411: checking for working mmap" >&5 3407 3411 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 3408 3412 echo $ac_n "(cached) $ac_c" 1>&6 … … 3412 3416 else 3413 3417 cat > conftest.$ac_ext <<EOF 3414 #line 341 5"configure"3418 #line 3419 "configure" 3415 3419 #include "confdefs.h" 3416 3420 … … 3552 3556 3553 3557 EOF 3554 if { (eval echo configure:355 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3558 if { (eval echo configure:3559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3555 3559 then 3556 3560 ac_cv_func_mmap_fixed_mapped=yes … … 3580 3584 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3581 3585 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3582 echo "configure:358 3: checking for $ac_hdr" >&53586 echo "configure:3587: checking for $ac_hdr" >&5 3583 3587 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3584 3588 echo $ac_n "(cached) $ac_c" 1>&6 … … 3586 3590 cat > conftest.$ac_ext <<EOF 3587 3591 #include <sys/types.h> 3588 #line 35 89"configure"3592 #line 3593 "configure" 3589 3593 #include "confdefs.h" 3590 3594 #include <$ac_hdr> 3591 3595 EOF 3592 3596 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3593 { (eval echo configure:359 4: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3597 { (eval echo configure:3598: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3594 3598 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3595 3599 if test -z "$ac_err"; then … … 3621 3625 do 3622 3626 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3623 echo "configure:362 4: checking for $ac_func" >&53627 echo "configure:3628: checking for $ac_func" >&5 3624 3628 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3625 3629 echo $ac_n "(cached) $ac_c" 1>&6 3626 3630 else 3627 3631 cat > conftest.$ac_ext <<EOF 3628 #line 36 29"configure"3632 #line 3633 "configure" 3629 3633 #include "confdefs.h" 3630 3634 /* System header to define __stub macros and hopefully few prototypes, … … 3649 3653 ; return 0; } 3650 3654 EOF 3651 if { (eval echo configure:365 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3655 if { (eval echo configure:3656: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3652 3656 rm -rf conftest* 3653 3657 eval "ac_cv_func_$ac_func=yes" … … 3678 3682 do 3679 3683 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3680 echo "configure:368 1: checking for $ac_func" >&53684 echo "configure:3685: checking for $ac_func" >&5 3681 3685 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3682 3686 echo $ac_n "(cached) $ac_c" 1>&6 3683 3687 else 3684 3688 cat > conftest.$ac_ext <<EOF 3685 #line 36 86"configure"3689 #line 3690 "configure" 3686 3690 #include "confdefs.h" 3687 3691 /* System header to define __stub macros and hopefully few prototypes, … … 3706 3710 ; return 0; } 3707 3711 EOF 3708 if { (eval echo configure:37 09: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3712 if { (eval echo configure:3713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3709 3713 rm -rf conftest* 3710 3714 eval "ac_cv_func_$ac_func=yes" … … 3740 3744 if test $ac_cv_header_locale_h = yes; then 3741 3745 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 3742 echo "configure:374 3: checking for LC_MESSAGES" >&53746 echo "configure:3747: checking for LC_MESSAGES" >&5 3743 3747 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 3744 3748 echo $ac_n "(cached) $ac_c" 1>&6 3745 3749 else 3746 3750 cat > conftest.$ac_ext <<EOF 3747 #line 37 48"configure"3751 #line 3752 "configure" 3748 3752 #include "confdefs.h" 3749 3753 #include <locale.h> … … 3752 3756 ; return 0; } 3753 3757 EOF 3754 if { (eval echo configure:375 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3758 if { (eval echo configure:3759: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3755 3759 rm -rf conftest* 3756 3760 am_cv_val_LC_MESSAGES=yes … … 3773 3777 fi 3774 3778 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 3775 echo "configure:37 76: checking whether NLS is requested" >&53779 echo "configure:3780: checking whether NLS is requested" >&5 3776 3780 # Check whether --enable-nls or --disable-nls was given. 3777 3781 if test "${enable_nls+set}" = set; then … … 3793 3797 3794 3798 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 3795 echo "configure:3 796: checking whether included gettext is requested" >&53799 echo "configure:3800: checking whether included gettext is requested" >&5 3796 3800 # Check whether --with-included-gettext or --without-included-gettext was given. 3797 3801 if test "${with_included_gettext+set}" = set; then … … 3812 3816 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 3813 3817 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 3814 echo "configure:381 5: checking for libintl.h" >&53818 echo "configure:3819: checking for libintl.h" >&5 3815 3819 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3816 3820 echo $ac_n "(cached) $ac_c" 1>&6 … … 3818 3822 cat > conftest.$ac_ext <<EOF 3819 3823 #include <sys/types.h> 3820 #line 382 1"configure"3824 #line 3825 "configure" 3821 3825 #include "confdefs.h" 3822 3826 #include <libintl.h> 3823 3827 EOF 3824 3828 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3825 { (eval echo configure:38 26: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3829 { (eval echo configure:3830: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3826 3830 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3827 3831 if test -z "$ac_err"; then … … 3840 3844 echo "$ac_t""yes" 1>&6 3841 3845 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 3842 echo "configure:384 3: checking for gettext in libc" >&53846 echo "configure:3847: checking for gettext in libc" >&5 3843 3847 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then 3844 3848 echo $ac_n "(cached) $ac_c" 1>&6 3845 3849 else 3846 3850 cat > conftest.$ac_ext <<EOF 3847 #line 38 48"configure"3851 #line 3852 "configure" 3848 3852 #include "confdefs.h" 3849 3853 #include <libintl.h> … … 3852 3856 ; return 0; } 3853 3857 EOF 3854 if { (eval echo configure:385 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3858 if { (eval echo configure:3859: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3855 3859 rm -rf conftest* 3856 3860 gt_cv_func_gettext_libc=yes … … 3868 3872 if test "$gt_cv_func_gettext_libc" != "yes"; then 3869 3873 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 3870 echo "configure:387 1: checking for bindtextdomain in -lintl" >&53874 echo "configure:3875: checking for bindtextdomain in -lintl" >&5 3871 3875 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` 3872 3876 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3876 3880 LIBS="-lintl $LIBS" 3877 3881 cat > conftest.$ac_ext <<EOF 3878 #line 38 79"configure"3882 #line 3883 "configure" 3879 3883 #include "confdefs.h" 3880 3884 /* Override any gcc2 internal prototype to avoid an error. */ … … 3887 3891 ; return 0; } 3888 3892 EOF 3889 if { (eval echo configure:389 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3893 if { (eval echo configure:3894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3890 3894 rm -rf conftest* 3891 3895 eval "ac_cv_lib_$ac_lib_var=yes" … … 3903 3907 echo "$ac_t""yes" 1>&6 3904 3908 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 3905 echo "configure:39 06: checking for gettext in libintl" >&53909 echo "configure:3910: checking for gettext in libintl" >&5 3906 3910 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then 3907 3911 echo $ac_n "(cached) $ac_c" 1>&6 3908 3912 else 3909 3913 cat > conftest.$ac_ext <<EOF 3910 #line 391 1"configure"3914 #line 3915 "configure" 3911 3915 #include "confdefs.h" 3912 3916 … … 3915 3919 ; return 0; } 3916 3920 EOF 3917 if { (eval echo configure:39 18: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3921 if { (eval echo configure:3922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3918 3922 rm -rf conftest* 3919 3923 gt_cv_func_gettext_libintl=yes … … 3943 3947 set dummy msgfmt; ac_word=$2 3944 3948 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3945 echo "configure:39 46: checking for $ac_word" >&53949 echo "configure:3950: checking for $ac_word" >&5 3946 3950 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 3947 3951 echo $ac_n "(cached) $ac_c" 1>&6 … … 3977 3981 do 3978 3982 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3979 echo "configure:398 0: checking for $ac_func" >&53983 echo "configure:3984: checking for $ac_func" >&5 3980 3984 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3981 3985 echo $ac_n "(cached) $ac_c" 1>&6 3982 3986 else 3983 3987 cat > conftest.$ac_ext <<EOF 3984 #line 398 5"configure"3988 #line 3989 "configure" 3985 3989 #include "confdefs.h" 3986 3990 /* System header to define __stub macros and hopefully few prototypes, … … 4005 4009 ; return 0; } 4006 4010 EOF 4007 if { (eval echo configure:40 08: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4011 if { (eval echo configure:4012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4008 4012 rm -rf conftest* 4009 4013 eval "ac_cv_func_$ac_func=yes" … … 4032 4036 set dummy gmsgfmt; ac_word=$2 4033 4037 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4034 echo "configure:403 5: checking for $ac_word" >&54038 echo "configure:4039: checking for $ac_word" >&5 4035 4039 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 4036 4040 echo $ac_n "(cached) $ac_c" 1>&6 … … 4072 4076 set dummy xgettext; ac_word=$2 4073 4077 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4074 echo "configure:407 5: checking for $ac_word" >&54078 echo "configure:4079: checking for $ac_word" >&5 4075 4079 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 4076 4080 echo $ac_n "(cached) $ac_c" 1>&6 … … 4104 4108 4105 4109 cat > conftest.$ac_ext <<EOF 4106 #line 41 07"configure"4110 #line 4111 "configure" 4107 4111 #include "confdefs.h" 4108 4112 … … 4112 4116 ; return 0; } 4113 4117 EOF 4114 if { (eval echo configure:411 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4118 if { (eval echo configure:4119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4115 4119 rm -rf conftest* 4116 4120 CATOBJEXT=.gmo … … 4144 4148 set dummy msgfmt; ac_word=$2 4145 4149 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4146 echo "configure:41 47: checking for $ac_word" >&54150 echo "configure:4151: checking for $ac_word" >&5 4147 4151 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 4148 4152 echo $ac_n "(cached) $ac_c" 1>&6 … … 4178 4182 set dummy gmsgfmt; ac_word=$2 4179 4183 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4180 echo "configure:418 1: checking for $ac_word" >&54184 echo "configure:4185: checking for $ac_word" >&5 4181 4185 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 4182 4186 echo $ac_n "(cached) $ac_c" 1>&6 … … 4218 4222 set dummy xgettext; ac_word=$2 4219 4223 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4220 echo "configure:422 1: checking for $ac_word" >&54224 echo "configure:4225: checking for $ac_word" >&5 4221 4225 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 4222 4226 echo $ac_n "(cached) $ac_c" 1>&6 … … 4308 4312 else 4309 4313 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 4310 echo "configure:431 1: checking for catalogs to be installed" >&54314 echo "configure:4315: checking for catalogs to be installed" >&5 4311 4315 NEW_LINGUAS= 4312 4316 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 4336 4340 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 4337 4341 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 4338 echo "configure:43 39: checking for linux/version.h" >&54342 echo "configure:4343: checking for linux/version.h" >&5 4339 4343 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4340 4344 echo $ac_n "(cached) $ac_c" 1>&6 … … 4342 4346 cat > conftest.$ac_ext <<EOF 4343 4347 #include <sys/types.h> 4344 #line 434 5"configure"4348 #line 4349 "configure" 4345 4349 #include "confdefs.h" 4346 4350 #include <linux/version.h> 4347 4351 EOF 4348 4352 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4349 { (eval echo configure:435 0: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4353 { (eval echo configure:4354: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4350 4354 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4351 4355 if test -z "$ac_err"; then … … 4410 4414 4411 4415 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 4412 echo "configure:441 3: checking whether to enable maintainer-specific portions of Makefiles" >&54416 echo "configure:4417: checking whether to enable maintainer-specific portions of Makefiles" >&5 4413 4417 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 4414 4418 if test "${enable_maintainer_mode+set}" = set; then … … 4436 4440 4437 4441 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 4438 echo "configure:44 39: checking for executable suffix" >&54442 echo "configure:4443: checking for executable suffix" >&5 4439 4443 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 4440 4444 echo $ac_n "(cached) $ac_c" 1>&6 … … 4446 4450 echo 'int main () { return 0; }' > conftest.$ac_ext 4447 4451 ac_cv_exeext= 4448 if { (eval echo configure:44 49: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then4452 if { (eval echo configure:4453: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 4449 4453 for file in conftest.*; do 4450 4454 case $file in … … 4489 4493 set dummy ranlib; ac_word=$2 4490 4494 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4491 echo "configure:449 2: checking for $ac_word" >&54495 echo "configure:4496: checking for $ac_word" >&5 4492 4496 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 4493 4497 echo $ac_n "(cached) $ac_c" 1>&6 … … 4529 4533 # ./install, which can be erroneously created by make from ./install.sh. 4530 4534 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 4531 echo "configure:453 2: checking for a BSD compatible install" >&54535 echo "configure:4536: checking for a BSD compatible install" >&5 4532 4536 if test -z "$INSTALL"; then 4533 4537 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 4598 4602 else 4599 4603 echo $ac_n "checking for build system executable suffix""... $ac_c" 1>&6 4600 echo "configure:460 1: checking for build system executable suffix" >&54604 echo "configure:4605: checking for build system executable suffix" >&5 4601 4605 if eval "test \"`echo '$''{'bfd_cv_build_exeext'+set}'`\" = set"; then 4602 4606 echo $ac_n "(cached) $ac_c" 1>&6 … … 4633 4637 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4634 4638 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4635 echo "configure:46 36: checking for $ac_hdr" >&54639 echo "configure:4640: checking for $ac_hdr" >&5 4636 4640 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4637 4641 echo $ac_n "(cached) $ac_c" 1>&6 … … 4639 4643 cat > conftest.$ac_ext <<EOF 4640 4644 #include <sys/types.h> 4641 #line 464 2"configure"4645 #line 4646 "configure" 4642 4646 #include "confdefs.h" 4643 4647 #include <$ac_hdr> 4644 4648 EOF 4645 4649 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4646 { (eval echo configure:46 47: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4650 { (eval echo configure:4651: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4647 4651 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4648 4652 if test -z "$ac_err"; then … … 4671 4675 4672 4676 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 4673 echo "configure:467 4: checking for sys/wait.h that is POSIX.1 compatible" >&54677 echo "configure:4678: checking for sys/wait.h that is POSIX.1 compatible" >&5 4674 4678 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then 4675 4679 echo $ac_n "(cached) $ac_c" 1>&6 4676 4680 else 4677 4681 cat > conftest.$ac_ext <<EOF 4678 #line 46 79"configure"4682 #line 4683 "configure" 4679 4683 #include "confdefs.h" 4680 4684 #include <sys/types.h> … … 4692 4696 ; return 0; } 4693 4697 EOF 4694 if { (eval echo configure:469 5: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4698 if { (eval echo configure:4699: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4695 4699 rm -rf conftest* 4696 4700 ac_cv_header_sys_wait_h=yes … … 4715 4719 # for constant arguments. Useless! 4716 4720 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 4717 echo "configure:47 18: checking for working alloca.h" >&54721 echo "configure:4722: checking for working alloca.h" >&5 4718 4722 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 4719 4723 echo $ac_n "(cached) $ac_c" 1>&6 4720 4724 else 4721 4725 cat > conftest.$ac_ext <<EOF 4722 #line 472 3"configure"4726 #line 4727 "configure" 4723 4727 #include "confdefs.h" 4724 4728 #include <alloca.h> … … 4727 4731 ; return 0; } 4728 4732 EOF 4729 if { (eval echo configure:473 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4733 if { (eval echo configure:4734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4730 4734 rm -rf conftest* 4731 4735 ac_cv_header_alloca_h=yes … … 4748 4752 4749 4753 echo $ac_n "checking for alloca""... $ac_c" 1>&6 4750 echo "configure:475 1: checking for alloca" >&54754 echo "configure:4755: checking for alloca" >&5 4751 4755 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 4752 4756 echo $ac_n "(cached) $ac_c" 1>&6 4753 4757 else 4754 4758 cat > conftest.$ac_ext <<EOF 4755 #line 47 56"configure"4759 #line 4760 "configure" 4756 4760 #include "confdefs.h" 4757 4761 … … 4781 4785 ; return 0; } 4782 4786 EOF 4783 if { (eval echo configure:478 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4787 if { (eval echo configure:4788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4784 4788 rm -rf conftest* 4785 4789 ac_cv_func_alloca_works=yes … … 4813 4817 4814 4818 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 4815 echo "configure:48 16: checking whether alloca needs Cray hooks" >&54819 echo "configure:4820: checking whether alloca needs Cray hooks" >&5 4816 4820 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 4817 4821 echo $ac_n "(cached) $ac_c" 1>&6 4818 4822 else 4819 4823 cat > conftest.$ac_ext <<EOF 4820 #line 482 1"configure"4824 #line 4825 "configure" 4821 4825 #include "confdefs.h" 4822 4826 #if defined(CRAY) && ! defined(CRAY2) … … 4843 4847 for ac_func in _getb67 GETB67 getb67; do 4844 4848 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4845 echo "configure:48 46: checking for $ac_func" >&54849 echo "configure:4850: checking for $ac_func" >&5 4846 4850 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4847 4851 echo $ac_n "(cached) $ac_c" 1>&6 4848 4852 else 4849 4853 cat > conftest.$ac_ext <<EOF 4850 #line 485 1"configure"4854 #line 4855 "configure" 4851 4855 #include "confdefs.h" 4852 4856 /* System header to define __stub macros and hopefully few prototypes, … … 4871 4875 ; return 0; } 4872 4876 EOF 4873 if { (eval echo configure:487 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4877 if { (eval echo configure:4878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4874 4878 rm -rf conftest* 4875 4879 eval "ac_cv_func_$ac_func=yes" … … 4898 4902 4899 4903 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 4900 echo "configure:490 1: checking stack direction for C alloca" >&54904 echo "configure:4905: checking stack direction for C alloca" >&5 4901 4905 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 4902 4906 echo $ac_n "(cached) $ac_c" 1>&6 … … 4906 4910 else 4907 4911 cat > conftest.$ac_ext <<EOF 4908 #line 49 09"configure"4912 #line 4913 "configure" 4909 4913 #include "confdefs.h" 4910 4914 find_stack_direction () … … 4925 4929 } 4926 4930 EOF 4927 if { (eval echo configure:49 28: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null4931 if { (eval echo configure:4932: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4928 4932 then 4929 4933 ac_cv_c_stack_direction=1 … … 4949 4953 do 4950 4954 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4951 echo "configure:495 2: checking for $ac_func" >&54955 echo "configure:4956: checking for $ac_func" >&5 4952 4956 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4953 4957 echo $ac_n "(cached) $ac_c" 1>&6 4954 4958 else 4955 4959 cat > conftest.$ac_ext <<EOF 4956 #line 49 57"configure"4960 #line 4961 "configure" 4957 4961 #include "confdefs.h" 4958 4962 /* System header to define __stub macros and hopefully few prototypes, … … 4977 4981 ; return 0; } 4978 4982 EOF 4979 if { (eval echo configure:498 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4983 if { (eval echo configure:4984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4980 4984 rm -rf conftest* 4981 4985 eval "ac_cv_func_$ac_func=yes" … … 5005 5009 5006 5010 echo $ac_n "checking for library containing frexp""... $ac_c" 1>&6 5007 echo "configure:50 08: checking for library containing frexp" >&55011 echo "configure:5012: checking for library containing frexp" >&5 5008 5012 if eval "test \"`echo '$''{'ac_cv_search_frexp'+set}'`\" = set"; then 5009 5013 echo $ac_n "(cached) $ac_c" 1>&6 … … 5012 5016 ac_cv_search_frexp="no" 5013 5017 cat > conftest.$ac_ext <<EOF 5014 #line 501 5"configure"5018 #line 5019 "configure" 5015 5019 #include "confdefs.h" 5016 5020 /* Override any gcc2 internal prototype to avoid an error. */ … … 5023 5027 ; return 0; } 5024 5028 EOF 5025 if { (eval echo configure:50 26: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5029 if { (eval echo configure:5030: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5026 5030 rm -rf conftest* 5027 5031 ac_cv_search_frexp="none required" … … 5034 5038 LIBS="-l$i $ac_func_search_save_LIBS" 5035 5039 cat > conftest.$ac_ext <<EOF 5036 #line 50 37"configure"5040 #line 5041 "configure" 5037 5041 #include "confdefs.h" 5038 5042 /* Override any gcc2 internal prototype to avoid an error. */ … … 5045 5049 ; return 0; } 5046 5050 EOF 5047 if { (eval echo configure:50 48: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5051 if { (eval echo configure:5052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5048 5052 rm -rf conftest* 5049 5053 ac_cv_search_frexp="-l$i" … … 5067 5071 5068 5072 echo $ac_n "checking for time_t in time.h""... $ac_c" 1>&6 5069 echo "configure:507 0: checking for time_t in time.h" >&55073 echo "configure:5074: checking for time_t in time.h" >&5 5070 5074 if eval "test \"`echo '$''{'bu_cv_decl_time_t_time_h'+set}'`\" = set"; then 5071 5075 echo $ac_n "(cached) $ac_c" 1>&6 5072 5076 else 5073 5077 cat > conftest.$ac_ext <<EOF 5074 #line 507 5"configure"5078 #line 5079 "configure" 5075 5079 #include "confdefs.h" 5076 5080 #include <time.h> … … 5079 5083 ; return 0; } 5080 5084 EOF 5081 if { (eval echo configure:508 2: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5085 if { (eval echo configure:5086: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5082 5086 rm -rf conftest* 5083 5087 bu_cv_decl_time_t_time_h=yes … … 5100 5104 5101 5105 echo $ac_n "checking for time_t in sys/types.h""... $ac_c" 1>&6 5102 echo "configure:510 3: checking for time_t in sys/types.h" >&55106 echo "configure:5107: checking for time_t in sys/types.h" >&5 5103 5107 if eval "test \"`echo '$''{'bu_cv_decl_time_t_types_h'+set}'`\" = set"; then 5104 5108 echo $ac_n "(cached) $ac_c" 1>&6 5105 5109 else 5106 5110 cat > conftest.$ac_ext <<EOF 5107 #line 51 08"configure"5111 #line 5112 "configure" 5108 5112 #include "confdefs.h" 5109 5113 #include <sys/types.h> … … 5112 5116 ; return 0; } 5113 5117 EOF 5114 if { (eval echo configure:511 5: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5118 if { (eval echo configure:5119: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5115 5119 rm -rf conftest* 5116 5120 bu_cv_decl_time_t_types_h=yes … … 5135 5139 # by default. 5136 5140 echo $ac_n "checking for utime.h""... $ac_c" 1>&6 5137 echo "configure:51 38: checking for utime.h" >&55141 echo "configure:5142: checking for utime.h" >&5 5138 5142 if eval "test \"`echo '$''{'bu_cv_header_utime_h'+set}'`\" = set"; then 5139 5143 echo $ac_n "(cached) $ac_c" 1>&6 5140 5144 else 5141 5145 cat > conftest.$ac_ext <<EOF 5142 #line 514 3"configure"5146 #line 5147 "configure" 5143 5147 #include "confdefs.h" 5144 5148 #include <sys/types.h> … … 5151 5155 ; return 0; } 5152 5156 EOF 5153 if { (eval echo configure:515 4: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5157 if { (eval echo configure:5158: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5154 5158 rm -rf conftest* 5155 5159 bu_cv_header_utime_h=yes … … 5172 5176 5173 5177 echo $ac_n "checking whether fprintf must be declared""... $ac_c" 1>&6 5174 echo "configure:517 5: checking whether fprintf must be declared" >&55178 echo "configure:5179: checking whether fprintf must be declared" >&5 5175 5179 if eval "test \"`echo '$''{'bfd_cv_decl_needed_fprintf'+set}'`\" = set"; then 5176 5180 echo $ac_n "(cached) $ac_c" 1>&6 5177 5181 else 5178 5182 cat > conftest.$ac_ext <<EOF 5179 #line 518 0"configure"5183 #line 5184 "configure" 5180 5184 #include "confdefs.h" 5181 5185 … … 5198 5202 ; return 0; } 5199 5203 EOF 5200 if { (eval echo configure:520 1: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5204 if { (eval echo configure:5205: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5201 5205 rm -rf conftest* 5202 5206 bfd_cv_decl_needed_fprintf=no … … 5219 5223 5220 5224 echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6 5221 echo "configure:522 2: checking whether strstr must be declared" >&55225 echo "configure:5226: checking whether strstr must be declared" >&5 5222 5226 if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then 5223 5227 echo $ac_n "(cached) $ac_c" 1>&6 5224 5228 else 5225 5229 cat > conftest.$ac_ext <<EOF 5226 #line 52 27"configure"5230 #line 5231 "configure" 5227 5231 #include "confdefs.h" 5228 5232 … … 5245 5249 ; return 0; } 5246 5250 EOF 5247 if { (eval echo configure:52 48: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5251 if { (eval echo configure:5252: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5248 5252 rm -rf conftest* 5249 5253 bfd_cv_decl_needed_strstr=no … … 5266 5270 5267 5271 echo $ac_n "checking whether sbrk must be declared""... $ac_c" 1>&6 5268 echo "configure:52 69: checking whether sbrk must be declared" >&55272 echo "configure:5273: checking whether sbrk must be declared" >&5 5269 5273 if eval "test \"`echo '$''{'bfd_cv_decl_needed_sbrk'+set}'`\" = set"; then 5270 5274 echo $ac_n "(cached) $ac_c" 1>&6 5271 5275 else 5272 5276 cat > conftest.$ac_ext <<EOF 5273 #line 527 4"configure"5277 #line 5278 "configure" 5274 5278 #include "confdefs.h" 5275 5279 … … 5292 5296 ; return 0; } 5293 5297 EOF 5294 if { (eval echo configure:529 5: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5298 if { (eval echo configure:5299: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5295 5299 rm -rf conftest* 5296 5300 bfd_cv_decl_needed_sbrk=no … … 5313 5317 5314 5318 echo $ac_n "checking whether getenv must be declared""... $ac_c" 1>&6 5315 echo "configure:53 16: checking whether getenv must be declared" >&55319 echo "configure:5320: checking whether getenv must be declared" >&5 5316 5320 if eval "test \"`echo '$''{'bfd_cv_decl_needed_getenv'+set}'`\" = set"; then 5317 5321 echo $ac_n "(cached) $ac_c" 1>&6 5318 5322 else 5319 5323 cat > conftest.$ac_ext <<EOF 5320 #line 532 1"configure"5324 #line 5325 "configure" 5321 5325 #include "confdefs.h" 5322 5326 … … 5339 5343 ; return 0; } 5340 5344 EOF 5341 if { (eval echo configure:534 2: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5345 if { (eval echo configure:5346: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5342 5346 rm -rf conftest* 5343 5347 bfd_cv_decl_needed_getenv=no … … 5360 5364 5361 5365 echo $ac_n "checking whether environ must be declared""... $ac_c" 1>&6 5362 echo "configure:536 3: checking whether environ must be declared" >&55366 echo "configure:5367: checking whether environ must be declared" >&5 5363 5367 if eval "test \"`echo '$''{'bfd_cv_decl_needed_environ'+set}'`\" = set"; then 5364 5368 echo $ac_n "(cached) $ac_c" 1>&6 5365 5369 else 5366 5370 cat > conftest.$ac_ext <<EOF 5367 #line 53 68"configure"5371 #line 5372 "configure" 5368 5372 #include "confdefs.h" 5369 5373 … … 5386 5390 ; return 0; } 5387 5391 EOF 5388 if { (eval echo configure:53 89: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5392 if { (eval echo configure:5393: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5389 5393 rm -rf conftest* 5390 5394 bfd_cv_decl_needed_environ=no … … 5524 5528 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' 5525 5529 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF" 5530 ;; 5531 i345686-*-os2*) 5532 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' 5526 5533 ;; 5527 5534 esac -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/binutils/configure.in
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r431 r432 263 263 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF" 264 264 ;; 265 i[3456]86-*-os2*) 266 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' 267 ;; 265 268 esac 266 269 fi -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.