Show
Ignore:
Timestamp:
12/29/03 22:20:58 (5 years ago)
Author:
miyoshi
Message:

Sync up with Emacs-21.3.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/emacs-merge/configure

    r3207 r3212  
    11521152  ;; 
    11531153 
     1154  hppa*-hp-hpux10.2* ) 
     1155    machine=hp800 opsys=hpux10-20 
     1156  ;; 
     1157 
    11541158  hppa*-hp-hpux10* ) 
    11551159    machine=hp800 opsys=hpux10 
    11561160  ;; 
     1161 
    11571162  hppa*-hp-hpux1[1-9]* ) 
    11581163    machine=hp800 opsys=hpux11 
     
    11921197  i370-ibm-aix*) 
    11931198    machine=ibm370aix opsys=usg5-3 
     1199  ;; 
     1200  s390-*-linux-gnu) 
     1201    machine=ibms390 opsys=gnu-linux 
    11941202  ;; 
    11951203  rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1*  ) 
     
    16631671 
    16641672  ## Mips Linux-based GNU system 
    1665   mips-*-linux-gnu*
     1673  mips-*-linux-gnu* | mipsel-*-linux-gnu*
    16661674    machine=mips opsys=gnu-linux 
    16671675  ;; 
     
    17421750set dummy gcc; ac_word=$2 
    17431751echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    1744 echo "configure:1745: checking for $ac_word" >&5 
     1752echo "configure:1753: checking for $ac_word" >&5 
    17451753if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
    17461754  echo $ac_n "(cached) $ac_c" 1>&6 
     
    17721780set dummy cc; ac_word=$2 
    17731781echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    1774 echo "configure:1775: checking for $ac_word" >&5 
     1782echo "configure:1783: checking for $ac_word" >&5 
    17751783if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
    17761784  echo $ac_n "(cached) $ac_c" 1>&6 
     
    18231831set dummy cl; ac_word=$2 
    18241832echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    1825 echo "configure:1826: checking for $ac_word" >&5 
     1833echo "configure:1834: checking for $ac_word" >&5 
    18261834if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
    18271835  echo $ac_n "(cached) $ac_c" 1>&6 
     
    18551863 
    18561864echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 
    1857 echo "configure:1858: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 
     1865echo "configure:1866: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 
    18581866 
    18591867ac_ext=c 
     
    18661874cat > conftest.$ac_ext << EOF 
    18671875 
    1868 #line 1869 "configure" 
     1876#line 1877 "configure" 
    18691877#include "confdefs.h" 
    18701878 
    18711879main(){return(0);} 
    18721880EOF 
    1873 if { (eval echo configure:1874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1881if { (eval echo configure:1882: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    18741882  ac_cv_prog_cc_works=yes 
    18751883  # If we can't run a trivial program, we are probably using a cross compiler. 
     
    18971905fi 
    18981906echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 
    1899 echo "configure:1900: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 
     1907echo "configure:1908: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 
    19001908echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 
    19011909cross_compiling=$ac_cv_prog_cc_cross 
    19021910 
    19031911echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 
    1904 echo "configure:1905: checking whether we are using GNU C" >&5 
     1912echo "configure:1913: checking whether we are using GNU C" >&5 
    19051913if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 
    19061914  echo $ac_n "(cached) $ac_c" 1>&6 
     
    19111919#endif 
    19121920EOF 
    1913 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1914: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 
     1921if { 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 
    19141922  ac_cv_prog_gcc=yes 
    19151923else 
     
    19301938CFLAGS= 
    19311939echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 
    1932 echo "configure:1933: checking whether ${CC-cc} accepts -g" >&5 
     1940echo "configure:1941: checking whether ${CC-cc} accepts -g" >&5 
    19331941if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 
    19341942  echo $ac_n "(cached) $ac_c" 1>&6 
     
    20102018 
    20112019echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 
    2012 echo "configure:2013: checking whether ln -s works" >&5 
     2020echo "configure:2021: checking whether ln -s works" >&5 
    20132021if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 
    20142022  echo $ac_n "(cached) $ac_c" 1>&6 
     
    20312039 
    20322040echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 
    2033 echo "configure:2034: checking how to run the C preprocessor" >&5 
     2041echo "configure:2042: checking how to run the C preprocessor" >&5 
    20342042# On Suns, sometimes $CPP names a directory. 
    20352043if test -n "$CPP" && test -d "$CPP"; then 
     
    20462054  # not just through cpp. 
    20472055  cat > conftest.$ac_ext <<EOF 
    2048 #line 2049 "configure" 
     2056#line 2057 "configure" 
    20492057#include "confdefs.h" 
    20502058#include <assert.h> 
     
    20522060EOF 
    20532061ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2054 { (eval echo configure:2055: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2062{ (eval echo configure:2063: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    20552063ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    20562064if test -z "$ac_err"; then 
     
    20632071  CPP="${CC-cc} -E -traditional-cpp" 
    20642072  cat > conftest.$ac_ext <<EOF 
    2065 #line 2066 "configure" 
     2073#line 2074 "configure" 
    20662074#include "confdefs.h" 
    20672075#include <assert.h> 
     
    20692077EOF 
    20702078ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2071 { (eval echo configure:2072: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2079{ (eval echo configure:2080: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    20722080ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    20732081if test -z "$ac_err"; then 
     
    20802088  CPP="${CC-cc} -nologo -E" 
    20812089  cat > conftest.$ac_ext <<EOF 
    2082 #line 2083 "configure" 
     2090#line 2091 "configure" 
    20832091#include "confdefs.h" 
    20842092#include <assert.h> 
     
    20862094EOF 
    20872095ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2088 { (eval echo configure:2089: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2096{ (eval echo configure:2097: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    20892097ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    20902098if test -z "$ac_err"; then 
     
    21222130# ./install, which can be erroneously created by make from ./install.sh. 
    21232131echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 
    2124 echo "configure:2125: checking for a BSD compatible install" >&5 
     2132echo "configure:2133: checking for a BSD compatible install" >&5 
    21252133if test -z "$INSTALL"; then 
    21262134if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 
     
    21792187set dummy $ac_prog; ac_word=$2 
    21802188echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    2181 echo "configure:2182: checking for $ac_word" >&5 
     2189echo "configure:2190: checking for $ac_word" >&5 
    21822190if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then 
    21832191  echo $ac_n "(cached) $ac_c" 1>&6 
     
    22132221set dummy ranlib; ac_word=$2 
    22142222echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    2215 echo "configure:2216: checking for $ac_word" >&5 
     2223echo "configure:2224: checking for $ac_word" >&5 
    22162224if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 
    22172225  echo $ac_n "(cached) $ac_c" 1>&6 
     
    22432251 
    22442252echo $ac_n "checking for AIX""... $ac_c" 1>&6 
    2245 echo "configure:2246: checking for AIX" >&5 
     2253echo "configure:2254: checking for AIX" >&5 
    22462254cat > conftest.$ac_ext <<EOF 
    2247 #line 2248 "configure" 
     2255#line 2256 "configure" 
    22482256#include "confdefs.h" 
    22492257#ifdef _AIX 
     
    22722280 - which libraries the lib-src programs will want, and 
    22732281 - whether the GNU malloc routines are usable" 1>&6 
    2274 echo "configure:2275: checking the machine- and system-dependent files to find out 
     2282echo "configure:2283: checking the machine- and system-dependent files to find out 
    22752283 - which libraries the lib-src programs will want, and 
    22762284 - whether the GNU malloc routines are usable" >&5 
     
    24222430 
    24232431     echo $ac_n "checking for special C compiler options needed for large files""... $ac_c" 1>&6 
    2424 echo "configure:2425: checking for special C compiler options needed for large files" >&5 
     2432echo "configure:2433: checking for special C compiler options needed for large files" >&5 
    24252433if eval "test \"`echo '$''{'ac_cv_sys_largefile_CC'+set}'`\" = set"; then 
    24262434  echo $ac_n "(cached) $ac_c" 1>&6 
     
    24312439          # so use the C compiler's -n32 option if that helps. 
    24322440          cat > conftest.$ac_ext <<EOF 
    2433 #line 2434 "configure" 
     2441#line 2442 "configure" 
    24342442#include "confdefs.h" 
    24352443#include <sys/types.h> 
     
    24402448; return 0; } 
    24412449EOF 
    2442 if { (eval echo configure:2443: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     2450if { (eval echo configure:2451: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    24432451  : 
    24442452else 
     
    24492457             CC="$CC -n32" 
    24502458             cat > conftest.$ac_ext <<EOF 
    2451 #line 2452 "configure" 
     2459#line 2460 "configure" 
    24522460#include "confdefs.h" 
    24532461#include <sys/types.h> 
     
    24582466; return 0; } 
    24592467EOF 
    2460 if { (eval echo configure:2461: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     2468if { (eval echo configure:2469: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    24612469  rm -rf conftest* 
    24622470  ac_cv_sys_largefile_CC=' -n32' 
     
    24782486 
    24792487     echo $ac_n "checking for _FILE_OFFSET_BITS value needed for large files""... $ac_c" 1>&6 
    2480 echo "configure:2481: checking for _FILE_OFFSET_BITS value needed for large files" >&5 
     2488echo "configure:2489: checking for _FILE_OFFSET_BITS value needed for large files" >&5 
    24812489if eval "test \"`echo '$''{'ac_cv_sys_file_offset_bits'+set}'`\" = set"; then 
    24822490  echo $ac_n "(cached) $ac_c" 1>&6 
     
    24842492  ac_cv_sys_file_offset_bits=no 
    24852493      cat > conftest.$ac_ext <<EOF 
    2486 #line 2487 "configure" 
     2494#line 2495 "configure" 
    24872495#include "confdefs.h" 
    24882496#include <sys/types.h> 
     
    24932501; return 0; } 
    24942502EOF 
    2495 if { (eval echo configure:2496: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     2503if { (eval echo configure:2504: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    24962504  : 
    24972505else 
     
    25002508  rm -rf conftest* 
    25012509  cat > conftest.$ac_ext <<EOF 
    2502 #line 2503 "configure" 
     2510#line 2511 "configure" 
    25032511#include "confdefs.h" 
    25042512#define _FILE_OFFSET_BITS 64 
     
    25112519; return 0; } 
    25122520EOF 
    2513 if { (eval echo configure:2514: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     2521if { (eval echo configure:2522: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    25142522  rm -rf conftest* 
    25152523  ac_cv_sys_file_offset_bits=64 
     
    25312539   fi 
    25322540     echo $ac_n "checking for _LARGE_FILES value needed for large files""... $ac_c" 1>&6 
    2533 echo "configure:2534: checking for _LARGE_FILES value needed for large files" >&5 
     2541echo "configure:2542: checking for _LARGE_FILES value needed for large files" >&5 
    25342542if eval "test \"`echo '$''{'ac_cv_sys_large_files'+set}'`\" = set"; then 
    25352543  echo $ac_n "(cached) $ac_c" 1>&6 
     
    25372545  ac_cv_sys_large_files=no 
    25382546      cat > conftest.$ac_ext <<EOF 
    2539 #line 2540 "configure" 
     2547#line 2548 "configure" 
    25402548#include "confdefs.h" 
    25412549 
     
    25442552; return 0; } 
    25452553EOF 
    2546 if { (eval echo configure:2547: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     2554if { (eval echo configure:2555: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    25472555  : 
    25482556else 
     
    25512559  rm -rf conftest* 
    25522560  cat > conftest.$ac_ext <<EOF 
    2553 #line 2554 "configure" 
     2561#line 2562 "configure" 
    25542562#include "confdefs.h" 
    25552563#define _LARGE_FILES 1 
     
    25602568; return 0; } 
    25612569EOF 
    2562 if { (eval echo configure:2563: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     2570if { (eval echo configure:2571: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    25632571  rm -rf conftest* 
    25642572  ac_cv_sys_large_files=1 
     
    25872595ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    25882596echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    2589 echo "configure:2590: checking for $ac_hdr" >&5 
     2597echo "configure:2598: checking for $ac_hdr" >&5 
    25902598if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    25912599  echo $ac_n "(cached) $ac_c" 1>&6 
    25922600else 
    25932601  cat > conftest.$ac_ext <<EOF 
    2594 #line 2595 "configure" 
     2602#line 2603 "configure" 
    25952603#include "confdefs.h" 
    25962604#include <$ac_hdr> 
    25972605EOF 
    25982606ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2599 { (eval echo configure:2600: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2607{ (eval echo configure:2608: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    26002608ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    26012609if test -z "$ac_err"; then 
     
    26252633# Emulation library used on NetBSD. 
    26262634echo $ac_n "checking for _oss_ioctl in -lossaudio""... $ac_c" 1>&6 
    2627 echo "configure:2628: checking for _oss_ioctl in -lossaudio" >&5 
     2635echo "configure:2636: checking for _oss_ioctl in -lossaudio" >&5 
    26282636ac_lib_var=`echo ossaudio'_'_oss_ioctl | sed 'y%./+-%__p_%'` 
    26292637if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    26332641LIBS="-lossaudio  $LIBS" 
    26342642cat > conftest.$ac_ext <<EOF 
    2635 #line 2636 "configure" 
     2643#line 2644 "configure" 
    26362644#include "confdefs.h" 
    26372645/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    26442652; return 0; } 
    26452653EOF 
    2646 if { (eval echo configure:2647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2654if { (eval echo configure:2655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    26472655  rm -rf conftest* 
    26482656  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    26732681ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    26742682echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    2675 echo "configure:2676: checking for $ac_hdr" >&5 
     2683echo "configure:2684: checking for $ac_hdr" >&5 
    26762684if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    26772685  echo $ac_n "(cached) $ac_c" 1>&6 
    26782686else 
    26792687  cat > conftest.$ac_ext <<EOF 
    2680 #line 2681 "configure" 
     2688#line 2689 "configure" 
    26812689#include "confdefs.h" 
    26822690#include <$ac_hdr> 
    26832691EOF 
    26842692ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2685 { (eval echo configure:2686: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2693{ (eval echo configure:2694: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    26862694ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    26872695if test -z "$ac_err"; then 
     
    27102718 
    27112719echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 
    2712 echo "configure:2713: checking for ANSI C header files" >&5 
     2720echo "configure:2721: checking for ANSI C header files" >&5 
    27132721if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 
    27142722  echo $ac_n "(cached) $ac_c" 1>&6 
    27152723else 
    27162724  cat > conftest.$ac_ext <<EOF 
    2717 #line 2718 "configure" 
     2725#line 2726 "configure" 
    27182726#include "confdefs.h" 
    27192727#include <stdlib.h> 
     
    27232731EOF 
    27242732ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2725 { (eval echo configure:2726: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2733{ (eval echo configure:2734: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    27262734ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    27272735if test -z "$ac_err"; then 
     
    27402748  # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 
    27412749cat > conftest.$ac_ext <<EOF 
    2742 #line 2743 "configure" 
     2750#line 2751 "configure" 
    27432751#include "confdefs.h" 
    27442752#include <string.h> 
     
    27582766  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 
    27592767cat > conftest.$ac_ext <<EOF 
    2760 #line 2761 "configure" 
     2768#line 2769 "configure" 
    27612769#include "confdefs.h" 
    27622770#include <stdlib.h> 
     
    27792787else 
    27802788  cat > conftest.$ac_ext <<EOF 
    2781 #line 2782 "configure" 
     2789#line 2790 "configure" 
    27822790#include "confdefs.h" 
    27832791#include <ctype.h> 
     
    27902798 
    27912799EOF 
    2792 if { (eval echo configure:2793: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     2800if { (eval echo configure:2801: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    27932801then 
    27942802  : 
     
    28142822 
    28152823echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 
    2816 echo "configure:2817: checking whether time.h and sys/time.h may both be included" >&5 
     2824echo "configure:2825: checking whether time.h and sys/time.h may both be included" >&5 
    28172825if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 
    28182826  echo $ac_n "(cached) $ac_c" 1>&6 
    28192827else 
    28202828  cat > conftest.$ac_ext <<EOF 
    2821 #line 2822 "configure" 
     2829#line 2830 "configure" 
    28222830#include "confdefs.h" 
    28232831#include <sys/types.h> 
     
    28282836; return 0; } 
    28292837EOF 
    2830 if { (eval echo configure:2831: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     2838if { (eval echo configure:2839: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    28312839  rm -rf conftest* 
    28322840  ac_cv_header_time=yes 
     
    28492857 
    28502858echo $ac_n "checking for sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&6 
    2851 echo "configure:2852: checking for sys_siglist declaration in signal.h or unistd.h" >&5 
     2859echo "configure:2860: checking for sys_siglist declaration in signal.h or unistd.h" >&5 
    28522860if eval "test \"`echo '$''{'ac_cv_decl_sys_siglist'+set}'`\" = set"; then 
    28532861  echo $ac_n "(cached) $ac_c" 1>&6 
    28542862else 
    28552863  cat > conftest.$ac_ext <<EOF 
    2856 #line 2857 "configure" 
     2864#line 2865 "configure" 
    28572865#include "confdefs.h" 
    28582866#include <sys/types.h> 
     
    28662874; return 0; } 
    28672875EOF 
    2868 if { (eval echo configure:2869: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     2876if { (eval echo configure:2877: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    28692877  rm -rf conftest* 
    28702878  ac_cv_decl_sys_siglist=yes 
     
    28872895 
    28882896echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 
    2889 echo "configure:2890: checking for sys/wait.h that is POSIX.1 compatible" >&5 
     2897echo "configure:2898: checking for sys/wait.h that is POSIX.1 compatible" >&5 
    28902898if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then 
    28912899  echo $ac_n "(cached) $ac_c" 1>&6 
    28922900else 
    28932901  cat > conftest.$ac_ext <<EOF 
    2894 #line 2895 "configure" 
     2902#line 2903 "configure" 
    28952903#include "confdefs.h" 
    28962904#include <sys/types.h> 
     
    29082916; return 0; } 
    29092917EOF 
    2910 if { (eval echo configure:2911: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     2918if { (eval echo configure:2919: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    29112919  rm -rf conftest* 
    29122920  ac_cv_header_sys_wait_h=yes 
     
    29302938 
    29312939echo $ac_n "checking for struct utimbuf""... $ac_c" 1>&6 
    2932 echo "configure:2933: checking for struct utimbuf" >&5 
     2940echo "configure:2941: checking for struct utimbuf" >&5 
    29332941if eval "test \"`echo '$''{'emacs_cv_struct_utimbuf'+set}'`\" = set"; then 
    29342942  echo $ac_n "(cached) $ac_c" 1>&6 
    29352943else 
    29362944  cat > conftest.$ac_ext <<EOF 
    2937 #line 2938 "configure" 
     2945#line 2946 "configure" 
    29382946#include "confdefs.h" 
    29392947#ifdef TIME_WITH_SYS_TIME 
     
    29542962; return 0; } 
    29552963EOF 
    2956 if { (eval echo configure:2957: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     2964if { (eval echo configure:2965: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    29572965  rm -rf conftest* 
    29582966  emacs_cv_struct_utimbuf=yes 
     
    29752983 
    29762984echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 
    2977 echo "configure:2978: checking return type of signal handlers" >&5 
     2985echo "configure:2986: checking return type of signal handlers" >&5 
    29782986if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 
    29792987  echo $ac_n "(cached) $ac_c" 1>&6 
    29802988else 
    29812989  cat > conftest.$ac_ext <<EOF 
    2982 #line 2983 "configure" 
     2990#line 2991 "configure" 
    29832991#include "confdefs.h" 
    29842992#include <sys/types.h> 
     
    29973005; return 0; } 
    29983006EOF 
    2999 if { (eval echo configure:3000: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     3007if { (eval echo configure:3008: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    30003008  rm -rf conftest* 
    30013009  ac_cv_type_signal=void 
     
    30173025 
    30183026echo $ac_n "checking for speed_t""... $ac_c" 1>&6 
    3019 echo "configure:3020: checking for speed_t" >&5 
     3027echo "configure:3028: checking for speed_t" >&5 
    30203028if eval "test \"`echo '$''{'emacs_cv_speed_t'+set}'`\" = set"; then 
    30213029  echo $ac_n "(cached) $ac_c" 1>&6 
    30223030else 
    30233031  cat > conftest.$ac_ext <<EOF 
    3024 #line 3025 "configure" 
     3032#line 3033 "configure" 
    30253033#include "confdefs.h" 
    30263034#include <termios.h> 
     
    30293037; return 0; } 
    30303038EOF 
    3031 if { (eval echo configure:3032: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     3039if { (eval echo configure:3040: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    30323040  rm -rf conftest* 
    30333041  emacs_cv_speed_t=yes 
     
    30353043  echo "configure: failed program was:" >&5 
    30363044  cat conftest.$ac_ext >&5 
     3045  rm -rf conftest* 
     3046  emacs_cv_speed_t=no 
    30373047fi 
    30383048rm -f conftest* 
     
    30483058 
    30493059echo $ac_n "checking for struct timeval""... $ac_c" 1>&6 
    3050 echo "configure:3051: checking for struct timeval" >&5 
     3060echo "configure:3061: checking for struct timeval" >&5 
    30513061if eval "test \"`echo '$''{'emacs_cv_struct_timeval'+set}'`\" = set"; then 
    30523062  echo $ac_n "(cached) $ac_c" 1>&6 
    30533063else 
    30543064  cat > conftest.$ac_ext <<EOF 
    3055 #line 3056 "configure" 
     3065#line 3066 "configure" 
    30563066#include "confdefs.h" 
    30573067#ifdef TIME_WITH_SYS_TIME 
     
    30693079; return 0; } 
    30703080EOF 
    3071 if { (eval echo configure:3072: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     3081if { (eval echo configure:3082: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    30723082  rm -rf conftest* 
    30733083  emacs_cv_struct_timeval=yes 
     
    30913101 
    30923102echo $ac_n "checking for struct exception""... $ac_c" 1>&6 
    3093 echo "configure:3094: checking for struct exception" >&5 
     3103echo "configure:3104: checking for struct exception" >&5 
    30943104if eval "test \"`echo '$''{'emacs_cv_struct_exception'+set}'`\" = set"; then 
    30953105  echo $ac_n "(cached) $ac_c" 1>&6 
    30963106else 
    30973107  cat > conftest.$ac_ext <<EOF 
    3098 #line 3099 "configure" 
     3108#line 3109 "configure" 
    30993109#include "confdefs.h" 
    31003110#include <math.h> 
     
    31033113; return 0; } 
    31043114EOF 
    3105 if { (eval echo configure:3106: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     3115if { (eval echo configure:3116: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    31063116  rm -rf conftest* 
    31073117  emacs_cv_struct_exception=yes 
     
    31253135 
    31263136echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 
    3127 echo "configure:3128: checking whether struct tm is in sys/time.h or time.h" >&5 
     3137echo "configure:3138: checking whether struct tm is in sys/time.h or time.h" >&5 
    31283138if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then 
    31293139  echo $ac_n "(cached) $ac_c" 1>&6 
    31303140else 
    31313141  cat > conftest.$ac_ext <<EOF 
    3132 #line 3133 "configure" 
     3142#line 3143 "configure" 
    31333143#include "confdefs.h" 
    31343144#include <sys/types.h> 
     
    31383148; return 0; } 
    31393149EOF 
    3140 if { (eval echo configure:3141: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     3150if { (eval echo configure:3151: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    31413151  rm -rf conftest* 
    31423152  ac_cv_struct_tm=time.h 
     
    31593169 
    31603170echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6 
    3161 echo "configure:3162: checking for tm_zone in struct tm" >&5 
     3171echo "configure:3172: checking for tm_zone in struct tm" >&5 
    31623172if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then 
    31633173  echo $ac_n "(cached) $ac_c" 1>&6 
    31643174else 
    31653175  cat > conftest.$ac_ext <<EOF 
    3166 #line 3167 "configure" 
     3176#line 3177 "configure" 
    31673177#include "confdefs.h" 
    31683178#include <sys/types.h> 
     
    31723182; return 0; } 
    31733183EOF 
    3174 if { (eval echo configure:3175: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     3184if { (eval echo configure:3185: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    31753185  rm -rf conftest* 
    31763186  ac_cv_struct_tm_zone=yes 
     
    31923202else 
    31933203  echo $ac_n "checking for tzname""... $ac_c" 1>&6 
    3194 echo "configure:3195: checking for tzname" >&5 
     3204echo "configure:3205: checking for tzname" >&5 
    31953205if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then 
    31963206  echo $ac_n "(cached) $ac_c" 1>&6 
    31973207else 
    31983208  cat > conftest.$ac_ext <<EOF 
    3199 #line 3200 "configure" 
     3209#line 3210 "configure" 
    32003210#include "confdefs.h" 
    32013211#include <time.h> 
     
    32073217; return 0; } 
    32083218EOF 
    3209 if { (eval echo configure:3210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     3219if { (eval echo configure:3220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    32103220  rm -rf conftest* 
    32113221  ac_cv_var_tzname=yes 
     
    32293239 
    32303240echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6 
    3231 echo "configure:3232: checking for tm_gmtoff in struct tm" >&5 
     3241echo "configure:3242: checking for tm_gmtoff in struct tm" >&5 
    32323242if eval "test \"`echo '$''{'emacs_cv_tm_gmtoff'+set}'`\" = set"; then 
    32333243  echo $ac_n "(cached) $ac_c" 1>&6 
    32343244else 
    32353245  cat > conftest.$ac_ext <<EOF 
    3236 #line 3237 "configure" 
     3246#line 3247 "configure" 
    32373247#include "confdefs.h" 
    32383248#include <time.h> 
     
    32413251; return 0; } 
    32423252EOF 
    3243 if { (eval echo configure:3244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     3253if { (eval echo configure:3254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    32443254  rm -rf conftest* 
    32453255  emacs_cv_tm_gmtoff=yes 
     
    32633273 
    32643274echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6 
    3265 echo "configure:3266: checking for ${CC-cc} option to accept ANSI C" >&5 
     3275echo "configure:3276: checking for ${CC-cc} option to accept ANSI C" >&5 
    32663276if eval "test \"`echo '$''{'ac_cv_prog_cc_stdc'+set}'`\" = set"; then 
    32673277  echo $ac_n "(cached) $ac_c" 1>&6 
     
    32803290  CC="$ac_save_CC $ac_arg" 
    32813291  cat > conftest.$ac_ext <<EOF 
    3282 #line 3283 "configure" 
     3292#line 3293 "configure" 
    32833293#include "confdefs.h" 
    32843294#include <stdarg.h> 
     
    33143324; return 0; } 
    33153325EOF 
    3316 if { (eval echo configure:3317: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     3326if { (eval echo configure:3327: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    33173327  rm -rf conftest* 
    33183328  ac_cv_prog_cc_stdc="$ac_arg"; break 
     
    33363346 
    33373347echo $ac_n "checking for function prototypes""... $ac_c" 1>&6 
    3338 echo "configure:3339: checking for function prototypes" >&5 
     3348echo "configure:3349: checking for function prototypes" >&5 
    33393349if test "$ac_cv_prog_cc_stdc" != no; then 
    33403350  echo "$ac_t""yes" 1>&6 
     
    33483358 
    33493359echo $ac_n "checking for working volatile""... $ac_c" 1>&6 
    3350 echo "configure:3351: checking for working volatile" >&5 
     3360echo "configure:3361: checking for working volatile" >&5 
    33513361if eval "test \"`echo '$''{'ac_cv_c_volatile'+set}'`\" = set"; then 
    33523362  echo $ac_n "(cached) $ac_c" 1>&6 
    33533363else 
    33543364  cat > conftest.$ac_ext <<EOF 
    3355 #line 3356 "configure" 
     3365#line 3366 "configure" 
    33563366#include "confdefs.h" 
    33573367 
     
    33623372; return 0; } 
    33633373EOF 
    3364 if { (eval echo configure:3365: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     3374if { (eval echo configure:3375: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    33653375  rm -rf conftest* 
    33663376  ac_cv_c_volatile=yes 
     
    33833393 
    33843394echo $ac_n "checking for working const""... $ac_c" 1>&6 
    3385 echo "configure:3386: checking for working const" >&5 
     3395echo "configure:3396: checking for working const" >&5 
    33863396if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 
    33873397  echo $ac_n "(cached) $ac_c" 1>&6 
    33883398else 
    33893399  cat > conftest.$ac_ext <<EOF 
    3390 #line 3391 "configure" 
     3400#line 3401 "configure" 
    33913401#include "confdefs.h" 
    33923402 
     
    34373447; return 0; } 
    34383448EOF 
    3439 if { (eval echo configure:3440: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     3449if { (eval echo configure:3450: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    34403450  rm -rf conftest* 
    34413451  ac_cv_c_const=yes 
     
    34583468 
    34593469echo $ac_n "checking for void * support""... $ac_c" 1>&6 
    3460 echo "configure:3461: checking for void * support" >&5 
     3470echo "configure:3471: checking for void * support" >&5 
    34613471if eval "test \"`echo '$''{'emacs_cv_void_star'+set}'`\" = set"; then 
    34623472  echo $ac_n "(cached) $ac_c" 1>&6 
    34633473else 
    34643474  cat > conftest.$ac_ext <<EOF 
    3465 #line 3466 "configure" 
     3475#line 3476 "configure" 
    34663476#include "confdefs.h" 
    34673477 
     
    34703480; return 0; } 
    34713481EOF 
    3472 if { (eval echo configure:3473: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     3482if { (eval echo configure:3483: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    34733483  rm -rf conftest* 
    34743484  emacs_cv_void_star=yes 
     
    34963506 
    34973507echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 
    3498 echo "configure:3499: checking whether ${MAKE-make} sets \${MAKE}" >&5 
     3508echo "configure:3509: checking whether ${MAKE-make} sets \${MAKE}" >&5 
    34993509set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 
    35003510if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then 
     
    35243534 
    35253535echo $ac_n "checking for long file names""... $ac_c" 1>&6 
    3526 echo "configure:3527: checking for long file names" >&5 
     3536echo "configure:3537: checking for long file names" >&5 
    35273537if eval "test \"`echo '$''{'ac_cv_sys_long_file_names'+set}'`\" = set"; then 
    35283538  echo $ac_n "(cached) $ac_c" 1>&6 
     
    35753585# --without-x overrides everything else, but does not touch the cache. 
    35763586echo $ac_n "checking for X""... $ac_c" 1>&6 
    3577 echo "configure:3578: checking for X" >&5 
     3587echo "configure:3588: checking for X" >&5 
    35783588 
    35793589# Check whether --with-x or --without-x was given. 
     
    36373647  # First, try using that file with no special directory specified. 
    36383648cat > conftest.$ac_ext <<EOF 
    3639 #line 3640 "configure" 
     3649#line 3650 "configure" 
    36403650#include "confdefs.h" 
    36413651#include <$x_direct_test_include> 
    36423652EOF 
    36433653ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    3644 { (eval echo configure:3645: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     3654{ (eval echo configure:3655: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    36453655ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    36463656if test -z "$ac_err"; then 
     
    37113721  LIBS="-l$x_direct_test_library $LIBS" 
    37123722cat > conftest.$ac_ext <<EOF 
    3713 #line 3714 "configure" 
     3723#line 3724 "configure" 
    37143724#include "confdefs.h" 
    37153725 
     
    37183728; return 0; } 
    37193729EOF 
    3720 if { (eval echo configure:3721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     3730if { (eval echo configure:3731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    37213731  rm -rf conftest* 
    37223732  LIBS="$ac_save_LIBS" 
     
    38993909doug_lea_malloc=yes 
    39003910echo $ac_n "checking for malloc_get_state""... $ac_c" 1>&6 
    3901 echo "configure:3902: checking for malloc_get_state" >&5 
     3911echo "configure:3912: checking for malloc_get_state" >&5 
    39023912if eval "test \"`echo '$''{'ac_cv_func_malloc_get_state'+set}'`\" = set"; then 
    39033913  echo $ac_n "(cached) $ac_c" 1>&6 
    39043914else 
    39053915  cat > conftest.$ac_ext <<EOF 
    3906 #line 3907 "configure" 
     3916#line 3917 "configure" 
    39073917#include "confdefs.h" 
    39083918/* System header to define __stub macros and hopefully few prototypes, 
     
    39273937; return 0; } 
    39283938EOF 
    3929 if { (eval echo configure:3930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     3939if { (eval echo configure:3940: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    39303940  rm -rf conftest* 
    39313941  eval "ac_cv_func_malloc_get_state=yes" 
     
    39483958 
    39493959echo $ac_n "checking for malloc_set_state""... $ac_c" 1>&6 
    3950 echo "configure:3951: checking for malloc_set_state" >&5 
     3960echo "configure:3961: checking for malloc_set_state" >&5 
    39513961if eval "test \"`echo '$''{'ac_cv_func_malloc_set_state'+set}'`\" = set"; then 
    39523962  echo $ac_n "(cached) $ac_c" 1>&6 
    39533963else 
    39543964  cat > conftest.$ac_ext <<EOF 
    3955 #line 3956 "configure" 
     3965#line 3966 "configure" 
    39563966#include "confdefs.h" 
    39573967/* System header to define __stub macros and hopefully few prototypes, 
     
    39763986; return 0; } 
    39773987EOF 
    3978 if { (eval echo configure:3979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     3988if { (eval echo configure:3989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    39793989  rm -rf conftest* 
    39803990  eval "ac_cv_func_malloc_set_state=yes" 
     
    39974007 
    39984008echo $ac_n "checking whether __after_morecore_hook exists""... $ac_c" 1>&6 
    3999 echo "configure:4000: checking whether __after_morecore_hook exists" >&5 
     4009echo "configure:4010: checking whether __after_morecore_hook exists" >&5 
    40004010if eval "test \"`echo '$''{'emacs_cv_var___after_morecore_hook'+set}'`\" = set"; then 
    40014011  echo $ac_n "(cached) $ac_c" 1>&6 
    40024012else 
    40034013  cat > conftest.$ac_ext <<EOF 
    4004 #line 4005 "configure" 
     4014#line 4015 "configure" 
    40054015#include "confdefs.h" 
    40064016extern void (* __after_morecore_hook)(); 
     
    40094019; return 0; } 
    40104020EOF 
    4011 if { (eval echo configure:4012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     4021if { (eval echo configure:4022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    40124022  rm -rf conftest* 
    40134023  emacs_cv_var___after_morecore_hook=yes 
     
    40504060ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    40514061echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    4052 echo "configure:4053: checking for $ac_hdr" >&5 
     4062echo "configure:4063: checking for $ac_hdr" >&5 
    40534063if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    40544064  echo $ac_n "(cached) $ac_c" 1>&6 
    40554065else 
    40564066  cat > conftest.$ac_ext <<EOF 
    4057 #line 4058 "configure" 
     4067#line 4068 "configure" 
    40584068#include "confdefs.h" 
    40594069#include <$ac_hdr> 
    40604070EOF 
    40614071ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    4062 { (eval echo configure:4063: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     4072{ (eval echo configure:4073: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    40634073ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    40644074if test -z "$ac_err"; then 
     
    40894099do 
    40904100echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    4091 echo "configure:4092: checking for $ac_func" >&5 
     4101echo "configure:4102: checking for $ac_func" >&5 
    40924102if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    40934103  echo $ac_n "(cached) $ac_c" 1>&6 
    40944104else 
    40954105  cat > conftest.$ac_ext <<EOF 
    4096 #line 4097 "configure" 
     4106#line 4107 "configure" 
    40974107#include "confdefs.h" 
    40984108/* System header to define __stub macros and hopefully few prototypes, 
     
    41174127; return 0; } 
    41184128EOF 
    4119 if { (eval echo configure:4120: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     4129if { (eval echo configure:4130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    41204130  rm -rf conftest* 
    41214131  eval "ac_cv_func_$ac_func=yes" 
     
    41424152 
    41434153echo $ac_n "checking for working mmap""... $ac_c" 1>&6 
    4144 echo "configure:4145: checking for working mmap" >&5 
     4154echo "configure:4155: checking for working mmap" >&5 
    41454155if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 
    41464156  echo $ac_n "(cached) $ac_c" 1>&6 
     
    41504160else 
    41514161  cat > conftest.$ac_ext <<EOF 
    4152 #line 4153 "configure" 
     4162#line 4163 "configure" 
    41534163#include "confdefs.h" 
    41544164/* Thanks to Mike Haertel and Jim Avera for this test. 
     
    42844294} 
    42854295EOF 
    4286 if { (eval echo configure:4287: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     4296if { (eval echo configure:4297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    42874297then 
    42884298  ac_cv_func_mmap_fixed_mapped=yes 
     
    43134323 
    43144324echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 
    4315 echo "configure:4316: checking for dnet_ntoa in -ldnet" >&5 
     4325echo "configure:4326: checking for dnet_ntoa in -ldnet" >&5 
    43164326ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` 
    43174327if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    43214331LIBS="-ldnet  $LIBS" 
    43224332cat > conftest.$ac_ext <<EOF 
    4323 #line 4324 "configure" 
     4333#line 4334 "configure" 
    43244334#include "confdefs.h" 
    43254335/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    43324342; return 0; } 
    43334343EOF 
    4334 if { (eval echo configure:4335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     4344if { (eval echo configure:4345: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    43354345  rm -rf conftest* 
    43364346  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    43614371 
    43624372echo $ac_n "checking for main in -lXbsd""... $ac_c" 1>&6 
    4363 echo "configure:4364: checking for main in -lXbsd" >&5 
     4373echo "configure:4374: checking for main in -lXbsd" >&5 
    43644374ac_lib_var=`echo Xbsd'_'main | sed 'y%./+-%__p_%'` 
    43654375if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    43694379LIBS="-lXbsd  $LIBS" 
    43704380cat > conftest.$ac_ext <<EOF 
    4371 #line 4372 "configure" 
     4381#line 4382 "configure" 
    43724382#include "confdefs.h" 
    43734383 
     
    43764386; return 0; } 
    43774387EOF 
    4378 if { (eval echo configure:4379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     4388if { (eval echo configure:4389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    43794389  rm -rf conftest* 
    43804390  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    43984408 
    43994409echo $ac_n "checking for cma_open in -lpthreads""... $ac_c" 1>&6 
    4400 echo "configure:4401: checking for cma_open in -lpthreads" >&5 
     4410echo "configure:4411: checking for cma_open in -lpthreads" >&5 
    44014411ac_lib_var=`echo pthreads'_'cma_open | sed 'y%./+-%__p_%'` 
    44024412if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    44064416LIBS="-lpthreads  $LIBS" 
    44074417cat > conftest.$ac_ext <<EOF 
    4408 #line 4409 "configure" 
     4418#line 4419 "configure"