diff options
| -rwxr-xr-x | configure | 3241 |
1 files changed, 2540 insertions, 701 deletions
| @@ -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='> ' | |||
| 36 | PS4='+ ' | 36 | PS4='+ ' |
| 37 | 37 | ||
| 38 | # NLS nuisances. | 38 | # NLS nuisances. |
| 39 | for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME | 39 | for 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 | ||
| 40 | do | 43 | do |
| 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. |
| 84 | if test "${PATH_SEPARATOR+set}" != set; then | 87 | if 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 |
| 94 | fi | 97 | fi |
| 95 | 98 | ||
| 96 | 99 | ||
| @@ -961,7 +964,7 @@ This file contains any messages produced by compilers while | |||
| 961 | running configure, to aid debugging if configure makes a mistake. | 964 | running configure, to aid debugging if configure makes a mistake. |
| 962 | 965 | ||
| 963 | It was created by $as_me, which was | 966 | It was created by $as_me, which was |
| 964 | generated by GNU Autoconf 2.54. Invocation command line was | 967 | generated 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. | ||
| 1017 | ac_configure_args= | 1022 | ac_configure_args= |
| 1023 | ac_configure_args0= | ||
| 1024 | ac_configure_args1= | ||
| 1018 | ac_sep= | 1025 | ac_sep= |
| 1019 | for ac_arg | 1026 | ac_must_keep_next=false |
| 1027 | for ac_pass in 1 2 | ||
| 1020 | do | 1028 | do |
| 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 | ||
| 1033 | done | 1064 | done |
| 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 | |||
| 2878 | fi | 2911 | fi |
| 2879 | 2912 | ||
| 2880 | 2913 | ||
| 2881 | test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5 | 2914 | test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH |
| 2882 | echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;} | 2915 | See \`config.log' for more details." >&5 |
| 2916 | echo "$as_me: error: no acceptable C compiler found in \$PATH | ||
| 2917 | See \`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 | ||
| 2905 | cat >conftest.$ac_ext <<_ACEOF | 2940 | cat >conftest.$ac_ext <<_ACEOF |
| 2906 | #line $LINENO "configure" | 2941 | #line $LINENO "configure" |
| 2907 | #include "confdefs.h" | 2942 | /* confdefs.h. */ |
| 2943 | _ACEOF | ||
| 2944 | cat confdefs.h >>conftest.$ac_ext | ||
| 2945 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 2946 | /* end confdefs.h. */ | ||
| 2908 | 2947 | ||
| 2909 | int | 2948 | int |
| 2910 | main () | 2949 | main () |
| @@ -2915,7 +2954,7 @@ main () | |||
| 2915 | } | 2954 | } |
| 2916 | _ACEOF | 2955 | _ACEOF |
| 2917 | ac_clean_files_save=$ac_clean_files | 2956 | ac_clean_files_save=$ac_clean_files |
| 2918 | ac_clean_files="$ac_clean_files a.out a.exe" | 2957 | ac_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. |
| 2936 | ac_cv_exeext= | 2975 | ac_cv_exeext= |
| 2937 | for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.*; do | 2976 | # b.out is created by i960 compilers. |
| 2977 | for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out | ||
| 2978 | do | ||
| 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 |
| 2950 | done | 3000 | done |
| 2951 | else | 3001 | else |
| 2952 | echo "$as_me: failed program was:" >&5 | 3002 | echo "$as_me: failed program was:" >&5 |
| 2953 | cat conftest.$ac_ext >&5 | 3003 | sed '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 |
| 2955 | check \`config.log' for details." >&5 | 3006 | See \`config.log' for more details." >&5 |
| 2956 | echo "$as_me: error: C compiler cannot create executables | 3007 | echo "$as_me: error: C compiler cannot create executables |
| 2957 | check \`config.log' for details." >&2;} | 3008 | See \`config.log' for more details." >&2;} |
| 2958 | { (exit 77); exit 77; }; } | 3009 | { (exit 77); exit 77; }; } |
| 2959 | fi | 3010 | fi |
| 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. |
| 2984 | If you meant to cross compile, use \`--host'." >&5 | 3035 | If you meant to cross compile, use \`--host'. |
| 3036 | See \`config.log' for more details." >&5 | ||
| 2985 | echo "$as_me: error: cannot run C compiled programs. | 3037 | echo "$as_me: error: cannot run C compiled programs. |
| 2986 | If you meant to cross compile, use \`--host'." >&2;} | 3038 | If you meant to cross compile, use \`--host'. |
| 3039 | See \`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 | |||
| 2991 | echo "$as_me:$LINENO: result: yes" >&5 | 3044 | echo "$as_me:$LINENO: result: yes" >&5 |
| 2992 | echo "${ECHO_T}yes" >&6 | 3045 | echo "${ECHO_T}yes" >&6 |
| 2993 | 3046 | ||
| 2994 | rm -f a.out a.exe conftest$ac_cv_exeext | 3047 | rm -f a.out a.exe conftest$ac_cv_exeext b.out |
| 2995 | ac_clean_files=$ac_clean_files_save | 3048 | ac_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 |
| 3023 | done | 3076 | done |
| 3024 | else | 3077 | else |
| 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 |
| 3026 | echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;} | 3079 | See \`config.log' for more details." >&5 |
| 3080 | echo "$as_me: error: cannot compute suffix of executables: cannot compile and link | ||
| 3081 | See \`config.log' for more details." >&2;} | ||
| 3027 | { (exit 1); exit 1; }; } | 3082 | { (exit 1); exit 1; }; } |
| 3028 | fi | 3083 | fi |
| 3029 | 3084 | ||
| @@ -3041,7 +3096,11 @@ if test "${ac_cv_objext+set}" = set; then | |||
| 3041 | else | 3096 | else |
| 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 | ||
| 3101 | cat confdefs.h >>conftest.$ac_ext | ||
| 3102 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 3103 | /* end confdefs.h. */ | ||
| 3045 | 3104 | ||
| 3046 | int | 3105 | int |
| 3047 | main () | 3106 | main () |
| @@ -3066,9 +3125,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 3066 | done | 3125 | done |
| 3067 | else | 3126 | else |
| 3068 | echo "$as_me: failed program was:" >&5 | 3127 | echo "$as_me: failed program was:" >&5 |
| 3069 | cat conftest.$ac_ext >&5 | 3128 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3070 | { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5 | 3129 | |
| 3071 | echo "$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 |
| 3131 | See \`config.log' for more details." >&5 | ||
| 3132 | echo "$as_me: error: cannot compute suffix of object files: cannot compile | ||
| 3133 | See \`config.log' for more details." >&2;} | ||
| 3072 | { (exit 1); exit 1; }; } | 3134 | { (exit 1); exit 1; }; } |
| 3073 | fi | 3135 | fi |
| 3074 | 3136 | ||
| @@ -3085,7 +3147,11 @@ if test "${ac_cv_c_compiler_gnu+set}" = set; then | |||
| 3085 | else | 3147 | else |
| 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 | ||
| 3152 | cat confdefs.h >>conftest.$ac_ext | ||
| 3153 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 3154 | /* end confdefs.h. */ | ||
| 3089 | 3155 | ||
| 3090 | int | 3156 | int |
| 3091 | main () | 3157 | main () |
| @@ -3113,7 +3179,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 3113 | ac_compiler_gnu=yes | 3179 | ac_compiler_gnu=yes |
| 3114 | else | 3180 | else |
| 3115 | echo "$as_me: failed program was:" >&5 | 3181 | echo "$as_me: failed program was:" >&5 |
| 3116 | cat conftest.$ac_ext >&5 | 3182 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3183 | |||
| 3117 | ac_compiler_gnu=no | 3184 | ac_compiler_gnu=no |
| 3118 | fi | 3185 | fi |
| 3119 | rm -f conftest.$ac_objext conftest.$ac_ext | 3186 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -3133,7 +3200,11 @@ if test "${ac_cv_prog_cc_g+set}" = set; then | |||
| 3133 | else | 3200 | else |
| 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 | ||
| 3205 | cat confdefs.h >>conftest.$ac_ext | ||
| 3206 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 3207 | /* end confdefs.h. */ | ||
| 3137 | 3208 | ||
| 3138 | int | 3209 | int |
| 3139 | main () | 3210 | main () |
| @@ -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 |
| 3159 | else | 3230 | else |
| 3160 | echo "$as_me: failed program was:" >&5 | 3231 | echo "$as_me: failed program was:" >&5 |
| 3161 | cat conftest.$ac_ext >&5 | 3232 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3233 | |||
| 3162 | ac_cv_prog_cc_g=no | 3234 | ac_cv_prog_cc_g=no |
| 3163 | fi | 3235 | fi |
| 3164 | rm -f conftest.$ac_objext conftest.$ac_ext | 3236 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -3189,7 +3261,11 @@ else | |||
| 3189 | ac_save_CC=$CC | 3261 | ac_save_CC=$CC |
| 3190 | cat >conftest.$ac_ext <<_ACEOF | 3262 | cat >conftest.$ac_ext <<_ACEOF |
| 3191 | #line $LINENO "configure" | 3263 | #line $LINENO "configure" |
| 3192 | #include "confdefs.h" | 3264 | /* confdefs.h. */ |
| 3265 | _ACEOF | ||
| 3266 | cat confdefs.h >>conftest.$ac_ext | ||
| 3267 | cat >>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 | |||
| 3252 | break | 3328 | break |
| 3253 | else | 3329 | else |
| 3254 | echo "$as_me: failed program was:" >&5 | 3330 | echo "$as_me: failed program was:" >&5 |
| 3255 | cat conftest.$ac_ext >&5 | 3331 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3332 | |||
| 3256 | fi | 3333 | fi |
| 3257 | rm -f conftest.$ac_objext | 3334 | rm -f conftest.$ac_objext |
| 3258 | done | 3335 | done |
| @@ -3303,7 +3380,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 3303 | do | 3380 | do |
| 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 | ||
| 3385 | cat confdefs.h >>conftest.$ac_ext | ||
| 3386 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 3387 | /* end confdefs.h. */ | ||
| 3307 | #include <stdlib.h> | 3388 | #include <stdlib.h> |
| 3308 | $ac_declaration | 3389 | $ac_declaration |
| 3309 | int | 3390 | int |
| @@ -3329,13 +3410,18 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 3329 | : | 3410 | : |
| 3330 | else | 3411 | else |
| 3331 | echo "$as_me: failed program was:" >&5 | 3412 | echo "$as_me: failed program was:" >&5 |
| 3332 | cat conftest.$ac_ext >&5 | 3413 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3414 | |||
| 3333 | continue | 3415 | continue |
| 3334 | fi | 3416 | fi |
| 3335 | rm -f conftest.$ac_objext conftest.$ac_ext | 3417 | rm -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 | ||
| 3422 | cat confdefs.h >>conftest.$ac_ext | ||
| 3423 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 3424 | /* end confdefs.h. */ | ||
| 3339 | $ac_declaration | 3425 | $ac_declaration |
| 3340 | int | 3426 | int |
| 3341 | main () | 3427 | main () |
| @@ -3360,7 +3446,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 3360 | break | 3446 | break |
| 3361 | else | 3447 | else |
| 3362 | echo "$as_me: failed program was:" >&5 | 3448 | echo "$as_me: failed program was:" >&5 |
| 3363 | cat conftest.$ac_ext >&5 | 3449 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3450 | |||
| 3364 | fi | 3451 | fi |
| 3365 | rm -f conftest.$ac_objext conftest.$ac_ext | 3452 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 3366 | done | 3453 | done |
| @@ -3373,7 +3460,8 @@ fi | |||
| 3373 | 3460 | ||
| 3374 | else | 3461 | else |
| 3375 | echo "$as_me: failed program was:" >&5 | 3462 | echo "$as_me: failed program was:" >&5 |
| 3376 | cat conftest.$ac_ext >&5 | 3463 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3464 | |||
| 3377 | fi | 3465 | fi |
| 3378 | rm -f conftest.$ac_objext conftest.$ac_ext | 3466 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 3379 | ac_ext=c | 3467 | ac_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 | ||
| 3550 | cat confdefs.h >>conftest.$ac_ext | ||
| 3551 | cat >>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 | : |
| 3482 | else | 3574 | else |
| 3483 | echo "$as_me: failed program was:" >&5 | 3575 | echo "$as_me: failed program was:" >&5 |
| 3484 | cat conftest.$ac_ext >&5 | 3576 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3577 | |||
| 3485 | # Broken: fails on valid input. | 3578 | # Broken: fails on valid input. |
| 3486 | continue | 3579 | continue |
| 3487 | fi | 3580 | fi |
| @@ -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 | ||
| 3589 | cat confdefs.h >>conftest.$ac_ext | ||
| 3590 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 3591 | /* end confdefs.h. */ | ||
| 3495 | #include <ac_nonexistent.h> | 3592 | #include <ac_nonexistent.h> |
| 3496 | _ACEOF | 3593 | _ACEOF |
| 3497 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 3594 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -3515,7 +3612,8 @@ if test -z "$ac_cpp_err"; then | |||
| 3515 | continue | 3612 | continue |
| 3516 | else | 3613 | else |
| 3517 | echo "$as_me: failed program was:" >&5 | 3614 | echo "$as_me: failed program was:" >&5 |
| 3518 | cat conftest.$ac_ext >&5 | 3615 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3616 | |||
| 3519 | # Passes both tests. | 3617 | # Passes both tests. |
| 3520 | ac_preproc_ok=: | 3618 | ac_preproc_ok=: |
| 3521 | break | 3619 | break |
| @@ -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 | ||
| 3651 | cat confdefs.h >>conftest.$ac_ext | ||
| 3652 | cat >>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 | : |
| 3573 | else | 3675 | else |
| 3574 | echo "$as_me: failed program was:" >&5 | 3676 | echo "$as_me: failed program was:" >&5 |
| 3575 | cat conftest.$ac_ext >&5 | 3677 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3678 | |||
| 3576 | # Broken: fails on valid input. | 3679 | # Broken: fails on valid input. |
| 3577 | continue | 3680 | continue |
| 3578 | fi | 3681 | fi |
| @@ -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 | ||
| 3690 | cat confdefs.h >>conftest.$ac_ext | ||
| 3691 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 3692 | /* end confdefs.h. */ | ||
| 3586 | #include <ac_nonexistent.h> | 3693 | #include <ac_nonexistent.h> |
| 3587 | _ACEOF | 3694 | _ACEOF |
| 3588 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 3695 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -3606,7 +3713,8 @@ if test -z "$ac_cpp_err"; then | |||
| 3606 | continue | 3713 | continue |
| 3607 | else | 3714 | else |
| 3608 | echo "$as_me: failed program was:" >&5 | 3715 | echo "$as_me: failed program was:" >&5 |
| 3609 | cat conftest.$ac_ext >&5 | 3716 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3717 | |||
| 3610 | # Passes both tests. | 3718 | # Passes both tests. |
| 3611 | ac_preproc_ok=: | 3719 | ac_preproc_ok=: |
| 3612 | break | 3720 | break |
| @@ -3619,8 +3727,10 @@ rm -f conftest.err conftest.$ac_ext | |||
| 3619 | if $ac_preproc_ok; then | 3727 | if $ac_preproc_ok; then |
| 3620 | : | 3728 | : |
| 3621 | else | 3729 | else |
| 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 |
| 3623 | echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} | 3731 | See \`config.log' for more details." >&5 |
| 3732 | echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check | ||
| 3733 | See \`config.log' for more details." >&2;} | ||
| 3624 | { (exit 1); exit 1; }; } | 3734 | { (exit 1); exit 1; }; } |
| 3625 | fi | 3735 | fi |
| 3626 | 3736 | ||
| @@ -3823,7 +3933,11 @@ echo "$as_me:$LINENO: checking for AIX" >&5 | |||
| 3823 | echo $ECHO_N "checking for AIX... $ECHO_C" >&6 | 3933 | echo $ECHO_N "checking for AIX... $ECHO_C" >&6 |
| 3824 | cat >conftest.$ac_ext <<_ACEOF | 3934 | cat >conftest.$ac_ext <<_ACEOF |
| 3825 | #line $LINENO "configure" | 3935 | #line $LINENO "configure" |
| 3826 | #include "confdefs.h" | 3936 | /* confdefs.h. */ |
| 3937 | _ACEOF | ||
| 3938 | cat confdefs.h >>conftest.$ac_ext | ||
| 3939 | cat >>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 | ||
| 4138 | cat confdefs.h >>conftest.$ac_ext | ||
| 4139 | cat >>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 |
| 4053 | else | 4171 | else |
| 4054 | echo "$as_me: failed program was:" >&5 | 4172 | echo "$as_me: failed program was:" >&5 |
| 4055 | cat conftest.$ac_ext >&5 | 4173 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4174 | |||
| 4056 | fi | 4175 | fi |
| 4057 | rm -f conftest.$ac_objext | 4176 | rm -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 |
| 4072 | else | 4191 | else |
| 4073 | echo "$as_me: failed program was:" >&5 | 4192 | echo "$as_me: failed program was:" >&5 |
| 4074 | cat conftest.$ac_ext >&5 | 4193 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4194 | |||
| 4075 | fi | 4195 | fi |
| 4076 | rm -f conftest.$ac_objext | 4196 | rm -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 | ||
| 4220 | cat confdefs.h >>conftest.$ac_ext | ||
| 4221 | cat >>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 |
| 4129 | else | 4253 | else |
| 4130 | echo "$as_me: failed program was:" >&5 | 4254 | echo "$as_me: failed program was:" >&5 |
| 4131 | cat conftest.$ac_ext >&5 | 4255 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4256 | |||
| 4132 | fi | 4257 | fi |
| 4133 | rm -f conftest.$ac_objext conftest.$ac_ext | 4258 | rm -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 | ||
| 4263 | cat confdefs.h >>conftest.$ac_ext | ||
| 4264 | cat >>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 |
| 4168 | else | 4297 | else |
| 4169 | echo "$as_me: failed program was:" >&5 | 4298 | echo "$as_me: failed program was:" >&5 |
| 4170 | cat conftest.$ac_ext >&5 | 4299 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4300 | |||
| 4171 | fi | 4301 | fi |
| 4172 | rm -f conftest.$ac_objext conftest.$ac_ext | 4302 | rm -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 | ||
| 4327 | cat confdefs.h >>conftest.$ac_ext | ||
| 4328 | cat >>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 |
| 4226 | else | 4360 | else |
| 4227 | echo "$as_me: failed program was:" >&5 | 4361 | echo "$as_me: failed program was:" >&5 |
| 4228 | cat conftest.$ac_ext >&5 | 4362 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4363 | |||
| 4229 | fi | 4364 | fi |
| 4230 | rm -f conftest.$ac_objext conftest.$ac_ext | 4365 | rm -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 | ||
| 4370 | cat confdefs.h >>conftest.$ac_ext | ||
| 4371 | cat >>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 |
| 4265 | else | 4404 | else |
| 4266 | echo "$as_me: failed program was:" >&5 | 4405 | echo "$as_me: failed program was:" >&5 |
| 4267 | cat conftest.$ac_ext >&5 | 4406 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4407 | |||
| 4268 | fi | 4408 | fi |
| 4269 | rm -f conftest.$ac_objext conftest.$ac_ext | 4409 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 4270 | break | 4410 | break |
| @@ -4292,43 +4432,54 @@ if test "${ac_cv_header_stdc+set}" = set; then | |||
| 4292 | else | 4432 | else |
| 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 | ||
| 4437 | cat confdefs.h >>conftest.$ac_ext | ||
| 4438 | cat >>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 | ||
| 4445 | int | ||
| 4446 | main () | ||
| 4447 | { | ||
| 4448 | |||
| 4449 | ; | ||
| 4450 | return 0; | ||
| 4451 | } | ||
| 4301 | _ACEOF | 4452 | _ACEOF |
| 4302 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 4453 | rm -f conftest.$ac_objext |
| 4303 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | 4454 | if { (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 |
| 4315 | else | 4464 | (exit $ac_status); }; }; then |
| 4316 | ac_cpp_err=yes | ||
| 4317 | fi | ||
| 4318 | if test -z "$ac_cpp_err"; then | ||
| 4319 | ac_cv_header_stdc=yes | 4465 | ac_cv_header_stdc=yes |
| 4320 | else | 4466 | else |
| 4321 | echo "$as_me: failed program was:" >&5 | 4467 | echo "$as_me: failed program was:" >&5 |
| 4322 | cat conftest.$ac_ext >&5 | 4468 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4323 | ac_cv_header_stdc=no | 4469 | |
| 4470 | ac_cv_header_stdc=no | ||
| 4324 | fi | 4471 | fi |
| 4325 | rm -f conftest.err conftest.$ac_ext | 4472 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 4326 | 4473 | ||
| 4327 | if test $ac_cv_header_stdc = yes; then | 4474 | if 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 | ||
| 4480 | cat confdefs.h >>conftest.$ac_ext | ||
| 4481 | cat >>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 | ||
| 4502 | cat confdefs.h >>conftest.$ac_ext | ||
| 4503 | cat >>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 | |||
| 4367 | else | 4522 | else |
| 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 | ||
| 4527 | cat confdefs.h >>conftest.$ac_ext | ||
| 4528 | cat >>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 | |||
| 4406 | else | 4566 | else |
| 4407 | echo "$as_me: program exited with status $ac_status" >&5 | 4567 | echo "$as_me: program exited with status $ac_status" >&5 |
| 4408 | echo "$as_me: failed program was:" >&5 | 4568 | echo "$as_me: failed program was:" >&5 |
| 4409 | cat conftest.$ac_ext >&5 | 4569 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4570 | |||
| 4410 | ( exit $ac_status ) | 4571 | ( exit $ac_status ) |
| 4411 | ac_cv_header_stdc=no | 4572 | ac_cv_header_stdc=no |
| 4412 | fi | 4573 | fi |
| @@ -4445,7 +4606,11 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then | |||
| 4445 | else | 4606 | else |
| 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 | ||
| 4611 | cat confdefs.h >>conftest.$ac_ext | ||
| 4612 | cat >>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" |
| 4466 | else | 4631 | else |
| 4467 | echo "$as_me: failed program was:" >&5 | 4632 | echo "$as_me: failed program was:" >&5 |
| 4468 | cat conftest.$ac_ext >&5 | 4633 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4634 | |||
| 4469 | eval "$as_ac_Header=no" | 4635 | eval "$as_ac_Header=no" |
| 4470 | fi | 4636 | fi |
| 4471 | rm -f conftest.$ac_objext conftest.$ac_ext | 4637 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -4502,7 +4668,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |||
| 4502 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 4668 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 4503 | cat >conftest.$ac_ext <<_ACEOF | 4669 | cat >conftest.$ac_ext <<_ACEOF |
| 4504 | #line $LINENO "configure" | 4670 | #line $LINENO "configure" |
| 4505 | #include "confdefs.h" | 4671 | /* confdefs.h. */ |
| 4672 | _ACEOF | ||
| 4673 | cat confdefs.h >>conftest.$ac_ext | ||
| 4674 | cat >>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 |
| 4522 | else | 4692 | else |
| 4523 | echo "$as_me: failed program was:" >&5 | 4693 | echo "$as_me: failed program was:" >&5 |
| 4524 | cat conftest.$ac_ext >&5 | 4694 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4695 | |||
| 4525 | ac_header_compiler=no | 4696 | ac_header_compiler=no |
| 4526 | fi | 4697 | fi |
| 4527 | rm -f conftest.$ac_objext conftest.$ac_ext | 4698 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -4533,7 +4704,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |||
| 4533 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 4704 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 4534 | cat >conftest.$ac_ext <<_ACEOF | 4705 | cat >conftest.$ac_ext <<_ACEOF |
| 4535 | #line $LINENO "configure" | 4706 | #line $LINENO "configure" |
| 4536 | #include "confdefs.h" | 4707 | /* confdefs.h. */ |
| 4708 | _ACEOF | ||
| 4709 | cat confdefs.h >>conftest.$ac_ext | ||
| 4710 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 4711 | /* end confdefs.h. */ | ||
| 4537 | #include <$ac_header> | 4712 | #include <$ac_header> |
| 4538 | _ACEOF | 4713 | _ACEOF |
| 4539 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 4714 | if { (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 |
| 4557 | else | 4732 | else |
| 4558 | echo "$as_me: failed program was:" >&5 | 4733 | echo "$as_me: failed program was:" >&5 |
| 4559 | cat conftest.$ac_ext >&5 | 4734 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4735 | |||
| 4560 | ac_header_preproc=no | 4736 | ac_header_preproc=no |
| 4561 | fi | 4737 | fi |
| 4562 | rm -f conftest.err conftest.$ac_ext | 4738 | rm -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 |
| 4570 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 4746 | echo "$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 |
| 4572 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 4748 | echo "$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 |
| 4575 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 4760 | echo "$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 |
| 4577 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 4762 | echo "$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 |
| 4579 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 4764 | echo "$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 | ;; | ||
| 4580 | esac | 4774 | esac |
| 4581 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 4775 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 4582 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 4776 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| @@ -4608,7 +4802,11 @@ else | |||
| 4608 | LIBS="-lossaudio $LIBS" | 4802 | LIBS="-lossaudio $LIBS" |
| 4609 | cat >conftest.$ac_ext <<_ACEOF | 4803 | cat >conftest.$ac_ext <<_ACEOF |
| 4610 | #line $LINENO "configure" | 4804 | #line $LINENO "configure" |
| 4611 | #include "confdefs.h" | 4805 | /* confdefs.h. */ |
| 4806 | _ACEOF | ||
| 4807 | cat confdefs.h >>conftest.$ac_ext | ||
| 4808 | cat >>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 |
| 4641 | else | 4839 | else |
| 4642 | echo "$as_me: failed program was:" >&5 | 4840 | echo "$as_me: failed program was:" >&5 |
| 4643 | cat conftest.$ac_ext >&5 | 4841 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4842 | |||
| 4644 | ac_cv_lib_ossaudio__oss_ioctl=no | 4843 | ac_cv_lib_ossaudio__oss_ioctl=no |
| 4645 | fi | 4844 | fi |
| 4646 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 4845 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -4699,7 +4898,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |||
| 4699 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 4898 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 4700 | cat >conftest.$ac_ext <<_ACEOF | 4899 | cat >conftest.$ac_ext <<_ACEOF |
| 4701 | #line $LINENO "configure" | 4900 | #line $LINENO "configure" |
| 4702 | #include "confdefs.h" | 4901 | /* confdefs.h. */ |
| 4902 | _ACEOF | ||
| 4903 | cat confdefs.h >>conftest.$ac_ext | ||
| 4904 | cat >>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 |
| 4719 | else | 4922 | else |
| 4720 | echo "$as_me: failed program was:" >&5 | 4923 | echo "$as_me: failed program was:" >&5 |
| 4721 | cat conftest.$ac_ext >&5 | 4924 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4925 | |||
| 4722 | ac_header_compiler=no | 4926 | ac_header_compiler=no |
| 4723 | fi | 4927 | fi |
| 4724 | rm -f conftest.$ac_objext conftest.$ac_ext | 4928 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -4730,7 +4934,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |||
| 4730 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 4934 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 4731 | cat >conftest.$ac_ext <<_ACEOF | 4935 | cat >conftest.$ac_ext <<_ACEOF |
| 4732 | #line $LINENO "configure" | 4936 | #line $LINENO "configure" |
| 4733 | #include "confdefs.h" | 4937 | /* confdefs.h. */ |
| 4938 | _ACEOF | ||
| 4939 | cat confdefs.h >>conftest.$ac_ext | ||
| 4940 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 4941 | /* end confdefs.h. */ | ||
| 4734 | #include <$ac_header> | 4942 | #include <$ac_header> |
| 4735 | _ACEOF | 4943 | _ACEOF |
| 4736 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 4944 | if { (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 |
| 4754 | else | 4962 | else |
| 4755 | echo "$as_me: failed program was:" >&5 | 4963 | echo "$as_me: failed program was:" >&5 |
| 4756 | cat conftest.$ac_ext >&5 | 4964 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4965 | |||
| 4757 | ac_header_preproc=no | 4966 | ac_header_preproc=no |
| 4758 | fi | 4967 | fi |
| 4759 | rm -f conftest.err conftest.$ac_ext | 4968 | rm -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 |
| 4767 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 4976 | echo "$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 |
| 4769 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 4978 | echo "$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 |
| 4772 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 4990 | echo "$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 |
| 4774 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 4992 | echo "$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 |
| 4776 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 4994 | echo "$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 | ;; | ||
| 4777 | esac | 5004 | esac |
| 4778 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 5005 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 4779 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 5006 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| @@ -4806,7 +5033,11 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then | |||
| 4806 | else | 5033 | else |
| 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 | ||
| 5038 | cat confdefs.h >>conftest.$ac_ext | ||
| 5039 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 5040 | /* end confdefs.h. */ | ||
| 4810 | #include <$ac_header> | 5041 | #include <$ac_header> |
| 4811 | _ACEOF | 5042 | _ACEOF |
| 4812 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 5043 | if { (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" |
| 4830 | else | 5061 | else |
| 4831 | echo "$as_me: failed program was:" >&5 | 5062 | echo "$as_me: failed program was:" >&5 |
| 4832 | cat conftest.$ac_ext >&5 | 5063 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5064 | |||
| 4833 | eval "$as_ac_Header=no" | 5065 | eval "$as_ac_Header=no" |
| 4834 | fi | 5066 | fi |
| 4835 | rm -f conftest.err conftest.$ac_ext | 5067 | rm -f conftest.err conftest.$ac_ext |
| @@ -4852,43 +5084,54 @@ if test "${ac_cv_header_stdc+set}" = set; then | |||
| 4852 | else | 5084 | else |
| 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 | ||
| 5089 | cat confdefs.h >>conftest.$ac_ext | ||
| 5090 | cat >>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 | ||
| 5097 | int | ||
| 5098 | main () | ||
| 5099 | { | ||
| 5100 | |||
| 5101 | ; | ||
| 5102 | return 0; | ||
| 5103 | } | ||
| 4861 | _ACEOF | 5104 | _ACEOF |
| 4862 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 5105 | rm -f conftest.$ac_objext |
| 4863 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | 5106 | if { (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 |
| 4875 | else | 5116 | (exit $ac_status); }; }; then |
| 4876 | ac_cpp_err=yes | ||
| 4877 | fi | ||
| 4878 | if test -z "$ac_cpp_err"; then | ||
| 4879 | ac_cv_header_stdc=yes | 5117 | ac_cv_header_stdc=yes |
| 4880 | else | 5118 | else |
| 4881 | echo "$as_me: failed program was:" >&5 | 5119 | echo "$as_me: failed program was:" >&5 |
| 4882 | cat conftest.$ac_ext >&5 | 5120 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4883 | ac_cv_header_stdc=no | 5121 | |
| 5122 | ac_cv_header_stdc=no | ||
| 4884 | fi | 5123 | fi |
| 4885 | rm -f conftest.err conftest.$ac_ext | 5124 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 4886 | 5125 | ||
| 4887 | if test $ac_cv_header_stdc = yes; then | 5126 | if 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 | ||
| 5132 | cat confdefs.h >>conftest.$ac_ext | ||
| 5133 | cat >>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 | ||
| 5154 | cat confdefs.h >>conftest.$ac_ext | ||
| 5155 | cat >>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 | |||
| 4927 | else | 5174 | else |
| 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 | ||
| 5179 | cat confdefs.h >>conftest.$ac_ext | ||
| 5180 | cat >>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 | |||
| 4966 | else | 5218 | else |
| 4967 | echo "$as_me: program exited with status $ac_status" >&5 | 5219 | echo "$as_me: program exited with status $ac_status" >&5 |
| 4968 | echo "$as_me: failed program was:" >&5 | 5220 | echo "$as_me: failed program was:" >&5 |
| 4969 | cat conftest.$ac_ext >&5 | 5221 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5222 | |||
| 4970 | ( exit $ac_status ) | 5223 | ( exit $ac_status ) |
| 4971 | ac_cv_header_stdc=no | 5224 | ac_cv_header_stdc=no |
| 4972 | fi | 5225 | fi |
| @@ -4991,7 +5244,11 @@ if test "${ac_cv_header_time+set}" = set; then | |||
| 4991 | else | 5244 | else |
| 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 | ||
| 5249 | cat confdefs.h >>conftest.$ac_ext | ||
| 5250 | cat >>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 |
| 5021 | else | 5278 | else |
| 5022 | echo "$as_me: failed program was:" >&5 | 5279 | echo "$as_me: failed program was:" >&5 |
| 5023 | cat conftest.$ac_ext >&5 | 5280 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5281 | |||
| 5024 | ac_cv_header_time=no | 5282 | ac_cv_header_time=no |
| 5025 | fi | 5283 | fi |
| 5026 | rm -f conftest.$ac_objext conftest.$ac_ext | 5284 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -5035,25 +5293,91 @@ _ACEOF | |||
| 5035 | 5293 | ||
| 5036 | fi | 5294 | fi |
| 5037 | 5295 | ||
| 5038 | echo "$as_me:$LINENO: checking for sys_siglist declaration in signal.h or unistd.h" >&5 | 5296 | echo "$as_me:$LINENO: checking whether sys_siglist is declared" >&5 |
| 5039 | echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... $ECHO_C" >&6 | 5297 | echo $ECHO_N "checking whether sys_siglist is declared... $ECHO_C" >&6 |
| 5040 | if test "${ac_cv_decl_sys_siglist+set}" = set; then | 5298 | if 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 |
| 5042 | else | 5300 | else |
| 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> | 5305 | cat confdefs.h >>conftest.$ac_ext |
| 5048 | /* NetBSD declares sys_siglist in unistd.h. */ | 5306 | cat >>conftest.$ac_ext <<_ACEOF |
| 5049 | #if HAVE_UNISTD_H | 5307 | /* end confdefs.h. */ |
| 5050 | # include <unistd.h> | 5308 | $ac_includes_default |
| 5309 | int | ||
| 5310 | main () | ||
| 5311 | { | ||
| 5312 | #ifndef sys_siglist | ||
| 5313 | char *p = (char *) sys_siglist; | ||
| 5051 | #endif | 5314 | #endif |
| 5052 | 5315 | ||
| 5316 | ; | ||
| 5317 | return 0; | ||
| 5318 | } | ||
| 5319 | _ACEOF | ||
| 5320 | rm -f conftest.$ac_objext | ||
| 5321 | if { (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 | ||
| 5333 | else | ||
| 5334 | echo "$as_me: failed program was:" >&5 | ||
| 5335 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
| 5336 | |||
| 5337 | ac_cv_have_decl_sys_siglist=no | ||
| 5338 | fi | ||
| 5339 | rm -f conftest.$ac_objext conftest.$ac_ext | ||
| 5340 | fi | ||
| 5341 | echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5 | ||
| 5342 | echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6 | ||
| 5343 | if test $ac_cv_have_decl_sys_siglist = yes; then | ||
| 5344 | |||
| 5345 | cat >>confdefs.h <<_ACEOF | ||
| 5346 | #define HAVE_DECL_SYS_SIGLIST 1 | ||
| 5347 | _ACEOF | ||
| 5348 | |||
| 5349 | |||
| 5350 | else | ||
| 5351 | cat >>confdefs.h <<_ACEOF | ||
| 5352 | #define HAVE_DECL_SYS_SIGLIST 0 | ||
| 5353 | _ACEOF | ||
| 5354 | |||
| 5355 | |||
| 5356 | fi | ||
| 5357 | |||
| 5358 | |||
| 5359 | if 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 | ||
| 5362 | echo $ECHO_N "checking whether __sys_siglist is declared... $ECHO_C" >&6 | ||
| 5363 | if test "${ac_cv_have_decl___sys_siglist+set}" = set; then | ||
| 5364 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
| 5365 | else | ||
| 5366 | cat >conftest.$ac_ext <<_ACEOF | ||
| 5367 | #line $LINENO "configure" | ||
| 5368 | /* confdefs.h. */ | ||
| 5369 | _ACEOF | ||
| 5370 | cat confdefs.h >>conftest.$ac_ext | ||
| 5371 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 5372 | /* end confdefs.h. */ | ||
| 5373 | $ac_includes_default | ||
| 5053 | int | 5374 | int |
| 5054 | main () | 5375 | main () |
| 5055 | { | 5376 | { |
| 5056 | char *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 |
| 5074 | else | 5398 | else |
| 5075 | echo "$as_me: failed program was:" >&5 | 5399 | echo "$as_me: failed program was:" >&5 |
| 5076 | cat conftest.$ac_ext >&5 | 5400 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5077 | ac_cv_decl_sys_siglist=no | 5401 | |
| 5402 | ac_cv_have_decl___sys_siglist=no | ||
| 5078 | fi | 5403 | fi |
| 5079 | rm -f conftest.$ac_objext conftest.$ac_ext | 5404 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 5080 | fi | 5405 | fi |
| 5081 | echo "$as_me:$LINENO: result: $ac_cv_decl_sys_siglist" >&5 | 5406 | echo "$as_me:$LINENO: result: $ac_cv_have_decl___sys_siglist" >&5 |
| 5082 | echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6 | 5407 | echo "${ECHO_T}$ac_cv_have_decl___sys_siglist" >&6 |
| 5083 | if test $ac_cv_decl_sys_siglist = yes; then | 5408 | if test $ac_cv_have_decl___sys_siglist = yes; then |
| 5084 | 5409 | ||
| 5085 | cat >>confdefs.h <<\_ACEOF | 5410 | cat >>confdefs.h <<_ACEOF |
| 5086 | #define SYS_SIGLIST_DECLARED 1 | 5411 | #define HAVE_DECL___SYS_SIGLIST 1 |
| 5412 | _ACEOF | ||
| 5413 | |||
| 5414 | |||
| 5415 | else | ||
| 5416 | cat >>confdefs.h <<_ACEOF | ||
| 5417 | #define HAVE_DECL___SYS_SIGLIST 0 | ||
| 5087 | _ACEOF | 5418 | _ACEOF |
| 5088 | 5419 | ||
| 5420 | |||
| 5089 | fi | 5421 | fi |
| 5090 | 5422 | ||
| 5423 | |||
| 5424 | if test $ac_cv_have_decl___sys_siglist = yes; then | ||
| 5425 | |||
| 5426 | cat >>confdefs.h <<\_ACEOF | ||
| 5427 | #define sys_siglist __sys_siglist | ||
| 5428 | _ACEOF | ||
| 5429 | |||
| 5430 | fi | ||
| 5431 | fi | ||
| 5091 | echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5 | 5432 | echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5 |
| 5092 | echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6 | 5433 | echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6 |
| 5093 | if test "${ac_cv_header_sys_wait_h+set}" = set; then | 5434 | if 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 | |||
| 5095 | else | 5436 | else |
| 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 | ||
| 5441 | cat confdefs.h >>conftest.$ac_ext | ||
| 5442 | cat >>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 |
| 5131 | else | 5476 | else |
| 5132 | echo "$as_me: failed program was:" >&5 | 5477 | echo "$as_me: failed program was:" >&5 |
| 5133 | cat conftest.$ac_ext >&5 | 5478 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5479 | |||
| 5134 | ac_cv_header_sys_wait_h=no | 5480 | ac_cv_header_sys_wait_h=no |
| 5135 | fi | 5481 | fi |
| 5136 | rm -f conftest.$ac_objext conftest.$ac_ext | 5482 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -5153,7 +5499,11 @@ if test "${emacs_cv_struct_utimbuf+set}" = set; then | |||
| 5153 | else | 5499 | else |
| 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 | ||
| 5504 | cat confdefs.h >>conftest.$ac_ext | ||
| 5505 | cat >>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 |
| 5191 | else | 5541 | else |
| 5192 | echo "$as_me: failed program was:" >&5 | 5542 | echo "$as_me: failed program was:" >&5 |
| 5193 | cat conftest.$ac_ext >&5 | 5543 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5544 | |||
| 5194 | emacs_cv_struct_utimbuf=no | 5545 | emacs_cv_struct_utimbuf=no |
| 5195 | fi | 5546 | fi |
| 5196 | rm -f conftest.$ac_objext conftest.$ac_ext | 5547 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -5212,7 +5563,11 @@ if test "${ac_cv_type_signal+set}" = set; then | |||
| 5212 | else | 5563 | else |
| 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 | ||
| 5568 | cat confdefs.h >>conftest.$ac_ext | ||
| 5569 | cat >>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 |
| 5248 | else | 5603 | else |
| 5249 | echo "$as_me: failed program was:" >&5 | 5604 | echo "$as_me: failed program was:" >&5 |
| 5250 | cat conftest.$ac_ext >&5 | 5605 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5606 | |||
| 5251 | ac_cv_type_signal=int | 5607 | ac_cv_type_signal=int |
| 5252 | fi | 5608 | fi |
| 5253 | rm -f conftest.$ac_objext conftest.$ac_ext | 5609 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -5268,7 +5624,11 @@ if test "${emacs_cv_speed_t+set}" = set; then | |||
| 5268 | else | 5624 | else |
| 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 | ||
| 5629 | cat confdefs.h >>conftest.$ac_ext | ||
| 5630 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 5631 | /* end confdefs.h. */ | ||
| 5272 | #include <termios.h> | 5632 | #include <termios.h> |
| 5273 | int | 5633 | int |
| 5274 | main () | 5634 | main () |
| @@ -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 |
| 5294 | else | 5654 | else |
| 5295 | echo "$as_me: failed program was:" >&5 | 5655 | echo "$as_me: failed program was:" >&5 |
| 5296 | cat conftest.$ac_ext >&5 | 5656 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5657 | |||
| 5297 | emacs_cv_speed_t=no | 5658 | emacs_cv_speed_t=no |
| 5298 | fi | 5659 | fi |
| 5299 | rm -f conftest.$ac_objext conftest.$ac_ext | 5660 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -5315,7 +5676,11 @@ if test "${emacs_cv_struct_timeval+set}" = set; then | |||
| 5315 | else | 5676 | else |
| 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 | ||
| 5681 | cat confdefs.h >>conftest.$ac_ext | ||
| 5682 | cat >>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 |
| 5350 | else | 5715 | else |
| 5351 | echo "$as_me: failed program was:" >&5 | 5716 | echo "$as_me: failed program was:" >&5 |
| 5352 | cat conftest.$ac_ext >&5 | 5717 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5718 | |||
| 5353 | emacs_cv_struct_timeval=no | 5719 | emacs_cv_struct_timeval=no |
| 5354 | fi | 5720 | fi |
| 5355 | rm -f conftest.$ac_objext conftest.$ac_ext | 5721 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -5372,7 +5738,11 @@ if test "${emacs_cv_struct_exception+set}" = set; then | |||
| 5372 | else | 5738 | else |
| 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 | ||
| 5743 | cat confdefs.h >>conftest.$ac_ext | ||
| 5744 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 5745 | /* end confdefs.h. */ | ||
| 5376 | #include <math.h> | 5746 | #include <math.h> |
| 5377 | int | 5747 | int |
| 5378 | main () | 5748 | main () |
| @@ -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 |
| 5398 | else | 5768 | else |
| 5399 | echo "$as_me: failed program was:" >&5 | 5769 | echo "$as_me: failed program was:" >&5 |
| 5400 | cat conftest.$ac_ext >&5 | 5770 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5771 | |||
| 5401 | emacs_cv_struct_exception=no | 5772 | emacs_cv_struct_exception=no |
| 5402 | fi | 5773 | fi |
| 5403 | rm -f conftest.$ac_objext conftest.$ac_ext | 5774 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -5420,7 +5791,11 @@ if test "${ac_cv_struct_tm+set}" = set; then | |||
| 5420 | else | 5791 | else |
| 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 | ||
| 5796 | cat confdefs.h >>conftest.$ac_ext | ||
| 5797 | cat >>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 |
| 5448 | else | 5823 | else |
| 5449 | echo "$as_me: failed program was:" >&5 | 5824 | echo "$as_me: failed program was:" >&5 |
| 5450 | cat conftest.$ac_ext >&5 | 5825 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5826 | |||
| 5451 | ac_cv_struct_tm=sys/time.h | 5827 | ac_cv_struct_tm=sys/time.h |
| 5452 | fi | 5828 | fi |
| 5453 | rm -f conftest.$ac_objext conftest.$ac_ext | 5829 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -5469,7 +5845,11 @@ if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then | |||
| 5469 | else | 5845 | else |
| 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 | ||
| 5850 | cat confdefs.h >>conftest.$ac_ext | ||
| 5851 | cat >>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 |
| 5500 | else | 5880 | else |
| 5501 | echo "$as_me: failed program was:" >&5 | 5881 | echo "$as_me: failed program was:" >&5 |
| 5502 | cat conftest.$ac_ext >&5 | 5882 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5883 | |||
| 5503 | cat >conftest.$ac_ext <<_ACEOF | 5884 | cat >conftest.$ac_ext <<_ACEOF |
| 5504 | #line $LINENO "configure" | 5885 | #line $LINENO "configure" |
| 5505 | #include "confdefs.h" | 5886 | /* confdefs.h. */ |
| 5887 | _ACEOF | ||
| 5888 | cat confdefs.h >>conftest.$ac_ext | ||
| 5889 | cat >>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 |
| 5533 | else | 5918 | else |
| 5534 | echo "$as_me: failed program was:" >&5 | 5919 | echo "$as_me: failed program was:" >&5 |
| 5535 | cat conftest.$ac_ext >&5 | 5920 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5921 | |||
| 5536 | ac_cv_member_struct_tm_tm_zone=no | 5922 | ac_cv_member_struct_tm_tm_zone=no |
| 5537 | fi | 5923 | fi |
| 5538 | rm -f conftest.$ac_objext conftest.$ac_ext | 5924 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -5564,7 +5950,11 @@ if test "${ac_cv_var_tzname+set}" = set; then | |||
| 5564 | else | 5950 | else |
| 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 | ||
| 5955 | cat confdefs.h >>conftest.$ac_ext | ||
| 5956 | cat >>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. */ |
| 5570 | extern char *tzname[]; /* RS6000 and others reject char **tzname. */ | 5960 | extern 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 |
| 5594 | else | 5984 | else |
| 5595 | echo "$as_me: failed program was:" >&5 | 5985 | echo "$as_me: failed program was:" >&5 |
| 5596 | cat conftest.$ac_ext >&5 | 5986 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5987 | |||
| 5597 | ac_cv_var_tzname=no | 5988 | ac_cv_var_tzname=no |
| 5598 | fi | 5989 | fi |
| 5599 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 5990 | rm -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 | |||
| 5616 | else | 6007 | else |
| 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 | ||
| 6012 | cat confdefs.h >>conftest.$ac_ext | ||
| 6013 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6014 | /* end confdefs.h. */ | ||
| 5620 | #include <time.h> | 6015 | #include <time.h> |
| 5621 | 6016 | ||
| 5622 | int | 6017 | int |
| @@ -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 |
| 5645 | else | 6040 | else |
| 5646 | echo "$as_me: failed program was:" >&5 | 6041 | echo "$as_me: failed program was:" >&5 |
| 5647 | cat conftest.$ac_ext >&5 | 6042 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6043 | |||
| 5648 | cat >conftest.$ac_ext <<_ACEOF | 6044 | cat >conftest.$ac_ext <<_ACEOF |
| 5649 | #line $LINENO "configure" | 6045 | #line $LINENO "configure" |
| 5650 | #include "confdefs.h" | 6046 | /* confdefs.h. */ |
| 6047 | _ACEOF | ||
| 6048 | cat confdefs.h >>conftest.$ac_ext | ||
| 6049 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6050 | /* end confdefs.h. */ | ||
| 5651 | #include <time.h> | 6051 | #include <time.h> |
| 5652 | 6052 | ||
| 5653 | int | 6053 | int |
| @@ -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 |
| 5676 | else | 6076 | else |
| 5677 | echo "$as_me: failed program was:" >&5 | 6077 | echo "$as_me: failed program was:" >&5 |
| 5678 | cat conftest.$ac_ext >&5 | 6078 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6079 | |||
| 5679 | ac_cv_member_struct_tm_tm_gmtoff=no | 6080 | ac_cv_member_struct_tm_tm_gmtoff=no |
| 5680 | fi | 6081 | fi |
| 5681 | rm -f conftest.$ac_objext conftest.$ac_ext | 6082 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -5721,7 +6122,11 @@ if test "${ac_cv_c_volatile+set}" = set; then | |||
| 5721 | else | 6122 | else |
| 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 | ||
| 6127 | cat confdefs.h >>conftest.$ac_ext | ||
| 6128 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6129 | /* end confdefs.h. */ | ||
| 5725 | 6130 | ||
| 5726 | int | 6131 | int |
| 5727 | main () | 6132 | main () |
| @@ -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 |
| 5749 | else | 6154 | else |
| 5750 | echo "$as_me: failed program was:" >&5 | 6155 | echo "$as_me: failed program was:" >&5 |
| 5751 | cat conftest.$ac_ext >&5 | 6156 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6157 | |||
| 5752 | ac_cv_c_volatile=no | 6158 | ac_cv_c_volatile=no |
| 5753 | fi | 6159 | fi |
| 5754 | rm -f conftest.$ac_objext conftest.$ac_ext | 6160 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -5770,7 +6176,11 @@ if test "${ac_cv_c_const+set}" = set; then | |||
| 5770 | else | 6176 | else |
| 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 | ||
| 6181 | cat confdefs.h >>conftest.$ac_ext | ||
| 6182 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6183 | /* end confdefs.h. */ | ||
| 5774 | 6184 | ||
| 5775 | int | 6185 | int |
| 5776 | main () | 6186 | main () |
| @@ -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 |
| 5842 | else | 6252 | else |
| 5843 | echo "$as_me: failed program was:" >&5 | 6253 | echo "$as_me: failed program was:" >&5 |
| 5844 | cat conftest.$ac_ext >&5 | 6254 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6255 | |||
| 5845 | ac_cv_c_const=no | 6256 | ac_cv_c_const=no |
| 5846 | fi | 6257 | fi |
| 5847 | rm -f conftest.$ac_objext conftest.$ac_ext | 6258 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -5863,7 +6274,11 @@ if test "${emacs_cv_void_star+set}" = set; then | |||
| 5863 | else | 6274 | else |
| 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 | ||
| 6279 | cat confdefs.h >>conftest.$ac_ext | ||
| 6280 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6281 | /* end confdefs.h. */ | ||
| 5867 | 6282 | ||
| 5868 | int | 6283 | int |
| 5869 | main () | 6284 | main () |
| @@ -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 |
| 5889 | else | 6304 | else |
| 5890 | echo "$as_me: failed program was:" >&5 | 6305 | echo "$as_me: failed program was:" >&5 |
| 5891 | cat conftest.$ac_ext >&5 | 6306 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6307 | |||
| 5892 | emacs_cv_void_star=no | 6308 | emacs_cv_void_star=no |
| 5893 | fi | 6309 | fi |
| 5894 | rm -f conftest.$ac_objext conftest.$ac_ext | 6310 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -5908,15 +6324,16 @@ _ACEOF | |||
| 5908 | fi | 6324 | fi |
| 5909 | 6325 | ||
| 5910 | 6326 | ||
| 5911 | echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5 | 6327 | |
| 5912 | echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 | 6328 | echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
| 6329 | echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 | ||
| 5913 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` | 6330 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` |
| 5914 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then | 6331 | if 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 |
| 5916 | else | 6333 | else |
| 5917 | cat >conftest.make <<\_ACEOF | 6334 | cat >conftest.make <<\_ACEOF |
| 5918 | all: | 6335 | all: |
| 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. |
| 5922 | eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` | 6339 | eval `${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 | ||
| 6511 | cat confdefs.h >>conftest.$ac_ext | ||
| 6512 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6513 | /* end confdefs.h. */ | ||
| 6093 | #include <X11/Intrinsic.h> | 6514 | #include <X11/Intrinsic.h> |
| 6094 | _ACEOF | 6515 | _ACEOF |
| 6095 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 6516 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -6113,7 +6534,8 @@ if test -z "$ac_cpp_err"; then | |||
| 6113 | ac_x_includes= | 6534 | ac_x_includes= |
| 6114 | else | 6535 | else |
| 6115 | echo "$as_me: failed program was:" >&5 | 6536 | echo "$as_me: failed program was:" >&5 |
| 6116 | cat conftest.$ac_ext >&5 | 6537 | sed '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 | ||
| 6559 | cat confdefs.h >>conftest.$ac_ext | ||
| 6560 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6561 | /* end confdefs.h. */ | ||
| 6136 | #include <X11/Intrinsic.h> | 6562 | #include <X11/Intrinsic.h> |
| 6137 | int | 6563 | int |
| 6138 | main () | 6564 | main () |
| @@ -6159,7 +6585,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 6159 | ac_x_libraries= | 6585 | ac_x_libraries= |
| 6160 | else | 6586 | else |
| 6161 | echo "$as_me: failed program was:" >&5 | 6587 | echo "$as_me: failed program was:" >&5 |
| 6162 | cat conftest.$ac_ext >&5 | 6588 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6589 | |||
| 6163 | LIBS=$ac_save_LIBS | 6590 | LIBS=$ac_save_LIBS |
| 6164 | for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` | 6591 | for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` |
| 6165 | do | 6592 | do |
| @@ -6305,30 +6732,37 @@ if test "${ac_cv_func_malloc_get_state+set}" = set; then | |||
| 6305 | else | 6732 | else |
| 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 | ||
| 6737 | cat confdefs.h >>conftest.$ac_ext | ||
| 6738 | cat >>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 |
| 6314 | extern "C" | 6745 | extern "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. */ |
| 6318 | char malloc_get_state (); | 6750 | char malloc_get_state (); |
| 6319 | char (*f) (); | ||
| 6320 | |||
| 6321 | int | ||
| 6322 | main () | ||
| 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) |
| 6328 | choke me | 6755 | choke me |
| 6329 | #else | 6756 | #else |
| 6330 | f = malloc_get_state; | 6757 | char (*f) () = malloc_get_state; |
| 6331 | #endif | 6758 | #endif |
| 6759 | #ifdef __cplusplus | ||
| 6760 | } | ||
| 6761 | #endif | ||
| 6762 | |||
| 6763 | int | ||
| 6764 | main () | ||
| 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 |
| 6350 | else | 6784 | else |
| 6351 | echo "$as_me: failed program was:" >&5 | 6785 | echo "$as_me: failed program was:" >&5 |
| 6352 | cat conftest.$ac_ext >&5 | 6786 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6787 | |||
| 6353 | ac_cv_func_malloc_get_state=no | 6788 | ac_cv_func_malloc_get_state=no |
| 6354 | fi | 6789 | fi |
| 6355 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 6790 | rm -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 | |||
| 6369 | else | 6804 | else |
| 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 | ||
| 6809 | cat confdefs.h >>conftest.$ac_ext | ||
| 6810 | cat >>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 |
| 6378 | extern "C" | 6817 | extern "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. */ |
| 6382 | char malloc_set_state (); | 6822 | char malloc_set_state (); |
| 6383 | char (*f) (); | ||
| 6384 | |||
| 6385 | int | ||
| 6386 | main () | ||
| 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) |
| 6392 | choke me | 6827 | choke me |
| 6393 | #else | 6828 | #else |
| 6394 | f = malloc_set_state; | 6829 | char (*f) () = malloc_set_state; |
| 6830 | #endif | ||
| 6831 | #ifdef __cplusplus | ||
| 6832 | } | ||
| 6395 | #endif | 6833 | #endif |
| 6396 | 6834 | ||
| 6835 | int | ||
| 6836 | main () | ||
| 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 |
| 6414 | else | 6856 | else |
| 6415 | echo "$as_me: failed program was:" >&5 | 6857 | echo "$as_me: failed program was:" >&5 |
| 6416 | cat conftest.$ac_ext >&5 | 6858 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6859 | |||
| 6417 | ac_cv_func_malloc_set_state=no | 6860 | ac_cv_func_malloc_set_state=no |
| 6418 | fi | 6861 | fi |
| 6419 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 6862 | rm -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 | |||
| 6433 | else | 6876 | else |
| 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 | ||
| 6881 | cat confdefs.h >>conftest.$ac_ext | ||
| 6882 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6883 | /* end confdefs.h. */ | ||
| 6437 | extern void (* __after_morecore_hook)(); | 6884 | extern void (* __after_morecore_hook)(); |
| 6438 | int | 6885 | int |
| 6439 | main () | 6886 | main () |
| @@ -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 |
| 6459 | else | 6906 | else |
| 6460 | echo "$as_me: failed program was:" >&5 | 6907 | echo "$as_me: failed program was:" >&5 |
| 6461 | cat conftest.$ac_ext >&5 | 6908 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6909 | |||
| 6462 | emacs_cv_var___after_morecore_hook=no | 6910 | emacs_cv_var___after_morecore_hook=no |
| 6463 | fi | 6911 | fi |
| 6464 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 6912 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -6509,7 +6957,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |||
| 6509 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 6957 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 6510 | cat >conftest.$ac_ext <<_ACEOF | 6958 | cat >conftest.$ac_ext <<_ACEOF |
| 6511 | #line $LINENO "configure" | 6959 | #line $LINENO "configure" |
| 6512 | #include "confdefs.h" | 6960 | /* confdefs.h. */ |
| 6961 | _ACEOF | ||
| 6962 | cat confdefs.h >>conftest.$ac_ext | ||
| 6963 | cat >>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 |
| 6529 | else | 6981 | else |
| 6530 | echo "$as_me: failed program was:" >&5 | 6982 | echo "$as_me: failed program was:" >&5 |
| 6531 | cat conftest.$ac_ext >&5 | 6983 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6984 | |||
| 6532 | ac_header_compiler=no | 6985 | ac_header_compiler=no |
| 6533 | fi | 6986 | fi |
| 6534 | rm -f conftest.$ac_objext conftest.$ac_ext | 6987 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -6540,7 +6993,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |||
| 6540 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 6993 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 6541 | cat >conftest.$ac_ext <<_ACEOF | 6994 | cat >conftest.$ac_ext <<_ACEOF |
| 6542 | #line $LINENO "configure" | 6995 | #line $LINENO "configure" |
| 6543 | #include "confdefs.h" | 6996 | /* confdefs.h. */ |
| 6997 | _ACEOF | ||
| 6998 | cat confdefs.h >>conftest.$ac_ext | ||
| 6999 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 7000 | /* end confdefs.h. */ | ||
| 6544 | #include <$ac_header> | 7001 | #include <$ac_header> |
| 6545 | _ACEOF | 7002 | _ACEOF |
| 6546 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 7003 | if { (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 |
| 6564 | else | 7021 | else |
| 6565 | echo "$as_me: failed program was:" >&5 | 7022 | echo "$as_me: failed program was:" >&5 |
| 6566 | cat conftest.$ac_ext >&5 | 7023 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7024 | |||
| 6567 | ac_header_preproc=no | 7025 | ac_header_preproc=no |
| 6568 | fi | 7026 | fi |
| 6569 | rm -f conftest.err conftest.$ac_ext | 7027 | rm -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 |
| 6577 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 7035 | echo "$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 |
| 6579 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 7037 | echo "$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 |
| 6582 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 7049 | echo "$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 |
| 6584 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 7051 | echo "$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 |
| 6586 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 7053 | echo "$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 | ;; | ||
| 6587 | esac | 7063 | esac |
| 6588 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 7064 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 6589 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 7065 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| @@ -6616,31 +7092,38 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 6616 | else | 7092 | else |
| 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 | ||
| 7097 | cat confdefs.h >>conftest.$ac_ext | ||
| 7098 | cat >>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 |
| 6625 | extern "C" | 7105 | extern "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. */ |
| 6629 | char $ac_func (); | 7110 | char $ac_func (); |
| 6630 | char (*f) (); | ||
| 6631 | |||
| 6632 | int | ||
| 6633 | main () | ||
| 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) |
| 6639 | choke me | 7115 | choke me |
| 6640 | #else | 7116 | #else |
| 6641 | f = $ac_func; | 7117 | char (*f) () = $ac_func; |
| 7118 | #endif | ||
| 7119 | #ifdef __cplusplus | ||
| 7120 | } | ||
| 6642 | #endif | 7121 | #endif |
| 6643 | 7122 | ||
| 7123 | int | ||
| 7124 | main () | ||
| 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" |
| 6661 | else | 7144 | else |
| 6662 | echo "$as_me: failed program was:" >&5 | 7145 | echo "$as_me: failed program was:" >&5 |
| 6663 | cat conftest.$ac_ext >&5 | 7146 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7147 | |||
| 6664 | eval "$as_ac_var=no" | 7148 | eval "$as_ac_var=no" |
| 6665 | fi | 7149 | fi |
| 6666 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 7150 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -6685,7 +7169,11 @@ else | |||
| 6685 | else | 7169 | else |
| 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 | ||
| 7174 | cat confdefs.h >>conftest.$ac_ext | ||
| 7175 | cat >>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 | |||
| 6828 | else | 7316 | else |
| 6829 | echo "$as_me: program exited with status $ac_status" >&5 | 7317 | echo "$as_me: program exited with status $ac_status" >&5 |
| 6830 | echo "$as_me: failed program was:" >&5 | 7318 | echo "$as_me: failed program was:" >&5 |
| 6831 | cat conftest.$ac_ext >&5 | 7319 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7320 | |||
| 6832 | ( exit $ac_status ) | 7321 | ( exit $ac_status ) |
| 6833 | ac_cv_func_mmap_fixed_mapped=no | 7322 | ac_cv_func_mmap_fixed_mapped=no |
| 6834 | fi | 7323 | fi |
| @@ -6862,7 +7351,11 @@ else | |||
| 6862 | LIBS="-ldnet $LIBS" | 7351 | LIBS="-ldnet $LIBS" |
| 6863 | cat >conftest.$ac_ext <<_ACEOF | 7352 | cat >conftest.$ac_ext <<_ACEOF |
| 6864 | #line $LINENO "configure" | 7353 | #line $LINENO "configure" |
| 6865 | #include "confdefs.h" | 7354 | /* confdefs.h. */ |
| 7355 | _ACEOF | ||
| 7356 | cat confdefs.h >>conftest.$ac_ext | ||
| 7357 | cat >>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 |
| 6895 | else | 7388 | else |
| 6896 | echo "$as_me: failed program was:" >&5 | 7389 | echo "$as_me: failed program was:" >&5 |
| 6897 | cat conftest.$ac_ext >&5 | 7390 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7391 | |||
| 6898 | ac_cv_lib_dnet_dnet_ntoa=no | 7392 | ac_cv_lib_dnet_dnet_ntoa=no |
| 6899 | fi | 7393 | fi |
| 6900 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 7394 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -6921,7 +7415,11 @@ else | |||
| 6921 | LIBS="-lXbsd $LIBS" | 7415 | LIBS="-lXbsd $LIBS" |
| 6922 | cat >conftest.$ac_ext <<_ACEOF | 7416 | cat >conftest.$ac_ext <<_ACEOF |
| 6923 | #line $LINENO "configure" | 7417 | #line $LINENO "configure" |
| 6924 | #include "confdefs.h" | 7418 | /* confdefs.h. */ |
| 7419 | _ACEOF | ||
| 7420 | cat confdefs.h >>conftest.$ac_ext | ||
| 7421 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 7422 | /* end confdefs.h. */ | ||
| 6925 | 7423 | ||
| 6926 | 7424 | ||
| 6927 | int | 7425 | int |
| @@ -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 |
| 6948 | else | 7446 | else |
| 6949 | echo "$as_me: failed program was:" >&5 | 7447 | echo "$as_me: failed program was:" >&5 |
| 6950 | cat conftest.$ac_ext >&5 | 7448 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7449 | |||
| 6951 | ac_cv_lib_Xbsd_main=no | 7450 | ac_cv_lib_Xbsd_main=no |
| 6952 | fi | 7451 | fi |
| 6953 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 7452 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -6970,7 +7469,11 @@ else | |||
| 6970 | LIBS="-lpthreads $LIBS" | 7469 | LIBS="-lpthreads $LIBS" |
| 6971 | cat >conftest.$ac_ext <<_ACEOF | 7470 | cat >conftest.$ac_ext <<_ACEOF |
| 6972 | #line $LINENO "configure" | 7471 | #line $LINENO "configure" |
| 6973 | #include "confdefs.h" | 7472 | /* confdefs.h. */ |
| 7473 | _ACEOF | ||
| 7474 | cat confdefs.h >>conftest.$ac_ext | ||
| 7475 | cat >>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 |
| 7003 | else | 7506 | else |
| 7004 | echo "$as_me: failed program was:" >&5 | 7507 | echo "$as_me: failed program was:" >&5 |
| 7005 | cat conftest.$ac_ext >&5 | 7508 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7509 | |||
| 7006 | ac_cv_lib_pthreads_cma_open=no | 7510 | ac_cv_lib_pthreads_cma_open=no |
| 7007 | fi | 7511 | fi |
| 7008 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 7512 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -7058,7 +7562,11 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 7058 | echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 | 7562 | echo $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 | ||
| 7567 | cat confdefs.h >>conftest.$ac_ext | ||
| 7568 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 7569 | /* end confdefs.h. */ | ||
| 7062 | 7570 | ||
| 7063 | int | 7571 | int |
| 7064 | main () | 7572 | main () |
| @@ -7083,7 +7591,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 7083 | xlinux_first_failure=no | 7591 | xlinux_first_failure=no |
| 7084 | else | 7592 | else |
| 7085 | echo "$as_me: failed program was:" >&5 | 7593 | echo "$as_me: failed program was:" >&5 |
| 7086 | cat conftest.$ac_ext >&5 | 7594 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7595 | |||
| 7087 | xlinux_first_failure=yes | 7596 | xlinux_first_failure=yes |
| 7088 | fi | 7597 | fi |
| 7089 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 7598 | rm -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 | ||
| 7612 | cat confdefs.h >>conftest.$ac_ext | ||
| 7613 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 7614 | /* end confdefs.h. */ | ||
| 7102 | 7615 | ||
| 7103 | int | 7616 | int |
| 7104 | main () | 7617 | main () |
| @@ -7123,7 +7636,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 7123 | xlinux_second_failure=no | 7636 | xlinux_second_failure=no |
| 7124 | else | 7637 | else |
| 7125 | echo "$as_me: failed program was:" >&5 | 7638 | echo "$as_me: failed program was:" >&5 |
| 7126 | cat conftest.$ac_ext >&5 | 7639 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7640 | |||
| 7127 | xlinux_second_failure=yes | 7641 | xlinux_second_failure=yes |
| 7128 | fi | 7642 | fi |
| 7129 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 7643 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -7152,7 +7666,11 @@ echo "${ECHO_T}no" >&6 | |||
| 7152 | echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 | 7666 | echo $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 | ||
| 7671 | cat confdefs.h >>conftest.$ac_ext | ||
| 7672 | cat >>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> |
| 7158 | int | 7676 | int |
| @@ -7178,7 +7696,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 7178 | emacs_xkb=yes | 7696 | emacs_xkb=yes |
| 7179 | else | 7697 | else |
| 7180 | echo "$as_me: failed program was:" >&5 | 7698 | echo "$as_me: failed program was:" >&5 |
| 7181 | cat conftest.$ac_ext >&5 | 7699 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7700 | |||
| 7182 | emacs_xkb=no | 7701 | emacs_xkb=no |
| 7183 | fi | 7702 | fi |
| 7184 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 7703 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -7207,31 +7726,38 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 7207 | else | 7726 | else |
| 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 | ||
| 7731 | cat confdefs.h >>conftest.$ac_ext | ||
| 7732 | cat >>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 |
| 7216 | extern "C" | 7739 | extern "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. */ |
| 7220 | char $ac_func (); | 7744 | char $ac_func (); |
| 7221 | char (*f) (); | ||
| 7222 | |||
| 7223 | int | ||
| 7224 | main () | ||
| 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) |
| 7230 | choke me | 7749 | choke me |
| 7231 | #else | 7750 | #else |
| 7232 | f = $ac_func; | 7751 | char (*f) () = $ac_func; |
| 7752 | #endif | ||
| 7753 | #ifdef __cplusplus | ||
| 7754 | } | ||
| 7233 | #endif | 7755 | #endif |
| 7234 | 7756 | ||
| 7757 | int | ||
| 7758 | main () | ||
| 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" |
| 7252 | else | 7778 | else |
| 7253 | echo "$as_me: failed program was:" >&5 | 7779 | echo "$as_me: failed program was:" >&5 |
| 7254 | cat conftest.$ac_ext >&5 | 7780 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7781 | |||
| 7255 | eval "$as_ac_var=no" | 7782 | eval "$as_ac_var=no" |
| 7256 | fi | 7783 | fi |
| 7257 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 7784 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -7276,7 +7803,11 @@ echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6 | |||
| 7276 | else | 7803 | else |
| 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 | ||
| 7808 | cat confdefs.h >>conftest.$ac_ext | ||
| 7809 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 7810 | /* end confdefs.h. */ | ||
| 7280 | #include <X11/Xlib.h> | 7811 | #include <X11/Xlib.h> |
| 7281 | int | 7812 | int |
| 7282 | main () | 7813 | main () |
| @@ -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 |
| 7305 | else | 7836 | else |
| 7306 | echo "$as_me: failed program was:" >&5 | 7837 | echo "$as_me: failed program was:" >&5 |
| 7307 | cat conftest.$ac_ext >&5 | 7838 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7839 | |||
| 7308 | emacs_cv_x11_version_6=no | 7840 | emacs_cv_x11_version_6=no |
| 7309 | fi | 7841 | fi |
| 7310 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 7842 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -7332,7 +7864,11 @@ echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6 | |||
| 7332 | else | 7864 | else |
| 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 | ||
| 7869 | cat confdefs.h >>conftest.$ac_ext | ||
| 7870 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 7871 | /* end confdefs.h. */ | ||
| 7336 | #include <X11/Xlib.h> | 7872 | #include <X11/Xlib.h> |
| 7337 | int | 7873 | int |
| 7338 | main () | 7874 | main () |
| @@ -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 |
| 7361 | else | 7897 | else |
| 7362 | echo "$as_me: failed program was:" >&5 | 7898 | echo "$as_me: failed program was:" >&5 |
| 7363 | cat conftest.$ac_ext >&5 | 7899 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7900 | |||
| 7364 | emacs_cv_x11_version_5=no | 7901 | emacs_cv_x11_version_5=no |
| 7365 | fi | 7902 | fi |
| 7366 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 7903 | rm -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 | |||
| 7391 | else | 7928 | else |
| 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 | ||
| 7933 | cat confdefs.h >>conftest.$ac_ext | ||
| 7934 | cat >>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 |
| 7419 | else | 7960 | else |
| 7420 | echo "$as_me: failed program was:" >&5 | 7961 | echo "$as_me: failed program was:" >&5 |
| 7421 | cat conftest.$ac_ext >&5 | 7962 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7963 | |||
| 7422 | emacs_cv_x11_version_5_with_xaw=no | 7964 | emacs_cv_x11_version_5_with_xaw=no |
| 7423 | fi | 7965 | fi |
| 7424 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 7966 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -7448,7 +7990,11 @@ echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6 | |||
| 7448 | else | 7990 | else |
| 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 | ||
| 7995 | cat confdefs.h >>conftest.$ac_ext | ||
| 7996 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 7997 | /* end confdefs.h. */ | ||
| 7452 | #include <X11/Intrinsic.h> | 7998 | #include <X11/Intrinsic.h> |
| 7453 | int | 7999 | int |
| 7454 | main () | 8000 | main () |
| @@ -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 |
| 7477 | else | 8023 | else |
| 7478 | echo "$as_me: failed program was:" >&5 | 8024 | echo "$as_me: failed program was:" >&5 |
| 7479 | cat conftest.$ac_ext >&5 | 8025 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8026 | |||
| 7480 | emacs_cv_x11_toolkit_version_6=no | 8027 | emacs_cv_x11_toolkit_version_6=no |
| 7481 | fi | 8028 | fi |
| 7482 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 8029 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -7512,7 +8059,11 @@ else | |||
| 7512 | LIBS="-lXmu $LIBS" | 8059 | LIBS="-lXmu $LIBS" |
| 7513 | cat >conftest.$ac_ext <<_ACEOF | 8060 | cat >conftest.$ac_ext <<_ACEOF |
| 7514 | #line $LINENO "configure" | 8061 | #line $LINENO "configure" |
| 7515 | #include "confdefs.h" | 8062 | /* confdefs.h. */ |
| 8063 | _ACEOF | ||
| 8064 | cat confdefs.h >>conftest.$ac_ext | ||
| 8065 | cat >>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 |
| 7545 | else | 8096 | else |
| 7546 | echo "$as_me: failed program was:" >&5 | 8097 | echo "$as_me: failed program was:" >&5 |
| 7547 | cat conftest.$ac_ext >&5 | 8098 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8099 | |||
| 7548 | ac_cv_lib_Xmu_XmuConvertStandardSelection=no | 8100 | ac_cv_lib_Xmu_XmuConvertStandardSelection=no |
| 7549 | fi | 8101 | fi |
| 7550 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 8102 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -7577,7 +8129,11 @@ else | |||
| 7577 | LIBS="-lXext $LIBS" | 8129 | LIBS="-lXext $LIBS" |
| 7578 | cat >conftest.$ac_ext <<_ACEOF | 8130 | cat >conftest.$ac_ext <<_ACEOF |
| 7579 | #line $LINENO "configure" | 8131 | #line $LINENO "configure" |
| 7580 | #include "confdefs.h" | 8132 | /* confdefs.h. */ |
| 8133 | _ACEOF | ||
| 8134 | cat confdefs.h >>conftest.$ac_ext | ||
| 8135 | cat >>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 |
| 7610 | else | 8166 | else |
| 7611 | echo "$as_me: failed program was:" >&5 | 8167 | echo "$as_me: failed program was:" >&5 |
| 7612 | cat conftest.$ac_ext >&5 | 8168 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8169 | |||
| 7613 | ac_cv_lib_Xext_XShapeQueryExtension=no | 8170 | ac_cv_lib_Xext_XShapeQueryExtension=no |
| 7614 | fi | 8171 | fi |
| 7615 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 8172 | rm -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 | ||
| 8206 | cat confdefs.h >>conftest.$ac_ext | ||
| 8207 | cat >>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> |
| 7649 | int | 8210 | int |
| 7650 | main () | 8211 | main () |
| @@ -7669,7 +8230,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 7669 | emacs_cv_lesstif=yes | 8230 | emacs_cv_lesstif=yes |
| 7670 | else | 8231 | else |
| 7671 | echo "$as_me: failed program was:" >&5 | 8232 | echo "$as_me: failed program was:" >&5 |
| 7672 | cat conftest.$ac_ext >&5 | 8233 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8234 | |||
| 7673 | emacs_cv_lesstif=no | 8235 | emacs_cv_lesstif=no |
| 7674 | fi | 8236 | fi |
| 7675 | rm -f conftest.$ac_objext conftest.$ac_ext | 8237 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -7695,7 +8257,11 @@ if test "${emacs_cv_motif_version_2_1+set}" = set; then | |||
| 7695 | else | 8257 | else |
| 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 | ||
| 8262 | cat confdefs.h >>conftest.$ac_ext | ||
| 8263 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 8264 | /* end confdefs.h. */ | ||
| 7699 | #include <Xm/Xm.h> | 8265 | #include <Xm/Xm.h> |
| 7700 | int | 8266 | int |
| 7701 | main () | 8267 | main () |
| @@ -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 |
| 7725 | else | 8291 | else |
| 7726 | echo "$as_me: failed program was:" >&5 | 8292 | echo "$as_me: failed program was:" >&5 |
| 7727 | cat conftest.$ac_ext >&5 | 8293 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8294 | |||
| 7728 | emacs_cv_motif_version_2_1=no | 8295 | emacs_cv_motif_version_2_1=no |
| 7729 | fi | 8296 | fi |
| 7730 | rm -f conftest.$ac_objext conftest.$ac_ext | 8297 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -7748,7 +8315,11 @@ else | |||
| 7748 | LIBS="-lXp $LIBS" | 8315 | LIBS="-lXp $LIBS" |
| 7749 | cat >conftest.$ac_ext <<_ACEOF | 8316 | cat >conftest.$ac_ext <<_ACEOF |
| 7750 | #line $LINENO "configure" | 8317 | #line $LINENO "configure" |
| 7751 | #include "confdefs.h" | 8318 | /* confdefs.h. */ |
| 8319 | _ACEOF | ||
| 8320 | cat confdefs.h >>conftest.$ac_ext | ||
| 8321 | cat >>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 |
| 7781 | else | 8352 | else |
| 7782 | echo "$as_me: failed program was:" >&5 | 8353 | echo "$as_me: failed program was:" >&5 |
| 7783 | cat conftest.$ac_ext >&5 | 8354 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8355 | |||
| 7784 | ac_cv_lib_Xp_XpCreateContext=no | 8356 | ac_cv_lib_Xp_XpCreateContext=no |
| 7785 | fi | 8357 | fi |
| 7786 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 8358 | rm -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 | |||
| 7813 | else | 8385 | else |
| 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 | ||
| 8390 | cat confdefs.h >>conftest.$ac_ext | ||
| 8391 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 8392 | /* end confdefs.h. */ | ||
| 7817 | #include <X11/Xaw3d/Scrollbar.h> | 8393 | #include <X11/Xaw3d/Scrollbar.h> |
| 7818 | _ACEOF | 8394 | _ACEOF |
| 7819 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 8395 | if { (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 |
| 7837 | else | 8413 | else |
| 7838 | echo "$as_me: failed program was:" >&5 | 8414 | echo "$as_me: failed program was:" >&5 |
| 7839 | cat conftest.$ac_ext >&5 | 8415 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8416 | |||
| 7840 | ac_cv_header_X11_Xaw3d_Scrollbar_h=no | 8417 | ac_cv_header_X11_Xaw3d_Scrollbar_h=no |
| 7841 | fi | 8418 | fi |
| 7842 | rm -f conftest.err conftest.$ac_ext | 8419 | rm -f conftest.err conftest.$ac_ext |
| @@ -7853,7 +8430,11 @@ else | |||
| 7853 | LIBS="-lXaw3d $LIBS" | 8430 | LIBS="-lXaw3d $LIBS" |
| 7854 | cat >conftest.$ac_ext <<_ACEOF | 8431 | cat >conftest.$ac_ext <<_ACEOF |
| 7855 | #line $LINENO "configure" | 8432 | #line $LINENO "configure" |
| 7856 | #include "confdefs.h" | 8433 | /* confdefs.h. */ |
| 8434 | _ACEOF | ||
| 8435 | cat confdefs.h >>conftest.$ac_ext | ||
| 8436 | cat >>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 |
| 7886 | else | 8467 | else |
| 7887 | echo "$as_me: failed program was:" >&5 | 8468 | echo "$as_me: failed program was:" >&5 |
| 7888 | cat conftest.$ac_ext >&5 | 8469 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8470 | |||
| 7889 | ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no | 8471 | ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no |
| 7890 | fi | 8472 | fi |
| 7891 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 8473 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -7959,7 +8541,11 @@ echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5 | |||
| 7959 | echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6 | 8541 | echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6 |
| 7960 | cat >conftest.$ac_ext <<_ACEOF | 8542 | cat >conftest.$ac_ext <<_ACEOF |
| 7961 | #line $LINENO "configure" | 8543 | #line $LINENO "configure" |
| 7962 | #include "confdefs.h" | 8544 | /* confdefs.h. */ |
| 8545 | _ACEOF | ||
| 8546 | cat confdefs.h >>conftest.$ac_ext | ||
| 8547 | cat >>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 |
| 7979 | else | 8565 | else |
| 7980 | echo "$as_me: failed program was:" >&5 | 8566 | echo "$as_me: failed program was:" >&5 |
| 7981 | cat conftest.$ac_ext >&5 | 8567 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8568 | |||
| 7982 | ac_header_compiler=no | 8569 | ac_header_compiler=no |
| 7983 | fi | 8570 | fi |
| 7984 | rm -f conftest.$ac_objext conftest.$ac_ext | 8571 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -7990,7 +8577,11 @@ echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5 | |||
| 7990 | echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6 | 8577 | echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6 |
| 7991 | cat >conftest.$ac_ext <<_ACEOF | 8578 | cat >conftest.$ac_ext <<_ACEOF |
| 7992 | #line $LINENO "configure" | 8579 | #line $LINENO "configure" |
| 7993 | #include "confdefs.h" | 8580 | /* confdefs.h. */ |
| 8581 | _ACEOF | ||
| 8582 | cat confdefs.h >>conftest.$ac_ext | ||
| 8583 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 8584 | /* end confdefs.h. */ | ||
| 7994 | #include <X11/xpm.h> | 8585 | #include <X11/xpm.h> |
| 7995 | _ACEOF | 8586 | _ACEOF |
| 7996 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 8587 | if { (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 |
| 8014 | else | 8605 | else |
| 8015 | echo "$as_me: failed program was:" >&5 | 8606 | echo "$as_me: failed program was:" >&5 |
| 8016 | cat conftest.$ac_ext >&5 | 8607 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8608 | |||
| 8017 | ac_header_preproc=no | 8609 | ac_header_preproc=no |
| 8018 | fi | 8610 | fi |
| 8019 | rm -f conftest.err conftest.$ac_ext | 8611 | rm -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 |
| 8027 | echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 8619 | echo "$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 |
| 8029 | echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;};; | 8621 | echo "$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 |
| 8032 | echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;} | 8633 | echo "$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 |
| 8034 | echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;} | 8635 | echo "$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 |
| 8036 | echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;};; | 8637 | echo "$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 | ;; | ||
| 8037 | esac | 8647 | esac |
| 8038 | echo "$as_me:$LINENO: checking for X11/xpm.h" >&5 | 8648 | echo "$as_me:$LINENO: checking for X11/xpm.h" >&5 |
| 8039 | echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6 | 8649 | echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6 |
| @@ -8056,7 +8666,11 @@ else | |||
| 8056 | LIBS="-lXpm -lX11 $LIBS" | 8666 | LIBS="-lXpm -lX11 $LIBS" |
| 8057 | cat >conftest.$ac_ext <<_ACEOF | 8667 | cat >conftest.$ac_ext <<_ACEOF |
| 8058 | #line $LINENO "configure" | 8668 | #line $LINENO "configure" |
| 8059 | #include "confdefs.h" | 8669 | /* confdefs.h. */ |
| 8670 | _ACEOF | ||
| 8671 | cat confdefs.h >>conftest.$ac_ext | ||
| 8672 | cat >>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 |
| 8089 | else | 8703 | else |
| 8090 | echo "$as_me: failed program was:" >&5 | 8704 | echo "$as_me: failed program was:" >&5 |
| 8091 | cat conftest.$ac_ext >&5 | 8705 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8706 | |||
| 8092 | ac_cv_lib_Xpm_XpmReadFileToPixmap=no | 8707 | ac_cv_lib_Xpm_XpmReadFileToPixmap=no |
| 8093 | fi | 8708 | fi |
| 8094 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 8709 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -8108,7 +8723,11 @@ fi | |||
| 8108 | echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 | 8723 | echo $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 | ||
| 8728 | cat confdefs.h >>conftest.$ac_ext | ||
| 8729 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 8730 | /* end confdefs.h. */ | ||
| 8112 | #include "X11/xpm.h" | 8731 | #include "X11/xpm.h" |
| 8113 | #ifndef XpmReturnAllocPixels | 8732 | #ifndef XpmReturnAllocPixels |
| 8114 | no_return_alloc_pixels | 8733 | no_return_alloc_pixels |
| @@ -8161,7 +8780,11 @@ echo "$as_me:$LINENO: checking jerror.h usability" >&5 | |||
| 8161 | echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6 | 8780 | echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6 |
| 8162 | cat >conftest.$ac_ext <<_ACEOF | 8781 | cat >conftest.$ac_ext <<_ACEOF |
| 8163 | #line $LINENO "configure" | 8782 | #line $LINENO "configure" |
| 8164 | #include "confdefs.h" | 8783 | /* confdefs.h. */ |
| 8784 | _ACEOF | ||
| 8785 | cat confdefs.h >>conftest.$ac_ext | ||
| 8786 | cat >>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 |
| 8181 | else | 8804 | else |
| 8182 | echo "$as_me: failed program was:" >&5 | 8805 | echo "$as_me: failed program was:" >&5 |
| 8183 | cat conftest.$ac_ext >&5 | 8806 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8807 | |||
| 8184 | ac_header_compiler=no | 8808 | ac_header_compiler=no |
| 8185 | fi | 8809 | fi |
| 8186 | rm -f conftest.$ac_objext conftest.$ac_ext | 8810 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -8192,7 +8816,11 @@ echo "$as_me:$LINENO: checking jerror.h presence" >&5 | |||
| 8192 | echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6 | 8816 | echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6 |
| 8193 | cat >conftest.$ac_ext <<_ACEOF | 8817 | cat >conftest.$ac_ext <<_ACEOF |
| 8194 | #line $LINENO "configure" | 8818 | #line $LINENO "configure" |
| 8195 | #include "confdefs.h" | 8819 | /* confdefs.h. */ |
| 8820 | _ACEOF | ||
| 8821 | cat confdefs.h >>conftest.$ac_ext | ||
| 8822 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 8823 | /* end confdefs.h. */ | ||
| 8196 | #include <jerror.h> | 8824 | #include <jerror.h> |
| 8197 | _ACEOF | 8825 | _ACEOF |
| 8198 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 8826 | if { (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 |
| 8216 | else | 8844 | else |
| 8217 | echo "$as_me: failed program was:" >&5 | 8845 | echo "$as_me: failed program was:" >&5 |
| 8218 | cat conftest.$ac_ext >&5 | 8846 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8847 | |||
| 8219 | ac_header_preproc=no | 8848 | ac_header_preproc=no |
| 8220 | fi | 8849 | fi |
| 8221 | rm -f conftest.err conftest.$ac_ext | 8850 | rm -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 |
| 8229 | echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 8858 | echo "$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 |
| 8231 | echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;};; | 8860 | echo "$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 |
| 8234 | echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;} | 8872 | echo "$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 |
| 8236 | echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;} | 8874 | echo "$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 |
| 8238 | echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;};; | 8876 | echo "$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 | ;; | ||
| 8239 | esac | 8886 | esac |
| 8240 | echo "$as_me:$LINENO: checking for jerror.h" >&5 | 8887 | echo "$as_me:$LINENO: checking for jerror.h" >&5 |
| 8241 | echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6 | 8888 | echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6 |
| @@ -8258,7 +8905,11 @@ else | |||
| 8258 | LIBS="-ljpeg $LIBS" | 8905 | LIBS="-ljpeg $LIBS" |
| 8259 | cat >conftest.$ac_ext <<_ACEOF | 8906 | cat >conftest.$ac_ext <<_ACEOF |
| 8260 | #line $LINENO "configure" | 8907 | #line $LINENO "configure" |
| 8261 | #include "confdefs.h" | 8908 | /* confdefs.h. */ |
| 8909 | _ACEOF | ||
| 8910 | cat confdefs.h >>conftest.$ac_ext | ||
| 8911 | cat >>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 |
| 8291 | else | 8942 | else |
| 8292 | echo "$as_me: failed program was:" >&5 | 8943 | echo "$as_me: failed program was:" >&5 |
| 8293 | cat conftest.$ac_ext >&5 | 8944 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8945 | |||
| 8294 | ac_cv_lib_jpeg_jpeg_destroy_compress=no | 8946 | ac_cv_lib_jpeg_jpeg_destroy_compress=no |
| 8295 | fi | 8947 | fi |
| 8296 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 8948 | rm -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 | ||
| 8972 | cat confdefs.h >>conftest.$ac_ext | ||
| 8973 | cat >>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 | |||
| 8354 | echo $ECHO_N "checking png.h usability... $ECHO_C" >&6 | 9010 | echo $ECHO_N "checking png.h usability... $ECHO_C" >&6 |
| 8355 | cat >conftest.$ac_ext <<_ACEOF | 9011 | cat >conftest.$ac_ext <<_ACEOF |
| 8356 | #line $LINENO "configure" | 9012 | #line $LINENO "configure" |
| 8357 | #include "confdefs.h" | 9013 | /* confdefs.h. */ |
| 9014 | _ACEOF | ||
| 9015 | cat confdefs.h >>conftest.$ac_ext | ||
| 9016 | cat >>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 |
| 8374 | else | 9034 | else |
| 8375 | echo "$as_me: failed program was:" >&5 | 9035 | echo "$as_me: failed program was:" >&5 |
| 8376 | cat conftest.$ac_ext >&5 | 9036 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9037 | |||
| 8377 | ac_header_compiler=no | 9038 | ac_header_compiler=no |
| 8378 | fi | 9039 | fi |
| 8379 | rm -f conftest.$ac_objext conftest.$ac_ext | 9040 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -8385,7 +9046,11 @@ echo "$as_me:$LINENO: checking png.h presence" >&5 | |||
| 8385 | echo $ECHO_N "checking png.h presence... $ECHO_C" >&6 | 9046 | echo $ECHO_N "checking png.h presence... $ECHO_C" >&6 |
| 8386 | cat >conftest.$ac_ext <<_ACEOF | 9047 | cat >conftest.$ac_ext <<_ACEOF |
| 8387 | #line $LINENO "configure" | 9048 | #line $LINENO "configure" |
| 8388 | #include "confdefs.h" | 9049 | /* confdefs.h. */ |
| 9050 | _ACEOF | ||
| 9051 | cat confdefs.h >>conftest.$ac_ext | ||
| 9052 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 9053 | /* end confdefs.h. */ | ||
| 8389 | #include <png.h> | 9054 | #include <png.h> |
| 8390 | _ACEOF | 9055 | _ACEOF |
| 8391 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 9056 | if { (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 |
| 8409 | else | 9074 | else |
| 8410 | echo "$as_me: failed program was:" >&5 | 9075 | echo "$as_me: failed program was:" >&5 |
| 8411 | cat conftest.$ac_ext >&5 | 9076 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9077 | |||
| 8412 | ac_header_preproc=no | 9078 | ac_header_preproc=no |
| 8413 | fi | 9079 | fi |
| 8414 | rm -f conftest.err conftest.$ac_ext | 9080 | rm -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 |
| 8422 | echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 9088 | echo "$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 |
| 8424 | echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;};; | 9090 | echo "$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 |
| 8427 | echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;} | 9102 | echo "$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 |
| 8429 | echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;} | 9104 | echo "$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 |
| 8431 | echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;};; | 9106 | echo "$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 | ;; | ||
| 8432 | esac | 9116 | esac |
| 8433 | echo "$as_me:$LINENO: checking for png.h" >&5 | 9117 | echo "$as_me:$LINENO: checking for png.h" >&5 |
| 8434 | echo $ECHO_N "checking for png.h... $ECHO_C" >&6 | 9118 | echo $ECHO_N "checking for png.h... $ECHO_C" >&6 |
| @@ -8451,7 +9135,11 @@ else | |||
| 8451 | LIBS="-lpng -lz -lm $LIBS" | 9135 | LIBS="-lpng -lz -lm $LIBS" |
| 8452 | cat >conftest.$ac_ext <<_ACEOF | 9136 | cat >conftest.$ac_ext <<_ACEOF |
| 8453 | #line $LINENO "configure" | 9137 | #line $LINENO "configure" |
| 8454 | #include "confdefs.h" | 9138 | /* confdefs.h. */ |
| 9139 | _ACEOF | ||
| 9140 | cat confdefs.h >>conftest.$ac_ext | ||
| 9141 | cat >>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 |
| 8484 | else | 9172 | else |
| 8485 | echo "$as_me: failed program was:" >&5 | 9173 | echo "$as_me: failed program was:" >&5 |
| 8486 | cat conftest.$ac_ext >&5 | 9174 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9175 | |||
| 8487 | ac_cv_lib_png_png_get_channels=no | 9176 | ac_cv_lib_png_png_get_channels=no |
| 8488 | fi | 9177 | fi |
| 8489 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 9178 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -8527,7 +9216,11 @@ echo "$as_me:$LINENO: checking tiffio.h usability" >&5 | |||
| 8527 | echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6 | 9216 | echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6 |
| 8528 | cat >conftest.$ac_ext <<_ACEOF | 9217 | cat >conftest.$ac_ext <<_ACEOF |
| 8529 | #line $LINENO "configure" | 9218 | #line $LINENO "configure" |
| 8530 | #include "confdefs.h" | 9219 | /* confdefs.h. */ |
| 9220 | _ACEOF | ||
| 9221 | cat confdefs.h >>conftest.$ac_ext | ||
| 9222 | cat >>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 |
| 8547 | else | 9240 | else |
| 8548 | echo "$as_me: failed program was:" >&5 | 9241 | echo "$as_me: failed program was:" >&5 |
| 8549 | cat conftest.$ac_ext >&5 | 9242 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9243 | |||
| 8550 | ac_header_compiler=no | 9244 | ac_header_compiler=no |
| 8551 | fi | 9245 | fi |
| 8552 | rm -f conftest.$ac_objext conftest.$ac_ext | 9246 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -8558,7 +9252,11 @@ echo "$as_me:$LINENO: checking tiffio.h presence" >&5 | |||
| 8558 | echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6 | 9252 | echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6 |
| 8559 | cat >conftest.$ac_ext <<_ACEOF | 9253 | cat >conftest.$ac_ext <<_ACEOF |
| 8560 | #line $LINENO "configure" | 9254 | #line $LINENO "configure" |
| 8561 | #include "confdefs.h" | 9255 | /* confdefs.h. */ |
| 9256 | _ACEOF | ||
| 9257 | cat confdefs.h >>conftest.$ac_ext | ||
| 9258 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 9259 | /* end confdefs.h. */ | ||
| 8562 | #include <tiffio.h> | 9260 | #include <tiffio.h> |
| 8563 | _ACEOF | 9261 | _ACEOF |
| 8564 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 9262 | if { (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 |
| 8582 | else | 9280 | else |
| 8583 | echo "$as_me: failed program was:" >&5 | 9281 | echo "$as_me: failed program was:" >&5 |
| 8584 | cat conftest.$ac_ext >&5 | 9282 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9283 | |||
| 8585 | ac_header_preproc=no | 9284 | ac_header_preproc=no |
| 8586 | fi | 9285 | fi |
| 8587 | rm -f conftest.err conftest.$ac_ext | 9286 | rm -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 |
| 8595 | echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 9294 | echo "$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 |
| 8597 | echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;};; | 9296 | echo "$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 |
| 8600 | echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;} | 9308 | echo "$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 |
| 8602 | echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;} | 9310 | echo "$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 |
| 8604 | echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;};; | 9312 | echo "$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 | ;; | ||
| 8605 | esac | 9322 | esac |
| 8606 | echo "$as_me:$LINENO: checking for tiffio.h" >&5 | 9323 | echo "$as_me:$LINENO: checking for tiffio.h" >&5 |
| 8607 | echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 | 9324 | echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 |
| @@ -8627,7 +9344,11 @@ else | |||
| 8627 | LIBS="-ltiff $tifflibs $LIBS" | 9344 | LIBS="-ltiff $tifflibs $LIBS" |
| 8628 | cat >conftest.$ac_ext <<_ACEOF | 9345 | cat >conftest.$ac_ext <<_ACEOF |
| 8629 | #line $LINENO "configure" | 9346 | #line $LINENO "configure" |
| 8630 | #include "confdefs.h" | 9347 | /* confdefs.h. */ |
| 9348 | _ACEOF | ||
| 9349 | cat confdefs.h >>conftest.$ac_ext | ||
| 9350 | cat >>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 |
| 8660 | else | 9381 | else |
| 8661 | echo "$as_me: failed program was:" >&5 | 9382 | echo "$as_me: failed program was:" >&5 |
| 8662 | cat conftest.$ac_ext >&5 | 9383 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9384 | |||
| 8663 | ac_cv_lib_tiff_TIFFGetVersion=no | 9385 | ac_cv_lib_tiff_TIFFGetVersion=no |
| 8664 | fi | 9386 | fi |
| 8665 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 9387 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -8703,7 +9425,11 @@ echo "$as_me:$LINENO: checking gif_lib.h usability" >&5 | |||
| 8703 | echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6 | 9425 | echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6 |
| 8704 | cat >conftest.$ac_ext <<_ACEOF | 9426 | cat >conftest.$ac_ext <<_ACEOF |
| 8705 | #line $LINENO "configure" | 9427 | #line $LINENO "configure" |
| 8706 | #include "confdefs.h" | 9428 | /* confdefs.h. */ |
| 9429 | _ACEOF | ||
| 9430 | cat confdefs.h >>conftest.$ac_ext | ||
| 9431 | cat >>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 |
| 8723 | else | 9449 | else |
| 8724 | echo "$as_me: failed program was:" >&5 | 9450 | echo "$as_me: failed program was:" >&5 |
| 8725 | cat conftest.$ac_ext >&5 | 9451 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9452 | |||
| 8726 | ac_header_compiler=no | 9453 | ac_header_compiler=no |
| 8727 | fi | 9454 | fi |
| 8728 | rm -f conftest.$ac_objext conftest.$ac_ext | 9455 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -8734,7 +9461,11 @@ echo "$as_me:$LINENO: checking gif_lib.h presence" >&5 | |||
| 8734 | echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6 | 9461 | echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6 |
| 8735 | cat >conftest.$ac_ext <<_ACEOF | 9462 | cat >conftest.$ac_ext <<_ACEOF |
| 8736 | #line $LINENO "configure" | 9463 | #line $LINENO "configure" |
| 8737 | #include "confdefs.h" | 9464 | /* confdefs.h. */ |
| 9465 | _ACEOF | ||
| 9466 | cat confdefs.h >>conftest.$ac_ext | ||
| 9467 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 9468 | /* end confdefs.h. */ | ||
| 8738 | #include <gif_lib.h> | 9469 | #include <gif_lib.h> |
| 8739 | _ACEOF | 9470 | _ACEOF |
| 8740 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 9471 | if { (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 |
| 8758 | else | 9489 | else |
| 8759 | echo "$as_me: failed program was:" >&5 | 9490 | echo "$as_me: failed program was:" >&5 |
| 8760 | cat conftest.$ac_ext >&5 | 9491 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9492 | |||
| 8761 | ac_header_preproc=no | 9493 | ac_header_preproc=no |
| 8762 | fi | 9494 | fi |
| 8763 | rm -f conftest.err conftest.$ac_ext | 9495 | rm -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 |
| 8771 | echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 9503 | echo "$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 |
| 8773 | echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;};; | 9505 | echo "$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 |
| 8776 | echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;} | 9517 | echo "$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 |
| 8778 | echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;} | 9519 | echo "$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 |
| 8780 | echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;};; | 9521 | echo "$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 | ;; | ||
| 8781 | esac | 9531 | esac |
| 8782 | echo "$as_me:$LINENO: checking for gif_lib.h" >&5 | 9532 | echo "$as_me:$LINENO: checking for gif_lib.h" >&5 |
| 8783 | echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6 | 9533 | echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6 |
| @@ -8802,7 +9552,11 @@ else | |||
| 8802 | LIBS="-lungif $LIBS" | 9552 | LIBS="-lungif $LIBS" |
| 8803 | cat >conftest.$ac_ext <<_ACEOF | 9553 | cat >conftest.$ac_ext <<_ACEOF |
| 8804 | #line $LINENO "configure" | 9554 | #line $LINENO "configure" |
| 8805 | #include "confdefs.h" | 9555 | /* confdefs.h. */ |
| 9556 | _ACEOF | ||
| 9557 | cat confdefs.h >>conftest.$ac_ext | ||
| 9558 | cat >>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 |
| 8835 | else | 9589 | else |
| 8836 | echo "$as_me: failed program was:" >&5 | 9590 | echo "$as_me: failed program was:" >&5 |
| 8837 | cat conftest.$ac_ext >&5 | 9591 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9592 | |||
| 8838 | ac_cv_lib_ungif_EGifPutExtensionLast=no | 9593 | ac_cv_lib_ungif_EGifPutExtensionLast=no |
| 8839 | fi | 9594 | fi |
| 8840 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 9595 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -8877,7 +9632,11 @@ echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5 | |||
| 8877 | echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6 | 9632 | echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6 |
| 8878 | cat >conftest.$ac_ext <<_ACEOF | 9633 | cat >conftest.$ac_ext <<_ACEOF |
| 8879 | #line $LINENO "configure" | 9634 | #line $LINENO "configure" |
| 8880 | #include "confdefs.h" | 9635 | /* confdefs.h. */ |
| 9636 | _ACEOF | ||
| 9637 | cat confdefs.h >>conftest.$ac_ext | ||
| 9638 | cat >>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 |
| 8897 | else | 9656 | else |
| 8898 | echo "$as_me: failed program was:" >&5 | 9657 | echo "$as_me: failed program was:" >&5 |
| 8899 | cat conftest.$ac_ext >&5 | 9658 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9659 | |||
| 8900 | ac_header_compiler=no | 9660 | ac_header_compiler=no |
| 8901 | fi | 9661 | fi |
| 8902 | rm -f conftest.$ac_objext conftest.$ac_ext | 9662 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -8908,7 +9668,11 @@ echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5 | |||
| 8908 | echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6 | 9668 | echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6 |
| 8909 | cat >conftest.$ac_ext <<_ACEOF | 9669 | cat >conftest.$ac_ext <<_ACEOF |
| 8910 | #line $LINENO "configure" | 9670 | #line $LINENO "configure" |
| 8911 | #include "confdefs.h" | 9671 | /* confdefs.h. */ |
| 9672 | _ACEOF | ||
| 9673 | cat confdefs.h >>conftest.$ac_ext | ||
| 9674 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 9675 | /* end confdefs.h. */ | ||
| 8912 | #include <Carbon/Carbon.h> | 9676 | #include <Carbon/Carbon.h> |
| 8913 | _ACEOF | 9677 | _ACEOF |
| 8914 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 9678 | if { (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 |
| 8932 | else | 9696 | else |
| 8933 | echo "$as_me: failed program was:" >&5 | 9697 | echo "$as_me: failed program was:" >&5 |
| 8934 | cat conftest.$ac_ext >&5 | 9698 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9699 | |||
| 8935 | ac_header_preproc=no | 9700 | ac_header_preproc=no |
| 8936 | fi | 9701 | fi |
| 8937 | rm -f conftest.err conftest.$ac_ext | 9702 | rm -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 |
| 8945 | echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 9710 | echo "$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 |
| 8947 | echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;};; | 9712 | echo "$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 |
| 8950 | echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;} | 9724 | echo "$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 |
| 8952 | echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;} | 9726 | echo "$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 |
| 8954 | echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;};; | 9728 | echo "$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 | ;; | ||
| 8955 | esac | 9738 | esac |
| 8956 | echo "$as_me:$LINENO: checking for Carbon/Carbon.h" >&5 | 9739 | echo "$as_me:$LINENO: checking for Carbon/Carbon.h" >&5 |
| 8957 | echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6 | 9740 | echo $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 | |||
| 8996 | echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6 | 9779 | echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6 |
| 8997 | cat >conftest.$ac_ext <<_ACEOF | 9780 | cat >conftest.$ac_ext <<_ACEOF |
| 8998 | #line $LINENO "configure" | 9781 | #line $LINENO "configure" |
| 8999 | #include "confdefs.h" | 9782 | /* confdefs.h. */ |
| 9783 | _ACEOF | ||
| 9784 | cat confdefs.h >>conftest.$ac_ext | ||
| 9785 | cat >>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 |
| 9016 | else | 9803 | else |
| 9017 | echo "$as_me: failed program was:" >&5 | 9804 | echo "$as_me: failed program was:" >&5 |
| 9018 | cat conftest.$ac_ext >&5 | 9805 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9806 | |||
| 9019 | ac_header_compiler=no | 9807 | ac_header_compiler=no |
| 9020 | fi | 9808 | fi |
| 9021 | rm -f conftest.$ac_objext conftest.$ac_ext | 9809 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -9027,7 +9815,11 @@ echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5 | |||
| 9027 | echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6 | 9815 | echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6 |
| 9028 | cat >conftest.$ac_ext <<_ACEOF | 9816 | cat >conftest.$ac_ext <<_ACEOF |
| 9029 | #line $LINENO "configure" | 9817 | #line $LINENO "configure" |
| 9030 | #include "confdefs.h" | 9818 | /* confdefs.h. */ |
| 9819 | _ACEOF | ||
| 9820 | cat confdefs.h >>conftest.$ac_ext | ||
| 9821 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 9822 | /* end confdefs.h. */ | ||
| 9031 | #include <X11/SM/SMlib.h> | 9823 | #include <X11/SM/SMlib.h> |
| 9032 | _ACEOF | 9824 | _ACEOF |
| 9033 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 9825 | if { (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 |
| 9051 | else | 9843 | else |
| 9052 | echo "$as_me: failed program was:" >&5 | 9844 | echo "$as_me: failed program was:" >&5 |
| 9053 | cat conftest.$ac_ext >&5 | 9845 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9846 | |||
| 9054 | ac_header_preproc=no | 9847 | ac_header_preproc=no |
| 9055 | fi | 9848 | fi |
| 9056 | rm -f conftest.err conftest.$ac_ext | 9849 | rm -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 |
| 9064 | echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 9857 | echo "$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 |
| 9066 | echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;};; | 9859 | echo "$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 |
| 9069 | echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;} | 9871 | echo "$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 |
| 9071 | echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;} | 9873 | echo "$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 |
| 9073 | echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;};; | 9875 | echo "$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 | ;; | ||
| 9074 | esac | 9885 | esac |
| 9075 | echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5 | 9886 | echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5 |
| 9076 | echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6 | 9887 | echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6 |
| @@ -9093,7 +9904,11 @@ else | |||
| 9093 | LIBS="-lSM $LIBS" | 9904 | LIBS="-lSM $LIBS" |
| 9094 | cat >conftest.$ac_ext <<_ACEOF | 9905 | cat >conftest.$ac_ext <<_ACEOF |
| 9095 | #line $LINENO "configure" | 9906 | #line $LINENO "configure" |
| 9096 | #include "confdefs.h" | 9907 | /* confdefs.h. */ |
| 9908 | _ACEOF | ||
| 9909 | cat confdefs.h >>conftest.$ac_ext | ||
| 9910 | cat >>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 |
| 9126 | else | 9941 | else |
| 9127 | echo "$as_me: failed program was:" >&5 | 9942 | echo "$as_me: failed program was:" >&5 |
| 9128 | cat conftest.$ac_ext >&5 | 9943 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9944 | |||
| 9129 | ac_cv_lib_SM_SmcOpenConnection=no | 9945 | ac_cv_lib_SM_SmcOpenConnection=no |
| 9130 | fi | 9946 | fi |
| 9131 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 9947 | rm -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 | |||
| 9164 | else | 9980 | else |
| 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 | ||
| 9985 | cat confdefs.h >>conftest.$ac_ext | ||
| 9986 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 9987 | /* end confdefs.h. */ | ||
| 9168 | #include <netdb.h> | 9988 | #include <netdb.h> |
| 9169 | int | 9989 | int |
| 9170 | main () | 9990 | main () |
| @@ -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 |
| 9190 | else | 10010 | else |
| 9191 | echo "$as_me: failed program was:" >&5 | 10011 | echo "$as_me: failed program was:" >&5 |
| 9192 | cat conftest.$ac_ext >&5 | 10012 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10013 | |||
| 9193 | emacs_cv_netdb_declares_h_errno=no | 10014 | emacs_cv_netdb_declares_h_errno=no |
| 9194 | fi | 10015 | fi |
| 9195 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 10016 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -9213,7 +10034,11 @@ if test "${ac_cv_working_alloca_h+set}" = set; then | |||
| 9213 | else | 10034 | else |
| 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 | ||
| 10039 | cat confdefs.h >>conftest.$ac_ext | ||
| 10040 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 10041 | /* end confdefs.h. */ | ||
| 9217 | #include <alloca.h> | 10042 | #include <alloca.h> |
| 9218 | int | 10043 | int |
| 9219 | main () | 10044 | main () |
| @@ -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 |
| 9239 | else | 10064 | else |
| 9240 | echo "$as_me: failed program was:" >&5 | 10065 | echo "$as_me: failed program was:" >&5 |
| 9241 | cat conftest.$ac_ext >&5 | 10066 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10067 | |||
| 9242 | ac_cv_working_alloca_h=no | 10068 | ac_cv_working_alloca_h=no |
| 9243 | fi | 10069 | fi |
| 9244 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 10070 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -9260,7 +10086,11 @@ if test "${ac_cv_func_alloca_works+set}" = set; then | |||
| 9260 | else | 10086 | else |
| 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 | ||
| 10091 | cat confdefs.h >>conftest.$ac_ext | ||
| 10092 | cat >>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 |
| 9306 | else | 10136 | else |
| 9307 | echo "$as_me: failed program was:" >&5 | 10137 | echo "$as_me: failed program was:" >&5 |
| 9308 | cat conftest.$ac_ext >&5 | 10138 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10139 | |||
| 9309 | ac_cv_func_alloca_works=no | 10140 | ac_cv_func_alloca_works=no |
| 9310 | fi | 10141 | fi |
| 9311 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 10142 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -9339,7 +10170,11 @@ if test "${ac_cv_os_cray+set}" = set; then | |||
| 9339 | else | 10170 | else |
| 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 | ||
| 10175 | cat confdefs.h >>conftest.$ac_ext | ||
| 10176 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 10177 | /* end confdefs.h. */ | ||
| 9343 | #if defined(CRAY) && ! defined(CRAY2) | 10178 | #if defined(CRAY) && ! defined(CRAY2) |
| 9344 | webecray | 10179 | webecray |
| 9345 | #else | 10180 | #else |
| @@ -9368,30 +10203,37 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 9368 | else | 10203 | else |
| 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 | ||
| 10208 | cat confdefs.h >>conftest.$ac_ext | ||
| 10209 | cat >>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 |
| 9377 | extern "C" | 10216 | extern "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. */ |
| 9381 | char $ac_func (); | 10221 | char $ac_func (); |
| 9382 | char (*f) (); | ||
| 9383 | |||
| 9384 | int | ||
| 9385 | main () | ||
| 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) |
| 9391 | choke me | 10226 | choke me |
| 9392 | #else | 10227 | #else |
| 9393 | f = $ac_func; | 10228 | char (*f) () = $ac_func; |
| 9394 | #endif | 10229 | #endif |
| 10230 | #ifdef __cplusplus | ||
| 10231 | } | ||
| 10232 | #endif | ||
| 10233 | |||
| 10234 | int | ||
| 10235 | main () | ||
| 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" |
| 9413 | else | 10255 | else |
| 9414 | echo "$as_me: failed program was:" >&5 | 10256 | echo "$as_me: failed program was:" >&5 |
| 9415 | cat conftest.$ac_ext >&5 | 10257 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10258 | |||
| 9416 | eval "$as_ac_var=no" | 10259 | eval "$as_ac_var=no" |
| 9417 | fi | 10260 | fi |
| 9418 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 10261 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -9441,7 +10284,11 @@ else | |||
| 9441 | else | 10284 | else |
| 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 | ||
| 10289 | cat confdefs.h >>conftest.$ac_ext | ||
| 10290 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 10291 | /* end confdefs.h. */ | ||
| 9445 | int | 10292 | int |
| 9446 | find_stack_direction () | 10293 | find_stack_direction () |
| 9447 | { | 10294 | { |
| @@ -9477,7 +10324,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 9477 | else | 10324 | else |
| 9478 | echo "$as_me: program exited with status $ac_status" >&5 | 10325 | echo "$as_me: program exited with status $ac_status" >&5 |
| 9479 | echo "$as_me: failed program was:" >&5 | 10326 | echo "$as_me: failed program was:" >&5 |
| 9480 | cat conftest.$ac_ext >&5 | 10327 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10328 | |||
| 9481 | ( exit $ac_status ) | 10329 | ( exit $ac_status ) |
| 9482 | ac_cv_c_stack_direction=-1 | 10330 | ac_cv_c_stack_direction=-1 |
| 9483 | fi | 10331 | fi |
| @@ -9507,7 +10355,11 @@ else | |||
| 9507 | LIBS="-lm $LIBS" | 10355 | LIBS="-lm $LIBS" |
| 9508 | cat >conftest.$ac_ext <<_ACEOF | 10356 | cat >conftest.$ac_ext <<_ACEOF |
| 9509 | #line $LINENO "configure" | 10357 | #line $LINENO "configure" |
| 9510 | #include "confdefs.h" | 10358 | /* confdefs.h. */ |
| 10359 | _ACEOF | ||
| 10360 | cat confdefs.h >>conftest.$ac_ext | ||
| 10361 | cat >>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 |
| 9540 | else | 10392 | else |
| 9541 | echo "$as_me: failed program was:" >&5 | 10393 | echo "$as_me: failed program was:" >&5 |
| 9542 | cat conftest.$ac_ext >&5 | 10394 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10395 | |||
| 9543 | ac_cv_lib_m_sqrt=no | 10396 | ac_cv_lib_m_sqrt=no |
| 9544 | fi | 10397 | fi |
| 9545 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 10398 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -9568,7 +10421,11 @@ else | |||
| 9568 | LIBS="-lmail $LIBS" | 10421 | LIBS="-lmail $LIBS" |
| 9569 | cat >conftest.$ac_ext <<_ACEOF | 10422 | cat >conftest.$ac_ext <<_ACEOF |
| 9570 | #line $LINENO "configure" | 10423 | #line $LINENO "configure" |
| 9571 | #include "confdefs.h" | 10424 | /* confdefs.h. */ |
| 10425 | _ACEOF | ||
| 10426 | cat confdefs.h >>conftest.$ac_ext | ||
| 10427 | cat >>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 |
| 9601 | else | 10458 | else |
| 9602 | echo "$as_me: failed program was:" >&5 | 10459 | echo "$as_me: failed program was:" >&5 |
| 9603 | cat conftest.$ac_ext >&5 | 10460 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10461 | |||
| 9604 | ac_cv_lib_mail_maillock=no | 10462 | ac_cv_lib_mail_maillock=no |
| 9605 | fi | 10463 | fi |
| 9606 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 10464 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -9627,7 +10485,11 @@ else | |||
| 9627 | LIBS="-llockfile $LIBS" | 10485 | LIBS="-llockfile $LIBS" |
| 9628 | cat >conftest.$ac_ext <<_ACEOF | 10486 | cat >conftest.$ac_ext <<_ACEOF |
| 9629 | #line $LINENO "configure" | 10487 | #line $LINENO "configure" |
| 9630 | #include "confdefs.h" | 10488 | /* confdefs.h. */ |
| 10489 | _ACEOF | ||
| 10490 | cat confdefs.h >>conftest.$ac_ext | ||
| 10491 | cat >>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 |
| 9660 | else | 10522 | else |
| 9661 | echo "$as_me: failed program was:" >&5 | 10523 | echo "$as_me: failed program was:" >&5 |
| 9662 | cat conftest.$ac_ext >&5 | 10524 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10525 | |||
| 9663 | ac_cv_lib_lockfile_maillock=no | 10526 | ac_cv_lib_lockfile_maillock=no |
| 9664 | fi | 10527 | fi |
| 9665 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 10528 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -9744,31 +10607,38 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 9744 | else | 10607 | else |
| 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 | ||
| 10612 | cat confdefs.h >>conftest.$ac_ext | ||
| 10613 | cat >>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 |
| 9753 | extern "C" | 10620 | extern "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. */ |
| 9757 | char $ac_func (); | 10625 | char $ac_func (); |
| 9758 | char (*f) (); | ||
| 9759 | |||
| 9760 | int | ||
| 9761 | main () | ||
| 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) |
| 9767 | choke me | 10630 | choke me |
| 9768 | #else | 10631 | #else |
| 9769 | f = $ac_func; | 10632 | char (*f) () = $ac_func; |
| 10633 | #endif | ||
| 10634 | #ifdef __cplusplus | ||
| 10635 | } | ||
| 9770 | #endif | 10636 | #endif |
| 9771 | 10637 | ||
| 10638 | int | ||
| 10639 | main () | ||
| 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" |
| 9789 | else | 10659 | else |
| 9790 | echo "$as_me: failed program was:" >&5 | 10660 | echo "$as_me: failed program was:" >&5 |
| 9791 | cat conftest.$ac_ext >&5 | 10661 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10662 | |||
| 9792 | eval "$as_ac_var=no" | 10663 | eval "$as_ac_var=no" |
| 9793 | fi | 10664 | fi |
| 9794 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 10665 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -9821,7 +10692,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |||
| 9821 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 10692 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 9822 | cat >conftest.$ac_ext <<_ACEOF | 10693 | cat >conftest.$ac_ext <<_ACEOF |
| 9823 | #line $LINENO "configure" | 10694 | #line $LINENO "configure" |
| 9824 | #include "confdefs.h" | 10695 | /* confdefs.h. */ |
| 10696 | _ACEOF | ||
| 10697 | cat confdefs.h >>conftest.$ac_ext | ||
| 10698 | cat >>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 |
| 9841 | else | 10716 | else |
| 9842 | echo "$as_me: failed program was:" >&5 | 10717 | echo "$as_me: failed program was:" >&5 |
| 9843 | cat conftest.$ac_ext >&5 | 10718 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10719 | |||
| 9844 | ac_header_compiler=no | 10720 | ac_header_compiler=no |
| 9845 | fi | 10721 | fi |
| 9846 | rm -f conftest.$ac_objext conftest.$ac_ext | 10722 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -9852,7 +10728,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |||
| 9852 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 10728 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 9853 | cat >conftest.$ac_ext <<_ACEOF | 10729 | cat >conftest.$ac_ext <<_ACEOF |
| 9854 | #line $LINENO "configure" | 10730 | #line $LINENO "configure" |
| 9855 | #include "confdefs.h" | 10731 | /* confdefs.h. */ |
| 10732 | _ACEOF | ||
| 10733 | cat confdefs.h >>conftest.$ac_ext | ||
| 10734 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 10735 | /* end confdefs.h. */ | ||
| 9856 | #include <$ac_header> | 10736 | #include <$ac_header> |
| 9857 | _ACEOF | 10737 | _ACEOF |
| 9858 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 10738 | if { (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 |
| 9876 | else | 10756 | else |
| 9877 | echo "$as_me: failed program was:" >&5 | 10757 | echo "$as_me: failed program was:" >&5 |
| 9878 | cat conftest.$ac_ext >&5 | 10758 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10759 | |||
| 9879 | ac_header_preproc=no | 10760 | ac_header_preproc=no |
| 9880 | fi | 10761 | fi |
| 9881 | rm -f conftest.err conftest.$ac_ext | 10762 | rm -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 |
| 9889 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 10770 | echo "$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 |
| 9891 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 10772 | echo "$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 |
| 9894 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 10784 | echo "$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 |
| 9896 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 10786 | echo "$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 |
| 9898 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 10788 | echo "$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 | ;; | ||
| 9899 | esac | 10798 | esac |
| 9900 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 10799 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 9901 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 10800 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| @@ -9977,6 +10876,7 @@ done | |||
| 9977 | 10876 | ||
| 9978 | 10877 | ||
| 9979 | 10878 | ||
| 10879 | |||
| 9980 | for ac_func in gethostname getdomainname dup2 \ | 10880 | for ac_func in gethostname getdomainname dup2 \ |
| 9981 | rename closedir mkdir rmdir sysinfo \ | 10881 | rename closedir mkdir rmdir sysinfo \ |
| 9982 | random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ | 10882 | random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ |
| @@ -9984,7 +10884,7 @@ strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ | |||
| 9984 | utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \ | 10884 | utimes 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 \ |
| 9986 | sendto recvfrom getsockopt setsockopt getsockname getpeername \ | 10886 | sendto recvfrom getsockopt setsockopt getsockname getpeername \ |
| 9987 | gai_strerror mkstemp getline getdelim mremap memmove fsync bzero | 10887 | gai_strerror mkstemp getline getdelim mremap memmove fsync bzero memset |
| 9988 | do | 10888 | do |
| 9989 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 10889 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 9990 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | 10890 | echo "$as_me:$LINENO: checking for $ac_func" >&5 |
| @@ -9994,31 +10894,38 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 9994 | else | 10894 | else |
| 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 | ||
| 10899 | cat confdefs.h >>conftest.$ac_ext | ||
| 10900 | cat >>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 |
| 10003 | extern "C" | 10907 | extern "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. */ |
| 10007 | char $ac_func (); | 10912 | char $ac_func (); |
| 10008 | char (*f) (); | ||
| 10009 | |||
| 10010 | int | ||
| 10011 | main () | ||
| 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) |
| 10017 | choke me | 10917 | choke me |
| 10018 | #else | 10918 | #else |
| 10019 | f = $ac_func; | 10919 | char (*f) () = $ac_func; |
| 10920 | #endif | ||
| 10921 | #ifdef __cplusplus | ||
| 10922 | } | ||
| 10020 | #endif | 10923 | #endif |
| 10021 | 10924 | ||
| 10925 | int | ||
| 10926 | main () | ||
| 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" |
| 10039 | else | 10946 | else |
| 10040 | echo "$as_me: failed program was:" >&5 | 10947 | echo "$as_me: failed program was:" >&5 |
| 10041 | cat conftest.$ac_ext >&5 | 10948 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10949 | |||
| 10042 | eval "$as_ac_var=no" | 10950 | eval "$as_ac_var=no" |
| 10043 | fi | 10951 | fi |
| 10044 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 10952 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -10072,7 +10980,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |||
| 10072 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 10980 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 10073 | cat >conftest.$ac_ext <<_ACEOF | 10981 | cat >conftest.$ac_ext <<_ACEOF |
| 10074 | #line $LINENO "configure" | 10982 | #line $LINENO "configure" |
| 10075 | #include "confdefs.h" | 10983 | /* confdefs.h. */ |
| 10984 | _ACEOF | ||
| 10985 | cat confdefs.h >>conftest.$ac_ext | ||
| 10986 | cat >>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 |
| 10092 | else | 11004 | else |
| 10093 | echo "$as_me: failed program was:" >&5 | 11005 | echo "$as_me: failed program was:" >&5 |
| 10094 | cat conftest.$ac_ext >&5 | 11006 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11007 | |||
| 10095 | ac_header_compiler=no | 11008 | ac_header_compiler=no |
| 10096 | fi | 11009 | fi |
| 10097 | rm -f conftest.$ac_objext conftest.$ac_ext | 11010 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -10103,7 +11016,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |||
| 10103 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 11016 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 10104 | cat >conftest.$ac_ext <<_ACEOF | 11017 | cat >conftest.$ac_ext <<_ACEOF |
| 10105 | #line $LINENO "configure" | 11018 | #line $LINENO "configure" |
| 10106 | #include "confdefs.h" | 11019 | /* confdefs.h. */ |
| 11020 | _ACEOF | ||
| 11021 | cat confdefs.h >>conftest.$ac_ext | ||
| 11022 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 11023 | /* end confdefs.h. */ | ||
| 10107 | #include <$ac_header> | 11024 | #include <$ac_header> |
| 10108 | _ACEOF | 11025 | _ACEOF |
| 10109 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 11026 | if { (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 |
| 10127 | else | 11044 | else |
| 10128 | echo "$as_me: failed program was:" >&5 | 11045 | echo "$as_me: failed program was:" >&5 |
| 10129 | cat conftest.$ac_ext >&5 | 11046 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11047 | |||
| 10130 | ac_header_preproc=no | 11048 | ac_header_preproc=no |
| 10131 | fi | 11049 | fi |
| 10132 | rm -f conftest.err conftest.$ac_ext | 11050 | rm -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 |
| 10140 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 11058 | echo "$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 |
| 10142 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 11060 | echo "$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 |
| 10145 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 11072 | echo "$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 |
| 10147 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 11074 | echo "$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 |
| 10149 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 11076 | echo "$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 | ;; | ||
| 10150 | esac | 11086 | esac |
| 10151 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 11087 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 10152 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 11088 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| @@ -10188,7 +11124,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |||
| 10188 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 11124 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 10189 | cat >conftest.$ac_ext <<_ACEOF | 11125 | cat >conftest.$ac_ext <<_ACEOF |
| 10190 | #line $LINENO "configure" | 11126 | #line $LINENO "configure" |
| 10191 | #include "confdefs.h" | 11127 | /* confdefs.h. */ |
| 11128 | _ACEOF | ||
| 11129 | cat confdefs.h >>conftest.$ac_ext | ||
| 11130 | cat >>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 |
| 10208 | else | 11148 | else |
| 10209 | echo "$as_me: failed program was:" >&5 | 11149 | echo "$as_me: failed program was:" >&5 |
| 10210 | cat conftest.$ac_ext >&5 | 11150 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11151 | |||
| 10211 | ac_header_compiler=no | 11152 | ac_header_compiler=no |
| 10212 | fi | 11153 | fi |
| 10213 | rm -f conftest.$ac_objext conftest.$ac_ext | 11154 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -10219,7 +11160,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |||
| 10219 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 11160 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 10220 | cat >conftest.$ac_ext <<_ACEOF | 11161 | cat >conftest.$ac_ext <<_ACEOF |
| 10221 | #line $LINENO "configure" | 11162 | #line $LINENO "configure" |
| 10222 | #include "confdefs.h" | 11163 | /* confdefs.h. */ |
| 11164 | _ACEOF | ||
| 11165 | cat confdefs.h >>conftest.$ac_ext | ||
| 11166 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 11167 | /* end confdefs.h. */ | ||
| 10223 | #include <$ac_header> | 11168 | #include <$ac_header> |
| 10224 | _ACEOF | 11169 | _ACEOF |
| 10225 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 11170 | if { (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 |
| 10243 | else | 11188 | else |
| 10244 | echo "$as_me: failed program was:" >&5 | 11189 | echo "$as_me: failed program was:" >&5 |
| 10245 | cat conftest.$ac_ext >&5 | 11190 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11191 | |||
| 10246 | ac_header_preproc=no | 11192 | ac_header_preproc=no |
| 10247 | fi | 11193 | fi |
| 10248 | rm -f conftest.err conftest.$ac_ext | 11194 | rm -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 |
| 10256 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 11202 | echo "$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 |
| 10258 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 11204 | echo "$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 |
| 10261 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 11216 | echo "$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 |
| 10263 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 11218 | echo "$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 |
| 10265 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 11220 | echo "$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 | ;; | ||
| 10266 | esac | 11230 | esac |
| 10267 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 11231 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 10268 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 11232 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| @@ -10295,30 +11259,37 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 10295 | else | 11259 | else |
| 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 | ||
| 11264 | cat confdefs.h >>conftest.$ac_ext | ||
| 11265 | cat >>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 |
| 10304 | extern "C" | 11272 | extern "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. */ |
| 10308 | char $ac_func (); | 11277 | char $ac_func (); |
| 10309 | char (*f) (); | ||
| 10310 | |||
| 10311 | int | ||
| 10312 | main () | ||
| 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) |
| 10318 | choke me | 11282 | choke me |
| 10319 | #else | 11283 | #else |
| 10320 | f = $ac_func; | 11284 | char (*f) () = $ac_func; |
| 10321 | #endif | 11285 | #endif |
| 11286 | #ifdef __cplusplus | ||
| 11287 | } | ||
| 11288 | #endif | ||
| 11289 | |||
| 11290 | int | ||
| 11291 | main () | ||
| 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" |
| 10340 | else | 11311 | else |
| 10341 | echo "$as_me: failed program was:" >&5 | 11312 | echo "$as_me: failed program was:" >&5 |
| 10342 | cat conftest.$ac_ext >&5 | 11313 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11314 | |||
| 10343 | eval "$as_ac_var=no" | 11315 | eval "$as_ac_var=no" |
| 10344 | fi | 11316 | fi |
| 10345 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 11317 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -10364,7 +11336,11 @@ else | |||
| 10364 | else | 11336 | else |
| 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 | ||
| 11341 | cat confdefs.h >>conftest.$ac_ext | ||
| 11342 | cat >>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 | |||
| 10526 | else | 11502 | else |
| 10527 | echo "$as_me: program exited with status $ac_status" >&5 | 11503 | echo "$as_me: program exited with status $ac_status" >&5 |
| 10528 | echo "$as_me: failed program was:" >&5 | 11504 | echo "$as_me: failed program was:" >&5 |
| 10529 | cat conftest.$ac_ext >&5 | 11505 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11506 | |||
| 10530 | ( exit $ac_status ) | 11507 | ( exit $ac_status ) |
| 10531 | ac_cv_func_working_mktime=no | 11508 | ac_cv_func_working_mktime=no |
| 10532 | fi | 11509 | fi |
| @@ -10565,30 +11542,37 @@ if test "${ac_cv_func_getloadavg+set}" = set; then | |||
| 10565 | else | 11542 | else |
| 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 | ||
| 11547 | cat confdefs.h >>conftest.$ac_ext | ||
| 11548 | cat >>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 |
| 10574 | extern "C" | 11555 | extern "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. */ |
| 10578 | char getloadavg (); | 11560 | char getloadavg (); |
| 10579 | char (*f) (); | ||
| 10580 | |||
| 10581 | int | ||
| 10582 | main () | ||
| 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) |
| 10588 | choke me | 11565 | choke me |
| 10589 | #else | 11566 | #else |
| 10590 | f = getloadavg; | 11567 | char (*f) () = getloadavg; |
| 10591 | #endif | 11568 | #endif |
| 11569 | #ifdef __cplusplus | ||
| 11570 | } | ||
| 11571 | #endif | ||
| 11572 | |||
| 11573 | int | ||
| 11574 | main () | ||
| 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 |
| 10610 | else | 11594 | else |
| 10611 | echo "$as_me: failed program was:" >&5 | 11595 | echo "$as_me: failed program was:" >&5 |
| 10612 | cat conftest.$ac_ext >&5 | 11596 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11597 | |||
| 10613 | ac_cv_func_getloadavg=no | 11598 | ac_cv_func_getloadavg=no |
| 10614 | fi | 11599 | fi |
| 10615 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 11600 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -10635,31 +11620,38 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 10635 | else | 11620 | else |
| 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 | ||
| 11625 | cat confdefs.h >>conftest.$ac_ext | ||
| 11626 | cat >>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 |
| 10644 | extern "C" | 11633 | extern "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. */ |
| 10648 | char $ac_func (); | 11638 | char $ac_func (); |
| 10649 | char (*f) (); | ||
| 10650 | |||
| 10651 | int | ||
| 10652 | main () | ||
| 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) |
| 10658 | choke me | 11643 | choke me |
| 10659 | #else | 11644 | #else |
| 10660 | f = $ac_func; | 11645 | char (*f) () = $ac_func; |
| 11646 | #endif | ||
| 11647 | #ifdef __cplusplus | ||
| 11648 | } | ||
| 10661 | #endif | 11649 | #endif |
| 10662 | 11650 | ||
| 11651 | int | ||
| 11652 | main () | ||
| 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" |
| 10680 | else | 11672 | else |
| 10681 | echo "$as_me: failed program was:" >&5 | 11673 | echo "$as_me: failed program was:" >&5 |
| 10682 | cat conftest.$ac_ext >&5 | 11674 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11675 | |||
| 10683 | eval "$as_ac_var=no" | 11676 | eval "$as_ac_var=no" |
| 10684 | fi | 11677 | fi |
| 10685 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 11678 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -10706,7 +11699,11 @@ else | |||
| 10706 | LIBS="-lkstat $LIBS" | 11699 | LIBS="-lkstat $LIBS" |
| 10707 | cat >conftest.$ac_ext <<_ACEOF | 11700 | cat >conftest.$ac_ext <<_ACEOF |
| 10708 | #line $LINENO "configure" | 11701 | #line $LINENO "configure" |
| 10709 | #include "confdefs.h" | 11702 | /* confdefs.h. */ |
| 11703 | _ACEOF | ||
| 11704 | cat confdefs.h >>conftest.$ac_ext | ||
| 11705 | cat >>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 |
| 10739 | else | 11736 | else |
| 10740 | echo "$as_me: failed program was:" >&5 | 11737 | echo "$as_me: failed program was:" >&5 |
| 10741 | cat conftest.$ac_ext >&5 | 11738 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11739 | |||
| 10742 | ac_cv_lib_kstat_kstat_open=no | 11740 | ac_cv_lib_kstat_kstat_open=no |
| 10743 | fi | 11741 | fi |
| 10744 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 11742 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -10771,7 +11769,11 @@ else | |||
| 10771 | LIBS="-lelf $LIBS" | 11769 | LIBS="-lelf $LIBS" |
| 10772 | cat >conftest.$ac_ext <<_ACEOF | 11770 | cat >conftest.$ac_ext <<_ACEOF |
| 10773 | #line $LINENO "configure" | 11771 | #line $LINENO "configure" |
| 10774 | #include "confdefs.h" | 11772 | /* confdefs.h. */ |
| 11773 | _ACEOF | ||
| 11774 | cat confdefs.h >>conftest.$ac_ext | ||
| 11775 | cat >>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 |
| 10804 | else | 11806 | else |
| 10805 | echo "$as_me: failed program was:" >&5 | 11807 | echo "$as_me: failed program was:" >&5 |
| 10806 | cat conftest.$ac_ext >&5 | 11808 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11809 | |||
| 10807 | ac_cv_lib_elf_elf_begin=no | 11810 | ac_cv_lib_elf_elf_begin=no |
| 10808 | fi | 11811 | fi |
| 10809 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 11812 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -10826,7 +11829,11 @@ else | |||
| 10826 | LIBS="-lkvm $LIBS" | 11829 | LIBS="-lkvm $LIBS" |
| 10827 | cat >conftest.$ac_ext <<_ACEOF | 11830 | cat >conftest.$ac_ext <<_ACEOF |
| 10828 | #line $LINENO "configure" | 11831 | #line $LINENO "configure" |
| 10829 | #include "confdefs.h" | 11832 | /* confdefs.h. */ |
| 11833 | _ACEOF | ||
| 11834 | cat confdefs.h >>conftest.$ac_ext | ||
| 11835 | cat >>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 |
| 10859 | else | 11866 | else |
| 10860 | echo "$as_me: failed program was:" >&5 | 11867 | echo "$as_me: failed program was:" >&5 |
| 10861 | cat conftest.$ac_ext >&5 | 11868 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11869 | |||
| 10862 | ac_cv_lib_kvm_kvm_open=no | 11870 | ac_cv_lib_kvm_kvm_open=no |
| 10863 | fi | 11871 | fi |
| 10864 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 11872 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -10880,7 +11888,11 @@ else | |||
| 10880 | LIBS="-lutil $LIBS" | 11888 | LIBS="-lutil $LIBS" |
| 10881 | cat >conftest.$ac_ext <<_ACEOF | 11889 | cat >conftest.$ac_ext <<_ACEOF |
| 10882 | #line $LINENO "configure" | 11890 | #line $LINENO "configure" |
| 10883 | #include "confdefs.h" | 11891 | /* confdefs.h. */ |
| 11892 | _ACEOF | ||
| 11893 | cat confdefs.h >>conftest.$ac_ext | ||
| 11894 | cat >>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 |
| 10913 | else | 11925 | else |
| 10914 | echo "$as_me: failed program was:" >&5 | 11926 | echo "$as_me: failed program was:" >&5 |
| 10915 | cat conftest.$ac_ext >&5 | 11927 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11928 | |||
| 10916 | ac_cv_lib_util_getloadavg=no | 11929 | ac_cv_lib_util_getloadavg=no |
| 10917 | fi | 11930 | fi |
| 10918 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 11931 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -10940,7 +11953,11 @@ else | |||
| 10940 | LIBS="-lgetloadavg $LIBS" | 11953 | LIBS="-lgetloadavg $LIBS" |
| 10941 | cat >conftest.$ac_ext <<_ACEOF | 11954 | cat >conftest.$ac_ext <<_ACEOF |
| 10942 | #line $LINENO "configure" | 11955 | #line $LINENO "configure" |
| 10943 | #include "confdefs.h" | 11956 | /* confdefs.h. */ |
| 11957 | _ACEOF | ||
| 11958 | cat confdefs.h >>conftest.$ac_ext | ||
| 11959 | cat >>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 |
| 10973 | else | 11990 | else |
| 10974 | echo "$as_me: failed program was:" >&5 | 11991 | echo "$as_me: failed program was:" >&5 |
| 10975 | cat conftest.$ac_ext >&5 | 11992 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11993 | |||
| 10976 | ac_cv_lib_getloadavg_getloadavg=no | 11994 | ac_cv_lib_getloadavg_getloadavg=no |
| 10977 | fi | 11995 | fi |
| 10978 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 11996 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -11001,31 +12019,38 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 11001 | else | 12019 | else |
| 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 | ||
| 12024 | cat confdefs.h >>conftest.$ac_ext | ||
| 12025 | cat >>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 |
| 11010 | extern "C" | 12032 | extern "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. */ |
| 11014 | char $ac_func (); | 12037 | char $ac_func (); |
| 11015 | char (*f) (); | ||
| 11016 | |||
| 11017 | int | ||
| 11018 | main () | ||
| 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) |
| 11024 | choke me | 12042 | choke me |
| 11025 | #else | 12043 | #else |
| 11026 | f = $ac_func; | 12044 | char (*f) () = $ac_func; |
| 12045 | #endif | ||
| 12046 | #ifdef __cplusplus | ||
| 12047 | } | ||
| 11027 | #endif | 12048 | #endif |
| 11028 | 12049 | ||
| 12050 | int | ||
| 12051 | main () | ||
| 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" |
| 11046 | else | 12071 | else |
| 11047 | echo "$as_me: failed program was:" >&5 | 12072 | echo "$as_me: failed program was:" >&5 |
| 11048 | cat conftest.$ac_ext >&5 | 12073 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12074 | |||
| 11049 | eval "$as_ac_var=no" | 12075 | eval "$as_ac_var=no" |
| 11050 | fi | 12076 | fi |
| 11051 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 12077 | rm -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 | |||
| 11080 | echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6 | 12106 | echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6 |
| 11081 | cat >conftest.$ac_ext <<_ACEOF | 12107 | cat >conftest.$ac_ext <<_ACEOF |
| 11082 | #line $LINENO "configure" | 12108 | #line $LINENO "configure" |
| 11083 | #include "confdefs.h" | 12109 | /* confdefs.h. */ |
| 12110 | _ACEOF | ||
| 12111 | cat confdefs.h >>conftest.$ac_ext | ||
| 12112 | cat >>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 |
| 11100 | else | 12130 | else |
| 11101 | echo "$as_me: failed program was:" >&5 | 12131 | echo "$as_me: failed program was:" >&5 |
| 11102 | cat conftest.$ac_ext >&5 | 12132 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12133 | |||
| 11103 | ac_header_compiler=no | 12134 | ac_header_compiler=no |
| 11104 | fi | 12135 | fi |
| 11105 | rm -f conftest.$ac_objext conftest.$ac_ext | 12136 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -11111,7 +12142,11 @@ echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5 | |||
| 11111 | echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6 | 12142 | echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6 |
| 11112 | cat >conftest.$ac_ext <<_ACEOF | 12143 | cat >conftest.$ac_ext <<_ACEOF |
| 11113 | #line $LINENO "configure" | 12144 | #line $LINENO "configure" |
| 11114 | #include "confdefs.h" | 12145 | /* confdefs.h. */ |
| 12146 | _ACEOF | ||
| 12147 | cat confdefs.h >>conftest.$ac_ext | ||
| 12148 | cat >>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 |
| 11117 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 12152 | if { (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 |
| 11135 | else | 12170 | else |
| 11136 | echo "$as_me: failed program was:" >&5 | 12171 | echo "$as_me: failed program was:" >&5 |
| 11137 | cat conftest.$ac_ext >&5 | 12172 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12173 | |||
| 11138 | ac_header_preproc=no | 12174 | ac_header_preproc=no |
| 11139 | fi | 12175 | fi |
| 11140 | rm -f conftest.err conftest.$ac_ext | 12176 | rm -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 |
| 11148 | echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 12184 | echo "$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 |
| 11150 | echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;};; | 12186 | echo "$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 |
| 11153 | echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;} | 12198 | echo "$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 |
| 11155 | echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;} | 12200 | echo "$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 |
| 11157 | echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;};; | 12202 | echo "$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 | ;; | ||
| 11158 | esac | 12212 | esac |
| 11159 | echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5 | 12213 | echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5 |
| 11160 | echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6 | 12214 | echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6 |
| @@ -11184,7 +12238,11 @@ else | |||
| 11184 | LIBS="-ldgc $LIBS" | 12238 | LIBS="-ldgc $LIBS" |
| 11185 | cat >conftest.$ac_ext <<_ACEOF | 12239 | cat >conftest.$ac_ext <<_ACEOF |
| 11186 | #line $LINENO "configure" | 12240 | #line $LINENO "configure" |
| 11187 | #include "confdefs.h" | 12241 | /* confdefs.h. */ |
| 12242 | _ACEOF | ||
| 12243 | cat confdefs.h >>conftest.$ac_ext | ||
| 12244 | cat >>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 |
| 11217 | else | 12275 | else |
| 11218 | echo "$as_me: failed program was:" >&5 | 12276 | echo "$as_me: failed program was:" >&5 |
| 11219 | cat conftest.$ac_ext >&5 | 12277 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12278 | |||
| 11220 | ac_cv_lib_dgc_dg_sys_info=no | 12279 | ac_cv_lib_dgc_dg_sys_info=no |
| 11221 | fi | 12280 | fi |
| 11222 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 12281 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -11251,7 +12310,11 @@ echo "$as_me:$LINENO: checking locale.h usability" >&5 | |||
| 11251 | echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6 | 12310 | echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6 |
| 11252 | cat >conftest.$ac_ext <<_ACEOF | 12311 | cat >conftest.$ac_ext <<_ACEOF |
| 11253 | #line $LINENO "configure" | 12312 | #line $LINENO "configure" |
| 11254 | #include "confdefs.h" | 12313 | /* confdefs.h. */ |
| 12314 | _ACEOF | ||
| 12315 | cat confdefs.h >>conftest.$ac_ext | ||
| 12316 | cat >>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 |
| 11271 | else | 12334 | else |
| 11272 | echo "$as_me: failed program was:" >&5 | 12335 | echo "$as_me: failed program was:" >&5 |
| 11273 | cat conftest.$ac_ext >&5 | 12336 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12337 | |||
| 11274 | ac_header_compiler=no | 12338 | ac_header_compiler=no |
| 11275 | fi | 12339 | fi |
| 11276 | rm -f conftest.$ac_objext conftest.$ac_ext | 12340 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -11282,7 +12346,11 @@ echo "$as_me:$LINENO: checking locale.h presence" >&5 | |||
| 11282 | echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6 | 12346 | echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6 |
| 11283 | cat >conftest.$ac_ext <<_ACEOF | 12347 | cat >conftest.$ac_ext <<_ACEOF |
| 11284 | #line $LINENO "configure" | 12348 | #line $LINENO "configure" |
| 11285 | #include "confdefs.h" | 12349 | /* confdefs.h. */ |
| 12350 | _ACEOF | ||
| 12351 | cat confdefs.h >>conftest.$ac_ext | ||
| 12352 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 12353 | /* end confdefs.h. */ | ||
| 11286 | #include <locale.h> | 12354 | #include <locale.h> |
| 11287 | _ACEOF | 12355 | _ACEOF |
| 11288 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 12356 | if { (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 |
| 11306 | else | 12374 | else |
| 11307 | echo "$as_me: failed program was:" >&5 | 12375 | echo "$as_me: failed program was:" >&5 |
| 11308 | cat conftest.$ac_ext >&5 | 12376 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12377 | |||
| 11309 | ac_header_preproc=no | 12378 | ac_header_preproc=no |
| 11310 | fi | 12379 | fi |
| 11311 | rm -f conftest.err conftest.$ac_ext | 12380 | rm -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 |
| 11319 | echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 12388 | echo "$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 |
| 11321 | echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;};; | 12390 | echo "$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 |
| 11324 | echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;} | 12402 | echo "$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 |
| 11326 | echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;} | 12404 | echo "$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 |
| 11328 | echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;};; | 12406 | echo "$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 | ;; | ||
| 11329 | esac | 12416 | esac |
| 11330 | echo "$as_me:$LINENO: checking for locale.h" >&5 | 12417 | echo "$as_me:$LINENO: checking for locale.h" >&5 |
| 11331 | echo $ECHO_N "checking for locale.h... $ECHO_C" >&6 | 12418 | echo $ECHO_N "checking for locale.h... $ECHO_C" >&6 |
| @@ -11351,31 +12438,38 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 11351 | else | 12438 | else |
| 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 | ||
| 12443 | cat confdefs.h >>conftest.$ac_ext | ||
| 12444 | cat >>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 |
| 11360 | extern "C" | 12451 | extern "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. */ |
| 11364 | char $ac_func (); | 12456 | char $ac_func (); |
| 11365 | char (*f) (); | ||
| 11366 | |||
| 11367 | int | ||
| 11368 | main () | ||
| 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) |
| 11374 | choke me | 12461 | choke me |
| 11375 | #else | 12462 | #else |
| 11376 | f = $ac_func; | 12463 | char (*f) () = $ac_func; |
| 12464 | #endif | ||
| 12465 | #ifdef __cplusplus | ||
| 12466 | } | ||
| 11377 | #endif | 12467 | #endif |
| 11378 | 12468 | ||
| 12469 | int | ||
| 12470 | main () | ||
| 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" |
| 11396 | else | 12490 | else |
| 11397 | echo "$as_me: failed program was:" >&5 | 12491 | echo "$as_me: failed program was:" >&5 |
| 11398 | cat conftest.$ac_ext >&5 | 12492 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12493 | |||
| 11399 | eval "$as_ac_var=no" | 12494 | eval "$as_ac_var=no" |
| 11400 | fi | 12495 | fi |
| 11401 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 12496 | rm -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 | |||
| 11438 | echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6 | 12533 | echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6 |
| 11439 | cat >conftest.$ac_ext <<_ACEOF | 12534 | cat >conftest.$ac_ext <<_ACEOF |
| 11440 | #line $LINENO "configure" | 12535 | #line $LINENO "configure" |
| 11441 | #include "confdefs.h" | 12536 | /* confdefs.h. */ |
| 12537 | _ACEOF | ||
| 12538 | cat confdefs.h >>conftest.$ac_ext | ||
| 12539 | cat >>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 |
| 11458 | else | 12557 | else |
| 11459 | echo "$as_me: failed program was:" >&5 | 12558 | echo "$as_me: failed program was:" >&5 |
| 11460 | cat conftest.$ac_ext >&5 | 12559 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12560 | |||
| 11461 | ac_header_compiler=no | 12561 | ac_header_compiler=no |
| 11462 | fi | 12562 | fi |
| 11463 | rm -f conftest.$ac_objext conftest.$ac_ext | 12563 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -11469,7 +12569,11 @@ echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5 | |||
| 11469 | echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6 | 12569 | echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6 |
| 11470 | cat >conftest.$ac_ext <<_ACEOF | 12570 | cat >conftest.$ac_ext <<_ACEOF |
| 11471 | #line $LINENO "configure" | 12571 | #line $LINENO "configure" |
| 11472 | #include "confdefs.h" | 12572 | /* confdefs.h. */ |
| 12573 | _ACEOF | ||
| 12574 | cat confdefs.h >>conftest.$ac_ext | ||
| 12575 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 12576 | /* end confdefs.h. */ | ||
| 11473 | #include <inq_stats/cpustats.h> | 12577 | #include <inq_stats/cpustats.h> |
| 11474 | _ACEOF | 12578 | _ACEOF |
| 11475 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 12579 | if { (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 |
| 11493 | else | 12597 | else |
| 11494 | echo "$as_me: failed program was:" >&5 | 12598 | echo "$as_me: failed program was:" >&5 |
| 11495 | cat conftest.$ac_ext >&5 | 12599 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12600 | |||
| 11496 | ac_header_preproc=no | 12601 | ac_header_preproc=no |
| 11497 | fi | 12602 | fi |
| 11498 | rm -f conftest.err conftest.$ac_ext | 12603 | rm -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 |
| 11506 | echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 12611 | echo "$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 |
| 11508 | echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;};; | 12613 | echo "$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 |
| 11511 | echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;} | 12625 | echo "$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 |
| 11513 | echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;} | 12627 | echo "$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 |
| 11515 | echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;};; | 12629 | echo "$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 | ;; | ||
| 11516 | esac | 12639 | esac |
| 11517 | echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5 | 12640 | echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5 |
| 11518 | echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6 | 12641 | echo $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 | |||
| 11557 | echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6 | 12680 | echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6 |
| 11558 | cat >conftest.$ac_ext <<_ACEOF | 12681 | cat >conftest.$ac_ext <<_ACEOF |
| 11559 | #line $LINENO "configure" | 12682 | #line $LINENO "configure" |
| 11560 | #include "confdefs.h" | 12683 | /* confdefs.h. */ |
| 12684 | _ACEOF | ||
| 12685 | cat confdefs.h >>conftest.$ac_ext | ||
| 12686 | cat >>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 |
| 11577 | else | 12704 | else |
| 11578 | echo "$as_me: failed program was:" >&5 | 12705 | echo "$as_me: failed program was:" >&5 |
| 11579 | cat conftest.$ac_ext >&5 | 12706 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12707 | |||
| 11580 | ac_header_compiler=no | 12708 | ac_header_compiler=no |
| 11581 | fi | 12709 | fi |
| 11582 | rm -f conftest.$ac_objext conftest.$ac_ext | 12710 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -11588,7 +12716,11 @@ echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5 | |||
| 11588 | echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6 | 12716 | echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6 |
| 11589 | cat >conftest.$ac_ext <<_ACEOF | 12717 | cat >conftest.$ac_ext <<_ACEOF |
| 11590 | #line $LINENO "configure" | 12718 | #line $LINENO "configure" |
| 11591 | #include "confdefs.h" | 12719 | /* confdefs.h. */ |
| 12720 | _ACEOF | ||
| 12721 | cat confdefs.h >>conftest.$ac_ext | ||
| 12722 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 12723 | /* end confdefs.h. */ | ||
| 11592 | #include <sys/cpustats.h> | 12724 | #include <sys/cpustats.h> |
| 11593 | _ACEOF | 12725 | _ACEOF |
| 11594 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 12726 | if { (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 |
| 11612 | else | 12744 | else |
| 11613 | echo "$as_me: failed program was:" >&5 | 12745 | echo "$as_me: failed program was:" >&5 |
| 11614 | cat conftest.$ac_ext >&5 | 12746 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12747 | |||
| 11615 | ac_header_preproc=no | 12748 | ac_header_preproc=no |
| 11616 | fi | 12749 | fi |
| 11617 | rm -f conftest.err conftest.$ac_ext | 12750 | rm -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 |
| 11625 | echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 12758 | echo "$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 |
| 11627 | echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;};; | 12760 | echo "$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 |
| 11630 | echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;} | 12772 | echo "$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 |
| 11632 | echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;} | 12774 | echo "$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 |
| 11634 | echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;};; | 12776 | echo "$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 | ;; | ||
| 11635 | esac | 12786 | esac |
| 11636 | echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5 | 12787 | echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5 |
| 11637 | echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6 | 12788 | echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6 |
| @@ -11673,7 +12824,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |||
| 11673 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 12824 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 11674 | cat >conftest.$ac_ext <<_ACEOF | 12825 | cat >conftest.$ac_ext <<_ACEOF |
| 11675 | #line $LINENO "configure" | 12826 | #line $LINENO "configure" |
| 11676 | #include "confdefs.h" | 12827 | /* confdefs.h. */ |
| 12828 | _ACEOF | ||
| 12829 | cat confdefs.h >>conftest.$ac_ext | ||
| 12830 | cat >>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 |
| 11693 | else | 12848 | else |
| 11694 | echo "$as_me: failed program was:" >&5 | 12849 | echo "$as_me: failed program was:" >&5 |
| 11695 | cat conftest.$ac_ext >&5 | 12850 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12851 | |||
| 11696 | ac_header_compiler=no | 12852 | ac_header_compiler=no |
| 11697 | fi | 12853 | fi |
| 11698 | rm -f conftest.$ac_objext conftest.$ac_ext | 12854 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -11704,7 +12860,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |||
| 11704 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 12860 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 11705 | cat >conftest.$ac_ext <<_ACEOF | 12861 | cat >conftest.$ac_ext <<_ACEOF |
| 11706 | #line $LINENO "configure" | 12862 | #line $LINENO "configure" |
| 11707 | #include "confdefs.h" | 12863 | /* confdefs.h. */ |
| 12864 | _ACEOF | ||
| 12865 | cat confdefs.h >>conftest.$ac_ext | ||
| 12866 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 12867 | /* end confdefs.h. */ | ||
| 11708 | #include <$ac_header> | 12868 | #include <$ac_header> |
| 11709 | _ACEOF | 12869 | _ACEOF |
| 11710 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 12870 | if { (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 |
| 11728 | else | 12888 | else |
| 11729 | echo "$as_me: failed program was:" >&5 | 12889 | echo "$as_me: failed program was:" >&5 |
| 11730 | cat conftest.$ac_ext >&5 | 12890 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12891 | |||
| 11731 | ac_header_preproc=no | 12892 | ac_header_preproc=no |
| 11732 | fi | 12893 | fi |
| 11733 | rm -f conftest.err conftest.$ac_ext | 12894 | rm -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 |
| 11741 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 12902 | echo "$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 |
| 11743 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 12904 | echo "$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 |
| 11746 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 12916 | echo "$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 |
| 11748 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 12918 | echo "$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 |
| 11750 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 12920 | echo "$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 | ;; | ||
| 11751 | esac | 12930 | esac |
| 11752 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 12931 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 11753 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 12932 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| @@ -11789,7 +12968,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |||
| 11789 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 12968 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 11790 | cat >conftest.$ac_ext <<_ACEOF | 12969 | cat >conftest.$ac_ext <<_ACEOF |
| 11791 | #line $LINENO "configure" | 12970 | #line $LINENO "configure" |
| 11792 | #include "confdefs.h" | 12971 | /* confdefs.h. */ |
| 12972 | _ACEOF | ||
| 12973 | cat confdefs.h >>conftest.$ac_ext | ||
| 12974 | cat >>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 |
| 11809 | else | 12992 | else |
| 11810 | echo "$as_me: failed program was:" >&5 | 12993 | echo "$as_me: failed program was:" >&5 |
| 11811 | cat conftest.$ac_ext >&5 | 12994 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12995 | |||
| 11812 | ac_header_compiler=no | 12996 | ac_header_compiler=no |
| 11813 | fi | 12997 | fi |
| 11814 | rm -f conftest.$ac_objext conftest.$ac_ext | 12998 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -11820,7 +13004,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |||
| 11820 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 13004 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 11821 | cat >conftest.$ac_ext <<_ACEOF | 13005 | cat >conftest.$ac_ext <<_ACEOF |
| 11822 | #line $LINENO "configure" | 13006 | #line $LINENO "configure" |
| 11823 | #include "confdefs.h" | 13007 | /* confdefs.h. */ |
| 13008 | _ACEOF | ||
| 13009 | cat confdefs.h >>conftest.$ac_ext | ||
| 13010 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 13011 | /* end confdefs.h. */ | ||
| 11824 | #include <$ac_header> | 13012 | #include <$ac_header> |
| 11825 | _ACEOF | 13013 | _ACEOF |
| 11826 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 13014 | if { (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 |
| 11844 | else | 13032 | else |
| 11845 | echo "$as_me: failed program was:" >&5 | 13033 | echo "$as_me: failed program was:" >&5 |
| 11846 | cat conftest.$ac_ext >&5 | 13034 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13035 | |||
| 11847 | ac_header_preproc=no | 13036 | ac_header_preproc=no |
| 11848 | fi | 13037 | fi |
| 11849 | rm -f conftest.err conftest.$ac_ext | 13038 | rm -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 |
| 11857 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 13046 | echo "$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 |
| 11859 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 13048 | echo "$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 |
| 11862 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 13060 | echo "$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 |
| 11864 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 13062 | echo "$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 |
| 11866 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 13064 | echo "$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 | ;; | ||
| 11867 | esac | 13074 | esac |
| 11868 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 13075 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 11869 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 13076 | echo $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 | |||
| 11887 | else | 13094 | else |
| 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 | ||
| 13099 | cat confdefs.h >>conftest.$ac_ext | ||
| 13100 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 13101 | /* end confdefs.h. */ | ||
| 11891 | #include <nlist.h> | 13102 | #include <nlist.h> |
| 11892 | 13103 | ||
| 11893 | int | 13104 | int |
| @@ -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 |
| 11916 | else | 13127 | else |
| 11917 | echo "$as_me: failed program was:" >&5 | 13128 | echo "$as_me: failed program was:" >&5 |
| 11918 | cat conftest.$ac_ext >&5 | 13129 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13130 | |||
| 11919 | cat >conftest.$ac_ext <<_ACEOF | 13131 | cat >conftest.$ac_ext <<_ACEOF |
| 11920 | #line $LINENO "configure" | 13132 | #line $LINENO "configure" |
| 11921 | #include "confdefs.h" | 13133 | /* confdefs.h. */ |
| 13134 | _ACEOF | ||
| 13135 | cat confdefs.h >>conftest.$ac_ext | ||
| 13136 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 13137 | /* end confdefs.h. */ | ||
| 11922 | #include <nlist.h> | 13138 | #include <nlist.h> |
| 11923 | 13139 | ||
| 11924 | int | 13140 | int |
| @@ -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 |
| 11947 | else | 13163 | else |
| 11948 | echo "$as_me: failed program was:" >&5 | 13164 | echo "$as_me: failed program was:" >&5 |
| 11949 | cat conftest.$ac_ext >&5 | 13165 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13166 | |||
| 11950 | ac_cv_member_struct_nlist_n_un_n_name=no | 13167 | ac_cv_member_struct_nlist_n_un_n_name=no |
| 11951 | fi | 13168 | fi |
| 11952 | rm -f conftest.$ac_objext conftest.$ac_ext | 13169 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -11985,7 +13202,11 @@ if test "${ac_cv_func_getloadavg_setgid+set}" = set; then | |||
| 11985 | else | 13202 | else |
| 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 | ||
| 13207 | cat confdefs.h >>conftest.$ac_ext | ||
| 13208 | cat >>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 |
| 11991 | Yowza Am I SETGID yet | 13212 | Yowza 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 | ||
| 13277 | cat confdefs.h >>conftest.$ac_ext | ||
| 13278 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 13279 | /* end confdefs.h. */ | ||
| 12055 | #include <stdio.h> | 13280 | #include <stdio.h> |
| 12056 | int | 13281 | int |
| 12057 | main () | 13282 | main () |
| @@ -12076,12 +13301,17 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 12076 | break | 13301 | break |
| 12077 | else | 13302 | else |
| 12078 | echo "$as_me: failed program was:" >&5 | 13303 | echo "$as_me: failed program was:" >&5 |
| 12079 | cat conftest.$ac_ext >&5 | 13304 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13305 | |||
| 12080 | fi | 13306 | fi |
| 12081 | rm -f conftest.$ac_objext conftest.$ac_ext | 13307 | rm -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 | ||
| 13312 | cat confdefs.h >>conftest.$ac_ext | ||
| 13313 | cat >>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> |
| 12087 | int | 13317 | int |
| @@ -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 |
| 12108 | else | 13338 | else |
| 12109 | echo "$as_me: failed program was:" >&5 | 13339 | echo "$as_me: failed program was:" >&5 |
| 12110 | cat conftest.$ac_ext >&5 | 13340 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13341 | |||
| 12111 | fi | 13342 | fi |
| 12112 | rm -f conftest.$ac_objext conftest.$ac_ext | 13343 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 12113 | break | 13344 | break |
| @@ -12134,7 +13365,11 @@ if test "${ac_cv_func_fseeko+set}" = set; then | |||
| 12134 | else | 13365 | else |
| 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 | ||
| 13370 | cat confdefs.h >>conftest.$ac_ext | ||
| 13371 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 13372 | /* end confdefs.h. */ | ||
| 12138 | #include <stdio.h> | 13373 | #include <stdio.h> |
| 12139 | int | 13374 | int |
| 12140 | main () | 13375 | main () |
| @@ -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 |
| 12160 | else | 13395 | else |
| 12161 | echo "$as_me: failed program was:" >&5 | 13396 | echo "$as_me: failed program was:" >&5 |
| 12162 | cat conftest.$ac_ext >&5 | 13397 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13398 | |||
| 12163 | ac_cv_func_fseeko=no | 13399 | ac_cv_func_fseeko=no |
| 12164 | fi | 13400 | fi |
| 12165 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 13401 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -12175,6 +13411,61 @@ _ACEOF | |||
| 12175 | fi | 13411 | fi |
| 12176 | 13412 | ||
| 12177 | 13413 | ||
| 13414 | echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5 | ||
| 13415 | echo $ECHO_N "checking whether getpgrp requires zero arguments... $ECHO_C" >&6 | ||
| 13416 | if test "${ac_cv_func_getpgrp_void+set}" = set; then | ||
| 13417 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
| 13418 | else | ||
| 13419 | # Use it with a single arg. | ||
| 13420 | cat >conftest.$ac_ext <<_ACEOF | ||
| 13421 | #line $LINENO "configure" | ||
| 13422 | /* confdefs.h. */ | ||
| 13423 | _ACEOF | ||
| 13424 | cat confdefs.h >>conftest.$ac_ext | ||
| 13425 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 13426 | /* end confdefs.h. */ | ||
| 13427 | $ac_includes_default | ||
| 13428 | int | ||
| 13429 | main () | ||
| 13430 | { | ||
| 13431 | getpgrp (0); | ||
| 13432 | ; | ||
| 13433 | return 0; | ||
| 13434 | } | ||
| 13435 | _ACEOF | ||
| 13436 | rm -f conftest.$ac_objext | ||
| 13437 | if { (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 | ||
| 13449 | else | ||
| 13450 | echo "$as_me: failed program was:" >&5 | ||
| 13451 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
| 13452 | |||
| 13453 | ac_cv_func_getpgrp_void=yes | ||
| 13454 | fi | ||
| 13455 | rm -f conftest.$ac_objext conftest.$ac_ext | ||
| 13456 | |||
| 13457 | fi | ||
| 13458 | echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 | ||
| 13459 | echo "${ECHO_T}$ac_cv_func_getpgrp_void" >&6 | ||
| 13460 | if test $ac_cv_func_getpgrp_void = yes; then | ||
| 13461 | |||
| 13462 | cat >>confdefs.h <<\_ACEOF | ||
| 13463 | #define GETPGRP_VOID 1 | ||
| 13464 | _ACEOF | ||
| 13465 | |||
| 13466 | fi | ||
| 13467 | |||
| 13468 | |||
| 12178 | # UNIX98 PTYs. | 13469 | # UNIX98 PTYs. |
| 12179 | 13470 | ||
| 12180 | for ac_func in grantpt | 13471 | for ac_func in grantpt |
| @@ -12187,30 +13478,37 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 12187 | else | 13478 | else |
| 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 | ||
| 13483 | cat confdefs.h >>conftest.$ac_ext | ||
| 13484 | cat >>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 |
| 12196 | extern "C" | 13491 | extern "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. */ |
| 12200 | char $ac_func (); | 13496 | char $ac_func (); |
| 12201 | char (*f) (); | ||
| 12202 | |||
| 12203 | int | ||
| 12204 | main () | ||
| 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) |
| 12210 | choke me | 13501 | choke me |
| 12211 | #else | 13502 | #else |
| 12212 | f = $ac_func; | 13503 | char (*f) () = $ac_func; |
| 12213 | #endif | 13504 | #endif |
| 13505 | #ifdef __cplusplus | ||
| 13506 | } | ||
| 13507 | #endif | ||
| 13508 | |||
| 13509 | int | ||
| 13510 | main () | ||
| 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" |
| 12232 | else | 13530 | else |
| 12233 | echo "$as_me: failed program was:" >&5 | 13531 | echo "$as_me: failed program was:" >&5 |
| 12234 | cat conftest.$ac_ext >&5 | 13532 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13533 | |||
| 12235 | eval "$as_ac_var=no" | 13534 | eval "$as_ac_var=no" |
| 12236 | fi | 13535 | fi |
| 12237 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 13536 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -12259,31 +13558,38 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 12259 | else | 13558 | else |
| 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 | ||
| 13563 | cat confdefs.h >>conftest.$ac_ext | ||
| 13564 | cat >>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 |
| 12268 | extern "C" | 13571 | extern "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. */ |
| 12272 | char $ac_func (); | 13576 | char $ac_func (); |
| 12273 | char (*f) (); | ||
| 12274 | |||
| 12275 | int | ||
| 12276 | main () | ||
| 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) |
| 12282 | choke me | 13581 | choke me |
| 12283 | #else | 13582 | #else |
| 12284 | f = $ac_func; | 13583 | char (*f) () = $ac_func; |
| 13584 | #endif | ||
| 13585 | #ifdef __cplusplus | ||
| 13586 | } | ||
| 12285 | #endif | 13587 | #endif |
| 12286 | 13588 | ||
| 13589 | int | ||
| 13590 | main () | ||
| 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" |
| 12304 | else | 13610 | else |
| 12305 | echo "$as_me: failed program was:" >&5 | 13611 | echo "$as_me: failed program was:" >&5 |
| 12306 | cat conftest.$ac_ext >&5 | 13612 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13613 | |||
| 12307 | eval "$as_ac_var=no" | 13614 | eval "$as_ac_var=no" |
| 12308 | fi | 13615 | fi |
| 12309 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 13616 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -12333,7 +13640,11 @@ else | |||
| 12333 | LIBS="-lncurses $LIBS" | 13640 | LIBS="-lncurses $LIBS" |
| 12334 | cat >conftest.$ac_ext <<_ACEOF | 13641 | cat >conftest.$ac_ext <<_ACEOF |
| 12335 | #line $LINENO "configure" | 13642 | #line $LINENO "configure" |
| 12336 | #include "confdefs.h" | 13643 | /* confdefs.h. */ |
| 13644 | _ACEOF | ||
| 13645 | cat confdefs.h >>conftest.$ac_ext | ||
| 13646 | cat >>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 |
| 12366 | else | 13677 | else |
| 12367 | echo "$as_me: failed program was:" >&5 | 13678 | echo "$as_me: failed program was:" >&5 |
| 12368 | cat conftest.$ac_ext >&5 | 13679 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13680 | |||
| 12369 | ac_cv_lib_ncurses_tparm=no | 13681 | ac_cv_lib_ncurses_tparm=no |
| 12370 | fi | 13682 | fi |
| 12371 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 13683 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -12394,30 +13706,37 @@ if test "${ac_cv_func_res_send+set}" = set; then | |||
| 12394 | else | 13706 | else |
| 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 | ||
| 13711 | cat confdefs.h >>conftest.$ac_ext | ||
| 13712 | cat >>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 |
| 12403 | extern "C" | 13719 | extern "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. */ |
| 12407 | char res_send (); | 13724 | char res_send (); |
| 12408 | char (*f) (); | ||
| 12409 | |||
| 12410 | int | ||
| 12411 | main () | ||
| 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) |
| 12417 | choke me | 13729 | choke me |
| 12418 | #else | 13730 | #else |
| 12419 | f = res_send; | 13731 | char (*f) () = res_send; |
| 12420 | #endif | 13732 | #endif |
| 13733 | #ifdef __cplusplus | ||
| 13734 | } | ||
| 13735 | #endif | ||
| 13736 | |||
| 13737 | int | ||
| 13738 | main () | ||
| 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 |
| 12439 | else | 13758 | else |
| 12440 | echo "$as_me: failed program was:" >&5 | 13759 | echo "$as_me: failed program was:" >&5 |
| 12441 | cat conftest.$ac_ext >&5 | 13760 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13761 | |||
| 12442 | ac_cv_func_res_send=no | 13762 | ac_cv_func_res_send=no |
| 12443 | fi | 13763 | fi |
| 12444 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 13764 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -12455,31 +13775,38 @@ if test "${ac_cv_func___res_send+set}" = set; then | |||
| 12455 | else | 13775 | else |
| 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 | ||
| 13780 | cat confdefs.h >>conftest.$ac_ext | ||
| 13781 | cat >>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 |
| 12464 | extern "C" | 13788 | extern "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. */ |
| 12468 | char __res_send (); | 13793 | char __res_send (); |
| 12469 | char (*f) (); | ||
| 12470 | |||
| 12471 | int | ||
| 12472 | main () | ||
| 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) |
| 12478 | choke me | 13798 | choke me |
| 12479 | #else | 13799 | #else |
| 12480 | f = __res_send; | 13800 | char (*f) () = __res_send; |
| 13801 | #endif | ||
| 13802 | #ifdef __cplusplus | ||
| 13803 | } | ||
| 12481 | #endif | 13804 | #endif |
| 12482 | 13805 | ||
| 13806 | int | ||
| 13807 | main () | ||
| 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 |
| 12500 | else | 13827 | else |
| 12501 | echo "$as_me: failed program was:" >&5 | 13828 | echo "$as_me: failed program was:" >&5 |
| 12502 | cat conftest.$ac_ext >&5 | 13829 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13830 | |||
| 12503 | ac_cv_func___res_send=no | 13831 | ac_cv_func___res_send=no |
| 12504 | fi | 13832 | fi |
| 12505 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 13833 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -12518,7 +13846,11 @@ else | |||
| 12518 | LIBS="-lresolv $LIBS" | 13846 | LIBS="-lresolv $LIBS" |
| 12519 | cat >conftest.$ac_ext <<_ACEOF | 13847 | cat >conftest.$ac_ext <<_ACEOF |
| 12520 | #line $LINENO "configure" | 13848 | #line $LINENO "configure" |
| 12521 | #include "confdefs.h" | 13849 | /* confdefs.h. */ |
| 13850 | _ACEOF | ||
| 13851 | cat confdefs.h >>conftest.$ac_ext | ||
| 13852 | cat >>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 |
| 12551 | else | 13883 | else |
| 12552 | echo "$as_me: failed program was:" >&5 | 13884 | echo "$as_me: failed program was:" >&5 |
| 12553 | cat conftest.$ac_ext >&5 | 13885 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13886 | |||
| 12554 | ac_cv_lib_resolv_res_send=no | 13887 | ac_cv_lib_resolv_res_send=no |
| 12555 | fi | 13888 | fi |
| 12556 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 13889 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -12570,7 +13903,11 @@ else | |||
| 12570 | LIBS="-lresolv $LIBS" | 13903 | LIBS="-lresolv $LIBS" |
| 12571 | cat >conftest.$ac_ext <<_ACEOF | 13904 | cat >conftest.$ac_ext <<_ACEOF |
| 12572 | #line $LINENO "configure" | 13905 | #line $LINENO "configure" |
| 12573 | #include "confdefs.h" | 13906 | /* confdefs.h. */ |
| 13907 | _ACEOF | ||
| 13908 | cat confdefs.h >>conftest.$ac_ext | ||
| 13909 | cat >>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 |
| 12603 | else | 13940 | else |
| 12604 | echo "$as_me: failed program was:" >&5 | 13941 | echo "$as_me: failed program was:" >&5 |
| 12605 | cat conftest.$ac_ext >&5 | 13942 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13943 | |||
| 12606 | ac_cv_lib_resolv___res_send=no | 13944 | ac_cv_lib_resolv___res_send=no |
| 12607 | fi | 13945 | fi |
| 12608 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 13946 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -12637,31 +13975,38 @@ if test "${ac_cv_func_hes_getmailhost+set}" = set; then | |||
| 12637 | else | 13975 | else |
| 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 | ||
| 13980 | cat confdefs.h >>conftest.$ac_ext | ||
| 13981 | cat >>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 |
| 12646 | extern "C" | 13988 | extern "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. */ |
| 12650 | char hes_getmailhost (); | 13993 | char hes_getmailhost (); |
| 12651 | char (*f) (); | ||
| 12652 | |||
| 12653 | int | ||
| 12654 | main () | ||
| 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) |
| 12660 | choke me | 13998 | choke me |
| 12661 | #else | 13999 | #else |
| 12662 | f = hes_getmailhost; | 14000 | char (*f) () = hes_getmailhost; |
| 14001 | #endif | ||
| 14002 | #ifdef __cplusplus | ||
| 14003 | } | ||
| 12663 | #endif | 14004 | #endif |
| 12664 | 14005 | ||
| 14006 | int | ||
| 14007 | main () | ||
| 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 |
| 12682 | else | 14027 | else |
| 12683 | echo "$as_me: failed program was:" >&5 | 14028 | echo "$as_me: failed program was:" >&5 |
| 12684 | cat conftest.$ac_ext >&5 | 14029 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14030 | |||
| 12685 | ac_cv_func_hes_getmailhost=no | 14031 | ac_cv_func_hes_getmailhost=no |
| 12686 | fi | 14032 | fi |
| 12687 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 14033 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -12700,7 +14046,11 @@ else | |||
| 12700 | LIBS="-lhesiod $RESOLVLIB $LIBS" | 14046 | LIBS="-lhesiod $RESOLVLIB $LIBS" |
| 12701 | cat >conftest.$ac_ext <<_ACEOF | 14047 | cat >conftest.$ac_ext <<_ACEOF |
| 12702 | #line $LINENO "configure" | 14048 | #line $LINENO "configure" |
| 12703 | #include "confdefs.h" | 14049 | /* confdefs.h. */ |
| 14050 | _ACEOF | ||
| 14051 | cat confdefs.h >>conftest.$ac_ext | ||
| 14052 | cat >>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 |
| 12733 | else | 14083 | else |
| 12734 | echo "$as_me: failed program was:" >&5 | 14084 | echo "$as_me: failed program was:" >&5 |
| 12735 | cat conftest.$ac_ext >&5 | 14085 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14086 | |||
| 12736 | ac_cv_lib_hesiod_hes_getmailhost=no | 14087 | ac_cv_lib_hesiod_hes_getmailhost=no |
| 12737 | fi | 14088 | fi |
| 12738 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 14089 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -12766,7 +14117,11 @@ else | |||
| 12766 | LIBS="-lcom_err $LIBS" | 14117 | LIBS="-lcom_err $LIBS" |
| 12767 | cat >conftest.$ac_ext <<_ACEOF | 14118 | cat >conftest.$ac_ext <<_ACEOF |
| 12768 | #line $LINENO "configure" | 14119 | #line $LINENO "configure" |
| 12769 | #include "confdefs.h" | 14120 | /* confdefs.h. */ |
| 14121 | _ACEOF | ||
| 14122 | cat confdefs.h >>conftest.$ac_ext | ||
| 14123 | cat >>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 |
| 12799 | else | 14154 | else |
| 12800 | echo "$as_me: failed program was:" >&5 | 14155 | echo "$as_me: failed program was:" >&5 |
| 12801 | cat conftest.$ac_ext >&5 | 14156 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14157 | |||
| 12802 | ac_cv_lib_com_err_com_err=no | 14158 | ac_cv_lib_com_err_com_err=no |
| 12803 | fi | 14159 | fi |
| 12804 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 14160 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -12825,7 +14181,11 @@ else | |||
| 12825 | LIBS="-lk5crypto $LIBS" | 14181 | LIBS="-lk5crypto $LIBS" |
| 12826 | cat >conftest.$ac_ext <<_ACEOF | 14182 | cat >conftest.$ac_ext <<_ACEOF |
| 12827 | #line $LINENO "configure" | 14183 | #line $LINENO "configure" |
| 12828 | #include "confdefs.h" | 14184 | /* confdefs.h. */ |
| 14185 | _ACEOF | ||
| 14186 | cat confdefs.h >>conftest.$ac_ext | ||
| 14187 | cat >>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 |
| 12858 | else | 14218 | else |
| 12859 | echo "$as_me: failed program was:" >&5 | 14219 | echo "$as_me: failed program was:" >&5 |
| 12860 | cat conftest.$ac_ext >&5 | 14220 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14221 | |||
| 12861 | ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no | 14222 | ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no |
| 12862 | fi | 14223 | fi |
| 12863 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 14224 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -12884,7 +14245,11 @@ else | |||
| 12884 | LIBS="-lcrypto $LIBS" | 14245 | LIBS="-lcrypto $LIBS" |
| 12885 | cat >conftest.$ac_ext <<_ACEOF | 14246 | cat >conftest.$ac_ext <<_ACEOF |
| 12886 | #line $LINENO "configure" | 14247 | #line $LINENO "configure" |
| 12887 | #include "confdefs.h" | 14248 | /* confdefs.h. */ |
| 14249 | _ACEOF | ||
| 14250 | cat confdefs.h >>conftest.$ac_ext | ||
| 14251 | cat >>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 |
| 12917 | else | 14282 | else |
| 12918 | echo "$as_me: failed program was:" >&5 | 14283 | echo "$as_me: failed program was:" >&5 |
| 12919 | cat conftest.$ac_ext >&5 | 14284 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14285 | |||
| 12920 | ac_cv_lib_crypto_mit_des_cbc_encrypt=no | 14286 | ac_cv_lib_crypto_mit_des_cbc_encrypt=no |
| 12921 | fi | 14287 | fi |
| 12922 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 14288 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -12943,7 +14309,11 @@ else | |||
| 12943 | LIBS="-lkrb5 $LIBS" | 14309 | LIBS="-lkrb5 $LIBS" |
| 12944 | cat >conftest.$ac_ext <<_ACEOF | 14310 | cat >conftest.$ac_ext <<_ACEOF |
| 12945 | #line $LINENO "configure" | 14311 | #line $LINENO "configure" |
| 12946 | #include "confdefs.h" | 14312 | /* confdefs.h. */ |
| 14313 | _ACEOF | ||
| 14314 | cat confdefs.h >>conftest.$ac_ext | ||
| 14315 | cat >>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 |
| 12976 | else | 14346 | else |
| 12977 | echo "$as_me: failed program was:" >&5 | 14347 | echo "$as_me: failed program was:" >&5 |
| 12978 | cat conftest.$ac_ext >&5 | 14348 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14349 | |||
| 12979 | ac_cv_lib_krb5_krb5_init_context=no | 14350 | ac_cv_lib_krb5_krb5_init_context=no |
| 12980 | fi | 14351 | fi |
| 12981 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 14352 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -13003,7 +14374,11 @@ else | |||
| 13003 | LIBS="-ldes425 $LIBS" | 14374 | LIBS="-ldes425 $LIBS" |
| 13004 | cat >conftest.$ac_ext <<_ACEOF | 14375 | cat >conftest.$ac_ext <<_ACEOF |
| 13005 | #line $LINENO "configure" | 14376 | #line $LINENO "configure" |
| 13006 | #include "confdefs.h" | 14377 | /* confdefs.h. */ |
| 14378 | _ACEOF | ||
| 14379 | cat confdefs.h >>conftest.$ac_ext | ||
| 14380 | cat >>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 |
| 13036 | else | 14411 | else |
| 13037 | echo "$as_me: failed program was:" >&5 | 14412 | echo "$as_me: failed program was:" >&5 |
| 13038 | cat conftest.$ac_ext >&5 | 14413 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14414 | |||
| 13039 | ac_cv_lib_des425_des_cbc_encrypt=no | 14415 | ac_cv_lib_des425_des_cbc_encrypt=no |
| 13040 | fi | 14416 | fi |
| 13041 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 14417 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -13061,7 +14437,11 @@ else | |||
| 13061 | LIBS="-ldes $LIBS" | 14437 | LIBS="-ldes $LIBS" |
| 13062 | cat >conftest.$ac_ext <<_ACEOF | 14438 | cat >conftest.$ac_ext <<_ACEOF |
| 13063 | #line $LINENO "configure" | 14439 | #line $LINENO "configure" |
| 13064 | #include "confdefs.h" | 14440 | /* confdefs.h. */ |
| 14441 | _ACEOF | ||
| 14442 | cat confdefs.h >>conftest.$ac_ext | ||
| 14443 | cat >>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 |
| 13094 | else | 14474 | else |
| 13095 | echo "$as_me: failed program was:" >&5 | 14475 | echo "$as_me: failed program was:" >&5 |
| 13096 | cat conftest.$ac_ext >&5 | 14476 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14477 | |||
| 13097 | ac_cv_lib_des_des_cbc_encrypt=no | 14478 | ac_cv_lib_des_des_cbc_encrypt=no |
| 13098 | fi | 14479 | fi |
| 13099 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 14480 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -13122,7 +14503,11 @@ else | |||
| 13122 | LIBS="-lkrb4 $LIBS" | 14503 | LIBS="-lkrb4 $LIBS" |
| 13123 | cat >conftest.$ac_ext <<_ACEOF | 14504 | cat >conftest.$ac_ext <<_ACEOF |
| 13124 | #line $LINENO "configure" | 14505 | #line $LINENO "configure" |
| 13125 | #include "confdefs.h" | 14506 | /* confdefs.h. */ |
| 14507 | _ACEOF | ||
| 14508 | cat confdefs.h >>conftest.$ac_ext | ||
| 14509 | cat >>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 |
| 13155 | else | 14540 | else |
| 13156 | echo "$as_me: failed program was:" >&5 | 14541 | echo "$as_me: failed program was:" >&5 |
| 13157 | cat conftest.$ac_ext >&5 | 14542 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14543 | |||
| 13158 | ac_cv_lib_krb4_krb_get_cred=no | 14544 | ac_cv_lib_krb4_krb_get_cred=no |
| 13159 | fi | 14545 | fi |
| 13160 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 14546 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -13180,7 +14566,11 @@ else | |||
| 13180 | LIBS="-lkrb $LIBS" | 14566 | LIBS="-lkrb $LIBS" |
| 13181 | cat >conftest.$ac_ext <<_ACEOF | 14567 | cat >conftest.$ac_ext <<_ACEOF |
| 13182 | #line $LINENO "configure" | 14568 | #line $LINENO "configure" |
| 13183 | #include "confdefs.h" | 14569 | /* confdefs.h. */ |
| 14570 | _ACEOF | ||
| 14571 | cat confdefs.h >>conftest.$ac_ext | ||
| 14572 | cat >>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 |
| 13213 | else | 14603 | else |
| 13214 | echo "$as_me: failed program was:" >&5 | 14604 | echo "$as_me: failed program was:" >&5 |
| 13215 | cat conftest.$ac_ext >&5 | 14605 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14606 | |||
| 13216 | ac_cv_lib_krb_krb_get_cred=no | 14607 | ac_cv_lib_krb_krb_get_cred=no |
| 13217 | fi | 14608 | fi |
| 13218 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 14609 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -13252,7 +14643,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |||
| 13252 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 14643 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 13253 | cat >conftest.$ac_ext <<_ACEOF | 14644 | cat >conftest.$ac_ext <<_ACEOF |
| 13254 | #line $LINENO "configure" | 14645 | #line $LINENO "configure" |
| 13255 | #include "confdefs.h" | 14646 | /* confdefs.h. */ |
| 14647 | _ACEOF | ||
| 14648 | cat confdefs.h >>conftest.$ac_ext | ||
| 14649 | cat >>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 |
| 13272 | else | 14667 | else |
| 13273 | echo "$as_me: failed program was:" >&5 | 14668 | echo "$as_me: failed program was:" >&5 |
| 13274 | cat conftest.$ac_ext >&5 | 14669 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14670 | |||
| 13275 | ac_header_compiler=no | 14671 | ac_header_compiler=no |
| 13276 | fi | 14672 | fi |
| 13277 | rm -f conftest.$ac_objext conftest.$ac_ext | 14673 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -13283,7 +14679,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |||
| 13283 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 14679 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 13284 | cat >conftest.$ac_ext <<_ACEOF | 14680 | cat >conftest.$ac_ext <<_ACEOF |
| 13285 | #line $LINENO "configure" | 14681 | #line $LINENO "configure" |
| 13286 | #include "confdefs.h" | 14682 | /* confdefs.h. */ |
| 14683 | _ACEOF | ||
| 14684 | cat confdefs.h >>conftest.$ac_ext | ||
| 14685 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 14686 | /* end confdefs.h. */ | ||
| 13287 | #include <$ac_header> | 14687 | #include <$ac_header> |
| 13288 | _ACEOF | 14688 | _ACEOF |
| 13289 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 14689 | if { (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 |
| 13307 | else | 14707 | else |
| 13308 | echo "$as_me: failed program was:" >&5 | 14708 | echo "$as_me: failed program was:" >&5 |
| 13309 | cat conftest.$ac_ext >&5 | 14709 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14710 | |||
| 13310 | ac_header_preproc=no | 14711 | ac_header_preproc=no |
| 13311 | fi | 14712 | fi |
| 13312 | rm -f conftest.err conftest.$ac_ext | 14713 | rm -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 |
| 13320 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 14721 | echo "$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 |
| 13322 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 14723 | echo "$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 |
| 13325 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 14735 | echo "$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 |
| 13327 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 14737 | echo "$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 |
| 13329 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 14739 | echo "$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 | ;; | ||
| 13330 | esac | 14749 | esac |
| 13331 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 14750 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 13332 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 14751 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| @@ -13367,7 +14786,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |||
| 13367 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 14786 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 13368 | cat >conftest.$ac_ext <<_ACEOF | 14787 | cat >conftest.$ac_ext <<_ACEOF |
| 13369 | #line $LINENO "configure" | 14788 | #line $LINENO "configure" |
| 13370 | #include "confdefs.h" | 14789 | /* confdefs.h. */ |
| 14790 | _ACEOF | ||
| 14791 | cat confdefs.h >>conftest.$ac_ext | ||
| 14792 | cat >>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 |
| 13387 | else | 14810 | else |
| 13388 | echo "$as_me: failed program was:" >&5 | 14811 | echo "$as_me: failed program was:" >&5 |
| 13389 | cat conftest.$ac_ext >&5 | 14812 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14813 | |||
| 13390 | ac_header_compiler=no | 14814 | ac_header_compiler=no |
| 13391 | fi | 14815 | fi |
| 13392 | rm -f conftest.$ac_objext conftest.$ac_ext | 14816 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -13398,7 +14822,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |||
| 13398 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 14822 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 13399 | cat >conftest.$ac_ext <<_ACEOF | 14823 | cat >conftest.$ac_ext <<_ACEOF |
| 13400 | #line $LINENO "configure" | 14824 | #line $LINENO "configure" |
| 13401 | #include "confdefs.h" | 14825 | /* confdefs.h. */ |
| 14826 | _ACEOF | ||
| 14827 | cat confdefs.h >>conftest.$ac_ext | ||
| 14828 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 14829 | /* end confdefs.h. */ | ||
| 13402 | #include <$ac_header> | 14830 | #include <$ac_header> |
| 13403 | _ACEOF | 14831 | _ACEOF |
| 13404 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 14832 | if { (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 |
| 13422 | else | 14850 | else |
| 13423 | echo "$as_me: failed program was:" >&5 | 14851 | echo "$as_me: failed program was:" >&5 |
| 13424 | cat conftest.$ac_ext >&5 | 14852 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14853 | |||
| 13425 | ac_header_preproc=no | 14854 | ac_header_preproc=no |
| 13426 | fi | 14855 | fi |
| 13427 | rm -f conftest.err conftest.$ac_ext | 14856 | rm -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 |
| 13435 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 14864 | echo "$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 |
| 13437 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 14866 | echo "$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 |
| 13440 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 14878 | echo "$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 |
| 13442 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 14880 | echo "$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 |
| 13444 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 14882 | echo "$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 | ;; | ||
| 13445 | esac | 14892 | esac |
| 13446 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 14893 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 13447 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 14894 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| @@ -13478,7 +14925,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |||
| 13478 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 14925 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 13479 | cat >conftest.$ac_ext <<_ACEOF | 14926 | cat >conftest.$ac_ext <<_ACEOF |
| 13480 | #line $LINENO "configure" | 14927 | #line $LINENO "configure" |
| 13481 | #include "confdefs.h" | 14928 | /* confdefs.h. */ |
| 14929 | _ACEOF | ||
| 14930 | cat confdefs.h >>conftest.$ac_ext | ||
| 14931 | cat >>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 |
| 13498 | else | 14949 | else |
| 13499 | echo "$as_me: failed program was:" >&5 | 14950 | echo "$as_me: failed program was:" >&5 |
| 13500 | cat conftest.$ac_ext >&5 | 14951 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14952 | |||
| 13501 | ac_header_compiler=no | 14953 | ac_header_compiler=no |
| 13502 | fi | 14954 | fi |
| 13503 | rm -f conftest.$ac_objext conftest.$ac_ext | 14955 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -13509,7 +14961,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |||
| 13509 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 14961 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 13510 | cat >conftest.$ac_ext <<_ACEOF | 14962 | cat >conftest.$ac_ext <<_ACEOF |
| 13511 | #line $LINENO "configure" | 14963 | #line $LINENO "configure" |
| 13512 | #include "confdefs.h" | 14964 | /* confdefs.h. */ |
| 14965 | _ACEOF | ||
| 14966 | cat confdefs.h >>conftest.$ac_ext | ||
| 14967 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 14968 | /* end confdefs.h. */ | ||
| 13513 | #include <$ac_header> | 14969 | #include <$ac_header> |
| 13514 | _ACEOF | 14970 | _ACEOF |
| 13515 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 14971 | if { (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 |
| 13533 | else | 14989 | else |
| 13534 | echo "$as_me: failed program was:" >&5 | 14990 | echo "$as_me: failed program was:" >&5 |
| 13535 | cat conftest.$ac_ext >&5 | 14991 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14992 | |||
| 13536 | ac_header_preproc=no | 14993 | ac_header_preproc=no |
| 13537 | fi | 14994 | fi |
| 13538 | rm -f conftest.err conftest.$ac_ext | 14995 | rm -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 |
| 13546 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 15003 | echo "$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 |
| 13548 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 15005 | echo "$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 |
| 13551 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 15017 | echo "$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 |
| 13553 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 15019 | echo "$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 |
| 13555 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 15021 | echo "$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 | ;; | ||
| 13556 | esac | 15031 | esac |
| 13557 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 15032 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 13558 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 15033 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| @@ -13589,7 +15064,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |||
| 13589 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 15064 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 13590 | cat >conftest.$ac_ext <<_ACEOF | 15065 | cat >conftest.$ac_ext <<_ACEOF |
| 13591 | #line $LINENO "configure" | 15066 | #line $LINENO "configure" |
| 13592 | #include "confdefs.h" | 15067 | /* confdefs.h. */ |
| 15068 | _ACEOF | ||
| 15069 | cat confdefs.h >>conftest.$ac_ext | ||
| 15070 | cat >>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 |
| 13609 | else | 15088 | else |
| 13610 | echo "$as_me: failed program was:" >&5 | 15089 | echo "$as_me: failed program was:" >&5 |
| 13611 | cat conftest.$ac_ext >&5 | 15090 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15091 | |||
| 13612 | ac_header_compiler=no | 15092 | ac_header_compiler=no |
| 13613 | fi | 15093 | fi |
| 13614 | rm -f conftest.$ac_objext conftest.$ac_ext | 15094 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -13620,7 +15100,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |||
| 13620 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 15100 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 13621 | cat >conftest.$ac_ext <<_ACEOF | 15101 | cat >conftest.$ac_ext <<_ACEOF |
| 13622 | #line $LINENO "configure" | 15102 | #line $LINENO "configure" |
| 13623 | #include "confdefs.h" | 15103 | /* confdefs.h. */ |
| 15104 | _ACEOF | ||
| 15105 | cat confdefs.h >>conftest.$ac_ext | ||
| 15106 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 15107 | /* end confdefs.h. */ | ||
| 13624 | #include <$ac_header> | 15108 | #include <$ac_header> |
| 13625 | _ACEOF | 15109 | _ACEOF |
| 13626 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 15110 | if { (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 |
| 13644 | else | 15128 | else |
| 13645 | echo "$as_me: failed program was:" >&5 | 15129 | echo "$as_me: failed program was:" >&5 |
| 13646 | cat conftest.$ac_ext >&5 | 15130 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15131 | |||
| 13647 | ac_header_preproc=no | 15132 | ac_header_preproc=no |
| 13648 | fi | 15133 | fi |
| 13649 | rm -f conftest.err conftest.$ac_ext | 15134 | rm -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 |
| 13657 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 15142 | echo "$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 |
| 13659 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 15144 | echo "$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 |
| 13662 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 15156 | echo "$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 |
| 13664 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 15158 | echo "$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 |
| 13666 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 15160 | echo "$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 | ;; | ||
| 13667 | esac | 15170 | esac |
| 13668 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 15171 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 13669 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 15172 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| @@ -13711,7 +15214,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |||
| 13711 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 15214 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 13712 | cat >conftest.$ac_ext <<_ACEOF | 15215 | cat >conftest.$ac_ext <<_ACEOF |
| 13713 | #line $LINENO "configure" | 15216 | #line $LINENO "configure" |
| 13714 | #include "confdefs.h" | 15217 | /* confdefs.h. */ |
| 15218 | _ACEOF | ||
| 15219 | cat confdefs.h >>conftest.$ac_ext | ||
| 15220 | cat >>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 |
| 13731 | else | 15238 | else |
| 13732 | echo "$as_me: failed program was:" >&5 | 15239 | echo "$as_me: failed program was:" >&5 |
| 13733 | cat conftest.$ac_ext >&5 | 15240 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15241 | |||
| 13734 | ac_header_compiler=no | 15242 | ac_header_compiler=no |
| 13735 | fi | 15243 | fi |
| 13736 | rm -f conftest.$ac_objext conftest.$ac_ext | 15244 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -13742,7 +15250,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |||
| 13742 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 15250 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 13743 | cat >conftest.$ac_ext <<_ACEOF | 15251 | cat >conftest.$ac_ext <<_ACEOF |
| 13744 | #line $LINENO "configure" | 15252 | #line $LINENO "configure" |
| 13745 | #include "confdefs.h" | 15253 | /* confdefs.h. */ |
| 15254 | _ACEOF | ||
| 15255 | cat confdefs.h >>conftest.$ac_ext | ||
| 15256 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 15257 | /* end confdefs.h. */ | ||
| 13746 | #include <$ac_header> | 15258 | #include <$ac_header> |
| 13747 | _ACEOF | 15259 | _ACEOF |
| 13748 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 15260 | if { (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 |
| 13766 | else | 15278 | else |
| 13767 | echo "$as_me: failed program was:" >&5 | 15279 | echo "$as_me: failed program was:" >&5 |
| 13768 | cat conftest.$ac_ext >&5 | 15280 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15281 | |||
| 13769 | ac_header_preproc=no | 15282 | ac_header_preproc=no |
| 13770 | fi | 15283 | fi |
| 13771 | rm -f conftest.err conftest.$ac_ext | 15284 | rm -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 |
| 13779 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 15292 | echo "$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 |
| 13781 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 15294 | echo "$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 |
| 13784 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 15306 | echo "$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 |
| 13786 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 15308 | echo "$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 |
| 13788 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 15310 | echo "$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 | ;; | ||
| 13789 | esac | 15320 | esac |
| 13790 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 15321 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 13791 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 15322 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| @@ -13822,7 +15353,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |||
| 13822 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 15353 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 13823 | cat >conftest.$ac_ext <<_ACEOF | 15354 | cat >conftest.$ac_ext <<_ACEOF |
| 13824 | #line $LINENO "configure" | 15355 | #line $LINENO "configure" |
| 13825 | #include "confdefs.h" | 15356 | /* confdefs.h. */ |
| 15357 | _ACEOF | ||
| 15358 | cat confdefs.h >>conftest.$ac_ext | ||
| 15359 | cat >>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 |
| 13842 | else | 15377 | else |
| 13843 | echo "$as_me: failed program was:" >&5 | 15378 | echo "$as_me: failed program was:" >&5 |
| 13844 | cat conftest.$ac_ext >&5 | 15379 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15380 | |||
| 13845 | ac_header_compiler=no | 15381 | ac_header_compiler=no |
| 13846 | fi | 15382 | fi |
| 13847 | rm -f conftest.$ac_objext conftest.$ac_ext | 15383 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -13853,7 +15389,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |||
| 13853 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 15389 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 13854 | cat >conftest.$ac_ext <<_ACEOF | 15390 | cat >conftest.$ac_ext <<_ACEOF |
| 13855 | #line $LINENO "configure" | 15391 | #line $LINENO "configure" |
| 13856 | #include "confdefs.h" | 15392 | /* confdefs.h. */ |
| 15393 | _ACEOF | ||
| 15394 | cat confdefs.h >>conftest.$ac_ext | ||
| 15395 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 15396 | /* end confdefs.h. */ | ||
| 13857 | #include <$ac_header> | 15397 | #include <$ac_header> |
| 13858 | _ACEOF | 15398 | _ACEOF |
| 13859 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 15399 | if { (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 |
| 13877 | else | 15417 | else |
| 13878 | echo "$as_me: failed program was:" >&5 | 15418 | echo "$as_me: failed program was:" >&5 |
| 13879 | cat conftest.$ac_ext >&5 | 15419 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15420 | |||
| 13880 | ac_header_preproc=no | 15421 | ac_header_preproc=no |
| 13881 | fi | 15422 | fi |
| 13882 | rm -f conftest.err conftest.$ac_ext | 15423 | rm -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 |
| 13890 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 15431 | echo "$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 |
| 13892 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 15433 | echo "$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 |
| 13895 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 15445 | echo "$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 |
| 13897 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 15447 | echo "$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 |
| 13899 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 15449 | echo "$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 | ;; | ||
| 13900 | esac | 15459 | esac |
| 13901 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 15460 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 13902 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 15461 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| @@ -13933,7 +15492,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |||
| 13933 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 15492 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 13934 | cat >conftest.$ac_ext <<_ACEOF | 15493 | cat >conftest.$ac_ext <<_ACEOF |
| 13935 | #line $LINENO "configure" | 15494 | #line $LINENO "configure" |
| 13936 | #include "confdefs.h" | 15495 | /* confdefs.h. */ |
| 15496 | _ACEOF | ||
| 15497 | cat confdefs.h >>conftest.$ac_ext | ||
| 15498 | cat >>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 |
| 13953 | else | 15516 | else |
| 13954 | echo "$as_me: failed program was:" >&5 | 15517 | echo "$as_me: failed program was:" >&5 |
| 13955 | cat conftest.$ac_ext >&5 | 15518 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15519 | |||
| 13956 | ac_header_compiler=no | 15520 | ac_header_compiler=no |
| 13957 | fi | 15521 | fi |
| 13958 | rm -f conftest.$ac_objext conftest.$ac_ext | 15522 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -13964,7 +15528,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |||
| 13964 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 15528 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 13965 | cat >conftest.$ac_ext <<_ACEOF | 15529 | cat >conftest.$ac_ext <<_ACEOF |
| 13966 | #line $LINENO "configure" | 15530 | #line $LINENO "configure" |
| 13967 | #include "confdefs.h" | 15531 | /* confdefs.h. */ |
| 15532 | _ACEOF | ||
| 15533 | cat confdefs.h >>conftest.$ac_ext | ||
| 15534 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 15535 | /* end confdefs.h. */ | ||
| 13968 | #include <$ac_header> | 15536 | #include <$ac_header> |
| 13969 | _ACEOF | 15537 | _ACEOF |
| 13970 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 15538 | if { (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 |
| 13988 | else | 15556 | else |
| 13989 | echo "$as_me: failed program was:" >&5 | 15557 | echo "$as_me: failed program was:" >&5 |
| 13990 | cat conftest.$ac_ext >&5 | 15558 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15559 | |||
| 13991 | ac_header_preproc=no | 15560 | ac_header_preproc=no |
| 13992 | fi | 15561 | fi |
| 13993 | rm -f conftest.err conftest.$ac_ext | 15562 | rm -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 |
| 14001 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 15570 | echo "$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 |
| 14003 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 15572 | echo "$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 |
| 14006 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 15584 | echo "$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 |
| 14008 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 15586 | echo "$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 |
| 14010 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 15588 | echo "$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 | ;; | ||
| 14011 | esac | 15598 | esac |
| 14012 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 15599 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 14013 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 15600 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| @@ -14056,7 +15643,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |||
| 14056 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 15643 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 14057 | cat >conftest.$ac_ext <<_ACEOF | 15644 | cat >conftest.$ac_ext <<_ACEOF |
| 14058 | #line $LINENO "configure" | 15645 | #line $LINENO "configure" |
| 14059 | #include "confdefs.h" | 15646 | /* confdefs.h. */ |
| 15647 | _ACEOF | ||
| 15648 | cat confdefs.h >>conftest.$ac_ext | ||
| 15649 | cat >>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 |
| 14076 | else | 15667 | else |
| 14077 | echo "$as_me: failed program was:" >&5 | 15668 | echo "$as_me: failed program was:" >&5 |
| 14078 | cat conftest.$ac_ext >&5 | 15669 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15670 | |||
| 14079 | ac_header_compiler=no | 15671 | ac_header_compiler=no |
| 14080 | fi | 15672 | fi |
| 14081 | rm -f conftest.$ac_objext conftest.$ac_ext | 15673 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -14087,7 +15679,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |||
| 14087 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 15679 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 14088 | cat >conftest.$ac_ext <<_ACEOF | 15680 | cat >conftest.$ac_ext <<_ACEOF |
| 14089 | #line $LINENO "configure" | 15681 | #line $LINENO "configure" |
| 14090 | #include "confdefs.h" | 15682 | /* confdefs.h. */ |
| 15683 | _ACEOF | ||
| 15684 | cat confdefs.h >>conftest.$ac_ext | ||
| 15685 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 15686 | /* end confdefs.h. */ | ||
| 14091 | #include <$ac_header> | 15687 | #include <$ac_header> |
| 14092 | _ACEOF | 15688 | _ACEOF |
| 14093 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 15689 | if { (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 |
| 14111 | else | 15707 | else |
| 14112 | echo "$as_me: failed program was:" >&5 | 15708 | echo "$as_me: failed program was:" >&5 |
| 14113 | cat conftest.$ac_ext >&5 | 15709 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15710 | |||
| 14114 | ac_header_preproc=no | 15711 | ac_header_preproc=no |
| 14115 | fi | 15712 | fi |
| 14116 | rm -f conftest.err conftest.$ac_ext | 15713 | rm -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 |
| 14124 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 15721 | echo "$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 |
| 14126 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 15723 | echo "$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 |
| 14129 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 15735 | echo "$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 |
| 14131 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 15737 | echo "$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 |
| 14133 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 15739 | echo "$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 | ;; | ||
| 14134 | esac | 15749 | esac |
| 14135 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 15750 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 14136 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 15751 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| @@ -14166,7 +15781,11 @@ else | |||
| 14166 | LIBS="-lintl $LIBS" | 15781 | LIBS="-lintl $LIBS" |
| 14167 | cat >conftest.$ac_ext <<_ACEOF | 15782 | cat >conftest.$ac_ext <<_ACEOF |
| 14168 | #line $LINENO "configure" | 15783 | #line $LINENO "configure" |
| 14169 | #include "confdefs.h" | 15784 | /* confdefs.h. */ |
| 15785 | _ACEOF | ||
| 15786 | cat confdefs.h >>conftest.$ac_ext | ||
| 15787 | cat >>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 |
| 14199 | else | 15818 | else |
| 14200 | echo "$as_me: failed program was:" >&5 | 15819 | echo "$as_me: failed program was:" >&5 |
| 14201 | cat conftest.$ac_ext >&5 | 15820 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15821 | |||
| 14202 | ac_cv_lib_intl_dgettext=no | 15822 | ac_cv_lib_intl_dgettext=no |
| 14203 | fi | 15823 | fi |
| 14204 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 15824 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -14228,7 +15848,11 @@ emacs_cv_localtime_cache=yes | |||
| 14228 | else | 15848 | else |
| 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 | ||
| 15853 | cat confdefs.h >>conftest.$ac_ext | ||
| 15854 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 15855 | /* end confdefs.h. */ | ||
| 14232 | #include <time.h> | 15856 | #include <time.h> |
| 14233 | extern char **environ; | 15857 | extern char **environ; |
| 14234 | unset_TZ () | 15858 | unset_TZ () |
| @@ -14274,7 +15898,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 14274 | else | 15898 | else |
| 14275 | echo "$as_me: program exited with status $ac_status" >&5 | 15899 | echo "$as_me: program exited with status $ac_status" >&5 |
| 14276 | echo "$as_me: failed program was:" >&5 | 15900 | echo "$as_me: failed program was:" >&5 |
| 14277 | cat conftest.$ac_ext >&5 | 15901 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15902 | |||
| 14278 | ( exit $ac_status ) | 15903 | ( exit $ac_status ) |
| 14279 | emacs_cv_localtime_cache=yes | 15904 | emacs_cv_localtime_cache=yes |
| 14280 | fi | 15905 | fi |
| @@ -14308,30 +15933,37 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 14308 | else | 15933 | else |
| 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 | ||
| 15938 | cat confdefs.h >>conftest.$ac_ext | ||
| 15939 | cat >>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 |
| 14317 | extern "C" | 15946 | extern "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. */ |
| 14321 | char $ac_func (); | 15951 | char $ac_func (); |
| 14322 | char (*f) (); | ||
| 14323 | |||
| 14324 | int | ||
| 14325 | main () | ||
| 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) |
| 14331 | choke me | 15956 | choke me |
| 14332 | #else | 15957 | #else |
| 14333 | f = $ac_func; | 15958 | char (*f) () = $ac_func; |
| 14334 | #endif | 15959 | #endif |
| 15960 | #ifdef __cplusplus | ||
| 15961 | } | ||
| 15962 | #endif | ||
| 15963 | |||
| 15964 | int | ||
| 15965 | main () | ||
| 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" |
| 14353 | else | 15985 | else |
| 14354 | echo "$as_me: failed program was:" >&5 | 15986 | echo "$as_me: failed program was:" >&5 |
| 14355 | cat conftest.$ac_ext >&5 | 15987 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15988 | |||
| 14356 | eval "$as_ac_var=no" | 15989 | eval "$as_ac_var=no" |
| 14357 | fi | 15990 | fi |
| 14358 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 15991 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -14375,7 +16008,11 @@ if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then | |||
| 14375 | else | 16008 | else |
| 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 | ||
| 16013 | cat confdefs.h >>conftest.$ac_ext | ||
| 16014 | cat >>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 |
| 14412 | else | 16049 | else |
| 14413 | echo "$as_me: failed program was:" >&5 | 16050 | echo "$as_me: failed program was:" >&5 |
| 14414 | cat conftest.$ac_ext >&5 | 16051 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16052 | |||
| 14415 | emacs_cv_gettimeofday_two_arguments=no | 16053 | emacs_cv_gettimeofday_two_arguments=no |
| 14416 | fi | 16054 | fi |
| 14417 | rm -f conftest.$ac_objext conftest.$ac_ext | 16055 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -14436,7 +16074,11 @@ if test "${emacs_cv_struct_timezone+set}" = set; then | |||
| 14436 | else | 16074 | else |
| 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 | ||
| 16079 | cat confdefs.h >>conftest.$ac_ext | ||
| 16080 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 16081 | /* end confdefs.h. */ | ||
| 14440 | #include <sys/time.h> | 16082 | #include <sys/time.h> |
| 14441 | int | 16083 | int |
| 14442 | main () | 16084 | main () |
| @@ -14463,7 +16105,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 14463 | else | 16105 | else |
| 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 | ||
| 16110 | cat confdefs.h >>conftest.$ac_ext | ||
| 16111 | cat >>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 | |||
| 14496 | else | 16142 | else |
| 14497 | echo "$as_me: program exited with status $ac_status" >&5 | 16143 | echo "$as_me: program exited with status $ac_status" >&5 |
| 14498 | echo "$as_me: failed program was:" >&5 | 16144 | echo "$as_me: failed program was:" >&5 |
| 14499 | cat conftest.$ac_ext >&5 | 16145 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16146 | |||
| 14500 | ( exit $ac_status ) | 16147 | ( exit $ac_status ) |
| 14501 | emacs_cv_struct_timezone=no | 16148 | emacs_cv_struct_timezone=no |
| 14502 | fi | 16149 | fi |
| @@ -14504,7 +16151,8 @@ rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext | |||
| 14504 | fi | 16151 | fi |
| 14505 | else | 16152 | else |
| 14506 | echo "$as_me: failed program was:" >&5 | 16153 | echo "$as_me: failed program was:" >&5 |
| 14507 | cat conftest.$ac_ext >&5 | 16154 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16155 | |||
| 14508 | emacs_cv_struct_timezone=no | 16156 | emacs_cv_struct_timezone=no |
| 14509 | fi | 16157 | fi |
| 14510 | rm -f conftest.$ac_objext conftest.$ac_ext | 16158 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -14521,30 +16169,37 @@ if test "${ac_cv_func_socket+set}" = set; then | |||
| 14521 | else | 16169 | else |
| 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 | ||
| 16174 | cat confdefs.h >>conftest.$ac_ext | ||
| 16175 | cat >>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 |
| 14530 | extern "C" | 16182 | extern "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. */ |
| 14534 | char socket (); | 16187 | char socket (); |
| 14535 | char (*f) (); | ||
| 14536 | |||
| 14537 | int | ||
| 14538 | main () | ||
| 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) |
| 14544 | choke me | 16192 | choke me |
| 14545 | #else | 16193 | #else |
| 14546 | f = socket; | 16194 | char (*f) () = socket; |
| 14547 | #endif | 16195 | #endif |
| 16196 | #ifdef __cplusplus | ||
| 16197 | } | ||
| 16198 | #endif | ||
| 16199 | |||
| 16200 | int | ||
| 16201 | main () | ||
| 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 |
| 14566 | else | 16221 | else |
| 14567 | echo "$as_me: failed program was:" >&5 | 16222 | echo "$as_me: failed program was:" >&5 |
| 14568 | cat conftest.$ac_ext >&5 | 16223 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16224 | |||
| 14569 | ac_cv_func_socket=no | 16225 | ac_cv_func_socket=no |
| 14570 | fi | 16226 | fi |
| 14571 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 16227 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -14593,7 +16249,11 @@ echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 | |||
| 14593 | echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6 | 16249 | echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6 |
| 14594 | cat >conftest.$ac_ext <<_ACEOF | 16250 | cat >conftest.$ac_ext <<_ACEOF |
| 14595 | #line $LINENO "configure" | 16251 | #line $LINENO "configure" |
| 14596 | #include "confdefs.h" | 16252 | /* confdefs.h. */ |
| 16253 | _ACEOF | ||
| 16254 | cat confdefs.h >>conftest.$ac_ext | ||
| 16255 | cat >>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 |
| 14613 | else | 16273 | else |
| 14614 | echo "$as_me: failed program was:" >&5 | 16274 | echo "$as_me: failed program was:" >&5 |
| 14615 | cat conftest.$ac_ext >&5 | 16275 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16276 | |||
| 14616 | ac_header_compiler=no | 16277 | ac_header_compiler=no |
| 14617 | fi | 16278 | fi |
| 14618 | rm -f conftest.$ac_objext conftest.$ac_ext | 16279 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -14624,7 +16285,11 @@ echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 | |||
| 14624 | echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6 | 16285 | echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6 |
| 14625 | cat >conftest.$ac_ext <<_ACEOF | 16286 | cat >conftest.$ac_ext <<_ACEOF |
| 14626 | #line $LINENO "configure" | 16287 | #line $LINENO "configure" |
| 14627 | #include "confdefs.h" | 16288 | /* confdefs.h. */ |
| 16289 | _ACEOF | ||
| 16290 | cat confdefs.h >>conftest.$ac_ext | ||
| 16291 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 16292 | /* end confdefs.h. */ | ||
| 14628 | #include <netinet/in.h> | 16293 | #include <netinet/in.h> |
| 14629 | _ACEOF | 16294 | _ACEOF |
| 14630 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 16295 | if { (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 |
| 14648 | else | 16313 | else |
| 14649 | echo "$as_me: failed program was:" >&5 | 16314 | echo "$as_me: failed program was:" >&5 |
| 14650 | cat conftest.$ac_ext >&5 | 16315 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16316 | |||
| 14651 | ac_header_preproc=no | 16317 | ac_header_preproc=no |
| 14652 | fi | 16318 | fi |
| 14653 | rm -f conftest.err conftest.$ac_ext | 16319 | rm -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 |
| 14661 | echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 16327 | echo "$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 |
| 14663 | echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;};; | 16329 | echo "$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 |
| 14666 | echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;} | 16341 | echo "$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 |
| 14668 | echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;} | 16343 | echo "$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 |
| 14670 | echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;};; | 16345 | echo "$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 | ;; | ||
| 14671 | esac | 16355 | esac |
| 14672 | echo "$as_me:$LINENO: checking for netinet/in.h" >&5 | 16356 | echo "$as_me:$LINENO: checking for netinet/in.h" >&5 |
| 14673 | echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 | 16357 | echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 |
| @@ -14703,7 +16387,11 @@ echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 | |||
| 14703 | echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6 | 16387 | echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6 |
| 14704 | cat >conftest.$ac_ext <<_ACEOF | 16388 | cat >conftest.$ac_ext <<_ACEOF |
| 14705 | #line $LINENO "configure" | 16389 | #line $LINENO "configure" |
| 14706 | #include "confdefs.h" | 16390 | /* confdefs.h. */ |
| 16391 | _ACEOF | ||
| 16392 | cat confdefs.h >>conftest.$ac_ext | ||
| 16393 | cat >>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 |
| 14723 | else | 16411 | else |
| 14724 | echo "$as_me: failed program was:" >&5 | 16412 | echo "$as_me: failed program was:" >&5 |
| 14725 | cat conftest.$ac_ext >&5 | 16413 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16414 | |||
| 14726 | ac_header_compiler=no | 16415 | ac_header_compiler=no |
| 14727 | fi | 16416 | fi |
| 14728 | rm -f conftest.$ac_objext conftest.$ac_ext | 16417 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -14734,7 +16423,11 @@ echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 | |||
| 14734 | echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6 | 16423 | echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6 |
| 14735 | cat >conftest.$ac_ext <<_ACEOF | 16424 | cat >conftest.$ac_ext <<_ACEOF |
| 14736 | #line $LINENO "configure" | 16425 | #line $LINENO "configure" |
| 14737 | #include "confdefs.h" | 16426 | /* confdefs.h. */ |
| 16427 | _ACEOF | ||
| 16428 | cat confdefs.h >>conftest.$ac_ext | ||
| 16429 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 16430 | /* end confdefs.h. */ | ||
| 14738 | #include <arpa/inet.h> | 16431 | #include <arpa/inet.h> |
| 14739 | _ACEOF | 16432 | _ACEOF |
| 14740 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 16433 | if { (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 |
| 14758 | else | 16451 | else |
| 14759 | echo "$as_me: failed program was:" >&5 | 16452 | echo "$as_me: failed program was:" >&5 |
| 14760 | cat conftest.$ac_ext >&5 | 16453 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16454 | |||
| 14761 | ac_header_preproc=no | 16455 | ac_header_preproc=no |
| 14762 | fi | 16456 | fi |
| 14763 | rm -f conftest.err conftest.$ac_ext | 16457 | rm -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 |
| 14771 | echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 16465 | echo "$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 |
| 14773 | echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;};; | 16467 | echo "$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 |
| 14776 | echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} | 16479 | echo "$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 |
| 14778 | echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;} | 16481 | echo "$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 |
| 14780 | echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;};; | 16483 | echo "$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 | ;; | ||
| 14781 | esac | 16493 | esac |
| 14782 | echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 | 16494 | echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 |
| 14783 | echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 | 16495 | echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 |
| @@ -14836,7 +16548,11 @@ if test "${ac_cv_type_pid_t+set}" = set; then | |||
| 14836 | else | 16548 | else |
| 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 | ||
| 16553 | cat confdefs.h >>conftest.$ac_ext | ||
| 16554 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 16555 | /* end confdefs.h. */ | ||
| 14840 | $ac_includes_default | 16556 | $ac_includes_default |
| 14841 | int | 16557 | int |
| 14842 | main () | 16558 | main () |
| @@ -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 |
| 14865 | else | 16581 | else |
| 14866 | echo "$as_me: failed program was:" >&5 | 16582 | echo "$as_me: failed program was:" >&5 |
| 14867 | cat conftest.$ac_ext >&5 | 16583 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16584 | |||
| 14868 | ac_cv_type_pid_t=no | 16585 | ac_cv_type_pid_t=no |
| 14869 | fi | 16586 | fi |
| 14870 | rm -f conftest.$ac_objext conftest.$ac_ext | 16587 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -14900,7 +16617,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |||
| 14900 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 16617 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 14901 | cat >conftest.$ac_ext <<_ACEOF | 16618 | cat >conftest.$ac_ext <<_ACEOF |
| 14902 | #line $LINENO "configure" | 16619 | #line $LINENO "configure" |
| 14903 | #include "confdefs.h" | 16620 | /* confdefs.h. */ |
| 16621 | _ACEOF | ||
| 16622 | cat confdefs.h >>conftest.$ac_ext | ||
| 16623 | cat >>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 |
| 14920 | else | 16641 | else |
| 14921 | echo "$as_me: failed program was:" >&5 | 16642 | echo "$as_me: failed program was:" >&5 |
| 14922 | cat conftest.$ac_ext >&5 | 16643 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16644 | |||
| 14923 | ac_header_compiler=no | 16645 | ac_header_compiler=no |
| 14924 | fi | 16646 | fi |
| 14925 | rm -f conftest.$ac_objext conftest.$ac_ext | 16647 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -14931,7 +16653,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |||
| 14931 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 16653 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 14932 | cat >conftest.$ac_ext <<_ACEOF | 16654 | cat >conftest.$ac_ext <<_ACEOF |
| 14933 | #line $LINENO "configure" | 16655 | #line $LINENO "configure" |
| 14934 | #include "confdefs.h" | 16656 | /* confdefs.h. */ |
| 16657 | _ACEOF | ||
| 16658 | cat confdefs.h >>conftest.$ac_ext | ||
| 16659 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 16660 | /* end confdefs.h. */ | ||
| 14935 | #include <$ac_header> | 16661 | #include <$ac_header> |
| 14936 | _ACEOF | 16662 | _ACEOF |
| 14937 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 16663 | if { (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 |
| 14955 | else | 16681 | else |
| 14956 | echo "$as_me: failed program was:" >&5 | 16682 | echo "$as_me: failed program was:" >&5 |
| 14957 | cat conftest.$ac_ext >&5 | 16683 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16684 | |||
| 14958 | ac_header_preproc=no | 16685 | ac_header_preproc=no |
| 14959 | fi | 16686 | fi |
| 14960 | rm -f conftest.err conftest.$ac_ext | 16687 | rm -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 |
| 14968 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 16695 | echo "$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 |
| 14970 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 16697 | echo "$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 |
| 14973 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 16709 | echo "$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 |
| 14975 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 16711 | echo "$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 |
| 14977 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 16713 | echo "$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 | ;; | ||
| 14978 | esac | 16723 | esac |
| 14979 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 16724 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 14980 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 16725 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| @@ -15008,31 +16753,38 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 15008 | else | 16753 | else |
| 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 | ||
| 16758 | cat confdefs.h >>conftest.$ac_ext | ||
| 16759 | cat >>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 |
| 15017 | extern "C" | 16766 | extern "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. */ |
| 15021 | char $ac_func (); | 16771 | char $ac_func (); |
| 15022 | char (*f) (); | ||
| 15023 | |||
| 15024 | int | ||
| 15025 | main () | ||
| 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) |
| 15031 | choke me | 16776 | choke me |
| 15032 | #else | 16777 | #else |
| 15033 | f = $ac_func; | 16778 | char (*f) () = $ac_func; |
| 16779 | #endif | ||
| 16780 | #ifdef __cplusplus | ||
| 16781 | } | ||
| 15034 | #endif | 16782 | #endif |
| 15035 | 16783 | ||
| 16784 | int | ||
| 16785 | main () | ||
| 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" |
| 15053 | else | 16805 | else |
| 15054 | echo "$as_me: failed program was:" >&5 | 16806 | echo "$as_me: failed program was:" >&5 |
| 15055 | cat conftest.$ac_ext >&5 | 16807 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16808 | |||
| 15056 | eval "$as_ac_var=no" | 16809 | eval "$as_ac_var=no" |
| 15057 | fi | 16810 | fi |
| 15058 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 16811 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| @@ -15105,7 +16858,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 15105 | else | 16858 | else |
| 15106 | echo "$as_me: program exited with status $ac_status" >&5 | 16859 | echo "$as_me: program exited with status $ac_status" >&5 |
| 15107 | echo "$as_me: failed program was:" >&5 | 16860 | echo "$as_me: failed program was:" >&5 |
| 15108 | cat conftest.$ac_ext >&5 | 16861 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16862 | |||
| 15109 | ( exit $ac_status ) | 16863 | ( exit $ac_status ) |
| 15110 | ac_cv_func_fork_works=no | 16864 | ac_cv_func_fork_works=no |
| 15111 | fi | 16865 | fi |
| @@ -15143,11 +16897,17 @@ else | |||
| 15143 | else | 16897 | else |
| 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 | ||
| 16902 | cat confdefs.h >>conftest.$ac_ext | ||
| 16903 | cat >>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. */ |
| 15163 | static | 16923 | static void |
| 15164 | #ifdef __cplusplus | 16924 | #ifdef __cplusplus |
| 15165 | sparc_address_test (int arg) | 16925 | sparc_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 | |||
| 15253 | else | 17013 | else |
| 15254 | echo "$as_me: program exited with status $ac_status" >&5 | 17014 | echo "$as_me: program exited with status $ac_status" >&5 |
| 15255 | echo "$as_me: failed program was:" >&5 | 17015 | echo "$as_me: failed program was:" >&5 |
| 15256 | cat conftest.$ac_ext >&5 | 17016 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17017 | |||
| 15257 | ( exit $ac_status ) | 17018 | ( exit $ac_status ) |
| 15258 | ac_cv_func_vfork_works=no | 17019 | ac_cv_func_vfork_works=no |
| 15259 | fi | 17020 | fi |
| @@ -15299,7 +17060,11 @@ if test "${ac_cv_type_size_t+set}" = set; then | |||
| 15299 | else | 17060 | else |
| 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 | ||
| 17065 | cat confdefs.h >>conftest.$ac_ext | ||
| 17066 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17067 | /* end confdefs.h. */ | ||
| 15303 | $ac_includes_default | 17068 | $ac_includes_default |
| 15304 | int | 17069 | int |
| 15305 | main () | 17070 | main () |
| @@ -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 |
| 15328 | else | 17093 | else |
| 15329 | echo "$as_me: failed program was:" >&5 | 17094 | echo "$as_me: failed program was:" >&5 |
| 15330 | cat conftest.$ac_ext >&5 | 17095 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17096 | |||
| 15331 | ac_cv_type_size_t=no | 17097 | ac_cv_type_size_t=no |
| 15332 | fi | 17098 | fi |
| 15333 | rm -f conftest.$ac_objext conftest.$ac_ext | 17099 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -15351,7 +17117,11 @@ if test "${emacs_cv_c_restrict+set}" = set; then | |||
| 15351 | else | 17117 | else |
| 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 | ||
| 17122 | cat confdefs.h >>conftest.$ac_ext | ||
| 17123 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17124 | /* end confdefs.h. */ | ||
| 15355 | void fred (int *restrict x); | 17125 | void fred (int *restrict x); |
| 15356 | int | 17126 | int |
| 15357 | main () | 17127 | main () |
| @@ -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 |
| 15377 | else | 17147 | else |
| 15378 | echo "$as_me: failed program was:" >&5 | 17148 | echo "$as_me: failed program was:" >&5 |
| 15379 | cat conftest.$ac_ext >&5 | 17149 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17150 | |||
| 15380 | cat >conftest.$ac_ext <<_ACEOF | 17151 | cat >conftest.$ac_ext <<_ACEOF |
| 15381 | #line $LINENO "configure" | 17152 | #line $LINENO "configure" |
| 15382 | #include "confdefs.h" | 17153 | /* confdefs.h. */ |
| 17154 | _ACEOF | ||
| 17155 | cat confdefs.h >>conftest.$ac_ext | ||
| 17156 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17157 | /* end confdefs.h. */ | ||
| 15383 | void fred (int *__restrict x); | 17158 | void fred (int *__restrict x); |
| 15384 | int | 17159 | int |
| 15385 | main () | 17160 | main () |
| @@ -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 |
| 15405 | else | 17180 | else |
| 15406 | echo "$as_me: failed program was:" >&5 | 17181 | echo "$as_me: failed program was:" >&5 |
| 15407 | cat conftest.$ac_ext >&5 | 17182 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17183 | |||
| 15408 | emacs_cv_c_restrict=no | 17184 | emacs_cv_c_restrict=no |
| 15409 | fi | 17185 | fi |
| 15410 | rm -f conftest.$ac_objext conftest.$ac_ext | 17186 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -15433,7 +17209,11 @@ if test "${emacs_cv_c_restrict_arr+set}" = set; then | |||
| 15433 | else | 17209 | else |
| 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 | ||
| 17214 | cat confdefs.h >>conftest.$ac_ext | ||
| 17215 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17216 | /* end confdefs.h. */ | ||
| 15437 | void fred (int x[__restrict]); | 17217 | void fred (int x[__restrict]); |
| 15438 | int | 17218 | int |
| 15439 | main () | 17219 | main () |
| @@ -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 |
| 15459 | else | 17239 | else |
| 15460 | echo "$as_me: failed program was:" >&5 | 17240 | echo "$as_me: failed program was:" >&5 |
| 15461 | cat conftest.$ac_ext >&5 | 17241 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17242 | |||
| 15462 | emacs_cv_c_restrict_arr=no | 17243 | emacs_cv_c_restrict_arr=no |
| 15463 | fi | 17244 | fi |
| 15464 | rm -f conftest.$ac_objext conftest.$ac_ext | 17245 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -15491,7 +17272,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |||
| 15491 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 17272 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 15492 | cat >conftest.$ac_ext <<_ACEOF | 17273 | cat >conftest.$ac_ext <<_ACEOF |
| 15493 | #line $LINENO "configure" | 17274 | #line $LINENO "configure" |
| 15494 | #include "confdefs.h" | 17275 | /* confdefs.h. */ |
| 17276 | _ACEOF | ||
| 17277 | cat confdefs.h >>conftest.$ac_ext | ||
| 17278 | cat >>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 |
| 15511 | else | 17296 | else |
| 15512 | echo "$as_me: failed program was:" >&5 | 17297 | echo "$as_me: failed program was:" >&5 |
| 15513 | cat conftest.$ac_ext >&5 | 17298 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17299 | |||
| 15514 | ac_header_compiler=no | 17300 | ac_header_compiler=no |
| 15515 | fi | 17301 | fi |
| 15516 | rm -f conftest.$ac_objext conftest.$ac_ext | 17302 | rm -f conftest.$ac_objext conftest.$ac_ext |
| @@ -15522,7 +17308,11 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |||
| 15522 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 17308 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 15523 | cat >conftest.$ac_ext <<_ACEOF | 17309 | cat >conftest.$ac_ext <<_ACEOF |
| 15524 | #line $LINENO "configure" | 17310 | #line $LINENO "configure" |
| 15525 | #include "confdefs.h" | 17311 | /* confdefs.h. */ |
| 17312 | _ACEOF | ||
| 17313 | cat confdefs.h >>conftest.$ac_ext | ||
| 17314 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17315 | /* end confdefs.h. */ | ||
| 15526 | #include <$ac_header> | 17316 | #include <$ac_header> |
| 15527 | _ACEOF | 17317 | _ACEOF |
| 15528 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 17318 | if { (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 |
| 15546 | else | 17336 | else |
| 15547 | echo "$as_me: failed program was:" >&5 | 17337 | echo "$as_me: failed program was:" >&5 |
| 15548 | cat conftest.$ac_ext >&5 | 17338 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17339 | |||
| 15549 | ac_header_preproc=no | 17340 | ac_header_preproc=no |
| 15550 | fi | 17341 | fi |
| 15551 | rm -f conftest.err conftest.$ac_ext | 17342 | rm -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 |
| 15559 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 17350 | echo "$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 |
| 15561 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 17352 | echo "$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 |
| 15564 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 17364 | echo "$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 |
| 15566 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 17366 | echo "$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 |
| 15568 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 17368 | echo "$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 | ;; | ||
| 15569 | esac | 17378 | esac |
| 15570 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 17379 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 15571 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 17380 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| @@ -15784,7 +17593,11 @@ test "${exec_prefix}" != NONE && | |||
| 15784 | 17593 | ||
| 15785 | cat >conftest.$ac_ext <<_ACEOF | 17594 | cat >conftest.$ac_ext <<_ACEOF |
| 15786 | #line $LINENO "configure" | 17595 | #line $LINENO "configure" |
| 15787 | #include "confdefs.h" | 17596 | /* confdefs.h. */ |
| 17597 | _ACEOF | ||
| 17598 | cat confdefs.h >>conftest.$ac_ext | ||
| 17599 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17600 | /* end confdefs.h. */ | ||
| 15788 | yes..yes | 17601 | yes..yes |
| 15789 | _ACEOF | 17602 | _ACEOF |
| 15790 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | 17603 | if (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 |
| 15846 | if cmp -s $cache_file confcache; then :; else | 17659 | if 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 | ||
| 15905 | debug=false | 17718 | debug=false |
| 17719 | ac_cs_recheck=false | ||
| 17720 | ac_cs_silent=false | ||
| 15906 | SHELL=\${CONFIG_SHELL-$SHELL} | 17721 | SHELL=\${CONFIG_SHELL-$SHELL} |
| 15907 | _ACEOF | 17722 | _ACEOF |
| 15908 | 17723 | ||
| @@ -15937,7 +17752,10 @@ PS2='> ' | |||
| 15937 | PS4='+ ' | 17752 | PS4='+ ' |
| 15938 | 17753 | ||
| 15939 | # NLS nuisances. | 17754 | # NLS nuisances. |
| 15940 | for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME | 17755 | for 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 | ||
| 15941 | do | 17759 | do |
| 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. |
| 15985 | if test "${PATH_SEPARATOR+set}" != set; then | 17803 | if 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 |
| 15995 | fi | 17813 | fi |
| 15996 | 17814 | ||
| 15997 | 17815 | ||
| @@ -16154,7 +17972,7 @@ _ASBOX | |||
| 16154 | cat >&5 <<_CSEOF | 17972 | cat >&5 <<_CSEOF |
| 16155 | 17973 | ||
| 16156 | This file was extended by $as_me, which was | 17974 | This file was extended by $as_me, which was |
| 16157 | generated by GNU Autoconf 2.54. Invocation command line was | 17975 | generated 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 | |||
| 16216 | cat >>$CONFIG_STATUS <<_ACEOF | 18035 | cat >>$CONFIG_STATUS <<_ACEOF |
| 16217 | ac_cs_version="\\ | 18036 | ac_cs_version="\\ |
| 16218 | config.status | 18037 | config.status |
| 16219 | configured by $0, generated by GNU Autoconf 2.54, | 18038 | configured 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 | ||
| 16222 | Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 | 18041 | Copyright 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 |
| 16256 | cat >>$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 | ||
| 16261 | cat >>$CONFIG_STATUS <<\_ACEOF | 18075 | cat >>$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 |
| 16295 | done | 18114 | done |
| 16296 | 18115 | ||
| 18116 | ac_configure_extra_args= | ||
| 18117 | |||
| 18118 | if $ac_cs_silent; then | ||
| 18119 | exec 6>/dev/null | ||
| 18120 | ac_configure_extra_args="$ac_configure_extra_args --silent" | ||
| 18121 | fi | ||
| 18122 | |||
| 18123 | _ACEOF | ||
| 18124 | cat >>$CONFIG_STATUS <<_ACEOF | ||
| 18125 | if \$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 | ||
| 18128 | fi | ||
| 18129 | |||
| 16297 | _ACEOF | 18130 | _ACEOF |
| 16298 | 18131 | ||
| 16299 | cat >>$CONFIG_STATUS <<_ACEOF | 18132 | cat >>$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 |
| 16341 | fi | 18174 | fi |
| 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 |
| 16842 | echo "$as_me: $ac_file is unchanged" >&6;} | 18678 | echo "$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. |
| 17039 | if test "$no_create" != yes; then | 18875 | if 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. |