Changeset 1391 for branches/GNU/src/gcc/libobjc/configure
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (21 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 dir.info 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/libobjc/configure
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 773 773 # canonicalize only relative paths, because then amd will not unmount 774 774 # drives. Thus the use of PWDCMD: set it to 'pawd' or 'amq -w' if using amd. 775 glibcpp_builddir=` pwd`775 glibcpp_builddir=`${PWDCMD-pwd}` 776 776 case $srcdir in 777 777 \\/$* | ?:\\/*) glibcpp_srcdir=${srcdir} ;; … … 1605 1605 1606 1606 hpux10.20*|hpux11*) 1607 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' 1608 lt_cv_file_magic_cmd=/usr/bin/file 1609 lt_cv_file_magic_test_file=/usr/lib/libc.sl 1607 case $host_cpu in 1608 hppa*) 1609 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' 1610 lt_cv_file_magic_cmd=/usr/bin/file 1611 lt_cv_file_magic_test_file=/usr/lib/libc.sl 1612 ;; 1613 ia64*) 1614 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' 1615 lt_cv_file_magic_cmd=/usr/bin/file 1616 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so 1617 ;; 1618 esac 1610 1619 ;; 1611 1620 … … 1697 1706 1698 1707 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1699 echo "configure:170 0: checking for object suffix" >&51708 echo "configure:1709: checking for object suffix" >&5 1700 1709 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1701 1710 echo $ac_n "(cached) $ac_c" 1>&6 … … 1703 1712 rm -f conftest* 1704 1713 echo 'int i = 1;' > conftest.$ac_ext 1705 if { (eval echo configure:17 06: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1714 if { (eval echo configure:1715: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1706 1715 for ac_file in conftest.*; do 1707 1716 case $ac_file in … … 1727 1736 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1728 1737 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 1729 echo "configure:173 0: checking for ${ac_tool_prefix}file" >&51738 echo "configure:1739: checking for ${ac_tool_prefix}file" >&5 1730 1739 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1731 1740 echo $ac_n "(cached) $ac_c" 1>&6 … … 1789 1798 if test -n "$ac_tool_prefix"; then 1790 1799 echo $ac_n "checking for file""... $ac_c" 1>&6 1791 echo "configure:1 792: checking for file" >&51800 echo "configure:1801: checking for file" >&5 1792 1801 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1793 1802 echo $ac_n "(cached) $ac_c" 1>&6 … … 1860 1869 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1861 1870 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1862 echo "configure:18 63: checking for $ac_word" >&51871 echo "configure:1872: checking for $ac_word" >&5 1863 1872 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1864 1873 echo $ac_n "(cached) $ac_c" 1>&6 … … 1892 1901 set dummy ranlib; ac_word=$2 1893 1902 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1894 echo "configure:1 895: checking for $ac_word" >&51903 echo "configure:1904: checking for $ac_word" >&5 1895 1904 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1896 1905 echo $ac_n "(cached) $ac_c" 1>&6 … … 1927 1936 set dummy ${ac_tool_prefix}strip; ac_word=$2 1928 1937 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1929 echo "configure:193 0: checking for $ac_word" >&51938 echo "configure:1939: checking for $ac_word" >&5 1930 1939 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1931 1940 echo $ac_n "(cached) $ac_c" 1>&6 … … 1959 1968 set dummy strip; ac_word=$2 1960 1969 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1961 echo "configure:19 62: checking for $ac_word" >&51970 echo "configure:1971: checking for $ac_word" >&5 1962 1971 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1963 1972 echo $ac_n "(cached) $ac_c" 1>&6 … … 2026 2035 *-*-irix6*) 2027 2036 # Find out which ABI we are using. 2028 echo '#line 2029 "configure"' > conftest.$ac_ext 2029 if { (eval echo configure:2030: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2037 echo '#line 2038 "configure"' > conftest.$ac_ext 2038 if { (eval echo configure:2039: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2039 if test "$lt_cv_prog_gnu_ld" = yes; then 2040 case `/usr/bin/file conftest.$ac_objext` in 2041 *32-bit*) 2042 LD="${LD-ld} -melf32bsmip" 2043 ;; 2044 *N32*) 2045 LD="${LD-ld} -melf32bmipn32" 2046 ;; 2047 *64-bit*) 2048 LD="${LD-ld} -melf64bmip" 2049 ;; 2050 esac 2051 else 2030 2052 case `/usr/bin/file conftest.$ac_objext` in 2031 2053 *32-bit*) … … 2039 2061 ;; 2040 2062 esac 2063 fi 2064 fi 2065 rm -rf conftest* 2066 ;; 2067 2068 ia64-*-hpux*) 2069 # Find out which ABI we are using. 2070 echo 'int i;' > conftest.$ac_ext 2071 if { (eval echo configure:2072: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2072 case "`/usr/bin/file conftest.o`" in 2073 *ELF-32*) 2074 HPUX_IA64_MODE="32" 2075 ;; 2076 *ELF-64*) 2077 HPUX_IA64_MODE="64" 2078 ;; 2079 esac 2080 fi 2081 rm -rf conftest* 2082 ;; 2083 2084 x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) 2085 # Find out which ABI we are using. 2086 echo 'int i;' > conftest.$ac_ext 2087 if { (eval echo configure:2088: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2088 case "`/usr/bin/file conftest.o`" in 2089 *32-bit*) 2090 case $host in 2091 x86_64-*linux*) 2092 LD="${LD-ld} -m elf_i386" 2093 ;; 2094 ppc64-*linux*|powerpc64-*linux*) 2095 LD="${LD-ld} -m elf32ppclinux" 2096 ;; 2097 s390x-*linux*) 2098 LD="${LD-ld} -m elf_s390" 2099 ;; 2100 sparc64-*linux*) 2101 LD="${LD-ld} -m elf32_sparc" 2102 ;; 2103 esac 2104 ;; 2105 *64-bit*) 2106 case $host in 2107 x86_64-*linux*) 2108 LD="${LD-ld} -m elf_x86_64" 2109 ;; 2110 ppc*-*linux*|powerpc*-*linux*) 2111 LD="${LD-ld} -m elf64ppc" 2112 ;; 2113 s390*-*linux*) 2114 LD="${LD-ld} -m elf64_s390" 2115 ;; 2116 sparc*-*linux*) 2117 LD="${LD-ld} -m elf64_sparc" 2118 ;; 2119 esac 2120 ;; 2121 esac 2041 2122 fi 2042 2123 rm -rf conftest* … … 2048 2129 CFLAGS="$CFLAGS -belf" 2049 2130 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 2050 echo "configure:2 051: checking whether the C compiler needs -belf" >&52131 echo "configure:2132: checking whether the C compiler needs -belf" >&5 2051 2132 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 2052 2133 echo $ac_n "(cached) $ac_c" 1>&6 … … 2061 2142 2062 2143 cat > conftest.$ac_ext <<EOF 2063 #line 2 064"configure"2144 #line 2145 "configure" 2064 2145 #include "confdefs.h" 2065 2146 … … 2068 2149 ; return 0; } 2069 2150 EOF 2070 if { (eval echo configure:2 071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2151 if { (eval echo configure:2152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2071 2152 rm -rf conftest* 2072 2153 lt_cv_cc_needs_belf=yes … … 2098 2179 set dummy ${ac_tool_prefix}dlltool; ac_word=$2 2099 2180 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2100 echo "configure:21 01: checking for $ac_word" >&52181 echo "configure:2182: checking for $ac_word" >&5 2101 2182 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then 2102 2183 echo $ac_n "(cached) $ac_c" 1>&6 … … 2130 2211 set dummy dlltool; ac_word=$2 2131 2212 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2132 echo "configure:2 133: checking for $ac_word" >&52213 echo "configure:2214: checking for $ac_word" >&5 2133 2214 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then 2134 2215 echo $ac_n "(cached) $ac_c" 1>&6 … … 2165 2246 set dummy ${ac_tool_prefix}as; ac_word=$2 2166 2247 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2167 echo "configure:2 168: checking for $ac_word" >&52248 echo "configure:2249: checking for $ac_word" >&5 2168 2249 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then 2169 2250 echo $ac_n "(cached) $ac_c" 1>&6 … … 2197 2278 set dummy as; ac_word=$2 2198 2279 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2199 echo "configure:22 00: checking for $ac_word" >&52280 echo "configure:2281: checking for $ac_word" >&5 2200 2281 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then 2201 2282 echo $ac_n "(cached) $ac_c" 1>&6 … … 2232 2313 set dummy ${ac_tool_prefix}objdump; ac_word=$2 2233 2314 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2234 echo "configure:2 235: checking for $ac_word" >&52315 echo "configure:2316: checking for $ac_word" >&5 2235 2316 if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then 2236 2317 echo $ac_n "(cached) $ac_c" 1>&6 … … 2264 2345 set dummy objdump; ac_word=$2 2265 2346 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2266 echo "configure:2 267: checking for $ac_word" >&52347 echo "configure:2348: checking for $ac_word" >&5 2267 2348 if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then 2268 2349 echo $ac_n "(cached) $ac_c" 1>&6 … … 2300 2381 # can override, but on older systems we have to supply one 2301 2382 echo $ac_n "checking if libtool should supply DllMain function""... $ac_c" 1>&6 2302 echo "configure:23 03: checking if libtool should supply DllMain function" >&52383 echo "configure:2384: checking if libtool should supply DllMain function" >&5 2303 2384 if eval "test \"`echo '$''{'lt_cv_need_dllmain'+set}'`\" = set"; then 2304 2385 echo $ac_n "(cached) $ac_c" 1>&6 2305 2386 else 2306 2387 cat > conftest.$ac_ext <<EOF 2307 #line 23 08"configure"2388 #line 2389 "configure" 2308 2389 #include "confdefs.h" 2309 2390 … … 2313 2394 ; return 0; } 2314 2395 EOF 2315 if { (eval echo configure:23 16: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2396 if { (eval echo configure:2397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2316 2397 rm -rf conftest* 2317 2398 lt_cv_need_dllmain=no … … 2334 2415 CFLAGS="$CFLAGS -mdll" 2335 2416 echo $ac_n "checking how to link DLLs""... $ac_c" 1>&6 2336 echo "configure:2 337: checking how to link DLLs" >&52417 echo "configure:2418: checking how to link DLLs" >&5 2337 2418 if eval "test \"`echo '$''{'lt_cv_cc_dll_switch'+set}'`\" = set"; then 2338 2419 echo $ac_n "(cached) $ac_c" 1>&6 2339 2420 else 2340 2421 cat > conftest.$ac_ext <<EOF 2341 #line 2 342"configure"2422 #line 2423 "configure" 2342 2423 #include "confdefs.h" 2343 2424 … … 2346 2427 ; return 0; } 2347 2428 EOF 2348 if { (eval echo configure:2 349: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2429 if { (eval echo configure:2430: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2349 2430 rm -rf conftest* 2350 2431 lt_cv_cc_dll_switch=-mdll … … 2464 2545 set dummy ranlib; ac_word=$2 2465 2546 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2466 echo "configure:2 467: checking for $ac_word" >&52547 echo "configure:2548: checking for $ac_word" >&5 2467 2548 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2468 2549 echo $ac_n "(cached) $ac_c" 1>&6 … … 2504 2585 # ./install, which can be erroneously created by make from ./install.sh. 2505 2586 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 2506 echo "configure:25 07: checking for a BSD compatible install" >&52587 echo "configure:2588: checking for a BSD compatible install" >&5 2507 2588 if test -z "$INSTALL"; then 2508 2589 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 2557 2638 2558 2639 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 2559 echo "configure:2 560: checking whether ${MAKE-make} sets \${MAKE}" >&52640 echo "configure:2641: checking whether ${MAKE-make} sets \${MAKE}" >&5 2560 2641 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 2561 2642 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 2586 2667 # Sanity check for the cross-compilation case: 2587 2668 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2588 echo "configure:2 589: checking how to run the C preprocessor" >&52669 echo "configure:2670: checking how to run the C preprocessor" >&5 2589 2670 # On Suns, sometimes $CPP names a directory. 2590 2671 if test -n "$CPP" && test -d "$CPP"; then … … 2601 2682 # not just through cpp. 2602 2683 cat > conftest.$ac_ext <<EOF 2603 #line 26 04"configure"2684 #line 2685 "configure" 2604 2685 #include "confdefs.h" 2605 2686 #include <assert.h> … … 2607 2688 EOF 2608 2689 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2609 { (eval echo configure:26 10: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2690 { (eval echo configure:2691: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2610 2691 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2611 2692 if test -z "$ac_err"; then … … 2618 2699 CPP="${CC-cc} -E -traditional-cpp" 2619 2700 cat > conftest.$ac_ext <<EOF 2620 #line 2 621"configure"2701 #line 2702 "configure" 2621 2702 #include "confdefs.h" 2622 2703 #include <assert.h> … … 2624 2705 EOF 2625 2706 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2626 { (eval echo configure:2 627: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2707 { (eval echo configure:2708: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2627 2708 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2628 2709 if test -z "$ac_err"; then … … 2635 2716 CPP="${CC-cc} -nologo -E" 2636 2717 cat > conftest.$ac_ext <<EOF 2637 #line 2 638"configure"2718 #line 2719 "configure" 2638 2719 #include "confdefs.h" 2639 2720 #include <assert.h> … … 2641 2722 EOF 2642 2723 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2643 { (eval echo configure:2 644: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2724 { (eval echo configure:2725: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2644 2725 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2645 2726 if test -z "$ac_err"; then … … 2667 2748 ac_safe=`echo "stdio.h" | sed 'y%./+-%__p_%'` 2668 2749 echo $ac_n "checking for stdio.h""... $ac_c" 1>&6 2669 echo "configure:2 670: checking for stdio.h" >&52750 echo "configure:2751: checking for stdio.h" >&5 2670 2751 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2671 2752 echo $ac_n "(cached) $ac_c" 1>&6 2672 2753 else 2673 2754 cat > conftest.$ac_ext <<EOF 2674 #line 2 675"configure"2755 #line 2756 "configure" 2675 2756 #include "confdefs.h" 2676 2757 #include <stdio.h> 2677 2758 EOF 2678 2759 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2679 { (eval echo configure:2 680: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2760 { (eval echo configure:2761: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2680 2761 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2681 2762 if test -z "$ac_err"; then … … 2705 2786 2706 2787 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2707 echo "configure:27 08: checking for ANSI C header files" >&52788 echo "configure:2789: checking for ANSI C header files" >&5 2708 2789 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2709 2790 echo $ac_n "(cached) $ac_c" 1>&6 2710 2791 else 2711 2792 cat > conftest.$ac_ext <<EOF 2712 #line 27 13"configure"2793 #line 2794 "configure" 2713 2794 #include "confdefs.h" 2714 2795 #include <stdlib.h> … … 2718 2799 EOF 2719 2800 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2720 { (eval echo configure:2 721: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2801 { (eval echo configure:2802: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2721 2802 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2722 2803 if test -z "$ac_err"; then … … 2735 2816 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2736 2817 cat > conftest.$ac_ext <<EOF 2737 #line 2 738"configure"2818 #line 2819 "configure" 2738 2819 #include "confdefs.h" 2739 2820 #include <string.h> … … 2753 2834 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2754 2835 cat > conftest.$ac_ext <<EOF 2755 #line 2 756"configure"2836 #line 2837 "configure" 2756 2837 #include "confdefs.h" 2757 2838 #include <stdlib.h> … … 2774 2855 else 2775 2856 cat > conftest.$ac_ext <<EOF 2776 #line 2 777"configure"2857 #line 2858 "configure" 2777 2858 #include "confdefs.h" 2778 2859 #include <ctype.h> … … 2785 2866 2786 2867 EOF 2787 if { (eval echo configure:2 788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2868 if { (eval echo configure:2869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2788 2869 then 2789 2870 : … … 2813 2894 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2814 2895 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2815 echo "configure:28 16: checking for $ac_hdr" >&52896 echo "configure:2897: checking for $ac_hdr" >&5 2816 2897 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2817 2898 echo $ac_n "(cached) $ac_c" 1>&6 2818 2899 else 2819 2900 cat > conftest.$ac_ext <<EOF 2820 #line 2 821"configure"2901 #line 2902 "configure" 2821 2902 #include "confdefs.h" 2822 2903 #include <$ac_hdr> 2823 2904 EOF 2824 2905 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2825 { (eval echo configure:2 826: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2906 { (eval echo configure:2907: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2826 2907 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2827 2908 if test -z "$ac_err"; then … … 2853 2934 2854 2935 echo $ac_n "checking for gthread cflags""... $ac_c" 1>&6 2855 echo "configure:2 856: checking for gthread cflags" >&52936 echo "configure:2937: checking for gthread cflags" >&5 2856 2937 if eval "test \"`echo '$''{'objc_cv_gthread_flags'+set}'`\" = set"; then 2857 2938 echo $ac_n "(cached) $ac_c" 1>&6 … … 3276 3357 toplevel_srcdir=${toplevel_srcdir} 3277 3358 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} 3359 ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}" 3278 3360 3279 3361 EOF -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.