Changeset 3212 for branches/emacs-merge/configure
- Timestamp:
- 12/29/03 22:20:58 (5 years ago)
- Files:
-
- branches/emacs-merge/configure (modified) (317 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/emacs-merge/configure
r3207 r3212 1152 1152 ;; 1153 1153 1154 hppa*-hp-hpux10.2* ) 1155 machine=hp800 opsys=hpux10-20 1156 ;; 1157 1154 1158 hppa*-hp-hpux10* ) 1155 1159 machine=hp800 opsys=hpux10 1156 1160 ;; 1161 1157 1162 hppa*-hp-hpux1[1-9]* ) 1158 1163 machine=hp800 opsys=hpux11 … … 1192 1197 i370-ibm-aix*) 1193 1198 machine=ibm370aix opsys=usg5-3 1199 ;; 1200 s390-*-linux-gnu) 1201 machine=ibms390 opsys=gnu-linux 1194 1202 ;; 1195 1203 rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1* ) … … 1663 1671 1664 1672 ## Mips Linux-based GNU system 1665 mips-*-linux-gnu* )1673 mips-*-linux-gnu* | mipsel-*-linux-gnu* ) 1666 1674 machine=mips opsys=gnu-linux 1667 1675 ;; … … 1742 1750 set dummy gcc; ac_word=$2 1743 1751 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1744 echo "configure:17 45: checking for $ac_word" >&51752 echo "configure:1753: checking for $ac_word" >&5 1745 1753 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1746 1754 echo $ac_n "(cached) $ac_c" 1>&6 … … 1772 1780 set dummy cc; ac_word=$2 1773 1781 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1774 echo "configure:17 75: checking for $ac_word" >&51782 echo "configure:1783: checking for $ac_word" >&5 1775 1783 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1776 1784 echo $ac_n "(cached) $ac_c" 1>&6 … … 1823 1831 set dummy cl; ac_word=$2 1824 1832 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1825 echo "configure:18 26: checking for $ac_word" >&51833 echo "configure:1834: checking for $ac_word" >&5 1826 1834 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1827 1835 echo $ac_n "(cached) $ac_c" 1>&6 … … 1855 1863 1856 1864 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1857 echo "configure:18 58: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51865 echo "configure:1866: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1858 1866 1859 1867 ac_ext=c … … 1866 1874 cat > conftest.$ac_ext << EOF 1867 1875 1868 #line 18 69"configure"1876 #line 1877 "configure" 1869 1877 #include "confdefs.h" 1870 1878 1871 1879 main(){return(0);} 1872 1880 EOF 1873 if { (eval echo configure:18 74: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1881 if { (eval echo configure:1882: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1874 1882 ac_cv_prog_cc_works=yes 1875 1883 # If we can't run a trivial program, we are probably using a cross compiler. … … 1897 1905 fi 1898 1906 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1899 echo "configure:190 0: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51907 echo "configure:1908: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1900 1908 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1901 1909 cross_compiling=$ac_cv_prog_cc_cross 1902 1910 1903 1911 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1904 echo "configure:19 05: checking whether we are using GNU C" >&51912 echo "configure:1913: checking whether we are using GNU C" >&5 1905 1913 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1906 1914 echo $ac_n "(cached) $ac_c" 1>&6 … … 1911 1919 #endif 1912 1920 EOF 1913 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:19 14: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1921 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1922: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1914 1922 ac_cv_prog_gcc=yes 1915 1923 else … … 1930 1938 CFLAGS= 1931 1939 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1932 echo "configure:19 33: checking whether ${CC-cc} accepts -g" >&51940 echo "configure:1941: checking whether ${CC-cc} accepts -g" >&5 1933 1941 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1934 1942 echo $ac_n "(cached) $ac_c" 1>&6 … … 2010 2018 2011 2019 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 2012 echo "configure:20 13: checking whether ln -s works" >&52020 echo "configure:2021: checking whether ln -s works" >&5 2013 2021 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 2014 2022 echo $ac_n "(cached) $ac_c" 1>&6 … … 2031 2039 2032 2040 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2033 echo "configure:20 34: checking how to run the C preprocessor" >&52041 echo "configure:2042: checking how to run the C preprocessor" >&5 2034 2042 # On Suns, sometimes $CPP names a directory. 2035 2043 if test -n "$CPP" && test -d "$CPP"; then … … 2046 2054 # not just through cpp. 2047 2055 cat > conftest.$ac_ext <<EOF 2048 #line 20 49"configure"2056 #line 2057 "configure" 2049 2057 #include "confdefs.h" 2050 2058 #include <assert.h> … … 2052 2060 EOF 2053 2061 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2054 { (eval echo configure:20 55: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2062 { (eval echo configure:2063: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2055 2063 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2056 2064 if test -z "$ac_err"; then … … 2063 2071 CPP="${CC-cc} -E -traditional-cpp" 2064 2072 cat > conftest.$ac_ext <<EOF 2065 #line 20 66"configure"2073 #line 2074 "configure" 2066 2074 #include "confdefs.h" 2067 2075 #include <assert.h> … … 2069 2077 EOF 2070 2078 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2071 { (eval echo configure:20 72: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2079 { (eval echo configure:2080: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2072 2080 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2073 2081 if test -z "$ac_err"; then … … 2080 2088 CPP="${CC-cc} -nologo -E" 2081 2089 cat > conftest.$ac_ext <<EOF 2082 #line 20 83"configure"2090 #line 2091 "configure" 2083 2091 #include "confdefs.h" 2084 2092 #include <assert.h> … … 2086 2094 EOF 2087 2095 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2088 { (eval echo configure:20 89: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2096 { (eval echo configure:2097: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2089 2097 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2090 2098 if test -z "$ac_err"; then … … 2122 2130 # ./install, which can be erroneously created by make from ./install.sh. 2123 2131 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 2124 echo "configure:21 25: checking for a BSD compatible install" >&52132 echo "configure:2133: checking for a BSD compatible install" >&5 2125 2133 if test -z "$INSTALL"; then 2126 2134 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 2179 2187 set dummy $ac_prog; ac_word=$2 2180 2188 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2181 echo "configure:21 82: checking for $ac_word" >&52189 echo "configure:2190: checking for $ac_word" >&5 2182 2190 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then 2183 2191 echo $ac_n "(cached) $ac_c" 1>&6 … … 2213 2221 set dummy ranlib; ac_word=$2 2214 2222 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2215 echo "configure:22 16: checking for $ac_word" >&52223 echo "configure:2224: checking for $ac_word" >&5 2216 2224 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2217 2225 echo $ac_n "(cached) $ac_c" 1>&6 … … 2243 2251 2244 2252 echo $ac_n "checking for AIX""... $ac_c" 1>&6 2245 echo "configure:22 46: checking for AIX" >&52253 echo "configure:2254: checking for AIX" >&5 2246 2254 cat > conftest.$ac_ext <<EOF 2247 #line 22 48"configure"2255 #line 2256 "configure" 2248 2256 #include "confdefs.h" 2249 2257 #ifdef _AIX … … 2272 2280 - which libraries the lib-src programs will want, and 2273 2281 - whether the GNU malloc routines are usable" 1>&6 2274 echo "configure:22 75: checking the machine- and system-dependent files to find out2282 echo "configure:2283: checking the machine- and system-dependent files to find out 2275 2283 - which libraries the lib-src programs will want, and 2276 2284 - whether the GNU malloc routines are usable" >&5 … … 2422 2430 2423 2431 echo $ac_n "checking for special C compiler options needed for large files""... $ac_c" 1>&6 2424 echo "configure:24 25: checking for special C compiler options needed for large files" >&52432 echo "configure:2433: checking for special C compiler options needed for large files" >&5 2425 2433 if eval "test \"`echo '$''{'ac_cv_sys_largefile_CC'+set}'`\" = set"; then 2426 2434 echo $ac_n "(cached) $ac_c" 1>&6 … … 2431 2439 # so use the C compiler's -n32 option if that helps. 2432 2440 cat > conftest.$ac_ext <<EOF 2433 #line 24 34"configure"2441 #line 2442 "configure" 2434 2442 #include "confdefs.h" 2435 2443 #include <sys/types.h> … … 2440 2448 ; return 0; } 2441 2449 EOF 2442 if { (eval echo configure:24 43: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2450 if { (eval echo configure:2451: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2443 2451 : 2444 2452 else … … 2449 2457 CC="$CC -n32" 2450 2458 cat > conftest.$ac_ext <<EOF 2451 #line 24 52"configure"2459 #line 2460 "configure" 2452 2460 #include "confdefs.h" 2453 2461 #include <sys/types.h> … … 2458 2466 ; return 0; } 2459 2467 EOF 2460 if { (eval echo configure:246 1: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2468 if { (eval echo configure:2469: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2461 2469 rm -rf conftest* 2462 2470 ac_cv_sys_largefile_CC=' -n32' … … 2478 2486 2479 2487 echo $ac_n "checking for _FILE_OFFSET_BITS value needed for large files""... $ac_c" 1>&6 2480 echo "configure:248 1: checking for _FILE_OFFSET_BITS value needed for large files" >&52488 echo "configure:2489: checking for _FILE_OFFSET_BITS value needed for large files" >&5 2481 2489 if eval "test \"`echo '$''{'ac_cv_sys_file_offset_bits'+set}'`\" = set"; then 2482 2490 echo $ac_n "(cached) $ac_c" 1>&6 … … 2484 2492 ac_cv_sys_file_offset_bits=no 2485 2493 cat > conftest.$ac_ext <<EOF 2486 #line 24 87"configure"2494 #line 2495 "configure" 2487 2495 #include "confdefs.h" 2488 2496 #include <sys/types.h> … … 2493 2501 ; return 0; } 2494 2502 EOF 2495 if { (eval echo configure:2 496: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2503 if { (eval echo configure:2504: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2496 2504 : 2497 2505 else … … 2500 2508 rm -rf conftest* 2501 2509 cat > conftest.$ac_ext <<EOF 2502 #line 25 03"configure"2510 #line 2511 "configure" 2503 2511 #include "confdefs.h" 2504 2512 #define _FILE_OFFSET_BITS 64 … … 2511 2519 ; return 0; } 2512 2520 EOF 2513 if { (eval echo configure:25 14: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2521 if { (eval echo configure:2522: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2514 2522 rm -rf conftest* 2515 2523 ac_cv_sys_file_offset_bits=64 … … 2531 2539 fi 2532 2540 echo $ac_n "checking for _LARGE_FILES value needed for large files""... $ac_c" 1>&6 2533 echo "configure:25 34: checking for _LARGE_FILES value needed for large files" >&52541 echo "configure:2542: checking for _LARGE_FILES value needed for large files" >&5 2534 2542 if eval "test \"`echo '$''{'ac_cv_sys_large_files'+set}'`\" = set"; then 2535 2543 echo $ac_n "(cached) $ac_c" 1>&6 … … 2537 2545 ac_cv_sys_large_files=no 2538 2546 cat > conftest.$ac_ext <<EOF 2539 #line 254 0"configure"2547 #line 2548 "configure" 2540 2548 #include "confdefs.h" 2541 2549 … … 2544 2552 ; return 0; } 2545 2553 EOF 2546 if { (eval echo configure:25 47: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2554 if { (eval echo configure:2555: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2547 2555 : 2548 2556 else … … 2551 2559 rm -rf conftest* 2552 2560 cat > conftest.$ac_ext <<EOF 2553 #line 25 54"configure"2561 #line 2562 "configure" 2554 2562 #include "confdefs.h" 2555 2563 #define _LARGE_FILES 1 … … 2560 2568 ; return 0; } 2561 2569 EOF 2562 if { (eval echo configure:25 63: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2570 if { (eval echo configure:2571: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2563 2571 rm -rf conftest* 2564 2572 ac_cv_sys_large_files=1 … … 2587 2595 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2588 2596 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2589 echo "configure:259 0: checking for $ac_hdr" >&52597 echo "configure:2598: checking for $ac_hdr" >&5 2590 2598 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2591 2599 echo $ac_n "(cached) $ac_c" 1>&6 2592 2600 else 2593 2601 cat > conftest.$ac_ext <<EOF 2594 #line 2 595"configure"2602 #line 2603 "configure" 2595 2603 #include "confdefs.h" 2596 2604 #include <$ac_hdr> 2597 2605 EOF 2598 2606 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2599 { (eval echo configure:260 0: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2607 { (eval echo configure:2608: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2600 2608 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2601 2609 if test -z "$ac_err"; then … … 2625 2633 # Emulation library used on NetBSD. 2626 2634 echo $ac_n "checking for _oss_ioctl in -lossaudio""... $ac_c" 1>&6 2627 echo "configure:26 28: checking for _oss_ioctl in -lossaudio" >&52635 echo "configure:2636: checking for _oss_ioctl in -lossaudio" >&5 2628 2636 ac_lib_var=`echo ossaudio'_'_oss_ioctl | sed 'y%./+-%__p_%'` 2629 2637 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2633 2641 LIBS="-lossaudio $LIBS" 2634 2642 cat > conftest.$ac_ext <<EOF 2635 #line 26 36"configure"2643 #line 2644 "configure" 2636 2644 #include "confdefs.h" 2637 2645 /* Override any gcc2 internal prototype to avoid an error. */ … … 2644 2652 ; return 0; } 2645 2653 EOF 2646 if { (eval echo configure:26 47: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2654 if { (eval echo configure:2655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2647 2655 rm -rf conftest* 2648 2656 eval "ac_cv_lib_$ac_lib_var=yes" … … 2673 2681 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2674 2682 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2675 echo "configure:26 76: checking for $ac_hdr" >&52683 echo "configure:2684: checking for $ac_hdr" >&5 2676 2684 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2677 2685 echo $ac_n "(cached) $ac_c" 1>&6 2678 2686 else 2679 2687 cat > conftest.$ac_ext <<EOF 2680 #line 268 1"configure"2688 #line 2689 "configure" 2681 2689 #include "confdefs.h" 2682 2690 #include <$ac_hdr> 2683 2691 EOF 2684 2692 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2685 { (eval echo configure:26 86: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2693 { (eval echo configure:2694: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2686 2694 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2687 2695 if test -z "$ac_err"; then … … 2710 2718 2711 2719 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2712 echo "configure:27 13: checking for ANSI C header files" >&52720 echo "configure:2721: checking for ANSI C header files" >&5 2713 2721 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2714 2722 echo $ac_n "(cached) $ac_c" 1>&6 2715 2723 else 2716 2724 cat > conftest.$ac_ext <<EOF 2717 #line 27 18"configure"2725 #line 2726 "configure" 2718 2726 #include "confdefs.h" 2719 2727 #include <stdlib.h> … … 2723 2731 EOF 2724 2732 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2725 { (eval echo configure:27 26: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2733 { (eval echo configure:2734: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2726 2734 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2727 2735 if test -z "$ac_err"; then … … 2740 2748 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2741 2749 cat > conftest.$ac_ext <<EOF 2742 #line 27 43"configure"2750 #line 2751 "configure" 2743 2751 #include "confdefs.h" 2744 2752 #include <string.h> … … 2758 2766 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2759 2767 cat > conftest.$ac_ext <<EOF 2760 #line 276 1"configure"2768 #line 2769 "configure" 2761 2769 #include "confdefs.h" 2762 2770 #include <stdlib.h> … … 2779 2787 else 2780 2788 cat > conftest.$ac_ext <<EOF 2781 #line 27 82"configure"2789 #line 2790 "configure" 2782 2790 #include "confdefs.h" 2783 2791 #include <ctype.h> … … 2790 2798 2791 2799 EOF 2792 if { (eval echo configure:2 793: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2800 if { (eval echo configure:2801: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2793 2801 then 2794 2802 : … … 2814 2822 2815 2823 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 2816 echo "configure:28 17: checking whether time.h and sys/time.h may both be included" >&52824 echo "configure:2825: checking whether time.h and sys/time.h may both be included" >&5 2817 2825 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 2818 2826 echo $ac_n "(cached) $ac_c" 1>&6 2819 2827 else 2820 2828 cat > conftest.$ac_ext <<EOF 2821 #line 28 22"configure"2829 #line 2830 "configure" 2822 2830 #include "confdefs.h" 2823 2831 #include <sys/types.h> … … 2828 2836 ; return 0; } 2829 2837 EOF 2830 if { (eval echo configure:283 1: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2838 if { (eval echo configure:2839: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2831 2839 rm -rf conftest* 2832 2840 ac_cv_header_time=yes … … 2849 2857 2850 2858 echo $ac_n "checking for sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&6 2851 echo "configure:28 52: checking for sys_siglist declaration in signal.h or unistd.h" >&52859 echo "configure:2860: checking for sys_siglist declaration in signal.h or unistd.h" >&5 2852 2860 if eval "test \"`echo '$''{'ac_cv_decl_sys_siglist'+set}'`\" = set"; then 2853 2861 echo $ac_n "(cached) $ac_c" 1>&6 2854 2862 else 2855 2863 cat > conftest.$ac_ext <<EOF 2856 #line 28 57"configure"2864 #line 2865 "configure" 2857 2865 #include "confdefs.h" 2858 2866 #include <sys/types.h> … … 2866 2874 ; return 0; } 2867 2875 EOF 2868 if { (eval echo configure:28 69: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2876 if { (eval echo configure:2877: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2869 2877 rm -rf conftest* 2870 2878 ac_cv_decl_sys_siglist=yes … … 2887 2895 2888 2896 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 2889 echo "configure:289 0: checking for sys/wait.h that is POSIX.1 compatible" >&52897 echo "configure:2898: checking for sys/wait.h that is POSIX.1 compatible" >&5 2890 2898 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then 2891 2899 echo $ac_n "(cached) $ac_c" 1>&6 2892 2900 else 2893 2901 cat > conftest.$ac_ext <<EOF 2894 #line 2 895"configure"2902 #line 2903 "configure" 2895 2903 #include "confdefs.h" 2896 2904 #include <sys/types.h> … … 2908 2916 ; return 0; } 2909 2917 EOF 2910 if { (eval echo configure:291 1: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2918 if { (eval echo configure:2919: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2911 2919 rm -rf conftest* 2912 2920 ac_cv_header_sys_wait_h=yes … … 2930 2938 2931 2939 echo $ac_n "checking for struct utimbuf""... $ac_c" 1>&6 2932 echo "configure:29 33: checking for struct utimbuf" >&52940 echo "configure:2941: checking for struct utimbuf" >&5 2933 2941 if eval "test \"`echo '$''{'emacs_cv_struct_utimbuf'+set}'`\" = set"; then 2934 2942 echo $ac_n "(cached) $ac_c" 1>&6 2935 2943 else 2936 2944 cat > conftest.$ac_ext <<EOF 2937 #line 29 38"configure"2945 #line 2946 "configure" 2938 2946 #include "confdefs.h" 2939 2947 #ifdef TIME_WITH_SYS_TIME … … 2954 2962 ; return 0; } 2955 2963 EOF 2956 if { (eval echo configure:29 57: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2964 if { (eval echo configure:2965: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2957 2965 rm -rf conftest* 2958 2966 emacs_cv_struct_utimbuf=yes … … 2975 2983 2976 2984 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 2977 echo "configure:29 78: checking return type of signal handlers" >&52985 echo "configure:2986: checking return type of signal handlers" >&5 2978 2986 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 2979 2987 echo $ac_n "(cached) $ac_c" 1>&6 2980 2988 else 2981 2989 cat > conftest.$ac_ext <<EOF 2982 #line 29 83"configure"2990 #line 2991 "configure" 2983 2991 #include "confdefs.h" 2984 2992 #include <sys/types.h> … … 2997 3005 ; return 0; } 2998 3006 EOF 2999 if { (eval echo configure:300 0: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3007 if { (eval echo configure:3008: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3000 3008 rm -rf conftest* 3001 3009 ac_cv_type_signal=void … … 3017 3025 3018 3026 echo $ac_n "checking for speed_t""... $ac_c" 1>&6 3019 echo "configure:302 0: checking for speed_t" >&53027 echo "configure:3028: checking for speed_t" >&5 3020 3028 if eval "test \"`echo '$''{'emacs_cv_speed_t'+set}'`\" = set"; then 3021 3029 echo $ac_n "(cached) $ac_c" 1>&6 3022 3030 else 3023 3031 cat > conftest.$ac_ext <<EOF 3024 #line 30 25"configure"3032 #line 3033 "configure" 3025 3033 #include "confdefs.h" 3026 3034 #include <termios.h> … … 3029 3037 ; return 0; } 3030 3038 EOF 3031 if { (eval echo configure:30 32: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3039 if { (eval echo configure:3040: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3032 3040 rm -rf conftest* 3033 3041 emacs_cv_speed_t=yes … … 3035 3043 echo "configure: failed program was:" >&5 3036 3044 cat conftest.$ac_ext >&5 3045 rm -rf conftest* 3046 emacs_cv_speed_t=no 3037 3047 fi 3038 3048 rm -f conftest* … … 3048 3058 3049 3059 echo $ac_n "checking for struct timeval""... $ac_c" 1>&6 3050 echo "configure:30 51: checking for struct timeval" >&53060 echo "configure:3061: checking for struct timeval" >&5 3051 3061 if eval "test \"`echo '$''{'emacs_cv_struct_timeval'+set}'`\" = set"; then 3052 3062 echo $ac_n "(cached) $ac_c" 1>&6 3053 3063 else 3054 3064 cat > conftest.$ac_ext <<EOF 3055 #line 30 56 "configure"3065 #line 3066 "configure" 3056 3066 #include "confdefs.h" 3057 3067 #ifdef TIME_WITH_SYS_TIME … … 3069 3079 ; return 0; } 3070 3080 EOF 3071 if { (eval echo configure:30 72: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3081 if { (eval echo configure:3082: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3072 3082 rm -rf conftest* 3073 3083 emacs_cv_struct_timeval=yes … … 3091 3101 3092 3102 echo $ac_n "checking for struct exception""... $ac_c" 1>&6 3093 echo "configure:3 094: checking for struct exception" >&53103 echo "configure:3104: checking for struct exception" >&5 3094 3104 if eval "test \"`echo '$''{'emacs_cv_struct_exception'+set}'`\" = set"; then 3095 3105 echo $ac_n "(cached) $ac_c" 1>&6 3096 3106 else 3097 3107 cat > conftest.$ac_ext <<EOF 3098 #line 3 099 "configure"3108 #line 3109 "configure" 3099 3109 #include "confdefs.h" 3100 3110 #include <math.h> … … 3103 3113 ; return 0; } 3104 3114 EOF 3105 if { (eval echo configure:31 06: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3115 if { (eval echo configure:3116: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3106 3116 rm -rf conftest* 3107 3117 emacs_cv_struct_exception=yes … … 3125 3135 3126 3136 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 3127 echo "configure:31 28: checking whether struct tm is in sys/time.h or time.h" >&53137 echo "configure:3138: checking whether struct tm is in sys/time.h or time.h" >&5 3128 3138 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then 3129 3139 echo $ac_n "(cached) $ac_c" 1>&6 3130 3140 else 3131 3141 cat > conftest.$ac_ext <<EOF 3132 #line 31 33 "configure"3142 #line 3143 "configure" 3133 3143 #include "confdefs.h" 3134 3144 #include <sys/types.h> … … 3138 3148 ; return 0; } 3139 3149 EOF 3140 if { (eval echo configure:31 41: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3150 if { (eval echo configure:3151: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3141 3151 rm -rf conftest* 3142 3152 ac_cv_struct_tm=time.h … … 3159 3169 3160 3170 echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6 3161 echo "configure:31 62: checking for tm_zone in struct tm" >&53171 echo "configure:3172: checking for tm_zone in struct tm" >&5 3162 3172 if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then 3163 3173 echo $ac_n "(cached) $ac_c" 1>&6 3164 3174 else 3165 3175 cat > conftest.$ac_ext <<EOF 3166 #line 31 67 "configure"3176 #line 3177 "configure" 3167 3177 #include "confdefs.h" 3168 3178 #include <sys/types.h> … … 3172 3182 ; return 0; } 3173 3183 EOF 3174 if { (eval echo configure:31 75: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3184 if { (eval echo configure:3185: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3175 3185 rm -rf conftest* 3176 3186 ac_cv_struct_tm_zone=yes … … 3192 3202 else 3193 3203 echo $ac_n "checking for tzname""... $ac_c" 1>&6 3194 echo "configure:3 195: checking for tzname" >&53204 echo "configure:3205: checking for tzname" >&5 3195 3205 if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then 3196 3206 echo $ac_n "(cached) $ac_c" 1>&6 3197 3207 else 3198 3208 cat > conftest.$ac_ext <<EOF 3199 #line 32 00 "configure"3209 #line 3210 "configure" 3200 3210 #include "confdefs.h" 3201 3211 #include <time.h> … … 3207 3217 ; return 0; } 3208 3218 EOF 3209 if { (eval echo configure:32 10: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3219 if { (eval echo configure:3220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3210 3220 rm -rf conftest* 3211 3221 ac_cv_var_tzname=yes … … 3229 3239 3230 3240 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6 3231 echo "configure:32 32: checking for tm_gmtoff in struct tm" >&53241 echo "configure:3242: checking for tm_gmtoff in struct tm" >&5 3232 3242 if eval "test \"`echo '$''{'emacs_cv_tm_gmtoff'+set}'`\" = set"; then 3233 3243 echo $ac_n "(cached) $ac_c" 1>&6 3234 3244 else 3235 3245 cat > conftest.$ac_ext <<EOF 3236 #line 32 37 "configure"3246 #line 3247 "configure" 3237 3247 #include "confdefs.h" 3238 3248 #include <time.h> … … 3241 3251 ; return 0; } 3242 3252 EOF 3243 if { (eval echo configure:32 44: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3253 if { (eval echo configure:3254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3244 3254 rm -rf conftest* 3245 3255 emacs_cv_tm_gmtoff=yes … … 3263 3273 3264 3274 echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6 3265 echo "configure:32 66: checking for ${CC-cc} option to accept ANSI C" >&53275 echo "configure:3276: checking for ${CC-cc} option to accept ANSI C" >&5 3266 3276 if eval "test \"`echo '$''{'ac_cv_prog_cc_stdc'+set}'`\" = set"; then 3267 3277 echo $ac_n "(cached) $ac_c" 1>&6 … … 3280 3290 CC="$ac_save_CC $ac_arg" 3281 3291 cat > conftest.$ac_ext <<EOF 3282 #line 32 83 "configure"3292 #line 3293 "configure" 3283 3293 #include "confdefs.h" 3284 3294 #include <stdarg.h> … … 3314 3324 ; return 0; } 3315 3325 EOF 3316 if { (eval echo configure:33 17: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3326 if { (eval echo configure:3327: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3317 3327 rm -rf conftest* 3318 3328 ac_cv_prog_cc_stdc="$ac_arg"; break … … 3336 3346 3337 3347 echo $ac_n "checking for function prototypes""... $ac_c" 1>&6 3338 echo "configure:33 39: checking for function prototypes" >&53348 echo "configure:3349: checking for function prototypes" >&5 3339 3349 if test "$ac_cv_prog_cc_stdc" != no; then 3340 3350 echo "$ac_t""yes" 1>&6 … … 3348 3358 3349 3359 echo $ac_n "checking for working volatile""... $ac_c" 1>&6 3350 echo "configure:33 51: checking for working volatile" >&53360 echo "configure:3361: checking for working volatile" >&5 3351 3361 if eval "test \"`echo '$''{'ac_cv_c_volatile'+set}'`\" = set"; then 3352 3362 echo $ac_n "(cached) $ac_c" 1>&6 3353 3363 else 3354 3364 cat > conftest.$ac_ext <<EOF 3355 #line 33 56 "configure"3365 #line 3366 "configure" 3356 3366 #include "confdefs.h" 3357 3367 … … 3362 3372 ; return 0; } 3363 3373 EOF 3364 if { (eval echo configure:33 65: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3374 if { (eval echo configure:3375: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3365 3375 rm -rf conftest* 3366 3376 ac_cv_c_volatile=yes … … 3383 3393 3384 3394 echo $ac_n "checking for working const""... $ac_c" 1>&6 3385 echo "configure:33 86: checking for working const" >&53395 echo "configure:3396: checking for working const" >&5 3386 3396 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 3387 3397 echo $ac_n "(cached) $ac_c" 1>&6 3388 3398 else 3389 3399 cat > conftest.$ac_ext <<EOF 3390 #line 3 391 "configure"3400 #line 3401 "configure" 3391 3401 #include "confdefs.h" 3392 3402 … … 3437 3447 ; return 0; } 3438 3448 EOF 3439 if { (eval echo configure:34 40: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3449 if { (eval echo configure:3450: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3440 3450 rm -rf conftest* 3441 3451 ac_cv_c_const=yes … … 3458 3468 3459 3469 echo $ac_n "checking for void * support""... $ac_c" 1>&6 3460 echo "configure:34 61: checking for void * support" >&53470 echo "configure:3471: checking for void * support" >&5 3461 3471 if eval "test \"`echo '$''{'emacs_cv_void_star'+set}'`\" = set"; then 3462 3472 echo $ac_n "(cached) $ac_c" 1>&6 3463 3473 else 3464 3474 cat > conftest.$ac_ext <<EOF 3465 #line 34 66 "configure"3475 #line 3476 "configure" 3466 3476 #include "confdefs.h" 3467 3477 … … 3470 3480 ; return 0; } 3471 3481 EOF 3472 if { (eval echo configure:34 73: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3482 if { (eval echo configure:3483: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3473 3483 rm -rf conftest* 3474 3484 emacs_cv_void_star=yes … … 3496 3506 3497 3507 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 3498 echo "configure:3 499: checking whether ${MAKE-make} sets \${MAKE}" >&53508 echo "configure:3509: checking whether ${MAKE-make} sets \${MAKE}" >&5 3499 3509 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 3500 3510 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 3524 3534 3525 3535 echo $ac_n "checking for long file names""... $ac_c" 1>&6 3526 echo "configure:35 27: checking for long file names" >&53536 echo "configure:3537: checking for long file names" >&5 3527 3537 if eval "test \"`echo '$''{'ac_cv_sys_long_file_names'+set}'`\" = set"; then 3528 3538 echo $ac_n "(cached) $ac_c" 1>&6 … … 3575 3585 # --without-x overrides everything else, but does not touch the cache. 3576 3586 echo $ac_n "checking for X""... $ac_c" 1>&6 3577 echo "configure:35 78: checking for X" >&53587 echo "configure:3588: checking for X" >&5 3578 3588 3579 3589 # Check whether --with-x or --without-x was given. … … 3637 3647 # First, try using that file with no special directory specified. 3638 3648 cat > conftest.$ac_ext <<EOF 3639 #line 36 40 "configure"3649 #line 3650 "configure" 3640 3650 #include "confdefs.h" 3641 3651 #include <$x_direct_test_include> 3642 3652 EOF 3643 3653 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3644 { (eval echo configure:36 45: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3654 { (eval echo configure:3655: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3645 3655 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3646 3656 if test -z "$ac_err"; then … … 3711 3721 LIBS="-l$x_direct_test_library $LIBS" 3712 3722 cat > conftest.$ac_ext <<EOF 3713 #line 37 14 "configure"3723 #line 3724 "configure" 3714 3724 #include "confdefs.h" 3715 3725 … … 3718 3728 ; return 0; } 3719 3729 EOF 3720 if { (eval echo configure:37 21: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3730 if { (eval echo configure:3731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3721 3731 rm -rf conftest* 3722 3732 LIBS="$ac_save_LIBS" … … 3899 3909 doug_lea_malloc=yes 3900 3910 echo $ac_n "checking for malloc_get_state""... $ac_c" 1>&6 3901 echo "configure:39 02: checking for malloc_get_state" >&53911 echo "configure:3912: checking for malloc_get_state" >&5 3902 3912 if eval "test \"`echo '$''{'ac_cv_func_malloc_get_state'+set}'`\" = set"; then 3903 3913 echo $ac_n "(cached) $ac_c" 1>&6 3904 3914 else 3905 3915 cat > conftest.$ac_ext <<EOF 3906 #line 39 07 "configure"3916 #line 3917 "configure" 3907 3917 #include "confdefs.h" 3908 3918 /* System header to define __stub macros and hopefully few prototypes, … … 3927 3937 ; return 0; } 3928 3938 EOF 3929 if { (eval echo configure:39 30: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3939 if { (eval echo configure:3940: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3930 3940 rm -rf conftest* 3931 3941 eval "ac_cv_func_malloc_get_state=yes" … … 3948 3958 3949 3959 echo $ac_n "checking for malloc_set_state""... $ac_c" 1>&6 3950 echo "configure:39 51: checking for malloc_set_state" >&53960 echo "configure:3961: checking for malloc_set_state" >&5 3951 3961 if eval "test \"`echo '$''{'ac_cv_func_malloc_set_state'+set}'`\" = set"; then 3952 3962 echo $ac_n "(cached) $ac_c" 1>&6 3953 3963 else 3954 3964 cat > conftest.$ac_ext <<EOF 3955 #line 39 56 "configure"3965 #line 3966 "configure" 3956 3966 #include "confdefs.h" 3957 3967 /* System header to define __stub macros and hopefully few prototypes, … … 3976 3986 ; return 0; } 3977 3987 EOF 3978 if { (eval echo configure:39 79: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3988 if { (eval echo configure:3989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3979 3989 rm -rf conftest* 3980 3990 eval "ac_cv_func_malloc_set_state=yes" … … 3997 4007 3998 4008 echo $ac_n "checking whether __after_morecore_hook exists""... $ac_c" 1>&6 3999 echo "configure:40 00: checking whether __after_morecore_hook exists" >&54009 echo "configure:4010: checking whether __after_morecore_hook exists" >&5 4000 4010 if eval "test \"`echo '$''{'emacs_cv_var___after_morecore_hook'+set}'`\" = set"; then 4001 4011 echo $ac_n "(cached) $ac_c" 1>&6 4002 4012 else 4003 4013 cat > conftest.$ac_ext <<EOF 4004 #line 40 05 "configure"4014 #line 4015 "configure" 4005 4015 #include "confdefs.h" 4006 4016 extern void (* __after_morecore_hook)(); … … 4009 4019 ; return 0; } 4010 4020 EOF 4011 if { (eval echo configure:40 12: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4021 if { (eval echo configure:4022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4012 4022 rm -rf conftest* 4013 4023 emacs_cv_var___after_morecore_hook=yes … … 4050 4060 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4051 4061 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4052 echo "configure:40 53: checking for $ac_hdr" >&54062 echo "configure:4063: checking for $ac_hdr" >&5 4053 4063 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4054 4064 echo $ac_n "(cached) $ac_c" 1>&6 4055 4065 else 4056 4066 cat > conftest.$ac_ext <<EOF 4057 #line 40 58 "configure"4067 #line 4068 "configure" 4058 4068 #include "confdefs.h" 4059 4069 #include <$ac_hdr> 4060 4070 EOF 4061 4071 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4062 { (eval echo configure:40 63: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4072 { (eval echo configure:4073: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4063 4073 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4064 4074 if test -z "$ac_err"; then … … 4089 4099 do 4090 4100 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4091 echo "configure:4 092: checking for $ac_func" >&54101 echo "configure:4102: checking for $ac_func" >&5 4092 4102 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4093 4103 echo $ac_n "(cached) $ac_c" 1>&6 4094 4104 else 4095 4105 cat > conftest.$ac_ext <<EOF 4096 #line 4 097 "configure"4106 #line 4107 "configure" 4097 4107 #include "confdefs.h" 4098 4108 /* System header to define __stub macros and hopefully few prototypes, … … 4117 4127 ; return 0; } 4118 4128 EOF 4119 if { (eval echo configure:41 20: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4129 if { (eval echo configure:4130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4120 4130 rm -rf conftest* 4121 4131 eval "ac_cv_func_$ac_func=yes" … … 4142 4152 4143 4153 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 4144 echo "configure:41 45: checking for working mmap" >&54154 echo "configure:4155: checking for working mmap" >&5 4145 4155 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 4146 4156 echo $ac_n "(cached) $ac_c" 1>&6 … … 4150 4160 else 4151 4161 cat > conftest.$ac_ext <<EOF 4152 #line 41 53 "configure"4162 #line 4163 "configure" 4153 4163 #include "confdefs.h" 4154 4164 /* Thanks to Mike Haertel and Jim Avera for this test. … … 4284 4294 } 4285 4295 EOF 4286 if { (eval echo configure:42 87: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null4296 if { (eval echo configure:4297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4287 4297 then 4288 4298 ac_cv_func_mmap_fixed_mapped=yes … … 4313 4323 4314 4324 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 4315 echo "configure:43 16: checking for dnet_ntoa in -ldnet" >&54325 echo "configure:4326: checking for dnet_ntoa in -ldnet" >&5 4316 4326 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` 4317 4327 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4321 4331 LIBS="-ldnet $LIBS" 4322 4332 cat > conftest.$ac_ext <<EOF 4323 #line 43 24 "configure"4333 #line 4334 "configure" 4324 4334 #include "confdefs.h" 4325 4335 /* Override any gcc2 internal prototype to avoid an error. */ … … 4332 4342 ; return 0; } 4333 4343 EOF 4334 if { (eval echo configure:43 35: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4344 if { (eval echo configure:4345: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4335 4345 rm -rf conftest* 4336 4346 eval "ac_cv_lib_$ac_lib_var=yes" … … 4361 4371 4362 4372 echo $ac_n "checking for main in -lXbsd""... $ac_c" 1>&6 4363 echo "configure:43 64: checking for main in -lXbsd" >&54373 echo "configure:4374: checking for main in -lXbsd" >&5 4364 4374 ac_lib_var=`echo Xbsd'_'main | sed 'y%./+-%__p_%'` 4365 4375 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4369 4379 LIBS="-lXbsd $LIBS" 4370 4380 cat > conftest.$ac_ext <<EOF 4371 #line 43 72 "configure"4381 #line 4382 "configure" 4372 4382 #include "confdefs.h" 4373 4383 … … 4376 4386 ; return 0; } 4377 4387 EOF 4378 if { (eval echo configure:43 79: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4388 if { (eval echo configure:4389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4379 4389 rm -rf conftest* 4380 4390 eval "ac_cv_lib_$ac_lib_var=yes" … … 4398 4408 4399 4409 echo $ac_n "checking for cma_open in -lpthreads""... $ac_c" 1>&6 4400 echo "configure:44 01: checking for cma_open in -lpthreads" >&54410 echo "configure:4411: checking for cma_open in -lpthreads" >&5 4401 4411 ac_lib_var=`echo pthreads'_'cma_open | sed 'y%./+-%__p_%'` 4402 4412 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4406 4416 LIBS="-lpthreads $LIBS" 4407 4417 cat > conftest.$ac_ext <<EOF 4408 #line 44 09 "configure"4418 #line 4419 "configure"
