Tweak some settings of compile-command
[emacs.git] / autogen / configure
blob54e8f2902934d051cd4454f314de4b10aac59cd9
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for emacs 24.3.50.
6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
8 # Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
32 esac
36 as_nl='
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
91 # Find who we are. Look in the path if we contain no directory separator.
92 case $0 in #((
93 *[\\/]* ) as_myself=$0 ;;
94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95 for as_dir in $PATH
97 IFS=$as_save_IFS
98 test -z "$as_dir" && as_dir=.
99 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100 done
101 IFS=$as_save_IFS
104 esac
105 # We did not find ourselves, most probably we were run as `sh COMMAND'
106 # in which case we are not to be found in the path.
107 if test "x$as_myself" = x; then
108 as_myself=$0
110 if test ! -f "$as_myself"; then
111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112 exit 1
115 # Unset variables that we do not need and which cause bugs (e.g. in
116 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
117 # suppresses any "Segmentation fault" message there. '((' could
118 # trigger a bug in pdksh 5.2.14.
119 for as_var in BASH_ENV ENV MAIL MAILPATH
120 do eval test x\${$as_var+set} = xset \
121 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122 done
123 PS1='$ '
124 PS2='> '
125 PS4='+ '
127 # NLS nuisances.
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
133 # CDPATH.
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136 if test "x$CONFIG_SHELL" = x; then
137 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 emulate sh
139 NULLCMD=:
140 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
141 # is contrary to our usage. Disable this feature.
142 alias -g '\${1+\"\$@\"}'='\"\$@\"'
143 setopt NO_GLOB_SUBST
144 else
145 case \`(set -o) 2>/dev/null\` in #(
146 *posix*) :
147 set -o posix ;; #(
148 *) :
150 esac
153 as_required="as_fn_return () { (exit \$1); }
154 as_fn_success () { as_fn_return 0; }
155 as_fn_failure () { as_fn_return 1; }
156 as_fn_ret_success () { return 0; }
157 as_fn_ret_failure () { return 1; }
159 exitcode=0
160 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
161 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
162 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
163 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
164 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
166 else
167 exitcode=1; echo positional parameters were not saved.
169 test x\$exitcode = x0 || exit 1"
170 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
173 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
174 test \$(( 1 + 1 )) = 2 || exit 1"
175 if (eval "$as_required") 2>/dev/null; then :
176 as_have_required=yes
177 else
178 as_have_required=no
180 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
182 else
183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
184 as_found=false
185 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
187 IFS=$as_save_IFS
188 test -z "$as_dir" && as_dir=.
189 as_found=:
190 case $as_dir in #(
192 for as_base in sh bash ksh sh5; do
193 # Try only shells that exist, to save several forks.
194 as_shell=$as_dir/$as_base
195 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
196 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
197 CONFIG_SHELL=$as_shell as_have_required=yes
198 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 break 2
202 done;;
203 esac
204 as_found=false
205 done
206 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
207 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
208 CONFIG_SHELL=$SHELL as_have_required=yes
209 fi; }
210 IFS=$as_save_IFS
213 if test "x$CONFIG_SHELL" != x; then :
214 # We cannot yet assume a decent shell, so we have to provide a
215 # neutralization value for shells without unset; and this also
216 # works around shells that cannot unset nonexistent variables.
217 BASH_ENV=/dev/null
218 ENV=/dev/null
219 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
220 export CONFIG_SHELL
221 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
224 if test x$as_have_required = xno; then :
225 $as_echo "$0: This script requires a shell more modern than all"
226 $as_echo "$0: the shells that I found on your system."
227 if test x${ZSH_VERSION+set} = xset ; then
228 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
229 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
230 else
231 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
232 $0: including any error possibly output before this
233 $0: message. Then install a modern shell, or manually run
234 $0: the script under such a shell if you do have one."
236 exit 1
240 SHELL=${CONFIG_SHELL-/bin/sh}
241 export SHELL
242 # Unset more variables known to interfere with behavior of common tools.
243 CLICOLOR_FORCE= GREP_OPTIONS=
244 unset CLICOLOR_FORCE GREP_OPTIONS
246 ## --------------------- ##
247 ## M4sh Shell Functions. ##
248 ## --------------------- ##
249 # as_fn_unset VAR
250 # ---------------
251 # Portably unset VAR.
252 as_fn_unset ()
254 { eval $1=; unset $1;}
256 as_unset=as_fn_unset
258 # as_fn_set_status STATUS
259 # -----------------------
260 # Set $? to STATUS, without forking.
261 as_fn_set_status ()
263 return $1
264 } # as_fn_set_status
266 # as_fn_exit STATUS
267 # -----------------
268 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
269 as_fn_exit ()
271 set +e
272 as_fn_set_status $1
273 exit $1
274 } # as_fn_exit
276 # as_fn_mkdir_p
277 # -------------
278 # Create "$as_dir" as a directory, including parents if necessary.
279 as_fn_mkdir_p ()
282 case $as_dir in #(
283 -*) as_dir=./$as_dir;;
284 esac
285 test -d "$as_dir" || eval $as_mkdir_p || {
286 as_dirs=
287 while :; do
288 case $as_dir in #(
289 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
290 *) as_qdir=$as_dir;;
291 esac
292 as_dirs="'$as_qdir' $as_dirs"
293 as_dir=`$as_dirname -- "$as_dir" ||
294 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
295 X"$as_dir" : 'X\(//\)[^/]' \| \
296 X"$as_dir" : 'X\(//\)$' \| \
297 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
298 $as_echo X"$as_dir" |
299 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
300 s//\1/
303 /^X\(\/\/\)[^/].*/{
304 s//\1/
307 /^X\(\/\/\)$/{
308 s//\1/
311 /^X\(\/\).*/{
312 s//\1/
315 s/.*/./; q'`
316 test -d "$as_dir" && break
317 done
318 test -z "$as_dirs" || eval "mkdir $as_dirs"
319 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
322 } # as_fn_mkdir_p
323 # as_fn_append VAR VALUE
324 # ----------------------
325 # Append the text in VALUE to the end of the definition contained in VAR. Take
326 # advantage of any shell optimizations that allow amortized linear growth over
327 # repeated appends, instead of the typical quadratic growth present in naive
328 # implementations.
329 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
330 eval 'as_fn_append ()
332 eval $1+=\$2
334 else
335 as_fn_append ()
337 eval $1=\$$1\$2
339 fi # as_fn_append
341 # as_fn_arith ARG...
342 # ------------------
343 # Perform arithmetic evaluation on the ARGs, and store the result in the
344 # global $as_val. Take advantage of shells that can avoid forks. The arguments
345 # must be portable across $(()) and expr.
346 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
347 eval 'as_fn_arith ()
349 as_val=$(( $* ))
351 else
352 as_fn_arith ()
354 as_val=`expr "$@" || test $? -eq 1`
356 fi # as_fn_arith
359 # as_fn_error ERROR [LINENO LOG_FD]
360 # ---------------------------------
361 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
362 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
363 # script with status $?, using 1 if that was 0.
364 as_fn_error ()
366 as_status=$?; test $as_status -eq 0 && as_status=1
367 if test "$3"; then
368 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
369 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
371 $as_echo "$as_me: error: $1" >&2
372 as_fn_exit $as_status
373 } # as_fn_error
375 if expr a : '\(a\)' >/dev/null 2>&1 &&
376 test "X`expr 00001 : '.*\(...\)'`" = X001; then
377 as_expr=expr
378 else
379 as_expr=false
382 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
383 as_basename=basename
384 else
385 as_basename=false
388 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
389 as_dirname=dirname
390 else
391 as_dirname=false
394 as_me=`$as_basename -- "$0" ||
395 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
396 X"$0" : 'X\(//\)$' \| \
397 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
398 $as_echo X/"$0" |
399 sed '/^.*\/\([^/][^/]*\)\/*$/{
400 s//\1/
403 /^X\/\(\/\/\)$/{
404 s//\1/
407 /^X\/\(\/\).*/{
408 s//\1/
411 s/.*/./; q'`
413 # Avoid depending upon Character Ranges.
414 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
415 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
416 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
417 as_cr_digits='0123456789'
418 as_cr_alnum=$as_cr_Letters$as_cr_digits
421 as_lineno_1=$LINENO as_lineno_1a=$LINENO
422 as_lineno_2=$LINENO as_lineno_2a=$LINENO
423 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
424 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
425 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
426 sed -n '
428 /[$]LINENO/=
429 ' <$as_myself |
430 sed '
431 s/[$]LINENO.*/&-/
432 t lineno
434 :lineno
436 :loop
437 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
438 t loop
439 s/-\n.*//
440 ' >$as_me.lineno &&
441 chmod +x "$as_me.lineno" ||
442 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
444 # Don't try to exec as it changes $[0], causing all sort of problems
445 # (the dirname of $[0] is not the place where we might find the
446 # original and so on. Autoconf is especially sensitive to this).
447 . "./$as_me.lineno"
448 # Exit status is that of the last command.
449 exit
452 ECHO_C= ECHO_N= ECHO_T=
453 case `echo -n x` in #(((((
454 -n*)
455 case `echo 'xy\c'` in
456 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
457 xy) ECHO_C='\c';;
458 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
459 ECHO_T=' ';;
460 esac;;
462 ECHO_N='-n';;
463 esac
465 rm -f conf$$ conf$$.exe conf$$.file
466 if test -d conf$$.dir; then
467 rm -f conf$$.dir/conf$$.file
468 else
469 rm -f conf$$.dir
470 mkdir conf$$.dir 2>/dev/null
472 if (echo >conf$$.file) 2>/dev/null; then
473 if ln -s conf$$.file conf$$ 2>/dev/null; then
474 as_ln_s='ln -s'
475 # ... but there are two gotchas:
476 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
477 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
478 # In both cases, we have to default to `cp -p'.
479 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
480 as_ln_s='cp -p'
481 elif ln conf$$.file conf$$ 2>/dev/null; then
482 as_ln_s=ln
483 else
484 as_ln_s='cp -p'
486 else
487 as_ln_s='cp -p'
489 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
490 rmdir conf$$.dir 2>/dev/null
492 if mkdir -p . 2>/dev/null; then
493 as_mkdir_p='mkdir -p "$as_dir"'
494 else
495 test -d ./-p && rmdir ./-p
496 as_mkdir_p=false
499 if test -x / >/dev/null 2>&1; then
500 as_test_x='test -x'
501 else
502 if ls -dL / >/dev/null 2>&1; then
503 as_ls_L_option=L
504 else
505 as_ls_L_option=
507 as_test_x='
508 eval sh -c '\''
509 if test -d "$1"; then
510 test -d "$1/.";
511 else
512 case $1 in #(
513 -*)set "./$1";;
514 esac;
515 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
516 ???[sx]*):;;*)false;;esac;fi
517 '\'' sh
520 as_executable_p=$as_test_x
522 # Sed expression to map a string onto a valid CPP name.
523 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
525 # Sed expression to map a string onto a valid variable name.
526 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
529 test -n "$DJDIR" || exec 7<&0 </dev/null
530 exec 6>&1
532 # Name of the host.
533 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
534 # so uname gets run too.
535 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
538 # Initializations.
540 ac_default_prefix=/usr/local
541 ac_clean_files=
542 ac_config_libobj_dir=.
543 LIBOBJS=
544 cross_compiling=no
545 subdirs=
546 MFLAGS=
547 MAKEFLAGS=
549 # Identity of this package.
550 PACKAGE_NAME='emacs'
551 PACKAGE_TARNAME='emacs'
552 PACKAGE_VERSION='24.3.50'
553 PACKAGE_STRING='emacs 24.3.50'
554 PACKAGE_BUGREPORT=''
555 PACKAGE_URL=''
557 ac_unique_file="src/lisp.h"
558 # Factoring default headers for most tests.
559 ac_includes_default="\
560 #include <stdio.h>
561 #ifdef HAVE_SYS_TYPES_H
562 # include <sys/types.h>
563 #endif
564 #ifdef HAVE_SYS_STAT_H
565 # include <sys/stat.h>
566 #endif
567 #ifdef STDC_HEADERS
568 # include <stdlib.h>
569 # include <stddef.h>
570 #else
571 # ifdef HAVE_STDLIB_H
572 # include <stdlib.h>
573 # endif
574 #endif
575 #ifdef HAVE_STRING_H
576 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
577 # include <memory.h>
578 # endif
579 # include <string.h>
580 #endif
581 #ifdef HAVE_STRINGS_H
582 # include <strings.h>
583 #endif
584 #ifdef HAVE_INTTYPES_H
585 # include <inttypes.h>
586 #endif
587 #ifdef HAVE_STDINT_H
588 # include <stdint.h>
589 #endif
590 #ifdef HAVE_UNISTD_H
591 # include <unistd.h>
592 #endif"
594 ac_header_list=
595 ac_func_list=
596 gl_getopt_required=POSIX
597 gl_getopt_required=POSIX
598 ac_subst_vars='gltests_LTLIBOBJS
599 gltests_LIBOBJS
600 gl_LTLIBOBJS
601 gl_LIBOBJS
602 am__EXEEXT_FALSE
603 am__EXEEXT_TRUE
604 LTLIBOBJS
605 LIBOBJS
606 SUBDIR_MAKEFILES_IN
607 WINDOW_SYSTEM_OBJ
608 EMACS_HEAPSIZE
609 TEMACS_POST_LINK
610 ADDSECTION
611 LD_SWITCH_SYSTEM_TEMACS
612 LIBGNU_LTLIBDEPS
613 LIBGNU_LIBDEPS
614 gltests_WITNESS
615 gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_FALSE
616 gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_TRUE
617 gl_GNULIB_ENABLED_tempname_FALSE
618 gl_GNULIB_ENABLED_tempname_TRUE
619 gl_GNULIB_ENABLED_strtoull_FALSE
620 gl_GNULIB_ENABLED_strtoull_TRUE
621 gl_GNULIB_ENABLED_strtoll_FALSE
622 gl_GNULIB_ENABLED_strtoll_TRUE
623 gl_GNULIB_ENABLED_stat_FALSE
624 gl_GNULIB_ENABLED_stat_TRUE
625 gl_GNULIB_ENABLED_secure_getenv_FALSE
626 gl_GNULIB_ENABLED_secure_getenv_TRUE
627 gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_FALSE
628 gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_TRUE
629 gl_GNULIB_ENABLED_pathmax_FALSE
630 gl_GNULIB_ENABLED_pathmax_TRUE
631 gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_FALSE
632 gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_TRUE
633 gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_FALSE
634 gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_TRUE
635 gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE
636 gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE
637 gl_GNULIB_ENABLED_getgroups_FALSE
638 gl_GNULIB_ENABLED_getgroups_TRUE
639 gl_GNULIB_ENABLED_getdtablesize_FALSE
640 gl_GNULIB_ENABLED_getdtablesize_TRUE
641 gl_GNULIB_ENABLED_euidaccess_FALSE
642 gl_GNULIB_ENABLED_euidaccess_TRUE
643 gl_GNULIB_ENABLED_dosname_FALSE
644 gl_GNULIB_ENABLED_dosname_TRUE
645 gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_FALSE
646 gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_TRUE
647 LTLIBINTL
648 LIBINTL
649 LIB_EACCESS
650 WINDOWS_64_BIT_OFF_T
651 HAVE_UNISTD_H
652 NEXT_AS_FIRST_DIRECTIVE_UNISTD_H
653 NEXT_UNISTD_H
654 LIB_TIMER_TIME
655 PTHREAD_H_DEFINES_STRUCT_TIMESPEC
656 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC
657 TIME_H_DEFINES_STRUCT_TIMESPEC
658 NEXT_AS_FIRST_DIRECTIVE_TIME_H
659 NEXT_TIME_H
660 WINDOWS_64_BIT_ST_SIZE
661 NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H
662 NEXT_SYS_STAT_H
663 NEXT_AS_FIRST_DIRECTIVE_STRING_H
664 NEXT_STRING_H
665 NEXT_AS_FIRST_DIRECTIVE_STDLIB_H
666 NEXT_STDLIB_H
667 NEXT_AS_FIRST_DIRECTIVE_STDIO_H
668 NEXT_STDIO_H
669 REPLACE_VSPRINTF
670 REPLACE_VSNPRINTF
671 REPLACE_VPRINTF
672 REPLACE_VFPRINTF
673 REPLACE_VDPRINTF
674 REPLACE_VASPRINTF
675 REPLACE_TMPFILE
676 REPLACE_STDIO_WRITE_FUNCS
677 REPLACE_STDIO_READ_FUNCS
678 REPLACE_SPRINTF
679 REPLACE_SNPRINTF
680 REPLACE_RENAMEAT
681 REPLACE_RENAME
682 REPLACE_REMOVE
683 REPLACE_PRINTF
684 REPLACE_POPEN
685 REPLACE_PERROR
686 REPLACE_OBSTACK_PRINTF
687 REPLACE_GETLINE
688 REPLACE_GETDELIM
689 REPLACE_FTELLO
690 REPLACE_FTELL
691 REPLACE_FSEEKO
692 REPLACE_FSEEK
693 REPLACE_FREOPEN
694 REPLACE_FPURGE
695 REPLACE_FPRINTF
696 REPLACE_FOPEN
697 REPLACE_FFLUSH
698 REPLACE_FDOPEN
699 REPLACE_FCLOSE
700 REPLACE_DPRINTF
701 HAVE_VDPRINTF
702 HAVE_VASPRINTF
703 HAVE_RENAMEAT
704 HAVE_POPEN
705 HAVE_PCLOSE
706 HAVE_FTELLO
707 HAVE_FSEEKO
708 HAVE_DPRINTF
709 HAVE_DECL_VSNPRINTF
710 HAVE_DECL_SNPRINTF
711 HAVE_DECL_OBSTACK_PRINTF
712 HAVE_DECL_GETLINE
713 HAVE_DECL_GETDELIM
714 HAVE_DECL_FTELLO
715 HAVE_DECL_FSEEKO
716 HAVE_DECL_FPURGE
717 GNULIB_VSPRINTF_POSIX
718 GNULIB_VSNPRINTF
719 GNULIB_VPRINTF_POSIX
720 GNULIB_VPRINTF
721 GNULIB_VFPRINTF_POSIX
722 GNULIB_VFPRINTF
723 GNULIB_VDPRINTF
724 GNULIB_VSCANF
725 GNULIB_VFSCANF
726 GNULIB_VASPRINTF
727 GNULIB_TMPFILE
728 GNULIB_STDIO_H_SIGPIPE
729 GNULIB_STDIO_H_NONBLOCKING
730 GNULIB_SPRINTF_POSIX
731 GNULIB_SNPRINTF
732 GNULIB_SCANF
733 GNULIB_RENAMEAT
734 GNULIB_RENAME
735 GNULIB_REMOVE
736 GNULIB_PUTS
737 GNULIB_PUTCHAR
738 GNULIB_PUTC
739 GNULIB_PRINTF_POSIX
740 GNULIB_PRINTF
741 GNULIB_POPEN
742 GNULIB_PERROR
743 GNULIB_PCLOSE
744 GNULIB_OBSTACK_PRINTF_POSIX
745 GNULIB_OBSTACK_PRINTF
746 GNULIB_GETLINE
747 GNULIB_GETDELIM
748 GNULIB_GETCHAR
749 GNULIB_GETC
750 GNULIB_FWRITE
751 GNULIB_FTELLO
752 GNULIB_FTELL
753 GNULIB_FSEEKO
754 GNULIB_FSEEK
755 GNULIB_FSCANF
756 GNULIB_FREOPEN
757 GNULIB_FREAD
758 GNULIB_FPUTS
759 GNULIB_FPUTC
760 GNULIB_FPURGE
761 GNULIB_FPRINTF_POSIX
762 GNULIB_FPRINTF
763 GNULIB_FOPEN
764 GNULIB_FGETS
765 GNULIB_FGETC
766 GNULIB_FFLUSH
767 GNULIB_FDOPEN
768 GNULIB_FCLOSE
769 GNULIB_DPRINTF
770 NEXT_AS_FIRST_DIRECTIVE_STDDEF_H
771 NEXT_STDDEF_H
772 GL_GENERATE_STDDEF_H_FALSE
773 GL_GENERATE_STDDEF_H_TRUE
774 STDDEF_H
775 HAVE_WCHAR_T
776 REPLACE_NULL
777 HAVE__BOOL
778 GL_GENERATE_STDBOOL_H_FALSE
779 GL_GENERATE_STDBOOL_H_TRUE
780 STDBOOL_H
781 GL_GENERATE_STDARG_H_FALSE
782 GL_GENERATE_STDARG_H_TRUE
783 STDARG_H
784 NEXT_AS_FIRST_DIRECTIVE_STDARG_H
785 NEXT_STDARG_H
786 GL_GENERATE_STDALIGN_H_FALSE
787 GL_GENERATE_STDALIGN_H_TRUE
788 STDALIGN_H
789 NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H
790 NEXT_SIGNAL_H
791 USE_ACL
792 LIB_ACL
793 LIB_PTHREAD_SIGMASK
794 REPLACE_RAISE
795 REPLACE_PTHREAD_SIGMASK
796 HAVE_SIGHANDLER_T
797 HAVE_TYPE_VOLATILE_SIG_ATOMIC_T
798 HAVE_STRUCT_SIGACTION_SA_SIGACTION
799 HAVE_SIGACTION
800 HAVE_SIGINFO_T
801 HAVE_SIGSET_T
802 HAVE_RAISE
803 HAVE_PTHREAD_SIGMASK
804 HAVE_POSIX_SIGNALBLOCKING
805 GNULIB_SIGACTION
806 GNULIB_SIGPROCMASK
807 GNULIB_SIGNAL_H_SIGPIPE
808 GNULIB_RAISE
809 GNULIB_PTHREAD_SIGMASK
810 HAVE_SYS_SELECT_H
811 NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H
812 NEXT_SYS_SELECT_H
813 REPLACE_SELECT
814 REPLACE_PSELECT
815 HAVE_PSELECT
816 GNULIB_SELECT
817 GNULIB_PSELECT
818 REPLACE_TIMEGM
819 REPLACE_NANOSLEEP
820 REPLACE_MKTIME
821 REPLACE_LOCALTIME_R
822 HAVE_TIMEGM
823 HAVE_STRPTIME
824 HAVE_NANOSLEEP
825 HAVE_DECL_LOCALTIME_R
826 GNULIB_TIME_R
827 GNULIB_TIMEGM
828 GNULIB_STRPTIME
829 GNULIB_NANOSLEEP
830 GNULIB_MKTIME
831 UNDEFINE_STRTOK_R
832 REPLACE_STRTOK_R
833 REPLACE_STRSIGNAL
834 REPLACE_STRNLEN
835 REPLACE_STRNDUP
836 REPLACE_STRNCAT
837 REPLACE_STRERROR_R
838 REPLACE_STRERROR
839 REPLACE_STRCHRNUL
840 REPLACE_STRCASESTR
841 REPLACE_STRSTR
842 REPLACE_STRDUP
843 REPLACE_STPNCPY
844 REPLACE_MEMMEM
845 REPLACE_MEMCHR
846 HAVE_STRVERSCMP
847 HAVE_DECL_STRSIGNAL
848 HAVE_DECL_STRERROR_R
849 HAVE_DECL_STRTOK_R
850 HAVE_STRCASESTR
851 HAVE_STRSEP
852 HAVE_STRPBRK
853 HAVE_DECL_STRNLEN
854 HAVE_DECL_STRNDUP
855 HAVE_DECL_STRDUP
856 HAVE_STRCHRNUL
857 HAVE_STPNCPY
858 HAVE_STPCPY
859 HAVE_RAWMEMCHR
860 HAVE_DECL_MEMRCHR
861 HAVE_MEMPCPY
862 HAVE_DECL_MEMMEM
863 HAVE_MEMCHR
864 HAVE_FFSLL
865 HAVE_FFSL
866 HAVE_MBSLEN
867 GNULIB_STRVERSCMP
868 GNULIB_STRSIGNAL
869 GNULIB_STRERROR_R
870 GNULIB_STRERROR
871 GNULIB_MBSTOK_R
872 GNULIB_MBSSEP
873 GNULIB_MBSSPN
874 GNULIB_MBSPBRK
875 GNULIB_MBSCSPN
876 GNULIB_MBSCASESTR
877 GNULIB_MBSPCASECMP
878 GNULIB_MBSNCASECMP
879 GNULIB_MBSCASECMP
880 GNULIB_MBSSTR
881 GNULIB_MBSRCHR
882 GNULIB_MBSCHR
883 GNULIB_MBSNLEN
884 GNULIB_MBSLEN
885 GNULIB_STRTOK_R
886 GNULIB_STRCASESTR
887 GNULIB_STRSTR
888 GNULIB_STRSEP
889 GNULIB_STRPBRK
890 GNULIB_STRNLEN
891 GNULIB_STRNDUP
892 GNULIB_STRNCAT
893 GNULIB_STRDUP
894 GNULIB_STRCHRNUL
895 GNULIB_STPNCPY
896 GNULIB_STPCPY
897 GNULIB_RAWMEMCHR
898 GNULIB_MEMRCHR
899 GNULIB_MEMPCPY
900 GNULIB_MEMMEM
901 GNULIB_MEMCHR
902 GNULIB_FFSLL
903 GNULIB_FFSL
904 NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H
905 NEXT_INTTYPES_H
906 UINT64_MAX_EQ_ULONG_MAX
907 UINT32_MAX_LT_UINTMAX_MAX
908 PRIPTR_PREFIX
909 PRI_MACROS_BROKEN
910 INT64_MAX_EQ_LONG_MAX
911 INT32_MAX_LT_INTMAX_MAX
912 REPLACE_STRTOIMAX
913 HAVE_DECL_STRTOUMAX
914 HAVE_DECL_STRTOIMAX
915 HAVE_DECL_IMAXDIV
916 HAVE_DECL_IMAXABS
917 GNULIB_STRTOUMAX
918 GNULIB_STRTOIMAX
919 GNULIB_IMAXDIV
920 GNULIB_IMAXABS
921 GL_GENERATE_STDINT_H_FALSE
922 GL_GENERATE_STDINT_H_TRUE
923 STDINT_H
924 WINT_T_SUFFIX
925 WCHAR_T_SUFFIX
926 SIG_ATOMIC_T_SUFFIX
927 SIZE_T_SUFFIX
928 PTRDIFF_T_SUFFIX
929 HAVE_SIGNED_WINT_T
930 HAVE_SIGNED_WCHAR_T
931 HAVE_SIGNED_SIG_ATOMIC_T
932 BITSIZEOF_WINT_T
933 BITSIZEOF_WCHAR_T
934 BITSIZEOF_SIG_ATOMIC_T
935 BITSIZEOF_SIZE_T
936 BITSIZEOF_PTRDIFF_T
937 APPLE_UNIVERSAL_BUILD
938 HAVE_SYS_BITYPES_H
939 HAVE_SYS_INTTYPES_H
940 HAVE_STDINT_H
941 NEXT_AS_FIRST_DIRECTIVE_STDINT_H
942 NEXT_STDINT_H
943 HAVE_SYS_TYPES_H
944 HAVE_INTTYPES_H
945 HAVE_WCHAR_H
946 HAVE_UNSIGNED_LONG_LONG_INT
947 HAVE_LONG_LONG_INT
948 HAVE_WINSOCK2_H
949 NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H
950 NEXT_SYS_TIME_H
951 REPLACE_STRUCT_TIMEVAL
952 REPLACE_GETTIMEOFDAY
953 HAVE_SYS_TIME_H
954 HAVE_STRUCT_TIMEVAL
955 HAVE_GETTIMEOFDAY
956 GNULIB_GETTIMEOFDAY
957 GNULIB_GL_UNISTD_H_GETOPT
958 GETOPT_H
959 HAVE_GETOPT_H
960 NEXT_AS_FIRST_DIRECTIVE_GETOPT_H
961 NEXT_GETOPT_H
962 GETLOADAVG_LIBS
963 REPLACE_WCTOMB
964 REPLACE_UNSETENV
965 REPLACE_STRTOD
966 REPLACE_SETENV
967 REPLACE_REALPATH
968 REPLACE_REALLOC
969 REPLACE_RANDOM_R
970 REPLACE_PUTENV
971 REPLACE_PTSNAME_R
972 REPLACE_PTSNAME
973 REPLACE_MKSTEMP
974 REPLACE_MBTOWC
975 REPLACE_MALLOC
976 REPLACE_CANONICALIZE_FILE_NAME
977 REPLACE_CALLOC
978 HAVE_DECL_UNSETENV
979 HAVE_UNLOCKPT
980 HAVE_SYS_LOADAVG_H
981 HAVE_STRUCT_RANDOM_DATA
982 HAVE_STRTOULL
983 HAVE_STRTOLL
984 HAVE_STRTOD
985 HAVE_DECL_SETENV
986 HAVE_SETENV
987 HAVE_SECURE_GETENV
988 HAVE_RPMATCH
989 HAVE_REALPATH
990 HAVE_RANDOM_R
991 HAVE_RANDOM_H
992 HAVE_RANDOM
993 HAVE_PTSNAME_R
994 HAVE_PTSNAME
995 HAVE_POSIX_OPENPT
996 HAVE_MKSTEMPS
997 HAVE_MKSTEMP
998 HAVE_MKOSTEMPS
999 HAVE_MKOSTEMP
1000 HAVE_MKDTEMP
1001 HAVE_GRANTPT
1002 HAVE_GETSUBOPT
1003 HAVE_DECL_GETLOADAVG
1004 HAVE_CANONICALIZE_FILE_NAME
1005 HAVE_ATOLL
1006 HAVE__EXIT
1007 GNULIB_WCTOMB
1008 GNULIB_UNSETENV
1009 GNULIB_UNLOCKPT
1010 GNULIB_SYSTEM_POSIX
1011 GNULIB_STRTOULL
1012 GNULIB_STRTOLL
1013 GNULIB_STRTOD
1014 GNULIB_SETENV
1015 GNULIB_SECURE_GETENV
1016 GNULIB_RPMATCH
1017 GNULIB_REALPATH
1018 GNULIB_REALLOC_POSIX
1019 GNULIB_RANDOM_R
1020 GNULIB_RANDOM
1021 GNULIB_PUTENV
1022 GNULIB_PTSNAME_R
1023 GNULIB_PTSNAME
1024 GNULIB_POSIX_OPENPT
1025 GNULIB_MKSTEMPS
1026 GNULIB_MKSTEMP
1027 GNULIB_MKOSTEMPS
1028 GNULIB_MKOSTEMP
1029 GNULIB_MKDTEMP
1030 GNULIB_MBTOWC
1031 GNULIB_MALLOC_POSIX
1032 GNULIB_GRANTPT
1033 GNULIB_GETSUBOPT
1034 GNULIB_GETLOADAVG
1035 GNULIB_CANONICALIZE_FILE_NAME
1036 GNULIB_CALLOC_POSIX
1037 GNULIB_ATOLL
1038 GNULIB__EXIT
1039 REPLACE_UTIMENSAT
1040 REPLACE_STAT
1041 REPLACE_MKNOD
1042 REPLACE_MKFIFO
1043 REPLACE_MKDIR
1044 REPLACE_LSTAT
1045 REPLACE_FUTIMENS
1046 REPLACE_FSTATAT
1047 REPLACE_FSTAT
1048 HAVE_UTIMENSAT
1049 HAVE_MKNODAT
1050 HAVE_MKNOD
1051 HAVE_MKFIFOAT
1052 HAVE_MKFIFO
1053 HAVE_MKDIRAT
1054 HAVE_LSTAT
1055 HAVE_LCHMOD
1056 HAVE_FUTIMENS
1057 HAVE_FSTATAT
1058 HAVE_FCHMODAT
1059 GNULIB_UTIMENSAT
1060 GNULIB_STAT
1061 GNULIB_MKNODAT
1062 GNULIB_MKNOD
1063 GNULIB_MKFIFOAT
1064 GNULIB_MKFIFO
1065 GNULIB_MKDIRAT
1066 GNULIB_LSTAT
1067 GNULIB_LCHMOD
1068 GNULIB_FUTIMENS
1069 GNULIB_FSTATAT
1070 GNULIB_FSTAT
1071 GNULIB_FCHMODAT
1072 LIB_FDATASYNC
1073 NEXT_AS_FIRST_DIRECTIVE_FCNTL_H
1074 NEXT_FCNTL_H
1075 REPLACE_OPENAT
1076 REPLACE_OPEN
1077 REPLACE_FCNTL
1078 HAVE_OPENAT
1079 HAVE_FCNTL
1080 GNULIB_OPENAT
1081 GNULIB_OPEN
1082 GNULIB_NONBLOCKING
1083 GNULIB_FCNTL
1084 GL_GENERATE_EXECINFO_H_FALSE
1085 GL_GENERATE_EXECINFO_H_TRUE
1086 LIB_EXECINFO
1087 EXECINFO_H
1088 EOVERFLOW_VALUE
1089 EOVERFLOW_HIDDEN
1090 ENOLINK_VALUE
1091 ENOLINK_HIDDEN
1092 EMULTIHOP_VALUE
1093 EMULTIHOP_HIDDEN
1094 GL_GENERATE_ERRNO_H_FALSE
1095 GL_GENERATE_ERRNO_H_TRUE
1096 ERRNO_H
1097 NEXT_AS_FIRST_DIRECTIVE_ERRNO_H
1098 NEXT_ERRNO_H
1099 HAVE_DIRENT_H
1100 NEXT_AS_FIRST_DIRECTIVE_DIRENT_H
1101 NEXT_DIRENT_H
1102 PRAGMA_COLUMNS
1103 PRAGMA_SYSTEM_HEADER
1104 INCLUDE_NEXT_AS_FIRST_DIRECTIVE
1105 INCLUDE_NEXT
1106 REPLACE_FDOPENDIR
1107 REPLACE_DIRFD
1108 REPLACE_CLOSEDIR
1109 REPLACE_OPENDIR
1110 HAVE_ALPHASORT
1111 HAVE_SCANDIR
1112 HAVE_FDOPENDIR
1113 HAVE_DECL_FDOPENDIR
1114 HAVE_DECL_DIRFD
1115 HAVE_CLOSEDIR
1116 HAVE_REWINDDIR
1117 HAVE_READDIR
1118 HAVE_OPENDIR
1119 GNULIB_ALPHASORT
1120 GNULIB_SCANDIR
1121 GNULIB_FDOPENDIR
1122 GNULIB_DIRFD
1123 GNULIB_CLOSEDIR
1124 GNULIB_REWINDDIR
1125 GNULIB_READDIR
1126 GNULIB_OPENDIR
1127 UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS
1128 UNISTD_H_HAVE_WINSOCK2_H
1129 REPLACE_WRITE
1130 REPLACE_USLEEP
1131 REPLACE_UNLINKAT
1132 REPLACE_UNLINK
1133 REPLACE_TTYNAME_R
1134 REPLACE_SYMLINK
1135 REPLACE_SLEEP
1136 REPLACE_RMDIR
1137 REPLACE_READLINK
1138 REPLACE_READ
1139 REPLACE_PWRITE
1140 REPLACE_PREAD
1141 REPLACE_LSEEK
1142 REPLACE_LINKAT
1143 REPLACE_LINK
1144 REPLACE_LCHOWN
1145 REPLACE_ISATTY
1146 REPLACE_GETPAGESIZE
1147 REPLACE_GETGROUPS
1148 REPLACE_GETLOGIN_R
1149 REPLACE_GETDOMAINNAME
1150 REPLACE_GETCWD
1151 REPLACE_FTRUNCATE
1152 REPLACE_FCHOWNAT
1153 REPLACE_DUP2
1154 REPLACE_DUP
1155 REPLACE_CLOSE
1156 REPLACE_CHOWN
1157 HAVE_SYS_PARAM_H
1158 HAVE_OS_H
1159 HAVE_DECL_TTYNAME_R
1160 HAVE_DECL_SETHOSTNAME
1161 HAVE_DECL_GETUSERSHELL
1162 HAVE_DECL_GETPAGESIZE
1163 HAVE_DECL_GETLOGIN_R
1164 HAVE_DECL_GETDOMAINNAME
1165 HAVE_DECL_FDATASYNC
1166 HAVE_DECL_FCHDIR
1167 HAVE_DECL_ENVIRON
1168 HAVE_USLEEP
1169 HAVE_UNLINKAT
1170 HAVE_SYMLINKAT
1171 HAVE_SYMLINK
1172 HAVE_SLEEP
1173 HAVE_SETHOSTNAME
1174 HAVE_READLINKAT
1175 HAVE_READLINK
1176 HAVE_PWRITE
1177 HAVE_PREAD
1178 HAVE_PIPE2
1179 HAVE_PIPE
1180 HAVE_LINKAT
1181 HAVE_LINK
1182 HAVE_LCHOWN
1183 HAVE_GROUP_MEMBER
1184 HAVE_GETPAGESIZE
1185 HAVE_GETLOGIN
1186 HAVE_GETHOSTNAME
1187 HAVE_GETGROUPS
1188 HAVE_GETDTABLESIZE
1189 HAVE_FTRUNCATE
1190 HAVE_FSYNC
1191 HAVE_FDATASYNC
1192 HAVE_FCHOWNAT
1193 HAVE_FCHDIR
1194 HAVE_FACCESSAT
1195 HAVE_EUIDACCESS
1196 HAVE_DUP3
1197 HAVE_DUP2
1198 HAVE_CHOWN
1199 GNULIB_WRITE
1200 GNULIB_USLEEP
1201 GNULIB_UNLINKAT
1202 GNULIB_UNLINK
1203 GNULIB_UNISTD_H_SIGPIPE
1204 GNULIB_UNISTD_H_NONBLOCKING
1205 GNULIB_TTYNAME_R
1206 GNULIB_SYMLINKAT
1207 GNULIB_SYMLINK
1208 GNULIB_SLEEP
1209 GNULIB_SETHOSTNAME
1210 GNULIB_RMDIR
1211 GNULIB_READLINKAT
1212 GNULIB_READLINK
1213 GNULIB_READ
1214 GNULIB_PWRITE
1215 GNULIB_PREAD
1216 GNULIB_PIPE2
1217 GNULIB_PIPE
1218 GNULIB_LSEEK
1219 GNULIB_LINKAT
1220 GNULIB_LINK
1221 GNULIB_LCHOWN
1222 GNULIB_ISATTY
1223 GNULIB_GROUP_MEMBER
1224 GNULIB_GETUSERSHELL
1225 GNULIB_GETPAGESIZE
1226 GNULIB_GETLOGIN_R
1227 GNULIB_GETLOGIN
1228 GNULIB_GETHOSTNAME
1229 GNULIB_GETGROUPS
1230 GNULIB_GETDTABLESIZE
1231 GNULIB_GETDOMAINNAME
1232 GNULIB_GETCWD
1233 GNULIB_FTRUNCATE
1234 GNULIB_FSYNC
1235 GNULIB_FDATASYNC
1236 GNULIB_FCHOWNAT
1237 GNULIB_FCHDIR
1238 GNULIB_FACCESSAT
1239 GNULIB_EUIDACCESS
1240 GNULIB_ENVIRON
1241 GNULIB_DUP3
1242 GNULIB_DUP2
1243 GNULIB_DUP
1244 GNULIB_CLOSE
1245 GNULIB_CHOWN
1246 GNULIB_CHDIR
1247 LIB_CLOCK_GETTIME
1248 GL_GENERATE_ALLOCA_H_FALSE
1249 GL_GENERATE_ALLOCA_H_TRUE
1250 ALLOCA_H
1251 ALLOCA
1252 GL_COND_LIBTOOL_FALSE
1253 GL_COND_LIBTOOL_TRUE
1254 POST_ALLOC_OBJ
1255 PRE_ALLOC_OBJ
1256 CYGWIN_OBJ
1257 RALLOC_OBJ
1258 OLDXMENU_DEPS
1259 LIBX_OTHER
1260 LIBXMENU
1261 OLDXMENU
1262 OLDXMENU_TARGET
1263 LIBXT_OTHER
1264 TOOLKIT_LIBW
1265 WIDGET_OBJ
1266 XOBJ
1267 XMENU_OBJ
1268 FONT_OBJ
1269 OTHER_FILES
1270 GNU_OBJC_CFLAGS
1271 ns_appsrc
1272 ns_appresdir
1273 ns_appbindir
1274 ns_appdir
1275 X_TOOLKIT_TYPE
1276 GNUSTEP_CFLAGS
1277 C_SWITCH_X_SITE
1278 LD_SWITCH_X_SITE
1279 gameuser
1280 gamedir
1281 bitmapdir
1282 etcdocdir
1283 archlibdir
1284 etcdir
1285 x_default_search_path
1286 lisppath
1287 locallisppath
1288 standardlisppath
1289 leimdir
1290 lispdir
1291 srcdir
1292 canonical
1293 configuration
1294 version
1295 copyright
1296 XGSELOBJ
1297 KRB4LIB
1298 DESLIB
1299 KRB5LIB
1300 CRYPTOLIB
1301 COM_ERRLIB
1302 LIBRESOLV
1303 LIBHESIOD
1304 TERMCAP_OBJ
1305 LIBS_TERMCAP
1306 BLESSMAIL_TARGET
1307 LIBS_MAIL
1308 liblockfile
1309 LIBXML2_LIBS
1310 LIBXML2_CFLAGS
1311 XINERAMA_LIBS
1312 XINERAMA_CFLAGS
1313 XRANDR_LIBS
1314 XRANDR_CFLAGS
1315 LIBXSM
1316 LIBGPM
1317 LIBGIF
1318 LIBTIFF
1319 LIBZ
1320 LIBPNG
1321 LIBJPEG
1322 LIBXPM
1323 M17N_FLT_LIBS
1324 M17N_FLT_CFLAGS
1325 LIBOTF_LIBS
1326 LIBOTF_CFLAGS
1327 FREETYPE_LIBS
1328 FREETYPE_CFLAGS
1329 XFT_LIBS
1330 XFT_CFLAGS
1331 FONTCONFIG_LIBS
1332 FONTCONFIG_CFLAGS
1333 LIBXMU
1334 LIBXTR6
1335 NOTIFY_OBJ
1336 GFILENOTIFY_LIBS
1337 GFILENOTIFY_CFLAGS
1338 LIBGNUTLS_LIBS
1339 LIBGNUTLS_CFLAGS
1340 LIBSELINUX_LIBS
1341 SETTINGS_LIBS
1342 SETTINGS_CFLAGS
1343 GOBJECT_LIBS
1344 GOBJECT_CFLAGS
1345 GCONF_LIBS
1346 GCONF_CFLAGS
1347 GSETTINGS_LIBS
1348 GSETTINGS_CFLAGS
1349 DBUS_OBJ
1350 DBUS_LIBS
1351 DBUS_CFLAGS
1352 GTK_OBJ
1353 GTK_LIBS
1354 GTK_CFLAGS
1355 IMAGEMAGICK_LIBS
1356 IMAGEMAGICK_CFLAGS
1357 RSVG_LIBS
1358 RSVG_CFLAGS
1359 LIB_PTHREAD
1360 VMLIMIT_OBJ
1361 GMALLOC_OBJ
1362 HAVE_XSERVER
1363 XARGS_LIMIT
1364 NTLIB
1365 LIB_WSOCK32
1366 LIBS_ECLIENT
1367 CM_OBJ
1368 NTDIR
1369 FIRSTFILE_OBJ
1370 W32_RES_LINK
1371 CLIENTW
1372 CLIENTRES
1373 UPDATE_MANIFEST
1374 EMACS_MANIFEST
1375 EMACSRES
1376 W32_LIBS
1377 W32_OBJ
1378 WINDRES
1379 NS_OBJC_OBJ
1380 NS_OBJ
1381 ns_self_contained
1382 INSTALL_ARCH_INDEP_EXTRA
1383 LIBS_GNUSTEP
1384 LD_SWITCH_X_SITE_RPATH
1385 XMKMF
1386 DEPFLAGS
1387 MKDEPDIR
1388 CFLAGS_SOUND
1389 ALSA_LIBS
1390 ALSA_CFLAGS
1391 LIBSOUND
1392 PKG_CONFIG
1393 LIB_MATH
1394 LIBS_SYSTEM
1395 C_SWITCH_SYSTEM
1396 UNEXEC_OBJ
1397 C_SWITCH_MACHINE
1398 LD_SWITCH_SYSTEM
1399 CANNOT_DUMP
1400 INFO_OPTS
1401 INFO_EXT
1402 HAVE_MAKEINFO
1403 PAXCTL
1404 GZIP_PROG
1405 INSTALL_INFO
1406 LN_S_FILEONLY
1407 GNULIB_WARN_CFLAGS
1408 WARN_CFLAGS
1409 WERROR_CFLAGS
1410 RANLIB
1411 ARFLAGS
1413 EGREP
1414 GREP
1416 BUILDING_FOR_WINDOWSNT_FALSE
1417 BUILDING_FOR_WINDOWSNT_TRUE
1418 am__fastdepCC_FALSE
1419 am__fastdepCC_TRUE
1420 CCDEPMODE
1421 AMDEPBACKSLASH
1422 AMDEP_FALSE
1423 AMDEP_TRUE
1424 am__quote
1425 am__include
1426 DEPDIR
1427 OBJEXT
1428 EXEEXT
1429 ac_ct_CC
1430 CPPFLAGS
1431 LDFLAGS
1432 CFLAGS
1434 host_os
1435 host_vendor
1436 host_cpu
1437 host
1438 build_os
1439 build_vendor
1440 build_cpu
1441 build
1442 PROFILING_CFLAGS
1443 GZIP_INFO
1444 cache_file
1445 am__untar
1446 am__tar
1447 AMTAR
1448 am__leading_dot
1449 SET_MAKE
1451 mkdir_p
1452 MKDIR_P
1453 INSTALL_STRIP_PROGRAM
1454 STRIP
1455 install_sh
1456 MAKEINFO
1457 AUTOHEADER
1458 AUTOMAKE
1459 AUTOCONF
1460 ACLOCAL
1461 VERSION
1462 PACKAGE
1463 CYGPATH_W
1464 am__isrc
1465 INSTALL_DATA
1466 INSTALL_SCRIPT
1467 INSTALL_PROGRAM
1468 target_alias
1469 host_alias
1470 build_alias
1471 LIBS
1472 ECHO_T
1473 ECHO_N
1474 ECHO_C
1475 DEFS
1476 mandir
1477 localedir
1478 libdir
1479 psdir
1480 pdfdir
1481 dvidir
1482 htmldir
1483 infodir
1484 docdir
1485 oldincludedir
1486 includedir
1487 localstatedir
1488 sharedstatedir
1489 sysconfdir
1490 datadir
1491 datarootdir
1492 libexecdir
1493 sbindir
1494 bindir
1495 program_transform_name
1496 prefix
1497 exec_prefix
1498 PACKAGE_URL
1499 PACKAGE_BUGREPORT
1500 PACKAGE_STRING
1501 PACKAGE_VERSION
1502 PACKAGE_TARNAME
1503 PACKAGE_NAME
1504 PATH_SEPARATOR
1505 SHELL'
1506 ac_subst_files='deps_frag
1507 lisp_frag'
1508 ac_user_opts='
1509 enable_option_checking
1510 with_all
1511 with_pop
1512 with_kerberos
1513 with_kerberos5
1514 with_hesiod
1515 with_mmdf
1516 with_mail_unlink
1517 with_mailhost
1518 with_sound
1519 with_x_toolkit
1520 with_wide_int
1521 with_xpm
1522 with_jpeg
1523 with_tiff
1524 with_gif
1525 with_png
1526 with_rsvg
1527 with_xml2
1528 with_imagemagick
1529 with_xft
1530 with_libotf
1531 with_m17n_flt
1532 with_toolkit_scroll_bars
1533 with_xaw3d
1534 with_xim
1535 with_ns
1536 with_w32
1537 with_gpm
1538 with_dbus
1539 with_gconf
1540 with_gsettings
1541 with_selinux
1542 with_gnutls
1543 with_zlib
1544 with_file_notification
1545 with_makeinfo
1546 with_compress_info
1547 with_pkg_config_prog
1548 with_gameuser
1549 with_gnustep_conf
1550 enable_ns_self_contained
1551 enable_locallisppath
1552 enable_checking
1553 enable_check_lisp_object_type
1554 enable_profiling
1555 enable_autodepend
1556 enable_gtk_deprecation_warnings
1557 enable_dependency_tracking
1558 enable_largefile
1559 enable_gcc_warnings
1560 enable_link_time_optimization
1561 with_x
1562 enable_acl
1564 ac_precious_vars='build_alias
1565 host_alias
1566 target_alias
1568 CFLAGS
1569 LDFLAGS
1570 LIBS
1571 CPPFLAGS
1573 XMKMF'
1576 # Initialize some variables set by options.
1577 ac_init_help=
1578 ac_init_version=false
1579 ac_unrecognized_opts=
1580 ac_unrecognized_sep=
1581 # The variables have the same names as the options, with
1582 # dashes changed to underlines.
1583 cache_file=/dev/null
1584 exec_prefix=NONE
1585 no_create=
1586 no_recursion=
1587 prefix=NONE
1588 program_prefix=NONE
1589 program_suffix=NONE
1590 program_transform_name=s,x,x,
1591 silent=
1592 site=
1593 srcdir=
1594 verbose=
1595 x_includes=NONE
1596 x_libraries=NONE
1598 # Installation directory options.
1599 # These are left unexpanded so users can "make install exec_prefix=/foo"
1600 # and all the variables that are supposed to be based on exec_prefix
1601 # by default will actually change.
1602 # Use braces instead of parens because sh, perl, etc. also accept them.
1603 # (The list follows the same order as the GNU Coding Standards.)
1604 bindir='${exec_prefix}/bin'
1605 sbindir='${exec_prefix}/sbin'
1606 libexecdir='${exec_prefix}/libexec'
1607 datarootdir='${prefix}/share'
1608 datadir='${datarootdir}'
1609 sysconfdir='${prefix}/etc'
1610 sharedstatedir='${prefix}/com'
1611 localstatedir='${prefix}/var'
1612 includedir='${prefix}/include'
1613 oldincludedir='/usr/include'
1614 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1615 infodir='${datarootdir}/info'
1616 htmldir='${docdir}'
1617 dvidir='${docdir}'
1618 pdfdir='${docdir}'
1619 psdir='${docdir}'
1620 libdir='${exec_prefix}/lib'
1621 localedir='${datarootdir}/locale'
1622 mandir='${datarootdir}/man'
1624 ac_prev=
1625 ac_dashdash=
1626 for ac_option
1628 # If the previous option needs an argument, assign it.
1629 if test -n "$ac_prev"; then
1630 eval $ac_prev=\$ac_option
1631 ac_prev=
1632 continue
1635 case $ac_option in
1636 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1637 *) ac_optarg=yes ;;
1638 esac
1640 # Accept the important Cygnus configure options, so we can diagnose typos.
1642 case $ac_dashdash$ac_option in
1644 ac_dashdash=yes ;;
1646 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1647 ac_prev=bindir ;;
1648 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1649 bindir=$ac_optarg ;;
1651 -build | --build | --buil | --bui | --bu)
1652 ac_prev=build_alias ;;
1653 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1654 build_alias=$ac_optarg ;;
1656 -cache-file | --cache-file | --cache-fil | --cache-fi \
1657 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1658 ac_prev=cache_file ;;
1659 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1660 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1661 cache_file=$ac_optarg ;;
1663 --config-cache | -C)
1664 cache_file=config.cache ;;
1666 -datadir | --datadir | --datadi | --datad)
1667 ac_prev=datadir ;;
1668 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1669 datadir=$ac_optarg ;;
1671 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1672 | --dataroo | --dataro | --datar)
1673 ac_prev=datarootdir ;;
1674 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1675 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1676 datarootdir=$ac_optarg ;;
1678 -disable-* | --disable-*)
1679 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1680 # Reject names that are not valid shell variable names.
1681 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1682 as_fn_error "invalid feature name: $ac_useropt"
1683 ac_useropt_orig=$ac_useropt
1684 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1685 case $ac_user_opts in
1687 "enable_$ac_useropt"
1688 "*) ;;
1689 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1690 ac_unrecognized_sep=', ';;
1691 esac
1692 eval enable_$ac_useropt=no ;;
1694 -docdir | --docdir | --docdi | --doc | --do)
1695 ac_prev=docdir ;;
1696 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1697 docdir=$ac_optarg ;;
1699 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1700 ac_prev=dvidir ;;
1701 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1702 dvidir=$ac_optarg ;;
1704 -enable-* | --enable-*)
1705 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1706 # Reject names that are not valid shell variable names.
1707 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1708 as_fn_error "invalid feature name: $ac_useropt"
1709 ac_useropt_orig=$ac_useropt
1710 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1711 case $ac_user_opts in
1713 "enable_$ac_useropt"
1714 "*) ;;
1715 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1716 ac_unrecognized_sep=', ';;
1717 esac
1718 eval enable_$ac_useropt=\$ac_optarg ;;
1720 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1721 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1722 | --exec | --exe | --ex)
1723 ac_prev=exec_prefix ;;
1724 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1725 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1726 | --exec=* | --exe=* | --ex=*)
1727 exec_prefix=$ac_optarg ;;
1729 -gas | --gas | --ga | --g)
1730 # Obsolete; use --with-gas.
1731 with_gas=yes ;;
1733 -help | --help | --hel | --he | -h)
1734 ac_init_help=long ;;
1735 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1736 ac_init_help=recursive ;;
1737 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1738 ac_init_help=short ;;
1740 -host | --host | --hos | --ho)
1741 ac_prev=host_alias ;;
1742 -host=* | --host=* | --hos=* | --ho=*)
1743 host_alias=$ac_optarg ;;
1745 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1746 ac_prev=htmldir ;;
1747 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1748 | --ht=*)
1749 htmldir=$ac_optarg ;;
1751 -includedir | --includedir | --includedi | --included | --include \
1752 | --includ | --inclu | --incl | --inc)
1753 ac_prev=includedir ;;
1754 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1755 | --includ=* | --inclu=* | --incl=* | --inc=*)
1756 includedir=$ac_optarg ;;
1758 -infodir | --infodir | --infodi | --infod | --info | --inf)
1759 ac_prev=infodir ;;
1760 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1761 infodir=$ac_optarg ;;
1763 -libdir | --libdir | --libdi | --libd)
1764 ac_prev=libdir ;;
1765 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1766 libdir=$ac_optarg ;;
1768 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1769 | --libexe | --libex | --libe)
1770 ac_prev=libexecdir ;;
1771 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1772 | --libexe=* | --libex=* | --libe=*)
1773 libexecdir=$ac_optarg ;;
1775 -localedir | --localedir | --localedi | --localed | --locale)
1776 ac_prev=localedir ;;
1777 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1778 localedir=$ac_optarg ;;
1780 -localstatedir | --localstatedir | --localstatedi | --localstated \
1781 | --localstate | --localstat | --localsta | --localst | --locals)
1782 ac_prev=localstatedir ;;
1783 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1784 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1785 localstatedir=$ac_optarg ;;
1787 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1788 ac_prev=mandir ;;
1789 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1790 mandir=$ac_optarg ;;
1792 -nfp | --nfp | --nf)
1793 # Obsolete; use --without-fp.
1794 with_fp=no ;;
1796 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1797 | --no-cr | --no-c | -n)
1798 no_create=yes ;;
1800 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1801 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1802 no_recursion=yes ;;
1804 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1805 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1806 | --oldin | --oldi | --old | --ol | --o)
1807 ac_prev=oldincludedir ;;
1808 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1809 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1810 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1811 oldincludedir=$ac_optarg ;;
1813 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1814 ac_prev=prefix ;;
1815 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1816 prefix=$ac_optarg ;;
1818 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1819 | --program-pre | --program-pr | --program-p)
1820 ac_prev=program_prefix ;;
1821 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1822 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1823 program_prefix=$ac_optarg ;;
1825 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1826 | --program-suf | --program-su | --program-s)
1827 ac_prev=program_suffix ;;
1828 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1829 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1830 program_suffix=$ac_optarg ;;
1832 -program-transform-name | --program-transform-name \
1833 | --program-transform-nam | --program-transform-na \
1834 | --program-transform-n | --program-transform- \
1835 | --program-transform | --program-transfor \
1836 | --program-transfo | --program-transf \
1837 | --program-trans | --program-tran \
1838 | --progr-tra | --program-tr | --program-t)
1839 ac_prev=program_transform_name ;;
1840 -program-transform-name=* | --program-transform-name=* \
1841 | --program-transform-nam=* | --program-transform-na=* \
1842 | --program-transform-n=* | --program-transform-=* \
1843 | --program-transform=* | --program-transfor=* \
1844 | --program-transfo=* | --program-transf=* \
1845 | --program-trans=* | --program-tran=* \
1846 | --progr-tra=* | --program-tr=* | --program-t=*)
1847 program_transform_name=$ac_optarg ;;
1849 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1850 ac_prev=pdfdir ;;
1851 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1852 pdfdir=$ac_optarg ;;
1854 -psdir | --psdir | --psdi | --psd | --ps)
1855 ac_prev=psdir ;;
1856 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1857 psdir=$ac_optarg ;;
1859 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1860 | -silent | --silent | --silen | --sile | --sil)
1861 silent=yes ;;
1863 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1864 ac_prev=sbindir ;;
1865 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1866 | --sbi=* | --sb=*)
1867 sbindir=$ac_optarg ;;
1869 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1870 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1871 | --sharedst | --shareds | --shared | --share | --shar \
1872 | --sha | --sh)
1873 ac_prev=sharedstatedir ;;
1874 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1875 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1876 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1877 | --sha=* | --sh=*)
1878 sharedstatedir=$ac_optarg ;;
1880 -site | --site | --sit)
1881 ac_prev=site ;;
1882 -site=* | --site=* | --sit=*)
1883 site=$ac_optarg ;;
1885 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1886 ac_prev=srcdir ;;
1887 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1888 srcdir=$ac_optarg ;;
1890 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1891 | --syscon | --sysco | --sysc | --sys | --sy)
1892 ac_prev=sysconfdir ;;
1893 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1894 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1895 sysconfdir=$ac_optarg ;;
1897 -target | --target | --targe | --targ | --tar | --ta | --t)
1898 ac_prev=target_alias ;;
1899 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1900 target_alias=$ac_optarg ;;
1902 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1903 verbose=yes ;;
1905 -version | --version | --versio | --versi | --vers | -V)
1906 ac_init_version=: ;;
1908 -with-* | --with-*)
1909 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1910 # Reject names that are not valid shell variable names.
1911 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1912 as_fn_error "invalid package name: $ac_useropt"
1913 ac_useropt_orig=$ac_useropt
1914 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1915 case $ac_user_opts in
1917 "with_$ac_useropt"
1918 "*) ;;
1919 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1920 ac_unrecognized_sep=', ';;
1921 esac
1922 eval with_$ac_useropt=\$ac_optarg ;;
1924 -without-* | --without-*)
1925 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1926 # Reject names that are not valid shell variable names.
1927 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1928 as_fn_error "invalid package name: $ac_useropt"
1929 ac_useropt_orig=$ac_useropt
1930 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1931 case $ac_user_opts in
1933 "with_$ac_useropt"
1934 "*) ;;
1935 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1936 ac_unrecognized_sep=', ';;
1937 esac
1938 eval with_$ac_useropt=no ;;
1940 --x)
1941 # Obsolete; use --with-x.
1942 with_x=yes ;;
1944 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1945 | --x-incl | --x-inc | --x-in | --x-i)
1946 ac_prev=x_includes ;;
1947 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1948 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1949 x_includes=$ac_optarg ;;
1951 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1952 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1953 ac_prev=x_libraries ;;
1954 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1955 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1956 x_libraries=$ac_optarg ;;
1958 -*) as_fn_error "unrecognized option: \`$ac_option'
1959 Try \`$0 --help' for more information."
1962 *=*)
1963 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1964 # Reject names that are not valid shell variable names.
1965 case $ac_envvar in #(
1966 '' | [0-9]* | *[!_$as_cr_alnum]* )
1967 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1968 esac
1969 eval $ac_envvar=\$ac_optarg
1970 export $ac_envvar ;;
1973 # FIXME: should be removed in autoconf 3.0.
1974 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1975 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1976 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1977 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1980 esac
1981 done
1983 if test -n "$ac_prev"; then
1984 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1985 as_fn_error "missing argument to $ac_option"
1988 if test -n "$ac_unrecognized_opts"; then
1989 case $enable_option_checking in
1990 no) ;;
1991 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1992 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1993 esac
1996 # Check all directory arguments for consistency.
1997 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1998 datadir sysconfdir sharedstatedir localstatedir includedir \
1999 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2000 libdir localedir mandir
2002 eval ac_val=\$$ac_var
2003 # Remove trailing slashes.
2004 case $ac_val in
2005 */ )
2006 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2007 eval $ac_var=\$ac_val;;
2008 esac
2009 # Be sure to have absolute directory names.
2010 case $ac_val in
2011 [\\/$]* | ?:[\\/]* ) continue;;
2012 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
2013 esac
2014 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
2015 done
2017 # There might be people who depend on the old broken behavior: `$host'
2018 # used to hold the argument of --host etc.
2019 # FIXME: To remove some day.
2020 build=$build_alias
2021 host=$host_alias
2022 target=$target_alias
2024 # FIXME: To remove some day.
2025 if test "x$host_alias" != x; then
2026 if test "x$build_alias" = x; then
2027 cross_compiling=maybe
2028 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
2029 If a cross compiler is detected then cross compile mode will be used." >&2
2030 elif test "x$build_alias" != "x$host_alias"; then
2031 cross_compiling=yes
2035 ac_tool_prefix=
2036 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2038 test "$silent" = yes && exec 6>/dev/null
2041 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2042 ac_ls_di=`ls -di .` &&
2043 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2044 as_fn_error "working directory cannot be determined"
2045 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2046 as_fn_error "pwd does not report name of working directory"
2049 # Find the source files, if location was not specified.
2050 if test -z "$srcdir"; then
2051 ac_srcdir_defaulted=yes
2052 # Try the directory containing this script, then the parent directory.
2053 ac_confdir=`$as_dirname -- "$as_myself" ||
2054 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2055 X"$as_myself" : 'X\(//\)[^/]' \| \
2056 X"$as_myself" : 'X\(//\)$' \| \
2057 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2058 $as_echo X"$as_myself" |
2059 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2060 s//\1/
2063 /^X\(\/\/\)[^/].*/{
2064 s//\1/
2067 /^X\(\/\/\)$/{
2068 s//\1/
2071 /^X\(\/\).*/{
2072 s//\1/
2075 s/.*/./; q'`
2076 srcdir=$ac_confdir
2077 if test ! -r "$srcdir/$ac_unique_file"; then
2078 srcdir=..
2080 else
2081 ac_srcdir_defaulted=no
2083 if test ! -r "$srcdir/$ac_unique_file"; then
2084 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2085 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
2087 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2088 ac_abs_confdir=`(
2089 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
2090 pwd)`
2091 # When building in place, set srcdir=.
2092 if test "$ac_abs_confdir" = "$ac_pwd"; then
2093 srcdir=.
2095 # Remove unnecessary trailing slashes from srcdir.
2096 # Double slashes in file names in object file debugging info
2097 # mess up M-x gdb in Emacs.
2098 case $srcdir in
2099 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2100 esac
2101 for ac_var in $ac_precious_vars; do
2102 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2103 eval ac_env_${ac_var}_value=\$${ac_var}
2104 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2105 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2106 done
2109 # Report the --help message.
2111 if test "$ac_init_help" = "long"; then
2112 # Omit some internal or obsolete options to make the list less imposing.
2113 # This message is too long to be a string in the A/UX 3.1 sh.
2114 cat <<_ACEOF
2115 \`configure' configures emacs 24.3.50 to adapt to many kinds of systems.
2117 Usage: $0 [OPTION]... [VAR=VALUE]...
2119 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2120 VAR=VALUE. See below for descriptions of some of the useful variables.
2122 Defaults for the options are specified in brackets.
2124 Configuration:
2125 -h, --help display this help and exit
2126 --help=short display options specific to this package
2127 --help=recursive display the short help of all the included packages
2128 -V, --version display version information and exit
2129 -q, --quiet, --silent do not print \`checking...' messages
2130 --cache-file=FILE cache test results in FILE [disabled]
2131 -C, --config-cache alias for \`--cache-file=config.cache'
2132 -n, --no-create do not create output files
2133 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2135 Installation directories:
2136 --prefix=PREFIX install architecture-independent files in PREFIX
2137 [$ac_default_prefix]
2138 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2139 [PREFIX]
2141 By default, \`make install' will install all the files in
2142 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2143 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2144 for instance \`--prefix=\$HOME'.
2146 For better control, use the options below.
2148 Fine tuning of the installation directories:
2149 --bindir=DIR user executables [EPREFIX/bin]
2150 --sbindir=DIR system admin executables [EPREFIX/sbin]
2151 --libexecdir=DIR program executables [EPREFIX/libexec]
2152 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2153 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2154 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2155 --libdir=DIR object code libraries [EPREFIX/lib]
2156 --includedir=DIR C header files [PREFIX/include]
2157 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2158 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2159 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2160 --infodir=DIR info documentation [DATAROOTDIR/info]
2161 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2162 --mandir=DIR man documentation [DATAROOTDIR/man]
2163 --docdir=DIR documentation root [DATAROOTDIR/doc/emacs]
2164 --htmldir=DIR html documentation [DOCDIR]
2165 --dvidir=DIR dvi documentation [DOCDIR]
2166 --pdfdir=DIR pdf documentation [DOCDIR]
2167 --psdir=DIR ps documentation [DOCDIR]
2168 _ACEOF
2170 cat <<\_ACEOF
2172 Program names:
2173 --program-prefix=PREFIX prepend PREFIX to installed program names
2174 --program-suffix=SUFFIX append SUFFIX to installed program names
2175 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
2177 X features:
2178 --x-includes=DIR X include files are in DIR
2179 --x-libraries=DIR X library files are in DIR
2181 System types:
2182 --build=BUILD configure for building on BUILD [guessed]
2183 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2184 _ACEOF
2187 if test -n "$ac_init_help"; then
2188 case $ac_init_help in
2189 short | recursive ) echo "Configuration of emacs 24.3.50:";;
2190 esac
2191 cat <<\_ACEOF
2193 Optional Features:
2194 --disable-option-checking ignore unrecognized --enable/--with options
2195 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2196 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2197 --disable-ns-self-contained
2198 disable self contained build under NeXTstep
2199 --enable-locallisppath=PATH
2200 directories Emacs should search for lisp files
2201 specific to this site
2202 --enable-checking[=LIST]
2203 enable expensive run-time checks. With LIST, enable
2204 only specific categories of checks. Categories are:
2205 all,yes,no. Flags are: stringbytes, stringoverrun,
2206 stringfreelist, xmallocoverrun, conslist, glyphs
2207 --enable-check-lisp-object-type
2208 enable compile time checks for the Lisp_Object data
2209 type. This is useful for development for catching
2210 certain types of bugs.
2211 --enable-profiling build emacs with low-level, gprof profiling support.
2212 Mainly useful for debugging Emacs itself. May not
2213 work on all platforms. Stops profiler.el working.
2214 --enable-autodepend automatically generate dependencies to .h-files.
2215 Requires GNU Make and Gcc. Enabled if GNU Make and
2216 Gcc is found
2217 --enable-gtk-deprecation-warnings
2218 Show Gtk+/Gdk deprecation warnings for Gtk+ >= 3.0
2219 --disable-dependency-tracking speeds up one-time build
2220 --enable-dependency-tracking do not reject slow dependency extractors
2221 --disable-largefile omit support for large files
2222 --enable-gcc-warnings turn on lots of GCC warnings/errors. This is
2223 intended for developers, and may generate false
2224 alarms when used with older or non-GNU development
2225 tools.
2226 --enable-link-time-optimization
2227 build emacs with link-time optimization. This is
2228 supported only for GCC since 4.5.0.
2229 --disable-acl do not support ACLs
2231 Optional Packages:
2232 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2233 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2234 --without-all omit almost all features and build small executable
2235 with minimal dependencies
2236 --without-pop don't support POP mail retrieval with movemail
2237 --with-kerberos support Kerberos-authenticated POP
2238 --with-kerberos5 support Kerberos version 5 authenticated POP
2239 --with-hesiod support Hesiod to get the POP server host
2240 --with-mmdf support MMDF mailboxes
2241 --with-mail-unlink unlink, rather than empty, mail spool after reading
2242 --with-mailhost=HOSTNAME
2243 string giving default POP mail host
2244 --with-sound=VALUE compile with sound support (VALUE one of: yes,
2245 ossaudio, alsa, no; default yes). Only for
2246 GNU/Linux, FreeBSD, NetBSD, MinGW.
2247 --with-x-toolkit=KIT use an X toolkit (KIT one of: yes or gtk, gtk2,
2248 gtk3, lucid or athena, motif, no)
2249 --with-wide-int prefer wide Emacs integers (typically 62-bit)
2250 --without-xpm don't compile with XPM image support
2251 --without-jpeg don't compile with JPEG image support
2252 --without-tiff don't compile with TIFF image support
2253 --without-gif don't compile with GIF image support
2254 --without-png don't compile with PNG image support
2255 --without-rsvg don't compile with SVG image support
2256 --without-xml2 don't compile with XML parsing support
2257 --without-imagemagick don't compile with ImageMagick image support
2258 --without-xft don't use XFT for anti aliased fonts
2259 --without-libotf don't use libotf for OpenType font support
2260 --without-m17n-flt don't use m17n-flt for text shaping
2261 --without-toolkit-scroll-bars
2262 don't use Motif or Xaw3d scroll bars
2263 --without-xaw3d don't use Xaw3d
2264 --without-xim don't use X11 XIM
2265 --with-ns use NeXTstep (Cocoa or GNUstep) windowing system
2266 --with-w32 use native MS Windows GUI in a Cygwin build
2267 --without-gpm don't use -lgpm for mouse support on a GNU/Linux
2268 console
2269 --without-dbus don't compile with D-Bus support
2270 --without-gconf don't compile with GConf support
2271 --without-gsettings don't compile with GSettings support
2272 --without-selinux don't compile with SELinux support
2273 --without-gnutls don't use -lgnutls for SSL/TLS support
2274 --without-zlib don't compile with zlib decompression support
2275 --with-file-notification=LIB
2276 use a file notification library (LIB one of: yes,
2277 gfile, inotify, w32, no)
2278 --without-makeinfo don't require makeinfo for building manuals
2279 --without-compress-info don't compress the installed Info pages
2280 --with-pkg-config-prog=FILENAME
2281 file name of pkg-config for finding GTK and librsvg
2282 --with-gameuser=USER user for shared game score files
2283 --with-gnustep-conf=FILENAME
2284 name of GNUstep.conf; default $GNUSTEP_CONFIG_FILE,
2285 or /etc/GNUstep/GNUstep.conf
2286 --with-x use the X Window System
2288 Some influential environment variables:
2289 CC C compiler command
2290 CFLAGS C compiler flags
2291 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2292 nonstandard directory <lib dir>
2293 LIBS libraries to pass to the linker, e.g. -l<library>
2294 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2295 you have headers in a nonstandard directory <include dir>
2296 CPP C preprocessor
2297 XMKMF Path to xmkmf, Makefile generator for X Window System
2299 Use these variables to override the choices made by `configure' or to help
2300 it to find libraries and programs with nonstandard names/locations.
2302 Report bugs to the package provider.
2303 _ACEOF
2304 ac_status=$?
2307 if test "$ac_init_help" = "recursive"; then
2308 # If there are subdirs, report their specific --help.
2309 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2310 test -d "$ac_dir" ||
2311 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2312 continue
2313 ac_builddir=.
2315 case "$ac_dir" in
2316 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2318 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2319 # A ".." for each directory in $ac_dir_suffix.
2320 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2321 case $ac_top_builddir_sub in
2322 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2323 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2324 esac ;;
2325 esac
2326 ac_abs_top_builddir=$ac_pwd
2327 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2328 # for backward compatibility:
2329 ac_top_builddir=$ac_top_build_prefix
2331 case $srcdir in
2332 .) # We are building in place.
2333 ac_srcdir=.
2334 ac_top_srcdir=$ac_top_builddir_sub
2335 ac_abs_top_srcdir=$ac_pwd ;;
2336 [\\/]* | ?:[\\/]* ) # Absolute name.
2337 ac_srcdir=$srcdir$ac_dir_suffix;
2338 ac_top_srcdir=$srcdir
2339 ac_abs_top_srcdir=$srcdir ;;
2340 *) # Relative name.
2341 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2342 ac_top_srcdir=$ac_top_build_prefix$srcdir
2343 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2344 esac
2345 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2347 cd "$ac_dir" || { ac_status=$?; continue; }
2348 # Check for guested configure.
2349 if test -f "$ac_srcdir/configure.gnu"; then
2350 echo &&
2351 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2352 elif test -f "$ac_srcdir/configure"; then
2353 echo &&
2354 $SHELL "$ac_srcdir/configure" --help=recursive
2355 else
2356 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2357 fi || ac_status=$?
2358 cd "$ac_pwd" || { ac_status=$?; break; }
2359 done
2362 test -n "$ac_init_help" && exit $ac_status
2363 if $ac_init_version; then
2364 cat <<\_ACEOF
2365 emacs configure 24.3.50
2366 generated by GNU Autoconf 2.65
2368 Copyright (C) 2009 Free Software Foundation, Inc.
2369 This configure script is free software; the Free Software Foundation
2370 gives unlimited permission to copy, distribute and modify it.
2371 _ACEOF
2372 exit
2375 ## ------------------------ ##
2376 ## Autoconf initialization. ##
2377 ## ------------------------ ##
2379 # ac_fn_c_try_compile LINENO
2380 # --------------------------
2381 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2382 ac_fn_c_try_compile ()
2384 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2385 rm -f conftest.$ac_objext
2386 if { { ac_try="$ac_compile"
2387 case "(($ac_try" in
2388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2389 *) ac_try_echo=$ac_try;;
2390 esac
2391 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2392 $as_echo "$ac_try_echo"; } >&5
2393 (eval "$ac_compile") 2>conftest.err
2394 ac_status=$?
2395 if test -s conftest.err; then
2396 grep -v '^ *+' conftest.err >conftest.er1
2397 cat conftest.er1 >&5
2398 mv -f conftest.er1 conftest.err
2400 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2401 test $ac_status = 0; } && {
2402 test -z "$ac_c_werror_flag" ||
2403 test ! -s conftest.err
2404 } && test -s conftest.$ac_objext; then :
2405 ac_retval=0
2406 else
2407 $as_echo "$as_me: failed program was:" >&5
2408 sed 's/^/| /' conftest.$ac_ext >&5
2410 ac_retval=1
2412 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2413 as_fn_set_status $ac_retval
2415 } # ac_fn_c_try_compile
2417 # ac_fn_c_try_cpp LINENO
2418 # ----------------------
2419 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2420 ac_fn_c_try_cpp ()
2422 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2423 if { { ac_try="$ac_cpp conftest.$ac_ext"
2424 case "(($ac_try" in
2425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2426 *) ac_try_echo=$ac_try;;
2427 esac
2428 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2429 $as_echo "$ac_try_echo"; } >&5
2430 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2431 ac_status=$?
2432 if test -s conftest.err; then
2433 grep -v '^ *+' conftest.err >conftest.er1
2434 cat conftest.er1 >&5
2435 mv -f conftest.er1 conftest.err
2437 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2438 test $ac_status = 0; } >/dev/null && {
2439 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2440 test ! -s conftest.err
2441 }; then :
2442 ac_retval=0
2443 else
2444 $as_echo "$as_me: failed program was:" >&5
2445 sed 's/^/| /' conftest.$ac_ext >&5
2447 ac_retval=1
2449 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2450 as_fn_set_status $ac_retval
2452 } # ac_fn_c_try_cpp
2454 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2455 # -------------------------------------------------------
2456 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2457 # the include files in INCLUDES and setting the cache variable VAR
2458 # accordingly.
2459 ac_fn_c_check_header_mongrel ()
2461 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2462 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2464 $as_echo_n "checking for $2... " >&6; }
2465 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2466 $as_echo_n "(cached) " >&6
2468 eval ac_res=\$$3
2469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2470 $as_echo "$ac_res" >&6; }
2471 else
2472 # Is the header compilable?
2473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2474 $as_echo_n "checking $2 usability... " >&6; }
2475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2476 /* end confdefs.h. */
2478 #include <$2>
2479 _ACEOF
2480 if ac_fn_c_try_compile "$LINENO"; then :
2481 ac_header_compiler=yes
2482 else
2483 ac_header_compiler=no
2485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2487 $as_echo "$ac_header_compiler" >&6; }
2489 # Is the header present?
2490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2491 $as_echo_n "checking $2 presence... " >&6; }
2492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2493 /* end confdefs.h. */
2494 #include <$2>
2495 _ACEOF
2496 if ac_fn_c_try_cpp "$LINENO"; then :
2497 ac_header_preproc=yes
2498 else
2499 ac_header_preproc=no
2501 rm -f conftest.err conftest.$ac_ext
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2503 $as_echo "$ac_header_preproc" >&6; }
2505 # So? What about this header?
2506 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2507 yes:no: )
2508 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2509 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2510 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2511 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2513 no:yes:* )
2514 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2515 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2516 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2517 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2518 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2519 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2520 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2521 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2522 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2523 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2525 esac
2526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2527 $as_echo_n "checking for $2... " >&6; }
2528 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2529 $as_echo_n "(cached) " >&6
2530 else
2531 eval "$3=\$ac_header_compiler"
2533 eval ac_res=\$$3
2534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2535 $as_echo "$ac_res" >&6; }
2537 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2539 } # ac_fn_c_check_header_mongrel
2541 # ac_fn_c_try_run LINENO
2542 # ----------------------
2543 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2544 # that executables *can* be run.
2545 ac_fn_c_try_run ()
2547 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2548 if { { ac_try="$ac_link"
2549 case "(($ac_try" in
2550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2551 *) ac_try_echo=$ac_try;;
2552 esac
2553 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2554 $as_echo "$ac_try_echo"; } >&5
2555 (eval "$ac_link") 2>&5
2556 ac_status=$?
2557 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2558 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2559 { { case "(($ac_try" in
2560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2561 *) ac_try_echo=$ac_try;;
2562 esac
2563 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2564 $as_echo "$ac_try_echo"; } >&5
2565 (eval "$ac_try") 2>&5
2566 ac_status=$?
2567 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2568 test $ac_status = 0; }; }; then :
2569 ac_retval=0
2570 else
2571 $as_echo "$as_me: program exited with status $ac_status" >&5
2572 $as_echo "$as_me: failed program was:" >&5
2573 sed 's/^/| /' conftest.$ac_ext >&5
2575 ac_retval=$ac_status
2577 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2578 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2579 as_fn_set_status $ac_retval
2581 } # ac_fn_c_try_run
2583 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2584 # -------------------------------------------------------
2585 # Tests whether HEADER exists and can be compiled using the include files in
2586 # INCLUDES, setting the cache variable VAR accordingly.
2587 ac_fn_c_check_header_compile ()
2589 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2591 $as_echo_n "checking for $2... " >&6; }
2592 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2593 $as_echo_n "(cached) " >&6
2594 else
2595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2596 /* end confdefs.h. */
2598 #include <$2>
2599 _ACEOF
2600 if ac_fn_c_try_compile "$LINENO"; then :
2601 eval "$3=yes"
2602 else
2603 eval "$3=no"
2605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2607 eval ac_res=\$$3
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2609 $as_echo "$ac_res" >&6; }
2610 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2612 } # ac_fn_c_check_header_compile
2614 # ac_fn_c_try_link LINENO
2615 # -----------------------
2616 # Try to link conftest.$ac_ext, and return whether this succeeded.
2617 ac_fn_c_try_link ()
2619 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2620 rm -f conftest.$ac_objext conftest$ac_exeext
2621 if { { ac_try="$ac_link"
2622 case "(($ac_try" in
2623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2624 *) ac_try_echo=$ac_try;;
2625 esac
2626 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2627 $as_echo "$ac_try_echo"; } >&5
2628 (eval "$ac_link") 2>conftest.err
2629 ac_status=$?
2630 if test -s conftest.err; then
2631 grep -v '^ *+' conftest.err >conftest.er1
2632 cat conftest.er1 >&5
2633 mv -f conftest.er1 conftest.err
2635 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2636 test $ac_status = 0; } && {
2637 test -z "$ac_c_werror_flag" ||
2638 test ! -s conftest.err
2639 } && test -s conftest$ac_exeext && {
2640 test "$cross_compiling" = yes ||
2641 $as_test_x conftest$ac_exeext
2642 }; then :
2643 ac_retval=0
2644 else
2645 $as_echo "$as_me: failed program was:" >&5
2646 sed 's/^/| /' conftest.$ac_ext >&5
2648 ac_retval=1
2650 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2651 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2652 # interfere with the next link command; also delete a directory that is
2653 # left behind by Apple's compiler. We do this before executing the actions.
2654 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2655 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2656 as_fn_set_status $ac_retval
2658 } # ac_fn_c_try_link
2660 # ac_fn_c_check_decl LINENO SYMBOL VAR
2661 # ------------------------------------
2662 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2663 ac_fn_c_check_decl ()
2665 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
2667 $as_echo_n "checking whether $2 is declared... " >&6; }
2668 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2669 $as_echo_n "(cached) " >&6
2670 else
2671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2672 /* end confdefs.h. */
2675 main ()
2677 #ifndef $2
2678 (void) $2;
2679 #endif
2682 return 0;
2684 _ACEOF
2685 if ac_fn_c_try_compile "$LINENO"; then :
2686 eval "$3=yes"
2687 else
2688 eval "$3=no"
2690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2692 eval ac_res=\$$3
2693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2694 $as_echo "$ac_res" >&6; }
2695 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2697 } # ac_fn_c_check_decl
2699 # ac_fn_c_check_header_preproc LINENO HEADER VAR
2700 # ----------------------------------------------
2701 # Tests whether HEADER is present, setting the cache variable VAR accordingly.
2702 ac_fn_c_check_header_preproc ()
2704 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2706 $as_echo_n "checking for $2... " >&6; }
2707 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2708 $as_echo_n "(cached) " >&6
2709 else
2710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2711 /* end confdefs.h. */
2712 #include <$2>
2713 _ACEOF
2714 if ac_fn_c_try_cpp "$LINENO"; then :
2715 eval "$3=yes"
2716 else
2717 eval "$3=no"
2719 rm -f conftest.err conftest.$ac_ext
2721 eval ac_res=\$$3
2722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2723 $as_echo "$ac_res" >&6; }
2724 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2726 } # ac_fn_c_check_header_preproc
2728 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2729 # ----------------------------------------------------
2730 # Tries to find if the field MEMBER exists in type AGGR, after including
2731 # INCLUDES, setting cache variable VAR accordingly.
2732 ac_fn_c_check_member ()
2734 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2736 $as_echo_n "checking for $2.$3... " >&6; }
2737 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2738 $as_echo_n "(cached) " >&6
2739 else
2740 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2741 /* end confdefs.h. */
2744 main ()
2746 static $2 ac_aggr;
2747 if (ac_aggr.$3)
2748 return 0;
2750 return 0;
2752 _ACEOF
2753 if ac_fn_c_try_compile "$LINENO"; then :
2754 eval "$4=yes"
2755 else
2756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2757 /* end confdefs.h. */
2760 main ()
2762 static $2 ac_aggr;
2763 if (sizeof ac_aggr.$3)
2764 return 0;
2766 return 0;
2768 _ACEOF
2769 if ac_fn_c_try_compile "$LINENO"; then :
2770 eval "$4=yes"
2771 else
2772 eval "$4=no"
2774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2778 eval ac_res=\$$4
2779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2780 $as_echo "$ac_res" >&6; }
2781 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2783 } # ac_fn_c_check_member
2785 # ac_fn_c_check_func LINENO FUNC VAR
2786 # ----------------------------------
2787 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2788 ac_fn_c_check_func ()
2790 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2792 $as_echo_n "checking for $2... " >&6; }
2793 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2794 $as_echo_n "(cached) " >&6
2795 else
2796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2797 /* end confdefs.h. */
2798 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2799 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2800 #define $2 innocuous_$2
2802 /* System header to define __stub macros and hopefully few prototypes,
2803 which can conflict with char $2 (); below.
2804 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2805 <limits.h> exists even on freestanding compilers. */
2807 #ifdef __STDC__
2808 # include <limits.h>
2809 #else
2810 # include <assert.h>
2811 #endif
2813 #undef $2
2815 /* Override any GCC internal prototype to avoid an error.
2816 Use char because int might match the return type of a GCC
2817 builtin and then its argument prototype would still apply. */
2818 #ifdef __cplusplus
2819 extern "C"
2820 #endif
2821 char $2 ();
2822 /* The GNU C library defines this for functions which it implements
2823 to always fail with ENOSYS. Some functions are actually named
2824 something starting with __ and the normal name is an alias. */
2825 #if defined __stub_$2 || defined __stub___$2
2826 choke me
2827 #endif
2830 main ()
2832 return $2 ();
2834 return 0;
2836 _ACEOF
2837 if ac_fn_c_try_link "$LINENO"; then :
2838 eval "$3=yes"
2839 else
2840 eval "$3=no"
2842 rm -f core conftest.err conftest.$ac_objext \
2843 conftest$ac_exeext conftest.$ac_ext
2845 eval ac_res=\$$3
2846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2847 $as_echo "$ac_res" >&6; }
2848 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2850 } # ac_fn_c_check_func
2852 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2853 # -------------------------------------------
2854 # Tests whether TYPE exists after having included INCLUDES, setting cache
2855 # variable VAR accordingly.
2856 ac_fn_c_check_type ()
2858 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2860 $as_echo_n "checking for $2... " >&6; }
2861 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2862 $as_echo_n "(cached) " >&6
2863 else
2864 eval "$3=no"
2865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2866 /* end confdefs.h. */
2869 main ()
2871 if (sizeof ($2))
2872 return 0;
2874 return 0;
2876 _ACEOF
2877 if ac_fn_c_try_compile "$LINENO"; then :
2878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2879 /* end confdefs.h. */
2882 main ()
2884 if (sizeof (($2)))
2885 return 0;
2887 return 0;
2889 _ACEOF
2890 if ac_fn_c_try_compile "$LINENO"; then :
2892 else
2893 eval "$3=yes"
2895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2897 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2899 eval ac_res=\$$3
2900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2901 $as_echo "$ac_res" >&6; }
2902 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2904 } # ac_fn_c_check_type
2906 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2907 # --------------------------------------------
2908 # Tries to find the compile-time value of EXPR in a program that includes
2909 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2910 # computed
2911 ac_fn_c_compute_int ()
2913 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2914 if test "$cross_compiling" = yes; then
2915 # Depending upon the size, compute the lo and hi bounds.
2916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2917 /* end confdefs.h. */
2920 main ()
2922 static int test_array [1 - 2 * !(($2) >= 0)];
2923 test_array [0] = 0
2926 return 0;
2928 _ACEOF
2929 if ac_fn_c_try_compile "$LINENO"; then :
2930 ac_lo=0 ac_mid=0
2931 while :; do
2932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2933 /* end confdefs.h. */
2936 main ()
2938 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2939 test_array [0] = 0
2942 return 0;
2944 _ACEOF
2945 if ac_fn_c_try_compile "$LINENO"; then :
2946 ac_hi=$ac_mid; break
2947 else
2948 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2949 if test $ac_lo -le $ac_mid; then
2950 ac_lo= ac_hi=
2951 break
2953 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2955 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2956 done
2957 else
2958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2959 /* end confdefs.h. */
2962 main ()
2964 static int test_array [1 - 2 * !(($2) < 0)];
2965 test_array [0] = 0
2968 return 0;
2970 _ACEOF
2971 if ac_fn_c_try_compile "$LINENO"; then :
2972 ac_hi=-1 ac_mid=-1
2973 while :; do
2974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2975 /* end confdefs.h. */
2978 main ()
2980 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2981 test_array [0] = 0
2984 return 0;
2986 _ACEOF
2987 if ac_fn_c_try_compile "$LINENO"; then :
2988 ac_lo=$ac_mid; break
2989 else
2990 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2991 if test $ac_mid -le $ac_hi; then
2992 ac_lo= ac_hi=
2993 break
2995 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2997 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2998 done
2999 else
3000 ac_lo= ac_hi=
3002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3005 # Binary search between lo and hi bounds.
3006 while test "x$ac_lo" != "x$ac_hi"; do
3007 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
3008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3009 /* end confdefs.h. */
3012 main ()
3014 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
3015 test_array [0] = 0
3018 return 0;
3020 _ACEOF
3021 if ac_fn_c_try_compile "$LINENO"; then :
3022 ac_hi=$ac_mid
3023 else
3024 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
3026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3027 done
3028 case $ac_lo in #((
3029 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
3030 '') ac_retval=1 ;;
3031 esac
3032 else
3033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3034 /* end confdefs.h. */
3036 static long int longval () { return $2; }
3037 static unsigned long int ulongval () { return $2; }
3038 #include <stdio.h>
3039 #include <stdlib.h>
3041 main ()
3044 FILE *f = fopen ("conftest.val", "w");
3045 if (! f)
3046 return 1;
3047 if (($2) < 0)
3049 long int i = longval ();
3050 if (i != ($2))
3051 return 1;
3052 fprintf (f, "%ld", i);
3054 else
3056 unsigned long int i = ulongval ();
3057 if (i != ($2))
3058 return 1;
3059 fprintf (f, "%lu", i);
3061 /* Do not output a trailing newline, as this causes \r\n confusion
3062 on some platforms. */
3063 return ferror (f) || fclose (f) != 0;
3066 return 0;
3068 _ACEOF
3069 if ac_fn_c_try_run "$LINENO"; then :
3070 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
3071 else
3072 ac_retval=1
3074 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3075 conftest.$ac_objext conftest.beam conftest.$ac_ext
3076 rm -f conftest.val
3079 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
3080 as_fn_set_status $ac_retval
3082 } # ac_fn_c_compute_int
3083 cat >config.log <<_ACEOF
3084 This file contains any messages produced by compilers while
3085 running configure, to aid debugging if configure makes a mistake.
3087 It was created by emacs $as_me 24.3.50, which was
3088 generated by GNU Autoconf 2.65. Invocation command line was
3090 $ $0 $@
3092 _ACEOF
3093 exec 5>>config.log
3095 cat <<_ASUNAME
3096 ## --------- ##
3097 ## Platform. ##
3098 ## --------- ##
3100 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3101 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3102 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3103 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3104 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3106 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3107 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3109 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3110 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3111 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3112 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3113 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3114 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3115 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3117 _ASUNAME
3119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3120 for as_dir in $PATH
3122 IFS=$as_save_IFS
3123 test -z "$as_dir" && as_dir=.
3124 $as_echo "PATH: $as_dir"
3125 done
3126 IFS=$as_save_IFS
3128 } >&5
3130 cat >&5 <<_ACEOF
3133 ## ----------- ##
3134 ## Core tests. ##
3135 ## ----------- ##
3137 _ACEOF
3140 # Keep a trace of the command line.
3141 # Strip out --no-create and --no-recursion so they do not pile up.
3142 # Strip out --silent because we don't want to record it for future runs.
3143 # Also quote any args containing shell meta-characters.
3144 # Make two passes to allow for proper duplicate-argument suppression.
3145 ac_configure_args=
3146 ac_configure_args0=
3147 ac_configure_args1=
3148 ac_must_keep_next=false
3149 for ac_pass in 1 2
3151 for ac_arg
3153 case $ac_arg in
3154 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3155 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3156 | -silent | --silent | --silen | --sile | --sil)
3157 continue ;;
3158 *\'*)
3159 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3160 esac
3161 case $ac_pass in
3162 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
3164 as_fn_append ac_configure_args1 " '$ac_arg'"
3165 if test $ac_must_keep_next = true; then
3166 ac_must_keep_next=false # Got value, back to normal.
3167 else
3168 case $ac_arg in
3169 *=* | --config-cache | -C | -disable-* | --disable-* \
3170 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3171 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3172 | -with-* | --with-* | -without-* | --without-* | --x)
3173 case "$ac_configure_args0 " in
3174 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3175 esac
3177 -* ) ac_must_keep_next=true ;;
3178 esac
3180 as_fn_append ac_configure_args " '$ac_arg'"
3182 esac
3183 done
3184 done
3185 { ac_configure_args0=; unset ac_configure_args0;}
3186 { ac_configure_args1=; unset ac_configure_args1;}
3188 # When interrupted or exit'd, cleanup temporary files, and complete
3189 # config.log. We remove comments because anyway the quotes in there
3190 # would cause problems or look ugly.
3191 # WARNING: Use '\'' to represent an apostrophe within the trap.
3192 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3193 trap 'exit_status=$?
3194 # Save into config.log some information that might help in debugging.
3196 echo
3198 cat <<\_ASBOX
3199 ## ---------------- ##
3200 ## Cache variables. ##
3201 ## ---------------- ##
3202 _ASBOX
3203 echo
3204 # The following way of writing the cache mishandles newlines in values,
3206 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3207 eval ac_val=\$$ac_var
3208 case $ac_val in #(
3209 *${as_nl}*)
3210 case $ac_var in #(
3211 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3212 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3213 esac
3214 case $ac_var in #(
3215 _ | IFS | as_nl) ;; #(
3216 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3217 *) { eval $ac_var=; unset $ac_var;} ;;
3218 esac ;;
3219 esac
3220 done
3221 (set) 2>&1 |
3222 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3223 *${as_nl}ac_space=\ *)
3224 sed -n \
3225 "s/'\''/'\''\\\\'\'''\''/g;
3226 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3227 ;; #(
3229 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3231 esac |
3232 sort
3234 echo
3236 cat <<\_ASBOX
3237 ## ----------------- ##
3238 ## Output variables. ##
3239 ## ----------------- ##
3240 _ASBOX
3241 echo
3242 for ac_var in $ac_subst_vars
3244 eval ac_val=\$$ac_var
3245 case $ac_val in
3246 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3247 esac
3248 $as_echo "$ac_var='\''$ac_val'\''"
3249 done | sort
3250 echo
3252 if test -n "$ac_subst_files"; then
3253 cat <<\_ASBOX
3254 ## ------------------- ##
3255 ## File substitutions. ##
3256 ## ------------------- ##
3257 _ASBOX
3258 echo
3259 for ac_var in $ac_subst_files
3261 eval ac_val=\$$ac_var
3262 case $ac_val in
3263 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3264 esac
3265 $as_echo "$ac_var='\''$ac_val'\''"
3266 done | sort
3267 echo
3270 if test -s confdefs.h; then
3271 cat <<\_ASBOX
3272 ## ----------- ##
3273 ## confdefs.h. ##
3274 ## ----------- ##
3275 _ASBOX
3276 echo
3277 cat confdefs.h
3278 echo
3280 test "$ac_signal" != 0 &&
3281 $as_echo "$as_me: caught signal $ac_signal"
3282 $as_echo "$as_me: exit $exit_status"
3283 } >&5
3284 rm -f core *.core core.conftest.* &&
3285 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3286 exit $exit_status
3288 for ac_signal in 1 2 13 15; do
3289 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3290 done
3291 ac_signal=0
3293 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3294 rm -f -r conftest* confdefs.h
3296 $as_echo "/* confdefs.h */" > confdefs.h
3298 # Predefined preprocessor variables.
3300 cat >>confdefs.h <<_ACEOF
3301 #define PACKAGE_NAME "$PACKAGE_NAME"
3302 _ACEOF
3304 cat >>confdefs.h <<_ACEOF
3305 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3306 _ACEOF
3308 cat >>confdefs.h <<_ACEOF
3309 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3310 _ACEOF
3312 cat >>confdefs.h <<_ACEOF
3313 #define PACKAGE_STRING "$PACKAGE_STRING"
3314 _ACEOF
3316 cat >>confdefs.h <<_ACEOF
3317 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3318 _ACEOF
3320 cat >>confdefs.h <<_ACEOF
3321 #define PACKAGE_URL "$PACKAGE_URL"
3322 _ACEOF
3325 # Let the site file select an alternate cache file if it wants to.
3326 # Prefer an explicitly selected file to automatically selected ones.
3327 ac_site_file1=NONE
3328 ac_site_file2=NONE
3329 if test -n "$CONFIG_SITE"; then
3330 ac_site_file1=$CONFIG_SITE
3331 elif test "x$prefix" != xNONE; then
3332 ac_site_file1=$prefix/share/config.site
3333 ac_site_file2=$prefix/etc/config.site
3334 else
3335 ac_site_file1=$ac_default_prefix/share/config.site
3336 ac_site_file2=$ac_default_prefix/etc/config.site
3338 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3340 test "x$ac_site_file" = xNONE && continue
3341 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3342 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3343 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3344 sed 's/^/| /' "$ac_site_file" >&5
3345 . "$ac_site_file"
3347 done
3349 if test -r "$cache_file"; then
3350 # Some versions of bash will fail to source /dev/null (special files
3351 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3352 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3354 $as_echo "$as_me: loading cache $cache_file" >&6;}
3355 case $cache_file in
3356 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3357 *) . "./$cache_file";;
3358 esac
3360 else
3361 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3362 $as_echo "$as_me: creating cache $cache_file" >&6;}
3363 >$cache_file
3366 as_fn_append ac_header_list " sys/systeminfo.h"
3367 as_fn_append ac_header_list " coff.h"
3368 as_fn_append ac_header_list " pty.h"
3369 as_fn_append ac_header_list " sys/resource.h"
3370 as_fn_append ac_header_list " sys/utsname.h"
3371 as_fn_append ac_header_list " pwd.h"
3372 as_fn_append ac_header_list " utmp.h"
3373 as_fn_append ac_header_list " util.h"
3374 as_fn_append ac_header_list " sys/socket.h"
3375 as_fn_append ac_header_list " stdlib.h"
3376 as_fn_append ac_header_list " unistd.h"
3377 as_fn_append ac_header_list " sys/param.h"
3378 as_fn_append ac_header_list " pthread.h"
3379 as_fn_append ac_header_list " malloc/malloc.h"
3380 as_fn_append ac_header_list " maillock.h"
3381 as_fn_append ac_header_list " sys/un.h"
3382 as_fn_append ac_func_list " tzset"
3383 as_fn_append ac_func_list " readlinkat"
3384 as_fn_append ac_header_list " dirent.h"
3385 as_fn_append ac_header_list " execinfo.h"
3386 as_fn_append ac_func_list " faccessat"
3387 as_fn_append ac_func_list " fcntl"
3388 as_fn_append ac_func_list " fdopendir"
3389 as_fn_append ac_header_list " stdio_ext.h"
3390 as_fn_append ac_func_list " fstatat"
3391 as_fn_append ac_func_list " fsync"
3392 gl_getopt_required=GNU
3393 as_fn_append ac_header_list " getopt.h"
3394 as_fn_append ac_func_list " gettimeofday"
3395 as_fn_append ac_func_list " nanotime"
3396 as_fn_append ac_header_list " sys/time.h"
3397 as_fn_append ac_header_list " wchar.h"
3398 as_fn_append ac_header_list " stdint.h"
3399 as_fn_append ac_header_list " inttypes.h"
3400 as_fn_append ac_func_list " lstat"
3401 as_fn_append ac_func_list " mkostemp"
3402 as_fn_append ac_func_list " pipe2"
3403 as_fn_append ac_header_list " sys/select.h"
3404 as_fn_append ac_func_list " pselect"
3405 as_fn_append ac_func_list " pthread_sigmask"
3406 as_fn_append ac_func_list " readlink"
3407 as_fn_append ac_func_list " strtoimax"
3408 as_fn_append ac_func_list " strtoumax"
3409 as_fn_append ac_func_list " symlink"
3410 as_fn_append ac_header_list " sys/stat.h"
3411 as_fn_append ac_func_list " localtime_r"
3412 as_fn_append ac_header_list " utime.h"
3413 as_fn_append ac_func_list " futimes"
3414 as_fn_append ac_func_list " futimesat"
3415 as_fn_append ac_func_list " futimens"
3416 as_fn_append ac_func_list " utimensat"
3417 as_fn_append ac_func_list " lutimes"
3418 as_fn_append ac_func_list " getdtablesize"
3419 as_fn_append ac_func_list " secure_getenv"
3420 # Check that the precious variables saved in the cache have kept the same
3421 # value.
3422 ac_cache_corrupted=false
3423 for ac_var in $ac_precious_vars; do
3424 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3425 eval ac_new_set=\$ac_env_${ac_var}_set
3426 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3427 eval ac_new_val=\$ac_env_${ac_var}_value
3428 case $ac_old_set,$ac_new_set in
3429 set,)
3430 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3431 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3432 ac_cache_corrupted=: ;;
3433 ,set)
3434 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3435 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3436 ac_cache_corrupted=: ;;
3437 ,);;
3439 if test "x$ac_old_val" != "x$ac_new_val"; then
3440 # differences in whitespace do not lead to failure.
3441 ac_old_val_w=`echo x $ac_old_val`
3442 ac_new_val_w=`echo x $ac_new_val`
3443 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3444 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3445 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3446 ac_cache_corrupted=:
3447 else
3448 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3449 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3450 eval $ac_var=\$ac_old_val
3452 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3453 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3454 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3455 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3456 fi;;
3457 esac
3458 # Pass precious variables to config.status.
3459 if test "$ac_new_set" = set; then
3460 case $ac_new_val in
3461 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3462 *) ac_arg=$ac_var=$ac_new_val ;;
3463 esac
3464 case " $ac_configure_args " in
3465 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3466 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3467 esac
3469 done
3470 if $ac_cache_corrupted; then
3471 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3472 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3473 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3474 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3475 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3477 ## -------------------- ##
3478 ## Main body of script. ##
3479 ## -------------------- ##
3481 ac_ext=c
3482 ac_cpp='$CPP $CPPFLAGS'
3483 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3484 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3485 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3489 emacs_config_options="$@"
3490 ## Add some environment variables, if they were passed via the environment
3491 ## rather than on the command-line.
3492 for var in CFLAGS CPPFLAGS LDFLAGS; do
3493 case "$emacs_config_options" in
3494 *$var=*) continue ;;
3495 esac
3496 eval val="\$${var}"
3497 test x"$val" = x && continue
3498 emacs_config_options="${emacs_config_options}${emacs_config_options:+ }$var=\"$val\""
3499 done
3501 ac_config_headers="$ac_config_headers src/config.h:src/config.in"
3504 ac_aux_dir=
3505 for ac_dir in build-aux "$srcdir"/build-aux; do
3506 for ac_t in install-sh install.sh shtool; do
3507 if test -f "$ac_dir/$ac_t"; then
3508 ac_aux_dir=$ac_dir
3509 ac_install_sh="$ac_aux_dir/$ac_t -c"
3510 break 2
3512 done
3513 done
3514 if test -z "$ac_aux_dir"; then
3515 as_fn_error "cannot find install-sh, install.sh, or shtool in build-aux \"$srcdir\"/build-aux" "$LINENO" 5
3518 # These three variables are undocumented and unsupported,
3519 # and are intended to be withdrawn in a future Autoconf release.
3520 # They can cause serious problems if a builder's source tree is in a directory
3521 # whose full name contains unusual characters.
3522 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3523 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3524 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3527 am__api_version='1.11'
3529 # Find a good install program. We prefer a C program (faster),
3530 # so one script is as good as another. But avoid the broken or
3531 # incompatible versions:
3532 # SysV /etc/install, /usr/sbin/install
3533 # SunOS /usr/etc/install
3534 # IRIX /sbin/install
3535 # AIX /bin/install
3536 # AmigaOS /C/install, which installs bootblocks on floppy discs
3537 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3538 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3539 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3540 # OS/2's system install, which has a completely different semantic
3541 # ./install, which can be erroneously created by make from ./install.sh.
3542 # Reject install programs that cannot install multiple files.
3543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3544 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3545 if test -z "$INSTALL"; then
3546 if test "${ac_cv_path_install+set}" = set; then :
3547 $as_echo_n "(cached) " >&6
3548 else
3549 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3550 for as_dir in $PATH
3552 IFS=$as_save_IFS
3553 test -z "$as_dir" && as_dir=.
3554 # Account for people who put trailing slashes in PATH elements.
3555 case $as_dir/ in #((
3556 ./ | .// | /[cC]/* | \
3557 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3558 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3559 /usr/ucb/* ) ;;
3561 # OSF1 and SCO ODT 3.0 have their own names for install.
3562 # Don't use installbsd from OSF since it installs stuff as root
3563 # by default.
3564 for ac_prog in ginstall scoinst install; do
3565 for ac_exec_ext in '' $ac_executable_extensions; do
3566 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3567 if test $ac_prog = install &&
3568 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3569 # AIX install. It has an incompatible calling convention.
3571 elif test $ac_prog = install &&
3572 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3573 # program-specific install script used by HP pwplus--don't use.
3575 else
3576 rm -rf conftest.one conftest.two conftest.dir
3577 echo one > conftest.one
3578 echo two > conftest.two
3579 mkdir conftest.dir
3580 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3581 test -s conftest.one && test -s conftest.two &&
3582 test -s conftest.dir/conftest.one &&
3583 test -s conftest.dir/conftest.two
3584 then
3585 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3586 break 3
3590 done
3591 done
3593 esac
3595 done
3596 IFS=$as_save_IFS
3598 rm -rf conftest.one conftest.two conftest.dir
3601 if test "${ac_cv_path_install+set}" = set; then
3602 INSTALL=$ac_cv_path_install
3603 else
3604 # As a last resort, use the slow shell script. Don't cache a
3605 # value for INSTALL within a source directory, because that will
3606 # break other packages using the cache if that directory is
3607 # removed, or if the value is a relative name.
3608 INSTALL=$ac_install_sh
3611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3612 $as_echo "$INSTALL" >&6; }
3614 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3615 # It thinks the first close brace ends the variable substitution.
3616 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3618 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3620 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3623 $as_echo_n "checking whether build environment is sane... " >&6; }
3624 # Just in case
3625 sleep 1
3626 echo timestamp > conftest.file
3627 # Reject unsafe characters in $srcdir or the absolute working directory
3628 # name. Accept space and tab only in the latter.
3629 am_lf='
3631 case `pwd` in
3632 *[\\\"\#\$\&\'\`$am_lf]*)
3633 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3634 esac
3635 case $srcdir in
3636 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3637 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3638 esac
3640 # Do `set' in a subshell so we don't clobber the current shell's
3641 # arguments. Must try -L first in case configure is actually a
3642 # symlink; some systems play weird games with the mod time of symlinks
3643 # (eg FreeBSD returns the mod time of the symlink's containing
3644 # directory).
3645 if (
3646 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3647 if test "$*" = "X"; then
3648 # -L didn't work.
3649 set X `ls -t "$srcdir/configure" conftest.file`
3651 rm -f conftest.file
3652 if test "$*" != "X $srcdir/configure conftest.file" \
3653 && test "$*" != "X conftest.file $srcdir/configure"; then
3655 # If neither matched, then we have a broken ls. This can happen
3656 # if, for instance, CONFIG_SHELL is bash and it inherits a
3657 # broken ls alias from the environment. This has actually
3658 # happened. Such a system could not be considered "sane".
3659 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3660 alias in your environment" "$LINENO" 5
3663 test "$2" = conftest.file
3665 then
3666 # Ok.
3668 else
3669 as_fn_error "newly created file is older than distributed files!
3670 Check your system clock" "$LINENO" 5
3672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3673 $as_echo "yes" >&6; }
3674 test "$program_prefix" != NONE &&
3675 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3676 # Use a double $ so make ignores it.
3677 test "$program_suffix" != NONE &&
3678 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3679 # Double any \ or $.
3680 # By default was `s,x,x', remove it if useless.
3681 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3682 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3684 # expand $ac_aux_dir to an absolute path
3685 am_aux_dir=`cd $ac_aux_dir && pwd`
3687 if test x"${MISSING+set}" != xset; then
3688 case $am_aux_dir in
3689 *\ * | *\ *)
3690 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3692 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3693 esac
3695 # Use eval to expand $SHELL
3696 if eval "$MISSING --run true"; then
3697 am_missing_run="$MISSING --run "
3698 else
3699 am_missing_run=
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3701 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3704 if test x"${install_sh}" != xset; then
3705 case $am_aux_dir in
3706 *\ * | *\ *)
3707 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3709 install_sh="\${SHELL} $am_aux_dir/install-sh"
3710 esac
3713 # Installed binaries are usually stripped using `strip' when the user
3714 # run `make install-strip'. However `strip' might not be the right
3715 # tool to use in cross-compilation environments, therefore Automake
3716 # will honor the `STRIP' environment variable to overrule this program.
3717 if test "$cross_compiling" != no; then
3718 if test -n "$ac_tool_prefix"; then
3719 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3720 set dummy ${ac_tool_prefix}strip; ac_word=$2
3721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3722 $as_echo_n "checking for $ac_word... " >&6; }
3723 if test "${ac_cv_prog_STRIP+set}" = set; then :
3724 $as_echo_n "(cached) " >&6
3725 else
3726 if test -n "$STRIP"; then
3727 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3728 else
3729 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3730 for as_dir in $PATH
3732 IFS=$as_save_IFS
3733 test -z "$as_dir" && as_dir=.
3734 for ac_exec_ext in '' $ac_executable_extensions; do
3735 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3736 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3737 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3738 break 2
3740 done
3741 done
3742 IFS=$as_save_IFS
3746 STRIP=$ac_cv_prog_STRIP
3747 if test -n "$STRIP"; then
3748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3749 $as_echo "$STRIP" >&6; }
3750 else
3751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3752 $as_echo "no" >&6; }
3757 if test -z "$ac_cv_prog_STRIP"; then
3758 ac_ct_STRIP=$STRIP
3759 # Extract the first word of "strip", so it can be a program name with args.
3760 set dummy strip; ac_word=$2
3761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3762 $as_echo_n "checking for $ac_word... " >&6; }
3763 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3764 $as_echo_n "(cached) " >&6
3765 else
3766 if test -n "$ac_ct_STRIP"; then
3767 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3768 else
3769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3770 for as_dir in $PATH
3772 IFS=$as_save_IFS
3773 test -z "$as_dir" && as_dir=.
3774 for ac_exec_ext in '' $ac_executable_extensions; do
3775 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3776 ac_cv_prog_ac_ct_STRIP="strip"
3777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3778 break 2
3780 done
3781 done
3782 IFS=$as_save_IFS
3786 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3787 if test -n "$ac_ct_STRIP"; then
3788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3789 $as_echo "$ac_ct_STRIP" >&6; }
3790 else
3791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3792 $as_echo "no" >&6; }
3795 if test "x$ac_ct_STRIP" = x; then
3796 STRIP=":"
3797 else
3798 case $cross_compiling:$ac_tool_warned in
3799 yes:)
3800 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3801 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3802 ac_tool_warned=yes ;;
3803 esac
3804 STRIP=$ac_ct_STRIP
3806 else
3807 STRIP="$ac_cv_prog_STRIP"
3811 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3814 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3815 if test -z "$MKDIR_P"; then
3816 if test "${ac_cv_path_mkdir+set}" = set; then :
3817 $as_echo_n "(cached) " >&6
3818 else
3819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3820 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3822 IFS=$as_save_IFS
3823 test -z "$as_dir" && as_dir=.
3824 for ac_prog in mkdir gmkdir; do
3825 for ac_exec_ext in '' $ac_executable_extensions; do
3826 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3827 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3828 'mkdir (GNU coreutils) '* | \
3829 'mkdir (coreutils) '* | \
3830 'mkdir (fileutils) '4.1*)
3831 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3832 break 3;;
3833 esac
3834 done
3835 done
3836 done
3837 IFS=$as_save_IFS
3841 test -d ./--version && rmdir ./--version
3842 if test "${ac_cv_path_mkdir+set}" = set; then
3843 MKDIR_P="$ac_cv_path_mkdir -p"
3844 else
3845 # As a last resort, use the slow shell script. Don't cache a
3846 # value for MKDIR_P within a source directory, because that will
3847 # break other packages using the cache if that directory is
3848 # removed, or if the value is a relative name.
3849 MKDIR_P="$ac_install_sh -d"
3852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3853 $as_echo "$MKDIR_P" >&6; }
3855 mkdir_p="$MKDIR_P"
3856 case $mkdir_p in
3857 [\\/$]* | ?:[\\/]*) ;;
3858 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3859 esac
3861 for ac_prog in gawk mawk nawk awk
3863 # Extract the first word of "$ac_prog", so it can be a program name with args.
3864 set dummy $ac_prog; ac_word=$2
3865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3866 $as_echo_n "checking for $ac_word... " >&6; }
3867 if test "${ac_cv_prog_AWK+set}" = set; then :
3868 $as_echo_n "(cached) " >&6
3869 else
3870 if test -n "$AWK"; then
3871 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3872 else
3873 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3874 for as_dir in $PATH
3876 IFS=$as_save_IFS
3877 test -z "$as_dir" && as_dir=.
3878 for ac_exec_ext in '' $ac_executable_extensions; do
3879 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3880 ac_cv_prog_AWK="$ac_prog"
3881 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3882 break 2
3884 done
3885 done
3886 IFS=$as_save_IFS
3890 AWK=$ac_cv_prog_AWK
3891 if test -n "$AWK"; then
3892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3893 $as_echo "$AWK" >&6; }
3894 else
3895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3896 $as_echo "no" >&6; }
3900 test -n "$AWK" && break
3901 done
3903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3904 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3905 set x ${MAKE-make}
3906 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3907 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3908 $as_echo_n "(cached) " >&6
3909 else
3910 cat >conftest.make <<\_ACEOF
3911 SHELL = /bin/sh
3912 all:
3913 @echo '@@@%%%=$(MAKE)=@@@%%%'
3914 _ACEOF
3915 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3916 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3917 *@@@%%%=?*=@@@%%%*)
3918 eval ac_cv_prog_make_${ac_make}_set=yes;;
3920 eval ac_cv_prog_make_${ac_make}_set=no;;
3921 esac
3922 rm -f conftest.make
3924 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3926 $as_echo "yes" >&6; }
3927 SET_MAKE=
3928 else
3929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3930 $as_echo "no" >&6; }
3931 SET_MAKE="MAKE=${MAKE-make}"
3934 rm -rf .tst 2>/dev/null
3935 mkdir .tst 2>/dev/null
3936 if test -d .tst; then
3937 am__leading_dot=.
3938 else
3939 am__leading_dot=_
3941 rmdir .tst 2>/dev/null
3943 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3944 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3945 # is not polluted with repeated "-I."
3946 am__isrc=' -I$(srcdir)'
3947 # test to see if srcdir already configured
3948 if test -f $srcdir/config.status; then
3949 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3953 # test whether we have cygpath
3954 if test -z "$CYGPATH_W"; then
3955 if (cygpath --version) >/dev/null 2>/dev/null; then
3956 CYGPATH_W='cygpath -w'
3957 else
3958 CYGPATH_W=echo
3963 # Define the identity of the package.
3964 PACKAGE='emacs'
3965 VERSION='24.3.50'
3968 cat >>confdefs.h <<_ACEOF
3969 #define PACKAGE "$PACKAGE"
3970 _ACEOF
3973 cat >>confdefs.h <<_ACEOF
3974 #define VERSION "$VERSION"
3975 _ACEOF
3977 # Some tools Automake needs.
3979 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3982 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3985 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3988 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3991 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3993 # We need awk for the "check" target. The system "awk" is bad on
3994 # some platforms.
3995 # Always define AMTAR for backward compatibility.
3997 AMTAR=${AMTAR-"${am_missing_run}tar"}
3999 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
4008 lispdir='${datadir}/emacs/${version}/lisp'
4009 leimdir='${datadir}/emacs/${version}/leim'
4010 standardlisppath='${lispdir}:${leimdir}'
4011 locallisppath='${datadir}/emacs/${version}/site-lisp:'\
4012 '${datadir}/emacs/site-lisp'
4013 lisppath='${locallisppath}:${standardlisppath}'
4014 etcdir='${datadir}/emacs/${version}/etc'
4015 archlibdir='${libexecdir}/emacs/${version}/${configuration}'
4016 etcdocdir='${datadir}/emacs/${version}/etc'
4017 gamedir='${localstatedir}/games/emacs'
4020 # Check whether --with-all was given.
4021 if test "${with_all+set}" = set; then :
4022 withval=$with_all; with_features=$withval
4023 else
4024 with_features=yes
4031 # Check whether --with-pop was given.
4032 if test "${with_pop+set}" = set; then :
4033 withval=$with_pop;
4034 else
4035 with_pop=$with_features
4038 if test "$with_pop" = yes; then
4039 $as_echo "#define MAIL_USE_POP 1" >>confdefs.h
4044 # Check whether --with-kerberos was given.
4045 if test "${with_kerberos+set}" = set; then :
4046 withval=$with_kerberos;
4047 else
4048 with_kerberos=no
4051 if test "$with_kerberos" != no; then
4052 $as_echo "#define KERBEROS 1" >>confdefs.h
4057 # Check whether --with-kerberos5 was given.
4058 if test "${with_kerberos5+set}" = set; then :
4059 withval=$with_kerberos5;
4060 else
4061 with_kerberos5=no
4064 if test "${with_kerberos5}" != no; then
4065 if test "${with_kerberos}" = no; then
4066 with_kerberos=yes
4067 $as_echo "#define KERBEROS 1" >>confdefs.h
4071 $as_echo "#define KERBEROS5 1" >>confdefs.h
4076 # Check whether --with-hesiod was given.
4077 if test "${with_hesiod+set}" = set; then :
4078 withval=$with_hesiod;
4079 else
4080 with_hesiod=no
4083 if test "$with_hesiod" != no; then
4085 $as_echo "#define HESIOD 1" >>confdefs.h
4090 # Check whether --with-mmdf was given.
4091 if test "${with_mmdf+set}" = set; then :
4092 withval=$with_mmdf;
4093 else
4094 with_mmdf=no
4097 if test "$with_mmdf" != no; then
4099 $as_echo "#define MAIL_USE_MMDF 1" >>confdefs.h
4104 # Check whether --with-mail-unlink was given.
4105 if test "${with_mail_unlink+set}" = set; then :
4106 withval=$with_mail_unlink;
4107 else
4108 with_mail_unlink=no
4111 if test "$with_mail_unlink" != no; then
4113 $as_echo "#define MAIL_UNLINK_SPOOL 1" >>confdefs.h
4118 # Check whether --with-mailhost was given.
4119 if test "${with_mailhost+set}" = set; then :
4120 withval=$with_mailhost;
4121 cat >>confdefs.h <<_ACEOF
4122 #define MAILHOST "$withval"
4123 _ACEOF
4129 # Check whether --with-sound was given.
4130 if test "${with_sound+set}" = set; then :
4131 withval=$with_sound; case "${withval}" in
4132 yes|no|ossaudio|alsa) val=$withval ;;
4133 *) as_fn_error "\`--with-sound=$withval' is invalid;
4134 this option's value should be \`yes', \`no', \`ossaudio', or \`alsa'." "$LINENO" 5
4136 esac
4137 with_sound=$val
4139 else
4140 with_sound=$with_features
4145 # Check whether --with-x-toolkit was given.
4146 if test "${with_x_toolkit+set}" = set; then :
4147 withval=$with_x_toolkit; case "${withval}" in
4148 y | ye | yes ) val=gtk ;;
4149 n | no ) val=no ;;
4150 l | lu | luc | luci | lucid ) val=lucid ;;
4151 a | at | ath | athe | athen | athena ) val=athena ;;
4152 m | mo | mot | moti | motif ) val=motif ;;
4153 g | gt | gtk ) val=gtk ;;
4154 gtk2 ) val=gtk2 ;;
4155 gtk3 ) val=gtk3 ;;
4157 as_fn_error "\`--with-x-toolkit=$withval' is invalid;
4158 this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif', \`gtk',
4159 \`gtk2' or \`gtk3'. \`yes' and \`gtk' are synonyms.
4160 \`athena' and \`lucid' are synonyms." "$LINENO" 5
4162 esac
4163 with_x_toolkit=$val
4169 # Check whether --with-wide-int was given.
4170 if test "${with_wide_int+set}" = set; then :
4171 withval=$with_wide_int;
4172 else
4173 with_wide_int=no
4176 if test "$with_wide_int" = yes; then
4178 $as_echo "#define WIDE_EMACS_INT 1" >>confdefs.h
4183 # Check whether --with-xpm was given.
4184 if test "${with_xpm+set}" = set; then :
4185 withval=$with_xpm;
4186 else
4187 with_xpm=$with_features
4191 # Check whether --with-jpeg was given.
4192 if test "${with_jpeg+set}" = set; then :
4193 withval=$with_jpeg;
4194 else
4195 with_jpeg=$with_features
4199 # Check whether --with-tiff was given.
4200 if test "${with_tiff+set}" = set; then :
4201 withval=$with_tiff;
4202 else
4203 with_tiff=$with_features
4207 # Check whether --with-gif was given.
4208 if test "${with_gif+set}" = set; then :
4209 withval=$with_gif;
4210 else
4211 with_gif=$with_features
4215 # Check whether --with-png was given.
4216 if test "${with_png+set}" = set; then :
4217 withval=$with_png;
4218 else
4219 with_png=$with_features
4223 # Check whether --with-rsvg was given.
4224 if test "${with_rsvg+set}" = set; then :
4225 withval=$with_rsvg;
4226 else
4227 with_rsvg=$with_features
4231 # Check whether --with-xml2 was given.
4232 if test "${with_xml2+set}" = set; then :
4233 withval=$with_xml2;
4234 else
4235 with_xml2=$with_features
4239 # Check whether --with-imagemagick was given.
4240 if test "${with_imagemagick+set}" = set; then :
4241 withval=$with_imagemagick;
4242 else
4243 with_imagemagick=$with_features
4248 # Check whether --with-xft was given.
4249 if test "${with_xft+set}" = set; then :
4250 withval=$with_xft;
4251 else
4252 with_xft=$with_features
4256 # Check whether --with-libotf was given.
4257 if test "${with_libotf+set}" = set; then :
4258 withval=$with_libotf;
4259 else
4260 with_libotf=$with_features
4264 # Check whether --with-m17n-flt was given.
4265 if test "${with_m17n_flt+set}" = set; then :
4266 withval=$with_m17n_flt;
4267 else
4268 with_m17n_flt=$with_features
4273 # Check whether --with-toolkit-scroll-bars was given.
4274 if test "${with_toolkit_scroll_bars+set}" = set; then :
4275 withval=$with_toolkit_scroll_bars;
4276 else
4277 with_toolkit_scroll_bars=$with_features
4281 # Check whether --with-xaw3d was given.
4282 if test "${with_xaw3d+set}" = set; then :
4283 withval=$with_xaw3d;
4284 else
4285 with_xaw3d=$with_features
4289 # Check whether --with-xim was given.
4290 if test "${with_xim+set}" = set; then :
4291 withval=$with_xim;
4292 else
4293 with_xim=$with_features
4297 # Check whether --with-ns was given.
4298 if test "${with_ns+set}" = set; then :
4299 withval=$with_ns;
4300 else
4301 with_ns=no
4305 # Check whether --with-w32 was given.
4306 if test "${with_w32+set}" = set; then :
4307 withval=$with_w32;
4308 else
4309 with_w32=no
4314 # Check whether --with-gpm was given.
4315 if test "${with_gpm+set}" = set; then :
4316 withval=$with_gpm;
4317 else
4318 with_gpm=$with_features
4322 # Check whether --with-dbus was given.
4323 if test "${with_dbus+set}" = set; then :
4324 withval=$with_dbus;
4325 else
4326 with_dbus=$with_features
4330 # Check whether --with-gconf was given.
4331 if test "${with_gconf+set}" = set; then :
4332 withval=$with_gconf;
4333 else
4334 with_gconf=$with_features
4338 # Check whether --with-gsettings was given.
4339 if test "${with_gsettings+set}" = set; then :
4340 withval=$with_gsettings;
4341 else
4342 with_gsettings=$with_features
4346 # Check whether --with-selinux was given.
4347 if test "${with_selinux+set}" = set; then :
4348 withval=$with_selinux;
4349 else
4350 with_selinux=$with_features
4354 # Check whether --with-gnutls was given.
4355 if test "${with_gnutls+set}" = set; then :
4356 withval=$with_gnutls;
4357 else
4358 with_gnutls=$with_features
4362 # Check whether --with-zlib was given.
4363 if test "${with_zlib+set}" = set; then :
4364 withval=$with_zlib;
4365 else
4366 with_zlib=$with_features
4371 # Check whether --with-file-notification was given.
4372 if test "${with_file_notification+set}" = set; then :
4373 withval=$with_file_notification; case "${withval}" in
4374 y | ye | yes ) val=yes ;;
4375 n | no ) val=no ;;
4376 g | gf | gfi | gfil | gfile ) val=gfile ;;
4377 i | in | ino | inot | inoti | inotif | inotify ) val=inotify ;;
4378 w | w3 | w32 ) val=w32 ;;
4379 * ) as_fn_error "\`--with-file-notification=$withval' is invalid;
4380 this option's value should be \`yes', \`no', \`gfile', \`inotify' or \`w32'.
4381 \`yes' is a synonym for \`w32' on MS-Windows, for \`no' on Nextstep,
4382 otherwise for the first of \`gfile' or \`inotify' that is usable." "$LINENO" 5
4384 esac
4385 with_file_notification=$val
4387 else
4388 with_file_notification=$with_features
4392 ## For the times when you want to build Emacs but don't have
4393 ## a suitable makeinfo, and can live without the manuals.
4395 # Check whether --with-makeinfo was given.
4396 if test "${with_makeinfo+set}" = set; then :
4397 withval=$with_makeinfo;
4398 else
4399 with_makeinfo=$with_features
4403 ## Makefile.in needs the cache file name.
4406 ## This is an option because I do not know if all info/man support
4407 ## compressed files, nor how to test if they do so.
4409 # Check whether --with-compress-info was given.
4410 if test "${with_compress_info+set}" = set; then :
4411 withval=$with_compress_info;
4412 else
4413 with_compress_info=$with_features
4416 if test $with_compress_info = yes; then
4417 GZIP_INFO=yes
4418 else
4419 GZIP_INFO=
4424 # Check whether --with-pkg-config-prog was given.
4425 if test "${with_pkg_config_prog+set}" = set; then :
4426 withval=$with_pkg_config_prog;
4429 if test "X${with_pkg_config_prog}" != X; then
4430 if test "${with_pkg_config_prog}" != yes; then
4431 PKG_CONFIG="${with_pkg_config_prog}"
4436 # Check whether --with-gameuser was given.
4437 if test "${with_gameuser+set}" = set; then :
4438 withval=$with_gameuser;
4441 test "X${with_gameuser}" != X && test "${with_gameuser}" != yes \
4442 && gameuser="${with_gameuser}"
4443 test "X$gameuser" = X && gameuser=games
4446 # Check whether --with-gnustep-conf was given.
4447 if test "${with_gnustep_conf+set}" = set; then :
4448 withval=$with_gnustep_conf;
4451 test "X${with_gnustep_conf}" != X && test "${with_gnustep_conf}" != yes && \
4452 GNUSTEP_CONFIG_FILE="${with_gnustep_conf}"
4453 test "X$GNUSTEP_CONFIG_FILE" = "X" && \
4454 GNUSTEP_CONFIG_FILE=/etc/GNUstep/GNUstep.conf
4456 # Check whether --enable-ns-self-contained was given.
4457 if test "${enable_ns_self_contained+set}" = set; then :
4458 enableval=$enable_ns_self_contained; EN_NS_SELF_CONTAINED=$enableval
4459 else
4460 EN_NS_SELF_CONTAINED=yes
4464 # Check whether --enable-locallisppath was given.
4465 if test "${enable_locallisppath+set}" = set; then :
4466 enableval=$enable_locallisppath; if test "${enableval}" = "no"; then
4467 locallisppath=
4468 elif test "${enableval}" != "yes"; then
4469 locallisppath=${enableval}
4474 # Check whether --enable-checking was given.
4475 if test "${enable_checking+set}" = set; then :
4476 enableval=$enable_checking; ac_checking_flags="${enableval}"
4479 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS,"
4480 for check in $ac_checking_flags
4482 case $check in
4483 # these set all the flags to specific states
4484 yes) ac_enable_checking=1 ;;
4485 no) ac_enable_checking= ;
4486 ac_gc_check_stringbytes= ;
4487 ac_gc_check_string_overrun= ;
4488 ac_gc_check_string_free_list= ;
4489 ac_xmalloc_overrun= ;
4490 ac_gc_check_cons_list= ;
4491 ac_glyphs_debug= ;;
4492 all) ac_enable_checking=1 ;
4493 ac_gc_check_stringbytes=1 ;
4494 ac_gc_check_string_overrun=1 ;
4495 ac_gc_check_string_free_list=1 ;
4496 ac_xmalloc_overrun=1 ;
4497 ac_gc_check_cons_list=1 ;
4498 ac_glyphs_debug=1 ;;
4499 # these enable particular checks
4500 stringbytes) ac_gc_check_stringbytes=1 ;;
4501 stringoverrun) ac_gc_check_string_overrun=1 ;;
4502 stringfreelist) ac_gc_check_string_free_list=1 ;;
4503 xmallocoverrun) ac_xmalloc_overrun=1 ;;
4504 conslist) ac_gc_check_cons_list=1 ;;
4505 glyphs) ac_glyphs_debug=1 ;;
4506 *) as_fn_error "unknown check category $check" "$LINENO" 5 ;;
4507 esac
4508 done
4509 IFS="$ac_save_IFS"
4511 if test x$ac_enable_checking != x ; then
4513 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
4516 if test x$ac_gc_check_stringbytes != x ; then
4518 $as_echo "#define GC_CHECK_STRING_BYTES 1" >>confdefs.h
4521 if test x$ac_gc_check_string_overrun != x ; then
4523 $as_echo "#define GC_CHECK_STRING_OVERRUN 1" >>confdefs.h
4526 if test x$ac_gc_check_string_free_list != x ; then
4528 $as_echo "#define GC_CHECK_STRING_FREE_LIST 1" >>confdefs.h
4531 if test x$ac_xmalloc_overrun != x ; then
4533 $as_echo "#define XMALLOC_OVERRUN_CHECK 1" >>confdefs.h
4536 if test x$ac_gc_check_cons_list != x ; then
4538 $as_echo "#define GC_CHECK_CONS_LIST 1" >>confdefs.h
4541 if test x$ac_glyphs_debug != x ; then
4543 $as_echo "#define GLYPH_DEBUG 1" >>confdefs.h
4547 # Check whether --enable-check-lisp-object-type was given.
4548 if test "${enable_check_lisp_object_type+set}" = set; then :
4549 enableval=$enable_check_lisp_object_type; if test "${enableval}" != "no"; then
4551 $as_echo "#define CHECK_LISP_OBJECT_TYPE 1" >>confdefs.h
4558 # Check whether --enable-profiling was given.
4559 if test "${enable_profiling+set}" = set; then :
4560 enableval=$enable_profiling; ac_enable_profiling="${enableval}"
4563 if test x$ac_enable_profiling != x ; then
4564 PROFILING_CFLAGS="-DPROFILING=1 -pg"
4565 else
4566 PROFILING_CFLAGS=
4570 # Check whether --enable-autodepend was given.
4571 if test "${enable_autodepend+set}" = set; then :
4572 enableval=$enable_autodepend; ac_enable_autodepend="${enableval}"
4573 else
4574 ac_enable_autodepend=yes
4578 # Check whether --enable-gtk-deprecation-warnings was given.
4579 if test "${enable_gtk_deprecation_warnings+set}" = set; then :
4580 enableval=$enable_gtk_deprecation_warnings; ac_enable_gtk_deprecation_warnings="${enableval}"
4584 #### Make srcdir absolute, if it isn't already. It's important to
4585 #### avoid running the file name through pwd unnecessarily, since pwd can
4586 #### give you automounter prefixes, which can go away. We do all this
4587 #### so Emacs can find its files when run uninstalled.
4588 ## Make sure CDPATH doesn't affect cd (in case PWD is relative).
4589 unset CDPATH
4590 case "${srcdir}" in
4591 [\\/]* | ?:[\\/]*) ;;
4593 ## We may be able to use the $PWD environment variable to make this
4594 ## absolute. But sometimes PWD is inaccurate.
4595 ## Note: we used to use $PWD at the end instead of `pwd`,
4596 ## but that tested only for a well-formed and valid PWD,
4597 ## it did not object when PWD was well-formed and valid but just wrong.
4598 if test ".$PWD" != "." && test ".`(cd "$PWD" ; sh -c pwd)`" = ".`pwd`" ;
4599 then
4600 srcdir="$PWD"
4601 else
4602 srcdir=`(cd "$srcdir"; pwd)`
4605 * ) srcdir=`(cd "$srcdir"; pwd)` ;;
4606 esac
4608 ### Canonicalize the configuration name.
4610 # Make sure we can run config.sub.
4611 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4612 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4615 $as_echo_n "checking build system type... " >&6; }
4616 if test "${ac_cv_build+set}" = set; then :
4617 $as_echo_n "(cached) " >&6
4618 else
4619 ac_build_alias=$build_alias
4620 test "x$ac_build_alias" = x &&
4621 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4622 test "x$ac_build_alias" = x &&
4623 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4624 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4625 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4629 $as_echo "$ac_cv_build" >&6; }
4630 case $ac_cv_build in
4631 *-*-*) ;;
4632 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4633 esac
4634 build=$ac_cv_build
4635 ac_save_IFS=$IFS; IFS='-'
4636 set x $ac_cv_build
4637 shift
4638 build_cpu=$1
4639 build_vendor=$2
4640 shift; shift
4641 # Remember, the first character of IFS is used to create $*,
4642 # except with old shells:
4643 build_os=$*
4644 IFS=$ac_save_IFS
4645 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4649 $as_echo_n "checking host system type... " >&6; }
4650 if test "${ac_cv_host+set}" = set; then :
4651 $as_echo_n "(cached) " >&6
4652 else
4653 if test "x$host_alias" = x; then
4654 ac_cv_host=$ac_cv_build
4655 else
4656 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4657 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4662 $as_echo "$ac_cv_host" >&6; }
4663 case $ac_cv_host in
4664 *-*-*) ;;
4665 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4666 esac
4667 host=$ac_cv_host
4668 ac_save_IFS=$IFS; IFS='-'
4669 set x $ac_cv_host
4670 shift
4671 host_cpu=$1
4672 host_vendor=$2
4673 shift; shift
4674 # Remember, the first character of IFS is used to create $*,
4675 # except with old shells:
4676 host_os=$*
4677 IFS=$ac_save_IFS
4678 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4681 canonical=$host
4682 configuration=${host_alias-${build_alias-$host}}
4686 ### If you add support for a new configuration, add code to this
4687 ### switch statement to recognize your configuration name and select
4688 ### the appropriate operating system file.
4690 ### You would hope that you could choose an s/*.h
4691 ### file based on the operating system portion. However, it turns out
4692 ### that each s/*.h file is pretty manufacturer-specific.
4693 ### So we basically have to have a special case for each
4694 ### configuration name.
4696 ### As far as handling version numbers on operating systems is
4697 ### concerned, make sure things will fail in a fixable way. If
4698 ### /etc/MACHINES doesn't say anything about version numbers, be
4699 ### prepared to handle anything reasonably. If version numbers
4700 ### matter, be sure /etc/MACHINES says something about it.
4702 opsys='' unported=no
4703 case "${canonical}" in
4705 ## GNU/Linux and similar ports
4706 *-*-linux* )
4707 opsys=gnu-linux
4710 ## FreeBSD ports
4711 *-*-freebsd* )
4712 opsys=freebsd
4715 ## DragonFly ports
4716 *-*-dragonfly* )
4717 opsys=dragonfly
4720 ## FreeBSD kernel + glibc based userland
4721 *-*-kfreebsd*gnu* )
4722 opsys=gnu-kfreebsd
4725 ## NetBSD ports
4726 *-*-netbsd* )
4727 opsys=netbsd
4730 ## OpenBSD ports
4731 *-*-openbsd* )
4732 opsys=openbsd
4735 ## Apple Darwin / Mac OS X
4736 *-apple-darwin* )
4737 case "${canonical}" in
4738 i[3456]86-* ) ;;
4739 powerpc-* ) ;;
4740 x86_64-* ) ;;
4741 * ) unported=yes ;;
4742 esac
4743 opsys=darwin
4744 ## Use fink packages if available.
4745 ## FIXME find a better way to do this: http://debbugs.gnu.org/11507
4746 ## if test -d /sw/include && test -d /sw/lib; then
4747 ## GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
4748 ## NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
4749 ## fi
4752 ## Cygwin ports
4753 *-*-cygwin )
4754 opsys=cygwin
4757 ## HP 9000 series 700 and 800, running HP/UX
4758 hppa*-hp-hpux10.2* )
4759 opsys=hpux10-20
4761 hppa*-hp-hpux1[1-9]* )
4762 opsys=hpux11
4763 CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS"
4766 ## IBM machines
4767 rs6000-ibm-aix4.[23]* )
4768 opsys=aix4-2
4770 powerpc-ibm-aix4.[23]* )
4771 opsys=aix4-2
4773 rs6000-ibm-aix[56]* )
4774 opsys=aix4-2
4776 powerpc-ibm-aix[56]* )
4777 opsys=aix4-2
4780 ## Silicon Graphics machines
4781 ## Iris 4D
4782 mips-sgi-irix6.5 )
4783 opsys=irix6-5
4784 # Without defining _LANGUAGE_C, things get masked out in the headers
4785 # so that, for instance, grepping for `free' in stdlib.h fails and
4786 # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m).
4787 NON_GCC_TEST_OPTIONS="-D_LANGUAGE_C"
4790 ## Suns
4791 *-sun-solaris* \
4792 | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* \
4793 | x86_64-*-solaris2* | x86_64-*-sunos5*)
4794 case "${canonical}" in
4795 i[3456]86-*-* ) ;;
4796 amd64-*-*|x86_64-*-*) ;;
4797 sparc* ) ;;
4798 * ) unported=yes ;;
4799 esac
4800 case "${canonical}" in
4801 *-sunos5.6* | *-solaris2.6* )
4802 opsys=sol2-6
4803 RANLIB="ar -ts"
4805 *-sunos5.[7-9]* | *-solaris2.[7-9]* )
4806 opsys=sol2-6
4807 emacs_check_sunpro_c=yes
4809 *-sunos5* | *-solaris* )
4810 opsys=sol2-10
4811 emacs_check_sunpro_c=yes
4813 esac
4814 ## Watch out for a compiler that we know will not work.
4815 case "${canonical}" in
4816 *-solaris* | *-sunos5* )
4817 if [ "x$CC" = x/usr/ucb/cc ]; then
4818 ## /usr/ucb/cc doesn't work;
4819 ## we should find some other compiler that does work.
4820 unset CC
4823 *) ;;
4824 esac
4827 ## Intel 386 machines where we don't care about the manufacturer.
4828 i[3456]86-*-* )
4829 case "${canonical}" in
4830 *-darwin* ) opsys=darwin ;;
4831 *-mingw32 )
4832 opsys=mingw32
4833 # MinGW overrides and adds some system headers in nt/inc.
4834 GCC_TEST_OPTIONS="-I $srcdir/nt/inc"
4836 *-sysv4.2uw* ) opsys=unixware ;;
4837 *-sysv5uw* ) opsys=unixware ;;
4838 *-sysv5OpenUNIX* ) opsys=unixware ;;
4839 ## Otherwise, we'll fall through to the generic opsys code at the bottom.
4840 esac
4844 unported=yes
4846 esac
4848 ### If the code above didn't choose an operating system, just choose
4849 ### an operating system based on the configuration name. You really
4850 ### only want to use this when you have no idea what the right
4851 ### operating system is; if you know what operating systems a machine
4852 ### runs, it's cleaner to make it explicit in the case statement
4853 ### above.
4854 if test x"${opsys}" = x; then
4855 case "${canonical}" in
4856 *-gnu* ) opsys=gnu ;;
4858 unported=yes
4860 esac
4865 if test $unported = yes; then
4866 as_fn_error "Emacs hasn't been ported to \`${canonical}' systems.
4867 Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5
4871 #### Choose a compiler.
4873 ac_ext=c
4874 ac_cpp='$CPP $CPPFLAGS'
4875 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4876 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4877 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4878 if test -n "$ac_tool_prefix"; then
4879 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4880 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4882 $as_echo_n "checking for $ac_word... " >&6; }
4883 if test "${ac_cv_prog_CC+set}" = set; then :
4884 $as_echo_n "(cached) " >&6
4885 else
4886 if test -n "$CC"; then
4887 ac_cv_prog_CC="$CC" # Let the user override the test.
4888 else
4889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4890 for as_dir in $PATH
4892 IFS=$as_save_IFS
4893 test -z "$as_dir" && as_dir=.
4894 for ac_exec_ext in '' $ac_executable_extensions; do
4895 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4896 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4897 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4898 break 2
4900 done
4901 done
4902 IFS=$as_save_IFS
4906 CC=$ac_cv_prog_CC
4907 if test -n "$CC"; then
4908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4909 $as_echo "$CC" >&6; }
4910 else
4911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4912 $as_echo "no" >&6; }
4917 if test -z "$ac_cv_prog_CC"; then
4918 ac_ct_CC=$CC
4919 # Extract the first word of "gcc", so it can be a program name with args.
4920 set dummy gcc; ac_word=$2
4921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4922 $as_echo_n "checking for $ac_word... " >&6; }
4923 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4924 $as_echo_n "(cached) " >&6
4925 else
4926 if test -n "$ac_ct_CC"; then
4927 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4928 else
4929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4930 for as_dir in $PATH
4932 IFS=$as_save_IFS
4933 test -z "$as_dir" && as_dir=.
4934 for ac_exec_ext in '' $ac_executable_extensions; do
4935 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4936 ac_cv_prog_ac_ct_CC="gcc"
4937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4938 break 2
4940 done
4941 done
4942 IFS=$as_save_IFS
4946 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4947 if test -n "$ac_ct_CC"; then
4948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4949 $as_echo "$ac_ct_CC" >&6; }
4950 else
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4952 $as_echo "no" >&6; }
4955 if test "x$ac_ct_CC" = x; then
4956 CC=""
4957 else
4958 case $cross_compiling:$ac_tool_warned in
4959 yes:)
4960 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4961 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4962 ac_tool_warned=yes ;;
4963 esac
4964 CC=$ac_ct_CC
4966 else
4967 CC="$ac_cv_prog_CC"
4970 if test -z "$CC"; then
4971 if test -n "$ac_tool_prefix"; then
4972 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4973 set dummy ${ac_tool_prefix}cc; ac_word=$2
4974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4975 $as_echo_n "checking for $ac_word... " >&6; }
4976 if test "${ac_cv_prog_CC+set}" = set; then :
4977 $as_echo_n "(cached) " >&6
4978 else
4979 if test -n "$CC"; then
4980 ac_cv_prog_CC="$CC" # Let the user override the test.
4981 else
4982 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4983 for as_dir in $PATH
4985 IFS=$as_save_IFS
4986 test -z "$as_dir" && as_dir=.
4987 for ac_exec_ext in '' $ac_executable_extensions; do
4988 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4989 ac_cv_prog_CC="${ac_tool_prefix}cc"
4990 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4991 break 2
4993 done
4994 done
4995 IFS=$as_save_IFS
4999 CC=$ac_cv_prog_CC
5000 if test -n "$CC"; then
5001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5002 $as_echo "$CC" >&6; }
5003 else
5004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5005 $as_echo "no" >&6; }
5011 if test -z "$CC"; then
5012 # Extract the first word of "cc", so it can be a program name with args.
5013 set dummy cc; ac_word=$2
5014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5015 $as_echo_n "checking for $ac_word... " >&6; }
5016 if test "${ac_cv_prog_CC+set}" = set; then :
5017 $as_echo_n "(cached) " >&6
5018 else
5019 if test -n "$CC"; then
5020 ac_cv_prog_CC="$CC" # Let the user override the test.
5021 else
5022 ac_prog_rejected=no
5023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5024 for as_dir in $PATH
5026 IFS=$as_save_IFS
5027 test -z "$as_dir" && as_dir=.
5028 for ac_exec_ext in '' $ac_executable_extensions; do
5029 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5030 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
5031 ac_prog_rejected=yes
5032 continue
5034 ac_cv_prog_CC="cc"
5035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5036 break 2
5038 done
5039 done
5040 IFS=$as_save_IFS
5042 if test $ac_prog_rejected = yes; then
5043 # We found a bogon in the path, so make sure we never use it.
5044 set dummy $ac_cv_prog_CC
5045 shift
5046 if test $# != 0; then
5047 # We chose a different compiler from the bogus one.
5048 # However, it has the same basename, so the bogon will be chosen
5049 # first if we set CC to just the basename; use the full file name.
5050 shift
5051 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
5056 CC=$ac_cv_prog_CC
5057 if test -n "$CC"; then
5058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5059 $as_echo "$CC" >&6; }
5060 else
5061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5062 $as_echo "no" >&6; }
5067 if test -z "$CC"; then
5068 if test -n "$ac_tool_prefix"; then
5069 for ac_prog in cl.exe
5071 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5072 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5074 $as_echo_n "checking for $ac_word... " >&6; }
5075 if test "${ac_cv_prog_CC+set}" = set; then :
5076 $as_echo_n "(cached) " >&6
5077 else
5078 if test -n "$CC"; then
5079 ac_cv_prog_CC="$CC" # Let the user override the test.
5080 else
5081 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5082 for as_dir in $PATH
5084 IFS=$as_save_IFS
5085 test -z "$as_dir" && as_dir=.
5086 for ac_exec_ext in '' $ac_executable_extensions; do
5087 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5088 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5089 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5090 break 2
5092 done
5093 done
5094 IFS=$as_save_IFS
5098 CC=$ac_cv_prog_CC
5099 if test -n "$CC"; then
5100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5101 $as_echo "$CC" >&6; }
5102 else
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5104 $as_echo "no" >&6; }
5108 test -n "$CC" && break
5109 done
5111 if test -z "$CC"; then
5112 ac_ct_CC=$CC
5113 for ac_prog in cl.exe
5115 # Extract the first word of "$ac_prog", so it can be a program name with args.
5116 set dummy $ac_prog; ac_word=$2
5117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5118 $as_echo_n "checking for $ac_word... " >&6; }
5119 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
5120 $as_echo_n "(cached) " >&6
5121 else
5122 if test -n "$ac_ct_CC"; then
5123 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5124 else
5125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5126 for as_dir in $PATH
5128 IFS=$as_save_IFS
5129 test -z "$as_dir" && as_dir=.
5130 for ac_exec_ext in '' $ac_executable_extensions; do
5131 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5132 ac_cv_prog_ac_ct_CC="$ac_prog"
5133 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5134 break 2
5136 done
5137 done
5138 IFS=$as_save_IFS
5142 ac_ct_CC=$ac_cv_prog_ac_ct_CC
5143 if test -n "$ac_ct_CC"; then
5144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
5145 $as_echo "$ac_ct_CC" >&6; }
5146 else
5147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5148 $as_echo "no" >&6; }
5152 test -n "$ac_ct_CC" && break
5153 done
5155 if test "x$ac_ct_CC" = x; then
5156 CC=""
5157 else
5158 case $cross_compiling:$ac_tool_warned in
5159 yes:)
5160 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5161 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5162 ac_tool_warned=yes ;;
5163 esac
5164 CC=$ac_ct_CC
5171 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5172 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5173 as_fn_error "no acceptable C compiler found in \$PATH
5174 See \`config.log' for more details." "$LINENO" 5; }
5176 # Provide some information about the compiler.
5177 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
5178 set X $ac_compile
5179 ac_compiler=$2
5180 for ac_option in --version -v -V -qversion; do
5181 { { ac_try="$ac_compiler $ac_option >&5"
5182 case "(($ac_try" in
5183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5184 *) ac_try_echo=$ac_try;;
5185 esac
5186 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5187 $as_echo "$ac_try_echo"; } >&5
5188 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5189 ac_status=$?
5190 if test -s conftest.err; then
5191 sed '10a\
5192 ... rest of stderr output deleted ...
5193 10q' conftest.err >conftest.er1
5194 cat conftest.er1 >&5
5196 rm -f conftest.er1 conftest.err
5197 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5198 test $ac_status = 0; }
5199 done
5201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5202 /* end confdefs.h. */
5205 main ()
5209 return 0;
5211 _ACEOF
5212 ac_clean_files_save=$ac_clean_files
5213 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
5214 # Try to create an executable without -o first, disregard a.out.
5215 # It will help us diagnose broken compilers, and finding out an intuition
5216 # of exeext.
5217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
5218 $as_echo_n "checking whether the C compiler works... " >&6; }
5219 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
5221 # The possible output files:
5222 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
5224 ac_rmfiles=
5225 for ac_file in $ac_files
5227 case $ac_file in
5228 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5229 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
5230 esac
5231 done
5232 rm -f $ac_rmfiles
5234 if { { ac_try="$ac_link_default"
5235 case "(($ac_try" in
5236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5237 *) ac_try_echo=$ac_try;;
5238 esac
5239 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5240 $as_echo "$ac_try_echo"; } >&5
5241 (eval "$ac_link_default") 2>&5
5242 ac_status=$?
5243 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5244 test $ac_status = 0; }; then :
5245 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
5246 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
5247 # in a Makefile. We should not override ac_cv_exeext if it was cached,
5248 # so that the user can short-circuit this test for compilers unknown to
5249 # Autoconf.
5250 for ac_file in $ac_files ''
5252 test -f "$ac_file" || continue
5253 case $ac_file in
5254 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
5256 [ab].out )
5257 # We found the default executable, but exeext='' is most
5258 # certainly right.
5259 break;;
5260 *.* )
5261 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
5262 then :; else
5263 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5265 # We set ac_cv_exeext here because the later test for it is not
5266 # safe: cross compilers may not add the suffix if given an `-o'
5267 # argument, so we may need to know it at that point already.
5268 # Even if this section looks crufty: it has the advantage of
5269 # actually working.
5270 break;;
5272 break;;
5273 esac
5274 done
5275 test "$ac_cv_exeext" = no && ac_cv_exeext=
5277 else
5278 ac_file=''
5280 if test -z "$ac_file"; then :
5281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5282 $as_echo "no" >&6; }
5283 $as_echo "$as_me: failed program was:" >&5
5284 sed 's/^/| /' conftest.$ac_ext >&5
5286 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5287 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5288 { as_fn_set_status 77
5289 as_fn_error "C compiler cannot create executables
5290 See \`config.log' for more details." "$LINENO" 5; }; }
5291 else
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5293 $as_echo "yes" >&6; }
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
5296 $as_echo_n "checking for C compiler default output file name... " >&6; }
5297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
5298 $as_echo "$ac_file" >&6; }
5299 ac_exeext=$ac_cv_exeext
5301 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
5302 ac_clean_files=$ac_clean_files_save
5303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
5304 $as_echo_n "checking for suffix of executables... " >&6; }
5305 if { { ac_try="$ac_link"
5306 case "(($ac_try" in
5307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5308 *) ac_try_echo=$ac_try;;
5309 esac
5310 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5311 $as_echo "$ac_try_echo"; } >&5
5312 (eval "$ac_link") 2>&5
5313 ac_status=$?
5314 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5315 test $ac_status = 0; }; then :
5316 # If both `conftest.exe' and `conftest' are `present' (well, observable)
5317 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
5318 # work properly (i.e., refer to `conftest.exe'), while it won't with
5319 # `rm'.
5320 for ac_file in conftest.exe conftest conftest.*; do
5321 test -f "$ac_file" || continue
5322 case $ac_file in
5323 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5324 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5325 break;;
5326 * ) break;;
5327 esac
5328 done
5329 else
5330 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5331 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5332 as_fn_error "cannot compute suffix of executables: cannot compile and link
5333 See \`config.log' for more details." "$LINENO" 5; }
5335 rm -f conftest conftest$ac_cv_exeext
5336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
5337 $as_echo "$ac_cv_exeext" >&6; }
5339 rm -f conftest.$ac_ext
5340 EXEEXT=$ac_cv_exeext
5341 ac_exeext=$EXEEXT
5342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5343 /* end confdefs.h. */
5344 #include <stdio.h>
5346 main ()
5348 FILE *f = fopen ("conftest.out", "w");
5349 return ferror (f) || fclose (f) != 0;
5352 return 0;
5354 _ACEOF
5355 ac_clean_files="$ac_clean_files conftest.out"
5356 # Check that the compiler produces executables we can run. If not, either
5357 # the compiler is broken, or we cross compile.
5358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
5359 $as_echo_n "checking whether we are cross compiling... " >&6; }
5360 if test "$cross_compiling" != yes; then
5361 { { ac_try="$ac_link"
5362 case "(($ac_try" in
5363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5364 *) ac_try_echo=$ac_try;;
5365 esac
5366 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5367 $as_echo "$ac_try_echo"; } >&5
5368 (eval "$ac_link") 2>&5
5369 ac_status=$?
5370 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5371 test $ac_status = 0; }
5372 if { ac_try='./conftest$ac_cv_exeext'
5373 { { case "(($ac_try" in
5374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5375 *) ac_try_echo=$ac_try;;
5376 esac
5377 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5378 $as_echo "$ac_try_echo"; } >&5
5379 (eval "$ac_try") 2>&5
5380 ac_status=$?
5381 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5382 test $ac_status = 0; }; }; then
5383 cross_compiling=no
5384 else
5385 if test "$cross_compiling" = maybe; then
5386 cross_compiling=yes
5387 else
5388 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5389 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5390 as_fn_error "cannot run C compiled programs.
5391 If you meant to cross compile, use \`--host'.
5392 See \`config.log' for more details." "$LINENO" 5; }
5396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
5397 $as_echo "$cross_compiling" >&6; }
5399 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
5400 ac_clean_files=$ac_clean_files_save
5401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
5402 $as_echo_n "checking for suffix of object files... " >&6; }
5403 if test "${ac_cv_objext+set}" = set; then :
5404 $as_echo_n "(cached) " >&6
5405 else
5406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5407 /* end confdefs.h. */
5410 main ()
5414 return 0;
5416 _ACEOF
5417 rm -f conftest.o conftest.obj
5418 if { { ac_try="$ac_compile"
5419 case "(($ac_try" in
5420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5421 *) ac_try_echo=$ac_try;;
5422 esac
5423 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5424 $as_echo "$ac_try_echo"; } >&5
5425 (eval "$ac_compile") 2>&5
5426 ac_status=$?
5427 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5428 test $ac_status = 0; }; then :
5429 for ac_file in conftest.o conftest.obj conftest.*; do
5430 test -f "$ac_file" || continue;
5431 case $ac_file in
5432 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
5433 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
5434 break;;
5435 esac
5436 done
5437 else
5438 $as_echo "$as_me: failed program was:" >&5
5439 sed 's/^/| /' conftest.$ac_ext >&5
5441 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5442 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5443 as_fn_error "cannot compute suffix of object files: cannot compile
5444 See \`config.log' for more details." "$LINENO" 5; }
5446 rm -f conftest.$ac_cv_objext conftest.$ac_ext
5448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
5449 $as_echo "$ac_cv_objext" >&6; }
5450 OBJEXT=$ac_cv_objext
5451 ac_objext=$OBJEXT
5452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
5453 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
5454 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
5455 $as_echo_n "(cached) " >&6
5456 else
5457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5458 /* end confdefs.h. */
5461 main ()
5463 #ifndef __GNUC__
5464 choke me
5465 #endif
5468 return 0;
5470 _ACEOF
5471 if ac_fn_c_try_compile "$LINENO"; then :
5472 ac_compiler_gnu=yes
5473 else
5474 ac_compiler_gnu=no
5476 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5477 ac_cv_c_compiler_gnu=$ac_compiler_gnu
5480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
5481 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
5482 if test $ac_compiler_gnu = yes; then
5483 GCC=yes
5484 else
5485 GCC=
5487 ac_test_CFLAGS=${CFLAGS+set}
5488 ac_save_CFLAGS=$CFLAGS
5489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5490 $as_echo_n "checking whether $CC accepts -g... " >&6; }
5491 if test "${ac_cv_prog_cc_g+set}" = set; then :
5492 $as_echo_n "(cached) " >&6
5493 else
5494 ac_save_c_werror_flag=$ac_c_werror_flag
5495 ac_c_werror_flag=yes
5496 ac_cv_prog_cc_g=no
5497 CFLAGS="-g"
5498 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5499 /* end confdefs.h. */
5502 main ()
5506 return 0;
5508 _ACEOF
5509 if ac_fn_c_try_compile "$LINENO"; then :
5510 ac_cv_prog_cc_g=yes
5511 else
5512 CFLAGS=""
5513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5514 /* end confdefs.h. */
5517 main ()
5521 return 0;
5523 _ACEOF
5524 if ac_fn_c_try_compile "$LINENO"; then :
5526 else
5527 ac_c_werror_flag=$ac_save_c_werror_flag
5528 CFLAGS="-g"
5529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5530 /* end confdefs.h. */
5533 main ()
5537 return 0;
5539 _ACEOF
5540 if ac_fn_c_try_compile "$LINENO"; then :
5541 ac_cv_prog_cc_g=yes
5543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5548 ac_c_werror_flag=$ac_save_c_werror_flag
5550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5551 $as_echo "$ac_cv_prog_cc_g" >&6; }
5552 if test "$ac_test_CFLAGS" = set; then
5553 CFLAGS=$ac_save_CFLAGS
5554 elif test $ac_cv_prog_cc_g = yes; then
5555 if test "$GCC" = yes; then
5556 CFLAGS="-g -O2"
5557 else
5558 CFLAGS="-g"
5560 else
5561 if test "$GCC" = yes; then
5562 CFLAGS="-O2"
5563 else
5564 CFLAGS=
5567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5568 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5569 if test "${ac_cv_prog_cc_c89+set}" = set; then :
5570 $as_echo_n "(cached) " >&6
5571 else
5572 ac_cv_prog_cc_c89=no
5573 ac_save_CC=$CC
5574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5575 /* end confdefs.h. */
5576 #include <stdarg.h>
5577 #include <stdio.h>
5578 #include <sys/types.h>
5579 #include <sys/stat.h>
5580 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5581 struct buf { int x; };
5582 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5583 static char *e (p, i)
5584 char **p;
5585 int i;
5587 return p[i];
5589 static char *f (char * (*g) (char **, int), char **p, ...)
5591 char *s;
5592 va_list v;
5593 va_start (v,p);
5594 s = g (p, va_arg (v,int));
5595 va_end (v);
5596 return s;
5599 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5600 function prototypes and stuff, but not '\xHH' hex character constants.
5601 These don't provoke an error unfortunately, instead are silently treated
5602 as 'x'. The following induces an error, until -std is added to get
5603 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5604 array size at least. It's necessary to write '\x00'==0 to get something
5605 that's true only with -std. */
5606 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5608 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5609 inside strings and character constants. */
5610 #define FOO(x) 'x'
5611 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5613 int test (int i, double x);
5614 struct s1 {int (*f) (int a);};
5615 struct s2 {int (*f) (double a);};
5616 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5617 int argc;
5618 char **argv;
5620 main ()
5622 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5624 return 0;
5626 _ACEOF
5627 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5628 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5630 CC="$ac_save_CC $ac_arg"
5631 if ac_fn_c_try_compile "$LINENO"; then :
5632 ac_cv_prog_cc_c89=$ac_arg
5634 rm -f core conftest.err conftest.$ac_objext
5635 test "x$ac_cv_prog_cc_c89" != "xno" && break
5636 done
5637 rm -f conftest.$ac_ext
5638 CC=$ac_save_CC
5641 # AC_CACHE_VAL
5642 case "x$ac_cv_prog_cc_c89" in
5644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5645 $as_echo "none needed" >&6; } ;;
5646 xno)
5647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5648 $as_echo "unsupported" >&6; } ;;
5650 CC="$CC $ac_cv_prog_cc_c89"
5651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5652 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5653 esac
5654 if test "x$ac_cv_prog_cc_c89" != xno; then :
5658 ac_ext=c
5659 ac_cpp='$CPP $CPPFLAGS'
5660 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5661 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5662 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5663 DEPDIR="${am__leading_dot}deps"
5665 ac_config_commands="$ac_config_commands depfiles"
5668 am_make=${MAKE-make}
5669 cat > confinc << 'END'
5670 am__doit:
5671 @echo this is the am__doit target
5672 .PHONY: am__doit
5674 # If we don't find an include directive, just comment out the code.
5675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
5676 $as_echo_n "checking for style of include used by $am_make... " >&6; }
5677 am__include="#"
5678 am__quote=
5679 _am_result=none
5680 # First try GNU make style include.
5681 echo "include confinc" > confmf
5682 # Ignore all kinds of additional output from `make'.
5683 case `$am_make -s -f confmf 2> /dev/null` in #(
5684 *the\ am__doit\ target*)
5685 am__include=include
5686 am__quote=
5687 _am_result=GNU
5689 esac
5690 # Now try BSD make style include.
5691 if test "$am__include" = "#"; then
5692 echo '.include "confinc"' > confmf
5693 case `$am_make -s -f confmf 2> /dev/null` in #(
5694 *the\ am__doit\ target*)
5695 am__include=.include
5696 am__quote="\""
5697 _am_result=BSD
5699 esac
5703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
5704 $as_echo "$_am_result" >&6; }
5705 rm -f confinc confmf
5707 # Check whether --enable-dependency-tracking was given.
5708 if test "${enable_dependency_tracking+set}" = set; then :
5709 enableval=$enable_dependency_tracking;
5712 if test "x$enable_dependency_tracking" != xno; then
5713 am_depcomp="$ac_aux_dir/depcomp"
5714 AMDEPBACKSLASH='\'
5716 if test "x$enable_dependency_tracking" != xno; then
5717 AMDEP_TRUE=
5718 AMDEP_FALSE='#'
5719 else
5720 AMDEP_TRUE='#'
5721 AMDEP_FALSE=
5726 depcc="$CC" am_compiler_list=
5728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5729 $as_echo_n "checking dependency style of $depcc... " >&6; }
5730 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
5731 $as_echo_n "(cached) " >&6
5732 else
5733 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5734 # We make a subdir and do the tests there. Otherwise we can end up
5735 # making bogus files that we don't know about and never remove. For
5736 # instance it was reported that on HP-UX the gcc test will end up
5737 # making a dummy file named `D' -- because `-MD' means `put the output
5738 # in D'.
5739 mkdir conftest.dir
5740 # Copy depcomp to subdir because otherwise we won't find it if we're
5741 # using a relative directory.
5742 cp "$am_depcomp" conftest.dir
5743 cd conftest.dir
5744 # We will build objects and dependencies in a subdirectory because
5745 # it helps to detect inapplicable dependency modes. For instance
5746 # both Tru64's cc and ICC support -MD to output dependencies as a
5747 # side effect of compilation, but ICC will put the dependencies in
5748 # the current directory while Tru64 will put them in the object
5749 # directory.
5750 mkdir sub
5752 am_cv_CC_dependencies_compiler_type=none
5753 if test "$am_compiler_list" = ""; then
5754 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5756 am__universal=false
5757 case " $depcc " in #(
5758 *\ -arch\ *\ -arch\ *) am__universal=true ;;
5759 esac
5761 for depmode in $am_compiler_list; do
5762 # Setup a source with many dependencies, because some compilers
5763 # like to wrap large dependency lists on column 80 (with \), and
5764 # we should not choose a depcomp mode which is confused by this.
5766 # We need to recreate these files for each test, as the compiler may
5767 # overwrite some of them when testing with obscure command lines.
5768 # This happens at least with the AIX C compiler.
5769 : > sub/conftest.c
5770 for i in 1 2 3 4 5 6; do
5771 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5772 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5773 # Solaris 8's {/usr,}/bin/sh.
5774 touch sub/conftst$i.h
5775 done
5776 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5778 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5779 # mode. It turns out that the SunPro C++ compiler does not properly
5780 # handle `-M -o', and we need to detect this. Also, some Intel
5781 # versions had trouble with output in subdirs
5782 am__obj=sub/conftest.${OBJEXT-o}
5783 am__minus_obj="-o $am__obj"
5784 case $depmode in
5785 gcc)
5786 # This depmode causes a compiler race in universal mode.
5787 test "$am__universal" = false || continue
5789 nosideeffect)
5790 # after this tag, mechanisms are not by side-effect, so they'll
5791 # only be used when explicitly requested
5792 if test "x$enable_dependency_tracking" = xyes; then
5793 continue
5794 else
5795 break
5798 msvisualcpp | msvcmsys)
5799 # This compiler won't grok `-c -o', but also, the minuso test has
5800 # not run yet. These depmodes are late enough in the game, and
5801 # so weak that their functioning should not be impacted.
5802 am__obj=conftest.${OBJEXT-o}
5803 am__minus_obj=
5805 none) break ;;
5806 esac
5807 if depmode=$depmode \
5808 source=sub/conftest.c object=$am__obj \
5809 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5810 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
5811 >/dev/null 2>conftest.err &&
5812 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
5813 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5814 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
5815 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5816 # icc doesn't choke on unknown options, it will just issue warnings
5817 # or remarks (even with -Werror). So we grep stderr for any message
5818 # that says an option was ignored or not supported.
5819 # When given -MP, icc 7.0 and 7.1 complain thusly:
5820 # icc: Command line warning: ignoring option '-M'; no argument required
5821 # The diagnosis changed in icc 8.0:
5822 # icc: Command line remark: option '-MP' not supported
5823 if (grep 'ignoring option' conftest.err ||
5824 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5825 am_cv_CC_dependencies_compiler_type=$depmode
5826 break
5829 done
5831 cd ..
5832 rm -rf conftest.dir
5833 else
5834 am_cv_CC_dependencies_compiler_type=none
5838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
5839 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
5840 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5843 test "x$enable_dependency_tracking" != xno \
5844 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
5845 am__fastdepCC_TRUE=
5846 am__fastdepCC_FALSE='#'
5847 else
5848 am__fastdepCC_TRUE='#'
5849 am__fastdepCC_FALSE=
5853 if test "x$CC" != xcc; then
5854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
5855 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
5856 else
5857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
5858 $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
5860 set dummy $CC; ac_cc=`$as_echo "$2" |
5861 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
5862 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
5863 $as_echo_n "(cached) " >&6
5864 else
5865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5866 /* end confdefs.h. */
5869 main ()
5873 return 0;
5875 _ACEOF
5876 # Make sure it works both with $CC and with simple cc.
5877 # We do the test twice because some compilers refuse to overwrite an
5878 # existing .o file with -o, though they will create one.
5879 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
5880 rm -f conftest2.*
5881 if { { case "(($ac_try" in
5882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5883 *) ac_try_echo=$ac_try;;
5884 esac
5885 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5886 $as_echo "$ac_try_echo"; } >&5
5887 (eval "$ac_try") 2>&5
5888 ac_status=$?
5889 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5890 test $ac_status = 0; } &&
5891 test -f conftest2.$ac_objext && { { case "(($ac_try" in
5892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5893 *) ac_try_echo=$ac_try;;
5894 esac
5895 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5896 $as_echo "$ac_try_echo"; } >&5
5897 (eval "$ac_try") 2>&5
5898 ac_status=$?
5899 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5900 test $ac_status = 0; };
5901 then
5902 eval ac_cv_prog_cc_${ac_cc}_c_o=yes
5903 if test "x$CC" != xcc; then
5904 # Test first that cc exists at all.
5905 if { ac_try='cc -c conftest.$ac_ext >&5'
5906 { { case "(($ac_try" in
5907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5908 *) ac_try_echo=$ac_try;;
5909 esac
5910 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5911 $as_echo "$ac_try_echo"; } >&5
5912 (eval "$ac_try") 2>&5
5913 ac_status=$?
5914 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5915 test $ac_status = 0; }; }; then
5916 ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
5917 rm -f conftest2.*
5918 if { { case "(($ac_try" in
5919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5920 *) ac_try_echo=$ac_try;;
5921 esac
5922 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5923 $as_echo "$ac_try_echo"; } >&5
5924 (eval "$ac_try") 2>&5
5925 ac_status=$?
5926 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5927 test $ac_status = 0; } &&
5928 test -f conftest2.$ac_objext && { { case "(($ac_try" in
5929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5930 *) ac_try_echo=$ac_try;;
5931 esac
5932 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5933 $as_echo "$ac_try_echo"; } >&5
5934 (eval "$ac_try") 2>&5
5935 ac_status=$?
5936 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5937 test $ac_status = 0; };
5938 then
5939 # cc works too.
5941 else
5942 # cc exists but doesn't like -o.
5943 eval ac_cv_prog_cc_${ac_cc}_c_o=no
5947 else
5948 eval ac_cv_prog_cc_${ac_cc}_c_o=no
5950 rm -f core conftest*
5953 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
5954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5955 $as_echo "yes" >&6; }
5956 else
5957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5958 $as_echo "no" >&6; }
5960 $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
5964 # FIXME: we rely on the cache variable name because
5965 # there is no other way.
5966 set dummy $CC
5967 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
5968 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
5969 if test "$am_t" != yes; then
5970 # Losing compiler, so override with the script.
5971 # FIXME: It is wrong to rewrite CC.
5972 # But if we don't then we get into trouble of one sort or another.
5973 # A longer-term fix would be to have automake use am__CC in this case,
5974 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5975 CC="$am_aux_dir/compile $CC"
5980 if test x$GCC = xyes; then
5981 test "x$GCC_TEST_OPTIONS" != x && CC="$CC $GCC_TEST_OPTIONS"
5982 else
5983 test "x$NON_GCC_TEST_OPTIONS" != x && CC="$CC $NON_GCC_TEST_OPTIONS"
5986 if test "x$opsys" = "xmingw32"; then
5987 BUILDING_FOR_WINDOWSNT_TRUE=
5988 BUILDING_FOR_WINDOWSNT_FALSE='#'
5989 else
5990 BUILDING_FOR_WINDOWSNT_TRUE='#'
5991 BUILDING_FOR_WINDOWSNT_FALSE=
5995 # Avoid gnulib's tests for HAVE_WORKING_O_NOATIME and HAVE_WORKING_O_NOFOLLOW,
5996 # as we don't use them.
5998 # Avoid gnulib's threadlib module, as we do threads our own way.
6001 # Initialize gnulib right after choosing the compiler.
6003 ac_ext=c
6004 ac_cpp='$CPP $CPPFLAGS'
6005 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6006 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6007 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6009 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6010 # On Suns, sometimes $CPP names a directory.
6011 if test -n "$CPP" && test -d "$CPP"; then
6012 CPP=
6014 if test -z "$CPP"; then
6015 if test "${ac_cv_prog_CPP+set}" = set; then :
6016 $as_echo_n "(cached) " >&6
6017 else
6018 # Double quotes because CPP needs to be expanded
6019 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6021 ac_preproc_ok=false
6022 for ac_c_preproc_warn_flag in '' yes
6024 # Use a header file that comes with gcc, so configuring glibc
6025 # with a fresh cross-compiler works.
6026 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6027 # <limits.h> exists even on freestanding compilers.
6028 # On the NeXT, cc -E runs the code through the compiler's parser,
6029 # not just through cpp. "Syntax error" is here to catch this case.
6030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6031 /* end confdefs.h. */
6032 #ifdef __STDC__
6033 # include <limits.h>
6034 #else
6035 # include <assert.h>
6036 #endif
6037 Syntax error
6038 _ACEOF
6039 if ac_fn_c_try_cpp "$LINENO"; then :
6041 else
6042 # Broken: fails on valid input.
6043 continue
6045 rm -f conftest.err conftest.$ac_ext
6047 # OK, works on sane cases. Now check whether nonexistent headers
6048 # can be detected and how.
6049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6050 /* end confdefs.h. */
6051 #include <ac_nonexistent.h>
6052 _ACEOF
6053 if ac_fn_c_try_cpp "$LINENO"; then :
6054 # Broken: success on invalid input.
6055 continue
6056 else
6057 # Passes both tests.
6058 ac_preproc_ok=:
6059 break
6061 rm -f conftest.err conftest.$ac_ext
6063 done
6064 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6065 rm -f conftest.err conftest.$ac_ext
6066 if $ac_preproc_ok; then :
6067 break
6070 done
6071 ac_cv_prog_CPP=$CPP
6074 CPP=$ac_cv_prog_CPP
6075 else
6076 ac_cv_prog_CPP=$CPP
6078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6079 $as_echo "$CPP" >&6; }
6080 ac_preproc_ok=false
6081 for ac_c_preproc_warn_flag in '' yes
6083 # Use a header file that comes with gcc, so configuring glibc
6084 # with a fresh cross-compiler works.
6085 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6086 # <limits.h> exists even on freestanding compilers.
6087 # On the NeXT, cc -E runs the code through the compiler's parser,
6088 # not just through cpp. "Syntax error" is here to catch this case.
6089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6090 /* end confdefs.h. */
6091 #ifdef __STDC__
6092 # include <limits.h>
6093 #else
6094 # include <assert.h>
6095 #endif
6096 Syntax error
6097 _ACEOF
6098 if ac_fn_c_try_cpp "$LINENO"; then :
6100 else
6101 # Broken: fails on valid input.
6102 continue
6104 rm -f conftest.err conftest.$ac_ext
6106 # OK, works on sane cases. Now check whether nonexistent headers
6107 # can be detected and how.
6108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6109 /* end confdefs.h. */
6110 #include <ac_nonexistent.h>
6111 _ACEOF
6112 if ac_fn_c_try_cpp "$LINENO"; then :
6113 # Broken: success on invalid input.
6114 continue
6115 else
6116 # Passes both tests.
6117 ac_preproc_ok=:
6118 break
6120 rm -f conftest.err conftest.$ac_ext
6122 done
6123 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6124 rm -f conftest.err conftest.$ac_ext
6125 if $ac_preproc_ok; then :
6127 else
6128 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6129 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6130 as_fn_error "C preprocessor \"$CPP\" fails sanity check
6131 See \`config.log' for more details." "$LINENO" 5; }
6134 ac_ext=c
6135 ac_cpp='$CPP $CPPFLAGS'
6136 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6137 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6138 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
6142 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6143 if test "${ac_cv_path_GREP+set}" = set; then :
6144 $as_echo_n "(cached) " >&6
6145 else
6146 if test -z "$GREP"; then
6147 ac_path_GREP_found=false
6148 # Loop through the user's path and test for each of PROGNAME-LIST
6149 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6150 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6152 IFS=$as_save_IFS
6153 test -z "$as_dir" && as_dir=.
6154 for ac_prog in grep ggrep; do
6155 for ac_exec_ext in '' $ac_executable_extensions; do
6156 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6157 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6158 # Check for GNU ac_path_GREP and select it if it is found.
6159 # Check for GNU $ac_path_GREP
6160 case `"$ac_path_GREP" --version 2>&1` in
6161 *GNU*)
6162 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6164 ac_count=0
6165 $as_echo_n 0123456789 >"conftest.in"
6166 while :
6168 cat "conftest.in" "conftest.in" >"conftest.tmp"
6169 mv "conftest.tmp" "conftest.in"
6170 cp "conftest.in" "conftest.nl"
6171 $as_echo 'GREP' >> "conftest.nl"
6172 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6173 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6174 as_fn_arith $ac_count + 1 && ac_count=$as_val
6175 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6176 # Best one so far, save it but keep looking for a better one
6177 ac_cv_path_GREP="$ac_path_GREP"
6178 ac_path_GREP_max=$ac_count
6180 # 10*(2^10) chars as input seems more than enough
6181 test $ac_count -gt 10 && break
6182 done
6183 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6184 esac
6186 $ac_path_GREP_found && break 3
6187 done
6188 done
6189 done
6190 IFS=$as_save_IFS
6191 if test -z "$ac_cv_path_GREP"; then
6192 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6194 else
6195 ac_cv_path_GREP=$GREP
6199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
6200 $as_echo "$ac_cv_path_GREP" >&6; }
6201 GREP="$ac_cv_path_GREP"
6204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
6205 $as_echo_n "checking for egrep... " >&6; }
6206 if test "${ac_cv_path_EGREP+set}" = set; then :
6207 $as_echo_n "(cached) " >&6
6208 else
6209 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6210 then ac_cv_path_EGREP="$GREP -E"
6211 else
6212 if test -z "$EGREP"; then
6213 ac_path_EGREP_found=false
6214 # Loop through the user's path and test for each of PROGNAME-LIST
6215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6216 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6218 IFS=$as_save_IFS
6219 test -z "$as_dir" && as_dir=.
6220 for ac_prog in egrep; do
6221 for ac_exec_ext in '' $ac_executable_extensions; do
6222 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6223 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6224 # Check for GNU ac_path_EGREP and select it if it is found.
6225 # Check for GNU $ac_path_EGREP
6226 case `"$ac_path_EGREP" --version 2>&1` in
6227 *GNU*)
6228 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6230 ac_count=0
6231 $as_echo_n 0123456789 >"conftest.in"
6232 while :
6234 cat "conftest.in" "conftest.in" >"conftest.tmp"
6235 mv "conftest.tmp" "conftest.in"
6236 cp "conftest.in" "conftest.nl"
6237 $as_echo 'EGREP' >> "conftest.nl"
6238 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6239 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6240 as_fn_arith $ac_count + 1 && ac_count=$as_val
6241 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6242 # Best one so far, save it but keep looking for a better one
6243 ac_cv_path_EGREP="$ac_path_EGREP"
6244 ac_path_EGREP_max=$ac_count
6246 # 10*(2^10) chars as input seems more than enough
6247 test $ac_count -gt 10 && break
6248 done
6249 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6250 esac
6252 $ac_path_EGREP_found && break 3
6253 done
6254 done
6255 done
6256 IFS=$as_save_IFS
6257 if test -z "$ac_cv_path_EGREP"; then
6258 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6260 else
6261 ac_cv_path_EGREP=$EGREP
6266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
6267 $as_echo "$ac_cv_path_EGREP" >&6; }
6268 EGREP="$ac_cv_path_EGREP"
6273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Minix Amsterdam compiler" >&5
6274 $as_echo_n "checking for Minix Amsterdam compiler... " >&6; }
6275 if test "${gl_cv_c_amsterdam_compiler+set}" = set; then :
6276 $as_echo_n "(cached) " >&6
6277 else
6279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6280 /* end confdefs.h. */
6282 #ifdef __ACK__
6283 Amsterdam
6284 #endif
6286 _ACEOF
6287 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6288 $EGREP "Amsterdam" >/dev/null 2>&1; then :
6289 gl_cv_c_amsterdam_compiler=yes
6290 else
6291 gl_cv_c_amsterdam_compiler=no
6293 rm -f conftest*
6297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c_amsterdam_compiler" >&5
6298 $as_echo "$gl_cv_c_amsterdam_compiler" >&6; }
6299 if test -z "$AR"; then
6300 if test $gl_cv_c_amsterdam_compiler = yes; then
6301 AR='cc -c.a'
6302 if test -z "$ARFLAGS"; then
6303 ARFLAGS='-o'
6305 else
6306 if test -n "$ac_tool_prefix"; then
6307 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6308 set dummy ${ac_tool_prefix}ar; ac_word=$2
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6310 $as_echo_n "checking for $ac_word... " >&6; }
6311 if test "${ac_cv_prog_AR+set}" = set; then :
6312 $as_echo_n "(cached) " >&6
6313 else
6314 if test -n "$AR"; then
6315 ac_cv_prog_AR="$AR" # Let the user override the test.
6316 else
6317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6318 for as_dir in $PATH
6320 IFS=$as_save_IFS
6321 test -z "$as_dir" && as_dir=.
6322 for ac_exec_ext in '' $ac_executable_extensions; do
6323 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6324 ac_cv_prog_AR="${ac_tool_prefix}ar"
6325 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6326 break 2
6328 done
6329 done
6330 IFS=$as_save_IFS
6334 AR=$ac_cv_prog_AR
6335 if test -n "$AR"; then
6336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6337 $as_echo "$AR" >&6; }
6338 else
6339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6340 $as_echo "no" >&6; }
6345 if test -z "$ac_cv_prog_AR"; then
6346 ac_ct_AR=$AR
6347 # Extract the first word of "ar", so it can be a program name with args.
6348 set dummy ar; ac_word=$2
6349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6350 $as_echo_n "checking for $ac_word... " >&6; }
6351 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6352 $as_echo_n "(cached) " >&6
6353 else
6354 if test -n "$ac_ct_AR"; then
6355 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6356 else
6357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6358 for as_dir in $PATH
6360 IFS=$as_save_IFS
6361 test -z "$as_dir" && as_dir=.
6362 for ac_exec_ext in '' $ac_executable_extensions; do
6363 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6364 ac_cv_prog_ac_ct_AR="ar"
6365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6366 break 2
6368 done
6369 done
6370 IFS=$as_save_IFS
6374 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6375 if test -n "$ac_ct_AR"; then
6376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6377 $as_echo "$ac_ct_AR" >&6; }
6378 else
6379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6380 $as_echo "no" >&6; }
6383 if test "x$ac_ct_AR" = x; then
6384 AR="ar"
6385 else
6386 case $cross_compiling:$ac_tool_warned in
6387 yes:)
6388 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6389 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6390 ac_tool_warned=yes ;;
6391 esac
6392 AR=$ac_ct_AR
6394 else
6395 AR="$ac_cv_prog_AR"
6398 if test -z "$ARFLAGS"; then
6399 ARFLAGS='cru'
6402 else
6403 if test -z "$ARFLAGS"; then
6404 ARFLAGS='cru'
6409 if test -z "$RANLIB"; then
6410 if test $gl_cv_c_amsterdam_compiler = yes; then
6411 RANLIB=':'
6412 else
6413 if test -n "$ac_tool_prefix"; then
6414 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6415 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6417 $as_echo_n "checking for $ac_word... " >&6; }
6418 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6419 $as_echo_n "(cached) " >&6
6420 else
6421 if test -n "$RANLIB"; then
6422 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6423 else
6424 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6425 for as_dir in $PATH
6427 IFS=$as_save_IFS
6428 test -z "$as_dir" && as_dir=.
6429 for ac_exec_ext in '' $ac_executable_extensions; do
6430 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6431 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6433 break 2
6435 done
6436 done
6437 IFS=$as_save_IFS
6441 RANLIB=$ac_cv_prog_RANLIB
6442 if test -n "$RANLIB"; then
6443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6444 $as_echo "$RANLIB" >&6; }
6445 else
6446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6447 $as_echo "no" >&6; }
6452 if test -z "$ac_cv_prog_RANLIB"; then
6453 ac_ct_RANLIB=$RANLIB
6454 # Extract the first word of "ranlib", so it can be a program name with args.
6455 set dummy ranlib; ac_word=$2
6456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6457 $as_echo_n "checking for $ac_word... " >&6; }
6458 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6459 $as_echo_n "(cached) " >&6
6460 else
6461 if test -n "$ac_ct_RANLIB"; then
6462 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6463 else
6464 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6465 for as_dir in $PATH
6467 IFS=$as_save_IFS
6468 test -z "$as_dir" && as_dir=.
6469 for ac_exec_ext in '' $ac_executable_extensions; do
6470 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6471 ac_cv_prog_ac_ct_RANLIB="ranlib"
6472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6473 break 2
6475 done
6476 done
6477 IFS=$as_save_IFS
6481 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6482 if test -n "$ac_ct_RANLIB"; then
6483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6484 $as_echo "$ac_ct_RANLIB" >&6; }
6485 else
6486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6487 $as_echo "no" >&6; }
6490 if test "x$ac_ct_RANLIB" = x; then
6491 RANLIB=":"
6492 else
6493 case $cross_compiling:$ac_tool_warned in
6494 yes:)
6495 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6496 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6497 ac_tool_warned=yes ;;
6498 esac
6499 RANLIB=$ac_ct_RANLIB
6501 else
6502 RANLIB="$ac_cv_prog_RANLIB"
6509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6510 $as_echo_n "checking for ANSI C header files... " >&6; }
6511 if test "${ac_cv_header_stdc+set}" = set; then :
6512 $as_echo_n "(cached) " >&6
6513 else
6514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6515 /* end confdefs.h. */
6516 #include <stdlib.h>
6517 #include <stdarg.h>
6518 #include <string.h>
6519 #include <float.h>
6522 main ()
6526 return 0;
6528 _ACEOF
6529 if ac_fn_c_try_compile "$LINENO"; then :
6530 ac_cv_header_stdc=yes
6531 else
6532 ac_cv_header_stdc=no
6534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6536 if test $ac_cv_header_stdc = yes; then
6537 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6539 /* end confdefs.h. */
6540 #include <string.h>
6542 _ACEOF
6543 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6544 $EGREP "memchr" >/dev/null 2>&1; then :
6546 else
6547 ac_cv_header_stdc=no
6549 rm -f conftest*
6553 if test $ac_cv_header_stdc = yes; then
6554 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6556 /* end confdefs.h. */
6557 #include <stdlib.h>
6559 _ACEOF
6560 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6561 $EGREP "free" >/dev/null 2>&1; then :
6563 else
6564 ac_cv_header_stdc=no
6566 rm -f conftest*
6570 if test $ac_cv_header_stdc = yes; then
6571 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6572 if test "$cross_compiling" = yes; then :
6574 else
6575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6576 /* end confdefs.h. */
6577 #include <ctype.h>
6578 #include <stdlib.h>
6579 #if ((' ' & 0x0FF) == 0x020)
6580 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6581 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6582 #else
6583 # define ISLOWER(c) \
6584 (('a' <= (c) && (c) <= 'i') \
6585 || ('j' <= (c) && (c) <= 'r') \
6586 || ('s' <= (c) && (c) <= 'z'))
6587 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6588 #endif
6590 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6592 main ()
6594 int i;
6595 for (i = 0; i < 256; i++)
6596 if (XOR (islower (i), ISLOWER (i))
6597 || toupper (i) != TOUPPER (i))
6598 return 2;
6599 return 0;
6601 _ACEOF
6602 if ac_fn_c_try_run "$LINENO"; then :
6604 else
6605 ac_cv_header_stdc=no
6607 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6608 conftest.$ac_objext conftest.beam conftest.$ac_ext
6613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6614 $as_echo "$ac_cv_header_stdc" >&6; }
6615 if test $ac_cv_header_stdc = yes; then
6617 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6621 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6622 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6623 inttypes.h stdint.h unistd.h
6624 do :
6625 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6626 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6628 eval as_val=\$$as_ac_Header
6629 if test "x$as_val" = x""yes; then :
6630 cat >>confdefs.h <<_ACEOF
6631 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6632 _ACEOF
6636 done
6640 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
6641 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
6642 MINIX=yes
6643 else
6644 MINIX=
6648 if test "$MINIX" = yes; then
6650 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
6653 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
6656 $as_echo "#define _MINIX 1" >>confdefs.h
6659 $as_echo "#define _NETBSD_SOURCE 1" >>confdefs.h
6664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
6665 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
6666 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
6667 $as_echo_n "(cached) " >&6
6668 else
6669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6670 /* end confdefs.h. */
6672 # define __EXTENSIONS__ 1
6673 $ac_includes_default
6675 main ()
6679 return 0;
6681 _ACEOF
6682 if ac_fn_c_try_compile "$LINENO"; then :
6683 ac_cv_safe_to_define___extensions__=yes
6684 else
6685 ac_cv_safe_to_define___extensions__=no
6687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
6690 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
6691 test $ac_cv_safe_to_define___extensions__ = yes &&
6692 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
6694 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
6696 $as_echo "#define _DARWIN_C_SOURCE 1" >>confdefs.h
6698 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
6700 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
6702 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
6704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether _XOPEN_SOURCE should be defined" >&5
6705 $as_echo_n "checking whether _XOPEN_SOURCE should be defined... " >&6; }
6706 if test "${ac_cv_should_define__xopen_source+set}" = set; then :
6707 $as_echo_n "(cached) " >&6
6708 else
6709 ac_cv_should_define__xopen_source=no
6710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6711 /* end confdefs.h. */
6713 #include <wchar.h>
6714 mbstate_t x;
6716 main ()
6720 return 0;
6722 _ACEOF
6723 if ac_fn_c_try_compile "$LINENO"; then :
6725 else
6726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6727 /* end confdefs.h. */
6729 #define _XOPEN_SOURCE 500
6730 #include <wchar.h>
6731 mbstate_t x;
6733 main ()
6737 return 0;
6739 _ACEOF
6740 if ac_fn_c_try_compile "$LINENO"; then :
6741 ac_cv_should_define__xopen_source=yes
6743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_should_define__xopen_source" >&5
6748 $as_echo "$ac_cv_should_define__xopen_source" >&6; }
6749 test $ac_cv_should_define__xopen_source = yes &&
6750 $as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h
6759 # Check whether --enable-largefile was given.
6760 if test "${enable_largefile+set}" = set; then :
6761 enableval=$enable_largefile;
6764 if test "$enable_largefile" != no; then
6766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6767 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6768 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
6769 $as_echo_n "(cached) " >&6
6770 else
6771 ac_cv_sys_largefile_CC=no
6772 if test "$GCC" != yes; then
6773 ac_save_CC=$CC
6774 while :; do
6775 # IRIX 6.2 and later do not support large files by default,
6776 # so use the C compiler's -n32 option if that helps.
6777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6778 /* end confdefs.h. */
6779 #include <sys/types.h>
6780 /* Check that off_t can represent 2**63 - 1 correctly.
6781 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6782 since some C++ compilers masquerading as C compilers
6783 incorrectly reject 9223372036854775807. */
6784 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6785 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6786 && LARGE_OFF_T % 2147483647 == 1)
6787 ? 1 : -1];
6789 main ()
6793 return 0;
6795 _ACEOF
6796 if ac_fn_c_try_compile "$LINENO"; then :
6797 break
6799 rm -f core conftest.err conftest.$ac_objext
6800 CC="$CC -n32"
6801 if ac_fn_c_try_compile "$LINENO"; then :
6802 ac_cv_sys_largefile_CC=' -n32'; break
6804 rm -f core conftest.err conftest.$ac_objext
6805 break
6806 done
6807 CC=$ac_save_CC
6808 rm -f conftest.$ac_ext
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6812 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6813 if test "$ac_cv_sys_largefile_CC" != no; then
6814 CC=$CC$ac_cv_sys_largefile_CC
6817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6818 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6819 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
6820 $as_echo_n "(cached) " >&6
6821 else
6822 while :; do
6823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6824 /* end confdefs.h. */
6825 #include <sys/types.h>
6826 /* Check that off_t can represent 2**63 - 1 correctly.
6827 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6828 since some C++ compilers masquerading as C compilers
6829 incorrectly reject 9223372036854775807. */
6830 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6831 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6832 && LARGE_OFF_T % 2147483647 == 1)
6833 ? 1 : -1];
6835 main ()
6839 return 0;
6841 _ACEOF
6842 if ac_fn_c_try_compile "$LINENO"; then :
6843 ac_cv_sys_file_offset_bits=no; break
6845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6847 /* end confdefs.h. */
6848 #define _FILE_OFFSET_BITS 64
6849 #include <sys/types.h>
6850 /* Check that off_t can represent 2**63 - 1 correctly.
6851 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6852 since some C++ compilers masquerading as C compilers
6853 incorrectly reject 9223372036854775807. */
6854 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6855 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6856 && LARGE_OFF_T % 2147483647 == 1)
6857 ? 1 : -1];
6859 main ()
6863 return 0;
6865 _ACEOF
6866 if ac_fn_c_try_compile "$LINENO"; then :
6867 ac_cv_sys_file_offset_bits=64; break
6869 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6870 ac_cv_sys_file_offset_bits=unknown
6871 break
6872 done
6874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6875 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6876 case $ac_cv_sys_file_offset_bits in #(
6877 no | unknown) ;;
6879 cat >>confdefs.h <<_ACEOF
6880 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6881 _ACEOF
6883 esac
6884 rm -rf conftest*
6885 if test $ac_cv_sys_file_offset_bits = unknown; then
6886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6887 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6888 if test "${ac_cv_sys_large_files+set}" = set; then :
6889 $as_echo_n "(cached) " >&6
6890 else
6891 while :; do
6892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6893 /* end confdefs.h. */
6894 #include <sys/types.h>
6895 /* Check that off_t can represent 2**63 - 1 correctly.
6896 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6897 since some C++ compilers masquerading as C compilers
6898 incorrectly reject 9223372036854775807. */
6899 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6900 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6901 && LARGE_OFF_T % 2147483647 == 1)
6902 ? 1 : -1];
6904 main ()
6908 return 0;
6910 _ACEOF
6911 if ac_fn_c_try_compile "$LINENO"; then :
6912 ac_cv_sys_large_files=no; break
6914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6915 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6916 /* end confdefs.h. */
6917 #define _LARGE_FILES 1
6918 #include <sys/types.h>
6919 /* Check that off_t can represent 2**63 - 1 correctly.
6920 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6921 since some C++ compilers masquerading as C compilers
6922 incorrectly reject 9223372036854775807. */
6923 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6924 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6925 && LARGE_OFF_T % 2147483647 == 1)
6926 ? 1 : -1];
6928 main ()
6932 return 0;
6934 _ACEOF
6935 if ac_fn_c_try_compile "$LINENO"; then :
6936 ac_cv_sys_large_files=1; break
6938 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6939 ac_cv_sys_large_files=unknown
6940 break
6941 done
6943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6944 $as_echo "$ac_cv_sys_large_files" >&6; }
6945 case $ac_cv_sys_large_files in #(
6946 no | unknown) ;;
6948 cat >>confdefs.h <<_ACEOF
6949 #define _LARGE_FILES $ac_cv_sys_large_files
6950 _ACEOF
6952 esac
6953 rm -rf conftest*
6957 $as_echo "#define _DARWIN_USE_64_BIT_INODE 1" >>confdefs.h
6961 case $ac_cv_prog_cc_stdc in #(
6962 no) :
6963 ac_cv_prog_cc_c99=no; ac_cv_prog_cc_c89=no ;; #(
6964 *) :
6965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
6966 $as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
6967 if test "${ac_cv_prog_cc_c99+set}" = set; then :
6968 $as_echo_n "(cached) " >&6
6969 else
6970 ac_cv_prog_cc_c99=no
6971 ac_save_CC=$CC
6972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6973 /* end confdefs.h. */
6974 #include <stdarg.h>
6975 #include <stdbool.h>
6976 #include <stdlib.h>
6977 #include <wchar.h>
6978 #include <stdio.h>
6980 // Check varargs macros. These examples are taken from C99 6.10.3.5.
6981 #define debug(...) fprintf (stderr, __VA_ARGS__)
6982 #define showlist(...) puts (#__VA_ARGS__)
6983 #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
6984 static void
6985 test_varargs_macros (void)
6987 int x = 1234;
6988 int y = 5678;
6989 debug ("Flag");
6990 debug ("X = %d\n", x);
6991 showlist (The first, second, and third items.);
6992 report (x>y, "x is %d but y is %d", x, y);
6995 // Check long long types.
6996 #define BIG64 18446744073709551615ull
6997 #define BIG32 4294967295ul
6998 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
6999 #if !BIG_OK
7000 your preprocessor is broken;
7001 #endif
7002 #if BIG_OK
7003 #else
7004 your preprocessor is broken;
7005 #endif
7006 static long long int bignum = -9223372036854775807LL;
7007 static unsigned long long int ubignum = BIG64;
7009 struct incomplete_array
7011 int datasize;
7012 double data[];
7015 struct named_init {
7016 int number;
7017 const wchar_t *name;
7018 double average;
7021 typedef const char *ccp;
7023 static inline int
7024 test_restrict (ccp restrict text)
7026 // See if C++-style comments work.
7027 // Iterate through items via the restricted pointer.
7028 // Also check for declarations in for loops.
7029 for (unsigned int i = 0; *(text+i) != '\0'; ++i)
7030 continue;
7031 return 0;
7034 // Check varargs and va_copy.
7035 static void
7036 test_varargs (const char *format, ...)
7038 va_list args;
7039 va_start (args, format);
7040 va_list args_copy;
7041 va_copy (args_copy, args);
7043 const char *str;
7044 int number;
7045 float fnumber;
7047 while (*format)
7049 switch (*format++)
7051 case 's': // string
7052 str = va_arg (args_copy, const char *);
7053 break;
7054 case 'd': // int
7055 number = va_arg (args_copy, int);
7056 break;
7057 case 'f': // float
7058 fnumber = va_arg (args_copy, double);
7059 break;
7060 default:
7061 break;
7064 va_end (args_copy);
7065 va_end (args);
7069 main ()
7072 // Check bool.
7073 _Bool success = false;
7075 // Check restrict.
7076 if (test_restrict ("String literal") == 0)
7077 success = true;
7078 char *restrict newvar = "Another string";
7080 // Check varargs.
7081 test_varargs ("s, d' f .", "string", 65, 34.234);
7082 test_varargs_macros ();
7084 // Check flexible array members.
7085 struct incomplete_array *ia =
7086 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
7087 ia->datasize = 10;
7088 for (int i = 0; i < ia->datasize; ++i)
7089 ia->data[i] = i * 1.234;
7091 // Check named initializers.
7092 struct named_init ni = {
7093 .number = 34,
7094 .name = L"Test wide string",
7095 .average = 543.34343,
7098 ni.number = 58;
7100 int dynamic_array[ni.number];
7101 dynamic_array[ni.number - 1] = 543;
7103 // work around unused variable warnings
7104 return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
7105 || dynamic_array[ni.number - 1] != 543);
7108 return 0;
7110 _ACEOF
7111 for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
7113 CC="$ac_save_CC $ac_arg"
7114 if ac_fn_c_try_compile "$LINENO"; then :
7115 ac_cv_prog_cc_c99=$ac_arg
7117 rm -f core conftest.err conftest.$ac_objext
7118 test "x$ac_cv_prog_cc_c99" != "xno" && break
7119 done
7120 rm -f conftest.$ac_ext
7121 CC=$ac_save_CC
7124 # AC_CACHE_VAL
7125 case "x$ac_cv_prog_cc_c99" in
7127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
7128 $as_echo "none needed" >&6; } ;;
7129 xno)
7130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
7131 $as_echo "unsupported" >&6; } ;;
7133 CC="$CC $ac_cv_prog_cc_c99"
7134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
7135 $as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
7136 esac
7137 if test "x$ac_cv_prog_cc_c99" != xno; then :
7138 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
7139 else
7140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
7141 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
7142 if test "${ac_cv_prog_cc_c89+set}" = set; then :
7143 $as_echo_n "(cached) " >&6
7144 else
7145 ac_cv_prog_cc_c89=no
7146 ac_save_CC=$CC
7147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7148 /* end confdefs.h. */
7149 #include <stdarg.h>
7150 #include <stdio.h>
7151 #include <sys/types.h>
7152 #include <sys/stat.h>
7153 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
7154 struct buf { int x; };
7155 FILE * (*rcsopen) (struct buf *, struct stat *, int);
7156 static char *e (p, i)
7157 char **p;
7158 int i;
7160 return p[i];
7162 static char *f (char * (*g) (char **, int), char **p, ...)
7164 char *s;
7165 va_list v;
7166 va_start (v,p);
7167 s = g (p, va_arg (v,int));
7168 va_end (v);
7169 return s;
7172 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
7173 function prototypes and stuff, but not '\xHH' hex character constants.
7174 These don't provoke an error unfortunately, instead are silently treated
7175 as 'x'. The following induces an error, until -std is added to get
7176 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
7177 array size at least. It's necessary to write '\x00'==0 to get something
7178 that's true only with -std. */
7179 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
7181 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
7182 inside strings and character constants. */
7183 #define FOO(x) 'x'
7184 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
7186 int test (int i, double x);
7187 struct s1 {int (*f) (int a);};
7188 struct s2 {int (*f) (double a);};
7189 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
7190 int argc;
7191 char **argv;
7193 main ()
7195 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
7197 return 0;
7199 _ACEOF
7200 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
7201 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
7203 CC="$ac_save_CC $ac_arg"
7204 if ac_fn_c_try_compile "$LINENO"; then :
7205 ac_cv_prog_cc_c89=$ac_arg
7207 rm -f core conftest.err conftest.$ac_objext
7208 test "x$ac_cv_prog_cc_c89" != "xno" && break
7209 done
7210 rm -f conftest.$ac_ext
7211 CC=$ac_save_CC
7214 # AC_CACHE_VAL
7215 case "x$ac_cv_prog_cc_c89" in
7217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
7218 $as_echo "none needed" >&6; } ;;
7219 xno)
7220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
7221 $as_echo "unsupported" >&6; } ;;
7223 CC="$CC $ac_cv_prog_cc_c89"
7224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
7225 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
7226 esac
7227 if test "x$ac_cv_prog_cc_c89" != xno; then :
7228 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
7229 else
7230 ac_cv_prog_cc_stdc=no
7235 esac
7236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO Standard C" >&5
7237 $as_echo_n "checking for $CC option to accept ISO Standard C... " >&6; }
7238 if test "${ac_cv_prog_cc_stdc+set}" = set; then :
7239 $as_echo_n "(cached) " >&6
7242 case $ac_cv_prog_cc_stdc in #(
7243 no) :
7244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
7245 $as_echo "unsupported" >&6; } ;; #(
7246 '') :
7247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
7248 $as_echo "none needed" >&6; } ;; #(
7249 *) :
7250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_stdc" >&5
7251 $as_echo "$ac_cv_prog_cc_stdc" >&6; } ;;
7252 esac
7256 # Code from module alloca-opt:
7257 # Code from module allocator:
7258 # Code from module at-internal:
7259 # Code from module binary-io:
7260 # Code from module c-ctype:
7261 # Code from module c-strcase:
7262 # Code from module careadlinkat:
7263 # Code from module clock-time:
7264 # Code from module close-stream:
7265 # Code from module crypto/md5:
7266 # Code from module crypto/sha1:
7267 # Code from module crypto/sha256:
7268 # Code from module crypto/sha512:
7269 # Code from module dirent:
7270 # Code from module dosname:
7271 # Code from module dtoastr:
7272 # Code from module dtotimespec:
7273 # Code from module dup2:
7274 # Code from module environ:
7275 # Code from module errno:
7276 # Code from module euidaccess:
7277 # Code from module execinfo:
7278 # Code from module extensions:
7280 # Code from module extern-inline:
7281 # Code from module faccessat:
7282 # Code from module fcntl:
7283 # Code from module fcntl-h:
7284 # Code from module fdatasync:
7285 # Code from module fdopendir:
7286 # Code from module filemode:
7287 # Code from module fpending:
7288 # Code from module fstatat:
7289 # Code from module fsync:
7290 # Code from module getdtablesize:
7291 # Code from module getgroups:
7292 # Code from module getloadavg:
7293 # Code from module getopt-gnu:
7294 # Code from module getopt-posix:
7295 # Code from module gettext-h:
7296 # Code from module gettime:
7297 # Code from module gettimeofday:
7298 # Code from module group-member:
7299 # Code from module include_next:
7300 # Code from module intprops:
7301 # Code from module inttypes-incomplete:
7302 # Code from module largefile:
7304 # Code from module lstat:
7305 # Code from module manywarnings:
7306 # Code from module memrchr:
7307 # Code from module mkostemp:
7308 # Code from module mktime:
7309 # Code from module multiarch:
7310 # Code from module nocrash:
7311 # Code from module openat-h:
7312 # Code from module pathmax:
7313 # Code from module pipe2:
7314 # Code from module pselect:
7315 # Code from module pthread_sigmask:
7316 # Code from module putenv:
7317 # Code from module qacl:
7318 # Code from module readlink:
7319 # Code from module readlinkat:
7320 # Code from module root-uid:
7321 # Code from module secure_getenv:
7322 # Code from module sig2str:
7323 # Code from module signal-h:
7324 # Code from module snippet/_Noreturn:
7325 # Code from module snippet/arg-nonnull:
7326 # Code from module snippet/c++defs:
7327 # Code from module snippet/warn-on-use:
7328 # Code from module socklen:
7329 # Code from module ssize_t:
7330 # Code from module stat:
7331 # Code from module stat-time:
7332 # Code from module stdalign:
7333 # Code from module stdarg:
7337 # Code from module stdbool:
7338 # Code from module stddef:
7339 # Code from module stdint:
7340 # Code from module stdio:
7341 # Code from module stdlib:
7342 # Code from module strftime:
7343 # Code from module string:
7344 # Code from module strtoimax:
7345 # Code from module strtoll:
7346 # Code from module strtoull:
7347 # Code from module strtoumax:
7348 # Code from module symlink:
7349 # Code from module sys_select:
7350 # Code from module sys_stat:
7351 # Code from module sys_time:
7352 # Code from module tempname:
7353 # Code from module time:
7354 # Code from module time_r:
7355 # Code from module timer-time:
7356 # Code from module timespec:
7357 # Code from module timespec-add:
7358 # Code from module timespec-sub:
7359 # Code from module u64:
7360 # Code from module unistd:
7361 # Code from module unsetenv:
7362 # Code from module utimens:
7363 # Code from module verify:
7364 # Code from module warnings:
7365 # Code from module xalloc-oversized:
7368 if test "$ac_test_CFLAGS" != set; then
7369 # It's helpful to have C macros available to GDB, so prefer -g3 to -g
7370 # if -g3 works and the user does not specify CFLAGS.
7371 # This test must follow gl_EARLY; otherwise AC_LINK_IFELSE complains.
7372 case $CFLAGS in
7373 '-g')
7374 emacs_g3_CFLAGS='-g3';;
7375 '-g -O2')
7376 emacs_g3_CFLAGS='-g3 -O2';;
7378 emacs_g3_CFLAGS='';;
7379 esac
7380 if test -n "$emacs_g3_CFLAGS"; then
7381 emacs_save_CFLAGS=$CFLAGS
7382 CFLAGS=$emacs_g3_CFLAGS
7383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts $emacs_g3_CFLAGS" >&5
7384 $as_echo_n "checking whether $CC accepts $emacs_g3_CFLAGS... " >&6; }
7385 if test "${emacs_cv_prog_cc_g3+set}" = set; then :
7386 $as_echo_n "(cached) " >&6
7387 else
7388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7389 /* end confdefs.h. */
7392 main ()
7396 return 0;
7398 _ACEOF
7399 if ac_fn_c_try_link "$LINENO"; then :
7400 emacs_cv_prog_cc_g3=yes
7401 else
7402 emacs_cv_prog_cc_g3=no
7404 rm -f core conftest.err conftest.$ac_objext \
7405 conftest$ac_exeext conftest.$ac_ext
7407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_prog_cc_g3" >&5
7408 $as_echo "$emacs_cv_prog_cc_g3" >&6; }
7409 if test $emacs_cv_prog_cc_g3 != yes; then
7410 CFLAGS=$emacs_save_CFLAGS
7412 if test $opsys = mingw32; then
7413 CFLAGS="$CFLAGS -gdwarf-2"
7417 case $CFLAGS in
7418 *-O*) ;;
7420 # No optimization flag was inferred for this non-GCC compiler.
7421 # Try -O. This is needed for xlc on AIX; see Bug#14258.
7422 emacs_save_CFLAGS=$CFLAGS
7423 test -z "$CFLAGS" || CFLAGS="$CFLAGS "
7424 CFLAGS=${CFLAGS}-O
7425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -O" >&5
7426 $as_echo_n "checking whether $CC accepts -O... " >&6; }
7427 if test "${emacs_cv_prog_cc_o+set}" = set; then :
7428 $as_echo_n "(cached) " >&6
7429 else
7430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7431 /* end confdefs.h. */
7434 main ()
7438 return 0;
7440 _ACEOF
7441 if ac_fn_c_try_link "$LINENO"; then :
7442 emacs_cv_prog_cc_o=yes
7443 else
7444 emacs_cv_prog_cc_o=no
7446 rm -f core conftest.err conftest.$ac_objext \
7447 conftest$ac_exeext conftest.$ac_ext
7449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_prog_cc_o" >&5
7450 $as_echo "$emacs_cv_prog_cc_o" >&6; }
7451 if test $emacs_cv_prog_cc_o != yes; then
7452 CFLAGS=$emacs_save_CFLAGS
7453 fi ;;
7454 esac
7457 # Check whether --enable-gcc-warnings was given.
7458 if test "${enable_gcc_warnings+set}" = set; then :
7459 enableval=$enable_gcc_warnings; case $enableval in
7460 yes|no) ;;
7461 *) as_fn_error "bad value $enableval for gcc-warnings option" "$LINENO" 5 ;;
7462 esac
7463 gl_gcc_warnings=$enableval
7464 else
7465 gl_gcc_warnings=no
7470 # Check whether --enable-link-time-optimization was given.
7471 if test "${enable_link_time_optimization+set}" = set; then :
7472 enableval=$enable_link_time_optimization; if test "${enableval}" != "no"; then
7473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether link-time optimization is supported" >&5
7474 $as_echo_n "checking whether link-time optimization is supported... " >&6; }
7475 ac_lto_supported=no
7476 if test x$GCC = xyes; then
7477 CPUS=`getconf _NPROCESSORS_ONLN 2>/dev/null`
7478 if test x$CPUS != x; then
7479 LTO="-flto=$CPUS"
7480 else
7481 LTO="-flto"
7483 old_CFLAGS=$CFLAGS
7484 CFLAGS="$CFLAGS $LTO"
7485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7486 /* end confdefs.h. */
7489 main ()
7493 return 0;
7495 _ACEOF
7496 if ac_fn_c_try_compile "$LINENO"; then :
7497 ac_lto_supported=yes
7498 else
7499 ac_lto_supported=no
7501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7502 CFLAGS="$old_CFLAGS"
7504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_lto_supported" >&5
7505 $as_echo "$ac_lto_supported" >&6; }
7506 if test "$ac_lto_supported" = "yes"; then
7507 CFLAGS="$CFLAGS $LTO"
7513 # gl_GCC_VERSION_IFELSE([major], [minor], [run-if-found], [run-if-not-found])
7514 # ------------------------------------------------
7515 # If $CPP is gcc-MAJOR.MINOR or newer, then run RUN-IF-FOUND.
7516 # Otherwise, run RUN-IF-NOT-FOUND.
7519 # When compiling with GCC, prefer -isystem to -I when including system
7520 # include files, to avoid generating useless diagnostics for the files.
7521 if test "$gl_gcc_warnings" != yes; then
7522 isystem='-I'
7523 else
7524 isystem='-isystem '
7526 # This, $nw, is the list of warnings we disable.
7529 case $with_x_toolkit in
7530 lucid | athena | motif)
7531 # Old toolkits mishandle 'const'.
7532 nw="$nw -Wwrite-strings"
7535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Werror -Wunknown-warning-option" >&5
7536 $as_echo_n "checking whether C compiler handles -Werror -Wunknown-warning-option... " >&6; }
7537 if test "${gl_cv_warn_c__Werror__Wunknown_warning_option+set}" = set; then :
7538 $as_echo_n "(cached) " >&6
7539 else
7541 gl_save_compiler_FLAGS="$CFLAGS"
7542 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
7543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7544 /* end confdefs.h. */
7547 main ()
7551 return 0;
7553 _ACEOF
7554 if ac_fn_c_try_compile "$LINENO"; then :
7555 gl_cv_warn_c__Werror__Wunknown_warning_option=yes
7556 else
7557 gl_cv_warn_c__Werror__Wunknown_warning_option=no
7559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7560 CFLAGS="$gl_save_compiler_FLAGS"
7563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Werror__Wunknown_warning_option" >&5
7564 $as_echo "$gl_cv_warn_c__Werror__Wunknown_warning_option" >&6; }
7565 if test "x$gl_cv_warn_c__Werror__Wunknown_warning_option" = x""yes; then :
7566 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
7567 else
7568 gl_unknown_warnings_are_errors=
7572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Werror" >&5
7573 $as_echo_n "checking whether C compiler handles -Werror... " >&6; }
7574 if test "${gl_cv_warn_c__Werror+set}" = set; then :
7575 $as_echo_n "(cached) " >&6
7576 else
7578 gl_save_compiler_FLAGS="$CFLAGS"
7579 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror"
7580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7581 /* end confdefs.h. */
7584 main ()
7588 return 0;
7590 _ACEOF
7591 if ac_fn_c_try_compile "$LINENO"; then :
7592 gl_cv_warn_c__Werror=yes
7593 else
7594 gl_cv_warn_c__Werror=no
7596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7597 CFLAGS="$gl_save_compiler_FLAGS"
7600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Werror" >&5
7601 $as_echo "$gl_cv_warn_c__Werror" >&6; }
7602 if test "x$gl_cv_warn_c__Werror" = x""yes; then :
7603 as_fn_append WERROR_CFLAGS " -Werror"
7608 esac
7611 nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings
7612 nw="$nw -Woverlength-strings" # Not a problem these days
7613 nw="$nw -Wlogical-op" # any use of fwrite provokes this
7614 nw="$nw -Wformat-nonliteral" # we do this a lot
7615 nw="$nw -Wvla" # warnings in gettext.h
7616 nw="$nw -Wnested-externs" # use of XARGMATCH/verify_function__
7617 nw="$nw -Wswitch-default" # Too many warnings for now
7618 nw="$nw -Winline" # OK to ignore 'inline'
7619 nw="$nw -Wjump-misses-init" # We sometimes safely jump over init.
7620 nw="$nw -Wstrict-overflow" # OK to optimize assuming that
7621 # signed overflow has undefined behavior
7622 nw="$nw -Wsync-nand" # irrelevant here, and provokes ObjC warning
7623 nw="$nw -Wunsafe-loop-optimizations" # OK to suppress unsafe optimizations
7624 nw="$nw -Wbad-function-cast" # These casts are no worse than others.
7626 # Emacs doesn't care about shadowing; see
7627 # <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
7628 nw="$nw -Wshadow"
7630 # Emacs's use of alloca inhibits protecting the stack.
7631 nw="$nw -Wstack-protector"
7633 # The following line should be removable at some point.
7634 nw="$nw -Wsuggest-attribute=pure"
7636 # clang is unduly picky about some things.
7637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler is clang" >&5
7638 $as_echo_n "checking whether the compiler is clang... " >&6; }
7639 if test "${emacs_cv_clang+set}" = set; then :
7640 $as_echo_n "(cached) " >&6
7641 else
7642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7643 /* end confdefs.h. */
7645 #ifndef __clang__
7646 #error "not clang"
7647 #endif
7650 main ()
7654 return 0;
7656 _ACEOF
7657 if ac_fn_c_try_compile "$LINENO"; then :
7658 emacs_cv_clang=yes
7659 else
7660 emacs_cv_clang=no
7662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_clang" >&5
7665 $as_echo "$emacs_cv_clang" >&6; }
7666 if test $emacs_cv_clang = yes; then
7667 nw="$nw -Wcast-align"
7672 if test -n "$GCC"; then
7674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -Wno-missing-field-initializers is supported" >&5
7675 $as_echo_n "checking whether -Wno-missing-field-initializers is supported... " >&6; }
7676 if test "${gl_cv_cc_nomfi_supported+set}" = set; then :
7677 $as_echo_n "(cached) " >&6
7678 else
7680 gl_save_CFLAGS="$CFLAGS"
7681 CFLAGS="$CFLAGS -W -Werror -Wno-missing-field-initializers"
7682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7683 /* end confdefs.h. */
7686 main ()
7690 return 0;
7692 _ACEOF
7693 if ac_fn_c_try_compile "$LINENO"; then :
7694 gl_cv_cc_nomfi_supported=yes
7695 else
7696 gl_cv_cc_nomfi_supported=no
7698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7699 CFLAGS="$gl_save_CFLAGS"
7702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_nomfi_supported" >&5
7703 $as_echo "$gl_cv_cc_nomfi_supported" >&6; }
7705 if test "$gl_cv_cc_nomfi_supported" = yes; then
7706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -Wno-missing-field-initializers is needed" >&5
7707 $as_echo_n "checking whether -Wno-missing-field-initializers is needed... " >&6; }
7708 if test "${gl_cv_cc_nomfi_needed+set}" = set; then :
7709 $as_echo_n "(cached) " >&6
7710 else
7712 gl_save_CFLAGS="$CFLAGS"
7713 CFLAGS="$CFLAGS -W -Werror"
7714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7715 /* end confdefs.h. */
7716 void f (void)
7718 typedef struct { int a; int b; } s_t;
7719 s_t s1 = { 0, };
7723 main ()
7727 return 0;
7729 _ACEOF
7730 if ac_fn_c_try_compile "$LINENO"; then :
7731 gl_cv_cc_nomfi_needed=no
7732 else
7733 gl_cv_cc_nomfi_needed=yes
7735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7736 CFLAGS="$gl_save_CFLAGS"
7740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_nomfi_needed" >&5
7741 $as_echo "$gl_cv_cc_nomfi_needed" >&6; }
7744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -Wuninitialized is supported" >&5
7745 $as_echo_n "checking whether -Wuninitialized is supported... " >&6; }
7746 if test "${gl_cv_cc_uninitialized_supported+set}" = set; then :
7747 $as_echo_n "(cached) " >&6
7748 else
7750 gl_save_CFLAGS="$CFLAGS"
7751 CFLAGS="$CFLAGS -Werror -Wuninitialized"
7752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7753 /* end confdefs.h. */
7756 main ()
7760 return 0;
7762 _ACEOF
7763 if ac_fn_c_try_compile "$LINENO"; then :
7764 gl_cv_cc_uninitialized_supported=yes
7765 else
7766 gl_cv_cc_uninitialized_supported=no
7768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7769 CFLAGS="$gl_save_CFLAGS"
7772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_uninitialized_supported" >&5
7773 $as_echo "$gl_cv_cc_uninitialized_supported" >&6; }
7777 # List all gcc warning categories.
7778 gl_manywarn_set=
7779 for gl_manywarn_item in \
7780 -W \
7781 -Wabi \
7782 -Waddress \
7783 -Waggressive-loop-optimizations \
7784 -Wall \
7785 -Warray-bounds \
7786 -Wattributes \
7787 -Wbad-function-cast \
7788 -Wbuiltin-macro-redefined \
7789 -Wcast-align \
7790 -Wchar-subscripts \
7791 -Wclobbered \
7792 -Wcomment \
7793 -Wcomments \
7794 -Wcoverage-mismatch \
7795 -Wcpp \
7796 -Wdeprecated \
7797 -Wdeprecated-declarations \
7798 -Wdisabled-optimization \
7799 -Wdiv-by-zero \
7800 -Wdouble-promotion \
7801 -Wempty-body \
7802 -Wendif-labels \
7803 -Wenum-compare \
7804 -Wextra \
7805 -Wformat-contains-nul \
7806 -Wformat-extra-args \
7807 -Wformat-nonliteral \
7808 -Wformat-security \
7809 -Wformat-y2k \
7810 -Wformat-zero-length \
7811 -Wfree-nonheap-object \
7812 -Wignored-qualifiers \
7813 -Wimplicit \
7814 -Wimplicit-function-declaration \
7815 -Wimplicit-int \
7816 -Winit-self \
7817 -Winline \
7818 -Wint-to-pointer-cast \
7819 -Winvalid-memory-model \
7820 -Winvalid-pch \
7821 -Wjump-misses-init \
7822 -Wlogical-op \
7823 -Wmain \
7824 -Wmaybe-uninitialized \
7825 -Wmissing-braces \
7826 -Wmissing-declarations \
7827 -Wmissing-field-initializers \
7828 -Wmissing-include-dirs \
7829 -Wmissing-parameter-type \
7830 -Wmissing-prototypes \
7831 -Wmudflap \
7832 -Wmultichar \
7833 -Wnarrowing \
7834 -Wnested-externs \
7835 -Wnonnull \
7836 -Wnormalized=nfc \
7837 -Wold-style-declaration \
7838 -Wold-style-definition \
7839 -Woverflow \
7840 -Woverlength-strings \
7841 -Woverride-init \
7842 -Wpacked \
7843 -Wpacked-bitfield-compat \
7844 -Wparentheses \
7845 -Wpointer-arith \
7846 -Wpointer-sign \
7847 -Wpointer-to-int-cast \
7848 -Wpragmas \
7849 -Wreturn-local-addr \
7850 -Wreturn-type \
7851 -Wsequence-point \
7852 -Wshadow \
7853 -Wsizeof-pointer-memaccess \
7854 -Wstack-protector \
7855 -Wstrict-aliasing \
7856 -Wstrict-overflow \
7857 -Wstrict-prototypes \
7858 -Wsuggest-attribute=const \
7859 -Wsuggest-attribute=format \
7860 -Wsuggest-attribute=noreturn \
7861 -Wsuggest-attribute=pure \
7862 -Wswitch \
7863 -Wswitch-default \
7864 -Wsync-nand \
7865 -Wsystem-headers \
7866 -Wtrampolines \
7867 -Wtrigraphs \
7868 -Wtype-limits \
7869 -Wuninitialized \
7870 -Wunknown-pragmas \
7871 -Wunsafe-loop-optimizations \
7872 -Wunused \
7873 -Wunused-but-set-parameter \
7874 -Wunused-but-set-variable \
7875 -Wunused-function \
7876 -Wunused-label \
7877 -Wunused-local-typedefs \
7878 -Wunused-macros \
7879 -Wunused-parameter \
7880 -Wunused-result \
7881 -Wunused-value \
7882 -Wunused-variable \
7883 -Wvarargs \
7884 -Wvariadic-macros \
7885 -Wvector-operation-performance \
7886 -Wvla \
7887 -Wvolatile-register-var \
7888 -Wwrite-strings \
7890 ; do
7891 gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item"
7892 done
7894 # Disable specific options as needed.
7895 if test "$gl_cv_cc_nomfi_needed" = yes; then
7896 gl_manywarn_set="$gl_manywarn_set -Wno-missing-field-initializers"
7899 if test "$gl_cv_cc_uninitialized_supported" = no; then
7900 gl_manywarn_set="$gl_manywarn_set -Wno-uninitialized"
7903 ws=$gl_manywarn_set
7906 gl_warn_set=
7907 set x $ws; shift
7908 for gl_warn_item
7910 case " $nw " in
7911 *" $gl_warn_item "*)
7914 gl_warn_set="$gl_warn_set $gl_warn_item"
7916 esac
7917 done
7918 ws=$gl_warn_set
7920 for w in $ws; do
7922 as_gl_Warn=`$as_echo "gl_cv_warn_c_$w" | $as_tr_sh`
7923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles $w" >&5
7924 $as_echo_n "checking whether C compiler handles $w... " >&6; }
7925 if { as_var=$as_gl_Warn; eval "test \"\${$as_var+set}\" = set"; }; then :
7926 $as_echo_n "(cached) " >&6
7927 else
7929 gl_save_compiler_FLAGS="$CFLAGS"
7930 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors $w"
7931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7932 /* end confdefs.h. */
7935 main ()
7939 return 0;
7941 _ACEOF
7942 if ac_fn_c_try_compile "$LINENO"; then :
7943 eval "$as_gl_Warn=yes"
7944 else
7945 eval "$as_gl_Warn=no"
7947 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7948 CFLAGS="$gl_save_compiler_FLAGS"
7951 eval ac_res=\$$as_gl_Warn
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7953 $as_echo "$ac_res" >&6; }
7954 eval as_val=\$$as_gl_Warn
7955 if test "x$as_val" = x""yes; then :
7956 as_fn_append WARN_CFLAGS " $w"
7960 done
7962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-missing-field-initializers" >&5
7963 $as_echo_n "checking whether C compiler handles -Wno-missing-field-initializers... " >&6; }
7964 if test "${gl_cv_warn_c__Wno_missing_field_initializers+set}" = set; then :
7965 $as_echo_n "(cached) " >&6
7966 else
7968 gl_save_compiler_FLAGS="$CFLAGS"
7969 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-missing-field-initializers"
7970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7971 /* end confdefs.h. */
7974 main ()
7978 return 0;
7980 _ACEOF
7981 if ac_fn_c_try_compile "$LINENO"; then :
7982 gl_cv_warn_c__Wno_missing_field_initializers=yes
7983 else
7984 gl_cv_warn_c__Wno_missing_field_initializers=no
7986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7987 CFLAGS="$gl_save_compiler_FLAGS"
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_missing_field_initializers" >&5
7991 $as_echo "$gl_cv_warn_c__Wno_missing_field_initializers" >&6; }
7992 if test "x$gl_cv_warn_c__Wno_missing_field_initializers" = x""yes; then :
7993 as_fn_append WARN_CFLAGS " -Wno-missing-field-initializers"
7996 # We need this one
7998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-sign-compare" >&5
7999 $as_echo_n "checking whether C compiler handles -Wno-sign-compare... " >&6; }
8000 if test "${gl_cv_warn_c__Wno_sign_compare+set}" = set; then :
8001 $as_echo_n "(cached) " >&6
8002 else
8004 gl_save_compiler_FLAGS="$CFLAGS"
8005 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-sign-compare"
8006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8007 /* end confdefs.h. */
8010 main ()
8014 return 0;
8016 _ACEOF
8017 if ac_fn_c_try_compile "$LINENO"; then :
8018 gl_cv_warn_c__Wno_sign_compare=yes
8019 else
8020 gl_cv_warn_c__Wno_sign_compare=no
8022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8023 CFLAGS="$gl_save_compiler_FLAGS"
8026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_sign_compare" >&5
8027 $as_echo "$gl_cv_warn_c__Wno_sign_compare" >&6; }
8028 if test "x$gl_cv_warn_c__Wno_sign_compare" = x""yes; then :
8029 as_fn_append WARN_CFLAGS " -Wno-sign-compare"
8032 # Too many warnings for now
8034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-type-limits" >&5
8035 $as_echo_n "checking whether C compiler handles -Wno-type-limits... " >&6; }
8036 if test "${gl_cv_warn_c__Wno_type_limits+set}" = set; then :
8037 $as_echo_n "(cached) " >&6
8038 else
8040 gl_save_compiler_FLAGS="$CFLAGS"
8041 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-type-limits"
8042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8043 /* end confdefs.h. */
8046 main ()
8050 return 0;
8052 _ACEOF
8053 if ac_fn_c_try_compile "$LINENO"; then :
8054 gl_cv_warn_c__Wno_type_limits=yes
8055 else
8056 gl_cv_warn_c__Wno_type_limits=no
8058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8059 CFLAGS="$gl_save_compiler_FLAGS"
8062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_type_limits" >&5
8063 $as_echo "$gl_cv_warn_c__Wno_type_limits" >&6; }
8064 if test "x$gl_cv_warn_c__Wno_type_limits" = x""yes; then :
8065 as_fn_append WARN_CFLAGS " -Wno-type-limits"
8068 # Too many warnings for now
8070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-switch" >&5
8071 $as_echo_n "checking whether C compiler handles -Wno-switch... " >&6; }
8072 if test "${gl_cv_warn_c__Wno_switch+set}" = set; then :
8073 $as_echo_n "(cached) " >&6
8074 else
8076 gl_save_compiler_FLAGS="$CFLAGS"
8077 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-switch"
8078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8079 /* end confdefs.h. */
8082 main ()
8086 return 0;
8088 _ACEOF
8089 if ac_fn_c_try_compile "$LINENO"; then :
8090 gl_cv_warn_c__Wno_switch=yes
8091 else
8092 gl_cv_warn_c__Wno_switch=no
8094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8095 CFLAGS="$gl_save_compiler_FLAGS"
8098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_switch" >&5
8099 $as_echo "$gl_cv_warn_c__Wno_switch" >&6; }
8100 if test "x$gl_cv_warn_c__Wno_switch" = x""yes; then :
8101 as_fn_append WARN_CFLAGS " -Wno-switch"
8104 # Too many warnings for now
8106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-unused-parameter" >&5
8107 $as_echo_n "checking whether C compiler handles -Wno-unused-parameter... " >&6; }
8108 if test "${gl_cv_warn_c__Wno_unused_parameter+set}" = set; then :
8109 $as_echo_n "(cached) " >&6
8110 else
8112 gl_save_compiler_FLAGS="$CFLAGS"
8113 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-unused-parameter"
8114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8115 /* end confdefs.h. */
8118 main ()
8122 return 0;
8124 _ACEOF
8125 if ac_fn_c_try_compile "$LINENO"; then :
8126 gl_cv_warn_c__Wno_unused_parameter=yes
8127 else
8128 gl_cv_warn_c__Wno_unused_parameter=no
8130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8131 CFLAGS="$gl_save_compiler_FLAGS"
8134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_unused_parameter" >&5
8135 $as_echo "$gl_cv_warn_c__Wno_unused_parameter" >&6; }
8136 if test "x$gl_cv_warn_c__Wno_unused_parameter" = x""yes; then :
8137 as_fn_append WARN_CFLAGS " -Wno-unused-parameter"
8140 # Too many warnings for now
8142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-format-nonliteral" >&5
8143 $as_echo_n "checking whether C compiler handles -Wno-format-nonliteral... " >&6; }
8144 if test "${gl_cv_warn_c__Wno_format_nonliteral+set}" = set; then :
8145 $as_echo_n "(cached) " >&6
8146 else
8148 gl_save_compiler_FLAGS="$CFLAGS"
8149 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-format-nonliteral"
8150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8151 /* end confdefs.h. */
8154 main ()
8158 return 0;
8160 _ACEOF
8161 if ac_fn_c_try_compile "$LINENO"; then :
8162 gl_cv_warn_c__Wno_format_nonliteral=yes
8163 else
8164 gl_cv_warn_c__Wno_format_nonliteral=no
8166 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8167 CFLAGS="$gl_save_compiler_FLAGS"
8170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_format_nonliteral" >&5
8171 $as_echo "$gl_cv_warn_c__Wno_format_nonliteral" >&6; }
8172 if test "x$gl_cv_warn_c__Wno_format_nonliteral" = x""yes; then :
8173 as_fn_append WARN_CFLAGS " -Wno-format-nonliteral"
8178 # In spite of excluding -Wlogical-op above, it is enabled, as of
8179 # gcc 4.5.0 20090517.
8181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-logical-op" >&5
8182 $as_echo_n "checking whether C compiler handles -Wno-logical-op... " >&6; }
8183 if test "${gl_cv_warn_c__Wno_logical_op+set}" = set; then :
8184 $as_echo_n "(cached) " >&6
8185 else
8187 gl_save_compiler_FLAGS="$CFLAGS"
8188 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-logical-op"
8189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8190 /* end confdefs.h. */
8193 main ()
8197 return 0;
8199 _ACEOF
8200 if ac_fn_c_try_compile "$LINENO"; then :
8201 gl_cv_warn_c__Wno_logical_op=yes
8202 else
8203 gl_cv_warn_c__Wno_logical_op=no
8205 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8206 CFLAGS="$gl_save_compiler_FLAGS"
8209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_logical_op" >&5
8210 $as_echo "$gl_cv_warn_c__Wno_logical_op" >&6; }
8211 if test "x$gl_cv_warn_c__Wno_logical_op" = x""yes; then :
8212 as_fn_append WARN_CFLAGS " -Wno-logical-op"
8217 # More things that clang is unduly picky about.
8218 if test $emacs_cv_clang = yes; then
8220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-format-extra-args" >&5
8221 $as_echo_n "checking whether C compiler handles -Wno-format-extra-args... " >&6; }
8222 if test "${gl_cv_warn_c__Wno_format_extra_args+set}" = set; then :
8223 $as_echo_n "(cached) " >&6
8224 else
8226 gl_save_compiler_FLAGS="$CFLAGS"
8227 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-format-extra-args"
8228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8229 /* end confdefs.h. */
8232 main ()
8236 return 0;
8238 _ACEOF
8239 if ac_fn_c_try_compile "$LINENO"; then :
8240 gl_cv_warn_c__Wno_format_extra_args=yes
8241 else
8242 gl_cv_warn_c__Wno_format_extra_args=no
8244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8245 CFLAGS="$gl_save_compiler_FLAGS"
8248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_format_extra_args" >&5
8249 $as_echo "$gl_cv_warn_c__Wno_format_extra_args" >&6; }
8250 if test "x$gl_cv_warn_c__Wno_format_extra_args" = x""yes; then :
8251 as_fn_append WARN_CFLAGS " -Wno-format-extra-args"
8256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-tautological-constant-out-of-range-compare" >&5
8257 $as_echo_n "checking whether C compiler handles -Wno-tautological-constant-out-of-range-compare... " >&6; }
8258 if test "${gl_cv_warn_c__Wno_tautological_constant_out_of_range_compare+set}" = set; then :
8259 $as_echo_n "(cached) " >&6
8260 else
8262 gl_save_compiler_FLAGS="$CFLAGS"
8263 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-tautological-constant-out-of-range-compare"
8264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8265 /* end confdefs.h. */
8268 main ()
8272 return 0;
8274 _ACEOF
8275 if ac_fn_c_try_compile "$LINENO"; then :
8276 gl_cv_warn_c__Wno_tautological_constant_out_of_range_compare=yes
8277 else
8278 gl_cv_warn_c__Wno_tautological_constant_out_of_range_compare=no
8280 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8281 CFLAGS="$gl_save_compiler_FLAGS"
8284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_tautological_constant_out_of_range_compare" >&5
8285 $as_echo "$gl_cv_warn_c__Wno_tautological_constant_out_of_range_compare" >&6; }
8286 if test "x$gl_cv_warn_c__Wno_tautological_constant_out_of_range_compare" = x""yes; then :
8287 as_fn_append WARN_CFLAGS " -Wno-tautological-constant-out-of-range-compare"
8292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-unused-command-line-argument" >&5
8293 $as_echo_n "checking whether C compiler handles -Wno-unused-command-line-argument... " >&6; }
8294 if test "${gl_cv_warn_c__Wno_unused_command_line_argument+set}" = set; then :
8295 $as_echo_n "(cached) " >&6
8296 else
8298 gl_save_compiler_FLAGS="$CFLAGS"
8299 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-unused-command-line-argument"
8300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8301 /* end confdefs.h. */
8304 main ()
8308 return 0;
8310 _ACEOF
8311 if ac_fn_c_try_compile "$LINENO"; then :
8312 gl_cv_warn_c__Wno_unused_command_line_argument=yes
8313 else
8314 gl_cv_warn_c__Wno_unused_command_line_argument=no
8316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8317 CFLAGS="$gl_save_compiler_FLAGS"
8320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_unused_command_line_argument" >&5
8321 $as_echo "$gl_cv_warn_c__Wno_unused_command_line_argument" >&6; }
8322 if test "x$gl_cv_warn_c__Wno_unused_command_line_argument" = x""yes; then :
8323 as_fn_append WARN_CFLAGS " -Wno-unused-command-line-argument"
8328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-unused-value" >&5
8329 $as_echo_n "checking whether C compiler handles -Wno-unused-value... " >&6; }
8330 if test "${gl_cv_warn_c__Wno_unused_value+set}" = set; then :
8331 $as_echo_n "(cached) " >&6
8332 else
8334 gl_save_compiler_FLAGS="$CFLAGS"
8335 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-unused-value"
8336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8337 /* end confdefs.h. */
8340 main ()
8344 return 0;
8346 _ACEOF
8347 if ac_fn_c_try_compile "$LINENO"; then :
8348 gl_cv_warn_c__Wno_unused_value=yes
8349 else
8350 gl_cv_warn_c__Wno_unused_value=no
8352 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8353 CFLAGS="$gl_save_compiler_FLAGS"
8356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_unused_value" >&5
8357 $as_echo "$gl_cv_warn_c__Wno_unused_value" >&6; }
8358 if test "x$gl_cv_warn_c__Wno_unused_value" = x""yes; then :
8359 as_fn_append WARN_CFLAGS " -Wno-unused-value"
8366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -fdiagnostics-show-option" >&5
8367 $as_echo_n "checking whether C compiler handles -fdiagnostics-show-option... " >&6; }
8368 if test "${gl_cv_warn_c__fdiagnostics_show_option+set}" = set; then :
8369 $as_echo_n "(cached) " >&6
8370 else
8372 gl_save_compiler_FLAGS="$CFLAGS"
8373 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -fdiagnostics-show-option"
8374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8375 /* end confdefs.h. */
8378 main ()
8382 return 0;
8384 _ACEOF
8385 if ac_fn_c_try_compile "$LINENO"; then :
8386 gl_cv_warn_c__fdiagnostics_show_option=yes
8387 else
8388 gl_cv_warn_c__fdiagnostics_show_option=no
8390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8391 CFLAGS="$gl_save_compiler_FLAGS"
8394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__fdiagnostics_show_option" >&5
8395 $as_echo "$gl_cv_warn_c__fdiagnostics_show_option" >&6; }
8396 if test "x$gl_cv_warn_c__fdiagnostics_show_option" = x""yes; then :
8397 as_fn_append WARN_CFLAGS " -fdiagnostics-show-option"
8402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -funit-at-a-time" >&5
8403 $as_echo_n "checking whether C compiler handles -funit-at-a-time... " >&6; }
8404 if test "${gl_cv_warn_c__funit_at_a_time+set}" = set; then :
8405 $as_echo_n "(cached) " >&6
8406 else
8408 gl_save_compiler_FLAGS="$CFLAGS"
8409 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -funit-at-a-time"
8410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8411 /* end confdefs.h. */
8414 main ()
8418 return 0;
8420 _ACEOF
8421 if ac_fn_c_try_compile "$LINENO"; then :
8422 gl_cv_warn_c__funit_at_a_time=yes
8423 else
8424 gl_cv_warn_c__funit_at_a_time=no
8426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8427 CFLAGS="$gl_save_compiler_FLAGS"
8430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__funit_at_a_time" >&5
8431 $as_echo "$gl_cv_warn_c__funit_at_a_time" >&6; }
8432 if test "x$gl_cv_warn_c__funit_at_a_time" = x""yes; then :
8433 as_fn_append WARN_CFLAGS " -funit-at-a-time"
8439 $as_echo "#define lint 1" >>confdefs.h
8443 $as_echo "#define GNULIB_PORTCHECK 1" >>confdefs.h
8446 # We use a slightly smaller set of warning options for lib/.
8447 # Remove the following and save the result in GNULIB_WARN_CFLAGS.
8449 nw="$nw -Wunused-macros"
8452 gl_warn_set=
8453 set x $WARN_CFLAGS; shift
8454 for gl_warn_item
8456 case " $nw " in
8457 *" $gl_warn_item "*)
8460 gl_warn_set="$gl_warn_set $gl_warn_item"
8462 esac
8463 done
8464 GNULIB_WARN_CFLAGS=$gl_warn_set
8474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works for files in the same directory" >&5
8475 $as_echo_n "checking whether ln -s works for files in the same directory... " >&6; }
8476 rm -f conf$$ conf$$.file
8478 LN_S_FILEONLY='cp -p'
8480 if (echo >conf$$.file) 2>/dev/null; then
8481 if ln -s conf$$.file conf$$ 2>/dev/null; then
8482 LN_S_FILEONLY='ln -s'
8483 elif ln conf$$.file conf$$ 2>/dev/null; then
8484 LN_S_FILEONLY=ln
8488 rm -f conf$$ conf$$.file
8490 if test "$LN_S_FILEONLY" = "ln -s"; then
8491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8492 $as_echo "yes" >&6; }
8493 else
8494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S_FILEONLY" >&5
8495 $as_echo "no, using $LN_S_FILEONLY" >&6; }
8501 if test "$opsys" = "mingw32"; then
8502 LN_S="ln"
8505 # Extract the first word of "install-info", so it can be a program name with args.
8506 set dummy install-info; ac_word=$2
8507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8508 $as_echo_n "checking for $ac_word... " >&6; }
8509 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then :
8510 $as_echo_n "(cached) " >&6
8511 else
8512 case $INSTALL_INFO in
8513 [\\/]* | ?:[\\/]*)
8514 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
8517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8518 for as_dir in $PATH$PATH_SEPARATOR/usr/sbin$PATH_SEPARATOR/sbin
8520 IFS=$as_save_IFS
8521 test -z "$as_dir" && as_dir=.
8522 for ac_exec_ext in '' $ac_executable_extensions; do
8523 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8524 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
8525 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8526 break 2
8528 done
8529 done
8530 IFS=$as_save_IFS
8532 test -z "$ac_cv_path_INSTALL_INFO" && ac_cv_path_INSTALL_INFO=":"
8534 esac
8536 INSTALL_INFO=$ac_cv_path_INSTALL_INFO
8537 if test -n "$INSTALL_INFO"; then
8538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL_INFO" >&5
8539 $as_echo "$INSTALL_INFO" >&6; }
8540 else
8541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8542 $as_echo "no" >&6; }
8546 # Extract the first word of "gzip", so it can be a program name with args.
8547 set dummy gzip; ac_word=$2
8548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8549 $as_echo_n "checking for $ac_word... " >&6; }
8550 if test "${ac_cv_path_GZIP_PROG+set}" = set; then :
8551 $as_echo_n "(cached) " >&6
8552 else
8553 case $GZIP_PROG in
8554 [\\/]* | ?:[\\/]*)
8555 ac_cv_path_GZIP_PROG="$GZIP_PROG" # Let the user override the test with a path.
8558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8559 for as_dir in $PATH
8561 IFS=$as_save_IFS
8562 test -z "$as_dir" && as_dir=.
8563 for ac_exec_ext in '' $ac_executable_extensions; do
8564 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8565 ac_cv_path_GZIP_PROG="$as_dir/$ac_word$ac_exec_ext"
8566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8567 break 2
8569 done
8570 done
8571 IFS=$as_save_IFS
8574 esac
8576 GZIP_PROG=$ac_cv_path_GZIP_PROG
8577 if test -n "$GZIP_PROG"; then
8578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GZIP_PROG" >&5
8579 $as_echo "$GZIP_PROG" >&6; }
8580 else
8581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8582 $as_echo "no" >&6; }
8587 if test $opsys = gnu-linux; then
8588 # Extract the first word of "paxctl", so it can be a program name with args.
8589 set dummy paxctl; ac_word=$2
8590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8591 $as_echo_n "checking for $ac_word... " >&6; }
8592 if test "${ac_cv_path_PAXCTL+set}" = set; then :
8593 $as_echo_n "(cached) " >&6
8594 else
8595 case $PAXCTL in
8596 [\\/]* | ?:[\\/]*)
8597 ac_cv_path_PAXCTL="$PAXCTL" # Let the user override the test with a path.
8600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8601 for as_dir in $PATH$PATH_SEPARATOR/sbin$PATH_SEPARATOR/usr/sbin
8603 IFS=$as_save_IFS
8604 test -z "$as_dir" && as_dir=.
8605 for ac_exec_ext in '' $ac_executable_extensions; do
8606 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8607 ac_cv_path_PAXCTL="$as_dir/$ac_word$ac_exec_ext"
8608 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8609 break 2
8611 done
8612 done
8613 IFS=$as_save_IFS
8616 esac
8618 PAXCTL=$ac_cv_path_PAXCTL
8619 if test -n "$PAXCTL"; then
8620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PAXCTL" >&5
8621 $as_echo "$PAXCTL" >&6; }
8622 else
8623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8624 $as_echo "no" >&6; }
8628 if test "X$PAXCTL" != X; then
8629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether binaries have a PT_PAX_FLAGS header" >&5
8630 $as_echo_n "checking whether binaries have a PT_PAX_FLAGS header... " >&6; }
8631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8632 /* end confdefs.h. */
8635 main ()
8639 return 0;
8641 _ACEOF
8642 if ac_fn_c_try_link "$LINENO"; then :
8643 if $PAXCTL -v conftest$EXEEXT >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8644 $as_echo "yes" >&6; }
8645 else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8646 $as_echo "no" >&6; }; PAXCTL=""; fi
8648 rm -f core conftest.err conftest.$ac_objext \
8649 conftest$ac_exeext conftest.$ac_ext
8653 ## Need makeinfo >= 4.7 (?) to build the manuals.
8654 # Extract the first word of "makeinfo", so it can be a program name with args.
8655 set dummy makeinfo; ac_word=$2
8656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8657 $as_echo_n "checking for $ac_word... " >&6; }
8658 if test "${ac_cv_path_MAKEINFO+set}" = set; then :
8659 $as_echo_n "(cached) " >&6
8660 else
8661 case $MAKEINFO in
8662 [\\/]* | ?:[\\/]*)
8663 ac_cv_path_MAKEINFO="$MAKEINFO" # Let the user override the test with a path.
8666 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8667 for as_dir in $PATH
8669 IFS=$as_save_IFS
8670 test -z "$as_dir" && as_dir=.
8671 for ac_exec_ext in '' $ac_executable_extensions; do
8672 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8673 ac_cv_path_MAKEINFO="$as_dir/$ac_word$ac_exec_ext"
8674 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8675 break 2
8677 done
8678 done
8679 IFS=$as_save_IFS
8681 test -z "$ac_cv_path_MAKEINFO" && ac_cv_path_MAKEINFO="no"
8683 esac
8685 MAKEINFO=$ac_cv_path_MAKEINFO
8686 if test -n "$MAKEINFO"; then
8687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
8688 $as_echo "$MAKEINFO" >&6; }
8689 else
8690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8691 $as_echo "no" >&6; }
8695 if test "$MAKEINFO" != "no"; then
8696 case `
8697 $MAKEINFO --version 2> /dev/null |
8698 $EGREP 'texinfo[^0-9]*([1-4][0-9]+|[5-9]|4\.[7-9]|4\.[1-6][0-9]+)'
8699 ` in
8700 '') MAKEINFO=no;;
8701 esac
8704 ## Makeinfo is unusual. For a released Emacs, the manuals are
8705 ## pre-built, and not deleted by the normal clean rules. makeinfo is
8706 ## therefore in the category of "special tools" not normally required, which
8707 ## configure does not have to check for (eg autoconf itself).
8708 ## In a Bazaar checkout on the other hand, the manuals are not included.
8709 ## So makeinfo is a requirement to build from Bazaar, and configure
8710 ## should test for it as it does for any other build requirement.
8711 ## We use the presence of $srcdir/info/emacs to distinguish a release,
8712 ## with pre-built manuals, from a Bazaar checkout.
8713 HAVE_MAKEINFO=yes
8715 if test "$MAKEINFO" = "no"; then
8716 MAKEINFO=makeinfo
8717 if test "x${with_makeinfo}" = "xno"; then
8718 HAVE_MAKEINFO=no
8719 elif test ! -e "$srcdir/info/emacs" && test ! -e "$srcdir/info/emacs.info"; then
8720 as_fn_error "You do not seem to have makeinfo >= 4.7, and your
8721 source tree does not seem to have pre-built manuals in the \`info' directory.
8722 Either install a suitable version of makeinfo, or re-run configure
8723 with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5
8728 INFO_EXT=.info
8729 INFO_OPTS=--no-split
8734 if test x$GCC = xyes; then
8735 test "x$GCC_LINK_TEST_OPTIONS" != x && \
8736 ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"
8737 else
8738 test "x$NON_GCC_LINK_TEST_OPTIONS" != x && \
8739 ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
8743 late_LDFLAGS=$LDFLAGS
8744 if test x$GCC = xyes; then
8745 LDFLAGS="$LDFLAGS -Wl,-znocombreloc"
8746 else
8747 LDFLAGS="$LDFLAGS -znocombreloc"
8750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -znocombreloc" >&5
8751 $as_echo_n "checking for -znocombreloc... " >&6; }
8752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8753 /* end confdefs.h. */
8756 main ()
8760 return 0;
8762 _ACEOF
8763 if ac_fn_c_try_link "$LINENO"; then :
8764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8765 $as_echo "yes" >&6; }
8766 else
8767 LDFLAGS=$late_LDFLAGS
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8769 $as_echo "no" >&6; }
8771 rm -f core conftest.err conftest.$ac_objext \
8772 conftest$ac_exeext conftest.$ac_ext
8775 test "x$CANNOT_DUMP" = "x" && CANNOT_DUMP=no
8776 case "$opsys" in
8777 your-opsys-here) CANNOT_DUMP=yes ;;
8778 esac
8780 test "$CANNOT_DUMP" = "yes" && \
8782 $as_echo "#define CANNOT_DUMP 1" >>confdefs.h
8788 UNEXEC_OBJ=unexelf.o
8789 case "$opsys" in
8790 # MSDOS uses unexcoff.o
8791 aix4-2)
8792 UNEXEC_OBJ=unexaix.o
8794 cygwin)
8795 UNEXEC_OBJ=unexcw.o
8797 darwin)
8798 UNEXEC_OBJ=unexmacosx.o
8800 hpux10-20 | hpux11)
8801 UNEXEC_OBJ=unexhp9k800.o
8803 mingw32)
8804 UNEXEC_OBJ=unexw32.o
8806 sol2-10)
8807 # Use the Solaris dldump() function, called from unexsol.c, to dump
8808 # emacs, instead of the generic ELF dump code found in unexelf.c.
8809 # The resulting binary has a complete symbol table, and is better
8810 # for debugging and other observability tools (debuggers, pstack, etc).
8812 # If you encounter a problem using dldump(), please consider sending
8813 # a message to the OpenSolaris tools-linking mailing list:
8814 # http://mail.opensolaris.org/mailman/listinfo/tools-linking
8816 # It is likely that dldump() works with older Solaris too, but this has
8817 # not been tested, so for now this change is for Solaris 10 or newer.
8818 UNEXEC_OBJ=unexsol.o
8820 esac
8822 LD_SWITCH_SYSTEM=
8823 case "$opsys" in
8824 freebsd|dragonfly)
8825 ## Let `ld' find image libs and similar things in /usr/local/lib.
8826 ## The system compiler, GCC, has apparently been modified to not
8827 ## look there, contrary to what a stock GCC would do.
8828 ### It's not our place to do this. See bug#10313#17.
8829 ### LD_SWITCH_SYSTEM=-L/usr/local/lib
8833 gnu-linux)
8834 ## cpp test was "ifdef __mips__", but presumably this is equivalent...
8835 case $host_cpu in mips*) LD_SWITCH_SYSTEM="-G 0";; esac
8838 netbsd)
8839 ### It's not our place to do this. See bug#10313#17.
8840 ### LD_SWITCH_SYSTEM="-Wl,-rpath,/usr/pkg/lib -L/usr/pkg/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib"
8844 openbsd)
8845 ## Han Boetes <han@boetes.org> says this is necessary,
8846 ## otherwise Emacs dumps core on elf systems.
8847 LD_SWITCH_SYSTEM="-Z"
8849 esac
8852 ac_link="$ac_link $LD_SWITCH_SYSTEM"
8854 ## This setting of LD_SWITCH_SYSTEM references LD_SWITCH_X_SITE_RPATH,
8855 ## which has not been defined yet. When this was handled with cpp,
8856 ## it was expanded to null when configure sourced the s/*.h file.
8857 ## Thus LD_SWITCH_SYSTEM had different values in configure and the Makefiles.
8858 ## FIXME it would be cleaner to put this in LD_SWITCH_SYSTEM_TEMACS
8859 ## (or somesuch), but because it is supposed to go at the _front_
8860 ## of LD_SWITCH_SYSTEM, we cannot do that in exactly the same way.
8861 ## Compare with the gnu-linux case below, which added to the end
8862 ## of LD_SWITCH_SYSTEM, and so can instead go at the front of
8863 ## LD_SWITCH_SYSTEM_TEMACS.
8864 case "$opsys" in
8865 netbsd|openbsd)
8866 LD_SWITCH_SYSTEM="\$(LD_SWITCH_X_SITE_RPATH) $LD_SWITCH_SYSTEM" ;;
8867 esac
8870 C_SWITCH_MACHINE=
8871 case $canonical in
8872 alpha*)
8873 ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default"
8874 if test "x$ac_cv_have_decl___ELF__" = x""yes; then :
8878 if test "$ac_cv_have_decl___ELF__" = "yes"; then
8879 ## With ELF, make sure that all common symbols get allocated to in the
8880 ## data section. Otherwise, the dump of temacs may miss variables in
8881 ## the shared library that have been initialized. For example, with
8882 ## GNU libc, __malloc_initialized would normally be resolved to the
8883 ## shared library's .bss section, which is fatal.
8884 if test "x$GCC" = "xyes"; then
8885 C_SWITCH_MACHINE="-fno-common"
8886 else
8887 as_fn_error "What gives? Fix me if DEC Unix supports ELF now." "$LINENO" 5
8889 else
8890 UNEXEC_OBJ=unexalpha.o
8893 esac
8898 C_SWITCH_SYSTEM=
8899 ## Some programs in src produce warnings saying certain subprograms
8900 ## are too complex and need a MAXMEM value greater than 2000 for
8901 ## additional optimization. --nils@exp-math.uni-essen.de
8902 test "$opsys" = "aix4.2" && test "x$GCC" != "xyes" && \
8903 C_SWITCH_SYSTEM="-ma -qmaxmem=4000"
8904 test "$opsys" = "mingw32" && C_SWITCH_SYSTEM="-mtune=pentium4"
8905 ## gnu-linux might need -D_BSD_SOURCE on old libc5 systems.
8906 ## It is redundant in glibc2, since we define _GNU_SOURCE.
8910 LIBS_SYSTEM=
8911 case "$opsys" in
8912 ## IBM's X11R5 uses -lIM and -liconv in AIX 3.2.2.
8913 aix4-2) LIBS_SYSTEM="-lrts -lIM -liconv" ;;
8915 freebsd|dragonfly) LIBS_SYSTEM="-lutil" ;;
8917 hpux*) LIBS_SYSTEM="-l:libdld.sl" ;;
8919 sol2*) LIBS_SYSTEM="-lsocket -lnsl" ;;
8921 ## Motif needs -lgen.
8922 unixware) LIBS_SYSTEM="-lsocket -lnsl -lelf -lgen" ;;
8923 esac
8927 ### Make sure subsequent tests use flags consistent with the build flags.
8929 if test x"${OVERRIDE_CPPFLAGS}" != x; then
8930 CPPFLAGS="${OVERRIDE_CPPFLAGS}"
8931 else
8932 CPPFLAGS="$C_SWITCH_SYSTEM $C_SWITCH_MACHINE $CPPFLAGS"
8935 # Suppress obsolescent Autoconf test for size_t; Emacs assumes C89 or better.
8937 # Likewise for obsolescent test for uid_t, gid_t; Emacs assumes them.
8941 LIB_MATH=-lm
8942 SYSTEM_TYPE=`echo $opsys | sed -e 's/[0-9].*//' -e 's|-|/|'`
8944 case $opsys in
8945 cygwin )
8946 LIB_MATH=
8948 darwin )
8949 ## Adding -lm confuses the dynamic linker, so omit it.
8950 LIB_MATH=
8952 freebsd | dragonfly )
8953 SYSTEM_TYPE=berkeley-unix
8955 gnu-linux | gnu-kfreebsd )
8957 hpux10-20 | hpux11 )
8959 mingw32 )
8960 LIB_MATH=
8961 SYSTEM_TYPE=windows-nt
8963 netbsd | openbsd )
8964 SYSTEM_TYPE=berkeley-unix
8967 sol2* | unixware )
8968 SYSTEM_TYPE=usg-unix-v
8971 esac
8975 cat >>confdefs.h <<_ACEOF
8976 #define SYSTEM_TYPE "$SYSTEM_TYPE"
8977 _ACEOF
8981 pre_PKG_CONFIG_CFLAGS=$CFLAGS
8982 pre_PKG_CONFIG_LIBS=$LIBS
8984 # Extract the first word of "pkg-config", so it can be a program name with args.
8985 set dummy pkg-config; ac_word=$2
8986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8987 $as_echo_n "checking for $ac_word... " >&6; }
8988 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
8989 $as_echo_n "(cached) " >&6
8990 else
8991 case $PKG_CONFIG in
8992 [\\/]* | ?:[\\/]*)
8993 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
8996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8997 for as_dir in $PATH
8999 IFS=$as_save_IFS
9000 test -z "$as_dir" && as_dir=.
9001 for ac_exec_ext in '' $ac_executable_extensions; do
9002 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9003 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
9004 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9005 break 2
9007 done
9008 done
9009 IFS=$as_save_IFS
9011 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
9013 esac
9015 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
9016 if test -n "$PKG_CONFIG"; then
9017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
9018 $as_echo "$PKG_CONFIG" >&6; }
9019 else
9020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9021 $as_echo "no" >&6; }
9028 HAVE_SOUND=no
9029 if test "${with_sound}" != "no"; then
9030 # Sound support for GNU/Linux, the free BSDs, and MinGW.
9031 for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h
9032 do :
9033 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9034 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "
9035 #ifdef __MINGW32__
9036 #define WIN32_LEAN_AND_MEAN
9037 #include <windows.h>
9038 #endif
9041 eval as_val=\$$as_ac_Header
9042 if test "x$as_val" = x""yes; then :
9043 cat >>confdefs.h <<_ACEOF
9044 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9045 _ACEOF
9046 have_sound_header=yes
9049 done
9051 if test "${with_sound}" = "ossaudio" || test "${with_sound}" = "yes"; then
9052 # Emulation library used on NetBSD.
9053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
9054 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
9055 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
9056 $as_echo_n "(cached) " >&6
9057 else
9058 ac_check_lib_save_LIBS=$LIBS
9059 LIBS="-lossaudio $LIBS"
9060 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9061 /* end confdefs.h. */
9063 /* Override any GCC internal prototype to avoid an error.
9064 Use char because int might match the return type of a GCC
9065 builtin and then its argument prototype would still apply. */
9066 #ifdef __cplusplus
9067 extern "C"
9068 #endif
9069 char _oss_ioctl ();
9071 main ()
9073 return _oss_ioctl ();
9075 return 0;
9077 _ACEOF
9078 if ac_fn_c_try_link "$LINENO"; then :
9079 ac_cv_lib_ossaudio__oss_ioctl=yes
9080 else
9081 ac_cv_lib_ossaudio__oss_ioctl=no
9083 rm -f core conftest.err conftest.$ac_objext \
9084 conftest$ac_exeext conftest.$ac_ext
9085 LIBS=$ac_check_lib_save_LIBS
9087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
9088 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
9089 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
9090 LIBSOUND=-lossaudio
9091 else
9092 LIBSOUND=
9095 test "${with_sound}" = "ossaudio" && test -z "$LIBSOUND" && \
9096 as_fn_error "ossaudio sound support requested but not found." "$LINENO" 5
9100 if test "${with_sound}" = "alsa" || test "${with_sound}" = "yes"; then
9101 ALSA_REQUIRED=1.0.0
9102 ALSA_MODULES="alsa >= $ALSA_REQUIRED"
9104 succeeded=no
9106 if test "$PKG_CONFIG" = "no" ; then
9107 HAVE_ALSA=no
9108 else
9109 PKG_CONFIG_MIN_VERSION=0.9.0
9110 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
9111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ALSA_MODULES" >&5
9112 $as_echo_n "checking for $ALSA_MODULES... " >&6; }
9114 if "$PKG_CONFIG" --exists "$ALSA_MODULES" 2>&5 &&
9115 ALSA_CFLAGS=`"$PKG_CONFIG" --cflags "$ALSA_MODULES" 2>&5` &&
9116 ALSA_LIBS=`"$PKG_CONFIG" --libs "$ALSA_MODULES" 2>&5`; then
9117 edit_cflags="
9118 s,///*,/,g
9119 s/^/ /
9120 s/ -I/ $isystem/g
9121 s/^ //
9123 ALSA_CFLAGS=`$as_echo "$ALSA_CFLAGS" | sed -e "$edit_cflags"`
9124 ALSA_LIBS=`$as_echo "$ALSA_LIBS" | sed -e 's,///*,/,g'`
9125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$ALSA_CFLAGS' LIBS='$ALSA_LIBS'" >&5
9126 $as_echo "yes CFLAGS='$ALSA_CFLAGS' LIBS='$ALSA_LIBS'" >&6; }
9127 succeeded=yes
9128 else
9129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9130 $as_echo "no" >&6; }
9131 ALSA_CFLAGS=""
9132 ALSA_LIBS=""
9133 ## If we have a custom action on failure, don't print errors, but
9134 ## do set a variable so people can do so. Do it in a subshell
9135 ## to capture any diagnostics in invoking pkg-config.
9136 ALSA_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "$ALSA_MODULES") 2>&1`
9142 else
9143 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
9144 echo "*** See http://www.freedesktop.org/software/pkgconfig"
9148 if test $succeeded = yes; then
9149 HAVE_ALSA=yes
9150 else
9151 HAVE_ALSA=no
9154 if test $HAVE_ALSA = yes; then
9155 SAVE_CFLAGS="$CFLAGS"
9156 SAVE_LIBS="$LIBS"
9157 CFLAGS="$ALSA_CFLAGS $CFLAGS"
9158 LIBS="$ALSA_LIBS $LIBS"
9159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9160 /* end confdefs.h. */
9161 #include <asoundlib.h>
9163 main ()
9165 snd_lib_error_set_handler (0);
9167 return 0;
9169 _ACEOF
9170 if ac_fn_c_try_compile "$LINENO"; then :
9171 emacs_alsa_normal=yes
9172 else
9173 emacs_alsa_normal=no
9175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9176 if test "$emacs_alsa_normal" != yes; then
9177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9178 /* end confdefs.h. */
9179 #include <alsa/asoundlib.h>
9181 main ()
9183 snd_lib_error_set_handler (0);
9185 return 0;
9187 _ACEOF
9188 if ac_fn_c_try_compile "$LINENO"; then :
9189 emacs_alsa_subdir=yes
9190 else
9191 emacs_alsa_subdir=no
9193 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9194 if test "$emacs_alsa_subdir" != yes; then
9195 as_fn_error "pkg-config found alsa, but it does not compile. See config.log for error messages." "$LINENO" 5
9197 ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE"
9200 CFLAGS="$SAVE_CFLAGS"
9201 LIBS="$SAVE_LIBS"
9202 LIBSOUND="$LIBSOUND $ALSA_LIBS"
9203 CFLAGS_SOUND="$CFLAGS_SOUND $ALSA_CFLAGS"
9205 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
9207 elif test "${with_sound}" = "alsa"; then
9208 as_fn_error "ALSA sound support requested but not found." "$LINENO" 5
9211 if test x$have_sound_header = xyes || test $HAVE_ALSA = yes; then
9212 case "$opsys" in
9213 gnu-linux|freebsd|netbsd|mingw32)
9215 $as_echo "#define HAVE_SOUND 1" >>confdefs.h
9217 HAVE_SOUND=yes
9219 esac
9228 for ac_header in $ac_header_list
9229 do :
9230 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9231 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
9233 eval as_val=\$$as_ac_Header
9234 if test "x$as_val" = x""yes; then :
9235 cat >>confdefs.h <<_ACEOF
9236 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9237 _ACEOF
9241 done
9261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if personality LINUX32 can be set" >&5
9262 $as_echo_n "checking if personality LINUX32 can be set... " >&6; }
9263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9264 /* end confdefs.h. */
9265 #include <sys/personality.h>
9267 main ()
9269 personality (PER_LINUX32)
9271 return 0;
9273 _ACEOF
9274 if ac_fn_c_try_compile "$LINENO"; then :
9275 emacs_cv_personality_linux32=yes
9276 else
9277 emacs_cv_personality_linux32=no
9279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_personality_linux32" >&5
9281 $as_echo "$emacs_cv_personality_linux32" >&6; }
9283 if test $emacs_cv_personality_linux32 = yes; then
9285 $as_echo "#define HAVE_PERSONALITY_LINUX32 1" >>confdefs.h
9289 for ac_header in term.h
9290 do :
9291 ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h"
9292 if test "x$ac_cv_header_term_h" = x""yes; then :
9293 cat >>confdefs.h <<_ACEOF
9294 #define HAVE_TERM_H 1
9295 _ACEOF
9299 done
9301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
9302 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
9303 if test "${ac_cv_header_time+set}" = set; then :
9304 $as_echo_n "(cached) " >&6
9305 else
9306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9307 /* end confdefs.h. */
9308 #include <sys/types.h>
9309 #include <sys/time.h>
9310 #include <time.h>
9313 main ()
9315 if ((struct tm *) 0)
9316 return 0;
9318 return 0;
9320 _ACEOF
9321 if ac_fn_c_try_compile "$LINENO"; then :
9322 ac_cv_header_time=yes
9323 else
9324 ac_cv_header_time=no
9326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
9329 $as_echo "$ac_cv_header_time" >&6; }
9330 if test $ac_cv_header_time = yes; then
9332 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
9336 ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "#include <signal.h>
9339 if test "x$ac_cv_have_decl_sys_siglist" = x""yes; then :
9340 ac_have_decl=1
9341 else
9342 ac_have_decl=0
9345 cat >>confdefs.h <<_ACEOF
9346 #define HAVE_DECL_SYS_SIGLIST $ac_have_decl
9347 _ACEOF
9349 if test $ac_cv_have_decl_sys_siglist != yes; then
9350 # For Tru64, at least:
9351 ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "#include <signal.h>
9354 if test "x$ac_cv_have_decl___sys_siglist" = x""yes; then :
9355 ac_have_decl=1
9356 else
9357 ac_have_decl=0
9360 cat >>confdefs.h <<_ACEOF
9361 #define HAVE_DECL___SYS_SIGLIST $ac_have_decl
9362 _ACEOF
9365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
9366 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
9367 if test "${ac_cv_header_sys_wait_h+set}" = set; then :
9368 $as_echo_n "(cached) " >&6
9369 else
9370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9371 /* end confdefs.h. */
9372 #include <sys/types.h>
9373 #include <sys/wait.h>
9374 #ifndef WEXITSTATUS
9375 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
9376 #endif
9377 #ifndef WIFEXITED
9378 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
9379 #endif
9382 main ()
9384 int s;
9385 wait (&s);
9386 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
9388 return 0;
9390 _ACEOF
9391 if ac_fn_c_try_compile "$LINENO"; then :
9392 ac_cv_header_sys_wait_h=yes
9393 else
9394 ac_cv_header_sys_wait_h=no
9396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
9399 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
9400 if test $ac_cv_header_sys_wait_h = yes; then
9402 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
9410 for ac_header in net/if.h
9411 do :
9412 ac_fn_c_check_header_compile "$LINENO" "net/if.h" "ac_cv_header_net_if_h" "$ac_includes_default
9413 #if HAVE_SYS_SOCKET_H
9414 #include <sys/socket.h>
9415 #endif
9417 if test "x$ac_cv_header_net_if_h" = x""yes; then :
9418 cat >>confdefs.h <<_ACEOF
9419 #define HAVE_NET_IF_H 1
9420 _ACEOF
9424 done
9426 for ac_header in ifaddrs.h
9427 do :
9428 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "$ac_includes_default
9429 #if HAVE_SYS_SOCKET_H
9430 #include <sys/socket.h>
9431 #endif
9433 if test "x$ac_cv_header_ifaddrs_h" = x""yes; then :
9434 cat >>confdefs.h <<_ACEOF
9435 #define HAVE_IFADDRS_H 1
9436 _ACEOF
9440 done
9442 for ac_header in net/if_dl.h
9443 do :
9444 ac_fn_c_check_header_compile "$LINENO" "net/if_dl.h" "ac_cv_header_net_if_dl_h" "$ac_includes_default
9445 #if HAVE_SYS_SOCKET_H
9446 #include <sys/socket.h>
9447 #endif
9449 if test "x$ac_cv_header_net_if_dl_h" = x""yes; then :
9450 cat >>confdefs.h <<_ACEOF
9451 #define HAVE_NET_IF_DL_H 1
9452 _ACEOF
9456 done
9459 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_flags" "ac_cv_member_struct_ifreq_ifr_flags" "$ac_includes_default
9460 #if HAVE_SYS_SOCKET_H
9461 #include <sys/socket.h>
9462 #endif
9463 #if HAVE_NET_IF_H
9464 #include <net/if.h>
9465 #endif
9467 if test "x$ac_cv_member_struct_ifreq_ifr_flags" = x""yes; then :
9469 cat >>confdefs.h <<_ACEOF
9470 #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
9471 _ACEOF
9475 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "$ac_includes_default
9476 #if HAVE_SYS_SOCKET_H
9477 #include <sys/socket.h>
9478 #endif
9479 #if HAVE_NET_IF_H
9480 #include <net/if.h>
9481 #endif
9483 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
9485 cat >>confdefs.h <<_ACEOF
9486 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
9487 _ACEOF
9491 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_netmask" "ac_cv_member_struct_ifreq_ifr_netmask" "$ac_includes_default
9492 #if HAVE_SYS_SOCKET_H
9493 #include <sys/socket.h>
9494 #endif
9495 #if HAVE_NET_IF_H
9496 #include <net/if.h>
9497 #endif
9499 if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = x""yes; then :
9501 cat >>confdefs.h <<_ACEOF
9502 #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
9503 _ACEOF
9507 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_broadaddr" "ac_cv_member_struct_ifreq_ifr_broadaddr" "$ac_includes_default
9508 #if HAVE_SYS_SOCKET_H
9509 #include <sys/socket.h>
9510 #endif
9511 #if HAVE_NET_IF_H
9512 #include <net/if.h>
9513 #endif
9515 if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = x""yes; then :
9517 cat >>confdefs.h <<_ACEOF
9518 #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
9519 _ACEOF
9523 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_addr" "ac_cv_member_struct_ifreq_ifr_addr" "$ac_includes_default
9524 #if HAVE_SYS_SOCKET_H
9525 #include <sys/socket.h>
9526 #endif
9527 #if HAVE_NET_IF_H
9528 #include <net/if.h>
9529 #endif
9531 if test "x$ac_cv_member_struct_ifreq_ifr_addr" = x""yes; then :
9533 cat >>confdefs.h <<_ACEOF
9534 #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
9535 _ACEOF
9539 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_addr.sa_len" "ac_cv_member_struct_ifreq_ifr_addr_sa_len" "$ac_includes_default
9540 #if HAVE_SYS_SOCKET_H
9541 #include <sys/socket.h>
9542 #endif
9543 #if HAVE_NET_IF_H
9544 #include <net/if.h>
9545 #endif
9547 if test "x$ac_cv_member_struct_ifreq_ifr_addr_sa_len" = x""yes; then :
9549 cat >>confdefs.h <<_ACEOF
9550 #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
9551 _ACEOF
9559 DEPFLAGS=
9560 MKDEPDIR=":"
9561 deps_frag=deps.mk
9562 if test "$GCC" = yes && test "$ac_enable_autodepend" = yes; then
9563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using GNU Make" >&5
9564 $as_echo_n "checking whether we are using GNU Make... " >&6; }
9565 HAVE_GNU_MAKE=no
9566 testval=`${MAKE-make} --version 2>/dev/null | grep 'GNU Make'`
9567 if test "x$testval" != x; then
9568 HAVE_GNU_MAKE=yes
9569 else
9570 ac_enable_autodepend=no
9572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_GNU_MAKE" >&5
9573 $as_echo "$HAVE_GNU_MAKE" >&6; }
9574 if test $HAVE_GNU_MAKE = yes; then
9575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands -MMD -MF" >&5
9576 $as_echo_n "checking whether gcc understands -MMD -MF... " >&6; }
9577 SAVE_CFLAGS="$CFLAGS"
9578 CFLAGS="$CFLAGS -MMD -MF deps.d -MP"
9579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9580 /* end confdefs.h. */
9583 main ()
9587 return 0;
9589 _ACEOF
9590 if ac_fn_c_try_compile "$LINENO"; then :
9592 else
9593 ac_enable_autodepend=no
9595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9596 CFLAGS="$SAVE_CFLAGS"
9597 test -f deps.d || ac_enable_autodepend=no
9598 rm -rf deps.d
9599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_enable_autodepend" >&5
9600 $as_echo "$ac_enable_autodepend" >&6; }
9602 if test $ac_enable_autodepend = yes; then
9603 DEPFLAGS='-MMD -MF ${DEPDIR}/$*.d -MP'
9604 ## MKDIR_P is documented (see AC_PROG_MKDIR_P) to be parallel-safe.
9605 MKDEPDIR='${MKDIR_P} ${DEPDIR}'
9606 deps_frag=autodeps.mk
9609 deps_frag=$srcdir/src/$deps_frag
9615 lisp_frag=$srcdir/src/lisp.mk
9619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5
9620 $as_echo_n "checking for long file names... " >&6; }
9621 if test "${ac_cv_sys_long_file_names+set}" = set; then :
9622 $as_echo_n "(cached) " >&6
9623 else
9624 ac_cv_sys_long_file_names=yes
9625 # Test for long file names in all the places we know might matter:
9626 # . the current directory, where building will happen
9627 # $prefix/lib where we will be installing things
9628 # $exec_prefix/lib likewise
9629 # $TMPDIR if set, where it might want to write temporary files
9630 # /tmp where it might want to write temporary files
9631 # /var/tmp likewise
9632 # /usr/tmp likewise
9633 for ac_dir in . "$TMPDIR" /tmp /var/tmp /usr/tmp "$prefix/lib" "$exec_prefix/lib"; do
9634 # Skip $TMPDIR if it is empty or bogus, and skip $exec_prefix/lib
9635 # in the usual case where exec_prefix is '${prefix}'.
9636 case $ac_dir in #(
9637 . | /* | ?:[\\/]*) ;; #(
9638 *) continue;;
9639 esac
9640 test -w "$ac_dir/." || continue # It is less confusing to not echo anything here.
9641 ac_xdir=$ac_dir/cf$$
9642 (umask 077 && mkdir "$ac_xdir" 2>/dev/null) || continue
9643 ac_tf1=$ac_xdir/conftest9012345
9644 ac_tf2=$ac_xdir/conftest9012346
9645 touch "$ac_tf1" 2>/dev/null && test -f "$ac_tf1" && test ! -f "$ac_tf2" ||
9646 ac_cv_sys_long_file_names=no
9647 rm -f -r "$ac_xdir" 2>/dev/null
9648 test $ac_cv_sys_long_file_names = no && break
9649 done
9651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_long_file_names" >&5
9652 $as_echo "$ac_cv_sys_long_file_names" >&6; }
9653 if test $ac_cv_sys_long_file_names = yes; then
9655 $as_echo "#define HAVE_LONG_FILE_NAMES 1" >>confdefs.h
9660 #### Choose a window system.
9662 ## We leave window_system equal to none if
9663 ## we end up building without one. Any new window system should
9664 ## set window_system to an appropriate value and add objects to
9665 ## window-system-specific substs.
9667 window_system=none
9668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
9669 $as_echo_n "checking for X... " >&6; }
9672 # Check whether --with-x was given.
9673 if test "${with_x+set}" = set; then :
9674 withval=$with_x;
9677 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9678 if test "x$with_x" = xno; then
9679 # The user explicitly disabled X.
9680 have_x=disabled
9681 else
9682 case $x_includes,$x_libraries in #(
9683 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
9684 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
9685 $as_echo_n "(cached) " >&6
9686 else
9687 # One or both of the vars are not set, and there is no cached value.
9688 ac_x_includes=no ac_x_libraries=no
9689 rm -f -r conftest.dir
9690 if mkdir conftest.dir; then
9691 cd conftest.dir
9692 cat >Imakefile <<'_ACEOF'
9693 incroot:
9694 @echo incroot='${INCROOT}'
9695 usrlibdir:
9696 @echo usrlibdir='${USRLIBDIR}'
9697 libdir:
9698 @echo libdir='${LIBDIR}'
9699 _ACEOF
9700 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
9701 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
9702 for ac_var in incroot usrlibdir libdir; do
9703 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9704 done
9705 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9706 for ac_extension in a so sl dylib la dll; do
9707 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9708 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9709 ac_im_usrlibdir=$ac_im_libdir; break
9711 done
9712 # Screen out bogus values from the imake configuration. They are
9713 # bogus both because they are the default anyway, and because
9714 # using them would break gcc on systems where it needs fixed includes.
9715 case $ac_im_incroot in
9716 /usr/include) ac_x_includes= ;;
9717 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
9718 esac
9719 case $ac_im_usrlibdir in
9720 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
9721 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
9722 esac
9724 cd ..
9725 rm -f -r conftest.dir
9728 # Standard set of common directories for X headers.
9729 # Check X11 before X11Rn because it is often a symlink to the current release.
9730 ac_x_header_dirs='
9731 /usr/X11/include
9732 /usr/X11R7/include
9733 /usr/X11R6/include
9734 /usr/X11R5/include
9735 /usr/X11R4/include
9737 /usr/include/X11
9738 /usr/include/X11R7
9739 /usr/include/X11R6
9740 /usr/include/X11R5
9741 /usr/include/X11R4
9743 /usr/local/X11/include
9744 /usr/local/X11R7/include
9745 /usr/local/X11R6/include
9746 /usr/local/X11R5/include
9747 /usr/local/X11R4/include
9749 /usr/local/include/X11
9750 /usr/local/include/X11R7
9751 /usr/local/include/X11R6
9752 /usr/local/include/X11R5
9753 /usr/local/include/X11R4
9755 /usr/X386/include
9756 /usr/x386/include
9757 /usr/XFree86/include/X11
9759 /usr/include
9760 /usr/local/include
9761 /usr/unsupported/include
9762 /usr/athena/include
9763 /usr/local/x11r5/include
9764 /usr/lpp/Xamples/include
9766 /usr/openwin/include
9767 /usr/openwin/share/include'
9769 if test "$ac_x_includes" = no; then
9770 # Guess where to find include files, by looking for Xlib.h.
9771 # First, try using that file with no special directory specified.
9772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9773 /* end confdefs.h. */
9774 #include <X11/Xlib.h>
9775 _ACEOF
9776 if ac_fn_c_try_cpp "$LINENO"; then :
9777 # We can compile using X headers with no special include directory.
9778 ac_x_includes=
9779 else
9780 for ac_dir in $ac_x_header_dirs; do
9781 if test -r "$ac_dir/X11/Xlib.h"; then
9782 ac_x_includes=$ac_dir
9783 break
9785 done
9787 rm -f conftest.err conftest.$ac_ext
9788 fi # $ac_x_includes = no
9790 if test "$ac_x_libraries" = no; then
9791 # Check for the libraries.
9792 # See if we find them without any special options.
9793 # Don't add to $LIBS permanently.
9794 ac_save_LIBS=$LIBS
9795 LIBS="-lX11 $LIBS"
9796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9797 /* end confdefs.h. */
9798 #include <X11/Xlib.h>
9800 main ()
9802 XrmInitialize ()
9804 return 0;
9806 _ACEOF
9807 if ac_fn_c_try_link "$LINENO"; then :
9808 LIBS=$ac_save_LIBS
9809 # We can link X programs with no special library path.
9810 ac_x_libraries=
9811 else
9812 LIBS=$ac_save_LIBS
9813 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9815 # Don't even attempt the hair of trying to link an X program!
9816 for ac_extension in a so sl dylib la dll; do
9817 if test -r "$ac_dir/libX11.$ac_extension"; then
9818 ac_x_libraries=$ac_dir
9819 break 2
9821 done
9822 done
9824 rm -f core conftest.err conftest.$ac_objext \
9825 conftest$ac_exeext conftest.$ac_ext
9826 fi # $ac_x_libraries = no
9828 case $ac_x_includes,$ac_x_libraries in #(
9829 no,* | *,no | *\'*)
9830 # Didn't find X, or a directory has "'" in its name.
9831 ac_cv_have_x="have_x=no";; #(
9833 # Record where we found X for the cache.
9834 ac_cv_have_x="have_x=yes\
9835 ac_x_includes='$ac_x_includes'\
9836 ac_x_libraries='$ac_x_libraries'"
9837 esac
9839 ;; #(
9840 *) have_x=yes;;
9841 esac
9842 eval "$ac_cv_have_x"
9843 fi # $with_x != no
9845 if test "$have_x" != yes; then
9846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9847 $as_echo "$have_x" >&6; }
9848 no_x=yes
9849 else
9850 # If each of the values was on the command line, it overrides each guess.
9851 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9852 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9853 # Update the cache value to reflect the command line values.
9854 ac_cv_have_x="have_x=yes\
9855 ac_x_includes='$x_includes'\
9856 ac_x_libraries='$x_libraries'"
9857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9858 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9861 if test "$no_x" != yes; then
9862 window_system=x11
9865 LD_SWITCH_X_SITE_RPATH=
9866 if test "${x_libraries}" != NONE; then
9867 if test -n "${x_libraries}"; then
9868 LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"`
9869 LD_SWITCH_X_SITE_RPATH=-Wl,-rpath,`echo ${x_libraries} | sed -e "s/:/ -Wl,-rpath,/g"`
9871 x_default_search_path=""
9872 x_search_path=${x_libraries}
9873 if test -z "${x_search_path}"; then
9874 x_search_path=/usr/lib
9876 for x_library in `echo ${x_search_path}: | \
9877 sed -e "s/:/ /g" -e p -e "s:/lib[^ /]* :/share :g"`; do
9878 x_search_path="\
9879 ${x_library}/X11/%L/%T/%N%C%S:\
9880 ${x_library}/X11/%l/%T/%N%C%S:\
9881 ${x_library}/X11/%T/%N%C%S:\
9882 ${x_library}/X11/%L/%T/%N%S:\
9883 ${x_library}/X11/%l/%T/%N%S:\
9884 ${x_library}/X11/%T/%N%S"
9885 if test x"${x_default_search_path}" = x; then
9886 x_default_search_path=${x_search_path}
9887 else
9888 x_default_search_path="${x_search_path}:${x_default_search_path}"
9890 done
9894 if test "${x_includes}" != NONE && test -n "${x_includes}"; then
9895 C_SWITCH_X_SITE="$isystem"`echo ${x_includes} | sed -e "s/:/ $isystem/g"`
9898 if test x"${x_includes}" = x; then
9899 bitmapdir=/usr/include/X11/bitmaps
9900 else
9901 # accumulate include directories that have X11 bitmap subdirectories
9902 bmd_acc="dummyval"
9903 for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do
9904 if test -d "${bmd}/X11/bitmaps"; then
9905 bmd_acc="${bmd_acc}:${bmd}/X11/bitmaps"
9907 if test -d "${bmd}/bitmaps"; then
9908 bmd_acc="${bmd_acc}:${bmd}/bitmaps"
9910 done
9911 if test ${bmd_acc} != "dummyval"; then
9912 bitmapdir=`echo ${bmd_acc} | sed -e "s/^dummyval://"`
9916 HAVE_NS=no
9917 NS_IMPL_COCOA=no
9918 NS_IMPL_GNUSTEP=no
9919 tmp_CPPFLAGS="$CPPFLAGS"
9920 tmp_CFLAGS="$CFLAGS"
9921 CPPFLAGS="$CPPFLAGS -x objective-c"
9922 CFLAGS="$CFLAGS -x objective-c"
9923 GNU_OBJC_CFLAGS=
9924 LIBS_GNUSTEP=
9925 if test "${with_ns}" != no; then
9926 if test "${opsys}" = darwin; then
9927 NS_IMPL_COCOA=yes
9928 ns_appdir=`pwd`/nextstep/Emacs.app
9929 ns_appbindir=${ns_appdir}/Contents/MacOS
9930 ns_appresdir=${ns_appdir}/Contents/Resources
9931 ns_appsrc=Cocoa/Emacs.base
9932 elif test -f $GNUSTEP_CONFIG_FILE; then
9933 NS_IMPL_GNUSTEP=yes
9934 ns_appdir=`pwd`/nextstep/Emacs.app
9935 ns_appbindir=${ns_appdir}
9936 ns_appresdir=${ns_appdir}/Resources
9937 ns_appsrc=GNUstep/Emacs.base
9938 GNUSTEP_SYSTEM_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_HEADERS)"
9939 GNUSTEP_SYSTEM_LIBRARIES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_LIBRARIES)"
9940 GNUSTEP_LOCAL_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_LOCAL_HEADERS)"
9941 GNUSTEP_LOCAL_LIBRARIES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_LOCAL_LIBRARIES)"
9942 test "x${GNUSTEP_LOCAL_HEADERS}" != "x" && \
9943 GNUSTEP_LOCAL_HEADERS="-I${GNUSTEP_LOCAL_HEADERS}"
9944 test "x${GNUSTEP_LOCAL_LIBRARIES}" != "x" && \
9945 GNUSTEP_LOCAL_LIBRARIES="-L${GNUSTEP_LOCAL_LIBRARIES}"
9946 CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
9947 CFLAGS="$CFLAGS -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
9948 LDFLAGS="$LDFLAGS -L${GNUSTEP_SYSTEM_LIBRARIES} ${GNUSTEP_LOCAL_LIBRARIES}"
9949 LIBS_GNUSTEP="-lgnustep-gui -lgnustep-base -lobjc -lpthread"
9950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GNUstep defines BASE_NATIVE_OBJC_EXCEPTIONS" >&5
9951 $as_echo_n "checking if GNUstep defines BASE_NATIVE_OBJC_EXCEPTIONS... " >&6; }
9952 if test "${emacs_cv_objc_exceptions+set}" = set; then :
9953 $as_echo_n "(cached) " >&6
9954 else
9955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9956 /* end confdefs.h. */
9957 #include <GNUstepBase/GSConfig.h>
9959 main ()
9961 #if defined BASE_NATIVE_OBJC_EXCEPTIONS && BASE_NATIVE_OBJC_EXCEPTIONS > 0
9963 #else
9964 fail;
9965 #endif
9967 return 0;
9969 _ACEOF
9970 if ac_fn_c_try_compile "$LINENO"; then :
9971 emacs_cv_objc_exceptions=yes
9972 else
9973 emacs_cv_objc_exceptions=no
9975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_objc_exceptions" >&5
9978 $as_echo "$emacs_cv_objc_exceptions" >&6; }
9979 if test $emacs_cv_objc_exceptions = yes; then
9981 $as_echo "#define _NATIVE_OBJC_EXCEPTIONS 1" >>confdefs.h
9983 GNU_OBJC_CFLAGS="-fobjc-exceptions"
9987 CFLAGS="$CFLAGS $GNU_OBJC_CFLAGS"
9989 ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default"
9990 if test "x$ac_cv_header_AppKit_AppKit_h" = x""yes; then :
9991 HAVE_NS=yes
9992 else
9993 as_fn_error "\`--with-ns' was specified, but the include
9994 files are missing or cannot be compiled." "$LINENO" 5
9999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10000 /* end confdefs.h. */
10001 #include <AppKit/AppKit.h>
10003 main ()
10006 #ifdef MAC_OS_X_VERSION_MAX_ALLOWED
10007 #if MAC_OS_X_VERSION_MAX_ALLOWED >= 1040
10008 ; /* OK */
10009 #else
10010 #error "OSX 10.4 or newer required"
10011 #endif
10012 #endif
10015 return 0;
10017 _ACEOF
10018 if ac_fn_c_try_compile "$LINENO"; then :
10019 ns_osx_have_104=yes
10020 else
10021 ns_osx_have_104=no
10023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10025 /* end confdefs.h. */
10026 #include <Foundation/NSObjCRuntime.h>
10028 main ()
10030 NSInteger i;
10032 return 0;
10034 _ACEOF
10035 if ac_fn_c_try_compile "$LINENO"; then :
10036 ns_have_nsinteger=yes
10037 else
10038 ns_have_nsinteger=no
10040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10041 if test $ns_osx_have_104 = no; then
10042 as_fn_error "\`OSX 10.4 or newer is required'" "$LINENO" 5;
10044 if test $ns_have_nsinteger = yes; then
10046 $as_echo "#define NS_HAVE_NSINTEGER 1" >>confdefs.h
10053 INSTALL_ARCH_INDEP_EXTRA=install-etc
10054 ns_self_contained=no
10055 NS_OBJ=
10056 NS_OBJC_OBJ=
10057 if test "${HAVE_NS}" = yes; then
10058 if test "$with_toolkit_scroll_bars" = "no"; then
10059 as_fn_error "Non-toolkit scroll bars are not implemented for Nextstep." "$LINENO" 5
10062 window_system=nextstep
10063 # set up packaging dirs
10064 if test "${EN_NS_SELF_CONTAINED}" = yes; then
10065 ns_self_contained=yes
10066 prefix=${ns_appresdir}
10067 exec_prefix=${ns_appbindir}
10068 libexecdir="\${ns_appbindir}/libexec"
10069 archlibdir="\${ns_appbindir}/libexec"
10070 etcdocdir="\${ns_appresdir}/etc"
10071 etcdir="\${ns_appresdir}/etc"
10072 infodir="\${ns_appresdir}/info"
10073 mandir="\${ns_appresdir}/man"
10074 lispdir="\${ns_appresdir}/lisp"
10075 leimdir="\${ns_appresdir}/leim"
10076 INSTALL_ARCH_INDEP_EXTRA=
10078 NS_OBJC_OBJ="nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o"
10080 CFLAGS="$tmp_CFLAGS"
10081 CPPFLAGS="$tmp_CPPFLAGS"
10087 HAVE_W32=no
10088 W32_OBJ=
10089 W32_LIBS=
10090 EMACSRES=
10091 CLIENTRES=
10092 CLIENTW=
10093 W32_RES_LINK=
10094 EMACS_MANIFEST=
10095 UPDATE_MANIFEST=
10096 if test "${with_w32}" != no; then
10097 case "${opsys}" in
10098 cygwin)
10099 ac_fn_c_check_header_mongrel "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default"
10100 if test "x$ac_cv_header_windows_h" = x""yes; then :
10101 HAVE_W32=yes
10102 else
10103 as_fn_error "\`--with-w32' was specified, but windows.h
10104 cannot be found." "$LINENO" 5
10109 mingw32)
10110 ## Using --with-w32 with MinGW is a no-op, but we allow it.
10113 as_fn_error "Using w32 with an autotools build is only supported for Cygwin and MinGW32." "$LINENO" 5
10115 esac
10118 if test "${opsys}" = "mingw32"; then
10119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Windows API headers are recent enough" >&5
10120 $as_echo_n "checking whether Windows API headers are recent enough... " >&6; }
10121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10122 /* end confdefs.h. */
10124 #include <windows.h>
10125 #include <usp10.h>
10127 main ()
10129 PIMAGE_NT_HEADERS pHeader;
10130 PIMAGE_SECTION_HEADER pSection = IMAGE_FIRST_SECTION(pHeader)
10132 return 0;
10134 _ACEOF
10135 if ac_fn_c_try_compile "$LINENO"; then :
10136 emacs_cv_w32api=yes
10137 HAVE_W32=yes
10138 else
10139 emacs_cv_w32api=no
10141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_w32api" >&5
10143 $as_echo "$emacs_cv_w32api" >&6; }
10144 if test "${emacs_cv_w32api}" = "no"; then
10145 as_fn_error "the Windows API headers are too old to support this build." "$LINENO" 5
10149 FIRSTFILE_OBJ=
10150 NTDIR=
10151 LIBS_ECLIENT=
10152 LIB_WSOCK32=
10153 NTLIB=
10154 CM_OBJ="cm.o"
10155 XARGS_LIMIT=
10156 if test "${HAVE_W32}" = "yes"; then
10158 $as_echo "#define HAVE_NTGUI 1" >>confdefs.h
10160 if test -n "$ac_tool_prefix"; then
10161 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
10162 set dummy ${ac_tool_prefix}windres; ac_word=$2
10163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10164 $as_echo_n "checking for $ac_word... " >&6; }
10165 if test "${ac_cv_prog_WINDRES+set}" = set; then :
10166 $as_echo_n "(cached) " >&6
10167 else
10168 if test -n "$WINDRES"; then
10169 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
10170 else
10171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10172 for as_dir in $PATH
10174 IFS=$as_save_IFS
10175 test -z "$as_dir" && as_dir=.
10176 for ac_exec_ext in '' $ac_executable_extensions; do
10177 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10178 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
10179 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10180 break 2
10182 done
10183 done
10184 IFS=$as_save_IFS
10188 WINDRES=$ac_cv_prog_WINDRES
10189 if test -n "$WINDRES"; then
10190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
10191 $as_echo "$WINDRES" >&6; }
10192 else
10193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10194 $as_echo "no" >&6; }
10199 if test -z "$ac_cv_prog_WINDRES"; then
10200 ac_ct_WINDRES=$WINDRES
10201 # Extract the first word of "windres", so it can be a program name with args.
10202 set dummy windres; ac_word=$2
10203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10204 $as_echo_n "checking for $ac_word... " >&6; }
10205 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then :
10206 $as_echo_n "(cached) " >&6
10207 else
10208 if test -n "$ac_ct_WINDRES"; then
10209 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
10210 else
10211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10212 for as_dir in $PATH
10214 IFS=$as_save_IFS
10215 test -z "$as_dir" && as_dir=.
10216 for ac_exec_ext in '' $ac_executable_extensions; do
10217 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10218 ac_cv_prog_ac_ct_WINDRES="windres"
10219 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10220 break 2
10222 done
10223 done
10224 IFS=$as_save_IFS
10228 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
10229 if test -n "$ac_ct_WINDRES"; then
10230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
10231 $as_echo "$ac_ct_WINDRES" >&6; }
10232 else
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10234 $as_echo "no" >&6; }
10237 if test "x$ac_ct_WINDRES" = x; then
10238 WINDRES="as_fn_error "No resource compiler found." "$LINENO" 5"
10239 else
10240 case $cross_compiling:$ac_tool_warned in
10241 yes:)
10242 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10243 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10244 ac_tool_warned=yes ;;
10245 esac
10246 WINDRES=$ac_ct_WINDRES
10248 else
10249 WINDRES="$ac_cv_prog_WINDRES"
10252 W32_OBJ="w32fns.o w32menu.o w32reg.o w32font.o w32term.o"
10253 W32_OBJ="$W32_OBJ w32xfns.o w32select.o w32uniscribe.o"
10254 EMACSRES="emacs.res"
10255 case "$canonical" in
10256 x86_64-*-*) EMACS_MANIFEST="emacs-x64.manifest" ;;
10257 *) EMACS_MANIFEST="emacs-x86.manifest" ;;
10258 esac
10259 UPDATE_MANIFEST=update-game-score.exe.manifest
10260 if test "${opsys}" = "cygwin"; then
10261 W32_LIBS="$W32_LIBS -lkernel32 -luser32 -lgdi32 -lole32 -lcomdlg32"
10262 W32_LIBS="$W32_LIBS -lusp10 -lcomctl32 -lwinspool"
10263 # Tell the linker that emacs.res is an object (which we compile from
10264 # the rc file), not a linker script.
10265 W32_RES_LINK="-Wl,emacs.res"
10266 else
10267 W32_OBJ="$W32_OBJ w32.o w32console.o w32heap.o w32inevt.o w32proc.o"
10268 W32_LIBS="$W32_LIBS -lwinmm -lgdi32 -lcomdlg32"
10269 W32_LIBS="$W32_LIBS -lmpr -lwinspool -lole32 -lcomctl32 -lusp10"
10270 W32_RES_LINK="\$(EMACSRES)"
10271 CLIENTRES="emacsclient.res"
10272 CLIENTW="emacsclientw\$(EXEEXT)"
10273 FIRSTFILE_OBJ=firstfile.o
10274 NTDIR=nt
10275 CM_OBJ=
10276 LIBS_ECLIENT="-lcomctl32"
10277 LIB_WSOCK32="-lwsock32"
10278 NTLIB="ntlib.$ac_objext"
10279 XARGS_LIMIT="-s 10000"
10298 if test "${HAVE_W32}" = "yes"; then
10299 window_system=w32
10300 with_xft=no
10303 ## $window_system is now set to the window system we will
10304 ## ultimately use.
10306 term_header=
10307 HAVE_X_WINDOWS=no
10308 HAVE_X11=no
10309 USE_X_TOOLKIT=none
10311 case "${window_system}" in
10312 x11 )
10313 HAVE_X_WINDOWS=yes
10314 HAVE_X11=yes
10315 term_header=xterm.h
10316 case "${with_x_toolkit}" in
10317 athena | lucid ) USE_X_TOOLKIT=LUCID ;;
10318 motif ) USE_X_TOOLKIT=MOTIF ;;
10319 gtk ) with_gtk=yes
10320 term_header=gtkutil.h
10321 USE_X_TOOLKIT=none ;;
10322 gtk2 ) with_gtk2=yes
10323 term_header=gtkutil.h
10324 USE_X_TOOLKIT=none ;;
10325 gtk3 ) with_gtk3=yes
10326 term_header=gtkutil.h
10327 USE_X_TOOLKIT=none ;;
10328 no ) USE_X_TOOLKIT=none ;;
10329 * ) USE_X_TOOLKIT=maybe ;;
10330 esac
10332 nextstep )
10333 term_header=nsterm.h
10335 w32 )
10336 term_header=w32term.h
10338 esac
10340 if test "$window_system" = none && test "X$with_x" != "Xno"; then
10341 # Extract the first word of "X", so it can be a program name with args.
10342 set dummy X; ac_word=$2
10343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10344 $as_echo_n "checking for $ac_word... " >&6; }
10345 if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then :
10346 $as_echo_n "(cached) " >&6
10347 else
10348 if test -n "$HAVE_XSERVER"; then
10349 ac_cv_prog_HAVE_XSERVER="$HAVE_XSERVER" # Let the user override the test.
10350 else
10351 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10352 for as_dir in $PATH
10354 IFS=$as_save_IFS
10355 test -z "$as_dir" && as_dir=.
10356 for ac_exec_ext in '' $ac_executable_extensions; do
10357 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10358 ac_cv_prog_HAVE_XSERVER="true"
10359 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10360 break 2
10362 done
10363 done
10364 IFS=$as_save_IFS
10366 test -z "$ac_cv_prog_HAVE_XSERVER" && ac_cv_prog_HAVE_XSERVER="false"
10369 HAVE_XSERVER=$ac_cv_prog_HAVE_XSERVER
10370 if test -n "$HAVE_XSERVER"; then
10371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_XSERVER" >&5
10372 $as_echo "$HAVE_XSERVER" >&6; }
10373 else
10374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10375 $as_echo "no" >&6; }
10379 if test "$HAVE_XSERVER" = true ||
10380 test -n "$DISPLAY" ||
10381 test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then
10382 as_fn_error "You seem to be running X, but no X development libraries
10383 were found. You should install the relevant development files for X
10384 and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make
10385 sure you have development files for image handling, i.e.
10386 tiff, gif, jpeg, png and xpm.
10387 If you are sure you want Emacs compiled without X window support, pass
10388 --without-x
10389 to configure." "$LINENO" 5
10393 ### If we're using X11, we should use the X menu package.
10394 HAVE_MENUS=no
10395 case ${HAVE_X11} in
10396 yes ) HAVE_MENUS=yes ;;
10397 esac
10399 # Does the opsystem file prohibit the use of the GNU malloc?
10400 # Assume not, until told otherwise.
10401 GNU_MALLOC=yes
10403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether malloc is Doug Lea style" >&5
10404 $as_echo_n "checking whether malloc is Doug Lea style... " >&6; }
10405 if test "${emacs_cv_var_doug_lea_malloc+set}" = set; then :
10406 $as_echo_n "(cached) " >&6
10407 else
10408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10409 /* end confdefs.h. */
10410 #include <malloc.h>
10411 static void hook (void) {}
10413 main ()
10415 malloc_set_state (malloc_get_state ());
10416 __after_morecore_hook = hook;
10417 __malloc_initialize_hook = hook;
10419 return 0;
10421 _ACEOF
10422 if ac_fn_c_try_link "$LINENO"; then :
10423 emacs_cv_var_doug_lea_malloc=yes
10424 else
10425 emacs_cv_var_doug_lea_malloc=no
10427 rm -f core conftest.err conftest.$ac_objext \
10428 conftest$ac_exeext conftest.$ac_ext
10430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_var_doug_lea_malloc" >&5
10431 $as_echo "$emacs_cv_var_doug_lea_malloc" >&6; }
10432 doug_lea_malloc=$emacs_cv_var_doug_lea_malloc
10435 system_malloc=no
10436 case "$opsys" in
10437 ## darwin ld insists on the use of malloc routines in the System framework.
10438 darwin|sol2-10) system_malloc=yes ;;
10439 esac
10441 if test "${system_malloc}" = "yes"; then
10443 $as_echo "#define SYSTEM_MALLOC 1" >>confdefs.h
10445 GNU_MALLOC=no
10446 GNU_MALLOC_reason="
10447 (The GNU allocators don't work with this system configuration.)"
10448 GMALLOC_OBJ=
10449 VMLIMIT_OBJ=
10450 else
10451 test "$doug_lea_malloc" != "yes" && GMALLOC_OBJ=gmalloc.o
10452 VMLIMIT_OBJ=vm-limit.o
10454 for ac_header in sys/vlimit.h
10455 do :
10456 ac_fn_c_check_header_mongrel "$LINENO" "sys/vlimit.h" "ac_cv_header_sys_vlimit_h" "$ac_includes_default"
10457 if test "x$ac_cv_header_sys_vlimit_h" = x""yes; then :
10458 cat >>confdefs.h <<_ACEOF
10459 #define HAVE_SYS_VLIMIT_H 1
10460 _ACEOF
10464 done
10466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for data_start" >&5
10467 $as_echo_n "checking for data_start... " >&6; }
10468 if test "${emacs_cv_data_start+set}" = set; then :
10469 $as_echo_n "(cached) " >&6
10470 else
10471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10472 /* end confdefs.h. */
10473 extern char data_start[]; char ch;
10475 main ()
10477 return data_start < &ch;
10479 return 0;
10481 _ACEOF
10482 if ac_fn_c_try_link "$LINENO"; then :
10483 emacs_cv_data_start=yes
10484 else
10485 emacs_cv_data_start=no
10487 rm -f core conftest.err conftest.$ac_objext \
10488 conftest$ac_exeext conftest.$ac_ext
10490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_data_start" >&5
10491 $as_echo "$emacs_cv_data_start" >&6; }
10492 if test $emacs_cv_data_start = yes; then
10494 $as_echo "#define HAVE_DATA_START 1" >>confdefs.h
10501 if test "$doug_lea_malloc" = "yes" ; then
10502 if test "$GNU_MALLOC" = yes ; then
10503 GNU_MALLOC_reason="
10504 (Using Doug Lea's new malloc from the GNU C Library.)"
10507 $as_echo "#define DOUG_LEA_MALLOC 1" >>confdefs.h
10510 ## Use mmap directly for allocating larger buffers.
10511 ## FIXME this comes from src/s/{gnu,gnu-linux}.h:
10512 ## #ifdef DOUG_LEA_MALLOC; #undef REL_ALLOC; #endif
10513 ## Does the AC_FUNC_MMAP test below make this check unnecessary?
10514 case "$opsys" in
10515 gnu*) REL_ALLOC=no ;;
10516 esac
10519 if test x"${REL_ALLOC}" = x; then
10520 REL_ALLOC=${GNU_MALLOC}
10523 use_mmap_for_buffers=no
10524 case "$opsys" in
10525 cygwin|freebsd|irix6-5) use_mmap_for_buffers=yes ;;
10526 esac
10535 for ac_func in getpagesize
10536 do :
10537 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
10538 if test "x$ac_cv_func_getpagesize" = x""yes; then :
10539 cat >>confdefs.h <<_ACEOF
10540 #define HAVE_GETPAGESIZE 1
10541 _ACEOF
10544 done
10546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
10547 $as_echo_n "checking for working mmap... " >&6; }
10548 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
10549 $as_echo_n "(cached) " >&6
10550 else
10551 if test "$cross_compiling" = yes; then :
10552 ac_cv_func_mmap_fixed_mapped=no
10553 else
10554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10555 /* end confdefs.h. */
10556 $ac_includes_default
10557 /* malloc might have been renamed as rpl_malloc. */
10558 #undef malloc
10560 /* Thanks to Mike Haertel and Jim Avera for this test.
10561 Here is a matrix of mmap possibilities:
10562 mmap private not fixed
10563 mmap private fixed at somewhere currently unmapped
10564 mmap private fixed at somewhere already mapped
10565 mmap shared not fixed
10566 mmap shared fixed at somewhere currently unmapped
10567 mmap shared fixed at somewhere already mapped
10568 For private mappings, we should verify that changes cannot be read()
10569 back from the file, nor mmap's back from the file at a different
10570 address. (There have been systems where private was not correctly
10571 implemented like the infamous i386 svr4.0, and systems where the
10572 VM page cache was not coherent with the file system buffer cache
10573 like early versions of FreeBSD and possibly contemporary NetBSD.)
10574 For shared mappings, we should conversely verify that changes get
10575 propagated back to all the places they're supposed to be.
10577 Grep wants private fixed already mapped.
10578 The main things grep needs to know about mmap are:
10579 * does it exist and is it safe to write into the mmap'd area
10580 * how to use it (BSD variants) */
10582 #include <fcntl.h>
10583 #include <sys/mman.h>
10585 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
10586 char *malloc ();
10587 #endif
10589 /* This mess was copied from the GNU getpagesize.h. */
10590 #ifndef HAVE_GETPAGESIZE
10591 # ifdef _SC_PAGESIZE
10592 # define getpagesize() sysconf(_SC_PAGESIZE)
10593 # else /* no _SC_PAGESIZE */
10594 # ifdef HAVE_SYS_PARAM_H
10595 # include <sys/param.h>
10596 # ifdef EXEC_PAGESIZE
10597 # define getpagesize() EXEC_PAGESIZE
10598 # else /* no EXEC_PAGESIZE */
10599 # ifdef NBPG
10600 # define getpagesize() NBPG * CLSIZE
10601 # ifndef CLSIZE
10602 # define CLSIZE 1
10603 # endif /* no CLSIZE */
10604 # else /* no NBPG */
10605 # ifdef NBPC
10606 # define getpagesize() NBPC
10607 # else /* no NBPC */
10608 # ifdef PAGESIZE
10609 # define getpagesize() PAGESIZE
10610 # endif /* PAGESIZE */
10611 # endif /* no NBPC */
10612 # endif /* no NBPG */
10613 # endif /* no EXEC_PAGESIZE */
10614 # else /* no HAVE_SYS_PARAM_H */
10615 # define getpagesize() 8192 /* punt totally */
10616 # endif /* no HAVE_SYS_PARAM_H */
10617 # endif /* no _SC_PAGESIZE */
10619 #endif /* no HAVE_GETPAGESIZE */
10622 main ()
10624 char *data, *data2, *data3;
10625 const char *cdata2;
10626 int i, pagesize;
10627 int fd, fd2;
10629 pagesize = getpagesize ();
10631 /* First, make a file with some known garbage in it. */
10632 data = (char *) malloc (pagesize);
10633 if (!data)
10634 return 1;
10635 for (i = 0; i < pagesize; ++i)
10636 *(data + i) = rand ();
10637 umask (0);
10638 fd = creat ("conftest.mmap", 0600);
10639 if (fd < 0)
10640 return 2;
10641 if (write (fd, data, pagesize) != pagesize)
10642 return 3;
10643 close (fd);
10645 /* Next, check that the tail of a page is zero-filled. File must have
10646 non-zero length, otherwise we risk SIGBUS for entire page. */
10647 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
10648 if (fd2 < 0)
10649 return 4;
10650 cdata2 = "";
10651 if (write (fd2, cdata2, 1) != 1)
10652 return 5;
10653 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
10654 if (data2 == MAP_FAILED)
10655 return 6;
10656 for (i = 0; i < pagesize; ++i)
10657 if (*(data2 + i))
10658 return 7;
10659 close (fd2);
10660 if (munmap (data2, pagesize))
10661 return 8;
10663 /* Next, try to mmap the file at a fixed address which already has
10664 something else allocated at it. If we can, also make sure that
10665 we see the same garbage. */
10666 fd = open ("conftest.mmap", O_RDWR);
10667 if (fd < 0)
10668 return 9;
10669 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
10670 MAP_PRIVATE | MAP_FIXED, fd, 0L))
10671 return 10;
10672 for (i = 0; i < pagesize; ++i)
10673 if (*(data + i) != *(data2 + i))
10674 return 11;
10676 /* Finally, make sure that changes to the mapped area do not
10677 percolate back to the file as seen by read(). (This is a bug on
10678 some variants of i386 svr4.0.) */
10679 for (i = 0; i < pagesize; ++i)
10680 *(data2 + i) = *(data2 + i) + 1;
10681 data3 = (char *) malloc (pagesize);
10682 if (!data3)
10683 return 12;
10684 if (read (fd, data3, pagesize) != pagesize)
10685 return 13;
10686 for (i = 0; i < pagesize; ++i)
10687 if (*(data + i) != *(data3 + i))
10688 return 14;
10689 close (fd);
10690 return 0;
10692 _ACEOF
10693 if ac_fn_c_try_run "$LINENO"; then :
10694 ac_cv_func_mmap_fixed_mapped=yes
10695 else
10696 ac_cv_func_mmap_fixed_mapped=no
10698 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10699 conftest.$ac_objext conftest.beam conftest.$ac_ext
10703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
10704 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
10705 if test $ac_cv_func_mmap_fixed_mapped = yes; then
10707 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
10710 rm -f conftest.mmap conftest.txt
10712 if test $use_mmap_for_buffers = yes; then
10714 $as_echo "#define USE_MMAP_FOR_BUFFERS 1" >>confdefs.h
10716 REL_ALLOC=no
10719 LIBS="$LIBS_SYSTEM $LIBS"
10721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
10722 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
10723 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
10724 $as_echo_n "(cached) " >&6
10725 else
10726 ac_check_lib_save_LIBS=$LIBS
10727 LIBS="-ldnet $LIBS"
10728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10729 /* end confdefs.h. */
10731 /* Override any GCC internal prototype to avoid an error.
10732 Use char because int might match the return type of a GCC
10733 builtin and then its argument prototype would still apply. */
10734 #ifdef __cplusplus
10735 extern "C"
10736 #endif
10737 char dnet_ntoa ();
10739 main ()
10741 return dnet_ntoa ();
10743 return 0;
10745 _ACEOF
10746 if ac_fn_c_try_link "$LINENO"; then :
10747 ac_cv_lib_dnet_dnet_ntoa=yes
10748 else
10749 ac_cv_lib_dnet_dnet_ntoa=no
10751 rm -f core conftest.err conftest.$ac_objext \
10752 conftest$ac_exeext conftest.$ac_ext
10753 LIBS=$ac_check_lib_save_LIBS
10755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
10756 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
10757 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
10758 cat >>confdefs.h <<_ACEOF
10759 #define HAVE_LIBDNET 1
10760 _ACEOF
10762 LIBS="-ldnet $LIBS"
10767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5
10768 $as_echo_n "checking for main in -lXbsd... " >&6; }
10769 if test "${ac_cv_lib_Xbsd_main+set}" = set; then :
10770 $as_echo_n "(cached) " >&6
10771 else
10772 ac_check_lib_save_LIBS=$LIBS
10773 LIBS="-lXbsd $LIBS"
10774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10775 /* end confdefs.h. */
10779 main ()
10781 return main ();
10783 return 0;
10785 _ACEOF
10786 if ac_fn_c_try_link "$LINENO"; then :
10787 ac_cv_lib_Xbsd_main=yes
10788 else
10789 ac_cv_lib_Xbsd_main=no
10791 rm -f core conftest.err conftest.$ac_objext \
10792 conftest$ac_exeext conftest.$ac_ext
10793 LIBS=$ac_check_lib_save_LIBS
10795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5
10796 $as_echo "$ac_cv_lib_Xbsd_main" >&6; }
10797 if test "x$ac_cv_lib_Xbsd_main" = x""yes; then :
10798 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
10802 LIB_PTHREAD=
10806 if test "$ac_cv_header_pthread_h"; then
10807 if test "$GMALLOC_OBJ" = gmalloc.o; then
10808 emacs_pthread_function=pthread_atfork
10809 else
10810 emacs_pthread_function=pthread_self
10812 as_ac_Lib=`$as_echo "ac_cv_lib_pthread_$emacs_pthread_function" | $as_tr_sh`
10813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $emacs_pthread_function in -lpthread" >&5
10814 $as_echo_n "checking for $emacs_pthread_function in -lpthread... " >&6; }
10815 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then :
10816 $as_echo_n "(cached) " >&6
10817 else
10818 ac_check_lib_save_LIBS=$LIBS
10819 LIBS="-lpthread $LIBS"
10820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10821 /* end confdefs.h. */
10823 /* Override any GCC internal prototype to avoid an error.
10824 Use char because int might match the return type of a GCC
10825 builtin and then its argument prototype would still apply. */
10826 #ifdef __cplusplus
10827 extern "C"
10828 #endif
10829 char $emacs_pthread_function ();
10831 main ()
10833 return $emacs_pthread_function ();
10835 return 0;
10837 _ACEOF
10838 if ac_fn_c_try_link "$LINENO"; then :
10839 eval "$as_ac_Lib=yes"
10840 else
10841 eval "$as_ac_Lib=no"
10843 rm -f core conftest.err conftest.$ac_objext \
10844 conftest$ac_exeext conftest.$ac_ext
10845 LIBS=$ac_check_lib_save_LIBS
10847 eval ac_res=\$$as_ac_Lib
10848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10849 $as_echo "$ac_res" >&6; }
10850 eval as_val=\$$as_ac_Lib
10851 if test "x$as_val" = x""yes; then :
10852 HAVE_PTHREAD=yes
10856 if test "$HAVE_PTHREAD" = yes; then
10857 case "${canonical}" in
10858 *-hpux*) ;;
10859 *) LIB_PTHREAD="-lpthread"
10860 LIBS="$LIB_PTHREAD $LIBS" ;;
10861 esac
10863 $as_echo "#define HAVE_PTHREAD 1" >>confdefs.h
10868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5
10869 $as_echo_n "checking for cma_open in -lpthreads... " >&6; }
10870 if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then :
10871 $as_echo_n "(cached) " >&6
10872 else
10873 ac_check_lib_save_LIBS=$LIBS
10874 LIBS="-lpthreads $LIBS"
10875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10876 /* end confdefs.h. */
10878 /* Override any GCC internal prototype to avoid an error.
10879 Use char because int might match the return type of a GCC
10880 builtin and then its argument prototype would still apply. */
10881 #ifdef __cplusplus
10882 extern "C"
10883 #endif
10884 char cma_open ();
10886 main ()
10888 return cma_open ();
10890 return 0;
10892 _ACEOF
10893 if ac_fn_c_try_link "$LINENO"; then :
10894 ac_cv_lib_pthreads_cma_open=yes
10895 else
10896 ac_cv_lib_pthreads_cma_open=no
10898 rm -f core conftest.err conftest.$ac_objext \
10899 conftest$ac_exeext conftest.$ac_ext
10900 LIBS=$ac_check_lib_save_LIBS
10902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5
10903 $as_echo "$ac_cv_lib_pthreads_cma_open" >&6; }
10904 if test "x$ac_cv_lib_pthreads_cma_open" = x""yes; then :
10905 cat >>confdefs.h <<_ACEOF
10906 #define HAVE_LIBPTHREADS 1
10907 _ACEOF
10909 LIBS="-lpthreads $LIBS"
10914 ## Note: when using cpp in s/aix4.2.h, this definition depended on
10915 ## HAVE_LIBPTHREADS. That was not defined earlier in configure when
10916 ## the system file was sourced. Hence the value of LIBS_SYSTEM
10917 ## added to LIBS in configure would never contain the pthreads part,
10918 ## but the value used in Makefiles might. FIXME?
10920 ## -lpthreads seems to be necessary for Xlib in X11R6, and should
10921 ## be harmless on older versions of X where it happens to exist.
10922 test "$opsys" = "aix4-2" && \
10923 test $ac_cv_lib_pthreads_cma_open = yes && \
10924 LIBS_SYSTEM="$LIBS_SYSTEM -lpthreads"
10927 case ${host_os} in
10928 aix*)
10929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5
10930 $as_echo_n "checking for -bbigtoc option... " >&6; }
10931 if test "${gdb_cv_bigtoc+set}" = set; then :
10932 $as_echo_n "(cached) " >&6
10933 else
10935 case $GCC in
10936 yes) gdb_cv_bigtoc=-Wl,-bbigtoc ;;
10937 *) gdb_cv_bigtoc=-bbigtoc ;;
10938 esac
10940 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
10941 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10942 /* end confdefs.h. */
10945 main ()
10947 int i;
10949 return 0;
10951 _ACEOF
10952 if ac_fn_c_try_link "$LINENO"; then :
10954 else
10955 gdb_cv_bigtoc=
10957 rm -f core conftest.err conftest.$ac_objext \
10958 conftest$ac_exeext conftest.$ac_ext
10961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_bigtoc" >&5
10962 $as_echo "$gdb_cv_bigtoc" >&6; }
10964 esac
10966 # Change CFLAGS and CPPFLAGS temporarily so that C_SWITCH_X_SITE gets
10967 # used for the tests that follow. We set them back to REAL_CFLAGS and
10968 # REAL_CPPFLAGS later on.
10970 REAL_CFLAGS="$CFLAGS"
10971 REAL_CPPFLAGS="$CPPFLAGS"
10973 if test "${HAVE_X11}" = "yes"; then
10974 DEFS="$C_SWITCH_X_SITE $DEFS"
10975 LDFLAGS="$LDFLAGS $LD_SWITCH_X_SITE"
10976 LIBS="-lX11 $LIBS"
10977 CFLAGS="$C_SWITCH_X_SITE $CFLAGS"
10978 CPPFLAGS="$C_SWITCH_X_SITE $CPPFLAGS"
10980 # On Solaris, arrange for LD_RUN_PATH to point to the X libraries for tests.
10981 # This is handled by LD_SWITCH_X_SITE_RPATH during the real build,
10982 # but it's more convenient here to set LD_RUN_PATH since this
10983 # also works on hosts that don't understand LD_SWITCH_X_SITE_RPATH.
10984 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then
10985 LD_RUN_PATH=$x_libraries${LD_RUN_PATH+:}$LD_RUN_PATH
10986 export LD_RUN_PATH
10989 if test "${opsys}" = "gnu-linux"; then
10990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether X on GNU/Linux needs -b to link" >&5
10991 $as_echo_n "checking whether X on GNU/Linux needs -b to link... " >&6; }
10992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10993 /* end confdefs.h. */
10996 main ()
10998 XOpenDisplay ("foo");
11000 return 0;
11002 _ACEOF
11003 if ac_fn_c_try_link "$LINENO"; then :
11004 xgnu_linux_first_failure=no
11005 else
11006 xgnu_linux_first_failure=yes
11008 rm -f core conftest.err conftest.$ac_objext \
11009 conftest$ac_exeext conftest.$ac_ext
11010 if test "${xgnu_linux_first_failure}" = "yes"; then
11011 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE"
11012 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE"
11013 OLD_CPPFLAGS="$CPPFLAGS"
11014 OLD_LIBS="$LIBS"
11015 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -b i486-linuxaout"
11016 C_SWITCH_X_SITE="$C_SWITCH_X_SITE -b i486-linuxaout"
11017 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
11018 LIBS="$LIBS -b i486-linuxaout"
11019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11020 /* end confdefs.h. */
11023 main ()
11025 XOpenDisplay ("foo");
11027 return 0;
11029 _ACEOF
11030 if ac_fn_c_try_link "$LINENO"; then :
11031 xgnu_linux_second_failure=no
11032 else
11033 xgnu_linux_second_failure=yes
11035 rm -f core conftest.err conftest.$ac_objext \
11036 conftest$ac_exeext conftest.$ac_ext
11037 if test "${xgnu_linux_second_failure}" = "yes"; then
11038 # If we get the same failure with -b, there is no use adding -b.
11039 # So take it out. This plays safe.
11040 LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE"
11041 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
11042 CPPFLAGS="$OLD_CPPFLAGS"
11043 LIBS="$OLD_LIBS"
11044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11045 $as_echo "no" >&6; }
11046 else
11047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11048 $as_echo "yes" >&6; }
11050 else
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11052 $as_echo "no" >&6; }
11056 # Reportedly, some broken Solaris systems have XKBlib.h but are missing
11057 # header files included from there.
11058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Xkb" >&5
11059 $as_echo_n "checking for Xkb... " >&6; }
11060 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11061 /* end confdefs.h. */
11062 #include <X11/Xlib.h>
11063 #include <X11/XKBlib.h>
11065 main ()
11067 XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);
11069 return 0;
11071 _ACEOF
11072 if ac_fn_c_try_link "$LINENO"; then :
11073 emacs_xkb=yes
11074 else
11075 emacs_xkb=no
11077 rm -f core conftest.err conftest.$ac_objext \
11078 conftest$ac_exeext conftest.$ac_ext
11079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_xkb" >&5
11080 $as_echo "$emacs_xkb" >&6; }
11081 if test $emacs_xkb = yes; then
11083 $as_echo "#define HAVE_XKB 1" >>confdefs.h
11087 for ac_func in XrmSetDatabase XScreenResourceString \
11088 XScreenNumberOfScreen
11089 do :
11090 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11091 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11092 eval as_val=\$$as_ac_var
11093 if test "x$as_val" = x""yes; then :
11094 cat >>confdefs.h <<_ACEOF
11095 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11096 _ACEOF
11099 done
11103 if test "${window_system}" = "x11"; then
11104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5
11105 $as_echo_n "checking X11 version 6... " >&6; }
11106 if test "${emacs_cv_x11_version_6+set}" = set; then :
11107 $as_echo_n "(cached) " >&6
11108 else
11109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11110 /* end confdefs.h. */
11111 #include <X11/Xlib.h>
11113 main ()
11115 #if XlibSpecificationRelease < 6
11116 fail;
11117 #endif
11120 return 0;
11122 _ACEOF
11123 if ac_fn_c_try_link "$LINENO"; then :
11124 emacs_cv_x11_version_6=yes
11125 else
11126 emacs_cv_x11_version_6=no
11128 rm -f core conftest.err conftest.$ac_objext \
11129 conftest$ac_exeext conftest.$ac_ext
11132 if test $emacs_cv_x11_version_6 = yes; then
11133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: 6 or newer" >&5
11134 $as_echo "6 or newer" >&6; }
11136 $as_echo "#define HAVE_X11R6 1" >>confdefs.h
11139 $as_echo "#define HAVE_X_I18N 1" >>confdefs.h
11141 ## inoue@ainet.or.jp says Solaris has a bug related to X11R6-style
11142 ## XIM support.
11143 case "$opsys" in
11144 sol2-*) : ;;
11146 $as_echo "#define HAVE_X11R6_XIM 1" >>confdefs.h
11149 esac
11150 else
11151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: before 6" >&5
11152 $as_echo "before 6" >&6; }
11157 ### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified.
11158 HAVE_RSVG=no
11159 if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes" || test "${opsys}" = "mingw32"; then
11160 if test "${with_rsvg}" != "no"; then
11161 RSVG_REQUIRED=2.11.0
11162 RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"
11165 succeeded=no
11167 if test "$PKG_CONFIG" = "no" ; then
11169 else
11170 PKG_CONFIG_MIN_VERSION=0.9.0
11171 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $RSVG_MODULE" >&5
11173 $as_echo_n "checking for $RSVG_MODULE... " >&6; }
11175 if "$PKG_CONFIG" --exists "$RSVG_MODULE" 2>&5 &&
11176 RSVG_CFLAGS=`"$PKG_CONFIG" --cflags "$RSVG_MODULE" 2>&5` &&
11177 RSVG_LIBS=`"$PKG_CONFIG" --libs "$RSVG_MODULE" 2>&5`; then
11178 edit_cflags="
11179 s,///*,/,g
11180 s/^/ /
11181 s/ -I/ $isystem/g
11182 s/^ //
11184 RSVG_CFLAGS=`$as_echo "$RSVG_CFLAGS" | sed -e "$edit_cflags"`
11185 RSVG_LIBS=`$as_echo "$RSVG_LIBS" | sed -e 's,///*,/,g'`
11186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$RSVG_CFLAGS' LIBS='$RSVG_LIBS'" >&5
11187 $as_echo "yes CFLAGS='$RSVG_CFLAGS' LIBS='$RSVG_LIBS'" >&6; }
11188 succeeded=yes
11189 else
11190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11191 $as_echo "no" >&6; }
11192 RSVG_CFLAGS=""
11193 RSVG_LIBS=""
11194 ## If we have a custom action on failure, don't print errors, but
11195 ## do set a variable so people can do so. Do it in a subshell
11196 ## to capture any diagnostics in invoking pkg-config.
11197 RSVG_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "$RSVG_MODULE") 2>&1`
11203 else
11204 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11205 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11209 if test $succeeded = yes; then
11210 HAVE_RSVG=yes
11211 else
11218 if test $HAVE_RSVG = yes; then
11220 $as_echo "#define HAVE_RSVG 1" >>confdefs.h
11222 CFLAGS="$CFLAGS $RSVG_CFLAGS"
11223 LIBS="$RSVG_LIBS $LIBS"
11228 HAVE_IMAGEMAGICK=no
11229 if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then
11230 if test "${with_imagemagick}" != "no"; then
11231 ## 6.2.8 is the earliest version known to work, but earlier versions
11232 ## might work - let us know if you find one.
11233 ## 6.0.7 does not work. See bug#7955.
11234 ## 6.8.2 makes Emacs crash; see Bug#13867.
11235 IMAGEMAGICK_MODULE="Wand >= 6.2.8 Wand != 6.8.2"
11237 succeeded=no
11239 if test "$PKG_CONFIG" = "no" ; then
11241 else
11242 PKG_CONFIG_MIN_VERSION=0.9.0
11243 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $IMAGEMAGICK_MODULE" >&5
11245 $as_echo_n "checking for $IMAGEMAGICK_MODULE... " >&6; }
11247 if "$PKG_CONFIG" --exists "$IMAGEMAGICK_MODULE" 2>&5 &&
11248 IMAGEMAGICK_CFLAGS=`"$PKG_CONFIG" --cflags "$IMAGEMAGICK_MODULE" 2>&5` &&
11249 IMAGEMAGICK_LIBS=`"$PKG_CONFIG" --libs "$IMAGEMAGICK_MODULE" 2>&5`; then
11250 edit_cflags="
11251 s,///*,/,g
11252 s/^/ /
11253 s/ -I/ $isystem/g
11254 s/^ //
11256 IMAGEMAGICK_CFLAGS=`$as_echo "$IMAGEMAGICK_CFLAGS" | sed -e "$edit_cflags"`
11257 IMAGEMAGICK_LIBS=`$as_echo "$IMAGEMAGICK_LIBS" | sed -e 's,///*,/,g'`
11258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$IMAGEMAGICK_CFLAGS' LIBS='$IMAGEMAGICK_LIBS'" >&5
11259 $as_echo "yes CFLAGS='$IMAGEMAGICK_CFLAGS' LIBS='$IMAGEMAGICK_LIBS'" >&6; }
11260 succeeded=yes
11261 else
11262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11263 $as_echo "no" >&6; }
11264 IMAGEMAGICK_CFLAGS=""
11265 IMAGEMAGICK_LIBS=""
11266 ## If we have a custom action on failure, don't print errors, but
11267 ## do set a variable so people can do so. Do it in a subshell
11268 ## to capture any diagnostics in invoking pkg-config.
11269 IMAGEMAGICK_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "$IMAGEMAGICK_MODULE") 2>&1`
11275 else
11276 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11277 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11281 if test $succeeded = yes; then
11282 HAVE_IMAGEMAGICK=yes
11283 else
11290 if test $HAVE_IMAGEMAGICK = yes; then
11292 $as_echo "#define HAVE_IMAGEMAGICK 1" >>confdefs.h
11294 CFLAGS="$CFLAGS $IMAGEMAGICK_CFLAGS"
11295 LIBS="$IMAGEMAGICK_LIBS $LIBS"
11296 for ac_func in MagickExportImagePixels MagickMergeImageLayers
11297 do :
11298 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11299 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11300 eval as_val=\$$as_ac_var
11301 if test "x$as_val" = x""yes; then :
11302 cat >>confdefs.h <<_ACEOF
11303 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11304 _ACEOF
11307 done
11314 HAVE_GTK=no
11315 GTK_OBJ=
11316 gtk_term_header=$term_header
11317 check_gtk2=no
11318 gtk3_pkg_errors=
11319 if test "${opsys}" != "mingw32"; then
11320 if test "${with_gtk3}" = "yes" || test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "maybe"; then
11321 GLIB_REQUIRED=2.28
11322 GTK_REQUIRED=3.0
11323 GTK_MODULES="gtk+-3.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
11326 succeeded=no
11328 if test "$PKG_CONFIG" = "no" ; then
11329 pkg_check_gtk=no
11330 else
11331 PKG_CONFIG_MIN_VERSION=0.9.0
11332 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $GTK_MODULES" >&5
11334 $as_echo_n "checking for $GTK_MODULES... " >&6; }
11336 if "$PKG_CONFIG" --exists "$GTK_MODULES" 2>&5 &&
11337 GTK_CFLAGS=`"$PKG_CONFIG" --cflags "$GTK_MODULES" 2>&5` &&
11338 GTK_LIBS=`"$PKG_CONFIG" --libs "$GTK_MODULES" 2>&5`; then
11339 edit_cflags="
11340 s,///*,/,g
11341 s/^/ /
11342 s/ -I/ $isystem/g
11343 s/^ //
11345 GTK_CFLAGS=`$as_echo "$GTK_CFLAGS" | sed -e "$edit_cflags"`
11346 GTK_LIBS=`$as_echo "$GTK_LIBS" | sed -e 's,///*,/,g'`
11347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$GTK_CFLAGS' LIBS='$GTK_LIBS'" >&5
11348 $as_echo "yes CFLAGS='$GTK_CFLAGS' LIBS='$GTK_LIBS'" >&6; }
11349 succeeded=yes
11350 else
11351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11352 $as_echo "no" >&6; }
11353 GTK_CFLAGS=""
11354 GTK_LIBS=""
11355 ## If we have a custom action on failure, don't print errors, but
11356 ## do set a variable so people can do so. Do it in a subshell
11357 ## to capture any diagnostics in invoking pkg-config.
11358 GTK_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "$GTK_MODULES") 2>&1`
11364 else
11365 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11366 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11370 if test $succeeded = yes; then
11371 pkg_check_gtk=yes
11372 else
11373 pkg_check_gtk=no
11376 if test "$pkg_check_gtk" = "no" && test "$with_gtk3" = "yes"; then
11377 as_fn_error "$GTK_PKG_ERRORS" "$LINENO" 5
11379 if test "$pkg_check_gtk" = "yes"; then
11381 $as_echo "#define HAVE_GTK3 1" >>confdefs.h
11383 GTK_OBJ=emacsgtkfixed.o
11384 gtk_term_header=gtkutil.h
11385 USE_GTK_TOOLKIT="GTK3"
11386 if test "x$ac_enable_gtk_deprecation_warnings" = x; then
11387 GTK_CFLAGS="$GTK_CFLAGS -DGDK_DISABLE_DEPRECATION_WARNINGS"
11388 GTK_CFLAGS="$GTK_CFLAGS -DGLIB_DISABLE_DEPRECATION_WARNINGS"
11390 else
11391 check_gtk2=yes
11392 gtk3_pkg_errors="$GTK_PKG_ERRORS "
11396 if test "${with_gtk2}" = "yes" || test "$check_gtk2" = "yes"; then
11397 GLIB_REQUIRED=2.10
11398 GTK_REQUIRED=2.10
11399 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
11402 succeeded=no
11404 if test "$PKG_CONFIG" = "no" ; then
11405 pkg_check_gtk=no
11406 else
11407 PKG_CONFIG_MIN_VERSION=0.9.0
11408 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $GTK_MODULES" >&5
11410 $as_echo_n "checking for $GTK_MODULES... " >&6; }
11412 if "$PKG_CONFIG" --exists "$GTK_MODULES" 2>&5 &&
11413 GTK_CFLAGS=`"$PKG_CONFIG" --cflags "$GTK_MODULES" 2>&5` &&
11414 GTK_LIBS=`"$PKG_CONFIG" --libs "$GTK_MODULES" 2>&5`; then
11415 edit_cflags="
11416 s,///*,/,g
11417 s/^/ /
11418 s/ -I/ $isystem/g
11419 s/^ //
11421 GTK_CFLAGS=`$as_echo "$GTK_CFLAGS" | sed -e "$edit_cflags"`
11422 GTK_LIBS=`$as_echo "$GTK_LIBS" | sed -e 's,///*,/,g'`
11423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$GTK_CFLAGS' LIBS='$GTK_LIBS'" >&5
11424 $as_echo "yes CFLAGS='$GTK_CFLAGS' LIBS='$GTK_LIBS'" >&6; }
11425 succeeded=yes
11426 else
11427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11428 $as_echo "no" >&6; }
11429 GTK_CFLAGS=""
11430 GTK_LIBS=""
11431 ## If we have a custom action on failure, don't print errors, but
11432 ## do set a variable so people can do so. Do it in a subshell
11433 ## to capture any diagnostics in invoking pkg-config.
11434 GTK_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "$GTK_MODULES") 2>&1`
11440 else
11441 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11442 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11446 if test $succeeded = yes; then
11447 pkg_check_gtk=yes
11448 else
11449 pkg_check_gtk=no
11452 if test "$pkg_check_gtk" = "no" &&
11453 { test "$with_gtk" = yes || test "$with_gtk2" = "yes"; }
11454 then
11455 as_fn_error "$gtk3_pkg_errors$GTK_PKG_ERRORS" "$LINENO" 5
11457 test "$pkg_check_gtk" = "yes" && USE_GTK_TOOLKIT="GTK2"
11461 if test x"$pkg_check_gtk" = xyes; then
11465 C_SWITCH_X_SITE="$C_SWITCH_X_SITE $GTK_CFLAGS"
11466 CFLAGS="$CFLAGS $GTK_CFLAGS"
11467 LIBS="$GTK_LIBS $LIBS"
11468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GTK compiles" >&5
11469 $as_echo_n "checking whether GTK compiles... " >&6; }
11470 GTK_COMPILES=no
11471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11472 /* end confdefs.h. */
11473 /* Check the Gtk and Glib APIs. */
11474 #include <gtk/gtk.h>
11475 #include <glib-object.h>
11476 static void
11477 callback (GObject *go, GParamSpec *spec, gpointer user_data)
11481 main ()
11484 GtkSettings *gs = 0;
11485 /* Use G_CALLBACK to make sure function pointers can be cast to void *;
11486 strict C prohibits this. Use gtk_main_iteration to test that the
11487 libraries are there. */
11488 if (g_signal_handler_find (G_OBJECT (gs), G_SIGNAL_MATCH_FUNC,
11489 0, 0, 0, G_CALLBACK (callback), 0))
11490 gtk_main_iteration ();
11493 return 0;
11495 _ACEOF
11496 if ac_fn_c_try_link "$LINENO"; then :
11497 GTK_COMPILES=yes
11499 rm -f core conftest.err conftest.$ac_objext \
11500 conftest$ac_exeext conftest.$ac_ext
11501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_COMPILES" >&5
11502 $as_echo "$GTK_COMPILES" >&6; }
11503 if test "${GTK_COMPILES}" != "yes"; then
11504 GTK_OBJ=
11505 if test "$USE_X_TOOLKIT" != "maybe"; then
11506 as_fn_error "Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" "$LINENO" 5;
11508 else
11509 HAVE_GTK=yes
11511 $as_echo "#define USE_GTK 1" >>confdefs.h
11513 GTK_OBJ="gtkutil.o $GTK_OBJ"
11514 term_header=$gtk_term_header
11515 USE_X_TOOLKIT=none
11516 if "$PKG_CONFIG" --atleast-version=2.10 gtk+-2.0; then
11518 else
11519 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Your version of Gtk+ will have problems with
11520 closing open displays. This is no problem if you just use
11521 one display, but if you use more than one and close one of them
11522 Emacs may crash." >&5
11523 $as_echo "$as_me: WARNING: Your version of Gtk+ will have problems with
11524 closing open displays. This is no problem if you just use
11525 one display, but if you use more than one and close one of them
11526 Emacs may crash." >&2;}
11527 sleep 3
11535 if test "${HAVE_GTK}" = "yes"; then
11537 if test "$with_toolkit_scroll_bars" != no; then
11538 with_toolkit_scroll_bars=yes
11541 HAVE_GTK_FILE_SELECTION=no
11542 ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default
11543 #include <gtk/gtk.h>
11545 if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = x""yes; then :
11546 HAVE_GTK_FILE_SELECTION=yes
11547 else
11548 HAVE_GTK_FILE_SELECTION=no
11551 if test "$HAVE_GTK_FILE_SELECTION" = yes; then
11552 for ac_func in gtk_file_selection_new
11553 do :
11554 ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new"
11555 if test "x$ac_cv_func_gtk_file_selection_new" = x""yes; then :
11556 cat >>confdefs.h <<_ACEOF
11557 #define HAVE_GTK_FILE_SELECTION_NEW 1
11558 _ACEOF
11561 done
11565 HAVE_GTK_HANDLE_BOX=no
11566 ac_fn_c_check_decl "$LINENO" "GTK_TYPE_HANDLE_BOX" "ac_cv_have_decl_GTK_TYPE_HANDLE_BOX" "$ac_includes_default
11567 #include <gtk/gtk.h>
11569 if test "x$ac_cv_have_decl_GTK_TYPE_HANDLE_BOX" = x""yes; then :
11570 HAVE_GTK_HANDLE_BOX=yes
11571 else
11572 HAVE_GTK_HANDLE_BOX=no
11575 if test "$HAVE_GTK_HANDLE_BOX" = yes; then
11576 for ac_func in gtk_handle_box_new
11577 do :
11578 ac_fn_c_check_func "$LINENO" "gtk_handle_box_new" "ac_cv_func_gtk_handle_box_new"
11579 if test "x$ac_cv_func_gtk_handle_box_new" = x""yes; then :
11580 cat >>confdefs.h <<_ACEOF
11581 #define HAVE_GTK_HANDLE_BOX_NEW 1
11582 _ACEOF
11585 done
11589 HAVE_GTK_TEAROFF_MENU_ITEM=no
11590 ac_fn_c_check_decl "$LINENO" "GTK_TYPE_TEAROFF_MENU_ITEM" "ac_cv_have_decl_GTK_TYPE_TEAROFF_MENU_ITEM" "$ac_includes_default
11591 #include <gtk/gtk.h>
11593 if test "x$ac_cv_have_decl_GTK_TYPE_TEAROFF_MENU_ITEM" = x""yes; then :
11594 HAVE_GTK_TEAROFF_MENU_ITEM=yes
11595 else
11596 HAVE_GTK_TEAROFF_MENU_ITEM=no
11599 if test "$HAVE_GTK_TEAROFF_MENU_ITEM" = yes; then
11600 for ac_func in gtk_tearoff_menu_item_new
11601 do :
11602 ac_fn_c_check_func "$LINENO" "gtk_tearoff_menu_item_new" "ac_cv_func_gtk_tearoff_menu_item_new"
11603 if test "x$ac_cv_func_gtk_tearoff_menu_item_new" = x""yes; then :
11604 cat >>confdefs.h <<_ACEOF
11605 #define HAVE_GTK_TEAROFF_MENU_ITEM_NEW 1
11606 _ACEOF
11609 done
11613 for ac_func in gtk_widget_get_window gtk_widget_set_has_window \
11614 gtk_dialog_get_action_area gtk_widget_get_sensitive \
11615 gtk_widget_get_mapped gtk_adjustment_get_page_size \
11616 gtk_orientable_set_orientation \
11617 gtk_window_set_has_resize_grip
11618 do :
11619 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11620 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11621 eval as_val=\$$as_ac_var
11622 if test "x$as_val" = x""yes; then :
11623 cat >>confdefs.h <<_ACEOF
11624 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11625 _ACEOF
11628 done
11631 term_header=gtkutil.h
11634 HAVE_DBUS=no
11635 DBUS_OBJ=
11636 if test "${with_dbus}" = "yes"; then
11638 succeeded=no
11640 if test "$PKG_CONFIG" = "no" ; then
11641 HAVE_DBUS=no
11642 else
11643 PKG_CONFIG_MIN_VERSION=0.9.0
11644 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus-1 >= 1.0" >&5
11646 $as_echo_n "checking for dbus-1 >= 1.0... " >&6; }
11648 if "$PKG_CONFIG" --exists "dbus-1 >= 1.0" 2>&5 &&
11649 DBUS_CFLAGS=`"$PKG_CONFIG" --cflags "dbus-1 >= 1.0" 2>&5` &&
11650 DBUS_LIBS=`"$PKG_CONFIG" --libs "dbus-1 >= 1.0" 2>&5`; then
11651 edit_cflags="
11652 s,///*,/,g
11653 s/^/ /
11654 s/ -I/ $isystem/g
11655 s/^ //
11657 DBUS_CFLAGS=`$as_echo "$DBUS_CFLAGS" | sed -e "$edit_cflags"`
11658 DBUS_LIBS=`$as_echo "$DBUS_LIBS" | sed -e 's,///*,/,g'`
11659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$DBUS_CFLAGS' LIBS='$DBUS_LIBS'" >&5
11660 $as_echo "yes CFLAGS='$DBUS_CFLAGS' LIBS='$DBUS_LIBS'" >&6; }
11661 succeeded=yes
11662 else
11663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11664 $as_echo "no" >&6; }
11665 DBUS_CFLAGS=""
11666 DBUS_LIBS=""
11667 ## If we have a custom action on failure, don't print errors, but
11668 ## do set a variable so people can do so. Do it in a subshell
11669 ## to capture any diagnostics in invoking pkg-config.
11670 DBUS_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "dbus-1 >= 1.0") 2>&1`
11676 else
11677 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11678 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11682 if test $succeeded = yes; then
11683 HAVE_DBUS=yes
11684 else
11685 HAVE_DBUS=no
11688 if test "$HAVE_DBUS" = yes; then
11689 LIBS="$LIBS $DBUS_LIBS"
11691 $as_echo "#define HAVE_DBUS 1" >>confdefs.h
11693 for ac_func in dbus_watch_get_unix_fd \
11694 dbus_type_is_valid \
11695 dbus_validate_bus_name \
11696 dbus_validate_path \
11697 dbus_validate_interface \
11698 dbus_validate_member
11699 do :
11700 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11701 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11702 eval as_val=\$$as_ac_var
11703 if test "x$as_val" = x""yes; then :
11704 cat >>confdefs.h <<_ACEOF
11705 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11706 _ACEOF
11709 done
11711 DBUS_OBJ=dbusbind.o
11716 HAVE_GSETTINGS=no
11717 if test "${HAVE_X11}" = "yes" && test "${with_gsettings}" = "yes"; then
11719 succeeded=no
11721 if test "$PKG_CONFIG" = "no" ; then
11722 HAVE_GSETTINGS=no
11723 else
11724 PKG_CONFIG_MIN_VERSION=0.9.0
11725 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gio-2.0 >= 2.26" >&5
11727 $as_echo_n "checking for gio-2.0 >= 2.26... " >&6; }
11729 if "$PKG_CONFIG" --exists "gio-2.0 >= 2.26" 2>&5 &&
11730 GSETTINGS_CFLAGS=`"$PKG_CONFIG" --cflags "gio-2.0 >= 2.26" 2>&5` &&
11731 GSETTINGS_LIBS=`"$PKG_CONFIG" --libs "gio-2.0 >= 2.26" 2>&5`; then
11732 edit_cflags="
11733 s,///*,/,g
11734 s/^/ /
11735 s/ -I/ $isystem/g
11736 s/^ //
11738 GSETTINGS_CFLAGS=`$as_echo "$GSETTINGS_CFLAGS" | sed -e "$edit_cflags"`
11739 GSETTINGS_LIBS=`$as_echo "$GSETTINGS_LIBS" | sed -e 's,///*,/,g'`
11740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$GSETTINGS_CFLAGS' LIBS='$GSETTINGS_LIBS'" >&5
11741 $as_echo "yes CFLAGS='$GSETTINGS_CFLAGS' LIBS='$GSETTINGS_LIBS'" >&6; }
11742 succeeded=yes
11743 else
11744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11745 $as_echo "no" >&6; }
11746 GSETTINGS_CFLAGS=""
11747 GSETTINGS_LIBS=""
11748 ## If we have a custom action on failure, don't print errors, but
11749 ## do set a variable so people can do so. Do it in a subshell
11750 ## to capture any diagnostics in invoking pkg-config.
11751 GSETTINGS_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "gio-2.0 >= 2.26") 2>&1`
11757 else
11758 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11759 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11763 if test $succeeded = yes; then
11764 HAVE_GSETTINGS=yes
11765 else
11766 HAVE_GSETTINGS=no
11769 if test "$HAVE_GSETTINGS" = "yes"; then
11771 $as_echo "#define HAVE_GSETTINGS 1" >>confdefs.h
11773 SETTINGS_CFLAGS="$GSETTINGS_CFLAGS"
11774 SETTINGS_LIBS="$GSETTINGS_LIBS"
11778 HAVE_GCONF=no
11779 if test "${HAVE_X11}" = "yes" && test "${with_gconf}" = "yes"; then
11781 succeeded=no
11783 if test "$PKG_CONFIG" = "no" ; then
11784 HAVE_GCONF=no
11785 else
11786 PKG_CONFIG_MIN_VERSION=0.9.0
11787 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gconf-2.0 >= 2.13" >&5
11789 $as_echo_n "checking for gconf-2.0 >= 2.13... " >&6; }
11791 if "$PKG_CONFIG" --exists "gconf-2.0 >= 2.13" 2>&5 &&
11792 GCONF_CFLAGS=`"$PKG_CONFIG" --cflags "gconf-2.0 >= 2.13" 2>&5` &&
11793 GCONF_LIBS=`"$PKG_CONFIG" --libs "gconf-2.0 >= 2.13" 2>&5`; then
11794 edit_cflags="
11795 s,///*,/,g
11796 s/^/ /
11797 s/ -I/ $isystem/g
11798 s/^ //
11800 GCONF_CFLAGS=`$as_echo "$GCONF_CFLAGS" | sed -e "$edit_cflags"`
11801 GCONF_LIBS=`$as_echo "$GCONF_LIBS" | sed -e 's,///*,/,g'`
11802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$GCONF_CFLAGS' LIBS='$GCONF_LIBS'" >&5
11803 $as_echo "yes CFLAGS='$GCONF_CFLAGS' LIBS='$GCONF_LIBS'" >&6; }
11804 succeeded=yes
11805 else
11806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11807 $as_echo "no" >&6; }
11808 GCONF_CFLAGS=""
11809 GCONF_LIBS=""
11810 ## If we have a custom action on failure, don't print errors, but
11811 ## do set a variable so people can do so. Do it in a subshell
11812 ## to capture any diagnostics in invoking pkg-config.
11813 GCONF_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "gconf-2.0 >= 2.13") 2>&1`
11819 else
11820 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11821 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11825 if test $succeeded = yes; then
11826 HAVE_GCONF=yes
11827 else
11828 HAVE_GCONF=no
11831 if test "$HAVE_GCONF" = yes; then
11833 $as_echo "#define HAVE_GCONF 1" >>confdefs.h
11835 SETTINGS_CFLAGS="$SETTINGS_CFLAGS $GCONF_CFLAGS"
11836 SETTINGS_LIBS="$SETTINGS_LIBS $GCONF_LIBS"
11840 if test "$HAVE_GSETTINGS" = "yes" || test "$HAVE_GCONF" = "yes"; then
11842 succeeded=no
11844 if test "$PKG_CONFIG" = "no" ; then
11845 HAVE_GOBJECT=no
11846 else
11847 PKG_CONFIG_MIN_VERSION=0.9.0
11848 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gobject-2.0 >= 2.0" >&5
11850 $as_echo_n "checking for gobject-2.0 >= 2.0... " >&6; }
11852 if "$PKG_CONFIG" --exists "gobject-2.0 >= 2.0" 2>&5 &&
11853 GOBJECT_CFLAGS=`"$PKG_CONFIG" --cflags "gobject-2.0 >= 2.0" 2>&5` &&
11854 GOBJECT_LIBS=`"$PKG_CONFIG" --libs "gobject-2.0 >= 2.0" 2>&5`; then
11855 edit_cflags="
11856 s,///*,/,g
11857 s/^/ /
11858 s/ -I/ $isystem/g
11859 s/^ //
11861 GOBJECT_CFLAGS=`$as_echo "$GOBJECT_CFLAGS" | sed -e "$edit_cflags"`
11862 GOBJECT_LIBS=`$as_echo "$GOBJECT_LIBS" | sed -e 's,///*,/,g'`
11863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$GOBJECT_CFLAGS' LIBS='$GOBJECT_LIBS'" >&5
11864 $as_echo "yes CFLAGS='$GOBJECT_CFLAGS' LIBS='$GOBJECT_LIBS'" >&6; }
11865 succeeded=yes
11866 else
11867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11868 $as_echo "no" >&6; }
11869 GOBJECT_CFLAGS=""
11870 GOBJECT_LIBS=""
11871 ## If we have a custom action on failure, don't print errors, but
11872 ## do set a variable so people can do so. Do it in a subshell
11873 ## to capture any diagnostics in invoking pkg-config.
11874 GOBJECT_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "gobject-2.0 >= 2.0") 2>&1`
11880 else
11881 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11882 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11886 if test $succeeded = yes; then
11887 HAVE_GOBJECT=yes
11888 else
11889 HAVE_GOBJECT=no
11892 if test "$HAVE_GOBJECT" = "yes"; then
11893 SETTINGS_CFLAGS="$SETTINGS_CFLAGS $GOBJECT_CFLAGS"
11894 SETTINGS_LIBS="$SETTINGS_LIBS $GOBJECT_LIBS"
11896 SAVE_CFLAGS="$CFLAGS"
11897 SAVE_LIBS="$LIBS"
11898 CFLAGS="$SETTINGS_CFLAGS $CFLAGS"
11899 LIBS="$SETTINGS_LIBS $LIBS"
11900 for ac_func in g_type_init
11901 do :
11902 ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init"
11903 if test "x$ac_cv_func_g_type_init" = x""yes; then :
11904 cat >>confdefs.h <<_ACEOF
11905 #define HAVE_G_TYPE_INIT 1
11906 _ACEOF
11909 done
11911 CFLAGS="$SAVE_CFLAGS"
11912 LIBS="$SAVE_LIBS"
11918 HAVE_LIBSELINUX=no
11919 LIBSELINUX_LIBS=
11920 if test "${with_selinux}" = "yes"; then
11921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5
11922 $as_echo_n "checking for lgetfilecon in -lselinux... " >&6; }
11923 if test "${ac_cv_lib_selinux_lgetfilecon+set}" = set; then :
11924 $as_echo_n "(cached) " >&6
11925 else
11926 ac_check_lib_save_LIBS=$LIBS
11927 LIBS="-lselinux $LIBS"
11928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11929 /* end confdefs.h. */
11931 /* Override any GCC internal prototype to avoid an error.
11932 Use char because int might match the return type of a GCC
11933 builtin and then its argument prototype would still apply. */
11934 #ifdef __cplusplus
11935 extern "C"
11936 #endif
11937 char lgetfilecon ();
11939 main ()
11941 return lgetfilecon ();
11943 return 0;
11945 _ACEOF
11946 if ac_fn_c_try_link "$LINENO"; then :
11947 ac_cv_lib_selinux_lgetfilecon=yes
11948 else
11949 ac_cv_lib_selinux_lgetfilecon=no
11951 rm -f core conftest.err conftest.$ac_objext \
11952 conftest$ac_exeext conftest.$ac_ext
11953 LIBS=$ac_check_lib_save_LIBS
11955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5
11956 $as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; }
11957 if test "x$ac_cv_lib_selinux_lgetfilecon" = x""yes; then :
11958 HAVE_LIBSELINUX=yes
11959 else
11960 HAVE_LIBSELINUX=no
11963 if test "$HAVE_LIBSELINUX" = yes; then
11965 $as_echo "#define HAVE_LIBSELINUX 1" >>confdefs.h
11967 LIBSELINUX_LIBS=-lselinux
11972 HAVE_GNUTLS=no
11973 if test "${with_gnutls}" = "yes" ; then
11975 succeeded=no
11977 if test "$PKG_CONFIG" = "no" ; then
11978 HAVE_GNUTLS=no
11979 else
11980 PKG_CONFIG_MIN_VERSION=0.9.0
11981 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gnutls >= 2.6.6" >&5
11983 $as_echo_n "checking for gnutls >= 2.6.6... " >&6; }
11985 if "$PKG_CONFIG" --exists "gnutls >= 2.6.6" 2>&5 &&
11986 LIBGNUTLS_CFLAGS=`"$PKG_CONFIG" --cflags "gnutls >= 2.6.6" 2>&5` &&
11987 LIBGNUTLS_LIBS=`"$PKG_CONFIG" --libs "gnutls >= 2.6.6" 2>&5`; then
11988 edit_cflags="
11989 s,///*,/,g
11990 s/^/ /
11991 s/ -I/ $isystem/g
11992 s/^ //
11994 LIBGNUTLS_CFLAGS=`$as_echo "$LIBGNUTLS_CFLAGS" | sed -e "$edit_cflags"`
11995 LIBGNUTLS_LIBS=`$as_echo "$LIBGNUTLS_LIBS" | sed -e 's,///*,/,g'`
11996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$LIBGNUTLS_CFLAGS' LIBS='$LIBGNUTLS_LIBS'" >&5
11997 $as_echo "yes CFLAGS='$LIBGNUTLS_CFLAGS' LIBS='$LIBGNUTLS_LIBS'" >&6; }
11998 succeeded=yes
11999 else
12000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12001 $as_echo "no" >&6; }
12002 LIBGNUTLS_CFLAGS=""
12003 LIBGNUTLS_LIBS=""
12004 ## If we have a custom action on failure, don't print errors, but
12005 ## do set a variable so people can do so. Do it in a subshell
12006 ## to capture any diagnostics in invoking pkg-config.
12007 LIBGNUTLS_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "gnutls >= 2.6.6") 2>&1`
12013 else
12014 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
12015 echo "*** See http://www.freedesktop.org/software/pkgconfig"
12019 if test $succeeded = yes; then
12020 HAVE_GNUTLS=yes
12021 else
12022 HAVE_GNUTLS=no
12025 if test "${HAVE_GNUTLS}" = "yes"; then
12027 $as_echo "#define HAVE_GNUTLS 1" >>confdefs.h
12031 # Windows loads GnuTLS dynamically
12032 if test "${opsys}" = "mingw32"; then
12033 LIBGNUTLS_LIBS=
12034 else
12035 CFLAGS="$CFLAGS $LIBGNUTLS_CFLAGS"
12036 LIBS="$LIBGNUTLS_LIBS $LIBS"
12043 NOTIFY_OBJ=
12044 NOTIFY_SUMMARY=no
12046 if test "${with_ns}" = yes && test ${with_file_notification} = yes; then
12047 with_file_notification=no
12050 case $with_file_notification,$opsys in
12051 w32,* | yes,mingw32)
12052 ac_fn_c_check_header_mongrel "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default"
12053 if test "x$ac_cv_header_windows_h" = x""yes; then :
12058 if test "$ac_cv_header_windows_h" = yes ; then
12060 $as_echo "#define HAVE_W32NOTIFY 1" >>confdefs.h
12062 NOTIFY_OBJ=w32notify.o
12063 NOTIFY_SUMMARY="yes (w32)"
12064 fi ;;
12065 esac
12067 case $with_file_notification,$NOTIFY_OBJ in
12068 gfile, | yes,)
12070 succeeded=no
12072 if test "$PKG_CONFIG" = "no" ; then
12073 HAVE_GFILENOTIFY=no
12074 else
12075 PKG_CONFIG_MIN_VERSION=0.9.0
12076 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gio-2.0 >= 2.24" >&5
12078 $as_echo_n "checking for gio-2.0 >= 2.24... " >&6; }
12080 if "$PKG_CONFIG" --exists "gio-2.0 >= 2.24" 2>&5 &&
12081 GFILENOTIFY_CFLAGS=`"$PKG_CONFIG" --cflags "gio-2.0 >= 2.24" 2>&5` &&
12082 GFILENOTIFY_LIBS=`"$PKG_CONFIG" --libs "gio-2.0 >= 2.24" 2>&5`; then
12083 edit_cflags="
12084 s,///*,/,g
12085 s/^/ /
12086 s/ -I/ $isystem/g
12087 s/^ //
12089 GFILENOTIFY_CFLAGS=`$as_echo "$GFILENOTIFY_CFLAGS" | sed -e "$edit_cflags"`
12090 GFILENOTIFY_LIBS=`$as_echo "$GFILENOTIFY_LIBS" | sed -e 's,///*,/,g'`
12091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$GFILENOTIFY_CFLAGS' LIBS='$GFILENOTIFY_LIBS'" >&5
12092 $as_echo "yes CFLAGS='$GFILENOTIFY_CFLAGS' LIBS='$GFILENOTIFY_LIBS'" >&6; }
12093 succeeded=yes
12094 else
12095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12096 $as_echo "no" >&6; }
12097 GFILENOTIFY_CFLAGS=""
12098 GFILENOTIFY_LIBS=""
12099 ## If we have a custom action on failure, don't print errors, but
12100 ## do set a variable so people can do so. Do it in a subshell
12101 ## to capture any diagnostics in invoking pkg-config.
12102 GFILENOTIFY_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "gio-2.0 >= 2.24") 2>&1`
12108 else
12109 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
12110 echo "*** See http://www.freedesktop.org/software/pkgconfig"
12114 if test $succeeded = yes; then
12115 HAVE_GFILENOTIFY=yes
12116 else
12117 HAVE_GFILENOTIFY=no
12120 if test "$HAVE_GFILENOTIFY" = "yes"; then
12122 $as_echo "#define HAVE_GFILENOTIFY 1" >>confdefs.h
12124 NOTIFY_OBJ=gfilenotify.o
12125 NOTIFY_SUMMARY="yes -lgio (gfile)"
12126 fi ;;
12127 esac
12129 case $with_file_notification,$NOTIFY_OBJ in
12130 inotify, | yes,)
12131 ac_fn_c_check_header_mongrel "$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default"
12132 if test "x$ac_cv_header_sys_inotify_h" = x""yes; then :
12137 if test "$ac_cv_header_sys_inotify_h" = yes ; then
12138 ac_fn_c_check_func "$LINENO" "inotify_init1" "ac_cv_func_inotify_init1"
12139 if test "x$ac_cv_func_inotify_init1" = x""yes; then :
12143 if test "$ac_cv_func_inotify_init1" = yes; then
12145 $as_echo "#define HAVE_INOTIFY 1" >>confdefs.h
12147 NOTIFY_OBJ=inotify.o
12148 NOTIFY_SUMMARY="yes -lglibc (inotify)"
12150 fi ;;
12151 esac
12153 case $with_file_notification,$NOTIFY_OBJ in
12154 yes,* | no,* | *,?*) ;;
12155 *) as_fn_error "File notification \`$with_file_notification' requested but requirements not found." "$LINENO" 5 ;;
12156 esac
12158 if test -n "$NOTIFY_OBJ"; then
12160 $as_echo "#define USE_FILE_NOTIFY 1" >>confdefs.h
12167 HAVE_XAW3D=no
12168 LUCID_LIBW=
12169 if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
12170 if test "$with_xaw3d" != no; then
12171 if test "${emacs_cv_xaw3d+set}" = set; then :
12172 $as_echo_n "(cached) " >&6
12173 else
12174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12175 /* end confdefs.h. */
12177 #include <X11/Intrinsic.h>
12178 #include <X11/Xaw3d/Simple.h>
12180 main ()
12184 return 0;
12186 _ACEOF
12187 if ac_fn_c_try_link "$LINENO"; then :
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XawScrollbarSetThumb in -lXaw3d" >&5
12189 $as_echo_n "checking for XawScrollbarSetThumb in -lXaw3d... " >&6; }
12190 if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then :
12191 $as_echo_n "(cached) " >&6
12192 else
12193 ac_check_lib_save_LIBS=$LIBS
12194 LIBS="-lXaw3d $LIBS"
12195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12196 /* end confdefs.h. */
12198 /* Override any GCC internal prototype to avoid an error.
12199 Use char because int might match the return type of a GCC
12200 builtin and then its argument prototype would still apply. */
12201 #ifdef __cplusplus
12202 extern "C"
12203 #endif
12204 char XawScrollbarSetThumb ();
12206 main ()
12208 return XawScrollbarSetThumb ();
12210 return 0;
12212 _ACEOF
12213 if ac_fn_c_try_link "$LINENO"; then :
12214 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes
12215 else
12216 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no
12218 rm -f core conftest.err conftest.$ac_objext \
12219 conftest$ac_exeext conftest.$ac_ext
12220 LIBS=$ac_check_lib_save_LIBS
12222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5
12223 $as_echo "$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6; }
12224 if test "x$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" = x""yes; then :
12225 emacs_cv_xaw3d=yes
12226 else
12227 emacs_cv_xaw3d=no
12230 else
12231 emacs_cv_xaw3d=no
12233 rm -f core conftest.err conftest.$ac_objext \
12234 conftest$ac_exeext conftest.$ac_ext
12237 else
12238 emacs_cv_xaw3d=no
12240 if test $emacs_cv_xaw3d = yes; then
12241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5
12242 $as_echo_n "checking for xaw3d... " >&6; }
12243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes; using Lucid toolkit" >&5
12244 $as_echo "yes; using Lucid toolkit" >&6; }
12245 USE_X_TOOLKIT=LUCID
12246 HAVE_XAW3D=yes
12247 LUCID_LIBW=-lXaw3d
12249 $as_echo "#define HAVE_XAW3D 1" >>confdefs.h
12251 else
12252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5
12253 $as_echo_n "checking for xaw3d... " >&6; }
12254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12255 $as_echo "no" >&6; }
12256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5
12257 $as_echo_n "checking for libXaw... " >&6; }
12258 if test "${emacs_cv_xaw+set}" = set; then :
12259 $as_echo_n "(cached) " >&6
12260 else
12261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12262 /* end confdefs.h. */
12264 #include <X11/Intrinsic.h>
12265 #include <X11/Xaw/Simple.h>
12267 main ()
12271 return 0;
12273 _ACEOF
12274 if ac_fn_c_try_link "$LINENO"; then :
12275 emacs_cv_xaw=yes
12276 else
12277 emacs_cv_xaw=no
12279 rm -f core conftest.err conftest.$ac_objext \
12280 conftest$ac_exeext conftest.$ac_ext
12283 if test $emacs_cv_xaw = yes; then
12284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes; using Lucid toolkit" >&5
12285 $as_echo "yes; using Lucid toolkit" >&6; }
12286 USE_X_TOOLKIT=LUCID
12287 LUCID_LIBW=-lXaw
12288 elif test x"${USE_X_TOOLKIT}" = xLUCID; then
12289 as_fn_error "Lucid toolkit requires X11/Xaw include files" "$LINENO" 5
12290 else
12291 as_fn_error "No X toolkit could be found.
12292 If you are sure you want Emacs compiled without an X toolkit, pass
12293 --with-x-toolkit=no
12294 to configure. Otherwise, install the development libraries for the toolkit
12295 that you want to use (e.g. Gtk+) and re-run configure." "$LINENO" 5
12300 X_TOOLKIT_TYPE=$USE_X_TOOLKIT
12302 LIBXTR6=
12303 if test "${USE_X_TOOLKIT}" != "none"; then
12304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5
12305 $as_echo_n "checking X11 toolkit version... " >&6; }
12306 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then :
12307 $as_echo_n "(cached) " >&6
12308 else
12309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12310 /* end confdefs.h. */
12311 #include <X11/Intrinsic.h>
12313 main ()
12315 #if XtSpecificationRelease < 6
12316 fail;
12317 #endif
12320 return 0;
12322 _ACEOF
12323 if ac_fn_c_try_link "$LINENO"; then :
12324 emacs_cv_x11_toolkit_version_6=yes
12325 else
12326 emacs_cv_x11_toolkit_version_6=no
12328 rm -f core conftest.err conftest.$ac_objext \
12329 conftest$ac_exeext conftest.$ac_ext
12332 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
12333 if test $emacs_cv_x11_toolkit_version_6 = yes; then
12334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: 6 or newer" >&5
12335 $as_echo "6 or newer" >&6; }
12337 $as_echo "#define HAVE_X11XTR6 1" >>confdefs.h
12339 LIBXTR6="-lSM -lICE"
12340 case "$opsys" in
12341 ## Use libw.a along with X11R6 Xt.
12342 unixware) LIBXTR6="$LIBXTR6 -lw" ;;
12343 esac
12344 else
12345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: before 6" >&5
12346 $as_echo "before 6" >&6; }
12349 OLDLIBS="$LIBS"
12350 if test x$HAVE_X11XTR6 = xyes; then
12351 LIBS="-lXt -lSM -lICE $LIBS"
12352 else
12353 LIBS="-lXt $LIBS"
12355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5
12356 $as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; }
12357 if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then :
12358 $as_echo_n "(cached) " >&6
12359 else
12360 ac_check_lib_save_LIBS=$LIBS
12361 LIBS="-lXmu $LIBS"
12362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12363 /* end confdefs.h. */
12365 /* Override any GCC internal prototype to avoid an error.
12366 Use char because int might match the return type of a GCC
12367 builtin and then its argument prototype would still apply. */
12368 #ifdef __cplusplus
12369 extern "C"
12370 #endif
12371 char XmuConvertStandardSelection ();
12373 main ()
12375 return XmuConvertStandardSelection ();
12377 return 0;
12379 _ACEOF
12380 if ac_fn_c_try_link "$LINENO"; then :
12381 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
12382 else
12383 ac_cv_lib_Xmu_XmuConvertStandardSelection=no
12385 rm -f core conftest.err conftest.$ac_objext \
12386 conftest$ac_exeext conftest.$ac_ext
12387 LIBS=$ac_check_lib_save_LIBS
12389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
12390 $as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; }
12391 if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = x""yes; then :
12392 cat >>confdefs.h <<_ACEOF
12393 #define HAVE_LIBXMU 1
12394 _ACEOF
12396 LIBS="-lXmu $LIBS"
12400 test $ac_cv_lib_Xmu_XmuConvertStandardSelection = no && LIBS="$OLDLIBS"
12404 LIBXMU=-lXmu
12405 case $opsys in
12406 ## These systems don't supply Xmu.
12407 hpux* | aix4-2 )
12408 test "X$ac_cv_lib_Xmu_XmuConvertStandardSelection" != "Xyes" && LIBXMU=
12410 mingw32 )
12411 LIBXMU=
12413 esac
12416 # On Irix 6.5, at least, we need XShapeQueryExtension from -lXext for Xaw3D.
12417 if test "${HAVE_X11}" = "yes"; then
12418 if test "${USE_X_TOOLKIT}" != "none"; then
12419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
12420 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
12421 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
12422 $as_echo_n "(cached) " >&6
12423 else
12424 ac_check_lib_save_LIBS=$LIBS
12425 LIBS="-lXext $LIBS"
12426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12427 /* end confdefs.h. */
12429 /* Override any GCC internal prototype to avoid an error.
12430 Use char because int might match the return type of a GCC
12431 builtin and then its argument prototype would still apply. */
12432 #ifdef __cplusplus
12433 extern "C"
12434 #endif
12435 char XShapeQueryExtension ();
12437 main ()
12439 return XShapeQueryExtension ();
12441 return 0;
12443 _ACEOF
12444 if ac_fn_c_try_link "$LINENO"; then :
12445 ac_cv_lib_Xext_XShapeQueryExtension=yes
12446 else
12447 ac_cv_lib_Xext_XShapeQueryExtension=no
12449 rm -f core conftest.err conftest.$ac_objext \
12450 conftest$ac_exeext conftest.$ac_ext
12451 LIBS=$ac_check_lib_save_LIBS
12453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
12454 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
12455 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
12456 cat >>confdefs.h <<_ACEOF
12457 #define HAVE_LIBXEXT 1
12458 _ACEOF
12460 LIBS="-lXext $LIBS"
12467 LIBXP=
12468 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
12469 # OpenMotif may be installed in such a way on some GNU/Linux systems.
12470 if test -d /usr/include/openmotif; then
12471 CPPFLAGS="-I/usr/include/openmotif $CPPFLAGS"
12472 emacs_cv_openmotif=yes
12473 case "$canonical" in
12474 x86_64-*-linux-gnu* | powerpc64-*-linux-gnu* | sparc64-*-linux-gnu*)
12475 test -d /usr/lib64/openmotif && LDFLAGS="-L/usr/lib64/openmotif $LDFLAGS"
12478 test -d /usr/lib/openmotif && LDFLAGS="-L/usr/lib/openmotif $LDFLAGS"
12479 esac
12480 else
12481 emacs_cv_openmotif=no
12483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for (Open)Motif version 2.1" >&5
12484 $as_echo_n "checking for (Open)Motif version 2.1... " >&6; }
12485 if test "${emacs_cv_motif_version_2_1+set}" = set; then :
12486 $as_echo_n "(cached) " >&6
12487 else
12488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12489 /* end confdefs.h. */
12490 #include <Xm/Xm.h>
12492 main ()
12494 #if XmVERSION > 2 || (XmVERSION == 2 && XmREVISION >= 1)
12495 int x = 5;
12496 #else
12497 Motif version prior to 2.1.
12498 #endif
12500 return 0;
12502 _ACEOF
12503 if ac_fn_c_try_compile "$LINENO"; then :
12504 emacs_cv_motif_version_2_1=yes
12505 else
12506 emacs_cv_motif_version_2_1=no
12508 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_motif_version_2_1" >&5
12511 $as_echo "$emacs_cv_motif_version_2_1" >&6; }
12512 if test $emacs_cv_motif_version_2_1 = yes; then
12513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5
12514 $as_echo_n "checking for XpCreateContext in -lXp... " >&6; }
12515 if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then :
12516 $as_echo_n "(cached) " >&6
12517 else
12518 ac_check_lib_save_LIBS=$LIBS
12519 LIBS="-lXp $LIBS"
12520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12521 /* end confdefs.h. */
12523 /* Override any GCC internal prototype to avoid an error.
12524 Use char because int might match the return type of a GCC
12525 builtin and then its argument prototype would still apply. */
12526 #ifdef __cplusplus
12527 extern "C"
12528 #endif
12529 char XpCreateContext ();
12531 main ()
12533 return XpCreateContext ();
12535 return 0;
12537 _ACEOF
12538 if ac_fn_c_try_link "$LINENO"; then :
12539 ac_cv_lib_Xp_XpCreateContext=yes
12540 else
12541 ac_cv_lib_Xp_XpCreateContext=no
12543 rm -f core conftest.err conftest.$ac_objext \
12544 conftest$ac_exeext conftest.$ac_ext
12545 LIBS=$ac_check_lib_save_LIBS
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5
12548 $as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; }
12549 if test "x$ac_cv_lib_Xp_XpCreateContext" = x""yes; then :
12550 LIBXP=-lXp
12553 if test x$emacs_cv_openmotif = xyes; then
12554 REAL_CPPFLAGS="-I/usr/include/openmotif $REAL_CPPFLAGS"
12556 else
12557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5
12558 $as_echo_n "checking for LessTif where some systems put it... " >&6; }
12559 if test "${emacs_cv_lesstif+set}" = set; then :
12560 $as_echo_n "(cached) " >&6
12561 else
12562 # We put this in CFLAGS temporarily to precede other -I options
12563 # that might be in CFLAGS temporarily.
12564 # We put this in CPPFLAGS where it precedes the other -I options.
12565 OLD_CPPFLAGS=$CPPFLAGS
12566 OLD_CFLAGS=$CFLAGS
12567 CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"
12568 CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS"
12569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12570 /* end confdefs.h. */
12571 #include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>
12573 main ()
12575 int x = 5;
12577 return 0;
12579 _ACEOF
12580 if ac_fn_c_try_compile "$LINENO"; then :
12581 emacs_cv_lesstif=yes
12582 else
12583 emacs_cv_lesstif=no
12585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_lesstif" >&5
12588 $as_echo "$emacs_cv_lesstif" >&6; }
12589 if test $emacs_cv_lesstif = yes; then
12590 # Make sure this -I option remains in CPPFLAGS after it is set
12591 # back to REAL_CPPFLAGS.
12592 # There is no need to change REAL_CFLAGS, because REAL_CFLAGS does not
12593 # have those other -I options anyway. Ultimately, having this
12594 # directory ultimately in CPPFLAGS will be enough.
12595 REAL_CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $REAL_CPPFLAGS"
12596 LDFLAGS="-L/usr/X11R6/LessTif/Motif1.2/lib $LDFLAGS"
12597 else
12598 CFLAGS=$OLD_CFLAGS
12599 CPPFLAGS=$OLD_CPPFLAGS
12602 ac_fn_c_check_header_mongrel "$LINENO" "Xm/BulletinB.h" "ac_cv_header_Xm_BulletinB_h" "$ac_includes_default"
12603 if test "x$ac_cv_header_Xm_BulletinB_h" = x""yes; then :
12605 else
12606 as_fn_error "Motif toolkit requested but requirements not found." "$LINENO" 5
12613 USE_TOOLKIT_SCROLL_BARS=no
12614 if test "${with_toolkit_scroll_bars}" != "no"; then
12615 if test "${USE_X_TOOLKIT}" != "none"; then
12616 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
12617 $as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
12619 HAVE_XAW3D=no
12620 USE_TOOLKIT_SCROLL_BARS=yes
12621 elif test "${HAVE_XAW3D}" = "yes" || test "${USE_X_TOOLKIT}" = "LUCID"; then
12622 $as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
12624 USE_TOOLKIT_SCROLL_BARS=yes
12626 elif test "${HAVE_GTK}" = "yes"; then
12627 $as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
12629 USE_TOOLKIT_SCROLL_BARS=yes
12630 elif test "${HAVE_NS}" = "yes"; then
12631 $as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
12633 USE_TOOLKIT_SCROLL_BARS=yes
12634 elif test "${HAVE_W32}" = "yes"; then
12635 $as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
12637 USE_TOOLKIT_SCROLL_BARS=yes
12641 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12642 /* end confdefs.h. */
12644 #include <X11/Xlib.h>
12645 #include <X11/Xresource.h>
12647 main ()
12649 XIMProc callback;
12651 return 0;
12653 _ACEOF
12654 if ac_fn_c_try_compile "$LINENO"; then :
12655 HAVE_XIM=yes
12657 $as_echo "#define HAVE_XIM 1" >>confdefs.h
12659 else
12660 HAVE_XIM=no
12662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12665 if test "${with_xim}" != "no"; then
12667 $as_echo "#define USE_XIM 1" >>confdefs.h
12672 if test "${HAVE_XIM}" != "no"; then
12673 late_CFLAGS=$CFLAGS
12674 if test "$GCC" = yes; then
12675 CFLAGS="$CFLAGS --pedantic-errors"
12677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12678 /* end confdefs.h. */
12680 #include <X11/Xlib.h>
12681 #include <X11/Xresource.h>
12683 main ()
12685 Display *display;
12686 XrmDatabase db;
12687 char *res_name;
12688 char *res_class;
12689 XIMProc callback;
12690 XPointer *client_data;
12691 #ifndef __GNUC__
12692 /* If we're not using GCC, it's probably not XFree86, and this is
12693 probably right, but we can't use something like --pedantic-errors. */
12694 extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*,
12695 char*, XIMProc, XPointer*);
12696 #endif
12697 (void)XRegisterIMInstantiateCallback(display, db, res_name, res_class, callback,
12698 client_data);
12700 return 0;
12702 _ACEOF
12703 if ac_fn_c_try_compile "$LINENO"; then :
12704 emacs_cv_arg6_star=yes
12706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12707 if test "$emacs_cv_arg6_star" = yes; then
12708 $as_echo "#define XRegisterIMInstantiateCallback_arg6 XPointer*" >>confdefs.h
12710 else
12711 $as_echo "#define XRegisterIMInstantiateCallback_arg6 XPointer" >>confdefs.h
12714 CFLAGS=$late_CFLAGS
12717 ### Start of font-backend (under any platform) section.
12718 # (nothing here yet -- this is a placeholder)
12719 ### End of font-backend (under any platform) section.
12721 ### Start of font-backend (under X11) section.
12722 if test "${HAVE_X11}" = "yes"; then
12724 succeeded=no
12726 if test "$PKG_CONFIG" = "no" ; then
12727 HAVE_FC=no
12728 else
12729 PKG_CONFIG_MIN_VERSION=0.9.0
12730 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fontconfig >= 2.2.0" >&5
12732 $as_echo_n "checking for fontconfig >= 2.2.0... " >&6; }
12734 if "$PKG_CONFIG" --exists "fontconfig >= 2.2.0" 2>&5 &&
12735 FONTCONFIG_CFLAGS=`"$PKG_CONFIG" --cflags "fontconfig >= 2.2.0" 2>&5` &&
12736 FONTCONFIG_LIBS=`"$PKG_CONFIG" --libs "fontconfig >= 2.2.0" 2>&5`; then
12737 edit_cflags="
12738 s,///*,/,g
12739 s/^/ /
12740 s/ -I/ $isystem/g
12741 s/^ //
12743 FONTCONFIG_CFLAGS=`$as_echo "$FONTCONFIG_CFLAGS" | sed -e "$edit_cflags"`
12744 FONTCONFIG_LIBS=`$as_echo "$FONTCONFIG_LIBS" | sed -e 's,///*,/,g'`
12745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$FONTCONFIG_CFLAGS' LIBS='$FONTCONFIG_LIBS'" >&5
12746 $as_echo "yes CFLAGS='$FONTCONFIG_CFLAGS' LIBS='$FONTCONFIG_LIBS'" >&6; }
12747 succeeded=yes
12748 else
12749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12750 $as_echo "no" >&6; }
12751 FONTCONFIG_CFLAGS=""
12752 FONTCONFIG_LIBS=""
12753 ## If we have a custom action on failure, don't print errors, but
12754 ## do set a variable so people can do so. Do it in a subshell
12755 ## to capture any diagnostics in invoking pkg-config.
12756 FONTCONFIG_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "fontconfig >= 2.2.0") 2>&1`
12762 else
12763 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
12764 echo "*** See http://www.freedesktop.org/software/pkgconfig"
12768 if test $succeeded = yes; then
12769 HAVE_FC=yes
12770 else
12771 HAVE_FC=no
12775 ## Use -lXft if available, unless `--with-xft=no'.
12776 HAVE_XFT=maybe
12777 if test "${HAVE_FC}" = "no" || test "x${with_x}" = "xno"; then
12778 with_xft="no";
12780 if test "x${with_xft}" != "xno"; then
12783 succeeded=no
12785 if test "$PKG_CONFIG" = "no" ; then
12786 HAVE_XFT=no
12787 else
12788 PKG_CONFIG_MIN_VERSION=0.9.0
12789 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xft >= 0.13.0" >&5
12791 $as_echo_n "checking for xft >= 0.13.0... " >&6; }
12793 if "$PKG_CONFIG" --exists "xft >= 0.13.0" 2>&5 &&
12794 XFT_CFLAGS=`"$PKG_CONFIG" --cflags "xft >= 0.13.0" 2>&5` &&
12795 XFT_LIBS=`"$PKG_CONFIG" --libs "xft >= 0.13.0" 2>&5`; then
12796 edit_cflags="
12797 s,///*,/,g
12798 s/^/ /
12799 s/ -I/ $isystem/g
12800 s/^ //
12802 XFT_CFLAGS=`$as_echo "$XFT_CFLAGS" | sed -e "$edit_cflags"`
12803 XFT_LIBS=`$as_echo "$XFT_LIBS" | sed -e 's,///*,/,g'`
12804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$XFT_CFLAGS' LIBS='$XFT_LIBS'" >&5
12805 $as_echo "yes CFLAGS='$XFT_CFLAGS' LIBS='$XFT_LIBS'" >&6; }
12806 succeeded=yes
12807 else
12808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12809 $as_echo "no" >&6; }
12810 XFT_CFLAGS=""
12811 XFT_LIBS=""
12812 ## If we have a custom action on failure, don't print errors, but
12813 ## do set a variable so people can do so. Do it in a subshell
12814 ## to capture any diagnostics in invoking pkg-config.
12815 XFT_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "xft >= 0.13.0") 2>&1`
12821 else
12822 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
12823 echo "*** See http://www.freedesktop.org/software/pkgconfig"
12827 if test $succeeded = yes; then
12829 else
12830 HAVE_XFT=no
12833 ## Because xftfont.c uses XRenderQueryExtension, we also
12834 ## need to link to -lXrender.
12835 HAVE_XRENDER=no
12836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5
12837 $as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; }
12838 if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then :
12839 $as_echo_n "(cached) " >&6
12840 else
12841 ac_check_lib_save_LIBS=$LIBS
12842 LIBS="-lXrender $LIBS"
12843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12844 /* end confdefs.h. */
12846 /* Override any GCC internal prototype to avoid an error.
12847 Use char because int might match the return type of a GCC
12848 builtin and then its argument prototype would still apply. */
12849 #ifdef __cplusplus
12850 extern "C"
12851 #endif
12852 char XRenderQueryExtension ();
12854 main ()
12856 return XRenderQueryExtension ();
12858 return 0;
12860 _ACEOF
12861 if ac_fn_c_try_link "$LINENO"; then :
12862 ac_cv_lib_Xrender_XRenderQueryExtension=yes
12863 else
12864 ac_cv_lib_Xrender_XRenderQueryExtension=no
12866 rm -f core conftest.err conftest.$ac_objext \
12867 conftest$ac_exeext conftest.$ac_ext
12868 LIBS=$ac_check_lib_save_LIBS
12870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5
12871 $as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; }
12872 if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = x""yes; then :
12873 HAVE_XRENDER=yes
12876 if test "$HAVE_XFT" != no && test "$HAVE_XRENDER" != no; then
12877 OLD_CPPFLAGS="$CPPFLAGS"
12878 OLD_CFLAGS="$CFLAGS"
12879 OLD_LIBS="$LIBS"
12880 CPPFLAGS="$CPPFLAGS $XFT_CFLAGS"
12881 CFLAGS="$CFLAGS $XFT_CFLAGS"
12882 XFT_LIBS="-lXrender $XFT_LIBS"
12883 LIBS="$XFT_LIBS $LIBS"
12884 ac_fn_c_check_header_compile "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "#include <X11/X.h>
12886 if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then :
12887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5
12888 $as_echo_n "checking for XftFontOpen in -lXft... " >&6; }
12889 if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then :
12890 $as_echo_n "(cached) " >&6
12891 else
12892 ac_check_lib_save_LIBS=$LIBS
12893 LIBS="-lXft $XFT_LIBS $LIBS"
12894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12895 /* end confdefs.h. */
12897 /* Override any GCC internal prototype to avoid an error.
12898 Use char because int might match the return type of a GCC
12899 builtin and then its argument prototype would still apply. */
12900 #ifdef __cplusplus
12901 extern "C"
12902 #endif
12903 char XftFontOpen ();
12905 main ()
12907 return XftFontOpen ();
12909 return 0;
12911 _ACEOF
12912 if ac_fn_c_try_link "$LINENO"; then :
12913 ac_cv_lib_Xft_XftFontOpen=yes
12914 else
12915 ac_cv_lib_Xft_XftFontOpen=no
12917 rm -f core conftest.err conftest.$ac_objext \
12918 conftest$ac_exeext conftest.$ac_ext
12919 LIBS=$ac_check_lib_save_LIBS
12921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5
12922 $as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; }
12923 if test "x$ac_cv_lib_Xft_XftFontOpen" = x""yes; then :
12924 HAVE_XFT=yes
12931 if test "${HAVE_XFT}" = "yes"; then
12933 $as_echo "#define HAVE_XFT 1" >>confdefs.h
12936 C_SWITCH_X_SITE="$C_SWITCH_X_SITE $XFT_CFLAGS"
12937 else
12938 CPPFLAGS="$OLD_CPPFLAGS"
12939 CFLAGS="$OLD_CFLAGS"
12940 LIBS="$OLD_LIBS"
12941 fi # "${HAVE_XFT}" = "yes"
12942 fi # "$HAVE_XFT" != no
12943 fi # "x${with_xft}" != "xno"
12945 ## We used to allow building with FreeType and without Xft.
12946 ## However, the ftx font backend driver is not in good shape.
12947 if test "$HAVE_XFT" != "yes"; then
12948 HAVE_XFT=no
12949 HAVE_FREETYPE=no
12950 else
12952 succeeded=no
12954 if test "$PKG_CONFIG" = "no" ; then
12955 HAVE_FREETYPE=no
12956 else
12957 PKG_CONFIG_MIN_VERSION=0.9.0
12958 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for freetype2" >&5
12960 $as_echo_n "checking for freetype2... " >&6; }
12962 if "$PKG_CONFIG" --exists "freetype2" 2>&5 &&
12963 FREETYPE_CFLAGS=`"$PKG_CONFIG" --cflags "freetype2" 2>&5` &&
12964 FREETYPE_LIBS=`"$PKG_CONFIG" --libs "freetype2" 2>&5`; then
12965 edit_cflags="
12966 s,///*,/,g
12967 s/^/ /
12968 s/ -I/ $isystem/g
12969 s/^ //
12971 FREETYPE_CFLAGS=`$as_echo "$FREETYPE_CFLAGS" | sed -e "$edit_cflags"`
12972 FREETYPE_LIBS=`$as_echo "$FREETYPE_LIBS" | sed -e 's,///*,/,g'`
12973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$FREETYPE_CFLAGS' LIBS='$FREETYPE_LIBS'" >&5
12974 $as_echo "yes CFLAGS='$FREETYPE_CFLAGS' LIBS='$FREETYPE_LIBS'" >&6; }
12975 succeeded=yes
12976 else
12977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12978 $as_echo "no" >&6; }
12979 FREETYPE_CFLAGS=""
12980 FREETYPE_LIBS=""
12981 ## If we have a custom action on failure, don't print errors, but
12982 ## do set a variable so people can do so. Do it in a subshell
12983 ## to capture any diagnostics in invoking pkg-config.
12984 FREETYPE_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "freetype2") 2>&1`
12990 else
12991 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
12992 echo "*** See http://www.freedesktop.org/software/pkgconfig"
12996 if test $succeeded = yes; then
12997 HAVE_FREETYPE=yes
12998 else
12999 HAVE_FREETYPE=no
13003 test "$HAVE_FREETYPE" = "no" && as_fn_error "libxft requires libfreetype" "$LINENO" 5
13006 HAVE_LIBOTF=no
13007 if test "${HAVE_FREETYPE}" = "yes"; then
13009 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
13011 if test "${with_libotf}" != "no"; then
13013 succeeded=no
13015 if test "$PKG_CONFIG" = "no" ; then
13016 HAVE_LIBOTF=no
13017 else
13018 PKG_CONFIG_MIN_VERSION=0.9.0
13019 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
13020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libotf" >&5
13021 $as_echo_n "checking for libotf... " >&6; }
13023 if "$PKG_CONFIG" --exists "libotf" 2>&5 &&
13024 LIBOTF_CFLAGS=`"$PKG_CONFIG" --cflags "libotf" 2>&5` &&
13025 LIBOTF_LIBS=`"$PKG_CONFIG" --libs "libotf" 2>&5`; then
13026 edit_cflags="
13027 s,///*,/,g
13028 s/^/ /
13029 s/ -I/ $isystem/g
13030 s/^ //
13032 LIBOTF_CFLAGS=`$as_echo "$LIBOTF_CFLAGS" | sed -e "$edit_cflags"`
13033 LIBOTF_LIBS=`$as_echo "$LIBOTF_LIBS" | sed -e 's,///*,/,g'`
13034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$LIBOTF_CFLAGS' LIBS='$LIBOTF_LIBS'" >&5
13035 $as_echo "yes CFLAGS='$LIBOTF_CFLAGS' LIBS='$LIBOTF_LIBS'" >&6; }
13036 succeeded=yes
13037 else
13038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13039 $as_echo "no" >&6; }
13040 LIBOTF_CFLAGS=""
13041 LIBOTF_LIBS=""
13042 ## If we have a custom action on failure, don't print errors, but
13043 ## do set a variable so people can do so. Do it in a subshell
13044 ## to capture any diagnostics in invoking pkg-config.
13045 LIBOTF_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "libotf") 2>&1`
13051 else
13052 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
13053 echo "*** See http://www.freedesktop.org/software/pkgconfig"
13057 if test $succeeded = yes; then
13058 HAVE_LIBOTF=yes
13059 else
13060 HAVE_LIBOTF=no
13063 if test "$HAVE_LIBOTF" = "yes"; then
13065 $as_echo "#define HAVE_LIBOTF 1" >>confdefs.h
13067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5
13068 $as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; }
13069 if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then :
13070 $as_echo_n "(cached) " >&6
13071 else
13072 ac_check_lib_save_LIBS=$LIBS
13073 LIBS="-lotf $LIBS"
13074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13075 /* end confdefs.h. */
13077 /* Override any GCC internal prototype to avoid an error.
13078 Use char because int might match the return type of a GCC
13079 builtin and then its argument prototype would still apply. */
13080 #ifdef __cplusplus
13081 extern "C"
13082 #endif
13083 char OTF_get_variation_glyphs ();
13085 main ()
13087 return OTF_get_variation_glyphs ();
13089 return 0;
13091 _ACEOF
13092 if ac_fn_c_try_link "$LINENO"; then :
13093 ac_cv_lib_otf_OTF_get_variation_glyphs=yes
13094 else
13095 ac_cv_lib_otf_OTF_get_variation_glyphs=no
13097 rm -f core conftest.err conftest.$ac_objext \
13098 conftest$ac_exeext conftest.$ac_ext
13099 LIBS=$ac_check_lib_save_LIBS
13101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5
13102 $as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; }
13103 if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = x""yes; then :
13104 HAVE_OTF_GET_VARIATION_GLYPHS=yes
13105 else
13106 HAVE_OTF_GET_VARIATION_GLYPHS=no
13109 if test "${HAVE_OTF_GET_VARIATION_GLYPHS}" = "yes"; then
13111 $as_echo "#define HAVE_OTF_GET_VARIATION_GLYPHS 1" >>confdefs.h
13118 HAVE_M17N_FLT=no
13119 if test "${HAVE_LIBOTF}" = yes; then
13120 if test "${with_m17n_flt}" != "no"; then
13122 succeeded=no
13124 if test "$PKG_CONFIG" = "no" ; then
13125 HAVE_M17N_FLT=no
13126 else
13127 PKG_CONFIG_MIN_VERSION=0.9.0
13128 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
13129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for m17n-flt" >&5
13130 $as_echo_n "checking for m17n-flt... " >&6; }
13132 if "$PKG_CONFIG" --exists "m17n-flt" 2>&5 &&
13133 M17N_FLT_CFLAGS=`"$PKG_CONFIG" --cflags "m17n-flt" 2>&5` &&
13134 M17N_FLT_LIBS=`"$PKG_CONFIG" --libs "m17n-flt" 2>&5`; then
13135 edit_cflags="
13136 s,///*,/,g
13137 s/^/ /
13138 s/ -I/ $isystem/g
13139 s/^ //
13141 M17N_FLT_CFLAGS=`$as_echo "$M17N_FLT_CFLAGS" | sed -e "$edit_cflags"`
13142 M17N_FLT_LIBS=`$as_echo "$M17N_FLT_LIBS" | sed -e 's,///*,/,g'`
13143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$M17N_FLT_CFLAGS' LIBS='$M17N_FLT_LIBS'" >&5
13144 $as_echo "yes CFLAGS='$M17N_FLT_CFLAGS' LIBS='$M17N_FLT_LIBS'" >&6; }
13145 succeeded=yes
13146 else
13147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13148 $as_echo "no" >&6; }
13149 M17N_FLT_CFLAGS=""
13150 M17N_FLT_LIBS=""
13151 ## If we have a custom action on failure, don't print errors, but
13152 ## do set a variable so people can do so. Do it in a subshell
13153 ## to capture any diagnostics in invoking pkg-config.
13154 M17N_FLT_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "m17n-flt") 2>&1`
13160 else
13161 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
13162 echo "*** See http://www.freedesktop.org/software/pkgconfig"
13166 if test $succeeded = yes; then
13167 HAVE_M17N_FLT=yes
13168 else
13169 HAVE_M17N_FLT=no
13172 if test "$HAVE_M17N_FLT" = "yes"; then
13174 $as_echo "#define HAVE_M17N_FLT 1" >>confdefs.h
13179 else
13180 HAVE_XFT=no
13181 HAVE_FREETYPE=no
13182 HAVE_LIBOTF=no
13183 HAVE_M17N_FLT=no
13186 ### End of font-backend (under X11) section.
13197 ### Use -lXpm if available, unless `--with-xpm=no'.
13198 ### mingw32 doesn't use -lXpm, since it loads the library dynamically.
13199 HAVE_XPM=no
13200 LIBXPM=
13201 if test "${HAVE_W32}" = "yes" && test "${opsys}" = "cygwin"; then
13202 if test "${with_xpm}" != "no"; then
13203 SAVE_CPPFLAGS="$CPPFLAGS"
13204 SAVE_LDFLAGS="$LDFLAGS"
13205 CPPFLAGS="$CPPFLAGS -I/usr/include/noX"
13206 LDFLAGS="$LDFLAGS -L/usr/lib/noX"
13207 ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default"
13208 if test "x$ac_cv_header_X11_xpm_h" = x""yes; then :
13209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToImage in -lXpm" >&5
13210 $as_echo_n "checking for XpmReadFileToImage in -lXpm... " >&6; }
13211 if test "${ac_cv_lib_Xpm_XpmReadFileToImage+set}" = set; then :
13212 $as_echo_n "(cached) " >&6
13213 else
13214 ac_check_lib_save_LIBS=$LIBS
13215 LIBS="-lXpm $LIBS"
13216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13217 /* end confdefs.h. */
13219 /* Override any GCC internal prototype to avoid an error.
13220 Use char because int might match the return type of a GCC
13221 builtin and then its argument prototype would still apply. */
13222 #ifdef __cplusplus
13223 extern "C"
13224 #endif
13225 char XpmReadFileToImage ();
13227 main ()
13229 return XpmReadFileToImage ();
13231 return 0;
13233 _ACEOF
13234 if ac_fn_c_try_link "$LINENO"; then :
13235 ac_cv_lib_Xpm_XpmReadFileToImage=yes
13236 else
13237 ac_cv_lib_Xpm_XpmReadFileToImage=no
13239 rm -f core conftest.err conftest.$ac_objext \
13240 conftest$ac_exeext conftest.$ac_ext
13241 LIBS=$ac_check_lib_save_LIBS
13243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToImage" >&5
13244 $as_echo "$ac_cv_lib_Xpm_XpmReadFileToImage" >&6; }
13245 if test "x$ac_cv_lib_Xpm_XpmReadFileToImage" = x""yes; then :
13246 HAVE_XPM=yes
13252 if test "${HAVE_XPM}" = "yes"; then
13253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReturnAllocPixels preprocessor define" >&5
13254 $as_echo_n "checking for XpmReturnAllocPixels preprocessor define... " >&6; }
13255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13256 /* end confdefs.h. */
13257 #include "X11/xpm.h"
13258 #ifndef XpmReturnAllocPixels
13259 no_return_alloc_pixels
13260 #endif
13262 _ACEOF
13263 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13264 $EGREP "no_return_alloc_pixels" >/dev/null 2>&1; then :
13265 HAVE_XPM=no
13266 else
13267 HAVE_XPM=yes
13269 rm -f conftest*
13272 if test "${HAVE_XPM}" = "yes"; then
13273 REAL_CPPFLAGS="$REAL_CPPFLAGS -I/usr/include/noX"
13274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13275 $as_echo "yes" >&6; }
13276 else
13277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13278 $as_echo "no" >&6; }
13279 CPPFLAGS="$SAVE_CPPFLAGS"
13280 LDFLAGS="$SAVE_LDFLAGS"
13285 if test "${HAVE_XPM}" = "yes"; then
13287 $as_echo "#define HAVE_XPM 1" >>confdefs.h
13289 LIBXPM=-lXpm
13293 if test "${HAVE_X11}" = "yes"; then
13294 if test "${with_xpm}" != "no"; then
13295 ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default"
13296 if test "x$ac_cv_header_X11_xpm_h" = x""yes; then :
13297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5
13298 $as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; }
13299 if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then :
13300 $as_echo_n "(cached) " >&6
13301 else
13302 ac_check_lib_save_LIBS=$LIBS
13303 LIBS="-lXpm -lX11 $LIBS"
13304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13305 /* end confdefs.h. */
13307 /* Override any GCC internal prototype to avoid an error.
13308 Use char because int might match the return type of a GCC
13309 builtin and then its argument prototype would still apply. */
13310 #ifdef __cplusplus
13311 extern "C"
13312 #endif
13313 char XpmReadFileToPixmap ();
13315 main ()
13317 return XpmReadFileToPixmap ();
13319 return 0;
13321 _ACEOF
13322 if ac_fn_c_try_link "$LINENO"; then :
13323 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
13324 else
13325 ac_cv_lib_Xpm_XpmReadFileToPixmap=no
13327 rm -f core conftest.err conftest.$ac_objext \
13328 conftest$ac_exeext conftest.$ac_ext
13329 LIBS=$ac_check_lib_save_LIBS
13331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
13332 $as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; }
13333 if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = x""yes; then :
13334 HAVE_XPM=yes
13340 if test "${HAVE_XPM}" = "yes"; then
13341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReturnAllocPixels preprocessor define" >&5
13342 $as_echo_n "checking for XpmReturnAllocPixels preprocessor define... " >&6; }
13343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13344 /* end confdefs.h. */
13345 #include "X11/xpm.h"
13346 #ifndef XpmReturnAllocPixels
13347 no_return_alloc_pixels
13348 #endif
13350 _ACEOF
13351 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13352 $EGREP "no_return_alloc_pixels" >/dev/null 2>&1; then :
13353 HAVE_XPM=no
13354 else
13355 HAVE_XPM=yes
13357 rm -f conftest*
13360 if test "${HAVE_XPM}" = "yes"; then
13361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13362 $as_echo "yes" >&6; }
13363 else
13364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13365 $as_echo "no" >&6; }
13370 if test "${HAVE_XPM}" = "yes"; then
13372 $as_echo "#define HAVE_XPM 1" >>confdefs.h
13374 LIBXPM=-lXpm
13378 ### FIXME: Perhaps regroup to minimize code duplication due to MinGW's
13379 ### slightly different requirements wrt image libraries (it doesn't
13380 ### use -lXpm because it loads the xpm shared library dynamically at
13381 ### run time).
13382 if test "${opsys}" = "mingw32"; then
13383 if test "${with_xpm}" != "no"; then
13384 ac_fn_c_check_header_compile "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "
13385 #define FOR_MSW 1
13387 if test "x$ac_cv_header_X11_xpm_h" = x""yes; then :
13388 HAVE_XPM=yes
13389 else
13390 HAVE_XPM=no
13396 if test "${HAVE_XPM}" = "yes"; then
13398 $as_echo "#define HAVE_XPM 1" >>confdefs.h
13405 ### Use -ljpeg if available, unless `--with-jpeg=no'.
13406 ### mingw32 doesn't use -ljpeg, since it loads the library dynamically.
13407 HAVE_JPEG=no
13408 LIBJPEG=
13409 if test "${opsys}" = "mingw32"; then
13410 if test "${with_jpeg}" != "no"; then
13411 ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default"
13412 if test "x$ac_cv_header_jerror_h" = x""yes; then :
13413 HAVE_JPEG=yes
13414 else
13415 HAVE_JPEG=no
13420 if test "${HAVE_JPEG}" = "yes"; then
13421 $as_echo "#define HAVE_JPEG 1" >>confdefs.h
13423 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13424 /* end confdefs.h. */
13425 #include <jpeglib.h>
13426 version=JPEG_LIB_VERSION
13428 _ACEOF
13429 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13430 $EGREP "version= *(6[2-9]|[7-9][0-9])" >/dev/null 2>&1; then :
13431 $as_echo "#define HAVE_JPEG 1" >>confdefs.h
13433 else
13434 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libjpeg found, but not version 6b or later" >&5
13435 $as_echo "$as_me: WARNING: libjpeg found, but not version 6b or later" >&2;}
13436 HAVE_JPEG=no
13438 rm -f conftest*
13441 elif test "${HAVE_X11}" = "yes" || test "${HAVE_W32}" = "yes"; then
13442 if test "${with_jpeg}" != "no"; then
13443 ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default"
13444 if test "x$ac_cv_header_jerror_h" = x""yes; then :
13445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5
13446 $as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; }
13447 if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then :
13448 $as_echo_n "(cached) " >&6
13449 else
13450 ac_check_lib_save_LIBS=$LIBS
13451 LIBS="-ljpeg $LIBS"
13452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13453 /* end confdefs.h. */
13455 /* Override any GCC internal prototype to avoid an error.
13456 Use char because int might match the return type of a GCC
13457 builtin and then its argument prototype would still apply. */
13458 #ifdef __cplusplus
13459 extern "C"
13460 #endif
13461 char jpeg_destroy_compress ();
13463 main ()
13465 return jpeg_destroy_compress ();
13467 return 0;
13469 _ACEOF
13470 if ac_fn_c_try_link "$LINENO"; then :
13471 ac_cv_lib_jpeg_jpeg_destroy_compress=yes
13472 else
13473 ac_cv_lib_jpeg_jpeg_destroy_compress=no
13475 rm -f core conftest.err conftest.$ac_objext \
13476 conftest$ac_exeext conftest.$ac_ext
13477 LIBS=$ac_check_lib_save_LIBS
13479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
13480 $as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; }
13481 if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = x""yes; then :
13482 HAVE_JPEG=yes
13490 if test "${HAVE_JPEG}" = "yes"; then
13491 $as_echo "#define HAVE_JPEG 1" >>confdefs.h
13493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13494 /* end confdefs.h. */
13495 #include <jpeglib.h>
13496 version=JPEG_LIB_VERSION
13498 _ACEOF
13499 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13500 $EGREP "version= *(6[2-9]|[7-9][0-9])" >/dev/null 2>&1; then :
13501 $as_echo "#define HAVE_JPEG 1" >>confdefs.h
13503 else
13504 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libjpeg found, but not version 6b or later" >&5
13505 $as_echo "$as_me: WARNING: libjpeg found, but not version 6b or later" >&2;}
13506 HAVE_JPEG=no
13508 rm -f conftest*
13511 if test "${HAVE_JPEG}" = "yes"; then
13512 LIBJPEG=-ljpeg
13517 ### Use -lpng if available, unless `--with-png=no'.
13518 ### mingw32 doesn't use -lpng, since it loads the library dynamically.
13519 HAVE_PNG=no
13520 LIBPNG=
13521 if test "${opsys}" = "mingw32"; then
13522 if test "${with_png}" != "no"; then
13523 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13524 if test "x$ac_cv_header_png_h" = x""yes; then :
13525 HAVE_PNG=yes
13526 else
13527 HAVE_PNG=no
13532 if test "${HAVE_PNG}" = "yes"; then
13534 $as_echo "#define HAVE_PNG 1" >>confdefs.h
13537 ac_fn_c_check_decl "$LINENO" "png_longjmp" "ac_cv_have_decl_png_longjmp" "#ifdef HAVE_LIBPNG_PNG_H
13538 # include <libpng/png.h>
13539 #else
13540 # include <png.h>
13541 #endif
13544 if test "x$ac_cv_have_decl_png_longjmp" = x""yes; then :
13546 else
13548 $as_echo "#define PNG_DEPSTRUCT /**/" >>confdefs.h
13553 elif test "${HAVE_X11}" = "yes" || test "${HAVE_W32}" = "yes"; then
13554 if test "${with_png}" != "no"; then
13555 # Debian unstable as of July 2003 has multiple libpngs, and puts png.h
13556 # in /usr/include/libpng.
13557 for ac_header in png.h libpng/png.h
13558 do :
13559 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13560 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13561 eval as_val=\$$as_ac_Header
13562 if test "x$as_val" = x""yes; then :
13563 cat >>confdefs.h <<_ACEOF
13564 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13565 _ACEOF
13566 break
13569 done
13571 if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then
13572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5
13573 $as_echo_n "checking for png_get_channels in -lpng... " >&6; }
13574 if test "${ac_cv_lib_png_png_get_channels+set}" = set; then :
13575 $as_echo_n "(cached) " >&6
13576 else
13577 ac_check_lib_save_LIBS=$LIBS
13578 LIBS="-lpng -lz -lm $LIBS"
13579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13580 /* end confdefs.h. */
13582 /* Override any GCC internal prototype to avoid an error.
13583 Use char because int might match the return type of a GCC
13584 builtin and then its argument prototype would still apply. */
13585 #ifdef __cplusplus
13586 extern "C"
13587 #endif
13588 char png_get_channels ();
13590 main ()
13592 return png_get_channels ();
13594 return 0;
13596 _ACEOF
13597 if ac_fn_c_try_link "$LINENO"; then :
13598 ac_cv_lib_png_png_get_channels=yes
13599 else
13600 ac_cv_lib_png_png_get_channels=no
13602 rm -f core conftest.err conftest.$ac_objext \
13603 conftest$ac_exeext conftest.$ac_ext
13604 LIBS=$ac_check_lib_save_LIBS
13606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5
13607 $as_echo "$ac_cv_lib_png_png_get_channels" >&6; }
13608 if test "x$ac_cv_lib_png_png_get_channels" = x""yes; then :
13609 HAVE_PNG=yes
13615 if test "${HAVE_PNG}" = "yes"; then
13617 $as_echo "#define HAVE_PNG 1" >>confdefs.h
13619 LIBPNG="-lpng -lz -lm"
13621 ac_fn_c_check_decl "$LINENO" "png_longjmp" "ac_cv_have_decl_png_longjmp" "#ifdef HAVE_LIBPNG_PNG_H
13622 # include <libpng/png.h>
13623 #else
13624 # include <png.h>
13625 #endif
13628 if test "x$ac_cv_have_decl_png_longjmp" = x""yes; then :
13630 else
13632 $as_echo "#define PNG_DEPSTRUCT /**/" >>confdefs.h
13640 HAVE_ZLIB=no
13641 LIBZ=
13642 if test "${with_zlib}" != "no"; then
13643 if test "${HAVE_PNG}" = "yes"; then
13644 ### PNG depends on zlib, so if we have PNG, we have zlib.
13645 HAVE_ZLIB=yes
13646 else
13647 ### No PNG, so check zlib ourselves.
13648 OLIBS=$LIBS
13649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inflateEnd" >&5
13650 $as_echo_n "checking for library containing inflateEnd... " >&6; }
13651 if test "${ac_cv_search_inflateEnd+set}" = set; then :
13652 $as_echo_n "(cached) " >&6
13653 else
13654 ac_func_search_save_LIBS=$LIBS
13655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13656 /* end confdefs.h. */
13658 /* Override any GCC internal prototype to avoid an error.
13659 Use char because int might match the return type of a GCC
13660 builtin and then its argument prototype would still apply. */
13661 #ifdef __cplusplus
13662 extern "C"
13663 #endif
13664 char inflateEnd ();
13666 main ()
13668 return inflateEnd ();
13670 return 0;
13672 _ACEOF
13673 for ac_lib in '' z; do
13674 if test -z "$ac_lib"; then
13675 ac_res="none required"
13676 else
13677 ac_res=-l$ac_lib
13678 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13680 if ac_fn_c_try_link "$LINENO"; then :
13681 ac_cv_search_inflateEnd=$ac_res
13683 rm -f core conftest.err conftest.$ac_objext \
13684 conftest$ac_exeext
13685 if test "${ac_cv_search_inflateEnd+set}" = set; then :
13686 break
13688 done
13689 if test "${ac_cv_search_inflateEnd+set}" = set; then :
13691 else
13692 ac_cv_search_inflateEnd=no
13694 rm conftest.$ac_ext
13695 LIBS=$ac_func_search_save_LIBS
13697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inflateEnd" >&5
13698 $as_echo "$ac_cv_search_inflateEnd" >&6; }
13699 ac_res=$ac_cv_search_inflateEnd
13700 if test "$ac_res" != no; then :
13701 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13702 HAVE_ZLIB=yes
13705 LIBS=$OLIBS
13706 case $ac_cv_search_inflateEnd in
13707 -*) LIBZ=$ac_cv_search_inflateEnd ;;
13708 esac
13711 if test "${HAVE_ZLIB}" = "yes"; then
13713 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
13719 ### Use -ltiff if available, unless `--with-tiff=no'.
13720 ### mingw32 doesn't use -ltiff, since it loads the library dynamically.
13721 HAVE_TIFF=no
13722 LIBTIFF=
13723 if test "${opsys}" = "mingw32"; then
13724 if test "${with_tiff}" != "no"; then
13725 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13726 if test "x$ac_cv_header_tiffio_h" = x""yes; then :
13727 HAVE_TIFF=yes
13728 else
13729 HAVE_TIFF=no
13734 if test "${HAVE_TIFF}" = "yes"; then
13736 $as_echo "#define HAVE_TIFF 1" >>confdefs.h
13739 elif test "${HAVE_X11}" = "yes" || test "${HAVE_W32}" = "yes"; then
13740 if test "${with_tiff}" != "no"; then
13741 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13742 if test "x$ac_cv_header_tiffio_h" = x""yes; then :
13743 tifflibs="-lz -lm"
13744 # At least one tiff package requires the jpeg library.
13745 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
13746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5
13747 $as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; }
13748 if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then :
13749 $as_echo_n "(cached) " >&6
13750 else
13751 ac_check_lib_save_LIBS=$LIBS
13752 LIBS="-ltiff $tifflibs $LIBS"
13753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13754 /* end confdefs.h. */
13756 /* Override any GCC internal prototype to avoid an error.
13757 Use char because int might match the return type of a GCC
13758 builtin and then its argument prototype would still apply. */
13759 #ifdef __cplusplus
13760 extern "C"
13761 #endif
13762 char TIFFGetVersion ();
13764 main ()
13766 return TIFFGetVersion ();
13768 return 0;
13770 _ACEOF
13771 if ac_fn_c_try_link "$LINENO"; then :
13772 ac_cv_lib_tiff_TIFFGetVersion=yes
13773 else
13774 ac_cv_lib_tiff_TIFFGetVersion=no
13776 rm -f core conftest.err conftest.$ac_objext \
13777 conftest$ac_exeext conftest.$ac_ext
13778 LIBS=$ac_check_lib_save_LIBS
13780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
13781 $as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; }
13782 if test "x$ac_cv_lib_tiff_TIFFGetVersion" = x""yes; then :
13783 HAVE_TIFF=yes
13791 if test "${HAVE_TIFF}" = "yes"; then
13793 $as_echo "#define HAVE_TIFF 1" >>confdefs.h
13795 LIBTIFF=-ltiff
13800 ### Use -lgif or -lungif if available, unless `--with-gif=no'.
13801 ### mingw32 doesn't use -lgif/-lungif, since it loads the library dynamically.
13802 HAVE_GIF=no
13803 LIBGIF=
13804 if test "${opsys}" = "mingw32"; then
13805 if test "${with_gif}" != "no"; then
13806 ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default"
13807 if test "x$ac_cv_header_gif_lib_h" = x""yes; then :
13808 HAVE_GIF=yes
13809 else
13810 HAVE_GIF=no
13815 if test "${HAVE_GIF}" = "yes"; then
13817 $as_echo "#define HAVE_GIF 1" >>confdefs.h
13820 elif test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no" \
13821 || test "${HAVE_W32}" = "yes"; then
13822 ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default"
13823 if test "x$ac_cv_header_gif_lib_h" = x""yes; then :
13824 # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
13825 # Earlier versions can crash Emacs.
13826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5
13827 $as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; }
13828 if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then :
13829 $as_echo_n "(cached) " >&6
13830 else
13831 ac_check_lib_save_LIBS=$LIBS
13832 LIBS="-lgif $LIBS"
13833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13834 /* end confdefs.h. */
13836 /* Override any GCC internal prototype to avoid an error.
13837 Use char because int might match the return type of a GCC
13838 builtin and then its argument prototype would still apply. */
13839 #ifdef __cplusplus
13840 extern "C"
13841 #endif
13842 char EGifPutExtensionLast ();
13844 main ()
13846 return EGifPutExtensionLast ();
13848 return 0;
13850 _ACEOF
13851 if ac_fn_c_try_link "$LINENO"; then :
13852 ac_cv_lib_gif_EGifPutExtensionLast=yes
13853 else
13854 ac_cv_lib_gif_EGifPutExtensionLast=no
13856 rm -f core conftest.err conftest.$ac_objext \
13857 conftest$ac_exeext conftest.$ac_ext
13858 LIBS=$ac_check_lib_save_LIBS
13860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5
13861 $as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; }
13862 if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = x""yes; then :
13863 HAVE_GIF=yes
13864 else
13865 HAVE_GIF=maybe
13872 if test "$HAVE_GIF" = yes; then
13873 LIBGIF=-lgif
13874 elif test "$HAVE_GIF" = maybe; then
13875 # If gif_lib.h but no libgif, try libungif.
13876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5
13877 $as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; }
13878 if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then :
13879 $as_echo_n "(cached) " >&6
13880 else
13881 ac_check_lib_save_LIBS=$LIBS
13882 LIBS="-lungif $LIBS"
13883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13884 /* end confdefs.h. */
13886 /* Override any GCC internal prototype to avoid an error.
13887 Use char because int might match the return type of a GCC
13888 builtin and then its argument prototype would still apply. */
13889 #ifdef __cplusplus
13890 extern "C"
13891 #endif
13892 char EGifPutExtensionLast ();
13894 main ()
13896 return EGifPutExtensionLast ();
13898 return 0;
13900 _ACEOF
13901 if ac_fn_c_try_link "$LINENO"; then :
13902 ac_cv_lib_ungif_EGifPutExtensionLast=yes
13903 else
13904 ac_cv_lib_ungif_EGifPutExtensionLast=no
13906 rm -f core conftest.err conftest.$ac_objext \
13907 conftest$ac_exeext conftest.$ac_ext
13908 LIBS=$ac_check_lib_save_LIBS
13910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
13911 $as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; }
13912 if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = x""yes; then :
13913 HAVE_GIF=yes
13914 else
13915 HAVE_GIF=no
13918 test "$HAVE_GIF" = yes && LIBGIF=-lungif
13921 if test "${HAVE_GIF}" = "yes"; then
13923 $as_echo "#define HAVE_GIF 1" >>confdefs.h
13929 if test "${HAVE_X11}" = "yes"; then
13930 MISSING=""
13931 WITH_NO=""
13932 test "${with_xpm}" != "no" && test "${HAVE_XPM}" != "yes" &&
13933 MISSING="libXpm" && WITH_NO="--with-xpm=no"
13934 test "${with_jpeg}" != "no" && test "${HAVE_JPEG}" != "yes" &&
13935 MISSING="$MISSING libjpeg" && WITH_NO="$WITH_NO --with-jpeg=no"
13936 test "${with_png}" != "no" && test "${HAVE_PNG}" != "yes" &&
13937 MISSING="$MISSING libpng" && WITH_NO="$WITH_NO --with-png=no"
13938 test "${with_gif}" != "no" && test "${HAVE_GIF}" != "yes" &&
13939 MISSING="$MISSING libgif/libungif" && WITH_NO="$WITH_NO --with-gif=no"
13940 test "${with_tiff}" != "no" && test "${HAVE_TIFF}" != "yes" &&
13941 MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no"
13943 if test "X${MISSING}" != X; then
13944 as_fn_error "The following required libraries were not found:
13945 $MISSING
13946 Maybe some development libraries/packages are missing?
13947 If you don't want to link with them give
13948 $WITH_NO
13949 as options to configure" "$LINENO" 5
13953 ### Use -lgpm if available, unless `--with-gpm=no'.
13954 HAVE_GPM=no
13955 LIBGPM=
13956 if test "${with_gpm}" != "no"; then
13957 ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default"
13958 if test "x$ac_cv_header_gpm_h" = x""yes; then :
13959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5
13960 $as_echo_n "checking for Gpm_Open in -lgpm... " >&6; }
13961 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then :
13962 $as_echo_n "(cached) " >&6
13963 else
13964 ac_check_lib_save_LIBS=$LIBS
13965 LIBS="-lgpm $LIBS"
13966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13967 /* end confdefs.h. */
13969 /* Override any GCC internal prototype to avoid an error.
13970 Use char because int might match the return type of a GCC
13971 builtin and then its argument prototype would still apply. */
13972 #ifdef __cplusplus
13973 extern "C"
13974 #endif
13975 char Gpm_Open ();
13977 main ()
13979 return Gpm_Open ();
13981 return 0;
13983 _ACEOF
13984 if ac_fn_c_try_link "$LINENO"; then :
13985 ac_cv_lib_gpm_Gpm_Open=yes
13986 else
13987 ac_cv_lib_gpm_Gpm_Open=no
13989 rm -f core conftest.err conftest.$ac_objext \
13990 conftest$ac_exeext conftest.$ac_ext
13991 LIBS=$ac_check_lib_save_LIBS
13993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5
13994 $as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; }
13995 if test "x$ac_cv_lib_gpm_Gpm_Open" = x""yes; then :
13996 HAVE_GPM=yes
14003 if test "${HAVE_GPM}" = "yes"; then
14005 $as_echo "#define HAVE_GPM 1" >>confdefs.h
14007 LIBGPM=-lgpm
14016 GNUSTEP_CFLAGS=
14017 ### Use NeXTstep API to implement GUI.
14018 if test "${HAVE_NS}" = "yes"; then
14020 $as_echo "#define HAVE_NS 1" >>confdefs.h
14022 if test "${NS_IMPL_COCOA}" = "yes"; then
14024 $as_echo "#define NS_IMPL_COCOA 1" >>confdefs.h
14027 if test "${NS_IMPL_GNUSTEP}" = "yes"; then
14029 $as_echo "#define NS_IMPL_GNUSTEP 1" >>confdefs.h
14031 # See also .m.o rule in Makefile.in */
14032 # FIXME: are all these flags really needed? Document here why. */
14033 GNUSTEP_CFLAGS="-D_REENTRANT -fPIC -fno-strict-aliasing -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
14034 ## Extra CFLAGS applied to src/*.m files.
14035 GNU_OBJC_CFLAGS="$GNU_OBJC_CFLAGS -fgnu-runtime -Wno-import -fconstant-string-class=NSConstantString -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGSWARN -DGSDIAGNOSE"
14037 # We also have mouse menus.
14038 HAVE_MENUS=yes
14039 OTHER_FILES=ns-app
14042 if test "${HAVE_W32}" = "yes"; then
14043 HAVE_MENUS=yes
14046 ### Use session management (-lSM -lICE) if available
14047 HAVE_X_SM=no
14048 LIBXSM=
14049 if test "${HAVE_X11}" = "yes"; then
14050 ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default"
14051 if test "x$ac_cv_header_X11_SM_SMlib_h" = x""yes; then :
14052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5
14053 $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; }
14054 if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then :
14055 $as_echo_n "(cached) " >&6
14056 else
14057 ac_check_lib_save_LIBS=$LIBS
14058 LIBS="-lSM -lICE $LIBS"
14059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14060 /* end confdefs.h. */
14062 /* Override any GCC internal prototype to avoid an error.
14063 Use char because int might match the return type of a GCC
14064 builtin and then its argument prototype would still apply. */
14065 #ifdef __cplusplus
14066 extern "C"
14067 #endif
14068 char SmcOpenConnection ();
14070 main ()
14072 return SmcOpenConnection ();
14074 return 0;
14076 _ACEOF
14077 if ac_fn_c_try_link "$LINENO"; then :
14078 ac_cv_lib_SM_SmcOpenConnection=yes
14079 else
14080 ac_cv_lib_SM_SmcOpenConnection=no
14082 rm -f core conftest.err conftest.$ac_objext \
14083 conftest$ac_exeext conftest.$ac_ext
14084 LIBS=$ac_check_lib_save_LIBS
14086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
14087 $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; }
14088 if test "x$ac_cv_lib_SM_SmcOpenConnection" = x""yes; then :
14089 HAVE_X_SM=yes
14096 if test "${HAVE_X_SM}" = "yes"; then
14098 $as_echo "#define HAVE_X_SM 1" >>confdefs.h
14100 LIBXSM="-lSM -lICE"
14101 case "$LIBS" in
14102 *-lSM*) ;;
14103 *) LIBS="$LIBXSM $LIBS" ;;
14104 esac
14109 ### Use XRandr (-lXrandr) if available
14110 HAVE_XRANDR=no
14111 if test "${HAVE_X11}" = "yes"; then
14112 XRANDR_REQUIRED=1.2.2
14113 XRANDR_MODULES="xrandr >= $XRANDR_REQUIRED"
14115 succeeded=no
14117 if test "$PKG_CONFIG" = "no" ; then
14118 HAVE_XRANDR=no
14119 else
14120 PKG_CONFIG_MIN_VERSION=0.9.0
14121 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
14122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $XRANDR_MODULES" >&5
14123 $as_echo_n "checking for $XRANDR_MODULES... " >&6; }
14125 if "$PKG_CONFIG" --exists "$XRANDR_MODULES" 2>&5 &&
14126 XRANDR_CFLAGS=`"$PKG_CONFIG" --cflags "$XRANDR_MODULES" 2>&5` &&
14127 XRANDR_LIBS=`"$PKG_CONFIG" --libs "$XRANDR_MODULES" 2>&5`; then
14128 edit_cflags="
14129 s,///*,/,g
14130 s/^/ /
14131 s/ -I/ $isystem/g
14132 s/^ //
14134 XRANDR_CFLAGS=`$as_echo "$XRANDR_CFLAGS" | sed -e "$edit_cflags"`
14135 XRANDR_LIBS=`$as_echo "$XRANDR_LIBS" | sed -e 's,///*,/,g'`
14136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$XRANDR_CFLAGS' LIBS='$XRANDR_LIBS'" >&5
14137 $as_echo "yes CFLAGS='$XRANDR_CFLAGS' LIBS='$XRANDR_LIBS'" >&6; }
14138 succeeded=yes
14139 else
14140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14141 $as_echo "no" >&6; }
14142 XRANDR_CFLAGS=""
14143 XRANDR_LIBS=""
14144 ## If we have a custom action on failure, don't print errors, but
14145 ## do set a variable so people can do so. Do it in a subshell
14146 ## to capture any diagnostics in invoking pkg-config.
14147 XRANDR_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "$XRANDR_MODULES") 2>&1`
14153 else
14154 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
14155 echo "*** See http://www.freedesktop.org/software/pkgconfig"
14159 if test $succeeded = yes; then
14160 HAVE_XRANDR=yes
14161 else
14162 HAVE_XRANDR=no
14165 if test $HAVE_XRANDR = no; then
14166 # Test old way in case pkg-config doesn't have it (older machines).
14167 ac_fn_c_check_header_mongrel "$LINENO" "X11/extensions/Xrandr.h" "ac_cv_header_X11_extensions_Xrandr_h" "$ac_includes_default"
14168 if test "x$ac_cv_header_X11_extensions_Xrandr_h" = x""yes; then :
14169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRRGetScreenResources in -lXrandr" >&5
14170 $as_echo_n "checking for XRRGetScreenResources in -lXrandr... " >&6; }
14171 if test "${ac_cv_lib_Xrandr_XRRGetScreenResources+set}" = set; then :
14172 $as_echo_n "(cached) " >&6
14173 else
14174 ac_check_lib_save_LIBS=$LIBS
14175 LIBS="-lXrandr $LIBS"
14176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14177 /* end confdefs.h. */
14179 /* Override any GCC internal prototype to avoid an error.
14180 Use char because int might match the return type of a GCC
14181 builtin and then its argument prototype would still apply. */
14182 #ifdef __cplusplus
14183 extern "C"
14184 #endif
14185 char XRRGetScreenResources ();
14187 main ()
14189 return XRRGetScreenResources ();
14191 return 0;
14193 _ACEOF
14194 if ac_fn_c_try_link "$LINENO"; then :
14195 ac_cv_lib_Xrandr_XRRGetScreenResources=yes
14196 else
14197 ac_cv_lib_Xrandr_XRRGetScreenResources=no
14199 rm -f core conftest.err conftest.$ac_objext \
14200 conftest$ac_exeext conftest.$ac_ext
14201 LIBS=$ac_check_lib_save_LIBS
14203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrandr_XRRGetScreenResources" >&5
14204 $as_echo "$ac_cv_lib_Xrandr_XRRGetScreenResources" >&6; }
14205 if test "x$ac_cv_lib_Xrandr_XRRGetScreenResources" = x""yes; then :
14206 HAVE_XRANDR=yes
14212 if test $HAVE_XRANDR = yes; then
14213 XRANDR_LIBS=-lXrandr
14217 if test $HAVE_XRANDR = yes; then
14218 SAVE_CFLAGS="$CFLAGS"
14219 SAVE_LIBS="$LIBS"
14220 CFLAGS="$XRANDR_CFLAGS $CFLAGS"
14221 LIBS="$XRANDR_LIBS $LIBS"
14222 for ac_func in XRRGetOutputPrimary XRRGetScreenResourcesCurrent
14223 do :
14224 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14225 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14226 eval as_val=\$$as_ac_var
14227 if test "x$as_val" = x""yes; then :
14228 cat >>confdefs.h <<_ACEOF
14229 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14230 _ACEOF
14233 done
14235 CFLAGS="$SAVE_CFLAGS"
14236 LIBS="$SAVE_LIBS"
14239 $as_echo "#define HAVE_XRANDR 1" >>confdefs.h
14244 ### Use Xinerama (-lXinerama) if available
14245 HAVE_XINERAMA=no
14246 if test "${HAVE_X11}" = "yes"; then
14247 XINERAMA_REQUIRED=1.0.2
14248 XINERAMA_MODULES="xinerama >= $XINERAMA_REQUIRED"
14250 succeeded=no
14252 if test "$PKG_CONFIG" = "no" ; then
14253 HAVE_XINERAMA=no
14254 else
14255 PKG_CONFIG_MIN_VERSION=0.9.0
14256 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
14257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $XINERAMA_MODULES" >&5
14258 $as_echo_n "checking for $XINERAMA_MODULES... " >&6; }
14260 if "$PKG_CONFIG" --exists "$XINERAMA_MODULES" 2>&5 &&
14261 XINERAMA_CFLAGS=`"$PKG_CONFIG" --cflags "$XINERAMA_MODULES" 2>&5` &&
14262 XINERAMA_LIBS=`"$PKG_CONFIG" --libs "$XINERAMA_MODULES" 2>&5`; then
14263 edit_cflags="
14264 s,///*,/,g
14265 s/^/ /
14266 s/ -I/ $isystem/g
14267 s/^ //
14269 XINERAMA_CFLAGS=`$as_echo "$XINERAMA_CFLAGS" | sed -e "$edit_cflags"`
14270 XINERAMA_LIBS=`$as_echo "$XINERAMA_LIBS" | sed -e 's,///*,/,g'`
14271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$XINERAMA_CFLAGS' LIBS='$XINERAMA_LIBS'" >&5
14272 $as_echo "yes CFLAGS='$XINERAMA_CFLAGS' LIBS='$XINERAMA_LIBS'" >&6; }
14273 succeeded=yes
14274 else
14275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14276 $as_echo "no" >&6; }
14277 XINERAMA_CFLAGS=""
14278 XINERAMA_LIBS=""
14279 ## If we have a custom action on failure, don't print errors, but
14280 ## do set a variable so people can do so. Do it in a subshell
14281 ## to capture any diagnostics in invoking pkg-config.
14282 XINERAMA_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "$XINERAMA_MODULES") 2>&1`
14288 else
14289 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
14290 echo "*** See http://www.freedesktop.org/software/pkgconfig"
14294 if test $succeeded = yes; then
14295 HAVE_XINERAMA=yes
14296 else
14297 HAVE_XINERAMA=no
14300 if test $HAVE_XINERAMA = no; then
14301 # Test old way in case pkg-config doesn't have it (older machines).
14302 ac_fn_c_check_header_mongrel "$LINENO" "X11/extensions/Xinerama.h" "ac_cv_header_X11_extensions_Xinerama_h" "$ac_includes_default"
14303 if test "x$ac_cv_header_X11_extensions_Xinerama_h" = x""yes; then :
14304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XineramaQueryExtension in -lXinerama" >&5
14305 $as_echo_n "checking for XineramaQueryExtension in -lXinerama... " >&6; }
14306 if test "${ac_cv_lib_Xinerama_XineramaQueryExtension+set}" = set; then :
14307 $as_echo_n "(cached) " >&6
14308 else
14309 ac_check_lib_save_LIBS=$LIBS
14310 LIBS="-lXinerama $LIBS"
14311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14312 /* end confdefs.h. */
14314 /* Override any GCC internal prototype to avoid an error.
14315 Use char because int might match the return type of a GCC
14316 builtin and then its argument prototype would still apply. */
14317 #ifdef __cplusplus
14318 extern "C"
14319 #endif
14320 char XineramaQueryExtension ();
14322 main ()
14324 return XineramaQueryExtension ();
14326 return 0;
14328 _ACEOF
14329 if ac_fn_c_try_link "$LINENO"; then :
14330 ac_cv_lib_Xinerama_XineramaQueryExtension=yes
14331 else
14332 ac_cv_lib_Xinerama_XineramaQueryExtension=no
14334 rm -f core conftest.err conftest.$ac_objext \
14335 conftest$ac_exeext conftest.$ac_ext
14336 LIBS=$ac_check_lib_save_LIBS
14338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xinerama_XineramaQueryExtension" >&5
14339 $as_echo "$ac_cv_lib_Xinerama_XineramaQueryExtension" >&6; }
14340 if test "x$ac_cv_lib_Xinerama_XineramaQueryExtension" = x""yes; then :
14341 HAVE_XINERAMA=yes
14347 if test $HAVE_XINERAMA = yes; then
14348 XINERAMA_LIBS=-lXinerama
14352 if test $HAVE_XINERAMA = yes; then
14354 $as_echo "#define HAVE_XINERAMA 1" >>confdefs.h
14360 ### Use libxml (-lxml2) if available
14361 ### mingw32 doesn't use -lxml2, since it loads the library dynamically.
14362 HAVE_LIBXML2=no
14363 if test "${with_xml2}" != "no"; then
14364 ### I'm not sure what the version number should be, so I just guessed.
14366 succeeded=no
14368 if test "$PKG_CONFIG" = "no" ; then
14369 HAVE_LIBXML2=no
14370 else
14371 PKG_CONFIG_MIN_VERSION=0.9.0
14372 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
14373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxml-2.0 > 2.6.17" >&5
14374 $as_echo_n "checking for libxml-2.0 > 2.6.17... " >&6; }
14376 if "$PKG_CONFIG" --exists "libxml-2.0 > 2.6.17" 2>&5 &&
14377 LIBXML2_CFLAGS=`"$PKG_CONFIG" --cflags "libxml-2.0 > 2.6.17" 2>&5` &&
14378 LIBXML2_LIBS=`"$PKG_CONFIG" --libs "libxml-2.0 > 2.6.17" 2>&5`; then
14379 edit_cflags="
14380 s,///*,/,g
14381 s/^/ /
14382 s/ -I/ $isystem/g
14383 s/^ //
14385 LIBXML2_CFLAGS=`$as_echo "$LIBXML2_CFLAGS" | sed -e "$edit_cflags"`
14386 LIBXML2_LIBS=`$as_echo "$LIBXML2_LIBS" | sed -e 's,///*,/,g'`
14387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$LIBXML2_CFLAGS' LIBS='$LIBXML2_LIBS'" >&5
14388 $as_echo "yes CFLAGS='$LIBXML2_CFLAGS' LIBS='$LIBXML2_LIBS'" >&6; }
14389 succeeded=yes
14390 else
14391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14392 $as_echo "no" >&6; }
14393 LIBXML2_CFLAGS=""
14394 LIBXML2_LIBS=""
14395 ## If we have a custom action on failure, don't print errors, but
14396 ## do set a variable so people can do so. Do it in a subshell
14397 ## to capture any diagnostics in invoking pkg-config.
14398 LIBXML2_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "libxml-2.0 > 2.6.17") 2>&1`
14404 else
14405 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
14406 echo "*** See http://www.freedesktop.org/software/pkgconfig"
14410 if test $succeeded = yes; then
14411 HAVE_LIBXML2=yes
14412 else
14413 HAVE_LIBXML2=no
14416 # Built-in libxml2 on OS X 10.8 lacks libxml-2.0.pc.
14417 if test "${HAVE_LIBXML2}" != "yes" -a "$opsys" = "darwin"; then
14418 SAVE_CPPFLAGS="$CPPFLAGS"
14419 CPPFLAGS="$CPPFLAGS -I/usr/include/libxml2"
14420 ac_fn_c_check_header_mongrel "$LINENO" "libxml/HTMLparser.h" "ac_cv_header_libxml_HTMLparser_h" "$ac_includes_default"
14421 if test "x$ac_cv_header_libxml_HTMLparser_h" = x""yes; then :
14422 ac_fn_c_check_decl "$LINENO" "HTML_PARSE_RECOVER" "ac_cv_have_decl_HTML_PARSE_RECOVER" "#include <libxml/HTMLparser.h>
14424 if test "x$ac_cv_have_decl_HTML_PARSE_RECOVER" = x""yes; then :
14425 HAVE_LIBXML2=yes
14431 CPPFLAGS="$SAVE_CPPFLAGS"
14432 if test "${HAVE_LIBXML2}" = "yes"; then
14433 LIBXML2_LIBS="-lxml2"
14434 LIBXML2_CFLAGS="-I/usr/include/libxml2"
14437 if test "${HAVE_LIBXML2}" = "yes"; then
14438 if test "${opsys}" != "mingw32"; then
14439 LIBS="$LIBXML2_LIBS $LIBS"
14440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5
14441 $as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; }
14442 if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then :
14443 $as_echo_n "(cached) " >&6
14444 else
14445 ac_check_lib_save_LIBS=$LIBS
14446 LIBS="-lxml2 $LIBS"
14447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14448 /* end confdefs.h. */
14450 /* Override any GCC internal prototype to avoid an error.
14451 Use char because int might match the return type of a GCC
14452 builtin and then its argument prototype would still apply. */
14453 #ifdef __cplusplus
14454 extern "C"
14455 #endif
14456 char htmlReadMemory ();
14458 main ()
14460 return htmlReadMemory ();
14462 return 0;
14464 _ACEOF
14465 if ac_fn_c_try_link "$LINENO"; then :
14466 ac_cv_lib_xml2_htmlReadMemory=yes
14467 else
14468 ac_cv_lib_xml2_htmlReadMemory=no
14470 rm -f core conftest.err conftest.$ac_objext \
14471 conftest$ac_exeext conftest.$ac_ext
14472 LIBS=$ac_check_lib_save_LIBS
14474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5
14475 $as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; }
14476 if test "x$ac_cv_lib_xml2_htmlReadMemory" = x""yes; then :
14477 HAVE_LIBXML2=yes
14478 else
14479 HAVE_LIBXML2=no
14482 else
14483 LIBXML2_LIBS=""
14485 if test "${HAVE_LIBXML2}" = "yes"; then
14487 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
14489 else
14490 LIBXML2_LIBS=""
14491 LIBXML2_CFLAGS=""
14498 # If netdb.h doesn't declare h_errno, we must declare it by hand.
14499 # On MinGW, that is provided by nt/inc/sys/socket.h and w32.c.
14500 if test "${opsys}" = "mingw32"; then
14501 emacs_cv_netdb_declares_h_errno=yes
14503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5
14504 $as_echo_n "checking whether netdb declares h_errno... " >&6; }
14505 if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then :
14506 $as_echo_n "(cached) " >&6
14507 else
14508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14509 /* end confdefs.h. */
14510 #include <netdb.h>
14512 main ()
14514 return h_errno;
14516 return 0;
14518 _ACEOF
14519 if ac_fn_c_try_link "$LINENO"; then :
14520 emacs_cv_netdb_declares_h_errno=yes
14521 else
14522 emacs_cv_netdb_declares_h_errno=no
14524 rm -f core conftest.err conftest.$ac_objext \
14525 conftest$ac_exeext conftest.$ac_ext
14527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_netdb_declares_h_errno" >&5
14528 $as_echo "$emacs_cv_netdb_declares_h_errno" >&6; }
14529 if test $emacs_cv_netdb_declares_h_errno = yes; then
14531 $as_echo "#define HAVE_H_ERRNO 1" >>confdefs.h
14535 # sqrt and other floating-point functions such as fmod and frexp
14536 # are found in -lm on most systems, but mingw32 doesn't use -lm.
14537 if test "${opsys}" != "mingw32"; then
14538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5
14539 $as_echo_n "checking for sqrt in -lm... " >&6; }
14540 if test "${ac_cv_lib_m_sqrt+set}" = set; then :
14541 $as_echo_n "(cached) " >&6
14542 else
14543 ac_check_lib_save_LIBS=$LIBS
14544 LIBS="-lm $LIBS"
14545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14546 /* end confdefs.h. */
14548 /* Override any GCC internal prototype to avoid an error.
14549 Use char because int might match the return type of a GCC
14550 builtin and then its argument prototype would still apply. */
14551 #ifdef __cplusplus
14552 extern "C"
14553 #endif
14554 char sqrt ();
14556 main ()
14558 return sqrt ();
14560 return 0;
14562 _ACEOF
14563 if ac_fn_c_try_link "$LINENO"; then :
14564 ac_cv_lib_m_sqrt=yes
14565 else
14566 ac_cv_lib_m_sqrt=no
14568 rm -f core conftest.err conftest.$ac_objext \
14569 conftest$ac_exeext conftest.$ac_ext
14570 LIBS=$ac_check_lib_save_LIBS
14572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5
14573 $as_echo "$ac_cv_lib_m_sqrt" >&6; }
14574 if test "x$ac_cv_lib_m_sqrt" = x""yes; then :
14575 cat >>confdefs.h <<_ACEOF
14576 #define HAVE_LIBM 1
14577 _ACEOF
14579 LIBS="-lm $LIBS"
14585 # Check for mail-locking functions in a "mail" library. Probably this should
14586 # have the same check as for liblockfile below.
14587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5
14588 $as_echo_n "checking for maillock in -lmail... " >&6; }
14589 if test "${ac_cv_lib_mail_maillock+set}" = set; then :
14590 $as_echo_n "(cached) " >&6
14591 else
14592 ac_check_lib_save_LIBS=$LIBS
14593 LIBS="-lmail $LIBS"
14594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14595 /* end confdefs.h. */
14597 /* Override any GCC internal prototype to avoid an error.
14598 Use char because int might match the return type of a GCC
14599 builtin and then its argument prototype would still apply. */
14600 #ifdef __cplusplus
14601 extern "C"
14602 #endif
14603 char maillock ();
14605 main ()
14607 return maillock ();
14609 return 0;
14611 _ACEOF
14612 if ac_fn_c_try_link "$LINENO"; then :
14613 ac_cv_lib_mail_maillock=yes
14614 else
14615 ac_cv_lib_mail_maillock=no
14617 rm -f core conftest.err conftest.$ac_objext \
14618 conftest$ac_exeext conftest.$ac_ext
14619 LIBS=$ac_check_lib_save_LIBS
14621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5
14622 $as_echo "$ac_cv_lib_mail_maillock" >&6; }
14623 if test "x$ac_cv_lib_mail_maillock" = x""yes; then :
14624 have_mail=yes
14625 else
14626 have_mail=no
14629 if test $have_mail = yes; then
14630 LIBS_MAIL=-lmail
14631 LIBS="$LIBS_MAIL $LIBS"
14633 $as_echo "#define HAVE_LIBMAIL 1" >>confdefs.h
14635 else
14636 LIBS_MAIL=
14638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5
14639 $as_echo_n "checking for maillock in -llockfile... " >&6; }
14640 if test "${ac_cv_lib_lockfile_maillock+set}" = set; then :
14641 $as_echo_n "(cached) " >&6
14642 else
14643 ac_check_lib_save_LIBS=$LIBS
14644 LIBS="-llockfile $LIBS"
14645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14646 /* end confdefs.h. */
14648 /* Override any GCC internal prototype to avoid an error.
14649 Use char because int might match the return type of a GCC
14650 builtin and then its argument prototype would still apply. */
14651 #ifdef __cplusplus
14652 extern "C"
14653 #endif
14654 char maillock ();
14656 main ()
14658 return maillock ();
14660 return 0;
14662 _ACEOF
14663 if ac_fn_c_try_link "$LINENO"; then :
14664 ac_cv_lib_lockfile_maillock=yes
14665 else
14666 ac_cv_lib_lockfile_maillock=no
14668 rm -f core conftest.err conftest.$ac_objext \
14669 conftest$ac_exeext conftest.$ac_ext
14670 LIBS=$ac_check_lib_save_LIBS
14672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5
14673 $as_echo "$ac_cv_lib_lockfile_maillock" >&6; }
14674 if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then :
14675 have_lockfile=yes
14676 else
14677 have_lockfile=no
14680 if test $have_lockfile = yes; then
14681 LIBS_MAIL=-llockfile
14682 LIBS="$LIBS_MAIL $LIBS"
14684 $as_echo "#define HAVE_LIBLOCKFILE 1" >>confdefs.h
14686 else
14687 # If we have the shared liblockfile, assume we must use it for mail
14688 # locking (e.g. Debian). If we couldn't link against liblockfile
14689 # (no liblockfile.a installed), ensure that we don't need to.
14690 # Extract the first word of "liblockfile.so", so it can be a program name with args.
14691 set dummy liblockfile.so; ac_word=$2
14692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14693 $as_echo_n "checking for $ac_word... " >&6; }
14694 if test "${ac_cv_prog_liblockfile+set}" = set; then :
14695 $as_echo_n "(cached) " >&6
14696 else
14697 if test -n "$liblockfile"; then
14698 ac_cv_prog_liblockfile="$liblockfile" # Let the user override the test.
14699 else
14700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14701 as_dummy="/usr/lib:/lib:/usr/local/lib:$LD_LIBRARY_PATH"
14702 for as_dir in $as_dummy
14704 IFS=$as_save_IFS
14705 test -z "$as_dir" && as_dir=.
14706 for ac_exec_ext in '' $ac_executable_extensions; do
14707 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14708 ac_cv_prog_liblockfile="yes"
14709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14710 break 2
14712 done
14713 done
14714 IFS=$as_save_IFS
14716 test -z "$ac_cv_prog_liblockfile" && ac_cv_prog_liblockfile="no"
14719 liblockfile=$ac_cv_prog_liblockfile
14720 if test -n "$liblockfile"; then
14721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $liblockfile" >&5
14722 $as_echo "$liblockfile" >&6; }
14723 else
14724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14725 $as_echo "no" >&6; }
14729 if test $ac_cv_prog_liblockfile = yes; then
14730 as_fn_error "Shared liblockfile found but can't link against it.
14731 This probably means that movemail could lose mail.
14732 There may be a \`development' package to install containing liblockfile." "$LINENO" 5
14740 ## Define MAIL_USE_FLOCK (or LOCKF) if the mailer uses flock (or lockf) to
14741 ## interlock access to the mail spool. The alternative is a lock file named
14742 ## /usr/spool/mail/$USER.lock.
14743 mail_lock=no
14744 case "$opsys" in
14745 aix4-2) mail_lock="lockf" ;;
14747 gnu|freebsd|dragonfly|netbsd|openbsd|darwin|irix6-5) mail_lock="flock" ;;
14749 ## On GNU/Linux systems, both methods are used by various mail programs.
14750 ## I assume most people are using newer mailers that have heard of flock.
14751 ## Change this if you need to.
14752 ## Debian contains a patch which says: ``On Debian/GNU/Linux systems,
14753 ## configure gets the right answers, and that means *NOT* using flock.
14754 ## Using flock is guaranteed to be the wrong thing. See Debian Policy
14755 ## for details.'' and then uses `#ifdef DEBIAN'. Unfortunately the
14756 ## Debian maintainer hasn't provided a clean fix for Emacs.
14757 ## movemail.c will use `maillock' when MAILDIR, HAVE_LIBMAIL and
14758 ## HAVE_MAILLOCK_H are defined, so the following appears to be the
14759 ## correct logic. -- fx
14760 ## We must check for HAVE_LIBLOCKFILE too, as movemail does.
14761 ## liblockfile is a Free Software replacement for libmail, used on
14762 ## Debian systems and elsewhere. -rfr.
14763 gnu-*)
14764 mail_lock="flock"
14765 if test $have_mail = yes || test $have_lockfile = yes; then
14766 test $ac_cv_header_maillock_h = yes && mail_lock=no
14770 mingw32)
14771 mail_lock="none-needed" ;;
14772 esac
14774 BLESSMAIL_TARGET=
14775 case "$mail_lock" in
14776 flock)
14777 $as_echo "#define MAIL_USE_FLOCK 1" >>confdefs.h
14780 lockf)
14781 $as_echo "#define MAIL_USE_LOCKF 1" >>confdefs.h
14784 none-needed) ;;
14786 *) BLESSMAIL_TARGET="need-blessmail" ;;
14787 esac
14791 for ac_func in accept4 gethostname \
14792 getrusage get_current_dir_name \
14793 lrand48 \
14794 select getpagesize setlocale \
14795 getrlimit setrlimit shutdown getaddrinfo \
14796 strsignal setitimer \
14797 sendto recvfrom getsockname getpeername getifaddrs freeifaddrs \
14798 gai_strerror getline getdelim sync \
14799 difftime posix_memalign \
14800 getpwent endpwent getgrent endgrent \
14801 touchlock \
14802 cfmakeraw cfsetspeed copysign __executable_start log2
14803 do :
14804 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14805 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14806 eval as_val=\$$as_ac_var
14807 if test "x$as_val" = x""yes; then :
14808 cat >>confdefs.h <<_ACEOF
14809 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14810 _ACEOF
14813 done
14816 ## Eric Backus <ericb@lsid.hp.com> says, HP-UX 9.x on HP 700 machines
14817 ## has a broken `rint' in some library versions including math library
14818 ## version number A.09.05.
14819 ## You can fix the math library by installing patch number PHSS_4630.
14820 ## But we can fix it more reliably for Emacs by just not using rint.
14821 ## We also skip HAVE_RANDOM - see comments in src/conf_post.h.
14822 case $opsys in
14823 hpux*) : ;;
14824 *) for ac_func in random rint
14825 do :
14826 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14827 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14828 eval as_val=\$$as_ac_var
14829 if test "x$as_val" = x""yes; then :
14830 cat >>confdefs.h <<_ACEOF
14831 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14832 _ACEOF
14835 done
14837 esac
14839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_unwind_init" >&5
14840 $as_echo_n "checking for __builtin_unwind_init... " >&6; }
14841 if test "${emacs_cv_func___builtin_unwind_init+set}" = set; then :
14842 $as_echo_n "(cached) " >&6
14843 else
14844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14845 /* end confdefs.h. */
14848 main ()
14850 __builtin_unwind_init ();
14852 return 0;
14854 _ACEOF
14855 if ac_fn_c_try_link "$LINENO"; then :
14856 emacs_cv_func___builtin_unwind_init=yes
14857 else
14858 emacs_cv_func___builtin_unwind_init=no
14860 rm -f core conftest.err conftest.$ac_objext \
14861 conftest$ac_exeext conftest.$ac_ext
14863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_func___builtin_unwind_init" >&5
14864 $as_echo "$emacs_cv_func___builtin_unwind_init" >&6; }
14865 if test $emacs_cv_func___builtin_unwind_init = yes; then
14867 $as_echo "#define HAVE___BUILTIN_UNWIND_INIT 1" >>confdefs.h
14875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5
14876 $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; }
14877 if test "${ac_cv_sys_largefile_source+set}" = set; then :
14878 $as_echo_n "(cached) " >&6
14879 else
14880 while :; do
14881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14882 /* end confdefs.h. */
14883 #include <sys/types.h> /* for off_t */
14884 #include <stdio.h>
14886 main ()
14888 int (*fp) (FILE *, off_t, int) = fseeko;
14889 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
14891 return 0;
14893 _ACEOF
14894 if ac_fn_c_try_link "$LINENO"; then :
14895 ac_cv_sys_largefile_source=no; break
14897 rm -f core conftest.err conftest.$ac_objext \
14898 conftest$ac_exeext conftest.$ac_ext
14899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14900 /* end confdefs.h. */
14901 #define _LARGEFILE_SOURCE 1
14902 #include <sys/types.h> /* for off_t */
14903 #include <stdio.h>
14905 main ()
14907 int (*fp) (FILE *, off_t, int) = fseeko;
14908 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
14910 return 0;
14912 _ACEOF
14913 if ac_fn_c_try_link "$LINENO"; then :
14914 ac_cv_sys_largefile_source=1; break
14916 rm -f core conftest.err conftest.$ac_objext \
14917 conftest$ac_exeext conftest.$ac_ext
14918 ac_cv_sys_largefile_source=unknown
14919 break
14920 done
14922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_source" >&5
14923 $as_echo "$ac_cv_sys_largefile_source" >&6; }
14924 case $ac_cv_sys_largefile_source in #(
14925 no | unknown) ;;
14927 cat >>confdefs.h <<_ACEOF
14928 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
14929 _ACEOF
14931 esac
14932 rm -rf conftest*
14934 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
14935 # in glibc 2.1.3, but that breaks too many other things.
14936 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
14937 if test $ac_cv_sys_largefile_source != unknown; then
14939 $as_echo "#define HAVE_FSEEKO 1" >>confdefs.h
14944 # UNIX98 PTYs.
14945 for ac_func in grantpt
14946 do :
14947 ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt"
14948 if test "x$ac_cv_func_grantpt" = x""yes; then :
14949 cat >>confdefs.h <<_ACEOF
14950 #define HAVE_GRANTPT 1
14951 _ACEOF
14954 done
14957 # PTY-related GNU extensions.
14958 for ac_func in getpt posix_openpt
14959 do :
14960 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14961 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14962 eval as_val=\$$as_ac_var
14963 if test "x$as_val" = x""yes; then :
14964 cat >>confdefs.h <<_ACEOF
14965 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14966 _ACEOF
14969 done
14972 # Check this now, so that we will NOT find the above functions in ncurses.
14973 # That is because we have not set up to link ncurses in lib-src.
14974 # It's better to believe a function is not available
14975 # than to expect to find it in ncurses.
14976 # Also we need tputs and friends to be able to build at all.
14977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5
14978 $as_echo_n "checking for library containing tputs... " >&6; }
14979 # Run a test program that contains a call to tputs, a call that is
14980 # never executed. This tests whether a pre-'main' dynamic linker
14981 # works with the library. It's too much trouble to actually call
14982 # tputs in the test program, due to portability hassles. When
14983 # cross-compiling, assume the test program will run if it links.
14985 if test "${opsys}" = "mingw32"; then
14986 msg='none required'
14987 else
14988 # Maybe curses should be tried earlier?
14989 # See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9736#35
14990 for tputs_library in '' tinfo ncurses terminfo termcap curses; do
14991 OLIBS=$LIBS
14992 if test -z "$tputs_library"; then
14993 LIBS_TERMCAP=
14994 msg='none required'
14995 else
14996 LIBS_TERMCAP=-l$tputs_library
14997 msg=$LIBS_TERMCAP
14998 LIBS="$LIBS_TERMCAP $LIBS"
15000 if test "$cross_compiling" = yes; then :
15001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15002 /* end confdefs.h. */
15004 extern void tputs (const char *, int, int (*)(int));
15005 int main (int argc, char **argv)
15007 if (argc == 10000)
15008 tputs (argv[0], 0, 0);
15009 return 0;
15012 _ACEOF
15013 if ac_fn_c_try_link "$LINENO"; then :
15015 else
15016 msg=no
15018 rm -f core conftest.err conftest.$ac_objext \
15019 conftest$ac_exeext conftest.$ac_ext
15020 else
15021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15022 /* end confdefs.h. */
15024 extern void tputs (const char *, int, int (*)(int));
15025 int main (int argc, char **argv)
15027 if (argc == 10000)
15028 tputs (argv[0], 0, 0);
15029 return 0;
15032 _ACEOF
15033 if ac_fn_c_try_run "$LINENO"; then :
15035 else
15036 msg=no
15038 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15039 conftest.$ac_objext conftest.beam conftest.$ac_ext
15042 LIBS=$OLIBS
15043 if test "X$msg" != Xno; then
15044 break
15046 done
15048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $msg" >&5
15049 $as_echo "$msg" >&6; }
15050 if test "X$msg" = Xno; then
15051 as_fn_error "The required function \`tputs' was not found in any library.
15052 The following libraries were tried (in order):
15053 libtinfo, libncurses, libterminfo, libtermcap, libcurses
15054 Please try installing whichever of these libraries is most appropriate
15055 for your system, together with its header files.
15056 For example, a libncurses-dev(el) or similar package." "$LINENO" 5
15059 ## Use termcap instead of terminfo?
15060 ## Only true for: freebsd < 40000, ms-w32, msdos, netbsd < 599002500.
15061 TERMINFO=yes
15062 ## FIXME? In the cases below where we unconditionally set
15063 ## LIBS_TERMCAP="-lncurses", this overrides LIBS_TERMCAP = -ltinfo,
15064 ## if that was found above to have tputs.
15065 ## Should we use the gnu* logic everywhere?
15066 case "$opsys" in
15067 ## darwin: Prevents crashes when running Emacs in Terminal.app under 10.2.
15068 ## The ncurses library has been moved out of the System framework in
15069 ## Mac OS X 10.2. So if configure detects it, set the command-line
15070 ## option to use it.
15071 darwin) LIBS_TERMCAP="-lncurses" ;;
15073 gnu*) test -z "$LIBS_TERMCAP" && LIBS_TERMCAP="-lncurses" ;;
15075 freebsd)
15076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5
15077 $as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; }
15078 if test "${emacs_cv_freebsd_terminfo+set}" = set; then :
15079 $as_echo_n "(cached) " >&6
15080 else
15081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15082 /* end confdefs.h. */
15083 #include <osreldate.h>
15085 main ()
15087 #if __FreeBSD_version < 400000
15088 fail;
15089 #endif
15092 return 0;
15094 _ACEOF
15095 if ac_fn_c_try_link "$LINENO"; then :
15096 emacs_cv_freebsd_terminfo=yes
15097 else
15098 emacs_cv_freebsd_terminfo=no
15100 rm -f core conftest.err conftest.$ac_objext \
15101 conftest$ac_exeext conftest.$ac_ext
15105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_freebsd_terminfo" >&5
15106 $as_echo "$emacs_cv_freebsd_terminfo" >&6; }
15108 if test $emacs_cv_freebsd_terminfo = yes; then
15109 LIBS_TERMCAP="-lncurses"
15110 else
15111 TERMINFO=no
15112 LIBS_TERMCAP="-ltermcap"
15116 mingw32)
15117 TERMINFO=no
15118 LIBS_TERMCAP=
15121 netbsd)
15122 if test "x$LIBS_TERMCAP" != "x-lterminfo"; then
15123 TERMINFO=no
15124 LIBS_TERMCAP="-ltermcap"
15128 openbsd | dragonfly) LIBS_TERMCAP="-lncurses" ;;
15130 ## hpux: Make sure we get select from libc rather than from libcurses
15131 ## because libcurses on HPUX 10.10 has a broken version of select.
15132 ## We used to use -lc -lcurses, but this may be cleaner.
15133 ## FIXME? But TERMINFO = yes on hpux (it used to be explicitly
15134 # set that way, now it uses the default). Isn't this a contradiction?
15135 hpux*) LIBS_TERMCAP="-ltermcap" ;;
15137 esac
15139 TERMCAP_OBJ=tparam.o
15140 if test $TERMINFO = yes; then
15142 $as_echo "#define TERMINFO 1" >>confdefs.h
15144 TERMCAP_OBJ=terminfo.o
15146 if test "X$LIBS_TERMCAP" = "X-lncurses"; then
15148 $as_echo "#define USE_NCURSES 1" >>confdefs.h
15155 # Do we have res_init, for detecting changes in /etc/resolv.conf?
15156 # On Darwin, res_init appears not to be useful: see bug#562 and
15157 # http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01467.html
15158 resolv=no
15160 if test $opsys != darwin; then
15162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15163 /* end confdefs.h. */
15164 #include <netinet/in.h>
15165 #include <arpa/nameser.h>
15166 #include <resolv.h>
15168 main ()
15170 return res_init();
15172 return 0;
15174 _ACEOF
15175 if ac_fn_c_try_link "$LINENO"; then :
15176 have_res_init=yes
15177 else
15178 have_res_init=no
15180 rm -f core conftest.err conftest.$ac_objext \
15181 conftest$ac_exeext conftest.$ac_ext
15182 if test "$have_res_init" = no; then
15183 OLIBS="$LIBS"
15184 LIBS="$LIBS -lresolv"
15185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_init with -lresolv" >&5
15186 $as_echo_n "checking for res_init with -lresolv... " >&6; }
15187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15188 /* end confdefs.h. */
15189 #include <netinet/in.h>
15190 #include <arpa/nameser.h>
15191 #include <resolv.h>
15193 main ()
15195 return res_init();
15197 return 0;
15199 _ACEOF
15200 if ac_fn_c_try_link "$LINENO"; then :
15201 have_res_init=yes
15202 else
15203 have_res_init=no
15205 rm -f core conftest.err conftest.$ac_objext \
15206 conftest$ac_exeext conftest.$ac_ext
15207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_res_init" >&5
15208 $as_echo "$have_res_init" >&6; }
15209 if test "$have_res_init" = yes ; then
15210 resolv=yes
15212 LIBS="$OLIBS"
15215 if test "$have_res_init" = yes; then
15217 $as_echo "#define HAVE_RES_INIT 1" >>confdefs.h
15221 # Do we need the Hesiod library to provide the support routines?
15222 LIBHESIOD=
15223 if test "$with_hesiod" != no ; then
15224 # Don't set $LIBS here -- see comments above. FIXME which comments?
15225 ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send"
15226 if test "x$ac_cv_func_res_send" = x""yes; then :
15228 else
15229 ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send"
15230 if test "x$ac_cv_func___res_send" = x""yes; then :
15232 else
15233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5
15234 $as_echo_n "checking for res_send in -lresolv... " >&6; }
15235 if test "${ac_cv_lib_resolv_res_send+set}" = set; then :
15236 $as_echo_n "(cached) " >&6
15237 else
15238 ac_check_lib_save_LIBS=$LIBS
15239 LIBS="-lresolv $LIBS"
15240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15241 /* end confdefs.h. */
15243 /* Override any GCC internal prototype to avoid an error.
15244 Use char because int might match the return type of a GCC
15245 builtin and then its argument prototype would still apply. */
15246 #ifdef __cplusplus
15247 extern "C"
15248 #endif
15249 char res_send ();
15251 main ()
15253 return res_send ();
15255 return 0;
15257 _ACEOF
15258 if ac_fn_c_try_link "$LINENO"; then :
15259 ac_cv_lib_resolv_res_send=yes
15260 else
15261 ac_cv_lib_resolv_res_send=no
15263 rm -f core conftest.err conftest.$ac_objext \
15264 conftest$ac_exeext conftest.$ac_ext
15265 LIBS=$ac_check_lib_save_LIBS
15267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5
15268 $as_echo "$ac_cv_lib_resolv_res_send" >&6; }
15269 if test "x$ac_cv_lib_resolv_res_send" = x""yes; then :
15270 resolv=yes
15271 else
15272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5
15273 $as_echo_n "checking for __res_send in -lresolv... " >&6; }
15274 if test "${ac_cv_lib_resolv___res_send+set}" = set; then :
15275 $as_echo_n "(cached) " >&6
15276 else
15277 ac_check_lib_save_LIBS=$LIBS
15278 LIBS="-lresolv $LIBS"
15279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15280 /* end confdefs.h. */
15282 /* Override any GCC internal prototype to avoid an error.
15283 Use char because int might match the return type of a GCC
15284 builtin and then its argument prototype would still apply. */
15285 #ifdef __cplusplus
15286 extern "C"
15287 #endif
15288 char __res_send ();
15290 main ()
15292 return __res_send ();
15294 return 0;
15296 _ACEOF
15297 if ac_fn_c_try_link "$LINENO"; then :
15298 ac_cv_lib_resolv___res_send=yes
15299 else
15300 ac_cv_lib_resolv___res_send=no
15302 rm -f core conftest.err conftest.$ac_objext \
15303 conftest$ac_exeext conftest.$ac_ext
15304 LIBS=$ac_check_lib_save_LIBS
15306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5
15307 $as_echo "$ac_cv_lib_resolv___res_send" >&6; }
15308 if test "x$ac_cv_lib_resolv___res_send" = x""yes; then :
15309 resolv=yes
15318 if test "$resolv" = yes ; then
15319 RESOLVLIB=-lresolv
15320 else
15321 RESOLVLIB=
15323 ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost"
15324 if test "x$ac_cv_func_hes_getmailhost" = x""yes; then :
15326 else
15327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5
15328 $as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; }
15329 if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then :
15330 $as_echo_n "(cached) " >&6
15331 else
15332 ac_check_lib_save_LIBS=$LIBS
15333 LIBS="-lhesiod $RESOLVLIB $LIBS"
15334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15335 /* end confdefs.h. */
15337 /* Override any GCC internal prototype to avoid an error.
15338 Use char because int might match the return type of a GCC
15339 builtin and then its argument prototype would still apply. */
15340 #ifdef __cplusplus
15341 extern "C"
15342 #endif
15343 char hes_getmailhost ();
15345 main ()
15347 return hes_getmailhost ();
15349 return 0;
15351 _ACEOF
15352 if ac_fn_c_try_link "$LINENO"; then :
15353 ac_cv_lib_hesiod_hes_getmailhost=yes
15354 else
15355 ac_cv_lib_hesiod_hes_getmailhost=no
15357 rm -f core conftest.err conftest.$ac_objext \
15358 conftest$ac_exeext conftest.$ac_ext
15359 LIBS=$ac_check_lib_save_LIBS
15361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
15362 $as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; }
15363 if test "x$ac_cv_lib_hesiod_hes_getmailhost" = x""yes; then :
15364 hesiod=yes
15365 else
15372 if test x"$hesiod" = xyes; then
15373 LIBHESIOD=-lhesiod
15378 # Do we need libresolv (due to res_init or Hesiod)?
15379 if test "$resolv" = yes && test $opsys != darwin; then
15380 LIBRESOLV=-lresolv
15381 else
15382 LIBRESOLV=
15386 # These tell us which Kerberos-related libraries to use.
15387 COM_ERRLIB=
15388 CRYPTOLIB=
15389 KRB5LIB=
15390 DESLIB=
15391 KRB4LIB=
15393 if test "${with_kerberos}" != no; then
15394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5
15395 $as_echo_n "checking for com_err in -lcom_err... " >&6; }
15396 if test "${ac_cv_lib_com_err_com_err+set}" = set; then :
15397 $as_echo_n "(cached) " >&6
15398 else
15399 ac_check_lib_save_LIBS=$LIBS
15400 LIBS="-lcom_err $LIBS"
15401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15402 /* end confdefs.h. */
15404 /* Override any GCC internal prototype to avoid an error.
15405 Use char because int might match the return type of a GCC
15406 builtin and then its argument prototype would still apply. */
15407 #ifdef __cplusplus
15408 extern "C"
15409 #endif
15410 char com_err ();
15412 main ()
15414 return com_err ();
15416 return 0;
15418 _ACEOF
15419 if ac_fn_c_try_link "$LINENO"; then :
15420 ac_cv_lib_com_err_com_err=yes
15421 else
15422 ac_cv_lib_com_err_com_err=no
15424 rm -f core conftest.err conftest.$ac_objext \
15425 conftest$ac_exeext conftest.$ac_ext
15426 LIBS=$ac_check_lib_save_LIBS
15428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5
15429 $as_echo "$ac_cv_lib_com_err_com_err" >&6; }
15430 if test "x$ac_cv_lib_com_err_com_err" = x""yes; then :
15431 have_com_err=yes
15432 else
15433 have_com_err=no
15436 if test $have_com_err = yes; then
15437 COM_ERRLIB=-lcom_err
15438 LIBS="$COM_ERRLIB $LIBS"
15440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5
15441 $as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; }
15442 if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then :
15443 $as_echo_n "(cached) " >&6
15444 else
15445 ac_check_lib_save_LIBS=$LIBS
15446 LIBS="-lcrypto $LIBS"
15447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15448 /* end confdefs.h. */
15450 /* Override any GCC internal prototype to avoid an error.
15451 Use char because int might match the return type of a GCC
15452 builtin and then its argument prototype would still apply. */
15453 #ifdef __cplusplus
15454 extern "C"
15455 #endif
15456 char mit_des_cbc_encrypt ();
15458 main ()
15460 return mit_des_cbc_encrypt ();
15462 return 0;
15464 _ACEOF
15465 if ac_fn_c_try_link "$LINENO"; then :
15466 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
15467 else
15468 ac_cv_lib_crypto_mit_des_cbc_encrypt=no
15470 rm -f core conftest.err conftest.$ac_objext \
15471 conftest$ac_exeext conftest.$ac_ext
15472 LIBS=$ac_check_lib_save_LIBS
15474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
15475 $as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; }
15476 if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = x""yes; then :
15477 have_crypto=yes
15478 else
15479 have_crypto=no
15482 if test $have_crypto = yes; then
15483 CRYPTOLIB=-lcrypto
15484 LIBS="$CRYPTOLIB $LIBS"
15486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
15487 $as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; }
15488 if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then :
15489 $as_echo_n "(cached) " >&6
15490 else
15491 ac_check_lib_save_LIBS=$LIBS
15492 LIBS="-lk5crypto $LIBS"
15493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15494 /* end confdefs.h. */
15496 /* Override any GCC internal prototype to avoid an error.
15497 Use char because int might match the return type of a GCC
15498 builtin and then its argument prototype would still apply. */
15499 #ifdef __cplusplus
15500 extern "C"
15501 #endif
15502 char mit_des_cbc_encrypt ();
15504 main ()
15506 return mit_des_cbc_encrypt ();
15508 return 0;
15510 _ACEOF
15511 if ac_fn_c_try_link "$LINENO"; then :
15512 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
15513 else
15514 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no
15516 rm -f core conftest.err conftest.$ac_objext \
15517 conftest$ac_exeext conftest.$ac_ext
15518 LIBS=$ac_check_lib_save_LIBS
15520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
15521 $as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; }
15522 if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = x""yes; then :
15523 have_k5crypto=yes
15524 else
15525 have_k5crypto=no
15528 if test $have_k5crypto = yes; then
15529 CRYPTOLIB=-lk5crypto
15530 LIBS="$CRYPTOLIB $LIBS"
15532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5
15533 $as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; }
15534 if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then :
15535 $as_echo_n "(cached) " >&6
15536 else
15537 ac_check_lib_save_LIBS=$LIBS
15538 LIBS="-lkrb5 $LIBS"
15539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15540 /* end confdefs.h. */
15542 /* Override any GCC internal prototype to avoid an error.
15543 Use char because int might match the return type of a GCC
15544 builtin and then its argument prototype would still apply. */
15545 #ifdef __cplusplus
15546 extern "C"
15547 #endif
15548 char krb5_init_context ();
15550 main ()
15552 return krb5_init_context ();
15554 return 0;
15556 _ACEOF
15557 if ac_fn_c_try_link "$LINENO"; then :
15558 ac_cv_lib_krb5_krb5_init_context=yes
15559 else
15560 ac_cv_lib_krb5_krb5_init_context=no
15562 rm -f core conftest.err conftest.$ac_objext \
15563 conftest$ac_exeext conftest.$ac_ext
15564 LIBS=$ac_check_lib_save_LIBS
15566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5
15567 $as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; }
15568 if test "x$ac_cv_lib_krb5_krb5_init_context" = x""yes; then :
15569 have_krb5=yes
15570 else
15571 have_krb5=no
15574 if test $have_krb5=yes; then
15575 KRB5LIB=-lkrb5
15576 LIBS="$KRB5LIB $LIBS"
15578 if test "${with_kerberos5}" = no; then
15579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5
15580 $as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; }
15581 if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then :
15582 $as_echo_n "(cached) " >&6
15583 else
15584 ac_check_lib_save_LIBS=$LIBS
15585 LIBS="-ldes425 $LIBS"
15586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15587 /* end confdefs.h. */
15589 /* Override any GCC internal prototype to avoid an error.
15590 Use char because int might match the return type of a GCC
15591 builtin and then its argument prototype would still apply. */
15592 #ifdef __cplusplus
15593 extern "C"
15594 #endif
15595 char des_cbc_encrypt ();
15597 main ()
15599 return des_cbc_encrypt ();
15601 return 0;
15603 _ACEOF
15604 if ac_fn_c_try_link "$LINENO"; then :
15605 ac_cv_lib_des425_des_cbc_encrypt=yes
15606 else
15607 ac_cv_lib_des425_des_cbc_encrypt=no
15609 rm -f core conftest.err conftest.$ac_objext \
15610 conftest$ac_exeext conftest.$ac_ext
15611 LIBS=$ac_check_lib_save_LIBS
15613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
15614 $as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; }
15615 if test "x$ac_cv_lib_des425_des_cbc_encrypt" = x""yes; then :
15616 have_des425=yes
15617 else
15618 have_des425=no
15621 if test $have_des425 = yes; then
15622 DESLIB=-ldes425
15623 LIBS="$DESLIB $LIBS"
15624 else
15625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5
15626 $as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; }
15627 if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then :
15628 $as_echo_n "(cached) " >&6
15629 else
15630 ac_check_lib_save_LIBS=$LIBS
15631 LIBS="-ldes $LIBS"
15632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15633 /* end confdefs.h. */
15635 /* Override any GCC internal prototype to avoid an error.
15636 Use char because int might match the return type of a GCC
15637 builtin and then its argument prototype would still apply. */
15638 #ifdef __cplusplus
15639 extern "C"
15640 #endif
15641 char des_cbc_encrypt ();
15643 main ()
15645 return des_cbc_encrypt ();
15647 return 0;
15649 _ACEOF
15650 if ac_fn_c_try_link "$LINENO"; then :
15651 ac_cv_lib_des_des_cbc_encrypt=yes
15652 else
15653 ac_cv_lib_des_des_cbc_encrypt=no
15655 rm -f core conftest.err conftest.$ac_objext \
15656 conftest$ac_exeext conftest.$ac_ext
15657 LIBS=$ac_check_lib_save_LIBS
15659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
15660 $as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; }
15661 if test "x$ac_cv_lib_des_des_cbc_encrypt" = x""yes; then :
15662 have_des=yes
15663 else
15664 have_des=no
15667 if test $have_des = yes; then
15668 DESLIB=-ldes
15669 LIBS="$DESLIB $LIBS"
15672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5
15673 $as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; }
15674 if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then :
15675 $as_echo_n "(cached) " >&6
15676 else
15677 ac_check_lib_save_LIBS=$LIBS
15678 LIBS="-lkrb4 $LIBS"
15679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15680 /* end confdefs.h. */
15682 /* Override any GCC internal prototype to avoid an error.
15683 Use char because int might match the return type of a GCC
15684 builtin and then its argument prototype would still apply. */
15685 #ifdef __cplusplus
15686 extern "C"
15687 #endif
15688 char krb_get_cred ();
15690 main ()
15692 return krb_get_cred ();
15694 return 0;
15696 _ACEOF
15697 if ac_fn_c_try_link "$LINENO"; then :
15698 ac_cv_lib_krb4_krb_get_cred=yes
15699 else
15700 ac_cv_lib_krb4_krb_get_cred=no
15702 rm -f core conftest.err conftest.$ac_objext \
15703 conftest$ac_exeext conftest.$ac_ext
15704 LIBS=$ac_check_lib_save_LIBS
15706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5
15707 $as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; }
15708 if test "x$ac_cv_lib_krb4_krb_get_cred" = x""yes; then :
15709 have_krb4=yes
15710 else
15711 have_krb4=no
15714 if test $have_krb4 = yes; then
15715 KRB4LIB=-lkrb4
15716 LIBS="$KRB4LIB $LIBS"
15717 else
15718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5
15719 $as_echo_n "checking for krb_get_cred in -lkrb... " >&6; }
15720 if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then :
15721 $as_echo_n "(cached) " >&6
15722 else
15723 ac_check_lib_save_LIBS=$LIBS
15724 LIBS="-lkrb $LIBS"
15725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15726 /* end confdefs.h. */
15728 /* Override any GCC internal prototype to avoid an error.
15729 Use char because int might match the return type of a GCC
15730 builtin and then its argument prototype would still apply. */
15731 #ifdef __cplusplus
15732 extern "C"
15733 #endif
15734 char krb_get_cred ();
15736 main ()
15738 return krb_get_cred ();
15740 return 0;
15742 _ACEOF
15743 if ac_fn_c_try_link "$LINENO"; then :
15744 ac_cv_lib_krb_krb_get_cred=yes
15745 else
15746 ac_cv_lib_krb_krb_get_cred=no
15748 rm -f core conftest.err conftest.$ac_objext \
15749 conftest$ac_exeext conftest.$ac_ext
15750 LIBS=$ac_check_lib_save_LIBS
15752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5
15753 $as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; }
15754 if test "x$ac_cv_lib_krb_krb_get_cred" = x""yes; then :
15755 have_krb=yes
15756 else
15757 have_krb=no
15760 if test $have_krb = yes; then
15761 KRB4LIB=-lkrb
15762 LIBS="$KRB4LIB $LIBS"
15767 if test "${with_kerberos5}" != no; then
15768 for ac_header in krb5.h
15769 do :
15770 ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default"
15771 if test "x$ac_cv_header_krb5_h" = x""yes; then :
15772 cat >>confdefs.h <<_ACEOF
15773 #define HAVE_KRB5_H 1
15774 _ACEOF
15775 ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h>
15777 if test "x$ac_cv_member_krb5_error_text" = x""yes; then :
15779 cat >>confdefs.h <<_ACEOF
15780 #define HAVE_KRB5_ERROR_TEXT 1
15781 _ACEOF
15785 ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h>
15787 if test "x$ac_cv_member_krb5_error_e_text" = x""yes; then :
15789 cat >>confdefs.h <<_ACEOF
15790 #define HAVE_KRB5_ERROR_E_TEXT 1
15791 _ACEOF
15798 done
15800 else
15801 for ac_header in krb.h
15802 do :
15803 ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default"
15804 if test "x$ac_cv_header_krb_h" = x""yes; then :
15805 cat >>confdefs.h <<_ACEOF
15806 #define HAVE_KRB_H 1
15807 _ACEOF
15809 else
15810 for ac_header in kerberosIV/krb.h
15811 do :
15812 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default"
15813 if test "x$ac_cv_header_kerberosIV_krb_h" = x""yes; then :
15814 cat >>confdefs.h <<_ACEOF
15815 #define HAVE_KERBEROSIV_KRB_H 1
15816 _ACEOF
15818 else
15819 for ac_header in kerberos/krb.h
15820 do :
15821 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default"
15822 if test "x$ac_cv_header_kerberos_krb_h" = x""yes; then :
15823 cat >>confdefs.h <<_ACEOF
15824 #define HAVE_KERBEROS_KRB_H 1
15825 _ACEOF
15829 done
15833 done
15837 done
15840 for ac_header in com_err.h
15841 do :
15842 ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default"
15843 if test "x$ac_cv_header_com_err_h" = x""yes; then :
15844 cat >>confdefs.h <<_ACEOF
15845 #define HAVE_COM_ERR_H 1
15846 _ACEOF
15850 done
15863 for ac_func in $ac_func_list
15864 do :
15865 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15866 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15867 eval as_val=\$$as_ac_var
15868 if test "x$as_val" = x""yes; then :
15869 cat >>confdefs.h <<_ACEOF
15870 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15871 _ACEOF
15874 done
15879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5
15880 $as_echo_n "checking whether localtime caches TZ... " >&6; }
15881 if test "${emacs_cv_localtime_cache+set}" = set; then :
15882 $as_echo_n "(cached) " >&6
15883 else
15884 if test x$ac_cv_func_tzset = xyes; then
15885 if test "$cross_compiling" = yes; then :
15886 # If we have tzset, assume the worst when cross-compiling.
15887 emacs_cv_localtime_cache=yes
15888 else
15889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15890 /* end confdefs.h. */
15891 #include <time.h>
15892 char TZ_GMT0[] = "TZ=GMT0";
15893 char TZ_PST8[] = "TZ=PST8";
15894 main()
15896 time_t now = time ((time_t *) 0);
15897 int hour_GMT0, hour_unset;
15898 if (putenv (TZ_GMT0) != 0)
15899 exit (1);
15900 hour_GMT0 = localtime (&now)->tm_hour;
15901 unsetenv("TZ");
15902 hour_unset = localtime (&now)->tm_hour;
15903 if (putenv (TZ_PST8) != 0)
15904 exit (1);
15905 if (localtime (&now)->tm_hour == hour_GMT0)
15906 exit (1);
15907 unsetenv("TZ");
15908 if (localtime (&now)->tm_hour != hour_unset)
15909 exit (1);
15910 exit (0);
15912 _ACEOF
15913 if ac_fn_c_try_run "$LINENO"; then :
15914 emacs_cv_localtime_cache=no
15915 else
15916 emacs_cv_localtime_cache=yes
15918 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15919 conftest.$ac_objext conftest.beam conftest.$ac_ext
15922 else
15923 # If we lack tzset, report that localtime does not cache TZ,
15924 # since we can't invalidate the cache if we don't have tzset.
15925 emacs_cv_localtime_cache=no
15928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_localtime_cache" >&5
15929 $as_echo "$emacs_cv_localtime_cache" >&6; }
15930 if test $emacs_cv_localtime_cache = yes; then
15932 $as_echo "#define LOCALTIME_CACHE 1" >>confdefs.h
15936 ok_so_far=yes
15937 ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket"
15938 if test "x$ac_cv_func_socket" = x""yes; then :
15940 else
15941 ok_so_far=no
15944 if test $ok_so_far = yes; then
15945 ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default"
15946 if test "x$ac_cv_header_netinet_in_h" = x""yes; then :
15948 else
15949 ok_so_far=no
15954 if test $ok_so_far = yes; then
15955 ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default"
15956 if test "x$ac_cv_header_arpa_inet_h" = x""yes; then :
15958 else
15959 ok_so_far=no
15964 if test $ok_so_far = yes; then
15966 $as_echo "#define HAVE_INET_SOCKETS 1" >>confdefs.h
15970 case $canonical in
15971 *-solaris2.4 | *-solaris2.4.*)
15972 : ${ac_cv_func_vfork_works=no};;
15973 esac
15975 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15976 if test "x$ac_cv_type_pid_t" = x""yes; then :
15978 else
15980 cat >>confdefs.h <<_ACEOF
15981 #define pid_t int
15982 _ACEOF
15986 for ac_header in vfork.h
15987 do :
15988 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
15989 if test "x$ac_cv_header_vfork_h" = x""yes; then :
15990 cat >>confdefs.h <<_ACEOF
15991 #define HAVE_VFORK_H 1
15992 _ACEOF
15996 done
15998 for ac_func in fork vfork
15999 do :
16000 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16001 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16002 eval as_val=\$$as_ac_var
16003 if test "x$as_val" = x""yes; then :
16004 cat >>confdefs.h <<_ACEOF
16005 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16006 _ACEOF
16009 done
16011 if test "x$ac_cv_func_fork" = xyes; then
16012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
16013 $as_echo_n "checking for working fork... " >&6; }
16014 if test "${ac_cv_func_fork_works+set}" = set; then :
16015 $as_echo_n "(cached) " >&6
16016 else
16017 if test "$cross_compiling" = yes; then :
16018 ac_cv_func_fork_works=cross
16019 else
16020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16021 /* end confdefs.h. */
16022 $ac_includes_default
16024 main ()
16027 /* By Ruediger Kuhlmann. */
16028 return fork () < 0;
16031 return 0;
16033 _ACEOF
16034 if ac_fn_c_try_run "$LINENO"; then :
16035 ac_cv_func_fork_works=yes
16036 else
16037 ac_cv_func_fork_works=no
16039 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16040 conftest.$ac_objext conftest.beam conftest.$ac_ext
16044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
16045 $as_echo "$ac_cv_func_fork_works" >&6; }
16047 else
16048 ac_cv_func_fork_works=$ac_cv_func_fork
16050 if test "x$ac_cv_func_fork_works" = xcross; then
16051 case $host in
16052 *-*-amigaos* | *-*-msdosdjgpp*)
16053 # Override, as these systems have only a dummy fork() stub
16054 ac_cv_func_fork_works=no
16057 ac_cv_func_fork_works=yes
16059 esac
16060 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
16061 $as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
16063 ac_cv_func_vfork_works=$ac_cv_func_vfork
16064 if test "x$ac_cv_func_vfork" = xyes; then
16065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
16066 $as_echo_n "checking for working vfork... " >&6; }
16067 if test "${ac_cv_func_vfork_works+set}" = set; then :
16068 $as_echo_n "(cached) " >&6
16069 else
16070 if test "$cross_compiling" = yes; then :
16071 ac_cv_func_vfork_works=cross
16072 else
16073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16074 /* end confdefs.h. */
16075 /* Thanks to Paul Eggert for this test. */
16076 $ac_includes_default
16077 #include <sys/wait.h>
16078 #ifdef HAVE_VFORK_H
16079 # include <vfork.h>
16080 #endif
16081 /* On some sparc systems, changes by the child to local and incoming
16082 argument registers are propagated back to the parent. The compiler
16083 is told about this with #include <vfork.h>, but some compilers
16084 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
16085 static variable whose address is put into a register that is
16086 clobbered by the vfork. */
16087 static void
16088 #ifdef __cplusplus
16089 sparc_address_test (int arg)
16090 # else
16091 sparc_address_test (arg) int arg;
16092 #endif
16094 static pid_t child;
16095 if (!child) {
16096 child = vfork ();
16097 if (child < 0) {
16098 perror ("vfork");
16099 _exit(2);
16101 if (!child) {
16102 arg = getpid();
16103 write(-1, "", 0);
16104 _exit (arg);
16110 main ()
16112 pid_t parent = getpid ();
16113 pid_t child;
16115 sparc_address_test (0);
16117 child = vfork ();
16119 if (child == 0) {
16120 /* Here is another test for sparc vfork register problems. This
16121 test uses lots of local variables, at least as many local
16122 variables as main has allocated so far including compiler
16123 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
16124 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
16125 reuse the register of parent for one of the local variables,
16126 since it will think that parent can't possibly be used any more
16127 in this routine. Assigning to the local variable will thus
16128 munge parent in the parent process. */
16129 pid_t
16130 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
16131 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
16132 /* Convince the compiler that p..p7 are live; otherwise, it might
16133 use the same hardware register for all 8 local variables. */
16134 if (p != p1 || p != p2 || p != p3 || p != p4
16135 || p != p5 || p != p6 || p != p7)
16136 _exit(1);
16138 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
16139 from child file descriptors. If the child closes a descriptor
16140 before it execs or exits, this munges the parent's descriptor
16141 as well. Test for this by closing stdout in the child. */
16142 _exit(close(fileno(stdout)) != 0);
16143 } else {
16144 int status;
16145 struct stat st;
16147 while (wait(&status) != child)
16149 return (
16150 /* Was there some problem with vforking? */
16151 child < 0
16153 /* Did the child fail? (This shouldn't happen.) */
16154 || status
16156 /* Did the vfork/compiler bug occur? */
16157 || parent != getpid()
16159 /* Did the file descriptor bug occur? */
16160 || fstat(fileno(stdout), &st) != 0
16164 _ACEOF
16165 if ac_fn_c_try_run "$LINENO"; then :
16166 ac_cv_func_vfork_works=yes
16167 else
16168 ac_cv_func_vfork_works=no
16170 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16171 conftest.$ac_objext conftest.beam conftest.$ac_ext
16175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
16176 $as_echo "$ac_cv_func_vfork_works" >&6; }
16179 if test "x$ac_cv_func_fork_works" = xcross; then
16180 ac_cv_func_vfork_works=$ac_cv_func_vfork
16181 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
16182 $as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
16185 if test "x$ac_cv_func_vfork_works" = xyes; then
16187 $as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
16189 else
16191 $as_echo "#define vfork fork" >>confdefs.h
16194 if test "x$ac_cv_func_fork_works" = xyes; then
16196 $as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
16201 for ac_func in snprintf
16202 do :
16203 ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf"
16204 if test "x$ac_cv_func_snprintf" = x""yes; then :
16205 cat >>confdefs.h <<_ACEOF
16206 #define HAVE_SNPRINTF 1
16207 _ACEOF
16210 done
16213 XGSELOBJ=
16214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GLib is linked in" >&5
16215 $as_echo_n "checking whether GLib is linked in... " >&6; }
16216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16217 /* end confdefs.h. */
16218 #include <glib.h>
16221 main ()
16223 g_print ("Hello world");
16225 return 0;
16227 _ACEOF
16228 if ac_fn_c_try_link "$LINENO"; then :
16229 links_glib=yes
16230 else
16231 links_glib=no
16233 rm -f core conftest.err conftest.$ac_objext \
16234 conftest$ac_exeext conftest.$ac_ext
16235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $links_glib" >&5
16236 $as_echo "$links_glib" >&6; }
16237 if test "${links_glib}" = "yes"; then
16239 $as_echo "#define HAVE_GLIB 1" >>confdefs.h
16241 if test "$HAVE_NS" = no;then
16242 XGSELOBJ=xgselect.o
16247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
16248 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
16249 if test "${emacs_cv_langinfo_codeset+set}" = set; then :
16250 $as_echo_n "(cached) " >&6
16251 else
16252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16253 /* end confdefs.h. */
16254 #include <langinfo.h>
16256 main ()
16258 char* cs = nl_langinfo(CODESET);
16260 return 0;
16262 _ACEOF
16263 if ac_fn_c_try_link "$LINENO"; then :
16264 emacs_cv_langinfo_codeset=yes
16265 else
16266 emacs_cv_langinfo_codeset=no
16268 rm -f core conftest.err conftest.$ac_objext \
16269 conftest$ac_exeext conftest.$ac_ext
16272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_langinfo_codeset" >&5
16273 $as_echo "$emacs_cv_langinfo_codeset" >&6; }
16274 if test $emacs_cv_langinfo_codeset = yes; then
16276 $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
16280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
16281 $as_echo_n "checking for mbstate_t... " >&6; }
16282 if test "${ac_cv_type_mbstate_t+set}" = set; then :
16283 $as_echo_n "(cached) " >&6
16284 else
16285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16286 /* end confdefs.h. */
16287 $ac_includes_default
16288 # include <wchar.h>
16290 main ()
16292 mbstate_t x; return sizeof x;
16294 return 0;
16296 _ACEOF
16297 if ac_fn_c_try_compile "$LINENO"; then :
16298 ac_cv_type_mbstate_t=yes
16299 else
16300 ac_cv_type_mbstate_t=no
16302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_mbstate_t" >&5
16305 $as_echo "$ac_cv_type_mbstate_t" >&6; }
16306 if test $ac_cv_type_mbstate_t = yes; then
16308 $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
16310 else
16312 $as_echo "#define mbstate_t int" >>confdefs.h
16316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5
16317 $as_echo_n "checking for C restricted array declarations... " >&6; }
16318 if test "${emacs_cv_c_restrict_arr+set}" = set; then :
16319 $as_echo_n "(cached) " >&6
16320 else
16321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16322 /* end confdefs.h. */
16323 void fred (int x[__restrict]);
16325 main ()
16329 return 0;
16331 _ACEOF
16332 if ac_fn_c_try_compile "$LINENO"; then :
16333 emacs_cv_c_restrict_arr=yes
16334 else
16335 emacs_cv_c_restrict_arr=no
16337 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_c_restrict_arr" >&5
16340 $as_echo "$emacs_cv_c_restrict_arr" >&6; }
16341 if test "$emacs_cv_c_restrict_arr" = yes; then
16343 $as_echo "#define __restrict_arr __restrict" >>confdefs.h
16348 if test "${opsys}" != "mingw32"; then
16350 $as_echo "#define AMPERSAND_FULL_NAME 1" >>confdefs.h
16355 $as_echo "#define CLASH_DETECTION 1" >>confdefs.h
16358 ## Note: PTYs are broken on darwin <6. Use at your own risk.
16359 if test "${opsys}" != "mingw32"; then
16361 $as_echo "#define HAVE_PTYS 1" >>confdefs.h
16366 $as_echo "#define HAVE_SOCKETS 1" >>confdefs.h
16372 if test "${opsys}" = "mingw32"; then
16373 $as_echo "#define NULL_DEVICE \"NUL:\"" >>confdefs.h
16375 else
16376 $as_echo "#define NULL_DEVICE \"/dev/null\"" >>confdefs.h
16381 if test "${opsys}" = "mingw32"; then
16382 $as_echo "#define SEPCHAR ';'" >>confdefs.h
16384 else
16385 $as_echo "#define SEPCHAR ':'" >>confdefs.h
16390 $as_echo "#define subprocesses 1" >>confdefs.h
16394 $as_echo "#define USER_FULL_NAME pw->pw_gecos" >>confdefs.h
16399 $as_echo "#define DIRECTORY_SEP '/'" >>confdefs.h
16402 if test "${opsys}" = "mingw32"; then
16404 $as_echo "#define IS_DEVICE_SEP(_c_) ((_c_) == ':')" >>confdefs.h
16408 $as_echo "#define IS_DIRECTORY_SEP(_c_) ((_c_) == '/' || (_c_) == '\\\\')" >>confdefs.h
16412 $as_echo "#define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_) || IS_DEVICE_SEP(_c_))" >>confdefs.h
16414 else
16416 $as_echo "#define IS_DEVICE_SEP(_c_) 0" >>confdefs.h
16420 $as_echo "#define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)" >>confdefs.h
16424 $as_echo "#define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))" >>confdefs.h
16430 case $opsys in
16431 aix4-2)
16432 if test x$ac_cv_lib_Xmu_XmuConvertStandardSelection != xyes; then
16433 $as_echo "#define NO_EDITRES 1" >>confdefs.h
16438 hpux*)
16439 $as_echo "#define NO_EDITRES 1" >>confdefs.h
16442 esac
16445 case $opsys in
16446 irix6-5 | sol2* | unixware )
16448 $as_echo "#define NSIG_MINIMUM 32" >>confdefs.h
16451 esac
16453 emacs_broken_SIGIO=no
16455 case $opsys in
16456 hpux* | irix6-5 | openbsd | sol2* | unixware | gnu-kfreebsd )
16457 emacs_broken_SIGIO=yes
16460 aix4-2)
16462 $as_echo "#define BROKEN_GET_CURRENT_DIR_NAME 1" >>confdefs.h
16466 freebsd)
16468 $as_echo "#define BROKEN_PTY_READ_AFTER_EAGAIN 1" >>confdefs.h
16471 esac
16473 case $opsys in
16474 gnu-* | sol2-10 )
16476 $as_echo "#define HAVE_PROCFS 1" >>confdefs.h
16479 esac
16481 case $opsys in
16482 darwin | dragonfly | freebsd | netbsd | openbsd )
16484 $as_echo "#define DONT_REOPEN_PTY 1" >>confdefs.h
16487 esac
16489 case $opsys in
16490 netbsd | openbsd) sound_device="/dev/audio" ;;
16491 *) sound_device="/dev/dsp" ;;
16492 esac
16495 cat >>confdefs.h <<_ACEOF
16496 #define DEFAULT_SOUND_DEVICE "$sound_device"
16497 _ACEOF
16501 case $opsys in
16502 darwin | gnu-linux | gnu-kfreebsd )
16504 $as_echo "#define INTERRUPT_INPUT 1" >>confdefs.h
16507 esac
16510 case $opsys in
16511 cygwin|gnu|gnu-linux|gnu-kfreebsd|irix6-5|freebsd|netbsd|openbsd)
16513 $as_echo "#define NARROWPROTO 1" >>confdefs.h
16516 esac
16525 case $opsys in
16526 aix4-2 )
16527 $as_echo "#define PTY_ITERATION int c; for (c = 0; !c ; c++)" >>confdefs.h
16529 $as_echo "#define PTY_NAME_SPRINTF strcpy (pty_name, \"/dev/ptc\");" >>confdefs.h
16531 $as_echo "#define PTY_TTY_NAME_SPRINTF strcpy (pty_name, ttyname (fd));" >>confdefs.h
16535 cygwin )
16536 $as_echo "#define PTY_ITERATION int i; for (i = 0; i < 1; i++)" >>confdefs.h
16538 $as_echo "#define PTY_OPEN do { int dummy; sigset_t blocked, procmask; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, &procmask); if (-1 == openpty (&fd, &dummy, pty_name, 0, 0)) fd = -1; pthread_sigmask (SIG_SETMASK, &procmask, 0); if (fd >= 0) emacs_close (dummy); } while (0)" >>confdefs.h
16540 $as_echo "#define PTY_NAME_SPRINTF /**/" >>confdefs.h
16542 $as_echo "#define PTY_TTY_NAME_SPRINTF /**/" >>confdefs.h
16546 darwin )
16547 $as_echo "#define PTY_ITERATION int i; for (i = 0; i < 1; i++)" >>confdefs.h
16549 $as_echo "#define FIRST_PTY_LETTER 'p'" >>confdefs.h
16551 $as_echo "#define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)" >>confdefs.h
16553 $as_echo "#define PTY_NAME_SPRINTF /**/" >>confdefs.h
16555 $as_echo "#define PTY_TTY_NAME_SPRINTF /**/" >>confdefs.h
16559 gnu | openbsd )
16560 $as_echo "#define FIRST_PTY_LETTER 'p'" >>confdefs.h
16564 gnu-linux | gnu-kfreebsd | dragonfly | freebsd | netbsd )
16565 if test "x$ac_cv_func_grantpt" = xyes; then
16567 $as_echo "#define UNIX98_PTYS 1" >>confdefs.h
16569 $as_echo "#define PTY_ITERATION int i; for (i = 0; i < 1; i++)" >>confdefs.h
16571 $as_echo "#define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, \"%s\", ptyname); }" >>confdefs.h
16573 if test "x$ac_cv_func_posix_openpt" = xyes; then
16574 $as_echo "#define PTY_OPEN fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY)" >>confdefs.h
16576 $as_echo "#define PTY_NAME_SPRINTF /**/" >>confdefs.h
16578 elif test "x$ac_cv_func_getpt" = xyes; then
16579 $as_echo "#define PTY_OPEN fd = getpt ()" >>confdefs.h
16581 $as_echo "#define PTY_NAME_SPRINTF /**/" >>confdefs.h
16583 else
16584 $as_echo "#define PTY_NAME_SPRINTF strcpy (pty_name, \"/dev/ptmx\");" >>confdefs.h
16587 else
16588 $as_echo "#define FIRST_PTY_LETTER 'p'" >>confdefs.h
16593 hpux*)
16594 $as_echo "#define FIRST_PTY_LETTER 'p'" >>confdefs.h
16596 $as_echo "#define PTY_NAME_SPRINTF sprintf (pty_name, \"/dev/ptym/pty%c%x\", c, i);" >>confdefs.h
16598 $as_echo "#define PTY_TTY_NAME_SPRINTF sprintf (pty_name, \"/dev/pty/tty%c%x\", c, i);" >>confdefs.h
16602 irix6-5 )
16603 $as_echo "#define PTY_ITERATION /**/" >>confdefs.h
16605 $as_echo "#define FIRST_PTY_LETTER 'q'" >>confdefs.h
16607 $as_echo "#define PTY_OPEN { struct sigaction ocstat, cstat; struct stat stb; char * name; sigemptyset(&cstat.sa_mask); cstat.sa_handler = SIG_DFL; cstat.sa_flags = 0; sigaction(SIGCHLD, &cstat, &ocstat); name = _getpty (&fd, O_RDWR | O_NDELAY, 0600, 0); sigaction(SIGCHLD, &ocstat, (struct sigaction *)0); if (name == 0) return -1; if (fd < 0) return -1; if (fstat (fd, &stb) < 0) return -1; strcpy (pty_name, name); }" >>confdefs.h
16609 $as_echo "#define PTY_NAME_SPRINTF /**/" >>confdefs.h
16611 $as_echo "#define PTY_TTY_NAME_SPRINTF /**/" >>confdefs.h
16615 sol2* )
16616 $as_echo "#define PTY_TTY_NAME_SPRINTF { char *ptsname (int), *ptyname; int grantpt_result; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); grantpt_result = grantpt (fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (grantpt_result == -1 || unlockpt (fd) == -1 || !(ptyname = ptsname (fd))) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, \"%s\", ptyname); }" >>confdefs.h
16620 unixware )
16621 $as_echo "#define PTY_TTY_NAME_SPRINTF { char *ptsname (int), *ptyname; int grantpt_result; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); grantpt_result = grantpt (fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (grantpt_result == -1) fatal(\"could not grant slave pty\"); if (unlockpt(fd) == -1) fatal(\"could not unlock slave pty\"); if (!(ptyname = ptsname(fd))) fatal (\"could not enable slave pty\"); snprintf (pty_name, PTY_NAME_SIZE, \"%s\", ptyname); }" >>confdefs.h
16624 esac
16627 case $opsys in
16628 sol2* | unixware )
16629 $as_echo "#define FIRST_PTY_LETTER 'z'" >>confdefs.h
16631 $as_echo "#define PTY_NAME_SPRINTF strcpy (pty_name, \"/dev/ptmx\");" >>confdefs.h
16634 $as_echo "#define SETUP_SLAVE_PTY if (ioctl (xforkin, I_PUSH, \"ptem\") == -1) fatal (\"ioctl I_PUSH ptem\"); if (ioctl (xforkin, I_PUSH, \"ldterm\") == -1) fatal (\"ioctl I_PUSH ldterm\"); if (ioctl (xforkin, I_PUSH, \"ttcompat\") == -1) fatal (\"ioctl I_PUSH ttcompat\");" >>confdefs.h
16637 esac
16642 case $opsys in
16643 aix4-2 | cygwin | gnu | irix6-5 | dragonfly | freebsd | netbsd | openbsd | darwin )
16644 $as_echo "#define SIGNALS_VIA_CHARACTERS 1" >>confdefs.h
16648 gnu-linux | gnu-kfreebsd )
16650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for signals via characters" >&5
16651 $as_echo_n "checking for signals via characters... " >&6; }
16652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16653 /* end confdefs.h. */
16655 #include <linux/version.h>
16656 #if LINUX_VERSION_CODE < 0x20400
16657 # error "Linux version too old"
16658 #endif
16661 main ()
16665 return 0;
16667 _ACEOF
16668 if ac_fn_c_try_cpp "$LINENO"; then :
16669 emacs_signals_via_chars=yes
16670 else
16671 emacs_signals_via_chars=no
16673 rm -f conftest.err conftest.$ac_ext
16675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_signals_via_chars" >&5
16676 $as_echo "$emacs_signals_via_chars" >&6; }
16677 test $emacs_signals_via_chars = yes && $as_echo "#define SIGNALS_VIA_CHARACTERS 1" >>confdefs.h
16680 esac
16685 case $opsys in
16686 aix*)
16687 $as_echo "#define DATA_SEG_BITS 0x20000000" >>confdefs.h
16690 hpux*)
16691 $as_echo "#define DATA_SEG_BITS 0x40000000" >>confdefs.h
16694 irix6-5)
16695 $as_echo "#define DATA_SEG_BITS 0x10000000" >>confdefs.h
16698 esac
16703 case $opsys in
16704 darwin) $as_echo "#define TAB3 OXTABS" >>confdefs.h
16707 gnu | dragonfly | freebsd | netbsd | openbsd )
16709 $as_echo "#define TABDLY OXTABS" >>confdefs.h
16711 $as_echo "#define TAB3 OXTABS" >>confdefs.h
16715 gnu-linux | gnu-kfreebsd )
16716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16717 /* end confdefs.h. */
16719 #ifndef __ia64__
16720 # error "not ia64"
16721 #endif
16724 main ()
16728 return 0;
16730 _ACEOF
16731 if ac_fn_c_try_cpp "$LINENO"; then :
16733 $as_echo "#define GC_MARK_SECONDARY_STACK() do { extern void *__libc_ia64_register_backing_store_base; __builtin_ia64_flushrs (); mark_memory (__libc_ia64_register_backing_store_base, __builtin_ia64_bsp ());} while (0)" >>confdefs.h
16736 rm -f conftest.err conftest.$ac_ext
16739 hpux*)
16741 $as_echo "#define RUN_TIME_REMAP 1" >>confdefs.h
16744 esac
16750 case $opsys in
16751 gnu-linux | gnu-kfreebsd )
16752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16753 /* end confdefs.h. */
16755 #if defined __i386__ || defined __sparc__ || defined __mc68000__ \
16756 || defined __alpha__ || defined __mips__ || defined __s390__ \
16757 || defined __arm__ || defined __powerpc__ || defined __amd64__ \
16758 || defined __ia64__ || defined __sh__
16759 /* ok */
16760 #else
16761 # error "setjmp not known to work on this arch"
16762 #endif
16765 main ()
16769 return 0;
16771 _ACEOF
16772 if ac_fn_c_try_cpp "$LINENO"; then :
16773 $as_echo "#define GC_SETJMP_WORKS 1" >>confdefs.h
16776 rm -f conftest.err conftest.$ac_ext
16778 esac
16781 if test x$GCC = xyes; then
16782 $as_echo "#define GC_SETJMP_WORKS 1" >>confdefs.h
16784 else
16785 case $opsys in
16786 dragonfly | freebsd | netbsd | openbsd | irix6-5 | sol2* )
16787 $as_echo "#define GC_SETJMP_WORKS 1" >>confdefs.h
16790 esac
16792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _setjmp" >&5
16793 $as_echo_n "checking for _setjmp... " >&6; }
16794 if test "${emacs_cv_func__setjmp+set}" = set; then :
16795 $as_echo_n "(cached) " >&6
16796 else
16797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16798 /* end confdefs.h. */
16799 #include <setjmp.h>
16800 #ifdef __MINGW32__
16801 # define _longjmp longjmp
16802 #endif
16805 main ()
16807 jmp_buf j;
16808 if (! _setjmp (j))
16809 _longjmp (j, 1);
16811 return 0;
16813 _ACEOF
16814 if ac_fn_c_try_link "$LINENO"; then :
16815 emacs_cv_func__setjmp=yes
16816 else
16817 emacs_cv_func__setjmp=no
16819 rm -f core conftest.err conftest.$ac_objext \
16820 conftest$ac_exeext conftest.$ac_ext
16822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_func__setjmp" >&5
16823 $as_echo "$emacs_cv_func__setjmp" >&6; }
16824 if test $emacs_cv_func__setjmp = yes; then
16826 $as_echo "#define HAVE__SETJMP 1" >>confdefs.h
16828 else
16829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
16830 $as_echo_n "checking for sigsetjmp... " >&6; }
16831 if test "${emacs_cv_func_sigsetjmp+set}" = set; then :
16832 $as_echo_n "(cached) " >&6
16833 else
16834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16835 /* end confdefs.h. */
16836 #include <setjmp.h>
16839 main ()
16841 sigjmp_buf j;
16842 if (! sigsetjmp (j, 1))
16843 siglongjmp (j, 1);
16845 return 0;
16847 _ACEOF
16848 if ac_fn_c_try_link "$LINENO"; then :
16849 emacs_cv_func_sigsetjmp=yes
16850 else
16851 emacs_cv_func_sigsetjmp=no
16853 rm -f core conftest.err conftest.$ac_objext \
16854 conftest$ac_exeext conftest.$ac_ext
16856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_func_sigsetjmp" >&5
16857 $as_echo "$emacs_cv_func_sigsetjmp" >&6; }
16858 if test $emacs_cv_func_sigsetjmp = yes; then
16860 $as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
16865 case $opsys in
16866 sol2* | unixware )
16868 $as_echo "#define TIOCSIGSEND TIOCSIGNAL" >>confdefs.h
16871 esac
16874 case $opsys in
16875 hpux* | sol2* )
16877 $as_echo "#define XOS_NEEDS_TIME_H 1" >>confdefs.h
16880 esac
16888 case $opsys in
16889 aix4-2)
16890 $as_echo "#define USG /**/" >>confdefs.h
16892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16893 /* end confdefs.h. */
16895 #ifndef _AIX
16896 # error "_AIX not defined"
16897 #endif
16900 main ()
16904 return 0;
16906 _ACEOF
16907 if ac_fn_c_try_cpp "$LINENO"; then :
16909 else
16911 $as_echo "#define _AIX /**/" >>confdefs.h
16914 rm -f conftest.err conftest.$ac_ext
16917 cygwin)
16919 $as_echo "#define CYGWIN 1" >>confdefs.h
16923 darwin)
16925 $as_echo "#define DARWIN_OS /**/" >>confdefs.h
16929 gnu-linux | gnu-kfreebsd )
16930 $as_echo "#define USG /**/" >>confdefs.h
16933 $as_echo "#define GNU_LINUX /**/" >>confdefs.h
16937 hpux*)
16938 $as_echo "#define USG /**/" >>confdefs.h
16941 $as_echo "#define HPUX /**/" >>confdefs.h
16945 irix6-5)
16946 $as_echo "#define USG /**/" >>confdefs.h
16948 $as_echo "#define USG5_4 /**/" >>confdefs.h
16951 $as_echo "#define IRIX6_5 /**/" >>confdefs.h
16955 mingw32)
16956 $as_echo "#define DOS_NT /**/" >>confdefs.h
16959 $as_echo "#define WINDOWSNT 1" >>confdefs.h
16961 if test "x$ac_enable_checking" != "x" ; then
16963 $as_echo "#define EMACSDEBUG 1" >>confdefs.h
16968 sol2*)
16969 $as_echo "#define USG /**/" >>confdefs.h
16971 $as_echo "#define USG5_4 /**/" >>confdefs.h
16974 $as_echo "#define SOLARIS2 /**/" >>confdefs.h
16978 unixware)
16979 $as_echo "#define USG /**/" >>confdefs.h
16981 $as_echo "#define USG5_4 /**/" >>confdefs.h
16984 esac
16986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable FIONREAD" >&5
16987 $as_echo_n "checking for usable FIONREAD... " >&6; }
16988 if test "${emacs_cv_usable_FIONREAD+set}" = set; then :
16989 $as_echo_n "(cached) " >&6
16990 else
16991 case $opsys in
16992 aix4-2)
16993 emacs_cv_usable_FIONREAD=no
16996 mingw32)
16997 emacs_cv_usable_FIONREAD=yes
17001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17002 /* end confdefs.h. */
17003 #include <sys/types.h>
17004 #include <sys/ioctl.h>
17005 #ifdef USG5_4
17006 # include <sys/filio.h>
17007 #endif
17010 main ()
17012 int foo = ioctl (0, FIONREAD, &foo);
17014 return 0;
17016 _ACEOF
17017 if ac_fn_c_try_compile "$LINENO"; then :
17018 emacs_cv_usable_FIONREAD=yes
17019 else
17020 emacs_cv_usable_FIONREAD=no
17022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17024 esac
17026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_usable_FIONREAD" >&5
17027 $as_echo "$emacs_cv_usable_FIONREAD" >&6; }
17028 if test $emacs_cv_usable_FIONREAD = yes; then
17030 $as_echo "#define USABLE_FIONREAD 1" >>confdefs.h
17033 if test $emacs_broken_SIGIO = no; then
17034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable SIGIO" >&5
17035 $as_echo_n "checking for usable SIGIO... " >&6; }
17036 if test "${emacs_cv_usable_SIGIO+set}" = set; then :
17037 $as_echo_n "(cached) " >&6
17038 else
17039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17040 /* end confdefs.h. */
17041 #include <fcntl.h>
17042 #include <signal.h>
17045 main ()
17047 int foo = SIGIO | F_SETFL | FASYNC;
17049 return 0;
17051 _ACEOF
17052 if ac_fn_c_try_compile "$LINENO"; then :
17053 emacs_cv_usable_SIGIO=yes
17054 else
17055 emacs_cv_usable_SIGIO=no
17057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_usable_SIGIO" >&5
17060 $as_echo "$emacs_cv_usable_SIGIO" >&6; }
17061 if test $emacs_cv_usable_SIGIO = yes; then
17063 $as_echo "#define USABLE_SIGIO 1" >>confdefs.h
17070 case $opsys in
17071 cygwin)
17073 $as_echo "#define G_SLICE_ALWAYS_MALLOC 1" >>confdefs.h
17077 hpux11)
17079 $as_echo "#define USG_SUBTTY_WORKS 1" >>confdefs.h
17083 irix6-5)
17085 $as_echo "#define PREFER_VSUSP 1" >>confdefs.h
17089 sol2-10)
17091 $as_echo "#define _STRUCTURED_PROC 1" >>confdefs.h
17094 esac
17096 # Set up the CFLAGS for real compilation, so we can substitute it.
17097 CFLAGS="$REAL_CFLAGS"
17098 CPPFLAGS="$REAL_CPPFLAGS"
17100 ## Hack to detect a buggy GCC version.
17101 if test "x$GCC" = xyes \
17102 && test x"`$CC --version 2> /dev/null | grep 'gcc.* 4.5.0'`" != x \
17103 && test x"`echo $CFLAGS | grep '\-O[23]'`" != x \
17104 && test x"`echo $CFLAGS | grep '\-fno-optimize-sibling-calls'`" = x; then
17105 as_fn_error "GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'." "$LINENO" 5
17108 version=$PACKAGE_VERSION
17110 copyright="Copyright (C) 2013 Free Software Foundation, Inc."
17112 cat >>confdefs.h <<_ACEOF
17113 #define COPYRIGHT "$copyright"
17114 _ACEOF
17118 ### Specify what sort of things we'll be editing into Makefile and config.h.
17119 ### Use configuration here uncanonicalized to avoid exceeding size limits.
17122 ## Unused?
17145 ## FIXME? Nothing uses @LD_SWITCH_X_SITE@.
17146 ## src/Makefile.in did add LD_SWITCH_X_SITE (as a cpp define) to the
17147 ## end of LIBX_BASE, but nothing ever set it.
17152 ## Used in lwlib/Makefile.in.
17161 if test -n "${term_header}"; then
17163 cat >>confdefs.h <<_ACEOF
17164 #define TERM_HEADER "${term_header}"
17165 _ACEOF
17170 cat >>confdefs.h <<_ACEOF
17171 #define EMACS_CONFIGURATION "${canonical}"
17172 _ACEOF
17174 emacs_config_options=`echo "$emacs_config_options " | sed -e 's/--no-create //' -e 's/--no-recursion //' -e 's/ *$//' -e "s/\"/'/g"`
17176 cat >>confdefs.h <<_ACEOF
17177 #define EMACS_CONFIG_OPTIONS "${emacs_config_options}"
17178 _ACEOF
17182 case $opsys in
17183 mingw32)
17184 $as_echo "#define config_opsysfile <ms-w32.h>" >>confdefs.h
17187 esac
17189 XMENU_OBJ=
17190 XOBJ=
17191 FONT_OBJ=
17192 if test "${HAVE_X_WINDOWS}" = "yes" ; then
17194 $as_echo "#define HAVE_X_WINDOWS 1" >>confdefs.h
17196 XMENU_OBJ=xmenu.o
17197 XOBJ="xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o"
17198 FONT_OBJ=xfont.o
17199 if test "$HAVE_XFT" = "yes"; then
17200 FONT_OBJ="$FONT_OBJ ftfont.o xftfont.o ftxfont.o"
17201 elif test "$HAVE_FREETYPE" = "yes"; then
17202 FONT_OBJ="$FONT_OBJ ftfont.o ftxfont.o"
17210 WIDGET_OBJ=
17211 MOTIF_LIBW=
17212 if test "${USE_X_TOOLKIT}" != "none" ; then
17213 WIDGET_OBJ=widget.o
17215 $as_echo "#define USE_X_TOOLKIT 1" >>confdefs.h
17217 if test "${USE_X_TOOLKIT}" = "LUCID"; then
17219 $as_echo "#define USE_LUCID 1" >>confdefs.h
17221 elif test "${USE_X_TOOLKIT}" = "MOTIF"; then
17223 $as_echo "#define USE_MOTIF 1" >>confdefs.h
17225 MOTIF_LIBW=-lXm
17226 case "$opsys" in
17227 gnu-linux)
17228 ## Paul Abrahams <abrahams at equinox.shaysnet.com> says this is needed.
17229 MOTIF_LIBW="$MOTIF_LIBW -lXpm"
17232 unixware)
17233 ## Richard Anthony Ryan <ryanr at ellingtn.ftc.nrcs.usda.gov>
17234 ## says -lXimp is needed in UNIX_SV ... 4.2 1.1.2.
17235 MOTIF_LIBW="MOTIF_LIBW -lXimp"
17238 aix4-2)
17239 ## olson@mcs.anl.gov says -li18n is needed by -lXm.
17240 MOTIF_LIBW="$MOTIF_LIBW -li18n"
17242 esac
17243 MOTIF_LIBW="$MOTIF_LIBW $LIBXP"
17248 TOOLKIT_LIBW=
17249 case "$USE_X_TOOLKIT" in
17250 MOTIF) TOOLKIT_LIBW="$MOTIF_LIBW" ;;
17251 LUCID) TOOLKIT_LIBW="$LUCID_LIBW" ;;
17252 none) test "x$HAVE_GTK" = "xyes" && TOOLKIT_LIBW="$GTK_LIBS" ;;
17253 esac
17256 if test "${opsys}" != "mingw32"; then
17257 if test "$USE_X_TOOLKIT" = "none"; then
17258 LIBXT_OTHER="\$(LIBXSM)"
17259 OLDXMENU_TARGET="really-oldXMenu"
17260 else
17261 LIBXT_OTHER="\$(LIBXMU) -lXt \$(LIBXTR6) -lXext"
17262 OLDXMENU_TARGET="really-lwlib"
17267 ## The X Menu stuff is present in the X10 distribution, but missing
17268 ## from X11. If we have X10, just use the installed library;
17269 ## otherwise, use our own copy.
17270 if test "${HAVE_X11}" = "yes" ; then
17272 $as_echo "#define HAVE_X11 1" >>confdefs.h
17275 if test "$USE_X_TOOLKIT" = "none"; then
17276 OLDXMENU="\${oldXMenudir}/libXMenu11.a"
17277 else
17278 OLDXMENU="\${lwlibdir}/liblw.a"
17280 LIBXMENU="\$(OLDXMENU)"
17281 LIBX_OTHER="\$(LIBXT) \$(LIBX_EXTRA)"
17282 OLDXMENU_DEPS="\${OLDXMENU} ../src/\${OLDXMENU}"
17283 else
17284 ## For a syntactically valid Makefile; not actually used for anything.
17285 ## See comments in src/Makefile.in.
17286 OLDXMENU=nothing
17287 ## FIXME This case (!HAVE_X11 && HAVE_X_WINDOWS) is no longer possible(?).
17288 if test "${HAVE_X_WINDOWS}" = "yes"; then
17289 LIBXMENU="-lXMenu"
17290 else
17291 LIBXMENU=
17293 LIBX_OTHER=
17294 OLDXMENU_DEPS=
17297 if test "$HAVE_GTK" = "yes" || test "$HAVE_MENUS" != "yes"; then
17298 OLDXMENU_TARGET=
17299 OLDXMENU=nothing
17300 LIBXMENU=
17301 OLDXMENU_DEPS=
17310 if test "${HAVE_MENUS}" = "yes" ; then
17312 $as_echo "#define HAVE_MENUS 1" >>confdefs.h
17316 if test "${GNU_MALLOC}" = "yes" ; then
17318 $as_echo "#define GNU_MALLOC 1" >>confdefs.h
17322 RALLOC_OBJ=
17323 if test "${REL_ALLOC}" = "yes" ; then
17325 $as_echo "#define REL_ALLOC 1" >>confdefs.h
17328 test "$system_malloc" != "yes" && RALLOC_OBJ=ralloc.o
17332 if test "$opsys" = "cygwin"; then
17333 CYGWIN_OBJ="sheap.o cygw32.o"
17334 ## Cygwin differs because of its unexec().
17335 PRE_ALLOC_OBJ=
17336 POST_ALLOC_OBJ=lastfile.o
17337 elif test "$opsys" = "mingw32"; then
17338 CYGWIN_OBJ=
17339 PRE_ALLOC_OBJ=
17340 POST_ALLOC_OBJ=lastfile.o
17341 else
17342 CYGWIN_OBJ=
17343 PRE_ALLOC_OBJ=lastfile.o
17344 POST_ALLOC_OBJ=
17350 # Configure gnulib. Although this does not affect CFLAGS or LIBS permanently.
17351 # it temporarily reverts them to their pre-pkg-config values,
17352 # because gnulib needs to work with both src (which uses the
17353 # pkg-config stuff) and lib-src (which does not). For example, gnulib
17354 # may need to determine whether LIB_CLOCK_GETTIME should contain -lrt,
17355 # and it therefore needs to run in an environment where LIBS does not
17356 # already contain -lrt merely because 'pkg-config --libs' printed '-lrt'
17357 # for some package unrelated to lib-src.
17358 SAVE_CFLAGS=$CFLAGS
17359 SAVE_LIBS=$LIBS
17360 CFLAGS=$pre_PKG_CONFIG_CFLAGS
17361 LIBS="$LIB_PTHREAD $pre_PKG_CONFIG_LIBS"
17373 LIBC_FATAL_STDERR_=1
17374 export LIBC_FATAL_STDERR_
17376 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
17377 # for constant arguments. Useless!
17378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
17379 $as_echo_n "checking for working alloca.h... " >&6; }
17380 if test "${ac_cv_working_alloca_h+set}" = set; then :
17381 $as_echo_n "(cached) " >&6
17382 else
17383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17384 /* end confdefs.h. */
17385 #include <alloca.h>
17387 main ()
17389 char *p = (char *) alloca (2 * sizeof (int));
17390 if (p) return 0;
17392 return 0;
17394 _ACEOF
17395 if ac_fn_c_try_link "$LINENO"; then :
17396 ac_cv_working_alloca_h=yes
17397 else
17398 ac_cv_working_alloca_h=no
17400 rm -f core conftest.err conftest.$ac_objext \
17401 conftest$ac_exeext conftest.$ac_ext
17403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
17404 $as_echo "$ac_cv_working_alloca_h" >&6; }
17405 if test $ac_cv_working_alloca_h = yes; then
17407 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
17411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
17412 $as_echo_n "checking for alloca... " >&6; }
17413 if test "${ac_cv_func_alloca_works+set}" = set; then :
17414 $as_echo_n "(cached) " >&6
17415 else
17416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17417 /* end confdefs.h. */
17418 #ifdef __GNUC__
17419 # define alloca __builtin_alloca
17420 #else
17421 # ifdef _MSC_VER
17422 # include <malloc.h>
17423 # define alloca _alloca
17424 # else
17425 # ifdef HAVE_ALLOCA_H
17426 # include <alloca.h>
17427 # else
17428 # ifdef _AIX
17429 #pragma alloca
17430 # else
17431 # ifndef alloca /* predefined by HP cc +Olibcalls */
17432 char *alloca ();
17433 # endif
17434 # endif
17435 # endif
17436 # endif
17437 #endif
17440 main ()
17442 char *p = (char *) alloca (1);
17443 if (p) return 0;
17445 return 0;
17447 _ACEOF
17448 if ac_fn_c_try_link "$LINENO"; then :
17449 ac_cv_func_alloca_works=yes
17450 else
17451 ac_cv_func_alloca_works=no
17453 rm -f core conftest.err conftest.$ac_objext \
17454 conftest$ac_exeext conftest.$ac_ext
17456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
17457 $as_echo "$ac_cv_func_alloca_works" >&6; }
17459 if test $ac_cv_func_alloca_works = yes; then
17461 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
17463 else
17464 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
17465 # that cause trouble. Some versions do not even contain alloca or
17466 # contain a buggy version. If you still want to use their alloca,
17467 # use ar to extract alloca.o from them instead of compiling alloca.c.
17473 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
17475 $as_echo "#define C_ALLOCA 1" >>confdefs.h
17478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 'alloca.c' needs Cray hooks" >&5
17479 $as_echo_n "checking whether 'alloca.c' needs Cray hooks... " >&6; }
17480 if test "${ac_cv_os_cray+set}" = set; then :
17481 $as_echo_n "(cached) " >&6
17482 else
17483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17484 /* end confdefs.h. */
17485 #if defined CRAY && ! defined CRAY2
17486 webecray
17487 #else
17488 wenotbecray
17489 #endif
17491 _ACEOF
17492 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17493 $EGREP "webecray" >/dev/null 2>&1; then :
17494 ac_cv_os_cray=yes
17495 else
17496 ac_cv_os_cray=no
17498 rm -f conftest*
17501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
17502 $as_echo "$ac_cv_os_cray" >&6; }
17503 if test $ac_cv_os_cray = yes; then
17504 for ac_func in _getb67 GETB67 getb67; do
17505 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17506 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
17507 eval as_val=\$$as_ac_var
17508 if test "x$as_val" = x""yes; then :
17510 cat >>confdefs.h <<_ACEOF
17511 #define CRAY_STACKSEG_END $ac_func
17512 _ACEOF
17514 break
17517 done
17520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
17521 $as_echo_n "checking stack direction for C alloca... " >&6; }
17522 if test "${ac_cv_c_stack_direction+set}" = set; then :
17523 $as_echo_n "(cached) " >&6
17524 else
17525 if test "$cross_compiling" = yes; then :
17526 ac_cv_c_stack_direction=0
17527 else
17528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17529 /* end confdefs.h. */
17530 $ac_includes_default
17532 find_stack_direction (int *addr, int depth)
17534 int dir, dummy = 0;
17535 if (! addr)
17536 addr = &dummy;
17537 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
17538 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
17539 return dir + dummy;
17543 main (int argc, char **argv)
17545 return find_stack_direction (0, argc + !argv + 20) < 0;
17547 _ACEOF
17548 if ac_fn_c_try_run "$LINENO"; then :
17549 ac_cv_c_stack_direction=1
17550 else
17551 ac_cv_c_stack_direction=-1
17553 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
17554 conftest.$ac_objext conftest.beam conftest.$ac_ext
17558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
17559 $as_echo "$ac_cv_c_stack_direction" >&6; }
17560 cat >>confdefs.h <<_ACEOF
17561 #define STACK_DIRECTION $ac_cv_c_stack_direction
17562 _ACEOF
17570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
17571 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
17572 if test "${ac_cv_c_bigendian+set}" = set; then :
17573 $as_echo_n "(cached) " >&6
17574 else
17575 ac_cv_c_bigendian=unknown
17576 # See if we're dealing with a universal compiler.
17577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17578 /* end confdefs.h. */
17579 #ifndef __APPLE_CC__
17580 not a universal capable compiler
17581 #endif
17582 typedef int dummy;
17584 _ACEOF
17585 if ac_fn_c_try_compile "$LINENO"; then :
17587 # Check for potential -arch flags. It is not universal unless
17588 # there are at least two -arch flags with different values.
17589 ac_arch=
17590 ac_prev=
17591 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
17592 if test -n "$ac_prev"; then
17593 case $ac_word in
17594 i?86 | x86_64 | ppc | ppc64)
17595 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
17596 ac_arch=$ac_word
17597 else
17598 ac_cv_c_bigendian=universal
17599 break
17602 esac
17603 ac_prev=
17604 elif test "x$ac_word" = "x-arch"; then
17605 ac_prev=arch
17607 done
17609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17610 if test $ac_cv_c_bigendian = unknown; then
17611 # See if sys/param.h defines the BYTE_ORDER macro.
17612 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17613 /* end confdefs.h. */
17614 #include <sys/types.h>
17615 #include <sys/param.h>
17618 main ()
17620 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
17621 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
17622 && LITTLE_ENDIAN)
17623 bogus endian macros
17624 #endif
17627 return 0;
17629 _ACEOF
17630 if ac_fn_c_try_compile "$LINENO"; then :
17631 # It does; now see whether it defined to BIG_ENDIAN or not.
17632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17633 /* end confdefs.h. */
17634 #include <sys/types.h>
17635 #include <sys/param.h>
17638 main ()
17640 #if BYTE_ORDER != BIG_ENDIAN
17641 not big endian
17642 #endif
17645 return 0;
17647 _ACEOF
17648 if ac_fn_c_try_compile "$LINENO"; then :
17649 ac_cv_c_bigendian=yes
17650 else
17651 ac_cv_c_bigendian=no
17653 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17657 if test $ac_cv_c_bigendian = unknown; then
17658 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
17659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17660 /* end confdefs.h. */
17661 #include <limits.h>
17664 main ()
17666 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
17667 bogus endian macros
17668 #endif
17671 return 0;
17673 _ACEOF
17674 if ac_fn_c_try_compile "$LINENO"; then :
17675 # It does; now see whether it defined to _BIG_ENDIAN or not.
17676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17677 /* end confdefs.h. */
17678 #include <limits.h>
17681 main ()
17683 #ifndef _BIG_ENDIAN
17684 not big endian
17685 #endif
17688 return 0;
17690 _ACEOF
17691 if ac_fn_c_try_compile "$LINENO"; then :
17692 ac_cv_c_bigendian=yes
17693 else
17694 ac_cv_c_bigendian=no
17696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17700 if test $ac_cv_c_bigendian = unknown; then
17701 # Compile a test program.
17702 if test "$cross_compiling" = yes; then :
17703 # Try to guess by grepping values from an object file.
17704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17705 /* end confdefs.h. */
17706 short int ascii_mm[] =
17707 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
17708 short int ascii_ii[] =
17709 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
17710 int use_ascii (int i) {
17711 return ascii_mm[i] + ascii_ii[i];
17713 short int ebcdic_ii[] =
17714 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
17715 short int ebcdic_mm[] =
17716 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
17717 int use_ebcdic (int i) {
17718 return ebcdic_mm[i] + ebcdic_ii[i];
17720 extern int foo;
17723 main ()
17725 return use_ascii (foo) == use_ebcdic (foo);
17727 return 0;
17729 _ACEOF
17730 if ac_fn_c_try_compile "$LINENO"; then :
17731 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
17732 ac_cv_c_bigendian=yes
17734 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
17735 if test "$ac_cv_c_bigendian" = unknown; then
17736 ac_cv_c_bigendian=no
17737 else
17738 # finding both strings is unlikely to happen, but who knows?
17739 ac_cv_c_bigendian=unknown
17743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17744 else
17745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17746 /* end confdefs.h. */
17747 $ac_includes_default
17749 main ()
17752 /* Are we little or big endian? From Harbison&Steele. */
17753 union
17755 long int l;
17756 char c[sizeof (long int)];
17757 } u;
17758 u.l = 1;
17759 return u.c[sizeof (long int) - 1] == 1;
17762 return 0;
17764 _ACEOF
17765 if ac_fn_c_try_run "$LINENO"; then :
17766 ac_cv_c_bigendian=no
17767 else
17768 ac_cv_c_bigendian=yes
17770 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
17771 conftest.$ac_objext conftest.beam conftest.$ac_ext
17776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
17777 $as_echo "$ac_cv_c_bigendian" >&6; }
17778 case $ac_cv_c_bigendian in #(
17779 yes)
17780 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
17781 ;; #(
17783 ;; #(
17784 universal)
17786 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
17788 ;; #(
17790 as_fn_error "unknown endianness
17791 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
17792 esac
17796 GNULIB_CHDIR=0;
17797 GNULIB_CHOWN=0;
17798 GNULIB_CLOSE=0;
17799 GNULIB_DUP=0;
17800 GNULIB_DUP2=0;
17801 GNULIB_DUP3=0;
17802 GNULIB_ENVIRON=0;
17803 GNULIB_EUIDACCESS=0;
17804 GNULIB_FACCESSAT=0;
17805 GNULIB_FCHDIR=0;
17806 GNULIB_FCHOWNAT=0;
17807 GNULIB_FDATASYNC=0;
17808 GNULIB_FSYNC=0;
17809 GNULIB_FTRUNCATE=0;
17810 GNULIB_GETCWD=0;
17811 GNULIB_GETDOMAINNAME=0;
17812 GNULIB_GETDTABLESIZE=0;
17813 GNULIB_GETGROUPS=0;
17814 GNULIB_GETHOSTNAME=0;
17815 GNULIB_GETLOGIN=0;
17816 GNULIB_GETLOGIN_R=0;
17817 GNULIB_GETPAGESIZE=0;
17818 GNULIB_GETUSERSHELL=0;
17819 GNULIB_GROUP_MEMBER=0;
17820 GNULIB_ISATTY=0;
17821 GNULIB_LCHOWN=0;
17822 GNULIB_LINK=0;
17823 GNULIB_LINKAT=0;
17824 GNULIB_LSEEK=0;
17825 GNULIB_PIPE=0;
17826 GNULIB_PIPE2=0;
17827 GNULIB_PREAD=0;
17828 GNULIB_PWRITE=0;
17829 GNULIB_READ=0;
17830 GNULIB_READLINK=0;
17831 GNULIB_READLINKAT=0;
17832 GNULIB_RMDIR=0;
17833 GNULIB_SETHOSTNAME=0;
17834 GNULIB_SLEEP=0;
17835 GNULIB_SYMLINK=0;
17836 GNULIB_SYMLINKAT=0;
17837 GNULIB_TTYNAME_R=0;
17838 GNULIB_UNISTD_H_NONBLOCKING=0;
17839 GNULIB_UNISTD_H_SIGPIPE=0;
17840 GNULIB_UNLINK=0;
17841 GNULIB_UNLINKAT=0;
17842 GNULIB_USLEEP=0;
17843 GNULIB_WRITE=0;
17844 HAVE_CHOWN=1;
17845 HAVE_DUP2=1;
17846 HAVE_DUP3=1;
17847 HAVE_EUIDACCESS=1;
17848 HAVE_FACCESSAT=1;
17849 HAVE_FCHDIR=1;
17850 HAVE_FCHOWNAT=1;
17851 HAVE_FDATASYNC=1;
17852 HAVE_FSYNC=1;
17853 HAVE_FTRUNCATE=1;
17854 HAVE_GETDTABLESIZE=1;
17855 HAVE_GETGROUPS=1;
17856 HAVE_GETHOSTNAME=1;
17857 HAVE_GETLOGIN=1;
17858 HAVE_GETPAGESIZE=1;
17859 HAVE_GROUP_MEMBER=1;
17860 HAVE_LCHOWN=1;
17861 HAVE_LINK=1;
17862 HAVE_LINKAT=1;
17863 HAVE_PIPE=1;
17864 HAVE_PIPE2=1;
17865 HAVE_PREAD=1;
17866 HAVE_PWRITE=1;
17867 HAVE_READLINK=1;
17868 HAVE_READLINKAT=1;
17869 HAVE_SETHOSTNAME=1;
17870 HAVE_SLEEP=1;
17871 HAVE_SYMLINK=1;
17872 HAVE_SYMLINKAT=1;
17873 HAVE_UNLINKAT=1;
17874 HAVE_USLEEP=1;
17875 HAVE_DECL_ENVIRON=1;
17876 HAVE_DECL_FCHDIR=1;
17877 HAVE_DECL_FDATASYNC=1;
17878 HAVE_DECL_GETDOMAINNAME=1;
17879 HAVE_DECL_GETLOGIN_R=1;
17880 HAVE_DECL_GETPAGESIZE=1;
17881 HAVE_DECL_GETUSERSHELL=1;
17882 HAVE_DECL_SETHOSTNAME=1;
17883 HAVE_DECL_TTYNAME_R=1;
17884 HAVE_OS_H=0;
17885 HAVE_SYS_PARAM_H=0;
17886 REPLACE_CHOWN=0;
17887 REPLACE_CLOSE=0;
17888 REPLACE_DUP=0;
17889 REPLACE_DUP2=0;
17890 REPLACE_FCHOWNAT=0;
17891 REPLACE_FTRUNCATE=0;
17892 REPLACE_GETCWD=0;
17893 REPLACE_GETDOMAINNAME=0;
17894 REPLACE_GETLOGIN_R=0;
17895 REPLACE_GETGROUPS=0;
17896 REPLACE_GETPAGESIZE=0;
17897 REPLACE_ISATTY=0;
17898 REPLACE_LCHOWN=0;
17899 REPLACE_LINK=0;
17900 REPLACE_LINKAT=0;
17901 REPLACE_LSEEK=0;
17902 REPLACE_PREAD=0;
17903 REPLACE_PWRITE=0;
17904 REPLACE_READ=0;
17905 REPLACE_READLINK=0;
17906 REPLACE_RMDIR=0;
17907 REPLACE_SLEEP=0;
17908 REPLACE_SYMLINK=0;
17909 REPLACE_TTYNAME_R=0;
17910 REPLACE_UNLINK=0;
17911 REPLACE_UNLINKAT=0;
17912 REPLACE_USLEEP=0;
17913 REPLACE_WRITE=0;
17914 UNISTD_H_HAVE_WINSOCK2_H=0;
17915 UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=0;
17919 GNULIB_OPENDIR=0;
17920 GNULIB_READDIR=0;
17921 GNULIB_REWINDDIR=0;
17922 GNULIB_CLOSEDIR=0;
17923 GNULIB_DIRFD=0;
17924 GNULIB_FDOPENDIR=0;
17925 GNULIB_SCANDIR=0;
17926 GNULIB_ALPHASORT=0;
17927 HAVE_OPENDIR=1;
17928 HAVE_READDIR=1;
17929 HAVE_REWINDDIR=1;
17930 HAVE_CLOSEDIR=1;
17931 HAVE_DECL_DIRFD=1;
17932 HAVE_DECL_FDOPENDIR=1;
17933 HAVE_FDOPENDIR=1;
17934 HAVE_SCANDIR=1;
17935 HAVE_ALPHASORT=1;
17936 REPLACE_OPENDIR=0;
17937 REPLACE_CLOSEDIR=0;
17938 REPLACE_DIRFD=0;
17939 REPLACE_FDOPENDIR=0;
17943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5
17944 $as_echo_n "checking whether the preprocessor supports include_next... " >&6; }
17945 if test "${gl_cv_have_include_next+set}" = set; then :
17946 $as_echo_n "(cached) " >&6
17947 else
17948 rm -rf conftestd1a conftestd1b conftestd2
17949 mkdir conftestd1a conftestd1b conftestd2
17950 cat <<EOF > conftestd1a/conftest.h
17951 #define DEFINED_IN_CONFTESTD1
17952 #include_next <conftest.h>
17953 #ifdef DEFINED_IN_CONFTESTD2
17954 int foo;
17955 #else
17956 #error "include_next doesn't work"
17957 #endif
17959 cat <<EOF > conftestd1b/conftest.h
17960 #define DEFINED_IN_CONFTESTD1
17961 #include <stdio.h>
17962 #include_next <conftest.h>
17963 #ifdef DEFINED_IN_CONFTESTD2
17964 int foo;
17965 #else
17966 #error "include_next doesn't work"
17967 #endif
17969 cat <<EOF > conftestd2/conftest.h
17970 #ifndef DEFINED_IN_CONFTESTD1
17971 #error "include_next test doesn't work"
17972 #endif
17973 #define DEFINED_IN_CONFTESTD2
17975 gl_save_CPPFLAGS="$CPPFLAGS"
17976 CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1b -Iconftestd2"
17977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17978 /* end confdefs.h. */
17979 #include <conftest.h>
17980 _ACEOF
17981 if ac_fn_c_try_compile "$LINENO"; then :
17982 gl_cv_have_include_next=yes
17983 else
17984 CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1a -Iconftestd2"
17985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17986 /* end confdefs.h. */
17987 #include <conftest.h>
17988 _ACEOF
17989 if ac_fn_c_try_compile "$LINENO"; then :
17990 gl_cv_have_include_next=buggy
17991 else
17992 gl_cv_have_include_next=no
17994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17997 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17998 CPPFLAGS="$gl_save_CPPFLAGS"
17999 rm -rf conftestd1a conftestd1b conftestd2
18002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_include_next" >&5
18003 $as_echo "$gl_cv_have_include_next" >&6; }
18004 PRAGMA_SYSTEM_HEADER=
18005 if test $gl_cv_have_include_next = yes; then
18006 INCLUDE_NEXT=include_next
18007 INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next
18008 if test -n "$GCC"; then
18009 PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
18011 else
18012 if test $gl_cv_have_include_next = buggy; then
18013 INCLUDE_NEXT=include
18014 INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next
18015 else
18016 INCLUDE_NEXT=include
18017 INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include
18023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5
18024 $as_echo_n "checking whether system header files limit the line length... " >&6; }
18025 if test "${gl_cv_pragma_columns+set}" = set; then :
18026 $as_echo_n "(cached) " >&6
18027 else
18028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18029 /* end confdefs.h. */
18031 #ifdef __TANDEM
18032 choke me
18033 #endif
18035 _ACEOF
18036 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18037 $EGREP "choke me" >/dev/null 2>&1; then :
18038 gl_cv_pragma_columns=yes
18039 else
18040 gl_cv_pragma_columns=no
18042 rm -f conftest*
18046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_pragma_columns" >&5
18047 $as_echo "$gl_cv_pragma_columns" >&6; }
18048 if test $gl_cv_pragma_columns = yes; then
18049 PRAGMA_COLUMNS="#pragma COLUMNS 10000"
18050 else
18051 PRAGMA_COLUMNS=
18058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtold conforms to C99" >&5
18059 $as_echo_n "checking whether strtold conforms to C99... " >&6; }
18060 if test "${gl_cv_func_c99_strtold+set}" = set; then :
18061 $as_echo_n "(cached) " >&6
18062 else
18063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18064 /* end confdefs.h. */
18065 /* On HP-UX before 11.23, strtold returns a struct instead of
18066 long double. Reject implementations like that, by requiring
18067 compatibility with the C99 prototype. */
18068 #include <stdlib.h>
18069 static long double (*p) (char const *, char **) = strtold;
18070 static long double
18071 test (char const *nptr, char **endptr)
18073 long double r;
18074 r = strtold (nptr, endptr);
18075 return r;
18078 main ()
18080 return test ("1.0", NULL) != 1 || p ("1.0", NULL) != 1;
18082 return 0;
18084 _ACEOF
18085 if ac_fn_c_try_link "$LINENO"; then :
18086 gl_cv_func_c99_strtold=yes
18087 else
18088 gl_cv_func_c99_strtold=no
18090 rm -f core conftest.err conftest.$ac_objext \
18091 conftest$ac_exeext conftest.$ac_ext
18093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_c99_strtold" >&5
18094 $as_echo "$gl_cv_func_c99_strtold" >&6; }
18095 if test $gl_cv_func_c99_strtold = yes; then
18097 $as_echo "#define HAVE_C99_STRTOLD 1" >>confdefs.h
18108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if environ is properly declared" >&5
18109 $as_echo_n "checking if environ is properly declared... " >&6; }
18110 if test "${gt_cv_var_environ_declaration+set}" = set; then :
18111 $as_echo_n "(cached) " >&6
18112 else
18114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18115 /* end confdefs.h. */
18116 #if HAVE_UNISTD_H
18117 #include <unistd.h>
18118 #endif
18119 /* mingw, BeOS, Haiku declare environ in <stdlib.h>, not in <unistd.h>. */
18120 #include <stdlib.h>
18122 extern struct { int foo; } environ;
18124 main ()
18126 environ.foo = 1;
18128 return 0;
18130 _ACEOF
18131 if ac_fn_c_try_compile "$LINENO"; then :
18132 gt_cv_var_environ_declaration=no
18133 else
18134 gt_cv_var_environ_declaration=yes
18136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_var_environ_declaration" >&5
18140 $as_echo "$gt_cv_var_environ_declaration" >&6; }
18141 if test $gt_cv_var_environ_declaration = yes; then
18143 $as_echo "#define HAVE_ENVIRON_DECL 1" >>confdefs.h
18148 if test $gt_cv_var_environ_declaration != yes; then
18149 HAVE_DECL_ENVIRON=0
18154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for complete errno.h" >&5
18155 $as_echo_n "checking for complete errno.h... " >&6; }
18156 if test "${gl_cv_header_errno_h_complete+set}" = set; then :
18157 $as_echo_n "(cached) " >&6
18158 else
18160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18161 /* end confdefs.h. */
18163 #include <errno.h>
18164 #if !defined ETXTBSY
18165 booboo
18166 #endif
18167 #if !defined ENOMSG
18168 booboo
18169 #endif
18170 #if !defined EIDRM
18171 booboo
18172 #endif
18173 #if !defined ENOLINK
18174 booboo
18175 #endif
18176 #if !defined EPROTO
18177 booboo
18178 #endif
18179 #if !defined EMULTIHOP
18180 booboo
18181 #endif
18182 #if !defined EBADMSG
18183 booboo
18184 #endif
18185 #if !defined EOVERFLOW
18186 booboo
18187 #endif
18188 #if !defined ENOTSUP
18189 booboo
18190 #endif
18191 #if !defined ENETRESET
18192 booboo
18193 #endif
18194 #if !defined ECONNABORTED
18195 booboo
18196 #endif
18197 #if !defined ESTALE
18198 booboo
18199 #endif
18200 #if !defined EDQUOT
18201 booboo
18202 #endif
18203 #if !defined ECANCELED
18204 booboo
18205 #endif
18206 #if !defined EOWNERDEAD
18207 booboo
18208 #endif
18209 #if !defined ENOTRECOVERABLE
18210 booboo
18211 #endif
18212 #if !defined EILSEQ
18213 booboo
18214 #endif
18216 _ACEOF
18217 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18218 $EGREP "booboo" >/dev/null 2>&1; then :
18219 gl_cv_header_errno_h_complete=no
18220 else
18221 gl_cv_header_errno_h_complete=yes
18223 rm -f conftest*
18227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_complete" >&5
18228 $as_echo "$gl_cv_header_errno_h_complete" >&6; }
18229 if test $gl_cv_header_errno_h_complete = yes; then
18230 ERRNO_H=''
18231 else
18240 if test $gl_cv_have_include_next = yes; then
18241 gl_cv_next_errno_h='<'errno.h'>'
18242 else
18243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <errno.h>" >&5
18244 $as_echo_n "checking absolute name of <errno.h>... " >&6; }
18245 if test "${gl_cv_next_errno_h+set}" = set; then :
18246 $as_echo_n "(cached) " >&6
18247 else
18249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18250 /* end confdefs.h. */
18251 #include <errno.h>
18253 _ACEOF
18254 case "$host_os" in
18255 aix*) gl_absname_cpp="$ac_cpp -C" ;;
18256 *) gl_absname_cpp="$ac_cpp" ;;
18257 esac
18259 case "$host_os" in
18260 mingw*)
18261 gl_dirsep_regex='[/\\]'
18264 gl_dirsep_regex='\/'
18266 esac
18267 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
18269 gl_header_literal_regex=`echo 'errno.h' \
18270 | sed -e "$gl_make_literal_regex_sed"`
18271 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
18272 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
18273 s|^/[^/]|//&|
18277 gl_cv_next_errno_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
18278 sed -n "$gl_absolute_header_sed"`'"'
18282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_errno_h" >&5
18283 $as_echo "$gl_cv_next_errno_h" >&6; }
18285 NEXT_ERRNO_H=$gl_cv_next_errno_h
18287 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
18288 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
18289 gl_next_as_first_directive='<'errno.h'>'
18290 else
18291 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
18292 gl_next_as_first_directive=$gl_cv_next_errno_h
18294 NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=$gl_next_as_first_directive
18299 ERRNO_H='errno.h'
18302 if test -n "$ERRNO_H"; then
18303 GL_GENERATE_ERRNO_H_TRUE=
18304 GL_GENERATE_ERRNO_H_FALSE='#'
18305 else
18306 GL_GENERATE_ERRNO_H_TRUE='#'
18307 GL_GENERATE_ERRNO_H_FALSE=
18311 if test -n "$ERRNO_H"; then
18312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EMULTIHOP value" >&5
18313 $as_echo_n "checking for EMULTIHOP value... " >&6; }
18314 if test "${gl_cv_header_errno_h_EMULTIHOP+set}" = set; then :
18315 $as_echo_n "(cached) " >&6
18316 else
18318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18319 /* end confdefs.h. */
18321 #include <errno.h>
18322 #ifdef EMULTIHOP
18324 #endif
18326 _ACEOF
18327 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18328 $EGREP "yes" >/dev/null 2>&1; then :
18329 gl_cv_header_errno_h_EMULTIHOP=yes
18330 else
18331 gl_cv_header_errno_h_EMULTIHOP=no
18333 rm -f conftest*
18335 if test $gl_cv_header_errno_h_EMULTIHOP = no; then
18336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18337 /* end confdefs.h. */
18339 #define _XOPEN_SOURCE_EXTENDED 1
18340 #include <errno.h>
18341 #ifdef EMULTIHOP
18343 #endif
18345 _ACEOF
18346 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18347 $EGREP "yes" >/dev/null 2>&1; then :
18348 gl_cv_header_errno_h_EMULTIHOP=hidden
18350 rm -f conftest*
18352 if test $gl_cv_header_errno_h_EMULTIHOP = hidden; then
18353 if ac_fn_c_compute_int "$LINENO" "EMULTIHOP" "gl_cv_header_errno_h_EMULTIHOP" "
18354 #define _XOPEN_SOURCE_EXTENDED 1
18355 #include <errno.h>
18356 /* The following two lines are a workaround against an autoconf-2.52 bug. */
18357 #include <stdio.h>
18358 #include <stdlib.h>
18359 "; then :
18367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_EMULTIHOP" >&5
18368 $as_echo "$gl_cv_header_errno_h_EMULTIHOP" >&6; }
18369 case $gl_cv_header_errno_h_EMULTIHOP in
18370 yes | no)
18371 EMULTIHOP_HIDDEN=0; EMULTIHOP_VALUE=
18374 EMULTIHOP_HIDDEN=1; EMULTIHOP_VALUE="$gl_cv_header_errno_h_EMULTIHOP"
18376 esac
18382 if test -n "$ERRNO_H"; then
18383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ENOLINK value" >&5
18384 $as_echo_n "checking for ENOLINK value... " >&6; }
18385 if test "${gl_cv_header_errno_h_ENOLINK+set}" = set; then :
18386 $as_echo_n "(cached) " >&6
18387 else
18389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18390 /* end confdefs.h. */
18392 #include <errno.h>
18393 #ifdef ENOLINK
18395 #endif
18397 _ACEOF
18398 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18399 $EGREP "yes" >/dev/null 2>&1; then :
18400 gl_cv_header_errno_h_ENOLINK=yes
18401 else
18402 gl_cv_header_errno_h_ENOLINK=no
18404 rm -f conftest*
18406 if test $gl_cv_header_errno_h_ENOLINK = no; then
18407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18408 /* end confdefs.h. */
18410 #define _XOPEN_SOURCE_EXTENDED 1
18411 #include <errno.h>
18412 #ifdef ENOLINK
18414 #endif
18416 _ACEOF
18417 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18418 $EGREP "yes" >/dev/null 2>&1; then :
18419 gl_cv_header_errno_h_ENOLINK=hidden
18421 rm -f conftest*
18423 if test $gl_cv_header_errno_h_ENOLINK = hidden; then
18424 if ac_fn_c_compute_int "$LINENO" "ENOLINK" "gl_cv_header_errno_h_ENOLINK" "
18425 #define _XOPEN_SOURCE_EXTENDED 1
18426 #include <errno.h>
18427 /* The following two lines are a workaround against an autoconf-2.52 bug. */
18428 #include <stdio.h>
18429 #include <stdlib.h>
18430 "; then :
18438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_ENOLINK" >&5
18439 $as_echo "$gl_cv_header_errno_h_ENOLINK" >&6; }
18440 case $gl_cv_header_errno_h_ENOLINK in
18441 yes | no)
18442 ENOLINK_HIDDEN=0; ENOLINK_VALUE=
18445 ENOLINK_HIDDEN=1; ENOLINK_VALUE="$gl_cv_header_errno_h_ENOLINK"
18447 esac
18453 if test -n "$ERRNO_H"; then
18454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EOVERFLOW value" >&5
18455 $as_echo_n "checking for EOVERFLOW value... " >&6; }
18456 if test "${gl_cv_header_errno_h_EOVERFLOW+set}" = set; then :
18457 $as_echo_n "(cached) " >&6
18458 else
18460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18461 /* end confdefs.h. */
18463 #include <errno.h>
18464 #ifdef EOVERFLOW
18466 #endif
18468 _ACEOF
18469 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18470 $EGREP "yes" >/dev/null 2>&1; then :
18471 gl_cv_header_errno_h_EOVERFLOW=yes
18472 else
18473 gl_cv_header_errno_h_EOVERFLOW=no
18475 rm -f conftest*
18477 if test $gl_cv_header_errno_h_EOVERFLOW = no; then
18478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18479 /* end confdefs.h. */
18481 #define _XOPEN_SOURCE_EXTENDED 1
18482 #include <errno.h>
18483 #ifdef EOVERFLOW
18485 #endif
18487 _ACEOF
18488 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18489 $EGREP "yes" >/dev/null 2>&1; then :
18490 gl_cv_header_errno_h_EOVERFLOW=hidden
18492 rm -f conftest*
18494 if test $gl_cv_header_errno_h_EOVERFLOW = hidden; then
18495 if ac_fn_c_compute_int "$LINENO" "EOVERFLOW" "gl_cv_header_errno_h_EOVERFLOW" "
18496 #define _XOPEN_SOURCE_EXTENDED 1
18497 #include <errno.h>
18498 /* The following two lines are a workaround against an autoconf-2.52 bug. */
18499 #include <stdio.h>
18500 #include <stdlib.h>
18501 "; then :
18509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_EOVERFLOW" >&5
18510 $as_echo "$gl_cv_header_errno_h_EOVERFLOW" >&6; }
18511 case $gl_cv_header_errno_h_EOVERFLOW in
18512 yes | no)
18513 EOVERFLOW_HIDDEN=0; EOVERFLOW_VALUE=
18516 EOVERFLOW_HIDDEN=1; EOVERFLOW_VALUE="$gl_cv_header_errno_h_EOVERFLOW"
18518 esac
18532 GNULIB_FCNTL=0;
18533 GNULIB_NONBLOCKING=0;
18534 GNULIB_OPEN=0;
18535 GNULIB_OPENAT=0;
18536 HAVE_FCNTL=1;
18537 HAVE_OPENAT=1;
18538 REPLACE_FCNTL=0;
18539 REPLACE_OPEN=0;
18540 REPLACE_OPENAT=0;
18545 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
18546 if test "x$ac_cv_type_mode_t" = x""yes; then :
18548 else
18550 cat >>confdefs.h <<_ACEOF
18551 #define mode_t int
18552 _ACEOF
18556 ac_fn_c_check_decl "$LINENO" "fdatasync" "ac_cv_have_decl_fdatasync" "$ac_includes_default"
18557 if test "x$ac_cv_have_decl_fdatasync" = x""yes; then :
18558 ac_have_decl=1
18559 else
18560 ac_have_decl=0
18563 cat >>confdefs.h <<_ACEOF
18564 #define HAVE_DECL_FDATASYNC $ac_have_decl
18565 _ACEOF
18569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for st_dm_mode in struct stat" >&5
18570 $as_echo_n "checking for st_dm_mode in struct stat... " >&6; }
18571 if test "${ac_cv_struct_st_dm_mode+set}" = set; then :
18572 $as_echo_n "(cached) " >&6
18573 else
18574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18575 /* end confdefs.h. */
18577 #include <sys/types.h>
18578 #include <sys/stat.h>
18580 main ()
18582 struct stat s; s.st_dm_mode;
18584 return 0;
18586 _ACEOF
18587 if ac_fn_c_try_compile "$LINENO"; then :
18588 ac_cv_struct_st_dm_mode=yes
18589 else
18590 ac_cv_struct_st_dm_mode=no
18592 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_st_dm_mode" >&5
18595 $as_echo "$ac_cv_struct_st_dm_mode" >&6; }
18597 if test $ac_cv_struct_st_dm_mode = yes; then
18599 $as_echo "#define HAVE_ST_DM_MODE 1" >>confdefs.h
18604 ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default"
18605 if test "x$ac_cv_have_decl_strmode" = x""yes; then :
18606 ac_have_decl=1
18607 else
18608 ac_have_decl=0
18611 cat >>confdefs.h <<_ACEOF
18612 #define HAVE_DECL_STRMODE $ac_have_decl
18613 _ACEOF
18618 GNULIB_FCHMODAT=0;
18619 GNULIB_FSTAT=0;
18620 GNULIB_FSTATAT=0;
18621 GNULIB_FUTIMENS=0;
18622 GNULIB_LCHMOD=0;
18623 GNULIB_LSTAT=0;
18624 GNULIB_MKDIRAT=0;
18625 GNULIB_MKFIFO=0;
18626 GNULIB_MKFIFOAT=0;
18627 GNULIB_MKNOD=0;
18628 GNULIB_MKNODAT=0;
18629 GNULIB_STAT=0;
18630 GNULIB_UTIMENSAT=0;
18631 HAVE_FCHMODAT=1;
18632 HAVE_FSTATAT=1;
18633 HAVE_FUTIMENS=1;
18634 HAVE_LCHMOD=1;
18635 HAVE_LSTAT=1;
18636 HAVE_MKDIRAT=1;
18637 HAVE_MKFIFO=1;
18638 HAVE_MKFIFOAT=1;
18639 HAVE_MKNOD=1;
18640 HAVE_MKNODAT=1;
18641 HAVE_UTIMENSAT=1;
18642 REPLACE_FSTAT=0;
18643 REPLACE_FSTATAT=0;
18644 REPLACE_FUTIMENS=0;
18645 REPLACE_LSTAT=0;
18646 REPLACE_MKDIR=0;
18647 REPLACE_MKFIFO=0;
18648 REPLACE_MKNOD=0;
18649 REPLACE_STAT=0;
18650 REPLACE_UTIMENSAT=0;
18653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5
18654 $as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; }
18655 if test "${gl_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then :
18656 $as_echo_n "(cached) " >&6
18657 else
18658 rm -f conftest.sym conftest.file
18659 echo >conftest.file
18660 if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then
18661 if test "$cross_compiling" = yes; then :
18662 case "$host_os" in
18663 # Guess yes on glibc systems.
18664 *-gnu*) gl_cv_func_lstat_dereferences_slashed_symlink="guessing yes" ;;
18665 # If we don't know, assume the worst.
18666 *) gl_cv_func_lstat_dereferences_slashed_symlink="guessing no" ;;
18667 esac
18669 else
18670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18671 /* end confdefs.h. */
18672 $ac_includes_default
18674 main ()
18676 struct stat sbuf;
18677 /* Linux will dereference the symlink and fail, as required by
18678 POSIX. That is better in the sense that it means we will not
18679 have to compile and use the lstat wrapper. */
18680 return lstat ("conftest.sym/", &sbuf) == 0;
18683 return 0;
18685 _ACEOF
18686 if ac_fn_c_try_run "$LINENO"; then :
18687 gl_cv_func_lstat_dereferences_slashed_symlink=yes
18688 else
18689 gl_cv_func_lstat_dereferences_slashed_symlink=no
18691 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
18692 conftest.$ac_objext conftest.beam conftest.$ac_ext
18695 else
18696 # If the 'ln -s' command failed, then we probably don't even
18697 # have an lstat function.
18698 gl_cv_func_lstat_dereferences_slashed_symlink="guessing no"
18700 rm -f conftest.sym conftest.file
18703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_lstat_dereferences_slashed_symlink" >&5
18704 $as_echo "$gl_cv_func_lstat_dereferences_slashed_symlink" >&6; }
18705 case "$gl_cv_func_lstat_dereferences_slashed_symlink" in
18706 *yes)
18708 cat >>confdefs.h <<_ACEOF
18709 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
18710 _ACEOF
18713 esac
18720 GNULIB__EXIT=0;
18721 GNULIB_ATOLL=0;
18722 GNULIB_CALLOC_POSIX=0;
18723 GNULIB_CANONICALIZE_FILE_NAME=0;
18724 GNULIB_GETLOADAVG=0;
18725 GNULIB_GETSUBOPT=0;
18726 GNULIB_GRANTPT=0;
18727 GNULIB_MALLOC_POSIX=0;
18728 GNULIB_MBTOWC=0;
18729 GNULIB_MKDTEMP=0;
18730 GNULIB_MKOSTEMP=0;
18731 GNULIB_MKOSTEMPS=0;
18732 GNULIB_MKSTEMP=0;
18733 GNULIB_MKSTEMPS=0;
18734 GNULIB_POSIX_OPENPT=0;
18735 GNULIB_PTSNAME=0;
18736 GNULIB_PTSNAME_R=0;
18737 GNULIB_PUTENV=0;
18738 GNULIB_RANDOM=0;
18739 GNULIB_RANDOM_R=0;
18740 GNULIB_REALLOC_POSIX=0;
18741 GNULIB_REALPATH=0;
18742 GNULIB_RPMATCH=0;
18743 GNULIB_SECURE_GETENV=0;
18744 GNULIB_SETENV=0;
18745 GNULIB_STRTOD=0;
18746 GNULIB_STRTOLL=0;
18747 GNULIB_STRTOULL=0;
18748 GNULIB_SYSTEM_POSIX=0;
18749 GNULIB_UNLOCKPT=0;
18750 GNULIB_UNSETENV=0;
18751 GNULIB_WCTOMB=0;
18752 HAVE__EXIT=1;
18753 HAVE_ATOLL=1;
18754 HAVE_CANONICALIZE_FILE_NAME=1;
18755 HAVE_DECL_GETLOADAVG=1;
18756 HAVE_GETSUBOPT=1;
18757 HAVE_GRANTPT=1;
18758 HAVE_MKDTEMP=1;
18759 HAVE_MKOSTEMP=1;
18760 HAVE_MKOSTEMPS=1;
18761 HAVE_MKSTEMP=1;
18762 HAVE_MKSTEMPS=1;
18763 HAVE_POSIX_OPENPT=1;
18764 HAVE_PTSNAME=1;
18765 HAVE_PTSNAME_R=1;
18766 HAVE_RANDOM=1;
18767 HAVE_RANDOM_H=1;
18768 HAVE_RANDOM_R=1;
18769 HAVE_REALPATH=1;
18770 HAVE_RPMATCH=1;
18771 HAVE_SECURE_GETENV=1;
18772 HAVE_SETENV=1;
18773 HAVE_DECL_SETENV=1;
18774 HAVE_STRTOD=1;
18775 HAVE_STRTOLL=1;
18776 HAVE_STRTOULL=1;
18777 HAVE_STRUCT_RANDOM_DATA=1;
18778 HAVE_SYS_LOADAVG_H=0;
18779 HAVE_UNLOCKPT=1;
18780 HAVE_DECL_UNSETENV=1;
18781 REPLACE_CALLOC=0;
18782 REPLACE_CANONICALIZE_FILE_NAME=0;
18783 REPLACE_MALLOC=0;
18784 REPLACE_MBTOWC=0;
18785 REPLACE_MKSTEMP=0;
18786 REPLACE_PTSNAME=0;
18787 REPLACE_PTSNAME_R=0;
18788 REPLACE_PUTENV=0;
18789 REPLACE_RANDOM_R=0;
18790 REPLACE_REALLOC=0;
18791 REPLACE_REALPATH=0;
18792 REPLACE_SETENV=0;
18793 REPLACE_STRTOD=0;
18794 REPLACE_UNSETENV=0;
18795 REPLACE_WCTOMB=0;
18812 if test $gl_cv_have_include_next = yes; then
18813 gl_cv_next_getopt_h='<'getopt.h'>'
18814 else
18815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <getopt.h>" >&5
18816 $as_echo_n "checking absolute name of <getopt.h>... " >&6; }
18817 if test "${gl_cv_next_getopt_h+set}" = set; then :
18818 $as_echo_n "(cached) " >&6
18819 else
18821 if test $ac_cv_header_getopt_h = yes; then
18824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18825 /* end confdefs.h. */
18826 #include <getopt.h>
18828 _ACEOF
18829 case "$host_os" in
18830 aix*) gl_absname_cpp="$ac_cpp -C" ;;
18831 *) gl_absname_cpp="$ac_cpp" ;;
18832 esac
18834 case "$host_os" in
18835 mingw*)
18836 gl_dirsep_regex='[/\\]'
18839 gl_dirsep_regex='\/'
18841 esac
18842 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
18844 gl_header_literal_regex=`echo 'getopt.h' \
18845 | sed -e "$gl_make_literal_regex_sed"`
18846 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
18847 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
18848 s|^/[^/]|//&|
18852 gl_cv_next_getopt_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
18853 sed -n "$gl_absolute_header_sed"`'"'
18854 else
18855 gl_cv_next_getopt_h='<'getopt.h'>'
18860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_getopt_h" >&5
18861 $as_echo "$gl_cv_next_getopt_h" >&6; }
18863 NEXT_GETOPT_H=$gl_cv_next_getopt_h
18865 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
18866 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
18867 gl_next_as_first_directive='<'getopt.h'>'
18868 else
18869 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
18870 gl_next_as_first_directive=$gl_cv_next_getopt_h
18872 NEXT_AS_FIRST_DIRECTIVE_GETOPT_H=$gl_next_as_first_directive
18877 if test $ac_cv_header_getopt_h = yes; then
18878 HAVE_GETOPT_H=1
18879 else
18880 HAVE_GETOPT_H=0
18884 gl_replace_getopt=
18886 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then
18887 for ac_header in getopt.h
18888 do :
18889 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
18890 if test "x$ac_cv_header_getopt_h" = x""yes; then :
18891 cat >>confdefs.h <<_ACEOF
18892 #define HAVE_GETOPT_H 1
18893 _ACEOF
18895 else
18896 gl_replace_getopt=yes
18899 done
18903 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then
18904 for ac_func in getopt_long_only
18905 do :
18906 ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only"
18907 if test "x$ac_cv_func_getopt_long_only" = x""yes; then :
18908 cat >>confdefs.h <<_ACEOF
18909 #define HAVE_GETOPT_LONG_ONLY 1
18910 _ACEOF
18912 else
18913 gl_replace_getopt=yes
18915 done
18919 if test -z "$gl_replace_getopt"; then
18920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5
18921 $as_echo_n "checking whether getopt is POSIX compatible... " >&6; }
18922 if test "${gl_cv_func_getopt_posix+set}" = set; then :
18923 $as_echo_n "(cached) " >&6
18924 else
18926 if test $cross_compiling = no; then
18927 if test "$cross_compiling" = yes; then :
18928 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18929 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18930 as_fn_error "cannot run test program while cross compiling
18931 See \`config.log' for more details." "$LINENO" 5; }
18932 else
18933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18934 /* end confdefs.h. */
18936 #include <unistd.h>
18937 #include <stdlib.h>
18938 #include <string.h>
18941 main ()
18943 static char program[] = "program";
18944 static char a[] = "-a";
18945 static char foo[] = "foo";
18946 static char bar[] = "bar";
18947 char *argv[] = { program, a, foo, bar, NULL };
18948 int c;
18950 c = getopt (4, argv, "ab");
18951 if (!(c == 'a'))
18952 return 1;
18953 c = getopt (4, argv, "ab");
18954 if (!(c == -1))
18955 return 2;
18956 if (!(optind == 2))
18957 return 3;
18958 return 0;
18961 _ACEOF
18962 if ac_fn_c_try_run "$LINENO"; then :
18963 gl_cv_func_getopt_posix=maybe
18964 else
18965 gl_cv_func_getopt_posix=no
18967 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
18968 conftest.$ac_objext conftest.beam conftest.$ac_ext
18971 if test $gl_cv_func_getopt_posix = maybe; then
18972 if test "$cross_compiling" = yes; then :
18973 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18974 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18975 as_fn_error "cannot run test program while cross compiling
18976 See \`config.log' for more details." "$LINENO" 5; }
18977 else
18978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18979 /* end confdefs.h. */
18981 #include <unistd.h>
18982 #include <stdlib.h>
18983 #include <string.h>
18986 main ()
18988 static char program[] = "program";
18989 static char donald[] = "donald";
18990 static char p[] = "-p";
18991 static char billy[] = "billy";
18992 static char duck[] = "duck";
18993 static char a[] = "-a";
18994 static char bar[] = "bar";
18995 char *argv[] = { program, donald, p, billy, duck, a, bar, NULL };
18996 int c;
18998 c = getopt (7, argv, "+abp:q:");
18999 if (!(c == -1))
19000 return 4;
19001 if (!(strcmp (argv[0], "program") == 0))
19002 return 5;
19003 if (!(strcmp (argv[1], "donald") == 0))
19004 return 6;
19005 if (!(strcmp (argv[2], "-p") == 0))
19006 return 7;
19007 if (!(strcmp (argv[3], "billy") == 0))
19008 return 8;
19009 if (!(strcmp (argv[4], "duck") == 0))
19010 return 9;
19011 if (!(strcmp (argv[5], "-a") == 0))
19012 return 10;
19013 if (!(strcmp (argv[6], "bar") == 0))
19014 return 11;
19015 if (!(optind == 1))
19016 return 12;
19017 return 0;
19020 _ACEOF
19021 if ac_fn_c_try_run "$LINENO"; then :
19022 gl_cv_func_getopt_posix=maybe
19023 else
19024 gl_cv_func_getopt_posix=no
19026 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19027 conftest.$ac_objext conftest.beam conftest.$ac_ext
19031 if test $gl_cv_func_getopt_posix = maybe; then
19032 if test "$cross_compiling" = yes; then :
19033 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19034 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19035 as_fn_error "cannot run test program while cross compiling
19036 See \`config.log' for more details." "$LINENO" 5; }
19037 else
19038 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19039 /* end confdefs.h. */
19041 #include <unistd.h>
19042 #include <stdlib.h>
19043 #include <string.h>
19046 main ()
19048 static char program[] = "program";
19049 static char ab[] = "-ab";
19050 char *argv[3] = { program, ab, NULL };
19051 if (getopt (2, argv, "ab:") != 'a')
19052 return 13;
19053 if (getopt (2, argv, "ab:") != '?')
19054 return 14;
19055 if (optopt != 'b')
19056 return 15;
19057 if (optind != 2)
19058 return 16;
19059 return 0;
19062 _ACEOF
19063 if ac_fn_c_try_run "$LINENO"; then :
19064 gl_cv_func_getopt_posix=yes
19065 else
19066 gl_cv_func_getopt_posix=no
19068 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19069 conftest.$ac_objext conftest.beam conftest.$ac_ext
19073 else
19074 case "$host_os" in
19075 darwin* | aix* | mingw*) gl_cv_func_getopt_posix="guessing no";;
19076 *) gl_cv_func_getopt_posix="guessing yes";;
19077 esac
19081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_posix" >&5
19082 $as_echo "$gl_cv_func_getopt_posix" >&6; }
19083 case "$gl_cv_func_getopt_posix" in
19084 *no) gl_replace_getopt=yes ;;
19085 esac
19088 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then
19089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5
19090 $as_echo_n "checking for working GNU getopt function... " >&6; }
19091 if test "${gl_cv_func_getopt_gnu+set}" = set; then :
19092 $as_echo_n "(cached) " >&6
19093 else
19094 # Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the
19095 # optstring is necessary for programs like m4 that have POSIX-mandated
19096 # semantics for supporting options interspersed with files.
19097 # Also, since getopt_long is a GNU extension, we require optind=0.
19098 # Bash ties 'set -o posix' to a non-exported POSIXLY_CORRECT;
19099 # so take care to revert to the correct (non-)export state.
19100 gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
19101 case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
19102 xx) gl_had_POSIXLY_CORRECT=exported ;;
19103 x) gl_had_POSIXLY_CORRECT=yes ;;
19104 *) gl_had_POSIXLY_CORRECT= ;;
19105 esac
19106 POSIXLY_CORRECT=1
19107 export POSIXLY_CORRECT
19108 if test "$cross_compiling" = yes; then :
19109 gl_cv_func_getopt_gnu="guessing no"
19111 else
19112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19113 /* end confdefs.h. */
19114 #include <getopt.h>
19115 #include <stddef.h>
19116 #include <string.h>
19118 #include <stdlib.h>
19119 #if defined __MACH__ && defined __APPLE__
19120 /* Avoid a crash on Mac OS X. */
19121 #include <mach/mach.h>
19122 #include <mach/mach_error.h>
19123 #include <mach/thread_status.h>
19124 #include <mach/exception.h>
19125 #include <mach/task.h>
19126 #include <pthread.h>
19127 /* The exception port on which our thread listens. */
19128 static mach_port_t our_exception_port;
19129 /* The main function of the thread listening for exceptions of type
19130 EXC_BAD_ACCESS. */
19131 static void *
19132 mach_exception_thread (void *arg)
19134 /* Buffer for a message to be received. */
19135 struct {
19136 mach_msg_header_t head;
19137 mach_msg_body_t msgh_body;
19138 char data[1024];
19139 } msg;
19140 mach_msg_return_t retval;
19141 /* Wait for a message on the exception port. */
19142 retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg),
19143 our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
19144 if (retval != MACH_MSG_SUCCESS)
19145 abort ();
19146 exit (1);
19148 static void
19149 nocrash_init (void)
19151 mach_port_t self = mach_task_self ();
19152 /* Allocate a port on which the thread shall listen for exceptions. */
19153 if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
19154 == KERN_SUCCESS) {
19155 /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */
19156 if (mach_port_insert_right (self, our_exception_port, our_exception_port,
19157 MACH_MSG_TYPE_MAKE_SEND)
19158 == KERN_SUCCESS) {
19159 /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting
19160 for us. */
19161 exception_mask_t mask = EXC_MASK_BAD_ACCESS;
19162 /* Create the thread listening on the exception port. */
19163 pthread_attr_t attr;
19164 pthread_t thread;
19165 if (pthread_attr_init (&attr) == 0
19166 && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0
19167 && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) {
19168 pthread_attr_destroy (&attr);
19169 /* Replace the exception port info for these exceptions with our own.
19170 Note that we replace the exception port for the entire task, not only
19171 for a particular thread. This has the effect that when our exception
19172 port gets the message, the thread specific exception port has already
19173 been asked, and we don't need to bother about it.
19174 See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */
19175 task_set_exception_ports (self, mask, our_exception_port,
19176 EXCEPTION_DEFAULT, MACHINE_THREAD_STATE);
19181 #elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
19182 /* Avoid a crash on native Windows. */
19183 #define WIN32_LEAN_AND_MEAN
19184 #include <windows.h>
19185 #include <winerror.h>
19186 static LONG WINAPI
19187 exception_filter (EXCEPTION_POINTERS *ExceptionInfo)
19189 switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
19191 case EXCEPTION_ACCESS_VIOLATION:
19192 case EXCEPTION_IN_PAGE_ERROR:
19193 case EXCEPTION_STACK_OVERFLOW:
19194 case EXCEPTION_GUARD_PAGE:
19195 case EXCEPTION_PRIV_INSTRUCTION:
19196 case EXCEPTION_ILLEGAL_INSTRUCTION:
19197 case EXCEPTION_DATATYPE_MISALIGNMENT:
19198 case EXCEPTION_ARRAY_BOUNDS_EXCEEDED:
19199 case EXCEPTION_NONCONTINUABLE_EXCEPTION:
19200 exit (1);
19202 return EXCEPTION_CONTINUE_SEARCH;
19204 static void
19205 nocrash_init (void)
19207 SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter);
19209 #else
19210 /* Avoid a crash on POSIX systems. */
19211 #include <signal.h>
19212 /* A POSIX signal handler. */
19213 static void
19214 exception_handler (int sig)
19216 exit (1);
19218 static void
19219 nocrash_init (void)
19221 #ifdef SIGSEGV
19222 signal (SIGSEGV, exception_handler);
19223 #endif
19224 #ifdef SIGBUS
19225 signal (SIGBUS, exception_handler);
19226 #endif
19228 #endif
19232 main ()
19235 int result = 0;
19237 nocrash_init();
19239 /* This code succeeds on glibc 2.8, OpenBSD 4.0, Cygwin, mingw,
19240 and fails on Mac OS X 10.5, AIX 5.2, HP-UX 11, IRIX 6.5,
19241 OSF/1 5.1, Solaris 10. */
19243 static char conftest[] = "conftest";
19244 static char plus[] = "-+";
19245 char *argv[3] = { conftest, plus, NULL };
19246 opterr = 0;
19247 if (getopt (2, argv, "+a") != '?')
19248 result |= 1;
19250 /* This code succeeds on glibc 2.8, mingw,
19251 and fails on Mac OS X 10.5, OpenBSD 4.0, AIX 5.2, HP-UX 11,
19252 IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x. */
19254 static char program[] = "program";
19255 static char p[] = "-p";
19256 static char foo[] = "foo";
19257 static char bar[] = "bar";
19258 char *argv[] = { program, p, foo, bar, NULL };
19260 optind = 1;
19261 if (getopt (4, argv, "p::") != 'p')
19262 result |= 2;
19263 else if (optarg != NULL)
19264 result |= 4;
19265 else if (getopt (4, argv, "p::") != -1)
19266 result |= 6;
19267 else if (optind != 2)
19268 result |= 8;
19270 /* This code succeeds on glibc 2.8 and fails on Cygwin 1.7.0. */
19272 static char program[] = "program";
19273 static char foo[] = "foo";
19274 static char p[] = "-p";
19275 char *argv[] = { program, foo, p, NULL };
19276 optind = 0;
19277 if (getopt (3, argv, "-p") != 1)
19278 result |= 16;
19279 else if (getopt (3, argv, "-p") != 'p')
19280 result |= 16;
19282 /* This code fails on glibc 2.11. */
19284 static char program[] = "program";
19285 static char b[] = "-b";
19286 static char a[] = "-a";
19287 char *argv[] = { program, b, a, NULL };
19288 optind = opterr = 0;
19289 if (getopt (3, argv, "+:a:b") != 'b')
19290 result |= 32;
19291 else if (getopt (3, argv, "+:a:b") != ':')
19292 result |= 32;
19294 /* This code dumps core on glibc 2.14. */
19296 static char program[] = "program";
19297 static char w[] = "-W";
19298 static char dummy[] = "dummy";
19299 char *argv[] = { program, w, dummy, NULL };
19300 optind = opterr = 1;
19301 if (getopt (3, argv, "W;") != 'W')
19302 result |= 64;
19304 return result;
19307 return 0;
19309 _ACEOF
19310 if ac_fn_c_try_run "$LINENO"; then :
19311 gl_cv_func_getopt_gnu=yes
19312 else
19313 gl_cv_func_getopt_gnu=no
19315 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19316 conftest.$ac_objext conftest.beam conftest.$ac_ext
19319 case $gl_had_POSIXLY_CORRECT in
19320 exported) ;;
19321 yes) { POSIXLY_CORRECT=; unset POSIXLY_CORRECT;}; POSIXLY_CORRECT=1 ;;
19322 *) { POSIXLY_CORRECT=; unset POSIXLY_CORRECT;} ;;
19323 esac
19326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_gnu" >&5
19327 $as_echo "$gl_cv_func_getopt_gnu" >&6; }
19328 if test "$gl_cv_func_getopt_gnu" != yes; then
19329 gl_replace_getopt=yes
19330 else
19331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt_long function" >&5
19332 $as_echo_n "checking for working GNU getopt_long function... " >&6; }
19333 if test "${gl_cv_func_getopt_long_gnu+set}" = set; then :
19334 $as_echo_n "(cached) " >&6
19335 else
19336 if test "$cross_compiling" = yes; then :
19337 case "$host_os" in
19338 openbsd*) gl_cv_func_getopt_long_gnu="guessing no";;
19339 *) gl_cv_func_getopt_long_gnu="guessing yes";;
19340 esac
19342 else
19343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19344 /* end confdefs.h. */
19345 #include <getopt.h>
19346 #include <stddef.h>
19347 #include <string.h>
19350 main ()
19352 static const struct option long_options[] =
19354 { "xtremely-",no_argument, NULL, 1003 },
19355 { "xtra", no_argument, NULL, 1001 },
19356 { "xtreme", no_argument, NULL, 1002 },
19357 { "xtremely", no_argument, NULL, 1003 },
19358 { NULL, 0, NULL, 0 }
19360 /* This code fails on OpenBSD 5.0. */
19362 static char program[] = "program";
19363 static char xtremel[] = "--xtremel";
19364 char *argv[] = { program, xtremel, NULL };
19365 int option_index;
19366 optind = 1; opterr = 0;
19367 if (getopt_long (2, argv, "", long_options, &option_index) != 1003)
19368 return 1;
19370 return 0;
19373 return 0;
19375 _ACEOF
19376 if ac_fn_c_try_run "$LINENO"; then :
19377 gl_cv_func_getopt_long_gnu=yes
19378 else
19379 gl_cv_func_getopt_long_gnu=no
19381 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19382 conftest.$ac_objext conftest.beam conftest.$ac_ext
19387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_long_gnu" >&5
19388 $as_echo "$gl_cv_func_getopt_long_gnu" >&6; }
19389 case "$gl_cv_func_getopt_long_gnu" in
19390 *yes) ;;
19391 *) gl_replace_getopt=yes ;;
19392 esac
19401 REPLACE_GETOPT=0
19402 if test -n "$gl_replace_getopt"; then
19403 REPLACE_GETOPT=1
19406 if test $REPLACE_GETOPT = 1; then
19408 GETOPT_H=getopt.h
19410 $as_echo "#define __GETOPT_PREFIX rpl_" >>confdefs.h
19416 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
19417 if test "x$ac_cv_have_decl_getenv" = x""yes; then :
19418 ac_have_decl=1
19419 else
19420 ac_have_decl=0
19423 cat >>confdefs.h <<_ACEOF
19424 #define HAVE_DECL_GETENV $ac_have_decl
19425 _ACEOF
19432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5
19433 $as_echo_n "checking for C/C++ restrict keyword... " >&6; }
19434 if test "${ac_cv_c_restrict+set}" = set; then :
19435 $as_echo_n "(cached) " >&6
19436 else
19437 ac_cv_c_restrict=no
19438 # The order here caters to the fact that C++ does not require restrict.
19439 for ac_kw in __restrict __restrict__ _Restrict restrict; do
19440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19441 /* end confdefs.h. */
19442 typedef int * int_ptr;
19443 int foo (int_ptr $ac_kw ip) {
19444 return ip[0];
19447 main ()
19449 int s[1];
19450 int * $ac_kw t = s;
19451 t[0] = 0;
19452 return foo(t)
19454 return 0;
19456 _ACEOF
19457 if ac_fn_c_try_compile "$LINENO"; then :
19458 ac_cv_c_restrict=$ac_kw
19460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19461 test "$ac_cv_c_restrict" != no && break
19462 done
19465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_restrict" >&5
19466 $as_echo "$ac_cv_c_restrict" >&6; }
19468 case $ac_cv_c_restrict in
19469 restrict) ;;
19470 no) $as_echo "#define restrict /**/" >>confdefs.h
19472 *) cat >>confdefs.h <<_ACEOF
19473 #define restrict $ac_cv_c_restrict
19474 _ACEOF
19476 esac
19479 GNULIB_GETTIMEOFDAY=0;
19480 HAVE_GETTIMEOFDAY=1;
19481 HAVE_STRUCT_TIMEVAL=1;
19482 HAVE_SYS_TIME_H=1;
19483 REPLACE_GETTIMEOFDAY=0;
19484 REPLACE_STRUCT_TIMEVAL=0;
19501 if test $gl_cv_have_include_next = yes; then
19502 gl_cv_next_sys_time_h='<'sys/time.h'>'
19503 else
19504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/time.h>" >&5
19505 $as_echo_n "checking absolute name of <sys/time.h>... " >&6; }
19506 if test "${gl_cv_next_sys_time_h+set}" = set; then :
19507 $as_echo_n "(cached) " >&6
19508 else
19510 if test $ac_cv_header_sys_time_h = yes; then
19513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19514 /* end confdefs.h. */
19515 #include <sys/time.h>
19517 _ACEOF
19518 case "$host_os" in
19519 aix*) gl_absname_cpp="$ac_cpp -C" ;;
19520 *) gl_absname_cpp="$ac_cpp" ;;
19521 esac
19523 case "$host_os" in
19524 mingw*)
19525 gl_dirsep_regex='[/\\]'
19528 gl_dirsep_regex='\/'
19530 esac
19531 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
19533 gl_header_literal_regex=`echo 'sys/time.h' \
19534 | sed -e "$gl_make_literal_regex_sed"`
19535 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
19536 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
19537 s|^/[^/]|//&|
19541 gl_cv_next_sys_time_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
19542 sed -n "$gl_absolute_header_sed"`'"'
19543 else
19544 gl_cv_next_sys_time_h='<'sys/time.h'>'
19549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_time_h" >&5
19550 $as_echo "$gl_cv_next_sys_time_h" >&6; }
19552 NEXT_SYS_TIME_H=$gl_cv_next_sys_time_h
19554 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
19555 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
19556 gl_next_as_first_directive='<'sys/time.h'>'
19557 else
19558 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
19559 gl_next_as_first_directive=$gl_cv_next_sys_time_h
19561 NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H=$gl_next_as_first_directive
19567 if test $ac_cv_header_sys_time_h != yes; then
19568 HAVE_SYS_TIME_H=0
19575 if test $ac_cv_header_sys_socket_h != yes; then
19576 for ac_header in winsock2.h
19577 do :
19578 ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default"
19579 if test "x$ac_cv_header_winsock2_h" = x""yes; then :
19580 cat >>confdefs.h <<_ACEOF
19581 #define HAVE_WINSOCK2_H 1
19582 _ACEOF
19586 done
19589 if test "$ac_cv_header_winsock2_h" = yes; then
19590 HAVE_WINSOCK2_H=1
19591 UNISTD_H_HAVE_WINSOCK2_H=1
19592 SYS_IOCTL_H_HAVE_WINSOCK2_H=1
19593 else
19594 HAVE_WINSOCK2_H=0
19598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5
19599 $as_echo_n "checking for struct timeval... " >&6; }
19600 if test "${gl_cv_sys_struct_timeval+set}" = set; then :
19601 $as_echo_n "(cached) " >&6
19602 else
19603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19604 /* end confdefs.h. */
19605 #if HAVE_SYS_TIME_H
19606 #include <sys/time.h>
19607 #endif
19608 #include <time.h>
19609 #if HAVE_WINSOCK2_H
19610 # include <winsock2.h>
19611 #endif
19614 main ()
19616 static struct timeval x; x.tv_sec = x.tv_usec;
19618 return 0;
19620 _ACEOF
19621 if ac_fn_c_try_compile "$LINENO"; then :
19622 gl_cv_sys_struct_timeval=yes
19623 else
19624 gl_cv_sys_struct_timeval=no
19626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timeval" >&5
19630 $as_echo "$gl_cv_sys_struct_timeval" >&6; }
19631 if test $gl_cv_sys_struct_timeval != yes; then
19632 HAVE_STRUCT_TIMEVAL=0
19633 else
19634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wide-enough struct timeval.tv_sec member" >&5
19635 $as_echo_n "checking for wide-enough struct timeval.tv_sec member... " >&6; }
19636 if test "${gl_cv_sys_struct_timeval_tv_sec+set}" = set; then :
19637 $as_echo_n "(cached) " >&6
19638 else
19639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19640 /* end confdefs.h. */
19641 #if HAVE_SYS_TIME_H
19642 #include <sys/time.h>
19643 #endif
19644 #include <time.h>
19645 #if HAVE_WINSOCK2_H
19646 # include <winsock2.h>
19647 #endif
19650 main ()
19652 static struct timeval x;
19653 typedef int verify_tv_sec_type[
19654 sizeof (time_t) <= sizeof x.tv_sec ? 1 : -1
19658 return 0;
19660 _ACEOF
19661 if ac_fn_c_try_compile "$LINENO"; then :
19662 gl_cv_sys_struct_timeval_tv_sec=yes
19663 else
19664 gl_cv_sys_struct_timeval_tv_sec=no
19666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timeval_tv_sec" >&5
19670 $as_echo "$gl_cv_sys_struct_timeval_tv_sec" >&6; }
19671 if test $gl_cv_sys_struct_timeval_tv_sec != yes; then
19672 REPLACE_STRUCT_TIMEVAL=1
19682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5
19683 $as_echo_n "checking for unsigned long long int... " >&6; }
19684 if test "${ac_cv_type_unsigned_long_long_int+set}" = set; then :
19685 $as_echo_n "(cached) " >&6
19686 else
19687 ac_cv_type_unsigned_long_long_int=yes
19688 if test "x${ac_cv_prog_cc_c99-no}" = xno; then
19689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19690 /* end confdefs.h. */
19692 /* For now, do not test the preprocessor; as of 2007 there are too many
19693 implementations with broken preprocessors. Perhaps this can
19694 be revisited in 2012. In the meantime, code should not expect
19695 #if to work with literals wider than 32 bits. */
19696 /* Test literals. */
19697 long long int ll = 9223372036854775807ll;
19698 long long int nll = -9223372036854775807LL;
19699 unsigned long long int ull = 18446744073709551615ULL;
19700 /* Test constant expressions. */
19701 typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
19702 ? 1 : -1)];
19703 typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
19704 ? 1 : -1)];
19705 int i = 63;
19707 main ()
19709 /* Test availability of runtime routines for shift and division. */
19710 long long int llmax = 9223372036854775807ll;
19711 unsigned long long int ullmax = 18446744073709551615ull;
19712 return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
19713 | (llmax / ll) | (llmax % ll)
19714 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
19715 | (ullmax / ull) | (ullmax % ull));
19717 return 0;
19720 _ACEOF
19721 if ac_fn_c_try_link "$LINENO"; then :
19723 else
19724 ac_cv_type_unsigned_long_long_int=no
19726 rm -f core conftest.err conftest.$ac_objext \
19727 conftest$ac_exeext conftest.$ac_ext
19730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_unsigned_long_long_int" >&5
19731 $as_echo "$ac_cv_type_unsigned_long_long_int" >&6; }
19732 if test $ac_cv_type_unsigned_long_long_int = yes; then
19734 $as_echo "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h
19740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5
19741 $as_echo_n "checking for long long int... " >&6; }
19742 if test "${ac_cv_type_long_long_int+set}" = set; then :
19743 $as_echo_n "(cached) " >&6
19744 else
19745 ac_cv_type_long_long_int=yes
19746 if test "x${ac_cv_prog_cc_c99-no}" = xno; then
19747 ac_cv_type_long_long_int=$ac_cv_type_unsigned_long_long_int
19748 if test $ac_cv_type_long_long_int = yes; then
19749 if test "$cross_compiling" = yes; then :
19751 else
19752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19753 /* end confdefs.h. */
19754 #include <limits.h>
19755 #ifndef LLONG_MAX
19756 # define HALF \
19757 (1LL << (sizeof (long long int) * CHAR_BIT - 2))
19758 # define LLONG_MAX (HALF - 1 + HALF)
19759 #endif
19761 main ()
19763 long long int n = 1;
19764 int i;
19765 for (i = 0; ; i++)
19767 long long int m = n << i;
19768 if (m >> i != n)
19769 return 1;
19770 if (LLONG_MAX / 2 < m)
19771 break;
19773 return 0;
19775 return 0;
19777 _ACEOF
19778 if ac_fn_c_try_run "$LINENO"; then :
19780 else
19781 ac_cv_type_long_long_int=no
19783 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19784 conftest.$ac_objext conftest.beam conftest.$ac_ext
19790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_long_int" >&5
19791 $as_echo "$ac_cv_type_long_long_int" >&6; }
19792 if test $ac_cv_type_long_long_int = yes; then
19794 $as_echo "#define HAVE_LONG_LONG_INT 1" >>confdefs.h
19803 gl_cv_c_multiarch=no
19804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19805 /* end confdefs.h. */
19806 #ifndef __APPLE_CC__
19807 not a universal capable compiler
19808 #endif
19809 typedef int dummy;
19811 _ACEOF
19812 if ac_fn_c_try_compile "$LINENO"; then :
19814 arch=
19815 prev=
19816 for word in ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}; do
19817 if test -n "$prev"; then
19818 case $word in
19819 i?86 | x86_64 | ppc | ppc64)
19820 if test -z "$arch" || test "$arch" = "$word"; then
19821 arch="$word"
19822 else
19823 gl_cv_c_multiarch=yes
19826 esac
19827 prev=
19828 else
19829 if test "x$word" = "x-arch"; then
19830 prev=arch
19833 done
19836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19837 if test $gl_cv_c_multiarch = yes; then
19838 APPLE_UNIVERSAL_BUILD=1
19839 else
19840 APPLE_UNIVERSAL_BUILD=0
19847 if test $ac_cv_type_long_long_int = yes; then
19848 HAVE_LONG_LONG_INT=1
19849 else
19850 HAVE_LONG_LONG_INT=0
19854 if test $ac_cv_type_unsigned_long_long_int = yes; then
19855 HAVE_UNSIGNED_LONG_LONG_INT=1
19856 else
19857 HAVE_UNSIGNED_LONG_LONG_INT=0
19862 if test $ac_cv_header_wchar_h = yes; then
19863 HAVE_WCHAR_H=1
19864 else
19865 HAVE_WCHAR_H=0
19869 if test $ac_cv_header_inttypes_h = yes; then
19870 HAVE_INTTYPES_H=1
19871 else
19872 HAVE_INTTYPES_H=0
19876 if test $ac_cv_header_sys_types_h = yes; then
19877 HAVE_SYS_TYPES_H=1
19878 else
19879 HAVE_SYS_TYPES_H=0
19892 if test $gl_cv_have_include_next = yes; then
19893 gl_cv_next_stdint_h='<'stdint.h'>'
19894 else
19895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdint.h>" >&5
19896 $as_echo_n "checking absolute name of <stdint.h>... " >&6; }
19897 if test "${gl_cv_next_stdint_h+set}" = set; then :
19898 $as_echo_n "(cached) " >&6
19899 else
19901 if test $ac_cv_header_stdint_h = yes; then
19904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19905 /* end confdefs.h. */
19906 #include <stdint.h>
19908 _ACEOF
19909 case "$host_os" in
19910 aix*) gl_absname_cpp="$ac_cpp -C" ;;
19911 *) gl_absname_cpp="$ac_cpp" ;;
19912 esac
19914 case "$host_os" in
19915 mingw*)
19916 gl_dirsep_regex='[/\\]'
19919 gl_dirsep_regex='\/'
19921 esac
19922 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
19924 gl_header_literal_regex=`echo 'stdint.h' \
19925 | sed -e "$gl_make_literal_regex_sed"`
19926 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
19927 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
19928 s|^/[^/]|//&|
19932 gl_cv_next_stdint_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
19933 sed -n "$gl_absolute_header_sed"`'"'
19934 else
19935 gl_cv_next_stdint_h='<'stdint.h'>'
19940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdint_h" >&5
19941 $as_echo "$gl_cv_next_stdint_h" >&6; }
19943 NEXT_STDINT_H=$gl_cv_next_stdint_h
19945 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
19946 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
19947 gl_next_as_first_directive='<'stdint.h'>'
19948 else
19949 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
19950 gl_next_as_first_directive=$gl_cv_next_stdint_h
19952 NEXT_AS_FIRST_DIRECTIVE_STDINT_H=$gl_next_as_first_directive
19957 if test $ac_cv_header_stdint_h = yes; then
19958 HAVE_STDINT_H=1
19959 else
19960 HAVE_STDINT_H=0
19964 if test $ac_cv_header_stdint_h = yes; then
19965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h conforms to C99" >&5
19966 $as_echo_n "checking whether stdint.h conforms to C99... " >&6; }
19967 if test "${gl_cv_header_working_stdint_h+set}" = set; then :
19968 $as_echo_n "(cached) " >&6
19969 else
19970 gl_cv_header_working_stdint_h=no
19971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19972 /* end confdefs.h. */
19975 #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */
19976 #include <stdint.h>
19977 /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */
19978 #if !(defined WCHAR_MIN && defined WCHAR_MAX)
19979 #error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>"
19980 #endif
19983 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
19984 included before <wchar.h>. */
19985 #include <stddef.h>
19986 #include <signal.h>
19987 #if HAVE_WCHAR_H
19988 # include <stdio.h>
19989 # include <time.h>
19990 # include <wchar.h>
19991 #endif
19994 #ifdef INT8_MAX
19995 int8_t a1 = INT8_MAX;
19996 int8_t a1min = INT8_MIN;
19997 #endif
19998 #ifdef INT16_MAX
19999 int16_t a2 = INT16_MAX;
20000 int16_t a2min = INT16_MIN;
20001 #endif
20002 #ifdef INT32_MAX
20003 int32_t a3 = INT32_MAX;
20004 int32_t a3min = INT32_MIN;
20005 #endif
20006 #ifdef INT64_MAX
20007 int64_t a4 = INT64_MAX;
20008 int64_t a4min = INT64_MIN;
20009 #endif
20010 #ifdef UINT8_MAX
20011 uint8_t b1 = UINT8_MAX;
20012 #else
20013 typedef int b1[(unsigned char) -1 != 255 ? 1 : -1];
20014 #endif
20015 #ifdef UINT16_MAX
20016 uint16_t b2 = UINT16_MAX;
20017 #endif
20018 #ifdef UINT32_MAX
20019 uint32_t b3 = UINT32_MAX;
20020 #endif
20021 #ifdef UINT64_MAX
20022 uint64_t b4 = UINT64_MAX;
20023 #endif
20024 int_least8_t c1 = INT8_C (0x7f);
20025 int_least8_t c1max = INT_LEAST8_MAX;
20026 int_least8_t c1min = INT_LEAST8_MIN;
20027 int_least16_t c2 = INT16_C (0x7fff);
20028 int_least16_t c2max = INT_LEAST16_MAX;
20029 int_least16_t c2min = INT_LEAST16_MIN;
20030 int_least32_t c3 = INT32_C (0x7fffffff);
20031 int_least32_t c3max = INT_LEAST32_MAX;
20032 int_least32_t c3min = INT_LEAST32_MIN;
20033 int_least64_t c4 = INT64_C (0x7fffffffffffffff);
20034 int_least64_t c4max = INT_LEAST64_MAX;
20035 int_least64_t c4min = INT_LEAST64_MIN;
20036 uint_least8_t d1 = UINT8_C (0xff);
20037 uint_least8_t d1max = UINT_LEAST8_MAX;
20038 uint_least16_t d2 = UINT16_C (0xffff);
20039 uint_least16_t d2max = UINT_LEAST16_MAX;
20040 uint_least32_t d3 = UINT32_C (0xffffffff);
20041 uint_least32_t d3max = UINT_LEAST32_MAX;
20042 uint_least64_t d4 = UINT64_C (0xffffffffffffffff);
20043 uint_least64_t d4max = UINT_LEAST64_MAX;
20044 int_fast8_t e1 = INT_FAST8_MAX;
20045 int_fast8_t e1min = INT_FAST8_MIN;
20046 int_fast16_t e2 = INT_FAST16_MAX;
20047 int_fast16_t e2min = INT_FAST16_MIN;
20048 int_fast32_t e3 = INT_FAST32_MAX;
20049 int_fast32_t e3min = INT_FAST32_MIN;
20050 int_fast64_t e4 = INT_FAST64_MAX;
20051 int_fast64_t e4min = INT_FAST64_MIN;
20052 uint_fast8_t f1 = UINT_FAST8_MAX;
20053 uint_fast16_t f2 = UINT_FAST16_MAX;
20054 uint_fast32_t f3 = UINT_FAST32_MAX;
20055 uint_fast64_t f4 = UINT_FAST64_MAX;
20056 #ifdef INTPTR_MAX
20057 intptr_t g = INTPTR_MAX;
20058 intptr_t gmin = INTPTR_MIN;
20059 #endif
20060 #ifdef UINTPTR_MAX
20061 uintptr_t h = UINTPTR_MAX;
20062 #endif
20063 intmax_t i = INTMAX_MAX;
20064 uintmax_t j = UINTMAX_MAX;
20066 #include <limits.h> /* for CHAR_BIT */
20067 #define TYPE_MINIMUM(t) \
20068 ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ TYPE_MAXIMUM (t)))
20069 #define TYPE_MAXIMUM(t) \
20070 ((t) ((t) 0 < (t) -1 \
20071 ? (t) -1 \
20072 : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1)))
20073 struct s {
20074 int check_PTRDIFF:
20075 PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t)
20076 && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t)
20077 ? 1 : -1;
20078 /* Detect bug in FreeBSD 6.0 / ia64. */
20079 int check_SIG_ATOMIC:
20080 SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t)
20081 && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t)
20082 ? 1 : -1;
20083 int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1;
20084 int check_WCHAR:
20085 WCHAR_MIN == TYPE_MINIMUM (wchar_t)
20086 && WCHAR_MAX == TYPE_MAXIMUM (wchar_t)
20087 ? 1 : -1;
20088 /* Detect bug in mingw. */
20089 int check_WINT:
20090 WINT_MIN == TYPE_MINIMUM (wint_t)
20091 && WINT_MAX == TYPE_MAXIMUM (wint_t)
20092 ? 1 : -1;
20094 /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */
20095 int check_UINT8_C:
20096 (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
20097 int check_UINT16_C:
20098 (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
20100 /* Detect bugs in OpenBSD 3.9 stdint.h. */
20101 #ifdef UINT8_MAX
20102 int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1;
20103 #endif
20104 #ifdef UINT16_MAX
20105 int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1;
20106 #endif
20107 #ifdef UINT32_MAX
20108 int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;
20109 #endif
20110 #ifdef UINT64_MAX
20111 int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;
20112 #endif
20113 int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
20114 int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;
20115 int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;
20116 int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;
20117 int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;
20118 int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;
20119 int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1;
20120 int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;
20121 int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;
20122 int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
20123 int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
20127 main ()
20131 return 0;
20133 _ACEOF
20134 if ac_fn_c_try_compile "$LINENO"; then :
20135 if test "$cross_compiling" = yes; then :
20136 gl_cv_header_working_stdint_h=yes
20138 else
20139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20140 /* end confdefs.h. */
20143 #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */
20144 #include <stdint.h>
20147 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
20148 included before <wchar.h>. */
20149 #include <stddef.h>
20150 #include <signal.h>
20151 #if HAVE_WCHAR_H
20152 # include <stdio.h>
20153 # include <time.h>
20154 # include <wchar.h>
20155 #endif
20158 #include <stdio.h>
20159 #include <string.h>
20160 #define MVAL(macro) MVAL1(macro)
20161 #define MVAL1(expression) #expression
20162 static const char *macro_values[] =
20164 #ifdef INT8_MAX
20165 MVAL (INT8_MAX),
20166 #endif
20167 #ifdef INT16_MAX
20168 MVAL (INT16_MAX),
20169 #endif
20170 #ifdef INT32_MAX
20171 MVAL (INT32_MAX),
20172 #endif
20173 #ifdef INT64_MAX
20174 MVAL (INT64_MAX),
20175 #endif
20176 #ifdef UINT8_MAX
20177 MVAL (UINT8_MAX),
20178 #endif
20179 #ifdef UINT16_MAX
20180 MVAL (UINT16_MAX),
20181 #endif
20182 #ifdef UINT32_MAX
20183 MVAL (UINT32_MAX),
20184 #endif
20185 #ifdef UINT64_MAX
20186 MVAL (UINT64_MAX),
20187 #endif
20188 NULL
20192 main ()
20195 const char **mv;
20196 for (mv = macro_values; *mv != NULL; mv++)
20198 const char *value = *mv;
20199 /* Test whether it looks like a cast expression. */
20200 if (strncmp (value, "((unsigned int)"/*)*/, 15) == 0
20201 || strncmp (value, "((unsigned short)"/*)*/, 17) == 0
20202 || strncmp (value, "((unsigned char)"/*)*/, 16) == 0
20203 || strncmp (value, "((int)"/*)*/, 6) == 0
20204 || strncmp (value, "((signed short)"/*)*/, 15) == 0
20205 || strncmp (value, "((signed char)"/*)*/, 14) == 0)
20206 return mv - macro_values + 1;
20208 return 0;
20211 return 0;
20213 _ACEOF
20214 if ac_fn_c_try_run "$LINENO"; then :
20215 gl_cv_header_working_stdint_h=yes
20217 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
20218 conftest.$ac_objext conftest.beam conftest.$ac_ext
20223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_stdint_h" >&5
20227 $as_echo "$gl_cv_header_working_stdint_h" >&6; }
20229 if test "$gl_cv_header_working_stdint_h" = yes; then
20230 STDINT_H=
20231 else
20232 for ac_header in sys/inttypes.h sys/bitypes.h
20233 do :
20234 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
20235 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
20236 eval as_val=\$$as_ac_Header
20237 if test "x$as_val" = x""yes; then :
20238 cat >>confdefs.h <<_ACEOF
20239 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
20240 _ACEOF
20244 done
20246 if test $ac_cv_header_sys_inttypes_h = yes; then
20247 HAVE_SYS_INTTYPES_H=1
20248 else
20249 HAVE_SYS_INTTYPES_H=0
20252 if test $ac_cv_header_sys_bitypes_h = yes; then
20253 HAVE_SYS_BITYPES_H=1
20254 else
20255 HAVE_SYS_BITYPES_H=0
20261 if test $APPLE_UNIVERSAL_BUILD = 0; then
20264 for gltype in ptrdiff_t size_t ; do
20265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5
20266 $as_echo_n "checking for bit size of $gltype... " >&6; }
20267 if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then :
20268 $as_echo_n "(cached) " >&6
20269 else
20270 if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" "
20271 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
20272 included before <wchar.h>. */
20273 #include <stddef.h>
20274 #include <signal.h>
20275 #if HAVE_WCHAR_H
20276 # include <stdio.h>
20277 # include <time.h>
20278 # include <wchar.h>
20279 #endif
20281 #include <limits.h>"; then :
20283 else
20284 result=unknown
20287 eval gl_cv_bitsizeof_${gltype}=\$result
20290 eval ac_res=\$gl_cv_bitsizeof_${gltype}
20291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
20292 $as_echo "$ac_res" >&6; }
20293 eval result=\$gl_cv_bitsizeof_${gltype}
20294 if test $result = unknown; then
20295 result=0
20297 GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
20298 cat >>confdefs.h <<_ACEOF
20299 #define BITSIZEOF_${GLTYPE} $result
20300 _ACEOF
20302 eval BITSIZEOF_${GLTYPE}=\$result
20303 done
20309 for gltype in sig_atomic_t wchar_t wint_t ; do
20310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5
20311 $as_echo_n "checking for bit size of $gltype... " >&6; }
20312 if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then :
20313 $as_echo_n "(cached) " >&6
20314 else
20315 if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" "
20316 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
20317 included before <wchar.h>. */
20318 #include <stddef.h>
20319 #include <signal.h>
20320 #if HAVE_WCHAR_H
20321 # include <stdio.h>
20322 # include <time.h>
20323 # include <wchar.h>
20324 #endif
20326 #include <limits.h>"; then :
20328 else
20329 result=unknown
20332 eval gl_cv_bitsizeof_${gltype}=\$result
20335 eval ac_res=\$gl_cv_bitsizeof_${gltype}
20336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
20337 $as_echo "$ac_res" >&6; }
20338 eval result=\$gl_cv_bitsizeof_${gltype}
20339 if test $result = unknown; then
20340 result=0
20342 GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
20343 cat >>confdefs.h <<_ACEOF
20344 #define BITSIZEOF_${GLTYPE} $result
20345 _ACEOF
20347 eval BITSIZEOF_${GLTYPE}=\$result
20348 done
20353 for gltype in sig_atomic_t wchar_t wint_t ; do
20354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gltype is signed" >&5
20355 $as_echo_n "checking whether $gltype is signed... " >&6; }
20356 if { as_var=gl_cv_type_${gltype}_signed; eval "test \"\${$as_var+set}\" = set"; }; then :
20357 $as_echo_n "(cached) " >&6
20358 else
20359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20360 /* end confdefs.h. */
20362 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
20363 included before <wchar.h>. */
20364 #include <stddef.h>
20365 #include <signal.h>
20366 #if HAVE_WCHAR_H
20367 # include <stdio.h>
20368 # include <time.h>
20369 # include <wchar.h>
20370 #endif
20372 int verify[2 * (($gltype) -1 < ($gltype) 0) - 1];
20374 main ()
20378 return 0;
20380 _ACEOF
20381 if ac_fn_c_try_compile "$LINENO"; then :
20382 result=yes
20383 else
20384 result=no
20386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20387 eval gl_cv_type_${gltype}_signed=\$result
20390 eval ac_res=\$gl_cv_type_${gltype}_signed
20391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
20392 $as_echo "$ac_res" >&6; }
20393 eval result=\$gl_cv_type_${gltype}_signed
20394 GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
20395 if test "$result" = yes; then
20396 cat >>confdefs.h <<_ACEOF
20397 #define HAVE_SIGNED_${GLTYPE} 1
20398 _ACEOF
20400 eval HAVE_SIGNED_${GLTYPE}=1
20401 else
20402 eval HAVE_SIGNED_${GLTYPE}=0
20404 done
20407 gl_cv_type_ptrdiff_t_signed=yes
20408 gl_cv_type_size_t_signed=no
20409 if test $APPLE_UNIVERSAL_BUILD = 0; then
20412 for gltype in ptrdiff_t size_t ; do
20413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5
20414 $as_echo_n "checking for $gltype integer literal suffix... " >&6; }
20415 if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then :
20416 $as_echo_n "(cached) " >&6
20417 else
20418 eval gl_cv_type_${gltype}_suffix=no
20419 eval result=\$gl_cv_type_${gltype}_signed
20420 if test "$result" = yes; then
20421 glsufu=
20422 else
20423 glsufu=u
20425 for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do
20426 case $glsuf in
20427 '') gltype1='int';;
20428 l) gltype1='long int';;
20429 ll) gltype1='long long int';;
20430 i64) gltype1='__int64';;
20431 u) gltype1='unsigned int';;
20432 ul) gltype1='unsigned long int';;
20433 ull) gltype1='unsigned long long int';;
20434 ui64)gltype1='unsigned __int64';;
20435 esac
20436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20437 /* end confdefs.h. */
20439 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
20440 included before <wchar.h>. */
20441 #include <stddef.h>
20442 #include <signal.h>
20443 #if HAVE_WCHAR_H
20444 # include <stdio.h>
20445 # include <time.h>
20446 # include <wchar.h>
20447 #endif
20449 extern $gltype foo;
20450 extern $gltype1 foo;
20452 main ()
20456 return 0;
20458 _ACEOF
20459 if ac_fn_c_try_compile "$LINENO"; then :
20460 eval gl_cv_type_${gltype}_suffix=\$glsuf
20462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20463 eval result=\$gl_cv_type_${gltype}_suffix
20464 test "$result" != no && break
20465 done
20467 eval ac_res=\$gl_cv_type_${gltype}_suffix
20468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
20469 $as_echo "$ac_res" >&6; }
20470 GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
20471 eval result=\$gl_cv_type_${gltype}_suffix
20472 test "$result" = no && result=
20473 eval ${GLTYPE}_SUFFIX=\$result
20474 cat >>confdefs.h <<_ACEOF
20475 #define ${GLTYPE}_SUFFIX $result
20476 _ACEOF
20478 done
20484 for gltype in sig_atomic_t wchar_t wint_t ; do
20485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5
20486 $as_echo_n "checking for $gltype integer literal suffix... " >&6; }
20487 if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then :
20488 $as_echo_n "(cached) " >&6
20489 else
20490 eval gl_cv_type_${gltype}_suffix=no
20491 eval result=\$gl_cv_type_${gltype}_signed
20492 if test "$result" = yes; then
20493 glsufu=
20494 else
20495 glsufu=u
20497 for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do
20498 case $glsuf in
20499 '') gltype1='int';;
20500 l) gltype1='long int';;
20501 ll) gltype1='long long int';;
20502 i64) gltype1='__int64';;
20503 u) gltype1='unsigned int';;
20504 ul) gltype1='unsigned long int';;
20505 ull) gltype1='unsigned long long int';;
20506 ui64)gltype1='unsigned __int64';;
20507 esac
20508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20509 /* end confdefs.h. */
20511 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
20512 included before <wchar.h>. */
20513 #include <stddef.h>
20514 #include <signal.h>
20515 #if HAVE_WCHAR_H
20516 # include <stdio.h>
20517 # include <time.h>
20518 # include <wchar.h>
20519 #endif
20521 extern $gltype foo;
20522 extern $gltype1 foo;
20524 main ()
20528 return 0;
20530 _ACEOF
20531 if ac_fn_c_try_compile "$LINENO"; then :
20532 eval gl_cv_type_${gltype}_suffix=\$glsuf
20534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20535 eval result=\$gl_cv_type_${gltype}_suffix
20536 test "$result" != no && break
20537 done
20539 eval ac_res=\$gl_cv_type_${gltype}_suffix
20540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
20541 $as_echo "$ac_res" >&6; }
20542 GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
20543 eval result=\$gl_cv_type_${gltype}_suffix
20544 test "$result" = no && result=
20545 eval ${GLTYPE}_SUFFIX=\$result
20546 cat >>confdefs.h <<_ACEOF
20547 #define ${GLTYPE}_SUFFIX $result
20548 _ACEOF
20550 done
20554 if test $BITSIZEOF_WINT_T -lt 32; then
20555 BITSIZEOF_WINT_T=32
20558 STDINT_H=stdint.h
20561 if test -n "$STDINT_H"; then
20562 GL_GENERATE_STDINT_H_TRUE=
20563 GL_GENERATE_STDINT_H_FALSE='#'
20564 else
20565 GL_GENERATE_STDINT_H_TRUE='#'
20566 GL_GENERATE_STDINT_H_FALSE=
20573 GNULIB_IMAXABS=0;
20574 GNULIB_IMAXDIV=0;
20575 GNULIB_STRTOIMAX=0;
20576 GNULIB_STRTOUMAX=0;
20577 HAVE_DECL_IMAXABS=1;
20578 HAVE_DECL_IMAXDIV=1;
20579 HAVE_DECL_STRTOIMAX=1;
20580 HAVE_DECL_STRTOUMAX=1;
20581 REPLACE_STRTOIMAX=0;
20582 INT32_MAX_LT_INTMAX_MAX=1;
20583 INT64_MAX_EQ_LONG_MAX='defined _LP64';
20584 PRI_MACROS_BROKEN=0;
20585 PRIPTR_PREFIX=__PRIPTR_PREFIX;
20586 UINT32_MAX_LT_UINTMAX_MAX=1;
20587 UINT64_MAX_EQ_ULONG_MAX='defined _LP64';
20603 if test $gl_cv_have_include_next = yes; then
20604 gl_cv_next_inttypes_h='<'inttypes.h'>'
20605 else
20606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <inttypes.h>" >&5
20607 $as_echo_n "checking absolute name of <inttypes.h>... " >&6; }
20608 if test "${gl_cv_next_inttypes_h+set}" = set; then :
20609 $as_echo_n "(cached) " >&6
20610 else
20612 if test $ac_cv_header_inttypes_h = yes; then
20615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20616 /* end confdefs.h. */
20617 #include <inttypes.h>
20619 _ACEOF
20620 case "$host_os" in
20621 aix*) gl_absname_cpp="$ac_cpp -C" ;;
20622 *) gl_absname_cpp="$ac_cpp" ;;
20623 esac
20625 case "$host_os" in
20626 mingw*)
20627 gl_dirsep_regex='[/\\]'
20630 gl_dirsep_regex='\/'
20632 esac
20633 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
20635 gl_header_literal_regex=`echo 'inttypes.h' \
20636 | sed -e "$gl_make_literal_regex_sed"`
20637 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
20638 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
20639 s|^/[^/]|//&|
20643 gl_cv_next_inttypes_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
20644 sed -n "$gl_absolute_header_sed"`'"'
20645 else
20646 gl_cv_next_inttypes_h='<'inttypes.h'>'
20651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_inttypes_h" >&5
20652 $as_echo "$gl_cv_next_inttypes_h" >&6; }
20654 NEXT_INTTYPES_H=$gl_cv_next_inttypes_h
20656 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
20657 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
20658 gl_next_as_first_directive='<'inttypes.h'>'
20659 else
20660 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
20661 gl_next_as_first_directive=$gl_cv_next_inttypes_h
20663 NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H=$gl_next_as_first_directive
20675 case "$host_os" in
20676 mingw*)
20677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit off_t" >&5
20678 $as_echo_n "checking for 64-bit off_t... " >&6; }
20679 if test "${gl_cv_type_off_t_64+set}" = set; then :
20680 $as_echo_n "(cached) " >&6
20681 else
20682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20683 /* end confdefs.h. */
20684 #include <sys/types.h>
20685 int verify_off_t_size[sizeof (off_t) >= 8 ? 1 : -1];
20688 main ()
20692 return 0;
20694 _ACEOF
20695 if ac_fn_c_try_compile "$LINENO"; then :
20696 gl_cv_type_off_t_64=yes
20697 else
20698 gl_cv_type_off_t_64=no
20700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_off_t_64" >&5
20704 $as_echo "$gl_cv_type_off_t_64" >&6; }
20705 if test $gl_cv_type_off_t_64 = no; then
20706 WINDOWS_64_BIT_OFF_T=1
20707 else
20708 WINDOWS_64_BIT_OFF_T=0
20710 WINDOWS_64_BIT_ST_SIZE=1
20713 WINDOWS_64_BIT_OFF_T=0
20714 WINDOWS_64_BIT_ST_SIZE=0
20716 esac
20721 GNULIB_FFSL=0;
20722 GNULIB_FFSLL=0;
20723 GNULIB_MEMCHR=0;
20724 GNULIB_MEMMEM=0;
20725 GNULIB_MEMPCPY=0;
20726 GNULIB_MEMRCHR=0;
20727 GNULIB_RAWMEMCHR=0;
20728 GNULIB_STPCPY=0;
20729 GNULIB_STPNCPY=0;
20730 GNULIB_STRCHRNUL=0;
20731 GNULIB_STRDUP=0;
20732 GNULIB_STRNCAT=0;
20733 GNULIB_STRNDUP=0;
20734 GNULIB_STRNLEN=0;
20735 GNULIB_STRPBRK=0;
20736 GNULIB_STRSEP=0;
20737 GNULIB_STRSTR=0;
20738 GNULIB_STRCASESTR=0;
20739 GNULIB_STRTOK_R=0;
20740 GNULIB_MBSLEN=0;
20741 GNULIB_MBSNLEN=0;
20742 GNULIB_MBSCHR=0;
20743 GNULIB_MBSRCHR=0;
20744 GNULIB_MBSSTR=0;
20745 GNULIB_MBSCASECMP=0;
20746 GNULIB_MBSNCASECMP=0;
20747 GNULIB_MBSPCASECMP=0;
20748 GNULIB_MBSCASESTR=0;
20749 GNULIB_MBSCSPN=0;
20750 GNULIB_MBSPBRK=0;
20751 GNULIB_MBSSPN=0;
20752 GNULIB_MBSSEP=0;
20753 GNULIB_MBSTOK_R=0;
20754 GNULIB_STRERROR=0;
20755 GNULIB_STRERROR_R=0;
20756 GNULIB_STRSIGNAL=0;
20757 GNULIB_STRVERSCMP=0;
20758 HAVE_MBSLEN=0;
20759 HAVE_FFSL=1;
20760 HAVE_FFSLL=1;
20761 HAVE_MEMCHR=1;
20762 HAVE_DECL_MEMMEM=1;
20763 HAVE_MEMPCPY=1;
20764 HAVE_DECL_MEMRCHR=1;
20765 HAVE_RAWMEMCHR=1;
20766 HAVE_STPCPY=1;
20767 HAVE_STPNCPY=1;
20768 HAVE_STRCHRNUL=1;
20769 HAVE_DECL_STRDUP=1;
20770 HAVE_DECL_STRNDUP=1;
20771 HAVE_DECL_STRNLEN=1;
20772 HAVE_STRPBRK=1;
20773 HAVE_STRSEP=1;
20774 HAVE_STRCASESTR=1;
20775 HAVE_DECL_STRTOK_R=1;
20776 HAVE_DECL_STRERROR_R=1;
20777 HAVE_DECL_STRSIGNAL=1;
20778 HAVE_STRVERSCMP=1;
20779 REPLACE_MEMCHR=0;
20780 REPLACE_MEMMEM=0;
20781 REPLACE_STPNCPY=0;
20782 REPLACE_STRDUP=0;
20783 REPLACE_STRSTR=0;
20784 REPLACE_STRCASESTR=0;
20785 REPLACE_STRCHRNUL=0;
20786 REPLACE_STRERROR=0;
20787 REPLACE_STRERROR_R=0;
20788 REPLACE_STRNCAT=0;
20789 REPLACE_STRNDUP=0;
20790 REPLACE_STRNLEN=0;
20791 REPLACE_STRSIGNAL=0;
20792 REPLACE_STRTOK_R=0;
20793 UNDEFINE_STRTOK_R=0;
20795 ac_fn_c_check_decl "$LINENO" "memrchr" "ac_cv_have_decl_memrchr" "$ac_includes_default"
20796 if test "x$ac_cv_have_decl_memrchr" = x""yes; then :
20797 ac_have_decl=1
20798 else
20799 ac_have_decl=0
20802 cat >>confdefs.h <<_ACEOF
20803 #define HAVE_DECL_MEMRCHR $ac_have_decl
20804 _ACEOF
20809 GNULIB_MKTIME=0;
20810 GNULIB_NANOSLEEP=0;
20811 GNULIB_STRPTIME=0;
20812 GNULIB_TIMEGM=0;
20813 GNULIB_TIME_R=0;
20814 HAVE_DECL_LOCALTIME_R=1;
20815 HAVE_NANOSLEEP=1;
20816 HAVE_STRPTIME=1;
20817 HAVE_TIMEGM=1;
20818 REPLACE_LOCALTIME_R=GNULIB_PORTCHECK;
20819 REPLACE_MKTIME=GNULIB_PORTCHECK;
20820 REPLACE_NANOSLEEP=GNULIB_PORTCHECK;
20821 REPLACE_TIMEGM=GNULIB_PORTCHECK;
20823 ac_fn_c_check_decl "$LINENO" "alarm" "ac_cv_have_decl_alarm" "$ac_includes_default"
20824 if test "x$ac_cv_have_decl_alarm" = x""yes; then :
20825 ac_have_decl=1
20826 else
20827 ac_have_decl=0
20830 cat >>confdefs.h <<_ACEOF
20831 #define HAVE_DECL_ALARM $ac_have_decl
20832 _ACEOF
20837 GNULIB_PSELECT=0;
20838 GNULIB_SELECT=0;
20839 HAVE_PSELECT=1;
20840 REPLACE_PSELECT=0;
20841 REPLACE_SELECT=0;
20848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <sys/select.h> is self-contained" >&5
20849 $as_echo_n "checking whether <sys/select.h> is self-contained... " >&6; }
20850 if test "${gl_cv_header_sys_select_h_selfcontained+set}" = set; then :
20851 $as_echo_n "(cached) " >&6
20852 else
20854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20855 /* end confdefs.h. */
20856 #include <sys/select.h>
20858 main ()
20860 struct timeval b;
20862 return 0;
20864 _ACEOF
20865 if ac_fn_c_try_compile "$LINENO"; then :
20866 gl_cv_header_sys_select_h_selfcontained=yes
20867 else
20868 gl_cv_header_sys_select_h_selfcontained=no
20870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20871 if test $gl_cv_header_sys_select_h_selfcontained = yes; then
20872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20873 /* end confdefs.h. */
20874 #include <sys/select.h>
20876 main ()
20878 int memset; int bzero;
20880 return 0;
20883 _ACEOF
20884 if ac_fn_c_try_compile "$LINENO"; then :
20885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20886 /* end confdefs.h. */
20887 #include <sys/select.h>
20889 main ()
20892 #undef memset
20893 #define memset nonexistent_memset
20894 extern
20895 #ifdef __cplusplus
20897 #endif
20898 void *memset (void *, int, unsigned long);
20899 #undef bzero
20900 #define bzero nonexistent_bzero
20901 extern
20902 #ifdef __cplusplus
20904 #endif
20905 void bzero (void *, unsigned long);
20906 fd_set fds;
20907 FD_ZERO (&fds);
20910 return 0;
20913 _ACEOF
20914 if ac_fn_c_try_link "$LINENO"; then :
20916 else
20917 gl_cv_header_sys_select_h_selfcontained=no
20919 rm -f core conftest.err conftest.$ac_objext \
20920 conftest$ac_exeext conftest.$ac_ext
20923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_sys_select_h_selfcontained" >&5
20928 $as_echo "$gl_cv_header_sys_select_h_selfcontained" >&6; }
20938 if test $gl_cv_have_include_next = yes; then
20939 gl_cv_next_sys_select_h='<'sys/select.h'>'
20940 else
20941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/select.h>" >&5
20942 $as_echo_n "checking absolute name of <sys/select.h>... " >&6; }
20943 if test "${gl_cv_next_sys_select_h+set}" = set; then :
20944 $as_echo_n "(cached) " >&6
20945 else
20947 if test $ac_cv_header_sys_select_h = yes; then
20950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20951 /* end confdefs.h. */
20952 #include <sys/select.h>
20954 _ACEOF
20955 case "$host_os" in
20956 aix*) gl_absname_cpp="$ac_cpp -C" ;;
20957 *) gl_absname_cpp="$ac_cpp" ;;
20958 esac
20960 case "$host_os" in
20961 mingw*)
20962 gl_dirsep_regex='[/\\]'
20965 gl_dirsep_regex='\/'
20967 esac
20968 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
20970 gl_header_literal_regex=`echo 'sys/select.h' \
20971 | sed -e "$gl_make_literal_regex_sed"`
20972 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
20973 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
20974 s|^/[^/]|//&|
20978 gl_cv_next_sys_select_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
20979 sed -n "$gl_absolute_header_sed"`'"'
20980 else
20981 gl_cv_next_sys_select_h='<'sys/select.h'>'
20986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_select_h" >&5
20987 $as_echo "$gl_cv_next_sys_select_h" >&6; }
20989 NEXT_SYS_SELECT_H=$gl_cv_next_sys_select_h
20991 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
20992 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
20993 gl_next_as_first_directive='<'sys/select.h'>'
20994 else
20995 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
20996 gl_next_as_first_directive=$gl_cv_next_sys_select_h
20998 NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H=$gl_next_as_first_directive
21003 if test $ac_cv_header_sys_select_h = yes; then
21004 HAVE_SYS_SELECT_H=1
21005 else
21006 HAVE_SYS_SELECT_H=0
21013 if test $ac_cv_header_sys_socket_h != yes; then
21014 for ac_header in winsock2.h
21015 do :
21016 ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default"
21017 if test "x$ac_cv_header_winsock2_h" = x""yes; then :
21018 cat >>confdefs.h <<_ACEOF
21019 #define HAVE_WINSOCK2_H 1
21020 _ACEOF
21024 done
21027 if test "$ac_cv_header_winsock2_h" = yes; then
21028 HAVE_WINSOCK2_H=1
21029 UNISTD_H_HAVE_WINSOCK2_H=1
21030 SYS_IOCTL_H_HAVE_WINSOCK2_H=1
21031 else
21032 HAVE_WINSOCK2_H=0
21042 GNULIB_PTHREAD_SIGMASK=0;
21043 GNULIB_RAISE=0;
21044 GNULIB_SIGNAL_H_SIGPIPE=0;
21045 GNULIB_SIGPROCMASK=0;
21046 GNULIB_SIGACTION=0;
21047 HAVE_POSIX_SIGNALBLOCKING=1;
21048 HAVE_PTHREAD_SIGMASK=1;
21049 HAVE_RAISE=1;
21050 HAVE_SIGSET_T=1;
21051 HAVE_SIGINFO_T=1;
21052 HAVE_SIGACTION=1;
21053 HAVE_STRUCT_SIGACTION_SA_SIGACTION=1;
21055 HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=1;
21057 HAVE_SIGHANDLER_T=1;
21058 REPLACE_PTHREAD_SIGMASK=0;
21059 REPLACE_RAISE=0;
21067 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "
21068 #include <signal.h>
21069 /* Mingw defines sigset_t not in <signal.h>, but in <sys/types.h>. */
21070 #include <sys/types.h>
21073 if test "x$ac_cv_type_sigset_t" = x""yes; then :
21075 cat >>confdefs.h <<_ACEOF
21076 #define HAVE_SIGSET_T 1
21077 _ACEOF
21079 gl_cv_type_sigset_t=yes
21080 else
21081 gl_cv_type_sigset_t=no
21084 if test $gl_cv_type_sigset_t != yes; then
21085 HAVE_SIGSET_T=0
21090 if test $ac_cv_header_sys_socket_h = no; then
21091 for ac_header in ws2tcpip.h
21092 do :
21093 ac_fn_c_check_header_mongrel "$LINENO" "ws2tcpip.h" "ac_cv_header_ws2tcpip_h" "$ac_includes_default"
21094 if test "x$ac_cv_header_ws2tcpip_h" = x""yes; then :
21095 cat >>confdefs.h <<_ACEOF
21096 #define HAVE_WS2TCPIP_H 1
21097 _ACEOF
21101 done
21105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
21106 $as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
21107 if test "${ac_cv_header_stdbool_h+set}" = set; then :
21108 $as_echo_n "(cached) " >&6
21109 else
21110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21111 /* end confdefs.h. */
21113 #include <stdbool.h>
21114 #ifndef bool
21115 "error: bool is not defined"
21116 #endif
21117 #ifndef false
21118 "error: false is not defined"
21119 #endif
21120 #if false
21121 "error: false is not 0"
21122 #endif
21123 #ifndef true
21124 "error: true is not defined"
21125 #endif
21126 #if true != 1
21127 "error: true is not 1"
21128 #endif
21129 #ifndef __bool_true_false_are_defined
21130 "error: __bool_true_false_are_defined is not defined"
21131 #endif
21133 struct s { _Bool s: 1; _Bool t; } s;
21135 char a[true == 1 ? 1 : -1];
21136 char b[false == 0 ? 1 : -1];
21137 char c[__bool_true_false_are_defined == 1 ? 1 : -1];
21138 char d[(bool) 0.5 == true ? 1 : -1];
21139 /* See body of main program for 'e'. */
21140 char f[(_Bool) 0.0 == false ? 1 : -1];
21141 char g[true];
21142 char h[sizeof (_Bool)];
21143 char i[sizeof s.t];
21144 enum { j = false, k = true, l = false * true, m = true * 256 };
21145 /* The following fails for
21146 HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
21147 _Bool n[m];
21148 char o[sizeof n == m * sizeof n[0] ? 1 : -1];
21149 char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
21150 /* Catch a bug in an HP-UX C compiler. See
21151 http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
21152 http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
21154 _Bool q = true;
21155 _Bool *pq = &q;
21158 main ()
21161 bool e = &s;
21162 *pq |= q;
21163 *pq |= ! q;
21164 /* Refer to every declared value, to avoid compiler optimizations. */
21165 return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
21166 + !m + !n + !o + !p + !q + !pq);
21169 return 0;
21171 _ACEOF
21172 if ac_fn_c_try_compile "$LINENO"; then :
21173 ac_cv_header_stdbool_h=yes
21174 else
21175 ac_cv_header_stdbool_h=no
21177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
21180 $as_echo "$ac_cv_header_stdbool_h" >&6; }
21181 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
21182 if test "x$ac_cv_type__Bool" = x""yes; then :
21184 cat >>confdefs.h <<_ACEOF
21185 #define HAVE__BOOL 1
21186 _ACEOF
21193 REPLACE_NULL=0;
21194 HAVE_WCHAR_T=1;
21197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5
21198 $as_echo_n "checking for wchar_t... " >&6; }
21199 if test "${gt_cv_c_wchar_t+set}" = set; then :
21200 $as_echo_n "(cached) " >&6
21201 else
21202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21203 /* end confdefs.h. */
21204 #include <stddef.h>
21205 wchar_t foo = (wchar_t)'\0';
21207 main ()
21211 return 0;
21213 _ACEOF
21214 if ac_fn_c_try_compile "$LINENO"; then :
21215 gt_cv_c_wchar_t=yes
21216 else
21217 gt_cv_c_wchar_t=no
21219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wchar_t" >&5
21222 $as_echo "$gt_cv_c_wchar_t" >&6; }
21223 if test $gt_cv_c_wchar_t = yes; then
21225 $as_echo "#define HAVE_WCHAR_T 1" >>confdefs.h
21230 GNULIB_DPRINTF=0;
21231 GNULIB_FCLOSE=0;
21232 GNULIB_FDOPEN=0;
21233 GNULIB_FFLUSH=0;
21234 GNULIB_FGETC=0;
21235 GNULIB_FGETS=0;
21236 GNULIB_FOPEN=0;
21237 GNULIB_FPRINTF=0;
21238 GNULIB_FPRINTF_POSIX=0;
21239 GNULIB_FPURGE=0;
21240 GNULIB_FPUTC=0;
21241 GNULIB_FPUTS=0;
21242 GNULIB_FREAD=0;
21243 GNULIB_FREOPEN=0;
21244 GNULIB_FSCANF=0;
21245 GNULIB_FSEEK=0;
21246 GNULIB_FSEEKO=0;
21247 GNULIB_FTELL=0;
21248 GNULIB_FTELLO=0;
21249 GNULIB_FWRITE=0;
21250 GNULIB_GETC=0;
21251 GNULIB_GETCHAR=0;
21252 GNULIB_GETDELIM=0;
21253 GNULIB_GETLINE=0;
21254 GNULIB_OBSTACK_PRINTF=0;
21255 GNULIB_OBSTACK_PRINTF_POSIX=0;
21256 GNULIB_PCLOSE=0;
21257 GNULIB_PERROR=0;
21258 GNULIB_POPEN=0;
21259 GNULIB_PRINTF=0;
21260 GNULIB_PRINTF_POSIX=0;
21261 GNULIB_PUTC=0;
21262 GNULIB_PUTCHAR=0;
21263 GNULIB_PUTS=0;
21264 GNULIB_REMOVE=0;
21265 GNULIB_RENAME=0;
21266 GNULIB_RENAMEAT=0;
21267 GNULIB_SCANF=0;
21268 GNULIB_SNPRINTF=0;
21269 GNULIB_SPRINTF_POSIX=0;
21270 GNULIB_STDIO_H_NONBLOCKING=0;
21271 GNULIB_STDIO_H_SIGPIPE=0;
21272 GNULIB_TMPFILE=0;
21273 GNULIB_VASPRINTF=0;
21274 GNULIB_VFSCANF=0;
21275 GNULIB_VSCANF=0;
21276 GNULIB_VDPRINTF=0;
21277 GNULIB_VFPRINTF=0;
21278 GNULIB_VFPRINTF_POSIX=0;
21279 GNULIB_VPRINTF=0;
21280 GNULIB_VPRINTF_POSIX=0;
21281 GNULIB_VSNPRINTF=0;
21282 GNULIB_VSPRINTF_POSIX=0;
21283 HAVE_DECL_FPURGE=1;
21284 HAVE_DECL_FSEEKO=1;
21285 HAVE_DECL_FTELLO=1;
21286 HAVE_DECL_GETDELIM=1;
21287 HAVE_DECL_GETLINE=1;
21288 HAVE_DECL_OBSTACK_PRINTF=1;
21289 HAVE_DECL_SNPRINTF=1;
21290 HAVE_DECL_VSNPRINTF=1;
21291 HAVE_DPRINTF=1;
21292 HAVE_FSEEKO=1;
21293 HAVE_FTELLO=1;
21294 HAVE_PCLOSE=1;
21295 HAVE_POPEN=1;
21296 HAVE_RENAMEAT=1;
21297 HAVE_VASPRINTF=1;
21298 HAVE_VDPRINTF=1;
21299 REPLACE_DPRINTF=0;
21300 REPLACE_FCLOSE=0;
21301 REPLACE_FDOPEN=0;
21302 REPLACE_FFLUSH=0;
21303 REPLACE_FOPEN=0;
21304 REPLACE_FPRINTF=0;
21305 REPLACE_FPURGE=0;
21306 REPLACE_FREOPEN=0;
21307 REPLACE_FSEEK=0;
21308 REPLACE_FSEEKO=0;
21309 REPLACE_FTELL=0;
21310 REPLACE_FTELLO=0;
21311 REPLACE_GETDELIM=0;
21312 REPLACE_GETLINE=0;
21313 REPLACE_OBSTACK_PRINTF=0;
21314 REPLACE_PERROR=0;
21315 REPLACE_POPEN=0;
21316 REPLACE_PRINTF=0;
21317 REPLACE_REMOVE=0;
21318 REPLACE_RENAME=0;
21319 REPLACE_RENAMEAT=0;
21320 REPLACE_SNPRINTF=0;
21321 REPLACE_SPRINTF=0;
21322 REPLACE_STDIO_READ_FUNCS=0;
21323 REPLACE_STDIO_WRITE_FUNCS=0;
21324 REPLACE_TMPFILE=0;
21325 REPLACE_VASPRINTF=0;
21326 REPLACE_VDPRINTF=0;
21327 REPLACE_VFPRINTF=0;
21328 REPLACE_VPRINTF=0;
21329 REPLACE_VSNPRINTF=0;
21330 REPLACE_VSPRINTF=0;
21332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
21333 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
21334 if test "${ac_cv_struct_tm+set}" = set; then :
21335 $as_echo_n "(cached) " >&6
21336 else
21337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21338 /* end confdefs.h. */
21339 #include <sys/types.h>
21340 #include <time.h>
21343 main ()
21345 struct tm tm;
21346 int *p = &tm.tm_sec;
21347 return !p;
21349 return 0;
21351 _ACEOF
21352 if ac_fn_c_try_compile "$LINENO"; then :
21353 ac_cv_struct_tm=time.h
21354 else
21355 ac_cv_struct_tm=sys/time.h
21357 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5
21360 $as_echo "$ac_cv_struct_tm" >&6; }
21361 if test $ac_cv_struct_tm = sys/time.h; then
21363 $as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h
21367 ac_fn_c_check_member "$LINENO" "struct tm" "tm_zone" "ac_cv_member_struct_tm_tm_zone" "#include <sys/types.h>
21368 #include <$ac_cv_struct_tm>
21371 if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then :
21373 cat >>confdefs.h <<_ACEOF
21374 #define HAVE_STRUCT_TM_TM_ZONE 1
21375 _ACEOF
21380 if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
21382 $as_echo "#define HAVE_TM_ZONE 1" >>confdefs.h
21384 else
21385 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h>
21387 if test "x$ac_cv_have_decl_tzname" = x""yes; then :
21388 ac_have_decl=1
21389 else
21390 ac_have_decl=0
21393 cat >>confdefs.h <<_ACEOF
21394 #define HAVE_DECL_TZNAME $ac_have_decl
21395 _ACEOF
21397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5
21398 $as_echo_n "checking for tzname... " >&6; }
21399 if test "${ac_cv_var_tzname+set}" = set; then :
21400 $as_echo_n "(cached) " >&6
21401 else
21402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21403 /* end confdefs.h. */
21404 #include <time.h>
21405 #if !HAVE_DECL_TZNAME
21406 extern char *tzname[];
21407 #endif
21410 main ()
21412 return tzname[0][0];
21414 return 0;
21416 _ACEOF
21417 if ac_fn_c_try_link "$LINENO"; then :
21418 ac_cv_var_tzname=yes
21419 else
21420 ac_cv_var_tzname=no
21422 rm -f core conftest.err conftest.$ac_objext \
21423 conftest$ac_exeext conftest.$ac_ext
21425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var_tzname" >&5
21426 $as_echo "$ac_cv_var_tzname" >&6; }
21427 if test $ac_cv_var_tzname = yes; then
21429 $as_echo "#define HAVE_TZNAME 1" >>confdefs.h
21435 ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h>
21437 if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then :
21439 $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
21455 if test $gl_cv_have_include_next = yes; then
21456 gl_cv_next_string_h='<'string.h'>'
21457 else
21458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <string.h>" >&5
21459 $as_echo_n "checking absolute name of <string.h>... " >&6; }
21460 if test "${gl_cv_next_string_h+set}" = set; then :
21461 $as_echo_n "(cached) " >&6
21462 else
21464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21465 /* end confdefs.h. */
21466 #include <string.h>
21468 _ACEOF
21469 case "$host_os" in
21470 aix*) gl_absname_cpp="$ac_cpp -C" ;;
21471 *) gl_absname_cpp="$ac_cpp" ;;
21472 esac
21474 case "$host_os" in
21475 mingw*)
21476 gl_dirsep_regex='[/\\]'
21479 gl_dirsep_regex='\/'
21481 esac
21482 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
21484 gl_header_literal_regex=`echo 'string.h' \
21485 | sed -e "$gl_make_literal_regex_sed"`
21486 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
21487 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
21488 s|^/[^/]|//&|
21492 gl_cv_next_string_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
21493 sed -n "$gl_absolute_header_sed"`'"'
21497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_string_h" >&5
21498 $as_echo "$gl_cv_next_string_h" >&6; }
21500 NEXT_STRING_H=$gl_cv_next_string_h
21502 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
21503 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
21504 gl_next_as_first_directive='<'string.h'>'
21505 else
21506 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
21507 gl_next_as_first_directive=$gl_cv_next_string_h
21509 NEXT_AS_FIRST_DIRECTIVE_STRING_H=$gl_next_as_first_directive
21519 ac_fn_c_check_decl "$LINENO" "strtoimax" "ac_cv_have_decl_strtoimax" "$ac_includes_default"
21520 if test "x$ac_cv_have_decl_strtoimax" = x""yes; then :
21521 ac_have_decl=1
21522 else
21523 ac_have_decl=0
21526 cat >>confdefs.h <<_ACEOF
21527 #define HAVE_DECL_STRTOIMAX $ac_have_decl
21528 _ACEOF
21532 ac_fn_c_check_decl "$LINENO" "strtoumax" "ac_cv_have_decl_strtoumax" "$ac_includes_default"
21533 if test "x$ac_cv_have_decl_strtoumax" = x""yes; then :
21534 ac_have_decl=1
21535 else
21536 ac_have_decl=0
21539 cat >>confdefs.h <<_ACEOF
21540 #define HAVE_DECL_STRTOUMAX $ac_have_decl
21541 _ACEOF
21545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
21546 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
21547 if test "${ac_cv_header_stat_broken+set}" = set; then :
21548 $as_echo_n "(cached) " >&6
21549 else
21550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21551 /* end confdefs.h. */
21552 #include <sys/types.h>
21553 #include <sys/stat.h>
21555 #if defined S_ISBLK && defined S_IFDIR
21556 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
21557 #endif
21559 #if defined S_ISBLK && defined S_IFCHR
21560 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
21561 #endif
21563 #if defined S_ISLNK && defined S_IFREG
21564 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
21565 #endif
21567 #if defined S_ISSOCK && defined S_IFREG
21568 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
21569 #endif
21571 _ACEOF
21572 if ac_fn_c_try_compile "$LINENO"; then :
21573 ac_cv_header_stat_broken=no
21574 else
21575 ac_cv_header_stat_broken=yes
21577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
21580 $as_echo "$ac_cv_header_stat_broken" >&6; }
21581 if test $ac_cv_header_stat_broken = yes; then
21583 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
21591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <time.h>" >&5
21592 $as_echo_n "checking for struct timespec in <time.h>... " >&6; }
21593 if test "${gl_cv_sys_struct_timespec_in_time_h+set}" = set; then :
21594 $as_echo_n "(cached) " >&6
21595 else
21596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21597 /* end confdefs.h. */
21598 #include <time.h>
21601 main ()
21603 static struct timespec x; x.tv_sec = x.tv_nsec;
21605 return 0;
21607 _ACEOF
21608 if ac_fn_c_try_compile "$LINENO"; then :
21609 gl_cv_sys_struct_timespec_in_time_h=yes
21610 else
21611 gl_cv_sys_struct_timespec_in_time_h=no
21613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_time_h" >&5
21616 $as_echo "$gl_cv_sys_struct_timespec_in_time_h" >&6; }
21618 TIME_H_DEFINES_STRUCT_TIMESPEC=0
21619 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=0
21620 PTHREAD_H_DEFINES_STRUCT_TIMESPEC=0
21621 if test $gl_cv_sys_struct_timespec_in_time_h = yes; then
21622 TIME_H_DEFINES_STRUCT_TIMESPEC=1
21623 else
21624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <sys/time.h>" >&5
21625 $as_echo_n "checking for struct timespec in <sys/time.h>... " >&6; }
21626 if test "${gl_cv_sys_struct_timespec_in_sys_time_h+set}" = set; then :
21627 $as_echo_n "(cached) " >&6
21628 else
21629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21630 /* end confdefs.h. */
21631 #include <sys/time.h>
21634 main ()
21636 static struct timespec x; x.tv_sec = x.tv_nsec;
21638 return 0;
21640 _ACEOF
21641 if ac_fn_c_try_compile "$LINENO"; then :
21642 gl_cv_sys_struct_timespec_in_sys_time_h=yes
21643 else
21644 gl_cv_sys_struct_timespec_in_sys_time_h=no
21646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_sys_time_h" >&5
21649 $as_echo "$gl_cv_sys_struct_timespec_in_sys_time_h" >&6; }
21650 if test $gl_cv_sys_struct_timespec_in_sys_time_h = yes; then
21651 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=1
21652 else
21653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <pthread.h>" >&5
21654 $as_echo_n "checking for struct timespec in <pthread.h>... " >&6; }
21655 if test "${gl_cv_sys_struct_timespec_in_pthread_h+set}" = set; then :
21656 $as_echo_n "(cached) " >&6
21657 else
21658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21659 /* end confdefs.h. */
21660 #include <pthread.h>
21663 main ()
21665 static struct timespec x; x.tv_sec = x.tv_nsec;
21667 return 0;
21669 _ACEOF
21670 if ac_fn_c_try_compile "$LINENO"; then :
21671 gl_cv_sys_struct_timespec_in_pthread_h=yes
21672 else
21673 gl_cv_sys_struct_timespec_in_pthread_h=no
21675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_pthread_h" >&5
21678 $as_echo "$gl_cv_sys_struct_timespec_in_pthread_h" >&6; }
21679 if test $gl_cv_sys_struct_timespec_in_pthread_h = yes; then
21680 PTHREAD_H_DEFINES_STRUCT_TIMESPEC=1
21699 if test $gl_cv_have_include_next = yes; then
21700 gl_cv_next_time_h='<'time.h'>'
21701 else
21702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <time.h>" >&5
21703 $as_echo_n "checking absolute name of <time.h>... " >&6; }
21704 if test "${gl_cv_next_time_h+set}" = set; then :
21705 $as_echo_n "(cached) " >&6
21706 else
21708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21709 /* end confdefs.h. */
21710 #include <time.h>
21712 _ACEOF
21713 case "$host_os" in
21714 aix*) gl_absname_cpp="$ac_cpp -C" ;;
21715 *) gl_absname_cpp="$ac_cpp" ;;
21716 esac
21718 case "$host_os" in
21719 mingw*)
21720 gl_dirsep_regex='[/\\]'
21723 gl_dirsep_regex='\/'
21725 esac
21726 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
21728 gl_header_literal_regex=`echo 'time.h' \
21729 | sed -e "$gl_make_literal_regex_sed"`
21730 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
21731 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
21732 s|^/[^/]|//&|
21736 gl_cv_next_time_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
21737 sed -n "$gl_absolute_header_sed"`'"'
21741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_time_h" >&5
21742 $as_echo "$gl_cv_next_time_h" >&6; }
21744 NEXT_TIME_H=$gl_cv_next_time_h
21746 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
21747 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
21748 gl_next_as_first_directive='<'time.h'>'
21749 else
21750 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
21751 gl_next_as_first_directive=$gl_cv_next_time_h
21753 NEXT_AS_FIRST_DIRECTIVE_TIME_H=$gl_next_as_first_directive
21768 ac_fn_c_check_decl "$LINENO" "unsetenv" "ac_cv_have_decl_unsetenv" "$ac_includes_default"
21769 if test "x$ac_cv_have_decl_unsetenv" = x""yes; then :
21770 ac_have_decl=1
21771 else
21772 ac_have_decl=0
21775 cat >>confdefs.h <<_ACEOF
21776 #define HAVE_DECL_UNSETENV $ac_have_decl
21777 _ACEOF
21780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the utimes function works" >&5
21781 $as_echo_n "checking whether the utimes function works... " >&6; }
21782 if test "${gl_cv_func_working_utimes+set}" = set; then :
21783 $as_echo_n "(cached) " >&6
21784 else
21786 if test "$cross_compiling" = yes; then :
21787 gl_cv_func_working_utimes=no
21788 else
21789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21790 /* end confdefs.h. */
21792 #include <sys/types.h>
21793 #include <sys/stat.h>
21794 #include <fcntl.h>
21795 #include <sys/time.h>
21796 #include <time.h>
21797 #include <unistd.h>
21798 #include <stdlib.h>
21799 #include <stdio.h>
21800 #include <utime.h>
21802 static int
21803 inorder (time_t a, time_t b, time_t c)
21805 return a <= b && b <= c;
21809 main ()
21811 int result = 0;
21812 char const *file = "conftest.utimes";
21813 static struct timeval timeval[2] = {{9, 10}, {999999, 999999}};
21815 /* Test whether utimes() essentially works. */
21817 struct stat sbuf;
21818 FILE *f = fopen (file, "w");
21819 if (f == NULL)
21820 result |= 1;
21821 else if (fclose (f) != 0)
21822 result |= 1;
21823 else if (utimes (file, timeval) != 0)
21824 result |= 2;
21825 else if (lstat (file, &sbuf) != 0)
21826 result |= 1;
21827 else if (!(sbuf.st_atime == timeval[0].tv_sec
21828 && sbuf.st_mtime == timeval[1].tv_sec))
21829 result |= 4;
21830 if (unlink (file) != 0)
21831 result |= 1;
21834 /* Test whether utimes() with a NULL argument sets the file's timestamp
21835 to the current time. Use 'fstat' as well as 'time' to
21836 determine the "current" time, to accommodate NFS file systems
21837 if there is a time skew between the host and the NFS server. */
21839 int fd = open (file, O_WRONLY|O_CREAT, 0644);
21840 if (fd < 0)
21841 result |= 1;
21842 else
21844 time_t t0, t2;
21845 struct stat st0, st1, st2;
21846 if (time (&t0) == (time_t) -1)
21847 result |= 1;
21848 else if (fstat (fd, &st0) != 0)
21849 result |= 1;
21850 else if (utimes (file, timeval) != 0)
21851 result |= 2;
21852 else if (utimes (file, NULL) != 0)
21853 result |= 8;
21854 else if (fstat (fd, &st1) != 0)
21855 result |= 1;
21856 else if (write (fd, "\n", 1) != 1)
21857 result |= 1;
21858 else if (fstat (fd, &st2) != 0)
21859 result |= 1;
21860 else if (time (&t2) == (time_t) -1)
21861 result |= 1;
21862 else
21864 int m_ok_POSIX = inorder (t0, st1.st_mtime, t2);
21865 int m_ok_NFS = inorder (st0.st_mtime, st1.st_mtime, st2.st_mtime);
21866 if (! (st1.st_atime == st1.st_mtime))
21867 result |= 16;
21868 if (! (m_ok_POSIX || m_ok_NFS))
21869 result |= 32;
21871 if (close (fd) != 0)
21872 result |= 1;
21874 if (unlink (file) != 0)
21875 result |= 1;
21878 /* Test whether utimes() with a NULL argument works on read-only files. */
21880 int fd = open (file, O_WRONLY|O_CREAT, 0444);
21881 if (fd < 0)
21882 result |= 1;
21883 else if (close (fd) != 0)
21884 result |= 1;
21885 else if (utimes (file, NULL) != 0)
21886 result |= 64;
21887 if (unlink (file) != 0)
21888 result |= 1;
21891 return result;
21894 _ACEOF
21895 if ac_fn_c_try_run "$LINENO"; then :
21896 gl_cv_func_working_utimes=yes
21897 else
21898 gl_cv_func_working_utimes=no
21900 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
21901 conftest.$ac_objext conftest.beam conftest.$ac_ext
21905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_utimes" >&5
21906 $as_echo "$gl_cv_func_working_utimes" >&6; }
21908 if test $gl_cv_func_working_utimes = yes; then
21910 $as_echo "#define HAVE_WORKING_UTIMES 1" >>confdefs.h
21918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5
21919 $as_echo_n "checking for struct utimbuf... " >&6; }
21920 if test "${gl_cv_sys_struct_utimbuf+set}" = set; then :
21921 $as_echo_n "(cached) " >&6
21922 else
21923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21924 /* end confdefs.h. */
21925 #if HAVE_SYS_TIME_H
21926 #include <sys/time.h>
21927 #endif
21928 #include <time.h>
21929 #ifdef HAVE_UTIME_H
21930 #include <utime.h>
21931 #endif
21934 main ()
21936 static struct utimbuf x; x.actime = x.modtime;
21938 return 0;
21940 _ACEOF
21941 if ac_fn_c_try_compile "$LINENO"; then :
21942 gl_cv_sys_struct_utimbuf=yes
21943 else
21944 gl_cv_sys_struct_utimbuf=no
21946 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_utimbuf" >&5
21949 $as_echo "$gl_cv_sys_struct_utimbuf" >&6; }
21951 if test $gl_cv_sys_struct_utimbuf = yes; then
21953 $as_echo "#define HAVE_STRUCT_UTIMBUF 1" >>confdefs.h
21967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking type of array argument to getgroups" >&5
21968 $as_echo_n "checking type of array argument to getgroups... " >&6; }
21969 if test "${ac_cv_type_getgroups+set}" = set; then :
21970 $as_echo_n "(cached) " >&6
21971 else
21972 if test "$cross_compiling" = yes; then :
21973 ac_cv_type_getgroups=cross
21974 else
21975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21976 /* end confdefs.h. */
21977 /* Thanks to Mike Rendell for this test. */
21978 $ac_includes_default
21979 #define NGID 256
21980 #undef MAX
21981 #define MAX(x, y) ((x) > (y) ? (x) : (y))
21984 main ()
21986 gid_t gidset[NGID];
21987 int i, n;
21988 union { gid_t gval; long int lval; } val;
21990 val.lval = -1;
21991 for (i = 0; i < NGID; i++)
21992 gidset[i] = val.gval;
21993 n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1,
21994 gidset);
21995 /* Exit non-zero if getgroups seems to require an array of ints. This
21996 happens when gid_t is short int but getgroups modifies an array
21997 of ints. */
21998 return n > 0 && gidset[n] != val.gval;
22000 _ACEOF
22001 if ac_fn_c_try_run "$LINENO"; then :
22002 ac_cv_type_getgroups=gid_t
22003 else
22004 ac_cv_type_getgroups=int
22006 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
22007 conftest.$ac_objext conftest.beam conftest.$ac_ext
22010 if test $ac_cv_type_getgroups = cross; then
22011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22012 /* end confdefs.h. */
22013 #include <unistd.h>
22015 _ACEOF
22016 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22017 $EGREP "getgroups.*int.*gid_t" >/dev/null 2>&1; then :
22018 ac_cv_type_getgroups=gid_t
22019 else
22020 ac_cv_type_getgroups=int
22022 rm -f conftest*
22026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_getgroups" >&5
22027 $as_echo "$ac_cv_type_getgroups" >&6; }
22029 cat >>confdefs.h <<_ACEOF
22030 #define GETGROUPS_T $ac_cv_type_getgroups
22031 _ACEOF
22040 if false; then
22041 GL_COND_LIBTOOL_TRUE=
22042 GL_COND_LIBTOOL_FALSE='#'
22043 else
22044 GL_COND_LIBTOOL_TRUE='#'
22045 GL_COND_LIBTOOL_FALSE=
22048 gl_cond_libtool=false
22049 gl_libdeps=
22050 gl_ltlibdeps=
22051 gl_m4_base='m4'
22061 gl_source_base='lib'
22064 if test $ac_cv_func_alloca_works = no; then
22068 # Define an additional variable used in the Makefile substitution.
22069 if test $ac_cv_working_alloca_h = yes; then
22070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca as a compiler built-in" >&5
22071 $as_echo_n "checking for alloca as a compiler built-in... " >&6; }
22072 if test "${gl_cv_rpl_alloca+set}" = set; then :
22073 $as_echo_n "(cached) " >&6
22074 else
22076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22077 /* end confdefs.h. */
22079 #if defined __GNUC__ || defined _AIX || defined _MSC_VER
22080 Need own alloca
22081 #endif
22083 _ACEOF
22084 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22085 $EGREP "Need own alloca" >/dev/null 2>&1; then :
22086 gl_cv_rpl_alloca=yes
22087 else
22088 gl_cv_rpl_alloca=no
22090 rm -f conftest*
22094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_rpl_alloca" >&5
22095 $as_echo "$gl_cv_rpl_alloca" >&6; }
22096 if test $gl_cv_rpl_alloca = yes; then
22098 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
22100 ALLOCA_H=alloca.h
22101 else
22102 ALLOCA_H=
22104 else
22105 ALLOCA_H=alloca.h
22108 if test -n "$ALLOCA_H"; then
22109 GL_GENERATE_ALLOCA_H_TRUE=
22110 GL_GENERATE_ALLOCA_H_FALSE='#'
22111 else
22112 GL_GENERATE_ALLOCA_H_TRUE='#'
22113 GL_GENERATE_ALLOCA_H_FALSE=
22121 # Solaris 2.5.1 needs -lposix4 to get the clock_gettime function.
22122 # Solaris 7 prefers the library name -lrt to the obsolescent name -lposix4.
22124 # Save and restore LIBS so e.g., -lrt, isn't added to it. Otherwise, *all*
22125 # programs in the package would end up linked with that potentially-shared
22126 # library, inducing unnecessary run-time overhead.
22127 LIB_CLOCK_GETTIME=
22129 gl_saved_libs=$LIBS
22130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
22131 $as_echo_n "checking for library containing clock_gettime... " >&6; }
22132 if test "${ac_cv_search_clock_gettime+set}" = set; then :
22133 $as_echo_n "(cached) " >&6
22134 else
22135 ac_func_search_save_LIBS=$LIBS
22136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22137 /* end confdefs.h. */
22139 /* Override any GCC internal prototype to avoid an error.
22140 Use char because int might match the return type of a GCC
22141 builtin and then its argument prototype would still apply. */
22142 #ifdef __cplusplus
22143 extern "C"
22144 #endif
22145 char clock_gettime ();
22147 main ()
22149 return clock_gettime ();
22151 return 0;
22153 _ACEOF
22154 for ac_lib in '' rt posix4; do
22155 if test -z "$ac_lib"; then
22156 ac_res="none required"
22157 else
22158 ac_res=-l$ac_lib
22159 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
22161 if ac_fn_c_try_link "$LINENO"; then :
22162 ac_cv_search_clock_gettime=$ac_res
22164 rm -f core conftest.err conftest.$ac_objext \
22165 conftest$ac_exeext
22166 if test "${ac_cv_search_clock_gettime+set}" = set; then :
22167 break
22169 done
22170 if test "${ac_cv_search_clock_gettime+set}" = set; then :
22172 else
22173 ac_cv_search_clock_gettime=no
22175 rm conftest.$ac_ext
22176 LIBS=$ac_func_search_save_LIBS
22178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
22179 $as_echo "$ac_cv_search_clock_gettime" >&6; }
22180 ac_res=$ac_cv_search_clock_gettime
22181 if test "$ac_res" != no; then :
22182 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
22183 test "$ac_cv_search_clock_gettime" = "none required" ||
22184 LIB_CLOCK_GETTIME=$ac_cv_search_clock_gettime
22187 for ac_func in clock_gettime clock_settime
22188 do :
22189 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
22190 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
22191 eval as_val=\$$as_ac_var
22192 if test "x$as_val" = x""yes; then :
22193 cat >>confdefs.h <<_ACEOF
22194 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
22195 _ACEOF
22198 done
22200 LIBS=$gl_saved_libs
22207 cat >>confdefs.h <<_ACEOF
22208 #define GNULIB_CLOSE_STREAM 1
22209 _ACEOF
22238 if test $gl_cv_have_include_next = yes; then
22239 gl_cv_next_dirent_h='<'dirent.h'>'
22240 else
22241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <dirent.h>" >&5
22242 $as_echo_n "checking absolute name of <dirent.h>... " >&6; }
22243 if test "${gl_cv_next_dirent_h+set}" = set; then :
22244 $as_echo_n "(cached) " >&6
22245 else
22247 if test $ac_cv_header_dirent_h = yes; then
22250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22251 /* end confdefs.h. */
22252 #include <dirent.h>
22254 _ACEOF
22255 case "$host_os" in
22256 aix*) gl_absname_cpp="$ac_cpp -C" ;;
22257 *) gl_absname_cpp="$ac_cpp" ;;
22258 esac
22260 case "$host_os" in
22261 mingw*)
22262 gl_dirsep_regex='[/\\]'
22265 gl_dirsep_regex='\/'
22267 esac
22268 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
22270 gl_header_literal_regex=`echo 'dirent.h' \
22271 | sed -e "$gl_make_literal_regex_sed"`
22272 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
22273 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
22274 s|^/[^/]|//&|
22278 gl_cv_next_dirent_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
22279 sed -n "$gl_absolute_header_sed"`'"'
22280 else
22281 gl_cv_next_dirent_h='<'dirent.h'>'
22286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_dirent_h" >&5
22287 $as_echo "$gl_cv_next_dirent_h" >&6; }
22289 NEXT_DIRENT_H=$gl_cv_next_dirent_h
22291 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
22292 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
22293 gl_next_as_first_directive='<'dirent.h'>'
22294 else
22295 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
22296 gl_next_as_first_directive=$gl_cv_next_dirent_h
22298 NEXT_AS_FIRST_DIRECTIVE_DIRENT_H=$gl_next_as_first_directive
22303 if test $ac_cv_header_dirent_h = yes; then
22304 HAVE_DIRENT_H=1
22305 else
22306 HAVE_DIRENT_H=0
22318 $as_echo "#define HAVE_DUP2 1" >>confdefs.h
22321 if test $HAVE_DUP2 = 1; then
22322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dup2 works" >&5
22323 $as_echo_n "checking whether dup2 works... " >&6; }
22324 if test "${gl_cv_func_dup2_works+set}" = set; then :
22325 $as_echo_n "(cached) " >&6
22326 else
22327 if test "$cross_compiling" = yes; then :
22328 case "$host_os" in
22329 mingw*) # on this platform, dup2 always returns 0 for success
22330 gl_cv_func_dup2_works="guessing no" ;;
22331 cygwin*) # on cygwin 1.5.x, dup2(1,1) returns 0
22332 gl_cv_func_dup2_works="guessing no" ;;
22333 linux*) # On linux between 2008-07-27 and 2009-05-11, dup2 of a
22334 # closed fd may yield -EBADF instead of -1 / errno=EBADF.
22335 gl_cv_func_dup2_works="guessing no" ;;
22336 freebsd*) # on FreeBSD 6.1, dup2(1,1000000) gives EMFILE, not EBADF.
22337 gl_cv_func_dup2_works="guessing no" ;;
22338 haiku*) # on Haiku alpha 2, dup2(1, 1) resets FD_CLOEXEC.
22339 gl_cv_func_dup2_works="guessing no" ;;
22340 *) gl_cv_func_dup2_works="guessing yes" ;;
22341 esac
22342 else
22343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22344 /* end confdefs.h. */
22346 #include <unistd.h>
22347 #include <fcntl.h>
22348 #include <errno.h>
22350 main ()
22352 int result = 0;
22353 #ifdef FD_CLOEXEC
22354 if (fcntl (1, F_SETFD, FD_CLOEXEC) == -1)
22355 result |= 1;
22356 #endif
22357 if (dup2 (1, 1) == 0)
22358 result |= 2;
22359 #ifdef FD_CLOEXEC
22360 if (fcntl (1, F_GETFD) != FD_CLOEXEC)
22361 result |= 4;
22362 #endif
22363 close (0);
22364 if (dup2 (0, 0) != -1)
22365 result |= 8;
22366 /* Many gnulib modules require POSIX conformance of EBADF. */
22367 if (dup2 (2, 1000000) == -1 && errno != EBADF)
22368 result |= 16;
22369 /* Flush out a cygwin core dump. */
22370 if (dup2 (2, -1) != -1 || errno != EBADF)
22371 result |= 32;
22372 return result;
22375 return 0;
22378 _ACEOF
22379 if ac_fn_c_try_run "$LINENO"; then :
22380 gl_cv_func_dup2_works=yes
22381 else
22382 gl_cv_func_dup2_works=no
22384 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
22385 conftest.$ac_objext conftest.beam conftest.$ac_ext
22390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_dup2_works" >&5
22391 $as_echo "$gl_cv_func_dup2_works" >&6; }
22392 case "$gl_cv_func_dup2_works" in
22393 *yes) ;;
22395 REPLACE_DUP2=1
22397 esac
22401 if test $HAVE_DUP2 = 0 || test $REPLACE_DUP2 = 1; then
22410 gl_LIBOBJS="$gl_LIBOBJS dup2.$ac_objext"
22419 GNULIB_DUP2=1
22431 GNULIB_ENVIRON=1
22441 LIB_EXECINFO=''
22442 EXECINFO_H='execinfo.h'
22444 if test $ac_cv_header_execinfo_h = yes; then
22445 gl_saved_libs=$LIBS
22446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing backtrace_symbols_fd" >&5
22447 $as_echo_n "checking for library containing backtrace_symbols_fd... " >&6; }
22448 if test "${ac_cv_search_backtrace_symbols_fd+set}" = set; then :
22449 $as_echo_n "(cached) " >&6
22450 else
22451 ac_func_search_save_LIBS=$LIBS
22452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22453 /* end confdefs.h. */
22455 /* Override any GCC internal prototype to avoid an error.
22456 Use char because int might match the return type of a GCC
22457 builtin and then its argument prototype would still apply. */
22458 #ifdef __cplusplus
22459 extern "C"
22460 #endif
22461 char backtrace_symbols_fd ();
22463 main ()
22465 return backtrace_symbols_fd ();
22467 return 0;
22469 _ACEOF
22470 for ac_lib in '' execinfo; do
22471 if test -z "$ac_lib"; then
22472 ac_res="none required"
22473 else
22474 ac_res=-l$ac_lib
22475 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
22477 if ac_fn_c_try_link "$LINENO"; then :
22478 ac_cv_search_backtrace_symbols_fd=$ac_res
22480 rm -f core conftest.err conftest.$ac_objext \
22481 conftest$ac_exeext
22482 if test "${ac_cv_search_backtrace_symbols_fd+set}" = set; then :
22483 break
22485 done
22486 if test "${ac_cv_search_backtrace_symbols_fd+set}" = set; then :
22488 else
22489 ac_cv_search_backtrace_symbols_fd=no
22491 rm conftest.$ac_ext
22492 LIBS=$ac_func_search_save_LIBS
22494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_backtrace_symbols_fd" >&5
22495 $as_echo "$ac_cv_search_backtrace_symbols_fd" >&6; }
22496 ac_res=$ac_cv_search_backtrace_symbols_fd
22497 if test "$ac_res" != no; then :
22498 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
22499 test "$ac_cv_search_backtrace_symbols_fd" = "none required" ||
22500 LIB_EXECINFO=$ac_cv_search_backtrace_symbols_fd
22503 LIBS=$gl_saved_libs
22504 test "$ac_cv_search_backtrace_symbols_fd" = no || EXECINFO_H=''
22507 if test -n "$EXECINFO_H"; then
22516 gl_LIBOBJS="$gl_LIBOBJS execinfo.$ac_objext"
22522 if test -n "$EXECINFO_H"; then
22523 GL_GENERATE_EXECINFO_H_TRUE=
22524 GL_GENERATE_EXECINFO_H_FALSE='#'
22525 else
22526 GL_GENERATE_EXECINFO_H_TRUE='#'
22527 GL_GENERATE_EXECINFO_H_FALSE=
22538 if test $ac_cv_func_faccessat = no; then
22539 HAVE_FACCESSAT=0
22542 if test $HAVE_FACCESSAT = 0; then
22551 gl_LIBOBJS="$gl_LIBOBJS faccessat.$ac_objext"
22554 for ac_func in access
22555 do :
22556 ac_fn_c_check_func "$LINENO" "access" "ac_cv_func_access"
22557 if test "x$ac_cv_func_access" = x""yes; then :
22558 cat >>confdefs.h <<_ACEOF
22559 #define HAVE_ACCESS 1
22560 _ACEOF
22563 done
22569 cat >>confdefs.h <<_ACEOF
22570 #define GNULIB_FACCESSAT 1
22571 _ACEOF
22579 GNULIB_FACCESSAT=1
22590 if test $ac_cv_func_fcntl = no; then
22594 if test $ac_cv_func_fcntl = no; then
22595 HAVE_FCNTL=0
22596 else
22597 REPLACE_FCNTL=1
22600 else
22601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fcntl handles F_DUPFD correctly" >&5
22602 $as_echo_n "checking whether fcntl handles F_DUPFD correctly... " >&6; }
22603 if test "${gl_cv_func_fcntl_f_dupfd_works+set}" = set; then :
22604 $as_echo_n "(cached) " >&6
22605 else
22606 if test "$cross_compiling" = yes; then :
22607 # Guess that it works on glibc systems
22608 case $host_os in #((
22609 *-gnu*) gl_cv_func_fcntl_f_dupfd_works="guessing yes";;
22610 *) gl_cv_func_fcntl_f_dupfd_works="guessing no";;
22611 esac
22612 else
22613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22614 /* end confdefs.h. */
22616 #include <fcntl.h>
22617 #include <errno.h>
22620 main ()
22622 int result = 0;
22623 if (fcntl (0, F_DUPFD, -1) != -1) result |= 1;
22624 if (errno != EINVAL) result |= 2;
22625 return result;
22628 return 0;
22630 _ACEOF
22631 if ac_fn_c_try_run "$LINENO"; then :
22632 gl_cv_func_fcntl_f_dupfd_works=yes
22633 else
22634 gl_cv_func_fcntl_f_dupfd_works=no
22636 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
22637 conftest.$ac_objext conftest.beam conftest.$ac_ext
22641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fcntl_f_dupfd_works" >&5
22642 $as_echo "$gl_cv_func_fcntl_f_dupfd_works" >&6; }
22643 case $gl_cv_func_fcntl_f_dupfd_works in
22644 *yes) ;;
22648 if test $ac_cv_func_fcntl = no; then
22649 HAVE_FCNTL=0
22650 else
22651 REPLACE_FCNTL=1
22655 $as_echo "#define FCNTL_DUPFD_BUGGY 1" >>confdefs.h
22657 esac
22659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fcntl understands F_DUPFD_CLOEXEC" >&5
22660 $as_echo_n "checking whether fcntl understands F_DUPFD_CLOEXEC... " >&6; }
22661 if test "${gl_cv_func_fcntl_f_dupfd_cloexec+set}" = set; then :
22662 $as_echo_n "(cached) " >&6
22663 else
22664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22665 /* end confdefs.h. */
22667 #include <fcntl.h>
22668 #ifndef F_DUPFD_CLOEXEC
22669 choke me
22670 #endif
22673 main ()
22677 return 0;
22679 _ACEOF
22680 if ac_fn_c_try_compile "$LINENO"; then :
22681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22682 /* end confdefs.h. */
22684 #ifdef __linux__
22685 /* The Linux kernel only added F_DUPFD_CLOEXEC in 2.6.24, so we always replace
22686 it to support the semantics on older kernels that failed with EINVAL. */
22687 choke me
22688 #endif
22691 main ()
22695 return 0;
22697 _ACEOF
22698 if ac_fn_c_try_compile "$LINENO"; then :
22699 gl_cv_func_fcntl_f_dupfd_cloexec=yes
22700 else
22701 gl_cv_func_fcntl_f_dupfd_cloexec="needs runtime check"
22703 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22704 else
22705 gl_cv_func_fcntl_f_dupfd_cloexec=no
22707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fcntl_f_dupfd_cloexec" >&5
22710 $as_echo "$gl_cv_func_fcntl_f_dupfd_cloexec" >&6; }
22711 if test "$gl_cv_func_fcntl_f_dupfd_cloexec" != yes; then
22715 if test $ac_cv_func_fcntl = no; then
22716 HAVE_FCNTL=0
22717 else
22718 REPLACE_FCNTL=1
22725 if test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1; then
22734 gl_LIBOBJS="$gl_LIBOBJS fcntl.$ac_objext"
22742 GNULIB_FCNTL=1
22759 if test $gl_cv_have_include_next = yes; then
22760 gl_cv_next_fcntl_h='<'fcntl.h'>'
22761 else
22762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <fcntl.h>" >&5
22763 $as_echo_n "checking absolute name of <fcntl.h>... " >&6; }
22764 if test "${gl_cv_next_fcntl_h+set}" = set; then :
22765 $as_echo_n "(cached) " >&6
22766 else
22768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22769 /* end confdefs.h. */
22770 #include <fcntl.h>
22772 _ACEOF
22773 case "$host_os" in
22774 aix*) gl_absname_cpp="$ac_cpp -C" ;;
22775 *) gl_absname_cpp="$ac_cpp" ;;
22776 esac
22778 case "$host_os" in
22779 mingw*)
22780 gl_dirsep_regex='[/\\]'
22783 gl_dirsep_regex='\/'
22785 esac
22786 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
22788 gl_header_literal_regex=`echo 'fcntl.h' \
22789 | sed -e "$gl_make_literal_regex_sed"`
22790 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
22791 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
22792 s|^/[^/]|//&|
22796 gl_cv_next_fcntl_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
22797 sed -n "$gl_absolute_header_sed"`'"'
22801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_fcntl_h" >&5
22802 $as_echo "$gl_cv_next_fcntl_h" >&6; }
22804 NEXT_FCNTL_H=$gl_cv_next_fcntl_h
22806 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
22807 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
22808 gl_next_as_first_directive='<'fcntl.h'>'
22809 else
22810 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
22811 gl_next_as_first_directive=$gl_cv_next_fcntl_h
22813 NEXT_AS_FIRST_DIRECTIVE_FCNTL_H=$gl_next_as_first_directive
22829 LIB_FDATASYNC=
22832 if test $ac_cv_have_decl_fdatasync = no; then
22833 HAVE_DECL_FDATASYNC=0
22834 for ac_func in fdatasync
22835 do :
22836 ac_fn_c_check_func "$LINENO" "fdatasync" "ac_cv_func_fdatasync"
22837 if test "x$ac_cv_func_fdatasync" = x""yes; then :
22838 cat >>confdefs.h <<_ACEOF
22839 #define HAVE_FDATASYNC 1
22840 _ACEOF
22843 done
22845 if test $ac_cv_func_fdatasync = no; then
22846 HAVE_FDATASYNC=0
22848 else
22849 gl_saved_libs=$LIBS
22850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing fdatasync" >&5
22851 $as_echo_n "checking for library containing fdatasync... " >&6; }
22852 if test "${ac_cv_search_fdatasync+set}" = set; then :
22853 $as_echo_n "(cached) " >&6
22854 else
22855 ac_func_search_save_LIBS=$LIBS
22856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22857 /* end confdefs.h. */
22859 /* Override any GCC internal prototype to avoid an error.
22860 Use char because int might match the return type of a GCC
22861 builtin and then its argument prototype would still apply. */
22862 #ifdef __cplusplus
22863 extern "C"
22864 #endif
22865 char fdatasync ();
22867 main ()
22869 return fdatasync ();
22871 return 0;
22873 _ACEOF
22874 for ac_lib in '' rt posix4; do
22875 if test -z "$ac_lib"; then
22876 ac_res="none required"
22877 else
22878 ac_res=-l$ac_lib
22879 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
22881 if ac_fn_c_try_link "$LINENO"; then :
22882 ac_cv_search_fdatasync=$ac_res
22884 rm -f core conftest.err conftest.$ac_objext \
22885 conftest$ac_exeext
22886 if test "${ac_cv_search_fdatasync+set}" = set; then :
22887 break
22889 done
22890 if test "${ac_cv_search_fdatasync+set}" = set; then :
22892 else
22893 ac_cv_search_fdatasync=no
22895 rm conftest.$ac_ext
22896 LIBS=$ac_func_search_save_LIBS
22898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_fdatasync" >&5
22899 $as_echo "$ac_cv_search_fdatasync" >&6; }
22900 ac_res=$ac_cv_search_fdatasync
22901 if test "$ac_res" != no; then :
22902 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
22903 test "$ac_cv_search_fdatasync" = "none required" ||
22904 LIB_FDATASYNC=$ac_cv_search_fdatasync
22907 LIBS=$gl_saved_libs
22910 if test $HAVE_FDATASYNC = 0; then
22919 gl_LIBOBJS="$gl_LIBOBJS fdatasync.$ac_objext"
22927 GNULIB_FDATASYNC=1
22938 ac_fn_c_check_decl "$LINENO" "fdopendir" "ac_cv_have_decl_fdopendir" "
22939 #include <dirent.h>
22942 if test "x$ac_cv_have_decl_fdopendir" = x""yes; then :
22943 ac_have_decl=1
22944 else
22945 ac_have_decl=0
22948 cat >>confdefs.h <<_ACEOF
22949 #define HAVE_DECL_FDOPENDIR $ac_have_decl
22950 _ACEOF
22951 if test $ac_have_decl = 1; then :
22953 else
22954 HAVE_DECL_FDOPENDIR=0
22958 if test $ac_cv_func_fdopendir = no; then
22959 HAVE_FDOPENDIR=0
22960 else
22961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fdopendir works" >&5
22962 $as_echo_n "checking whether fdopendir works... " >&6; }
22963 if test "${gl_cv_func_fdopendir_works+set}" = set; then :
22964 $as_echo_n "(cached) " >&6
22965 else
22966 if test "$cross_compiling" = yes; then :
22967 case "$host_os" in
22968 # Guess yes on glibc systems.
22969 *-gnu*) gl_cv_func_fdopendir_works="guessing yes" ;;
22970 # If we don't know, assume the worst.
22971 *) gl_cv_func_fdopendir_works="guessing no" ;;
22972 esac
22974 else
22975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22976 /* end confdefs.h. */
22978 #include <dirent.h>
22979 #include <fcntl.h>
22980 #include <unistd.h>
22981 #if !HAVE_DECL_FDOPENDIR
22982 extern
22983 # ifdef __cplusplus
22985 # endif
22986 DIR *fdopendir (int);
22987 #endif
22990 main ()
22992 int result = 0;
22993 int fd = open ("conftest.c", O_RDONLY);
22994 if (fd < 0) result |= 1;
22995 if (fdopendir (fd)) result |= 2;
22996 if (close (fd)) result |= 4;
22997 return result;
22999 return 0;
23001 _ACEOF
23002 if ac_fn_c_try_run "$LINENO"; then :
23003 gl_cv_func_fdopendir_works=yes
23004 else
23005 gl_cv_func_fdopendir_works=no
23007 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
23008 conftest.$ac_objext conftest.beam conftest.$ac_ext
23012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fdopendir_works" >&5
23013 $as_echo "$gl_cv_func_fdopendir_works" >&6; }
23014 case "$gl_cv_func_fdopendir_works" in
23015 *yes) ;;
23017 REPLACE_FDOPENDIR=1
23019 esac
23022 if test $HAVE_FDOPENDIR = 0 || test $REPLACE_FDOPENDIR = 1; then
23031 gl_LIBOBJS="$gl_LIBOBJS fdopendir.$ac_objext"
23039 GNULIB_FDOPENDIR=1
23047 cat >>confdefs.h <<_ACEOF
23048 #define GNULIB_FDOPENDIR 1
23049 _ACEOF
23058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __fpending" >&5
23059 $as_echo_n "checking for __fpending... " >&6; }
23060 if test "${gl_cv_func___fpending+set}" = set; then :
23061 $as_echo_n "(cached) " >&6
23062 else
23064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23065 /* end confdefs.h. */
23066 #include <stdio.h>
23067 #if HAVE_STDIO_EXT_H
23068 # include <stdio_ext.h>
23069 #endif
23072 main ()
23074 return ! __fpending (stdin);
23076 return 0;
23078 _ACEOF
23079 if ac_fn_c_try_link "$LINENO"; then :
23080 gl_cv_func___fpending=yes
23081 else
23082 gl_cv_func___fpending=no
23084 rm -f core conftest.err conftest.$ac_objext \
23085 conftest$ac_exeext conftest.$ac_ext
23088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func___fpending" >&5
23089 $as_echo "$gl_cv_func___fpending" >&6; }
23091 if test $gl_cv_func___fpending = no; then
23100 gl_LIBOBJS="$gl_LIBOBJS fpending.$ac_objext"
23103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to determine the number of pending output bytes on a stream" >&5
23104 $as_echo_n "checking how to determine the number of pending output bytes on a stream... " >&6; }
23105 if test "${ac_cv_sys_pending_output_n_bytes+set}" = set; then :
23106 $as_echo_n "(cached) " >&6
23107 else
23109 for ac_expr in \
23111 '# glibc2' \
23112 'fp->_IO_write_ptr - fp->_IO_write_base' \
23114 '# traditional Unix' \
23115 'fp->_ptr - fp->_base' \
23117 '# BSD' \
23118 'fp->_p - fp->_bf._base' \
23120 '# SCO, Unixware' \
23121 '(fp->__ptr ? fp->__ptr - fp->__base : 0)' \
23123 '# QNX' \
23124 '(fp->_Mode & 0x2000 /*_MWRITE*/ ? fp->_Next - fp->_Buf : 0)' \
23126 '# old glibc?' \
23127 'fp->__bufp - fp->__buffer' \
23129 '# old glibc iostream?' \
23130 'fp->_pptr - fp->_pbase' \
23132 '# emx+gcc' \
23133 'fp->_ptr - fp->_buffer' \
23135 '# Minix' \
23136 'fp->_ptr - fp->_buf' \
23138 '# Plan9' \
23139 'fp->wp - fp->buf' \
23141 '# VMS' \
23142 '(*fp)->_ptr - (*fp)->_base' \
23144 '# e.g., DGUX R4.11; the info is not available' \
23146 ; do
23148 # Skip each embedded comment.
23149 case "$ac_expr" in '#'*) continue;; esac
23151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23152 /* end confdefs.h. */
23153 #include <stdio.h>
23155 main ()
23157 FILE *fp = stdin; (void) ($ac_expr);
23159 return 0;
23161 _ACEOF
23162 if ac_fn_c_try_compile "$LINENO"; then :
23163 fp_done=yes
23166 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23167 test "$fp_done" = yes && break
23168 done
23170 ac_cv_sys_pending_output_n_bytes=$ac_expr
23174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_pending_output_n_bytes" >&5
23175 $as_echo "$ac_cv_sys_pending_output_n_bytes" >&6; }
23177 cat >>confdefs.h <<_ACEOF
23178 #define PENDING_OUTPUT_N_BYTES $ac_cv_sys_pending_output_n_bytes
23179 _ACEOF
23189 if test $ac_cv_func_fstatat = no; then
23190 HAVE_FSTATAT=0
23191 else
23192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fstatat (..., 0) works" >&5
23193 $as_echo_n "checking whether fstatat (..., 0) works... " >&6; }
23194 if test "${gl_cv_func_fstatat_zero_flag+set}" = set; then :
23195 $as_echo_n "(cached) " >&6
23196 else
23197 if test "$cross_compiling" = yes; then :
23198 case "$host_os" in
23199 aix*) gl_cv_func_fstatat_zero_flag="guessing no";;
23200 *) gl_cv_func_fstatat_zero_flag="guessing yes";;
23201 esac
23203 else
23204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23205 /* end confdefs.h. */
23207 #include <fcntl.h>
23208 #include <sys/stat.h>
23210 main (void)
23212 struct stat a;
23213 return fstatat (AT_FDCWD, ".", &a, 0) != 0;
23216 _ACEOF
23217 if ac_fn_c_try_run "$LINENO"; then :
23218 gl_cv_func_fstatat_zero_flag=yes
23219 else
23220 gl_cv_func_fstatat_zero_flag=no
23222 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
23223 conftest.$ac_objext conftest.beam conftest.$ac_ext
23228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fstatat_zero_flag" >&5
23229 $as_echo "$gl_cv_func_fstatat_zero_flag" >&6; }
23231 case $gl_cv_func_fstatat_zero_flag+$gl_cv_func_lstat_dereferences_slashed_symlink in
23232 *yes+*yes) ;;
23233 *) REPLACE_FSTATAT=1
23234 case $gl_cv_func_fstatat_zero_flag in
23235 *yes)
23237 $as_echo "#define HAVE_WORKING_FSTATAT_ZERO_FLAG 1" >>confdefs.h
23240 esac
23242 esac
23245 if test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1; then
23254 gl_LIBOBJS="$gl_LIBOBJS fstatat.$ac_objext"
23262 GNULIB_FSTATAT=1
23271 if test $ac_cv_func_fsync = no; then
23272 HAVE_FSYNC=0
23275 if test $HAVE_FSYNC = 0; then
23284 gl_LIBOBJS="$gl_LIBOBJS fsync.$ac_objext"
23293 GNULIB_FSYNC=1
23301 # Persuade glibc <stdlib.h> to declare getloadavg().
23304 gl_save_LIBS=$LIBS
23306 # getloadvg is present in libc on glibc >= 2.2, Mac OS X, FreeBSD >= 2.0,
23307 # NetBSD >= 0.9, OpenBSD >= 2.0, Solaris >= 7.
23308 HAVE_GETLOADAVG=1
23309 ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg"
23310 if test "x$ac_cv_func_getloadavg" = x""yes; then :
23312 else
23313 gl_func_getloadavg_done=no
23315 # Some systems with -lutil have (and need) -lkvm as well, some do not.
23316 # On Solaris, -lkvm requires nlist from -lelf, so check that first
23317 # to get the right answer into the cache.
23318 # For kstat on solaris, we need to test for libelf and libkvm to force the
23319 # definition of SVR4 below.
23320 if test $gl_func_getloadavg_done = no; then
23321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5
23322 $as_echo_n "checking for elf_begin in -lelf... " >&6; }
23323 if test "${ac_cv_lib_elf_elf_begin+set}" = set; then :
23324 $as_echo_n "(cached) " >&6
23325 else
23326 ac_check_lib_save_LIBS=$LIBS
23327 LIBS="-lelf $LIBS"
23328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23329 /* end confdefs.h. */
23331 /* Override any GCC internal prototype to avoid an error.
23332 Use char because int might match the return type of a GCC
23333 builtin and then its argument prototype would still apply. */
23334 #ifdef __cplusplus
23335 extern "C"
23336 #endif
23337 char elf_begin ();
23339 main ()
23341 return elf_begin ();
23343 return 0;
23345 _ACEOF
23346 if ac_fn_c_try_link "$LINENO"; then :
23347 ac_cv_lib_elf_elf_begin=yes
23348 else
23349 ac_cv_lib_elf_elf_begin=no
23351 rm -f core conftest.err conftest.$ac_objext \
23352 conftest$ac_exeext conftest.$ac_ext
23353 LIBS=$ac_check_lib_save_LIBS
23355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5
23356 $as_echo "$ac_cv_lib_elf_elf_begin" >&6; }
23357 if test "x$ac_cv_lib_elf_elf_begin" = x""yes; then :
23358 LIBS="-lelf $LIBS"
23361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5
23362 $as_echo_n "checking for kvm_open in -lkvm... " >&6; }
23363 if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then :
23364 $as_echo_n "(cached) " >&6
23365 else
23366 ac_check_lib_save_LIBS=$LIBS
23367 LIBS="-lkvm $LIBS"
23368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23369 /* end confdefs.h. */
23371 /* Override any GCC internal prototype to avoid an error.
23372 Use char because int might match the return type of a GCC
23373 builtin and then its argument prototype would still apply. */
23374 #ifdef __cplusplus
23375 extern "C"
23376 #endif
23377 char kvm_open ();
23379 main ()
23381 return kvm_open ();
23383 return 0;
23385 _ACEOF
23386 if ac_fn_c_try_link "$LINENO"; then :
23387 ac_cv_lib_kvm_kvm_open=yes
23388 else
23389 ac_cv_lib_kvm_kvm_open=no
23391 rm -f core conftest.err conftest.$ac_objext \
23392 conftest$ac_exeext conftest.$ac_ext
23393 LIBS=$ac_check_lib_save_LIBS
23395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5
23396 $as_echo "$ac_cv_lib_kvm_kvm_open" >&6; }
23397 if test "x$ac_cv_lib_kvm_kvm_open" = x""yes; then :
23398 LIBS="-lkvm $LIBS"
23401 # Check for the 4.4BSD definition of getloadavg.
23402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5
23403 $as_echo_n "checking for getloadavg in -lutil... " >&6; }
23404 if test "${ac_cv_lib_util_getloadavg+set}" = set; then :
23405 $as_echo_n "(cached) " >&6
23406 else
23407 ac_check_lib_save_LIBS=$LIBS
23408 LIBS="-lutil $LIBS"
23409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23410 /* end confdefs.h. */
23412 /* Override any GCC internal prototype to avoid an error.
23413 Use char because int might match the return type of a GCC
23414 builtin and then its argument prototype would still apply. */
23415 #ifdef __cplusplus
23416 extern "C"
23417 #endif
23418 char getloadavg ();
23420 main ()
23422 return getloadavg ();
23424 return 0;
23426 _ACEOF
23427 if ac_fn_c_try_link "$LINENO"; then :
23428 ac_cv_lib_util_getloadavg=yes
23429 else
23430 ac_cv_lib_util_getloadavg=no
23432 rm -f core conftest.err conftest.$ac_objext \
23433 conftest$ac_exeext conftest.$ac_ext
23434 LIBS=$ac_check_lib_save_LIBS
23436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5
23437 $as_echo "$ac_cv_lib_util_getloadavg" >&6; }
23438 if test "x$ac_cv_lib_util_getloadavg" = x""yes; then :
23439 LIBS="-lutil $LIBS" gl_func_getloadavg_done=yes
23444 if test $gl_func_getloadavg_done = no; then
23445 # There is a commonly available library for RS/6000 AIX.
23446 # Since it is not a standard part of AIX, it might be installed locally.
23447 gl_getloadavg_LIBS=$LIBS
23448 LIBS="-L/usr/local/lib $LIBS"
23449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5
23450 $as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; }
23451 if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then :
23452 $as_echo_n "(cached) " >&6
23453 else
23454 ac_check_lib_save_LIBS=$LIBS
23455 LIBS="-lgetloadavg $LIBS"
23456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23457 /* end confdefs.h. */
23459 /* Override any GCC internal prototype to avoid an error.
23460 Use char because int might match the return type of a GCC
23461 builtin and then its argument prototype would still apply. */
23462 #ifdef __cplusplus
23463 extern "C"
23464 #endif
23465 char getloadavg ();
23467 main ()
23469 return getloadavg ();
23471 return 0;
23473 _ACEOF
23474 if ac_fn_c_try_link "$LINENO"; then :
23475 ac_cv_lib_getloadavg_getloadavg=yes
23476 else
23477 ac_cv_lib_getloadavg_getloadavg=no
23479 rm -f core conftest.err conftest.$ac_objext \
23480 conftest$ac_exeext conftest.$ac_ext
23481 LIBS=$ac_check_lib_save_LIBS
23483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5
23484 $as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; }
23485 if test "x$ac_cv_lib_getloadavg_getloadavg" = x""yes; then :
23486 LIBS="-lgetloadavg $LIBS" gl_func_getloadavg_done=yes
23487 else
23488 LIBS=$gl_getloadavg_LIBS
23493 # Set up the replacement function if necessary.
23494 if test $gl_func_getloadavg_done = no; then
23495 HAVE_GETLOADAVG=0
23497 # Solaris has libkstat which does not require root.
23498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
23499 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
23500 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
23501 $as_echo_n "(cached) " >&6
23502 else
23503 ac_check_lib_save_LIBS=$LIBS
23504 LIBS="-lkstat $LIBS"
23505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23506 /* end confdefs.h. */
23508 /* Override any GCC internal prototype to avoid an error.
23509 Use char because int might match the return type of a GCC
23510 builtin and then its argument prototype would still apply. */
23511 #ifdef __cplusplus
23512 extern "C"
23513 #endif
23514 char kstat_open ();
23516 main ()
23518 return kstat_open ();
23520 return 0;
23522 _ACEOF
23523 if ac_fn_c_try_link "$LINENO"; then :
23524 ac_cv_lib_kstat_kstat_open=yes
23525 else
23526 ac_cv_lib_kstat_kstat_open=no
23528 rm -f core conftest.err conftest.$ac_objext \
23529 conftest$ac_exeext conftest.$ac_ext
23530 LIBS=$ac_check_lib_save_LIBS
23532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
23533 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
23534 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
23535 cat >>confdefs.h <<_ACEOF
23536 #define HAVE_LIBKSTAT 1
23537 _ACEOF
23539 LIBS="-lkstat $LIBS"
23543 test $ac_cv_lib_kstat_kstat_open = yes && gl_func_getloadavg_done=yes
23545 # AIX has libperfstat which does not require root
23546 if test $gl_func_getloadavg_done = no; then
23547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perfstat_cpu_total in -lperfstat" >&5
23548 $as_echo_n "checking for perfstat_cpu_total in -lperfstat... " >&6; }
23549 if test "${ac_cv_lib_perfstat_perfstat_cpu_total+set}" = set; then :
23550 $as_echo_n "(cached) " >&6
23551 else
23552 ac_check_lib_save_LIBS=$LIBS
23553 LIBS="-lperfstat $LIBS"
23554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23555 /* end confdefs.h. */
23557 /* Override any GCC internal prototype to avoid an error.
23558 Use char because int might match the return type of a GCC
23559 builtin and then its argument prototype would still apply. */
23560 #ifdef __cplusplus
23561 extern "C"
23562 #endif
23563 char perfstat_cpu_total ();
23565 main ()
23567 return perfstat_cpu_total ();
23569 return 0;
23571 _ACEOF
23572 if ac_fn_c_try_link "$LINENO"; then :
23573 ac_cv_lib_perfstat_perfstat_cpu_total=yes
23574 else
23575 ac_cv_lib_perfstat_perfstat_cpu_total=no
23577 rm -f core conftest.err conftest.$ac_objext \
23578 conftest$ac_exeext conftest.$ac_ext
23579 LIBS=$ac_check_lib_save_LIBS
23581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_perfstat_perfstat_cpu_total" >&5
23582 $as_echo "$ac_cv_lib_perfstat_perfstat_cpu_total" >&6; }
23583 if test "x$ac_cv_lib_perfstat_perfstat_cpu_total" = x""yes; then :
23584 cat >>confdefs.h <<_ACEOF
23585 #define HAVE_LIBPERFSTAT 1
23586 _ACEOF
23588 LIBS="-lperfstat $LIBS"
23592 test $ac_cv_lib_perfstat_perfstat_cpu_total = yes && gl_func_getloadavg_done=yes
23595 if test $gl_func_getloadavg_done = no; then
23596 ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default"
23597 if test "x$ac_cv_header_sys_dg_sys_info_h" = x""yes; then :
23598 gl_func_getloadavg_done=yes
23600 $as_echo "#define DGUX 1" >>confdefs.h
23602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5
23603 $as_echo_n "checking for dg_sys_info in -ldgc... " >&6; }
23604 if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then :
23605 $as_echo_n "(cached) " >&6
23606 else
23607 ac_check_lib_save_LIBS=$LIBS
23608 LIBS="-ldgc $LIBS"
23609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23610 /* end confdefs.h. */
23612 /* Override any GCC internal prototype to avoid an error.
23613 Use char because int might match the return type of a GCC
23614 builtin and then its argument prototype would still apply. */
23615 #ifdef __cplusplus
23616 extern "C"
23617 #endif
23618 char dg_sys_info ();
23620 main ()
23622 return dg_sys_info ();
23624 return 0;
23626 _ACEOF
23627 if ac_fn_c_try_link "$LINENO"; then :
23628 ac_cv_lib_dgc_dg_sys_info=yes
23629 else
23630 ac_cv_lib_dgc_dg_sys_info=no
23632 rm -f core conftest.err conftest.$ac_objext \
23633 conftest$ac_exeext conftest.$ac_ext
23634 LIBS=$ac_check_lib_save_LIBS
23636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5
23637 $as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; }
23638 if test "x$ac_cv_lib_dgc_dg_sys_info" = x""yes; then :
23639 cat >>confdefs.h <<_ACEOF
23640 #define HAVE_LIBDGC 1
23641 _ACEOF
23643 LIBS="-ldgc $LIBS"
23655 if test "x$gl_save_LIBS" = x; then
23656 GETLOADAVG_LIBS=$LIBS
23657 else
23658 GETLOADAVG_LIBS=`echo "$LIBS" | sed "s!$gl_save_LIBS!!"`
23660 LIBS=$gl_save_LIBS
23663 # Test whether the system declares getloadavg. Solaris has the function
23664 # but declares it in <sys/loadavg.h>, not <stdlib.h>.
23665 for ac_header in sys/loadavg.h
23666 do :
23667 ac_fn_c_check_header_mongrel "$LINENO" "sys/loadavg.h" "ac_cv_header_sys_loadavg_h" "$ac_includes_default"
23668 if test "x$ac_cv_header_sys_loadavg_h" = x""yes; then :
23669 cat >>confdefs.h <<_ACEOF
23670 #define HAVE_SYS_LOADAVG_H 1
23671 _ACEOF
23675 done
23677 if test $ac_cv_header_sys_loadavg_h = yes; then
23678 HAVE_SYS_LOADAVG_H=1
23679 else
23680 HAVE_SYS_LOADAVG_H=0
23682 ac_fn_c_check_decl "$LINENO" "getloadavg" "ac_cv_have_decl_getloadavg" "#if HAVE_SYS_LOADAVG_H
23683 # include <sys/loadavg.h>
23684 #endif
23685 #include <stdlib.h>
23687 if test "x$ac_cv_have_decl_getloadavg" = x""yes; then :
23689 else
23690 HAVE_DECL_GETLOADAVG=0
23694 if test $HAVE_GETLOADAVG = 0; then
23703 gl_LIBOBJS="$gl_LIBOBJS getloadavg.$ac_objext"
23706 # Figure out what our getloadavg.c needs.
23710 # On HPUX9, an unprivileged user can get load averages this way.
23711 if test $gl_func_getloadavg_done = no; then
23712 for ac_func in pstat_getdynamic
23713 do :
23714 ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic"
23715 if test "x$ac_cv_func_pstat_getdynamic" = x""yes; then :
23716 cat >>confdefs.h <<_ACEOF
23717 #define HAVE_PSTAT_GETDYNAMIC 1
23718 _ACEOF
23719 gl_func_getloadavg_done=yes
23721 done
23725 # We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it
23726 # uses stabs), but it is still SVR4. We cannot check for <elf.h> because
23727 # Irix 4.0.5F has the header but not the library.
23728 if test $gl_func_getloadavg_done = no && test "$ac_cv_lib_elf_elf_begin" = yes \
23729 && test "$ac_cv_lib_kvm_kvm_open" = yes; then
23730 gl_func_getloadavg_done=yes
23732 $as_echo "#define SVR4 1" >>confdefs.h
23736 if test $gl_func_getloadavg_done = no; then
23737 ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default"
23738 if test "x$ac_cv_header_inq_stats_cpustats_h" = x""yes; then :
23739 gl_func_getloadavg_done=yes
23741 $as_echo "#define UMAX 1" >>confdefs.h
23744 $as_echo "#define UMAX4_3 1" >>confdefs.h
23751 if test $gl_func_getloadavg_done = no; then
23752 ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default"
23753 if test "x$ac_cv_header_sys_cpustats_h" = x""yes; then :
23754 gl_func_getloadavg_done=yes; $as_echo "#define UMAX 1" >>confdefs.h
23761 if test $gl_func_getloadavg_done = no; then
23762 for ac_header in mach/mach.h
23763 do :
23764 ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default"
23765 if test "x$ac_cv_header_mach_mach_h" = x""yes; then :
23766 cat >>confdefs.h <<_ACEOF
23767 #define HAVE_MACH_MACH_H 1
23768 _ACEOF
23772 done
23776 for ac_header in nlist.h
23777 do :
23778 ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default"
23779 if test "x$ac_cv_header_nlist_h" = x""yes; then :
23780 cat >>confdefs.h <<_ACEOF
23781 #define HAVE_NLIST_H 1
23782 _ACEOF
23783 ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h>
23785 if test "x$ac_cv_member_struct_nlist_n_un_n_name" = x""yes; then :
23787 cat >>confdefs.h <<_ACEOF
23788 #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1
23789 _ACEOF
23794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23795 /* end confdefs.h. */
23796 #include <nlist.h>
23798 main ()
23800 struct nlist x;
23801 #ifdef HAVE_STRUCT_NLIST_N_UN_N_NAME
23802 x.n_un.n_name = "";
23803 #else
23804 x.n_name = "";
23805 #endif
23807 return 0;
23809 _ACEOF
23810 if ac_fn_c_try_link "$LINENO"; then :
23812 $as_echo "#define N_NAME_POINTER 1" >>confdefs.h
23815 rm -f core conftest.err conftest.$ac_objext \
23816 conftest$ac_exeext conftest.$ac_ext
23820 done
23828 GNULIB_GETLOADAVG=1
23839 if test $REPLACE_GETOPT = 1; then
23848 gl_LIBOBJS="$gl_LIBOBJS getopt.$ac_objext"
23858 gl_LIBOBJS="$gl_LIBOBJS getopt1.$ac_objext"
23863 GNULIB_GL_UNISTD_H_GETOPT=1
23872 REPLACE_GETOPT=0
23873 if test -n "$gl_replace_getopt"; then
23874 REPLACE_GETOPT=1
23877 if test $REPLACE_GETOPT = 1; then
23879 GETOPT_H=getopt.h
23881 $as_echo "#define __GETOPT_PREFIX rpl_" >>confdefs.h
23887 if test $REPLACE_GETOPT = 1; then
23896 gl_LIBOBJS="$gl_LIBOBJS getopt.$ac_objext"
23906 gl_LIBOBJS="$gl_LIBOBJS getopt1.$ac_objext"
23911 GNULIB_GL_UNISTD_H_GETOPT=1
23925 gl_gettimeofday_timezone=void
23926 if test $ac_cv_func_gettimeofday != yes; then
23927 HAVE_GETTIMEOFDAY=0
23928 else
23932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday clobbers localtime buffer" >&5
23933 $as_echo_n "checking whether gettimeofday clobbers localtime buffer... " >&6; }
23934 if test "${gl_cv_func_gettimeofday_clobber+set}" = set; then :
23935 $as_echo_n "(cached) " >&6
23936 else
23937 if test "$cross_compiling" = yes; then :
23938 # When cross-compiling:
23939 case "$host_os" in
23940 # Guess all is fine on glibc systems.
23941 *-gnu*) gl_cv_func_gettimeofday_clobber="guessing no" ;;
23942 # If we don't know, assume the worst.
23943 *) gl_cv_func_gettimeofday_clobber="guessing yes" ;;
23944 esac
23946 else
23947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23948 /* end confdefs.h. */
23949 #include <string.h>
23950 #include <sys/time.h>
23951 #include <time.h>
23952 #include <stdlib.h>
23955 main ()
23958 time_t t = 0;
23959 struct tm *lt;
23960 struct tm saved_lt;
23961 struct timeval tv;
23962 lt = localtime (&t);
23963 saved_lt = *lt;
23964 gettimeofday (&tv, NULL);
23965 return memcmp (lt, &saved_lt, sizeof (struct tm)) != 0;
23968 return 0;
23970 _ACEOF
23971 if ac_fn_c_try_run "$LINENO"; then :
23972 gl_cv_func_gettimeofday_clobber=no
23973 else
23974 gl_cv_func_gettimeofday_clobber=yes
23976 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
23977 conftest.$ac_objext conftest.beam conftest.$ac_ext
23981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_gettimeofday_clobber" >&5
23982 $as_echo "$gl_cv_func_gettimeofday_clobber" >&6; }
23984 case "$gl_cv_func_gettimeofday_clobber" in
23985 *yes)
23986 REPLACE_GETTIMEOFDAY=1
23989 $as_echo "#define gmtime rpl_gmtime" >>confdefs.h
23992 $as_echo "#define localtime rpl_localtime" >>confdefs.h
23996 $as_echo "#define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1" >>confdefs.h
23999 esac
24001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gettimeofday with POSIX signature" >&5
24002 $as_echo_n "checking for gettimeofday with POSIX signature... " >&6; }
24003 if test "${gl_cv_func_gettimeofday_posix_signature+set}" = set; then :
24004 $as_echo_n "(cached) " >&6
24005 else
24006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24007 /* end confdefs.h. */
24008 #include <sys/time.h>
24009 struct timeval c;
24010 int gettimeofday (struct timeval *restrict, void *restrict);
24013 main ()
24015 /* glibc uses struct timezone * rather than the POSIX void *
24016 if _GNU_SOURCE is defined. However, since the only portable
24017 use of gettimeofday uses NULL as the second parameter, and
24018 since the glibc definition is actually more typesafe, it is
24019 not worth wrapping this to get a compliant signature. */
24020 int (*f) (struct timeval *restrict, void *restrict)
24021 = gettimeofday;
24022 int x = f (&c, 0);
24023 return !(x | c.tv_sec | c.tv_usec);
24026 return 0;
24028 _ACEOF
24029 if ac_fn_c_try_compile "$LINENO"; then :
24030 gl_cv_func_gettimeofday_posix_signature=yes
24031 else
24032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24033 /* end confdefs.h. */
24034 #include <sys/time.h>
24035 int gettimeofday (struct timeval *restrict, struct timezone *restrict);
24038 main ()
24042 return 0;
24044 _ACEOF
24045 if ac_fn_c_try_compile "$LINENO"; then :
24046 gl_cv_func_gettimeofday_posix_signature=almost
24047 else
24048 gl_cv_func_gettimeofday_posix_signature=no
24050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_gettimeofday_posix_signature" >&5
24055 $as_echo "$gl_cv_func_gettimeofday_posix_signature" >&6; }
24056 if test $gl_cv_func_gettimeofday_posix_signature = almost; then
24057 gl_gettimeofday_timezone='struct timezone'
24058 elif test $gl_cv_func_gettimeofday_posix_signature != yes; then
24059 REPLACE_GETTIMEOFDAY=1
24061 if test $REPLACE_STRUCT_TIMEVAL = 1; then
24062 REPLACE_GETTIMEOFDAY=1
24067 cat >>confdefs.h <<_ACEOF
24068 #define GETTIMEOFDAY_TIMEZONE $gl_gettimeofday_timezone
24069 _ACEOF
24072 if test $HAVE_GETTIMEOFDAY = 0 || test $REPLACE_GETTIMEOFDAY = 1; then
24081 gl_LIBOBJS="$gl_LIBOBJS gettimeofday.$ac_objext"
24084 for ac_header in sys/timeb.h
24085 do :
24086 ac_fn_c_check_header_mongrel "$LINENO" "sys/timeb.h" "ac_cv_header_sys_timeb_h" "$ac_includes_default"
24087 if test "x$ac_cv_header_sys_timeb_h" = x""yes; then :
24088 cat >>confdefs.h <<_ACEOF
24089 #define HAVE_SYS_TIMEB_H 1
24090 _ACEOF
24094 done
24096 for ac_func in _ftime
24097 do :
24098 ac_fn_c_check_func "$LINENO" "_ftime" "ac_cv_func__ftime"
24099 if test "x$ac_cv_func__ftime" = x""yes; then :
24100 cat >>confdefs.h <<_ACEOF
24101 #define HAVE__FTIME 1
24102 _ACEOF
24105 done
24114 GNULIB_GETTIMEOFDAY=1
24125 if test $ac_cv_func_lstat = yes; then
24127 case "$gl_cv_func_lstat_dereferences_slashed_symlink" in
24128 *no)
24129 REPLACE_LSTAT=1
24131 esac
24132 else
24133 HAVE_LSTAT=0
24136 if test $REPLACE_LSTAT = 1; then
24145 gl_LIBOBJS="$gl_LIBOBJS lstat.$ac_objext"
24154 GNULIB_LSTAT=1
24165 if test $ac_cv_have_decl_memrchr = no; then
24166 HAVE_DECL_MEMRCHR=0
24169 for ac_func in memrchr
24170 do :
24171 ac_fn_c_check_func "$LINENO" "memrchr" "ac_cv_func_memrchr"
24172 if test "x$ac_cv_func_memrchr" = x""yes; then :
24173 cat >>confdefs.h <<_ACEOF
24174 #define HAVE_MEMRCHR 1
24175 _ACEOF
24178 done
24181 if test $ac_cv_func_memrchr = no; then
24190 gl_LIBOBJS="$gl_LIBOBJS memrchr.$ac_objext"
24199 GNULIB_MEMRCHR=1
24211 if test $ac_cv_func_mkostemp != yes; then
24212 HAVE_MKOSTEMP=0
24215 if test $HAVE_MKOSTEMP = 0; then
24224 gl_LIBOBJS="$gl_LIBOBJS mkostemp.$ac_objext"
24231 cat >>confdefs.h <<_ACEOF
24232 #define GNULIB_MKOSTEMP 1
24233 _ACEOF
24241 GNULIB_MKOSTEMP=1
24253 if test $APPLE_UNIVERSAL_BUILD = 1; then
24254 # A universal build on Apple Mac OS X platforms.
24255 # The test result would be 'yes' in 32-bit mode and 'no' in 64-bit mode.
24256 # But we need a configuration result that is valid in both modes.
24257 gl_cv_func_working_mktime=no
24259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5
24260 $as_echo_n "checking for working mktime... " >&6; }
24261 if test "${gl_cv_func_working_mktime+set}" = set; then :
24262 $as_echo_n "(cached) " >&6
24263 else
24264 if test "$cross_compiling" = yes; then :
24265 gl_cv_func_working_mktime=no
24266 else
24267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24268 /* end confdefs.h. */
24269 /* Test program from Paul Eggert and Tony Leneis. */
24270 #include <limits.h>
24271 #include <stdlib.h>
24272 #include <time.h>
24274 #ifdef HAVE_UNISTD_H
24275 # include <unistd.h>
24276 #endif
24278 #if HAVE_DECL_ALARM
24279 # include <signal.h>
24280 #endif
24282 /* Work around redefinition to rpl_putenv by other config tests. */
24283 #undef putenv
24285 static time_t time_t_max;
24286 static time_t time_t_min;
24288 /* Values we'll use to set the TZ environment variable. */
24289 static char *tz_strings[] = {
24290 (char *) 0, "TZ=GMT0", "TZ=JST-9",
24291 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
24293 #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
24295 /* Return 0 if mktime fails to convert a date in the spring-forward gap.
24296 Based on a problem report from Andreas Jaeger. */
24297 static int
24298 spring_forward_gap ()
24300 /* glibc (up to about 1998-10-07) failed this test. */
24301 struct tm tm;
24303 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
24304 instead of "TZ=America/Vancouver" in order to detect the bug even
24305 on systems that don't support the Olson extension, or don't have the
24306 full zoneinfo tables installed. */
24307 putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
24309 tm.tm_year = 98;
24310 tm.tm_mon = 3;
24311 tm.tm_mday = 5;
24312 tm.tm_hour = 2;
24313 tm.tm_min = 0;
24314 tm.tm_sec = 0;
24315 tm.tm_isdst = -1;
24316 return mktime (&tm) != (time_t) -1;
24319 static int
24320 mktime_test1 (time_t now)
24322 struct tm *lt;
24323 return ! (lt = localtime (&now)) || mktime (lt) == now;
24326 static int
24327 mktime_test (time_t now)
24329 return (mktime_test1 (now)
24330 && mktime_test1 ((time_t) (time_t_max - now))
24331 && mktime_test1 ((time_t) (time_t_min + now)));
24334 static int
24335 irix_6_4_bug ()
24337 /* Based on code from Ariel Faigon. */
24338 struct tm tm;
24339 tm.tm_year = 96;
24340 tm.tm_mon = 3;
24341 tm.tm_mday = 0;
24342 tm.tm_hour = 0;
24343 tm.tm_min = 0;
24344 tm.tm_sec = 0;
24345 tm.tm_isdst = -1;
24346 mktime (&tm);
24347 return tm.tm_mon == 2 && tm.tm_mday == 31;
24350 static int
24351 bigtime_test (int j)
24353 struct tm tm;
24354 time_t now;
24355 tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
24356 now = mktime (&tm);
24357 if (now != (time_t) -1)
24359 struct tm *lt = localtime (&now);
24360 if (! (lt
24361 && lt->tm_year == tm.tm_year
24362 && lt->tm_mon == tm.tm_mon
24363 && lt->tm_mday == tm.tm_mday
24364 && lt->tm_hour == tm.tm_hour
24365 && lt->tm_min == tm.tm_min
24366 && lt->tm_sec == tm.tm_sec
24367 && lt->tm_yday == tm.tm_yday
24368 && lt->tm_wday == tm.tm_wday
24369 && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
24370 == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
24371 return 0;
24373 return 1;
24376 static int
24377 year_2050_test ()
24379 /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
24380 ignoring leap seconds. */
24381 unsigned long int answer = 2527315200UL;
24383 struct tm tm;
24384 time_t t;
24385 tm.tm_year = 2050 - 1900;
24386 tm.tm_mon = 2 - 1;
24387 tm.tm_mday = 1;
24388 tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
24389 tm.tm_isdst = -1;
24391 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
24392 instead of "TZ=America/Vancouver" in order to detect the bug even
24393 on systems that don't support the Olson extension, or don't have the
24394 full zoneinfo tables installed. */
24395 putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
24397 t = mktime (&tm);
24399 /* Check that the result is either a failure, or close enough
24400 to the correct answer that we can assume the discrepancy is
24401 due to leap seconds. */
24402 return (t == (time_t) -1
24403 || (0 < t && answer - 120 <= t && t <= answer + 120));
24407 main ()
24409 int result = 0;
24410 time_t t, delta;
24411 int i, j;
24412 int time_t_signed_magnitude = (time_t) ~ (time_t) 0 < (time_t) -1;
24413 int time_t_signed = ! ((time_t) 0 < (time_t) -1);
24415 #if HAVE_DECL_ALARM
24416 /* This test makes some buggy mktime implementations loop.
24417 Give up after 60 seconds; a mktime slower than that
24418 isn't worth using anyway. */
24419 signal (SIGALRM, SIG_DFL);
24420 alarm (60);
24421 #endif
24423 time_t_max = (! time_t_signed
24424 ? (time_t) -1
24425 : ((((time_t) 1 << (sizeof (time_t) * CHAR_BIT - 2)) - 1)
24426 * 2 + 1));
24427 time_t_min = (! time_t_signed
24428 ? (time_t) 0
24429 : time_t_signed_magnitude
24430 ? ~ (time_t) 0
24431 : ~ time_t_max);
24433 delta = time_t_max / 997; /* a suitable prime number */
24434 for (i = 0; i < N_STRINGS; i++)
24436 if (tz_strings[i])
24437 putenv (tz_strings[i]);
24439 for (t = 0; t <= time_t_max - delta && (result & 1) == 0; t += delta)
24440 if (! mktime_test (t))
24441 result |= 1;
24442 if ((result & 2) == 0
24443 && ! (mktime_test ((time_t) 1)
24444 && mktime_test ((time_t) (60 * 60))
24445 && mktime_test ((time_t) (60 * 60 * 24))))
24446 result |= 2;
24448 for (j = 1; (result & 4) == 0; j <<= 1)
24450 if (! bigtime_test (j))
24451 result |= 4;
24452 if (INT_MAX / 2 < j)
24453 break;
24455 if ((result & 8) == 0 && ! bigtime_test (INT_MAX))
24456 result |= 8;
24458 if (! irix_6_4_bug ())
24459 result |= 16;
24460 if (! spring_forward_gap ())
24461 result |= 32;
24462 if (! year_2050_test ())
24463 result |= 64;
24464 return result;
24466 _ACEOF
24467 if ac_fn_c_try_run "$LINENO"; then :
24468 gl_cv_func_working_mktime=yes
24469 else
24470 gl_cv_func_working_mktime=no
24472 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24473 conftest.$ac_objext conftest.beam conftest.$ac_ext
24478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_mktime" >&5
24479 $as_echo "$gl_cv_func_working_mktime" >&6; }
24481 if test $gl_cv_func_working_mktime = no; then
24482 REPLACE_MKTIME=1
24483 else
24484 REPLACE_MKTIME=0
24487 if test $REPLACE_MKTIME = 1; then
24496 gl_LIBOBJS="$gl_LIBOBJS mktime.$ac_objext"
24505 GNULIB_MKTIME=1
24518 if test $ac_cv_func_pipe2 != yes; then
24519 HAVE_PIPE2=0
24527 GNULIB_PIPE2=1
24538 if test $ac_cv_func_pselect = yes; then
24539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether signature of pselect conforms to POSIX" >&5
24540 $as_echo_n "checking whether signature of pselect conforms to POSIX... " >&6; }
24541 if test "${gl_cv_sig_pselect+set}" = set; then :
24542 $as_echo_n "(cached) " >&6
24543 else
24544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24545 /* end confdefs.h. */
24546 #include <sys/select.h>
24549 main ()
24551 int (*p) (int, fd_set *, fd_set *, fd_set *restrict,
24552 struct timespec const *restrict,
24553 sigset_t const *restrict) = pselect;
24554 return !p;
24556 return 0;
24558 _ACEOF
24559 if ac_fn_c_try_link "$LINENO"; then :
24560 gl_cv_sig_pselect=yes
24561 else
24562 gl_cv_sig_pselect=no
24564 rm -f core conftest.err conftest.$ac_objext \
24565 conftest$ac_exeext conftest.$ac_ext
24567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sig_pselect" >&5
24568 $as_echo "$gl_cv_sig_pselect" >&6; }
24570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pselect detects invalid fds" >&5
24571 $as_echo_n "checking whether pselect detects invalid fds... " >&6; }
24572 if test "${gl_cv_func_pselect_detects_ebadf+set}" = set; then :
24573 $as_echo_n "(cached) " >&6
24574 else
24576 if test "$cross_compiling" = yes; then :
24578 case "$host_os" in
24579 # Guess yes on glibc systems.
24580 *-gnu*) gl_cv_func_pselect_detects_ebadf="guessing yes" ;;
24581 # If we don't know, assume the worst.
24582 *) gl_cv_func_pselect_detects_ebadf="guessing no" ;;
24583 esac
24585 else
24586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24587 /* end confdefs.h. */
24589 #include <sys/types.h>
24590 #include <sys/time.h>
24591 #if HAVE_SYS_SELECT_H
24592 # include <sys/select.h>
24593 #endif
24594 #include <unistd.h>
24595 #include <errno.h>
24598 main ()
24601 fd_set set;
24602 dup2(0, 16);
24603 FD_ZERO(&set);
24604 FD_SET(16, &set);
24605 close(16);
24606 struct timespec timeout;
24607 timeout.tv_sec = 0;
24608 timeout.tv_nsec = 5000;
24609 return pselect (17, &set, NULL, NULL, &timeout, NULL) != -1 || errno != EBADF;
24612 return 0;
24614 _ACEOF
24615 if ac_fn_c_try_run "$LINENO"; then :
24616 gl_cv_func_pselect_detects_ebadf=yes
24617 else
24618 gl_cv_func_pselect_detects_ebadf=no
24620 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24621 conftest.$ac_objext conftest.beam conftest.$ac_ext
24626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pselect_detects_ebadf" >&5
24627 $as_echo "$gl_cv_func_pselect_detects_ebadf" >&6; }
24628 case $gl_cv_func_pselect_detects_ebadf in
24629 *yes) ;;
24630 *) REPLACE_PSELECT=1 ;;
24631 esac
24634 if test $ac_cv_func_pselect = no || test $gl_cv_sig_pselect = no; then
24635 REPLACE_PSELECT=1
24638 if test $HAVE_PSELECT = 0 || test $REPLACE_PSELECT = 1; then
24647 gl_LIBOBJS="$gl_LIBOBJS pselect.$ac_objext"
24655 GNULIB_PSELECT=1
24665 LIB_PTHREAD_SIGMASK=
24670 if test "$gl_threads_api" = posix; then
24671 if test $ac_cv_func_pthread_sigmask = yes; then
24673 else
24674 if test -n "$LIBMULTITHREAD"; then
24675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_sigmask in $LIBMULTITHREAD" >&5
24676 $as_echo_n "checking for pthread_sigmask in $LIBMULTITHREAD... " >&6; }
24677 if test "${gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD+set}" = set; then :
24678 $as_echo_n "(cached) " >&6
24679 else
24680 gl_save_LIBS="$LIBS"
24681 LIBS="$LIBS $LIBMULTITHREAD"
24682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24683 /* end confdefs.h. */
24684 #include <pthread.h>
24685 #include <signal.h>
24688 main ()
24690 return pthread_sigmask (0, (sigset_t *) 0, (sigset_t *) 0);
24692 return 0;
24695 _ACEOF
24696 if ac_fn_c_try_link "$LINENO"; then :
24697 gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD=yes
24698 else
24699 gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD=no
24701 rm -f core conftest.err conftest.$ac_objext \
24702 conftest$ac_exeext conftest.$ac_ext
24703 LIBS="$gl_save_LIBS"
24706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD" >&5
24707 $as_echo "$gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD" >&6; }
24708 if test $gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD = yes; then
24709 LIB_PTHREAD_SIGMASK="$LIBMULTITHREAD"
24710 else
24711 HAVE_PTHREAD_SIGMASK=0
24713 else
24714 HAVE_PTHREAD_SIGMASK=0
24717 else
24718 if test $ac_cv_func_pthread_sigmask = yes; then
24719 REPLACE_PTHREAD_SIGMASK=1
24720 else
24721 HAVE_PTHREAD_SIGMASK=0
24728 if test $HAVE_PTHREAD_SIGMASK = 1; then
24731 if test -z "$LIB_PTHREAD_SIGMASK"; then
24732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask works without -lpthread" >&5
24733 $as_echo_n "checking whether pthread_sigmask works without -lpthread... " >&6; }
24734 if test "${gl_cv_func_pthread_sigmask_in_libc_works+set}" = set; then :
24735 $as_echo_n "(cached) " >&6
24736 else
24738 if test "$cross_compiling" = yes; then :
24740 case "$host_os" in
24741 freebsd* | hpux* | solaris | solaris2.[2-9]*)
24742 gl_cv_func_pthread_sigmask_in_libc_works="guessing no";;
24744 gl_cv_func_pthread_sigmask_in_libc_works="guessing yes";;
24745 esac
24747 else
24748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24749 /* end confdefs.h. */
24751 #include <pthread.h>
24752 #include <signal.h>
24753 #include <stddef.h>
24754 int main ()
24756 sigset_t set;
24757 sigemptyset (&set);
24758 return pthread_sigmask (1729, &set, NULL) != 0;
24760 _ACEOF
24761 if ac_fn_c_try_run "$LINENO"; then :
24762 gl_cv_func_pthread_sigmask_in_libc_works=no
24763 else
24764 gl_cv_func_pthread_sigmask_in_libc_works=yes
24766 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24767 conftest.$ac_objext conftest.beam conftest.$ac_ext
24772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_in_libc_works" >&5
24773 $as_echo "$gl_cv_func_pthread_sigmask_in_libc_works" >&6; }
24774 case "$gl_cv_func_pthread_sigmask_in_libc_works" in
24775 *no)
24776 REPLACE_PTHREAD_SIGMASK=1
24778 $as_echo "#define PTHREAD_SIGMASK_INEFFECTIVE 1" >>confdefs.h
24781 esac
24784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask returns error numbers" >&5
24785 $as_echo_n "checking whether pthread_sigmask returns error numbers... " >&6; }
24786 if test "${gl_cv_func_pthread_sigmask_return_works+set}" = set; then :
24787 $as_echo_n "(cached) " >&6
24788 else
24790 gl_save_LIBS="$LIBS"
24791 LIBS="$LIBS $LIB_PTHREAD_SIGMASK"
24792 if test "$cross_compiling" = yes; then :
24793 case "$host_os" in
24794 cygwin*)
24795 gl_cv_func_pthread_sigmask_return_works="guessing no";;
24797 gl_cv_func_pthread_sigmask_return_works="guessing yes";;
24798 esac
24800 else
24801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24802 /* end confdefs.h. */
24804 #include <pthread.h>
24805 #include <signal.h>
24806 #include <stddef.h>
24807 int main ()
24809 sigset_t set;
24810 sigemptyset (&set);
24811 if (pthread_sigmask (1729, &set, NULL) == -1)
24812 return 1;
24813 return 0;
24815 _ACEOF
24816 if ac_fn_c_try_run "$LINENO"; then :
24817 gl_cv_func_pthread_sigmask_return_works=yes
24818 else
24819 gl_cv_func_pthread_sigmask_return_works=no
24821 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24822 conftest.$ac_objext conftest.beam conftest.$ac_ext
24825 LIBS="$gl_save_LIBS"
24828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_return_works" >&5
24829 $as_echo "$gl_cv_func_pthread_sigmask_return_works" >&6; }
24830 case "$gl_cv_func_pthread_sigmask_return_works" in
24831 *no)
24832 REPLACE_PTHREAD_SIGMASK=1
24834 $as_echo "#define PTHREAD_SIGMASK_FAILS_WITH_ERRNO 1" >>confdefs.h
24837 esac
24839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask unblocks signals correctly" >&5
24840 $as_echo_n "checking whether pthread_sigmask unblocks signals correctly... " >&6; }
24841 if test "${gl_cv_func_pthread_sigmask_unblock_works+set}" = set; then :
24842 $as_echo_n "(cached) " >&6
24843 else
24845 case "$host_os" in
24846 irix*)
24847 gl_cv_func_pthread_sigmask_unblock_works="guessing no";;
24849 gl_cv_func_pthread_sigmask_unblock_works="guessing yes";;
24850 esac
24851 gl_save_LIBS="$LIBS"
24852 LIBS="$LIBS $LIBMULTITHREAD"
24853 if test "$cross_compiling" = yes; then :
24855 else
24856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24857 /* end confdefs.h. */
24859 #include <pthread.h>
24860 #include <signal.h>
24861 #include <stdio.h>
24862 #include <stdlib.h>
24863 #include <unistd.h>
24864 static volatile int sigint_occurred;
24865 static void
24866 sigint_handler (int sig)
24868 sigint_occurred++;
24870 int main ()
24872 sigset_t set;
24873 int pid = getpid ();
24874 char command[80];
24875 signal (SIGINT, sigint_handler);
24876 sigemptyset (&set);
24877 sigaddset (&set, SIGINT);
24878 if (!(pthread_sigmask (SIG_BLOCK, &set, NULL) == 0))
24879 return 1;
24880 sprintf (command, "sh -c 'sleep 1; kill -%d %d' &", SIGINT, pid);
24881 if (!(system (command) == 0))
24882 return 2;
24883 sleep (2);
24884 if (!(sigint_occurred == 0))
24885 return 3;
24886 if (!(pthread_sigmask (SIG_UNBLOCK, &set, NULL) == 0))
24887 return 4;
24888 if (!(sigint_occurred == 1)) /* This fails on IRIX. */
24889 return 5;
24890 return 0;
24892 _ACEOF
24893 if ac_fn_c_try_run "$LINENO"; then :
24895 else
24896 gl_cv_func_pthread_sigmask_unblock_works=no
24898 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24899 conftest.$ac_objext conftest.beam conftest.$ac_ext
24902 LIBS="$gl_save_LIBS"
24905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_unblock_works" >&5
24906 $as_echo "$gl_cv_func_pthread_sigmask_unblock_works" >&6; }
24907 case "$gl_cv_func_pthread_sigmask_unblock_works" in
24908 *no)
24909 REPLACE_PTHREAD_SIGMASK=1
24911 $as_echo "#define PTHREAD_SIGMASK_UNBLOCK_BUG 1" >>confdefs.h
24914 esac
24917 if test $HAVE_PTHREAD_SIGMASK = 0 || test $REPLACE_PTHREAD_SIGMASK = 1; then
24926 gl_LIBOBJS="$gl_LIBOBJS pthread_sigmask.$ac_objext"
24929 if test $HAVE_PTHREAD_SIGMASK = 1; then
24931 $as_echo "#define HAVE_PTHREAD_SIGMASK 1" >>confdefs.h
24941 GNULIB_PTHREAD_SIGMASK=1
24949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for putenv compatible with GNU and SVID" >&5
24950 $as_echo_n "checking for putenv compatible with GNU and SVID... " >&6; }
24951 if test "${gl_cv_func_svid_putenv+set}" = set; then :
24952 $as_echo_n "(cached) " >&6
24953 else
24954 if test "$cross_compiling" = yes; then :
24955 case "$host_os" in
24956 # Guess yes on glibc systems.
24957 *-gnu*) gl_cv_func_svid_putenv="guessing yes" ;;
24958 # If we don't know, assume the worst.
24959 *) gl_cv_func_svid_putenv="guessing no" ;;
24960 esac
24962 else
24963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24964 /* end confdefs.h. */
24965 $ac_includes_default
24967 main ()
24970 /* Put it in env. */
24971 if (putenv ("CONFTEST_putenv=val"))
24972 return 1;
24974 /* Try to remove it. */
24975 if (putenv ("CONFTEST_putenv"))
24976 return 2;
24978 /* Make sure it was deleted. */
24979 if (getenv ("CONFTEST_putenv") != 0)
24980 return 3;
24982 return 0;
24985 return 0;
24987 _ACEOF
24988 if ac_fn_c_try_run "$LINENO"; then :
24989 gl_cv_func_svid_putenv=yes
24990 else
24991 gl_cv_func_svid_putenv=no
24993 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24994 conftest.$ac_objext conftest.beam conftest.$ac_ext
24999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_svid_putenv" >&5
25000 $as_echo "$gl_cv_func_svid_putenv" >&6; }
25001 case "$gl_cv_func_svid_putenv" in
25002 *yes) ;;
25004 REPLACE_PUTENV=1
25006 esac
25008 if test $REPLACE_PUTENV = 1; then
25017 gl_LIBOBJS="$gl_LIBOBJS putenv.$ac_objext"
25020 ac_fn_c_check_decl "$LINENO" "_putenv" "ac_cv_have_decl__putenv" "$ac_includes_default"
25021 if test "x$ac_cv_have_decl__putenv" = x""yes; then :
25022 ac_have_decl=1
25023 else
25024 ac_have_decl=0
25027 cat >>confdefs.h <<_ACEOF
25028 #define HAVE_DECL__PUTENV $ac_have_decl
25029 _ACEOF
25038 GNULIB_PUTENV=1
25045 # Check whether --enable-acl was given.
25046 if test "${enable_acl+set}" = set; then :
25047 enableval=$enable_acl;
25048 else
25049 enable_acl=auto
25053 LIB_ACL=
25054 use_acl=0
25055 if test "x$enable_acl" != "xno"; then
25056 for ac_header in sys/acl.h
25057 do :
25058 ac_fn_c_check_header_mongrel "$LINENO" "sys/acl.h" "ac_cv_header_sys_acl_h" "$ac_includes_default"
25059 if test "x$ac_cv_header_sys_acl_h" = x""yes; then :
25060 cat >>confdefs.h <<_ACEOF
25061 #define HAVE_SYS_ACL_H 1
25062 _ACEOF
25066 done
25068 if test $ac_cv_header_sys_acl_h = yes; then
25069 ac_save_LIBS=$LIBS
25071 if test $use_acl = 0; then
25072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing acl_get_file" >&5
25073 $as_echo_n "checking for library containing acl_get_file... " >&6; }
25074 if test "${ac_cv_search_acl_get_file+set}" = set; then :
25075 $as_echo_n "(cached) " >&6
25076 else
25077 ac_func_search_save_LIBS=$LIBS
25078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25079 /* end confdefs.h. */
25081 /* Override any GCC internal prototype to avoid an error.
25082 Use char because int might match the return type of a GCC
25083 builtin and then its argument prototype would still apply. */
25084 #ifdef __cplusplus
25085 extern "C"
25086 #endif
25087 char acl_get_file ();
25089 main ()
25091 return acl_get_file ();
25093 return 0;
25095 _ACEOF
25096 for ac_lib in '' acl pacl; do
25097 if test -z "$ac_lib"; then
25098 ac_res="none required"
25099 else
25100 ac_res=-l$ac_lib
25101 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
25103 if ac_fn_c_try_link "$LINENO"; then :
25104 ac_cv_search_acl_get_file=$ac_res
25106 rm -f core conftest.err conftest.$ac_objext \
25107 conftest$ac_exeext
25108 if test "${ac_cv_search_acl_get_file+set}" = set; then :
25109 break
25111 done
25112 if test "${ac_cv_search_acl_get_file+set}" = set; then :
25114 else
25115 ac_cv_search_acl_get_file=no
25117 rm conftest.$ac_ext
25118 LIBS=$ac_func_search_save_LIBS
25120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_acl_get_file" >&5
25121 $as_echo "$ac_cv_search_acl_get_file" >&6; }
25122 ac_res=$ac_cv_search_acl_get_file
25123 if test "$ac_res" != no; then :
25124 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
25125 if test "$ac_cv_search_acl_get_file" != "none required"; then
25126 LIB_ACL=$ac_cv_search_acl_get_file
25128 for ac_func in acl_get_file acl_get_fd acl_set_file acl_set_fd \
25129 acl_free acl_from_mode acl_from_text \
25130 acl_delete_def_file acl_extended_file \
25131 acl_delete_fd_np acl_delete_file_np \
25132 acl_copy_ext_native acl_create_entry_np \
25133 acl_to_short_text acl_free_text
25134 do :
25135 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
25136 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
25137 eval as_val=\$$as_ac_var
25138 if test "x$as_val" = x""yes; then :
25139 cat >>confdefs.h <<_ACEOF
25140 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
25141 _ACEOF
25144 done
25146 # If the acl_get_file bug is detected, don't enable the ACL support.
25148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working acl_get_file" >&5
25149 $as_echo_n "checking for working acl_get_file... " >&6; }
25150 if test "${gl_cv_func_working_acl_get_file+set}" = set; then :
25151 $as_echo_n "(cached) " >&6
25152 else
25153 if test "$cross_compiling" = yes; then :
25154 gl_cv_func_working_acl_get_file=cross-compiling
25155 else
25156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25157 /* end confdefs.h. */
25158 #include <sys/types.h>
25159 #include <sys/acl.h>
25160 #include <errno.h>
25163 main ()
25165 if (!acl_get_file (".", ACL_TYPE_ACCESS) && errno == ENOENT)
25166 return 1;
25167 return 0;
25170 return 0;
25172 _ACEOF
25173 if ac_fn_c_try_run "$LINENO"; then :
25174 gl_cv_func_working_acl_get_file=yes
25175 else
25176 gl_cv_func_working_acl_get_file=no
25178 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
25179 conftest.$ac_objext conftest.beam conftest.$ac_ext
25183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_acl_get_file" >&5
25184 $as_echo "$gl_cv_func_working_acl_get_file" >&6; }
25186 if test $gl_cv_func_working_acl_get_file = yes; then :
25187 use_acl=1
25190 if test $use_acl = 1; then
25191 for ac_header in acl/libacl.h
25192 do :
25193 ac_fn_c_check_header_mongrel "$LINENO" "acl/libacl.h" "ac_cv_header_acl_libacl_h" "$ac_includes_default"
25194 if test "x$ac_cv_header_acl_libacl_h" = x""yes; then :
25195 cat >>confdefs.h <<_ACEOF
25196 #define HAVE_ACL_LIBACL_H 1
25197 _ACEOF
25201 done
25211 for ac_func in acl_entries
25212 do :
25213 ac_fn_c_check_func "$LINENO" "acl_entries" "ac_cv_func_acl_entries"
25214 if test "x$ac_cv_func_acl_entries" = x""yes; then :
25215 cat >>confdefs.h <<_ACEOF
25216 #define HAVE_ACL_ENTRIES 1
25217 _ACEOF
25219 else
25221 gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
25224 done
25227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ACL_FIRST_ENTRY" >&5
25228 $as_echo_n "checking for ACL_FIRST_ENTRY... " >&6; }
25229 if test "${gl_cv_acl_ACL_FIRST_ENTRY+set}" = set; then :
25230 $as_echo_n "(cached) " >&6
25231 else
25232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25233 /* end confdefs.h. */
25234 #include <sys/types.h>
25235 #include <sys/acl.h>
25236 int type = ACL_FIRST_ENTRY;
25238 main ()
25242 return 0;
25244 _ACEOF
25245 if ac_fn_c_try_compile "$LINENO"; then :
25246 gl_cv_acl_ACL_FIRST_ENTRY=yes
25247 else
25248 gl_cv_acl_ACL_FIRST_ENTRY=no
25250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_acl_ACL_FIRST_ENTRY" >&5
25253 $as_echo "$gl_cv_acl_ACL_FIRST_ENTRY" >&6; }
25254 if test $gl_cv_acl_ACL_FIRST_ENTRY = yes; then
25256 $as_echo "#define HAVE_ACL_FIRST_ENTRY 1" >>confdefs.h
25259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ACL_TYPE_EXTENDED" >&5
25260 $as_echo_n "checking for ACL_TYPE_EXTENDED... " >&6; }
25261 if test "${gl_cv_acl_ACL_TYPE_EXTENDED+set}" = set; then :
25262 $as_echo_n "(cached) " >&6
25263 else
25264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25265 /* end confdefs.h. */
25266 #include <sys/types.h>
25267 #include <sys/acl.h>
25268 int type = ACL_TYPE_EXTENDED;
25270 main ()
25274 return 0;
25276 _ACEOF
25277 if ac_fn_c_try_compile "$LINENO"; then :
25278 gl_cv_acl_ACL_TYPE_EXTENDED=yes
25279 else
25280 gl_cv_acl_ACL_TYPE_EXTENDED=no
25282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_acl_ACL_TYPE_EXTENDED" >&5
25285 $as_echo "$gl_cv_acl_ACL_TYPE_EXTENDED" >&6; }
25286 if test $gl_cv_acl_ACL_TYPE_EXTENDED = yes; then
25288 $as_echo "#define HAVE_ACL_TYPE_EXTENDED 1" >>confdefs.h
25291 else
25292 LIB_ACL=
25299 if test $use_acl = 0; then
25300 for ac_func in facl
25301 do :
25302 ac_fn_c_check_func "$LINENO" "facl" "ac_cv_func_facl"
25303 if test "x$ac_cv_func_facl" = x""yes; then :
25304 cat >>confdefs.h <<_ACEOF
25305 #define HAVE_FACL 1
25306 _ACEOF
25309 done
25311 if test $ac_cv_func_facl = yes; then
25312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing acl_trivial" >&5
25313 $as_echo_n "checking for library containing acl_trivial... " >&6; }
25314 if test "${ac_cv_search_acl_trivial+set}" = set; then :
25315 $as_echo_n "(cached) " >&6
25316 else
25317 ac_func_search_save_LIBS=$LIBS
25318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25319 /* end confdefs.h. */
25321 /* Override any GCC internal prototype to avoid an error.
25322 Use char because int might match the return type of a GCC
25323 builtin and then its argument prototype would still apply. */
25324 #ifdef __cplusplus
25325 extern "C"
25326 #endif
25327 char acl_trivial ();
25329 main ()
25331 return acl_trivial ();
25333 return 0;
25335 _ACEOF
25336 for ac_lib in '' sec; do
25337 if test -z "$ac_lib"; then
25338 ac_res="none required"
25339 else
25340 ac_res=-l$ac_lib
25341 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
25343 if ac_fn_c_try_link "$LINENO"; then :
25344 ac_cv_search_acl_trivial=$ac_res
25346 rm -f core conftest.err conftest.$ac_objext \
25347 conftest$ac_exeext
25348 if test "${ac_cv_search_acl_trivial+set}" = set; then :
25349 break
25351 done
25352 if test "${ac_cv_search_acl_trivial+set}" = set; then :
25354 else
25355 ac_cv_search_acl_trivial=no
25357 rm conftest.$ac_ext
25358 LIBS=$ac_func_search_save_LIBS
25360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_acl_trivial" >&5
25361 $as_echo "$ac_cv_search_acl_trivial" >&6; }
25362 ac_res=$ac_cv_search_acl_trivial
25363 if test "$ac_res" != no; then :
25364 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
25365 if test "$ac_cv_search_acl_trivial" != "none required"; then
25366 LIB_ACL=$ac_cv_search_acl_trivial
25371 for ac_func in acl_trivial
25372 do :
25373 ac_fn_c_check_func "$LINENO" "acl_trivial" "ac_cv_func_acl_trivial"
25374 if test "x$ac_cv_func_acl_trivial" = x""yes; then :
25375 cat >>confdefs.h <<_ACEOF
25376 #define HAVE_ACL_TRIVIAL 1
25377 _ACEOF
25380 done
25382 use_acl=1
25386 if test $use_acl = 0; then
25387 for ac_func in getacl
25388 do :
25389 ac_fn_c_check_func "$LINENO" "getacl" "ac_cv_func_getacl"
25390 if test "x$ac_cv_func_getacl" = x""yes; then :
25391 cat >>confdefs.h <<_ACEOF
25392 #define HAVE_GETACL 1
25393 _ACEOF
25396 done
25398 if test $ac_cv_func_getacl = yes; then
25399 use_acl=1
25401 for ac_header in aclv.h
25402 do :
25403 ac_fn_c_check_header_compile "$LINENO" "aclv.h" "ac_cv_header_aclv_h" "#include <sys/types.h>
25405 if test "x$ac_cv_header_aclv_h" = x""yes; then :
25406 cat >>confdefs.h <<_ACEOF
25407 #define HAVE_ACLV_H 1
25408 _ACEOF
25412 done
25416 if test $use_acl = 0; then
25417 for ac_func in aclx_get
25418 do :
25419 ac_fn_c_check_func "$LINENO" "aclx_get" "ac_cv_func_aclx_get"
25420 if test "x$ac_cv_func_aclx_get" = x""yes; then :
25421 cat >>confdefs.h <<_ACEOF
25422 #define HAVE_ACLX_GET 1
25423 _ACEOF
25426 done
25428 if test $ac_cv_func_aclx_get = yes; then
25429 use_acl=1
25433 if test $use_acl = 0 || test "$ac_cv_func_aclx_get" = yes; then
25434 for ac_func in statacl
25435 do :
25436 ac_fn_c_check_func "$LINENO" "statacl" "ac_cv_func_statacl"
25437 if test "x$ac_cv_func_statacl" = x""yes; then :
25438 cat >>confdefs.h <<_ACEOF
25439 #define HAVE_STATACL 1
25440 _ACEOF
25443 done
25445 if test $ac_cv_func_statacl = yes; then
25446 use_acl=1
25450 if test $use_acl = 0; then
25451 for ac_func in aclsort
25452 do :
25453 ac_fn_c_check_func "$LINENO" "aclsort" "ac_cv_func_aclsort"
25454 if test "x$ac_cv_func_aclsort" = x""yes; then :
25455 cat >>confdefs.h <<_ACEOF
25456 #define HAVE_ACLSORT 1
25457 _ACEOF
25460 done
25462 if test $ac_cv_func_aclsort = yes; then
25463 use_acl=1
25467 LIBS=$ac_save_LIBS
25469 if test "x$enable_acl$use_acl" = "xyes0"; then
25470 as_fn_error "ACLs enabled but support not detected" "$LINENO" 5
25471 elif test "x$enable_acl$use_acl" = "xauto0"; then
25472 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libacl development library was not found or not usable." >&5
25473 $as_echo "$as_me: WARNING: libacl development library was not found or not usable." >&2;}
25474 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: emacs will be built without ACL support." >&5
25475 $as_echo "$as_me: WARNING: emacs will be built without ACL support." >&2;}
25480 cat >>confdefs.h <<_ACEOF
25481 #define USE_ACL $use_acl
25482 _ACEOF
25484 USE_ACL=$use_acl
25490 if test $ac_cv_func_readlink = no; then
25491 HAVE_READLINK=0
25492 else
25493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink signature is correct" >&5
25494 $as_echo_n "checking whether readlink signature is correct... " >&6; }
25495 if test "${gl_cv_decl_readlink_works+set}" = set; then :
25496 $as_echo_n "(cached) " >&6
25497 else
25498 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25499 /* end confdefs.h. */
25500 #include <unistd.h>
25501 /* Cause compilation failure if original declaration has wrong type. */
25502 ssize_t readlink (const char *, char *, size_t);
25504 main ()
25508 return 0;
25510 _ACEOF
25511 if ac_fn_c_try_compile "$LINENO"; then :
25512 gl_cv_decl_readlink_works=yes
25513 else
25514 gl_cv_decl_readlink_works=no
25516 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_readlink_works" >&5
25519 $as_echo "$gl_cv_decl_readlink_works" >&6; }
25520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink handles trailing slash correctly" >&5
25521 $as_echo_n "checking whether readlink handles trailing slash correctly... " >&6; }
25522 if test "${gl_cv_func_readlink_works+set}" = set; then :
25523 $as_echo_n "(cached) " >&6
25524 else
25525 # We have readlink, so assume ln -s works.
25526 ln -s conftest.no-such conftest.link
25527 ln -s conftest.link conftest.lnk2
25528 if test "$cross_compiling" = yes; then :
25529 case "$host_os" in
25530 # Guess yes on glibc systems.
25531 *-gnu*) gl_cv_func_readlink_works="guessing yes" ;;
25532 # If we don't know, assume the worst.
25533 *) gl_cv_func_readlink_works="guessing no" ;;
25534 esac
25536 else
25537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25538 /* end confdefs.h. */
25539 #include <unistd.h>
25542 main ()
25544 char buf[20];
25545 return readlink ("conftest.lnk2/", buf, sizeof buf) != -1;
25547 return 0;
25549 _ACEOF
25550 if ac_fn_c_try_run "$LINENO"; then :
25551 gl_cv_func_readlink_works=yes
25552 else
25553 gl_cv_func_readlink_works=no
25555 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
25556 conftest.$ac_objext conftest.beam conftest.$ac_ext
25559 rm -f conftest.link conftest.lnk2
25561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_readlink_works" >&5
25562 $as_echo "$gl_cv_func_readlink_works" >&6; }
25563 case "$gl_cv_func_readlink_works" in
25564 *yes)
25565 if test "$gl_cv_decl_readlink_works" != yes; then
25566 REPLACE_READLINK=1
25571 $as_echo "#define READLINK_TRAILING_SLASH_BUG 1" >>confdefs.h
25573 REPLACE_READLINK=1
25575 esac
25578 if test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1; then
25587 gl_LIBOBJS="$gl_LIBOBJS readlink.$ac_objext"
25598 GNULIB_READLINK=1
25608 if test $ac_cv_func_readlinkat = no; then
25609 HAVE_READLINKAT=0
25612 if test $HAVE_READLINKAT = 0; then
25621 gl_LIBOBJS="$gl_LIBOBJS readlinkat.$ac_objext"
25629 GNULIB_READLINKAT=1
25636 for ac_func in sig2str
25637 do :
25638 ac_fn_c_check_func "$LINENO" "sig2str" "ac_cv_func_sig2str"
25639 if test "x$ac_cv_func_sig2str" = x""yes; then :
25640 cat >>confdefs.h <<_ACEOF
25641 #define HAVE_SIG2STR 1
25642 _ACEOF
25645 done
25648 if test $ac_cv_func_sig2str = no; then
25657 gl_LIBOBJS="$gl_LIBOBJS sig2str.$ac_objext"
25674 if test $gl_cv_have_include_next = yes; then
25675 gl_cv_next_signal_h='<'signal.h'>'
25676 else
25677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <signal.h>" >&5
25678 $as_echo_n "checking absolute name of <signal.h>... " >&6; }
25679 if test "${gl_cv_next_signal_h+set}" = set; then :
25680 $as_echo_n "(cached) " >&6
25681 else
25683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25684 /* end confdefs.h. */
25685 #include <signal.h>
25687 _ACEOF
25688 case "$host_os" in
25689 aix*) gl_absname_cpp="$ac_cpp -C" ;;
25690 *) gl_absname_cpp="$ac_cpp" ;;
25691 esac
25693 case "$host_os" in
25694 mingw*)
25695 gl_dirsep_regex='[/\\]'
25698 gl_dirsep_regex='\/'
25700 esac
25701 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
25703 gl_header_literal_regex=`echo 'signal.h' \
25704 | sed -e "$gl_make_literal_regex_sed"`
25705 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
25706 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
25707 s|^/[^/]|//&|
25711 gl_cv_next_signal_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
25712 sed -n "$gl_absolute_header_sed"`'"'
25716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_signal_h" >&5
25717 $as_echo "$gl_cv_next_signal_h" >&6; }
25719 NEXT_SIGNAL_H=$gl_cv_next_signal_h
25721 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
25722 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
25723 gl_next_as_first_directive='<'signal.h'>'
25724 else
25725 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
25726 gl_next_as_first_directive=$gl_cv_next_signal_h
25728 NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H=$gl_next_as_first_directive
25734 # AIX declares sig_atomic_t to already include volatile, and C89 compilers
25735 # then choke on 'volatile sig_atomic_t'. C99 requires that it compile.
25736 ac_fn_c_check_type "$LINENO" "volatile sig_atomic_t" "ac_cv_type_volatile_sig_atomic_t" "
25737 #include <signal.h>
25740 if test "x$ac_cv_type_volatile_sig_atomic_t" = x""yes; then :
25742 else
25743 HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=0
25752 ac_fn_c_check_type "$LINENO" "sighandler_t" "ac_cv_type_sighandler_t" "
25753 #include <signal.h>
25756 if test "x$ac_cv_type_sighandler_t" = x""yes; then :
25758 else
25759 HAVE_SIGHANDLER_T=0
25765 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "
25766 /* <sys/types.h> is not needed according to POSIX, but the
25767 <sys/socket.h> in i386-unknown-freebsd4.10 and
25768 powerpc-apple-darwin5.5 required it. */
25769 #include <sys/types.h>
25770 #if HAVE_SYS_SOCKET_H
25771 # include <sys/socket.h>
25772 #elif HAVE_WS2TCPIP_H
25773 # include <ws2tcpip.h>
25774 #endif
25777 if test "x$ac_cv_type_socklen_t" = x""yes; then :
25779 else
25780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t equivalent" >&5
25781 $as_echo_n "checking for socklen_t equivalent... " >&6; }
25782 if test "${gl_cv_socklen_t_equiv+set}" = set; then :
25783 $as_echo_n "(cached) " >&6
25784 else
25785 # Systems have either "struct sockaddr *" or
25786 # "void *" as the second argument to getpeername
25787 gl_cv_socklen_t_equiv=
25788 for arg2 in "struct sockaddr" void; do
25789 for t in int size_t "unsigned int" "long int" "unsigned long int"; do
25790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25791 /* end confdefs.h. */
25792 #include <sys/types.h>
25793 #include <sys/socket.h>
25795 int getpeername (int, $arg2 *, $t *);
25797 main ()
25799 $t len;
25800 getpeername (0, 0, &len);
25802 return 0;
25804 _ACEOF
25805 if ac_fn_c_try_compile "$LINENO"; then :
25806 gl_cv_socklen_t_equiv="$t"
25808 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25809 test "$gl_cv_socklen_t_equiv" != "" && break
25810 done
25811 test "$gl_cv_socklen_t_equiv" != "" && break
25812 done
25816 if test "$gl_cv_socklen_t_equiv" = ""; then
25817 as_fn_error "Cannot find a type to use in place of socklen_t" "$LINENO" 5
25819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socklen_t_equiv" >&5
25820 $as_echo "$gl_cv_socklen_t_equiv" >&6; }
25822 cat >>confdefs.h <<_ACEOF
25823 #define socklen_t $gl_cv_socklen_t_equiv
25824 _ACEOF
25829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5
25830 $as_echo_n "checking for ssize_t... " >&6; }
25831 if test "${gt_cv_ssize_t+set}" = set; then :
25832 $as_echo_n "(cached) " >&6
25833 else
25834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25835 /* end confdefs.h. */
25836 #include <sys/types.h>
25838 main ()
25840 int x = sizeof (ssize_t *) + sizeof (ssize_t);
25841 return !x;
25843 return 0;
25845 _ACEOF
25846 if ac_fn_c_try_compile "$LINENO"; then :
25847 gt_cv_ssize_t=yes
25848 else
25849 gt_cv_ssize_t=no
25851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_ssize_t" >&5
25854 $as_echo "$gt_cv_ssize_t" >&6; }
25855 if test $gt_cv_ssize_t = no; then
25857 $as_echo "#define ssize_t int" >>confdefs.h
25865 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim.tv_nsec" "ac_cv_member_struct_stat_st_atim_tv_nsec" "#include <sys/types.h>
25866 #include <sys/stat.h>
25868 if test "x$ac_cv_member_struct_stat_st_atim_tv_nsec" = x""yes; then :
25870 cat >>confdefs.h <<_ACEOF
25871 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
25872 _ACEOF
25874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct stat.st_atim is of type struct timespec" >&5
25875 $as_echo_n "checking whether struct stat.st_atim is of type struct timespec... " >&6; }
25876 if test "${ac_cv_typeof_struct_stat_st_atim_is_struct_timespec+set}" = set; then :
25877 $as_echo_n "(cached) " >&6
25878 else
25879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25880 /* end confdefs.h. */
25882 #include <sys/types.h>
25883 #include <sys/stat.h>
25884 #if HAVE_SYS_TIME_H
25885 # include <sys/time.h>
25886 #endif
25887 #include <time.h>
25888 struct timespec ts;
25889 struct stat st;
25892 main ()
25895 st.st_atim = ts;
25898 return 0;
25900 _ACEOF
25901 if ac_fn_c_try_compile "$LINENO"; then :
25902 ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes
25903 else
25904 ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=no
25906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&5
25909 $as_echo "$ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&6; }
25910 if test $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec = yes; then
25912 $as_echo "#define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1" >>confdefs.h
25915 else
25916 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec.tv_nsec" "ac_cv_member_struct_stat_st_atimespec_tv_nsec" "#include <sys/types.h>
25917 #include <sys/stat.h>
25919 if test "x$ac_cv_member_struct_stat_st_atimespec_tv_nsec" = x""yes; then :
25921 cat >>confdefs.h <<_ACEOF
25922 #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
25923 _ACEOF
25926 else
25927 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimensec" "ac_cv_member_struct_stat_st_atimensec" "#include <sys/types.h>
25928 #include <sys/stat.h>
25930 if test "x$ac_cv_member_struct_stat_st_atimensec" = x""yes; then :
25932 cat >>confdefs.h <<_ACEOF
25933 #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
25934 _ACEOF
25937 else
25938 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim.st__tim.tv_nsec" "ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" "#include <sys/types.h>
25939 #include <sys/stat.h>
25941 if test "x$ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" = x""yes; then :
25943 cat >>confdefs.h <<_ACEOF
25944 #define HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC 1
25945 _ACEOF
25960 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec.tv_nsec" "ac_cv_member_struct_stat_st_birthtimespec_tv_nsec" "#include <sys/types.h>
25961 #include <sys/stat.h>
25963 if test "x$ac_cv_member_struct_stat_st_birthtimespec_tv_nsec" = x""yes; then :
25965 cat >>confdefs.h <<_ACEOF
25966 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
25967 _ACEOF
25970 else
25971 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimensec" "ac_cv_member_struct_stat_st_birthtimensec" "#include <sys/types.h>
25972 #include <sys/stat.h>
25974 if test "x$ac_cv_member_struct_stat_st_birthtimensec" = x""yes; then :
25976 cat >>confdefs.h <<_ACEOF
25977 #define HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC 1
25978 _ACEOF
25981 else
25982 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim.tv_nsec" "ac_cv_member_struct_stat_st_birthtim_tv_nsec" "#include <sys/types.h>
25983 #include <sys/stat.h>
25985 if test "x$ac_cv_member_struct_stat_st_birthtim_tv_nsec" = x""yes; then :
25987 cat >>confdefs.h <<_ACEOF
25988 #define HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC 1
25989 _ACEOF
26000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working stdalign.h" >&5
26001 $as_echo_n "checking for working stdalign.h... " >&6; }
26002 if test "${gl_cv_header_working_stdalign_h+set}" = set; then :
26003 $as_echo_n "(cached) " >&6
26004 else
26005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26006 /* end confdefs.h. */
26007 #include <stdalign.h>
26008 #include <stddef.h>
26010 /* Test that alignof yields a result consistent with offsetof.
26011 This catches GCC bug 52023
26012 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52023>. */
26013 #ifdef __cplusplus
26014 template <class t> struct alignof_helper { char a; t b; };
26015 # define ao(type) offsetof (alignof_helper<type>, b)
26016 #else
26017 # define ao(type) offsetof (struct { char a; type b; }, b)
26018 #endif
26019 char test_double[ao (double) % _Alignof (double) == 0 ? 1 : -1];
26020 char test_long[ao (long int) % _Alignof (long int) == 0 ? 1 : -1];
26021 char test_alignof[alignof (double) == _Alignof (double) ? 1 : -1];
26023 /* Test _Alignas only on platforms where gnulib can help. */
26024 #if \
26025 ((defined __cplusplus && 201103 <= __cplusplus) \
26026 || __GNUC__ || __IBMC__ || __IBMCPP__ || __ICC \
26027 || 0x5110 <= __SUNPRO_C || 1300 <= _MSC_VER)
26028 struct alignas_test { char c; char alignas (8) alignas_8; };
26029 char test_alignas[offsetof (struct alignas_test, alignas_8) == 8
26030 ? 1 : -1];
26031 #endif
26034 main ()
26038 return 0;
26040 _ACEOF
26041 if ac_fn_c_try_compile "$LINENO"; then :
26042 gl_cv_header_working_stdalign_h=yes
26043 else
26044 gl_cv_header_working_stdalign_h=no
26046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_stdalign_h" >&5
26049 $as_echo "$gl_cv_header_working_stdalign_h" >&6; }
26051 if test $gl_cv_header_working_stdalign_h = yes; then
26052 STDALIGN_H=''
26053 else
26054 STDALIGN_H='stdalign.h'
26058 if test -n "$STDALIGN_H"; then
26059 GL_GENERATE_STDALIGN_H_TRUE=
26060 GL_GENERATE_STDALIGN_H_FALSE='#'
26061 else
26062 GL_GENERATE_STDALIGN_H_TRUE='#'
26063 GL_GENERATE_STDALIGN_H_FALSE=
26068 STDARG_H=''
26069 NEXT_STDARG_H='<stdarg.h>'
26070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5
26071 $as_echo_n "checking for va_copy... " >&6; }
26072 if test "${gl_cv_func_va_copy+set}" = set; then :
26073 $as_echo_n "(cached) " >&6
26074 else
26076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26077 /* end confdefs.h. */
26078 #include <stdarg.h>
26080 main ()
26083 #ifndef va_copy
26084 void (*func) (va_list, va_list) = va_copy;
26085 #endif
26088 return 0;
26090 _ACEOF
26091 if ac_fn_c_try_compile "$LINENO"; then :
26092 gl_cv_func_va_copy=yes
26093 else
26094 gl_cv_func_va_copy=no
26096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_va_copy" >&5
26100 $as_echo "$gl_cv_func_va_copy" >&6; }
26101 if test $gl_cv_func_va_copy = no; then
26102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26103 /* end confdefs.h. */
26104 #if defined _AIX && !defined __GNUC__
26105 AIX vaccine
26106 #endif
26108 _ACEOF
26109 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
26110 $EGREP "vaccine" >/dev/null 2>&1; then :
26111 gl_aixcc=yes
26112 else
26113 gl_aixcc=no
26115 rm -f conftest*
26117 if test $gl_aixcc = yes; then
26118 STDARG_H=stdarg.h
26127 if test $gl_cv_have_include_next = yes; then
26128 gl_cv_next_stdarg_h='<'stdarg.h'>'
26129 else
26130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdarg.h>" >&5
26131 $as_echo_n "checking absolute name of <stdarg.h>... " >&6; }
26132 if test "${gl_cv_next_stdarg_h+set}" = set; then :
26133 $as_echo_n "(cached) " >&6
26134 else
26136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26137 /* end confdefs.h. */
26138 #include <stdarg.h>
26140 _ACEOF
26141 case "$host_os" in
26142 aix*) gl_absname_cpp="$ac_cpp -C" ;;
26143 *) gl_absname_cpp="$ac_cpp" ;;
26144 esac
26146 case "$host_os" in
26147 mingw*)
26148 gl_dirsep_regex='[/\\]'
26151 gl_dirsep_regex='\/'
26153 esac
26154 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
26156 gl_header_literal_regex=`echo 'stdarg.h' \
26157 | sed -e "$gl_make_literal_regex_sed"`
26158 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
26159 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
26160 s|^/[^/]|//&|
26164 gl_cv_next_stdarg_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
26165 sed -n "$gl_absolute_header_sed"`'"'
26169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdarg_h" >&5
26170 $as_echo "$gl_cv_next_stdarg_h" >&6; }
26172 NEXT_STDARG_H=$gl_cv_next_stdarg_h
26174 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
26175 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
26176 gl_next_as_first_directive='<'stdarg.h'>'
26177 else
26178 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
26179 gl_next_as_first_directive=$gl_cv_next_stdarg_h
26181 NEXT_AS_FIRST_DIRECTIVE_STDARG_H=$gl_next_as_first_directive
26186 if test "$gl_cv_next_stdarg_h" = '""'; then
26187 gl_cv_next_stdarg_h='"///usr/include/stdarg.h"'
26188 NEXT_STDARG_H="$gl_cv_next_stdarg_h"
26190 else
26192 saved_as_echo_n="$as_echo_n"
26193 as_echo_n=':'
26194 if test "${gl_cv_func___va_copy+set}" = set; then :
26195 $as_echo_n "(cached) " >&6
26196 else
26198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26199 /* end confdefs.h. */
26200 #include <stdarg.h>
26202 main ()
26205 #ifndef __va_copy
26206 error, bail out
26207 #endif
26210 return 0;
26212 _ACEOF
26213 if ac_fn_c_try_compile "$LINENO"; then :
26214 gl_cv_func___va_copy=yes
26215 else
26216 gl_cv_func___va_copy=no
26218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26221 as_echo_n="$saved_as_echo_n"
26223 if test $gl_cv_func___va_copy = yes; then
26225 $as_echo "#define va_copy __va_copy" >>confdefs.h
26227 else
26230 $as_echo "#define va_copy gl_va_copy" >>confdefs.h
26236 if test -n "$STDARG_H"; then
26237 GL_GENERATE_STDARG_H_TRUE=
26238 GL_GENERATE_STDARG_H_FALSE='#'
26239 else
26240 GL_GENERATE_STDARG_H_TRUE='#'
26241 GL_GENERATE_STDARG_H_FALSE=
26249 # Define two additional variables used in the Makefile substitution.
26251 if test "$ac_cv_header_stdbool_h" = yes; then
26252 STDBOOL_H=''
26253 else
26254 STDBOOL_H='stdbool.h'
26257 if test -n "$STDBOOL_H"; then
26258 GL_GENERATE_STDBOOL_H_TRUE=
26259 GL_GENERATE_STDBOOL_H_FALSE='#'
26260 else
26261 GL_GENERATE_STDBOOL_H_TRUE='#'
26262 GL_GENERATE_STDBOOL_H_FALSE=
26266 if test "$ac_cv_type__Bool" = yes; then
26267 HAVE__BOOL=1
26268 else
26269 HAVE__BOOL=0
26276 STDDEF_H=
26277 if test $gt_cv_c_wchar_t = no; then
26278 HAVE_WCHAR_T=0
26279 STDDEF_H=stddef.h
26281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5
26282 $as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; }
26283 if test "${gl_cv_decl_null_works+set}" = set; then :
26284 $as_echo_n "(cached) " >&6
26285 else
26286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26287 /* end confdefs.h. */
26288 #include <stddef.h>
26289 int test[2 * (sizeof NULL == sizeof (void *)) -1];
26292 main ()
26296 return 0;
26298 _ACEOF
26299 if ac_fn_c_try_compile "$LINENO"; then :
26300 gl_cv_decl_null_works=yes
26301 else
26302 gl_cv_decl_null_works=no
26304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_null_works" >&5
26307 $as_echo "$gl_cv_decl_null_works" >&6; }
26308 if test $gl_cv_decl_null_works = no; then
26309 REPLACE_NULL=1
26310 STDDEF_H=stddef.h
26313 if test -n "$STDDEF_H"; then
26314 GL_GENERATE_STDDEF_H_TRUE=
26315 GL_GENERATE_STDDEF_H_FALSE='#'
26316 else
26317 GL_GENERATE_STDDEF_H_TRUE='#'
26318 GL_GENERATE_STDDEF_H_FALSE=
26321 if test -n "$STDDEF_H"; then
26330 if test $gl_cv_have_include_next = yes; then
26331 gl_cv_next_stddef_h='<'stddef.h'>'
26332 else
26333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stddef.h>" >&5
26334 $as_echo_n "checking absolute name of <stddef.h>... " >&6; }
26335 if test "${gl_cv_next_stddef_h+set}" = set; then :
26336 $as_echo_n "(cached) " >&6
26337 else
26339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26340 /* end confdefs.h. */
26341 #include <stddef.h>
26343 _ACEOF
26344 case "$host_os" in
26345 aix*) gl_absname_cpp="$ac_cpp -C" ;;
26346 *) gl_absname_cpp="$ac_cpp" ;;
26347 esac
26349 case "$host_os" in
26350 mingw*)
26351 gl_dirsep_regex='[/\\]'
26354 gl_dirsep_regex='\/'
26356 esac
26357 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
26359 gl_header_literal_regex=`echo 'stddef.h' \
26360 | sed -e "$gl_make_literal_regex_sed"`
26361 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
26362 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
26363 s|^/[^/]|//&|
26367 gl_cv_next_stddef_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
26368 sed -n "$gl_absolute_header_sed"`'"'
26372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stddef_h" >&5
26373 $as_echo "$gl_cv_next_stddef_h" >&6; }
26375 NEXT_STDDEF_H=$gl_cv_next_stddef_h
26377 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
26378 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
26379 gl_next_as_first_directive='<'stddef.h'>'
26380 else
26381 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
26382 gl_next_as_first_directive=$gl_cv_next_stddef_h
26384 NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=$gl_next_as_first_directive
26402 if test $gl_cv_have_include_next = yes; then
26403 gl_cv_next_stdio_h='<'stdio.h'>'
26404 else
26405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdio.h>" >&5
26406 $as_echo_n "checking absolute name of <stdio.h>... " >&6; }
26407 if test "${gl_cv_next_stdio_h+set}" = set; then :
26408 $as_echo_n "(cached) " >&6
26409 else
26411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26412 /* end confdefs.h. */
26413 #include <stdio.h>
26415 _ACEOF
26416 case "$host_os" in
26417 aix*) gl_absname_cpp="$ac_cpp -C" ;;
26418 *) gl_absname_cpp="$ac_cpp" ;;
26419 esac
26421 case "$host_os" in
26422 mingw*)
26423 gl_dirsep_regex='[/\\]'
26426 gl_dirsep_regex='\/'
26428 esac
26429 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
26431 gl_header_literal_regex=`echo 'stdio.h' \
26432 | sed -e "$gl_make_literal_regex_sed"`
26433 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
26434 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
26435 s|^/[^/]|//&|
26439 gl_cv_next_stdio_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
26440 sed -n "$gl_absolute_header_sed"`'"'
26444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdio_h" >&5
26445 $as_echo "$gl_cv_next_stdio_h" >&6; }
26447 NEXT_STDIO_H=$gl_cv_next_stdio_h
26449 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
26450 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
26451 gl_next_as_first_directive='<'stdio.h'>'
26452 else
26453 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
26454 gl_next_as_first_directive=$gl_cv_next_stdio_h
26456 NEXT_AS_FIRST_DIRECTIVE_STDIO_H=$gl_next_as_first_directive
26462 GNULIB_FSCANF=1
26465 cat >>confdefs.h <<_ACEOF
26466 #define GNULIB_FSCANF 1
26467 _ACEOF
26470 GNULIB_SCANF=1
26473 cat >>confdefs.h <<_ACEOF
26474 #define GNULIB_SCANF 1
26475 _ACEOF
26478 GNULIB_FGETC=1
26479 GNULIB_GETC=1
26480 GNULIB_GETCHAR=1
26481 GNULIB_FGETS=1
26482 GNULIB_FREAD=1
26485 GNULIB_FPRINTF=1
26486 GNULIB_PRINTF=1
26487 GNULIB_VFPRINTF=1
26488 GNULIB_VPRINTF=1
26489 GNULIB_FPUTC=1
26490 GNULIB_PUTC=1
26491 GNULIB_PUTCHAR=1
26492 GNULIB_FPUTS=1
26493 GNULIB_PUTS=1
26494 GNULIB_FWRITE=1
26510 if test $gl_cv_have_include_next = yes; then
26511 gl_cv_next_stdlib_h='<'stdlib.h'>'
26512 else
26513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdlib.h>" >&5
26514 $as_echo_n "checking absolute name of <stdlib.h>... " >&6; }
26515 if test "${gl_cv_next_stdlib_h+set}" = set; then :
26516 $as_echo_n "(cached) " >&6
26517 else
26519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26520 /* end confdefs.h. */
26521 #include <stdlib.h>
26523 _ACEOF
26524 case "$host_os" in
26525 aix*) gl_absname_cpp="$ac_cpp -C" ;;
26526 *) gl_absname_cpp="$ac_cpp" ;;
26527 esac
26529 case "$host_os" in
26530 mingw*)
26531 gl_dirsep_regex='[/\\]'
26534 gl_dirsep_regex='\/'
26536 esac
26537 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
26539 gl_header_literal_regex=`echo 'stdlib.h' \
26540 | sed -e "$gl_make_literal_regex_sed"`
26541 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
26542 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
26543 s|^/[^/]|//&|
26547 gl_cv_next_stdlib_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
26548 sed -n "$gl_absolute_header_sed"`'"'
26552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdlib_h" >&5
26553 $as_echo "$gl_cv_next_stdlib_h" >&6; }
26555 NEXT_STDLIB_H=$gl_cv_next_stdlib_h
26557 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
26558 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
26559 gl_next_as_first_directive='<'stdlib.h'>'
26560 else
26561 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
26562 gl_next_as_first_directive=$gl_cv_next_stdlib_h
26564 NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=$gl_next_as_first_directive
26574 # This defines (or not) HAVE_TZNAME and HAVE_TM_ZONE.
26582 $as_echo "#define my_strftime nstrftime" >>confdefs.h
26594 if test "$ac_cv_have_decl_strtoimax" != yes; then
26595 HAVE_DECL_STRTOIMAX=0
26598 if test $ac_cv_func_strtoimax = yes; then
26599 HAVE_STRTOIMAX=1
26600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtoimax works" >&5
26601 $as_echo_n "checking whether strtoimax works... " >&6; }
26602 if test "${gl_cv_func_strtoimax+set}" = set; then :
26603 $as_echo_n "(cached) " >&6
26604 else
26605 if test "$cross_compiling" = yes; then :
26606 case "$host_os" in
26607 # Guess no on AIX 5.
26608 aix5*) gl_cv_func_strtoimax="guessing no" ;;
26609 # Guess yes otherwise.
26610 *) gl_cv_func_strtoimax="guessing yes" ;;
26611 esac
26613 else
26614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26615 /* end confdefs.h. */
26617 #include <errno.h>
26618 #include <string.h>
26619 #include <inttypes.h>
26620 int main ()
26622 if (sizeof (intmax_t) > sizeof (int))
26624 const char *s = "4294967295";
26625 char *p;
26626 intmax_t res;
26627 errno = 0;
26628 res = strtoimax (s, &p, 10);
26629 if (p != s + strlen (s))
26630 return 1;
26631 if (errno != 0)
26632 return 2;
26633 if (res != (intmax_t) 65535 * (intmax_t) 65537)
26634 return 3;
26636 else
26638 const char *s = "2147483647";
26639 char *p;
26640 intmax_t res;
26641 errno = 0;
26642 res = strtoimax (s, &p, 10);
26643 if (p != s + strlen (s))
26644 return 1;
26645 if (errno != 0)
26646 return 2;
26647 if (res != 2147483647)
26648 return 3;
26650 return 0;
26653 _ACEOF
26654 if ac_fn_c_try_run "$LINENO"; then :
26655 gl_cv_func_strtoimax=yes
26656 else
26657 gl_cv_func_strtoimax=no
26659 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
26660 conftest.$ac_objext conftest.beam conftest.$ac_ext
26665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strtoimax" >&5
26666 $as_echo "$gl_cv_func_strtoimax" >&6; }
26667 case "$gl_cv_func_strtoimax" in
26668 *no) REPLACE_STRTOIMAX=1 ;;
26669 esac
26670 else
26671 HAVE_STRTOIMAX=0
26674 if test $HAVE_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1; then
26683 gl_LIBOBJS="$gl_LIBOBJS strtoimax.$ac_objext"
26686 ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default"
26687 if test "x$ac_cv_have_decl_strtoll" = x""yes; then :
26688 ac_have_decl=1
26689 else
26690 ac_have_decl=0
26693 cat >>confdefs.h <<_ACEOF
26694 #define HAVE_DECL_STRTOLL $ac_have_decl
26695 _ACEOF
26705 GNULIB_STRTOIMAX=1
26715 if test "$ac_cv_have_decl_strtoumax" != yes; then
26716 HAVE_DECL_STRTOUMAX=0
26719 if test $ac_cv_func_strtoumax = no; then
26728 gl_LIBOBJS="$gl_LIBOBJS strtoumax.$ac_objext"
26731 ac_fn_c_check_decl "$LINENO" "strtoull" "ac_cv_have_decl_strtoull" "$ac_includes_default"
26732 if test "x$ac_cv_have_decl_strtoull" = x""yes; then :
26733 ac_have_decl=1
26734 else
26735 ac_have_decl=0
26738 cat >>confdefs.h <<_ACEOF
26739 #define HAVE_DECL_STRTOULL $ac_have_decl
26740 _ACEOF
26750 GNULIB_STRTOUMAX=1
26758 if test $ac_cv_func_symlink = no; then
26759 HAVE_SYMLINK=0
26760 else
26761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symlink handles trailing slash correctly" >&5
26762 $as_echo_n "checking whether symlink handles trailing slash correctly... " >&6; }
26763 if test "${gl_cv_func_symlink_works+set}" = set; then :
26764 $as_echo_n "(cached) " >&6
26765 else
26766 if test "$cross_compiling" = yes; then :
26767 case "$host_os" in
26768 # Guess yes on glibc systems.
26769 *-gnu*) gl_cv_func_symlink_works="guessing yes" ;;
26770 # If we don't know, assume the worst.
26771 *) gl_cv_func_symlink_works="guessing no" ;;
26772 esac
26774 else
26775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26776 /* end confdefs.h. */
26777 #include <unistd.h>
26780 main ()
26782 int result = 0;
26783 if (!symlink ("a", "conftest.link/"))
26784 result |= 1;
26785 if (symlink ("conftest.f", "conftest.lnk2"))
26786 result |= 2;
26787 else if (!symlink ("a", "conftest.lnk2/"))
26788 result |= 4;
26789 return result;
26792 return 0;
26794 _ACEOF
26795 if ac_fn_c_try_run "$LINENO"; then :
26796 gl_cv_func_symlink_works=yes
26797 else
26798 gl_cv_func_symlink_works=no
26800 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
26801 conftest.$ac_objext conftest.beam conftest.$ac_ext
26804 rm -f conftest.f conftest.link conftest.lnk2
26806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_symlink_works" >&5
26807 $as_echo "$gl_cv_func_symlink_works" >&6; }
26808 case "$gl_cv_func_symlink_works" in
26809 *yes) ;;
26811 REPLACE_SYMLINK=1
26813 esac
26816 if test $HAVE_SYMLINK = 0 || test $REPLACE_SYMLINK = 1; then
26825 gl_LIBOBJS="$gl_LIBOBJS symlink.$ac_objext"
26833 GNULIB_SYMLINK=1
26842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <sys/select.h> is self-contained" >&5
26843 $as_echo_n "checking whether <sys/select.h> is self-contained... " >&6; }
26844 if test "${gl_cv_header_sys_select_h_selfcontained+set}" = set; then :
26845 $as_echo_n "(cached) " >&6
26846 else
26848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26849 /* end confdefs.h. */
26850 #include <sys/select.h>
26852 main ()
26854 struct timeval b;
26856 return 0;
26858 _ACEOF
26859 if ac_fn_c_try_compile "$LINENO"; then :
26860 gl_cv_header_sys_select_h_selfcontained=yes
26861 else
26862 gl_cv_header_sys_select_h_selfcontained=no
26864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26865 if test $gl_cv_header_sys_select_h_selfcontained = yes; then
26866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26867 /* end confdefs.h. */
26868 #include <sys/select.h>
26870 main ()
26872 int memset; int bzero;
26874 return 0;
26877 _ACEOF
26878 if ac_fn_c_try_compile "$LINENO"; then :
26879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26880 /* end confdefs.h. */
26881 #include <sys/select.h>
26883 main ()
26886 #undef memset
26887 #define memset nonexistent_memset
26888 extern
26889 #ifdef __cplusplus
26891 #endif
26892 void *memset (void *, int, unsigned long);
26893 #undef bzero
26894 #define bzero nonexistent_bzero
26895 extern
26896 #ifdef __cplusplus
26898 #endif
26899 void bzero (void *, unsigned long);
26900 fd_set fds;
26901 FD_ZERO (&fds);
26904 return 0;
26907 _ACEOF
26908 if ac_fn_c_try_link "$LINENO"; then :
26910 else
26911 gl_cv_header_sys_select_h_selfcontained=no
26913 rm -f core conftest.err conftest.$ac_objext \
26914 conftest$ac_exeext conftest.$ac_ext
26917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_sys_select_h_selfcontained" >&5
26922 $as_echo "$gl_cv_header_sys_select_h_selfcontained" >&6; }
26932 if test $gl_cv_have_include_next = yes; then
26933 gl_cv_next_sys_select_h='<'sys/select.h'>'
26934 else
26935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/select.h>" >&5
26936 $as_echo_n "checking absolute name of <sys/select.h>... " >&6; }
26937 if test "${gl_cv_next_sys_select_h+set}" = set; then :
26938 $as_echo_n "(cached) " >&6
26939 else
26941 if test $ac_cv_header_sys_select_h = yes; then
26944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26945 /* end confdefs.h. */
26946 #include <sys/select.h>
26948 _ACEOF
26949 case "$host_os" in
26950 aix*) gl_absname_cpp="$ac_cpp -C" ;;
26951 *) gl_absname_cpp="$ac_cpp" ;;
26952 esac
26954 case "$host_os" in
26955 mingw*)
26956 gl_dirsep_regex='[/\\]'
26959 gl_dirsep_regex='\/'
26961 esac
26962 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
26964 gl_header_literal_regex=`echo 'sys/select.h' \
26965 | sed -e "$gl_make_literal_regex_sed"`
26966 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
26967 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
26968 s|^/[^/]|//&|
26972 gl_cv_next_sys_select_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
26973 sed -n "$gl_absolute_header_sed"`'"'
26974 else
26975 gl_cv_next_sys_select_h='<'sys/select.h'>'
26980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_select_h" >&5
26981 $as_echo "$gl_cv_next_sys_select_h" >&6; }
26983 NEXT_SYS_SELECT_H=$gl_cv_next_sys_select_h
26985 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
26986 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
26987 gl_next_as_first_directive='<'sys/select.h'>'
26988 else
26989 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
26990 gl_next_as_first_directive=$gl_cv_next_sys_select_h
26992 NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H=$gl_next_as_first_directive
26997 if test $ac_cv_header_sys_select_h = yes; then
26998 HAVE_SYS_SELECT_H=1
26999 else
27000 HAVE_SYS_SELECT_H=0
27007 if test $ac_cv_header_sys_socket_h != yes; then
27008 for ac_header in winsock2.h
27009 do :
27010 ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default"
27011 if test "x$ac_cv_header_winsock2_h" = x""yes; then :
27012 cat >>confdefs.h <<_ACEOF
27013 #define HAVE_WINSOCK2_H 1
27014 _ACEOF
27018 done
27021 if test "$ac_cv_header_winsock2_h" = yes; then
27022 HAVE_WINSOCK2_H=1
27023 UNISTD_H_HAVE_WINSOCK2_H=1
27024 SYS_IOCTL_H_HAVE_WINSOCK2_H=1
27025 else
27026 HAVE_WINSOCK2_H=0
27048 if test $gl_cv_have_include_next = yes; then
27049 gl_cv_next_sys_stat_h='<'sys/stat.h'>'
27050 else
27051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/stat.h>" >&5
27052 $as_echo_n "checking absolute name of <sys/stat.h>... " >&6; }
27053 if test "${gl_cv_next_sys_stat_h+set}" = set; then :
27054 $as_echo_n "(cached) " >&6
27055 else
27057 if test $ac_cv_header_sys_stat_h = yes; then
27060 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27061 /* end confdefs.h. */
27062 #include <sys/stat.h>
27064 _ACEOF
27065 case "$host_os" in
27066 aix*) gl_absname_cpp="$ac_cpp -C" ;;
27067 *) gl_absname_cpp="$ac_cpp" ;;
27068 esac
27070 case "$host_os" in
27071 mingw*)
27072 gl_dirsep_regex='[/\\]'
27075 gl_dirsep_regex='\/'
27077 esac
27078 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
27080 gl_header_literal_regex=`echo 'sys/stat.h' \
27081 | sed -e "$gl_make_literal_regex_sed"`
27082 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
27083 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
27084 s|^/[^/]|//&|
27088 gl_cv_next_sys_stat_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
27089 sed -n "$gl_absolute_header_sed"`'"'
27090 else
27091 gl_cv_next_sys_stat_h='<'sys/stat.h'>'
27096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_stat_h" >&5
27097 $as_echo "$gl_cv_next_sys_stat_h" >&6; }
27099 NEXT_SYS_STAT_H=$gl_cv_next_sys_stat_h
27101 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
27102 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
27103 gl_next_as_first_directive='<'sys/stat.h'>'
27104 else
27105 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
27106 gl_next_as_first_directive=$gl_cv_next_sys_stat_h
27108 NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H=$gl_next_as_first_directive
27120 if test $WINDOWS_64_BIT_ST_SIZE = 1; then
27122 $as_echo "#define _GL_WINDOWS_64_BIT_ST_SIZE 1" >>confdefs.h
27126 ac_fn_c_check_type "$LINENO" "nlink_t" "ac_cv_type_nlink_t" "#include <sys/types.h>
27127 #include <sys/stat.h>
27129 if test "x$ac_cv_type_nlink_t" = x""yes; then :
27131 else
27133 $as_echo "#define nlink_t int" >>confdefs.h
27154 ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "#include <time.h>
27156 if test "x$ac_cv_have_decl_localtime_r" = x""yes; then :
27157 ac_have_decl=1
27158 else
27159 ac_have_decl=0
27162 cat >>confdefs.h <<_ACEOF
27163 #define HAVE_DECL_LOCALTIME_R $ac_have_decl
27164 _ACEOF
27166 if test $ac_cv_have_decl_localtime_r = no; then
27167 HAVE_DECL_LOCALTIME_R=0
27171 if test $ac_cv_func_localtime_r = yes; then
27172 HAVE_LOCALTIME_R=1
27173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime_r is compatible with its POSIX signature" >&5
27174 $as_echo_n "checking whether localtime_r is compatible with its POSIX signature... " >&6; }
27175 if test "${gl_cv_time_r_posix+set}" = set; then :
27176 $as_echo_n "(cached) " >&6
27177 else
27178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27179 /* end confdefs.h. */
27180 #include <time.h>
27182 main ()
27184 /* We don't need to append 'restrict's to the argument types,
27185 even though the POSIX signature has the 'restrict's,
27186 since C99 says they can't affect type compatibility. */
27187 struct tm * (*ptr) (time_t const *, struct tm *) = localtime_r;
27188 if (ptr) return 0;
27189 /* Check the return type is a pointer.
27190 On HP-UX 10 it is 'int'. */
27191 *localtime_r (0, 0);
27193 return 0;
27196 _ACEOF
27197 if ac_fn_c_try_compile "$LINENO"; then :
27198 gl_cv_time_r_posix=yes
27199 else
27200 gl_cv_time_r_posix=no
27202 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_time_r_posix" >&5
27206 $as_echo "$gl_cv_time_r_posix" >&6; }
27207 if test $gl_cv_time_r_posix = yes; then
27208 REPLACE_LOCALTIME_R=0
27209 else
27210 REPLACE_LOCALTIME_R=1
27212 else
27213 HAVE_LOCALTIME_R=0
27216 if test $HAVE_LOCALTIME_R = 0 || test $REPLACE_LOCALTIME_R = 1; then
27225 gl_LIBOBJS="$gl_LIBOBJS time_r.$ac_objext"
27236 GNULIB_TIME_R=1
27247 LIB_TIMER_TIME=
27249 gl_saved_libs=$LIBS
27250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing timer_settime" >&5
27251 $as_echo_n "checking for library containing timer_settime... " >&6; }
27252 if test "${ac_cv_search_timer_settime+set}" = set; then :
27253 $as_echo_n "(cached) " >&6
27254 else
27255 ac_func_search_save_LIBS=$LIBS
27256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27257 /* end confdefs.h. */
27259 /* Override any GCC internal prototype to avoid an error.
27260 Use char because int might match the return type of a GCC
27261 builtin and then its argument prototype would still apply. */
27262 #ifdef __cplusplus
27263 extern "C"
27264 #endif
27265 char timer_settime ();
27267 main ()
27269 return timer_settime ();
27271 return 0;
27273 _ACEOF
27274 for ac_lib in '' rt posix4; do
27275 if test -z "$ac_lib"; then
27276 ac_res="none required"
27277 else
27278 ac_res=-l$ac_lib
27279 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
27281 if ac_fn_c_try_link "$LINENO"; then :
27282 ac_cv_search_timer_settime=$ac_res
27284 rm -f core conftest.err conftest.$ac_objext \
27285 conftest$ac_exeext
27286 if test "${ac_cv_search_timer_settime+set}" = set; then :
27287 break
27289 done
27290 if test "${ac_cv_search_timer_settime+set}" = set; then :
27292 else
27293 ac_cv_search_timer_settime=no
27295 rm conftest.$ac_ext
27296 LIBS=$ac_func_search_save_LIBS
27298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_timer_settime" >&5
27299 $as_echo "$ac_cv_search_timer_settime" >&6; }
27300 ac_res=$ac_cv_search_timer_settime
27301 if test "$ac_res" != no; then :
27302 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
27303 test "$ac_cv_search_timer_settime" = "none required" ||
27304 LIB_TIMER_TIME=$ac_cv_search_timer_settime
27307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27308 /* end confdefs.h. */
27310 #include <features.h>
27311 #ifdef __GNU_LIBRARY__
27312 #if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2) || (__GLIBC__ > 2)) \
27313 && !defined __UCLIBC__
27314 Thread emulation available
27315 #endif
27316 #endif
27318 _ACEOF
27319 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
27320 $EGREP "Thread" >/dev/null 2>&1; then :
27321 LIB_TIMER_TIME="$LIB_TIMER_TIME $LIBMULTITHREAD"
27323 rm -f conftest*
27325 for ac_func in timer_settime
27326 do :
27327 ac_fn_c_check_func "$LINENO" "timer_settime" "ac_cv_func_timer_settime"
27328 if test "x$ac_cv_func_timer_settime" = x""yes; then :
27329 cat >>confdefs.h <<_ACEOF
27330 #define HAVE_TIMER_SETTIME 1
27331 _ACEOF
27334 done
27336 LIBS=$gl_saved_libs
27351 if test $gl_cv_have_include_next = yes; then
27352 gl_cv_next_unistd_h='<'unistd.h'>'
27353 else
27354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <unistd.h>" >&5
27355 $as_echo_n "checking absolute name of <unistd.h>... " >&6; }
27356 if test "${gl_cv_next_unistd_h+set}" = set; then :
27357 $as_echo_n "(cached) " >&6
27358 else
27360 if test $ac_cv_header_unistd_h = yes; then
27363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27364 /* end confdefs.h. */
27365 #include <unistd.h>
27367 _ACEOF
27368 case "$host_os" in
27369 aix*) gl_absname_cpp="$ac_cpp -C" ;;
27370 *) gl_absname_cpp="$ac_cpp" ;;
27371 esac
27373 case "$host_os" in
27374 mingw*)
27375 gl_dirsep_regex='[/\\]'
27378 gl_dirsep_regex='\/'
27380 esac
27381 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
27383 gl_header_literal_regex=`echo 'unistd.h' \
27384 | sed -e "$gl_make_literal_regex_sed"`
27385 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
27386 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
27387 s|^/[^/]|//&|
27391 gl_cv_next_unistd_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
27392 sed -n "$gl_absolute_header_sed"`'"'
27393 else
27394 gl_cv_next_unistd_h='<'unistd.h'>'
27399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_unistd_h" >&5
27400 $as_echo "$gl_cv_next_unistd_h" >&6; }
27402 NEXT_UNISTD_H=$gl_cv_next_unistd_h
27404 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
27405 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
27406 gl_next_as_first_directive='<'unistd.h'>'
27407 else
27408 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
27409 gl_next_as_first_directive=$gl_cv_next_unistd_h
27411 NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=$gl_next_as_first_directive
27416 if test $ac_cv_header_unistd_h = yes; then
27417 HAVE_UNISTD_H=1
27418 else
27419 HAVE_UNISTD_H=0
27432 if test $ac_cv_have_decl_unsetenv = no; then
27433 HAVE_DECL_UNSETENV=0
27435 for ac_func in unsetenv
27436 do :
27437 ac_fn_c_check_func "$LINENO" "unsetenv" "ac_cv_func_unsetenv"
27438 if test "x$ac_cv_func_unsetenv" = x""yes; then :
27439 cat >>confdefs.h <<_ACEOF
27440 #define HAVE_UNSETENV 1
27441 _ACEOF
27444 done
27446 if test $ac_cv_func_unsetenv = no; then
27447 HAVE_UNSETENV=0
27448 else
27449 HAVE_UNSETENV=1
27450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsetenv() return type" >&5
27451 $as_echo_n "checking for unsetenv() return type... " >&6; }
27452 if test "${gt_cv_func_unsetenv_ret+set}" = set; then :
27453 $as_echo_n "(cached) " >&6
27454 else
27455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27456 /* end confdefs.h. */
27458 #undef _BSD
27459 #define _BSD 1 /* unhide unsetenv declaration in OSF/1 5.1 <stdlib.h> */
27460 #include <stdlib.h>
27461 extern
27462 #ifdef __cplusplus
27464 #endif
27465 int unsetenv (const char *name);
27468 main ()
27472 return 0;
27474 _ACEOF
27475 if ac_fn_c_try_compile "$LINENO"; then :
27476 gt_cv_func_unsetenv_ret='int'
27477 else
27478 gt_cv_func_unsetenv_ret='void'
27480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_unsetenv_ret" >&5
27483 $as_echo "$gt_cv_func_unsetenv_ret" >&6; }
27484 if test $gt_cv_func_unsetenv_ret = 'void'; then
27486 $as_echo "#define VOID_UNSETENV 1" >>confdefs.h
27488 REPLACE_UNSETENV=1
27491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether unsetenv obeys POSIX" >&5
27492 $as_echo_n "checking whether unsetenv obeys POSIX... " >&6; }
27493 if test "${gl_cv_func_unsetenv_works+set}" = set; then :
27494 $as_echo_n "(cached) " >&6
27495 else
27496 if test "$cross_compiling" = yes; then :
27497 case "$host_os" in
27498 # Guess yes on glibc systems.
27499 *-gnu*) gl_cv_func_unsetenv_works="guessing yes" ;;
27500 # If we don't know, assume the worst.
27501 *) gl_cv_func_unsetenv_works="guessing no" ;;
27502 esac
27504 else
27505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27506 /* end confdefs.h. */
27508 #include <stdlib.h>
27509 #include <errno.h>
27510 extern char **environ;
27513 main ()
27516 char entry1[] = "a=1";
27517 char entry2[] = "b=2";
27518 char *env[] = { entry1, entry2, NULL };
27519 if (putenv ((char *) "a=1")) return 1;
27520 if (putenv (entry2)) return 2;
27521 entry2[0] = 'a';
27522 unsetenv ("a");
27523 if (getenv ("a")) return 3;
27524 if (!unsetenv ("") || errno != EINVAL) return 4;
27525 entry2[0] = 'b';
27526 environ = env;
27527 if (!getenv ("a")) return 5;
27528 entry2[0] = 'a';
27529 unsetenv ("a");
27530 if (getenv ("a")) return 6;
27533 return 0;
27535 _ACEOF
27536 if ac_fn_c_try_run "$LINENO"; then :
27537 gl_cv_func_unsetenv_works=yes
27538 else
27539 gl_cv_func_unsetenv_works=no
27541 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
27542 conftest.$ac_objext conftest.beam conftest.$ac_ext
27546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_unsetenv_works" >&5
27547 $as_echo "$gl_cv_func_unsetenv_works" >&6; }
27548 case "$gl_cv_func_unsetenv_works" in
27549 *yes) ;;
27551 REPLACE_UNSETENV=1
27553 esac
27556 if test $HAVE_UNSETENV = 0 || test $REPLACE_UNSETENV = 1; then
27565 gl_LIBOBJS="$gl_LIBOBJS unsetenv.$ac_objext"
27577 GNULIB_UNSETENV=1
27589 if test $ac_cv_func_futimens = no && test $ac_cv_func_futimesat = yes; then
27590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether futimesat handles NULL file" >&5
27591 $as_echo_n "checking whether futimesat handles NULL file... " >&6; }
27592 if test "${gl_cv_func_futimesat_works+set}" = set; then :
27593 $as_echo_n "(cached) " >&6
27594 else
27595 touch conftest.file
27596 if test "$cross_compiling" = yes; then :
27597 case "$host_os" in
27598 # Guess yes on glibc systems.
27599 *-gnu*) gl_cv_func_futimesat_works="guessing yes" ;;
27600 # If we don't know, assume the worst.
27601 *) gl_cv_func_futimesat_works="guessing no" ;;
27602 esac
27604 else
27605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27606 /* end confdefs.h. */
27608 #include <stddef.h>
27609 #include <sys/times.h>
27610 #include <fcntl.h>
27613 main ()
27615 int fd = open ("conftest.file", O_RDWR);
27616 if (fd < 0) return 1;
27617 if (futimesat (fd, NULL, NULL)) return 2;
27620 return 0;
27622 _ACEOF
27623 if ac_fn_c_try_run "$LINENO"; then :
27624 gl_cv_func_futimesat_works=yes
27625 else
27626 gl_cv_func_futimesat_works=no
27628 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
27629 conftest.$ac_objext conftest.beam conftest.$ac_ext
27632 rm -f conftest.file
27634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_futimesat_works" >&5
27635 $as_echo "$gl_cv_func_futimesat_works" >&6; }
27636 case "$gl_cv_func_futimesat_works" in
27637 *yes) ;;
27640 $as_echo "#define FUTIMESAT_NULL_BUG 1" >>confdefs.h
27643 esac
27646 gl_gnulib_enabled_260941c0e5dc67ec9e87d1fb321c300b=false
27647 gl_gnulib_enabled_dosname=false
27648 gl_gnulib_enabled_euidaccess=false
27649 gl_gnulib_enabled_getdtablesize=false
27650 gl_gnulib_enabled_getgroups=false
27651 gl_gnulib_enabled_be453cec5eecf5731a274f2de7f2db36=false
27652 gl_gnulib_enabled_a9786850e999ae65a836a6041e8e5ed1=false
27653 gl_gnulib_enabled_03e0aaad4cb89ca757653bd367a6ccb7=false
27654 gl_gnulib_enabled_pathmax=false
27655 gl_gnulib_enabled_6099e9737f757db36c47fa9d9f02e88c=false
27656 gl_gnulib_enabled_secure_getenv=false
27657 gl_gnulib_enabled_stat=false
27658 gl_gnulib_enabled_strtoll=false
27659 gl_gnulib_enabled_strtoull=false
27660 gl_gnulib_enabled_tempname=false
27661 gl_gnulib_enabled_682e609604ccaac6be382e4ee3a4eaec=false
27662 func_gl_gnulib_m4code_260941c0e5dc67ec9e87d1fb321c300b ()
27664 if ! $gl_gnulib_enabled_260941c0e5dc67ec9e87d1fb321c300b; then
27673 gl_LIBOBJS="$gl_LIBOBJS openat-proc.$ac_objext"
27675 gl_gnulib_enabled_260941c0e5dc67ec9e87d1fb321c300b=true
27678 func_gl_gnulib_m4code_dosname ()
27680 if ! $gl_gnulib_enabled_dosname; then
27681 gl_gnulib_enabled_dosname=true
27684 func_gl_gnulib_m4code_euidaccess ()
27686 if ! $gl_gnulib_enabled_euidaccess; then
27692 for ac_func in euidaccess
27693 do :
27694 ac_fn_c_check_func "$LINENO" "euidaccess" "ac_cv_func_euidaccess"
27695 if test "x$ac_cv_func_euidaccess" = x""yes; then :
27696 cat >>confdefs.h <<_ACEOF
27697 #define HAVE_EUIDACCESS 1
27698 _ACEOF
27701 done
27703 if test $ac_cv_func_euidaccess = no; then
27704 HAVE_EUIDACCESS=0
27707 if test $HAVE_EUIDACCESS = 0; then
27716 gl_LIBOBJS="$gl_LIBOBJS euidaccess.$ac_objext"
27720 for ac_header in libgen.h
27721 do :
27722 ac_fn_c_check_header_mongrel "$LINENO" "libgen.h" "ac_cv_header_libgen_h" "$ac_includes_default"
27723 if test "x$ac_cv_header_libgen_h" = x""yes; then :
27724 cat >>confdefs.h <<_ACEOF
27725 #define HAVE_LIBGEN_H 1
27726 _ACEOF
27730 done
27733 ac_fn_c_check_func "$LINENO" "getgroups" "ac_cv_func_getgroups"
27734 if test "x$ac_cv_func_getgroups" = x""yes; then :
27739 # If we don't yet have getgroups, see if it's in -lbsd.
27740 # This is reported to be necessary on an ITOS 3000WS running SEIUX 3.1.
27741 ac_save_LIBS=$LIBS
27742 if test $ac_cv_func_getgroups = no; then
27743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getgroups in -lbsd" >&5
27744 $as_echo_n "checking for getgroups in -lbsd... " >&6; }
27745 if test "${ac_cv_lib_bsd_getgroups+set}" = set; then :
27746 $as_echo_n "(cached) " >&6
27747 else
27748 ac_check_lib_save_LIBS=$LIBS
27749 LIBS="-lbsd $LIBS"
27750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27751 /* end confdefs.h. */
27753 /* Override any GCC internal prototype to avoid an error.
27754 Use char because int might match the return type of a GCC
27755 builtin and then its argument prototype would still apply. */
27756 #ifdef __cplusplus
27757 extern "C"
27758 #endif
27759 char getgroups ();
27761 main ()
27763 return getgroups ();
27765 return 0;
27767 _ACEOF
27768 if ac_fn_c_try_link "$LINENO"; then :
27769 ac_cv_lib_bsd_getgroups=yes
27770 else
27771 ac_cv_lib_bsd_getgroups=no
27773 rm -f core conftest.err conftest.$ac_objext \
27774 conftest$ac_exeext conftest.$ac_ext
27775 LIBS=$ac_check_lib_save_LIBS
27777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_getgroups" >&5
27778 $as_echo "$ac_cv_lib_bsd_getgroups" >&6; }
27779 if test "x$ac_cv_lib_bsd_getgroups" = x""yes; then :
27780 GETGROUPS_LIB=-lbsd
27785 # Run the program to test the functionality of the system-supplied
27786 # getgroups function only if there is such a function.
27787 if test $ac_cv_func_getgroups = yes; then
27788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working getgroups" >&5
27789 $as_echo_n "checking for working getgroups... " >&6; }
27790 if test "${ac_cv_func_getgroups_works+set}" = set; then :
27791 $as_echo_n "(cached) " >&6
27792 else
27793 if test "$cross_compiling" = yes; then :
27794 case "$host_os" in # ((
27795 # Guess yes on glibc systems.
27796 *-gnu*) ac_cv_func_getgroups_works="guessing yes" ;;
27797 # If we don't know, assume the worst.
27798 *) ac_cv_func_getgroups_works="guessing no" ;;
27799 esac
27801 else
27802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27803 /* end confdefs.h. */
27804 $ac_includes_default
27806 main ()
27808 /* On Ultrix 4.3, getgroups (0, 0) always fails. */
27809 return getgroups (0, 0) == -1;
27811 return 0;
27814 _ACEOF
27815 if ac_fn_c_try_run "$LINENO"; then :
27816 ac_cv_func_getgroups_works=yes
27817 else
27818 ac_cv_func_getgroups_works=no
27820 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
27821 conftest.$ac_objext conftest.beam conftest.$ac_ext
27826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_getgroups_works" >&5
27827 $as_echo "$ac_cv_func_getgroups_works" >&6; }
27828 else
27829 ac_cv_func_getgroups_works=no
27831 case "$ac_cv_func_getgroups_works" in
27832 *yes)
27834 $as_echo "#define HAVE_GETGROUPS 1" >>confdefs.h
27837 esac
27838 LIBS=$ac_save_LIBS
27841 # Solaris 9 and 10 need -lgen to get the eaccess function.
27842 # Save and restore LIBS so -lgen isn't added to it. Otherwise, *all*
27843 # programs in the package would end up linked with that potentially-shared
27844 # library, inducing unnecessary run-time overhead.
27845 LIB_EACCESS=
27847 gl_saved_libs=$LIBS
27848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing eaccess" >&5
27849 $as_echo_n "checking for library containing eaccess... " >&6; }
27850 if test "${ac_cv_search_eaccess+set}" = set; then :
27851 $as_echo_n "(cached) " >&6
27852 else
27853 ac_func_search_save_LIBS=$LIBS
27854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27855 /* end confdefs.h. */
27857 /* Override any GCC internal prototype to avoid an error.
27858 Use char because int might match the return type of a GCC
27859 builtin and then its argument prototype would still apply. */
27860 #ifdef __cplusplus
27861 extern "C"
27862 #endif
27863 char eaccess ();
27865 main ()
27867 return eaccess ();
27869 return 0;
27871 _ACEOF
27872 for ac_lib in '' gen; do
27873 if test -z "$ac_lib"; then
27874 ac_res="none required"
27875 else
27876 ac_res=-l$ac_lib
27877 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
27879 if ac_fn_c_try_link "$LINENO"; then :
27880 ac_cv_search_eaccess=$ac_res
27882 rm -f core conftest.err conftest.$ac_objext \
27883 conftest$ac_exeext
27884 if test "${ac_cv_search_eaccess+set}" = set; then :
27885 break
27887 done
27888 if test "${ac_cv_search_eaccess+set}" = set; then :
27890 else
27891 ac_cv_search_eaccess=no
27893 rm conftest.$ac_ext
27894 LIBS=$ac_func_search_save_LIBS
27896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_eaccess" >&5
27897 $as_echo "$ac_cv_search_eaccess" >&6; }
27898 ac_res=$ac_cv_search_eaccess
27899 if test "$ac_res" != no; then :
27900 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
27901 test "$ac_cv_search_eaccess" = "none required" ||
27902 LIB_EACCESS=$ac_cv_search_eaccess
27905 for ac_func in eaccess
27906 do :
27907 ac_fn_c_check_func "$LINENO" "eaccess" "ac_cv_func_eaccess"
27908 if test "x$ac_cv_func_eaccess" = x""yes; then :
27909 cat >>confdefs.h <<_ACEOF
27910 #define HAVE_EACCESS 1
27911 _ACEOF
27914 done
27916 LIBS=$gl_saved_libs
27924 GNULIB_EUIDACCESS=1
27930 gl_gnulib_enabled_euidaccess=true
27931 if test $HAVE_EUIDACCESS = 0; then
27932 func_gl_gnulib_m4code_a9786850e999ae65a836a6041e8e5ed1
27934 func_gl_gnulib_m4code_6099e9737f757db36c47fa9d9f02e88c
27935 if test $HAVE_EUIDACCESS = 0; then
27936 func_gl_gnulib_m4code_stat
27940 func_gl_gnulib_m4code_getdtablesize ()
27942 if ! $gl_gnulib_enabled_getdtablesize; then
27946 if test $ac_cv_func_getdtablesize != yes; then
27947 HAVE_GETDTABLESIZE=0
27950 if test $HAVE_GETDTABLESIZE = 0; then
27959 gl_LIBOBJS="$gl_LIBOBJS getdtablesize.$ac_objext"
27968 GNULIB_GETDTABLESIZE=1
27974 gl_gnulib_enabled_getdtablesize=true
27977 func_gl_gnulib_m4code_getgroups ()
27979 if ! $gl_gnulib_enabled_getgroups; then
27985 ac_fn_c_check_func "$LINENO" "getgroups" "ac_cv_func_getgroups"
27986 if test "x$ac_cv_func_getgroups" = x""yes; then :
27991 # If we don't yet have getgroups, see if it's in -lbsd.
27992 # This is reported to be necessary on an ITOS 3000WS running SEIUX 3.1.
27993 ac_save_LIBS=$LIBS
27994 if test $ac_cv_func_getgroups = no; then
27995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getgroups in -lbsd" >&5
27996 $as_echo_n "checking for getgroups in -lbsd... " >&6; }
27997 if test "${ac_cv_lib_bsd_getgroups+set}" = set; then :
27998 $as_echo_n "(cached) " >&6
27999 else
28000 ac_check_lib_save_LIBS=$LIBS
28001 LIBS="-lbsd $LIBS"
28002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28003 /* end confdefs.h. */
28005 /* Override any GCC internal prototype to avoid an error.
28006 Use char because int might match the return type of a GCC
28007 builtin and then its argument prototype would still apply. */
28008 #ifdef __cplusplus
28009 extern "C"
28010 #endif
28011 char getgroups ();
28013 main ()
28015 return getgroups ();
28017 return 0;
28019 _ACEOF
28020 if ac_fn_c_try_link "$LINENO"; then :
28021 ac_cv_lib_bsd_getgroups=yes
28022 else
28023 ac_cv_lib_bsd_getgroups=no
28025 rm -f core conftest.err conftest.$ac_objext \
28026 conftest$ac_exeext conftest.$ac_ext
28027 LIBS=$ac_check_lib_save_LIBS
28029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_getgroups" >&5
28030 $as_echo "$ac_cv_lib_bsd_getgroups" >&6; }
28031 if test "x$ac_cv_lib_bsd_getgroups" = x""yes; then :
28032 GETGROUPS_LIB=-lbsd
28037 # Run the program to test the functionality of the system-supplied
28038 # getgroups function only if there is such a function.
28039 if test $ac_cv_func_getgroups = yes; then
28040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working getgroups" >&5
28041 $as_echo_n "checking for working getgroups... " >&6; }
28042 if test "${ac_cv_func_getgroups_works+set}" = set; then :
28043 $as_echo_n "(cached) " >&6
28044 else
28045 if test "$cross_compiling" = yes; then :
28046 case "$host_os" in # ((
28047 # Guess yes on glibc systems.
28048 *-gnu*) ac_cv_func_getgroups_works="guessing yes" ;;
28049 # If we don't know, assume the worst.
28050 *) ac_cv_func_getgroups_works="guessing no" ;;
28051 esac
28053 else
28054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28055 /* end confdefs.h. */
28056 $ac_includes_default
28058 main ()
28060 /* On Ultrix 4.3, getgroups (0, 0) always fails. */
28061 return getgroups (0, 0) == -1;
28063 return 0;
28066 _ACEOF
28067 if ac_fn_c_try_run "$LINENO"; then :
28068 ac_cv_func_getgroups_works=yes
28069 else
28070 ac_cv_func_getgroups_works=no
28072 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
28073 conftest.$ac_objext conftest.beam conftest.$ac_ext
28078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_getgroups_works" >&5
28079 $as_echo "$ac_cv_func_getgroups_works" >&6; }
28080 else
28081 ac_cv_func_getgroups_works=no
28083 case "$ac_cv_func_getgroups_works" in
28084 *yes)
28086 $as_echo "#define HAVE_GETGROUPS 1" >>confdefs.h
28089 esac
28090 LIBS=$ac_save_LIBS
28092 if test $ac_cv_func_getgroups != yes; then
28093 HAVE_GETGROUPS=0
28094 else
28095 if test "$ac_cv_type_getgroups" != gid_t \
28096 || { case "$ac_cv_func_getgroups_works" in
28097 *yes) false;;
28098 *) true;;
28099 esac
28100 }; then
28101 REPLACE_GETGROUPS=1
28103 $as_echo "#define GETGROUPS_ZERO_BUG 1" >>confdefs.h
28105 else
28106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getgroups handles negative values" >&5
28107 $as_echo_n "checking whether getgroups handles negative values... " >&6; }
28108 if test "${gl_cv_func_getgroups_works+set}" = set; then :
28109 $as_echo_n "(cached) " >&6
28110 else
28111 if test "$cross_compiling" = yes; then :
28112 case "$host_os" in
28113 # Guess yes on glibc systems.
28114 *-gnu*) gl_cv_func_getgroups_works="guessing yes" ;;
28115 # If we don't know, assume the worst.
28116 *) gl_cv_func_getgroups_works="guessing no" ;;
28117 esac
28119 else
28120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28121 /* end confdefs.h. */
28122 $ac_includes_default
28124 main ()
28126 int size = getgroups (0, 0);
28127 gid_t *list = malloc (size * sizeof *list);
28128 return getgroups (-1, list) != -1;
28130 return 0;
28132 _ACEOF
28133 if ac_fn_c_try_run "$LINENO"; then :
28134 gl_cv_func_getgroups_works=yes
28135 else
28136 gl_cv_func_getgroups_works=no
28138 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
28139 conftest.$ac_objext conftest.beam conftest.$ac_ext
28143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getgroups_works" >&5
28144 $as_echo "$gl_cv_func_getgroups_works" >&6; }
28145 case "$gl_cv_func_getgroups_works" in
28146 *yes) ;;
28147 *) REPLACE_GETGROUPS=1 ;;
28148 esac
28151 test -n "$GETGROUPS_LIB" && LIBS="$GETGROUPS_LIB $LIBS"
28153 if test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1; then
28162 gl_LIBOBJS="$gl_LIBOBJS getgroups.$ac_objext"
28170 GNULIB_GETGROUPS=1
28176 gl_gnulib_enabled_getgroups=true
28179 func_gl_gnulib_m4code_be453cec5eecf5731a274f2de7f2db36 ()
28181 if ! $gl_gnulib_enabled_be453cec5eecf5731a274f2de7f2db36; then
28184 gl_gnulib_enabled_be453cec5eecf5731a274f2de7f2db36=true
28187 func_gl_gnulib_m4code_a9786850e999ae65a836a6041e8e5ed1 ()
28189 if ! $gl_gnulib_enabled_a9786850e999ae65a836a6041e8e5ed1; then
28195 ac_fn_c_check_func "$LINENO" "group_member" "ac_cv_func_group_member"
28196 if test "x$ac_cv_func_group_member" = x""yes; then :
28198 else
28200 HAVE_GROUP_MEMBER=0
28205 if test $HAVE_GROUP_MEMBER = 0; then
28214 gl_LIBOBJS="$gl_LIBOBJS group-member.$ac_objext"
28225 GNULIB_GROUP_MEMBER=1
28231 gl_gnulib_enabled_a9786850e999ae65a836a6041e8e5ed1=true
28232 if test $HAVE_GROUP_MEMBER = 0; then
28233 func_gl_gnulib_m4code_getgroups
28235 if test $HAVE_GROUP_MEMBER = 0; then
28236 func_gl_gnulib_m4code_682e609604ccaac6be382e4ee3a4eaec
28240 func_gl_gnulib_m4code_03e0aaad4cb89ca757653bd367a6ccb7 ()
28242 if ! $gl_gnulib_enabled_03e0aaad4cb89ca757653bd367a6ccb7; then
28243 gl_gnulib_enabled_03e0aaad4cb89ca757653bd367a6ccb7=true
28246 func_gl_gnulib_m4code_pathmax ()
28248 if ! $gl_gnulib_enabled_pathmax; then
28252 gl_gnulib_enabled_pathmax=true
28255 func_gl_gnulib_m4code_6099e9737f757db36c47fa9d9f02e88c ()
28257 if ! $gl_gnulib_enabled_6099e9737f757db36c47fa9d9f02e88c; then
28258 gl_gnulib_enabled_6099e9737f757db36c47fa9d9f02e88c=true
28261 func_gl_gnulib_m4code_secure_getenv ()
28263 if ! $gl_gnulib_enabled_secure_getenv; then
28269 if test $ac_cv_func_secure_getenv = no; then
28270 HAVE_SECURE_GETENV=0
28273 if test $HAVE_SECURE_GETENV = 0; then
28282 gl_LIBOBJS="$gl_LIBOBJS secure_getenv.$ac_objext"
28285 for ac_func in __secure_getenv
28286 do :
28287 ac_fn_c_check_func "$LINENO" "__secure_getenv" "ac_cv_func___secure_getenv"
28288 if test "x$ac_cv_func___secure_getenv" = x""yes; then :
28289 cat >>confdefs.h <<_ACEOF
28290 #define HAVE___SECURE_GETENV 1
28291 _ACEOF
28294 done
28296 if test $ac_cv_func___secure_getenv = no; then
28297 for ac_func in issetugid
28298 do :
28299 ac_fn_c_check_func "$LINENO" "issetugid" "ac_cv_func_issetugid"
28300 if test "x$ac_cv_func_issetugid" = x""yes; then :
28301 cat >>confdefs.h <<_ACEOF
28302 #define HAVE_ISSETUGID 1
28303 _ACEOF
28306 done
28316 GNULIB_SECURE_GETENV=1
28322 gl_gnulib_enabled_secure_getenv=true
28325 func_gl_gnulib_m4code_stat ()
28327 if ! $gl_gnulib_enabled_stat; then
28331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on directories" >&5
28332 $as_echo_n "checking whether stat handles trailing slashes on directories... " >&6; }
28333 if test "${gl_cv_func_stat_dir_slash+set}" = set; then :
28334 $as_echo_n "(cached) " >&6
28335 else
28336 if test "$cross_compiling" = yes; then :
28337 case $host_os in
28338 mingw*) gl_cv_func_stat_dir_slash="guessing no";;
28339 *) gl_cv_func_stat_dir_slash="guessing yes";;
28340 esac
28341 else
28342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28343 /* end confdefs.h. */
28344 #include <sys/stat.h>
28347 main ()
28349 struct stat st; return stat (".", &st) != stat ("./", &st);
28351 return 0;
28353 _ACEOF
28354 if ac_fn_c_try_run "$LINENO"; then :
28355 gl_cv_func_stat_dir_slash=yes
28356 else
28357 gl_cv_func_stat_dir_slash=no
28359 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
28360 conftest.$ac_objext conftest.beam conftest.$ac_ext
28364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_stat_dir_slash" >&5
28365 $as_echo "$gl_cv_func_stat_dir_slash" >&6; }
28366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on files" >&5
28367 $as_echo_n "checking whether stat handles trailing slashes on files... " >&6; }
28368 if test "${gl_cv_func_stat_file_slash+set}" = set; then :
28369 $as_echo_n "(cached) " >&6
28370 else
28371 touch conftest.tmp
28372 # Assume that if we have lstat, we can also check symlinks.
28373 if test $ac_cv_func_lstat = yes; then
28374 ln -s conftest.tmp conftest.lnk
28376 if test "$cross_compiling" = yes; then :
28377 case "$host_os" in
28378 # Guess yes on glibc systems.
28379 *-gnu*) gl_cv_func_stat_file_slash="guessing yes" ;;
28380 # If we don't know, assume the worst.
28381 *) gl_cv_func_stat_file_slash="guessing no" ;;
28382 esac
28384 else
28385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28386 /* end confdefs.h. */
28387 #include <sys/stat.h>
28390 main ()
28392 int result = 0;
28393 struct stat st;
28394 if (!stat ("conftest.tmp/", &st))
28395 result |= 1;
28396 #if HAVE_LSTAT
28397 if (!stat ("conftest.lnk/", &st))
28398 result |= 2;
28399 #endif
28400 return result;
28403 return 0;
28405 _ACEOF
28406 if ac_fn_c_try_run "$LINENO"; then :
28407 gl_cv_func_stat_file_slash=yes
28408 else
28409 gl_cv_func_stat_file_slash=no
28411 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
28412 conftest.$ac_objext conftest.beam conftest.$ac_ext
28415 rm -f conftest.tmp conftest.lnk
28417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_stat_file_slash" >&5
28418 $as_echo "$gl_cv_func_stat_file_slash" >&6; }
28419 case $gl_cv_func_stat_dir_slash in
28420 *no) REPLACE_STAT=1
28422 $as_echo "#define REPLACE_FUNC_STAT_DIR 1" >>confdefs.h
28424 esac
28425 case $gl_cv_func_stat_file_slash in
28426 *no) REPLACE_STAT=1
28428 $as_echo "#define REPLACE_FUNC_STAT_FILE 1" >>confdefs.h
28430 esac
28432 if test $REPLACE_STAT = 1; then
28441 gl_LIBOBJS="$gl_LIBOBJS stat.$ac_objext"
28450 GNULIB_STAT=1
28456 gl_gnulib_enabled_stat=true
28457 if test $REPLACE_STAT = 1; then
28458 func_gl_gnulib_m4code_dosname
28460 if test $REPLACE_STAT = 1; then
28461 func_gl_gnulib_m4code_pathmax
28465 func_gl_gnulib_m4code_strtoll ()
28467 if ! $gl_gnulib_enabled_strtoll; then
28471 if test "$ac_cv_type_long_long_int" = yes; then
28472 for ac_func in strtoll
28473 do :
28474 ac_fn_c_check_func "$LINENO" "strtoll" "ac_cv_func_strtoll"
28475 if test "x$ac_cv_func_strtoll" = x""yes; then :
28476 cat >>confdefs.h <<_ACEOF
28477 #define HAVE_STRTOLL 1
28478 _ACEOF
28481 done
28483 if test $ac_cv_func_strtoll = no; then
28484 HAVE_STRTOLL=0
28488 if test $HAVE_STRTOLL = 0; then
28497 gl_LIBOBJS="$gl_LIBOBJS strtoll.$ac_objext"
28508 GNULIB_STRTOLL=1
28514 gl_gnulib_enabled_strtoll=true
28517 func_gl_gnulib_m4code_strtoull ()
28519 if ! $gl_gnulib_enabled_strtoull; then
28523 if test "$ac_cv_type_unsigned_long_long_int" = yes; then
28524 for ac_func in strtoull
28525 do :
28526 ac_fn_c_check_func "$LINENO" "strtoull" "ac_cv_func_strtoull"
28527 if test "x$ac_cv_func_strtoull" = x""yes; then :
28528 cat >>confdefs.h <<_ACEOF
28529 #define HAVE_STRTOULL 1
28530 _ACEOF
28533 done
28535 if test $ac_cv_func_strtoull = no; then
28536 HAVE_STRTOULL=0
28540 if test $HAVE_STRTOULL = 0; then
28549 gl_LIBOBJS="$gl_LIBOBJS strtoull.$ac_objext"
28560 GNULIB_STRTOULL=1
28566 gl_gnulib_enabled_strtoull=true
28569 func_gl_gnulib_m4code_tempname ()
28571 if ! $gl_gnulib_enabled_tempname; then
28577 gl_gnulib_enabled_tempname=true
28578 func_gl_gnulib_m4code_secure_getenv
28581 func_gl_gnulib_m4code_682e609604ccaac6be382e4ee3a4eaec ()
28583 if ! $gl_gnulib_enabled_682e609604ccaac6be382e4ee3a4eaec; then
28584 gl_gnulib_enabled_682e609604ccaac6be382e4ee3a4eaec=true
28587 if test $HAVE_FACCESSAT = 0; then
28588 func_gl_gnulib_m4code_260941c0e5dc67ec9e87d1fb321c300b
28590 if test $HAVE_FACCESSAT = 0; then
28591 func_gl_gnulib_m4code_dosname
28593 if test $HAVE_FACCESSAT = 0; then
28594 func_gl_gnulib_m4code_euidaccess
28596 if test $HAVE_FACCESSAT = 0; then
28597 func_gl_gnulib_m4code_03e0aaad4cb89ca757653bd367a6ccb7
28599 if test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1; then
28600 func_gl_gnulib_m4code_getdtablesize
28602 if test $HAVE_FDOPENDIR = 0; then
28603 func_gl_gnulib_m4code_260941c0e5dc67ec9e87d1fb321c300b
28605 if test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1; then
28606 func_gl_gnulib_m4code_260941c0e5dc67ec9e87d1fb321c300b
28608 if test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1; then
28609 func_gl_gnulib_m4code_dosname
28611 if test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1; then
28612 func_gl_gnulib_m4code_03e0aaad4cb89ca757653bd367a6ccb7
28614 if test $REPLACE_GETOPT = 1; then
28615 func_gl_gnulib_m4code_be453cec5eecf5731a274f2de7f2db36
28617 if test $REPLACE_LSTAT = 1; then
28618 func_gl_gnulib_m4code_dosname
28620 if test $REPLACE_LSTAT = 1; then
28621 func_gl_gnulib_m4code_stat
28623 if test $HAVE_MKOSTEMP = 0; then
28624 func_gl_gnulib_m4code_tempname
28626 if test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1; then
28627 func_gl_gnulib_m4code_stat
28629 if test $HAVE_READLINKAT = 0; then
28630 func_gl_gnulib_m4code_260941c0e5dc67ec9e87d1fb321c300b
28632 if test $HAVE_READLINKAT = 0; then
28633 func_gl_gnulib_m4code_dosname
28635 if test $HAVE_READLINKAT = 0; then
28636 func_gl_gnulib_m4code_03e0aaad4cb89ca757653bd367a6ccb7
28638 if { test $HAVE_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1; } && test $ac_cv_type_long_long_int = yes; then
28639 func_gl_gnulib_m4code_strtoll
28641 if test $ac_cv_func_strtoumax = no && test $ac_cv_type_unsigned_long_long_int = yes; then
28642 func_gl_gnulib_m4code_strtoull
28645 if $gl_gnulib_enabled_260941c0e5dc67ec9e87d1fb321c300b; then
28646 gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_TRUE=
28647 gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_FALSE='#'
28648 else
28649 gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_TRUE='#'
28650 gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_FALSE=
28653 if $gl_gnulib_enabled_dosname; then
28654 gl_GNULIB_ENABLED_dosname_TRUE=
28655 gl_GNULIB_ENABLED_dosname_FALSE='#'
28656 else
28657 gl_GNULIB_ENABLED_dosname_TRUE='#'
28658 gl_GNULIB_ENABLED_dosname_FALSE=
28661 if $gl_gnulib_enabled_euidaccess; then
28662 gl_GNULIB_ENABLED_euidaccess_TRUE=
28663 gl_GNULIB_ENABLED_euidaccess_FALSE='#'
28664 else
28665 gl_GNULIB_ENABLED_euidaccess_TRUE='#'
28666 gl_GNULIB_ENABLED_euidaccess_FALSE=
28669 if $gl_gnulib_enabled_getdtablesize; then
28670 gl_GNULIB_ENABLED_getdtablesize_TRUE=
28671 gl_GNULIB_ENABLED_getdtablesize_FALSE='#'
28672 else
28673 gl_GNULIB_ENABLED_getdtablesize_TRUE='#'
28674 gl_GNULIB_ENABLED_getdtablesize_FALSE=
28677 if $gl_gnulib_enabled_getgroups; then
28678 gl_GNULIB_ENABLED_getgroups_TRUE=
28679 gl_GNULIB_ENABLED_getgroups_FALSE='#'
28680 else
28681 gl_GNULIB_ENABLED_getgroups_TRUE='#'
28682 gl_GNULIB_ENABLED_getgroups_FALSE=
28685 if $gl_gnulib_enabled_be453cec5eecf5731a274f2de7f2db36; then
28686 gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE=
28687 gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE='#'
28688 else
28689 gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE='#'
28690 gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE=
28693 if $gl_gnulib_enabled_a9786850e999ae65a836a6041e8e5ed1; then
28694 gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_TRUE=
28695 gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_FALSE='#'
28696 else
28697 gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_TRUE='#'
28698 gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_FALSE=
28701 if $gl_gnulib_enabled_03e0aaad4cb89ca757653bd367a6ccb7; then
28702 gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_TRUE=
28703 gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_FALSE='#'
28704 else
28705 gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_TRUE='#'
28706 gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_FALSE=
28709 if $gl_gnulib_enabled_pathmax; then
28710 gl_GNULIB_ENABLED_pathmax_TRUE=
28711 gl_GNULIB_ENABLED_pathmax_FALSE='#'
28712 else
28713 gl_GNULIB_ENABLED_pathmax_TRUE='#'
28714 gl_GNULIB_ENABLED_pathmax_FALSE=
28717 if $gl_gnulib_enabled_6099e9737f757db36c47fa9d9f02e88c; then
28718 gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_TRUE=
28719 gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_FALSE='#'
28720 else
28721 gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_TRUE='#'
28722 gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_FALSE=
28725 if $gl_gnulib_enabled_secure_getenv; then
28726 gl_GNULIB_ENABLED_secure_getenv_TRUE=
28727 gl_GNULIB_ENABLED_secure_getenv_FALSE='#'
28728 else
28729 gl_GNULIB_ENABLED_secure_getenv_TRUE='#'
28730 gl_GNULIB_ENABLED_secure_getenv_FALSE=
28733 if $gl_gnulib_enabled_stat; then
28734 gl_GNULIB_ENABLED_stat_TRUE=
28735 gl_GNULIB_ENABLED_stat_FALSE='#'
28736 else
28737 gl_GNULIB_ENABLED_stat_TRUE='#'
28738 gl_GNULIB_ENABLED_stat_FALSE=
28741 if $gl_gnulib_enabled_strtoll; then
28742 gl_GNULIB_ENABLED_strtoll_TRUE=
28743 gl_GNULIB_ENABLED_strtoll_FALSE='#'
28744 else
28745 gl_GNULIB_ENABLED_strtoll_TRUE='#'
28746 gl_GNULIB_ENABLED_strtoll_FALSE=
28749 if $gl_gnulib_enabled_strtoull; then
28750 gl_GNULIB_ENABLED_strtoull_TRUE=
28751 gl_GNULIB_ENABLED_strtoull_FALSE='#'
28752 else
28753 gl_GNULIB_ENABLED_strtoull_TRUE='#'
28754 gl_GNULIB_ENABLED_strtoull_FALSE=
28757 if $gl_gnulib_enabled_tempname; then
28758 gl_GNULIB_ENABLED_tempname_TRUE=
28759 gl_GNULIB_ENABLED_tempname_FALSE='#'
28760 else
28761 gl_GNULIB_ENABLED_tempname_TRUE='#'
28762 gl_GNULIB_ENABLED_tempname_FALSE=
28765 if $gl_gnulib_enabled_682e609604ccaac6be382e4ee3a4eaec; then
28766 gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_TRUE=
28767 gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_FALSE='#'
28768 else
28769 gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_TRUE='#'
28770 gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_FALSE=
28773 # End of code from modules
28783 gltests_libdeps=
28784 gltests_ltlibdeps=
28794 gl_source_base='tests'
28795 gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS
28797 gl_module_indicator_condition=$gltests_WITNESS
28808 LIBGNU_LIBDEPS="$gl_libdeps"
28810 LIBGNU_LTLIBDEPS="$gl_ltlibdeps"
28813 CFLAGS=$SAVE_CFLAGS
28814 LIBS=$SAVE_LIBS
28816 if test "${opsys}" = "mingw32"; then
28817 CPPFLAGS="$CPPFLAGS -DUSE_CRT_DLL=1 -I $srcdir/nt/inc"
28818 # Remove unneeded switches from the value of CC that goes to Makefiles
28819 CC=`echo $CC | sed -e "s,$GCC_TEST_OPTIONS,,"`
28822 case "$opsys" in
28823 aix4-2) LD_SWITCH_SYSTEM_TEMACS="-Wl,-bnodelcsect" ;;
28825 darwin)
28826 ## The -headerpad option tells ld (see man page) to leave room at the
28827 ## end of the header for adding load commands. Needed for dumping.
28828 ## 0x690 is the total size of 30 segment load commands (at 56
28829 ## each); under Cocoa 31 commands are required.
28830 if test "$HAVE_NS" = "yes"; then
28831 libs_nsgui="-framework AppKit"
28832 if test "$NS_IMPL_COCOA" = "yes"; then
28833 libs_nsgui="$libs_nsgui -framework IOKit"
28835 headerpad_extra=6C8
28836 else
28837 libs_nsgui=
28838 headerpad_extra=690
28840 LD_SWITCH_SYSTEM_TEMACS="-fno-pie -prebind $libs_nsgui -Xlinker -headerpad -Xlinker $headerpad_extra"
28842 ## This is here because src/Makefile.in did some extra fiddling around
28843 ## with LD_SWITCH_SYSTEM. It seems cleaner to put this in
28844 ## LD_SWITCH_SYSTEM_TEMACS instead,
28845 test "x$LD_SWITCH_SYSTEM" = "x" && test "x$GCC" != "xyes" && \
28846 LD_SWITCH_SYSTEM_TEMACS="-X $LD_SWITCH_SYSTEM_TEMACS"
28849 ## LD_SWITCH_X_SITE_RPATH is a -rpath option saying where to
28850 ## find X at run-time.
28851 ## When handled by cpp, this was in LD_SWITCH_SYSTEM. However, at the
28852 ## point where configure sourced the s/*.h file, LD_SWITCH_X_SITE_RPATH
28853 ## had not yet been defined and was expanded to null. Hence LD_SWITCH_SYSTEM
28854 ## had different values in configure (in ac_link) and src/Makefile.in.
28855 ## It seems clearer therefore to put this piece in LD_SWITCH_SYSTEM_TEMACS.
28856 gnu*) LD_SWITCH_SYSTEM_TEMACS="\$(LD_SWITCH_X_SITE_RPATH)" ;;
28858 mingw32)
28859 ## MinGW64 does not prepend an underscore to symbols, so we must
28860 ## pass a different -entry switch to linker. FIXME: It is better
28861 ## to make the entry points the same by changing unexw32.c.
28862 case "$canonical" in
28863 x86_64-*-*) LD_SWITCH_SYSTEM_TEMACS="-Wl,-stack,0x00800000 -Wl,-heap,0x00100000 -Wl,-image-base,0x01000000 -Wl,-entry,_start -Wl,-Map,./temacs.map" ;;
28864 *) LD_SWITCH_SYSTEM_TEMACS="-Wl,-stack,0x00800000 -Wl,-heap,0x00100000 -Wl,-image-base,0x01000000 -Wl,-entry,__start -Wl,-Map,./temacs.map" ;;
28865 esac
28868 openbsd) LD_SWITCH_SYSTEM_TEMACS='-nopie' ;;
28870 *) LD_SWITCH_SYSTEM_TEMACS= ;;
28871 esac
28873 if test x$ac_enable_profiling != x ; then
28874 case $opsys in
28875 *freebsd | gnu-linux) ;;
28876 *) LD_SWITCH_SYSTEM_TEMACS="$LD_SWITCH_SYSTEM_TEMACS -pg" ;;
28877 esac
28882 ## MinGW-specific post-link processing of temacs.
28883 TEMACS_POST_LINK=":"
28884 ADDSECTION=
28885 EMACS_HEAPSIZE=
28886 if test "${opsys}" = "mingw32"; then
28887 TEMACS_POST_LINK="\$(MINGW_TEMACS_POST_LINK)"
28888 ADDSECTION="../nt/addsection\$(EXEEXT)"
28889 ## Preload heap size of temacs.exe in MB.
28890 case "$canonical" in
28891 x86_64-*-*) EMACS_HEAPSIZE=42 ;;
28892 *) EMACS_HEAPSIZE=27 ;;
28893 esac
28900 ## Common for all window systems
28901 if test "$window_system" != "none"; then
28903 $as_echo "#define HAVE_WINDOW_SYSTEM 1" >>confdefs.h
28905 WINDOW_SYSTEM_OBJ="fontset.o fringe.o image.o"
28912 #### Report on what we decided to do.
28913 #### Report GTK as a toolkit, even if it doesn't use Xt.
28914 #### It makes printing result more understandable as using GTK sets
28915 #### toolkit_scroll_bars to yes by default.
28916 if test "${HAVE_GTK}" = "yes"; then
28917 USE_X_TOOLKIT="$USE_GTK_TOOLKIT"
28920 if test $USE_ACL -ne 0; then
28921 acl_summary="yes $LIB_ACL"
28922 else
28923 acl_summary=no
28926 echo "
28927 Configured for \`${canonical}'.
28929 Where should the build process find the source code? ${srcdir}
28930 What compiler should emacs be built with? ${CC} ${CFLAGS}
28931 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
28932 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC}
28933 Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers
28934 What window system should Emacs use? ${window_system}
28935 What toolkit should Emacs use? ${USE_X_TOOLKIT}"
28937 if test -n "${x_includes}"; then
28938 echo " Where do we find X Windows header files? ${x_includes}"
28939 else
28940 echo " Where do we find X Windows header files? Standard dirs"
28942 if test -n "${x_libraries}"; then
28943 echo " Where do we find X Windows libraries? ${x_libraries}"
28944 else
28945 echo " Where do we find X Windows libraries? Standard dirs"
28948 echo " Does Emacs use -lXaw3d? ${HAVE_XAW3D}"
28949 echo " Does Emacs use -lXpm? ${HAVE_XPM}"
28950 echo " Does Emacs use -ljpeg? ${HAVE_JPEG}"
28951 echo " Does Emacs use -ltiff? ${HAVE_TIFF}"
28952 echo " Does Emacs use a gif library? ${HAVE_GIF} $LIBGIF"
28953 echo " Does Emacs use -lpng? ${HAVE_PNG}"
28954 echo " Does Emacs use -lrsvg-2? ${HAVE_RSVG}"
28955 echo " Does Emacs use imagemagick? ${HAVE_IMAGEMAGICK}"
28957 echo " Does Emacs support sound? ${HAVE_SOUND}"
28959 echo " Does Emacs use -lgpm? ${HAVE_GPM}"
28960 echo " Does Emacs use -ldbus? ${HAVE_DBUS}"
28961 echo " Does Emacs use -lgconf? ${HAVE_GCONF}"
28962 echo " Does Emacs use GSettings? ${HAVE_GSETTINGS}"
28963 echo " Does Emacs use a file notification library? ${NOTIFY_SUMMARY}"
28964 echo " Does Emacs use access control lists? ${acl_summary}"
28965 echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}"
28966 echo " Does Emacs use -lgnutls? ${HAVE_GNUTLS}"
28967 echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}"
28969 echo " Does Emacs use -lfreetype? ${HAVE_FREETYPE}"
28970 echo " Does Emacs use -lm17n-flt? ${HAVE_M17N_FLT}"
28971 echo " Does Emacs use -lotf? ${HAVE_LIBOTF}"
28972 echo " Does Emacs use -lxft? ${HAVE_XFT}"
28973 echo " Does Emacs directly use zlib? ${HAVE_ZLIB}"
28975 echo " Does Emacs use toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
28976 echo
28978 if test -n "${EMACSDATA}"; then
28979 echo " Environment variable EMACSDATA set to: $EMACSDATA"
28981 if test -n "${EMACSDOC}"; then
28982 echo " Environment variable EMACSDOC set to: $EMACSDOC"
28985 echo
28987 if test "$HAVE_NS" = "yes"; then
28988 echo
28989 echo "You must run \"${MAKE-make} install\" in order to test the built application.
28990 The installed application will go to nextstep/Emacs.app and can be
28991 run or moved from there."
28992 if test "$EN_NS_SELF_CONTAINED" = "yes"; then
28993 echo "The application will be fully self-contained."
28994 else
28995 echo "The lisp resources for the application will be installed under ${prefix}.
28996 You may need to run \"${MAKE-make} install\" with sudo. The application will fail
28997 to run if these resources are not installed."
28999 echo
29002 if test "${opsys}" = "cygwin"; then
29003 case `uname -r` in
29004 1.5.*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: building Emacs on Cygwin 1.5 is not supported." >&5
29005 $as_echo "$as_me: WARNING: building Emacs on Cygwin 1.5 is not supported." >&2;}
29006 echo
29008 esac
29011 # Remove any trailing slashes in these variables.
29012 test "${prefix}" != NONE &&
29013 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`
29014 test "${exec_prefix}" != NONE &&
29015 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`
29017 if test "$HAVE_NS" = "yes"; then
29018 if test "$NS_IMPL_GNUSTEP" = yes; then
29019 ac_config_files="$ac_config_files nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist:nextstep/templates/Info-gnustep.plist.in nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop:nextstep/templates/Emacs.desktop.in"
29021 else
29022 ac_config_files="$ac_config_files nextstep/Cocoa/Emacs.base/Contents/Info.plist:nextstep/templates/Info.plist.in nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings:nextstep/templates/InfoPlist.strings.in"
29027 SUBDIR_MAKEFILES="lib/Makefile lib-src/Makefile oldXMenu/Makefile doc/emacs/Makefile doc/misc/Makefile doc/lispintro/Makefile doc/lispref/Makefile src/Makefile lwlib/Makefile lisp/Makefile leim/Makefile nextstep/Makefile nt/Makefile"
29029 ac_config_files="$ac_config_files Makefile lib/Makefile lib-src/Makefile oldXMenu/Makefile doc/emacs/Makefile doc/misc/Makefile doc/lispintro/Makefile doc/lispref/Makefile src/Makefile lwlib/Makefile lisp/Makefile leim/Makefile nextstep/Makefile nt/Makefile"
29032 opt_makefile=test/automated/Makefile
29034 if test -f "$srcdir/$opt_makefile.in"; then
29035 SUBDIR_MAKEFILES="$SUBDIR_MAKEFILES $opt_makefile"
29036 ac_config_files="$ac_config_files test/automated/Makefile"
29041 opt_makefile=admin/unidata/Makefile
29043 if test -f "$srcdir/$opt_makefile.in"; then
29044 SUBDIR_MAKEFILES="$SUBDIR_MAKEFILES $opt_makefile"
29045 ac_config_files="$ac_config_files admin/unidata/Makefile"
29050 SUBDIR_MAKEFILES_IN=`echo " ${SUBDIR_MAKEFILES}" | sed -e 's| | $(srcdir)/|g' -e 's|Makefile|Makefile.in|g'`
29054 ac_config_commands="$ac_config_commands src/epaths.h"
29057 ac_config_commands="$ac_config_commands src/.gdbinit"
29060 cat >confcache <<\_ACEOF
29061 # This file is a shell script that caches the results of configure
29062 # tests run on this system so they can be shared between configure
29063 # scripts and configure runs, see configure's option --config-cache.
29064 # It is not useful on other systems. If it contains results you don't
29065 # want to keep, you may remove or edit it.
29067 # config.status only pays attention to the cache file if you give it
29068 # the --recheck option to rerun configure.
29070 # `ac_cv_env_foo' variables (set or unset) will be overridden when
29071 # loading this file, other *unset* `ac_cv_foo' will be assigned the
29072 # following values.
29074 _ACEOF
29076 # The following way of writing the cache mishandles newlines in values,
29077 # but we know of no workaround that is simple, portable, and efficient.
29078 # So, we kill variables containing newlines.
29079 # Ultrix sh set writes to stderr and can't be redirected directly,
29080 # and sets the high bit in the cache file unless we assign to the vars.
29082 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
29083 eval ac_val=\$$ac_var
29084 case $ac_val in #(
29085 *${as_nl}*)
29086 case $ac_var in #(
29087 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
29088 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
29089 esac
29090 case $ac_var in #(
29091 _ | IFS | as_nl) ;; #(
29092 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
29093 *) { eval $ac_var=; unset $ac_var;} ;;
29094 esac ;;
29095 esac
29096 done
29098 (set) 2>&1 |
29099 case $as_nl`(ac_space=' '; set) 2>&1` in #(
29100 *${as_nl}ac_space=\ *)
29101 # `set' does not quote correctly, so add quotes: double-quote
29102 # substitution turns \\\\ into \\, and sed turns \\ into \.
29103 sed -n \
29104 "s/'/'\\\\''/g;
29105 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
29106 ;; #(
29108 # `set' quotes correctly as required by POSIX, so do not add quotes.
29109 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
29111 esac |
29112 sort
29114 sed '
29115 /^ac_cv_env_/b end
29116 t clear
29117 :clear
29118 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
29119 t end
29120 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
29121 :end' >>confcache
29122 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
29123 if test -w "$cache_file"; then
29124 test "x$cache_file" != "x/dev/null" &&
29125 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
29126 $as_echo "$as_me: updating cache $cache_file" >&6;}
29127 cat confcache >$cache_file
29128 else
29129 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
29130 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
29133 rm -f confcache
29135 test "x$prefix" = xNONE && prefix=$ac_default_prefix
29136 # Let make expand exec_prefix.
29137 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
29139 DEFS=-DHAVE_CONFIG_H
29141 ac_libobjs=
29142 ac_ltlibobjs=
29143 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
29144 # 1. Remove the extension, and $U if already installed.
29145 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
29146 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
29147 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
29148 # will be set to the directory where LIBOBJS objects are built.
29149 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
29150 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
29151 done
29152 LIBOBJS=$ac_libobjs
29154 LTLIBOBJS=$ac_ltlibobjs
29157 if test -n "$EXEEXT"; then
29158 am__EXEEXT_TRUE=
29159 am__EXEEXT_FALSE='#'
29160 else
29161 am__EXEEXT_TRUE='#'
29162 am__EXEEXT_FALSE=
29165 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
29166 as_fn_error "conditional \"AMDEP\" was never defined.
29167 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29169 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
29170 as_fn_error "conditional \"am__fastdepCC\" was never defined.
29171 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29173 if test -z "${BUILDING_FOR_WINDOWSNT_TRUE}" && test -z "${BUILDING_FOR_WINDOWSNT_FALSE}"; then
29174 as_fn_error "conditional \"BUILDING_FOR_WINDOWSNT\" was never defined.
29175 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29177 if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then
29178 as_fn_error "conditional \"GL_COND_LIBTOOL\" was never defined.
29179 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29181 if test -z "${GL_GENERATE_ALLOCA_H_TRUE}" && test -z "${GL_GENERATE_ALLOCA_H_FALSE}"; then
29182 as_fn_error "conditional \"GL_GENERATE_ALLOCA_H\" was never defined.
29183 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29186 if test -z "${GL_GENERATE_ERRNO_H_TRUE}" && test -z "${GL_GENERATE_ERRNO_H_FALSE}"; then
29187 as_fn_error "conditional \"GL_GENERATE_ERRNO_H\" was never defined.
29188 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29190 if test -z "${GL_GENERATE_EXECINFO_H_TRUE}" && test -z "${GL_GENERATE_EXECINFO_H_FALSE}"; then
29191 as_fn_error "conditional \"GL_GENERATE_EXECINFO_H\" was never defined.
29192 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29194 if test -z "${GL_GENERATE_STDINT_H_TRUE}" && test -z "${GL_GENERATE_STDINT_H_FALSE}"; then
29195 as_fn_error "conditional \"GL_GENERATE_STDINT_H\" was never defined.
29196 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29198 if test -z "${GL_GENERATE_STDALIGN_H_TRUE}" && test -z "${GL_GENERATE_STDALIGN_H_FALSE}"; then
29199 as_fn_error "conditional \"GL_GENERATE_STDALIGN_H\" was never defined.
29200 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29202 if test -z "${GL_GENERATE_STDARG_H_TRUE}" && test -z "${GL_GENERATE_STDARG_H_FALSE}"; then
29203 as_fn_error "conditional \"GL_GENERATE_STDARG_H\" was never defined.
29204 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29206 if test -z "${GL_GENERATE_STDBOOL_H_TRUE}" && test -z "${GL_GENERATE_STDBOOL_H_FALSE}"; then
29207 as_fn_error "conditional \"GL_GENERATE_STDBOOL_H\" was never defined.
29208 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29210 if test -z "${GL_GENERATE_STDDEF_H_TRUE}" && test -z "${GL_GENERATE_STDDEF_H_FALSE}"; then
29211 as_fn_error "conditional \"GL_GENERATE_STDDEF_H\" was never defined.
29212 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29214 if test -z "${gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_TRUE}" && test -z "${gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_FALSE}"; then
29215 as_fn_error "conditional \"gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b\" was never defined.
29216 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29218 if test -z "${gl_GNULIB_ENABLED_dosname_TRUE}" && test -z "${gl_GNULIB_ENABLED_dosname_FALSE}"; then
29219 as_fn_error "conditional \"gl_GNULIB_ENABLED_dosname\" was never defined.
29220 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29222 if test -z "${gl_GNULIB_ENABLED_euidaccess_TRUE}" && test -z "${gl_GNULIB_ENABLED_euidaccess_FALSE}"; then
29223 as_fn_error "conditional \"gl_GNULIB_ENABLED_euidaccess\" was never defined.
29224 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29226 if test -z "${gl_GNULIB_ENABLED_getdtablesize_TRUE}" && test -z "${gl_GNULIB_ENABLED_getdtablesize_FALSE}"; then
29227 as_fn_error "conditional \"gl_GNULIB_ENABLED_getdtablesize\" was never defined.
29228 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29230 if test -z "${gl_GNULIB_ENABLED_getgroups_TRUE}" && test -z "${gl_GNULIB_ENABLED_getgroups_FALSE}"; then
29231 as_fn_error "conditional \"gl_GNULIB_ENABLED_getgroups\" was never defined.
29232 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29234 if test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE}" && test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE}"; then
29235 as_fn_error "conditional \"gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36\" was never defined.
29236 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29238 if test -z "${gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_TRUE}" && test -z "${gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_FALSE}"; then
29239 as_fn_error "conditional \"gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1\" was never defined.
29240 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29242 if test -z "${gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_TRUE}" && test -z "${gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_FALSE}"; then
29243 as_fn_error "conditional \"gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7\" was never defined.
29244 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29246 if test -z "${gl_GNULIB_ENABLED_pathmax_TRUE}" && test -z "${gl_GNULIB_ENABLED_pathmax_FALSE}"; then
29247 as_fn_error "conditional \"gl_GNULIB_ENABLED_pathmax\" was never defined.
29248 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29250 if test -z "${gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_TRUE}" && test -z "${gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_FALSE}"; then
29251 as_fn_error "conditional \"gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c\" was never defined.
29252 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29254 if test -z "${gl_GNULIB_ENABLED_secure_getenv_TRUE}" && test -z "${gl_GNULIB_ENABLED_secure_getenv_FALSE}"; then
29255 as_fn_error "conditional \"gl_GNULIB_ENABLED_secure_getenv\" was never defined.
29256 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29258 if test -z "${gl_GNULIB_ENABLED_stat_TRUE}" && test -z "${gl_GNULIB_ENABLED_stat_FALSE}"; then
29259 as_fn_error "conditional \"gl_GNULIB_ENABLED_stat\" was never defined.
29260 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29262 if test -z "${gl_GNULIB_ENABLED_strtoll_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoll_FALSE}"; then
29263 as_fn_error "conditional \"gl_GNULIB_ENABLED_strtoll\" was never defined.
29264 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29266 if test -z "${gl_GNULIB_ENABLED_strtoull_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoull_FALSE}"; then
29267 as_fn_error "conditional \"gl_GNULIB_ENABLED_strtoull\" was never defined.
29268 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29270 if test -z "${gl_GNULIB_ENABLED_tempname_TRUE}" && test -z "${gl_GNULIB_ENABLED_tempname_FALSE}"; then
29271 as_fn_error "conditional \"gl_GNULIB_ENABLED_tempname\" was never defined.
29272 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29274 if test -z "${gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_TRUE}" && test -z "${gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_FALSE}"; then
29275 as_fn_error "conditional \"gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec\" was never defined.
29276 Usually this means the macro was only invoked conditionally." "$LINENO" 5
29279 gl_libobjs=
29280 gl_ltlibobjs=
29281 if test -n "$gl_LIBOBJS"; then
29282 # Remove the extension.
29283 sed_drop_objext='s/\.o$//;s/\.obj$//'
29284 for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
29285 gl_libobjs="$gl_libobjs $i.$ac_objext"
29286 gl_ltlibobjs="$gl_ltlibobjs $i.lo"
29287 done
29289 gl_LIBOBJS=$gl_libobjs
29291 gl_LTLIBOBJS=$gl_ltlibobjs
29295 gltests_libobjs=
29296 gltests_ltlibobjs=
29297 if test -n "$gltests_LIBOBJS"; then
29298 # Remove the extension.
29299 sed_drop_objext='s/\.o$//;s/\.obj$//'
29300 for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
29301 gltests_libobjs="$gltests_libobjs $i.$ac_objext"
29302 gltests_ltlibobjs="$gltests_ltlibobjs $i.lo"
29303 done
29305 gltests_LIBOBJS=$gltests_libobjs
29307 gltests_LTLIBOBJS=$gltests_ltlibobjs
29311 : ${CONFIG_STATUS=./config.status}
29312 ac_write_fail=0
29313 ac_clean_files_save=$ac_clean_files
29314 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
29315 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
29316 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
29317 as_write_fail=0
29318 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
29319 #! $SHELL
29320 # Generated by $as_me.
29321 # Run this file to recreate the current configuration.
29322 # Compiler output produced by configure, useful for debugging
29323 # configure, is in config.log if it exists.
29325 debug=false
29326 ac_cs_recheck=false
29327 ac_cs_silent=false
29329 SHELL=\${CONFIG_SHELL-$SHELL}
29330 export SHELL
29331 _ASEOF
29332 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
29333 ## -------------------- ##
29334 ## M4sh Initialization. ##
29335 ## -------------------- ##
29337 # Be more Bourne compatible
29338 DUALCASE=1; export DUALCASE # for MKS sh
29339 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
29340 emulate sh
29341 NULLCMD=:
29342 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
29343 # is contrary to our usage. Disable this feature.
29344 alias -g '${1+"$@"}'='"$@"'
29345 setopt NO_GLOB_SUBST
29346 else
29347 case `(set -o) 2>/dev/null` in #(
29348 *posix*) :
29349 set -o posix ;; #(
29350 *) :
29352 esac
29356 as_nl='
29358 export as_nl
29359 # Printing a long string crashes Solaris 7 /usr/bin/printf.
29360 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
29361 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
29362 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
29363 # Prefer a ksh shell builtin over an external printf program on Solaris,
29364 # but without wasting forks for bash or zsh.
29365 if test -z "$BASH_VERSION$ZSH_VERSION" \
29366 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
29367 as_echo='print -r --'
29368 as_echo_n='print -rn --'
29369 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
29370 as_echo='printf %s\n'
29371 as_echo_n='printf %s'
29372 else
29373 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
29374 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
29375 as_echo_n='/usr/ucb/echo -n'
29376 else
29377 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
29378 as_echo_n_body='eval
29379 arg=$1;
29380 case $arg in #(
29381 *"$as_nl"*)
29382 expr "X$arg" : "X\\(.*\\)$as_nl";
29383 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
29384 esac;
29385 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
29387 export as_echo_n_body
29388 as_echo_n='sh -c $as_echo_n_body as_echo'
29390 export as_echo_body
29391 as_echo='sh -c $as_echo_body as_echo'
29394 # The user is always right.
29395 if test "${PATH_SEPARATOR+set}" != set; then
29396 PATH_SEPARATOR=:
29397 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
29398 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
29399 PATH_SEPARATOR=';'
29404 # IFS
29405 # We need space, tab and new line, in precisely that order. Quoting is
29406 # there to prevent editors from complaining about space-tab.
29407 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
29408 # splitting by setting IFS to empty value.)
29409 IFS=" "" $as_nl"
29411 # Find who we are. Look in the path if we contain no directory separator.
29412 case $0 in #((
29413 *[\\/]* ) as_myself=$0 ;;
29414 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29415 for as_dir in $PATH
29417 IFS=$as_save_IFS
29418 test -z "$as_dir" && as_dir=.
29419 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
29420 done
29421 IFS=$as_save_IFS
29424 esac
29425 # We did not find ourselves, most probably we were run as `sh COMMAND'
29426 # in which case we are not to be found in the path.
29427 if test "x$as_myself" = x; then
29428 as_myself=$0
29430 if test ! -f "$as_myself"; then
29431 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
29432 exit 1
29435 # Unset variables that we do not need and which cause bugs (e.g. in
29436 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
29437 # suppresses any "Segmentation fault" message there. '((' could
29438 # trigger a bug in pdksh 5.2.14.
29439 for as_var in BASH_ENV ENV MAIL MAILPATH
29440 do eval test x\${$as_var+set} = xset \
29441 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
29442 done
29443 PS1='$ '
29444 PS2='> '
29445 PS4='+ '
29447 # NLS nuisances.
29448 LC_ALL=C
29449 export LC_ALL
29450 LANGUAGE=C
29451 export LANGUAGE
29453 # CDPATH.
29454 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
29457 # as_fn_error ERROR [LINENO LOG_FD]
29458 # ---------------------------------
29459 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
29460 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
29461 # script with status $?, using 1 if that was 0.
29462 as_fn_error ()
29464 as_status=$?; test $as_status -eq 0 && as_status=1
29465 if test "$3"; then
29466 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
29467 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
29469 $as_echo "$as_me: error: $1" >&2
29470 as_fn_exit $as_status
29471 } # as_fn_error
29474 # as_fn_set_status STATUS
29475 # -----------------------
29476 # Set $? to STATUS, without forking.
29477 as_fn_set_status ()
29479 return $1
29480 } # as_fn_set_status
29482 # as_fn_exit STATUS
29483 # -----------------
29484 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
29485 as_fn_exit ()
29487 set +e
29488 as_fn_set_status $1
29489 exit $1
29490 } # as_fn_exit
29492 # as_fn_unset VAR
29493 # ---------------
29494 # Portably unset VAR.
29495 as_fn_unset ()
29497 { eval $1=; unset $1;}
29499 as_unset=as_fn_unset
29500 # as_fn_append VAR VALUE
29501 # ----------------------
29502 # Append the text in VALUE to the end of the definition contained in VAR. Take
29503 # advantage of any shell optimizations that allow amortized linear growth over
29504 # repeated appends, instead of the typical quadratic growth present in naive
29505 # implementations.
29506 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
29507 eval 'as_fn_append ()
29509 eval $1+=\$2
29511 else
29512 as_fn_append ()
29514 eval $1=\$$1\$2
29516 fi # as_fn_append
29518 # as_fn_arith ARG...
29519 # ------------------
29520 # Perform arithmetic evaluation on the ARGs, and store the result in the
29521 # global $as_val. Take advantage of shells that can avoid forks. The arguments
29522 # must be portable across $(()) and expr.
29523 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
29524 eval 'as_fn_arith ()
29526 as_val=$(( $* ))
29528 else
29529 as_fn_arith ()
29531 as_val=`expr "$@" || test $? -eq 1`
29533 fi # as_fn_arith
29536 if expr a : '\(a\)' >/dev/null 2>&1 &&
29537 test "X`expr 00001 : '.*\(...\)'`" = X001; then
29538 as_expr=expr
29539 else
29540 as_expr=false
29543 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
29544 as_basename=basename
29545 else
29546 as_basename=false
29549 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
29550 as_dirname=dirname
29551 else
29552 as_dirname=false
29555 as_me=`$as_basename -- "$0" ||
29556 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
29557 X"$0" : 'X\(//\)$' \| \
29558 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
29559 $as_echo X/"$0" |
29560 sed '/^.*\/\([^/][^/]*\)\/*$/{
29561 s//\1/
29564 /^X\/\(\/\/\)$/{
29565 s//\1/
29568 /^X\/\(\/\).*/{
29569 s//\1/
29572 s/.*/./; q'`
29574 # Avoid depending upon Character Ranges.
29575 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
29576 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
29577 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
29578 as_cr_digits='0123456789'
29579 as_cr_alnum=$as_cr_Letters$as_cr_digits
29581 ECHO_C= ECHO_N= ECHO_T=
29582 case `echo -n x` in #(((((
29583 -n*)
29584 case `echo 'xy\c'` in
29585 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
29586 xy) ECHO_C='\c';;
29587 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
29588 ECHO_T=' ';;
29589 esac;;
29591 ECHO_N='-n';;
29592 esac
29594 rm -f conf$$ conf$$.exe conf$$.file
29595 if test -d conf$$.dir; then
29596 rm -f conf$$.dir/conf$$.file
29597 else
29598 rm -f conf$$.dir
29599 mkdir conf$$.dir 2>/dev/null
29601 if (echo >conf$$.file) 2>/dev/null; then
29602 if ln -s conf$$.file conf$$ 2>/dev/null; then
29603 as_ln_s='ln -s'
29604 # ... but there are two gotchas:
29605 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
29606 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
29607 # In both cases, we have to default to `cp -p'.
29608 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
29609 as_ln_s='cp -p'
29610 elif ln conf$$.file conf$$ 2>/dev/null; then
29611 as_ln_s=ln
29612 else
29613 as_ln_s='cp -p'
29615 else
29616 as_ln_s='cp -p'
29618 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
29619 rmdir conf$$.dir 2>/dev/null
29622 # as_fn_mkdir_p
29623 # -------------
29624 # Create "$as_dir" as a directory, including parents if necessary.
29625 as_fn_mkdir_p ()
29628 case $as_dir in #(
29629 -*) as_dir=./$as_dir;;
29630 esac
29631 test -d "$as_dir" || eval $as_mkdir_p || {
29632 as_dirs=
29633 while :; do
29634 case $as_dir in #(
29635 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29636 *) as_qdir=$as_dir;;
29637 esac
29638 as_dirs="'$as_qdir' $as_dirs"
29639 as_dir=`$as_dirname -- "$as_dir" ||
29640 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29641 X"$as_dir" : 'X\(//\)[^/]' \| \
29642 X"$as_dir" : 'X\(//\)$' \| \
29643 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29644 $as_echo X"$as_dir" |
29645 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29646 s//\1/
29649 /^X\(\/\/\)[^/].*/{
29650 s//\1/
29653 /^X\(\/\/\)$/{
29654 s//\1/
29657 /^X\(\/\).*/{
29658 s//\1/
29661 s/.*/./; q'`
29662 test -d "$as_dir" && break
29663 done
29664 test -z "$as_dirs" || eval "mkdir $as_dirs"
29665 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
29668 } # as_fn_mkdir_p
29669 if mkdir -p . 2>/dev/null; then
29670 as_mkdir_p='mkdir -p "$as_dir"'
29671 else
29672 test -d ./-p && rmdir ./-p
29673 as_mkdir_p=false
29676 if test -x / >/dev/null 2>&1; then
29677 as_test_x='test -x'
29678 else
29679 if ls -dL / >/dev/null 2>&1; then
29680 as_ls_L_option=L
29681 else
29682 as_ls_L_option=
29684 as_test_x='
29685 eval sh -c '\''
29686 if test -d "$1"; then
29687 test -d "$1/.";
29688 else
29689 case $1 in #(
29690 -*)set "./$1";;
29691 esac;
29692 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
29693 ???[sx]*):;;*)false;;esac;fi
29694 '\'' sh
29697 as_executable_p=$as_test_x
29699 # Sed expression to map a string onto a valid CPP name.
29700 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
29702 # Sed expression to map a string onto a valid variable name.
29703 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
29706 exec 6>&1
29707 ## ----------------------------------- ##
29708 ## Main body of $CONFIG_STATUS script. ##
29709 ## ----------------------------------- ##
29710 _ASEOF
29711 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
29713 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29714 # Save the log message, to keep $0 and so on meaningful, and to
29715 # report actual input values of CONFIG_FILES etc. instead of their
29716 # values after options handling.
29717 ac_log="
29718 This file was extended by emacs $as_me 24.3.50, which was
29719 generated by GNU Autoconf 2.65. Invocation command line was
29721 CONFIG_FILES = $CONFIG_FILES
29722 CONFIG_HEADERS = $CONFIG_HEADERS
29723 CONFIG_LINKS = $CONFIG_LINKS
29724 CONFIG_COMMANDS = $CONFIG_COMMANDS
29725 $ $0 $@
29727 on `(hostname || uname -n) 2>/dev/null | sed 1q`
29730 _ACEOF
29732 case $ac_config_files in *"
29733 "*) set x $ac_config_files; shift; ac_config_files=$*;;
29734 esac
29736 case $ac_config_headers in *"
29737 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
29738 esac
29741 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29742 # Files that config.status was made for.
29743 config_files="$ac_config_files"
29744 config_headers="$ac_config_headers"
29745 config_commands="$ac_config_commands"
29747 _ACEOF
29749 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29750 ac_cs_usage="\
29751 \`$as_me' instantiates files and other configuration actions
29752 from templates according to the current configuration. Unless the files
29753 and actions are specified as TAGs, all are instantiated by default.
29755 Usage: $0 [OPTION]... [TAG]...
29757 -h, --help print this help, then exit
29758 -V, --version print version number and configuration settings, then exit
29759 --config print configuration, then exit
29760 -q, --quiet, --silent
29761 do not print progress messages
29762 -d, --debug don't remove temporary files
29763 --recheck update $as_me by reconfiguring in the same conditions
29764 --file=FILE[:TEMPLATE]
29765 instantiate the configuration file FILE
29766 --header=FILE[:TEMPLATE]
29767 instantiate the configuration header FILE
29769 Configuration files:
29770 $config_files
29772 Configuration headers:
29773 $config_headers
29775 Configuration commands:
29776 $config_commands
29778 Report bugs to the package provider."
29780 _ACEOF
29781 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29782 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
29783 ac_cs_version="\\
29784 emacs config.status 24.3.50
29785 configured by $0, generated by GNU Autoconf 2.65,
29786 with options \\"\$ac_cs_config\\"
29788 Copyright (C) 2009 Free Software Foundation, Inc.
29789 This config.status script is free software; the Free Software Foundation
29790 gives unlimited permission to copy, distribute and modify it."
29792 ac_pwd='$ac_pwd'
29793 srcdir='$srcdir'
29794 INSTALL='$INSTALL'
29795 MKDIR_P='$MKDIR_P'
29796 AWK='$AWK'
29797 test -n "\$AWK" || AWK=awk
29798 _ACEOF
29800 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29801 # The default lists apply if the user does not specify any file.
29802 ac_need_defaults=:
29803 while test $# != 0
29805 case $1 in
29806 --*=*)
29807 ac_option=`expr "X$1" : 'X\([^=]*\)='`
29808 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
29809 ac_shift=:
29812 ac_option=$1
29813 ac_optarg=$2
29814 ac_shift=shift
29816 esac
29818 case $ac_option in
29819 # Handling of the options.
29820 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
29821 ac_cs_recheck=: ;;
29822 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
29823 $as_echo "$ac_cs_version"; exit ;;
29824 --config | --confi | --conf | --con | --co | --c )
29825 $as_echo "$ac_cs_config"; exit ;;
29826 --debug | --debu | --deb | --de | --d | -d )
29827 debug=: ;;
29828 --file | --fil | --fi | --f )
29829 $ac_shift
29830 case $ac_optarg in
29831 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
29832 esac
29833 as_fn_append CONFIG_FILES " '$ac_optarg'"
29834 ac_need_defaults=false;;
29835 --header | --heade | --head | --hea )
29836 $ac_shift
29837 case $ac_optarg in
29838 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
29839 esac
29840 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
29841 ac_need_defaults=false;;
29842 --he | --h)
29843 # Conflict between --help and --header
29844 as_fn_error "ambiguous option: \`$1'
29845 Try \`$0 --help' for more information.";;
29846 --help | --hel | -h )
29847 $as_echo "$ac_cs_usage"; exit ;;
29848 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
29849 | -silent | --silent | --silen | --sile | --sil | --si | --s)
29850 ac_cs_silent=: ;;
29852 # This is an error.
29853 -*) as_fn_error "unrecognized option: \`$1'
29854 Try \`$0 --help' for more information." ;;
29856 *) as_fn_append ac_config_targets " $1"
29857 ac_need_defaults=false ;;
29859 esac
29860 shift
29861 done
29863 ac_configure_extra_args=
29865 if $ac_cs_silent; then
29866 exec 6>/dev/null
29867 ac_configure_extra_args="$ac_configure_extra_args --silent"
29870 _ACEOF
29871 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29872 if \$ac_cs_recheck; then
29873 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
29874 shift
29875 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
29876 CONFIG_SHELL='$SHELL'
29877 export CONFIG_SHELL
29878 exec "\$@"
29881 _ACEOF
29882 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29883 exec 5>>config.log
29885 echo
29886 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
29887 ## Running $as_me. ##
29888 _ASBOX
29889 $as_echo "$ac_log"
29890 } >&5
29892 _ACEOF
29893 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29895 # INIT-COMMANDS
29897 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
29898 GCC="$GCC" CPPFLAGS="$CPPFLAGS" opsys="$opsys"
29900 _ACEOF
29902 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29904 # Handling of arguments.
29905 for ac_config_target in $ac_config_targets
29907 case $ac_config_target in
29908 "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;;
29909 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
29910 "nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist") CONFIG_FILES="$CONFIG_FILES nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist:nextstep/templates/Info-gnustep.plist.in" ;;
29911 "nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop") CONFIG_FILES="$CONFIG_FILES nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop:nextstep/templates/Emacs.desktop.in" ;;
29912 "nextstep/Cocoa/Emacs.base/Contents/Info.plist") CONFIG_FILES="$CONFIG_FILES nextstep/Cocoa/Emacs.base/Contents/Info.plist:nextstep/templates/Info.plist.in" ;;
29913 "nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings") CONFIG_FILES="$CONFIG_FILES nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings:nextstep/templates/InfoPlist.strings.in" ;;
29914 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
29915 "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
29916 "lib-src/Makefile") CONFIG_FILES="$CONFIG_FILES lib-src/Makefile" ;;
29917 "oldXMenu/Makefile") CONFIG_FILES="$CONFIG_FILES oldXMenu/Makefile" ;;
29918 "doc/emacs/Makefile") CONFIG_FILES="$CONFIG_FILES doc/emacs/Makefile" ;;
29919 "doc/misc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/misc/Makefile" ;;
29920 "doc/lispintro/Makefile") CONFIG_FILES="$CONFIG_FILES doc/lispintro/Makefile" ;;
29921 "doc/lispref/Makefile") CONFIG_FILES="$CONFIG_FILES doc/lispref/Makefile" ;;
29922 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
29923 "lwlib/Makefile") CONFIG_FILES="$CONFIG_FILES lwlib/Makefile" ;;
29924 "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;;
29925 "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
29926 "nextstep/Makefile") CONFIG_FILES="$CONFIG_FILES nextstep/Makefile" ;;
29927 "nt/Makefile") CONFIG_FILES="$CONFIG_FILES nt/Makefile" ;;
29928 "test/automated/Makefile") CONFIG_FILES="$CONFIG_FILES test/automated/Makefile" ;;
29929 "admin/unidata/Makefile") CONFIG_FILES="$CONFIG_FILES admin/unidata/Makefile" ;;
29930 "src/epaths.h") CONFIG_COMMANDS="$CONFIG_COMMANDS src/epaths.h" ;;
29931 "src/.gdbinit") CONFIG_COMMANDS="$CONFIG_COMMANDS src/.gdbinit" ;;
29933 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
29934 esac
29935 done
29938 # If the user did not use the arguments to specify the items to instantiate,
29939 # then the envvar interface is used. Set only those that are not.
29940 # We use the long form for the default assignment because of an extremely
29941 # bizarre bug on SunOS 4.1.3.
29942 if $ac_need_defaults; then
29943 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29944 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29945 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29948 # Have a temporary directory for convenience. Make it in the build tree
29949 # simply because there is no reason against having it here, and in addition,
29950 # creating and moving files from /tmp can sometimes cause problems.
29951 # Hook for its removal unless debugging.
29952 # Note that there is a small window in which the directory will not be cleaned:
29953 # after its creation but before its name has been assigned to `$tmp'.
29954 $debug ||
29956 tmp=
29957 trap 'exit_status=$?
29958 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29960 trap 'as_fn_exit 1' 1 2 13 15
29962 # Create a (secure) tmp directory for tmp files.
29965 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29966 test -n "$tmp" && test -d "$tmp"
29967 } ||
29969 tmp=./conf$$-$RANDOM
29970 (umask 077 && mkdir "$tmp")
29971 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
29973 # Set up the scripts for CONFIG_FILES section.
29974 # No need to generate them if there are no CONFIG_FILES.
29975 # This happens for instance with `./config.status config.h'.
29976 if test -n "$CONFIG_FILES"; then
29978 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29979 ac_cs_awk_getline=:
29980 ac_cs_awk_pipe_init=
29981 ac_cs_awk_read_file='
29982 while ((getline aline < (F[key])) > 0)
29983 print(aline)
29984 close(F[key])'
29985 ac_cs_awk_pipe_fini=
29986 else
29987 ac_cs_awk_getline=false
29988 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29989 ac_cs_awk_read_file='
29990 print "|#_!!_#|"
29991 print "cat " F[key] " &&"
29992 '$ac_cs_awk_pipe_init
29993 # The final `:' finishes the AND list.
29994 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29996 ac_cr=`echo X | tr X '\015'`
29997 # On cygwin, bash can eat \r inside `` if the user requested igncr.
29998 # But we know of no other shell where ac_cr would be empty at this
29999 # point, so we can use a bashism as a fallback.
30000 if test "x$ac_cr" = x; then
30001 eval ac_cr=\$\'\\r\'
30003 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
30004 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
30005 ac_cs_awk_cr='\r'
30006 else
30007 ac_cs_awk_cr=$ac_cr
30010 echo 'BEGIN {' >"$tmp/subs1.awk" &&
30011 _ACEOF
30013 # Create commands to substitute file output variables.
30015 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
30016 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
30017 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
30018 echo "_ACAWK" &&
30019 echo "_ACEOF"
30020 } >conf$$files.sh &&
30021 . ./conf$$files.sh ||
30022 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
30023 rm -f conf$$files.sh
30026 echo "cat >conf$$subs.awk <<_ACEOF" &&
30027 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
30028 echo "_ACEOF"
30029 } >conf$$subs.sh ||
30030 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
30031 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
30032 ac_delim='%!_!# '
30033 for ac_last_try in false false false false false :; do
30034 . ./conf$$subs.sh ||
30035 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
30037 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
30038 if test $ac_delim_n = $ac_delim_num; then
30039 break
30040 elif $ac_last_try; then
30041 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
30042 else
30043 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
30045 done
30046 rm -f conf$$subs.sh
30048 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30049 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
30050 _ACEOF
30051 sed -n '
30053 s/^/S["/; s/!.*/"]=/
30056 s/^[^!]*!//
30057 :repl
30058 t repl
30059 s/'"$ac_delim"'$//
30060 t delim
30063 s/\(.\{148\}\)..*/\1/
30064 t more1
30065 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
30068 b repl
30069 :more1
30070 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
30073 s/.\{148\}//
30074 t nl
30075 :delim
30077 s/\(.\{148\}\)..*/\1/
30078 t more2
30079 s/["\\]/\\&/g; s/^/"/; s/$/"/
30082 :more2
30083 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
30086 s/.\{148\}//
30087 t delim
30088 ' <conf$$subs.awk | sed '
30089 /^[^""]/{
30091 s/\n//
30093 ' >>$CONFIG_STATUS || ac_write_fail=1
30094 rm -f conf$$subs.awk
30095 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30096 _ACAWK
30097 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
30098 for (key in S) S_is_set[key] = 1
30099 FS = "\a"
30100 \$ac_cs_awk_pipe_init
30103 line = $ 0
30104 nfields = split(line, field, "@")
30105 substed = 0
30106 len = length(field[1])
30107 for (i = 2; i < nfields; i++) {
30108 key = field[i]
30109 keylen = length(key)
30110 if (S_is_set[key]) {
30111 value = S[key]
30112 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
30113 len += length(value) + length(field[++i])
30114 substed = 1
30115 } else
30116 len += 1 + keylen
30118 if (nfields == 3 && !substed) {
30119 key = field[2]
30120 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
30121 \$ac_cs_awk_read_file
30122 next
30125 print line
30127 \$ac_cs_awk_pipe_fini
30128 _ACAWK
30129 _ACEOF
30130 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30131 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
30132 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
30133 else
30135 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
30136 || as_fn_error "could not setup config files machinery" "$LINENO" 5
30137 _ACEOF
30139 # VPATH may cause trouble with some makes, so we remove $(srcdir),
30140 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
30141 # trailing colons and then remove the whole line if VPATH becomes empty
30142 # (actually we leave an empty line to preserve line numbers).
30143 if test "x$srcdir" = x.; then
30144 ac_vpsub='/^[ ]*VPATH[ ]*=/{
30145 s/:*\$(srcdir):*/:/
30146 s/:*\${srcdir}:*/:/
30147 s/:*@srcdir@:*/:/
30148 s/^\([^=]*=[ ]*\):*/\1/
30149 s/:*$//
30150 s/^[^=]*=[ ]*$//
30154 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30155 fi # test -n "$CONFIG_FILES"
30157 # Set up the scripts for CONFIG_HEADERS section.
30158 # No need to generate them if there are no CONFIG_HEADERS.
30159 # This happens for instance with `./config.status Makefile'.
30160 if test -n "$CONFIG_HEADERS"; then
30161 cat >"$tmp/defines.awk" <<\_ACAWK ||
30162 BEGIN {
30163 _ACEOF
30165 # Transform confdefs.h into an awk script `defines.awk', embedded as
30166 # here-document in config.status, that substitutes the proper values into
30167 # config.h.in to produce config.h.
30169 # Create a delimiter string that does not exist in confdefs.h, to ease
30170 # handling of long lines.
30171 ac_delim='%!_!# '
30172 for ac_last_try in false false :; do
30173 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
30174 if test -z "$ac_t"; then
30175 break
30176 elif $ac_last_try; then
30177 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
30178 else
30179 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
30181 done
30183 # For the awk script, D is an array of macro values keyed by name,
30184 # likewise P contains macro parameters if any. Preserve backslash
30185 # newline sequences.
30187 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
30188 sed -n '
30189 s/.\{148\}/&'"$ac_delim"'/g
30190 t rset
30191 :rset
30192 s/^[ ]*#[ ]*define[ ][ ]*/ /
30193 t def
30195 :def
30196 s/\\$//
30197 t bsnl
30198 s/["\\]/\\&/g
30199 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
30200 D["\1"]=" \3"/p
30201 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
30203 :bsnl
30204 s/["\\]/\\&/g
30205 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
30206 D["\1"]=" \3\\\\\\n"\\/p
30207 t cont
30208 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
30209 t cont
30211 :cont
30213 s/.\{148\}/&'"$ac_delim"'/g
30214 t clear
30215 :clear
30216 s/\\$//
30217 t bsnlc
30218 s/["\\]/\\&/g; s/^/"/; s/$/"/p
30220 :bsnlc
30221 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
30222 b cont
30223 ' <confdefs.h | sed '
30224 s/'"$ac_delim"'/"\\\
30225 "/g' >>$CONFIG_STATUS || ac_write_fail=1
30227 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30228 for (key in D) D_is_set[key] = 1
30229 FS = "\a"
30231 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
30232 line = \$ 0
30233 split(line, arg, " ")
30234 if (arg[1] == "#") {
30235 defundef = arg[2]
30236 mac1 = arg[3]
30237 } else {
30238 defundef = substr(arg[1], 2)
30239 mac1 = arg[2]
30241 split(mac1, mac2, "(") #)
30242 macro = mac2[1]
30243 prefix = substr(line, 1, index(line, defundef) - 1)
30244 if (D_is_set[macro]) {
30245 # Preserve the white space surrounding the "#".
30246 print prefix "define", macro P[macro] D[macro]
30247 next
30248 } else {
30249 # Replace #undef with comments. This is necessary, for example,
30250 # in the case of _POSIX_SOURCE, which is predefined and required
30251 # on some systems where configure will not decide to define it.
30252 if (defundef == "undef") {
30253 print "/*", prefix defundef, macro, "*/"
30254 next
30258 { print }
30259 _ACAWK
30260 _ACEOF
30261 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30262 as_fn_error "could not setup config headers machinery" "$LINENO" 5
30263 fi # test -n "$CONFIG_HEADERS"
30266 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
30267 shift
30268 for ac_tag
30270 case $ac_tag in
30271 :[FHLC]) ac_mode=$ac_tag; continue;;
30272 esac
30273 case $ac_mode$ac_tag in
30274 :[FHL]*:*);;
30275 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
30276 :[FH]-) ac_tag=-:-;;
30277 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
30278 esac
30279 ac_save_IFS=$IFS
30280 IFS=:
30281 set x $ac_tag
30282 IFS=$ac_save_IFS
30283 shift
30284 ac_file=$1
30285 shift
30287 case $ac_mode in
30288 :L) ac_source=$1;;
30289 :[FH])
30290 ac_file_inputs=
30291 for ac_f
30293 case $ac_f in
30294 -) ac_f="$tmp/stdin";;
30295 *) # Look for the file first in the build tree, then in the source tree
30296 # (if the path is not absolute). The absolute path cannot be DOS-style,
30297 # because $ac_f cannot contain `:'.
30298 test -f "$ac_f" ||
30299 case $ac_f in
30300 [\\/$]*) false;;
30301 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
30302 esac ||
30303 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
30304 esac
30305 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
30306 as_fn_append ac_file_inputs " '$ac_f'"
30307 done
30309 # Let's still pretend it is `configure' which instantiates (i.e., don't
30310 # use $as_me), people would be surprised to read:
30311 # /* config.h. Generated by config.status. */
30312 configure_input='Generated from '`
30313 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
30314 `' by configure.'
30315 if test x"$ac_file" != x-; then
30316 configure_input="$ac_file. $configure_input"
30317 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
30318 $as_echo "$as_me: creating $ac_file" >&6;}
30320 # Neutralize special characters interpreted by sed in replacement strings.
30321 case $configure_input in #(
30322 *\&* | *\|* | *\\* )
30323 ac_sed_conf_input=`$as_echo "$configure_input" |
30324 sed 's/[\\\\&|]/\\\\&/g'`;; #(
30325 *) ac_sed_conf_input=$configure_input;;
30326 esac
30328 case $ac_tag in
30329 *:-:* | *:-) cat >"$tmp/stdin" \
30330 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
30331 esac
30333 esac
30335 ac_dir=`$as_dirname -- "$ac_file" ||
30336 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30337 X"$ac_file" : 'X\(//\)[^/]' \| \
30338 X"$ac_file" : 'X\(//\)$' \| \
30339 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
30340 $as_echo X"$ac_file" |
30341 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30342 s//\1/
30345 /^X\(\/\/\)[^/].*/{
30346 s//\1/
30349 /^X\(\/\/\)$/{
30350 s//\1/
30353 /^X\(\/\).*/{
30354 s//\1/
30357 s/.*/./; q'`
30358 as_dir="$ac_dir"; as_fn_mkdir_p
30359 ac_builddir=.
30361 case "$ac_dir" in
30362 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
30364 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
30365 # A ".." for each directory in $ac_dir_suffix.
30366 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
30367 case $ac_top_builddir_sub in
30368 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
30369 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
30370 esac ;;
30371 esac
30372 ac_abs_top_builddir=$ac_pwd
30373 ac_abs_builddir=$ac_pwd$ac_dir_suffix
30374 # for backward compatibility:
30375 ac_top_builddir=$ac_top_build_prefix
30377 case $srcdir in
30378 .) # We are building in place.
30379 ac_srcdir=.
30380 ac_top_srcdir=$ac_top_builddir_sub
30381 ac_abs_top_srcdir=$ac_pwd ;;
30382 [\\/]* | ?:[\\/]* ) # Absolute name.
30383 ac_srcdir=$srcdir$ac_dir_suffix;
30384 ac_top_srcdir=$srcdir
30385 ac_abs_top_srcdir=$srcdir ;;
30386 *) # Relative name.
30387 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
30388 ac_top_srcdir=$ac_top_build_prefix$srcdir
30389 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
30390 esac
30391 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
30394 case $ac_mode in
30397 # CONFIG_FILE
30400 case $INSTALL in
30401 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
30402 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
30403 esac
30404 ac_MKDIR_P=$MKDIR_P
30405 case $MKDIR_P in
30406 [\\/$]* | ?:[\\/]* ) ;;
30407 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
30408 esac
30409 _ACEOF
30411 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30412 # If the template does not know about datarootdir, expand it.
30413 # FIXME: This hack should be removed a few years after 2.60.
30414 ac_datarootdir_hack=; ac_datarootdir_seen=
30415 ac_sed_dataroot='
30416 /datarootdir/ {
30420 /@datadir@/p
30421 /@docdir@/p
30422 /@infodir@/p
30423 /@localedir@/p
30424 /@mandir@/p'
30425 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
30426 *datarootdir*) ac_datarootdir_seen=yes;;
30427 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30428 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30429 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30430 _ACEOF
30431 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30432 ac_datarootdir_hack='
30433 s&@datadir@&$datadir&g
30434 s&@docdir@&$docdir&g
30435 s&@infodir@&$infodir&g
30436 s&@localedir@&$localedir&g
30437 s&@mandir@&$mandir&g
30438 s&\\\${datarootdir}&$datarootdir&g' ;;
30439 esac
30440 _ACEOF
30442 # Neutralize VPATH when `$srcdir' = `.'.
30443 # Shell code in configure.ac might set extrasub.
30444 # FIXME: do we really want to maintain this feature?
30445 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30446 ac_sed_extra="$ac_vpsub
30447 $extrasub
30448 _ACEOF
30449 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30451 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30452 s|@configure_input@|$ac_sed_conf_input|;t t
30453 s&@top_builddir@&$ac_top_builddir_sub&;t t
30454 s&@top_build_prefix@&$ac_top_build_prefix&;t t
30455 s&@srcdir@&$ac_srcdir&;t t
30456 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30457 s&@top_srcdir@&$ac_top_srcdir&;t t
30458 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30459 s&@builddir@&$ac_builddir&;t t
30460 s&@abs_builddir@&$ac_abs_builddir&;t t
30461 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30462 s&@INSTALL@&$ac_INSTALL&;t t
30463 s&@MKDIR_P@&$ac_MKDIR_P&;t t
30464 $ac_datarootdir_hack
30466 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
30467 if $ac_cs_awk_getline; then
30468 $AWK -f "$tmp/subs.awk"
30469 else
30470 $AWK -f "$tmp/subs.awk" | $SHELL
30471 fi >$tmp/out \
30472 || as_fn_error "could not create $ac_file" "$LINENO" 5
30474 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30475 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30476 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30477 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30478 which seems to be undefined. Please make sure it is defined." >&5
30479 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30480 which seems to be undefined. Please make sure it is defined." >&2;}
30482 rm -f "$tmp/stdin"
30483 case $ac_file in
30484 -) cat "$tmp/out" && rm -f "$tmp/out";;
30485 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30486 esac \
30487 || as_fn_error "could not create $ac_file" "$LINENO" 5
30491 # CONFIG_HEADER
30493 if test x"$ac_file" != x-; then
30495 $as_echo "/* $configure_input */" \
30496 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30497 } >"$tmp/config.h" \
30498 || as_fn_error "could not create $ac_file" "$LINENO" 5
30499 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30500 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
30501 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30502 else
30503 rm -f "$ac_file"
30504 mv "$tmp/config.h" "$ac_file" \
30505 || as_fn_error "could not create $ac_file" "$LINENO" 5
30507 else
30508 $as_echo "/* $configure_input */" \
30509 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30510 || as_fn_error "could not create -" "$LINENO" 5
30512 # Compute "$ac_file"'s index in $config_headers.
30513 _am_arg="$ac_file"
30514 _am_stamp_count=1
30515 for _am_header in $config_headers :; do
30516 case $_am_header in
30517 $_am_arg | $_am_arg:* )
30518 break ;;
30520 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
30521 esac
30522 done
30523 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
30524 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30525 X"$_am_arg" : 'X\(//\)[^/]' \| \
30526 X"$_am_arg" : 'X\(//\)$' \| \
30527 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
30528 $as_echo X"$_am_arg" |
30529 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30530 s//\1/
30533 /^X\(\/\/\)[^/].*/{
30534 s//\1/
30537 /^X\(\/\/\)$/{
30538 s//\1/
30541 /^X\(\/\).*/{
30542 s//\1/
30545 s/.*/./; q'`/stamp-h$_am_stamp_count
30548 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
30549 $as_echo "$as_me: executing $ac_file commands" >&6;}
30551 esac
30554 case $ac_file$ac_mode in
30555 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
30556 # Autoconf 2.62 quotes --file arguments for eval, but not when files
30557 # are listed without --file. Let's play safe and only enable the eval
30558 # if we detect the quoting.
30559 case $CONFIG_FILES in
30560 *\'*) eval set x "$CONFIG_FILES" ;;
30561 *) set x $CONFIG_FILES ;;
30562 esac
30563 shift
30564 for mf
30566 # Strip MF so we end up with the name of the file.
30567 mf=`echo "$mf" | sed -e 's/:.*$//'`
30568 # Check whether this is an Automake generated Makefile or not.
30569 # We used to match only the files named `Makefile.in', but
30570 # some people rename them; so instead we look at the file content.
30571 # Grep'ing the first line is not enough: some people post-process
30572 # each Makefile.in and add a new line on top of each file to say so.
30573 # Grep'ing the whole file is not good either: AIX grep has a line
30574 # limit of 2048, but all sed's we know have understand at least 4000.
30575 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
30576 dirpart=`$as_dirname -- "$mf" ||
30577 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30578 X"$mf" : 'X\(//\)[^/]' \| \
30579 X"$mf" : 'X\(//\)$' \| \
30580 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
30581 $as_echo X"$mf" |
30582 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30583 s//\1/
30586 /^X\(\/\/\)[^/].*/{
30587 s//\1/
30590 /^X\(\/\/\)$/{
30591 s//\1/
30594 /^X\(\/\).*/{
30595 s//\1/
30598 s/.*/./; q'`
30599 else
30600 continue
30602 # Extract the definition of DEPDIR, am__include, and am__quote
30603 # from the Makefile without running `make'.
30604 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
30605 test -z "$DEPDIR" && continue
30606 am__include=`sed -n 's/^am__include = //p' < "$mf"`
30607 test -z "am__include" && continue
30608 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
30609 # When using ansi2knr, U may be empty or an underscore; expand it
30610 U=`sed -n 's/^U = //p' < "$mf"`
30611 # Find all dependency output files, they are included files with
30612 # $(DEPDIR) in their names. We invoke sed twice because it is the
30613 # simplest approach to changing $(DEPDIR) to its actual value in the
30614 # expansion.
30615 for file in `sed -n "
30616 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
30617 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
30618 # Make sure the directory exists.
30619 test -f "$dirpart/$file" && continue
30620 fdir=`$as_dirname -- "$file" ||
30621 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30622 X"$file" : 'X\(//\)[^/]' \| \
30623 X"$file" : 'X\(//\)$' \| \
30624 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
30625 $as_echo X"$file" |
30626 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30627 s//\1/
30630 /^X\(\/\/\)[^/].*/{
30631 s//\1/
30634 /^X\(\/\/\)$/{
30635 s//\1/
30638 /^X\(\/\).*/{
30639 s//\1/
30642 s/.*/./; q'`
30643 as_dir=$dirpart/$fdir; as_fn_mkdir_p
30644 # echo "creating $dirpart/$file"
30645 echo '# dummy' > "$dirpart/$file"
30646 done
30647 done
30650 "src/epaths.h":C)
30651 if test "${opsys}" = "mingw32"; then
30652 ${MAKE-make} MAKEFILE_NAME=do-not-make-Makefile epaths-force-w32
30653 else
30654 ${MAKE-make} MAKEFILE_NAME=do-not-make-Makefile epaths-force
30657 "src/.gdbinit":C)
30658 if test ! -f src/.gdbinit && test -f "$srcdir/src/.gdbinit"; then
30659 echo "source $srcdir/src/.gdbinit" > src/.gdbinit
30663 esac
30664 done # for ac_tag
30667 as_fn_exit 0
30668 _ACEOF
30669 ac_clean_files=$ac_clean_files_save
30671 test $ac_write_fail = 0 ||
30672 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
30675 # configure is writing to config.log, and then calls config.status.
30676 # config.status does its own redirection, appending to config.log.
30677 # Unfortunately, on DOS this fails, as config.log is still kept open
30678 # by configure, so config.status won't be able to write to it; its
30679 # output is simply discarded. So we exec the FD to /dev/null,
30680 # effectively closing config.log, so it can be properly (re)opened and
30681 # appended to by config.status. When coming back to configure, we
30682 # need to make the FD available again.
30683 if test "$no_create" != yes; then
30684 ac_cs_success=:
30685 ac_config_status_args=
30686 test "$silent" = yes &&
30687 ac_config_status_args="$ac_config_status_args --quiet"
30688 exec 5>/dev/null
30689 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30690 exec 5>>config.log
30691 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30692 # would make configure fail if this is the last instruction.
30693 $ac_cs_success || as_fn_exit $?
30695 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30696 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30697 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}