aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3241
1 files changed, 2540 insertions, 701 deletions
diff --git a/configure b/configure
index ab44da12adc..68cbd88acd1 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.54. 3# Generated by GNU Autoconf 2.56.
4# 4#
5# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 5# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
6# Free Software Foundation, Inc. 6# Free Software Foundation, Inc.
@@ -36,7 +36,10 @@ PS2='> '
36PS4='+ ' 36PS4='+ '
37 37
38# NLS nuisances. 38# NLS nuisances.
39for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME 39for as_var in \
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42 LC_TELEPHONE LC_TIME
40do 43do
41 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then 44 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
42 eval $as_var=C; export $as_var 45 eval $as_var=C; export $as_var
@@ -82,15 +85,15 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
82 85
83# The user is always right. 86# The user is always right.
84if test "${PATH_SEPARATOR+set}" != set; then 87if test "${PATH_SEPARATOR+set}" != set; then
85 echo "#! /bin/sh" >conftest.sh 88 echo "#! /bin/sh" >conf$$.sh
86 echo "exit 0" >>conftest.sh 89 echo "exit 0" >>conf$$.sh
87 chmod +x conftest.sh 90 chmod +x conf$$.sh
88 if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then 91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
89 PATH_SEPARATOR=';' 92 PATH_SEPARATOR=';'
90 else 93 else
91 PATH_SEPARATOR=: 94 PATH_SEPARATOR=:
92 fi 95 fi
93 rm -f conftest.sh 96 rm -f conf$$.sh
94fi 97fi
95 98
96 99
@@ -961,7 +964,7 @@ This file contains any messages produced by compilers while
961running configure, to aid debugging if configure makes a mistake. 964running configure, to aid debugging if configure makes a mistake.
962 965
963It was created by $as_me, which was 966It was created by $as_me, which was
964generated by GNU Autoconf 2.54. Invocation command line was 967generated by GNU Autoconf 2.56. Invocation command line was
965 968
966 $ $0 $@ 969 $ $0 $@
967 970
@@ -1013,24 +1016,54 @@ _ACEOF
1013 1016
1014# Keep a trace of the command line. 1017# Keep a trace of the command line.
1015# Strip out --no-create and --no-recursion so they do not pile up. 1018# Strip out --no-create and --no-recursion so they do not pile up.
1019# Strip out --silent because we don't want to record it for future runs.
1016# Also quote any args containing shell meta-characters. 1020# Also quote any args containing shell meta-characters.
1021# Make two passes to allow for proper duplicate-argument suppression.
1017ac_configure_args= 1022ac_configure_args=
1023ac_configure_args0=
1024ac_configure_args1=
1018ac_sep= 1025ac_sep=
1019for ac_arg 1026ac_must_keep_next=false
1027for ac_pass in 1 2
1020do 1028do
1021 case $ac_arg in 1029 for ac_arg
1022 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 1030 do
1023 | --no-cr | --no-c | -n ) continue ;; 1031 case $ac_arg in
1024 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 1032 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1025 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 1033 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1026 continue ;; 1034 | -silent | --silent | --silen | --sile | --sil)
1027 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1035 continue ;;
1028 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1036 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1029 esac 1037 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1030 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 1038 esac
1031 # Get rid of the leading space. 1039 case $ac_pass in
1032 ac_sep=" " 1040 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1041 2)
1042 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1043 if test $ac_must_keep_next = true; then
1044 ac_must_keep_next=false # Got value, back to normal.
1045 else
1046 case $ac_arg in
1047 *=* | --config-cache | -C | -disable-* | --disable-* \
1048 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1049 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1050 | -with-* | --with-* | -without-* | --without-* | --x)
1051 case "$ac_configure_args0 " in
1052 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1053 esac
1054 ;;
1055 -* ) ac_must_keep_next=true ;;
1056 esac
1057 fi
1058 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1059 # Get rid of the leading space.
1060 ac_sep=" "
1061 ;;
1062 esac
1063 done
1033done 1064done
1065$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1066$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1034 1067
1035# When interrupted or exit'd, cleanup temporary files, and complete 1068# When interrupted or exit'd, cleanup temporary files, and complete
1036# config.log. We remove comments because anyway the quotes in there 1069# config.log. We remove comments because anyway the quotes in there
@@ -2475,7 +2508,7 @@ case "${canonical}" in
2475 ;; 2508 ;;
2476 2509
2477 ## Mips Linux-based GNU system 2510 ## Mips Linux-based GNU system
2478 mips-*-linux-gnu* ) 2511 mips-*-linux-gnu* | mipsel-*-linux-gnu* )
2479 machine=mips opsys=gnu-linux 2512 machine=mips opsys=gnu-linux
2480 ;; 2513 ;;
2481 2514
@@ -2878,8 +2911,10 @@ fi
2878fi 2911fi
2879 2912
2880 2913
2881test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5 2914test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2882echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;} 2915See \`config.log' for more details." >&5
2916echo "$as_me: error: no acceptable C compiler found in \$PATH
2917See \`config.log' for more details." >&2;}
2883 { (exit 1); exit 1; }; } 2918 { (exit 1); exit 1; }; }
2884 2919
2885# Provide some information about the compiler. 2920# Provide some information about the compiler.
@@ -2904,7 +2939,11 @@ ac_compiler=`set X $ac_compile; echo $2`
2904 2939
2905cat >conftest.$ac_ext <<_ACEOF 2940cat >conftest.$ac_ext <<_ACEOF
2906#line $LINENO "configure" 2941#line $LINENO "configure"
2907#include "confdefs.h" 2942/* confdefs.h. */
2943_ACEOF
2944cat confdefs.h >>conftest.$ac_ext
2945cat >>conftest.$ac_ext <<_ACEOF
2946/* end confdefs.h. */
2908 2947
2909int 2948int
2910main () 2949main ()
@@ -2915,7 +2954,7 @@ main ()
2915} 2954}
2916_ACEOF 2955_ACEOF
2917ac_clean_files_save=$ac_clean_files 2956ac_clean_files_save=$ac_clean_files
2918ac_clean_files="$ac_clean_files a.out a.exe" 2957ac_clean_files="$ac_clean_files a.out a.exe b.out"
2919# Try to create an executable without -o first, disregard a.out. 2958# Try to create an executable without -o first, disregard a.out.
2920# It will help us diagnose broken compilers, and finding out an intuition 2959# It will help us diagnose broken compilers, and finding out an intuition
2921# of exeext. 2960# of exeext.
@@ -2934,27 +2973,39 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2934# Be careful to initialize this variable, since it used to be cached. 2973# Be careful to initialize this variable, since it used to be cached.
2935# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. 2974# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2936ac_cv_exeext= 2975ac_cv_exeext=
2937for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.*; do 2976# b.out is created by i960 compilers.
2977for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2978do
2938 test -f "$ac_file" || continue 2979 test -f "$ac_file" || continue
2939 case $ac_file in 2980 case $ac_file in
2940 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 2981 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2941 a.out ) # We found the default executable, but exeext='' is most 2982 ;;
2942 # certainly right. 2983 conftest.$ac_ext )
2943 break;; 2984 # This is the source file.
2944 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2985 ;;
2945 # FIXME: I believe we export ac_cv_exeext for Libtool --akim. 2986 [ab].out )
2946 export ac_cv_exeext 2987 # We found the default executable, but exeext='' is most
2947 break;; 2988 # certainly right.
2948 * ) break;; 2989 break;;
2990 *.* )
2991 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2992 # FIXME: I believe we export ac_cv_exeext for Libtool,
2993 # but it would be cool to find out if it's true. Does anybody
2994 # maintain Libtool? --akim.
2995 export ac_cv_exeext
2996 break;;
2997 * )
2998 break;;
2949 esac 2999 esac
2950done 3000done
2951else 3001else
2952 echo "$as_me: failed program was:" >&5 3002 echo "$as_me: failed program was:" >&5
2953cat conftest.$ac_ext >&5 3003sed 's/^/| /' conftest.$ac_ext >&5
3004
2954{ { echo "$as_me:$LINENO: error: C compiler cannot create executables 3005{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
2955check \`config.log' for details." >&5 3006See \`config.log' for more details." >&5
2956echo "$as_me: error: C compiler cannot create executables 3007echo "$as_me: error: C compiler cannot create executables
2957check \`config.log' for details." >&2;} 3008See \`config.log' for more details." >&2;}
2958 { (exit 77); exit 77; }; } 3009 { (exit 77); exit 77; }; }
2959fi 3010fi
2960 3011
@@ -2981,9 +3032,11 @@ if test "$cross_compiling" != yes; then
2981 cross_compiling=yes 3032 cross_compiling=yes
2982 else 3033 else
2983 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 3034 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2984If you meant to cross compile, use \`--host'." >&5 3035If you meant to cross compile, use \`--host'.
3036See \`config.log' for more details." >&5
2985echo "$as_me: error: cannot run C compiled programs. 3037echo "$as_me: error: cannot run C compiled programs.
2986If you meant to cross compile, use \`--host'." >&2;} 3038If you meant to cross compile, use \`--host'.
3039See \`config.log' for more details." >&2;}
2987 { (exit 1); exit 1; }; } 3040 { (exit 1); exit 1; }; }
2988 fi 3041 fi
2989 fi 3042 fi
@@ -2991,7 +3044,7 @@ fi
2991echo "$as_me:$LINENO: result: yes" >&5 3044echo "$as_me:$LINENO: result: yes" >&5
2992echo "${ECHO_T}yes" >&6 3045echo "${ECHO_T}yes" >&6
2993 3046
2994rm -f a.out a.exe conftest$ac_cv_exeext 3047rm -f a.out a.exe conftest$ac_cv_exeext b.out
2995ac_clean_files=$ac_clean_files_save 3048ac_clean_files=$ac_clean_files_save
2996# Check the compiler produces executables we can run. If not, either 3049# Check the compiler produces executables we can run. If not, either
2997# the compiler is broken, or we cross compile. 3050# the compiler is broken, or we cross compile.
@@ -3022,8 +3075,10 @@ for ac_file in conftest.exe conftest conftest.*; do
3022 esac 3075 esac
3023done 3076done
3024else 3077else
3025 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5 3078 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3026echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;} 3079See \`config.log' for more details." >&5
3080echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3081See \`config.log' for more details." >&2;}
3027 { (exit 1); exit 1; }; } 3082 { (exit 1); exit 1; }; }
3028fi 3083fi
3029 3084
@@ -3041,7 +3096,11 @@ if test "${ac_cv_objext+set}" = set; then
3041else 3096else
3042 cat >conftest.$ac_ext <<_ACEOF 3097 cat >conftest.$ac_ext <<_ACEOF
3043#line $LINENO "configure" 3098#line $LINENO "configure"
3044#include "confdefs.h" 3099/* confdefs.h. */
3100_ACEOF
3101cat confdefs.h >>conftest.$ac_ext
3102cat >>conftest.$ac_ext <<_ACEOF
3103/* end confdefs.h. */
3045 3104
3046int 3105int
3047main () 3106main ()
@@ -3066,9 +3125,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3066done 3125done
3067else 3126else
3068 echo "$as_me: failed program was:" >&5 3127 echo "$as_me: failed program was:" >&5
3069cat conftest.$ac_ext >&5 3128sed 's/^/| /' conftest.$ac_ext >&5
3070{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5 3129
3071echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;} 3130{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3131See \`config.log' for more details." >&5
3132echo "$as_me: error: cannot compute suffix of object files: cannot compile
3133See \`config.log' for more details." >&2;}
3072 { (exit 1); exit 1; }; } 3134 { (exit 1); exit 1; }; }
3073fi 3135fi
3074 3136
@@ -3085,7 +3147,11 @@ if test "${ac_cv_c_compiler_gnu+set}" = set; then
3085else 3147else
3086 cat >conftest.$ac_ext <<_ACEOF 3148 cat >conftest.$ac_ext <<_ACEOF
3087#line $LINENO "configure" 3149#line $LINENO "configure"
3088#include "confdefs.h" 3150/* confdefs.h. */
3151_ACEOF
3152cat confdefs.h >>conftest.$ac_ext
3153cat >>conftest.$ac_ext <<_ACEOF
3154/* end confdefs.h. */
3089 3155
3090int 3156int
3091main () 3157main ()
@@ -3113,7 +3179,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3113 ac_compiler_gnu=yes 3179 ac_compiler_gnu=yes
3114else 3180else
3115 echo "$as_me: failed program was:" >&5 3181 echo "$as_me: failed program was:" >&5
3116cat conftest.$ac_ext >&5 3182sed 's/^/| /' conftest.$ac_ext >&5
3183
3117ac_compiler_gnu=no 3184ac_compiler_gnu=no
3118fi 3185fi
3119rm -f conftest.$ac_objext conftest.$ac_ext 3186rm -f conftest.$ac_objext conftest.$ac_ext
@@ -3133,7 +3200,11 @@ if test "${ac_cv_prog_cc_g+set}" = set; then
3133else 3200else
3134 cat >conftest.$ac_ext <<_ACEOF 3201 cat >conftest.$ac_ext <<_ACEOF
3135#line $LINENO "configure" 3202#line $LINENO "configure"
3136#include "confdefs.h" 3203/* confdefs.h. */
3204_ACEOF
3205cat confdefs.h >>conftest.$ac_ext
3206cat >>conftest.$ac_ext <<_ACEOF
3207/* end confdefs.h. */
3137 3208
3138int 3209int
3139main () 3210main ()
@@ -3158,7 +3229,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3158 ac_cv_prog_cc_g=yes 3229 ac_cv_prog_cc_g=yes
3159else 3230else
3160 echo "$as_me: failed program was:" >&5 3231 echo "$as_me: failed program was:" >&5
3161cat conftest.$ac_ext >&5 3232sed 's/^/| /' conftest.$ac_ext >&5
3233
3162ac_cv_prog_cc_g=no 3234ac_cv_prog_cc_g=no
3163fi 3235fi
3164rm -f conftest.$ac_objext conftest.$ac_ext 3236rm -f conftest.$ac_objext conftest.$ac_ext
@@ -3189,7 +3261,11 @@ else
3189ac_save_CC=$CC 3261ac_save_CC=$CC
3190cat >conftest.$ac_ext <<_ACEOF 3262cat >conftest.$ac_ext <<_ACEOF
3191#line $LINENO "configure" 3263#line $LINENO "configure"
3192#include "confdefs.h" 3264/* confdefs.h. */
3265_ACEOF
3266cat confdefs.h >>conftest.$ac_ext
3267cat >>conftest.$ac_ext <<_ACEOF
3268/* end confdefs.h. */
3193#include <stdarg.h> 3269#include <stdarg.h>
3194#include <stdio.h> 3270#include <stdio.h>
3195#include <sys/types.h> 3271#include <sys/types.h>
@@ -3252,7 +3328,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3252break 3328break
3253else 3329else
3254 echo "$as_me: failed program was:" >&5 3330 echo "$as_me: failed program was:" >&5
3255cat conftest.$ac_ext >&5 3331sed 's/^/| /' conftest.$ac_ext >&5
3332
3256fi 3333fi
3257rm -f conftest.$ac_objext 3334rm -f conftest.$ac_objext
3258done 3335done
@@ -3303,7 +3380,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3303do 3380do
3304 cat >conftest.$ac_ext <<_ACEOF 3381 cat >conftest.$ac_ext <<_ACEOF
3305#line $LINENO "configure" 3382#line $LINENO "configure"
3306#include "confdefs.h" 3383/* confdefs.h. */
3384_ACEOF
3385cat confdefs.h >>conftest.$ac_ext
3386cat >>conftest.$ac_ext <<_ACEOF
3387/* end confdefs.h. */
3307#include <stdlib.h> 3388#include <stdlib.h>
3308$ac_declaration 3389$ac_declaration
3309int 3390int
@@ -3329,13 +3410,18 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3329 : 3410 :
3330else 3411else
3331 echo "$as_me: failed program was:" >&5 3412 echo "$as_me: failed program was:" >&5
3332cat conftest.$ac_ext >&5 3413sed 's/^/| /' conftest.$ac_ext >&5
3414
3333continue 3415continue
3334fi 3416fi
3335rm -f conftest.$ac_objext conftest.$ac_ext 3417rm -f conftest.$ac_objext conftest.$ac_ext
3336 cat >conftest.$ac_ext <<_ACEOF 3418 cat >conftest.$ac_ext <<_ACEOF
3337#line $LINENO "configure" 3419#line $LINENO "configure"
3338#include "confdefs.h" 3420/* confdefs.h. */
3421_ACEOF
3422cat confdefs.h >>conftest.$ac_ext
3423cat >>conftest.$ac_ext <<_ACEOF
3424/* end confdefs.h. */
3339$ac_declaration 3425$ac_declaration
3340int 3426int
3341main () 3427main ()
@@ -3360,7 +3446,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3360 break 3446 break
3361else 3447else
3362 echo "$as_me: failed program was:" >&5 3448 echo "$as_me: failed program was:" >&5
3363cat conftest.$ac_ext >&5 3449sed 's/^/| /' conftest.$ac_ext >&5
3450
3364fi 3451fi
3365rm -f conftest.$ac_objext conftest.$ac_ext 3452rm -f conftest.$ac_objext conftest.$ac_ext
3366done 3453done
@@ -3373,7 +3460,8 @@ fi
3373 3460
3374else 3461else
3375 echo "$as_me: failed program was:" >&5 3462 echo "$as_me: failed program was:" >&5
3376cat conftest.$ac_ext >&5 3463sed 's/^/| /' conftest.$ac_ext >&5
3464
3377fi 3465fi
3378rm -f conftest.$ac_objext conftest.$ac_ext 3466rm -f conftest.$ac_objext conftest.$ac_ext
3379ac_ext=c 3467ac_ext=c
@@ -3457,7 +3545,11 @@ do
3457 # not just through cpp. "Syntax error" is here to catch this case. 3545 # not just through cpp. "Syntax error" is here to catch this case.
3458 cat >conftest.$ac_ext <<_ACEOF 3546 cat >conftest.$ac_ext <<_ACEOF
3459#line $LINENO "configure" 3547#line $LINENO "configure"
3460#include "confdefs.h" 3548/* confdefs.h. */
3549_ACEOF
3550cat confdefs.h >>conftest.$ac_ext
3551cat >>conftest.$ac_ext <<_ACEOF
3552/* end confdefs.h. */
3461#include <assert.h> 3553#include <assert.h>
3462 Syntax error 3554 Syntax error
3463_ACEOF 3555_ACEOF
@@ -3481,7 +3573,8 @@ if test -z "$ac_cpp_err"; then
3481 : 3573 :
3482else 3574else
3483 echo "$as_me: failed program was:" >&5 3575 echo "$as_me: failed program was:" >&5
3484 cat conftest.$ac_ext >&5 3576sed 's/^/| /' conftest.$ac_ext >&5
3577
3485 # Broken: fails on valid input. 3578 # Broken: fails on valid input.
3486continue 3579continue
3487fi 3580fi
@@ -3491,7 +3584,11 @@ rm -f conftest.err conftest.$ac_ext
3491 # can be detected and how. 3584 # can be detected and how.
3492 cat >conftest.$ac_ext <<_ACEOF 3585 cat >conftest.$ac_ext <<_ACEOF
3493#line $LINENO "configure" 3586#line $LINENO "configure"
3494#include "confdefs.h" 3587/* confdefs.h. */
3588_ACEOF
3589cat confdefs.h >>conftest.$ac_ext
3590cat >>conftest.$ac_ext <<_ACEOF
3591/* end confdefs.h. */
3495#include <ac_nonexistent.h> 3592#include <ac_nonexistent.h>
3496_ACEOF 3593_ACEOF
3497if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3594if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -3515,7 +3612,8 @@ if test -z "$ac_cpp_err"; then
3515continue 3612continue
3516else 3613else
3517 echo "$as_me: failed program was:" >&5 3614 echo "$as_me: failed program was:" >&5
3518 cat conftest.$ac_ext >&5 3615sed 's/^/| /' conftest.$ac_ext >&5
3616
3519 # Passes both tests. 3617 # Passes both tests.
3520ac_preproc_ok=: 3618ac_preproc_ok=:
3521break 3619break
@@ -3548,7 +3646,11 @@ do
3548 # not just through cpp. "Syntax error" is here to catch this case. 3646 # not just through cpp. "Syntax error" is here to catch this case.
3549 cat >conftest.$ac_ext <<_ACEOF 3647 cat >conftest.$ac_ext <<_ACEOF
3550#line $LINENO "configure" 3648#line $LINENO "configure"
3551#include "confdefs.h" 3649/* confdefs.h. */
3650_ACEOF
3651cat confdefs.h >>conftest.$ac_ext
3652cat >>conftest.$ac_ext <<_ACEOF
3653/* end confdefs.h. */
3552#include <assert.h> 3654#include <assert.h>
3553 Syntax error 3655 Syntax error
3554_ACEOF 3656_ACEOF
@@ -3572,7 +3674,8 @@ if test -z "$ac_cpp_err"; then
3572 : 3674 :
3573else 3675else
3574 echo "$as_me: failed program was:" >&5 3676 echo "$as_me: failed program was:" >&5
3575 cat conftest.$ac_ext >&5 3677sed 's/^/| /' conftest.$ac_ext >&5
3678
3576 # Broken: fails on valid input. 3679 # Broken: fails on valid input.
3577continue 3680continue
3578fi 3681fi
@@ -3582,7 +3685,11 @@ rm -f conftest.err conftest.$ac_ext
3582 # can be detected and how. 3685 # can be detected and how.
3583 cat >conftest.$ac_ext <<_ACEOF 3686 cat >conftest.$ac_ext <<_ACEOF
3584#line $LINENO "configure" 3687#line $LINENO "configure"
3585#include "confdefs.h" 3688/* confdefs.h. */
3689_ACEOF
3690cat confdefs.h >>conftest.$ac_ext
3691cat >>conftest.$ac_ext <<_ACEOF
3692/* end confdefs.h. */
3586#include <ac_nonexistent.h> 3693#include <ac_nonexistent.h>
3587_ACEOF 3694_ACEOF
3588if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3695if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -3606,7 +3713,8 @@ if test -z "$ac_cpp_err"; then
3606continue 3713continue
3607else 3714else
3608 echo "$as_me: failed program was:" >&5 3715 echo "$as_me: failed program was:" >&5
3609 cat conftest.$ac_ext >&5 3716sed 's/^/| /' conftest.$ac_ext >&5
3717
3610 # Passes both tests. 3718 # Passes both tests.
3611ac_preproc_ok=: 3719ac_preproc_ok=:
3612break 3720break
@@ -3619,8 +3727,10 @@ rm -f conftest.err conftest.$ac_ext
3619if $ac_preproc_ok; then 3727if $ac_preproc_ok; then
3620 : 3728 :
3621else 3729else
3622 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5 3730 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3623echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} 3731See \`config.log' for more details." >&5
3732echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3733See \`config.log' for more details." >&2;}
3624 { (exit 1); exit 1; }; } 3734 { (exit 1); exit 1; }; }
3625fi 3735fi
3626 3736
@@ -3823,7 +3933,11 @@ echo "$as_me:$LINENO: checking for AIX" >&5
3823echo $ECHO_N "checking for AIX... $ECHO_C" >&6 3933echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3824cat >conftest.$ac_ext <<_ACEOF 3934cat >conftest.$ac_ext <<_ACEOF
3825#line $LINENO "configure" 3935#line $LINENO "configure"
3826#include "confdefs.h" 3936/* confdefs.h. */
3937_ACEOF
3938cat confdefs.h >>conftest.$ac_ext
3939cat >>conftest.$ac_ext <<_ACEOF
3940/* end confdefs.h. */
3827#ifdef _AIX 3941#ifdef _AIX
3828 yes 3942 yes
3829#endif 3943#endif
@@ -4019,7 +4133,11 @@ else
4019 # so use the C compiler's -n32 option if that helps. 4133 # so use the C compiler's -n32 option if that helps.
4020 cat >conftest.$ac_ext <<_ACEOF 4134 cat >conftest.$ac_ext <<_ACEOF
4021#line $LINENO "configure" 4135#line $LINENO "configure"
4022#include "confdefs.h" 4136/* confdefs.h. */
4137_ACEOF
4138cat confdefs.h >>conftest.$ac_ext
4139cat >>conftest.$ac_ext <<_ACEOF
4140/* end confdefs.h. */
4023#include <sys/types.h> 4141#include <sys/types.h>
4024 /* Check that off_t can represent 2**63 - 1 correctly. 4142 /* Check that off_t can represent 2**63 - 1 correctly.
4025 We can't simply define LARGE_OFF_T to be 9223372036854775807, 4143 We can't simply define LARGE_OFF_T to be 9223372036854775807,
@@ -4052,7 +4170,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4052 break 4170 break
4053else 4171else
4054 echo "$as_me: failed program was:" >&5 4172 echo "$as_me: failed program was:" >&5
4055cat conftest.$ac_ext >&5 4173sed 's/^/| /' conftest.$ac_ext >&5
4174
4056fi 4175fi
4057rm -f conftest.$ac_objext 4176rm -f conftest.$ac_objext
4058 CC="$CC -n32" 4177 CC="$CC -n32"
@@ -4071,7 +4190,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4071 ac_cv_sys_largefile_CC=' -n32'; break 4190 ac_cv_sys_largefile_CC=' -n32'; break
4072else 4191else
4073 echo "$as_me: failed program was:" >&5 4192 echo "$as_me: failed program was:" >&5
4074cat conftest.$ac_ext >&5 4193sed 's/^/| /' conftest.$ac_ext >&5
4194
4075fi 4195fi
4076rm -f conftest.$ac_objext 4196rm -f conftest.$ac_objext
4077 break 4197 break
@@ -4095,7 +4215,11 @@ else
4095 ac_cv_sys_file_offset_bits=no 4215 ac_cv_sys_file_offset_bits=no
4096 cat >conftest.$ac_ext <<_ACEOF 4216 cat >conftest.$ac_ext <<_ACEOF
4097#line $LINENO "configure" 4217#line $LINENO "configure"
4098#include "confdefs.h" 4218/* confdefs.h. */
4219_ACEOF
4220cat confdefs.h >>conftest.$ac_ext
4221cat >>conftest.$ac_ext <<_ACEOF
4222/* end confdefs.h. */
4099#include <sys/types.h> 4223#include <sys/types.h>
4100 /* Check that off_t can represent 2**63 - 1 correctly. 4224 /* Check that off_t can represent 2**63 - 1 correctly.
4101 We can't simply define LARGE_OFF_T to be 9223372036854775807, 4225 We can't simply define LARGE_OFF_T to be 9223372036854775807,
@@ -4128,12 +4252,17 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4128 break 4252 break
4129else 4253else
4130 echo "$as_me: failed program was:" >&5 4254 echo "$as_me: failed program was:" >&5
4131cat conftest.$ac_ext >&5 4255sed 's/^/| /' conftest.$ac_ext >&5
4256
4132fi 4257fi
4133rm -f conftest.$ac_objext conftest.$ac_ext 4258rm -f conftest.$ac_objext conftest.$ac_ext
4134 cat >conftest.$ac_ext <<_ACEOF 4259 cat >conftest.$ac_ext <<_ACEOF
4135#line $LINENO "configure" 4260#line $LINENO "configure"
4136#include "confdefs.h" 4261/* confdefs.h. */
4262_ACEOF
4263cat confdefs.h >>conftest.$ac_ext
4264cat >>conftest.$ac_ext <<_ACEOF
4265/* end confdefs.h. */
4137#define _FILE_OFFSET_BITS 64 4266#define _FILE_OFFSET_BITS 64
4138#include <sys/types.h> 4267#include <sys/types.h>
4139 /* Check that off_t can represent 2**63 - 1 correctly. 4268 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -4167,7 +4296,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4167 ac_cv_sys_file_offset_bits=64; break 4296 ac_cv_sys_file_offset_bits=64; break
4168else 4297else
4169 echo "$as_me: failed program was:" >&5 4298 echo "$as_me: failed program was:" >&5
4170cat conftest.$ac_ext >&5 4299sed 's/^/| /' conftest.$ac_ext >&5
4300
4171fi 4301fi
4172rm -f conftest.$ac_objext conftest.$ac_ext 4302rm -f conftest.$ac_objext conftest.$ac_ext
4173 break 4303 break
@@ -4192,7 +4322,11 @@ else
4192 ac_cv_sys_large_files=no 4322 ac_cv_sys_large_files=no
4193 cat >conftest.$ac_ext <<_ACEOF 4323 cat >conftest.$ac_ext <<_ACEOF
4194#line $LINENO "configure" 4324#line $LINENO "configure"
4195#include "confdefs.h" 4325/* confdefs.h. */
4326_ACEOF
4327cat confdefs.h >>conftest.$ac_ext
4328cat >>conftest.$ac_ext <<_ACEOF
4329/* end confdefs.h. */
4196#include <sys/types.h> 4330#include <sys/types.h>
4197 /* Check that off_t can represent 2**63 - 1 correctly. 4331 /* Check that off_t can represent 2**63 - 1 correctly.
4198 We can't simply define LARGE_OFF_T to be 9223372036854775807, 4332 We can't simply define LARGE_OFF_T to be 9223372036854775807,
@@ -4225,12 +4359,17 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4225 break 4359 break
4226else 4360else
4227 echo "$as_me: failed program was:" >&5 4361 echo "$as_me: failed program was:" >&5
4228cat conftest.$ac_ext >&5 4362sed 's/^/| /' conftest.$ac_ext >&5
4363
4229fi 4364fi
4230rm -f conftest.$ac_objext conftest.$ac_ext 4365rm -f conftest.$ac_objext conftest.$ac_ext
4231 cat >conftest.$ac_ext <<_ACEOF 4366 cat >conftest.$ac_ext <<_ACEOF
4232#line $LINENO "configure" 4367#line $LINENO "configure"
4233#include "confdefs.h" 4368/* confdefs.h. */
4369_ACEOF
4370cat confdefs.h >>conftest.$ac_ext
4371cat >>conftest.$ac_ext <<_ACEOF
4372/* end confdefs.h. */
4234#define _LARGE_FILES 1 4373#define _LARGE_FILES 1
4235#include <sys/types.h> 4374#include <sys/types.h>
4236 /* Check that off_t can represent 2**63 - 1 correctly. 4375 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -4264,7 +4403,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4264 ac_cv_sys_large_files=1; break 4403 ac_cv_sys_large_files=1; break
4265else 4404else
4266 echo "$as_me: failed program was:" >&5 4405 echo "$as_me: failed program was:" >&5
4267cat conftest.$ac_ext >&5 4406sed 's/^/| /' conftest.$ac_ext >&5
4407
4268fi 4408fi
4269rm -f conftest.$ac_objext conftest.$ac_ext 4409rm -f conftest.$ac_objext conftest.$ac_ext
4270 break 4410 break
@@ -4292,43 +4432,54 @@ if test "${ac_cv_header_stdc+set}" = set; then
4292else 4432else
4293 cat >conftest.$ac_ext <<_ACEOF 4433 cat >conftest.$ac_ext <<_ACEOF
4294#line $LINENO "configure" 4434#line $LINENO "configure"
4295#include "confdefs.h" 4435/* confdefs.h. */
4436_ACEOF
4437cat confdefs.h >>conftest.$ac_ext
4438cat >>conftest.$ac_ext <<_ACEOF
4439/* end confdefs.h. */
4296#include <stdlib.h> 4440#include <stdlib.h>
4297#include <stdarg.h> 4441#include <stdarg.h>
4298#include <string.h> 4442#include <string.h>
4299#include <float.h> 4443#include <float.h>
4300 4444
4445int
4446main ()
4447{
4448
4449 ;
4450 return 0;
4451}
4301_ACEOF 4452_ACEOF
4302if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4453rm -f conftest.$ac_objext
4303 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4454if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4455 (eval $ac_compile) 2>&5
4304 ac_status=$? 4456 ac_status=$?
4305 grep -v '^ *+' conftest.er1 >conftest.err
4306 rm -f conftest.er1
4307 cat conftest.err >&5
4308 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4309 (exit $ac_status); } >/dev/null; then 4458 (exit $ac_status); } &&
4310 if test -s conftest.err; then 4459 { ac_try='test -s conftest.$ac_objext'
4311 ac_cpp_err=$ac_c_preproc_warn_flag 4460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4312 else 4461 (eval $ac_try) 2>&5
4313 ac_cpp_err= 4462 ac_status=$?
4314 fi 4463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4315else 4464 (exit $ac_status); }; }; then
4316 ac_cpp_err=yes
4317fi
4318if test -z "$ac_cpp_err"; then
4319 ac_cv_header_stdc=yes 4465 ac_cv_header_stdc=yes
4320else 4466else
4321 echo "$as_me: failed program was:" >&5 4467 echo "$as_me: failed program was:" >&5
4322 cat conftest.$ac_ext >&5 4468sed 's/^/| /' conftest.$ac_ext >&5
4323 ac_cv_header_stdc=no 4469
4470ac_cv_header_stdc=no
4324fi 4471fi
4325rm -f conftest.err conftest.$ac_ext 4472rm -f conftest.$ac_objext conftest.$ac_ext
4326 4473
4327if test $ac_cv_header_stdc = yes; then 4474if test $ac_cv_header_stdc = yes; then
4328 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4475 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4329 cat >conftest.$ac_ext <<_ACEOF 4476 cat >conftest.$ac_ext <<_ACEOF
4330#line $LINENO "configure" 4477#line $LINENO "configure"
4331#include "confdefs.h" 4478/* confdefs.h. */
4479_ACEOF
4480cat confdefs.h >>conftest.$ac_ext
4481cat >>conftest.$ac_ext <<_ACEOF
4482/* end confdefs.h. */
4332#include <string.h> 4483#include <string.h>
4333 4484
4334_ACEOF 4485_ACEOF
@@ -4346,7 +4497,11 @@ if test $ac_cv_header_stdc = yes; then
4346 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4497 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4347 cat >conftest.$ac_ext <<_ACEOF 4498 cat >conftest.$ac_ext <<_ACEOF
4348#line $LINENO "configure" 4499#line $LINENO "configure"
4349#include "confdefs.h" 4500/* confdefs.h. */
4501_ACEOF
4502cat confdefs.h >>conftest.$ac_ext
4503cat >>conftest.$ac_ext <<_ACEOF
4504/* end confdefs.h. */
4350#include <stdlib.h> 4505#include <stdlib.h>
4351 4506
4352_ACEOF 4507_ACEOF
@@ -4367,13 +4522,18 @@ if test $ac_cv_header_stdc = yes; then
4367else 4522else
4368 cat >conftest.$ac_ext <<_ACEOF 4523 cat >conftest.$ac_ext <<_ACEOF
4369#line $LINENO "configure" 4524#line $LINENO "configure"
4370#include "confdefs.h" 4525/* confdefs.h. */
4526_ACEOF
4527cat confdefs.h >>conftest.$ac_ext
4528cat >>conftest.$ac_ext <<_ACEOF
4529/* end confdefs.h. */
4371#include <ctype.h> 4530#include <ctype.h>
4372#if ((' ' & 0x0FF) == 0x020) 4531#if ((' ' & 0x0FF) == 0x020)
4373# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 4532# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4374# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 4533# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4375#else 4534#else
4376# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \ 4535# define ISLOWER(c) \
4536 (('a' <= (c) && (c) <= 'i') \
4377 || ('j' <= (c) && (c) <= 'r') \ 4537 || ('j' <= (c) && (c) <= 'r') \
4378 || ('s' <= (c) && (c) <= 'z')) 4538 || ('s' <= (c) && (c) <= 'z'))
4379# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 4539# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
@@ -4406,7 +4566,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4406else 4566else
4407 echo "$as_me: program exited with status $ac_status" >&5 4567 echo "$as_me: program exited with status $ac_status" >&5
4408echo "$as_me: failed program was:" >&5 4568echo "$as_me: failed program was:" >&5
4409cat conftest.$ac_ext >&5 4569sed 's/^/| /' conftest.$ac_ext >&5
4570
4410( exit $ac_status ) 4571( exit $ac_status )
4411ac_cv_header_stdc=no 4572ac_cv_header_stdc=no
4412fi 4573fi
@@ -4445,7 +4606,11 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then
4445else 4606else
4446 cat >conftest.$ac_ext <<_ACEOF 4607 cat >conftest.$ac_ext <<_ACEOF
4447#line $LINENO "configure" 4608#line $LINENO "configure"
4448#include "confdefs.h" 4609/* confdefs.h. */
4610_ACEOF
4611cat confdefs.h >>conftest.$ac_ext
4612cat >>conftest.$ac_ext <<_ACEOF
4613/* end confdefs.h. */
4449$ac_includes_default 4614$ac_includes_default
4450 4615
4451#include <$ac_header> 4616#include <$ac_header>
@@ -4465,7 +4630,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4465 eval "$as_ac_Header=yes" 4630 eval "$as_ac_Header=yes"
4466else 4631else
4467 echo "$as_me: failed program was:" >&5 4632 echo "$as_me: failed program was:" >&5
4468cat conftest.$ac_ext >&5 4633sed 's/^/| /' conftest.$ac_ext >&5
4634
4469eval "$as_ac_Header=no" 4635eval "$as_ac_Header=no"
4470fi 4636fi
4471rm -f conftest.$ac_objext conftest.$ac_ext 4637rm -f conftest.$ac_objext conftest.$ac_ext
@@ -4502,7 +4668,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5
4502echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 4668echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4503cat >conftest.$ac_ext <<_ACEOF 4669cat >conftest.$ac_ext <<_ACEOF
4504#line $LINENO "configure" 4670#line $LINENO "configure"
4505#include "confdefs.h" 4671/* confdefs.h. */
4672_ACEOF
4673cat confdefs.h >>conftest.$ac_ext
4674cat >>conftest.$ac_ext <<_ACEOF
4675/* end confdefs.h. */
4506$ac_includes_default 4676$ac_includes_default
4507#include <$ac_header> 4677#include <$ac_header>
4508_ACEOF 4678_ACEOF
@@ -4521,7 +4691,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4521 ac_header_compiler=yes 4691 ac_header_compiler=yes
4522else 4692else
4523 echo "$as_me: failed program was:" >&5 4693 echo "$as_me: failed program was:" >&5
4524cat conftest.$ac_ext >&5 4694sed 's/^/| /' conftest.$ac_ext >&5
4695
4525ac_header_compiler=no 4696ac_header_compiler=no
4526fi 4697fi
4527rm -f conftest.$ac_objext conftest.$ac_ext 4698rm -f conftest.$ac_objext conftest.$ac_ext
@@ -4533,7 +4704,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5
4533echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 4704echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4534cat >conftest.$ac_ext <<_ACEOF 4705cat >conftest.$ac_ext <<_ACEOF
4535#line $LINENO "configure" 4706#line $LINENO "configure"
4536#include "confdefs.h" 4707/* confdefs.h. */
4708_ACEOF
4709cat confdefs.h >>conftest.$ac_ext
4710cat >>conftest.$ac_ext <<_ACEOF
4711/* end confdefs.h. */
4537#include <$ac_header> 4712#include <$ac_header>
4538_ACEOF 4713_ACEOF
4539if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4714if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -4556,7 +4731,8 @@ if test -z "$ac_cpp_err"; then
4556 ac_header_preproc=yes 4731 ac_header_preproc=yes
4557else 4732else
4558 echo "$as_me: failed program was:" >&5 4733 echo "$as_me: failed program was:" >&5
4559 cat conftest.$ac_ext >&5 4734sed 's/^/| /' conftest.$ac_ext >&5
4735
4560 ac_header_preproc=no 4736 ac_header_preproc=no
4561fi 4737fi
4562rm -f conftest.err conftest.$ac_ext 4738rm -f conftest.err conftest.$ac_ext
@@ -4569,14 +4745,32 @@ case $ac_header_compiler:$ac_header_preproc in
4569 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4745 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4570echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 4746echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4571 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4747 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4572echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 4748echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4749 (
4750 cat <<\_ASBOX
4751## ------------------------------------ ##
4752## Report this to bug-autoconf@gnu.org. ##
4753## ------------------------------------ ##
4754_ASBOX
4755 ) |
4756 sed "s/^/$as_me: WARNING: /" >&2
4757 ;;
4573 no:yes ) 4758 no:yes )
4574 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 4759 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4575echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 4760echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4576 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4761 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4577echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4762echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4578 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4763 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4579echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 4764echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4765 (
4766 cat <<\_ASBOX
4767## ------------------------------------ ##
4768## Report this to bug-autoconf@gnu.org. ##
4769## ------------------------------------ ##
4770_ASBOX
4771 ) |
4772 sed "s/^/$as_me: WARNING: /" >&2
4773 ;;
4580esac 4774esac
4581echo "$as_me:$LINENO: checking for $ac_header" >&5 4775echo "$as_me:$LINENO: checking for $ac_header" >&5
4582echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 4776echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
@@ -4608,7 +4802,11 @@ else
4608LIBS="-lossaudio $LIBS" 4802LIBS="-lossaudio $LIBS"
4609cat >conftest.$ac_ext <<_ACEOF 4803cat >conftest.$ac_ext <<_ACEOF
4610#line $LINENO "configure" 4804#line $LINENO "configure"
4611#include "confdefs.h" 4805/* confdefs.h. */
4806_ACEOF
4807cat confdefs.h >>conftest.$ac_ext
4808cat >>conftest.$ac_ext <<_ACEOF
4809/* end confdefs.h. */
4612 4810
4613/* Override any gcc2 internal prototype to avoid an error. */ 4811/* Override any gcc2 internal prototype to avoid an error. */
4614#ifdef __cplusplus 4812#ifdef __cplusplus
@@ -4640,7 +4838,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4640 ac_cv_lib_ossaudio__oss_ioctl=yes 4838 ac_cv_lib_ossaudio__oss_ioctl=yes
4641else 4839else
4642 echo "$as_me: failed program was:" >&5 4840 echo "$as_me: failed program was:" >&5
4643cat conftest.$ac_ext >&5 4841sed 's/^/| /' conftest.$ac_ext >&5
4842
4644ac_cv_lib_ossaudio__oss_ioctl=no 4843ac_cv_lib_ossaudio__oss_ioctl=no
4645fi 4844fi
4646rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4845rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -4699,7 +4898,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5
4699echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 4898echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4700cat >conftest.$ac_ext <<_ACEOF 4899cat >conftest.$ac_ext <<_ACEOF
4701#line $LINENO "configure" 4900#line $LINENO "configure"
4702#include "confdefs.h" 4901/* confdefs.h. */
4902_ACEOF
4903cat confdefs.h >>conftest.$ac_ext
4904cat >>conftest.$ac_ext <<_ACEOF
4905/* end confdefs.h. */
4703$ac_includes_default 4906$ac_includes_default
4704#include <$ac_header> 4907#include <$ac_header>
4705_ACEOF 4908_ACEOF
@@ -4718,7 +4921,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4718 ac_header_compiler=yes 4921 ac_header_compiler=yes
4719else 4922else
4720 echo "$as_me: failed program was:" >&5 4923 echo "$as_me: failed program was:" >&5
4721cat conftest.$ac_ext >&5 4924sed 's/^/| /' conftest.$ac_ext >&5
4925
4722ac_header_compiler=no 4926ac_header_compiler=no
4723fi 4927fi
4724rm -f conftest.$ac_objext conftest.$ac_ext 4928rm -f conftest.$ac_objext conftest.$ac_ext
@@ -4730,7 +4934,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5
4730echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 4934echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4731cat >conftest.$ac_ext <<_ACEOF 4935cat >conftest.$ac_ext <<_ACEOF
4732#line $LINENO "configure" 4936#line $LINENO "configure"
4733#include "confdefs.h" 4937/* confdefs.h. */
4938_ACEOF
4939cat confdefs.h >>conftest.$ac_ext
4940cat >>conftest.$ac_ext <<_ACEOF
4941/* end confdefs.h. */
4734#include <$ac_header> 4942#include <$ac_header>
4735_ACEOF 4943_ACEOF
4736if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4944if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -4753,7 +4961,8 @@ if test -z "$ac_cpp_err"; then
4753 ac_header_preproc=yes 4961 ac_header_preproc=yes
4754else 4962else
4755 echo "$as_me: failed program was:" >&5 4963 echo "$as_me: failed program was:" >&5
4756 cat conftest.$ac_ext >&5 4964sed 's/^/| /' conftest.$ac_ext >&5
4965
4757 ac_header_preproc=no 4966 ac_header_preproc=no
4758fi 4967fi
4759rm -f conftest.err conftest.$ac_ext 4968rm -f conftest.err conftest.$ac_ext
@@ -4766,14 +4975,32 @@ case $ac_header_compiler:$ac_header_preproc in
4766 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4975 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4767echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 4976echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4768 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4977 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4769echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 4978echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4979 (
4980 cat <<\_ASBOX
4981## ------------------------------------ ##
4982## Report this to bug-autoconf@gnu.org. ##
4983## ------------------------------------ ##
4984_ASBOX
4985 ) |
4986 sed "s/^/$as_me: WARNING: /" >&2
4987 ;;
4770 no:yes ) 4988 no:yes )
4771 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 4989 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4772echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 4990echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4773 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4991 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4774echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4992echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4775 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4993 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4776echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 4994echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4995 (
4996 cat <<\_ASBOX
4997## ------------------------------------ ##
4998## Report this to bug-autoconf@gnu.org. ##
4999## ------------------------------------ ##
5000_ASBOX
5001 ) |
5002 sed "s/^/$as_me: WARNING: /" >&2
5003 ;;
4777esac 5004esac
4778echo "$as_me:$LINENO: checking for $ac_header" >&5 5005echo "$as_me:$LINENO: checking for $ac_header" >&5
4779echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5006echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
@@ -4806,7 +5033,11 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then
4806else 5033else
4807 cat >conftest.$ac_ext <<_ACEOF 5034 cat >conftest.$ac_ext <<_ACEOF
4808#line $LINENO "configure" 5035#line $LINENO "configure"
4809#include "confdefs.h" 5036/* confdefs.h. */
5037_ACEOF
5038cat confdefs.h >>conftest.$ac_ext
5039cat >>conftest.$ac_ext <<_ACEOF
5040/* end confdefs.h. */
4810#include <$ac_header> 5041#include <$ac_header>
4811_ACEOF 5042_ACEOF
4812if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5043if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -4829,7 +5060,8 @@ if test -z "$ac_cpp_err"; then
4829 eval "$as_ac_Header=yes" 5060 eval "$as_ac_Header=yes"
4830else 5061else
4831 echo "$as_me: failed program was:" >&5 5062 echo "$as_me: failed program was:" >&5
4832 cat conftest.$ac_ext >&5 5063sed 's/^/| /' conftest.$ac_ext >&5
5064
4833 eval "$as_ac_Header=no" 5065 eval "$as_ac_Header=no"
4834fi 5066fi
4835rm -f conftest.err conftest.$ac_ext 5067rm -f conftest.err conftest.$ac_ext
@@ -4852,43 +5084,54 @@ if test "${ac_cv_header_stdc+set}" = set; then
4852else 5084else
4853 cat >conftest.$ac_ext <<_ACEOF 5085 cat >conftest.$ac_ext <<_ACEOF
4854#line $LINENO "configure" 5086#line $LINENO "configure"
4855#include "confdefs.h" 5087/* confdefs.h. */
5088_ACEOF
5089cat confdefs.h >>conftest.$ac_ext
5090cat >>conftest.$ac_ext <<_ACEOF
5091/* end confdefs.h. */
4856#include <stdlib.h> 5092#include <stdlib.h>
4857#include <stdarg.h> 5093#include <stdarg.h>
4858#include <string.h> 5094#include <string.h>
4859#include <float.h> 5095#include <float.h>
4860 5096
5097int
5098main ()
5099{
5100
5101 ;
5102 return 0;
5103}
4861_ACEOF 5104_ACEOF
4862if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5105rm -f conftest.$ac_objext
4863 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5106if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5107 (eval $ac_compile) 2>&5
4864 ac_status=$? 5108 ac_status=$?
4865 grep -v '^ *+' conftest.er1 >conftest.err
4866 rm -f conftest.er1
4867 cat conftest.err >&5
4868 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4869 (exit $ac_status); } >/dev/null; then 5110 (exit $ac_status); } &&
4870 if test -s conftest.err; then 5111 { ac_try='test -s conftest.$ac_objext'
4871 ac_cpp_err=$ac_c_preproc_warn_flag 5112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4872 else 5113 (eval $ac_try) 2>&5
4873 ac_cpp_err= 5114 ac_status=$?
4874 fi 5115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4875else 5116 (exit $ac_status); }; }; then
4876 ac_cpp_err=yes
4877fi
4878if test -z "$ac_cpp_err"; then
4879 ac_cv_header_stdc=yes 5117 ac_cv_header_stdc=yes
4880else 5118else
4881 echo "$as_me: failed program was:" >&5 5119 echo "$as_me: failed program was:" >&5
4882 cat conftest.$ac_ext >&5 5120sed 's/^/| /' conftest.$ac_ext >&5
4883 ac_cv_header_stdc=no 5121
5122ac_cv_header_stdc=no
4884fi 5123fi
4885rm -f conftest.err conftest.$ac_ext 5124rm -f conftest.$ac_objext conftest.$ac_ext
4886 5125
4887if test $ac_cv_header_stdc = yes; then 5126if test $ac_cv_header_stdc = yes; then
4888 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 5127 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4889 cat >conftest.$ac_ext <<_ACEOF 5128 cat >conftest.$ac_ext <<_ACEOF
4890#line $LINENO "configure" 5129#line $LINENO "configure"
4891#include "confdefs.h" 5130/* confdefs.h. */
5131_ACEOF
5132cat confdefs.h >>conftest.$ac_ext
5133cat >>conftest.$ac_ext <<_ACEOF
5134/* end confdefs.h. */
4892#include <string.h> 5135#include <string.h>
4893 5136
4894_ACEOF 5137_ACEOF
@@ -4906,7 +5149,11 @@ if test $ac_cv_header_stdc = yes; then
4906 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 5149 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4907 cat >conftest.$ac_ext <<_ACEOF 5150 cat >conftest.$ac_ext <<_ACEOF
4908#line $LINENO "configure" 5151#line $LINENO "configure"
4909#include "confdefs.h" 5152/* confdefs.h. */
5153_ACEOF
5154cat confdefs.h >>conftest.$ac_ext
5155cat >>conftest.$ac_ext <<_ACEOF
5156/* end confdefs.h. */
4910#include <stdlib.h> 5157#include <stdlib.h>
4911 5158
4912_ACEOF 5159_ACEOF
@@ -4927,13 +5174,18 @@ if test $ac_cv_header_stdc = yes; then
4927else 5174else
4928 cat >conftest.$ac_ext <<_ACEOF 5175 cat >conftest.$ac_ext <<_ACEOF
4929#line $LINENO "configure" 5176#line $LINENO "configure"
4930#include "confdefs.h" 5177/* confdefs.h. */
5178_ACEOF
5179cat confdefs.h >>conftest.$ac_ext
5180cat >>conftest.$ac_ext <<_ACEOF
5181/* end confdefs.h. */
4931#include <ctype.h> 5182#include <ctype.h>
4932#if ((' ' & 0x0FF) == 0x020) 5183#if ((' ' & 0x0FF) == 0x020)
4933# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 5184# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4934# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 5185# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4935#else 5186#else
4936# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \ 5187# define ISLOWER(c) \
5188 (('a' <= (c) && (c) <= 'i') \
4937 || ('j' <= (c) && (c) <= 'r') \ 5189 || ('j' <= (c) && (c) <= 'r') \
4938 || ('s' <= (c) && (c) <= 'z')) 5190 || ('s' <= (c) && (c) <= 'z'))
4939# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 5191# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
@@ -4966,7 +5218,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4966else 5218else
4967 echo "$as_me: program exited with status $ac_status" >&5 5219 echo "$as_me: program exited with status $ac_status" >&5
4968echo "$as_me: failed program was:" >&5 5220echo "$as_me: failed program was:" >&5
4969cat conftest.$ac_ext >&5 5221sed 's/^/| /' conftest.$ac_ext >&5
5222
4970( exit $ac_status ) 5223( exit $ac_status )
4971ac_cv_header_stdc=no 5224ac_cv_header_stdc=no
4972fi 5225fi
@@ -4991,7 +5244,11 @@ if test "${ac_cv_header_time+set}" = set; then
4991else 5244else
4992 cat >conftest.$ac_ext <<_ACEOF 5245 cat >conftest.$ac_ext <<_ACEOF
4993#line $LINENO "configure" 5246#line $LINENO "configure"
4994#include "confdefs.h" 5247/* confdefs.h. */
5248_ACEOF
5249cat confdefs.h >>conftest.$ac_ext
5250cat >>conftest.$ac_ext <<_ACEOF
5251/* end confdefs.h. */
4995#include <sys/types.h> 5252#include <sys/types.h>
4996#include <sys/time.h> 5253#include <sys/time.h>
4997#include <time.h> 5254#include <time.h>
@@ -5020,7 +5277,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5020 ac_cv_header_time=yes 5277 ac_cv_header_time=yes
5021else 5278else
5022 echo "$as_me: failed program was:" >&5 5279 echo "$as_me: failed program was:" >&5
5023cat conftest.$ac_ext >&5 5280sed 's/^/| /' conftest.$ac_ext >&5
5281
5024ac_cv_header_time=no 5282ac_cv_header_time=no
5025fi 5283fi
5026rm -f conftest.$ac_objext conftest.$ac_ext 5284rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5035,25 +5293,91 @@ _ACEOF
5035 5293
5036fi 5294fi
5037 5295
5038echo "$as_me:$LINENO: checking for sys_siglist declaration in signal.h or unistd.h" >&5 5296echo "$as_me:$LINENO: checking whether sys_siglist is declared" >&5
5039echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... $ECHO_C" >&6 5297echo $ECHO_N "checking whether sys_siglist is declared... $ECHO_C" >&6
5040if test "${ac_cv_decl_sys_siglist+set}" = set; then 5298if test "${ac_cv_have_decl_sys_siglist+set}" = set; then
5041 echo $ECHO_N "(cached) $ECHO_C" >&6 5299 echo $ECHO_N "(cached) $ECHO_C" >&6
5042else 5300else
5043 cat >conftest.$ac_ext <<_ACEOF 5301 cat >conftest.$ac_ext <<_ACEOF
5044#line $LINENO "configure" 5302#line $LINENO "configure"
5045#include "confdefs.h" 5303/* confdefs.h. */
5046#include <sys/types.h> 5304_ACEOF
5047#include <signal.h> 5305cat confdefs.h >>conftest.$ac_ext
5048/* NetBSD declares sys_siglist in unistd.h. */ 5306cat >>conftest.$ac_ext <<_ACEOF
5049#if HAVE_UNISTD_H 5307/* end confdefs.h. */
5050# include <unistd.h> 5308$ac_includes_default
5309int
5310main ()
5311{
5312#ifndef sys_siglist
5313 char *p = (char *) sys_siglist;
5051#endif 5314#endif
5052 5315
5316 ;
5317 return 0;
5318}
5319_ACEOF
5320rm -f conftest.$ac_objext
5321if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5322 (eval $ac_compile) 2>&5
5323 ac_status=$?
5324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5325 (exit $ac_status); } &&
5326 { ac_try='test -s conftest.$ac_objext'
5327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5328 (eval $ac_try) 2>&5
5329 ac_status=$?
5330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5331 (exit $ac_status); }; }; then
5332 ac_cv_have_decl_sys_siglist=yes
5333else
5334 echo "$as_me: failed program was:" >&5
5335sed 's/^/| /' conftest.$ac_ext >&5
5336
5337ac_cv_have_decl_sys_siglist=no
5338fi
5339rm -f conftest.$ac_objext conftest.$ac_ext
5340fi
5341echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5
5342echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6
5343if test $ac_cv_have_decl_sys_siglist = yes; then
5344
5345cat >>confdefs.h <<_ACEOF
5346#define HAVE_DECL_SYS_SIGLIST 1
5347_ACEOF
5348
5349
5350else
5351 cat >>confdefs.h <<_ACEOF
5352#define HAVE_DECL_SYS_SIGLIST 0
5353_ACEOF
5354
5355
5356fi
5357
5358
5359if test $ac_cv_have_decl_sys_siglist != yes; then
5360 # For Tru64, at least:
5361 echo "$as_me:$LINENO: checking whether __sys_siglist is declared" >&5
5362echo $ECHO_N "checking whether __sys_siglist is declared... $ECHO_C" >&6
5363if test "${ac_cv_have_decl___sys_siglist+set}" = set; then
5364 echo $ECHO_N "(cached) $ECHO_C" >&6
5365else
5366 cat >conftest.$ac_ext <<_ACEOF
5367#line $LINENO "configure"
5368/* confdefs.h. */
5369_ACEOF
5370cat confdefs.h >>conftest.$ac_ext
5371cat >>conftest.$ac_ext <<_ACEOF
5372/* end confdefs.h. */
5373$ac_includes_default
5053int 5374int
5054main () 5375main ()
5055{ 5376{
5056char *msg = *(sys_siglist + 1); 5377#ifndef __sys_siglist
5378 char *p = (char *) __sys_siglist;
5379#endif
5380
5057 ; 5381 ;
5058 return 0; 5382 return 0;
5059} 5383}
@@ -5070,24 +5394,41 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5070 ac_status=$? 5394 ac_status=$?
5071 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5072 (exit $ac_status); }; }; then 5396 (exit $ac_status); }; }; then
5073 ac_cv_decl_sys_siglist=yes 5397 ac_cv_have_decl___sys_siglist=yes
5074else 5398else
5075 echo "$as_me: failed program was:" >&5 5399 echo "$as_me: failed program was:" >&5
5076cat conftest.$ac_ext >&5 5400sed 's/^/| /' conftest.$ac_ext >&5
5077ac_cv_decl_sys_siglist=no 5401
5402ac_cv_have_decl___sys_siglist=no
5078fi 5403fi
5079rm -f conftest.$ac_objext conftest.$ac_ext 5404rm -f conftest.$ac_objext conftest.$ac_ext
5080fi 5405fi
5081echo "$as_me:$LINENO: result: $ac_cv_decl_sys_siglist" >&5 5406echo "$as_me:$LINENO: result: $ac_cv_have_decl___sys_siglist" >&5
5082echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6 5407echo "${ECHO_T}$ac_cv_have_decl___sys_siglist" >&6
5083if test $ac_cv_decl_sys_siglist = yes; then 5408if test $ac_cv_have_decl___sys_siglist = yes; then
5084 5409
5085cat >>confdefs.h <<\_ACEOF 5410cat >>confdefs.h <<_ACEOF
5086#define SYS_SIGLIST_DECLARED 1 5411#define HAVE_DECL___SYS_SIGLIST 1
5412_ACEOF
5413
5414
5415else
5416 cat >>confdefs.h <<_ACEOF
5417#define HAVE_DECL___SYS_SIGLIST 0
5087_ACEOF 5418_ACEOF
5088 5419
5420
5089fi 5421fi
5090 5422
5423
5424 if test $ac_cv_have_decl___sys_siglist = yes; then
5425
5426cat >>confdefs.h <<\_ACEOF
5427#define sys_siglist __sys_siglist
5428_ACEOF
5429
5430 fi
5431fi
5091echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5 5432echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
5092echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6 5433echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
5093if test "${ac_cv_header_sys_wait_h+set}" = set; then 5434if test "${ac_cv_header_sys_wait_h+set}" = set; then
@@ -5095,7 +5436,11 @@ if test "${ac_cv_header_sys_wait_h+set}" = set; then
5095else 5436else
5096 cat >conftest.$ac_ext <<_ACEOF 5437 cat >conftest.$ac_ext <<_ACEOF
5097#line $LINENO "configure" 5438#line $LINENO "configure"
5098#include "confdefs.h" 5439/* confdefs.h. */
5440_ACEOF
5441cat confdefs.h >>conftest.$ac_ext
5442cat >>conftest.$ac_ext <<_ACEOF
5443/* end confdefs.h. */
5099#include <sys/types.h> 5444#include <sys/types.h>
5100#include <sys/wait.h> 5445#include <sys/wait.h>
5101#ifndef WEXITSTATUS 5446#ifndef WEXITSTATUS
@@ -5130,7 +5475,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5130 ac_cv_header_sys_wait_h=yes 5475 ac_cv_header_sys_wait_h=yes
5131else 5476else
5132 echo "$as_me: failed program was:" >&5 5477 echo "$as_me: failed program was:" >&5
5133cat conftest.$ac_ext >&5 5478sed 's/^/| /' conftest.$ac_ext >&5
5479
5134ac_cv_header_sys_wait_h=no 5480ac_cv_header_sys_wait_h=no
5135fi 5481fi
5136rm -f conftest.$ac_objext conftest.$ac_ext 5482rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5153,7 +5499,11 @@ if test "${emacs_cv_struct_utimbuf+set}" = set; then
5153else 5499else
5154 cat >conftest.$ac_ext <<_ACEOF 5500 cat >conftest.$ac_ext <<_ACEOF
5155#line $LINENO "configure" 5501#line $LINENO "configure"
5156#include "confdefs.h" 5502/* confdefs.h. */
5503_ACEOF
5504cat confdefs.h >>conftest.$ac_ext
5505cat >>conftest.$ac_ext <<_ACEOF
5506/* end confdefs.h. */
5157#ifdef TIME_WITH_SYS_TIME 5507#ifdef TIME_WITH_SYS_TIME
5158#include <sys/time.h> 5508#include <sys/time.h>
5159#include <time.h> 5509#include <time.h>
@@ -5190,7 +5540,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5190 emacs_cv_struct_utimbuf=yes 5540 emacs_cv_struct_utimbuf=yes
5191else 5541else
5192 echo "$as_me: failed program was:" >&5 5542 echo "$as_me: failed program was:" >&5
5193cat conftest.$ac_ext >&5 5543sed 's/^/| /' conftest.$ac_ext >&5
5544
5194emacs_cv_struct_utimbuf=no 5545emacs_cv_struct_utimbuf=no
5195fi 5546fi
5196rm -f conftest.$ac_objext conftest.$ac_ext 5547rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5212,7 +5563,11 @@ if test "${ac_cv_type_signal+set}" = set; then
5212else 5563else
5213 cat >conftest.$ac_ext <<_ACEOF 5564 cat >conftest.$ac_ext <<_ACEOF
5214#line $LINENO "configure" 5565#line $LINENO "configure"
5215#include "confdefs.h" 5566/* confdefs.h. */
5567_ACEOF
5568cat confdefs.h >>conftest.$ac_ext
5569cat >>conftest.$ac_ext <<_ACEOF
5570/* end confdefs.h. */
5216#include <sys/types.h> 5571#include <sys/types.h>
5217#include <signal.h> 5572#include <signal.h>
5218#ifdef signal 5573#ifdef signal
@@ -5247,7 +5602,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5247 ac_cv_type_signal=void 5602 ac_cv_type_signal=void
5248else 5603else
5249 echo "$as_me: failed program was:" >&5 5604 echo "$as_me: failed program was:" >&5
5250cat conftest.$ac_ext >&5 5605sed 's/^/| /' conftest.$ac_ext >&5
5606
5251ac_cv_type_signal=int 5607ac_cv_type_signal=int
5252fi 5608fi
5253rm -f conftest.$ac_objext conftest.$ac_ext 5609rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5268,7 +5624,11 @@ if test "${emacs_cv_speed_t+set}" = set; then
5268else 5624else
5269 cat >conftest.$ac_ext <<_ACEOF 5625 cat >conftest.$ac_ext <<_ACEOF
5270#line $LINENO "configure" 5626#line $LINENO "configure"
5271#include "confdefs.h" 5627/* confdefs.h. */
5628_ACEOF
5629cat confdefs.h >>conftest.$ac_ext
5630cat >>conftest.$ac_ext <<_ACEOF
5631/* end confdefs.h. */
5272#include <termios.h> 5632#include <termios.h>
5273int 5633int
5274main () 5634main ()
@@ -5293,7 +5653,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5293 emacs_cv_speed_t=yes 5653 emacs_cv_speed_t=yes
5294else 5654else
5295 echo "$as_me: failed program was:" >&5 5655 echo "$as_me: failed program was:" >&5
5296cat conftest.$ac_ext >&5 5656sed 's/^/| /' conftest.$ac_ext >&5
5657
5297emacs_cv_speed_t=no 5658emacs_cv_speed_t=no
5298fi 5659fi
5299rm -f conftest.$ac_objext conftest.$ac_ext 5660rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5315,7 +5676,11 @@ if test "${emacs_cv_struct_timeval+set}" = set; then
5315else 5676else
5316 cat >conftest.$ac_ext <<_ACEOF 5677 cat >conftest.$ac_ext <<_ACEOF
5317#line $LINENO "configure" 5678#line $LINENO "configure"
5318#include "confdefs.h" 5679/* confdefs.h. */
5680_ACEOF
5681cat confdefs.h >>conftest.$ac_ext
5682cat >>conftest.$ac_ext <<_ACEOF
5683/* end confdefs.h. */
5319#ifdef TIME_WITH_SYS_TIME 5684#ifdef TIME_WITH_SYS_TIME
5320#include <sys/time.h> 5685#include <sys/time.h>
5321#include <time.h> 5686#include <time.h>
@@ -5349,7 +5714,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5349 emacs_cv_struct_timeval=yes 5714 emacs_cv_struct_timeval=yes
5350else 5715else
5351 echo "$as_me: failed program was:" >&5 5716 echo "$as_me: failed program was:" >&5
5352cat conftest.$ac_ext >&5 5717sed 's/^/| /' conftest.$ac_ext >&5
5718
5353emacs_cv_struct_timeval=no 5719emacs_cv_struct_timeval=no
5354fi 5720fi
5355rm -f conftest.$ac_objext conftest.$ac_ext 5721rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5372,7 +5738,11 @@ if test "${emacs_cv_struct_exception+set}" = set; then
5372else 5738else
5373 cat >conftest.$ac_ext <<_ACEOF 5739 cat >conftest.$ac_ext <<_ACEOF
5374#line $LINENO "configure" 5740#line $LINENO "configure"
5375#include "confdefs.h" 5741/* confdefs.h. */
5742_ACEOF
5743cat confdefs.h >>conftest.$ac_ext
5744cat >>conftest.$ac_ext <<_ACEOF
5745/* end confdefs.h. */
5376#include <math.h> 5746#include <math.h>
5377int 5747int
5378main () 5748main ()
@@ -5397,7 +5767,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5397 emacs_cv_struct_exception=yes 5767 emacs_cv_struct_exception=yes
5398else 5768else
5399 echo "$as_me: failed program was:" >&5 5769 echo "$as_me: failed program was:" >&5
5400cat conftest.$ac_ext >&5 5770sed 's/^/| /' conftest.$ac_ext >&5
5771
5401emacs_cv_struct_exception=no 5772emacs_cv_struct_exception=no
5402fi 5773fi
5403rm -f conftest.$ac_objext conftest.$ac_ext 5774rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5420,7 +5791,11 @@ if test "${ac_cv_struct_tm+set}" = set; then
5420else 5791else
5421 cat >conftest.$ac_ext <<_ACEOF 5792 cat >conftest.$ac_ext <<_ACEOF
5422#line $LINENO "configure" 5793#line $LINENO "configure"
5423#include "confdefs.h" 5794/* confdefs.h. */
5795_ACEOF
5796cat confdefs.h >>conftest.$ac_ext
5797cat >>conftest.$ac_ext <<_ACEOF
5798/* end confdefs.h. */
5424#include <sys/types.h> 5799#include <sys/types.h>
5425#include <time.h> 5800#include <time.h>
5426 5801
@@ -5447,7 +5822,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5447 ac_cv_struct_tm=time.h 5822 ac_cv_struct_tm=time.h
5448else 5823else
5449 echo "$as_me: failed program was:" >&5 5824 echo "$as_me: failed program was:" >&5
5450cat conftest.$ac_ext >&5 5825sed 's/^/| /' conftest.$ac_ext >&5
5826
5451ac_cv_struct_tm=sys/time.h 5827ac_cv_struct_tm=sys/time.h
5452fi 5828fi
5453rm -f conftest.$ac_objext conftest.$ac_ext 5829rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5469,7 +5845,11 @@ if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
5469else 5845else
5470 cat >conftest.$ac_ext <<_ACEOF 5846 cat >conftest.$ac_ext <<_ACEOF
5471#line $LINENO "configure" 5847#line $LINENO "configure"
5472#include "confdefs.h" 5848/* confdefs.h. */
5849_ACEOF
5850cat confdefs.h >>conftest.$ac_ext
5851cat >>conftest.$ac_ext <<_ACEOF
5852/* end confdefs.h. */
5473#include <sys/types.h> 5853#include <sys/types.h>
5474#include <$ac_cv_struct_tm> 5854#include <$ac_cv_struct_tm>
5475 5855
@@ -5499,10 +5879,15 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5499 ac_cv_member_struct_tm_tm_zone=yes 5879 ac_cv_member_struct_tm_tm_zone=yes
5500else 5880else
5501 echo "$as_me: failed program was:" >&5 5881 echo "$as_me: failed program was:" >&5
5502cat conftest.$ac_ext >&5 5882sed 's/^/| /' conftest.$ac_ext >&5
5883
5503cat >conftest.$ac_ext <<_ACEOF 5884cat >conftest.$ac_ext <<_ACEOF
5504#line $LINENO "configure" 5885#line $LINENO "configure"
5505#include "confdefs.h" 5886/* confdefs.h. */
5887_ACEOF
5888cat confdefs.h >>conftest.$ac_ext
5889cat >>conftest.$ac_ext <<_ACEOF
5890/* end confdefs.h. */
5506#include <sys/types.h> 5891#include <sys/types.h>
5507#include <$ac_cv_struct_tm> 5892#include <$ac_cv_struct_tm>
5508 5893
@@ -5532,7 +5917,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5532 ac_cv_member_struct_tm_tm_zone=yes 5917 ac_cv_member_struct_tm_tm_zone=yes
5533else 5918else
5534 echo "$as_me: failed program was:" >&5 5919 echo "$as_me: failed program was:" >&5
5535cat conftest.$ac_ext >&5 5920sed 's/^/| /' conftest.$ac_ext >&5
5921
5536ac_cv_member_struct_tm_tm_zone=no 5922ac_cv_member_struct_tm_tm_zone=no
5537fi 5923fi
5538rm -f conftest.$ac_objext conftest.$ac_ext 5924rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5564,7 +5950,11 @@ if test "${ac_cv_var_tzname+set}" = set; then
5564else 5950else
5565 cat >conftest.$ac_ext <<_ACEOF 5951 cat >conftest.$ac_ext <<_ACEOF
5566#line $LINENO "configure" 5952#line $LINENO "configure"
5567#include "confdefs.h" 5953/* confdefs.h. */
5954_ACEOF
5955cat confdefs.h >>conftest.$ac_ext
5956cat >>conftest.$ac_ext <<_ACEOF
5957/* end confdefs.h. */
5568#include <time.h> 5958#include <time.h>
5569#ifndef tzname /* For SGI. */ 5959#ifndef tzname /* For SGI. */
5570extern char *tzname[]; /* RS6000 and others reject char **tzname. */ 5960extern char *tzname[]; /* RS6000 and others reject char **tzname. */
@@ -5593,7 +5983,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5593 ac_cv_var_tzname=yes 5983 ac_cv_var_tzname=yes
5594else 5984else
5595 echo "$as_me: failed program was:" >&5 5985 echo "$as_me: failed program was:" >&5
5596cat conftest.$ac_ext >&5 5986sed 's/^/| /' conftest.$ac_ext >&5
5987
5597ac_cv_var_tzname=no 5988ac_cv_var_tzname=no
5598fi 5989fi
5599rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5990rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -5616,7 +6007,11 @@ if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then
5616else 6007else
5617 cat >conftest.$ac_ext <<_ACEOF 6008 cat >conftest.$ac_ext <<_ACEOF
5618#line $LINENO "configure" 6009#line $LINENO "configure"
5619#include "confdefs.h" 6010/* confdefs.h. */
6011_ACEOF
6012cat confdefs.h >>conftest.$ac_ext
6013cat >>conftest.$ac_ext <<_ACEOF
6014/* end confdefs.h. */
5620#include <time.h> 6015#include <time.h>
5621 6016
5622int 6017int
@@ -5644,10 +6039,15 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5644 ac_cv_member_struct_tm_tm_gmtoff=yes 6039 ac_cv_member_struct_tm_tm_gmtoff=yes
5645else 6040else
5646 echo "$as_me: failed program was:" >&5 6041 echo "$as_me: failed program was:" >&5
5647cat conftest.$ac_ext >&5 6042sed 's/^/| /' conftest.$ac_ext >&5
6043
5648cat >conftest.$ac_ext <<_ACEOF 6044cat >conftest.$ac_ext <<_ACEOF
5649#line $LINENO "configure" 6045#line $LINENO "configure"
5650#include "confdefs.h" 6046/* confdefs.h. */
6047_ACEOF
6048cat confdefs.h >>conftest.$ac_ext
6049cat >>conftest.$ac_ext <<_ACEOF
6050/* end confdefs.h. */
5651#include <time.h> 6051#include <time.h>
5652 6052
5653int 6053int
@@ -5675,7 +6075,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5675 ac_cv_member_struct_tm_tm_gmtoff=yes 6075 ac_cv_member_struct_tm_tm_gmtoff=yes
5676else 6076else
5677 echo "$as_me: failed program was:" >&5 6077 echo "$as_me: failed program was:" >&5
5678cat conftest.$ac_ext >&5 6078sed 's/^/| /' conftest.$ac_ext >&5
6079
5679ac_cv_member_struct_tm_tm_gmtoff=no 6080ac_cv_member_struct_tm_tm_gmtoff=no
5680fi 6081fi
5681rm -f conftest.$ac_objext conftest.$ac_ext 6082rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5721,7 +6122,11 @@ if test "${ac_cv_c_volatile+set}" = set; then
5721else 6122else
5722 cat >conftest.$ac_ext <<_ACEOF 6123 cat >conftest.$ac_ext <<_ACEOF
5723#line $LINENO "configure" 6124#line $LINENO "configure"
5724#include "confdefs.h" 6125/* confdefs.h. */
6126_ACEOF
6127cat confdefs.h >>conftest.$ac_ext
6128cat >>conftest.$ac_ext <<_ACEOF
6129/* end confdefs.h. */
5725 6130
5726int 6131int
5727main () 6132main ()
@@ -5748,7 +6153,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5748 ac_cv_c_volatile=yes 6153 ac_cv_c_volatile=yes
5749else 6154else
5750 echo "$as_me: failed program was:" >&5 6155 echo "$as_me: failed program was:" >&5
5751cat conftest.$ac_ext >&5 6156sed 's/^/| /' conftest.$ac_ext >&5
6157
5752ac_cv_c_volatile=no 6158ac_cv_c_volatile=no
5753fi 6159fi
5754rm -f conftest.$ac_objext conftest.$ac_ext 6160rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5770,7 +6176,11 @@ if test "${ac_cv_c_const+set}" = set; then
5770else 6176else
5771 cat >conftest.$ac_ext <<_ACEOF 6177 cat >conftest.$ac_ext <<_ACEOF
5772#line $LINENO "configure" 6178#line $LINENO "configure"
5773#include "confdefs.h" 6179/* confdefs.h. */
6180_ACEOF
6181cat confdefs.h >>conftest.$ac_ext
6182cat >>conftest.$ac_ext <<_ACEOF
6183/* end confdefs.h. */
5774 6184
5775int 6185int
5776main () 6186main ()
@@ -5841,7 +6251,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5841 ac_cv_c_const=yes 6251 ac_cv_c_const=yes
5842else 6252else
5843 echo "$as_me: failed program was:" >&5 6253 echo "$as_me: failed program was:" >&5
5844cat conftest.$ac_ext >&5 6254sed 's/^/| /' conftest.$ac_ext >&5
6255
5845ac_cv_c_const=no 6256ac_cv_c_const=no
5846fi 6257fi
5847rm -f conftest.$ac_objext conftest.$ac_ext 6258rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5863,7 +6274,11 @@ if test "${emacs_cv_void_star+set}" = set; then
5863else 6274else
5864 cat >conftest.$ac_ext <<_ACEOF 6275 cat >conftest.$ac_ext <<_ACEOF
5865#line $LINENO "configure" 6276#line $LINENO "configure"
5866#include "confdefs.h" 6277/* confdefs.h. */
6278_ACEOF
6279cat confdefs.h >>conftest.$ac_ext
6280cat >>conftest.$ac_ext <<_ACEOF
6281/* end confdefs.h. */
5867 6282
5868int 6283int
5869main () 6284main ()
@@ -5888,7 +6303,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5888 emacs_cv_void_star=yes 6303 emacs_cv_void_star=yes
5889else 6304else
5890 echo "$as_me: failed program was:" >&5 6305 echo "$as_me: failed program was:" >&5
5891cat conftest.$ac_ext >&5 6306sed 's/^/| /' conftest.$ac_ext >&5
6307
5892emacs_cv_void_star=no 6308emacs_cv_void_star=no
5893fi 6309fi
5894rm -f conftest.$ac_objext conftest.$ac_ext 6310rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5908,15 +6324,16 @@ _ACEOF
5908fi 6324fi
5909 6325
5910 6326
5911echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5 6327
5912echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 6328echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
6329echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
5913set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 6330set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
5914if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 6331if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
5915 echo $ECHO_N "(cached) $ECHO_C" >&6 6332 echo $ECHO_N "(cached) $ECHO_C" >&6
5916else 6333else
5917 cat >conftest.make <<\_ACEOF 6334 cat >conftest.make <<\_ACEOF
5918all: 6335all:
5919 @echo 'ac_maketemp="${MAKE}"' 6336 @echo 'ac_maketemp="$(MAKE)"'
5920_ACEOF 6337_ACEOF
5921# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 6338# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5922eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` 6339eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
@@ -6089,7 +6506,11 @@ if test "$ac_x_includes" = no; then
6089 # First, try using that file with no special directory specified. 6506 # First, try using that file with no special directory specified.
6090 cat >conftest.$ac_ext <<_ACEOF 6507 cat >conftest.$ac_ext <<_ACEOF
6091#line $LINENO "configure" 6508#line $LINENO "configure"
6092#include "confdefs.h" 6509/* confdefs.h. */
6510_ACEOF
6511cat confdefs.h >>conftest.$ac_ext
6512cat >>conftest.$ac_ext <<_ACEOF
6513/* end confdefs.h. */
6093#include <X11/Intrinsic.h> 6514#include <X11/Intrinsic.h>
6094_ACEOF 6515_ACEOF
6095if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6516if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -6113,7 +6534,8 @@ if test -z "$ac_cpp_err"; then
6113ac_x_includes= 6534ac_x_includes=
6114else 6535else
6115 echo "$as_me: failed program was:" >&5 6536 echo "$as_me: failed program was:" >&5
6116 cat conftest.$ac_ext >&5 6537sed 's/^/| /' conftest.$ac_ext >&5
6538
6117 for ac_dir in $ac_x_header_dirs; do 6539 for ac_dir in $ac_x_header_dirs; do
6118 if test -r "$ac_dir/X11/Intrinsic.h"; then 6540 if test -r "$ac_dir/X11/Intrinsic.h"; then
6119 ac_x_includes=$ac_dir 6541 ac_x_includes=$ac_dir
@@ -6132,7 +6554,11 @@ if test "$ac_x_libraries" = no; then
6132 LIBS="-lXt $LIBS" 6554 LIBS="-lXt $LIBS"
6133 cat >conftest.$ac_ext <<_ACEOF 6555 cat >conftest.$ac_ext <<_ACEOF
6134#line $LINENO "configure" 6556#line $LINENO "configure"
6135#include "confdefs.h" 6557/* confdefs.h. */
6558_ACEOF
6559cat confdefs.h >>conftest.$ac_ext
6560cat >>conftest.$ac_ext <<_ACEOF
6561/* end confdefs.h. */
6136#include <X11/Intrinsic.h> 6562#include <X11/Intrinsic.h>
6137int 6563int
6138main () 6564main ()
@@ -6159,7 +6585,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6159ac_x_libraries= 6585ac_x_libraries=
6160else 6586else
6161 echo "$as_me: failed program was:" >&5 6587 echo "$as_me: failed program was:" >&5
6162cat conftest.$ac_ext >&5 6588sed 's/^/| /' conftest.$ac_ext >&5
6589
6163LIBS=$ac_save_LIBS 6590LIBS=$ac_save_LIBS
6164for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` 6591for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
6165do 6592do
@@ -6305,30 +6732,37 @@ if test "${ac_cv_func_malloc_get_state+set}" = set; then
6305else 6732else
6306 cat >conftest.$ac_ext <<_ACEOF 6733 cat >conftest.$ac_ext <<_ACEOF
6307#line $LINENO "configure" 6734#line $LINENO "configure"
6308#include "confdefs.h" 6735/* confdefs.h. */
6736_ACEOF
6737cat confdefs.h >>conftest.$ac_ext
6738cat >>conftest.$ac_ext <<_ACEOF
6739/* end confdefs.h. */
6309/* System header to define __stub macros and hopefully few prototypes, 6740/* System header to define __stub macros and hopefully few prototypes,
6310 which can conflict with char malloc_get_state (); below. */ 6741 which can conflict with char malloc_get_state (); below. */
6311#include <assert.h> 6742#include <assert.h>
6312/* Override any gcc2 internal prototype to avoid an error. */ 6743/* Override any gcc2 internal prototype to avoid an error. */
6313#ifdef __cplusplus 6744#ifdef __cplusplus
6314extern "C" 6745extern "C"
6746{
6315#endif 6747#endif
6316/* We use char because int might match the return type of a gcc2 6748/* We use char because int might match the return type of a gcc2
6317 builtin and then its argument prototype would still apply. */ 6749 builtin and then its argument prototype would still apply. */
6318char malloc_get_state (); 6750char malloc_get_state ();
6319char (*f) ();
6320
6321int
6322main ()
6323{
6324/* The GNU C library defines this for functions which it implements 6751/* The GNU C library defines this for functions which it implements
6325 to always fail with ENOSYS. Some functions are actually named 6752 to always fail with ENOSYS. Some functions are actually named
6326 something starting with __ and the normal name is an alias. */ 6753 something starting with __ and the normal name is an alias. */
6327#if defined (__stub_malloc_get_state) || defined (__stub___malloc_get_state) 6754#if defined (__stub_malloc_get_state) || defined (__stub___malloc_get_state)
6328choke me 6755choke me
6329#else 6756#else
6330f = malloc_get_state; 6757char (*f) () = malloc_get_state;
6331#endif 6758#endif
6759#ifdef __cplusplus
6760}
6761#endif
6762
6763int
6764main ()
6765{
6332 6766
6333 ; 6767 ;
6334 return 0; 6768 return 0;
@@ -6349,7 +6783,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6349 ac_cv_func_malloc_get_state=yes 6783 ac_cv_func_malloc_get_state=yes
6350else 6784else
6351 echo "$as_me: failed program was:" >&5 6785 echo "$as_me: failed program was:" >&5
6352cat conftest.$ac_ext >&5 6786sed 's/^/| /' conftest.$ac_ext >&5
6787
6353ac_cv_func_malloc_get_state=no 6788ac_cv_func_malloc_get_state=no
6354fi 6789fi
6355rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6790rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -6369,31 +6804,38 @@ if test "${ac_cv_func_malloc_set_state+set}" = set; then
6369else 6804else
6370 cat >conftest.$ac_ext <<_ACEOF 6805 cat >conftest.$ac_ext <<_ACEOF
6371#line $LINENO "configure" 6806#line $LINENO "configure"
6372#include "confdefs.h" 6807/* confdefs.h. */
6808_ACEOF
6809cat confdefs.h >>conftest.$ac_ext
6810cat >>conftest.$ac_ext <<_ACEOF
6811/* end confdefs.h. */
6373/* System header to define __stub macros and hopefully few prototypes, 6812/* System header to define __stub macros and hopefully few prototypes,
6374 which can conflict with char malloc_set_state (); below. */ 6813 which can conflict with char malloc_set_state (); below. */
6375#include <assert.h> 6814#include <assert.h>
6376/* Override any gcc2 internal prototype to avoid an error. */ 6815/* Override any gcc2 internal prototype to avoid an error. */
6377#ifdef __cplusplus 6816#ifdef __cplusplus
6378extern "C" 6817extern "C"
6818{
6379#endif 6819#endif
6380/* We use char because int might match the return type of a gcc2 6820/* We use char because int might match the return type of a gcc2
6381 builtin and then its argument prototype would still apply. */ 6821 builtin and then its argument prototype would still apply. */
6382char malloc_set_state (); 6822char malloc_set_state ();
6383char (*f) ();
6384
6385int
6386main ()
6387{
6388/* The GNU C library defines this for functions which it implements 6823/* The GNU C library defines this for functions which it implements
6389 to always fail with ENOSYS. Some functions are actually named 6824 to always fail with ENOSYS. Some functions are actually named
6390 something starting with __ and the normal name is an alias. */ 6825 something starting with __ and the normal name is an alias. */
6391#if defined (__stub_malloc_set_state) || defined (__stub___malloc_set_state) 6826#if defined (__stub_malloc_set_state) || defined (__stub___malloc_set_state)
6392choke me 6827choke me
6393#else 6828#else
6394f = malloc_set_state; 6829char (*f) () = malloc_set_state;
6830#endif
6831#ifdef __cplusplus
6832}
6395#endif 6833#endif
6396 6834
6835int
6836main ()
6837{
6838
6397 ; 6839 ;
6398 return 0; 6840 return 0;
6399} 6841}
@@ -6413,7 +6855,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6413 ac_cv_func_malloc_set_state=yes 6855 ac_cv_func_malloc_set_state=yes
6414else 6856else
6415 echo "$as_me: failed program was:" >&5 6857 echo "$as_me: failed program was:" >&5
6416cat conftest.$ac_ext >&5 6858sed 's/^/| /' conftest.$ac_ext >&5
6859
6417ac_cv_func_malloc_set_state=no 6860ac_cv_func_malloc_set_state=no
6418fi 6861fi
6419rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6862rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -6433,7 +6876,11 @@ if test "${emacs_cv_var___after_morecore_hook+set}" = set; then
6433else 6876else
6434 cat >conftest.$ac_ext <<_ACEOF 6877 cat >conftest.$ac_ext <<_ACEOF
6435#line $LINENO "configure" 6878#line $LINENO "configure"
6436#include "confdefs.h" 6879/* confdefs.h. */
6880_ACEOF
6881cat confdefs.h >>conftest.$ac_ext
6882cat >>conftest.$ac_ext <<_ACEOF
6883/* end confdefs.h. */
6437extern void (* __after_morecore_hook)(); 6884extern void (* __after_morecore_hook)();
6438int 6885int
6439main () 6886main ()
@@ -6458,7 +6905,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6458 emacs_cv_var___after_morecore_hook=yes 6905 emacs_cv_var___after_morecore_hook=yes
6459else 6906else
6460 echo "$as_me: failed program was:" >&5 6907 echo "$as_me: failed program was:" >&5
6461cat conftest.$ac_ext >&5 6908sed 's/^/| /' conftest.$ac_ext >&5
6909
6462emacs_cv_var___after_morecore_hook=no 6910emacs_cv_var___after_morecore_hook=no
6463fi 6911fi
6464rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6912rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -6509,7 +6957,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5
6509echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 6957echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6510cat >conftest.$ac_ext <<_ACEOF 6958cat >conftest.$ac_ext <<_ACEOF
6511#line $LINENO "configure" 6959#line $LINENO "configure"
6512#include "confdefs.h" 6960/* confdefs.h. */
6961_ACEOF
6962cat confdefs.h >>conftest.$ac_ext
6963cat >>conftest.$ac_ext <<_ACEOF
6964/* end confdefs.h. */
6513$ac_includes_default 6965$ac_includes_default
6514#include <$ac_header> 6966#include <$ac_header>
6515_ACEOF 6967_ACEOF
@@ -6528,7 +6980,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6528 ac_header_compiler=yes 6980 ac_header_compiler=yes
6529else 6981else
6530 echo "$as_me: failed program was:" >&5 6982 echo "$as_me: failed program was:" >&5
6531cat conftest.$ac_ext >&5 6983sed 's/^/| /' conftest.$ac_ext >&5
6984
6532ac_header_compiler=no 6985ac_header_compiler=no
6533fi 6986fi
6534rm -f conftest.$ac_objext conftest.$ac_ext 6987rm -f conftest.$ac_objext conftest.$ac_ext
@@ -6540,7 +6993,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5
6540echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 6993echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6541cat >conftest.$ac_ext <<_ACEOF 6994cat >conftest.$ac_ext <<_ACEOF
6542#line $LINENO "configure" 6995#line $LINENO "configure"
6543#include "confdefs.h" 6996/* confdefs.h. */
6997_ACEOF
6998cat confdefs.h >>conftest.$ac_ext
6999cat >>conftest.$ac_ext <<_ACEOF
7000/* end confdefs.h. */
6544#include <$ac_header> 7001#include <$ac_header>
6545_ACEOF 7002_ACEOF
6546if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 7003if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -6563,7 +7020,8 @@ if test -z "$ac_cpp_err"; then
6563 ac_header_preproc=yes 7020 ac_header_preproc=yes
6564else 7021else
6565 echo "$as_me: failed program was:" >&5 7022 echo "$as_me: failed program was:" >&5
6566 cat conftest.$ac_ext >&5 7023sed 's/^/| /' conftest.$ac_ext >&5
7024
6567 ac_header_preproc=no 7025 ac_header_preproc=no
6568fi 7026fi
6569rm -f conftest.err conftest.$ac_ext 7027rm -f conftest.err conftest.$ac_ext
@@ -6576,14 +7034,32 @@ case $ac_header_compiler:$ac_header_preproc in
6576 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 7034 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6577echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 7035echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6578 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7036 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6579echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 7037echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7038 (
7039 cat <<\_ASBOX
7040## ------------------------------------ ##
7041## Report this to bug-autoconf@gnu.org. ##
7042## ------------------------------------ ##
7043_ASBOX
7044 ) |
7045 sed "s/^/$as_me: WARNING: /" >&2
7046 ;;
6580 no:yes ) 7047 no:yes )
6581 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 7048 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6582echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 7049echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6583 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 7050 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6584echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 7051echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6585 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7052 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6586echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 7053echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7054 (
7055 cat <<\_ASBOX
7056## ------------------------------------ ##
7057## Report this to bug-autoconf@gnu.org. ##
7058## ------------------------------------ ##
7059_ASBOX
7060 ) |
7061 sed "s/^/$as_me: WARNING: /" >&2
7062 ;;
6587esac 7063esac
6588echo "$as_me:$LINENO: checking for $ac_header" >&5 7064echo "$as_me:$LINENO: checking for $ac_header" >&5
6589echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 7065echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
@@ -6616,31 +7092,38 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
6616else 7092else
6617 cat >conftest.$ac_ext <<_ACEOF 7093 cat >conftest.$ac_ext <<_ACEOF
6618#line $LINENO "configure" 7094#line $LINENO "configure"
6619#include "confdefs.h" 7095/* confdefs.h. */
7096_ACEOF
7097cat confdefs.h >>conftest.$ac_ext
7098cat >>conftest.$ac_ext <<_ACEOF
7099/* end confdefs.h. */
6620/* System header to define __stub macros and hopefully few prototypes, 7100/* System header to define __stub macros and hopefully few prototypes,
6621 which can conflict with char $ac_func (); below. */ 7101 which can conflict with char $ac_func (); below. */
6622#include <assert.h> 7102#include <assert.h>
6623/* Override any gcc2 internal prototype to avoid an error. */ 7103/* Override any gcc2 internal prototype to avoid an error. */
6624#ifdef __cplusplus 7104#ifdef __cplusplus
6625extern "C" 7105extern "C"
7106{
6626#endif 7107#endif
6627/* We use char because int might match the return type of a gcc2 7108/* We use char because int might match the return type of a gcc2
6628 builtin and then its argument prototype would still apply. */ 7109 builtin and then its argument prototype would still apply. */
6629char $ac_func (); 7110char $ac_func ();
6630char (*f) ();
6631
6632int
6633main ()
6634{
6635/* The GNU C library defines this for functions which it implements 7111/* The GNU C library defines this for functions which it implements
6636 to always fail with ENOSYS. Some functions are actually named 7112 to always fail with ENOSYS. Some functions are actually named
6637 something starting with __ and the normal name is an alias. */ 7113 something starting with __ and the normal name is an alias. */
6638#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 7114#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6639choke me 7115choke me
6640#else 7116#else
6641f = $ac_func; 7117char (*f) () = $ac_func;
7118#endif
7119#ifdef __cplusplus
7120}
6642#endif 7121#endif
6643 7122
7123int
7124main ()
7125{
7126
6644 ; 7127 ;
6645 return 0; 7128 return 0;
6646} 7129}
@@ -6660,7 +7143,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6660 eval "$as_ac_var=yes" 7143 eval "$as_ac_var=yes"
6661else 7144else
6662 echo "$as_me: failed program was:" >&5 7145 echo "$as_me: failed program was:" >&5
6663cat conftest.$ac_ext >&5 7146sed 's/^/| /' conftest.$ac_ext >&5
7147
6664eval "$as_ac_var=no" 7148eval "$as_ac_var=no"
6665fi 7149fi
6666rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7150rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -6685,7 +7169,11 @@ else
6685else 7169else
6686 cat >conftest.$ac_ext <<_ACEOF 7170 cat >conftest.$ac_ext <<_ACEOF
6687#line $LINENO "configure" 7171#line $LINENO "configure"
6688#include "confdefs.h" 7172/* confdefs.h. */
7173_ACEOF
7174cat confdefs.h >>conftest.$ac_ext
7175cat >>conftest.$ac_ext <<_ACEOF
7176/* end confdefs.h. */
6689$ac_includes_default 7177$ac_includes_default
6690/* malloc might have been renamed as rpl_malloc. */ 7178/* malloc might have been renamed as rpl_malloc. */
6691#undef malloc 7179#undef malloc
@@ -6828,7 +7316,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6828else 7316else
6829 echo "$as_me: program exited with status $ac_status" >&5 7317 echo "$as_me: program exited with status $ac_status" >&5
6830echo "$as_me: failed program was:" >&5 7318echo "$as_me: failed program was:" >&5
6831cat conftest.$ac_ext >&5 7319sed 's/^/| /' conftest.$ac_ext >&5
7320
6832( exit $ac_status ) 7321( exit $ac_status )
6833ac_cv_func_mmap_fixed_mapped=no 7322ac_cv_func_mmap_fixed_mapped=no
6834fi 7323fi
@@ -6862,7 +7351,11 @@ else
6862LIBS="-ldnet $LIBS" 7351LIBS="-ldnet $LIBS"
6863cat >conftest.$ac_ext <<_ACEOF 7352cat >conftest.$ac_ext <<_ACEOF
6864#line $LINENO "configure" 7353#line $LINENO "configure"
6865#include "confdefs.h" 7354/* confdefs.h. */
7355_ACEOF
7356cat confdefs.h >>conftest.$ac_ext
7357cat >>conftest.$ac_ext <<_ACEOF
7358/* end confdefs.h. */
6866 7359
6867/* Override any gcc2 internal prototype to avoid an error. */ 7360/* Override any gcc2 internal prototype to avoid an error. */
6868#ifdef __cplusplus 7361#ifdef __cplusplus
@@ -6894,7 +7387,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6894 ac_cv_lib_dnet_dnet_ntoa=yes 7387 ac_cv_lib_dnet_dnet_ntoa=yes
6895else 7388else
6896 echo "$as_me: failed program was:" >&5 7389 echo "$as_me: failed program was:" >&5
6897cat conftest.$ac_ext >&5 7390sed 's/^/| /' conftest.$ac_ext >&5
7391
6898ac_cv_lib_dnet_dnet_ntoa=no 7392ac_cv_lib_dnet_dnet_ntoa=no
6899fi 7393fi
6900rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7394rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -6921,7 +7415,11 @@ else
6921LIBS="-lXbsd $LIBS" 7415LIBS="-lXbsd $LIBS"
6922cat >conftest.$ac_ext <<_ACEOF 7416cat >conftest.$ac_ext <<_ACEOF
6923#line $LINENO "configure" 7417#line $LINENO "configure"
6924#include "confdefs.h" 7418/* confdefs.h. */
7419_ACEOF
7420cat confdefs.h >>conftest.$ac_ext
7421cat >>conftest.$ac_ext <<_ACEOF
7422/* end confdefs.h. */
6925 7423
6926 7424
6927int 7425int
@@ -6947,7 +7445,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6947 ac_cv_lib_Xbsd_main=yes 7445 ac_cv_lib_Xbsd_main=yes
6948else 7446else
6949 echo "$as_me: failed program was:" >&5 7447 echo "$as_me: failed program was:" >&5
6950cat conftest.$ac_ext >&5 7448sed 's/^/| /' conftest.$ac_ext >&5
7449
6951ac_cv_lib_Xbsd_main=no 7450ac_cv_lib_Xbsd_main=no
6952fi 7451fi
6953rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7452rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -6970,7 +7469,11 @@ else
6970LIBS="-lpthreads $LIBS" 7469LIBS="-lpthreads $LIBS"
6971cat >conftest.$ac_ext <<_ACEOF 7470cat >conftest.$ac_ext <<_ACEOF
6972#line $LINENO "configure" 7471#line $LINENO "configure"
6973#include "confdefs.h" 7472/* confdefs.h. */
7473_ACEOF
7474cat confdefs.h >>conftest.$ac_ext
7475cat >>conftest.$ac_ext <<_ACEOF
7476/* end confdefs.h. */
6974 7477
6975/* Override any gcc2 internal prototype to avoid an error. */ 7478/* Override any gcc2 internal prototype to avoid an error. */
6976#ifdef __cplusplus 7479#ifdef __cplusplus
@@ -7002,7 +7505,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7002 ac_cv_lib_pthreads_cma_open=yes 7505 ac_cv_lib_pthreads_cma_open=yes
7003else 7506else
7004 echo "$as_me: failed program was:" >&5 7507 echo "$as_me: failed program was:" >&5
7005cat conftest.$ac_ext >&5 7508sed 's/^/| /' conftest.$ac_ext >&5
7509
7006ac_cv_lib_pthreads_cma_open=no 7510ac_cv_lib_pthreads_cma_open=no
7007fi 7511fi
7008rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7512rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7058,7 +7562,11 @@ if test "${HAVE_X11}" = "yes"; then
7058echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 7562echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6
7059 cat >conftest.$ac_ext <<_ACEOF 7563 cat >conftest.$ac_ext <<_ACEOF
7060#line $LINENO "configure" 7564#line $LINENO "configure"
7061#include "confdefs.h" 7565/* confdefs.h. */
7566_ACEOF
7567cat confdefs.h >>conftest.$ac_ext
7568cat >>conftest.$ac_ext <<_ACEOF
7569/* end confdefs.h. */
7062 7570
7063int 7571int
7064main () 7572main ()
@@ -7083,7 +7591,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7083 xlinux_first_failure=no 7591 xlinux_first_failure=no
7084else 7592else
7085 echo "$as_me: failed program was:" >&5 7593 echo "$as_me: failed program was:" >&5
7086cat conftest.$ac_ext >&5 7594sed 's/^/| /' conftest.$ac_ext >&5
7595
7087xlinux_first_failure=yes 7596xlinux_first_failure=yes
7088fi 7597fi
7089rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7598rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7098,7 +7607,11 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7098 LIBS="$LIBS -b i486-linuxaout" 7607 LIBS="$LIBS -b i486-linuxaout"
7099 cat >conftest.$ac_ext <<_ACEOF 7608 cat >conftest.$ac_ext <<_ACEOF
7100#line $LINENO "configure" 7609#line $LINENO "configure"
7101#include "confdefs.h" 7610/* confdefs.h. */
7611_ACEOF
7612cat confdefs.h >>conftest.$ac_ext
7613cat >>conftest.$ac_ext <<_ACEOF
7614/* end confdefs.h. */
7102 7615
7103int 7616int
7104main () 7617main ()
@@ -7123,7 +7636,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7123 xlinux_second_failure=no 7636 xlinux_second_failure=no
7124else 7637else
7125 echo "$as_me: failed program was:" >&5 7638 echo "$as_me: failed program was:" >&5
7126cat conftest.$ac_ext >&5 7639sed 's/^/| /' conftest.$ac_ext >&5
7640
7127xlinux_second_failure=yes 7641xlinux_second_failure=yes
7128fi 7642fi
7129rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7643rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7152,7 +7666,11 @@ echo "${ECHO_T}no" >&6
7152echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 7666echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
7153 cat >conftest.$ac_ext <<_ACEOF 7667 cat >conftest.$ac_ext <<_ACEOF
7154#line $LINENO "configure" 7668#line $LINENO "configure"
7155#include "confdefs.h" 7669/* confdefs.h. */
7670_ACEOF
7671cat confdefs.h >>conftest.$ac_ext
7672cat >>conftest.$ac_ext <<_ACEOF
7673/* end confdefs.h. */
7156#include <X11/Xlib.h> 7674#include <X11/Xlib.h>
7157#include <X11/XKBlib.h> 7675#include <X11/XKBlib.h>
7158int 7676int
@@ -7178,7 +7696,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7178 emacs_xkb=yes 7696 emacs_xkb=yes
7179else 7697else
7180 echo "$as_me: failed program was:" >&5 7698 echo "$as_me: failed program was:" >&5
7181cat conftest.$ac_ext >&5 7699sed 's/^/| /' conftest.$ac_ext >&5
7700
7182emacs_xkb=no 7701emacs_xkb=no
7183fi 7702fi
7184rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7703rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7207,31 +7726,38 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
7207else 7726else
7208 cat >conftest.$ac_ext <<_ACEOF 7727 cat >conftest.$ac_ext <<_ACEOF
7209#line $LINENO "configure" 7728#line $LINENO "configure"
7210#include "confdefs.h" 7729/* confdefs.h. */
7730_ACEOF
7731cat confdefs.h >>conftest.$ac_ext
7732cat >>conftest.$ac_ext <<_ACEOF
7733/* end confdefs.h. */
7211/* System header to define __stub macros and hopefully few prototypes, 7734/* System header to define __stub macros and hopefully few prototypes,
7212 which can conflict with char $ac_func (); below. */ 7735 which can conflict with char $ac_func (); below. */
7213#include <assert.h> 7736#include <assert.h>
7214/* Override any gcc2 internal prototype to avoid an error. */ 7737/* Override any gcc2 internal prototype to avoid an error. */
7215#ifdef __cplusplus 7738#ifdef __cplusplus
7216extern "C" 7739extern "C"
7740{
7217#endif 7741#endif
7218/* We use char because int might match the return type of a gcc2 7742/* We use char because int might match the return type of a gcc2
7219 builtin and then its argument prototype would still apply. */ 7743 builtin and then its argument prototype would still apply. */
7220char $ac_func (); 7744char $ac_func ();
7221char (*f) ();
7222
7223int
7224main ()
7225{
7226/* The GNU C library defines this for functions which it implements 7745/* The GNU C library defines this for functions which it implements
7227 to always fail with ENOSYS. Some functions are actually named 7746 to always fail with ENOSYS. Some functions are actually named
7228 something starting with __ and the normal name is an alias. */ 7747 something starting with __ and the normal name is an alias. */
7229#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 7748#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7230choke me 7749choke me
7231#else 7750#else
7232f = $ac_func; 7751char (*f) () = $ac_func;
7752#endif
7753#ifdef __cplusplus
7754}
7233#endif 7755#endif
7234 7756
7757int
7758main ()
7759{
7760
7235 ; 7761 ;
7236 return 0; 7762 return 0;
7237} 7763}
@@ -7251,7 +7777,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7251 eval "$as_ac_var=yes" 7777 eval "$as_ac_var=yes"
7252else 7778else
7253 echo "$as_me: failed program was:" >&5 7779 echo "$as_me: failed program was:" >&5
7254cat conftest.$ac_ext >&5 7780sed 's/^/| /' conftest.$ac_ext >&5
7781
7255eval "$as_ac_var=no" 7782eval "$as_ac_var=no"
7256fi 7783fi
7257rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7784rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7276,7 +7803,11 @@ echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6
7276else 7803else
7277 cat >conftest.$ac_ext <<_ACEOF 7804 cat >conftest.$ac_ext <<_ACEOF
7278#line $LINENO "configure" 7805#line $LINENO "configure"
7279#include "confdefs.h" 7806/* confdefs.h. */
7807_ACEOF
7808cat confdefs.h >>conftest.$ac_ext
7809cat >>conftest.$ac_ext <<_ACEOF
7810/* end confdefs.h. */
7280#include <X11/Xlib.h> 7811#include <X11/Xlib.h>
7281int 7812int
7282main () 7813main ()
@@ -7304,7 +7835,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7304 emacs_cv_x11_version_6=yes 7835 emacs_cv_x11_version_6=yes
7305else 7836else
7306 echo "$as_me: failed program was:" >&5 7837 echo "$as_me: failed program was:" >&5
7307cat conftest.$ac_ext >&5 7838sed 's/^/| /' conftest.$ac_ext >&5
7839
7308emacs_cv_x11_version_6=no 7840emacs_cv_x11_version_6=no
7309fi 7841fi
7310rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7842rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7332,7 +7864,11 @@ echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6
7332else 7864else
7333 cat >conftest.$ac_ext <<_ACEOF 7865 cat >conftest.$ac_ext <<_ACEOF
7334#line $LINENO "configure" 7866#line $LINENO "configure"
7335#include "confdefs.h" 7867/* confdefs.h. */
7868_ACEOF
7869cat confdefs.h >>conftest.$ac_ext
7870cat >>conftest.$ac_ext <<_ACEOF
7871/* end confdefs.h. */
7336#include <X11/Xlib.h> 7872#include <X11/Xlib.h>
7337int 7873int
7338main () 7874main ()
@@ -7360,7 +7896,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7360 emacs_cv_x11_version_5=yes 7896 emacs_cv_x11_version_5=yes
7361else 7897else
7362 echo "$as_me: failed program was:" >&5 7898 echo "$as_me: failed program was:" >&5
7363cat conftest.$ac_ext >&5 7899sed 's/^/| /' conftest.$ac_ext >&5
7900
7364emacs_cv_x11_version_5=no 7901emacs_cv_x11_version_5=no
7365fi 7902fi
7366rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7903rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7391,7 +7928,11 @@ echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6
7391else 7928else
7392 cat >conftest.$ac_ext <<_ACEOF 7929 cat >conftest.$ac_ext <<_ACEOF
7393#line $LINENO "configure" 7930#line $LINENO "configure"
7394#include "confdefs.h" 7931/* confdefs.h. */
7932_ACEOF
7933cat confdefs.h >>conftest.$ac_ext
7934cat >>conftest.$ac_ext <<_ACEOF
7935/* end confdefs.h. */
7395 7936
7396#include <X11/Intrinsic.h> 7937#include <X11/Intrinsic.h>
7397#include <X11/Xaw/Simple.h> 7938#include <X11/Xaw/Simple.h>
@@ -7418,7 +7959,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7418 emacs_cv_x11_version_5_with_xaw=yes 7959 emacs_cv_x11_version_5_with_xaw=yes
7419else 7960else
7420 echo "$as_me: failed program was:" >&5 7961 echo "$as_me: failed program was:" >&5
7421cat conftest.$ac_ext >&5 7962sed 's/^/| /' conftest.$ac_ext >&5
7963
7422emacs_cv_x11_version_5_with_xaw=no 7964emacs_cv_x11_version_5_with_xaw=no
7423fi 7965fi
7424rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7966rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7448,7 +7990,11 @@ echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6
7448else 7990else
7449 cat >conftest.$ac_ext <<_ACEOF 7991 cat >conftest.$ac_ext <<_ACEOF
7450#line $LINENO "configure" 7992#line $LINENO "configure"
7451#include "confdefs.h" 7993/* confdefs.h. */
7994_ACEOF
7995cat confdefs.h >>conftest.$ac_ext
7996cat >>conftest.$ac_ext <<_ACEOF
7997/* end confdefs.h. */
7452#include <X11/Intrinsic.h> 7998#include <X11/Intrinsic.h>
7453int 7999int
7454main () 8000main ()
@@ -7476,7 +8022,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7476 emacs_cv_x11_toolkit_version_6=yes 8022 emacs_cv_x11_toolkit_version_6=yes
7477else 8023else
7478 echo "$as_me: failed program was:" >&5 8024 echo "$as_me: failed program was:" >&5
7479cat conftest.$ac_ext >&5 8025sed 's/^/| /' conftest.$ac_ext >&5
8026
7480emacs_cv_x11_toolkit_version_6=no 8027emacs_cv_x11_toolkit_version_6=no
7481fi 8028fi
7482rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8029rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7512,7 +8059,11 @@ else
7512LIBS="-lXmu $LIBS" 8059LIBS="-lXmu $LIBS"
7513cat >conftest.$ac_ext <<_ACEOF 8060cat >conftest.$ac_ext <<_ACEOF
7514#line $LINENO "configure" 8061#line $LINENO "configure"
7515#include "confdefs.h" 8062/* confdefs.h. */
8063_ACEOF
8064cat confdefs.h >>conftest.$ac_ext
8065cat >>conftest.$ac_ext <<_ACEOF
8066/* end confdefs.h. */
7516 8067
7517/* Override any gcc2 internal prototype to avoid an error. */ 8068/* Override any gcc2 internal prototype to avoid an error. */
7518#ifdef __cplusplus 8069#ifdef __cplusplus
@@ -7544,7 +8095,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7544 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes 8095 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
7545else 8096else
7546 echo "$as_me: failed program was:" >&5 8097 echo "$as_me: failed program was:" >&5
7547cat conftest.$ac_ext >&5 8098sed 's/^/| /' conftest.$ac_ext >&5
8099
7548ac_cv_lib_Xmu_XmuConvertStandardSelection=no 8100ac_cv_lib_Xmu_XmuConvertStandardSelection=no
7549fi 8101fi
7550rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8102rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7577,7 +8129,11 @@ else
7577LIBS="-lXext $LIBS" 8129LIBS="-lXext $LIBS"
7578cat >conftest.$ac_ext <<_ACEOF 8130cat >conftest.$ac_ext <<_ACEOF
7579#line $LINENO "configure" 8131#line $LINENO "configure"
7580#include "confdefs.h" 8132/* confdefs.h. */
8133_ACEOF
8134cat confdefs.h >>conftest.$ac_ext
8135cat >>conftest.$ac_ext <<_ACEOF
8136/* end confdefs.h. */
7581 8137
7582/* Override any gcc2 internal prototype to avoid an error. */ 8138/* Override any gcc2 internal prototype to avoid an error. */
7583#ifdef __cplusplus 8139#ifdef __cplusplus
@@ -7609,7 +8165,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7609 ac_cv_lib_Xext_XShapeQueryExtension=yes 8165 ac_cv_lib_Xext_XShapeQueryExtension=yes
7610else 8166else
7611 echo "$as_me: failed program was:" >&5 8167 echo "$as_me: failed program was:" >&5
7612cat conftest.$ac_ext >&5 8168sed 's/^/| /' conftest.$ac_ext >&5
8169
7613ac_cv_lib_Xext_XShapeQueryExtension=no 8170ac_cv_lib_Xext_XShapeQueryExtension=no
7614fi 8171fi
7615rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8172rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7644,7 +8201,11 @@ else
7644 CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS" 8201 CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS"
7645 cat >conftest.$ac_ext <<_ACEOF 8202 cat >conftest.$ac_ext <<_ACEOF
7646#line $LINENO "configure" 8203#line $LINENO "configure"
7647#include "confdefs.h" 8204/* confdefs.h. */
8205_ACEOF
8206cat confdefs.h >>conftest.$ac_ext
8207cat >>conftest.$ac_ext <<_ACEOF
8208/* end confdefs.h. */
7648#include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h> 8209#include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>
7649int 8210int
7650main () 8211main ()
@@ -7669,7 +8230,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7669 emacs_cv_lesstif=yes 8230 emacs_cv_lesstif=yes
7670else 8231else
7671 echo "$as_me: failed program was:" >&5 8232 echo "$as_me: failed program was:" >&5
7672cat conftest.$ac_ext >&5 8233sed 's/^/| /' conftest.$ac_ext >&5
8234
7673emacs_cv_lesstif=no 8235emacs_cv_lesstif=no
7674fi 8236fi
7675rm -f conftest.$ac_objext conftest.$ac_ext 8237rm -f conftest.$ac_objext conftest.$ac_ext
@@ -7695,7 +8257,11 @@ if test "${emacs_cv_motif_version_2_1+set}" = set; then
7695else 8257else
7696 cat >conftest.$ac_ext <<_ACEOF 8258 cat >conftest.$ac_ext <<_ACEOF
7697#line $LINENO "configure" 8259#line $LINENO "configure"
7698#include "confdefs.h" 8260/* confdefs.h. */
8261_ACEOF
8262cat confdefs.h >>conftest.$ac_ext
8263cat >>conftest.$ac_ext <<_ACEOF
8264/* end confdefs.h. */
7699#include <Xm/Xm.h> 8265#include <Xm/Xm.h>
7700int 8266int
7701main () 8267main ()
@@ -7724,7 +8290,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7724 emacs_cv_motif_version_2_1=yes 8290 emacs_cv_motif_version_2_1=yes
7725else 8291else
7726 echo "$as_me: failed program was:" >&5 8292 echo "$as_me: failed program was:" >&5
7727cat conftest.$ac_ext >&5 8293sed 's/^/| /' conftest.$ac_ext >&5
8294
7728emacs_cv_motif_version_2_1=no 8295emacs_cv_motif_version_2_1=no
7729fi 8296fi
7730rm -f conftest.$ac_objext conftest.$ac_ext 8297rm -f conftest.$ac_objext conftest.$ac_ext
@@ -7748,7 +8315,11 @@ else
7748LIBS="-lXp $LIBS" 8315LIBS="-lXp $LIBS"
7749cat >conftest.$ac_ext <<_ACEOF 8316cat >conftest.$ac_ext <<_ACEOF
7750#line $LINENO "configure" 8317#line $LINENO "configure"
7751#include "confdefs.h" 8318/* confdefs.h. */
8319_ACEOF
8320cat confdefs.h >>conftest.$ac_ext
8321cat >>conftest.$ac_ext <<_ACEOF
8322/* end confdefs.h. */
7752 8323
7753/* Override any gcc2 internal prototype to avoid an error. */ 8324/* Override any gcc2 internal prototype to avoid an error. */
7754#ifdef __cplusplus 8325#ifdef __cplusplus
@@ -7780,7 +8351,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7780 ac_cv_lib_Xp_XpCreateContext=yes 8351 ac_cv_lib_Xp_XpCreateContext=yes
7781else 8352else
7782 echo "$as_me: failed program was:" >&5 8353 echo "$as_me: failed program was:" >&5
7783cat conftest.$ac_ext >&5 8354sed 's/^/| /' conftest.$ac_ext >&5
8355
7784ac_cv_lib_Xp_XpCreateContext=no 8356ac_cv_lib_Xp_XpCreateContext=no
7785fi 8357fi
7786rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8358rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7813,7 +8385,11 @@ if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then
7813else 8385else
7814 cat >conftest.$ac_ext <<_ACEOF 8386 cat >conftest.$ac_ext <<_ACEOF
7815#line $LINENO "configure" 8387#line $LINENO "configure"
7816#include "confdefs.h" 8388/* confdefs.h. */
8389_ACEOF
8390cat confdefs.h >>conftest.$ac_ext
8391cat >>conftest.$ac_ext <<_ACEOF
8392/* end confdefs.h. */
7817#include <X11/Xaw3d/Scrollbar.h> 8393#include <X11/Xaw3d/Scrollbar.h>
7818_ACEOF 8394_ACEOF
7819if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8395if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -7836,7 +8412,8 @@ if test -z "$ac_cpp_err"; then
7836 ac_cv_header_X11_Xaw3d_Scrollbar_h=yes 8412 ac_cv_header_X11_Xaw3d_Scrollbar_h=yes
7837else 8413else
7838 echo "$as_me: failed program was:" >&5 8414 echo "$as_me: failed program was:" >&5
7839 cat conftest.$ac_ext >&5 8415sed 's/^/| /' conftest.$ac_ext >&5
8416
7840 ac_cv_header_X11_Xaw3d_Scrollbar_h=no 8417 ac_cv_header_X11_Xaw3d_Scrollbar_h=no
7841fi 8418fi
7842rm -f conftest.err conftest.$ac_ext 8419rm -f conftest.err conftest.$ac_ext
@@ -7853,7 +8430,11 @@ else
7853LIBS="-lXaw3d $LIBS" 8430LIBS="-lXaw3d $LIBS"
7854cat >conftest.$ac_ext <<_ACEOF 8431cat >conftest.$ac_ext <<_ACEOF
7855#line $LINENO "configure" 8432#line $LINENO "configure"
7856#include "confdefs.h" 8433/* confdefs.h. */
8434_ACEOF
8435cat confdefs.h >>conftest.$ac_ext
8436cat >>conftest.$ac_ext <<_ACEOF
8437/* end confdefs.h. */
7857 8438
7858/* Override any gcc2 internal prototype to avoid an error. */ 8439/* Override any gcc2 internal prototype to avoid an error. */
7859#ifdef __cplusplus 8440#ifdef __cplusplus
@@ -7885,7 +8466,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7885 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes 8466 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes
7886else 8467else
7887 echo "$as_me: failed program was:" >&5 8468 echo "$as_me: failed program was:" >&5
7888cat conftest.$ac_ext >&5 8469sed 's/^/| /' conftest.$ac_ext >&5
8470
7889ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no 8471ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no
7890fi 8472fi
7891rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8473rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7959,7 +8541,11 @@ echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5
7959echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6 8541echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6
7960cat >conftest.$ac_ext <<_ACEOF 8542cat >conftest.$ac_ext <<_ACEOF
7961#line $LINENO "configure" 8543#line $LINENO "configure"
7962#include "confdefs.h" 8544/* confdefs.h. */
8545_ACEOF
8546cat confdefs.h >>conftest.$ac_ext
8547cat >>conftest.$ac_ext <<_ACEOF
8548/* end confdefs.h. */
7963$ac_includes_default 8549$ac_includes_default
7964#include <X11/xpm.h> 8550#include <X11/xpm.h>
7965_ACEOF 8551_ACEOF
@@ -7978,7 +8564,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7978 ac_header_compiler=yes 8564 ac_header_compiler=yes
7979else 8565else
7980 echo "$as_me: failed program was:" >&5 8566 echo "$as_me: failed program was:" >&5
7981cat conftest.$ac_ext >&5 8567sed 's/^/| /' conftest.$ac_ext >&5
8568
7982ac_header_compiler=no 8569ac_header_compiler=no
7983fi 8570fi
7984rm -f conftest.$ac_objext conftest.$ac_ext 8571rm -f conftest.$ac_objext conftest.$ac_ext
@@ -7990,7 +8577,11 @@ echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5
7990echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6 8577echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6
7991cat >conftest.$ac_ext <<_ACEOF 8578cat >conftest.$ac_ext <<_ACEOF
7992#line $LINENO "configure" 8579#line $LINENO "configure"
7993#include "confdefs.h" 8580/* confdefs.h. */
8581_ACEOF
8582cat confdefs.h >>conftest.$ac_ext
8583cat >>conftest.$ac_ext <<_ACEOF
8584/* end confdefs.h. */
7994#include <X11/xpm.h> 8585#include <X11/xpm.h>
7995_ACEOF 8586_ACEOF
7996if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8587if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -8013,7 +8604,8 @@ if test -z "$ac_cpp_err"; then
8013 ac_header_preproc=yes 8604 ac_header_preproc=yes
8014else 8605else
8015 echo "$as_me: failed program was:" >&5 8606 echo "$as_me: failed program was:" >&5
8016 cat conftest.$ac_ext >&5 8607sed 's/^/| /' conftest.$ac_ext >&5
8608
8017 ac_header_preproc=no 8609 ac_header_preproc=no
8018fi 8610fi
8019rm -f conftest.err conftest.$ac_ext 8611rm -f conftest.err conftest.$ac_ext
@@ -8026,14 +8618,32 @@ case $ac_header_compiler:$ac_header_preproc in
8026 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5 8618 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5
8027echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 8619echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8028 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5 8620 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5
8029echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;};; 8621echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;}
8622 (
8623 cat <<\_ASBOX
8624## ------------------------------------ ##
8625## Report this to bug-autoconf@gnu.org. ##
8626## ------------------------------------ ##
8627_ASBOX
8628 ) |
8629 sed "s/^/$as_me: WARNING: /" >&2
8630 ;;
8030 no:yes ) 8631 no:yes )
8031 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5 8632 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5
8032echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;} 8633echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;}
8033 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5 8634 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5
8034echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;} 8635echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;}
8035 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5 8636 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5
8036echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;};; 8637echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;}
8638 (
8639 cat <<\_ASBOX
8640## ------------------------------------ ##
8641## Report this to bug-autoconf@gnu.org. ##
8642## ------------------------------------ ##
8643_ASBOX
8644 ) |
8645 sed "s/^/$as_me: WARNING: /" >&2
8646 ;;
8037esac 8647esac
8038echo "$as_me:$LINENO: checking for X11/xpm.h" >&5 8648echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
8039echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6 8649echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
@@ -8056,7 +8666,11 @@ else
8056LIBS="-lXpm -lX11 $LIBS" 8666LIBS="-lXpm -lX11 $LIBS"
8057cat >conftest.$ac_ext <<_ACEOF 8667cat >conftest.$ac_ext <<_ACEOF
8058#line $LINENO "configure" 8668#line $LINENO "configure"
8059#include "confdefs.h" 8669/* confdefs.h. */
8670_ACEOF
8671cat confdefs.h >>conftest.$ac_ext
8672cat >>conftest.$ac_ext <<_ACEOF
8673/* end confdefs.h. */
8060 8674
8061/* Override any gcc2 internal prototype to avoid an error. */ 8675/* Override any gcc2 internal prototype to avoid an error. */
8062#ifdef __cplusplus 8676#ifdef __cplusplus
@@ -8088,7 +8702,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8088 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes 8702 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
8089else 8703else
8090 echo "$as_me: failed program was:" >&5 8704 echo "$as_me: failed program was:" >&5
8091cat conftest.$ac_ext >&5 8705sed 's/^/| /' conftest.$ac_ext >&5
8706
8092ac_cv_lib_Xpm_XpmReadFileToPixmap=no 8707ac_cv_lib_Xpm_XpmReadFileToPixmap=no
8093fi 8708fi
8094rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8709rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -8108,7 +8723,11 @@ fi
8108echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 8723echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6
8109 cat >conftest.$ac_ext <<_ACEOF 8724 cat >conftest.$ac_ext <<_ACEOF
8110#line $LINENO "configure" 8725#line $LINENO "configure"
8111#include "confdefs.h" 8726/* confdefs.h. */
8727_ACEOF
8728cat confdefs.h >>conftest.$ac_ext
8729cat >>conftest.$ac_ext <<_ACEOF
8730/* end confdefs.h. */
8112#include "X11/xpm.h" 8731#include "X11/xpm.h"
8113#ifndef XpmReturnAllocPixels 8732#ifndef XpmReturnAllocPixels
8114no_return_alloc_pixels 8733no_return_alloc_pixels
@@ -8161,7 +8780,11 @@ echo "$as_me:$LINENO: checking jerror.h usability" >&5
8161echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6 8780echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6
8162cat >conftest.$ac_ext <<_ACEOF 8781cat >conftest.$ac_ext <<_ACEOF
8163#line $LINENO "configure" 8782#line $LINENO "configure"
8164#include "confdefs.h" 8783/* confdefs.h. */
8784_ACEOF
8785cat confdefs.h >>conftest.$ac_ext
8786cat >>conftest.$ac_ext <<_ACEOF
8787/* end confdefs.h. */
8165$ac_includes_default 8788$ac_includes_default
8166#include <jerror.h> 8789#include <jerror.h>
8167_ACEOF 8790_ACEOF
@@ -8180,7 +8803,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8180 ac_header_compiler=yes 8803 ac_header_compiler=yes
8181else 8804else
8182 echo "$as_me: failed program was:" >&5 8805 echo "$as_me: failed program was:" >&5
8183cat conftest.$ac_ext >&5 8806sed 's/^/| /' conftest.$ac_ext >&5
8807
8184ac_header_compiler=no 8808ac_header_compiler=no
8185fi 8809fi
8186rm -f conftest.$ac_objext conftest.$ac_ext 8810rm -f conftest.$ac_objext conftest.$ac_ext
@@ -8192,7 +8816,11 @@ echo "$as_me:$LINENO: checking jerror.h presence" >&5
8192echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6 8816echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6
8193cat >conftest.$ac_ext <<_ACEOF 8817cat >conftest.$ac_ext <<_ACEOF
8194#line $LINENO "configure" 8818#line $LINENO "configure"
8195#include "confdefs.h" 8819/* confdefs.h. */
8820_ACEOF
8821cat confdefs.h >>conftest.$ac_ext
8822cat >>conftest.$ac_ext <<_ACEOF
8823/* end confdefs.h. */
8196#include <jerror.h> 8824#include <jerror.h>
8197_ACEOF 8825_ACEOF
8198if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8826if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -8215,7 +8843,8 @@ if test -z "$ac_cpp_err"; then
8215 ac_header_preproc=yes 8843 ac_header_preproc=yes
8216else 8844else
8217 echo "$as_me: failed program was:" >&5 8845 echo "$as_me: failed program was:" >&5
8218 cat conftest.$ac_ext >&5 8846sed 's/^/| /' conftest.$ac_ext >&5
8847
8219 ac_header_preproc=no 8848 ac_header_preproc=no
8220fi 8849fi
8221rm -f conftest.err conftest.$ac_ext 8850rm -f conftest.err conftest.$ac_ext
@@ -8228,14 +8857,32 @@ case $ac_header_compiler:$ac_header_preproc in
8228 { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5 8857 { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5
8229echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 8858echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8230 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5 8859 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5
8231echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;};; 8860echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;}
8861 (
8862 cat <<\_ASBOX
8863## ------------------------------------ ##
8864## Report this to bug-autoconf@gnu.org. ##
8865## ------------------------------------ ##
8866_ASBOX
8867 ) |
8868 sed "s/^/$as_me: WARNING: /" >&2
8869 ;;
8232 no:yes ) 8870 no:yes )
8233 { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5 8871 { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5
8234echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;} 8872echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;}
8235 { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5 8873 { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5
8236echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;} 8874echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;}
8237 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5 8875 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5
8238echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;};; 8876echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;}
8877 (
8878 cat <<\_ASBOX
8879## ------------------------------------ ##
8880## Report this to bug-autoconf@gnu.org. ##
8881## ------------------------------------ ##
8882_ASBOX
8883 ) |
8884 sed "s/^/$as_me: WARNING: /" >&2
8885 ;;
8239esac 8886esac
8240echo "$as_me:$LINENO: checking for jerror.h" >&5 8887echo "$as_me:$LINENO: checking for jerror.h" >&5
8241echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6 8888echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6
@@ -8258,7 +8905,11 @@ else
8258LIBS="-ljpeg $LIBS" 8905LIBS="-ljpeg $LIBS"
8259cat >conftest.$ac_ext <<_ACEOF 8906cat >conftest.$ac_ext <<_ACEOF
8260#line $LINENO "configure" 8907#line $LINENO "configure"
8261#include "confdefs.h" 8908/* confdefs.h. */
8909_ACEOF
8910cat confdefs.h >>conftest.$ac_ext
8911cat >>conftest.$ac_ext <<_ACEOF
8912/* end confdefs.h. */
8262 8913
8263/* Override any gcc2 internal prototype to avoid an error. */ 8914/* Override any gcc2 internal prototype to avoid an error. */
8264#ifdef __cplusplus 8915#ifdef __cplusplus
@@ -8290,7 +8941,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8290 ac_cv_lib_jpeg_jpeg_destroy_compress=yes 8941 ac_cv_lib_jpeg_jpeg_destroy_compress=yes
8291else 8942else
8292 echo "$as_me: failed program was:" >&5 8943 echo "$as_me: failed program was:" >&5
8293cat conftest.$ac_ext >&5 8944sed 's/^/| /' conftest.$ac_ext >&5
8945
8294ac_cv_lib_jpeg_jpeg_destroy_compress=no 8946ac_cv_lib_jpeg_jpeg_destroy_compress=no
8295fi 8947fi
8296rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8948rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -8315,7 +8967,11 @@ _ACEOF
8315 8967
8316 cat >conftest.$ac_ext <<_ACEOF 8968 cat >conftest.$ac_ext <<_ACEOF
8317#line $LINENO "configure" 8969#line $LINENO "configure"
8318#include "confdefs.h" 8970/* confdefs.h. */
8971_ACEOF
8972cat confdefs.h >>conftest.$ac_ext
8973cat >>conftest.$ac_ext <<_ACEOF
8974/* end confdefs.h. */
8319#include <jpeglib.h> 8975#include <jpeglib.h>
8320 version=JPEG_LIB_VERSION 8976 version=JPEG_LIB_VERSION
8321 8977
@@ -8354,7 +9010,11 @@ echo "$as_me:$LINENO: checking png.h usability" >&5
8354echo $ECHO_N "checking png.h usability... $ECHO_C" >&6 9010echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
8355cat >conftest.$ac_ext <<_ACEOF 9011cat >conftest.$ac_ext <<_ACEOF
8356#line $LINENO "configure" 9012#line $LINENO "configure"
8357#include "confdefs.h" 9013/* confdefs.h. */
9014_ACEOF
9015cat confdefs.h >>conftest.$ac_ext
9016cat >>conftest.$ac_ext <<_ACEOF
9017/* end confdefs.h. */
8358$ac_includes_default 9018$ac_includes_default
8359#include <png.h> 9019#include <png.h>
8360_ACEOF 9020_ACEOF
@@ -8373,7 +9033,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8373 ac_header_compiler=yes 9033 ac_header_compiler=yes
8374else 9034else
8375 echo "$as_me: failed program was:" >&5 9035 echo "$as_me: failed program was:" >&5
8376cat conftest.$ac_ext >&5 9036sed 's/^/| /' conftest.$ac_ext >&5
9037
8377ac_header_compiler=no 9038ac_header_compiler=no
8378fi 9039fi
8379rm -f conftest.$ac_objext conftest.$ac_ext 9040rm -f conftest.$ac_objext conftest.$ac_ext
@@ -8385,7 +9046,11 @@ echo "$as_me:$LINENO: checking png.h presence" >&5
8385echo $ECHO_N "checking png.h presence... $ECHO_C" >&6 9046echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
8386cat >conftest.$ac_ext <<_ACEOF 9047cat >conftest.$ac_ext <<_ACEOF
8387#line $LINENO "configure" 9048#line $LINENO "configure"
8388#include "confdefs.h" 9049/* confdefs.h. */
9050_ACEOF
9051cat confdefs.h >>conftest.$ac_ext
9052cat >>conftest.$ac_ext <<_ACEOF
9053/* end confdefs.h. */
8389#include <png.h> 9054#include <png.h>
8390_ACEOF 9055_ACEOF
8391if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 9056if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -8408,7 +9073,8 @@ if test -z "$ac_cpp_err"; then
8408 ac_header_preproc=yes 9073 ac_header_preproc=yes
8409else 9074else
8410 echo "$as_me: failed program was:" >&5 9075 echo "$as_me: failed program was:" >&5
8411 cat conftest.$ac_ext >&5 9076sed 's/^/| /' conftest.$ac_ext >&5
9077
8412 ac_header_preproc=no 9078 ac_header_preproc=no
8413fi 9079fi
8414rm -f conftest.err conftest.$ac_ext 9080rm -f conftest.err conftest.$ac_ext
@@ -8421,14 +9087,32 @@ case $ac_header_compiler:$ac_header_preproc in
8421 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5 9087 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
8422echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9088echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8423 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5 9089 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
8424echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;};; 9090echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
9091 (
9092 cat <<\_ASBOX
9093## ------------------------------------ ##
9094## Report this to bug-autoconf@gnu.org. ##
9095## ------------------------------------ ##
9096_ASBOX
9097 ) |
9098 sed "s/^/$as_me: WARNING: /" >&2
9099 ;;
8425 no:yes ) 9100 no:yes )
8426 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5 9101 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
8427echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;} 9102echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
8428 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5 9103 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
8429echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;} 9104echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
8430 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5 9105 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
8431echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;};; 9106echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
9107 (
9108 cat <<\_ASBOX
9109## ------------------------------------ ##
9110## Report this to bug-autoconf@gnu.org. ##
9111## ------------------------------------ ##
9112_ASBOX
9113 ) |
9114 sed "s/^/$as_me: WARNING: /" >&2
9115 ;;
8432esac 9116esac
8433echo "$as_me:$LINENO: checking for png.h" >&5 9117echo "$as_me:$LINENO: checking for png.h" >&5
8434echo $ECHO_N "checking for png.h... $ECHO_C" >&6 9118echo $ECHO_N "checking for png.h... $ECHO_C" >&6
@@ -8451,7 +9135,11 @@ else
8451LIBS="-lpng -lz -lm $LIBS" 9135LIBS="-lpng -lz -lm $LIBS"
8452cat >conftest.$ac_ext <<_ACEOF 9136cat >conftest.$ac_ext <<_ACEOF
8453#line $LINENO "configure" 9137#line $LINENO "configure"
8454#include "confdefs.h" 9138/* confdefs.h. */
9139_ACEOF
9140cat confdefs.h >>conftest.$ac_ext
9141cat >>conftest.$ac_ext <<_ACEOF
9142/* end confdefs.h. */
8455 9143
8456/* Override any gcc2 internal prototype to avoid an error. */ 9144/* Override any gcc2 internal prototype to avoid an error. */
8457#ifdef __cplusplus 9145#ifdef __cplusplus
@@ -8483,7 +9171,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8483 ac_cv_lib_png_png_get_channels=yes 9171 ac_cv_lib_png_png_get_channels=yes
8484else 9172else
8485 echo "$as_me: failed program was:" >&5 9173 echo "$as_me: failed program was:" >&5
8486cat conftest.$ac_ext >&5 9174sed 's/^/| /' conftest.$ac_ext >&5
9175
8487ac_cv_lib_png_png_get_channels=no 9176ac_cv_lib_png_png_get_channels=no
8488fi 9177fi
8489rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9178rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -8527,7 +9216,11 @@ echo "$as_me:$LINENO: checking tiffio.h usability" >&5
8527echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6 9216echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
8528cat >conftest.$ac_ext <<_ACEOF 9217cat >conftest.$ac_ext <<_ACEOF
8529#line $LINENO "configure" 9218#line $LINENO "configure"
8530#include "confdefs.h" 9219/* confdefs.h. */
9220_ACEOF
9221cat confdefs.h >>conftest.$ac_ext
9222cat >>conftest.$ac_ext <<_ACEOF
9223/* end confdefs.h. */
8531$ac_includes_default 9224$ac_includes_default
8532#include <tiffio.h> 9225#include <tiffio.h>
8533_ACEOF 9226_ACEOF
@@ -8546,7 +9239,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8546 ac_header_compiler=yes 9239 ac_header_compiler=yes
8547else 9240else
8548 echo "$as_me: failed program was:" >&5 9241 echo "$as_me: failed program was:" >&5
8549cat conftest.$ac_ext >&5 9242sed 's/^/| /' conftest.$ac_ext >&5
9243
8550ac_header_compiler=no 9244ac_header_compiler=no
8551fi 9245fi
8552rm -f conftest.$ac_objext conftest.$ac_ext 9246rm -f conftest.$ac_objext conftest.$ac_ext
@@ -8558,7 +9252,11 @@ echo "$as_me:$LINENO: checking tiffio.h presence" >&5
8558echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6 9252echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
8559cat >conftest.$ac_ext <<_ACEOF 9253cat >conftest.$ac_ext <<_ACEOF
8560#line $LINENO "configure" 9254#line $LINENO "configure"
8561#include "confdefs.h" 9255/* confdefs.h. */
9256_ACEOF
9257cat confdefs.h >>conftest.$ac_ext
9258cat >>conftest.$ac_ext <<_ACEOF
9259/* end confdefs.h. */
8562#include <tiffio.h> 9260#include <tiffio.h>
8563_ACEOF 9261_ACEOF
8564if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 9262if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -8581,7 +9279,8 @@ if test -z "$ac_cpp_err"; then
8581 ac_header_preproc=yes 9279 ac_header_preproc=yes
8582else 9280else
8583 echo "$as_me: failed program was:" >&5 9281 echo "$as_me: failed program was:" >&5
8584 cat conftest.$ac_ext >&5 9282sed 's/^/| /' conftest.$ac_ext >&5
9283
8585 ac_header_preproc=no 9284 ac_header_preproc=no
8586fi 9285fi
8587rm -f conftest.err conftest.$ac_ext 9286rm -f conftest.err conftest.$ac_ext
@@ -8594,14 +9293,32 @@ case $ac_header_compiler:$ac_header_preproc in
8594 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5 9293 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
8595echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9294echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8596 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 9295 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
8597echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;};; 9296echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
9297 (
9298 cat <<\_ASBOX
9299## ------------------------------------ ##
9300## Report this to bug-autoconf@gnu.org. ##
9301## ------------------------------------ ##
9302_ASBOX
9303 ) |
9304 sed "s/^/$as_me: WARNING: /" >&2
9305 ;;
8598 no:yes ) 9306 no:yes )
8599 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5 9307 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
8600echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;} 9308echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
8601 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5 9309 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
8602echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;} 9310echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
8603 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 9311 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
8604echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;};; 9312echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
9313 (
9314 cat <<\_ASBOX
9315## ------------------------------------ ##
9316## Report this to bug-autoconf@gnu.org. ##
9317## ------------------------------------ ##
9318_ASBOX
9319 ) |
9320 sed "s/^/$as_me: WARNING: /" >&2
9321 ;;
8605esac 9322esac
8606echo "$as_me:$LINENO: checking for tiffio.h" >&5 9323echo "$as_me:$LINENO: checking for tiffio.h" >&5
8607echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 9324echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
@@ -8627,7 +9344,11 @@ else
8627LIBS="-ltiff $tifflibs $LIBS" 9344LIBS="-ltiff $tifflibs $LIBS"
8628cat >conftest.$ac_ext <<_ACEOF 9345cat >conftest.$ac_ext <<_ACEOF
8629#line $LINENO "configure" 9346#line $LINENO "configure"
8630#include "confdefs.h" 9347/* confdefs.h. */
9348_ACEOF
9349cat confdefs.h >>conftest.$ac_ext
9350cat >>conftest.$ac_ext <<_ACEOF
9351/* end confdefs.h. */
8631 9352
8632/* Override any gcc2 internal prototype to avoid an error. */ 9353/* Override any gcc2 internal prototype to avoid an error. */
8633#ifdef __cplusplus 9354#ifdef __cplusplus
@@ -8659,7 +9380,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8659 ac_cv_lib_tiff_TIFFGetVersion=yes 9380 ac_cv_lib_tiff_TIFFGetVersion=yes
8660else 9381else
8661 echo "$as_me: failed program was:" >&5 9382 echo "$as_me: failed program was:" >&5
8662cat conftest.$ac_ext >&5 9383sed 's/^/| /' conftest.$ac_ext >&5
9384
8663ac_cv_lib_tiff_TIFFGetVersion=no 9385ac_cv_lib_tiff_TIFFGetVersion=no
8664fi 9386fi
8665rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9387rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -8703,7 +9425,11 @@ echo "$as_me:$LINENO: checking gif_lib.h usability" >&5
8703echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6 9425echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6
8704cat >conftest.$ac_ext <<_ACEOF 9426cat >conftest.$ac_ext <<_ACEOF
8705#line $LINENO "configure" 9427#line $LINENO "configure"
8706#include "confdefs.h" 9428/* confdefs.h. */
9429_ACEOF
9430cat confdefs.h >>conftest.$ac_ext
9431cat >>conftest.$ac_ext <<_ACEOF
9432/* end confdefs.h. */
8707$ac_includes_default 9433$ac_includes_default
8708#include <gif_lib.h> 9434#include <gif_lib.h>
8709_ACEOF 9435_ACEOF
@@ -8722,7 +9448,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8722 ac_header_compiler=yes 9448 ac_header_compiler=yes
8723else 9449else
8724 echo "$as_me: failed program was:" >&5 9450 echo "$as_me: failed program was:" >&5
8725cat conftest.$ac_ext >&5 9451sed 's/^/| /' conftest.$ac_ext >&5
9452
8726ac_header_compiler=no 9453ac_header_compiler=no
8727fi 9454fi
8728rm -f conftest.$ac_objext conftest.$ac_ext 9455rm -f conftest.$ac_objext conftest.$ac_ext
@@ -8734,7 +9461,11 @@ echo "$as_me:$LINENO: checking gif_lib.h presence" >&5
8734echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6 9461echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6
8735cat >conftest.$ac_ext <<_ACEOF 9462cat >conftest.$ac_ext <<_ACEOF
8736#line $LINENO "configure" 9463#line $LINENO "configure"
8737#include "confdefs.h" 9464/* confdefs.h. */
9465_ACEOF
9466cat confdefs.h >>conftest.$ac_ext
9467cat >>conftest.$ac_ext <<_ACEOF
9468/* end confdefs.h. */
8738#include <gif_lib.h> 9469#include <gif_lib.h>
8739_ACEOF 9470_ACEOF
8740if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 9471if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -8757,7 +9488,8 @@ if test -z "$ac_cpp_err"; then
8757 ac_header_preproc=yes 9488 ac_header_preproc=yes
8758else 9489else
8759 echo "$as_me: failed program was:" >&5 9490 echo "$as_me: failed program was:" >&5
8760 cat conftest.$ac_ext >&5 9491sed 's/^/| /' conftest.$ac_ext >&5
9492
8761 ac_header_preproc=no 9493 ac_header_preproc=no
8762fi 9494fi
8763rm -f conftest.err conftest.$ac_ext 9495rm -f conftest.err conftest.$ac_ext
@@ -8770,14 +9502,32 @@ case $ac_header_compiler:$ac_header_preproc in
8770 { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5 9502 { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5
8771echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9503echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8772 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5 9504 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5
8773echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;};; 9505echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;}
9506 (
9507 cat <<\_ASBOX
9508## ------------------------------------ ##
9509## Report this to bug-autoconf@gnu.org. ##
9510## ------------------------------------ ##
9511_ASBOX
9512 ) |
9513 sed "s/^/$as_me: WARNING: /" >&2
9514 ;;
8774 no:yes ) 9515 no:yes )
8775 { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5 9516 { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5
8776echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;} 9517echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;}
8777 { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5 9518 { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5
8778echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;} 9519echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;}
8779 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5 9520 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5
8780echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;};; 9521echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;}
9522 (
9523 cat <<\_ASBOX
9524## ------------------------------------ ##
9525## Report this to bug-autoconf@gnu.org. ##
9526## ------------------------------------ ##
9527_ASBOX
9528 ) |
9529 sed "s/^/$as_me: WARNING: /" >&2
9530 ;;
8781esac 9531esac
8782echo "$as_me:$LINENO: checking for gif_lib.h" >&5 9532echo "$as_me:$LINENO: checking for gif_lib.h" >&5
8783echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6 9533echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6
@@ -8802,7 +9552,11 @@ else
8802LIBS="-lungif $LIBS" 9552LIBS="-lungif $LIBS"
8803cat >conftest.$ac_ext <<_ACEOF 9553cat >conftest.$ac_ext <<_ACEOF
8804#line $LINENO "configure" 9554#line $LINENO "configure"
8805#include "confdefs.h" 9555/* confdefs.h. */
9556_ACEOF
9557cat confdefs.h >>conftest.$ac_ext
9558cat >>conftest.$ac_ext <<_ACEOF
9559/* end confdefs.h. */
8806 9560
8807/* Override any gcc2 internal prototype to avoid an error. */ 9561/* Override any gcc2 internal prototype to avoid an error. */
8808#ifdef __cplusplus 9562#ifdef __cplusplus
@@ -8834,7 +9588,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8834 ac_cv_lib_ungif_EGifPutExtensionLast=yes 9588 ac_cv_lib_ungif_EGifPutExtensionLast=yes
8835else 9589else
8836 echo "$as_me: failed program was:" >&5 9590 echo "$as_me: failed program was:" >&5
8837cat conftest.$ac_ext >&5 9591sed 's/^/| /' conftest.$ac_ext >&5
9592
8838ac_cv_lib_ungif_EGifPutExtensionLast=no 9593ac_cv_lib_ungif_EGifPutExtensionLast=no
8839fi 9594fi
8840rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9595rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -8877,7 +9632,11 @@ echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5
8877echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6 9632echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6
8878cat >conftest.$ac_ext <<_ACEOF 9633cat >conftest.$ac_ext <<_ACEOF
8879#line $LINENO "configure" 9634#line $LINENO "configure"
8880#include "confdefs.h" 9635/* confdefs.h. */
9636_ACEOF
9637cat confdefs.h >>conftest.$ac_ext
9638cat >>conftest.$ac_ext <<_ACEOF
9639/* end confdefs.h. */
8881$ac_includes_default 9640$ac_includes_default
8882#include <Carbon/Carbon.h> 9641#include <Carbon/Carbon.h>
8883_ACEOF 9642_ACEOF
@@ -8896,7 +9655,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8896 ac_header_compiler=yes 9655 ac_header_compiler=yes
8897else 9656else
8898 echo "$as_me: failed program was:" >&5 9657 echo "$as_me: failed program was:" >&5
8899cat conftest.$ac_ext >&5 9658sed 's/^/| /' conftest.$ac_ext >&5
9659
8900ac_header_compiler=no 9660ac_header_compiler=no
8901fi 9661fi
8902rm -f conftest.$ac_objext conftest.$ac_ext 9662rm -f conftest.$ac_objext conftest.$ac_ext
@@ -8908,7 +9668,11 @@ echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5
8908echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6 9668echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6
8909cat >conftest.$ac_ext <<_ACEOF 9669cat >conftest.$ac_ext <<_ACEOF
8910#line $LINENO "configure" 9670#line $LINENO "configure"
8911#include "confdefs.h" 9671/* confdefs.h. */
9672_ACEOF
9673cat confdefs.h >>conftest.$ac_ext
9674cat >>conftest.$ac_ext <<_ACEOF
9675/* end confdefs.h. */
8912#include <Carbon/Carbon.h> 9676#include <Carbon/Carbon.h>
8913_ACEOF 9677_ACEOF
8914if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 9678if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -8931,7 +9695,8 @@ if test -z "$ac_cpp_err"; then
8931 ac_header_preproc=yes 9695 ac_header_preproc=yes
8932else 9696else
8933 echo "$as_me: failed program was:" >&5 9697 echo "$as_me: failed program was:" >&5
8934 cat conftest.$ac_ext >&5 9698sed 's/^/| /' conftest.$ac_ext >&5
9699
8935 ac_header_preproc=no 9700 ac_header_preproc=no
8936fi 9701fi
8937rm -f conftest.err conftest.$ac_ext 9702rm -f conftest.err conftest.$ac_ext
@@ -8944,14 +9709,32 @@ case $ac_header_compiler:$ac_header_preproc in
8944 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5 9709 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5
8945echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9710echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8946 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5 9711 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5
8947echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;};; 9712echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;}
9713 (
9714 cat <<\_ASBOX
9715## ------------------------------------ ##
9716## Report this to bug-autoconf@gnu.org. ##
9717## ------------------------------------ ##
9718_ASBOX
9719 ) |
9720 sed "s/^/$as_me: WARNING: /" >&2
9721 ;;
8948 no:yes ) 9722 no:yes )
8949 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5 9723 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5
8950echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;} 9724echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;}
8951 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5 9725 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5
8952echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;} 9726echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;}
8953 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5 9727 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5
8954echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;};; 9728echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;}
9729 (
9730 cat <<\_ASBOX
9731## ------------------------------------ ##
9732## Report this to bug-autoconf@gnu.org. ##
9733## ------------------------------------ ##
9734_ASBOX
9735 ) |
9736 sed "s/^/$as_me: WARNING: /" >&2
9737 ;;
8955esac 9738esac
8956echo "$as_me:$LINENO: checking for Carbon/Carbon.h" >&5 9739echo "$as_me:$LINENO: checking for Carbon/Carbon.h" >&5
8957echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6 9740echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6
@@ -8996,7 +9779,11 @@ echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5
8996echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6 9779echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6
8997cat >conftest.$ac_ext <<_ACEOF 9780cat >conftest.$ac_ext <<_ACEOF
8998#line $LINENO "configure" 9781#line $LINENO "configure"
8999#include "confdefs.h" 9782/* confdefs.h. */
9783_ACEOF
9784cat confdefs.h >>conftest.$ac_ext
9785cat >>conftest.$ac_ext <<_ACEOF
9786/* end confdefs.h. */
9000$ac_includes_default 9787$ac_includes_default
9001#include <X11/SM/SMlib.h> 9788#include <X11/SM/SMlib.h>
9002_ACEOF 9789_ACEOF
@@ -9015,7 +9802,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9015 ac_header_compiler=yes 9802 ac_header_compiler=yes
9016else 9803else
9017 echo "$as_me: failed program was:" >&5 9804 echo "$as_me: failed program was:" >&5
9018cat conftest.$ac_ext >&5 9805sed 's/^/| /' conftest.$ac_ext >&5
9806
9019ac_header_compiler=no 9807ac_header_compiler=no
9020fi 9808fi
9021rm -f conftest.$ac_objext conftest.$ac_ext 9809rm -f conftest.$ac_objext conftest.$ac_ext
@@ -9027,7 +9815,11 @@ echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5
9027echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6 9815echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6
9028cat >conftest.$ac_ext <<_ACEOF 9816cat >conftest.$ac_ext <<_ACEOF
9029#line $LINENO "configure" 9817#line $LINENO "configure"
9030#include "confdefs.h" 9818/* confdefs.h. */
9819_ACEOF
9820cat confdefs.h >>conftest.$ac_ext
9821cat >>conftest.$ac_ext <<_ACEOF
9822/* end confdefs.h. */
9031#include <X11/SM/SMlib.h> 9823#include <X11/SM/SMlib.h>
9032_ACEOF 9824_ACEOF
9033if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 9825if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -9050,7 +9842,8 @@ if test -z "$ac_cpp_err"; then
9050 ac_header_preproc=yes 9842 ac_header_preproc=yes
9051else 9843else
9052 echo "$as_me: failed program was:" >&5 9844 echo "$as_me: failed program was:" >&5
9053 cat conftest.$ac_ext >&5 9845sed 's/^/| /' conftest.$ac_ext >&5
9846
9054 ac_header_preproc=no 9847 ac_header_preproc=no
9055fi 9848fi
9056rm -f conftest.err conftest.$ac_ext 9849rm -f conftest.err conftest.$ac_ext
@@ -9063,14 +9856,32 @@ case $ac_header_compiler:$ac_header_preproc in
9063 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 9856 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
9064echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9857echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9065 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5 9858 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5
9066echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;};; 9859echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;}
9860 (
9861 cat <<\_ASBOX
9862## ------------------------------------ ##
9863## Report this to bug-autoconf@gnu.org. ##
9864## ------------------------------------ ##
9865_ASBOX
9866 ) |
9867 sed "s/^/$as_me: WARNING: /" >&2
9868 ;;
9067 no:yes ) 9869 no:yes )
9068 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5 9870 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5
9069echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;} 9871echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;}
9070 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5 9872 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5
9071echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;} 9873echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;}
9072 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5 9874 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5
9073echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;};; 9875echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;}
9876 (
9877 cat <<\_ASBOX
9878## ------------------------------------ ##
9879## Report this to bug-autoconf@gnu.org. ##
9880## ------------------------------------ ##
9881_ASBOX
9882 ) |
9883 sed "s/^/$as_me: WARNING: /" >&2
9884 ;;
9074esac 9885esac
9075echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5 9886echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5
9076echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6 9887echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6
@@ -9093,7 +9904,11 @@ else
9093LIBS="-lSM $LIBS" 9904LIBS="-lSM $LIBS"
9094cat >conftest.$ac_ext <<_ACEOF 9905cat >conftest.$ac_ext <<_ACEOF
9095#line $LINENO "configure" 9906#line $LINENO "configure"
9096#include "confdefs.h" 9907/* confdefs.h. */
9908_ACEOF
9909cat confdefs.h >>conftest.$ac_ext
9910cat >>conftest.$ac_ext <<_ACEOF
9911/* end confdefs.h. */
9097 9912
9098/* Override any gcc2 internal prototype to avoid an error. */ 9913/* Override any gcc2 internal prototype to avoid an error. */
9099#ifdef __cplusplus 9914#ifdef __cplusplus
@@ -9125,7 +9940,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9125 ac_cv_lib_SM_SmcOpenConnection=yes 9940 ac_cv_lib_SM_SmcOpenConnection=yes
9126else 9941else
9127 echo "$as_me: failed program was:" >&5 9942 echo "$as_me: failed program was:" >&5
9128cat conftest.$ac_ext >&5 9943sed 's/^/| /' conftest.$ac_ext >&5
9944
9129ac_cv_lib_SM_SmcOpenConnection=no 9945ac_cv_lib_SM_SmcOpenConnection=no
9130fi 9946fi
9131rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9947rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -9164,7 +9980,11 @@ if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then
9164else 9980else
9165 cat >conftest.$ac_ext <<_ACEOF 9981 cat >conftest.$ac_ext <<_ACEOF
9166#line $LINENO "configure" 9982#line $LINENO "configure"
9167#include "confdefs.h" 9983/* confdefs.h. */
9984_ACEOF
9985cat confdefs.h >>conftest.$ac_ext
9986cat >>conftest.$ac_ext <<_ACEOF
9987/* end confdefs.h. */
9168#include <netdb.h> 9988#include <netdb.h>
9169int 9989int
9170main () 9990main ()
@@ -9189,7 +10009,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9189 emacs_cv_netdb_declares_h_errno=yes 10009 emacs_cv_netdb_declares_h_errno=yes
9190else 10010else
9191 echo "$as_me: failed program was:" >&5 10011 echo "$as_me: failed program was:" >&5
9192cat conftest.$ac_ext >&5 10012sed 's/^/| /' conftest.$ac_ext >&5
10013
9193emacs_cv_netdb_declares_h_errno=no 10014emacs_cv_netdb_declares_h_errno=no
9194fi 10015fi
9195rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10016rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -9213,7 +10034,11 @@ if test "${ac_cv_working_alloca_h+set}" = set; then
9213else 10034else
9214 cat >conftest.$ac_ext <<_ACEOF 10035 cat >conftest.$ac_ext <<_ACEOF
9215#line $LINENO "configure" 10036#line $LINENO "configure"
9216#include "confdefs.h" 10037/* confdefs.h. */
10038_ACEOF
10039cat confdefs.h >>conftest.$ac_ext
10040cat >>conftest.$ac_ext <<_ACEOF
10041/* end confdefs.h. */
9217#include <alloca.h> 10042#include <alloca.h>
9218int 10043int
9219main () 10044main ()
@@ -9238,7 +10063,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9238 ac_cv_working_alloca_h=yes 10063 ac_cv_working_alloca_h=yes
9239else 10064else
9240 echo "$as_me: failed program was:" >&5 10065 echo "$as_me: failed program was:" >&5
9241cat conftest.$ac_ext >&5 10066sed 's/^/| /' conftest.$ac_ext >&5
10067
9242ac_cv_working_alloca_h=no 10068ac_cv_working_alloca_h=no
9243fi 10069fi
9244rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10070rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -9260,7 +10086,11 @@ if test "${ac_cv_func_alloca_works+set}" = set; then
9260else 10086else
9261 cat >conftest.$ac_ext <<_ACEOF 10087 cat >conftest.$ac_ext <<_ACEOF
9262#line $LINENO "configure" 10088#line $LINENO "configure"
9263#include "confdefs.h" 10089/* confdefs.h. */
10090_ACEOF
10091cat confdefs.h >>conftest.$ac_ext
10092cat >>conftest.$ac_ext <<_ACEOF
10093/* end confdefs.h. */
9264#ifdef __GNUC__ 10094#ifdef __GNUC__
9265# define alloca __builtin_alloca 10095# define alloca __builtin_alloca
9266#else 10096#else
@@ -9305,7 +10135,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9305 ac_cv_func_alloca_works=yes 10135 ac_cv_func_alloca_works=yes
9306else 10136else
9307 echo "$as_me: failed program was:" >&5 10137 echo "$as_me: failed program was:" >&5
9308cat conftest.$ac_ext >&5 10138sed 's/^/| /' conftest.$ac_ext >&5
10139
9309ac_cv_func_alloca_works=no 10140ac_cv_func_alloca_works=no
9310fi 10141fi
9311rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10142rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -9339,7 +10170,11 @@ if test "${ac_cv_os_cray+set}" = set; then
9339else 10170else
9340 cat >conftest.$ac_ext <<_ACEOF 10171 cat >conftest.$ac_ext <<_ACEOF
9341#line $LINENO "configure" 10172#line $LINENO "configure"
9342#include "confdefs.h" 10173/* confdefs.h. */
10174_ACEOF
10175cat confdefs.h >>conftest.$ac_ext
10176cat >>conftest.$ac_ext <<_ACEOF
10177/* end confdefs.h. */
9343#if defined(CRAY) && ! defined(CRAY2) 10178#if defined(CRAY) && ! defined(CRAY2)
9344webecray 10179webecray
9345#else 10180#else
@@ -9368,30 +10203,37 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
9368else 10203else
9369 cat >conftest.$ac_ext <<_ACEOF 10204 cat >conftest.$ac_ext <<_ACEOF
9370#line $LINENO "configure" 10205#line $LINENO "configure"
9371#include "confdefs.h" 10206/* confdefs.h. */
10207_ACEOF
10208cat confdefs.h >>conftest.$ac_ext
10209cat >>conftest.$ac_ext <<_ACEOF
10210/* end confdefs.h. */
9372/* System header to define __stub macros and hopefully few prototypes, 10211/* System header to define __stub macros and hopefully few prototypes,
9373 which can conflict with char $ac_func (); below. */ 10212 which can conflict with char $ac_func (); below. */
9374#include <assert.h> 10213#include <assert.h>
9375/* Override any gcc2 internal prototype to avoid an error. */ 10214/* Override any gcc2 internal prototype to avoid an error. */
9376#ifdef __cplusplus 10215#ifdef __cplusplus
9377extern "C" 10216extern "C"
10217{
9378#endif 10218#endif
9379/* We use char because int might match the return type of a gcc2 10219/* We use char because int might match the return type of a gcc2
9380 builtin and then its argument prototype would still apply. */ 10220 builtin and then its argument prototype would still apply. */
9381char $ac_func (); 10221char $ac_func ();
9382char (*f) ();
9383
9384int
9385main ()
9386{
9387/* The GNU C library defines this for functions which it implements 10222/* The GNU C library defines this for functions which it implements
9388 to always fail with ENOSYS. Some functions are actually named 10223 to always fail with ENOSYS. Some functions are actually named
9389 something starting with __ and the normal name is an alias. */ 10224 something starting with __ and the normal name is an alias. */
9390#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 10225#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9391choke me 10226choke me
9392#else 10227#else
9393f = $ac_func; 10228char (*f) () = $ac_func;
9394#endif 10229#endif
10230#ifdef __cplusplus
10231}
10232#endif
10233
10234int
10235main ()
10236{
9395 10237
9396 ; 10238 ;
9397 return 0; 10239 return 0;
@@ -9412,7 +10254,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9412 eval "$as_ac_var=yes" 10254 eval "$as_ac_var=yes"
9413else 10255else
9414 echo "$as_me: failed program was:" >&5 10256 echo "$as_me: failed program was:" >&5
9415cat conftest.$ac_ext >&5 10257sed 's/^/| /' conftest.$ac_ext >&5
10258
9416eval "$as_ac_var=no" 10259eval "$as_ac_var=no"
9417fi 10260fi
9418rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10261rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -9441,7 +10284,11 @@ else
9441else 10284else
9442 cat >conftest.$ac_ext <<_ACEOF 10285 cat >conftest.$ac_ext <<_ACEOF
9443#line $LINENO "configure" 10286#line $LINENO "configure"
9444#include "confdefs.h" 10287/* confdefs.h. */
10288_ACEOF
10289cat confdefs.h >>conftest.$ac_ext
10290cat >>conftest.$ac_ext <<_ACEOF
10291/* end confdefs.h. */
9445int 10292int
9446find_stack_direction () 10293find_stack_direction ()
9447{ 10294{
@@ -9477,7 +10324,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9477else 10324else
9478 echo "$as_me: program exited with status $ac_status" >&5 10325 echo "$as_me: program exited with status $ac_status" >&5
9479echo "$as_me: failed program was:" >&5 10326echo "$as_me: failed program was:" >&5
9480cat conftest.$ac_ext >&5 10327sed 's/^/| /' conftest.$ac_ext >&5
10328
9481( exit $ac_status ) 10329( exit $ac_status )
9482ac_cv_c_stack_direction=-1 10330ac_cv_c_stack_direction=-1
9483fi 10331fi
@@ -9507,7 +10355,11 @@ else
9507LIBS="-lm $LIBS" 10355LIBS="-lm $LIBS"
9508cat >conftest.$ac_ext <<_ACEOF 10356cat >conftest.$ac_ext <<_ACEOF
9509#line $LINENO "configure" 10357#line $LINENO "configure"
9510#include "confdefs.h" 10358/* confdefs.h. */
10359_ACEOF
10360cat confdefs.h >>conftest.$ac_ext
10361cat >>conftest.$ac_ext <<_ACEOF
10362/* end confdefs.h. */
9511 10363
9512/* Override any gcc2 internal prototype to avoid an error. */ 10364/* Override any gcc2 internal prototype to avoid an error. */
9513#ifdef __cplusplus 10365#ifdef __cplusplus
@@ -9539,7 +10391,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9539 ac_cv_lib_m_sqrt=yes 10391 ac_cv_lib_m_sqrt=yes
9540else 10392else
9541 echo "$as_me: failed program was:" >&5 10393 echo "$as_me: failed program was:" >&5
9542cat conftest.$ac_ext >&5 10394sed 's/^/| /' conftest.$ac_ext >&5
10395
9543ac_cv_lib_m_sqrt=no 10396ac_cv_lib_m_sqrt=no
9544fi 10397fi
9545rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10398rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -9568,7 +10421,11 @@ else
9568LIBS="-lmail $LIBS" 10421LIBS="-lmail $LIBS"
9569cat >conftest.$ac_ext <<_ACEOF 10422cat >conftest.$ac_ext <<_ACEOF
9570#line $LINENO "configure" 10423#line $LINENO "configure"
9571#include "confdefs.h" 10424/* confdefs.h. */
10425_ACEOF
10426cat confdefs.h >>conftest.$ac_ext
10427cat >>conftest.$ac_ext <<_ACEOF
10428/* end confdefs.h. */
9572 10429
9573/* Override any gcc2 internal prototype to avoid an error. */ 10430/* Override any gcc2 internal prototype to avoid an error. */
9574#ifdef __cplusplus 10431#ifdef __cplusplus
@@ -9600,7 +10457,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9600 ac_cv_lib_mail_maillock=yes 10457 ac_cv_lib_mail_maillock=yes
9601else 10458else
9602 echo "$as_me: failed program was:" >&5 10459 echo "$as_me: failed program was:" >&5
9603cat conftest.$ac_ext >&5 10460sed 's/^/| /' conftest.$ac_ext >&5
10461
9604ac_cv_lib_mail_maillock=no 10462ac_cv_lib_mail_maillock=no
9605fi 10463fi
9606rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10464rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -9627,7 +10485,11 @@ else
9627LIBS="-llockfile $LIBS" 10485LIBS="-llockfile $LIBS"
9628cat >conftest.$ac_ext <<_ACEOF 10486cat >conftest.$ac_ext <<_ACEOF
9629#line $LINENO "configure" 10487#line $LINENO "configure"
9630#include "confdefs.h" 10488/* confdefs.h. */
10489_ACEOF
10490cat confdefs.h >>conftest.$ac_ext
10491cat >>conftest.$ac_ext <<_ACEOF
10492/* end confdefs.h. */
9631 10493
9632/* Override any gcc2 internal prototype to avoid an error. */ 10494/* Override any gcc2 internal prototype to avoid an error. */
9633#ifdef __cplusplus 10495#ifdef __cplusplus
@@ -9659,7 +10521,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9659 ac_cv_lib_lockfile_maillock=yes 10521 ac_cv_lib_lockfile_maillock=yes
9660else 10522else
9661 echo "$as_me: failed program was:" >&5 10523 echo "$as_me: failed program was:" >&5
9662cat conftest.$ac_ext >&5 10524sed 's/^/| /' conftest.$ac_ext >&5
10525
9663ac_cv_lib_lockfile_maillock=no 10526ac_cv_lib_lockfile_maillock=no
9664fi 10527fi
9665rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10528rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -9744,31 +10607,38 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
9744else 10607else
9745 cat >conftest.$ac_ext <<_ACEOF 10608 cat >conftest.$ac_ext <<_ACEOF
9746#line $LINENO "configure" 10609#line $LINENO "configure"
9747#include "confdefs.h" 10610/* confdefs.h. */
10611_ACEOF
10612cat confdefs.h >>conftest.$ac_ext
10613cat >>conftest.$ac_ext <<_ACEOF
10614/* end confdefs.h. */
9748/* System header to define __stub macros and hopefully few prototypes, 10615/* System header to define __stub macros and hopefully few prototypes,
9749 which can conflict with char $ac_func (); below. */ 10616 which can conflict with char $ac_func (); below. */
9750#include <assert.h> 10617#include <assert.h>
9751/* Override any gcc2 internal prototype to avoid an error. */ 10618/* Override any gcc2 internal prototype to avoid an error. */
9752#ifdef __cplusplus 10619#ifdef __cplusplus
9753extern "C" 10620extern "C"
10621{
9754#endif 10622#endif
9755/* We use char because int might match the return type of a gcc2 10623/* We use char because int might match the return type of a gcc2
9756 builtin and then its argument prototype would still apply. */ 10624 builtin and then its argument prototype would still apply. */
9757char $ac_func (); 10625char $ac_func ();
9758char (*f) ();
9759
9760int
9761main ()
9762{
9763/* The GNU C library defines this for functions which it implements 10626/* The GNU C library defines this for functions which it implements
9764 to always fail with ENOSYS. Some functions are actually named 10627 to always fail with ENOSYS. Some functions are actually named
9765 something starting with __ and the normal name is an alias. */ 10628 something starting with __ and the normal name is an alias. */
9766#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 10629#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9767choke me 10630choke me
9768#else 10631#else
9769f = $ac_func; 10632char (*f) () = $ac_func;
10633#endif
10634#ifdef __cplusplus
10635}
9770#endif 10636#endif
9771 10637
10638int
10639main ()
10640{
10641
9772 ; 10642 ;
9773 return 0; 10643 return 0;
9774} 10644}
@@ -9788,7 +10658,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9788 eval "$as_ac_var=yes" 10658 eval "$as_ac_var=yes"
9789else 10659else
9790 echo "$as_me: failed program was:" >&5 10660 echo "$as_me: failed program was:" >&5
9791cat conftest.$ac_ext >&5 10661sed 's/^/| /' conftest.$ac_ext >&5
10662
9792eval "$as_ac_var=no" 10663eval "$as_ac_var=no"
9793fi 10664fi
9794rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10665rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -9821,7 +10692,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5
9821echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 10692echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9822cat >conftest.$ac_ext <<_ACEOF 10693cat >conftest.$ac_ext <<_ACEOF
9823#line $LINENO "configure" 10694#line $LINENO "configure"
9824#include "confdefs.h" 10695/* confdefs.h. */
10696_ACEOF
10697cat confdefs.h >>conftest.$ac_ext
10698cat >>conftest.$ac_ext <<_ACEOF
10699/* end confdefs.h. */
9825$ac_includes_default 10700$ac_includes_default
9826#include <$ac_header> 10701#include <$ac_header>
9827_ACEOF 10702_ACEOF
@@ -9840,7 +10715,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9840 ac_header_compiler=yes 10715 ac_header_compiler=yes
9841else 10716else
9842 echo "$as_me: failed program was:" >&5 10717 echo "$as_me: failed program was:" >&5
9843cat conftest.$ac_ext >&5 10718sed 's/^/| /' conftest.$ac_ext >&5
10719
9844ac_header_compiler=no 10720ac_header_compiler=no
9845fi 10721fi
9846rm -f conftest.$ac_objext conftest.$ac_ext 10722rm -f conftest.$ac_objext conftest.$ac_ext
@@ -9852,7 +10728,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5
9852echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 10728echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9853cat >conftest.$ac_ext <<_ACEOF 10729cat >conftest.$ac_ext <<_ACEOF
9854#line $LINENO "configure" 10730#line $LINENO "configure"
9855#include "confdefs.h" 10731/* confdefs.h. */
10732_ACEOF
10733cat confdefs.h >>conftest.$ac_ext
10734cat >>conftest.$ac_ext <<_ACEOF
10735/* end confdefs.h. */
9856#include <$ac_header> 10736#include <$ac_header>
9857_ACEOF 10737_ACEOF
9858if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 10738if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -9875,7 +10755,8 @@ if test -z "$ac_cpp_err"; then
9875 ac_header_preproc=yes 10755 ac_header_preproc=yes
9876else 10756else
9877 echo "$as_me: failed program was:" >&5 10757 echo "$as_me: failed program was:" >&5
9878 cat conftest.$ac_ext >&5 10758sed 's/^/| /' conftest.$ac_ext >&5
10759
9879 ac_header_preproc=no 10760 ac_header_preproc=no
9880fi 10761fi
9881rm -f conftest.err conftest.$ac_ext 10762rm -f conftest.err conftest.$ac_ext
@@ -9888,14 +10769,32 @@ case $ac_header_compiler:$ac_header_preproc in
9888 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 10769 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9889echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 10770echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9890 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 10771 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9891echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 10772echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10773 (
10774 cat <<\_ASBOX
10775## ------------------------------------ ##
10776## Report this to bug-autoconf@gnu.org. ##
10777## ------------------------------------ ##
10778_ASBOX
10779 ) |
10780 sed "s/^/$as_me: WARNING: /" >&2
10781 ;;
9892 no:yes ) 10782 no:yes )
9893 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 10783 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9894echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 10784echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9895 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 10785 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9896echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 10786echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9897 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 10787 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9898echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 10788echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10789 (
10790 cat <<\_ASBOX
10791## ------------------------------------ ##
10792## Report this to bug-autoconf@gnu.org. ##
10793## ------------------------------------ ##
10794_ASBOX
10795 ) |
10796 sed "s/^/$as_me: WARNING: /" >&2
10797 ;;
9899esac 10798esac
9900echo "$as_me:$LINENO: checking for $ac_header" >&5 10799echo "$as_me:$LINENO: checking for $ac_header" >&5
9901echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10800echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
@@ -9977,6 +10876,7 @@ done
9977 10876
9978 10877
9979 10878
10879
9980for ac_func in gethostname getdomainname dup2 \ 10880for ac_func in gethostname getdomainname dup2 \
9981rename closedir mkdir rmdir sysinfo \ 10881rename closedir mkdir rmdir sysinfo \
9982random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ 10882random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
@@ -9984,7 +10884,7 @@ strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
9984utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \ 10884utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \
9985__fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \ 10885__fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \
9986sendto recvfrom getsockopt setsockopt getsockname getpeername \ 10886sendto recvfrom getsockopt setsockopt getsockname getpeername \
9987gai_strerror mkstemp getline getdelim mremap memmove fsync bzero 10887gai_strerror mkstemp getline getdelim mremap memmove fsync bzero memset
9988do 10888do
9989as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10889as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9990echo "$as_me:$LINENO: checking for $ac_func" >&5 10890echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -9994,31 +10894,38 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
9994else 10894else
9995 cat >conftest.$ac_ext <<_ACEOF 10895 cat >conftest.$ac_ext <<_ACEOF
9996#line $LINENO "configure" 10896#line $LINENO "configure"
9997#include "confdefs.h" 10897/* confdefs.h. */
10898_ACEOF
10899cat confdefs.h >>conftest.$ac_ext
10900cat >>conftest.$ac_ext <<_ACEOF
10901/* end confdefs.h. */
9998/* System header to define __stub macros and hopefully few prototypes, 10902/* System header to define __stub macros and hopefully few prototypes,
9999 which can conflict with char $ac_func (); below. */ 10903 which can conflict with char $ac_func (); below. */
10000#include <assert.h> 10904#include <assert.h>
10001/* Override any gcc2 internal prototype to avoid an error. */ 10905/* Override any gcc2 internal prototype to avoid an error. */
10002#ifdef __cplusplus 10906#ifdef __cplusplus
10003extern "C" 10907extern "C"
10908{
10004#endif 10909#endif
10005/* We use char because int might match the return type of a gcc2 10910/* We use char because int might match the return type of a gcc2
10006 builtin and then its argument prototype would still apply. */ 10911 builtin and then its argument prototype would still apply. */
10007char $ac_func (); 10912char $ac_func ();
10008char (*f) ();
10009
10010int
10011main ()
10012{
10013/* The GNU C library defines this for functions which it implements 10913/* The GNU C library defines this for functions which it implements
10014 to always fail with ENOSYS. Some functions are actually named 10914 to always fail with ENOSYS. Some functions are actually named
10015 something starting with __ and the normal name is an alias. */ 10915 something starting with __ and the normal name is an alias. */
10016#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 10916#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10017choke me 10917choke me
10018#else 10918#else
10019f = $ac_func; 10919char (*f) () = $ac_func;
10920#endif
10921#ifdef __cplusplus
10922}
10020#endif 10923#endif
10021 10924
10925int
10926main ()
10927{
10928
10022 ; 10929 ;
10023 return 0; 10930 return 0;
10024} 10931}
@@ -10038,7 +10945,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10038 eval "$as_ac_var=yes" 10945 eval "$as_ac_var=yes"
10039else 10946else
10040 echo "$as_me: failed program was:" >&5 10947 echo "$as_me: failed program was:" >&5
10041cat conftest.$ac_ext >&5 10948sed 's/^/| /' conftest.$ac_ext >&5
10949
10042eval "$as_ac_var=no" 10950eval "$as_ac_var=no"
10043fi 10951fi
10044rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10952rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -10072,7 +10980,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5
10072echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 10980echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10073cat >conftest.$ac_ext <<_ACEOF 10981cat >conftest.$ac_ext <<_ACEOF
10074#line $LINENO "configure" 10982#line $LINENO "configure"
10075#include "confdefs.h" 10983/* confdefs.h. */
10984_ACEOF
10985cat confdefs.h >>conftest.$ac_ext
10986cat >>conftest.$ac_ext <<_ACEOF
10987/* end confdefs.h. */
10076$ac_includes_default 10988$ac_includes_default
10077#include <$ac_header> 10989#include <$ac_header>
10078_ACEOF 10990_ACEOF
@@ -10091,7 +11003,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10091 ac_header_compiler=yes 11003 ac_header_compiler=yes
10092else 11004else
10093 echo "$as_me: failed program was:" >&5 11005 echo "$as_me: failed program was:" >&5
10094cat conftest.$ac_ext >&5 11006sed 's/^/| /' conftest.$ac_ext >&5
11007
10095ac_header_compiler=no 11008ac_header_compiler=no
10096fi 11009fi
10097rm -f conftest.$ac_objext conftest.$ac_ext 11010rm -f conftest.$ac_objext conftest.$ac_ext
@@ -10103,7 +11016,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5
10103echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 11016echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10104cat >conftest.$ac_ext <<_ACEOF 11017cat >conftest.$ac_ext <<_ACEOF
10105#line $LINENO "configure" 11018#line $LINENO "configure"
10106#include "confdefs.h" 11019/* confdefs.h. */
11020_ACEOF
11021cat confdefs.h >>conftest.$ac_ext
11022cat >>conftest.$ac_ext <<_ACEOF
11023/* end confdefs.h. */
10107#include <$ac_header> 11024#include <$ac_header>
10108_ACEOF 11025_ACEOF
10109if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 11026if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -10126,7 +11043,8 @@ if test -z "$ac_cpp_err"; then
10126 ac_header_preproc=yes 11043 ac_header_preproc=yes
10127else 11044else
10128 echo "$as_me: failed program was:" >&5 11045 echo "$as_me: failed program was:" >&5
10129 cat conftest.$ac_ext >&5 11046sed 's/^/| /' conftest.$ac_ext >&5
11047
10130 ac_header_preproc=no 11048 ac_header_preproc=no
10131fi 11049fi
10132rm -f conftest.err conftest.$ac_ext 11050rm -f conftest.err conftest.$ac_ext
@@ -10139,14 +11057,32 @@ case $ac_header_compiler:$ac_header_preproc in
10139 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 11057 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10140echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 11058echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10141 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 11059 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10142echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 11060echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11061 (
11062 cat <<\_ASBOX
11063## ------------------------------------ ##
11064## Report this to bug-autoconf@gnu.org. ##
11065## ------------------------------------ ##
11066_ASBOX
11067 ) |
11068 sed "s/^/$as_me: WARNING: /" >&2
11069 ;;
10143 no:yes ) 11070 no:yes )
10144 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 11071 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10145echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 11072echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10146 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 11073 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10147echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 11074echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10148 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 11075 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10149echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 11076echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11077 (
11078 cat <<\_ASBOX
11079## ------------------------------------ ##
11080## Report this to bug-autoconf@gnu.org. ##
11081## ------------------------------------ ##
11082_ASBOX
11083 ) |
11084 sed "s/^/$as_me: WARNING: /" >&2
11085 ;;
10150esac 11086esac
10151echo "$as_me:$LINENO: checking for $ac_header" >&5 11087echo "$as_me:$LINENO: checking for $ac_header" >&5
10152echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11088echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
@@ -10188,7 +11124,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5
10188echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 11124echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10189cat >conftest.$ac_ext <<_ACEOF 11125cat >conftest.$ac_ext <<_ACEOF
10190#line $LINENO "configure" 11126#line $LINENO "configure"
10191#include "confdefs.h" 11127/* confdefs.h. */
11128_ACEOF
11129cat confdefs.h >>conftest.$ac_ext
11130cat >>conftest.$ac_ext <<_ACEOF
11131/* end confdefs.h. */
10192$ac_includes_default 11132$ac_includes_default
10193#include <$ac_header> 11133#include <$ac_header>
10194_ACEOF 11134_ACEOF
@@ -10207,7 +11147,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10207 ac_header_compiler=yes 11147 ac_header_compiler=yes
10208else 11148else
10209 echo "$as_me: failed program was:" >&5 11149 echo "$as_me: failed program was:" >&5
10210cat conftest.$ac_ext >&5 11150sed 's/^/| /' conftest.$ac_ext >&5
11151
10211ac_header_compiler=no 11152ac_header_compiler=no
10212fi 11153fi
10213rm -f conftest.$ac_objext conftest.$ac_ext 11154rm -f conftest.$ac_objext conftest.$ac_ext
@@ -10219,7 +11160,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5
10219echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 11160echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10220cat >conftest.$ac_ext <<_ACEOF 11161cat >conftest.$ac_ext <<_ACEOF
10221#line $LINENO "configure" 11162#line $LINENO "configure"
10222#include "confdefs.h" 11163/* confdefs.h. */
11164_ACEOF
11165cat confdefs.h >>conftest.$ac_ext
11166cat >>conftest.$ac_ext <<_ACEOF
11167/* end confdefs.h. */
10223#include <$ac_header> 11168#include <$ac_header>
10224_ACEOF 11169_ACEOF
10225if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 11170if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -10242,7 +11187,8 @@ if test -z "$ac_cpp_err"; then
10242 ac_header_preproc=yes 11187 ac_header_preproc=yes
10243else 11188else
10244 echo "$as_me: failed program was:" >&5 11189 echo "$as_me: failed program was:" >&5
10245 cat conftest.$ac_ext >&5 11190sed 's/^/| /' conftest.$ac_ext >&5
11191
10246 ac_header_preproc=no 11192 ac_header_preproc=no
10247fi 11193fi
10248rm -f conftest.err conftest.$ac_ext 11194rm -f conftest.err conftest.$ac_ext
@@ -10255,14 +11201,32 @@ case $ac_header_compiler:$ac_header_preproc in
10255 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 11201 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10256echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 11202echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10257 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 11203 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10258echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 11204echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11205 (
11206 cat <<\_ASBOX
11207## ------------------------------------ ##
11208## Report this to bug-autoconf@gnu.org. ##
11209## ------------------------------------ ##
11210_ASBOX
11211 ) |
11212 sed "s/^/$as_me: WARNING: /" >&2
11213 ;;
10259 no:yes ) 11214 no:yes )
10260 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 11215 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10261echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 11216echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10262 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 11217 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10263echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 11218echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10264 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 11219 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10265echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 11220echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11221 (
11222 cat <<\_ASBOX
11223## ------------------------------------ ##
11224## Report this to bug-autoconf@gnu.org. ##
11225## ------------------------------------ ##
11226_ASBOX
11227 ) |
11228 sed "s/^/$as_me: WARNING: /" >&2
11229 ;;
10266esac 11230esac
10267echo "$as_me:$LINENO: checking for $ac_header" >&5 11231echo "$as_me:$LINENO: checking for $ac_header" >&5
10268echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11232echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
@@ -10295,30 +11259,37 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
10295else 11259else
10296 cat >conftest.$ac_ext <<_ACEOF 11260 cat >conftest.$ac_ext <<_ACEOF
10297#line $LINENO "configure" 11261#line $LINENO "configure"
10298#include "confdefs.h" 11262/* confdefs.h. */
11263_ACEOF
11264cat confdefs.h >>conftest.$ac_ext
11265cat >>conftest.$ac_ext <<_ACEOF
11266/* end confdefs.h. */
10299/* System header to define __stub macros and hopefully few prototypes, 11267/* System header to define __stub macros and hopefully few prototypes,
10300 which can conflict with char $ac_func (); below. */ 11268 which can conflict with char $ac_func (); below. */
10301#include <assert.h> 11269#include <assert.h>
10302/* Override any gcc2 internal prototype to avoid an error. */ 11270/* Override any gcc2 internal prototype to avoid an error. */
10303#ifdef __cplusplus 11271#ifdef __cplusplus
10304extern "C" 11272extern "C"
11273{
10305#endif 11274#endif
10306/* We use char because int might match the return type of a gcc2 11275/* We use char because int might match the return type of a gcc2
10307 builtin and then its argument prototype would still apply. */ 11276 builtin and then its argument prototype would still apply. */
10308char $ac_func (); 11277char $ac_func ();
10309char (*f) ();
10310
10311int
10312main ()
10313{
10314/* The GNU C library defines this for functions which it implements 11278/* The GNU C library defines this for functions which it implements
10315 to always fail with ENOSYS. Some functions are actually named 11279 to always fail with ENOSYS. Some functions are actually named
10316 something starting with __ and the normal name is an alias. */ 11280 something starting with __ and the normal name is an alias. */
10317#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 11281#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10318choke me 11282choke me
10319#else 11283#else
10320f = $ac_func; 11284char (*f) () = $ac_func;
10321#endif 11285#endif
11286#ifdef __cplusplus
11287}
11288#endif
11289
11290int
11291main ()
11292{
10322 11293
10323 ; 11294 ;
10324 return 0; 11295 return 0;
@@ -10339,7 +11310,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10339 eval "$as_ac_var=yes" 11310 eval "$as_ac_var=yes"
10340else 11311else
10341 echo "$as_me: failed program was:" >&5 11312 echo "$as_me: failed program was:" >&5
10342cat conftest.$ac_ext >&5 11313sed 's/^/| /' conftest.$ac_ext >&5
11314
10343eval "$as_ac_var=no" 11315eval "$as_ac_var=no"
10344fi 11316fi
10345rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11317rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -10364,7 +11336,11 @@ else
10364else 11336else
10365 cat >conftest.$ac_ext <<_ACEOF 11337 cat >conftest.$ac_ext <<_ACEOF
10366#line $LINENO "configure" 11338#line $LINENO "configure"
10367#include "confdefs.h" 11339/* confdefs.h. */
11340_ACEOF
11341cat confdefs.h >>conftest.$ac_ext
11342cat >>conftest.$ac_ext <<_ACEOF
11343/* end confdefs.h. */
10368/* Test program from Paul Eggert and Tony Leneis. */ 11344/* Test program from Paul Eggert and Tony Leneis. */
10369#if TIME_WITH_SYS_TIME 11345#if TIME_WITH_SYS_TIME
10370# include <sys/time.h> 11346# include <sys/time.h>
@@ -10526,7 +11502,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10526else 11502else
10527 echo "$as_me: program exited with status $ac_status" >&5 11503 echo "$as_me: program exited with status $ac_status" >&5
10528echo "$as_me: failed program was:" >&5 11504echo "$as_me: failed program was:" >&5
10529cat conftest.$ac_ext >&5 11505sed 's/^/| /' conftest.$ac_ext >&5
11506
10530( exit $ac_status ) 11507( exit $ac_status )
10531ac_cv_func_working_mktime=no 11508ac_cv_func_working_mktime=no
10532fi 11509fi
@@ -10565,30 +11542,37 @@ if test "${ac_cv_func_getloadavg+set}" = set; then
10565else 11542else
10566 cat >conftest.$ac_ext <<_ACEOF 11543 cat >conftest.$ac_ext <<_ACEOF
10567#line $LINENO "configure" 11544#line $LINENO "configure"
10568#include "confdefs.h" 11545/* confdefs.h. */
11546_ACEOF
11547cat confdefs.h >>conftest.$ac_ext
11548cat >>conftest.$ac_ext <<_ACEOF
11549/* end confdefs.h. */
10569/* System header to define __stub macros and hopefully few prototypes, 11550/* System header to define __stub macros and hopefully few prototypes,
10570 which can conflict with char getloadavg (); below. */ 11551 which can conflict with char getloadavg (); below. */
10571#include <assert.h> 11552#include <assert.h>
10572/* Override any gcc2 internal prototype to avoid an error. */ 11553/* Override any gcc2 internal prototype to avoid an error. */
10573#ifdef __cplusplus 11554#ifdef __cplusplus
10574extern "C" 11555extern "C"
11556{
10575#endif 11557#endif
10576/* We use char because int might match the return type of a gcc2 11558/* We use char because int might match the return type of a gcc2
10577 builtin and then its argument prototype would still apply. */ 11559 builtin and then its argument prototype would still apply. */
10578char getloadavg (); 11560char getloadavg ();
10579char (*f) ();
10580
10581int
10582main ()
10583{
10584/* The GNU C library defines this for functions which it implements 11561/* The GNU C library defines this for functions which it implements
10585 to always fail with ENOSYS. Some functions are actually named 11562 to always fail with ENOSYS. Some functions are actually named
10586 something starting with __ and the normal name is an alias. */ 11563 something starting with __ and the normal name is an alias. */
10587#if defined (__stub_getloadavg) || defined (__stub___getloadavg) 11564#if defined (__stub_getloadavg) || defined (__stub___getloadavg)
10588choke me 11565choke me
10589#else 11566#else
10590f = getloadavg; 11567char (*f) () = getloadavg;
10591#endif 11568#endif
11569#ifdef __cplusplus
11570}
11571#endif
11572
11573int
11574main ()
11575{
10592 11576
10593 ; 11577 ;
10594 return 0; 11578 return 0;
@@ -10609,7 +11593,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10609 ac_cv_func_getloadavg=yes 11593 ac_cv_func_getloadavg=yes
10610else 11594else
10611 echo "$as_me: failed program was:" >&5 11595 echo "$as_me: failed program was:" >&5
10612cat conftest.$ac_ext >&5 11596sed 's/^/| /' conftest.$ac_ext >&5
11597
10613ac_cv_func_getloadavg=no 11598ac_cv_func_getloadavg=no
10614fi 11599fi
10615rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11600rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -10635,31 +11620,38 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
10635else 11620else
10636 cat >conftest.$ac_ext <<_ACEOF 11621 cat >conftest.$ac_ext <<_ACEOF
10637#line $LINENO "configure" 11622#line $LINENO "configure"
10638#include "confdefs.h" 11623/* confdefs.h. */
11624_ACEOF
11625cat confdefs.h >>conftest.$ac_ext
11626cat >>conftest.$ac_ext <<_ACEOF
11627/* end confdefs.h. */
10639/* System header to define __stub macros and hopefully few prototypes, 11628/* System header to define __stub macros and hopefully few prototypes,
10640 which can conflict with char $ac_func (); below. */ 11629 which can conflict with char $ac_func (); below. */
10641#include <assert.h> 11630#include <assert.h>
10642/* Override any gcc2 internal prototype to avoid an error. */ 11631/* Override any gcc2 internal prototype to avoid an error. */
10643#ifdef __cplusplus 11632#ifdef __cplusplus
10644extern "C" 11633extern "C"
11634{
10645#endif 11635#endif
10646/* We use char because int might match the return type of a gcc2 11636/* We use char because int might match the return type of a gcc2
10647 builtin and then its argument prototype would still apply. */ 11637 builtin and then its argument prototype would still apply. */
10648char $ac_func (); 11638char $ac_func ();
10649char (*f) ();
10650
10651int
10652main ()
10653{
10654/* The GNU C library defines this for functions which it implements 11639/* The GNU C library defines this for functions which it implements
10655 to always fail with ENOSYS. Some functions are actually named 11640 to always fail with ENOSYS. Some functions are actually named
10656 something starting with __ and the normal name is an alias. */ 11641 something starting with __ and the normal name is an alias. */
10657#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 11642#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10658choke me 11643choke me
10659#else 11644#else
10660f = $ac_func; 11645char (*f) () = $ac_func;
11646#endif
11647#ifdef __cplusplus
11648}
10661#endif 11649#endif
10662 11650
11651int
11652main ()
11653{
11654
10663 ; 11655 ;
10664 return 0; 11656 return 0;
10665} 11657}
@@ -10679,7 +11671,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10679 eval "$as_ac_var=yes" 11671 eval "$as_ac_var=yes"
10680else 11672else
10681 echo "$as_me: failed program was:" >&5 11673 echo "$as_me: failed program was:" >&5
10682cat conftest.$ac_ext >&5 11674sed 's/^/| /' conftest.$ac_ext >&5
11675
10683eval "$as_ac_var=no" 11676eval "$as_ac_var=no"
10684fi 11677fi
10685rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11678rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -10706,7 +11699,11 @@ else
10706LIBS="-lkstat $LIBS" 11699LIBS="-lkstat $LIBS"
10707cat >conftest.$ac_ext <<_ACEOF 11700cat >conftest.$ac_ext <<_ACEOF
10708#line $LINENO "configure" 11701#line $LINENO "configure"
10709#include "confdefs.h" 11702/* confdefs.h. */
11703_ACEOF
11704cat confdefs.h >>conftest.$ac_ext
11705cat >>conftest.$ac_ext <<_ACEOF
11706/* end confdefs.h. */
10710 11707
10711/* Override any gcc2 internal prototype to avoid an error. */ 11708/* Override any gcc2 internal prototype to avoid an error. */
10712#ifdef __cplusplus 11709#ifdef __cplusplus
@@ -10738,7 +11735,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10738 ac_cv_lib_kstat_kstat_open=yes 11735 ac_cv_lib_kstat_kstat_open=yes
10739else 11736else
10740 echo "$as_me: failed program was:" >&5 11737 echo "$as_me: failed program was:" >&5
10741cat conftest.$ac_ext >&5 11738sed 's/^/| /' conftest.$ac_ext >&5
11739
10742ac_cv_lib_kstat_kstat_open=no 11740ac_cv_lib_kstat_kstat_open=no
10743fi 11741fi
10744rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11742rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -10771,7 +11769,11 @@ else
10771LIBS="-lelf $LIBS" 11769LIBS="-lelf $LIBS"
10772cat >conftest.$ac_ext <<_ACEOF 11770cat >conftest.$ac_ext <<_ACEOF
10773#line $LINENO "configure" 11771#line $LINENO "configure"
10774#include "confdefs.h" 11772/* confdefs.h. */
11773_ACEOF
11774cat confdefs.h >>conftest.$ac_ext
11775cat >>conftest.$ac_ext <<_ACEOF
11776/* end confdefs.h. */
10775 11777
10776/* Override any gcc2 internal prototype to avoid an error. */ 11778/* Override any gcc2 internal prototype to avoid an error. */
10777#ifdef __cplusplus 11779#ifdef __cplusplus
@@ -10803,7 +11805,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10803 ac_cv_lib_elf_elf_begin=yes 11805 ac_cv_lib_elf_elf_begin=yes
10804else 11806else
10805 echo "$as_me: failed program was:" >&5 11807 echo "$as_me: failed program was:" >&5
10806cat conftest.$ac_ext >&5 11808sed 's/^/| /' conftest.$ac_ext >&5
11809
10807ac_cv_lib_elf_elf_begin=no 11810ac_cv_lib_elf_elf_begin=no
10808fi 11811fi
10809rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11812rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -10826,7 +11829,11 @@ else
10826LIBS="-lkvm $LIBS" 11829LIBS="-lkvm $LIBS"
10827cat >conftest.$ac_ext <<_ACEOF 11830cat >conftest.$ac_ext <<_ACEOF
10828#line $LINENO "configure" 11831#line $LINENO "configure"
10829#include "confdefs.h" 11832/* confdefs.h. */
11833_ACEOF
11834cat confdefs.h >>conftest.$ac_ext
11835cat >>conftest.$ac_ext <<_ACEOF
11836/* end confdefs.h. */
10830 11837
10831/* Override any gcc2 internal prototype to avoid an error. */ 11838/* Override any gcc2 internal prototype to avoid an error. */
10832#ifdef __cplusplus 11839#ifdef __cplusplus
@@ -10858,7 +11865,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10858 ac_cv_lib_kvm_kvm_open=yes 11865 ac_cv_lib_kvm_kvm_open=yes
10859else 11866else
10860 echo "$as_me: failed program was:" >&5 11867 echo "$as_me: failed program was:" >&5
10861cat conftest.$ac_ext >&5 11868sed 's/^/| /' conftest.$ac_ext >&5
11869
10862ac_cv_lib_kvm_kvm_open=no 11870ac_cv_lib_kvm_kvm_open=no
10863fi 11871fi
10864rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11872rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -10880,7 +11888,11 @@ else
10880LIBS="-lutil $LIBS" 11888LIBS="-lutil $LIBS"
10881cat >conftest.$ac_ext <<_ACEOF 11889cat >conftest.$ac_ext <<_ACEOF
10882#line $LINENO "configure" 11890#line $LINENO "configure"
10883#include "confdefs.h" 11891/* confdefs.h. */
11892_ACEOF
11893cat confdefs.h >>conftest.$ac_ext
11894cat >>conftest.$ac_ext <<_ACEOF
11895/* end confdefs.h. */
10884 11896
10885/* Override any gcc2 internal prototype to avoid an error. */ 11897/* Override any gcc2 internal prototype to avoid an error. */
10886#ifdef __cplusplus 11898#ifdef __cplusplus
@@ -10912,7 +11924,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10912 ac_cv_lib_util_getloadavg=yes 11924 ac_cv_lib_util_getloadavg=yes
10913else 11925else
10914 echo "$as_me: failed program was:" >&5 11926 echo "$as_me: failed program was:" >&5
10915cat conftest.$ac_ext >&5 11927sed 's/^/| /' conftest.$ac_ext >&5
11928
10916ac_cv_lib_util_getloadavg=no 11929ac_cv_lib_util_getloadavg=no
10917fi 11930fi
10918rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11931rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -10940,7 +11953,11 @@ else
10940LIBS="-lgetloadavg $LIBS" 11953LIBS="-lgetloadavg $LIBS"
10941cat >conftest.$ac_ext <<_ACEOF 11954cat >conftest.$ac_ext <<_ACEOF
10942#line $LINENO "configure" 11955#line $LINENO "configure"
10943#include "confdefs.h" 11956/* confdefs.h. */
11957_ACEOF
11958cat confdefs.h >>conftest.$ac_ext
11959cat >>conftest.$ac_ext <<_ACEOF
11960/* end confdefs.h. */
10944 11961
10945/* Override any gcc2 internal prototype to avoid an error. */ 11962/* Override any gcc2 internal prototype to avoid an error. */
10946#ifdef __cplusplus 11963#ifdef __cplusplus
@@ -10972,7 +11989,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10972 ac_cv_lib_getloadavg_getloadavg=yes 11989 ac_cv_lib_getloadavg_getloadavg=yes
10973else 11990else
10974 echo "$as_me: failed program was:" >&5 11991 echo "$as_me: failed program was:" >&5
10975cat conftest.$ac_ext >&5 11992sed 's/^/| /' conftest.$ac_ext >&5
11993
10976ac_cv_lib_getloadavg_getloadavg=no 11994ac_cv_lib_getloadavg_getloadavg=no
10977fi 11995fi
10978rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11996rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -11001,31 +12019,38 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
11001else 12019else
11002 cat >conftest.$ac_ext <<_ACEOF 12020 cat >conftest.$ac_ext <<_ACEOF
11003#line $LINENO "configure" 12021#line $LINENO "configure"
11004#include "confdefs.h" 12022/* confdefs.h. */
12023_ACEOF
12024cat confdefs.h >>conftest.$ac_ext
12025cat >>conftest.$ac_ext <<_ACEOF
12026/* end confdefs.h. */
11005/* System header to define __stub macros and hopefully few prototypes, 12027/* System header to define __stub macros and hopefully few prototypes,
11006 which can conflict with char $ac_func (); below. */ 12028 which can conflict with char $ac_func (); below. */
11007#include <assert.h> 12029#include <assert.h>
11008/* Override any gcc2 internal prototype to avoid an error. */ 12030/* Override any gcc2 internal prototype to avoid an error. */
11009#ifdef __cplusplus 12031#ifdef __cplusplus
11010extern "C" 12032extern "C"
12033{
11011#endif 12034#endif
11012/* We use char because int might match the return type of a gcc2 12035/* We use char because int might match the return type of a gcc2
11013 builtin and then its argument prototype would still apply. */ 12036 builtin and then its argument prototype would still apply. */
11014char $ac_func (); 12037char $ac_func ();
11015char (*f) ();
11016
11017int
11018main ()
11019{
11020/* The GNU C library defines this for functions which it implements 12038/* The GNU C library defines this for functions which it implements
11021 to always fail with ENOSYS. Some functions are actually named 12039 to always fail with ENOSYS. Some functions are actually named
11022 something starting with __ and the normal name is an alias. */ 12040 something starting with __ and the normal name is an alias. */
11023#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 12041#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11024choke me 12042choke me
11025#else 12043#else
11026f = $ac_func; 12044char (*f) () = $ac_func;
12045#endif
12046#ifdef __cplusplus
12047}
11027#endif 12048#endif
11028 12049
12050int
12051main ()
12052{
12053
11029 ; 12054 ;
11030 return 0; 12055 return 0;
11031} 12056}
@@ -11045,7 +12070,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11045 eval "$as_ac_var=yes" 12070 eval "$as_ac_var=yes"
11046else 12071else
11047 echo "$as_me: failed program was:" >&5 12072 echo "$as_me: failed program was:" >&5
11048cat conftest.$ac_ext >&5 12073sed 's/^/| /' conftest.$ac_ext >&5
12074
11049eval "$as_ac_var=no" 12075eval "$as_ac_var=no"
11050fi 12076fi
11051rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12077rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -11080,7 +12106,11 @@ echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5
11080echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6 12106echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6
11081cat >conftest.$ac_ext <<_ACEOF 12107cat >conftest.$ac_ext <<_ACEOF
11082#line $LINENO "configure" 12108#line $LINENO "configure"
11083#include "confdefs.h" 12109/* confdefs.h. */
12110_ACEOF
12111cat confdefs.h >>conftest.$ac_ext
12112cat >>conftest.$ac_ext <<_ACEOF
12113/* end confdefs.h. */
11084$ac_includes_default 12114$ac_includes_default
11085#include <sys/dg_sys_info.h> 12115#include <sys/dg_sys_info.h>
11086_ACEOF 12116_ACEOF
@@ -11099,7 +12129,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11099 ac_header_compiler=yes 12129 ac_header_compiler=yes
11100else 12130else
11101 echo "$as_me: failed program was:" >&5 12131 echo "$as_me: failed program was:" >&5
11102cat conftest.$ac_ext >&5 12132sed 's/^/| /' conftest.$ac_ext >&5
12133
11103ac_header_compiler=no 12134ac_header_compiler=no
11104fi 12135fi
11105rm -f conftest.$ac_objext conftest.$ac_ext 12136rm -f conftest.$ac_objext conftest.$ac_ext
@@ -11111,7 +12142,11 @@ echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5
11111echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6 12142echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6
11112cat >conftest.$ac_ext <<_ACEOF 12143cat >conftest.$ac_ext <<_ACEOF
11113#line $LINENO "configure" 12144#line $LINENO "configure"
11114#include "confdefs.h" 12145/* confdefs.h. */
12146_ACEOF
12147cat confdefs.h >>conftest.$ac_ext
12148cat >>conftest.$ac_ext <<_ACEOF
12149/* end confdefs.h. */
11115#include <sys/dg_sys_info.h> 12150#include <sys/dg_sys_info.h>
11116_ACEOF 12151_ACEOF
11117if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 12152if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -11134,7 +12169,8 @@ if test -z "$ac_cpp_err"; then
11134 ac_header_preproc=yes 12169 ac_header_preproc=yes
11135else 12170else
11136 echo "$as_me: failed program was:" >&5 12171 echo "$as_me: failed program was:" >&5
11137 cat conftest.$ac_ext >&5 12172sed 's/^/| /' conftest.$ac_ext >&5
12173
11138 ac_header_preproc=no 12174 ac_header_preproc=no
11139fi 12175fi
11140rm -f conftest.err conftest.$ac_ext 12176rm -f conftest.err conftest.$ac_ext
@@ -11147,14 +12183,32 @@ case $ac_header_compiler:$ac_header_preproc in
11147 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5 12183 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5
11148echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 12184echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11149 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5 12185 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5
11150echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;};; 12186echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;}
12187 (
12188 cat <<\_ASBOX
12189## ------------------------------------ ##
12190## Report this to bug-autoconf@gnu.org. ##
12191## ------------------------------------ ##
12192_ASBOX
12193 ) |
12194 sed "s/^/$as_me: WARNING: /" >&2
12195 ;;
11151 no:yes ) 12196 no:yes )
11152 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5 12197 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5
11153echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;} 12198echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;}
11154 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5 12199 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5
11155echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;} 12200echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;}
11156 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5 12201 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5
11157echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;};; 12202echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;}
12203 (
12204 cat <<\_ASBOX
12205## ------------------------------------ ##
12206## Report this to bug-autoconf@gnu.org. ##
12207## ------------------------------------ ##
12208_ASBOX
12209 ) |
12210 sed "s/^/$as_me: WARNING: /" >&2
12211 ;;
11158esac 12212esac
11159echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5 12213echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5
11160echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6 12214echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6
@@ -11184,7 +12238,11 @@ else
11184LIBS="-ldgc $LIBS" 12238LIBS="-ldgc $LIBS"
11185cat >conftest.$ac_ext <<_ACEOF 12239cat >conftest.$ac_ext <<_ACEOF
11186#line $LINENO "configure" 12240#line $LINENO "configure"
11187#include "confdefs.h" 12241/* confdefs.h. */
12242_ACEOF
12243cat confdefs.h >>conftest.$ac_ext
12244cat >>conftest.$ac_ext <<_ACEOF
12245/* end confdefs.h. */
11188 12246
11189/* Override any gcc2 internal prototype to avoid an error. */ 12247/* Override any gcc2 internal prototype to avoid an error. */
11190#ifdef __cplusplus 12248#ifdef __cplusplus
@@ -11216,7 +12274,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11216 ac_cv_lib_dgc_dg_sys_info=yes 12274 ac_cv_lib_dgc_dg_sys_info=yes
11217else 12275else
11218 echo "$as_me: failed program was:" >&5 12276 echo "$as_me: failed program was:" >&5
11219cat conftest.$ac_ext >&5 12277sed 's/^/| /' conftest.$ac_ext >&5
12278
11220ac_cv_lib_dgc_dg_sys_info=no 12279ac_cv_lib_dgc_dg_sys_info=no
11221fi 12280fi
11222rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12281rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -11251,7 +12310,11 @@ echo "$as_me:$LINENO: checking locale.h usability" >&5
11251echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6 12310echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6
11252cat >conftest.$ac_ext <<_ACEOF 12311cat >conftest.$ac_ext <<_ACEOF
11253#line $LINENO "configure" 12312#line $LINENO "configure"
11254#include "confdefs.h" 12313/* confdefs.h. */
12314_ACEOF
12315cat confdefs.h >>conftest.$ac_ext
12316cat >>conftest.$ac_ext <<_ACEOF
12317/* end confdefs.h. */
11255$ac_includes_default 12318$ac_includes_default
11256#include <locale.h> 12319#include <locale.h>
11257_ACEOF 12320_ACEOF
@@ -11270,7 +12333,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11270 ac_header_compiler=yes 12333 ac_header_compiler=yes
11271else 12334else
11272 echo "$as_me: failed program was:" >&5 12335 echo "$as_me: failed program was:" >&5
11273cat conftest.$ac_ext >&5 12336sed 's/^/| /' conftest.$ac_ext >&5
12337
11274ac_header_compiler=no 12338ac_header_compiler=no
11275fi 12339fi
11276rm -f conftest.$ac_objext conftest.$ac_ext 12340rm -f conftest.$ac_objext conftest.$ac_ext
@@ -11282,7 +12346,11 @@ echo "$as_me:$LINENO: checking locale.h presence" >&5
11282echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6 12346echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6
11283cat >conftest.$ac_ext <<_ACEOF 12347cat >conftest.$ac_ext <<_ACEOF
11284#line $LINENO "configure" 12348#line $LINENO "configure"
11285#include "confdefs.h" 12349/* confdefs.h. */
12350_ACEOF
12351cat confdefs.h >>conftest.$ac_ext
12352cat >>conftest.$ac_ext <<_ACEOF
12353/* end confdefs.h. */
11286#include <locale.h> 12354#include <locale.h>
11287_ACEOF 12355_ACEOF
11288if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 12356if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -11305,7 +12373,8 @@ if test -z "$ac_cpp_err"; then
11305 ac_header_preproc=yes 12373 ac_header_preproc=yes
11306else 12374else
11307 echo "$as_me: failed program was:" >&5 12375 echo "$as_me: failed program was:" >&5
11308 cat conftest.$ac_ext >&5 12376sed 's/^/| /' conftest.$ac_ext >&5
12377
11309 ac_header_preproc=no 12378 ac_header_preproc=no
11310fi 12379fi
11311rm -f conftest.err conftest.$ac_ext 12380rm -f conftest.err conftest.$ac_ext
@@ -11318,14 +12387,32 @@ case $ac_header_compiler:$ac_header_preproc in
11318 { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5 12387 { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5
11319echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 12388echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11320 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5 12389 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5
11321echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;};; 12390echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;}
12391 (
12392 cat <<\_ASBOX
12393## ------------------------------------ ##
12394## Report this to bug-autoconf@gnu.org. ##
12395## ------------------------------------ ##
12396_ASBOX
12397 ) |
12398 sed "s/^/$as_me: WARNING: /" >&2
12399 ;;
11322 no:yes ) 12400 no:yes )
11323 { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5 12401 { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5
11324echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;} 12402echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;}
11325 { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5 12403 { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5
11326echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;} 12404echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;}
11327 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5 12405 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5
11328echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;};; 12406echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;}
12407 (
12408 cat <<\_ASBOX
12409## ------------------------------------ ##
12410## Report this to bug-autoconf@gnu.org. ##
12411## ------------------------------------ ##
12412_ASBOX
12413 ) |
12414 sed "s/^/$as_me: WARNING: /" >&2
12415 ;;
11329esac 12416esac
11330echo "$as_me:$LINENO: checking for locale.h" >&5 12417echo "$as_me:$LINENO: checking for locale.h" >&5
11331echo $ECHO_N "checking for locale.h... $ECHO_C" >&6 12418echo $ECHO_N "checking for locale.h... $ECHO_C" >&6
@@ -11351,31 +12438,38 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
11351else 12438else
11352 cat >conftest.$ac_ext <<_ACEOF 12439 cat >conftest.$ac_ext <<_ACEOF
11353#line $LINENO "configure" 12440#line $LINENO "configure"
11354#include "confdefs.h" 12441/* confdefs.h. */
12442_ACEOF
12443cat confdefs.h >>conftest.$ac_ext
12444cat >>conftest.$ac_ext <<_ACEOF
12445/* end confdefs.h. */
11355/* System header to define __stub macros and hopefully few prototypes, 12446/* System header to define __stub macros and hopefully few prototypes,
11356 which can conflict with char $ac_func (); below. */ 12447 which can conflict with char $ac_func (); below. */
11357#include <assert.h> 12448#include <assert.h>
11358/* Override any gcc2 internal prototype to avoid an error. */ 12449/* Override any gcc2 internal prototype to avoid an error. */
11359#ifdef __cplusplus 12450#ifdef __cplusplus
11360extern "C" 12451extern "C"
12452{
11361#endif 12453#endif
11362/* We use char because int might match the return type of a gcc2 12454/* We use char because int might match the return type of a gcc2
11363 builtin and then its argument prototype would still apply. */ 12455 builtin and then its argument prototype would still apply. */
11364char $ac_func (); 12456char $ac_func ();
11365char (*f) ();
11366
11367int
11368main ()
11369{
11370/* The GNU C library defines this for functions which it implements 12457/* The GNU C library defines this for functions which it implements
11371 to always fail with ENOSYS. Some functions are actually named 12458 to always fail with ENOSYS. Some functions are actually named
11372 something starting with __ and the normal name is an alias. */ 12459 something starting with __ and the normal name is an alias. */
11373#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 12460#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11374choke me 12461choke me
11375#else 12462#else
11376f = $ac_func; 12463char (*f) () = $ac_func;
12464#endif
12465#ifdef __cplusplus
12466}
11377#endif 12467#endif
11378 12468
12469int
12470main ()
12471{
12472
11379 ; 12473 ;
11380 return 0; 12474 return 0;
11381} 12475}
@@ -11395,7 +12489,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11395 eval "$as_ac_var=yes" 12489 eval "$as_ac_var=yes"
11396else 12490else
11397 echo "$as_me: failed program was:" >&5 12491 echo "$as_me: failed program was:" >&5
11398cat conftest.$ac_ext >&5 12492sed 's/^/| /' conftest.$ac_ext >&5
12493
11399eval "$as_ac_var=no" 12494eval "$as_ac_var=no"
11400fi 12495fi
11401rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12496rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -11438,7 +12533,11 @@ echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5
11438echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6 12533echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6
11439cat >conftest.$ac_ext <<_ACEOF 12534cat >conftest.$ac_ext <<_ACEOF
11440#line $LINENO "configure" 12535#line $LINENO "configure"
11441#include "confdefs.h" 12536/* confdefs.h. */
12537_ACEOF
12538cat confdefs.h >>conftest.$ac_ext
12539cat >>conftest.$ac_ext <<_ACEOF
12540/* end confdefs.h. */
11442$ac_includes_default 12541$ac_includes_default
11443#include <inq_stats/cpustats.h> 12542#include <inq_stats/cpustats.h>
11444_ACEOF 12543_ACEOF
@@ -11457,7 +12556,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11457 ac_header_compiler=yes 12556 ac_header_compiler=yes
11458else 12557else
11459 echo "$as_me: failed program was:" >&5 12558 echo "$as_me: failed program was:" >&5
11460cat conftest.$ac_ext >&5 12559sed 's/^/| /' conftest.$ac_ext >&5
12560
11461ac_header_compiler=no 12561ac_header_compiler=no
11462fi 12562fi
11463rm -f conftest.$ac_objext conftest.$ac_ext 12563rm -f conftest.$ac_objext conftest.$ac_ext
@@ -11469,7 +12569,11 @@ echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5
11469echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6 12569echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6
11470cat >conftest.$ac_ext <<_ACEOF 12570cat >conftest.$ac_ext <<_ACEOF
11471#line $LINENO "configure" 12571#line $LINENO "configure"
11472#include "confdefs.h" 12572/* confdefs.h. */
12573_ACEOF
12574cat confdefs.h >>conftest.$ac_ext
12575cat >>conftest.$ac_ext <<_ACEOF
12576/* end confdefs.h. */
11473#include <inq_stats/cpustats.h> 12577#include <inq_stats/cpustats.h>
11474_ACEOF 12578_ACEOF
11475if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 12579if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -11492,7 +12596,8 @@ if test -z "$ac_cpp_err"; then
11492 ac_header_preproc=yes 12596 ac_header_preproc=yes
11493else 12597else
11494 echo "$as_me: failed program was:" >&5 12598 echo "$as_me: failed program was:" >&5
11495 cat conftest.$ac_ext >&5 12599sed 's/^/| /' conftest.$ac_ext >&5
12600
11496 ac_header_preproc=no 12601 ac_header_preproc=no
11497fi 12602fi
11498rm -f conftest.err conftest.$ac_ext 12603rm -f conftest.err conftest.$ac_ext
@@ -11505,14 +12610,32 @@ case $ac_header_compiler:$ac_header_preproc in
11505 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 12610 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
11506echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 12611echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11507 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5 12612 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5
11508echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;};; 12613echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;}
12614 (
12615 cat <<\_ASBOX
12616## ------------------------------------ ##
12617## Report this to bug-autoconf@gnu.org. ##
12618## ------------------------------------ ##
12619_ASBOX
12620 ) |
12621 sed "s/^/$as_me: WARNING: /" >&2
12622 ;;
11509 no:yes ) 12623 no:yes )
11510 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5 12624 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5
11511echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;} 12625echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;}
11512 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5 12626 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5
11513echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;} 12627echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;}
11514 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5 12628 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5
11515echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;};; 12629echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;}
12630 (
12631 cat <<\_ASBOX
12632## ------------------------------------ ##
12633## Report this to bug-autoconf@gnu.org. ##
12634## ------------------------------------ ##
12635_ASBOX
12636 ) |
12637 sed "s/^/$as_me: WARNING: /" >&2
12638 ;;
11516esac 12639esac
11517echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5 12640echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5
11518echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6 12641echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6
@@ -11557,7 +12680,11 @@ echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5
11557echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6 12680echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6
11558cat >conftest.$ac_ext <<_ACEOF 12681cat >conftest.$ac_ext <<_ACEOF
11559#line $LINENO "configure" 12682#line $LINENO "configure"
11560#include "confdefs.h" 12683/* confdefs.h. */
12684_ACEOF
12685cat confdefs.h >>conftest.$ac_ext
12686cat >>conftest.$ac_ext <<_ACEOF
12687/* end confdefs.h. */
11561$ac_includes_default 12688$ac_includes_default
11562#include <sys/cpustats.h> 12689#include <sys/cpustats.h>
11563_ACEOF 12690_ACEOF
@@ -11576,7 +12703,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11576 ac_header_compiler=yes 12703 ac_header_compiler=yes
11577else 12704else
11578 echo "$as_me: failed program was:" >&5 12705 echo "$as_me: failed program was:" >&5
11579cat conftest.$ac_ext >&5 12706sed 's/^/| /' conftest.$ac_ext >&5
12707
11580ac_header_compiler=no 12708ac_header_compiler=no
11581fi 12709fi
11582rm -f conftest.$ac_objext conftest.$ac_ext 12710rm -f conftest.$ac_objext conftest.$ac_ext
@@ -11588,7 +12716,11 @@ echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5
11588echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6 12716echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6
11589cat >conftest.$ac_ext <<_ACEOF 12717cat >conftest.$ac_ext <<_ACEOF
11590#line $LINENO "configure" 12718#line $LINENO "configure"
11591#include "confdefs.h" 12719/* confdefs.h. */
12720_ACEOF
12721cat confdefs.h >>conftest.$ac_ext
12722cat >>conftest.$ac_ext <<_ACEOF
12723/* end confdefs.h. */
11592#include <sys/cpustats.h> 12724#include <sys/cpustats.h>
11593_ACEOF 12725_ACEOF
11594if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 12726if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -11611,7 +12743,8 @@ if test -z "$ac_cpp_err"; then
11611 ac_header_preproc=yes 12743 ac_header_preproc=yes
11612else 12744else
11613 echo "$as_me: failed program was:" >&5 12745 echo "$as_me: failed program was:" >&5
11614 cat conftest.$ac_ext >&5 12746sed 's/^/| /' conftest.$ac_ext >&5
12747
11615 ac_header_preproc=no 12748 ac_header_preproc=no
11616fi 12749fi
11617rm -f conftest.err conftest.$ac_ext 12750rm -f conftest.err conftest.$ac_ext
@@ -11624,14 +12757,32 @@ case $ac_header_compiler:$ac_header_preproc in
11624 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 12757 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
11625echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 12758echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11626 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5 12759 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5
11627echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;};; 12760echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;}
12761 (
12762 cat <<\_ASBOX
12763## ------------------------------------ ##
12764## Report this to bug-autoconf@gnu.org. ##
12765## ------------------------------------ ##
12766_ASBOX
12767 ) |
12768 sed "s/^/$as_me: WARNING: /" >&2
12769 ;;
11628 no:yes ) 12770 no:yes )
11629 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5 12771 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5
11630echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;} 12772echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;}
11631 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5 12773 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5
11632echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;} 12774echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;}
11633 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5 12775 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5
11634echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;};; 12776echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;}
12777 (
12778 cat <<\_ASBOX
12779## ------------------------------------ ##
12780## Report this to bug-autoconf@gnu.org. ##
12781## ------------------------------------ ##
12782_ASBOX
12783 ) |
12784 sed "s/^/$as_me: WARNING: /" >&2
12785 ;;
11635esac 12786esac
11636echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5 12787echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5
11637echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6 12788echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6
@@ -11673,7 +12824,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5
11673echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 12824echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11674cat >conftest.$ac_ext <<_ACEOF 12825cat >conftest.$ac_ext <<_ACEOF
11675#line $LINENO "configure" 12826#line $LINENO "configure"
11676#include "confdefs.h" 12827/* confdefs.h. */
12828_ACEOF
12829cat confdefs.h >>conftest.$ac_ext
12830cat >>conftest.$ac_ext <<_ACEOF
12831/* end confdefs.h. */
11677$ac_includes_default 12832$ac_includes_default
11678#include <$ac_header> 12833#include <$ac_header>
11679_ACEOF 12834_ACEOF
@@ -11692,7 +12847,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11692 ac_header_compiler=yes 12847 ac_header_compiler=yes
11693else 12848else
11694 echo "$as_me: failed program was:" >&5 12849 echo "$as_me: failed program was:" >&5
11695cat conftest.$ac_ext >&5 12850sed 's/^/| /' conftest.$ac_ext >&5
12851
11696ac_header_compiler=no 12852ac_header_compiler=no
11697fi 12853fi
11698rm -f conftest.$ac_objext conftest.$ac_ext 12854rm -f conftest.$ac_objext conftest.$ac_ext
@@ -11704,7 +12860,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5
11704echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 12860echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11705cat >conftest.$ac_ext <<_ACEOF 12861cat >conftest.$ac_ext <<_ACEOF
11706#line $LINENO "configure" 12862#line $LINENO "configure"
11707#include "confdefs.h" 12863/* confdefs.h. */
12864_ACEOF
12865cat confdefs.h >>conftest.$ac_ext
12866cat >>conftest.$ac_ext <<_ACEOF
12867/* end confdefs.h. */
11708#include <$ac_header> 12868#include <$ac_header>
11709_ACEOF 12869_ACEOF
11710if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 12870if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -11727,7 +12887,8 @@ if test -z "$ac_cpp_err"; then
11727 ac_header_preproc=yes 12887 ac_header_preproc=yes
11728else 12888else
11729 echo "$as_me: failed program was:" >&5 12889 echo "$as_me: failed program was:" >&5
11730 cat conftest.$ac_ext >&5 12890sed 's/^/| /' conftest.$ac_ext >&5
12891
11731 ac_header_preproc=no 12892 ac_header_preproc=no
11732fi 12893fi
11733rm -f conftest.err conftest.$ac_ext 12894rm -f conftest.err conftest.$ac_ext
@@ -11740,14 +12901,32 @@ case $ac_header_compiler:$ac_header_preproc in
11740 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 12901 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11741echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 12902echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11742 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 12903 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11743echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 12904echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12905 (
12906 cat <<\_ASBOX
12907## ------------------------------------ ##
12908## Report this to bug-autoconf@gnu.org. ##
12909## ------------------------------------ ##
12910_ASBOX
12911 ) |
12912 sed "s/^/$as_me: WARNING: /" >&2
12913 ;;
11744 no:yes ) 12914 no:yes )
11745 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 12915 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11746echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 12916echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11747 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 12917 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11748echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 12918echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11749 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 12919 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11750echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 12920echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12921 (
12922 cat <<\_ASBOX
12923## ------------------------------------ ##
12924## Report this to bug-autoconf@gnu.org. ##
12925## ------------------------------------ ##
12926_ASBOX
12927 ) |
12928 sed "s/^/$as_me: WARNING: /" >&2
12929 ;;
11751esac 12930esac
11752echo "$as_me:$LINENO: checking for $ac_header" >&5 12931echo "$as_me:$LINENO: checking for $ac_header" >&5
11753echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12932echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
@@ -11789,7 +12968,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5
11789echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 12968echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11790cat >conftest.$ac_ext <<_ACEOF 12969cat >conftest.$ac_ext <<_ACEOF
11791#line $LINENO "configure" 12970#line $LINENO "configure"
11792#include "confdefs.h" 12971/* confdefs.h. */
12972_ACEOF
12973cat confdefs.h >>conftest.$ac_ext
12974cat >>conftest.$ac_ext <<_ACEOF
12975/* end confdefs.h. */
11793$ac_includes_default 12976$ac_includes_default
11794#include <$ac_header> 12977#include <$ac_header>
11795_ACEOF 12978_ACEOF
@@ -11808,7 +12991,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11808 ac_header_compiler=yes 12991 ac_header_compiler=yes
11809else 12992else
11810 echo "$as_me: failed program was:" >&5 12993 echo "$as_me: failed program was:" >&5
11811cat conftest.$ac_ext >&5 12994sed 's/^/| /' conftest.$ac_ext >&5
12995
11812ac_header_compiler=no 12996ac_header_compiler=no
11813fi 12997fi
11814rm -f conftest.$ac_objext conftest.$ac_ext 12998rm -f conftest.$ac_objext conftest.$ac_ext
@@ -11820,7 +13004,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5
11820echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 13004echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11821cat >conftest.$ac_ext <<_ACEOF 13005cat >conftest.$ac_ext <<_ACEOF
11822#line $LINENO "configure" 13006#line $LINENO "configure"
11823#include "confdefs.h" 13007/* confdefs.h. */
13008_ACEOF
13009cat confdefs.h >>conftest.$ac_ext
13010cat >>conftest.$ac_ext <<_ACEOF
13011/* end confdefs.h. */
11824#include <$ac_header> 13012#include <$ac_header>
11825_ACEOF 13013_ACEOF
11826if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 13014if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -11843,7 +13031,8 @@ if test -z "$ac_cpp_err"; then
11843 ac_header_preproc=yes 13031 ac_header_preproc=yes
11844else 13032else
11845 echo "$as_me: failed program was:" >&5 13033 echo "$as_me: failed program was:" >&5
11846 cat conftest.$ac_ext >&5 13034sed 's/^/| /' conftest.$ac_ext >&5
13035
11847 ac_header_preproc=no 13036 ac_header_preproc=no
11848fi 13037fi
11849rm -f conftest.err conftest.$ac_ext 13038rm -f conftest.err conftest.$ac_ext
@@ -11856,14 +13045,32 @@ case $ac_header_compiler:$ac_header_preproc in
11856 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 13045 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11857echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 13046echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11858 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13047 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11859echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 13048echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13049 (
13050 cat <<\_ASBOX
13051## ------------------------------------ ##
13052## Report this to bug-autoconf@gnu.org. ##
13053## ------------------------------------ ##
13054_ASBOX
13055 ) |
13056 sed "s/^/$as_me: WARNING: /" >&2
13057 ;;
11860 no:yes ) 13058 no:yes )
11861 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 13059 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11862echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 13060echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11863 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 13061 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11864echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 13062echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11865 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13063 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11866echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 13064echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13065 (
13066 cat <<\_ASBOX
13067## ------------------------------------ ##
13068## Report this to bug-autoconf@gnu.org. ##
13069## ------------------------------------ ##
13070_ASBOX
13071 ) |
13072 sed "s/^/$as_me: WARNING: /" >&2
13073 ;;
11867esac 13074esac
11868echo "$as_me:$LINENO: checking for $ac_header" >&5 13075echo "$as_me:$LINENO: checking for $ac_header" >&5
11869echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 13076echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
@@ -11887,7 +13094,11 @@ if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then
11887else 13094else
11888 cat >conftest.$ac_ext <<_ACEOF 13095 cat >conftest.$ac_ext <<_ACEOF
11889#line $LINENO "configure" 13096#line $LINENO "configure"
11890#include "confdefs.h" 13097/* confdefs.h. */
13098_ACEOF
13099cat confdefs.h >>conftest.$ac_ext
13100cat >>conftest.$ac_ext <<_ACEOF
13101/* end confdefs.h. */
11891#include <nlist.h> 13102#include <nlist.h>
11892 13103
11893int 13104int
@@ -11915,10 +13126,15 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11915 ac_cv_member_struct_nlist_n_un_n_name=yes 13126 ac_cv_member_struct_nlist_n_un_n_name=yes
11916else 13127else
11917 echo "$as_me: failed program was:" >&5 13128 echo "$as_me: failed program was:" >&5
11918cat conftest.$ac_ext >&5 13129sed 's/^/| /' conftest.$ac_ext >&5
13130
11919cat >conftest.$ac_ext <<_ACEOF 13131cat >conftest.$ac_ext <<_ACEOF
11920#line $LINENO "configure" 13132#line $LINENO "configure"
11921#include "confdefs.h" 13133/* confdefs.h. */
13134_ACEOF
13135cat confdefs.h >>conftest.$ac_ext
13136cat >>conftest.$ac_ext <<_ACEOF
13137/* end confdefs.h. */
11922#include <nlist.h> 13138#include <nlist.h>
11923 13139
11924int 13140int
@@ -11946,7 +13162,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11946 ac_cv_member_struct_nlist_n_un_n_name=yes 13162 ac_cv_member_struct_nlist_n_un_n_name=yes
11947else 13163else
11948 echo "$as_me: failed program was:" >&5 13164 echo "$as_me: failed program was:" >&5
11949cat conftest.$ac_ext >&5 13165sed 's/^/| /' conftest.$ac_ext >&5
13166
11950ac_cv_member_struct_nlist_n_un_n_name=no 13167ac_cv_member_struct_nlist_n_un_n_name=no
11951fi 13168fi
11952rm -f conftest.$ac_objext conftest.$ac_ext 13169rm -f conftest.$ac_objext conftest.$ac_ext
@@ -11985,7 +13202,11 @@ if test "${ac_cv_func_getloadavg_setgid+set}" = set; then
11985else 13202else
11986 cat >conftest.$ac_ext <<_ACEOF 13203 cat >conftest.$ac_ext <<_ACEOF
11987#line $LINENO "configure" 13204#line $LINENO "configure"
11988#include "confdefs.h" 13205/* confdefs.h. */
13206_ACEOF
13207cat confdefs.h >>conftest.$ac_ext
13208cat >>conftest.$ac_ext <<_ACEOF
13209/* end confdefs.h. */
11989#include "$srcdir/$ac_config_libobj_dir/getloadavg.c" 13210#include "$srcdir/$ac_config_libobj_dir/getloadavg.c"
11990#ifdef LDAV_PRIVILEGED 13211#ifdef LDAV_PRIVILEGED
11991Yowza Am I SETGID yet 13212Yowza Am I SETGID yet
@@ -12051,7 +13272,11 @@ else
12051 ac_cv_sys_largefile_source=no 13272 ac_cv_sys_largefile_source=no
12052 cat >conftest.$ac_ext <<_ACEOF 13273 cat >conftest.$ac_ext <<_ACEOF
12053#line $LINENO "configure" 13274#line $LINENO "configure"
12054#include "confdefs.h" 13275/* confdefs.h. */
13276_ACEOF
13277cat confdefs.h >>conftest.$ac_ext
13278cat >>conftest.$ac_ext <<_ACEOF
13279/* end confdefs.h. */
12055#include <stdio.h> 13280#include <stdio.h>
12056int 13281int
12057main () 13282main ()
@@ -12076,12 +13301,17 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12076 break 13301 break
12077else 13302else
12078 echo "$as_me: failed program was:" >&5 13303 echo "$as_me: failed program was:" >&5
12079cat conftest.$ac_ext >&5 13304sed 's/^/| /' conftest.$ac_ext >&5
13305
12080fi 13306fi
12081rm -f conftest.$ac_objext conftest.$ac_ext 13307rm -f conftest.$ac_objext conftest.$ac_ext
12082 cat >conftest.$ac_ext <<_ACEOF 13308 cat >conftest.$ac_ext <<_ACEOF
12083#line $LINENO "configure" 13309#line $LINENO "configure"
12084#include "confdefs.h" 13310/* confdefs.h. */
13311_ACEOF
13312cat confdefs.h >>conftest.$ac_ext
13313cat >>conftest.$ac_ext <<_ACEOF
13314/* end confdefs.h. */
12085#define _LARGEFILE_SOURCE 1 13315#define _LARGEFILE_SOURCE 1
12086#include <stdio.h> 13316#include <stdio.h>
12087int 13317int
@@ -12107,7 +13337,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12107 ac_cv_sys_largefile_source=1; break 13337 ac_cv_sys_largefile_source=1; break
12108else 13338else
12109 echo "$as_me: failed program was:" >&5 13339 echo "$as_me: failed program was:" >&5
12110cat conftest.$ac_ext >&5 13340sed 's/^/| /' conftest.$ac_ext >&5
13341
12111fi 13342fi
12112rm -f conftest.$ac_objext conftest.$ac_ext 13343rm -f conftest.$ac_objext conftest.$ac_ext
12113 break 13344 break
@@ -12134,7 +13365,11 @@ if test "${ac_cv_func_fseeko+set}" = set; then
12134else 13365else
12135 cat >conftest.$ac_ext <<_ACEOF 13366 cat >conftest.$ac_ext <<_ACEOF
12136#line $LINENO "configure" 13367#line $LINENO "configure"
12137#include "confdefs.h" 13368/* confdefs.h. */
13369_ACEOF
13370cat confdefs.h >>conftest.$ac_ext
13371cat >>conftest.$ac_ext <<_ACEOF
13372/* end confdefs.h. */
12138#include <stdio.h> 13373#include <stdio.h>
12139int 13374int
12140main () 13375main ()
@@ -12159,7 +13394,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12159 ac_cv_func_fseeko=yes 13394 ac_cv_func_fseeko=yes
12160else 13395else
12161 echo "$as_me: failed program was:" >&5 13396 echo "$as_me: failed program was:" >&5
12162cat conftest.$ac_ext >&5 13397sed 's/^/| /' conftest.$ac_ext >&5
13398
12163ac_cv_func_fseeko=no 13399ac_cv_func_fseeko=no
12164fi 13400fi
12165rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13401rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12175,6 +13411,61 @@ _ACEOF
12175fi 13411fi
12176 13412
12177 13413
13414echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5
13415echo $ECHO_N "checking whether getpgrp requires zero arguments... $ECHO_C" >&6
13416if test "${ac_cv_func_getpgrp_void+set}" = set; then
13417 echo $ECHO_N "(cached) $ECHO_C" >&6
13418else
13419 # Use it with a single arg.
13420cat >conftest.$ac_ext <<_ACEOF
13421#line $LINENO "configure"
13422/* confdefs.h. */
13423_ACEOF
13424cat confdefs.h >>conftest.$ac_ext
13425cat >>conftest.$ac_ext <<_ACEOF
13426/* end confdefs.h. */
13427$ac_includes_default
13428int
13429main ()
13430{
13431getpgrp (0);
13432 ;
13433 return 0;
13434}
13435_ACEOF
13436rm -f conftest.$ac_objext
13437if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13438 (eval $ac_compile) 2>&5
13439 ac_status=$?
13440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13441 (exit $ac_status); } &&
13442 { ac_try='test -s conftest.$ac_objext'
13443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13444 (eval $ac_try) 2>&5
13445 ac_status=$?
13446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13447 (exit $ac_status); }; }; then
13448 ac_cv_func_getpgrp_void=no
13449else
13450 echo "$as_me: failed program was:" >&5
13451sed 's/^/| /' conftest.$ac_ext >&5
13452
13453ac_cv_func_getpgrp_void=yes
13454fi
13455rm -f conftest.$ac_objext conftest.$ac_ext
13456
13457fi
13458echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5
13459echo "${ECHO_T}$ac_cv_func_getpgrp_void" >&6
13460if test $ac_cv_func_getpgrp_void = yes; then
13461
13462cat >>confdefs.h <<\_ACEOF
13463#define GETPGRP_VOID 1
13464_ACEOF
13465
13466fi
13467
13468
12178# UNIX98 PTYs. 13469# UNIX98 PTYs.
12179 13470
12180for ac_func in grantpt 13471for ac_func in grantpt
@@ -12187,30 +13478,37 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
12187else 13478else
12188 cat >conftest.$ac_ext <<_ACEOF 13479 cat >conftest.$ac_ext <<_ACEOF
12189#line $LINENO "configure" 13480#line $LINENO "configure"
12190#include "confdefs.h" 13481/* confdefs.h. */
13482_ACEOF
13483cat confdefs.h >>conftest.$ac_ext
13484cat >>conftest.$ac_ext <<_ACEOF
13485/* end confdefs.h. */
12191/* System header to define __stub macros and hopefully few prototypes, 13486/* System header to define __stub macros and hopefully few prototypes,
12192 which can conflict with char $ac_func (); below. */ 13487 which can conflict with char $ac_func (); below. */
12193#include <assert.h> 13488#include <assert.h>
12194/* Override any gcc2 internal prototype to avoid an error. */ 13489/* Override any gcc2 internal prototype to avoid an error. */
12195#ifdef __cplusplus 13490#ifdef __cplusplus
12196extern "C" 13491extern "C"
13492{
12197#endif 13493#endif
12198/* We use char because int might match the return type of a gcc2 13494/* We use char because int might match the return type of a gcc2
12199 builtin and then its argument prototype would still apply. */ 13495 builtin and then its argument prototype would still apply. */
12200char $ac_func (); 13496char $ac_func ();
12201char (*f) ();
12202
12203int
12204main ()
12205{
12206/* The GNU C library defines this for functions which it implements 13497/* The GNU C library defines this for functions which it implements
12207 to always fail with ENOSYS. Some functions are actually named 13498 to always fail with ENOSYS. Some functions are actually named
12208 something starting with __ and the normal name is an alias. */ 13499 something starting with __ and the normal name is an alias. */
12209#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 13500#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12210choke me 13501choke me
12211#else 13502#else
12212f = $ac_func; 13503char (*f) () = $ac_func;
12213#endif 13504#endif
13505#ifdef __cplusplus
13506}
13507#endif
13508
13509int
13510main ()
13511{
12214 13512
12215 ; 13513 ;
12216 return 0; 13514 return 0;
@@ -12231,7 +13529,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12231 eval "$as_ac_var=yes" 13529 eval "$as_ac_var=yes"
12232else 13530else
12233 echo "$as_me: failed program was:" >&5 13531 echo "$as_me: failed program was:" >&5
12234cat conftest.$ac_ext >&5 13532sed 's/^/| /' conftest.$ac_ext >&5
13533
12235eval "$as_ac_var=no" 13534eval "$as_ac_var=no"
12236fi 13535fi
12237rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13536rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12259,31 +13558,38 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
12259else 13558else
12260 cat >conftest.$ac_ext <<_ACEOF 13559 cat >conftest.$ac_ext <<_ACEOF
12261#line $LINENO "configure" 13560#line $LINENO "configure"
12262#include "confdefs.h" 13561/* confdefs.h. */
13562_ACEOF
13563cat confdefs.h >>conftest.$ac_ext
13564cat >>conftest.$ac_ext <<_ACEOF
13565/* end confdefs.h. */
12263/* System header to define __stub macros and hopefully few prototypes, 13566/* System header to define __stub macros and hopefully few prototypes,
12264 which can conflict with char $ac_func (); below. */ 13567 which can conflict with char $ac_func (); below. */
12265#include <assert.h> 13568#include <assert.h>
12266/* Override any gcc2 internal prototype to avoid an error. */ 13569/* Override any gcc2 internal prototype to avoid an error. */
12267#ifdef __cplusplus 13570#ifdef __cplusplus
12268extern "C" 13571extern "C"
13572{
12269#endif 13573#endif
12270/* We use char because int might match the return type of a gcc2 13574/* We use char because int might match the return type of a gcc2
12271 builtin and then its argument prototype would still apply. */ 13575 builtin and then its argument prototype would still apply. */
12272char $ac_func (); 13576char $ac_func ();
12273char (*f) ();
12274
12275int
12276main ()
12277{
12278/* The GNU C library defines this for functions which it implements 13577/* The GNU C library defines this for functions which it implements
12279 to always fail with ENOSYS. Some functions are actually named 13578 to always fail with ENOSYS. Some functions are actually named
12280 something starting with __ and the normal name is an alias. */ 13579 something starting with __ and the normal name is an alias. */
12281#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 13580#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12282choke me 13581choke me
12283#else 13582#else
12284f = $ac_func; 13583char (*f) () = $ac_func;
13584#endif
13585#ifdef __cplusplus
13586}
12285#endif 13587#endif
12286 13588
13589int
13590main ()
13591{
13592
12287 ; 13593 ;
12288 return 0; 13594 return 0;
12289} 13595}
@@ -12303,7 +13609,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12303 eval "$as_ac_var=yes" 13609 eval "$as_ac_var=yes"
12304else 13610else
12305 echo "$as_me: failed program was:" >&5 13611 echo "$as_me: failed program was:" >&5
12306cat conftest.$ac_ext >&5 13612sed 's/^/| /' conftest.$ac_ext >&5
13613
12307eval "$as_ac_var=no" 13614eval "$as_ac_var=no"
12308fi 13615fi
12309rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13616rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12333,7 +13640,11 @@ else
12333LIBS="-lncurses $LIBS" 13640LIBS="-lncurses $LIBS"
12334cat >conftest.$ac_ext <<_ACEOF 13641cat >conftest.$ac_ext <<_ACEOF
12335#line $LINENO "configure" 13642#line $LINENO "configure"
12336#include "confdefs.h" 13643/* confdefs.h. */
13644_ACEOF
13645cat confdefs.h >>conftest.$ac_ext
13646cat >>conftest.$ac_ext <<_ACEOF
13647/* end confdefs.h. */
12337 13648
12338/* Override any gcc2 internal prototype to avoid an error. */ 13649/* Override any gcc2 internal prototype to avoid an error. */
12339#ifdef __cplusplus 13650#ifdef __cplusplus
@@ -12365,7 +13676,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12365 ac_cv_lib_ncurses_tparm=yes 13676 ac_cv_lib_ncurses_tparm=yes
12366else 13677else
12367 echo "$as_me: failed program was:" >&5 13678 echo "$as_me: failed program was:" >&5
12368cat conftest.$ac_ext >&5 13679sed 's/^/| /' conftest.$ac_ext >&5
13680
12369ac_cv_lib_ncurses_tparm=no 13681ac_cv_lib_ncurses_tparm=no
12370fi 13682fi
12371rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13683rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12394,30 +13706,37 @@ if test "${ac_cv_func_res_send+set}" = set; then
12394else 13706else
12395 cat >conftest.$ac_ext <<_ACEOF 13707 cat >conftest.$ac_ext <<_ACEOF
12396#line $LINENO "configure" 13708#line $LINENO "configure"
12397#include "confdefs.h" 13709/* confdefs.h. */
13710_ACEOF
13711cat confdefs.h >>conftest.$ac_ext
13712cat >>conftest.$ac_ext <<_ACEOF
13713/* end confdefs.h. */
12398/* System header to define __stub macros and hopefully few prototypes, 13714/* System header to define __stub macros and hopefully few prototypes,
12399 which can conflict with char res_send (); below. */ 13715 which can conflict with char res_send (); below. */
12400#include <assert.h> 13716#include <assert.h>
12401/* Override any gcc2 internal prototype to avoid an error. */ 13717/* Override any gcc2 internal prototype to avoid an error. */
12402#ifdef __cplusplus 13718#ifdef __cplusplus
12403extern "C" 13719extern "C"
13720{
12404#endif 13721#endif
12405/* We use char because int might match the return type of a gcc2 13722/* We use char because int might match the return type of a gcc2
12406 builtin and then its argument prototype would still apply. */ 13723 builtin and then its argument prototype would still apply. */
12407char res_send (); 13724char res_send ();
12408char (*f) ();
12409
12410int
12411main ()
12412{
12413/* The GNU C library defines this for functions which it implements 13725/* The GNU C library defines this for functions which it implements
12414 to always fail with ENOSYS. Some functions are actually named 13726 to always fail with ENOSYS. Some functions are actually named
12415 something starting with __ and the normal name is an alias. */ 13727 something starting with __ and the normal name is an alias. */
12416#if defined (__stub_res_send) || defined (__stub___res_send) 13728#if defined (__stub_res_send) || defined (__stub___res_send)
12417choke me 13729choke me
12418#else 13730#else
12419f = res_send; 13731char (*f) () = res_send;
12420#endif 13732#endif
13733#ifdef __cplusplus
13734}
13735#endif
13736
13737int
13738main ()
13739{
12421 13740
12422 ; 13741 ;
12423 return 0; 13742 return 0;
@@ -12438,7 +13757,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12438 ac_cv_func_res_send=yes 13757 ac_cv_func_res_send=yes
12439else 13758else
12440 echo "$as_me: failed program was:" >&5 13759 echo "$as_me: failed program was:" >&5
12441cat conftest.$ac_ext >&5 13760sed 's/^/| /' conftest.$ac_ext >&5
13761
12442ac_cv_func_res_send=no 13762ac_cv_func_res_send=no
12443fi 13763fi
12444rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13764rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12455,31 +13775,38 @@ if test "${ac_cv_func___res_send+set}" = set; then
12455else 13775else
12456 cat >conftest.$ac_ext <<_ACEOF 13776 cat >conftest.$ac_ext <<_ACEOF
12457#line $LINENO "configure" 13777#line $LINENO "configure"
12458#include "confdefs.h" 13778/* confdefs.h. */
13779_ACEOF
13780cat confdefs.h >>conftest.$ac_ext
13781cat >>conftest.$ac_ext <<_ACEOF
13782/* end confdefs.h. */
12459/* System header to define __stub macros and hopefully few prototypes, 13783/* System header to define __stub macros and hopefully few prototypes,
12460 which can conflict with char __res_send (); below. */ 13784 which can conflict with char __res_send (); below. */
12461#include <assert.h> 13785#include <assert.h>
12462/* Override any gcc2 internal prototype to avoid an error. */ 13786/* Override any gcc2 internal prototype to avoid an error. */
12463#ifdef __cplusplus 13787#ifdef __cplusplus
12464extern "C" 13788extern "C"
13789{
12465#endif 13790#endif
12466/* We use char because int might match the return type of a gcc2 13791/* We use char because int might match the return type of a gcc2
12467 builtin and then its argument prototype would still apply. */ 13792 builtin and then its argument prototype would still apply. */
12468char __res_send (); 13793char __res_send ();
12469char (*f) ();
12470
12471int
12472main ()
12473{
12474/* The GNU C library defines this for functions which it implements 13794/* The GNU C library defines this for functions which it implements
12475 to always fail with ENOSYS. Some functions are actually named 13795 to always fail with ENOSYS. Some functions are actually named
12476 something starting with __ and the normal name is an alias. */ 13796 something starting with __ and the normal name is an alias. */
12477#if defined (__stub___res_send) || defined (__stub_____res_send) 13797#if defined (__stub___res_send) || defined (__stub_____res_send)
12478choke me 13798choke me
12479#else 13799#else
12480f = __res_send; 13800char (*f) () = __res_send;
13801#endif
13802#ifdef __cplusplus
13803}
12481#endif 13804#endif
12482 13805
13806int
13807main ()
13808{
13809
12483 ; 13810 ;
12484 return 0; 13811 return 0;
12485} 13812}
@@ -12499,7 +13826,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12499 ac_cv_func___res_send=yes 13826 ac_cv_func___res_send=yes
12500else 13827else
12501 echo "$as_me: failed program was:" >&5 13828 echo "$as_me: failed program was:" >&5
12502cat conftest.$ac_ext >&5 13829sed 's/^/| /' conftest.$ac_ext >&5
13830
12503ac_cv_func___res_send=no 13831ac_cv_func___res_send=no
12504fi 13832fi
12505rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13833rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12518,7 +13846,11 @@ else
12518LIBS="-lresolv $LIBS" 13846LIBS="-lresolv $LIBS"
12519cat >conftest.$ac_ext <<_ACEOF 13847cat >conftest.$ac_ext <<_ACEOF
12520#line $LINENO "configure" 13848#line $LINENO "configure"
12521#include "confdefs.h" 13849/* confdefs.h. */
13850_ACEOF
13851cat confdefs.h >>conftest.$ac_ext
13852cat >>conftest.$ac_ext <<_ACEOF
13853/* end confdefs.h. */
12522 13854
12523/* Override any gcc2 internal prototype to avoid an error. */ 13855/* Override any gcc2 internal prototype to avoid an error. */
12524#ifdef __cplusplus 13856#ifdef __cplusplus
@@ -12550,7 +13882,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12550 ac_cv_lib_resolv_res_send=yes 13882 ac_cv_lib_resolv_res_send=yes
12551else 13883else
12552 echo "$as_me: failed program was:" >&5 13884 echo "$as_me: failed program was:" >&5
12553cat conftest.$ac_ext >&5 13885sed 's/^/| /' conftest.$ac_ext >&5
13886
12554ac_cv_lib_resolv_res_send=no 13887ac_cv_lib_resolv_res_send=no
12555fi 13888fi
12556rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13889rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12570,7 +13903,11 @@ else
12570LIBS="-lresolv $LIBS" 13903LIBS="-lresolv $LIBS"
12571cat >conftest.$ac_ext <<_ACEOF 13904cat >conftest.$ac_ext <<_ACEOF
12572#line $LINENO "configure" 13905#line $LINENO "configure"
12573#include "confdefs.h" 13906/* confdefs.h. */
13907_ACEOF
13908cat confdefs.h >>conftest.$ac_ext
13909cat >>conftest.$ac_ext <<_ACEOF
13910/* end confdefs.h. */
12574 13911
12575/* Override any gcc2 internal prototype to avoid an error. */ 13912/* Override any gcc2 internal prototype to avoid an error. */
12576#ifdef __cplusplus 13913#ifdef __cplusplus
@@ -12602,7 +13939,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12602 ac_cv_lib_resolv___res_send=yes 13939 ac_cv_lib_resolv___res_send=yes
12603else 13940else
12604 echo "$as_me: failed program was:" >&5 13941 echo "$as_me: failed program was:" >&5
12605cat conftest.$ac_ext >&5 13942sed 's/^/| /' conftest.$ac_ext >&5
13943
12606ac_cv_lib_resolv___res_send=no 13944ac_cv_lib_resolv___res_send=no
12607fi 13945fi
12608rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13946rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12637,31 +13975,38 @@ if test "${ac_cv_func_hes_getmailhost+set}" = set; then
12637else 13975else
12638 cat >conftest.$ac_ext <<_ACEOF 13976 cat >conftest.$ac_ext <<_ACEOF
12639#line $LINENO "configure" 13977#line $LINENO "configure"
12640#include "confdefs.h" 13978/* confdefs.h. */
13979_ACEOF
13980cat confdefs.h >>conftest.$ac_ext
13981cat >>conftest.$ac_ext <<_ACEOF
13982/* end confdefs.h. */
12641/* System header to define __stub macros and hopefully few prototypes, 13983/* System header to define __stub macros and hopefully few prototypes,
12642 which can conflict with char hes_getmailhost (); below. */ 13984 which can conflict with char hes_getmailhost (); below. */
12643#include <assert.h> 13985#include <assert.h>
12644/* Override any gcc2 internal prototype to avoid an error. */ 13986/* Override any gcc2 internal prototype to avoid an error. */
12645#ifdef __cplusplus 13987#ifdef __cplusplus
12646extern "C" 13988extern "C"
13989{
12647#endif 13990#endif
12648/* We use char because int might match the return type of a gcc2 13991/* We use char because int might match the return type of a gcc2
12649 builtin and then its argument prototype would still apply. */ 13992 builtin and then its argument prototype would still apply. */
12650char hes_getmailhost (); 13993char hes_getmailhost ();
12651char (*f) ();
12652
12653int
12654main ()
12655{
12656/* The GNU C library defines this for functions which it implements 13994/* The GNU C library defines this for functions which it implements
12657 to always fail with ENOSYS. Some functions are actually named 13995 to always fail with ENOSYS. Some functions are actually named
12658 something starting with __ and the normal name is an alias. */ 13996 something starting with __ and the normal name is an alias. */
12659#if defined (__stub_hes_getmailhost) || defined (__stub___hes_getmailhost) 13997#if defined (__stub_hes_getmailhost) || defined (__stub___hes_getmailhost)
12660choke me 13998choke me
12661#else 13999#else
12662f = hes_getmailhost; 14000char (*f) () = hes_getmailhost;
14001#endif
14002#ifdef __cplusplus
14003}
12663#endif 14004#endif
12664 14005
14006int
14007main ()
14008{
14009
12665 ; 14010 ;
12666 return 0; 14011 return 0;
12667} 14012}
@@ -12681,7 +14026,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12681 ac_cv_func_hes_getmailhost=yes 14026 ac_cv_func_hes_getmailhost=yes
12682else 14027else
12683 echo "$as_me: failed program was:" >&5 14028 echo "$as_me: failed program was:" >&5
12684cat conftest.$ac_ext >&5 14029sed 's/^/| /' conftest.$ac_ext >&5
14030
12685ac_cv_func_hes_getmailhost=no 14031ac_cv_func_hes_getmailhost=no
12686fi 14032fi
12687rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14033rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12700,7 +14046,11 @@ else
12700LIBS="-lhesiod $RESOLVLIB $LIBS" 14046LIBS="-lhesiod $RESOLVLIB $LIBS"
12701cat >conftest.$ac_ext <<_ACEOF 14047cat >conftest.$ac_ext <<_ACEOF
12702#line $LINENO "configure" 14048#line $LINENO "configure"
12703#include "confdefs.h" 14049/* confdefs.h. */
14050_ACEOF
14051cat confdefs.h >>conftest.$ac_ext
14052cat >>conftest.$ac_ext <<_ACEOF
14053/* end confdefs.h. */
12704 14054
12705/* Override any gcc2 internal prototype to avoid an error. */ 14055/* Override any gcc2 internal prototype to avoid an error. */
12706#ifdef __cplusplus 14056#ifdef __cplusplus
@@ -12732,7 +14082,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12732 ac_cv_lib_hesiod_hes_getmailhost=yes 14082 ac_cv_lib_hesiod_hes_getmailhost=yes
12733else 14083else
12734 echo "$as_me: failed program was:" >&5 14084 echo "$as_me: failed program was:" >&5
12735cat conftest.$ac_ext >&5 14085sed 's/^/| /' conftest.$ac_ext >&5
14086
12736ac_cv_lib_hesiod_hes_getmailhost=no 14087ac_cv_lib_hesiod_hes_getmailhost=no
12737fi 14088fi
12738rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14089rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12766,7 +14117,11 @@ else
12766LIBS="-lcom_err $LIBS" 14117LIBS="-lcom_err $LIBS"
12767cat >conftest.$ac_ext <<_ACEOF 14118cat >conftest.$ac_ext <<_ACEOF
12768#line $LINENO "configure" 14119#line $LINENO "configure"
12769#include "confdefs.h" 14120/* confdefs.h. */
14121_ACEOF
14122cat confdefs.h >>conftest.$ac_ext
14123cat >>conftest.$ac_ext <<_ACEOF
14124/* end confdefs.h. */
12770 14125
12771/* Override any gcc2 internal prototype to avoid an error. */ 14126/* Override any gcc2 internal prototype to avoid an error. */
12772#ifdef __cplusplus 14127#ifdef __cplusplus
@@ -12798,7 +14153,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12798 ac_cv_lib_com_err_com_err=yes 14153 ac_cv_lib_com_err_com_err=yes
12799else 14154else
12800 echo "$as_me: failed program was:" >&5 14155 echo "$as_me: failed program was:" >&5
12801cat conftest.$ac_ext >&5 14156sed 's/^/| /' conftest.$ac_ext >&5
14157
12802ac_cv_lib_com_err_com_err=no 14158ac_cv_lib_com_err_com_err=no
12803fi 14159fi
12804rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14160rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12825,7 +14181,11 @@ else
12825LIBS="-lk5crypto $LIBS" 14181LIBS="-lk5crypto $LIBS"
12826cat >conftest.$ac_ext <<_ACEOF 14182cat >conftest.$ac_ext <<_ACEOF
12827#line $LINENO "configure" 14183#line $LINENO "configure"
12828#include "confdefs.h" 14184/* confdefs.h. */
14185_ACEOF
14186cat confdefs.h >>conftest.$ac_ext
14187cat >>conftest.$ac_ext <<_ACEOF
14188/* end confdefs.h. */
12829 14189
12830/* Override any gcc2 internal prototype to avoid an error. */ 14190/* Override any gcc2 internal prototype to avoid an error. */
12831#ifdef __cplusplus 14191#ifdef __cplusplus
@@ -12857,7 +14217,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12857 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes 14217 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
12858else 14218else
12859 echo "$as_me: failed program was:" >&5 14219 echo "$as_me: failed program was:" >&5
12860cat conftest.$ac_ext >&5 14220sed 's/^/| /' conftest.$ac_ext >&5
14221
12861ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no 14222ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no
12862fi 14223fi
12863rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14224rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12884,7 +14245,11 @@ else
12884LIBS="-lcrypto $LIBS" 14245LIBS="-lcrypto $LIBS"
12885cat >conftest.$ac_ext <<_ACEOF 14246cat >conftest.$ac_ext <<_ACEOF
12886#line $LINENO "configure" 14247#line $LINENO "configure"
12887#include "confdefs.h" 14248/* confdefs.h. */
14249_ACEOF
14250cat confdefs.h >>conftest.$ac_ext
14251cat >>conftest.$ac_ext <<_ACEOF
14252/* end confdefs.h. */
12888 14253
12889/* Override any gcc2 internal prototype to avoid an error. */ 14254/* Override any gcc2 internal prototype to avoid an error. */
12890#ifdef __cplusplus 14255#ifdef __cplusplus
@@ -12916,7 +14281,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12916 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes 14281 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
12917else 14282else
12918 echo "$as_me: failed program was:" >&5 14283 echo "$as_me: failed program was:" >&5
12919cat conftest.$ac_ext >&5 14284sed 's/^/| /' conftest.$ac_ext >&5
14285
12920ac_cv_lib_crypto_mit_des_cbc_encrypt=no 14286ac_cv_lib_crypto_mit_des_cbc_encrypt=no
12921fi 14287fi
12922rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14288rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12943,7 +14309,11 @@ else
12943LIBS="-lkrb5 $LIBS" 14309LIBS="-lkrb5 $LIBS"
12944cat >conftest.$ac_ext <<_ACEOF 14310cat >conftest.$ac_ext <<_ACEOF
12945#line $LINENO "configure" 14311#line $LINENO "configure"
12946#include "confdefs.h" 14312/* confdefs.h. */
14313_ACEOF
14314cat confdefs.h >>conftest.$ac_ext
14315cat >>conftest.$ac_ext <<_ACEOF
14316/* end confdefs.h. */
12947 14317
12948/* Override any gcc2 internal prototype to avoid an error. */ 14318/* Override any gcc2 internal prototype to avoid an error. */
12949#ifdef __cplusplus 14319#ifdef __cplusplus
@@ -12975,7 +14345,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12975 ac_cv_lib_krb5_krb5_init_context=yes 14345 ac_cv_lib_krb5_krb5_init_context=yes
12976else 14346else
12977 echo "$as_me: failed program was:" >&5 14347 echo "$as_me: failed program was:" >&5
12978cat conftest.$ac_ext >&5 14348sed 's/^/| /' conftest.$ac_ext >&5
14349
12979ac_cv_lib_krb5_krb5_init_context=no 14350ac_cv_lib_krb5_krb5_init_context=no
12980fi 14351fi
12981rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14352rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -13003,7 +14374,11 @@ else
13003LIBS="-ldes425 $LIBS" 14374LIBS="-ldes425 $LIBS"
13004cat >conftest.$ac_ext <<_ACEOF 14375cat >conftest.$ac_ext <<_ACEOF
13005#line $LINENO "configure" 14376#line $LINENO "configure"
13006#include "confdefs.h" 14377/* confdefs.h. */
14378_ACEOF
14379cat confdefs.h >>conftest.$ac_ext
14380cat >>conftest.$ac_ext <<_ACEOF
14381/* end confdefs.h. */
13007 14382
13008/* Override any gcc2 internal prototype to avoid an error. */ 14383/* Override any gcc2 internal prototype to avoid an error. */
13009#ifdef __cplusplus 14384#ifdef __cplusplus
@@ -13035,7 +14410,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13035 ac_cv_lib_des425_des_cbc_encrypt=yes 14410 ac_cv_lib_des425_des_cbc_encrypt=yes
13036else 14411else
13037 echo "$as_me: failed program was:" >&5 14412 echo "$as_me: failed program was:" >&5
13038cat conftest.$ac_ext >&5 14413sed 's/^/| /' conftest.$ac_ext >&5
14414
13039ac_cv_lib_des425_des_cbc_encrypt=no 14415ac_cv_lib_des425_des_cbc_encrypt=no
13040fi 14416fi
13041rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14417rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -13061,7 +14437,11 @@ else
13061LIBS="-ldes $LIBS" 14437LIBS="-ldes $LIBS"
13062cat >conftest.$ac_ext <<_ACEOF 14438cat >conftest.$ac_ext <<_ACEOF
13063#line $LINENO "configure" 14439#line $LINENO "configure"
13064#include "confdefs.h" 14440/* confdefs.h. */
14441_ACEOF
14442cat confdefs.h >>conftest.$ac_ext
14443cat >>conftest.$ac_ext <<_ACEOF
14444/* end confdefs.h. */
13065 14445
13066/* Override any gcc2 internal prototype to avoid an error. */ 14446/* Override any gcc2 internal prototype to avoid an error. */
13067#ifdef __cplusplus 14447#ifdef __cplusplus
@@ -13093,7 +14473,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13093 ac_cv_lib_des_des_cbc_encrypt=yes 14473 ac_cv_lib_des_des_cbc_encrypt=yes
13094else 14474else
13095 echo "$as_me: failed program was:" >&5 14475 echo "$as_me: failed program was:" >&5
13096cat conftest.$ac_ext >&5 14476sed 's/^/| /' conftest.$ac_ext >&5
14477
13097ac_cv_lib_des_des_cbc_encrypt=no 14478ac_cv_lib_des_des_cbc_encrypt=no
13098fi 14479fi
13099rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14480rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -13122,7 +14503,11 @@ else
13122LIBS="-lkrb4 $LIBS" 14503LIBS="-lkrb4 $LIBS"
13123cat >conftest.$ac_ext <<_ACEOF 14504cat >conftest.$ac_ext <<_ACEOF
13124#line $LINENO "configure" 14505#line $LINENO "configure"
13125#include "confdefs.h" 14506/* confdefs.h. */
14507_ACEOF
14508cat confdefs.h >>conftest.$ac_ext
14509cat >>conftest.$ac_ext <<_ACEOF
14510/* end confdefs.h. */
13126 14511
13127/* Override any gcc2 internal prototype to avoid an error. */ 14512/* Override any gcc2 internal prototype to avoid an error. */
13128#ifdef __cplusplus 14513#ifdef __cplusplus
@@ -13154,7 +14539,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13154 ac_cv_lib_krb4_krb_get_cred=yes 14539 ac_cv_lib_krb4_krb_get_cred=yes
13155else 14540else
13156 echo "$as_me: failed program was:" >&5 14541 echo "$as_me: failed program was:" >&5
13157cat conftest.$ac_ext >&5 14542sed 's/^/| /' conftest.$ac_ext >&5
14543
13158ac_cv_lib_krb4_krb_get_cred=no 14544ac_cv_lib_krb4_krb_get_cred=no
13159fi 14545fi
13160rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14546rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -13180,7 +14566,11 @@ else
13180LIBS="-lkrb $LIBS" 14566LIBS="-lkrb $LIBS"
13181cat >conftest.$ac_ext <<_ACEOF 14567cat >conftest.$ac_ext <<_ACEOF
13182#line $LINENO "configure" 14568#line $LINENO "configure"
13183#include "confdefs.h" 14569/* confdefs.h. */
14570_ACEOF
14571cat confdefs.h >>conftest.$ac_ext
14572cat >>conftest.$ac_ext <<_ACEOF
14573/* end confdefs.h. */
13184 14574
13185/* Override any gcc2 internal prototype to avoid an error. */ 14575/* Override any gcc2 internal prototype to avoid an error. */
13186#ifdef __cplusplus 14576#ifdef __cplusplus
@@ -13212,7 +14602,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13212 ac_cv_lib_krb_krb_get_cred=yes 14602 ac_cv_lib_krb_krb_get_cred=yes
13213else 14603else
13214 echo "$as_me: failed program was:" >&5 14604 echo "$as_me: failed program was:" >&5
13215cat conftest.$ac_ext >&5 14605sed 's/^/| /' conftest.$ac_ext >&5
14606
13216ac_cv_lib_krb_krb_get_cred=no 14607ac_cv_lib_krb_krb_get_cred=no
13217fi 14608fi
13218rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14609rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -13252,7 +14643,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5
13252echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 14643echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13253cat >conftest.$ac_ext <<_ACEOF 14644cat >conftest.$ac_ext <<_ACEOF
13254#line $LINENO "configure" 14645#line $LINENO "configure"
13255#include "confdefs.h" 14646/* confdefs.h. */
14647_ACEOF
14648cat confdefs.h >>conftest.$ac_ext
14649cat >>conftest.$ac_ext <<_ACEOF
14650/* end confdefs.h. */
13256$ac_includes_default 14651$ac_includes_default
13257#include <$ac_header> 14652#include <$ac_header>
13258_ACEOF 14653_ACEOF
@@ -13271,7 +14666,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13271 ac_header_compiler=yes 14666 ac_header_compiler=yes
13272else 14667else
13273 echo "$as_me: failed program was:" >&5 14668 echo "$as_me: failed program was:" >&5
13274cat conftest.$ac_ext >&5 14669sed 's/^/| /' conftest.$ac_ext >&5
14670
13275ac_header_compiler=no 14671ac_header_compiler=no
13276fi 14672fi
13277rm -f conftest.$ac_objext conftest.$ac_ext 14673rm -f conftest.$ac_objext conftest.$ac_ext
@@ -13283,7 +14679,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5
13283echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 14679echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13284cat >conftest.$ac_ext <<_ACEOF 14680cat >conftest.$ac_ext <<_ACEOF
13285#line $LINENO "configure" 14681#line $LINENO "configure"
13286#include "confdefs.h" 14682/* confdefs.h. */
14683_ACEOF
14684cat confdefs.h >>conftest.$ac_ext
14685cat >>conftest.$ac_ext <<_ACEOF
14686/* end confdefs.h. */
13287#include <$ac_header> 14687#include <$ac_header>
13288_ACEOF 14688_ACEOF
13289if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 14689if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -13306,7 +14706,8 @@ if test -z "$ac_cpp_err"; then
13306 ac_header_preproc=yes 14706 ac_header_preproc=yes
13307else 14707else
13308 echo "$as_me: failed program was:" >&5 14708 echo "$as_me: failed program was:" >&5
13309 cat conftest.$ac_ext >&5 14709sed 's/^/| /' conftest.$ac_ext >&5
14710
13310 ac_header_preproc=no 14711 ac_header_preproc=no
13311fi 14712fi
13312rm -f conftest.err conftest.$ac_ext 14713rm -f conftest.err conftest.$ac_ext
@@ -13319,14 +14720,32 @@ case $ac_header_compiler:$ac_header_preproc in
13319 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 14720 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13320echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 14721echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13321 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 14722 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13322echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 14723echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14724 (
14725 cat <<\_ASBOX
14726## ------------------------------------ ##
14727## Report this to bug-autoconf@gnu.org. ##
14728## ------------------------------------ ##
14729_ASBOX
14730 ) |
14731 sed "s/^/$as_me: WARNING: /" >&2
14732 ;;
13323 no:yes ) 14733 no:yes )
13324 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 14734 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13325echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 14735echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13326 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 14736 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13327echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 14737echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13328 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 14738 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13329echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 14739echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14740 (
14741 cat <<\_ASBOX
14742## ------------------------------------ ##
14743## Report this to bug-autoconf@gnu.org. ##
14744## ------------------------------------ ##
14745_ASBOX
14746 ) |
14747 sed "s/^/$as_me: WARNING: /" >&2
14748 ;;
13330esac 14749esac
13331echo "$as_me:$LINENO: checking for $ac_header" >&5 14750echo "$as_me:$LINENO: checking for $ac_header" >&5
13332echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 14751echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
@@ -13367,7 +14786,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5
13367echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 14786echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13368cat >conftest.$ac_ext <<_ACEOF 14787cat >conftest.$ac_ext <<_ACEOF
13369#line $LINENO "configure" 14788#line $LINENO "configure"
13370#include "confdefs.h" 14789/* confdefs.h. */
14790_ACEOF
14791cat confdefs.h >>conftest.$ac_ext
14792cat >>conftest.$ac_ext <<_ACEOF
14793/* end confdefs.h. */
13371$ac_includes_default 14794$ac_includes_default
13372#include <$ac_header> 14795#include <$ac_header>
13373_ACEOF 14796_ACEOF
@@ -13386,7 +14809,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13386 ac_header_compiler=yes 14809 ac_header_compiler=yes
13387else 14810else
13388 echo "$as_me: failed program was:" >&5 14811 echo "$as_me: failed program was:" >&5
13389cat conftest.$ac_ext >&5 14812sed 's/^/| /' conftest.$ac_ext >&5
14813
13390ac_header_compiler=no 14814ac_header_compiler=no
13391fi 14815fi
13392rm -f conftest.$ac_objext conftest.$ac_ext 14816rm -f conftest.$ac_objext conftest.$ac_ext
@@ -13398,7 +14822,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5
13398echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 14822echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13399cat >conftest.$ac_ext <<_ACEOF 14823cat >conftest.$ac_ext <<_ACEOF
13400#line $LINENO "configure" 14824#line $LINENO "configure"
13401#include "confdefs.h" 14825/* confdefs.h. */
14826_ACEOF
14827cat confdefs.h >>conftest.$ac_ext
14828cat >>conftest.$ac_ext <<_ACEOF
14829/* end confdefs.h. */
13402#include <$ac_header> 14830#include <$ac_header>
13403_ACEOF 14831_ACEOF
13404if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 14832if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -13421,7 +14849,8 @@ if test -z "$ac_cpp_err"; then
13421 ac_header_preproc=yes 14849 ac_header_preproc=yes
13422else 14850else
13423 echo "$as_me: failed program was:" >&5 14851 echo "$as_me: failed program was:" >&5
13424 cat conftest.$ac_ext >&5 14852sed 's/^/| /' conftest.$ac_ext >&5
14853
13425 ac_header_preproc=no 14854 ac_header_preproc=no
13426fi 14855fi
13427rm -f conftest.err conftest.$ac_ext 14856rm -f conftest.err conftest.$ac_ext
@@ -13434,14 +14863,32 @@ case $ac_header_compiler:$ac_header_preproc in
13434 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 14863 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13435echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 14864echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13436 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 14865 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13437echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 14866echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14867 (
14868 cat <<\_ASBOX
14869## ------------------------------------ ##
14870## Report this to bug-autoconf@gnu.org. ##
14871## ------------------------------------ ##
14872_ASBOX
14873 ) |
14874 sed "s/^/$as_me: WARNING: /" >&2
14875 ;;
13438 no:yes ) 14876 no:yes )
13439 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 14877 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13440echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 14878echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13441 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 14879 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13442echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 14880echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13443 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 14881 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13444echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 14882echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14883 (
14884 cat <<\_ASBOX
14885## ------------------------------------ ##
14886## Report this to bug-autoconf@gnu.org. ##
14887## ------------------------------------ ##
14888_ASBOX
14889 ) |
14890 sed "s/^/$as_me: WARNING: /" >&2
14891 ;;
13445esac 14892esac
13446echo "$as_me:$LINENO: checking for $ac_header" >&5 14893echo "$as_me:$LINENO: checking for $ac_header" >&5
13447echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 14894echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
@@ -13478,7 +14925,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5
13478echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 14925echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13479cat >conftest.$ac_ext <<_ACEOF 14926cat >conftest.$ac_ext <<_ACEOF
13480#line $LINENO "configure" 14927#line $LINENO "configure"
13481#include "confdefs.h" 14928/* confdefs.h. */
14929_ACEOF
14930cat confdefs.h >>conftest.$ac_ext
14931cat >>conftest.$ac_ext <<_ACEOF
14932/* end confdefs.h. */
13482$ac_includes_default 14933$ac_includes_default
13483#include <$ac_header> 14934#include <$ac_header>
13484_ACEOF 14935_ACEOF
@@ -13497,7 +14948,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13497 ac_header_compiler=yes 14948 ac_header_compiler=yes
13498else 14949else
13499 echo "$as_me: failed program was:" >&5 14950 echo "$as_me: failed program was:" >&5
13500cat conftest.$ac_ext >&5 14951sed 's/^/| /' conftest.$ac_ext >&5
14952
13501ac_header_compiler=no 14953ac_header_compiler=no
13502fi 14954fi
13503rm -f conftest.$ac_objext conftest.$ac_ext 14955rm -f conftest.$ac_objext conftest.$ac_ext
@@ -13509,7 +14961,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5
13509echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 14961echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13510cat >conftest.$ac_ext <<_ACEOF 14962cat >conftest.$ac_ext <<_ACEOF
13511#line $LINENO "configure" 14963#line $LINENO "configure"
13512#include "confdefs.h" 14964/* confdefs.h. */
14965_ACEOF
14966cat confdefs.h >>conftest.$ac_ext
14967cat >>conftest.$ac_ext <<_ACEOF
14968/* end confdefs.h. */
13513#include <$ac_header> 14969#include <$ac_header>
13514_ACEOF 14970_ACEOF
13515if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 14971if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -13532,7 +14988,8 @@ if test -z "$ac_cpp_err"; then
13532 ac_header_preproc=yes 14988 ac_header_preproc=yes
13533else 14989else
13534 echo "$as_me: failed program was:" >&5 14990 echo "$as_me: failed program was:" >&5
13535 cat conftest.$ac_ext >&5 14991sed 's/^/| /' conftest.$ac_ext >&5
14992
13536 ac_header_preproc=no 14993 ac_header_preproc=no
13537fi 14994fi
13538rm -f conftest.err conftest.$ac_ext 14995rm -f conftest.err conftest.$ac_ext
@@ -13545,14 +15002,32 @@ case $ac_header_compiler:$ac_header_preproc in
13545 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 15002 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13546echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 15003echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13547 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15004 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13548echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 15005echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15006 (
15007 cat <<\_ASBOX
15008## ------------------------------------ ##
15009## Report this to bug-autoconf@gnu.org. ##
15010## ------------------------------------ ##
15011_ASBOX
15012 ) |
15013 sed "s/^/$as_me: WARNING: /" >&2
15014 ;;
13549 no:yes ) 15015 no:yes )
13550 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 15016 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13551echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 15017echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13552 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15018 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13553echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15019echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13554 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15020 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13555echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 15021echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15022 (
15023 cat <<\_ASBOX
15024## ------------------------------------ ##
15025## Report this to bug-autoconf@gnu.org. ##
15026## ------------------------------------ ##
15027_ASBOX
15028 ) |
15029 sed "s/^/$as_me: WARNING: /" >&2
15030 ;;
13556esac 15031esac
13557echo "$as_me:$LINENO: checking for $ac_header" >&5 15032echo "$as_me:$LINENO: checking for $ac_header" >&5
13558echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 15033echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
@@ -13589,7 +15064,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5
13589echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 15064echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13590cat >conftest.$ac_ext <<_ACEOF 15065cat >conftest.$ac_ext <<_ACEOF
13591#line $LINENO "configure" 15066#line $LINENO "configure"
13592#include "confdefs.h" 15067/* confdefs.h. */
15068_ACEOF
15069cat confdefs.h >>conftest.$ac_ext
15070cat >>conftest.$ac_ext <<_ACEOF
15071/* end confdefs.h. */
13593$ac_includes_default 15072$ac_includes_default
13594#include <$ac_header> 15073#include <$ac_header>
13595_ACEOF 15074_ACEOF
@@ -13608,7 +15087,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13608 ac_header_compiler=yes 15087 ac_header_compiler=yes
13609else 15088else
13610 echo "$as_me: failed program was:" >&5 15089 echo "$as_me: failed program was:" >&5
13611cat conftest.$ac_ext >&5 15090sed 's/^/| /' conftest.$ac_ext >&5
15091
13612ac_header_compiler=no 15092ac_header_compiler=no
13613fi 15093fi
13614rm -f conftest.$ac_objext conftest.$ac_ext 15094rm -f conftest.$ac_objext conftest.$ac_ext
@@ -13620,7 +15100,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5
13620echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 15100echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13621cat >conftest.$ac_ext <<_ACEOF 15101cat >conftest.$ac_ext <<_ACEOF
13622#line $LINENO "configure" 15102#line $LINENO "configure"
13623#include "confdefs.h" 15103/* confdefs.h. */
15104_ACEOF
15105cat confdefs.h >>conftest.$ac_ext
15106cat >>conftest.$ac_ext <<_ACEOF
15107/* end confdefs.h. */
13624#include <$ac_header> 15108#include <$ac_header>
13625_ACEOF 15109_ACEOF
13626if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 15110if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -13643,7 +15127,8 @@ if test -z "$ac_cpp_err"; then
13643 ac_header_preproc=yes 15127 ac_header_preproc=yes
13644else 15128else
13645 echo "$as_me: failed program was:" >&5 15129 echo "$as_me: failed program was:" >&5
13646 cat conftest.$ac_ext >&5 15130sed 's/^/| /' conftest.$ac_ext >&5
15131
13647 ac_header_preproc=no 15132 ac_header_preproc=no
13648fi 15133fi
13649rm -f conftest.err conftest.$ac_ext 15134rm -f conftest.err conftest.$ac_ext
@@ -13656,14 +15141,32 @@ case $ac_header_compiler:$ac_header_preproc in
13656 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 15141 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13657echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 15142echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13658 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15143 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13659echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 15144echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15145 (
15146 cat <<\_ASBOX
15147## ------------------------------------ ##
15148## Report this to bug-autoconf@gnu.org. ##
15149## ------------------------------------ ##
15150_ASBOX
15151 ) |
15152 sed "s/^/$as_me: WARNING: /" >&2
15153 ;;
13660 no:yes ) 15154 no:yes )
13661 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 15155 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13662echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 15156echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13663 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15157 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13664echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15158echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13665 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15159 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13666echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 15160echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15161 (
15162 cat <<\_ASBOX
15163## ------------------------------------ ##
15164## Report this to bug-autoconf@gnu.org. ##
15165## ------------------------------------ ##
15166_ASBOX
15167 ) |
15168 sed "s/^/$as_me: WARNING: /" >&2
15169 ;;
13667esac 15170esac
13668echo "$as_me:$LINENO: checking for $ac_header" >&5 15171echo "$as_me:$LINENO: checking for $ac_header" >&5
13669echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 15172echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
@@ -13711,7 +15214,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5
13711echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 15214echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13712cat >conftest.$ac_ext <<_ACEOF 15215cat >conftest.$ac_ext <<_ACEOF
13713#line $LINENO "configure" 15216#line $LINENO "configure"
13714#include "confdefs.h" 15217/* confdefs.h. */
15218_ACEOF
15219cat confdefs.h >>conftest.$ac_ext
15220cat >>conftest.$ac_ext <<_ACEOF
15221/* end confdefs.h. */
13715$ac_includes_default 15222$ac_includes_default
13716#include <$ac_header> 15223#include <$ac_header>
13717_ACEOF 15224_ACEOF
@@ -13730,7 +15237,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13730 ac_header_compiler=yes 15237 ac_header_compiler=yes
13731else 15238else
13732 echo "$as_me: failed program was:" >&5 15239 echo "$as_me: failed program was:" >&5
13733cat conftest.$ac_ext >&5 15240sed 's/^/| /' conftest.$ac_ext >&5
15241
13734ac_header_compiler=no 15242ac_header_compiler=no
13735fi 15243fi
13736rm -f conftest.$ac_objext conftest.$ac_ext 15244rm -f conftest.$ac_objext conftest.$ac_ext
@@ -13742,7 +15250,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5
13742echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 15250echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13743cat >conftest.$ac_ext <<_ACEOF 15251cat >conftest.$ac_ext <<_ACEOF
13744#line $LINENO "configure" 15252#line $LINENO "configure"
13745#include "confdefs.h" 15253/* confdefs.h. */
15254_ACEOF
15255cat confdefs.h >>conftest.$ac_ext
15256cat >>conftest.$ac_ext <<_ACEOF
15257/* end confdefs.h. */
13746#include <$ac_header> 15258#include <$ac_header>
13747_ACEOF 15259_ACEOF
13748if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 15260if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -13765,7 +15277,8 @@ if test -z "$ac_cpp_err"; then
13765 ac_header_preproc=yes 15277 ac_header_preproc=yes
13766else 15278else
13767 echo "$as_me: failed program was:" >&5 15279 echo "$as_me: failed program was:" >&5
13768 cat conftest.$ac_ext >&5 15280sed 's/^/| /' conftest.$ac_ext >&5
15281
13769 ac_header_preproc=no 15282 ac_header_preproc=no
13770fi 15283fi
13771rm -f conftest.err conftest.$ac_ext 15284rm -f conftest.err conftest.$ac_ext
@@ -13778,14 +15291,32 @@ case $ac_header_compiler:$ac_header_preproc in
13778 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 15291 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13779echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 15292echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13780 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15293 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13781echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 15294echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15295 (
15296 cat <<\_ASBOX
15297## ------------------------------------ ##
15298## Report this to bug-autoconf@gnu.org. ##
15299## ------------------------------------ ##
15300_ASBOX
15301 ) |
15302 sed "s/^/$as_me: WARNING: /" >&2
15303 ;;
13782 no:yes ) 15304 no:yes )
13783 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 15305 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13784echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 15306echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13785 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15307 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13786echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15308echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13787 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15309 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13788echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 15310echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15311 (
15312 cat <<\_ASBOX
15313## ------------------------------------ ##
15314## Report this to bug-autoconf@gnu.org. ##
15315## ------------------------------------ ##
15316_ASBOX
15317 ) |
15318 sed "s/^/$as_me: WARNING: /" >&2
15319 ;;
13789esac 15320esac
13790echo "$as_me:$LINENO: checking for $ac_header" >&5 15321echo "$as_me:$LINENO: checking for $ac_header" >&5
13791echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 15322echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
@@ -13822,7 +15353,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5
13822echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 15353echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13823cat >conftest.$ac_ext <<_ACEOF 15354cat >conftest.$ac_ext <<_ACEOF
13824#line $LINENO "configure" 15355#line $LINENO "configure"
13825#include "confdefs.h" 15356/* confdefs.h. */
15357_ACEOF
15358cat confdefs.h >>conftest.$ac_ext
15359cat >>conftest.$ac_ext <<_ACEOF
15360/* end confdefs.h. */
13826$ac_includes_default 15361$ac_includes_default
13827#include <$ac_header> 15362#include <$ac_header>
13828_ACEOF 15363_ACEOF
@@ -13841,7 +15376,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13841 ac_header_compiler=yes 15376 ac_header_compiler=yes
13842else 15377else
13843 echo "$as_me: failed program was:" >&5 15378 echo "$as_me: failed program was:" >&5
13844cat conftest.$ac_ext >&5 15379sed 's/^/| /' conftest.$ac_ext >&5
15380
13845ac_header_compiler=no 15381ac_header_compiler=no
13846fi 15382fi
13847rm -f conftest.$ac_objext conftest.$ac_ext 15383rm -f conftest.$ac_objext conftest.$ac_ext
@@ -13853,7 +15389,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5
13853echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 15389echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13854cat >conftest.$ac_ext <<_ACEOF 15390cat >conftest.$ac_ext <<_ACEOF
13855#line $LINENO "configure" 15391#line $LINENO "configure"
13856#include "confdefs.h" 15392/* confdefs.h. */
15393_ACEOF
15394cat confdefs.h >>conftest.$ac_ext
15395cat >>conftest.$ac_ext <<_ACEOF
15396/* end confdefs.h. */
13857#include <$ac_header> 15397#include <$ac_header>
13858_ACEOF 15398_ACEOF
13859if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 15399if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -13876,7 +15416,8 @@ if test -z "$ac_cpp_err"; then
13876 ac_header_preproc=yes 15416 ac_header_preproc=yes
13877else 15417else
13878 echo "$as_me: failed program was:" >&5 15418 echo "$as_me: failed program was:" >&5
13879 cat conftest.$ac_ext >&5 15419sed 's/^/| /' conftest.$ac_ext >&5
15420
13880 ac_header_preproc=no 15421 ac_header_preproc=no
13881fi 15422fi
13882rm -f conftest.err conftest.$ac_ext 15423rm -f conftest.err conftest.$ac_ext
@@ -13889,14 +15430,32 @@ case $ac_header_compiler:$ac_header_preproc in
13889 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 15430 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13890echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 15431echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13891 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15432 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13892echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 15433echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15434 (
15435 cat <<\_ASBOX
15436## ------------------------------------ ##
15437## Report this to bug-autoconf@gnu.org. ##
15438## ------------------------------------ ##
15439_ASBOX
15440 ) |
15441 sed "s/^/$as_me: WARNING: /" >&2
15442 ;;
13893 no:yes ) 15443 no:yes )
13894 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 15444 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13895echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 15445echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13896 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15446 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13897echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15447echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13898 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15448 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13899echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 15449echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15450 (
15451 cat <<\_ASBOX
15452## ------------------------------------ ##
15453## Report this to bug-autoconf@gnu.org. ##
15454## ------------------------------------ ##
15455_ASBOX
15456 ) |
15457 sed "s/^/$as_me: WARNING: /" >&2
15458 ;;
13900esac 15459esac
13901echo "$as_me:$LINENO: checking for $ac_header" >&5 15460echo "$as_me:$LINENO: checking for $ac_header" >&5
13902echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 15461echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
@@ -13933,7 +15492,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5
13933echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 15492echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13934cat >conftest.$ac_ext <<_ACEOF 15493cat >conftest.$ac_ext <<_ACEOF
13935#line $LINENO "configure" 15494#line $LINENO "configure"
13936#include "confdefs.h" 15495/* confdefs.h. */
15496_ACEOF
15497cat confdefs.h >>conftest.$ac_ext
15498cat >>conftest.$ac_ext <<_ACEOF
15499/* end confdefs.h. */
13937$ac_includes_default 15500$ac_includes_default
13938#include <$ac_header> 15501#include <$ac_header>
13939_ACEOF 15502_ACEOF
@@ -13952,7 +15515,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13952 ac_header_compiler=yes 15515 ac_header_compiler=yes
13953else 15516else
13954 echo "$as_me: failed program was:" >&5 15517 echo "$as_me: failed program was:" >&5
13955cat conftest.$ac_ext >&5 15518sed 's/^/| /' conftest.$ac_ext >&5
15519
13956ac_header_compiler=no 15520ac_header_compiler=no
13957fi 15521fi
13958rm -f conftest.$ac_objext conftest.$ac_ext 15522rm -f conftest.$ac_objext conftest.$ac_ext
@@ -13964,7 +15528,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5
13964echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 15528echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13965cat >conftest.$ac_ext <<_ACEOF 15529cat >conftest.$ac_ext <<_ACEOF
13966#line $LINENO "configure" 15530#line $LINENO "configure"
13967#include "confdefs.h" 15531/* confdefs.h. */
15532_ACEOF
15533cat confdefs.h >>conftest.$ac_ext
15534cat >>conftest.$ac_ext <<_ACEOF
15535/* end confdefs.h. */
13968#include <$ac_header> 15536#include <$ac_header>
13969_ACEOF 15537_ACEOF
13970if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 15538if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -13987,7 +15555,8 @@ if test -z "$ac_cpp_err"; then
13987 ac_header_preproc=yes 15555 ac_header_preproc=yes
13988else 15556else
13989 echo "$as_me: failed program was:" >&5 15557 echo "$as_me: failed program was:" >&5
13990 cat conftest.$ac_ext >&5 15558sed 's/^/| /' conftest.$ac_ext >&5
15559
13991 ac_header_preproc=no 15560 ac_header_preproc=no
13992fi 15561fi
13993rm -f conftest.err conftest.$ac_ext 15562rm -f conftest.err conftest.$ac_ext
@@ -14000,14 +15569,32 @@ case $ac_header_compiler:$ac_header_preproc in
14000 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 15569 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14001echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 15570echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14002 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15571 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14003echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 15572echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15573 (
15574 cat <<\_ASBOX
15575## ------------------------------------ ##
15576## Report this to bug-autoconf@gnu.org. ##
15577## ------------------------------------ ##
15578_ASBOX
15579 ) |
15580 sed "s/^/$as_me: WARNING: /" >&2
15581 ;;
14004 no:yes ) 15582 no:yes )
14005 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 15583 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14006echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 15584echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14007 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15585 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14008echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15586echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14009 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15587 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14010echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 15588echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15589 (
15590 cat <<\_ASBOX
15591## ------------------------------------ ##
15592## Report this to bug-autoconf@gnu.org. ##
15593## ------------------------------------ ##
15594_ASBOX
15595 ) |
15596 sed "s/^/$as_me: WARNING: /" >&2
15597 ;;
14011esac 15598esac
14012echo "$as_me:$LINENO: checking for $ac_header" >&5 15599echo "$as_me:$LINENO: checking for $ac_header" >&5
14013echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 15600echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
@@ -14056,7 +15643,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5
14056echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 15643echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14057cat >conftest.$ac_ext <<_ACEOF 15644cat >conftest.$ac_ext <<_ACEOF
14058#line $LINENO "configure" 15645#line $LINENO "configure"
14059#include "confdefs.h" 15646/* confdefs.h. */
15647_ACEOF
15648cat confdefs.h >>conftest.$ac_ext
15649cat >>conftest.$ac_ext <<_ACEOF
15650/* end confdefs.h. */
14060$ac_includes_default 15651$ac_includes_default
14061#include <$ac_header> 15652#include <$ac_header>
14062_ACEOF 15653_ACEOF
@@ -14075,7 +15666,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14075 ac_header_compiler=yes 15666 ac_header_compiler=yes
14076else 15667else
14077 echo "$as_me: failed program was:" >&5 15668 echo "$as_me: failed program was:" >&5
14078cat conftest.$ac_ext >&5 15669sed 's/^/| /' conftest.$ac_ext >&5
15670
14079ac_header_compiler=no 15671ac_header_compiler=no
14080fi 15672fi
14081rm -f conftest.$ac_objext conftest.$ac_ext 15673rm -f conftest.$ac_objext conftest.$ac_ext
@@ -14087,7 +15679,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5
14087echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 15679echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14088cat >conftest.$ac_ext <<_ACEOF 15680cat >conftest.$ac_ext <<_ACEOF
14089#line $LINENO "configure" 15681#line $LINENO "configure"
14090#include "confdefs.h" 15682/* confdefs.h. */
15683_ACEOF
15684cat confdefs.h >>conftest.$ac_ext
15685cat >>conftest.$ac_ext <<_ACEOF
15686/* end confdefs.h. */
14091#include <$ac_header> 15687#include <$ac_header>
14092_ACEOF 15688_ACEOF
14093if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 15689if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -14110,7 +15706,8 @@ if test -z "$ac_cpp_err"; then
14110 ac_header_preproc=yes 15706 ac_header_preproc=yes
14111else 15707else
14112 echo "$as_me: failed program was:" >&5 15708 echo "$as_me: failed program was:" >&5
14113 cat conftest.$ac_ext >&5 15709sed 's/^/| /' conftest.$ac_ext >&5
15710
14114 ac_header_preproc=no 15711 ac_header_preproc=no
14115fi 15712fi
14116rm -f conftest.err conftest.$ac_ext 15713rm -f conftest.err conftest.$ac_ext
@@ -14123,14 +15720,32 @@ case $ac_header_compiler:$ac_header_preproc in
14123 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 15720 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14124echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 15721echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14125 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15722 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14126echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 15723echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15724 (
15725 cat <<\_ASBOX
15726## ------------------------------------ ##
15727## Report this to bug-autoconf@gnu.org. ##
15728## ------------------------------------ ##
15729_ASBOX
15730 ) |
15731 sed "s/^/$as_me: WARNING: /" >&2
15732 ;;
14127 no:yes ) 15733 no:yes )
14128 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 15734 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14129echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 15735echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14130 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15736 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14131echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15737echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14132 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15738 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14133echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 15739echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15740 (
15741 cat <<\_ASBOX
15742## ------------------------------------ ##
15743## Report this to bug-autoconf@gnu.org. ##
15744## ------------------------------------ ##
15745_ASBOX
15746 ) |
15747 sed "s/^/$as_me: WARNING: /" >&2
15748 ;;
14134esac 15749esac
14135echo "$as_me:$LINENO: checking for $ac_header" >&5 15750echo "$as_me:$LINENO: checking for $ac_header" >&5
14136echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 15751echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
@@ -14166,7 +15781,11 @@ else
14166LIBS="-lintl $LIBS" 15781LIBS="-lintl $LIBS"
14167cat >conftest.$ac_ext <<_ACEOF 15782cat >conftest.$ac_ext <<_ACEOF
14168#line $LINENO "configure" 15783#line $LINENO "configure"
14169#include "confdefs.h" 15784/* confdefs.h. */
15785_ACEOF
15786cat confdefs.h >>conftest.$ac_ext
15787cat >>conftest.$ac_ext <<_ACEOF
15788/* end confdefs.h. */
14170 15789
14171/* Override any gcc2 internal prototype to avoid an error. */ 15790/* Override any gcc2 internal prototype to avoid an error. */
14172#ifdef __cplusplus 15791#ifdef __cplusplus
@@ -14198,7 +15817,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14198 ac_cv_lib_intl_dgettext=yes 15817 ac_cv_lib_intl_dgettext=yes
14199else 15818else
14200 echo "$as_me: failed program was:" >&5 15819 echo "$as_me: failed program was:" >&5
14201cat conftest.$ac_ext >&5 15820sed 's/^/| /' conftest.$ac_ext >&5
15821
14202ac_cv_lib_intl_dgettext=no 15822ac_cv_lib_intl_dgettext=no
14203fi 15823fi
14204rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 15824rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -14228,7 +15848,11 @@ emacs_cv_localtime_cache=yes
14228else 15848else
14229 cat >conftest.$ac_ext <<_ACEOF 15849 cat >conftest.$ac_ext <<_ACEOF
14230#line $LINENO "configure" 15850#line $LINENO "configure"
14231#include "confdefs.h" 15851/* confdefs.h. */
15852_ACEOF
15853cat confdefs.h >>conftest.$ac_ext
15854cat >>conftest.$ac_ext <<_ACEOF
15855/* end confdefs.h. */
14232#include <time.h> 15856#include <time.h>
14233extern char **environ; 15857extern char **environ;
14234unset_TZ () 15858unset_TZ ()
@@ -14274,7 +15898,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14274else 15898else
14275 echo "$as_me: program exited with status $ac_status" >&5 15899 echo "$as_me: program exited with status $ac_status" >&5
14276echo "$as_me: failed program was:" >&5 15900echo "$as_me: failed program was:" >&5
14277cat conftest.$ac_ext >&5 15901sed 's/^/| /' conftest.$ac_ext >&5
15902
14278( exit $ac_status ) 15903( exit $ac_status )
14279emacs_cv_localtime_cache=yes 15904emacs_cv_localtime_cache=yes
14280fi 15905fi
@@ -14308,30 +15933,37 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
14308else 15933else
14309 cat >conftest.$ac_ext <<_ACEOF 15934 cat >conftest.$ac_ext <<_ACEOF
14310#line $LINENO "configure" 15935#line $LINENO "configure"
14311#include "confdefs.h" 15936/* confdefs.h. */
15937_ACEOF
15938cat confdefs.h >>conftest.$ac_ext
15939cat >>conftest.$ac_ext <<_ACEOF
15940/* end confdefs.h. */
14312/* System header to define __stub macros and hopefully few prototypes, 15941/* System header to define __stub macros and hopefully few prototypes,
14313 which can conflict with char $ac_func (); below. */ 15942 which can conflict with char $ac_func (); below. */
14314#include <assert.h> 15943#include <assert.h>
14315/* Override any gcc2 internal prototype to avoid an error. */ 15944/* Override any gcc2 internal prototype to avoid an error. */
14316#ifdef __cplusplus 15945#ifdef __cplusplus
14317extern "C" 15946extern "C"
15947{
14318#endif 15948#endif
14319/* We use char because int might match the return type of a gcc2 15949/* We use char because int might match the return type of a gcc2
14320 builtin and then its argument prototype would still apply. */ 15950 builtin and then its argument prototype would still apply. */
14321char $ac_func (); 15951char $ac_func ();
14322char (*f) ();
14323
14324int
14325main ()
14326{
14327/* The GNU C library defines this for functions which it implements 15952/* The GNU C library defines this for functions which it implements
14328 to always fail with ENOSYS. Some functions are actually named 15953 to always fail with ENOSYS. Some functions are actually named
14329 something starting with __ and the normal name is an alias. */ 15954 something starting with __ and the normal name is an alias. */
14330#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 15955#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14331choke me 15956choke me
14332#else 15957#else
14333f = $ac_func; 15958char (*f) () = $ac_func;
14334#endif 15959#endif
15960#ifdef __cplusplus
15961}
15962#endif
15963
15964int
15965main ()
15966{
14335 15967
14336 ; 15968 ;
14337 return 0; 15969 return 0;
@@ -14352,7 +15984,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14352 eval "$as_ac_var=yes" 15984 eval "$as_ac_var=yes"
14353else 15985else
14354 echo "$as_me: failed program was:" >&5 15986 echo "$as_me: failed program was:" >&5
14355cat conftest.$ac_ext >&5 15987sed 's/^/| /' conftest.$ac_ext >&5
15988
14356eval "$as_ac_var=no" 15989eval "$as_ac_var=no"
14357fi 15990fi
14358rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 15991rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -14375,7 +16008,11 @@ if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
14375else 16008else
14376 cat >conftest.$ac_ext <<_ACEOF 16009 cat >conftest.$ac_ext <<_ACEOF
14377#line $LINENO "configure" 16010#line $LINENO "configure"
14378#include "confdefs.h" 16011/* confdefs.h. */
16012_ACEOF
16013cat confdefs.h >>conftest.$ac_ext
16014cat >>conftest.$ac_ext <<_ACEOF
16015/* end confdefs.h. */
14379 16016
14380#ifdef TIME_WITH_SYS_TIME 16017#ifdef TIME_WITH_SYS_TIME
14381#include <sys/time.h> 16018#include <sys/time.h>
@@ -14411,7 +16048,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14411 emacs_cv_gettimeofday_two_arguments=yes 16048 emacs_cv_gettimeofday_two_arguments=yes
14412else 16049else
14413 echo "$as_me: failed program was:" >&5 16050 echo "$as_me: failed program was:" >&5
14414cat conftest.$ac_ext >&5 16051sed 's/^/| /' conftest.$ac_ext >&5
16052
14415emacs_cv_gettimeofday_two_arguments=no 16053emacs_cv_gettimeofday_two_arguments=no
14416fi 16054fi
14417rm -f conftest.$ac_objext conftest.$ac_ext 16055rm -f conftest.$ac_objext conftest.$ac_ext
@@ -14436,7 +16074,11 @@ if test "${emacs_cv_struct_timezone+set}" = set; then
14436else 16074else
14437 cat >conftest.$ac_ext <<_ACEOF 16075 cat >conftest.$ac_ext <<_ACEOF
14438#line $LINENO "configure" 16076#line $LINENO "configure"
14439#include "confdefs.h" 16077/* confdefs.h. */
16078_ACEOF
16079cat confdefs.h >>conftest.$ac_ext
16080cat >>conftest.$ac_ext <<_ACEOF
16081/* end confdefs.h. */
14440#include <sys/time.h> 16082#include <sys/time.h>
14441int 16083int
14442main () 16084main ()
@@ -14463,7 +16105,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14463else 16105else
14464 cat >conftest.$ac_ext <<_ACEOF 16106 cat >conftest.$ac_ext <<_ACEOF
14465#line $LINENO "configure" 16107#line $LINENO "configure"
14466#include "confdefs.h" 16108/* confdefs.h. */
16109_ACEOF
16110cat confdefs.h >>conftest.$ac_ext
16111cat >>conftest.$ac_ext <<_ACEOF
16112/* end confdefs.h. */
14467 16113
14468#ifdef TIME_WITH_SYS_TIME 16114#ifdef TIME_WITH_SYS_TIME
14469#include <sys/time.h> 16115#include <sys/time.h>
@@ -14496,7 +16142,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14496else 16142else
14497 echo "$as_me: program exited with status $ac_status" >&5 16143 echo "$as_me: program exited with status $ac_status" >&5
14498echo "$as_me: failed program was:" >&5 16144echo "$as_me: failed program was:" >&5
14499cat conftest.$ac_ext >&5 16145sed 's/^/| /' conftest.$ac_ext >&5
16146
14500( exit $ac_status ) 16147( exit $ac_status )
14501emacs_cv_struct_timezone=no 16148emacs_cv_struct_timezone=no
14502fi 16149fi
@@ -14504,7 +16151,8 @@ rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext
14504fi 16151fi
14505else 16152else
14506 echo "$as_me: failed program was:" >&5 16153 echo "$as_me: failed program was:" >&5
14507cat conftest.$ac_ext >&5 16154sed 's/^/| /' conftest.$ac_ext >&5
16155
14508emacs_cv_struct_timezone=no 16156emacs_cv_struct_timezone=no
14509fi 16157fi
14510rm -f conftest.$ac_objext conftest.$ac_ext 16158rm -f conftest.$ac_objext conftest.$ac_ext
@@ -14521,30 +16169,37 @@ if test "${ac_cv_func_socket+set}" = set; then
14521else 16169else
14522 cat >conftest.$ac_ext <<_ACEOF 16170 cat >conftest.$ac_ext <<_ACEOF
14523#line $LINENO "configure" 16171#line $LINENO "configure"
14524#include "confdefs.h" 16172/* confdefs.h. */
16173_ACEOF
16174cat confdefs.h >>conftest.$ac_ext
16175cat >>conftest.$ac_ext <<_ACEOF
16176/* end confdefs.h. */
14525/* System header to define __stub macros and hopefully few prototypes, 16177/* System header to define __stub macros and hopefully few prototypes,
14526 which can conflict with char socket (); below. */ 16178 which can conflict with char socket (); below. */
14527#include <assert.h> 16179#include <assert.h>
14528/* Override any gcc2 internal prototype to avoid an error. */ 16180/* Override any gcc2 internal prototype to avoid an error. */
14529#ifdef __cplusplus 16181#ifdef __cplusplus
14530extern "C" 16182extern "C"
16183{
14531#endif 16184#endif
14532/* We use char because int might match the return type of a gcc2 16185/* We use char because int might match the return type of a gcc2
14533 builtin and then its argument prototype would still apply. */ 16186 builtin and then its argument prototype would still apply. */
14534char socket (); 16187char socket ();
14535char (*f) ();
14536
14537int
14538main ()
14539{
14540/* The GNU C library defines this for functions which it implements 16188/* The GNU C library defines this for functions which it implements
14541 to always fail with ENOSYS. Some functions are actually named 16189 to always fail with ENOSYS. Some functions are actually named
14542 something starting with __ and the normal name is an alias. */ 16190 something starting with __ and the normal name is an alias. */
14543#if defined (__stub_socket) || defined (__stub___socket) 16191#if defined (__stub_socket) || defined (__stub___socket)
14544choke me 16192choke me
14545#else 16193#else
14546f = socket; 16194char (*f) () = socket;
14547#endif 16195#endif
16196#ifdef __cplusplus
16197}
16198#endif
16199
16200int
16201main ()
16202{
14548 16203
14549 ; 16204 ;
14550 return 0; 16205 return 0;
@@ -14565,7 +16220,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14565 ac_cv_func_socket=yes 16220 ac_cv_func_socket=yes
14566else 16221else
14567 echo "$as_me: failed program was:" >&5 16222 echo "$as_me: failed program was:" >&5
14568cat conftest.$ac_ext >&5 16223sed 's/^/| /' conftest.$ac_ext >&5
16224
14569ac_cv_func_socket=no 16225ac_cv_func_socket=no
14570fi 16226fi
14571rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16227rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -14593,7 +16249,11 @@ echo "$as_me:$LINENO: checking netinet/in.h usability" >&5
14593echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6 16249echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6
14594cat >conftest.$ac_ext <<_ACEOF 16250cat >conftest.$ac_ext <<_ACEOF
14595#line $LINENO "configure" 16251#line $LINENO "configure"
14596#include "confdefs.h" 16252/* confdefs.h. */
16253_ACEOF
16254cat confdefs.h >>conftest.$ac_ext
16255cat >>conftest.$ac_ext <<_ACEOF
16256/* end confdefs.h. */
14597$ac_includes_default 16257$ac_includes_default
14598#include <netinet/in.h> 16258#include <netinet/in.h>
14599_ACEOF 16259_ACEOF
@@ -14612,7 +16272,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14612 ac_header_compiler=yes 16272 ac_header_compiler=yes
14613else 16273else
14614 echo "$as_me: failed program was:" >&5 16274 echo "$as_me: failed program was:" >&5
14615cat conftest.$ac_ext >&5 16275sed 's/^/| /' conftest.$ac_ext >&5
16276
14616ac_header_compiler=no 16277ac_header_compiler=no
14617fi 16278fi
14618rm -f conftest.$ac_objext conftest.$ac_ext 16279rm -f conftest.$ac_objext conftest.$ac_ext
@@ -14624,7 +16285,11 @@ echo "$as_me:$LINENO: checking netinet/in.h presence" >&5
14624echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6 16285echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6
14625cat >conftest.$ac_ext <<_ACEOF 16286cat >conftest.$ac_ext <<_ACEOF
14626#line $LINENO "configure" 16287#line $LINENO "configure"
14627#include "confdefs.h" 16288/* confdefs.h. */
16289_ACEOF
16290cat confdefs.h >>conftest.$ac_ext
16291cat >>conftest.$ac_ext <<_ACEOF
16292/* end confdefs.h. */
14628#include <netinet/in.h> 16293#include <netinet/in.h>
14629_ACEOF 16294_ACEOF
14630if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 16295if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -14647,7 +16312,8 @@ if test -z "$ac_cpp_err"; then
14647 ac_header_preproc=yes 16312 ac_header_preproc=yes
14648else 16313else
14649 echo "$as_me: failed program was:" >&5 16314 echo "$as_me: failed program was:" >&5
14650 cat conftest.$ac_ext >&5 16315sed 's/^/| /' conftest.$ac_ext >&5
16316
14651 ac_header_preproc=no 16317 ac_header_preproc=no
14652fi 16318fi
14653rm -f conftest.err conftest.$ac_ext 16319rm -f conftest.err conftest.$ac_ext
@@ -14660,14 +16326,32 @@ case $ac_header_compiler:$ac_header_preproc in
14660 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5 16326 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5
14661echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 16327echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14662 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 16328 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
14663echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;};; 16329echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;}
16330 (
16331 cat <<\_ASBOX
16332## ------------------------------------ ##
16333## Report this to bug-autoconf@gnu.org. ##
16334## ------------------------------------ ##
16335_ASBOX
16336 ) |
16337 sed "s/^/$as_me: WARNING: /" >&2
16338 ;;
14664 no:yes ) 16339 no:yes )
14665 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5 16340 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5
14666echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;} 16341echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;}
14667 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5 16342 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5
14668echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;} 16343echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;}
14669 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 16344 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
14670echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;};; 16345echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;}
16346 (
16347 cat <<\_ASBOX
16348## ------------------------------------ ##
16349## Report this to bug-autoconf@gnu.org. ##
16350## ------------------------------------ ##
16351_ASBOX
16352 ) |
16353 sed "s/^/$as_me: WARNING: /" >&2
16354 ;;
14671esac 16355esac
14672echo "$as_me:$LINENO: checking for netinet/in.h" >&5 16356echo "$as_me:$LINENO: checking for netinet/in.h" >&5
14673echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 16357echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6
@@ -14703,7 +16387,11 @@ echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5
14703echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6 16387echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6
14704cat >conftest.$ac_ext <<_ACEOF 16388cat >conftest.$ac_ext <<_ACEOF
14705#line $LINENO "configure" 16389#line $LINENO "configure"
14706#include "confdefs.h" 16390/* confdefs.h. */
16391_ACEOF
16392cat confdefs.h >>conftest.$ac_ext
16393cat >>conftest.$ac_ext <<_ACEOF
16394/* end confdefs.h. */
14707$ac_includes_default 16395$ac_includes_default
14708#include <arpa/inet.h> 16396#include <arpa/inet.h>
14709_ACEOF 16397_ACEOF
@@ -14722,7 +16410,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14722 ac_header_compiler=yes 16410 ac_header_compiler=yes
14723else 16411else
14724 echo "$as_me: failed program was:" >&5 16412 echo "$as_me: failed program was:" >&5
14725cat conftest.$ac_ext >&5 16413sed 's/^/| /' conftest.$ac_ext >&5
16414
14726ac_header_compiler=no 16415ac_header_compiler=no
14727fi 16416fi
14728rm -f conftest.$ac_objext conftest.$ac_ext 16417rm -f conftest.$ac_objext conftest.$ac_ext
@@ -14734,7 +16423,11 @@ echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5
14734echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6 16423echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6
14735cat >conftest.$ac_ext <<_ACEOF 16424cat >conftest.$ac_ext <<_ACEOF
14736#line $LINENO "configure" 16425#line $LINENO "configure"
14737#include "confdefs.h" 16426/* confdefs.h. */
16427_ACEOF
16428cat confdefs.h >>conftest.$ac_ext
16429cat >>conftest.$ac_ext <<_ACEOF
16430/* end confdefs.h. */
14738#include <arpa/inet.h> 16431#include <arpa/inet.h>
14739_ACEOF 16432_ACEOF
14740if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 16433if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -14757,7 +16450,8 @@ if test -z "$ac_cpp_err"; then
14757 ac_header_preproc=yes 16450 ac_header_preproc=yes
14758else 16451else
14759 echo "$as_me: failed program was:" >&5 16452 echo "$as_me: failed program was:" >&5
14760 cat conftest.$ac_ext >&5 16453sed 's/^/| /' conftest.$ac_ext >&5
16454
14761 ac_header_preproc=no 16455 ac_header_preproc=no
14762fi 16456fi
14763rm -f conftest.err conftest.$ac_ext 16457rm -f conftest.err conftest.$ac_ext
@@ -14770,14 +16464,32 @@ case $ac_header_compiler:$ac_header_preproc in
14770 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5 16464 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5
14771echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 16465echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14772 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 16466 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5
14773echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;};; 16467echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;}
16468 (
16469 cat <<\_ASBOX
16470## ------------------------------------ ##
16471## Report this to bug-autoconf@gnu.org. ##
16472## ------------------------------------ ##
16473_ASBOX
16474 ) |
16475 sed "s/^/$as_me: WARNING: /" >&2
16476 ;;
14774 no:yes ) 16477 no:yes )
14775 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 16478 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5
14776echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} 16479echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;}
14777 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5 16480 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5
14778echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;} 16481echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;}
14779 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 16482 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5
14780echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;};; 16483echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;}
16484 (
16485 cat <<\_ASBOX
16486## ------------------------------------ ##
16487## Report this to bug-autoconf@gnu.org. ##
16488## ------------------------------------ ##
16489_ASBOX
16490 ) |
16491 sed "s/^/$as_me: WARNING: /" >&2
16492 ;;
14781esac 16493esac
14782echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 16494echo "$as_me:$LINENO: checking for arpa/inet.h" >&5
14783echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 16495echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6
@@ -14836,7 +16548,11 @@ if test "${ac_cv_type_pid_t+set}" = set; then
14836else 16548else
14837 cat >conftest.$ac_ext <<_ACEOF 16549 cat >conftest.$ac_ext <<_ACEOF
14838#line $LINENO "configure" 16550#line $LINENO "configure"
14839#include "confdefs.h" 16551/* confdefs.h. */
16552_ACEOF
16553cat confdefs.h >>conftest.$ac_ext
16554cat >>conftest.$ac_ext <<_ACEOF
16555/* end confdefs.h. */
14840$ac_includes_default 16556$ac_includes_default
14841int 16557int
14842main () 16558main ()
@@ -14864,7 +16580,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14864 ac_cv_type_pid_t=yes 16580 ac_cv_type_pid_t=yes
14865else 16581else
14866 echo "$as_me: failed program was:" >&5 16582 echo "$as_me: failed program was:" >&5
14867cat conftest.$ac_ext >&5 16583sed 's/^/| /' conftest.$ac_ext >&5
16584
14868ac_cv_type_pid_t=no 16585ac_cv_type_pid_t=no
14869fi 16586fi
14870rm -f conftest.$ac_objext conftest.$ac_ext 16587rm -f conftest.$ac_objext conftest.$ac_ext
@@ -14900,7 +16617,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5
14900echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 16617echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14901cat >conftest.$ac_ext <<_ACEOF 16618cat >conftest.$ac_ext <<_ACEOF
14902#line $LINENO "configure" 16619#line $LINENO "configure"
14903#include "confdefs.h" 16620/* confdefs.h. */
16621_ACEOF
16622cat confdefs.h >>conftest.$ac_ext
16623cat >>conftest.$ac_ext <<_ACEOF
16624/* end confdefs.h. */
14904$ac_includes_default 16625$ac_includes_default
14905#include <$ac_header> 16626#include <$ac_header>
14906_ACEOF 16627_ACEOF
@@ -14919,7 +16640,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14919 ac_header_compiler=yes 16640 ac_header_compiler=yes
14920else 16641else
14921 echo "$as_me: failed program was:" >&5 16642 echo "$as_me: failed program was:" >&5
14922cat conftest.$ac_ext >&5 16643sed 's/^/| /' conftest.$ac_ext >&5
16644
14923ac_header_compiler=no 16645ac_header_compiler=no
14924fi 16646fi
14925rm -f conftest.$ac_objext conftest.$ac_ext 16647rm -f conftest.$ac_objext conftest.$ac_ext
@@ -14931,7 +16653,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5
14931echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 16653echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14932cat >conftest.$ac_ext <<_ACEOF 16654cat >conftest.$ac_ext <<_ACEOF
14933#line $LINENO "configure" 16655#line $LINENO "configure"
14934#include "confdefs.h" 16656/* confdefs.h. */
16657_ACEOF
16658cat confdefs.h >>conftest.$ac_ext
16659cat >>conftest.$ac_ext <<_ACEOF
16660/* end confdefs.h. */
14935#include <$ac_header> 16661#include <$ac_header>
14936_ACEOF 16662_ACEOF
14937if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 16663if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -14954,7 +16680,8 @@ if test -z "$ac_cpp_err"; then
14954 ac_header_preproc=yes 16680 ac_header_preproc=yes
14955else 16681else
14956 echo "$as_me: failed program was:" >&5 16682 echo "$as_me: failed program was:" >&5
14957 cat conftest.$ac_ext >&5 16683sed 's/^/| /' conftest.$ac_ext >&5
16684
14958 ac_header_preproc=no 16685 ac_header_preproc=no
14959fi 16686fi
14960rm -f conftest.err conftest.$ac_ext 16687rm -f conftest.err conftest.$ac_ext
@@ -14967,14 +16694,32 @@ case $ac_header_compiler:$ac_header_preproc in
14967 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 16694 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14968echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 16695echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14969 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 16696 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14970echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 16697echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16698 (
16699 cat <<\_ASBOX
16700## ------------------------------------ ##
16701## Report this to bug-autoconf@gnu.org. ##
16702## ------------------------------------ ##
16703_ASBOX
16704 ) |
16705 sed "s/^/$as_me: WARNING: /" >&2
16706 ;;
14971 no:yes ) 16707 no:yes )
14972 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 16708 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14973echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 16709echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14974 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 16710 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14975echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 16711echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14976 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 16712 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14977echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 16713echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16714 (
16715 cat <<\_ASBOX
16716## ------------------------------------ ##
16717## Report this to bug-autoconf@gnu.org. ##
16718## ------------------------------------ ##
16719_ASBOX
16720 ) |
16721 sed "s/^/$as_me: WARNING: /" >&2
16722 ;;
14978esac 16723esac
14979echo "$as_me:$LINENO: checking for $ac_header" >&5 16724echo "$as_me:$LINENO: checking for $ac_header" >&5
14980echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 16725echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
@@ -15008,31 +16753,38 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
15008else 16753else
15009 cat >conftest.$ac_ext <<_ACEOF 16754 cat >conftest.$ac_ext <<_ACEOF
15010#line $LINENO "configure" 16755#line $LINENO "configure"
15011#include "confdefs.h" 16756/* confdefs.h. */
16757_ACEOF
16758cat confdefs.h >>conftest.$ac_ext
16759cat >>conftest.$ac_ext <<_ACEOF
16760/* end confdefs.h. */
15012/* System header to define __stub macros and hopefully few prototypes, 16761/* System header to define __stub macros and hopefully few prototypes,
15013 which can conflict with char $ac_func (); below. */ 16762 which can conflict with char $ac_func (); below. */
15014#include <assert.h> 16763#include <assert.h>
15015/* Override any gcc2 internal prototype to avoid an error. */ 16764/* Override any gcc2 internal prototype to avoid an error. */
15016#ifdef __cplusplus 16765#ifdef __cplusplus
15017extern "C" 16766extern "C"
16767{
15018#endif 16768#endif
15019/* We use char because int might match the return type of a gcc2 16769/* We use char because int might match the return type of a gcc2
15020 builtin and then its argument prototype would still apply. */ 16770 builtin and then its argument prototype would still apply. */
15021char $ac_func (); 16771char $ac_func ();
15022char (*f) ();
15023
15024int
15025main ()
15026{
15027/* The GNU C library defines this for functions which it implements 16772/* The GNU C library defines this for functions which it implements
15028 to always fail with ENOSYS. Some functions are actually named 16773 to always fail with ENOSYS. Some functions are actually named
15029 something starting with __ and the normal name is an alias. */ 16774 something starting with __ and the normal name is an alias. */
15030#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 16775#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15031choke me 16776choke me
15032#else 16777#else
15033f = $ac_func; 16778char (*f) () = $ac_func;
16779#endif
16780#ifdef __cplusplus
16781}
15034#endif 16782#endif
15035 16783
16784int
16785main ()
16786{
16787
15036 ; 16788 ;
15037 return 0; 16789 return 0;
15038} 16790}
@@ -15052,7 +16804,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15052 eval "$as_ac_var=yes" 16804 eval "$as_ac_var=yes"
15053else 16805else
15054 echo "$as_me: failed program was:" >&5 16806 echo "$as_me: failed program was:" >&5
15055cat conftest.$ac_ext >&5 16807sed 's/^/| /' conftest.$ac_ext >&5
16808
15056eval "$as_ac_var=no" 16809eval "$as_ac_var=no"
15057fi 16810fi
15058rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16811rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -15105,7 +16858,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15105else 16858else
15106 echo "$as_me: program exited with status $ac_status" >&5 16859 echo "$as_me: program exited with status $ac_status" >&5
15107echo "$as_me: failed program was:" >&5 16860echo "$as_me: failed program was:" >&5
15108cat conftest.$ac_ext >&5 16861sed 's/^/| /' conftest.$ac_ext >&5
16862
15109( exit $ac_status ) 16863( exit $ac_status )
15110ac_cv_func_fork_works=no 16864ac_cv_func_fork_works=no
15111fi 16865fi
@@ -15143,11 +16897,17 @@ else
15143else 16897else
15144 cat >conftest.$ac_ext <<_ACEOF 16898 cat >conftest.$ac_ext <<_ACEOF
15145#line $LINENO "configure" 16899#line $LINENO "configure"
15146#include "confdefs.h" 16900/* confdefs.h. */
16901_ACEOF
16902cat confdefs.h >>conftest.$ac_ext
16903cat >>conftest.$ac_ext <<_ACEOF
16904/* end confdefs.h. */
15147/* Thanks to Paul Eggert for this test. */ 16905/* Thanks to Paul Eggert for this test. */
15148#include <stdio.h> 16906#include <stdio.h>
16907#include <stdlib.h>
15149#include <sys/types.h> 16908#include <sys/types.h>
15150#include <sys/stat.h> 16909#include <sys/stat.h>
16910#include <sys/wait.h>
15151#if HAVE_UNISTD_H 16911#if HAVE_UNISTD_H
15152# include <unistd.h> 16912# include <unistd.h>
15153#endif 16913#endif
@@ -15160,7 +16920,7 @@ else
15160 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a 16920 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
15161 static variable whose address is put into a register that is 16921 static variable whose address is put into a register that is
15162 clobbered by the vfork. */ 16922 clobbered by the vfork. */
15163static 16923static void
15164#ifdef __cplusplus 16924#ifdef __cplusplus
15165sparc_address_test (int arg) 16925sparc_address_test (int arg)
15166# else 16926# else
@@ -15188,7 +16948,7 @@ main ()
15188 pid_t parent = getpid (); 16948 pid_t parent = getpid ();
15189 pid_t child; 16949 pid_t child;
15190 16950
15191 sparc_address_test (); 16951 sparc_address_test (0);
15192 16952
15193 child = vfork (); 16953 child = vfork ();
15194 16954
@@ -15253,7 +17013,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15253else 17013else
15254 echo "$as_me: program exited with status $ac_status" >&5 17014 echo "$as_me: program exited with status $ac_status" >&5
15255echo "$as_me: failed program was:" >&5 17015echo "$as_me: failed program was:" >&5
15256cat conftest.$ac_ext >&5 17016sed 's/^/| /' conftest.$ac_ext >&5
17017
15257( exit $ac_status ) 17018( exit $ac_status )
15258ac_cv_func_vfork_works=no 17019ac_cv_func_vfork_works=no
15259fi 17020fi
@@ -15299,7 +17060,11 @@ if test "${ac_cv_type_size_t+set}" = set; then
15299else 17060else
15300 cat >conftest.$ac_ext <<_ACEOF 17061 cat >conftest.$ac_ext <<_ACEOF
15301#line $LINENO "configure" 17062#line $LINENO "configure"
15302#include "confdefs.h" 17063/* confdefs.h. */
17064_ACEOF
17065cat confdefs.h >>conftest.$ac_ext
17066cat >>conftest.$ac_ext <<_ACEOF
17067/* end confdefs.h. */
15303$ac_includes_default 17068$ac_includes_default
15304int 17069int
15305main () 17070main ()
@@ -15327,7 +17092,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15327 ac_cv_type_size_t=yes 17092 ac_cv_type_size_t=yes
15328else 17093else
15329 echo "$as_me: failed program was:" >&5 17094 echo "$as_me: failed program was:" >&5
15330cat conftest.$ac_ext >&5 17095sed 's/^/| /' conftest.$ac_ext >&5
17096
15331ac_cv_type_size_t=no 17097ac_cv_type_size_t=no
15332fi 17098fi
15333rm -f conftest.$ac_objext conftest.$ac_ext 17099rm -f conftest.$ac_objext conftest.$ac_ext
@@ -15351,7 +17117,11 @@ if test "${emacs_cv_c_restrict+set}" = set; then
15351else 17117else
15352 cat >conftest.$ac_ext <<_ACEOF 17118 cat >conftest.$ac_ext <<_ACEOF
15353#line $LINENO "configure" 17119#line $LINENO "configure"
15354#include "confdefs.h" 17120/* confdefs.h. */
17121_ACEOF
17122cat confdefs.h >>conftest.$ac_ext
17123cat >>conftest.$ac_ext <<_ACEOF
17124/* end confdefs.h. */
15355void fred (int *restrict x); 17125void fred (int *restrict x);
15356int 17126int
15357main () 17127main ()
@@ -15376,10 +17146,15 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15376 emacs_cv_c_restrict=yes 17146 emacs_cv_c_restrict=yes
15377else 17147else
15378 echo "$as_me: failed program was:" >&5 17148 echo "$as_me: failed program was:" >&5
15379cat conftest.$ac_ext >&5 17149sed 's/^/| /' conftest.$ac_ext >&5
17150
15380cat >conftest.$ac_ext <<_ACEOF 17151cat >conftest.$ac_ext <<_ACEOF
15381#line $LINENO "configure" 17152#line $LINENO "configure"
15382#include "confdefs.h" 17153/* confdefs.h. */
17154_ACEOF
17155cat confdefs.h >>conftest.$ac_ext
17156cat >>conftest.$ac_ext <<_ACEOF
17157/* end confdefs.h. */
15383void fred (int *__restrict x); 17158void fred (int *__restrict x);
15384int 17159int
15385main () 17160main ()
@@ -15404,7 +17179,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15404 emacs_cv_c_restrict=__restrict 17179 emacs_cv_c_restrict=__restrict
15405else 17180else
15406 echo "$as_me: failed program was:" >&5 17181 echo "$as_me: failed program was:" >&5
15407cat conftest.$ac_ext >&5 17182sed 's/^/| /' conftest.$ac_ext >&5
17183
15408emacs_cv_c_restrict=no 17184emacs_cv_c_restrict=no
15409fi 17185fi
15410rm -f conftest.$ac_objext conftest.$ac_ext 17186rm -f conftest.$ac_objext conftest.$ac_ext
@@ -15433,7 +17209,11 @@ if test "${emacs_cv_c_restrict_arr+set}" = set; then
15433else 17209else
15434 cat >conftest.$ac_ext <<_ACEOF 17210 cat >conftest.$ac_ext <<_ACEOF
15435#line $LINENO "configure" 17211#line $LINENO "configure"
15436#include "confdefs.h" 17212/* confdefs.h. */
17213_ACEOF
17214cat confdefs.h >>conftest.$ac_ext
17215cat >>conftest.$ac_ext <<_ACEOF
17216/* end confdefs.h. */
15437void fred (int x[__restrict]); 17217void fred (int x[__restrict]);
15438int 17218int
15439main () 17219main ()
@@ -15458,7 +17238,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15458 emacs_cv_c_restrict_arr=yes 17238 emacs_cv_c_restrict_arr=yes
15459else 17239else
15460 echo "$as_me: failed program was:" >&5 17240 echo "$as_me: failed program was:" >&5
15461cat conftest.$ac_ext >&5 17241sed 's/^/| /' conftest.$ac_ext >&5
17242
15462emacs_cv_c_restrict_arr=no 17243emacs_cv_c_restrict_arr=no
15463fi 17244fi
15464rm -f conftest.$ac_objext conftest.$ac_ext 17245rm -f conftest.$ac_objext conftest.$ac_ext
@@ -15491,7 +17272,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5
15491echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17272echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15492cat >conftest.$ac_ext <<_ACEOF 17273cat >conftest.$ac_ext <<_ACEOF
15493#line $LINENO "configure" 17274#line $LINENO "configure"
15494#include "confdefs.h" 17275/* confdefs.h. */
17276_ACEOF
17277cat confdefs.h >>conftest.$ac_ext
17278cat >>conftest.$ac_ext <<_ACEOF
17279/* end confdefs.h. */
15495$ac_includes_default 17280$ac_includes_default
15496#include <$ac_header> 17281#include <$ac_header>
15497_ACEOF 17282_ACEOF
@@ -15510,7 +17295,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15510 ac_header_compiler=yes 17295 ac_header_compiler=yes
15511else 17296else
15512 echo "$as_me: failed program was:" >&5 17297 echo "$as_me: failed program was:" >&5
15513cat conftest.$ac_ext >&5 17298sed 's/^/| /' conftest.$ac_ext >&5
17299
15514ac_header_compiler=no 17300ac_header_compiler=no
15515fi 17301fi
15516rm -f conftest.$ac_objext conftest.$ac_ext 17302rm -f conftest.$ac_objext conftest.$ac_ext
@@ -15522,7 +17308,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5
15522echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17308echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15523cat >conftest.$ac_ext <<_ACEOF 17309cat >conftest.$ac_ext <<_ACEOF
15524#line $LINENO "configure" 17310#line $LINENO "configure"
15525#include "confdefs.h" 17311/* confdefs.h. */
17312_ACEOF
17313cat confdefs.h >>conftest.$ac_ext
17314cat >>conftest.$ac_ext <<_ACEOF
17315/* end confdefs.h. */
15526#include <$ac_header> 17316#include <$ac_header>
15527_ACEOF 17317_ACEOF
15528if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 17318if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -15545,7 +17335,8 @@ if test -z "$ac_cpp_err"; then
15545 ac_header_preproc=yes 17335 ac_header_preproc=yes
15546else 17336else
15547 echo "$as_me: failed program was:" >&5 17337 echo "$as_me: failed program was:" >&5
15548 cat conftest.$ac_ext >&5 17338sed 's/^/| /' conftest.$ac_ext >&5
17339
15549 ac_header_preproc=no 17340 ac_header_preproc=no
15550fi 17341fi
15551rm -f conftest.err conftest.$ac_ext 17342rm -f conftest.err conftest.$ac_ext
@@ -15558,14 +17349,32 @@ case $ac_header_compiler:$ac_header_preproc in
15558 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17349 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15559echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17350echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15560 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17351 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15561echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 17352echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17353 (
17354 cat <<\_ASBOX
17355## ------------------------------------ ##
17356## Report this to bug-autoconf@gnu.org. ##
17357## ------------------------------------ ##
17358_ASBOX
17359 ) |
17360 sed "s/^/$as_me: WARNING: /" >&2
17361 ;;
15562 no:yes ) 17362 no:yes )
15563 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17363 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15564echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17364echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15565 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17365 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15566echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17366echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15567 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17367 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15568echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 17368echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17369 (
17370 cat <<\_ASBOX
17371## ------------------------------------ ##
17372## Report this to bug-autoconf@gnu.org. ##
17373## ------------------------------------ ##
17374_ASBOX
17375 ) |
17376 sed "s/^/$as_me: WARNING: /" >&2
17377 ;;
15569esac 17378esac
15570echo "$as_me:$LINENO: checking for $ac_header" >&5 17379echo "$as_me:$LINENO: checking for $ac_header" >&5
15571echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 17380echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
@@ -15784,7 +17593,11 @@ test "${exec_prefix}" != NONE &&
15784 17593
15785cat >conftest.$ac_ext <<_ACEOF 17594cat >conftest.$ac_ext <<_ACEOF
15786#line $LINENO "configure" 17595#line $LINENO "configure"
15787#include "confdefs.h" 17596/* confdefs.h. */
17597_ACEOF
17598cat confdefs.h >>conftest.$ac_ext
17599cat >>conftest.$ac_ext <<_ACEOF
17600/* end confdefs.h. */
15788yes..yes 17601yes..yes
15789_ACEOF 17602_ACEOF
15790if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 17603if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
@@ -15843,7 +17656,7 @@ _ACEOF
15843 t end 17656 t end
15844 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 17657 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15845 : end' >>confcache 17658 : end' >>confcache
15846if cmp -s $cache_file confcache; then :; else 17659if diff $cache_file confcache >/dev/null 2>&1; then :; else
15847 if test -w $cache_file; then 17660 if test -w $cache_file; then
15848 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 17661 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
15849 cat confcache >$cache_file 17662 cat confcache >$cache_file
@@ -15903,6 +17716,8 @@ cat >$CONFIG_STATUS <<_ACEOF
15903# configure, is in config.log if it exists. 17716# configure, is in config.log if it exists.
15904 17717
15905debug=false 17718debug=false
17719ac_cs_recheck=false
17720ac_cs_silent=false
15906SHELL=\${CONFIG_SHELL-$SHELL} 17721SHELL=\${CONFIG_SHELL-$SHELL}
15907_ACEOF 17722_ACEOF
15908 17723
@@ -15937,7 +17752,10 @@ PS2='> '
15937PS4='+ ' 17752PS4='+ '
15938 17753
15939# NLS nuisances. 17754# NLS nuisances.
15940for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME 17755for as_var in \
17756 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
17757 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
17758 LC_TELEPHONE LC_TIME
15941do 17759do
15942 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then 17760 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
15943 eval $as_var=C; export $as_var 17761 eval $as_var=C; export $as_var
@@ -15983,15 +17801,15 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
15983 17801
15984# The user is always right. 17802# The user is always right.
15985if test "${PATH_SEPARATOR+set}" != set; then 17803if test "${PATH_SEPARATOR+set}" != set; then
15986 echo "#! /bin/sh" >conftest.sh 17804 echo "#! /bin/sh" >conf$$.sh
15987 echo "exit 0" >>conftest.sh 17805 echo "exit 0" >>conf$$.sh
15988 chmod +x conftest.sh 17806 chmod +x conf$$.sh
15989 if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then 17807 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
15990 PATH_SEPARATOR=';' 17808 PATH_SEPARATOR=';'
15991 else 17809 else
15992 PATH_SEPARATOR=: 17810 PATH_SEPARATOR=:
15993 fi 17811 fi
15994 rm -f conftest.sh 17812 rm -f conf$$.sh
15995fi 17813fi
15996 17814
15997 17815
@@ -16154,7 +17972,7 @@ _ASBOX
16154cat >&5 <<_CSEOF 17972cat >&5 <<_CSEOF
16155 17973
16156This file was extended by $as_me, which was 17974This file was extended by $as_me, which was
16157generated by GNU Autoconf 2.54. Invocation command line was 17975generated by GNU Autoconf 2.56. Invocation command line was
16158 17976
16159 CONFIG_FILES = $CONFIG_FILES 17977 CONFIG_FILES = $CONFIG_FILES
16160 CONFIG_HEADERS = $CONFIG_HEADERS 17978 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -16194,6 +18012,7 @@ Usage: $0 [OPTIONS] [FILE]...
16194 18012
16195 -h, --help print this help, then exit 18013 -h, --help print this help, then exit
16196 -V, --version print version number, then exit 18014 -V, --version print version number, then exit
18015 -q, --quiet do not print progress messages
16197 -d, --debug don't remove temporary files 18016 -d, --debug don't remove temporary files
16198 --recheck update $as_me by reconfiguring in the same conditions 18017 --recheck update $as_me by reconfiguring in the same conditions
16199 --file=FILE[:TEMPLATE] 18018 --file=FILE[:TEMPLATE]
@@ -16216,7 +18035,7 @@ _ACEOF
16216cat >>$CONFIG_STATUS <<_ACEOF 18035cat >>$CONFIG_STATUS <<_ACEOF
16217ac_cs_version="\\ 18036ac_cs_version="\\
16218config.status 18037config.status
16219configured by $0, generated by GNU Autoconf 2.54, 18038configured by $0, generated by GNU Autoconf 2.56,
16220 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 18039 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
16221 18040
16222Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 18041Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
@@ -16253,12 +18072,9 @@ do
16253 case $ac_option in 18072 case $ac_option in
16254 # Handling of the options. 18073 # Handling of the options.
16255_ACEOF 18074_ACEOF
16256cat >>$CONFIG_STATUS <<_ACEOF
16257 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16258 echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
16259 exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
16260_ACEOF
16261cat >>$CONFIG_STATUS <<\_ACEOF 18075cat >>$CONFIG_STATUS <<\_ACEOF
18076 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18077 ac_cs_recheck=: ;;
16262 --version | --vers* | -V ) 18078 --version | --vers* | -V )
16263 echo "$ac_cs_version"; exit 0 ;; 18079 echo "$ac_cs_version"; exit 0 ;;
16264 --he | --h) 18080 --he | --h)
@@ -16280,6 +18096,9 @@ Try \`$0 --help' for more information." >&2;}
16280 $ac_shift 18096 $ac_shift
16281 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 18097 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
16282 ac_need_defaults=false;; 18098 ac_need_defaults=false;;
18099 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18100 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18101 ac_cs_silent=: ;;
16283 18102
16284 # This is an error. 18103 # This is an error.
16285 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 18104 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
@@ -16294,6 +18113,20 @@ Try \`$0 --help' for more information." >&2;}
16294 shift 18113 shift
16295done 18114done
16296 18115
18116ac_configure_extra_args=
18117
18118if $ac_cs_silent; then
18119 exec 6>/dev/null
18120 ac_configure_extra_args="$ac_configure_extra_args --silent"
18121fi
18122
18123_ACEOF
18124cat >>$CONFIG_STATUS <<_ACEOF
18125if \$ac_cs_recheck; then
18126 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
18127 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18128fi
18129
16297_ACEOF 18130_ACEOF
16298 18131
16299cat >>$CONFIG_STATUS <<_ACEOF 18132cat >>$CONFIG_STATUS <<_ACEOF
@@ -16340,6 +18173,9 @@ if $ac_need_defaults; then
16340 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands 18173 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16341fi 18174fi
16342 18175
18176# Have a temporary directory for convenience. Make it in the build tree
18177# simply because there is no reason to put it here, and in addition,
18178# creating and moving files from /tmp can sometimes cause problems.
16343# Create a temporary directory, and hook for its removal unless debugging. 18179# Create a temporary directory, and hook for its removal unless debugging.
16344$debug || 18180$debug ||
16345{ 18181{
@@ -16348,17 +18184,17 @@ $debug ||
16348} 18184}
16349 18185
16350# Create a (secure) tmp directory for tmp files. 18186# Create a (secure) tmp directory for tmp files.
16351: ${TMPDIR=/tmp} 18187
16352{ 18188{
16353 tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` && 18189 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
16354 test -n "$tmp" && test -d "$tmp" 18190 test -n "$tmp" && test -d "$tmp"
16355} || 18191} ||
16356{ 18192{
16357 tmp=$TMPDIR/cs$$-$RANDOM 18193 tmp=./confstat$$-$RANDOM
16358 (umask 077 && mkdir $tmp) 18194 (umask 077 && mkdir $tmp)
16359} || 18195} ||
16360{ 18196{
16361 echo "$me: cannot create a temporary directory in $TMPDIR" >&2 18197 echo "$me: cannot create a temporary directory in ." >&2
16362 { (exit 1); exit 1; } 18198 { (exit 1); exit 1; }
16363} 18199}
16364 18200
@@ -16837,7 +18673,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF
16837 cat $tmp/in >>$tmp/config.h 18673 cat $tmp/in >>$tmp/config.h
16838 rm -f $tmp/in 18674 rm -f $tmp/in
16839 if test x"$ac_file" != x-; then 18675 if test x"$ac_file" != x-; then
16840 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then 18676 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
16841 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 18677 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
16842echo "$as_me: $ac_file is unchanged" >&6;} 18678echo "$as_me: $ac_file is unchanged" >&6;}
16843 else 18679 else
@@ -17038,8 +18874,11 @@ ac_clean_files=$ac_clean_files_save
17038# need to make the FD available again. 18874# need to make the FD available again.
17039if test "$no_create" != yes; then 18875if test "$no_create" != yes; then
17040 ac_cs_success=: 18876 ac_cs_success=:
18877 ac_config_status_args=
18878 test "$silent" = yes &&
18879 ac_config_status_args="$ac_config_status_args --quiet"
17041 exec 5>/dev/null 18880 exec 5>/dev/null
17042 $SHELL $CONFIG_STATUS || ac_cs_success=false 18881 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17043 exec 5>>config.log 18882 exec 5>>config.log
17044 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 18883 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17045 # would make configure fail if this is the last instruction. 18884 # would make configure fail if this is the last instruction.