* lread.c (Fload): Avoid uninitialized warning.
[emacs.git] / autogen / configure
blob50786ead7a5973c394bf4596f36734df7f9c8fbf
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_strtoull_FALSE
618 gl_GNULIB_ENABLED_strtoull_TRUE
619 gl_GNULIB_ENABLED_strtoll_FALSE
620 gl_GNULIB_ENABLED_strtoll_TRUE
621 gl_GNULIB_ENABLED_stat_FALSE
622 gl_GNULIB_ENABLED_stat_TRUE
623 gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_FALSE
624 gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_TRUE
625 gl_GNULIB_ENABLED_pathmax_FALSE
626 gl_GNULIB_ENABLED_pathmax_TRUE
627 gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_FALSE
628 gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_TRUE
629 gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_FALSE
630 gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_TRUE
631 gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE
632 gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE
633 gl_GNULIB_ENABLED_getgroups_FALSE
634 gl_GNULIB_ENABLED_getgroups_TRUE
635 gl_GNULIB_ENABLED_getdtablesize_FALSE
636 gl_GNULIB_ENABLED_getdtablesize_TRUE
637 gl_GNULIB_ENABLED_euidaccess_FALSE
638 gl_GNULIB_ENABLED_euidaccess_TRUE
639 gl_GNULIB_ENABLED_dosname_FALSE
640 gl_GNULIB_ENABLED_dosname_TRUE
641 gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_FALSE
642 gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_TRUE
643 LTLIBINTL
644 LIBINTL
645 LIB_EACCESS
646 WINDOWS_64_BIT_OFF_T
647 HAVE_UNISTD_H
648 NEXT_AS_FIRST_DIRECTIVE_UNISTD_H
649 NEXT_UNISTD_H
650 LIB_TIMER_TIME
651 PTHREAD_H_DEFINES_STRUCT_TIMESPEC
652 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC
653 TIME_H_DEFINES_STRUCT_TIMESPEC
654 NEXT_AS_FIRST_DIRECTIVE_TIME_H
655 NEXT_TIME_H
656 WINDOWS_64_BIT_ST_SIZE
657 NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H
658 NEXT_SYS_STAT_H
659 NEXT_AS_FIRST_DIRECTIVE_STRING_H
660 NEXT_STRING_H
661 NEXT_AS_FIRST_DIRECTIVE_STDLIB_H
662 NEXT_STDLIB_H
663 NEXT_AS_FIRST_DIRECTIVE_STDIO_H
664 NEXT_STDIO_H
665 REPLACE_VSPRINTF
666 REPLACE_VSNPRINTF
667 REPLACE_VPRINTF
668 REPLACE_VFPRINTF
669 REPLACE_VDPRINTF
670 REPLACE_VASPRINTF
671 REPLACE_TMPFILE
672 REPLACE_STDIO_WRITE_FUNCS
673 REPLACE_STDIO_READ_FUNCS
674 REPLACE_SPRINTF
675 REPLACE_SNPRINTF
676 REPLACE_RENAMEAT
677 REPLACE_RENAME
678 REPLACE_REMOVE
679 REPLACE_PRINTF
680 REPLACE_POPEN
681 REPLACE_PERROR
682 REPLACE_OBSTACK_PRINTF
683 REPLACE_GETLINE
684 REPLACE_GETDELIM
685 REPLACE_FTELLO
686 REPLACE_FTELL
687 REPLACE_FSEEKO
688 REPLACE_FSEEK
689 REPLACE_FREOPEN
690 REPLACE_FPURGE
691 REPLACE_FPRINTF
692 REPLACE_FOPEN
693 REPLACE_FFLUSH
694 REPLACE_FDOPEN
695 REPLACE_FCLOSE
696 REPLACE_DPRINTF
697 HAVE_VDPRINTF
698 HAVE_VASPRINTF
699 HAVE_RENAMEAT
700 HAVE_POPEN
701 HAVE_PCLOSE
702 HAVE_FTELLO
703 HAVE_FSEEKO
704 HAVE_DPRINTF
705 HAVE_DECL_VSNPRINTF
706 HAVE_DECL_SNPRINTF
707 HAVE_DECL_OBSTACK_PRINTF
708 HAVE_DECL_GETLINE
709 HAVE_DECL_GETDELIM
710 HAVE_DECL_FTELLO
711 HAVE_DECL_FSEEKO
712 HAVE_DECL_FPURGE
713 GNULIB_VSPRINTF_POSIX
714 GNULIB_VSNPRINTF
715 GNULIB_VPRINTF_POSIX
716 GNULIB_VPRINTF
717 GNULIB_VFPRINTF_POSIX
718 GNULIB_VFPRINTF
719 GNULIB_VDPRINTF
720 GNULIB_VSCANF
721 GNULIB_VFSCANF
722 GNULIB_VASPRINTF
723 GNULIB_TMPFILE
724 GNULIB_STDIO_H_SIGPIPE
725 GNULIB_STDIO_H_NONBLOCKING
726 GNULIB_SPRINTF_POSIX
727 GNULIB_SNPRINTF
728 GNULIB_SCANF
729 GNULIB_RENAMEAT
730 GNULIB_RENAME
731 GNULIB_REMOVE
732 GNULIB_PUTS
733 GNULIB_PUTCHAR
734 GNULIB_PUTC
735 GNULIB_PRINTF_POSIX
736 GNULIB_PRINTF
737 GNULIB_POPEN
738 GNULIB_PERROR
739 GNULIB_PCLOSE
740 GNULIB_OBSTACK_PRINTF_POSIX
741 GNULIB_OBSTACK_PRINTF
742 GNULIB_GETLINE
743 GNULIB_GETDELIM
744 GNULIB_GETCHAR
745 GNULIB_GETC
746 GNULIB_FWRITE
747 GNULIB_FTELLO
748 GNULIB_FTELL
749 GNULIB_FSEEKO
750 GNULIB_FSEEK
751 GNULIB_FSCANF
752 GNULIB_FREOPEN
753 GNULIB_FREAD
754 GNULIB_FPUTS
755 GNULIB_FPUTC
756 GNULIB_FPURGE
757 GNULIB_FPRINTF_POSIX
758 GNULIB_FPRINTF
759 GNULIB_FOPEN
760 GNULIB_FGETS
761 GNULIB_FGETC
762 GNULIB_FFLUSH
763 GNULIB_FDOPEN
764 GNULIB_FCLOSE
765 GNULIB_DPRINTF
766 NEXT_AS_FIRST_DIRECTIVE_STDDEF_H
767 NEXT_STDDEF_H
768 GL_GENERATE_STDDEF_H_FALSE
769 GL_GENERATE_STDDEF_H_TRUE
770 STDDEF_H
771 HAVE_WCHAR_T
772 REPLACE_NULL
773 HAVE__BOOL
774 GL_GENERATE_STDBOOL_H_FALSE
775 GL_GENERATE_STDBOOL_H_TRUE
776 STDBOOL_H
777 GL_GENERATE_STDARG_H_FALSE
778 GL_GENERATE_STDARG_H_TRUE
779 STDARG_H
780 NEXT_AS_FIRST_DIRECTIVE_STDARG_H
781 NEXT_STDARG_H
782 GL_GENERATE_STDALIGN_H_FALSE
783 GL_GENERATE_STDALIGN_H_TRUE
784 STDALIGN_H
785 NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H
786 NEXT_SIGNAL_H
787 USE_ACL
788 LIB_ACL
789 LIB_PTHREAD_SIGMASK
790 REPLACE_RAISE
791 REPLACE_PTHREAD_SIGMASK
792 HAVE_SIGHANDLER_T
793 HAVE_TYPE_VOLATILE_SIG_ATOMIC_T
794 HAVE_STRUCT_SIGACTION_SA_SIGACTION
795 HAVE_SIGACTION
796 HAVE_SIGINFO_T
797 HAVE_SIGSET_T
798 HAVE_RAISE
799 HAVE_PTHREAD_SIGMASK
800 HAVE_POSIX_SIGNALBLOCKING
801 GNULIB_SIGACTION
802 GNULIB_SIGPROCMASK
803 GNULIB_SIGNAL_H_SIGPIPE
804 GNULIB_RAISE
805 GNULIB_PTHREAD_SIGMASK
806 HAVE_SYS_SELECT_H
807 NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H
808 NEXT_SYS_SELECT_H
809 REPLACE_SELECT
810 REPLACE_PSELECT
811 HAVE_PSELECT
812 GNULIB_SELECT
813 GNULIB_PSELECT
814 REPLACE_TIMEGM
815 REPLACE_NANOSLEEP
816 REPLACE_MKTIME
817 REPLACE_LOCALTIME_R
818 HAVE_TIMEGM
819 HAVE_STRPTIME
820 HAVE_NANOSLEEP
821 HAVE_DECL_LOCALTIME_R
822 GNULIB_TIME_R
823 GNULIB_TIMEGM
824 GNULIB_STRPTIME
825 GNULIB_NANOSLEEP
826 GNULIB_MKTIME
827 UNDEFINE_STRTOK_R
828 REPLACE_STRTOK_R
829 REPLACE_STRSIGNAL
830 REPLACE_STRNLEN
831 REPLACE_STRNDUP
832 REPLACE_STRNCAT
833 REPLACE_STRERROR_R
834 REPLACE_STRERROR
835 REPLACE_STRCHRNUL
836 REPLACE_STRCASESTR
837 REPLACE_STRSTR
838 REPLACE_STRDUP
839 REPLACE_STPNCPY
840 REPLACE_MEMMEM
841 REPLACE_MEMCHR
842 HAVE_STRVERSCMP
843 HAVE_DECL_STRSIGNAL
844 HAVE_DECL_STRERROR_R
845 HAVE_DECL_STRTOK_R
846 HAVE_STRCASESTR
847 HAVE_STRSEP
848 HAVE_STRPBRK
849 HAVE_DECL_STRNLEN
850 HAVE_DECL_STRNDUP
851 HAVE_DECL_STRDUP
852 HAVE_STRCHRNUL
853 HAVE_STPNCPY
854 HAVE_STPCPY
855 HAVE_RAWMEMCHR
856 HAVE_DECL_MEMRCHR
857 HAVE_MEMPCPY
858 HAVE_DECL_MEMMEM
859 HAVE_MEMCHR
860 HAVE_FFSLL
861 HAVE_FFSL
862 HAVE_MBSLEN
863 GNULIB_STRVERSCMP
864 GNULIB_STRSIGNAL
865 GNULIB_STRERROR_R
866 GNULIB_STRERROR
867 GNULIB_MBSTOK_R
868 GNULIB_MBSSEP
869 GNULIB_MBSSPN
870 GNULIB_MBSPBRK
871 GNULIB_MBSCSPN
872 GNULIB_MBSCASESTR
873 GNULIB_MBSPCASECMP
874 GNULIB_MBSNCASECMP
875 GNULIB_MBSCASECMP
876 GNULIB_MBSSTR
877 GNULIB_MBSRCHR
878 GNULIB_MBSCHR
879 GNULIB_MBSNLEN
880 GNULIB_MBSLEN
881 GNULIB_STRTOK_R
882 GNULIB_STRCASESTR
883 GNULIB_STRSTR
884 GNULIB_STRSEP
885 GNULIB_STRPBRK
886 GNULIB_STRNLEN
887 GNULIB_STRNDUP
888 GNULIB_STRNCAT
889 GNULIB_STRDUP
890 GNULIB_STRCHRNUL
891 GNULIB_STPNCPY
892 GNULIB_STPCPY
893 GNULIB_RAWMEMCHR
894 GNULIB_MEMRCHR
895 GNULIB_MEMPCPY
896 GNULIB_MEMMEM
897 GNULIB_MEMCHR
898 GNULIB_FFSLL
899 GNULIB_FFSL
900 NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H
901 NEXT_INTTYPES_H
902 UINT64_MAX_EQ_ULONG_MAX
903 UINT32_MAX_LT_UINTMAX_MAX
904 PRIPTR_PREFIX
905 PRI_MACROS_BROKEN
906 INT64_MAX_EQ_LONG_MAX
907 INT32_MAX_LT_INTMAX_MAX
908 REPLACE_STRTOIMAX
909 HAVE_DECL_STRTOUMAX
910 HAVE_DECL_STRTOIMAX
911 HAVE_DECL_IMAXDIV
912 HAVE_DECL_IMAXABS
913 GNULIB_STRTOUMAX
914 GNULIB_STRTOIMAX
915 GNULIB_IMAXDIV
916 GNULIB_IMAXABS
917 GL_GENERATE_STDINT_H_FALSE
918 GL_GENERATE_STDINT_H_TRUE
919 STDINT_H
920 WINT_T_SUFFIX
921 WCHAR_T_SUFFIX
922 SIG_ATOMIC_T_SUFFIX
923 SIZE_T_SUFFIX
924 PTRDIFF_T_SUFFIX
925 HAVE_SIGNED_WINT_T
926 HAVE_SIGNED_WCHAR_T
927 HAVE_SIGNED_SIG_ATOMIC_T
928 BITSIZEOF_WINT_T
929 BITSIZEOF_WCHAR_T
930 BITSIZEOF_SIG_ATOMIC_T
931 BITSIZEOF_SIZE_T
932 BITSIZEOF_PTRDIFF_T
933 APPLE_UNIVERSAL_BUILD
934 HAVE_SYS_BITYPES_H
935 HAVE_SYS_INTTYPES_H
936 HAVE_STDINT_H
937 NEXT_AS_FIRST_DIRECTIVE_STDINT_H
938 NEXT_STDINT_H
939 HAVE_SYS_TYPES_H
940 HAVE_INTTYPES_H
941 HAVE_WCHAR_H
942 HAVE_UNSIGNED_LONG_LONG_INT
943 HAVE_LONG_LONG_INT
944 HAVE_WINSOCK2_H
945 NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H
946 NEXT_SYS_TIME_H
947 REPLACE_STRUCT_TIMEVAL
948 REPLACE_GETTIMEOFDAY
949 HAVE_SYS_TIME_H
950 HAVE_STRUCT_TIMEVAL
951 HAVE_GETTIMEOFDAY
952 GNULIB_GETTIMEOFDAY
953 GNULIB_GL_UNISTD_H_GETOPT
954 GETOPT_H
955 HAVE_GETOPT_H
956 NEXT_AS_FIRST_DIRECTIVE_GETOPT_H
957 NEXT_GETOPT_H
958 GETLOADAVG_LIBS
959 REPLACE_WCTOMB
960 REPLACE_UNSETENV
961 REPLACE_STRTOD
962 REPLACE_SETENV
963 REPLACE_REALPATH
964 REPLACE_REALLOC
965 REPLACE_RANDOM_R
966 REPLACE_PUTENV
967 REPLACE_PTSNAME_R
968 REPLACE_PTSNAME
969 REPLACE_MKSTEMP
970 REPLACE_MBTOWC
971 REPLACE_MALLOC
972 REPLACE_CANONICALIZE_FILE_NAME
973 REPLACE_CALLOC
974 HAVE_DECL_UNSETENV
975 HAVE_UNLOCKPT
976 HAVE_SYS_LOADAVG_H
977 HAVE_STRUCT_RANDOM_DATA
978 HAVE_STRTOULL
979 HAVE_STRTOLL
980 HAVE_STRTOD
981 HAVE_DECL_SETENV
982 HAVE_SETENV
983 HAVE_SECURE_GETENV
984 HAVE_RPMATCH
985 HAVE_REALPATH
986 HAVE_RANDOM_R
987 HAVE_RANDOM_H
988 HAVE_RANDOM
989 HAVE_PTSNAME_R
990 HAVE_PTSNAME
991 HAVE_POSIX_OPENPT
992 HAVE_MKSTEMPS
993 HAVE_MKSTEMP
994 HAVE_MKOSTEMPS
995 HAVE_MKOSTEMP
996 HAVE_MKDTEMP
997 HAVE_GRANTPT
998 HAVE_GETSUBOPT
999 HAVE_DECL_GETLOADAVG
1000 HAVE_CANONICALIZE_FILE_NAME
1001 HAVE_ATOLL
1002 HAVE__EXIT
1003 GNULIB_WCTOMB
1004 GNULIB_UNSETENV
1005 GNULIB_UNLOCKPT
1006 GNULIB_SYSTEM_POSIX
1007 GNULIB_STRTOULL
1008 GNULIB_STRTOLL
1009 GNULIB_STRTOD
1010 GNULIB_SETENV
1011 GNULIB_SECURE_GETENV
1012 GNULIB_RPMATCH
1013 GNULIB_REALPATH
1014 GNULIB_REALLOC_POSIX
1015 GNULIB_RANDOM_R
1016 GNULIB_RANDOM
1017 GNULIB_PUTENV
1018 GNULIB_PTSNAME_R
1019 GNULIB_PTSNAME
1020 GNULIB_POSIX_OPENPT
1021 GNULIB_MKSTEMPS
1022 GNULIB_MKSTEMP
1023 GNULIB_MKOSTEMPS
1024 GNULIB_MKOSTEMP
1025 GNULIB_MKDTEMP
1026 GNULIB_MBTOWC
1027 GNULIB_MALLOC_POSIX
1028 GNULIB_GRANTPT
1029 GNULIB_GETSUBOPT
1030 GNULIB_GETLOADAVG
1031 GNULIB_CANONICALIZE_FILE_NAME
1032 GNULIB_CALLOC_POSIX
1033 GNULIB_ATOLL
1034 GNULIB__EXIT
1035 REPLACE_UTIMENSAT
1036 REPLACE_STAT
1037 REPLACE_MKNOD
1038 REPLACE_MKFIFO
1039 REPLACE_MKDIR
1040 REPLACE_LSTAT
1041 REPLACE_FUTIMENS
1042 REPLACE_FSTATAT
1043 REPLACE_FSTAT
1044 HAVE_UTIMENSAT
1045 HAVE_MKNODAT
1046 HAVE_MKNOD
1047 HAVE_MKFIFOAT
1048 HAVE_MKFIFO
1049 HAVE_MKDIRAT
1050 HAVE_LSTAT
1051 HAVE_LCHMOD
1052 HAVE_FUTIMENS
1053 HAVE_FSTATAT
1054 HAVE_FCHMODAT
1055 GNULIB_UTIMENSAT
1056 GNULIB_STAT
1057 GNULIB_MKNODAT
1058 GNULIB_MKNOD
1059 GNULIB_MKFIFOAT
1060 GNULIB_MKFIFO
1061 GNULIB_MKDIRAT
1062 GNULIB_LSTAT
1063 GNULIB_LCHMOD
1064 GNULIB_FUTIMENS
1065 GNULIB_FSTATAT
1066 GNULIB_FSTAT
1067 GNULIB_FCHMODAT
1068 LIB_FDATASYNC
1069 NEXT_AS_FIRST_DIRECTIVE_FCNTL_H
1070 NEXT_FCNTL_H
1071 REPLACE_OPENAT
1072 REPLACE_OPEN
1073 REPLACE_FCNTL
1074 HAVE_OPENAT
1075 HAVE_FCNTL
1076 GNULIB_OPENAT
1077 GNULIB_OPEN
1078 GNULIB_NONBLOCKING
1079 GNULIB_FCNTL
1080 GL_GENERATE_EXECINFO_H_FALSE
1081 GL_GENERATE_EXECINFO_H_TRUE
1082 LIB_EXECINFO
1083 EXECINFO_H
1084 EOVERFLOW_VALUE
1085 EOVERFLOW_HIDDEN
1086 ENOLINK_VALUE
1087 ENOLINK_HIDDEN
1088 EMULTIHOP_VALUE
1089 EMULTIHOP_HIDDEN
1090 GL_GENERATE_ERRNO_H_FALSE
1091 GL_GENERATE_ERRNO_H_TRUE
1092 ERRNO_H
1093 NEXT_AS_FIRST_DIRECTIVE_ERRNO_H
1094 NEXT_ERRNO_H
1095 HAVE_DIRENT_H
1096 NEXT_AS_FIRST_DIRECTIVE_DIRENT_H
1097 NEXT_DIRENT_H
1098 PRAGMA_COLUMNS
1099 PRAGMA_SYSTEM_HEADER
1100 INCLUDE_NEXT_AS_FIRST_DIRECTIVE
1101 INCLUDE_NEXT
1102 REPLACE_FDOPENDIR
1103 REPLACE_DIRFD
1104 REPLACE_CLOSEDIR
1105 REPLACE_OPENDIR
1106 HAVE_ALPHASORT
1107 HAVE_SCANDIR
1108 HAVE_FDOPENDIR
1109 HAVE_DECL_FDOPENDIR
1110 HAVE_DECL_DIRFD
1111 HAVE_CLOSEDIR
1112 HAVE_REWINDDIR
1113 HAVE_READDIR
1114 HAVE_OPENDIR
1115 GNULIB_ALPHASORT
1116 GNULIB_SCANDIR
1117 GNULIB_FDOPENDIR
1118 GNULIB_DIRFD
1119 GNULIB_CLOSEDIR
1120 GNULIB_REWINDDIR
1121 GNULIB_READDIR
1122 GNULIB_OPENDIR
1123 UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS
1124 UNISTD_H_HAVE_WINSOCK2_H
1125 REPLACE_WRITE
1126 REPLACE_USLEEP
1127 REPLACE_UNLINKAT
1128 REPLACE_UNLINK
1129 REPLACE_TTYNAME_R
1130 REPLACE_SYMLINK
1131 REPLACE_SLEEP
1132 REPLACE_RMDIR
1133 REPLACE_READLINK
1134 REPLACE_READ
1135 REPLACE_PWRITE
1136 REPLACE_PREAD
1137 REPLACE_LSEEK
1138 REPLACE_LINKAT
1139 REPLACE_LINK
1140 REPLACE_LCHOWN
1141 REPLACE_ISATTY
1142 REPLACE_GETPAGESIZE
1143 REPLACE_GETGROUPS
1144 REPLACE_GETLOGIN_R
1145 REPLACE_GETDOMAINNAME
1146 REPLACE_GETCWD
1147 REPLACE_FTRUNCATE
1148 REPLACE_FCHOWNAT
1149 REPLACE_DUP2
1150 REPLACE_DUP
1151 REPLACE_CLOSE
1152 REPLACE_CHOWN
1153 HAVE_SYS_PARAM_H
1154 HAVE_OS_H
1155 HAVE_DECL_TTYNAME_R
1156 HAVE_DECL_SETHOSTNAME
1157 HAVE_DECL_GETUSERSHELL
1158 HAVE_DECL_GETPAGESIZE
1159 HAVE_DECL_GETLOGIN_R
1160 HAVE_DECL_GETDOMAINNAME
1161 HAVE_DECL_FDATASYNC
1162 HAVE_DECL_FCHDIR
1163 HAVE_DECL_ENVIRON
1164 HAVE_USLEEP
1165 HAVE_UNLINKAT
1166 HAVE_SYMLINKAT
1167 HAVE_SYMLINK
1168 HAVE_SLEEP
1169 HAVE_SETHOSTNAME
1170 HAVE_READLINKAT
1171 HAVE_READLINK
1172 HAVE_PWRITE
1173 HAVE_PREAD
1174 HAVE_PIPE2
1175 HAVE_PIPE
1176 HAVE_LINKAT
1177 HAVE_LINK
1178 HAVE_LCHOWN
1179 HAVE_GROUP_MEMBER
1180 HAVE_GETPAGESIZE
1181 HAVE_GETLOGIN
1182 HAVE_GETHOSTNAME
1183 HAVE_GETGROUPS
1184 HAVE_GETDTABLESIZE
1185 HAVE_FTRUNCATE
1186 HAVE_FSYNC
1187 HAVE_FDATASYNC
1188 HAVE_FCHOWNAT
1189 HAVE_FCHDIR
1190 HAVE_FACCESSAT
1191 HAVE_EUIDACCESS
1192 HAVE_DUP3
1193 HAVE_DUP2
1194 HAVE_CHOWN
1195 GNULIB_WRITE
1196 GNULIB_USLEEP
1197 GNULIB_UNLINKAT
1198 GNULIB_UNLINK
1199 GNULIB_UNISTD_H_SIGPIPE
1200 GNULIB_UNISTD_H_NONBLOCKING
1201 GNULIB_TTYNAME_R
1202 GNULIB_SYMLINKAT
1203 GNULIB_SYMLINK
1204 GNULIB_SLEEP
1205 GNULIB_SETHOSTNAME
1206 GNULIB_RMDIR
1207 GNULIB_READLINKAT
1208 GNULIB_READLINK
1209 GNULIB_READ
1210 GNULIB_PWRITE
1211 GNULIB_PREAD
1212 GNULIB_PIPE2
1213 GNULIB_PIPE
1214 GNULIB_LSEEK
1215 GNULIB_LINKAT
1216 GNULIB_LINK
1217 GNULIB_LCHOWN
1218 GNULIB_ISATTY
1219 GNULIB_GROUP_MEMBER
1220 GNULIB_GETUSERSHELL
1221 GNULIB_GETPAGESIZE
1222 GNULIB_GETLOGIN_R
1223 GNULIB_GETLOGIN
1224 GNULIB_GETHOSTNAME
1225 GNULIB_GETGROUPS
1226 GNULIB_GETDTABLESIZE
1227 GNULIB_GETDOMAINNAME
1228 GNULIB_GETCWD
1229 GNULIB_FTRUNCATE
1230 GNULIB_FSYNC
1231 GNULIB_FDATASYNC
1232 GNULIB_FCHOWNAT
1233 GNULIB_FCHDIR
1234 GNULIB_FACCESSAT
1235 GNULIB_EUIDACCESS
1236 GNULIB_ENVIRON
1237 GNULIB_DUP3
1238 GNULIB_DUP2
1239 GNULIB_DUP
1240 GNULIB_CLOSE
1241 GNULIB_CHOWN
1242 GNULIB_CHDIR
1243 LIB_CLOCK_GETTIME
1244 GL_GENERATE_ALLOCA_H_FALSE
1245 GL_GENERATE_ALLOCA_H_TRUE
1246 ALLOCA_H
1247 ALLOCA
1248 GL_COND_LIBTOOL_FALSE
1249 GL_COND_LIBTOOL_TRUE
1250 POST_ALLOC_OBJ
1251 PRE_ALLOC_OBJ
1252 CYGWIN_OBJ
1253 RALLOC_OBJ
1254 OLDXMENU_DEPS
1255 LIBX_OTHER
1256 LIBXMENU
1257 OLDXMENU
1258 OLDXMENU_TARGET
1259 LIBXT_OTHER
1260 TOOLKIT_LIBW
1261 WIDGET_OBJ
1262 XOBJ
1263 XMENU_OBJ
1264 FONT_OBJ
1265 OTHER_FILES
1266 GNU_OBJC_CFLAGS
1267 ns_appsrc
1268 ns_appresdir
1269 ns_appbindir
1270 ns_appdir
1271 X_TOOLKIT_TYPE
1272 GNUSTEP_CFLAGS
1273 C_SWITCH_X_SITE
1274 LD_SWITCH_X_SITE
1275 gameuser
1276 gamedir
1277 bitmapdir
1278 archlibdir
1279 etcdir
1280 x_default_search_path
1281 lisppath
1282 locallisppath
1283 standardlisppath
1284 leimdir
1285 lispdir
1286 srcdir
1287 canonical
1288 configuration
1289 version
1290 copyright
1291 XGSELOBJ
1292 KRB4LIB
1293 DESLIB
1294 KRB5LIB
1295 CRYPTOLIB
1296 COM_ERRLIB
1297 LIBRESOLV
1298 LIBHESIOD
1299 TERMCAP_OBJ
1300 LIBS_TERMCAP
1301 BLESSMAIL_TARGET
1302 LIBS_MAIL
1303 liblockfile
1304 LIBXML2_LIBS
1305 LIBXML2_CFLAGS
1306 XINERAMA_LIBS
1307 XINERAMA_CFLAGS
1308 XRANDR_LIBS
1309 XRANDR_CFLAGS
1310 LIBXSM
1311 LIBGPM
1312 LIBGIF
1313 LIBTIFF
1314 LIBPNG
1315 LIBJPEG
1316 LIBXPM
1317 M17N_FLT_LIBS
1318 M17N_FLT_CFLAGS
1319 LIBOTF_LIBS
1320 LIBOTF_CFLAGS
1321 FREETYPE_LIBS
1322 FREETYPE_CFLAGS
1323 XFT_LIBS
1324 XFT_CFLAGS
1325 FONTCONFIG_LIBS
1326 FONTCONFIG_CFLAGS
1327 LIBXMU
1328 LIBXTR6
1329 NOTIFY_OBJ
1330 GFILENOTIFY_LIBS
1331 GFILENOTIFY_CFLAGS
1332 LIBGNUTLS_LIBS
1333 LIBGNUTLS_CFLAGS
1334 LIBSELINUX_LIBS
1335 SETTINGS_LIBS
1336 SETTINGS_CFLAGS
1337 GOBJECT_LIBS
1338 GOBJECT_CFLAGS
1339 GCONF_LIBS
1340 GCONF_CFLAGS
1341 GSETTINGS_LIBS
1342 GSETTINGS_CFLAGS
1343 DBUS_OBJ
1344 DBUS_LIBS
1345 DBUS_CFLAGS
1346 GTK_OBJ
1347 GTK_LIBS
1348 GTK_CFLAGS
1349 IMAGEMAGICK_LIBS
1350 IMAGEMAGICK_CFLAGS
1351 RSVG_LIBS
1352 RSVG_CFLAGS
1353 LIB_PTHREAD
1354 VMLIMIT_OBJ
1355 GMALLOC_OBJ
1356 HAVE_XSERVER
1357 XARGS_LIMIT
1358 NTLIB
1359 LIB_WSOCK32
1360 LIBS_ECLIENT
1361 CM_OBJ
1362 NTDIR
1363 FIRSTFILE_OBJ
1364 W32_RES_LINK
1365 CLIENTW
1366 CLIENTRES
1367 EMACS_MANIFEST
1368 EMACSRES
1369 W32_LIBS
1370 W32_OBJ
1371 WINDRES
1372 NS_OBJC_OBJ
1373 NS_OBJ
1374 ns_self_contained
1375 INSTALL_ARCH_INDEP_EXTRA
1376 LIBS_GNUSTEP
1377 LD_SWITCH_X_SITE_RPATH
1378 XMKMF
1379 DEPFLAGS
1380 MKDEPDIR
1381 CFLAGS_SOUND
1382 ALSA_LIBS
1383 ALSA_CFLAGS
1384 LIBSOUND
1385 PKG_CONFIG
1386 LIB_MATH
1387 LIBS_SYSTEM
1388 C_SWITCH_SYSTEM
1389 UNEXEC_OBJ
1390 C_SWITCH_MACHINE
1391 LD_SWITCH_SYSTEM
1392 CANNOT_DUMP
1393 INFO_OPTS
1394 INFO_EXT
1395 HAVE_MAKEINFO
1396 PAXCTL
1397 GZIP_PROG
1398 INSTALL_INFO
1399 LN_S_FILEONLY
1400 GNULIB_WARN_CFLAGS
1401 WARN_CFLAGS
1402 WERROR_CFLAGS
1403 RANLIB
1404 ARFLAGS
1406 EGREP
1407 GREP
1409 BUILDING_FOR_WINDOWSNT_FALSE
1410 BUILDING_FOR_WINDOWSNT_TRUE
1411 am__fastdepCC_FALSE
1412 am__fastdepCC_TRUE
1413 CCDEPMODE
1414 AMDEPBACKSLASH
1415 AMDEP_FALSE
1416 AMDEP_TRUE
1417 am__quote
1418 am__include
1419 DEPDIR
1420 OBJEXT
1421 EXEEXT
1422 ac_ct_CC
1423 CPPFLAGS
1424 LDFLAGS
1425 CFLAGS
1427 host_os
1428 host_vendor
1429 host_cpu
1430 host
1431 build_os
1432 build_vendor
1433 build_cpu
1434 build
1435 PROFILING_CFLAGS
1436 GZIP_INFO
1437 cache_file
1438 am__untar
1439 am__tar
1440 AMTAR
1441 am__leading_dot
1442 SET_MAKE
1444 mkdir_p
1445 MKDIR_P
1446 INSTALL_STRIP_PROGRAM
1447 STRIP
1448 install_sh
1449 MAKEINFO
1450 AUTOHEADER
1451 AUTOMAKE
1452 AUTOCONF
1453 ACLOCAL
1454 VERSION
1455 PACKAGE
1456 CYGPATH_W
1457 am__isrc
1458 INSTALL_DATA
1459 INSTALL_SCRIPT
1460 INSTALL_PROGRAM
1461 target_alias
1462 host_alias
1463 build_alias
1464 LIBS
1465 ECHO_T
1466 ECHO_N
1467 ECHO_C
1468 DEFS
1469 mandir
1470 localedir
1471 libdir
1472 psdir
1473 pdfdir
1474 dvidir
1475 htmldir
1476 infodir
1477 docdir
1478 oldincludedir
1479 includedir
1480 localstatedir
1481 sharedstatedir
1482 sysconfdir
1483 datadir
1484 datarootdir
1485 libexecdir
1486 sbindir
1487 bindir
1488 program_transform_name
1489 prefix
1490 exec_prefix
1491 PACKAGE_URL
1492 PACKAGE_BUGREPORT
1493 PACKAGE_STRING
1494 PACKAGE_VERSION
1495 PACKAGE_TARNAME
1496 PACKAGE_NAME
1497 PATH_SEPARATOR
1498 SHELL'
1499 ac_subst_files='deps_frag
1500 lisp_frag'
1501 ac_user_opts='
1502 enable_option_checking
1503 with_all
1504 with_pop
1505 with_kerberos
1506 with_kerberos5
1507 with_hesiod
1508 with_mmdf
1509 with_mail_unlink
1510 with_mailhost
1511 with_sound
1512 with_x_toolkit
1513 with_wide_int
1514 with_xpm
1515 with_jpeg
1516 with_tiff
1517 with_gif
1518 with_png
1519 with_rsvg
1520 with_xml2
1521 with_imagemagick
1522 with_xft
1523 with_libotf
1524 with_m17n_flt
1525 with_toolkit_scroll_bars
1526 with_xaw3d
1527 with_xim
1528 with_ns
1529 with_w32
1530 with_gpm
1531 with_dbus
1532 with_gconf
1533 with_gsettings
1534 with_selinux
1535 with_gnutls
1536 with_file_notification
1537 with_makeinfo
1538 with_compress_info
1539 with_pkg_config_prog
1540 with_gameuser
1541 with_gnustep_conf
1542 enable_ns_self_contained
1543 enable_locallisppath
1544 enable_checking
1545 enable_check_lisp_object_type
1546 enable_profiling
1547 enable_autodepend
1548 enable_gtk_deprecation_warnings
1549 enable_dependency_tracking
1550 enable_largefile
1551 enable_gcc_warnings
1552 enable_link_time_optimization
1553 with_x
1554 enable_acl
1556 ac_precious_vars='build_alias
1557 host_alias
1558 target_alias
1560 CFLAGS
1561 LDFLAGS
1562 LIBS
1563 CPPFLAGS
1565 XMKMF'
1568 # Initialize some variables set by options.
1569 ac_init_help=
1570 ac_init_version=false
1571 ac_unrecognized_opts=
1572 ac_unrecognized_sep=
1573 # The variables have the same names as the options, with
1574 # dashes changed to underlines.
1575 cache_file=/dev/null
1576 exec_prefix=NONE
1577 no_create=
1578 no_recursion=
1579 prefix=NONE
1580 program_prefix=NONE
1581 program_suffix=NONE
1582 program_transform_name=s,x,x,
1583 silent=
1584 site=
1585 srcdir=
1586 verbose=
1587 x_includes=NONE
1588 x_libraries=NONE
1590 # Installation directory options.
1591 # These are left unexpanded so users can "make install exec_prefix=/foo"
1592 # and all the variables that are supposed to be based on exec_prefix
1593 # by default will actually change.
1594 # Use braces instead of parens because sh, perl, etc. also accept them.
1595 # (The list follows the same order as the GNU Coding Standards.)
1596 bindir='${exec_prefix}/bin'
1597 sbindir='${exec_prefix}/sbin'
1598 libexecdir='${exec_prefix}/libexec'
1599 datarootdir='${prefix}/share'
1600 datadir='${datarootdir}'
1601 sysconfdir='${prefix}/etc'
1602 sharedstatedir='${prefix}/com'
1603 localstatedir='${prefix}/var'
1604 includedir='${prefix}/include'
1605 oldincludedir='/usr/include'
1606 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1607 infodir='${datarootdir}/info'
1608 htmldir='${docdir}'
1609 dvidir='${docdir}'
1610 pdfdir='${docdir}'
1611 psdir='${docdir}'
1612 libdir='${exec_prefix}/lib'
1613 localedir='${datarootdir}/locale'
1614 mandir='${datarootdir}/man'
1616 ac_prev=
1617 ac_dashdash=
1618 for ac_option
1620 # If the previous option needs an argument, assign it.
1621 if test -n "$ac_prev"; then
1622 eval $ac_prev=\$ac_option
1623 ac_prev=
1624 continue
1627 case $ac_option in
1628 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1629 *) ac_optarg=yes ;;
1630 esac
1632 # Accept the important Cygnus configure options, so we can diagnose typos.
1634 case $ac_dashdash$ac_option in
1636 ac_dashdash=yes ;;
1638 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1639 ac_prev=bindir ;;
1640 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1641 bindir=$ac_optarg ;;
1643 -build | --build | --buil | --bui | --bu)
1644 ac_prev=build_alias ;;
1645 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1646 build_alias=$ac_optarg ;;
1648 -cache-file | --cache-file | --cache-fil | --cache-fi \
1649 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1650 ac_prev=cache_file ;;
1651 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1652 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1653 cache_file=$ac_optarg ;;
1655 --config-cache | -C)
1656 cache_file=config.cache ;;
1658 -datadir | --datadir | --datadi | --datad)
1659 ac_prev=datadir ;;
1660 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1661 datadir=$ac_optarg ;;
1663 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1664 | --dataroo | --dataro | --datar)
1665 ac_prev=datarootdir ;;
1666 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1667 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1668 datarootdir=$ac_optarg ;;
1670 -disable-* | --disable-*)
1671 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1672 # Reject names that are not valid shell variable names.
1673 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1674 as_fn_error "invalid feature name: $ac_useropt"
1675 ac_useropt_orig=$ac_useropt
1676 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1677 case $ac_user_opts in
1679 "enable_$ac_useropt"
1680 "*) ;;
1681 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1682 ac_unrecognized_sep=', ';;
1683 esac
1684 eval enable_$ac_useropt=no ;;
1686 -docdir | --docdir | --docdi | --doc | --do)
1687 ac_prev=docdir ;;
1688 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1689 docdir=$ac_optarg ;;
1691 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1692 ac_prev=dvidir ;;
1693 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1694 dvidir=$ac_optarg ;;
1696 -enable-* | --enable-*)
1697 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1698 # Reject names that are not valid shell variable names.
1699 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1700 as_fn_error "invalid feature name: $ac_useropt"
1701 ac_useropt_orig=$ac_useropt
1702 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1703 case $ac_user_opts in
1705 "enable_$ac_useropt"
1706 "*) ;;
1707 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1708 ac_unrecognized_sep=', ';;
1709 esac
1710 eval enable_$ac_useropt=\$ac_optarg ;;
1712 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1713 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1714 | --exec | --exe | --ex)
1715 ac_prev=exec_prefix ;;
1716 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1717 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1718 | --exec=* | --exe=* | --ex=*)
1719 exec_prefix=$ac_optarg ;;
1721 -gas | --gas | --ga | --g)
1722 # Obsolete; use --with-gas.
1723 with_gas=yes ;;
1725 -help | --help | --hel | --he | -h)
1726 ac_init_help=long ;;
1727 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1728 ac_init_help=recursive ;;
1729 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1730 ac_init_help=short ;;
1732 -host | --host | --hos | --ho)
1733 ac_prev=host_alias ;;
1734 -host=* | --host=* | --hos=* | --ho=*)
1735 host_alias=$ac_optarg ;;
1737 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1738 ac_prev=htmldir ;;
1739 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1740 | --ht=*)
1741 htmldir=$ac_optarg ;;
1743 -includedir | --includedir | --includedi | --included | --include \
1744 | --includ | --inclu | --incl | --inc)
1745 ac_prev=includedir ;;
1746 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1747 | --includ=* | --inclu=* | --incl=* | --inc=*)
1748 includedir=$ac_optarg ;;
1750 -infodir | --infodir | --infodi | --infod | --info | --inf)
1751 ac_prev=infodir ;;
1752 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1753 infodir=$ac_optarg ;;
1755 -libdir | --libdir | --libdi | --libd)
1756 ac_prev=libdir ;;
1757 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1758 libdir=$ac_optarg ;;
1760 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1761 | --libexe | --libex | --libe)
1762 ac_prev=libexecdir ;;
1763 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1764 | --libexe=* | --libex=* | --libe=*)
1765 libexecdir=$ac_optarg ;;
1767 -localedir | --localedir | --localedi | --localed | --locale)
1768 ac_prev=localedir ;;
1769 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1770 localedir=$ac_optarg ;;
1772 -localstatedir | --localstatedir | --localstatedi | --localstated \
1773 | --localstate | --localstat | --localsta | --localst | --locals)
1774 ac_prev=localstatedir ;;
1775 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1776 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1777 localstatedir=$ac_optarg ;;
1779 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1780 ac_prev=mandir ;;
1781 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1782 mandir=$ac_optarg ;;
1784 -nfp | --nfp | --nf)
1785 # Obsolete; use --without-fp.
1786 with_fp=no ;;
1788 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1789 | --no-cr | --no-c | -n)
1790 no_create=yes ;;
1792 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1793 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1794 no_recursion=yes ;;
1796 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1797 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1798 | --oldin | --oldi | --old | --ol | --o)
1799 ac_prev=oldincludedir ;;
1800 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1801 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1802 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1803 oldincludedir=$ac_optarg ;;
1805 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1806 ac_prev=prefix ;;
1807 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1808 prefix=$ac_optarg ;;
1810 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1811 | --program-pre | --program-pr | --program-p)
1812 ac_prev=program_prefix ;;
1813 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1814 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1815 program_prefix=$ac_optarg ;;
1817 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1818 | --program-suf | --program-su | --program-s)
1819 ac_prev=program_suffix ;;
1820 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1821 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1822 program_suffix=$ac_optarg ;;
1824 -program-transform-name | --program-transform-name \
1825 | --program-transform-nam | --program-transform-na \
1826 | --program-transform-n | --program-transform- \
1827 | --program-transform | --program-transfor \
1828 | --program-transfo | --program-transf \
1829 | --program-trans | --program-tran \
1830 | --progr-tra | --program-tr | --program-t)
1831 ac_prev=program_transform_name ;;
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 program_transform_name=$ac_optarg ;;
1841 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1842 ac_prev=pdfdir ;;
1843 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1844 pdfdir=$ac_optarg ;;
1846 -psdir | --psdir | --psdi | --psd | --ps)
1847 ac_prev=psdir ;;
1848 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1849 psdir=$ac_optarg ;;
1851 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1852 | -silent | --silent | --silen | --sile | --sil)
1853 silent=yes ;;
1855 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1856 ac_prev=sbindir ;;
1857 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1858 | --sbi=* | --sb=*)
1859 sbindir=$ac_optarg ;;
1861 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1862 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1863 | --sharedst | --shareds | --shared | --share | --shar \
1864 | --sha | --sh)
1865 ac_prev=sharedstatedir ;;
1866 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1867 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1868 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1869 | --sha=* | --sh=*)
1870 sharedstatedir=$ac_optarg ;;
1872 -site | --site | --sit)
1873 ac_prev=site ;;
1874 -site=* | --site=* | --sit=*)
1875 site=$ac_optarg ;;
1877 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1878 ac_prev=srcdir ;;
1879 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1880 srcdir=$ac_optarg ;;
1882 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1883 | --syscon | --sysco | --sysc | --sys | --sy)
1884 ac_prev=sysconfdir ;;
1885 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1886 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1887 sysconfdir=$ac_optarg ;;
1889 -target | --target | --targe | --targ | --tar | --ta | --t)
1890 ac_prev=target_alias ;;
1891 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1892 target_alias=$ac_optarg ;;
1894 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1895 verbose=yes ;;
1897 -version | --version | --versio | --versi | --vers | -V)
1898 ac_init_version=: ;;
1900 -with-* | --with-*)
1901 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1902 # Reject names that are not valid shell variable names.
1903 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1904 as_fn_error "invalid package name: $ac_useropt"
1905 ac_useropt_orig=$ac_useropt
1906 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1907 case $ac_user_opts in
1909 "with_$ac_useropt"
1910 "*) ;;
1911 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1912 ac_unrecognized_sep=', ';;
1913 esac
1914 eval with_$ac_useropt=\$ac_optarg ;;
1916 -without-* | --without-*)
1917 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1918 # Reject names that are not valid shell variable names.
1919 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1920 as_fn_error "invalid package name: $ac_useropt"
1921 ac_useropt_orig=$ac_useropt
1922 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1923 case $ac_user_opts in
1925 "with_$ac_useropt"
1926 "*) ;;
1927 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1928 ac_unrecognized_sep=', ';;
1929 esac
1930 eval with_$ac_useropt=no ;;
1932 --x)
1933 # Obsolete; use --with-x.
1934 with_x=yes ;;
1936 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1937 | --x-incl | --x-inc | --x-in | --x-i)
1938 ac_prev=x_includes ;;
1939 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1940 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1941 x_includes=$ac_optarg ;;
1943 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1944 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1945 ac_prev=x_libraries ;;
1946 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1947 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1948 x_libraries=$ac_optarg ;;
1950 -*) as_fn_error "unrecognized option: \`$ac_option'
1951 Try \`$0 --help' for more information."
1954 *=*)
1955 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1956 # Reject names that are not valid shell variable names.
1957 case $ac_envvar in #(
1958 '' | [0-9]* | *[!_$as_cr_alnum]* )
1959 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1960 esac
1961 eval $ac_envvar=\$ac_optarg
1962 export $ac_envvar ;;
1965 # FIXME: should be removed in autoconf 3.0.
1966 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1967 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1968 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1969 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1972 esac
1973 done
1975 if test -n "$ac_prev"; then
1976 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1977 as_fn_error "missing argument to $ac_option"
1980 if test -n "$ac_unrecognized_opts"; then
1981 case $enable_option_checking in
1982 no) ;;
1983 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1984 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1985 esac
1988 # Check all directory arguments for consistency.
1989 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1990 datadir sysconfdir sharedstatedir localstatedir includedir \
1991 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1992 libdir localedir mandir
1994 eval ac_val=\$$ac_var
1995 # Remove trailing slashes.
1996 case $ac_val in
1997 */ )
1998 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1999 eval $ac_var=\$ac_val;;
2000 esac
2001 # Be sure to have absolute directory names.
2002 case $ac_val in
2003 [\\/$]* | ?:[\\/]* ) continue;;
2004 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
2005 esac
2006 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
2007 done
2009 # There might be people who depend on the old broken behavior: `$host'
2010 # used to hold the argument of --host etc.
2011 # FIXME: To remove some day.
2012 build=$build_alias
2013 host=$host_alias
2014 target=$target_alias
2016 # FIXME: To remove some day.
2017 if test "x$host_alias" != x; then
2018 if test "x$build_alias" = x; then
2019 cross_compiling=maybe
2020 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
2021 If a cross compiler is detected then cross compile mode will be used." >&2
2022 elif test "x$build_alias" != "x$host_alias"; then
2023 cross_compiling=yes
2027 ac_tool_prefix=
2028 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2030 test "$silent" = yes && exec 6>/dev/null
2033 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2034 ac_ls_di=`ls -di .` &&
2035 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2036 as_fn_error "working directory cannot be determined"
2037 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2038 as_fn_error "pwd does not report name of working directory"
2041 # Find the source files, if location was not specified.
2042 if test -z "$srcdir"; then
2043 ac_srcdir_defaulted=yes
2044 # Try the directory containing this script, then the parent directory.
2045 ac_confdir=`$as_dirname -- "$as_myself" ||
2046 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2047 X"$as_myself" : 'X\(//\)[^/]' \| \
2048 X"$as_myself" : 'X\(//\)$' \| \
2049 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2050 $as_echo X"$as_myself" |
2051 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2052 s//\1/
2055 /^X\(\/\/\)[^/].*/{
2056 s//\1/
2059 /^X\(\/\/\)$/{
2060 s//\1/
2063 /^X\(\/\).*/{
2064 s//\1/
2067 s/.*/./; q'`
2068 srcdir=$ac_confdir
2069 if test ! -r "$srcdir/$ac_unique_file"; then
2070 srcdir=..
2072 else
2073 ac_srcdir_defaulted=no
2075 if test ! -r "$srcdir/$ac_unique_file"; then
2076 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2077 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
2079 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2080 ac_abs_confdir=`(
2081 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
2082 pwd)`
2083 # When building in place, set srcdir=.
2084 if test "$ac_abs_confdir" = "$ac_pwd"; then
2085 srcdir=.
2087 # Remove unnecessary trailing slashes from srcdir.
2088 # Double slashes in file names in object file debugging info
2089 # mess up M-x gdb in Emacs.
2090 case $srcdir in
2091 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2092 esac
2093 for ac_var in $ac_precious_vars; do
2094 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2095 eval ac_env_${ac_var}_value=\$${ac_var}
2096 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2097 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2098 done
2101 # Report the --help message.
2103 if test "$ac_init_help" = "long"; then
2104 # Omit some internal or obsolete options to make the list less imposing.
2105 # This message is too long to be a string in the A/UX 3.1 sh.
2106 cat <<_ACEOF
2107 \`configure' configures emacs 24.3.50 to adapt to many kinds of systems.
2109 Usage: $0 [OPTION]... [VAR=VALUE]...
2111 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2112 VAR=VALUE. See below for descriptions of some of the useful variables.
2114 Defaults for the options are specified in brackets.
2116 Configuration:
2117 -h, --help display this help and exit
2118 --help=short display options specific to this package
2119 --help=recursive display the short help of all the included packages
2120 -V, --version display version information and exit
2121 -q, --quiet, --silent do not print \`checking...' messages
2122 --cache-file=FILE cache test results in FILE [disabled]
2123 -C, --config-cache alias for \`--cache-file=config.cache'
2124 -n, --no-create do not create output files
2125 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2127 Installation directories:
2128 --prefix=PREFIX install architecture-independent files in PREFIX
2129 [$ac_default_prefix]
2130 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2131 [PREFIX]
2133 By default, \`make install' will install all the files in
2134 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2135 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2136 for instance \`--prefix=\$HOME'.
2138 For better control, use the options below.
2140 Fine tuning of the installation directories:
2141 --bindir=DIR user executables [EPREFIX/bin]
2142 --sbindir=DIR system admin executables [EPREFIX/sbin]
2143 --libexecdir=DIR program executables [EPREFIX/libexec]
2144 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2145 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2146 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2147 --libdir=DIR object code libraries [EPREFIX/lib]
2148 --includedir=DIR C header files [PREFIX/include]
2149 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2150 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2151 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2152 --infodir=DIR info documentation [DATAROOTDIR/info]
2153 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2154 --mandir=DIR man documentation [DATAROOTDIR/man]
2155 --docdir=DIR documentation root [DATAROOTDIR/doc/emacs]
2156 --htmldir=DIR html documentation [DOCDIR]
2157 --dvidir=DIR dvi documentation [DOCDIR]
2158 --pdfdir=DIR pdf documentation [DOCDIR]
2159 --psdir=DIR ps documentation [DOCDIR]
2160 _ACEOF
2162 cat <<\_ACEOF
2164 Program names:
2165 --program-prefix=PREFIX prepend PREFIX to installed program names
2166 --program-suffix=SUFFIX append SUFFIX to installed program names
2167 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
2169 X features:
2170 --x-includes=DIR X include files are in DIR
2171 --x-libraries=DIR X library files are in DIR
2173 System types:
2174 --build=BUILD configure for building on BUILD [guessed]
2175 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2176 _ACEOF
2179 if test -n "$ac_init_help"; then
2180 case $ac_init_help in
2181 short | recursive ) echo "Configuration of emacs 24.3.50:";;
2182 esac
2183 cat <<\_ACEOF
2185 Optional Features:
2186 --disable-option-checking ignore unrecognized --enable/--with options
2187 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2188 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2189 --disable-ns-self-contained
2190 disable self contained build under NeXTstep
2191 --enable-locallisppath=PATH
2192 directories Emacs should search for lisp files
2193 specific to this site
2194 --enable-checking[=LIST]
2195 enable expensive run-time checks. With LIST, enable
2196 only specific categories of checks. Categories are:
2197 all,yes,no. Flags are: stringbytes, stringoverrun,
2198 stringfreelist, xmallocoverrun, conslist, glyphs
2199 --enable-check-lisp-object-type
2200 enable compile time checks for the Lisp_Object data
2201 type. This is useful for development for catching
2202 certain types of bugs.
2203 --enable-profiling build emacs with low-level, gprof profiling support.
2204 Mainly useful for debugging Emacs itself. May not
2205 work on all platforms. Stops profiler.el working.
2206 --enable-autodepend automatically generate dependencies to .h-files.
2207 Requires GNU Make and Gcc. Enabled if GNU Make and
2208 Gcc is found
2209 --enable-gtk-deprecation-warnings
2210 Show Gtk+/Gdk deprecation warnings for Gtk+ >= 3.0
2211 --disable-dependency-tracking speeds up one-time build
2212 --enable-dependency-tracking do not reject slow dependency extractors
2213 --disable-largefile omit support for large files
2214 --enable-gcc-warnings turn on lots of GCC warnings/errors. This is
2215 intended for developers, and may generate false
2216 alarms when used with older or non-GNU development
2217 tools.
2218 --enable-link-time-optimization
2219 build emacs with link-time optimization. This is
2220 supported only for GCC since 4.5.0.
2221 --disable-acl do not support ACLs
2223 Optional Packages:
2224 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2225 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2226 --without-all omit almost all features and build small executable
2227 with minimal dependencies
2228 --without-pop don't support POP mail retrieval with movemail
2229 --with-kerberos support Kerberos-authenticated POP
2230 --with-kerberos5 support Kerberos version 5 authenticated POP
2231 --with-hesiod support Hesiod to get the POP server host
2232 --with-mmdf support MMDF mailboxes
2233 --with-mail-unlink unlink, rather than empty, mail spool after reading
2234 --with-mailhost=HOSTNAME
2235 string giving default POP mail host
2236 --without-sound don't compile with sound support
2237 --with-x-toolkit=KIT use an X toolkit (KIT one of: yes or gtk, gtk2,
2238 gtk3, lucid or athena, motif, no)
2239 --with-wide-int prefer wide Emacs integers (typically 62-bit)
2240 --without-xpm don't compile with XPM image support
2241 --without-jpeg don't compile with JPEG image support
2242 --without-tiff don't compile with TIFF image support
2243 --without-gif don't compile with GIF image support
2244 --without-png don't compile with PNG image support
2245 --without-rsvg don't compile with SVG image support
2246 --without-xml2 don't compile with XML parsing support
2247 --without-imagemagick don't compile with ImageMagick image support
2248 --without-xft don't use XFT for anti aliased fonts
2249 --without-libotf don't use libotf for OpenType font support
2250 --without-m17n-flt don't use m17n-flt for text shaping
2251 --without-toolkit-scroll-bars
2252 don't use Motif or Xaw3d scroll bars
2253 --without-xaw3d don't use Xaw3d
2254 --without-xim don't use X11 XIM
2255 --with-ns use NeXTstep (Cocoa or GNUstep) windowing system
2256 --with-w32 use native MS Windows GUI in a Cygwin build
2257 --without-gpm don't use -lgpm for mouse support on a GNU/Linux
2258 console
2259 --without-dbus don't compile with D-Bus support
2260 --without-gconf don't compile with GConf support
2261 --without-gsettings don't compile with GSettings support
2262 --without-selinux don't compile with SELinux support
2263 --without-gnutls don't use -lgnutls for SSL/TLS support
2264 --with-file-notification=LIB
2265 use a file notification library (LIB one of: yes,
2266 gfile, inotify, w32, no)
2267 --without-makeinfo don't require makeinfo for building manuals
2268 --without-compress-info don't compress the installed Info pages
2269 --with-pkg-config-prog=FILENAME
2270 file name of pkg-config for finding GTK and librsvg
2271 --with-gameuser=USER user for shared game score files
2272 --with-gnustep-conf=FILENAME
2273 name of GNUstep.conf; default $GNUSTEP_CONFIG_FILE,
2274 or /etc/GNUstep/GNUstep.conf
2275 --with-x use the X Window System
2277 Some influential environment variables:
2278 CC C compiler command
2279 CFLAGS C compiler flags
2280 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2281 nonstandard directory <lib dir>
2282 LIBS libraries to pass to the linker, e.g. -l<library>
2283 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2284 you have headers in a nonstandard directory <include dir>
2285 CPP C preprocessor
2286 XMKMF Path to xmkmf, Makefile generator for X Window System
2288 Use these variables to override the choices made by `configure' or to help
2289 it to find libraries and programs with nonstandard names/locations.
2291 Report bugs to the package provider.
2292 _ACEOF
2293 ac_status=$?
2296 if test "$ac_init_help" = "recursive"; then
2297 # If there are subdirs, report their specific --help.
2298 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2299 test -d "$ac_dir" ||
2300 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2301 continue
2302 ac_builddir=.
2304 case "$ac_dir" in
2305 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2307 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2308 # A ".." for each directory in $ac_dir_suffix.
2309 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2310 case $ac_top_builddir_sub in
2311 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2312 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2313 esac ;;
2314 esac
2315 ac_abs_top_builddir=$ac_pwd
2316 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2317 # for backward compatibility:
2318 ac_top_builddir=$ac_top_build_prefix
2320 case $srcdir in
2321 .) # We are building in place.
2322 ac_srcdir=.
2323 ac_top_srcdir=$ac_top_builddir_sub
2324 ac_abs_top_srcdir=$ac_pwd ;;
2325 [\\/]* | ?:[\\/]* ) # Absolute name.
2326 ac_srcdir=$srcdir$ac_dir_suffix;
2327 ac_top_srcdir=$srcdir
2328 ac_abs_top_srcdir=$srcdir ;;
2329 *) # Relative name.
2330 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2331 ac_top_srcdir=$ac_top_build_prefix$srcdir
2332 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2333 esac
2334 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2336 cd "$ac_dir" || { ac_status=$?; continue; }
2337 # Check for guested configure.
2338 if test -f "$ac_srcdir/configure.gnu"; then
2339 echo &&
2340 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2341 elif test -f "$ac_srcdir/configure"; then
2342 echo &&
2343 $SHELL "$ac_srcdir/configure" --help=recursive
2344 else
2345 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2346 fi || ac_status=$?
2347 cd "$ac_pwd" || { ac_status=$?; break; }
2348 done
2351 test -n "$ac_init_help" && exit $ac_status
2352 if $ac_init_version; then
2353 cat <<\_ACEOF
2354 emacs configure 24.3.50
2355 generated by GNU Autoconf 2.65
2357 Copyright (C) 2009 Free Software Foundation, Inc.
2358 This configure script is free software; the Free Software Foundation
2359 gives unlimited permission to copy, distribute and modify it.
2360 _ACEOF
2361 exit
2364 ## ------------------------ ##
2365 ## Autoconf initialization. ##
2366 ## ------------------------ ##
2368 # ac_fn_c_try_compile LINENO
2369 # --------------------------
2370 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2371 ac_fn_c_try_compile ()
2373 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2374 rm -f conftest.$ac_objext
2375 if { { ac_try="$ac_compile"
2376 case "(($ac_try" in
2377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2378 *) ac_try_echo=$ac_try;;
2379 esac
2380 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2381 $as_echo "$ac_try_echo"; } >&5
2382 (eval "$ac_compile") 2>conftest.err
2383 ac_status=$?
2384 if test -s conftest.err; then
2385 grep -v '^ *+' conftest.err >conftest.er1
2386 cat conftest.er1 >&5
2387 mv -f conftest.er1 conftest.err
2389 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2390 test $ac_status = 0; } && {
2391 test -z "$ac_c_werror_flag" ||
2392 test ! -s conftest.err
2393 } && test -s conftest.$ac_objext; then :
2394 ac_retval=0
2395 else
2396 $as_echo "$as_me: failed program was:" >&5
2397 sed 's/^/| /' conftest.$ac_ext >&5
2399 ac_retval=1
2401 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2402 as_fn_set_status $ac_retval
2404 } # ac_fn_c_try_compile
2406 # ac_fn_c_try_cpp LINENO
2407 # ----------------------
2408 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2409 ac_fn_c_try_cpp ()
2411 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2412 if { { ac_try="$ac_cpp conftest.$ac_ext"
2413 case "(($ac_try" in
2414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2415 *) ac_try_echo=$ac_try;;
2416 esac
2417 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2418 $as_echo "$ac_try_echo"; } >&5
2419 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2420 ac_status=$?
2421 if test -s conftest.err; then
2422 grep -v '^ *+' conftest.err >conftest.er1
2423 cat conftest.er1 >&5
2424 mv -f conftest.er1 conftest.err
2426 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2427 test $ac_status = 0; } >/dev/null && {
2428 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2429 test ! -s conftest.err
2430 }; then :
2431 ac_retval=0
2432 else
2433 $as_echo "$as_me: failed program was:" >&5
2434 sed 's/^/| /' conftest.$ac_ext >&5
2436 ac_retval=1
2438 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2439 as_fn_set_status $ac_retval
2441 } # ac_fn_c_try_cpp
2443 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2444 # -------------------------------------------------------
2445 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2446 # the include files in INCLUDES and setting the cache variable VAR
2447 # accordingly.
2448 ac_fn_c_check_header_mongrel ()
2450 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2451 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2453 $as_echo_n "checking for $2... " >&6; }
2454 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2455 $as_echo_n "(cached) " >&6
2457 eval ac_res=\$$3
2458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2459 $as_echo "$ac_res" >&6; }
2460 else
2461 # Is the header compilable?
2462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2463 $as_echo_n "checking $2 usability... " >&6; }
2464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2465 /* end confdefs.h. */
2467 #include <$2>
2468 _ACEOF
2469 if ac_fn_c_try_compile "$LINENO"; then :
2470 ac_header_compiler=yes
2471 else
2472 ac_header_compiler=no
2474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2476 $as_echo "$ac_header_compiler" >&6; }
2478 # Is the header present?
2479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2480 $as_echo_n "checking $2 presence... " >&6; }
2481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2482 /* end confdefs.h. */
2483 #include <$2>
2484 _ACEOF
2485 if ac_fn_c_try_cpp "$LINENO"; then :
2486 ac_header_preproc=yes
2487 else
2488 ac_header_preproc=no
2490 rm -f conftest.err conftest.$ac_ext
2491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2492 $as_echo "$ac_header_preproc" >&6; }
2494 # So? What about this header?
2495 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2496 yes:no: )
2497 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2498 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2499 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2500 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2502 no:yes:* )
2503 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2504 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2505 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2506 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2507 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2508 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2509 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2510 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2511 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2512 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2514 esac
2515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2516 $as_echo_n "checking for $2... " >&6; }
2517 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2518 $as_echo_n "(cached) " >&6
2519 else
2520 eval "$3=\$ac_header_compiler"
2522 eval ac_res=\$$3
2523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2524 $as_echo "$ac_res" >&6; }
2526 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2528 } # ac_fn_c_check_header_mongrel
2530 # ac_fn_c_try_run LINENO
2531 # ----------------------
2532 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2533 # that executables *can* be run.
2534 ac_fn_c_try_run ()
2536 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2537 if { { ac_try="$ac_link"
2538 case "(($ac_try" in
2539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2540 *) ac_try_echo=$ac_try;;
2541 esac
2542 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2543 $as_echo "$ac_try_echo"; } >&5
2544 (eval "$ac_link") 2>&5
2545 ac_status=$?
2546 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2547 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2548 { { case "(($ac_try" in
2549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2550 *) ac_try_echo=$ac_try;;
2551 esac
2552 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2553 $as_echo "$ac_try_echo"; } >&5
2554 (eval "$ac_try") 2>&5
2555 ac_status=$?
2556 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2557 test $ac_status = 0; }; }; then :
2558 ac_retval=0
2559 else
2560 $as_echo "$as_me: program exited with status $ac_status" >&5
2561 $as_echo "$as_me: failed program was:" >&5
2562 sed 's/^/| /' conftest.$ac_ext >&5
2564 ac_retval=$ac_status
2566 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2567 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2568 as_fn_set_status $ac_retval
2570 } # ac_fn_c_try_run
2572 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2573 # -------------------------------------------------------
2574 # Tests whether HEADER exists and can be compiled using the include files in
2575 # INCLUDES, setting the cache variable VAR accordingly.
2576 ac_fn_c_check_header_compile ()
2578 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2580 $as_echo_n "checking for $2... " >&6; }
2581 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2582 $as_echo_n "(cached) " >&6
2583 else
2584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2585 /* end confdefs.h. */
2587 #include <$2>
2588 _ACEOF
2589 if ac_fn_c_try_compile "$LINENO"; then :
2590 eval "$3=yes"
2591 else
2592 eval "$3=no"
2594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2596 eval ac_res=\$$3
2597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2598 $as_echo "$ac_res" >&6; }
2599 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2601 } # ac_fn_c_check_header_compile
2603 # ac_fn_c_try_link LINENO
2604 # -----------------------
2605 # Try to link conftest.$ac_ext, and return whether this succeeded.
2606 ac_fn_c_try_link ()
2608 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2609 rm -f conftest.$ac_objext conftest$ac_exeext
2610 if { { ac_try="$ac_link"
2611 case "(($ac_try" in
2612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2613 *) ac_try_echo=$ac_try;;
2614 esac
2615 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2616 $as_echo "$ac_try_echo"; } >&5
2617 (eval "$ac_link") 2>conftest.err
2618 ac_status=$?
2619 if test -s conftest.err; then
2620 grep -v '^ *+' conftest.err >conftest.er1
2621 cat conftest.er1 >&5
2622 mv -f conftest.er1 conftest.err
2624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2625 test $ac_status = 0; } && {
2626 test -z "$ac_c_werror_flag" ||
2627 test ! -s conftest.err
2628 } && test -s conftest$ac_exeext && {
2629 test "$cross_compiling" = yes ||
2630 $as_test_x conftest$ac_exeext
2631 }; then :
2632 ac_retval=0
2633 else
2634 $as_echo "$as_me: failed program was:" >&5
2635 sed 's/^/| /' conftest.$ac_ext >&5
2637 ac_retval=1
2639 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2640 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2641 # interfere with the next link command; also delete a directory that is
2642 # left behind by Apple's compiler. We do this before executing the actions.
2643 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2644 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2645 as_fn_set_status $ac_retval
2647 } # ac_fn_c_try_link
2649 # ac_fn_c_check_decl LINENO SYMBOL VAR
2650 # ------------------------------------
2651 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2652 ac_fn_c_check_decl ()
2654 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
2656 $as_echo_n "checking whether $2 is declared... " >&6; }
2657 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2658 $as_echo_n "(cached) " >&6
2659 else
2660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2661 /* end confdefs.h. */
2664 main ()
2666 #ifndef $2
2667 (void) $2;
2668 #endif
2671 return 0;
2673 _ACEOF
2674 if ac_fn_c_try_compile "$LINENO"; then :
2675 eval "$3=yes"
2676 else
2677 eval "$3=no"
2679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2681 eval ac_res=\$$3
2682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2683 $as_echo "$ac_res" >&6; }
2684 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2686 } # ac_fn_c_check_decl
2688 # ac_fn_c_check_header_preproc LINENO HEADER VAR
2689 # ----------------------------------------------
2690 # Tests whether HEADER is present, setting the cache variable VAR accordingly.
2691 ac_fn_c_check_header_preproc ()
2693 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2695 $as_echo_n "checking for $2... " >&6; }
2696 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2697 $as_echo_n "(cached) " >&6
2698 else
2699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2700 /* end confdefs.h. */
2701 #include <$2>
2702 _ACEOF
2703 if ac_fn_c_try_cpp "$LINENO"; then :
2704 eval "$3=yes"
2705 else
2706 eval "$3=no"
2708 rm -f conftest.err conftest.$ac_ext
2710 eval ac_res=\$$3
2711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2712 $as_echo "$ac_res" >&6; }
2713 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2715 } # ac_fn_c_check_header_preproc
2717 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2718 # ----------------------------------------------------
2719 # Tries to find if the field MEMBER exists in type AGGR, after including
2720 # INCLUDES, setting cache variable VAR accordingly.
2721 ac_fn_c_check_member ()
2723 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2725 $as_echo_n "checking for $2.$3... " >&6; }
2726 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2727 $as_echo_n "(cached) " >&6
2728 else
2729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2730 /* end confdefs.h. */
2733 main ()
2735 static $2 ac_aggr;
2736 if (ac_aggr.$3)
2737 return 0;
2739 return 0;
2741 _ACEOF
2742 if ac_fn_c_try_compile "$LINENO"; then :
2743 eval "$4=yes"
2744 else
2745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2746 /* end confdefs.h. */
2749 main ()
2751 static $2 ac_aggr;
2752 if (sizeof ac_aggr.$3)
2753 return 0;
2755 return 0;
2757 _ACEOF
2758 if ac_fn_c_try_compile "$LINENO"; then :
2759 eval "$4=yes"
2760 else
2761 eval "$4=no"
2763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2767 eval ac_res=\$$4
2768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2769 $as_echo "$ac_res" >&6; }
2770 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2772 } # ac_fn_c_check_member
2774 # ac_fn_c_check_func LINENO FUNC VAR
2775 # ----------------------------------
2776 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2777 ac_fn_c_check_func ()
2779 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2781 $as_echo_n "checking for $2... " >&6; }
2782 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2783 $as_echo_n "(cached) " >&6
2784 else
2785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2786 /* end confdefs.h. */
2787 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2788 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2789 #define $2 innocuous_$2
2791 /* System header to define __stub macros and hopefully few prototypes,
2792 which can conflict with char $2 (); below.
2793 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2794 <limits.h> exists even on freestanding compilers. */
2796 #ifdef __STDC__
2797 # include <limits.h>
2798 #else
2799 # include <assert.h>
2800 #endif
2802 #undef $2
2804 /* Override any GCC internal prototype to avoid an error.
2805 Use char because int might match the return type of a GCC
2806 builtin and then its argument prototype would still apply. */
2807 #ifdef __cplusplus
2808 extern "C"
2809 #endif
2810 char $2 ();
2811 /* The GNU C library defines this for functions which it implements
2812 to always fail with ENOSYS. Some functions are actually named
2813 something starting with __ and the normal name is an alias. */
2814 #if defined __stub_$2 || defined __stub___$2
2815 choke me
2816 #endif
2819 main ()
2821 return $2 ();
2823 return 0;
2825 _ACEOF
2826 if ac_fn_c_try_link "$LINENO"; then :
2827 eval "$3=yes"
2828 else
2829 eval "$3=no"
2831 rm -f core conftest.err conftest.$ac_objext \
2832 conftest$ac_exeext conftest.$ac_ext
2834 eval ac_res=\$$3
2835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2836 $as_echo "$ac_res" >&6; }
2837 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2839 } # ac_fn_c_check_func
2841 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2842 # -------------------------------------------
2843 # Tests whether TYPE exists after having included INCLUDES, setting cache
2844 # variable VAR accordingly.
2845 ac_fn_c_check_type ()
2847 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2849 $as_echo_n "checking for $2... " >&6; }
2850 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2851 $as_echo_n "(cached) " >&6
2852 else
2853 eval "$3=no"
2854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2855 /* end confdefs.h. */
2858 main ()
2860 if (sizeof ($2))
2861 return 0;
2863 return 0;
2865 _ACEOF
2866 if ac_fn_c_try_compile "$LINENO"; then :
2867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2868 /* end confdefs.h. */
2871 main ()
2873 if (sizeof (($2)))
2874 return 0;
2876 return 0;
2878 _ACEOF
2879 if ac_fn_c_try_compile "$LINENO"; then :
2881 else
2882 eval "$3=yes"
2884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2888 eval ac_res=\$$3
2889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2890 $as_echo "$ac_res" >&6; }
2891 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2893 } # ac_fn_c_check_type
2895 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2896 # --------------------------------------------
2897 # Tries to find the compile-time value of EXPR in a program that includes
2898 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2899 # computed
2900 ac_fn_c_compute_int ()
2902 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2903 if test "$cross_compiling" = yes; then
2904 # Depending upon the size, compute the lo and hi bounds.
2905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2906 /* end confdefs.h. */
2909 main ()
2911 static int test_array [1 - 2 * !(($2) >= 0)];
2912 test_array [0] = 0
2915 return 0;
2917 _ACEOF
2918 if ac_fn_c_try_compile "$LINENO"; then :
2919 ac_lo=0 ac_mid=0
2920 while :; do
2921 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2922 /* end confdefs.h. */
2925 main ()
2927 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2928 test_array [0] = 0
2931 return 0;
2933 _ACEOF
2934 if ac_fn_c_try_compile "$LINENO"; then :
2935 ac_hi=$ac_mid; break
2936 else
2937 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2938 if test $ac_lo -le $ac_mid; then
2939 ac_lo= ac_hi=
2940 break
2942 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2944 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2945 done
2946 else
2947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2948 /* end confdefs.h. */
2951 main ()
2953 static int test_array [1 - 2 * !(($2) < 0)];
2954 test_array [0] = 0
2957 return 0;
2959 _ACEOF
2960 if ac_fn_c_try_compile "$LINENO"; then :
2961 ac_hi=-1 ac_mid=-1
2962 while :; do
2963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2964 /* end confdefs.h. */
2967 main ()
2969 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2970 test_array [0] = 0
2973 return 0;
2975 _ACEOF
2976 if ac_fn_c_try_compile "$LINENO"; then :
2977 ac_lo=$ac_mid; break
2978 else
2979 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2980 if test $ac_mid -le $ac_hi; then
2981 ac_lo= ac_hi=
2982 break
2984 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2987 done
2988 else
2989 ac_lo= ac_hi=
2991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2994 # Binary search between lo and hi bounds.
2995 while test "x$ac_lo" != "x$ac_hi"; do
2996 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2998 /* end confdefs.h. */
3001 main ()
3003 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
3004 test_array [0] = 0
3007 return 0;
3009 _ACEOF
3010 if ac_fn_c_try_compile "$LINENO"; then :
3011 ac_hi=$ac_mid
3012 else
3013 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
3015 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3016 done
3017 case $ac_lo in #((
3018 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
3019 '') ac_retval=1 ;;
3020 esac
3021 else
3022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3023 /* end confdefs.h. */
3025 static long int longval () { return $2; }
3026 static unsigned long int ulongval () { return $2; }
3027 #include <stdio.h>
3028 #include <stdlib.h>
3030 main ()
3033 FILE *f = fopen ("conftest.val", "w");
3034 if (! f)
3035 return 1;
3036 if (($2) < 0)
3038 long int i = longval ();
3039 if (i != ($2))
3040 return 1;
3041 fprintf (f, "%ld", i);
3043 else
3045 unsigned long int i = ulongval ();
3046 if (i != ($2))
3047 return 1;
3048 fprintf (f, "%lu", i);
3050 /* Do not output a trailing newline, as this causes \r\n confusion
3051 on some platforms. */
3052 return ferror (f) || fclose (f) != 0;
3055 return 0;
3057 _ACEOF
3058 if ac_fn_c_try_run "$LINENO"; then :
3059 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
3060 else
3061 ac_retval=1
3063 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3064 conftest.$ac_objext conftest.beam conftest.$ac_ext
3065 rm -f conftest.val
3068 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
3069 as_fn_set_status $ac_retval
3071 } # ac_fn_c_compute_int
3072 cat >config.log <<_ACEOF
3073 This file contains any messages produced by compilers while
3074 running configure, to aid debugging if configure makes a mistake.
3076 It was created by emacs $as_me 24.3.50, which was
3077 generated by GNU Autoconf 2.65. Invocation command line was
3079 $ $0 $@
3081 _ACEOF
3082 exec 5>>config.log
3084 cat <<_ASUNAME
3085 ## --------- ##
3086 ## Platform. ##
3087 ## --------- ##
3089 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3090 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3091 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3092 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3093 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3095 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3096 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3098 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3099 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3100 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3101 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3102 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3103 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3104 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3106 _ASUNAME
3108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3109 for as_dir in $PATH
3111 IFS=$as_save_IFS
3112 test -z "$as_dir" && as_dir=.
3113 $as_echo "PATH: $as_dir"
3114 done
3115 IFS=$as_save_IFS
3117 } >&5
3119 cat >&5 <<_ACEOF
3122 ## ----------- ##
3123 ## Core tests. ##
3124 ## ----------- ##
3126 _ACEOF
3129 # Keep a trace of the command line.
3130 # Strip out --no-create and --no-recursion so they do not pile up.
3131 # Strip out --silent because we don't want to record it for future runs.
3132 # Also quote any args containing shell meta-characters.
3133 # Make two passes to allow for proper duplicate-argument suppression.
3134 ac_configure_args=
3135 ac_configure_args0=
3136 ac_configure_args1=
3137 ac_must_keep_next=false
3138 for ac_pass in 1 2
3140 for ac_arg
3142 case $ac_arg in
3143 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3144 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3145 | -silent | --silent | --silen | --sile | --sil)
3146 continue ;;
3147 *\'*)
3148 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3149 esac
3150 case $ac_pass in
3151 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
3153 as_fn_append ac_configure_args1 " '$ac_arg'"
3154 if test $ac_must_keep_next = true; then
3155 ac_must_keep_next=false # Got value, back to normal.
3156 else
3157 case $ac_arg in
3158 *=* | --config-cache | -C | -disable-* | --disable-* \
3159 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3160 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3161 | -with-* | --with-* | -without-* | --without-* | --x)
3162 case "$ac_configure_args0 " in
3163 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3164 esac
3166 -* ) ac_must_keep_next=true ;;
3167 esac
3169 as_fn_append ac_configure_args " '$ac_arg'"
3171 esac
3172 done
3173 done
3174 { ac_configure_args0=; unset ac_configure_args0;}
3175 { ac_configure_args1=; unset ac_configure_args1;}
3177 # When interrupted or exit'd, cleanup temporary files, and complete
3178 # config.log. We remove comments because anyway the quotes in there
3179 # would cause problems or look ugly.
3180 # WARNING: Use '\'' to represent an apostrophe within the trap.
3181 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3182 trap 'exit_status=$?
3183 # Save into config.log some information that might help in debugging.
3185 echo
3187 cat <<\_ASBOX
3188 ## ---------------- ##
3189 ## Cache variables. ##
3190 ## ---------------- ##
3191 _ASBOX
3192 echo
3193 # The following way of writing the cache mishandles newlines in values,
3195 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3196 eval ac_val=\$$ac_var
3197 case $ac_val in #(
3198 *${as_nl}*)
3199 case $ac_var in #(
3200 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3201 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3202 esac
3203 case $ac_var in #(
3204 _ | IFS | as_nl) ;; #(
3205 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3206 *) { eval $ac_var=; unset $ac_var;} ;;
3207 esac ;;
3208 esac
3209 done
3210 (set) 2>&1 |
3211 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3212 *${as_nl}ac_space=\ *)
3213 sed -n \
3214 "s/'\''/'\''\\\\'\'''\''/g;
3215 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3216 ;; #(
3218 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3220 esac |
3221 sort
3223 echo
3225 cat <<\_ASBOX
3226 ## ----------------- ##
3227 ## Output variables. ##
3228 ## ----------------- ##
3229 _ASBOX
3230 echo
3231 for ac_var in $ac_subst_vars
3233 eval ac_val=\$$ac_var
3234 case $ac_val in
3235 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3236 esac
3237 $as_echo "$ac_var='\''$ac_val'\''"
3238 done | sort
3239 echo
3241 if test -n "$ac_subst_files"; then
3242 cat <<\_ASBOX
3243 ## ------------------- ##
3244 ## File substitutions. ##
3245 ## ------------------- ##
3246 _ASBOX
3247 echo
3248 for ac_var in $ac_subst_files
3250 eval ac_val=\$$ac_var
3251 case $ac_val in
3252 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3253 esac
3254 $as_echo "$ac_var='\''$ac_val'\''"
3255 done | sort
3256 echo
3259 if test -s confdefs.h; then
3260 cat <<\_ASBOX
3261 ## ----------- ##
3262 ## confdefs.h. ##
3263 ## ----------- ##
3264 _ASBOX
3265 echo
3266 cat confdefs.h
3267 echo
3269 test "$ac_signal" != 0 &&
3270 $as_echo "$as_me: caught signal $ac_signal"
3271 $as_echo "$as_me: exit $exit_status"
3272 } >&5
3273 rm -f core *.core core.conftest.* &&
3274 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3275 exit $exit_status
3277 for ac_signal in 1 2 13 15; do
3278 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3279 done
3280 ac_signal=0
3282 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3283 rm -f -r conftest* confdefs.h
3285 $as_echo "/* confdefs.h */" > confdefs.h
3287 # Predefined preprocessor variables.
3289 cat >>confdefs.h <<_ACEOF
3290 #define PACKAGE_NAME "$PACKAGE_NAME"
3291 _ACEOF
3293 cat >>confdefs.h <<_ACEOF
3294 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3295 _ACEOF
3297 cat >>confdefs.h <<_ACEOF
3298 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3299 _ACEOF
3301 cat >>confdefs.h <<_ACEOF
3302 #define PACKAGE_STRING "$PACKAGE_STRING"
3303 _ACEOF
3305 cat >>confdefs.h <<_ACEOF
3306 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3307 _ACEOF
3309 cat >>confdefs.h <<_ACEOF
3310 #define PACKAGE_URL "$PACKAGE_URL"
3311 _ACEOF
3314 # Let the site file select an alternate cache file if it wants to.
3315 # Prefer an explicitly selected file to automatically selected ones.
3316 ac_site_file1=NONE
3317 ac_site_file2=NONE
3318 if test -n "$CONFIG_SITE"; then
3319 ac_site_file1=$CONFIG_SITE
3320 elif test "x$prefix" != xNONE; then
3321 ac_site_file1=$prefix/share/config.site
3322 ac_site_file2=$prefix/etc/config.site
3323 else
3324 ac_site_file1=$ac_default_prefix/share/config.site
3325 ac_site_file2=$ac_default_prefix/etc/config.site
3327 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3329 test "x$ac_site_file" = xNONE && continue
3330 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3331 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3332 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3333 sed 's/^/| /' "$ac_site_file" >&5
3334 . "$ac_site_file"
3336 done
3338 if test -r "$cache_file"; then
3339 # Some versions of bash will fail to source /dev/null (special files
3340 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3341 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3342 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3343 $as_echo "$as_me: loading cache $cache_file" >&6;}
3344 case $cache_file in
3345 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3346 *) . "./$cache_file";;
3347 esac
3349 else
3350 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3351 $as_echo "$as_me: creating cache $cache_file" >&6;}
3352 >$cache_file
3355 as_fn_append ac_header_list " sys/systeminfo.h"
3356 as_fn_append ac_header_list " coff.h"
3357 as_fn_append ac_header_list " pty.h"
3358 as_fn_append ac_header_list " sys/resource.h"
3359 as_fn_append ac_header_list " sys/utsname.h"
3360 as_fn_append ac_header_list " pwd.h"
3361 as_fn_append ac_header_list " utmp.h"
3362 as_fn_append ac_header_list " util.h"
3363 as_fn_append ac_header_list " sys/socket.h"
3364 as_fn_append ac_header_list " stdlib.h"
3365 as_fn_append ac_header_list " unistd.h"
3366 as_fn_append ac_header_list " sys/param.h"
3367 as_fn_append ac_header_list " pthread.h"
3368 as_fn_append ac_header_list " malloc/malloc.h"
3369 as_fn_append ac_header_list " maillock.h"
3370 as_fn_append ac_header_list " sys/un.h"
3371 as_fn_append ac_func_list " tzset"
3372 as_fn_append ac_func_list " readlinkat"
3373 as_fn_append ac_header_list " dirent.h"
3374 as_fn_append ac_header_list " execinfo.h"
3375 as_fn_append ac_func_list " faccessat"
3376 as_fn_append ac_func_list " fcntl"
3377 as_fn_append ac_func_list " fdopendir"
3378 as_fn_append ac_header_list " stdio_ext.h"
3379 as_fn_append ac_func_list " __fpending"
3380 as_fn_append ac_func_list " fstatat"
3381 as_fn_append ac_func_list " fsync"
3382 gl_getopt_required=GNU
3383 as_fn_append ac_header_list " getopt.h"
3384 as_fn_append ac_func_list " gettimeofday"
3385 as_fn_append ac_func_list " nanotime"
3386 as_fn_append ac_header_list " sys/time.h"
3387 as_fn_append ac_header_list " wchar.h"
3388 as_fn_append ac_header_list " stdint.h"
3389 as_fn_append ac_header_list " inttypes.h"
3390 as_fn_append ac_func_list " lstat"
3391 as_fn_append ac_func_list " pipe2"
3392 as_fn_append ac_header_list " sys/select.h"
3393 as_fn_append ac_func_list " pselect"
3394 as_fn_append ac_func_list " pthread_sigmask"
3395 as_fn_append ac_func_list " readlink"
3396 as_fn_append ac_func_list " strtoimax"
3397 as_fn_append ac_func_list " strtoumax"
3398 as_fn_append ac_func_list " symlink"
3399 as_fn_append ac_header_list " sys/stat.h"
3400 as_fn_append ac_func_list " localtime_r"
3401 as_fn_append ac_header_list " utime.h"
3402 as_fn_append ac_func_list " futimes"
3403 as_fn_append ac_func_list " futimesat"
3404 as_fn_append ac_func_list " futimens"
3405 as_fn_append ac_func_list " utimensat"
3406 as_fn_append ac_func_list " lutimes"
3407 as_fn_append ac_func_list " getdtablesize"
3408 # Check that the precious variables saved in the cache have kept the same
3409 # value.
3410 ac_cache_corrupted=false
3411 for ac_var in $ac_precious_vars; do
3412 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3413 eval ac_new_set=\$ac_env_${ac_var}_set
3414 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3415 eval ac_new_val=\$ac_env_${ac_var}_value
3416 case $ac_old_set,$ac_new_set in
3417 set,)
3418 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3419 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3420 ac_cache_corrupted=: ;;
3421 ,set)
3422 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3423 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3424 ac_cache_corrupted=: ;;
3425 ,);;
3427 if test "x$ac_old_val" != "x$ac_new_val"; then
3428 # differences in whitespace do not lead to failure.
3429 ac_old_val_w=`echo x $ac_old_val`
3430 ac_new_val_w=`echo x $ac_new_val`
3431 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3432 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3433 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3434 ac_cache_corrupted=:
3435 else
3436 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3437 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3438 eval $ac_var=\$ac_old_val
3440 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3441 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3442 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3443 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3444 fi;;
3445 esac
3446 # Pass precious variables to config.status.
3447 if test "$ac_new_set" = set; then
3448 case $ac_new_val in
3449 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3450 *) ac_arg=$ac_var=$ac_new_val ;;
3451 esac
3452 case " $ac_configure_args " in
3453 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3454 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3455 esac
3457 done
3458 if $ac_cache_corrupted; then
3459 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3460 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3461 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3462 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3463 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3465 ## -------------------- ##
3466 ## Main body of script. ##
3467 ## -------------------- ##
3469 ac_ext=c
3470 ac_cpp='$CPP $CPPFLAGS'
3471 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3472 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3473 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3477 emacs_config_options="$@"
3478 ## Add some environment variables, if they were passed via the environment
3479 ## rather than on the command-line.
3480 for var in CFLAGS CPPFLAGS LDFLAGS; do
3481 case "$emacs_config_options" in
3482 *$var=*) continue ;;
3483 esac
3484 eval val="\$${var}"
3485 test x"$val" = x && continue
3486 emacs_config_options="${emacs_config_options}${emacs_config_options:+ }$var=\"$val\""
3487 done
3489 ac_config_headers="$ac_config_headers src/config.h:src/config.in"
3492 ac_aux_dir=
3493 for ac_dir in build-aux "$srcdir"/build-aux; do
3494 for ac_t in install-sh install.sh shtool; do
3495 if test -f "$ac_dir/$ac_t"; then
3496 ac_aux_dir=$ac_dir
3497 ac_install_sh="$ac_aux_dir/$ac_t -c"
3498 break 2
3500 done
3501 done
3502 if test -z "$ac_aux_dir"; then
3503 as_fn_error "cannot find install-sh, install.sh, or shtool in build-aux \"$srcdir\"/build-aux" "$LINENO" 5
3506 # These three variables are undocumented and unsupported,
3507 # and are intended to be withdrawn in a future Autoconf release.
3508 # They can cause serious problems if a builder's source tree is in a directory
3509 # whose full name contains unusual characters.
3510 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3511 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3512 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3515 am__api_version='1.11'
3517 # Find a good install program. We prefer a C program (faster),
3518 # so one script is as good as another. But avoid the broken or
3519 # incompatible versions:
3520 # SysV /etc/install, /usr/sbin/install
3521 # SunOS /usr/etc/install
3522 # IRIX /sbin/install
3523 # AIX /bin/install
3524 # AmigaOS /C/install, which installs bootblocks on floppy discs
3525 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3526 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3527 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3528 # OS/2's system install, which has a completely different semantic
3529 # ./install, which can be erroneously created by make from ./install.sh.
3530 # Reject install programs that cannot install multiple files.
3531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3532 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3533 if test -z "$INSTALL"; then
3534 if test "${ac_cv_path_install+set}" = set; then :
3535 $as_echo_n "(cached) " >&6
3536 else
3537 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3538 for as_dir in $PATH
3540 IFS=$as_save_IFS
3541 test -z "$as_dir" && as_dir=.
3542 # Account for people who put trailing slashes in PATH elements.
3543 case $as_dir/ in #((
3544 ./ | .// | /[cC]/* | \
3545 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3546 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3547 /usr/ucb/* ) ;;
3549 # OSF1 and SCO ODT 3.0 have their own names for install.
3550 # Don't use installbsd from OSF since it installs stuff as root
3551 # by default.
3552 for ac_prog in ginstall scoinst install; do
3553 for ac_exec_ext in '' $ac_executable_extensions; do
3554 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3555 if test $ac_prog = install &&
3556 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3557 # AIX install. It has an incompatible calling convention.
3559 elif test $ac_prog = install &&
3560 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3561 # program-specific install script used by HP pwplus--don't use.
3563 else
3564 rm -rf conftest.one conftest.two conftest.dir
3565 echo one > conftest.one
3566 echo two > conftest.two
3567 mkdir conftest.dir
3568 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3569 test -s conftest.one && test -s conftest.two &&
3570 test -s conftest.dir/conftest.one &&
3571 test -s conftest.dir/conftest.two
3572 then
3573 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3574 break 3
3578 done
3579 done
3581 esac
3583 done
3584 IFS=$as_save_IFS
3586 rm -rf conftest.one conftest.two conftest.dir
3589 if test "${ac_cv_path_install+set}" = set; then
3590 INSTALL=$ac_cv_path_install
3591 else
3592 # As a last resort, use the slow shell script. Don't cache a
3593 # value for INSTALL within a source directory, because that will
3594 # break other packages using the cache if that directory is
3595 # removed, or if the value is a relative name.
3596 INSTALL=$ac_install_sh
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3600 $as_echo "$INSTALL" >&6; }
3602 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3603 # It thinks the first close brace ends the variable substitution.
3604 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3606 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3608 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3611 $as_echo_n "checking whether build environment is sane... " >&6; }
3612 # Just in case
3613 sleep 1
3614 echo timestamp > conftest.file
3615 # Reject unsafe characters in $srcdir or the absolute working directory
3616 # name. Accept space and tab only in the latter.
3617 am_lf='
3619 case `pwd` in
3620 *[\\\"\#\$\&\'\`$am_lf]*)
3621 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3622 esac
3623 case $srcdir in
3624 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3625 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3626 esac
3628 # Do `set' in a subshell so we don't clobber the current shell's
3629 # arguments. Must try -L first in case configure is actually a
3630 # symlink; some systems play weird games with the mod time of symlinks
3631 # (eg FreeBSD returns the mod time of the symlink's containing
3632 # directory).
3633 if (
3634 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3635 if test "$*" = "X"; then
3636 # -L didn't work.
3637 set X `ls -t "$srcdir/configure" conftest.file`
3639 rm -f conftest.file
3640 if test "$*" != "X $srcdir/configure conftest.file" \
3641 && test "$*" != "X conftest.file $srcdir/configure"; then
3643 # If neither matched, then we have a broken ls. This can happen
3644 # if, for instance, CONFIG_SHELL is bash and it inherits a
3645 # broken ls alias from the environment. This has actually
3646 # happened. Such a system could not be considered "sane".
3647 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3648 alias in your environment" "$LINENO" 5
3651 test "$2" = conftest.file
3653 then
3654 # Ok.
3656 else
3657 as_fn_error "newly created file is older than distributed files!
3658 Check your system clock" "$LINENO" 5
3660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3661 $as_echo "yes" >&6; }
3662 test "$program_prefix" != NONE &&
3663 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3664 # Use a double $ so make ignores it.
3665 test "$program_suffix" != NONE &&
3666 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3667 # Double any \ or $.
3668 # By default was `s,x,x', remove it if useless.
3669 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3670 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3672 # expand $ac_aux_dir to an absolute path
3673 am_aux_dir=`cd $ac_aux_dir && pwd`
3675 if test x"${MISSING+set}" != xset; then
3676 case $am_aux_dir in
3677 *\ * | *\ *)
3678 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3680 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3681 esac
3683 # Use eval to expand $SHELL
3684 if eval "$MISSING --run true"; then
3685 am_missing_run="$MISSING --run "
3686 else
3687 am_missing_run=
3688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3689 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3692 if test x"${install_sh}" != xset; then
3693 case $am_aux_dir in
3694 *\ * | *\ *)
3695 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3697 install_sh="\${SHELL} $am_aux_dir/install-sh"
3698 esac
3701 # Installed binaries are usually stripped using `strip' when the user
3702 # run `make install-strip'. However `strip' might not be the right
3703 # tool to use in cross-compilation environments, therefore Automake
3704 # will honor the `STRIP' environment variable to overrule this program.
3705 if test "$cross_compiling" != no; then
3706 if test -n "$ac_tool_prefix"; then
3707 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3708 set dummy ${ac_tool_prefix}strip; ac_word=$2
3709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3710 $as_echo_n "checking for $ac_word... " >&6; }
3711 if test "${ac_cv_prog_STRIP+set}" = set; then :
3712 $as_echo_n "(cached) " >&6
3713 else
3714 if test -n "$STRIP"; then
3715 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3716 else
3717 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3718 for as_dir in $PATH
3720 IFS=$as_save_IFS
3721 test -z "$as_dir" && as_dir=.
3722 for ac_exec_ext in '' $ac_executable_extensions; do
3723 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3724 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3726 break 2
3728 done
3729 done
3730 IFS=$as_save_IFS
3734 STRIP=$ac_cv_prog_STRIP
3735 if test -n "$STRIP"; then
3736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3737 $as_echo "$STRIP" >&6; }
3738 else
3739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3740 $as_echo "no" >&6; }
3745 if test -z "$ac_cv_prog_STRIP"; then
3746 ac_ct_STRIP=$STRIP
3747 # Extract the first word of "strip", so it can be a program name with args.
3748 set dummy strip; ac_word=$2
3749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3750 $as_echo_n "checking for $ac_word... " >&6; }
3751 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3752 $as_echo_n "(cached) " >&6
3753 else
3754 if test -n "$ac_ct_STRIP"; then
3755 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3756 else
3757 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3758 for as_dir in $PATH
3760 IFS=$as_save_IFS
3761 test -z "$as_dir" && as_dir=.
3762 for ac_exec_ext in '' $ac_executable_extensions; do
3763 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3764 ac_cv_prog_ac_ct_STRIP="strip"
3765 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3766 break 2
3768 done
3769 done
3770 IFS=$as_save_IFS
3774 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3775 if test -n "$ac_ct_STRIP"; then
3776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3777 $as_echo "$ac_ct_STRIP" >&6; }
3778 else
3779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3780 $as_echo "no" >&6; }
3783 if test "x$ac_ct_STRIP" = x; then
3784 STRIP=":"
3785 else
3786 case $cross_compiling:$ac_tool_warned in
3787 yes:)
3788 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3789 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3790 ac_tool_warned=yes ;;
3791 esac
3792 STRIP=$ac_ct_STRIP
3794 else
3795 STRIP="$ac_cv_prog_STRIP"
3799 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3802 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3803 if test -z "$MKDIR_P"; then
3804 if test "${ac_cv_path_mkdir+set}" = set; then :
3805 $as_echo_n "(cached) " >&6
3806 else
3807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3808 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3810 IFS=$as_save_IFS
3811 test -z "$as_dir" && as_dir=.
3812 for ac_prog in mkdir gmkdir; do
3813 for ac_exec_ext in '' $ac_executable_extensions; do
3814 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3815 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3816 'mkdir (GNU coreutils) '* | \
3817 'mkdir (coreutils) '* | \
3818 'mkdir (fileutils) '4.1*)
3819 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3820 break 3;;
3821 esac
3822 done
3823 done
3824 done
3825 IFS=$as_save_IFS
3829 test -d ./--version && rmdir ./--version
3830 if test "${ac_cv_path_mkdir+set}" = set; then
3831 MKDIR_P="$ac_cv_path_mkdir -p"
3832 else
3833 # As a last resort, use the slow shell script. Don't cache a
3834 # value for MKDIR_P within a source directory, because that will
3835 # break other packages using the cache if that directory is
3836 # removed, or if the value is a relative name.
3837 MKDIR_P="$ac_install_sh -d"
3840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3841 $as_echo "$MKDIR_P" >&6; }
3843 mkdir_p="$MKDIR_P"
3844 case $mkdir_p in
3845 [\\/$]* | ?:[\\/]*) ;;
3846 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3847 esac
3849 for ac_prog in gawk mawk nawk awk
3851 # Extract the first word of "$ac_prog", so it can be a program name with args.
3852 set dummy $ac_prog; ac_word=$2
3853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3854 $as_echo_n "checking for $ac_word... " >&6; }
3855 if test "${ac_cv_prog_AWK+set}" = set; then :
3856 $as_echo_n "(cached) " >&6
3857 else
3858 if test -n "$AWK"; then
3859 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3860 else
3861 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3862 for as_dir in $PATH
3864 IFS=$as_save_IFS
3865 test -z "$as_dir" && as_dir=.
3866 for ac_exec_ext in '' $ac_executable_extensions; do
3867 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3868 ac_cv_prog_AWK="$ac_prog"
3869 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3870 break 2
3872 done
3873 done
3874 IFS=$as_save_IFS
3878 AWK=$ac_cv_prog_AWK
3879 if test -n "$AWK"; then
3880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3881 $as_echo "$AWK" >&6; }
3882 else
3883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3884 $as_echo "no" >&6; }
3888 test -n "$AWK" && break
3889 done
3891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3892 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3893 set x ${MAKE-make}
3894 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3895 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3896 $as_echo_n "(cached) " >&6
3897 else
3898 cat >conftest.make <<\_ACEOF
3899 SHELL = /bin/sh
3900 all:
3901 @echo '@@@%%%=$(MAKE)=@@@%%%'
3902 _ACEOF
3903 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3904 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3905 *@@@%%%=?*=@@@%%%*)
3906 eval ac_cv_prog_make_${ac_make}_set=yes;;
3908 eval ac_cv_prog_make_${ac_make}_set=no;;
3909 esac
3910 rm -f conftest.make
3912 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3914 $as_echo "yes" >&6; }
3915 SET_MAKE=
3916 else
3917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3918 $as_echo "no" >&6; }
3919 SET_MAKE="MAKE=${MAKE-make}"
3922 rm -rf .tst 2>/dev/null
3923 mkdir .tst 2>/dev/null
3924 if test -d .tst; then
3925 am__leading_dot=.
3926 else
3927 am__leading_dot=_
3929 rmdir .tst 2>/dev/null
3931 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3932 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3933 # is not polluted with repeated "-I."
3934 am__isrc=' -I$(srcdir)'
3935 # test to see if srcdir already configured
3936 if test -f $srcdir/config.status; then
3937 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3941 # test whether we have cygpath
3942 if test -z "$CYGPATH_W"; then
3943 if (cygpath --version) >/dev/null 2>/dev/null; then
3944 CYGPATH_W='cygpath -w'
3945 else
3946 CYGPATH_W=echo
3951 # Define the identity of the package.
3952 PACKAGE='emacs'
3953 VERSION='24.3.50'
3956 cat >>confdefs.h <<_ACEOF
3957 #define PACKAGE "$PACKAGE"
3958 _ACEOF
3961 cat >>confdefs.h <<_ACEOF
3962 #define VERSION "$VERSION"
3963 _ACEOF
3965 # Some tools Automake needs.
3967 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3970 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3973 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3976 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3979 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3981 # We need awk for the "check" target. The system "awk" is bad on
3982 # some platforms.
3983 # Always define AMTAR for backward compatibility.
3985 AMTAR=${AMTAR-"${am_missing_run}tar"}
3987 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3996 lispdir='${datadir}/emacs/${version}/lisp'
3997 leimdir='${datadir}/emacs/${version}/leim'
3998 standardlisppath='${lispdir}:${leimdir}'
3999 locallisppath='${datadir}/emacs/${version}/site-lisp:'\
4000 '${datadir}/emacs/site-lisp'
4001 lisppath='${locallisppath}:${standardlisppath}'
4002 etcdir='${datadir}/emacs/${version}/etc'
4003 archlibdir='${libexecdir}/emacs/${version}/${configuration}'
4004 docdir='${datadir}/emacs/${version}/etc'
4005 gamedir='${localstatedir}/games/emacs'
4008 # Check whether --with-all was given.
4009 if test "${with_all+set}" = set; then :
4010 withval=$with_all; with_features=$withval
4011 else
4012 with_features=yes
4019 # Check whether --with-pop was given.
4020 if test "${with_pop+set}" = set; then :
4021 withval=$with_pop;
4022 else
4023 with_pop=$with_features
4026 if test "$with_pop" = yes; then
4027 $as_echo "#define MAIL_USE_POP 1" >>confdefs.h
4032 # Check whether --with-kerberos was given.
4033 if test "${with_kerberos+set}" = set; then :
4034 withval=$with_kerberos;
4035 else
4036 with_kerberos=no
4039 if test "$with_kerberos" != no; then
4040 $as_echo "#define KERBEROS 1" >>confdefs.h
4045 # Check whether --with-kerberos5 was given.
4046 if test "${with_kerberos5+set}" = set; then :
4047 withval=$with_kerberos5;
4048 else
4049 with_kerberos5=no
4052 if test "${with_kerberos5}" != no; then
4053 if test "${with_kerberos}" = no; then
4054 with_kerberos=yes
4055 $as_echo "#define KERBEROS 1" >>confdefs.h
4059 $as_echo "#define KERBEROS5 1" >>confdefs.h
4064 # Check whether --with-hesiod was given.
4065 if test "${with_hesiod+set}" = set; then :
4066 withval=$with_hesiod;
4067 else
4068 with_hesiod=no
4071 if test "$with_hesiod" != no; then
4073 $as_echo "#define HESIOD 1" >>confdefs.h
4078 # Check whether --with-mmdf was given.
4079 if test "${with_mmdf+set}" = set; then :
4080 withval=$with_mmdf;
4081 else
4082 with_mmdf=no
4085 if test "$with_mmdf" != no; then
4087 $as_echo "#define MAIL_USE_MMDF 1" >>confdefs.h
4092 # Check whether --with-mail-unlink was given.
4093 if test "${with_mail_unlink+set}" = set; then :
4094 withval=$with_mail_unlink;
4095 else
4096 with_mail_unlink=no
4099 if test "$with_mail_unlink" != no; then
4101 $as_echo "#define MAIL_UNLINK_SPOOL 1" >>confdefs.h
4106 # Check whether --with-mailhost was given.
4107 if test "${with_mailhost+set}" = set; then :
4108 withval=$with_mailhost;
4109 cat >>confdefs.h <<_ACEOF
4110 #define MAILHOST "$withval"
4111 _ACEOF
4117 # Check whether --with-sound was given.
4118 if test "${with_sound+set}" = set; then :
4119 withval=$with_sound;
4120 else
4121 with_sound=$with_features
4126 # Check whether --with-x-toolkit was given.
4127 if test "${with_x_toolkit+set}" = set; then :
4128 withval=$with_x_toolkit; case "${withval}" in
4129 y | ye | yes ) val=gtk ;;
4130 n | no ) val=no ;;
4131 l | lu | luc | luci | lucid ) val=lucid ;;
4132 a | at | ath | athe | athen | athena ) val=athena ;;
4133 m | mo | mot | moti | motif ) val=motif ;;
4134 g | gt | gtk ) val=gtk ;;
4135 gtk2 ) val=gtk2 ;;
4136 gtk3 ) val=gtk3 ;;
4138 as_fn_error "\`--with-x-toolkit=$withval' is invalid;
4139 this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif', \`gtk',
4140 \`gtk2' or \`gtk3'. \`yes' and \`gtk' are synonyms.
4141 \`athena' and \`lucid' are synonyms." "$LINENO" 5
4143 esac
4144 with_x_toolkit=$val
4150 # Check whether --with-wide-int was given.
4151 if test "${with_wide_int+set}" = set; then :
4152 withval=$with_wide_int;
4153 else
4154 with_wide_int=no
4157 if test "$with_wide_int" = yes; then
4159 $as_echo "#define WIDE_EMACS_INT 1" >>confdefs.h
4164 # Check whether --with-xpm was given.
4165 if test "${with_xpm+set}" = set; then :
4166 withval=$with_xpm;
4167 else
4168 with_xpm=$with_features
4172 # Check whether --with-jpeg was given.
4173 if test "${with_jpeg+set}" = set; then :
4174 withval=$with_jpeg;
4175 else
4176 with_jpeg=$with_features
4180 # Check whether --with-tiff was given.
4181 if test "${with_tiff+set}" = set; then :
4182 withval=$with_tiff;
4183 else
4184 with_tiff=$with_features
4188 # Check whether --with-gif was given.
4189 if test "${with_gif+set}" = set; then :
4190 withval=$with_gif;
4191 else
4192 with_gif=$with_features
4196 # Check whether --with-png was given.
4197 if test "${with_png+set}" = set; then :
4198 withval=$with_png;
4199 else
4200 with_png=$with_features
4204 # Check whether --with-rsvg was given.
4205 if test "${with_rsvg+set}" = set; then :
4206 withval=$with_rsvg;
4207 else
4208 with_rsvg=$with_features
4212 # Check whether --with-xml2 was given.
4213 if test "${with_xml2+set}" = set; then :
4214 withval=$with_xml2;
4215 else
4216 with_xml2=$with_features
4220 # Check whether --with-imagemagick was given.
4221 if test "${with_imagemagick+set}" = set; then :
4222 withval=$with_imagemagick;
4223 else
4224 with_imagemagick=$with_features
4229 # Check whether --with-xft was given.
4230 if test "${with_xft+set}" = set; then :
4231 withval=$with_xft;
4232 else
4233 with_xft=$with_features
4237 # Check whether --with-libotf was given.
4238 if test "${with_libotf+set}" = set; then :
4239 withval=$with_libotf;
4240 else
4241 with_libotf=$with_features
4245 # Check whether --with-m17n-flt was given.
4246 if test "${with_m17n_flt+set}" = set; then :
4247 withval=$with_m17n_flt;
4248 else
4249 with_m17n_flt=$with_features
4254 # Check whether --with-toolkit-scroll-bars was given.
4255 if test "${with_toolkit_scroll_bars+set}" = set; then :
4256 withval=$with_toolkit_scroll_bars;
4257 else
4258 with_toolkit_scroll_bars=$with_features
4262 # Check whether --with-xaw3d was given.
4263 if test "${with_xaw3d+set}" = set; then :
4264 withval=$with_xaw3d;
4265 else
4266 with_xaw3d=$with_features
4270 # Check whether --with-xim was given.
4271 if test "${with_xim+set}" = set; then :
4272 withval=$with_xim;
4273 else
4274 with_xim=$with_features
4278 # Check whether --with-ns was given.
4279 if test "${with_ns+set}" = set; then :
4280 withval=$with_ns;
4281 else
4282 with_ns=no
4286 # Check whether --with-w32 was given.
4287 if test "${with_w32+set}" = set; then :
4288 withval=$with_w32;
4289 else
4290 with_w32=no
4295 # Check whether --with-gpm was given.
4296 if test "${with_gpm+set}" = set; then :
4297 withval=$with_gpm;
4298 else
4299 with_gpm=$with_features
4303 # Check whether --with-dbus was given.
4304 if test "${with_dbus+set}" = set; then :
4305 withval=$with_dbus;
4306 else
4307 with_dbus=$with_features
4311 # Check whether --with-gconf was given.
4312 if test "${with_gconf+set}" = set; then :
4313 withval=$with_gconf;
4314 else
4315 with_gconf=$with_features
4319 # Check whether --with-gsettings was given.
4320 if test "${with_gsettings+set}" = set; then :
4321 withval=$with_gsettings;
4322 else
4323 with_gsettings=$with_features
4327 # Check whether --with-selinux was given.
4328 if test "${with_selinux+set}" = set; then :
4329 withval=$with_selinux;
4330 else
4331 with_selinux=$with_features
4335 # Check whether --with-gnutls was given.
4336 if test "${with_gnutls+set}" = set; then :
4337 withval=$with_gnutls;
4338 else
4339 with_gnutls=$with_features
4344 # Check whether --with-file-notification was given.
4345 if test "${with_file_notification+set}" = set; then :
4346 withval=$with_file_notification; case "${withval}" in
4347 y | ye | yes ) val=yes ;;
4348 n | no ) val=no ;;
4349 g | gf | gfi | gfil | gfile ) val=gfile ;;
4350 i | in | ino | inot | inoti | inotif | inotify ) val=inotify ;;
4351 w | w3 | w32 ) val=w32 ;;
4352 * ) as_fn_error "\`--with-file-notification=$withval' is invalid;
4353 this option's value should be \`yes', \`no', \`gfile', \`inotify' or \`w32'.
4354 \`yes' is a synonym for \`w32' on MS-Windows, for \`no' on Nextstep,
4355 otherwise for the first of \`gfile' or \`inotify' that is usable." "$LINENO" 5
4357 esac
4358 with_file_notification=$val
4360 else
4361 with_file_notification=$with_features
4365 ## For the times when you want to build Emacs but don't have
4366 ## a suitable makeinfo, and can live without the manuals.
4368 # Check whether --with-makeinfo was given.
4369 if test "${with_makeinfo+set}" = set; then :
4370 withval=$with_makeinfo;
4371 else
4372 with_makeinfo=$with_features
4376 ## Makefile.in needs the cache file name.
4379 ## This is an option because I do not know if all info/man support
4380 ## compressed files, nor how to test if they do so.
4382 # Check whether --with-compress-info was given.
4383 if test "${with_compress_info+set}" = set; then :
4384 withval=$with_compress_info;
4385 else
4386 with_compress_info=$with_features
4389 if test $with_compress_info = yes; then
4390 GZIP_INFO=yes
4391 else
4392 GZIP_INFO=
4397 # Check whether --with-pkg-config-prog was given.
4398 if test "${with_pkg_config_prog+set}" = set; then :
4399 withval=$with_pkg_config_prog;
4402 if test "X${with_pkg_config_prog}" != X; then
4403 if test "${with_pkg_config_prog}" != yes; then
4404 PKG_CONFIG="${with_pkg_config_prog}"
4409 # Check whether --with-gameuser was given.
4410 if test "${with_gameuser+set}" = set; then :
4411 withval=$with_gameuser;
4414 test "X${with_gameuser}" != X && test "${with_gameuser}" != yes \
4415 && gameuser="${with_gameuser}"
4416 test "X$gameuser" = X && gameuser=games
4419 # Check whether --with-gnustep-conf was given.
4420 if test "${with_gnustep_conf+set}" = set; then :
4421 withval=$with_gnustep_conf;
4424 test "X${with_gnustep_conf}" != X && test "${with_gnustep_conf}" != yes && \
4425 GNUSTEP_CONFIG_FILE="${with_gnustep_conf}"
4426 test "X$GNUSTEP_CONFIG_FILE" = "X" && \
4427 GNUSTEP_CONFIG_FILE=/etc/GNUstep/GNUstep.conf
4429 # Check whether --enable-ns-self-contained was given.
4430 if test "${enable_ns_self_contained+set}" = set; then :
4431 enableval=$enable_ns_self_contained; EN_NS_SELF_CONTAINED=$enableval
4432 else
4433 EN_NS_SELF_CONTAINED=yes
4437 # Check whether --enable-locallisppath was given.
4438 if test "${enable_locallisppath+set}" = set; then :
4439 enableval=$enable_locallisppath; if test "${enableval}" = "no"; then
4440 locallisppath=
4441 elif test "${enableval}" != "yes"; then
4442 locallisppath=${enableval}
4447 # Check whether --enable-checking was given.
4448 if test "${enable_checking+set}" = set; then :
4449 enableval=$enable_checking; ac_checking_flags="${enableval}"
4452 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS,"
4453 for check in $ac_checking_flags
4455 case $check in
4456 # these set all the flags to specific states
4457 yes) ac_enable_checking=1 ;;
4458 no) ac_enable_checking= ;
4459 ac_gc_check_stringbytes= ;
4460 ac_gc_check_string_overrun= ;
4461 ac_gc_check_string_free_list= ;
4462 ac_xmalloc_overrun= ;
4463 ac_gc_check_cons_list= ;
4464 ac_glyphs_debug= ;;
4465 all) ac_enable_checking=1 ;
4466 ac_gc_check_stringbytes=1 ;
4467 ac_gc_check_string_overrun=1 ;
4468 ac_gc_check_string_free_list=1 ;
4469 ac_xmalloc_overrun=1 ;
4470 ac_gc_check_cons_list=1 ;
4471 ac_glyphs_debug=1 ;;
4472 # these enable particular checks
4473 stringbytes) ac_gc_check_stringbytes=1 ;;
4474 stringoverrun) ac_gc_check_string_overrun=1 ;;
4475 stringfreelist) ac_gc_check_string_free_list=1 ;;
4476 xmallocoverrun) ac_xmalloc_overrun=1 ;;
4477 conslist) ac_gc_check_cons_list=1 ;;
4478 glyphs) ac_glyphs_debug=1 ;;
4479 *) as_fn_error "unknown check category $check" "$LINENO" 5 ;;
4480 esac
4481 done
4482 IFS="$ac_save_IFS"
4484 if test x$ac_enable_checking != x ; then
4486 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
4489 if test x$ac_gc_check_stringbytes != x ; then
4491 $as_echo "#define GC_CHECK_STRING_BYTES 1" >>confdefs.h
4494 if test x$ac_gc_check_string_overrun != x ; then
4496 $as_echo "#define GC_CHECK_STRING_OVERRUN 1" >>confdefs.h
4499 if test x$ac_gc_check_string_free_list != x ; then
4501 $as_echo "#define GC_CHECK_STRING_FREE_LIST 1" >>confdefs.h
4504 if test x$ac_xmalloc_overrun != x ; then
4506 $as_echo "#define XMALLOC_OVERRUN_CHECK 1" >>confdefs.h
4509 if test x$ac_gc_check_cons_list != x ; then
4511 $as_echo "#define GC_CHECK_CONS_LIST 1" >>confdefs.h
4514 if test x$ac_glyphs_debug != x ; then
4516 $as_echo "#define GLYPH_DEBUG 1" >>confdefs.h
4520 # Check whether --enable-check-lisp-object-type was given.
4521 if test "${enable_check_lisp_object_type+set}" = set; then :
4522 enableval=$enable_check_lisp_object_type; if test "${enableval}" != "no"; then
4524 $as_echo "#define CHECK_LISP_OBJECT_TYPE 1" >>confdefs.h
4531 # Check whether --enable-profiling was given.
4532 if test "${enable_profiling+set}" = set; then :
4533 enableval=$enable_profiling; ac_enable_profiling="${enableval}"
4536 if test x$ac_enable_profiling != x ; then
4537 PROFILING_CFLAGS="-DPROFILING=1 -pg"
4538 else
4539 PROFILING_CFLAGS=
4543 # Check whether --enable-autodepend was given.
4544 if test "${enable_autodepend+set}" = set; then :
4545 enableval=$enable_autodepend; ac_enable_autodepend="${enableval}"
4546 else
4547 ac_enable_autodepend=yes
4551 # Check whether --enable-gtk-deprecation-warnings was given.
4552 if test "${enable_gtk_deprecation_warnings+set}" = set; then :
4553 enableval=$enable_gtk_deprecation_warnings; ac_enable_gtk_deprecation_warnings="${enableval}"
4557 #### Make srcdir absolute, if it isn't already. It's important to
4558 #### avoid running the file name through pwd unnecessarily, since pwd can
4559 #### give you automounter prefixes, which can go away. We do all this
4560 #### so Emacs can find its files when run uninstalled.
4561 ## Make sure CDPATH doesn't affect cd (in case PWD is relative).
4562 unset CDPATH
4563 case "${srcdir}" in
4564 [\\/]* | ?:[\\/]*) ;;
4566 ## We may be able to use the $PWD environment variable to make this
4567 ## absolute. But sometimes PWD is inaccurate.
4568 ## Note: we used to use $PWD at the end instead of `pwd`,
4569 ## but that tested only for a well-formed and valid PWD,
4570 ## it did not object when PWD was well-formed and valid but just wrong.
4571 if test ".$PWD" != "." && test ".`(cd "$PWD" ; sh -c pwd)`" = ".`pwd`" ;
4572 then
4573 srcdir="$PWD"
4574 else
4575 srcdir=`(cd "$srcdir"; pwd)`
4578 * ) srcdir=`(cd "$srcdir"; pwd)` ;;
4579 esac
4581 ### Canonicalize the configuration name.
4583 # Make sure we can run config.sub.
4584 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4585 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4588 $as_echo_n "checking build system type... " >&6; }
4589 if test "${ac_cv_build+set}" = set; then :
4590 $as_echo_n "(cached) " >&6
4591 else
4592 ac_build_alias=$build_alias
4593 test "x$ac_build_alias" = x &&
4594 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4595 test "x$ac_build_alias" = x &&
4596 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4597 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4598 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4602 $as_echo "$ac_cv_build" >&6; }
4603 case $ac_cv_build in
4604 *-*-*) ;;
4605 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4606 esac
4607 build=$ac_cv_build
4608 ac_save_IFS=$IFS; IFS='-'
4609 set x $ac_cv_build
4610 shift
4611 build_cpu=$1
4612 build_vendor=$2
4613 shift; shift
4614 # Remember, the first character of IFS is used to create $*,
4615 # except with old shells:
4616 build_os=$*
4617 IFS=$ac_save_IFS
4618 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4622 $as_echo_n "checking host system type... " >&6; }
4623 if test "${ac_cv_host+set}" = set; then :
4624 $as_echo_n "(cached) " >&6
4625 else
4626 if test "x$host_alias" = x; then
4627 ac_cv_host=$ac_cv_build
4628 else
4629 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4630 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4635 $as_echo "$ac_cv_host" >&6; }
4636 case $ac_cv_host in
4637 *-*-*) ;;
4638 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4639 esac
4640 host=$ac_cv_host
4641 ac_save_IFS=$IFS; IFS='-'
4642 set x $ac_cv_host
4643 shift
4644 host_cpu=$1
4645 host_vendor=$2
4646 shift; shift
4647 # Remember, the first character of IFS is used to create $*,
4648 # except with old shells:
4649 host_os=$*
4650 IFS=$ac_save_IFS
4651 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4654 canonical=$host
4655 configuration=${host_alias-${build_alias-$host}}
4659 ### If you add support for a new configuration, add code to this
4660 ### switch statement to recognize your configuration name and select
4661 ### the appropriate operating system file.
4663 ### You would hope that you could choose an s/*.h
4664 ### file based on the operating system portion. However, it turns out
4665 ### that each s/*.h file is pretty manufacturer-specific.
4666 ### So we basically have to have a special case for each
4667 ### configuration name.
4669 ### As far as handling version numbers on operating systems is
4670 ### concerned, make sure things will fail in a fixable way. If
4671 ### /etc/MACHINES doesn't say anything about version numbers, be
4672 ### prepared to handle anything reasonably. If version numbers
4673 ### matter, be sure /etc/MACHINES says something about it.
4675 opsys='' unported=no
4676 case "${canonical}" in
4678 ## GNU/Linux and similar ports
4679 *-*-linux* )
4680 opsys=gnu-linux
4683 ## FreeBSD ports
4684 *-*-freebsd* )
4685 opsys=freebsd
4688 ## DragonFly ports
4689 *-*-dragonfly* )
4690 opsys=dragonfly
4693 ## FreeBSD kernel + glibc based userland
4694 *-*-kfreebsd*gnu* )
4695 opsys=gnu-kfreebsd
4698 ## NetBSD ports
4699 *-*-netbsd* )
4700 opsys=netbsd
4703 ## OpenBSD ports
4704 *-*-openbsd* )
4705 opsys=openbsd
4708 ## Apple Darwin / Mac OS X
4709 *-apple-darwin* )
4710 case "${canonical}" in
4711 i[3456]86-* ) ;;
4712 powerpc-* ) ;;
4713 x86_64-* ) ;;
4714 * ) unported=yes ;;
4715 esac
4716 opsys=darwin
4717 ## Use fink packages if available.
4718 ## FIXME find a better way to do this: http://debbugs.gnu.org/11507
4719 ## if test -d /sw/include && test -d /sw/lib; then
4720 ## GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
4721 ## NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
4722 ## fi
4725 ## Cygwin ports
4726 *-*-cygwin )
4727 opsys=cygwin
4730 ## HP 9000 series 700 and 800, running HP/UX
4731 hppa*-hp-hpux10.2* )
4732 opsys=hpux10-20
4734 hppa*-hp-hpux1[1-9]* )
4735 opsys=hpux11
4736 CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS"
4739 ## IBM machines
4740 rs6000-ibm-aix4.[23]* )
4741 opsys=aix4-2
4743 powerpc-ibm-aix4.[23]* )
4744 opsys=aix4-2
4746 rs6000-ibm-aix[56]* )
4747 opsys=aix4-2
4749 powerpc-ibm-aix[56]* )
4750 opsys=aix4-2
4753 ## Silicon Graphics machines
4754 ## Iris 4D
4755 mips-sgi-irix6.5 )
4756 opsys=irix6-5
4757 # Without defining _LANGUAGE_C, things get masked out in the headers
4758 # so that, for instance, grepping for `free' in stdlib.h fails and
4759 # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m).
4760 NON_GCC_TEST_OPTIONS="-D_LANGUAGE_C"
4763 ## Suns
4764 *-sun-solaris* \
4765 | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* \
4766 | x86_64-*-solaris2* | x86_64-*-sunos5*)
4767 case "${canonical}" in
4768 i[3456]86-*-* ) ;;
4769 amd64-*-*|x86_64-*-*) ;;
4770 sparc* ) ;;
4771 * ) unported=yes ;;
4772 esac
4773 case "${canonical}" in
4774 *-sunos5.6* | *-solaris2.6* )
4775 opsys=sol2-6
4776 RANLIB="ar -ts"
4778 *-sunos5.[7-9]* | *-solaris2.[7-9]* )
4779 opsys=sol2-6
4780 emacs_check_sunpro_c=yes
4782 *-sunos5* | *-solaris* )
4783 opsys=sol2-10
4784 emacs_check_sunpro_c=yes
4786 esac
4787 ## Watch out for a compiler that we know will not work.
4788 case "${canonical}" in
4789 *-solaris* | *-sunos5* )
4790 if [ "x$CC" = x/usr/ucb/cc ]; then
4791 ## /usr/ucb/cc doesn't work;
4792 ## we should find some other compiler that does work.
4793 unset CC
4796 *) ;;
4797 esac
4800 ## Intel 386 machines where we don't care about the manufacturer.
4801 i[3456]86-*-* )
4802 case "${canonical}" in
4803 *-darwin* ) opsys=darwin ;;
4804 *-mingw32 )
4805 opsys=mingw32
4806 # MinGW overrides and adds some system headers in nt/inc.
4807 GCC_TEST_OPTIONS="-I $srcdir/nt/inc"
4809 *-sysv4.2uw* ) opsys=unixware ;;
4810 *-sysv5uw* ) opsys=unixware ;;
4811 *-sysv5OpenUNIX* ) opsys=unixware ;;
4812 ## Otherwise, we'll fall through to the generic opsys code at the bottom.
4813 esac
4817 unported=yes
4819 esac
4821 ### If the code above didn't choose an operating system, just choose
4822 ### an operating system based on the configuration name. You really
4823 ### only want to use this when you have no idea what the right
4824 ### operating system is; if you know what operating systems a machine
4825 ### runs, it's cleaner to make it explicit in the case statement
4826 ### above.
4827 if test x"${opsys}" = x; then
4828 case "${canonical}" in
4829 *-gnu* ) opsys=gnu ;;
4831 unported=yes
4833 esac
4838 if test $unported = yes; then
4839 as_fn_error "Emacs hasn't been ported to \`${canonical}' systems.
4840 Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5
4844 #### Choose a compiler.
4846 ac_ext=c
4847 ac_cpp='$CPP $CPPFLAGS'
4848 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4849 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4850 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4851 if test -n "$ac_tool_prefix"; then
4852 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4853 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4855 $as_echo_n "checking for $ac_word... " >&6; }
4856 if test "${ac_cv_prog_CC+set}" = set; then :
4857 $as_echo_n "(cached) " >&6
4858 else
4859 if test -n "$CC"; then
4860 ac_cv_prog_CC="$CC" # Let the user override the test.
4861 else
4862 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4863 for as_dir in $PATH
4865 IFS=$as_save_IFS
4866 test -z "$as_dir" && as_dir=.
4867 for ac_exec_ext in '' $ac_executable_extensions; do
4868 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4869 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4871 break 2
4873 done
4874 done
4875 IFS=$as_save_IFS
4879 CC=$ac_cv_prog_CC
4880 if test -n "$CC"; then
4881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4882 $as_echo "$CC" >&6; }
4883 else
4884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4885 $as_echo "no" >&6; }
4890 if test -z "$ac_cv_prog_CC"; then
4891 ac_ct_CC=$CC
4892 # Extract the first word of "gcc", so it can be a program name with args.
4893 set dummy gcc; ac_word=$2
4894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4895 $as_echo_n "checking for $ac_word... " >&6; }
4896 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4897 $as_echo_n "(cached) " >&6
4898 else
4899 if test -n "$ac_ct_CC"; then
4900 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4901 else
4902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4903 for as_dir in $PATH
4905 IFS=$as_save_IFS
4906 test -z "$as_dir" && as_dir=.
4907 for ac_exec_ext in '' $ac_executable_extensions; do
4908 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4909 ac_cv_prog_ac_ct_CC="gcc"
4910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4911 break 2
4913 done
4914 done
4915 IFS=$as_save_IFS
4919 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4920 if test -n "$ac_ct_CC"; then
4921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4922 $as_echo "$ac_ct_CC" >&6; }
4923 else
4924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4925 $as_echo "no" >&6; }
4928 if test "x$ac_ct_CC" = x; then
4929 CC=""
4930 else
4931 case $cross_compiling:$ac_tool_warned in
4932 yes:)
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4934 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4935 ac_tool_warned=yes ;;
4936 esac
4937 CC=$ac_ct_CC
4939 else
4940 CC="$ac_cv_prog_CC"
4943 if test -z "$CC"; then
4944 if test -n "$ac_tool_prefix"; then
4945 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4946 set dummy ${ac_tool_prefix}cc; ac_word=$2
4947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4948 $as_echo_n "checking for $ac_word... " >&6; }
4949 if test "${ac_cv_prog_CC+set}" = set; then :
4950 $as_echo_n "(cached) " >&6
4951 else
4952 if test -n "$CC"; then
4953 ac_cv_prog_CC="$CC" # Let the user override the test.
4954 else
4955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4956 for as_dir in $PATH
4958 IFS=$as_save_IFS
4959 test -z "$as_dir" && as_dir=.
4960 for ac_exec_ext in '' $ac_executable_extensions; do
4961 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4962 ac_cv_prog_CC="${ac_tool_prefix}cc"
4963 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4964 break 2
4966 done
4967 done
4968 IFS=$as_save_IFS
4972 CC=$ac_cv_prog_CC
4973 if test -n "$CC"; then
4974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4975 $as_echo "$CC" >&6; }
4976 else
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4978 $as_echo "no" >&6; }
4984 if test -z "$CC"; then
4985 # Extract the first word of "cc", so it can be a program name with args.
4986 set dummy cc; ac_word=$2
4987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4988 $as_echo_n "checking for $ac_word... " >&6; }
4989 if test "${ac_cv_prog_CC+set}" = set; then :
4990 $as_echo_n "(cached) " >&6
4991 else
4992 if test -n "$CC"; then
4993 ac_cv_prog_CC="$CC" # Let the user override the test.
4994 else
4995 ac_prog_rejected=no
4996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4997 for as_dir in $PATH
4999 IFS=$as_save_IFS
5000 test -z "$as_dir" && as_dir=.
5001 for ac_exec_ext in '' $ac_executable_extensions; do
5002 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5003 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
5004 ac_prog_rejected=yes
5005 continue
5007 ac_cv_prog_CC="cc"
5008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5009 break 2
5011 done
5012 done
5013 IFS=$as_save_IFS
5015 if test $ac_prog_rejected = yes; then
5016 # We found a bogon in the path, so make sure we never use it.
5017 set dummy $ac_cv_prog_CC
5018 shift
5019 if test $# != 0; then
5020 # We chose a different compiler from the bogus one.
5021 # However, it has the same basename, so the bogon will be chosen
5022 # first if we set CC to just the basename; use the full file name.
5023 shift
5024 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
5029 CC=$ac_cv_prog_CC
5030 if test -n "$CC"; then
5031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5032 $as_echo "$CC" >&6; }
5033 else
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5035 $as_echo "no" >&6; }
5040 if test -z "$CC"; then
5041 if test -n "$ac_tool_prefix"; then
5042 for ac_prog in cl.exe
5044 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5045 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5047 $as_echo_n "checking for $ac_word... " >&6; }
5048 if test "${ac_cv_prog_CC+set}" = set; then :
5049 $as_echo_n "(cached) " >&6
5050 else
5051 if test -n "$CC"; then
5052 ac_cv_prog_CC="$CC" # Let the user override the test.
5053 else
5054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5055 for as_dir in $PATH
5057 IFS=$as_save_IFS
5058 test -z "$as_dir" && as_dir=.
5059 for ac_exec_ext in '' $ac_executable_extensions; do
5060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5061 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5062 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5063 break 2
5065 done
5066 done
5067 IFS=$as_save_IFS
5071 CC=$ac_cv_prog_CC
5072 if test -n "$CC"; then
5073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5074 $as_echo "$CC" >&6; }
5075 else
5076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5077 $as_echo "no" >&6; }
5081 test -n "$CC" && break
5082 done
5084 if test -z "$CC"; then
5085 ac_ct_CC=$CC
5086 for ac_prog in cl.exe
5088 # Extract the first word of "$ac_prog", so it can be a program name with args.
5089 set dummy $ac_prog; ac_word=$2
5090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5091 $as_echo_n "checking for $ac_word... " >&6; }
5092 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
5093 $as_echo_n "(cached) " >&6
5094 else
5095 if test -n "$ac_ct_CC"; then
5096 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5097 else
5098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5099 for as_dir in $PATH
5101 IFS=$as_save_IFS
5102 test -z "$as_dir" && as_dir=.
5103 for ac_exec_ext in '' $ac_executable_extensions; do
5104 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5105 ac_cv_prog_ac_ct_CC="$ac_prog"
5106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5107 break 2
5109 done
5110 done
5111 IFS=$as_save_IFS
5115 ac_ct_CC=$ac_cv_prog_ac_ct_CC
5116 if test -n "$ac_ct_CC"; then
5117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
5118 $as_echo "$ac_ct_CC" >&6; }
5119 else
5120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5121 $as_echo "no" >&6; }
5125 test -n "$ac_ct_CC" && break
5126 done
5128 if test "x$ac_ct_CC" = x; then
5129 CC=""
5130 else
5131 case $cross_compiling:$ac_tool_warned in
5132 yes:)
5133 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5134 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5135 ac_tool_warned=yes ;;
5136 esac
5137 CC=$ac_ct_CC
5144 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5145 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5146 as_fn_error "no acceptable C compiler found in \$PATH
5147 See \`config.log' for more details." "$LINENO" 5; }
5149 # Provide some information about the compiler.
5150 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
5151 set X $ac_compile
5152 ac_compiler=$2
5153 for ac_option in --version -v -V -qversion; do
5154 { { ac_try="$ac_compiler $ac_option >&5"
5155 case "(($ac_try" in
5156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5157 *) ac_try_echo=$ac_try;;
5158 esac
5159 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5160 $as_echo "$ac_try_echo"; } >&5
5161 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5162 ac_status=$?
5163 if test -s conftest.err; then
5164 sed '10a\
5165 ... rest of stderr output deleted ...
5166 10q' conftest.err >conftest.er1
5167 cat conftest.er1 >&5
5169 rm -f conftest.er1 conftest.err
5170 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5171 test $ac_status = 0; }
5172 done
5174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5175 /* end confdefs.h. */
5178 main ()
5182 return 0;
5184 _ACEOF
5185 ac_clean_files_save=$ac_clean_files
5186 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
5187 # Try to create an executable without -o first, disregard a.out.
5188 # It will help us diagnose broken compilers, and finding out an intuition
5189 # of exeext.
5190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
5191 $as_echo_n "checking whether the C compiler works... " >&6; }
5192 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
5194 # The possible output files:
5195 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
5197 ac_rmfiles=
5198 for ac_file in $ac_files
5200 case $ac_file in
5201 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5202 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
5203 esac
5204 done
5205 rm -f $ac_rmfiles
5207 if { { ac_try="$ac_link_default"
5208 case "(($ac_try" in
5209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5210 *) ac_try_echo=$ac_try;;
5211 esac
5212 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5213 $as_echo "$ac_try_echo"; } >&5
5214 (eval "$ac_link_default") 2>&5
5215 ac_status=$?
5216 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5217 test $ac_status = 0; }; then :
5218 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
5219 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
5220 # in a Makefile. We should not override ac_cv_exeext if it was cached,
5221 # so that the user can short-circuit this test for compilers unknown to
5222 # Autoconf.
5223 for ac_file in $ac_files ''
5225 test -f "$ac_file" || continue
5226 case $ac_file in
5227 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
5229 [ab].out )
5230 # We found the default executable, but exeext='' is most
5231 # certainly right.
5232 break;;
5233 *.* )
5234 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
5235 then :; else
5236 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5238 # We set ac_cv_exeext here because the later test for it is not
5239 # safe: cross compilers may not add the suffix if given an `-o'
5240 # argument, so we may need to know it at that point already.
5241 # Even if this section looks crufty: it has the advantage of
5242 # actually working.
5243 break;;
5245 break;;
5246 esac
5247 done
5248 test "$ac_cv_exeext" = no && ac_cv_exeext=
5250 else
5251 ac_file=''
5253 if test -z "$ac_file"; then :
5254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5255 $as_echo "no" >&6; }
5256 $as_echo "$as_me: failed program was:" >&5
5257 sed 's/^/| /' conftest.$ac_ext >&5
5259 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5260 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5261 { as_fn_set_status 77
5262 as_fn_error "C compiler cannot create executables
5263 See \`config.log' for more details." "$LINENO" 5; }; }
5264 else
5265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5266 $as_echo "yes" >&6; }
5268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
5269 $as_echo_n "checking for C compiler default output file name... " >&6; }
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
5271 $as_echo "$ac_file" >&6; }
5272 ac_exeext=$ac_cv_exeext
5274 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
5275 ac_clean_files=$ac_clean_files_save
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
5277 $as_echo_n "checking for suffix of executables... " >&6; }
5278 if { { ac_try="$ac_link"
5279 case "(($ac_try" in
5280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5281 *) ac_try_echo=$ac_try;;
5282 esac
5283 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5284 $as_echo "$ac_try_echo"; } >&5
5285 (eval "$ac_link") 2>&5
5286 ac_status=$?
5287 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5288 test $ac_status = 0; }; then :
5289 # If both `conftest.exe' and `conftest' are `present' (well, observable)
5290 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
5291 # work properly (i.e., refer to `conftest.exe'), while it won't with
5292 # `rm'.
5293 for ac_file in conftest.exe conftest conftest.*; do
5294 test -f "$ac_file" || continue
5295 case $ac_file in
5296 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5297 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5298 break;;
5299 * ) break;;
5300 esac
5301 done
5302 else
5303 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5304 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5305 as_fn_error "cannot compute suffix of executables: cannot compile and link
5306 See \`config.log' for more details." "$LINENO" 5; }
5308 rm -f conftest conftest$ac_cv_exeext
5309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
5310 $as_echo "$ac_cv_exeext" >&6; }
5312 rm -f conftest.$ac_ext
5313 EXEEXT=$ac_cv_exeext
5314 ac_exeext=$EXEEXT
5315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5316 /* end confdefs.h. */
5317 #include <stdio.h>
5319 main ()
5321 FILE *f = fopen ("conftest.out", "w");
5322 return ferror (f) || fclose (f) != 0;
5325 return 0;
5327 _ACEOF
5328 ac_clean_files="$ac_clean_files conftest.out"
5329 # Check that the compiler produces executables we can run. If not, either
5330 # the compiler is broken, or we cross compile.
5331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
5332 $as_echo_n "checking whether we are cross compiling... " >&6; }
5333 if test "$cross_compiling" != yes; then
5334 { { ac_try="$ac_link"
5335 case "(($ac_try" in
5336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5337 *) ac_try_echo=$ac_try;;
5338 esac
5339 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5340 $as_echo "$ac_try_echo"; } >&5
5341 (eval "$ac_link") 2>&5
5342 ac_status=$?
5343 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5344 test $ac_status = 0; }
5345 if { ac_try='./conftest$ac_cv_exeext'
5346 { { case "(($ac_try" in
5347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5348 *) ac_try_echo=$ac_try;;
5349 esac
5350 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5351 $as_echo "$ac_try_echo"; } >&5
5352 (eval "$ac_try") 2>&5
5353 ac_status=$?
5354 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5355 test $ac_status = 0; }; }; then
5356 cross_compiling=no
5357 else
5358 if test "$cross_compiling" = maybe; then
5359 cross_compiling=yes
5360 else
5361 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5362 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5363 as_fn_error "cannot run C compiled programs.
5364 If you meant to cross compile, use \`--host'.
5365 See \`config.log' for more details." "$LINENO" 5; }
5369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
5370 $as_echo "$cross_compiling" >&6; }
5372 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
5373 ac_clean_files=$ac_clean_files_save
5374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
5375 $as_echo_n "checking for suffix of object files... " >&6; }
5376 if test "${ac_cv_objext+set}" = set; then :
5377 $as_echo_n "(cached) " >&6
5378 else
5379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5380 /* end confdefs.h. */
5383 main ()
5387 return 0;
5389 _ACEOF
5390 rm -f conftest.o conftest.obj
5391 if { { ac_try="$ac_compile"
5392 case "(($ac_try" in
5393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5394 *) ac_try_echo=$ac_try;;
5395 esac
5396 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5397 $as_echo "$ac_try_echo"; } >&5
5398 (eval "$ac_compile") 2>&5
5399 ac_status=$?
5400 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5401 test $ac_status = 0; }; then :
5402 for ac_file in conftest.o conftest.obj conftest.*; do
5403 test -f "$ac_file" || continue;
5404 case $ac_file in
5405 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
5406 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
5407 break;;
5408 esac
5409 done
5410 else
5411 $as_echo "$as_me: failed program was:" >&5
5412 sed 's/^/| /' conftest.$ac_ext >&5
5414 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5415 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5416 as_fn_error "cannot compute suffix of object files: cannot compile
5417 See \`config.log' for more details." "$LINENO" 5; }
5419 rm -f conftest.$ac_cv_objext conftest.$ac_ext
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
5422 $as_echo "$ac_cv_objext" >&6; }
5423 OBJEXT=$ac_cv_objext
5424 ac_objext=$OBJEXT
5425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
5426 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
5427 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
5428 $as_echo_n "(cached) " >&6
5429 else
5430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5431 /* end confdefs.h. */
5434 main ()
5436 #ifndef __GNUC__
5437 choke me
5438 #endif
5441 return 0;
5443 _ACEOF
5444 if ac_fn_c_try_compile "$LINENO"; then :
5445 ac_compiler_gnu=yes
5446 else
5447 ac_compiler_gnu=no
5449 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5450 ac_cv_c_compiler_gnu=$ac_compiler_gnu
5453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
5454 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
5455 if test $ac_compiler_gnu = yes; then
5456 GCC=yes
5457 else
5458 GCC=
5460 ac_test_CFLAGS=${CFLAGS+set}
5461 ac_save_CFLAGS=$CFLAGS
5462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5463 $as_echo_n "checking whether $CC accepts -g... " >&6; }
5464 if test "${ac_cv_prog_cc_g+set}" = set; then :
5465 $as_echo_n "(cached) " >&6
5466 else
5467 ac_save_c_werror_flag=$ac_c_werror_flag
5468 ac_c_werror_flag=yes
5469 ac_cv_prog_cc_g=no
5470 CFLAGS="-g"
5471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5472 /* end confdefs.h. */
5475 main ()
5479 return 0;
5481 _ACEOF
5482 if ac_fn_c_try_compile "$LINENO"; then :
5483 ac_cv_prog_cc_g=yes
5484 else
5485 CFLAGS=""
5486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5487 /* end confdefs.h. */
5490 main ()
5494 return 0;
5496 _ACEOF
5497 if ac_fn_c_try_compile "$LINENO"; then :
5499 else
5500 ac_c_werror_flag=$ac_save_c_werror_flag
5501 CFLAGS="-g"
5502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5503 /* end confdefs.h. */
5506 main ()
5510 return 0;
5512 _ACEOF
5513 if ac_fn_c_try_compile "$LINENO"; then :
5514 ac_cv_prog_cc_g=yes
5516 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5521 ac_c_werror_flag=$ac_save_c_werror_flag
5523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5524 $as_echo "$ac_cv_prog_cc_g" >&6; }
5525 if test "$ac_test_CFLAGS" = set; then
5526 CFLAGS=$ac_save_CFLAGS
5527 elif test $ac_cv_prog_cc_g = yes; then
5528 if test "$GCC" = yes; then
5529 CFLAGS="-g -O2"
5530 else
5531 CFLAGS="-g"
5533 else
5534 if test "$GCC" = yes; then
5535 CFLAGS="-O2"
5536 else
5537 CFLAGS=
5540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5541 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5542 if test "${ac_cv_prog_cc_c89+set}" = set; then :
5543 $as_echo_n "(cached) " >&6
5544 else
5545 ac_cv_prog_cc_c89=no
5546 ac_save_CC=$CC
5547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5548 /* end confdefs.h. */
5549 #include <stdarg.h>
5550 #include <stdio.h>
5551 #include <sys/types.h>
5552 #include <sys/stat.h>
5553 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5554 struct buf { int x; };
5555 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5556 static char *e (p, i)
5557 char **p;
5558 int i;
5560 return p[i];
5562 static char *f (char * (*g) (char **, int), char **p, ...)
5564 char *s;
5565 va_list v;
5566 va_start (v,p);
5567 s = g (p, va_arg (v,int));
5568 va_end (v);
5569 return s;
5572 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5573 function prototypes and stuff, but not '\xHH' hex character constants.
5574 These don't provoke an error unfortunately, instead are silently treated
5575 as 'x'. The following induces an error, until -std is added to get
5576 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5577 array size at least. It's necessary to write '\x00'==0 to get something
5578 that's true only with -std. */
5579 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5581 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5582 inside strings and character constants. */
5583 #define FOO(x) 'x'
5584 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5586 int test (int i, double x);
5587 struct s1 {int (*f) (int a);};
5588 struct s2 {int (*f) (double a);};
5589 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5590 int argc;
5591 char **argv;
5593 main ()
5595 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5597 return 0;
5599 _ACEOF
5600 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5601 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5603 CC="$ac_save_CC $ac_arg"
5604 if ac_fn_c_try_compile "$LINENO"; then :
5605 ac_cv_prog_cc_c89=$ac_arg
5607 rm -f core conftest.err conftest.$ac_objext
5608 test "x$ac_cv_prog_cc_c89" != "xno" && break
5609 done
5610 rm -f conftest.$ac_ext
5611 CC=$ac_save_CC
5614 # AC_CACHE_VAL
5615 case "x$ac_cv_prog_cc_c89" in
5617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5618 $as_echo "none needed" >&6; } ;;
5619 xno)
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5621 $as_echo "unsupported" >&6; } ;;
5623 CC="$CC $ac_cv_prog_cc_c89"
5624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5625 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5626 esac
5627 if test "x$ac_cv_prog_cc_c89" != xno; then :
5631 ac_ext=c
5632 ac_cpp='$CPP $CPPFLAGS'
5633 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5634 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5635 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5636 DEPDIR="${am__leading_dot}deps"
5638 ac_config_commands="$ac_config_commands depfiles"
5641 am_make=${MAKE-make}
5642 cat > confinc << 'END'
5643 am__doit:
5644 @echo this is the am__doit target
5645 .PHONY: am__doit
5647 # If we don't find an include directive, just comment out the code.
5648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
5649 $as_echo_n "checking for style of include used by $am_make... " >&6; }
5650 am__include="#"
5651 am__quote=
5652 _am_result=none
5653 # First try GNU make style include.
5654 echo "include confinc" > confmf
5655 # Ignore all kinds of additional output from `make'.
5656 case `$am_make -s -f confmf 2> /dev/null` in #(
5657 *the\ am__doit\ target*)
5658 am__include=include
5659 am__quote=
5660 _am_result=GNU
5662 esac
5663 # Now try BSD make style include.
5664 if test "$am__include" = "#"; then
5665 echo '.include "confinc"' > confmf
5666 case `$am_make -s -f confmf 2> /dev/null` in #(
5667 *the\ am__doit\ target*)
5668 am__include=.include
5669 am__quote="\""
5670 _am_result=BSD
5672 esac
5676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
5677 $as_echo "$_am_result" >&6; }
5678 rm -f confinc confmf
5680 # Check whether --enable-dependency-tracking was given.
5681 if test "${enable_dependency_tracking+set}" = set; then :
5682 enableval=$enable_dependency_tracking;
5685 if test "x$enable_dependency_tracking" != xno; then
5686 am_depcomp="$ac_aux_dir/depcomp"
5687 AMDEPBACKSLASH='\'
5689 if test "x$enable_dependency_tracking" != xno; then
5690 AMDEP_TRUE=
5691 AMDEP_FALSE='#'
5692 else
5693 AMDEP_TRUE='#'
5694 AMDEP_FALSE=
5699 depcc="$CC" am_compiler_list=
5701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5702 $as_echo_n "checking dependency style of $depcc... " >&6; }
5703 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
5704 $as_echo_n "(cached) " >&6
5705 else
5706 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5707 # We make a subdir and do the tests there. Otherwise we can end up
5708 # making bogus files that we don't know about and never remove. For
5709 # instance it was reported that on HP-UX the gcc test will end up
5710 # making a dummy file named `D' -- because `-MD' means `put the output
5711 # in D'.
5712 mkdir conftest.dir
5713 # Copy depcomp to subdir because otherwise we won't find it if we're
5714 # using a relative directory.
5715 cp "$am_depcomp" conftest.dir
5716 cd conftest.dir
5717 # We will build objects and dependencies in a subdirectory because
5718 # it helps to detect inapplicable dependency modes. For instance
5719 # both Tru64's cc and ICC support -MD to output dependencies as a
5720 # side effect of compilation, but ICC will put the dependencies in
5721 # the current directory while Tru64 will put them in the object
5722 # directory.
5723 mkdir sub
5725 am_cv_CC_dependencies_compiler_type=none
5726 if test "$am_compiler_list" = ""; then
5727 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5729 am__universal=false
5730 case " $depcc " in #(
5731 *\ -arch\ *\ -arch\ *) am__universal=true ;;
5732 esac
5734 for depmode in $am_compiler_list; do
5735 # Setup a source with many dependencies, because some compilers
5736 # like to wrap large dependency lists on column 80 (with \), and
5737 # we should not choose a depcomp mode which is confused by this.
5739 # We need to recreate these files for each test, as the compiler may
5740 # overwrite some of them when testing with obscure command lines.
5741 # This happens at least with the AIX C compiler.
5742 : > sub/conftest.c
5743 for i in 1 2 3 4 5 6; do
5744 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5745 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5746 # Solaris 8's {/usr,}/bin/sh.
5747 touch sub/conftst$i.h
5748 done
5749 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5751 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5752 # mode. It turns out that the SunPro C++ compiler does not properly
5753 # handle `-M -o', and we need to detect this. Also, some Intel
5754 # versions had trouble with output in subdirs
5755 am__obj=sub/conftest.${OBJEXT-o}
5756 am__minus_obj="-o $am__obj"
5757 case $depmode in
5758 gcc)
5759 # This depmode causes a compiler race in universal mode.
5760 test "$am__universal" = false || continue
5762 nosideeffect)
5763 # after this tag, mechanisms are not by side-effect, so they'll
5764 # only be used when explicitly requested
5765 if test "x$enable_dependency_tracking" = xyes; then
5766 continue
5767 else
5768 break
5771 msvisualcpp | msvcmsys)
5772 # This compiler won't grok `-c -o', but also, the minuso test has
5773 # not run yet. These depmodes are late enough in the game, and
5774 # so weak that their functioning should not be impacted.
5775 am__obj=conftest.${OBJEXT-o}
5776 am__minus_obj=
5778 none) break ;;
5779 esac
5780 if depmode=$depmode \
5781 source=sub/conftest.c object=$am__obj \
5782 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5783 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
5784 >/dev/null 2>conftest.err &&
5785 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
5786 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5787 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
5788 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5789 # icc doesn't choke on unknown options, it will just issue warnings
5790 # or remarks (even with -Werror). So we grep stderr for any message
5791 # that says an option was ignored or not supported.
5792 # When given -MP, icc 7.0 and 7.1 complain thusly:
5793 # icc: Command line warning: ignoring option '-M'; no argument required
5794 # The diagnosis changed in icc 8.0:
5795 # icc: Command line remark: option '-MP' not supported
5796 if (grep 'ignoring option' conftest.err ||
5797 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5798 am_cv_CC_dependencies_compiler_type=$depmode
5799 break
5802 done
5804 cd ..
5805 rm -rf conftest.dir
5806 else
5807 am_cv_CC_dependencies_compiler_type=none
5811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
5812 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
5813 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5816 test "x$enable_dependency_tracking" != xno \
5817 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
5818 am__fastdepCC_TRUE=
5819 am__fastdepCC_FALSE='#'
5820 else
5821 am__fastdepCC_TRUE='#'
5822 am__fastdepCC_FALSE=
5826 if test "x$CC" != xcc; then
5827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
5828 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
5829 else
5830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
5831 $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
5833 set dummy $CC; ac_cc=`$as_echo "$2" |
5834 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
5835 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
5836 $as_echo_n "(cached) " >&6
5837 else
5838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5839 /* end confdefs.h. */
5842 main ()
5846 return 0;
5848 _ACEOF
5849 # Make sure it works both with $CC and with simple cc.
5850 # We do the test twice because some compilers refuse to overwrite an
5851 # existing .o file with -o, though they will create one.
5852 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
5853 rm -f conftest2.*
5854 if { { case "(($ac_try" in
5855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5856 *) ac_try_echo=$ac_try;;
5857 esac
5858 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5859 $as_echo "$ac_try_echo"; } >&5
5860 (eval "$ac_try") 2>&5
5861 ac_status=$?
5862 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5863 test $ac_status = 0; } &&
5864 test -f conftest2.$ac_objext && { { case "(($ac_try" in
5865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5866 *) ac_try_echo=$ac_try;;
5867 esac
5868 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5869 $as_echo "$ac_try_echo"; } >&5
5870 (eval "$ac_try") 2>&5
5871 ac_status=$?
5872 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5873 test $ac_status = 0; };
5874 then
5875 eval ac_cv_prog_cc_${ac_cc}_c_o=yes
5876 if test "x$CC" != xcc; then
5877 # Test first that cc exists at all.
5878 if { ac_try='cc -c conftest.$ac_ext >&5'
5879 { { case "(($ac_try" in
5880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5881 *) ac_try_echo=$ac_try;;
5882 esac
5883 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5884 $as_echo "$ac_try_echo"; } >&5
5885 (eval "$ac_try") 2>&5
5886 ac_status=$?
5887 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5888 test $ac_status = 0; }; }; then
5889 ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
5890 rm -f conftest2.*
5891 if { { 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 test -f conftest2.$ac_objext && { { case "(($ac_try" in
5902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5903 *) ac_try_echo=$ac_try;;
5904 esac
5905 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5906 $as_echo "$ac_try_echo"; } >&5
5907 (eval "$ac_try") 2>&5
5908 ac_status=$?
5909 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5910 test $ac_status = 0; };
5911 then
5912 # cc works too.
5914 else
5915 # cc exists but doesn't like -o.
5916 eval ac_cv_prog_cc_${ac_cc}_c_o=no
5920 else
5921 eval ac_cv_prog_cc_${ac_cc}_c_o=no
5923 rm -f core conftest*
5926 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
5927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5928 $as_echo "yes" >&6; }
5929 else
5930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5931 $as_echo "no" >&6; }
5933 $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
5937 # FIXME: we rely on the cache variable name because
5938 # there is no other way.
5939 set dummy $CC
5940 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
5941 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
5942 if test "$am_t" != yes; then
5943 # Losing compiler, so override with the script.
5944 # FIXME: It is wrong to rewrite CC.
5945 # But if we don't then we get into trouble of one sort or another.
5946 # A longer-term fix would be to have automake use am__CC in this case,
5947 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5948 CC="$am_aux_dir/compile $CC"
5953 if test x$GCC = xyes; then
5954 test "x$GCC_TEST_OPTIONS" != x && CC="$CC $GCC_TEST_OPTIONS"
5955 else
5956 test "x$NON_GCC_TEST_OPTIONS" != x && CC="$CC $NON_GCC_TEST_OPTIONS"
5959 if test "x$opsys" = "xmingw32"; then
5960 BUILDING_FOR_WINDOWSNT_TRUE=
5961 BUILDING_FOR_WINDOWSNT_FALSE='#'
5962 else
5963 BUILDING_FOR_WINDOWSNT_TRUE='#'
5964 BUILDING_FOR_WINDOWSNT_FALSE=
5968 # Avoid gnulib's tests for HAVE_WORKING_O_NOATIME and HAVE_WORKING_O_NOFOLLOW,
5969 # as we don't use them.
5971 # Avoid gnulib's threadlib module, as we do threads our own way.
5974 # Initialize gnulib right after choosing the compiler.
5976 ac_ext=c
5977 ac_cpp='$CPP $CPPFLAGS'
5978 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5979 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5980 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5982 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5983 # On Suns, sometimes $CPP names a directory.
5984 if test -n "$CPP" && test -d "$CPP"; then
5985 CPP=
5987 if test -z "$CPP"; then
5988 if test "${ac_cv_prog_CPP+set}" = set; then :
5989 $as_echo_n "(cached) " >&6
5990 else
5991 # Double quotes because CPP needs to be expanded
5992 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5994 ac_preproc_ok=false
5995 for ac_c_preproc_warn_flag in '' yes
5997 # Use a header file that comes with gcc, so configuring glibc
5998 # with a fresh cross-compiler works.
5999 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6000 # <limits.h> exists even on freestanding compilers.
6001 # On the NeXT, cc -E runs the code through the compiler's parser,
6002 # not just through cpp. "Syntax error" is here to catch this case.
6003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6004 /* end confdefs.h. */
6005 #ifdef __STDC__
6006 # include <limits.h>
6007 #else
6008 # include <assert.h>
6009 #endif
6010 Syntax error
6011 _ACEOF
6012 if ac_fn_c_try_cpp "$LINENO"; then :
6014 else
6015 # Broken: fails on valid input.
6016 continue
6018 rm -f conftest.err conftest.$ac_ext
6020 # OK, works on sane cases. Now check whether nonexistent headers
6021 # can be detected and how.
6022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6023 /* end confdefs.h. */
6024 #include <ac_nonexistent.h>
6025 _ACEOF
6026 if ac_fn_c_try_cpp "$LINENO"; then :
6027 # Broken: success on invalid input.
6028 continue
6029 else
6030 # Passes both tests.
6031 ac_preproc_ok=:
6032 break
6034 rm -f conftest.err conftest.$ac_ext
6036 done
6037 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6038 rm -f conftest.err conftest.$ac_ext
6039 if $ac_preproc_ok; then :
6040 break
6043 done
6044 ac_cv_prog_CPP=$CPP
6047 CPP=$ac_cv_prog_CPP
6048 else
6049 ac_cv_prog_CPP=$CPP
6051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6052 $as_echo "$CPP" >&6; }
6053 ac_preproc_ok=false
6054 for ac_c_preproc_warn_flag in '' yes
6056 # Use a header file that comes with gcc, so configuring glibc
6057 # with a fresh cross-compiler works.
6058 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6059 # <limits.h> exists even on freestanding compilers.
6060 # On the NeXT, cc -E runs the code through the compiler's parser,
6061 # not just through cpp. "Syntax error" is here to catch this case.
6062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6063 /* end confdefs.h. */
6064 #ifdef __STDC__
6065 # include <limits.h>
6066 #else
6067 # include <assert.h>
6068 #endif
6069 Syntax error
6070 _ACEOF
6071 if ac_fn_c_try_cpp "$LINENO"; then :
6073 else
6074 # Broken: fails on valid input.
6075 continue
6077 rm -f conftest.err conftest.$ac_ext
6079 # OK, works on sane cases. Now check whether nonexistent headers
6080 # can be detected and how.
6081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6082 /* end confdefs.h. */
6083 #include <ac_nonexistent.h>
6084 _ACEOF
6085 if ac_fn_c_try_cpp "$LINENO"; then :
6086 # Broken: success on invalid input.
6087 continue
6088 else
6089 # Passes both tests.
6090 ac_preproc_ok=:
6091 break
6093 rm -f conftest.err conftest.$ac_ext
6095 done
6096 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6097 rm -f conftest.err conftest.$ac_ext
6098 if $ac_preproc_ok; then :
6100 else
6101 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6102 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6103 as_fn_error "C preprocessor \"$CPP\" fails sanity check
6104 See \`config.log' for more details." "$LINENO" 5; }
6107 ac_ext=c
6108 ac_cpp='$CPP $CPPFLAGS'
6109 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6110 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6111 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
6115 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6116 if test "${ac_cv_path_GREP+set}" = set; then :
6117 $as_echo_n "(cached) " >&6
6118 else
6119 if test -z "$GREP"; then
6120 ac_path_GREP_found=false
6121 # Loop through the user's path and test for each of PROGNAME-LIST
6122 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6123 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6125 IFS=$as_save_IFS
6126 test -z "$as_dir" && as_dir=.
6127 for ac_prog in grep ggrep; do
6128 for ac_exec_ext in '' $ac_executable_extensions; do
6129 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6130 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6131 # Check for GNU ac_path_GREP and select it if it is found.
6132 # Check for GNU $ac_path_GREP
6133 case `"$ac_path_GREP" --version 2>&1` in
6134 *GNU*)
6135 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6137 ac_count=0
6138 $as_echo_n 0123456789 >"conftest.in"
6139 while :
6141 cat "conftest.in" "conftest.in" >"conftest.tmp"
6142 mv "conftest.tmp" "conftest.in"
6143 cp "conftest.in" "conftest.nl"
6144 $as_echo 'GREP' >> "conftest.nl"
6145 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6146 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6147 as_fn_arith $ac_count + 1 && ac_count=$as_val
6148 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6149 # Best one so far, save it but keep looking for a better one
6150 ac_cv_path_GREP="$ac_path_GREP"
6151 ac_path_GREP_max=$ac_count
6153 # 10*(2^10) chars as input seems more than enough
6154 test $ac_count -gt 10 && break
6155 done
6156 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6157 esac
6159 $ac_path_GREP_found && break 3
6160 done
6161 done
6162 done
6163 IFS=$as_save_IFS
6164 if test -z "$ac_cv_path_GREP"; then
6165 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6167 else
6168 ac_cv_path_GREP=$GREP
6172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
6173 $as_echo "$ac_cv_path_GREP" >&6; }
6174 GREP="$ac_cv_path_GREP"
6177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
6178 $as_echo_n "checking for egrep... " >&6; }
6179 if test "${ac_cv_path_EGREP+set}" = set; then :
6180 $as_echo_n "(cached) " >&6
6181 else
6182 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6183 then ac_cv_path_EGREP="$GREP -E"
6184 else
6185 if test -z "$EGREP"; then
6186 ac_path_EGREP_found=false
6187 # Loop through the user's path and test for each of PROGNAME-LIST
6188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6189 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6191 IFS=$as_save_IFS
6192 test -z "$as_dir" && as_dir=.
6193 for ac_prog in egrep; do
6194 for ac_exec_ext in '' $ac_executable_extensions; do
6195 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6196 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6197 # Check for GNU ac_path_EGREP and select it if it is found.
6198 # Check for GNU $ac_path_EGREP
6199 case `"$ac_path_EGREP" --version 2>&1` in
6200 *GNU*)
6201 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6203 ac_count=0
6204 $as_echo_n 0123456789 >"conftest.in"
6205 while :
6207 cat "conftest.in" "conftest.in" >"conftest.tmp"
6208 mv "conftest.tmp" "conftest.in"
6209 cp "conftest.in" "conftest.nl"
6210 $as_echo 'EGREP' >> "conftest.nl"
6211 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6212 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6213 as_fn_arith $ac_count + 1 && ac_count=$as_val
6214 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6215 # Best one so far, save it but keep looking for a better one
6216 ac_cv_path_EGREP="$ac_path_EGREP"
6217 ac_path_EGREP_max=$ac_count
6219 # 10*(2^10) chars as input seems more than enough
6220 test $ac_count -gt 10 && break
6221 done
6222 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6223 esac
6225 $ac_path_EGREP_found && break 3
6226 done
6227 done
6228 done
6229 IFS=$as_save_IFS
6230 if test -z "$ac_cv_path_EGREP"; then
6231 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6233 else
6234 ac_cv_path_EGREP=$EGREP
6239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
6240 $as_echo "$ac_cv_path_EGREP" >&6; }
6241 EGREP="$ac_cv_path_EGREP"
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Minix Amsterdam compiler" >&5
6247 $as_echo_n "checking for Minix Amsterdam compiler... " >&6; }
6248 if test "${gl_cv_c_amsterdam_compiler+set}" = set; then :
6249 $as_echo_n "(cached) " >&6
6250 else
6252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6253 /* end confdefs.h. */
6255 #ifdef __ACK__
6256 Amsterdam
6257 #endif
6259 _ACEOF
6260 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6261 $EGREP "Amsterdam" >/dev/null 2>&1; then :
6262 gl_cv_c_amsterdam_compiler=yes
6263 else
6264 gl_cv_c_amsterdam_compiler=no
6266 rm -f conftest*
6270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c_amsterdam_compiler" >&5
6271 $as_echo "$gl_cv_c_amsterdam_compiler" >&6; }
6272 if test -z "$AR"; then
6273 if test $gl_cv_c_amsterdam_compiler = yes; then
6274 AR='cc -c.a'
6275 if test -z "$ARFLAGS"; then
6276 ARFLAGS='-o'
6278 else
6279 if test -n "$ac_tool_prefix"; then
6280 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6281 set dummy ${ac_tool_prefix}ar; ac_word=$2
6282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6283 $as_echo_n "checking for $ac_word... " >&6; }
6284 if test "${ac_cv_prog_AR+set}" = set; then :
6285 $as_echo_n "(cached) " >&6
6286 else
6287 if test -n "$AR"; then
6288 ac_cv_prog_AR="$AR" # Let the user override the test.
6289 else
6290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6291 for as_dir in $PATH
6293 IFS=$as_save_IFS
6294 test -z "$as_dir" && as_dir=.
6295 for ac_exec_ext in '' $ac_executable_extensions; do
6296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6297 ac_cv_prog_AR="${ac_tool_prefix}ar"
6298 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6299 break 2
6301 done
6302 done
6303 IFS=$as_save_IFS
6307 AR=$ac_cv_prog_AR
6308 if test -n "$AR"; then
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6310 $as_echo "$AR" >&6; }
6311 else
6312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6313 $as_echo "no" >&6; }
6318 if test -z "$ac_cv_prog_AR"; then
6319 ac_ct_AR=$AR
6320 # Extract the first word of "ar", so it can be a program name with args.
6321 set dummy ar; ac_word=$2
6322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6323 $as_echo_n "checking for $ac_word... " >&6; }
6324 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6325 $as_echo_n "(cached) " >&6
6326 else
6327 if test -n "$ac_ct_AR"; then
6328 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6329 else
6330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6331 for as_dir in $PATH
6333 IFS=$as_save_IFS
6334 test -z "$as_dir" && as_dir=.
6335 for ac_exec_ext in '' $ac_executable_extensions; do
6336 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6337 ac_cv_prog_ac_ct_AR="ar"
6338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6339 break 2
6341 done
6342 done
6343 IFS=$as_save_IFS
6347 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6348 if test -n "$ac_ct_AR"; then
6349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6350 $as_echo "$ac_ct_AR" >&6; }
6351 else
6352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6353 $as_echo "no" >&6; }
6356 if test "x$ac_ct_AR" = x; then
6357 AR="ar"
6358 else
6359 case $cross_compiling:$ac_tool_warned in
6360 yes:)
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6362 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6363 ac_tool_warned=yes ;;
6364 esac
6365 AR=$ac_ct_AR
6367 else
6368 AR="$ac_cv_prog_AR"
6371 if test -z "$ARFLAGS"; then
6372 ARFLAGS='cru'
6375 else
6376 if test -z "$ARFLAGS"; then
6377 ARFLAGS='cru'
6382 if test -z "$RANLIB"; then
6383 if test $gl_cv_c_amsterdam_compiler = yes; then
6384 RANLIB=':'
6385 else
6386 if test -n "$ac_tool_prefix"; then
6387 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6388 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6390 $as_echo_n "checking for $ac_word... " >&6; }
6391 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6392 $as_echo_n "(cached) " >&6
6393 else
6394 if test -n "$RANLIB"; then
6395 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6396 else
6397 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6398 for as_dir in $PATH
6400 IFS=$as_save_IFS
6401 test -z "$as_dir" && as_dir=.
6402 for ac_exec_ext in '' $ac_executable_extensions; do
6403 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6404 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6405 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6406 break 2
6408 done
6409 done
6410 IFS=$as_save_IFS
6414 RANLIB=$ac_cv_prog_RANLIB
6415 if test -n "$RANLIB"; then
6416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6417 $as_echo "$RANLIB" >&6; }
6418 else
6419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6420 $as_echo "no" >&6; }
6425 if test -z "$ac_cv_prog_RANLIB"; then
6426 ac_ct_RANLIB=$RANLIB
6427 # Extract the first word of "ranlib", so it can be a program name with args.
6428 set dummy ranlib; ac_word=$2
6429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6430 $as_echo_n "checking for $ac_word... " >&6; }
6431 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6432 $as_echo_n "(cached) " >&6
6433 else
6434 if test -n "$ac_ct_RANLIB"; then
6435 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6436 else
6437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6438 for as_dir in $PATH
6440 IFS=$as_save_IFS
6441 test -z "$as_dir" && as_dir=.
6442 for ac_exec_ext in '' $ac_executable_extensions; do
6443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6444 ac_cv_prog_ac_ct_RANLIB="ranlib"
6445 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6446 break 2
6448 done
6449 done
6450 IFS=$as_save_IFS
6454 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6455 if test -n "$ac_ct_RANLIB"; then
6456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6457 $as_echo "$ac_ct_RANLIB" >&6; }
6458 else
6459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6460 $as_echo "no" >&6; }
6463 if test "x$ac_ct_RANLIB" = x; then
6464 RANLIB=":"
6465 else
6466 case $cross_compiling:$ac_tool_warned in
6467 yes:)
6468 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6469 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6470 ac_tool_warned=yes ;;
6471 esac
6472 RANLIB=$ac_ct_RANLIB
6474 else
6475 RANLIB="$ac_cv_prog_RANLIB"
6482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6483 $as_echo_n "checking for ANSI C header files... " >&6; }
6484 if test "${ac_cv_header_stdc+set}" = set; then :
6485 $as_echo_n "(cached) " >&6
6486 else
6487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6488 /* end confdefs.h. */
6489 #include <stdlib.h>
6490 #include <stdarg.h>
6491 #include <string.h>
6492 #include <float.h>
6495 main ()
6499 return 0;
6501 _ACEOF
6502 if ac_fn_c_try_compile "$LINENO"; then :
6503 ac_cv_header_stdc=yes
6504 else
6505 ac_cv_header_stdc=no
6507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6509 if test $ac_cv_header_stdc = yes; then
6510 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6512 /* end confdefs.h. */
6513 #include <string.h>
6515 _ACEOF
6516 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6517 $EGREP "memchr" >/dev/null 2>&1; then :
6519 else
6520 ac_cv_header_stdc=no
6522 rm -f conftest*
6526 if test $ac_cv_header_stdc = yes; then
6527 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6529 /* end confdefs.h. */
6530 #include <stdlib.h>
6532 _ACEOF
6533 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6534 $EGREP "free" >/dev/null 2>&1; then :
6536 else
6537 ac_cv_header_stdc=no
6539 rm -f conftest*
6543 if test $ac_cv_header_stdc = yes; then
6544 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6545 if test "$cross_compiling" = yes; then :
6547 else
6548 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6549 /* end confdefs.h. */
6550 #include <ctype.h>
6551 #include <stdlib.h>
6552 #if ((' ' & 0x0FF) == 0x020)
6553 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6554 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6555 #else
6556 # define ISLOWER(c) \
6557 (('a' <= (c) && (c) <= 'i') \
6558 || ('j' <= (c) && (c) <= 'r') \
6559 || ('s' <= (c) && (c) <= 'z'))
6560 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6561 #endif
6563 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6565 main ()
6567 int i;
6568 for (i = 0; i < 256; i++)
6569 if (XOR (islower (i), ISLOWER (i))
6570 || toupper (i) != TOUPPER (i))
6571 return 2;
6572 return 0;
6574 _ACEOF
6575 if ac_fn_c_try_run "$LINENO"; then :
6577 else
6578 ac_cv_header_stdc=no
6580 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6581 conftest.$ac_objext conftest.beam conftest.$ac_ext
6586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6587 $as_echo "$ac_cv_header_stdc" >&6; }
6588 if test $ac_cv_header_stdc = yes; then
6590 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6594 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6595 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6596 inttypes.h stdint.h unistd.h
6597 do :
6598 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6599 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6601 eval as_val=\$$as_ac_Header
6602 if test "x$as_val" = x""yes; then :
6603 cat >>confdefs.h <<_ACEOF
6604 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6605 _ACEOF
6609 done
6613 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
6614 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
6615 MINIX=yes
6616 else
6617 MINIX=
6621 if test "$MINIX" = yes; then
6623 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
6626 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
6629 $as_echo "#define _MINIX 1" >>confdefs.h
6632 $as_echo "#define _NETBSD_SOURCE 1" >>confdefs.h
6637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
6638 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
6639 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
6640 $as_echo_n "(cached) " >&6
6641 else
6642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6643 /* end confdefs.h. */
6645 # define __EXTENSIONS__ 1
6646 $ac_includes_default
6648 main ()
6652 return 0;
6654 _ACEOF
6655 if ac_fn_c_try_compile "$LINENO"; then :
6656 ac_cv_safe_to_define___extensions__=yes
6657 else
6658 ac_cv_safe_to_define___extensions__=no
6660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
6663 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
6664 test $ac_cv_safe_to_define___extensions__ = yes &&
6665 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
6667 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
6669 $as_echo "#define _DARWIN_C_SOURCE 1" >>confdefs.h
6671 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
6673 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
6675 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
6677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether _XOPEN_SOURCE should be defined" >&5
6678 $as_echo_n "checking whether _XOPEN_SOURCE should be defined... " >&6; }
6679 if test "${ac_cv_should_define__xopen_source+set}" = set; then :
6680 $as_echo_n "(cached) " >&6
6681 else
6682 ac_cv_should_define__xopen_source=no
6683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6684 /* end confdefs.h. */
6686 #include <wchar.h>
6687 mbstate_t x;
6689 main ()
6693 return 0;
6695 _ACEOF
6696 if ac_fn_c_try_compile "$LINENO"; then :
6698 else
6699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6700 /* end confdefs.h. */
6702 #define _XOPEN_SOURCE 500
6703 #include <wchar.h>
6704 mbstate_t x;
6706 main ()
6710 return 0;
6712 _ACEOF
6713 if ac_fn_c_try_compile "$LINENO"; then :
6714 ac_cv_should_define__xopen_source=yes
6716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6718 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_should_define__xopen_source" >&5
6721 $as_echo "$ac_cv_should_define__xopen_source" >&6; }
6722 test $ac_cv_should_define__xopen_source = yes &&
6723 $as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h
6732 # Check whether --enable-largefile was given.
6733 if test "${enable_largefile+set}" = set; then :
6734 enableval=$enable_largefile;
6737 if test "$enable_largefile" != no; then
6739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6740 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6741 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
6742 $as_echo_n "(cached) " >&6
6743 else
6744 ac_cv_sys_largefile_CC=no
6745 if test "$GCC" != yes; then
6746 ac_save_CC=$CC
6747 while :; do
6748 # IRIX 6.2 and later do not support large files by default,
6749 # so use the C compiler's -n32 option if that helps.
6750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6751 /* end confdefs.h. */
6752 #include <sys/types.h>
6753 /* Check that off_t can represent 2**63 - 1 correctly.
6754 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6755 since some C++ compilers masquerading as C compilers
6756 incorrectly reject 9223372036854775807. */
6757 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6758 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6759 && LARGE_OFF_T % 2147483647 == 1)
6760 ? 1 : -1];
6762 main ()
6766 return 0;
6768 _ACEOF
6769 if ac_fn_c_try_compile "$LINENO"; then :
6770 break
6772 rm -f core conftest.err conftest.$ac_objext
6773 CC="$CC -n32"
6774 if ac_fn_c_try_compile "$LINENO"; then :
6775 ac_cv_sys_largefile_CC=' -n32'; break
6777 rm -f core conftest.err conftest.$ac_objext
6778 break
6779 done
6780 CC=$ac_save_CC
6781 rm -f conftest.$ac_ext
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6785 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6786 if test "$ac_cv_sys_largefile_CC" != no; then
6787 CC=$CC$ac_cv_sys_largefile_CC
6790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6791 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6792 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
6793 $as_echo_n "(cached) " >&6
6794 else
6795 while :; do
6796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6797 /* end confdefs.h. */
6798 #include <sys/types.h>
6799 /* Check that off_t can represent 2**63 - 1 correctly.
6800 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6801 since some C++ compilers masquerading as C compilers
6802 incorrectly reject 9223372036854775807. */
6803 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6804 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6805 && LARGE_OFF_T % 2147483647 == 1)
6806 ? 1 : -1];
6808 main ()
6812 return 0;
6814 _ACEOF
6815 if ac_fn_c_try_compile "$LINENO"; then :
6816 ac_cv_sys_file_offset_bits=no; break
6818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6820 /* end confdefs.h. */
6821 #define _FILE_OFFSET_BITS 64
6822 #include <sys/types.h>
6823 /* Check that off_t can represent 2**63 - 1 correctly.
6824 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6825 since some C++ compilers masquerading as C compilers
6826 incorrectly reject 9223372036854775807. */
6827 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6828 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6829 && LARGE_OFF_T % 2147483647 == 1)
6830 ? 1 : -1];
6832 main ()
6836 return 0;
6838 _ACEOF
6839 if ac_fn_c_try_compile "$LINENO"; then :
6840 ac_cv_sys_file_offset_bits=64; break
6842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6843 ac_cv_sys_file_offset_bits=unknown
6844 break
6845 done
6847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6848 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6849 case $ac_cv_sys_file_offset_bits in #(
6850 no | unknown) ;;
6852 cat >>confdefs.h <<_ACEOF
6853 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6854 _ACEOF
6856 esac
6857 rm -rf conftest*
6858 if test $ac_cv_sys_file_offset_bits = unknown; then
6859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6860 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6861 if test "${ac_cv_sys_large_files+set}" = set; then :
6862 $as_echo_n "(cached) " >&6
6863 else
6864 while :; do
6865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6866 /* end confdefs.h. */
6867 #include <sys/types.h>
6868 /* Check that off_t can represent 2**63 - 1 correctly.
6869 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6870 since some C++ compilers masquerading as C compilers
6871 incorrectly reject 9223372036854775807. */
6872 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6873 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6874 && LARGE_OFF_T % 2147483647 == 1)
6875 ? 1 : -1];
6877 main ()
6881 return 0;
6883 _ACEOF
6884 if ac_fn_c_try_compile "$LINENO"; then :
6885 ac_cv_sys_large_files=no; break
6887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6889 /* end confdefs.h. */
6890 #define _LARGE_FILES 1
6891 #include <sys/types.h>
6892 /* Check that off_t can represent 2**63 - 1 correctly.
6893 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6894 since some C++ compilers masquerading as C compilers
6895 incorrectly reject 9223372036854775807. */
6896 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6897 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6898 && LARGE_OFF_T % 2147483647 == 1)
6899 ? 1 : -1];
6901 main ()
6905 return 0;
6907 _ACEOF
6908 if ac_fn_c_try_compile "$LINENO"; then :
6909 ac_cv_sys_large_files=1; break
6911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6912 ac_cv_sys_large_files=unknown
6913 break
6914 done
6916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6917 $as_echo "$ac_cv_sys_large_files" >&6; }
6918 case $ac_cv_sys_large_files in #(
6919 no | unknown) ;;
6921 cat >>confdefs.h <<_ACEOF
6922 #define _LARGE_FILES $ac_cv_sys_large_files
6923 _ACEOF
6925 esac
6926 rm -rf conftest*
6930 $as_echo "#define _DARWIN_USE_64_BIT_INODE 1" >>confdefs.h
6934 case $ac_cv_prog_cc_stdc in #(
6935 no) :
6936 ac_cv_prog_cc_c99=no; ac_cv_prog_cc_c89=no ;; #(
6937 *) :
6938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
6939 $as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
6940 if test "${ac_cv_prog_cc_c99+set}" = set; then :
6941 $as_echo_n "(cached) " >&6
6942 else
6943 ac_cv_prog_cc_c99=no
6944 ac_save_CC=$CC
6945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6946 /* end confdefs.h. */
6947 #include <stdarg.h>
6948 #include <stdbool.h>
6949 #include <stdlib.h>
6950 #include <wchar.h>
6951 #include <stdio.h>
6953 // Check varargs macros. These examples are taken from C99 6.10.3.5.
6954 #define debug(...) fprintf (stderr, __VA_ARGS__)
6955 #define showlist(...) puts (#__VA_ARGS__)
6956 #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
6957 static void
6958 test_varargs_macros (void)
6960 int x = 1234;
6961 int y = 5678;
6962 debug ("Flag");
6963 debug ("X = %d\n", x);
6964 showlist (The first, second, and third items.);
6965 report (x>y, "x is %d but y is %d", x, y);
6968 // Check long long types.
6969 #define BIG64 18446744073709551615ull
6970 #define BIG32 4294967295ul
6971 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
6972 #if !BIG_OK
6973 your preprocessor is broken;
6974 #endif
6975 #if BIG_OK
6976 #else
6977 your preprocessor is broken;
6978 #endif
6979 static long long int bignum = -9223372036854775807LL;
6980 static unsigned long long int ubignum = BIG64;
6982 struct incomplete_array
6984 int datasize;
6985 double data[];
6988 struct named_init {
6989 int number;
6990 const wchar_t *name;
6991 double average;
6994 typedef const char *ccp;
6996 static inline int
6997 test_restrict (ccp restrict text)
6999 // See if C++-style comments work.
7000 // Iterate through items via the restricted pointer.
7001 // Also check for declarations in for loops.
7002 for (unsigned int i = 0; *(text+i) != '\0'; ++i)
7003 continue;
7004 return 0;
7007 // Check varargs and va_copy.
7008 static void
7009 test_varargs (const char *format, ...)
7011 va_list args;
7012 va_start (args, format);
7013 va_list args_copy;
7014 va_copy (args_copy, args);
7016 const char *str;
7017 int number;
7018 float fnumber;
7020 while (*format)
7022 switch (*format++)
7024 case 's': // string
7025 str = va_arg (args_copy, const char *);
7026 break;
7027 case 'd': // int
7028 number = va_arg (args_copy, int);
7029 break;
7030 case 'f': // float
7031 fnumber = va_arg (args_copy, double);
7032 break;
7033 default:
7034 break;
7037 va_end (args_copy);
7038 va_end (args);
7042 main ()
7045 // Check bool.
7046 _Bool success = false;
7048 // Check restrict.
7049 if (test_restrict ("String literal") == 0)
7050 success = true;
7051 char *restrict newvar = "Another string";
7053 // Check varargs.
7054 test_varargs ("s, d' f .", "string", 65, 34.234);
7055 test_varargs_macros ();
7057 // Check flexible array members.
7058 struct incomplete_array *ia =
7059 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
7060 ia->datasize = 10;
7061 for (int i = 0; i < ia->datasize; ++i)
7062 ia->data[i] = i * 1.234;
7064 // Check named initializers.
7065 struct named_init ni = {
7066 .number = 34,
7067 .name = L"Test wide string",
7068 .average = 543.34343,
7071 ni.number = 58;
7073 int dynamic_array[ni.number];
7074 dynamic_array[ni.number - 1] = 543;
7076 // work around unused variable warnings
7077 return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
7078 || dynamic_array[ni.number - 1] != 543);
7081 return 0;
7083 _ACEOF
7084 for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
7086 CC="$ac_save_CC $ac_arg"
7087 if ac_fn_c_try_compile "$LINENO"; then :
7088 ac_cv_prog_cc_c99=$ac_arg
7090 rm -f core conftest.err conftest.$ac_objext
7091 test "x$ac_cv_prog_cc_c99" != "xno" && break
7092 done
7093 rm -f conftest.$ac_ext
7094 CC=$ac_save_CC
7097 # AC_CACHE_VAL
7098 case "x$ac_cv_prog_cc_c99" in
7100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
7101 $as_echo "none needed" >&6; } ;;
7102 xno)
7103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
7104 $as_echo "unsupported" >&6; } ;;
7106 CC="$CC $ac_cv_prog_cc_c99"
7107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
7108 $as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
7109 esac
7110 if test "x$ac_cv_prog_cc_c99" != xno; then :
7111 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
7112 else
7113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
7114 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
7115 if test "${ac_cv_prog_cc_c89+set}" = set; then :
7116 $as_echo_n "(cached) " >&6
7117 else
7118 ac_cv_prog_cc_c89=no
7119 ac_save_CC=$CC
7120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7121 /* end confdefs.h. */
7122 #include <stdarg.h>
7123 #include <stdio.h>
7124 #include <sys/types.h>
7125 #include <sys/stat.h>
7126 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
7127 struct buf { int x; };
7128 FILE * (*rcsopen) (struct buf *, struct stat *, int);
7129 static char *e (p, i)
7130 char **p;
7131 int i;
7133 return p[i];
7135 static char *f (char * (*g) (char **, int), char **p, ...)
7137 char *s;
7138 va_list v;
7139 va_start (v,p);
7140 s = g (p, va_arg (v,int));
7141 va_end (v);
7142 return s;
7145 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
7146 function prototypes and stuff, but not '\xHH' hex character constants.
7147 These don't provoke an error unfortunately, instead are silently treated
7148 as 'x'. The following induces an error, until -std is added to get
7149 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
7150 array size at least. It's necessary to write '\x00'==0 to get something
7151 that's true only with -std. */
7152 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
7154 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
7155 inside strings and character constants. */
7156 #define FOO(x) 'x'
7157 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
7159 int test (int i, double x);
7160 struct s1 {int (*f) (int a);};
7161 struct s2 {int (*f) (double a);};
7162 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
7163 int argc;
7164 char **argv;
7166 main ()
7168 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
7170 return 0;
7172 _ACEOF
7173 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
7174 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
7176 CC="$ac_save_CC $ac_arg"
7177 if ac_fn_c_try_compile "$LINENO"; then :
7178 ac_cv_prog_cc_c89=$ac_arg
7180 rm -f core conftest.err conftest.$ac_objext
7181 test "x$ac_cv_prog_cc_c89" != "xno" && break
7182 done
7183 rm -f conftest.$ac_ext
7184 CC=$ac_save_CC
7187 # AC_CACHE_VAL
7188 case "x$ac_cv_prog_cc_c89" in
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
7191 $as_echo "none needed" >&6; } ;;
7192 xno)
7193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
7194 $as_echo "unsupported" >&6; } ;;
7196 CC="$CC $ac_cv_prog_cc_c89"
7197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
7198 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
7199 esac
7200 if test "x$ac_cv_prog_cc_c89" != xno; then :
7201 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
7202 else
7203 ac_cv_prog_cc_stdc=no
7208 esac
7209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO Standard C" >&5
7210 $as_echo_n "checking for $CC option to accept ISO Standard C... " >&6; }
7211 if test "${ac_cv_prog_cc_stdc+set}" = set; then :
7212 $as_echo_n "(cached) " >&6
7215 case $ac_cv_prog_cc_stdc in #(
7216 no) :
7217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
7218 $as_echo "unsupported" >&6; } ;; #(
7219 '') :
7220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
7221 $as_echo "none needed" >&6; } ;; #(
7222 *) :
7223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_stdc" >&5
7224 $as_echo "$ac_cv_prog_cc_stdc" >&6; } ;;
7225 esac
7229 # Code from module alloca-opt:
7230 # Code from module allocator:
7231 # Code from module at-internal:
7232 # Code from module binary-io:
7233 # Code from module c-ctype:
7234 # Code from module c-strcase:
7235 # Code from module careadlinkat:
7236 # Code from module clock-time:
7237 # Code from module close-stream:
7238 # Code from module crypto/md5:
7239 # Code from module crypto/sha1:
7240 # Code from module crypto/sha256:
7241 # Code from module crypto/sha512:
7242 # Code from module dirent:
7243 # Code from module dosname:
7244 # Code from module dtoastr:
7245 # Code from module dtotimespec:
7246 # Code from module dup2:
7247 # Code from module environ:
7248 # Code from module errno:
7249 # Code from module euidaccess:
7250 # Code from module execinfo:
7251 # Code from module extensions:
7253 # Code from module extern-inline:
7254 # Code from module faccessat:
7255 # Code from module fcntl:
7256 # Code from module fcntl-h:
7257 # Code from module fdatasync:
7258 # Code from module fdopendir:
7259 # Code from module filemode:
7260 # Code from module fpending:
7261 # Code from module fstatat:
7262 # Code from module fsync:
7263 # Code from module getdtablesize:
7264 # Code from module getgroups:
7265 # Code from module getloadavg:
7266 # Code from module getopt-gnu:
7267 # Code from module getopt-posix:
7268 # Code from module gettext-h:
7269 # Code from module gettime:
7270 # Code from module gettimeofday:
7271 # Code from module group-member:
7272 # Code from module include_next:
7273 # Code from module intprops:
7274 # Code from module inttypes-incomplete:
7275 # Code from module largefile:
7277 # Code from module lstat:
7278 # Code from module manywarnings:
7279 # Code from module memrchr:
7280 # Code from module mktime:
7281 # Code from module multiarch:
7282 # Code from module nocrash:
7283 # Code from module openat-h:
7284 # Code from module pathmax:
7285 # Code from module pipe2:
7286 # Code from module pselect:
7287 # Code from module pthread_sigmask:
7288 # Code from module putenv:
7289 # Code from module qacl:
7290 # Code from module readlink:
7291 # Code from module readlinkat:
7292 # Code from module root-uid:
7293 # Code from module sig2str:
7294 # Code from module signal-h:
7295 # Code from module snippet/_Noreturn:
7296 # Code from module snippet/arg-nonnull:
7297 # Code from module snippet/c++defs:
7298 # Code from module snippet/warn-on-use:
7299 # Code from module socklen:
7300 # Code from module ssize_t:
7301 # Code from module stat:
7302 # Code from module stat-time:
7303 # Code from module stdalign:
7304 # Code from module stdarg:
7308 # Code from module stdbool:
7309 # Code from module stddef:
7310 # Code from module stdint:
7311 # Code from module stdio:
7312 # Code from module stdlib:
7313 # Code from module strftime:
7314 # Code from module string:
7315 # Code from module strtoimax:
7316 # Code from module strtoll:
7317 # Code from module strtoull:
7318 # Code from module strtoumax:
7319 # Code from module symlink:
7320 # Code from module sys_select:
7321 # Code from module sys_stat:
7322 # Code from module sys_time:
7323 # Code from module time:
7324 # Code from module time_r:
7325 # Code from module timer-time:
7326 # Code from module timespec:
7327 # Code from module timespec-add:
7328 # Code from module timespec-sub:
7329 # Code from module u64:
7330 # Code from module unistd:
7331 # Code from module unsetenv:
7332 # Code from module utimens:
7333 # Code from module verify:
7334 # Code from module warnings:
7335 # Code from module xalloc-oversized:
7338 if test "$ac_test_CFLAGS" != set; then
7339 # It's helpful to have C macros available to GDB, so prefer -g3 to -g
7340 # if -g3 works and the user does not specify CFLAGS.
7341 # This test must follow gl_EARLY; otherwise AC_LINK_IFELSE complains.
7342 case $CFLAGS in
7343 '-g')
7344 emacs_g3_CFLAGS='-g3';;
7345 '-g -O2')
7346 emacs_g3_CFLAGS='-g3 -O2';;
7348 emacs_g3_CFLAGS='';;
7349 esac
7350 if test -n "$emacs_g3_CFLAGS"; then
7351 emacs_save_CFLAGS=$CFLAGS
7352 CFLAGS=$emacs_g3_CFLAGS
7353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts $emacs_g3_CFLAGS" >&5
7354 $as_echo_n "checking whether $CC accepts $emacs_g3_CFLAGS... " >&6; }
7355 if test "${emacs_cv_prog_cc_g3+set}" = set; then :
7356 $as_echo_n "(cached) " >&6
7357 else
7358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7359 /* end confdefs.h. */
7362 main ()
7366 return 0;
7368 _ACEOF
7369 if ac_fn_c_try_link "$LINENO"; then :
7370 emacs_cv_prog_cc_g3=yes
7371 else
7372 emacs_cv_prog_cc_g3=no
7374 rm -f core conftest.err conftest.$ac_objext \
7375 conftest$ac_exeext conftest.$ac_ext
7377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_prog_cc_g3" >&5
7378 $as_echo "$emacs_cv_prog_cc_g3" >&6; }
7379 if test $emacs_cv_prog_cc_g3 != yes; then
7380 CFLAGS=$emacs_save_CFLAGS
7382 if test $opsys = mingw32; then
7383 CFLAGS="$CFLAGS -gdwarf-2"
7387 case $CFLAGS in
7388 *-O*) ;;
7390 # No optimization flag was inferred for this non-GCC compiler.
7391 # Try -O. This is needed for xlc on AIX; see Bug#14258.
7392 emacs_save_CFLAGS=$CFLAGS
7393 test -z "$CFLAGS" || CFLAGS="$CFLAGS "
7394 CFLAGS=${CFLAGS}-O
7395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -O" >&5
7396 $as_echo_n "checking whether $CC accepts -O... " >&6; }
7397 if test "${emacs_cv_prog_cc_o+set}" = set; then :
7398 $as_echo_n "(cached) " >&6
7399 else
7400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7401 /* end confdefs.h. */
7404 main ()
7408 return 0;
7410 _ACEOF
7411 if ac_fn_c_try_link "$LINENO"; then :
7412 emacs_cv_prog_cc_o=yes
7413 else
7414 emacs_cv_prog_cc_o=no
7416 rm -f core conftest.err conftest.$ac_objext \
7417 conftest$ac_exeext conftest.$ac_ext
7419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_prog_cc_o" >&5
7420 $as_echo "$emacs_cv_prog_cc_o" >&6; }
7421 if test $emacs_cv_prog_cc_o != yes; then
7422 CFLAGS=$emacs_save_CFLAGS
7423 fi ;;
7424 esac
7427 # Check whether --enable-gcc-warnings was given.
7428 if test "${enable_gcc_warnings+set}" = set; then :
7429 enableval=$enable_gcc_warnings; case $enableval in
7430 yes|no) ;;
7431 *) as_fn_error "bad value $enableval for gcc-warnings option" "$LINENO" 5 ;;
7432 esac
7433 gl_gcc_warnings=$enableval
7434 else
7435 gl_gcc_warnings=no
7440 # Check whether --enable-link-time-optimization was given.
7441 if test "${enable_link_time_optimization+set}" = set; then :
7442 enableval=$enable_link_time_optimization; if test "${enableval}" != "no"; then
7443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether link-time optimization is supported" >&5
7444 $as_echo_n "checking whether link-time optimization is supported... " >&6; }
7445 ac_lto_supported=no
7446 if test x$GCC = xyes; then
7447 CPUS=`getconf _NPROCESSORS_ONLN 2>/dev/null`
7448 if test x$CPUS != x; then
7449 LTO="-flto=$CPUS"
7450 else
7451 LTO="-flto"
7453 old_CFLAGS=$CFLAGS
7454 CFLAGS="$CFLAGS $LTO"
7455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7456 /* end confdefs.h. */
7459 main ()
7463 return 0;
7465 _ACEOF
7466 if ac_fn_c_try_compile "$LINENO"; then :
7467 ac_lto_supported=yes
7468 else
7469 ac_lto_supported=no
7471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7472 CFLAGS="$old_CFLAGS"
7474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_lto_supported" >&5
7475 $as_echo "$ac_lto_supported" >&6; }
7476 if test "$ac_lto_supported" = "yes"; then
7477 CFLAGS="$CFLAGS $LTO"
7483 # gl_GCC_VERSION_IFELSE([major], [minor], [run-if-found], [run-if-not-found])
7484 # ------------------------------------------------
7485 # If $CPP is gcc-MAJOR.MINOR or newer, then run RUN-IF-FOUND.
7486 # Otherwise, run RUN-IF-NOT-FOUND.
7489 # When compiling with GCC, prefer -isystem to -I when including system
7490 # include files, to avoid generating useless diagnostics for the files.
7491 if test "$gl_gcc_warnings" != yes; then
7492 isystem='-I'
7493 else
7494 isystem='-isystem '
7496 # This, $nw, is the list of warnings we disable.
7499 case $with_x_toolkit in
7500 lucid | athena | motif)
7501 # Old toolkits mishandle 'const'.
7502 nw="$nw -Wwrite-strings"
7505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Werror -Wunknown-warning-option" >&5
7506 $as_echo_n "checking whether C compiler handles -Werror -Wunknown-warning-option... " >&6; }
7507 if test "${gl_cv_warn_c__Werror__Wunknown_warning_option+set}" = set; then :
7508 $as_echo_n "(cached) " >&6
7509 else
7511 gl_save_compiler_FLAGS="$CFLAGS"
7512 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
7513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7514 /* end confdefs.h. */
7517 main ()
7521 return 0;
7523 _ACEOF
7524 if ac_fn_c_try_compile "$LINENO"; then :
7525 gl_cv_warn_c__Werror__Wunknown_warning_option=yes
7526 else
7527 gl_cv_warn_c__Werror__Wunknown_warning_option=no
7529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7530 CFLAGS="$gl_save_compiler_FLAGS"
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Werror__Wunknown_warning_option" >&5
7534 $as_echo "$gl_cv_warn_c__Werror__Wunknown_warning_option" >&6; }
7535 if test "x$gl_cv_warn_c__Werror__Wunknown_warning_option" = x""yes; then :
7536 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
7537 else
7538 gl_unknown_warnings_are_errors=
7542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Werror" >&5
7543 $as_echo_n "checking whether C compiler handles -Werror... " >&6; }
7544 if test "${gl_cv_warn_c__Werror+set}" = set; then :
7545 $as_echo_n "(cached) " >&6
7546 else
7548 gl_save_compiler_FLAGS="$CFLAGS"
7549 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror"
7550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7551 /* end confdefs.h. */
7554 main ()
7558 return 0;
7560 _ACEOF
7561 if ac_fn_c_try_compile "$LINENO"; then :
7562 gl_cv_warn_c__Werror=yes
7563 else
7564 gl_cv_warn_c__Werror=no
7566 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7567 CFLAGS="$gl_save_compiler_FLAGS"
7570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Werror" >&5
7571 $as_echo "$gl_cv_warn_c__Werror" >&6; }
7572 if test "x$gl_cv_warn_c__Werror" = x""yes; then :
7573 as_fn_append WERROR_CFLAGS " -Werror"
7578 esac
7581 nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings
7582 nw="$nw -Woverlength-strings" # Not a problem these days
7583 nw="$nw -Wlogical-op" # any use of fwrite provokes this
7584 nw="$nw -Wformat-nonliteral" # we do this a lot
7585 nw="$nw -Wvla" # warnings in gettext.h
7586 nw="$nw -Wnested-externs" # use of XARGMATCH/verify_function__
7587 nw="$nw -Wswitch-default" # Too many warnings for now
7588 nw="$nw -Winline" # OK to ignore 'inline'
7589 nw="$nw -Wjump-misses-init" # We sometimes safely jump over init.
7590 nw="$nw -Wstrict-overflow" # OK to optimize assuming that
7591 # signed overflow has undefined behavior
7592 nw="$nw -Wsync-nand" # irrelevant here, and provokes ObjC warning
7593 nw="$nw -Wunsafe-loop-optimizations" # OK to suppress unsafe optimizations
7594 nw="$nw -Wbad-function-cast" # These casts are no worse than others.
7596 # Emacs doesn't care about shadowing; see
7597 # <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
7598 nw="$nw -Wshadow"
7600 # Emacs's use of alloca inhibits protecting the stack.
7601 nw="$nw -Wstack-protector"
7603 # The following line should be removable at some point.
7604 nw="$nw -Wsuggest-attribute=pure"
7606 # clang is unduly picky about some things.
7607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler is clang" >&5
7608 $as_echo_n "checking whether the compiler is clang... " >&6; }
7609 if test "${emacs_cv_clang+set}" = set; then :
7610 $as_echo_n "(cached) " >&6
7611 else
7612 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7613 /* end confdefs.h. */
7615 #ifndef __clang__
7616 #error "not clang"
7617 #endif
7620 main ()
7624 return 0;
7626 _ACEOF
7627 if ac_fn_c_try_compile "$LINENO"; then :
7628 emacs_cv_clang=yes
7629 else
7630 emacs_cv_clang=no
7632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_clang" >&5
7635 $as_echo "$emacs_cv_clang" >&6; }
7636 if test $emacs_cv_clang = yes; then
7637 nw="$nw -Wcast-align"
7642 if test -n "$GCC"; then
7644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -Wno-missing-field-initializers is supported" >&5
7645 $as_echo_n "checking whether -Wno-missing-field-initializers is supported... " >&6; }
7646 if test "${gl_cv_cc_nomfi_supported+set}" = set; then :
7647 $as_echo_n "(cached) " >&6
7648 else
7650 gl_save_CFLAGS="$CFLAGS"
7651 CFLAGS="$CFLAGS -W -Werror -Wno-missing-field-initializers"
7652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7653 /* end confdefs.h. */
7656 main ()
7660 return 0;
7662 _ACEOF
7663 if ac_fn_c_try_compile "$LINENO"; then :
7664 gl_cv_cc_nomfi_supported=yes
7665 else
7666 gl_cv_cc_nomfi_supported=no
7668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7669 CFLAGS="$gl_save_CFLAGS"
7672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_nomfi_supported" >&5
7673 $as_echo "$gl_cv_cc_nomfi_supported" >&6; }
7675 if test "$gl_cv_cc_nomfi_supported" = yes; then
7676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -Wno-missing-field-initializers is needed" >&5
7677 $as_echo_n "checking whether -Wno-missing-field-initializers is needed... " >&6; }
7678 if test "${gl_cv_cc_nomfi_needed+set}" = set; then :
7679 $as_echo_n "(cached) " >&6
7680 else
7682 gl_save_CFLAGS="$CFLAGS"
7683 CFLAGS="$CFLAGS -W -Werror"
7684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7685 /* end confdefs.h. */
7686 void f (void)
7688 typedef struct { int a; int b; } s_t;
7689 s_t s1 = { 0, };
7693 main ()
7697 return 0;
7699 _ACEOF
7700 if ac_fn_c_try_compile "$LINENO"; then :
7701 gl_cv_cc_nomfi_needed=no
7702 else
7703 gl_cv_cc_nomfi_needed=yes
7705 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7706 CFLAGS="$gl_save_CFLAGS"
7710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_nomfi_needed" >&5
7711 $as_echo "$gl_cv_cc_nomfi_needed" >&6; }
7714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -Wuninitialized is supported" >&5
7715 $as_echo_n "checking whether -Wuninitialized is supported... " >&6; }
7716 if test "${gl_cv_cc_uninitialized_supported+set}" = set; then :
7717 $as_echo_n "(cached) " >&6
7718 else
7720 gl_save_CFLAGS="$CFLAGS"
7721 CFLAGS="$CFLAGS -Werror -Wuninitialized"
7722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7723 /* end confdefs.h. */
7726 main ()
7730 return 0;
7732 _ACEOF
7733 if ac_fn_c_try_compile "$LINENO"; then :
7734 gl_cv_cc_uninitialized_supported=yes
7735 else
7736 gl_cv_cc_uninitialized_supported=no
7738 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7739 CFLAGS="$gl_save_CFLAGS"
7742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_uninitialized_supported" >&5
7743 $as_echo "$gl_cv_cc_uninitialized_supported" >&6; }
7747 # List all gcc warning categories.
7748 gl_manywarn_set=
7749 for gl_manywarn_item in \
7750 -W \
7751 -Wabi \
7752 -Waddress \
7753 -Waggressive-loop-optimizations \
7754 -Wall \
7755 -Warray-bounds \
7756 -Wattributes \
7757 -Wbad-function-cast \
7758 -Wbuiltin-macro-redefined \
7759 -Wcast-align \
7760 -Wchar-subscripts \
7761 -Wclobbered \
7762 -Wcomment \
7763 -Wcomments \
7764 -Wcoverage-mismatch \
7765 -Wcpp \
7766 -Wdeprecated \
7767 -Wdeprecated-declarations \
7768 -Wdisabled-optimization \
7769 -Wdiv-by-zero \
7770 -Wdouble-promotion \
7771 -Wempty-body \
7772 -Wendif-labels \
7773 -Wenum-compare \
7774 -Wextra \
7775 -Wformat-contains-nul \
7776 -Wformat-extra-args \
7777 -Wformat-nonliteral \
7778 -Wformat-security \
7779 -Wformat-y2k \
7780 -Wformat-zero-length \
7781 -Wfree-nonheap-object \
7782 -Wignored-qualifiers \
7783 -Wimplicit \
7784 -Wimplicit-function-declaration \
7785 -Wimplicit-int \
7786 -Winit-self \
7787 -Winline \
7788 -Wint-to-pointer-cast \
7789 -Winvalid-memory-model \
7790 -Winvalid-pch \
7791 -Wjump-misses-init \
7792 -Wlogical-op \
7793 -Wmain \
7794 -Wmaybe-uninitialized \
7795 -Wmissing-braces \
7796 -Wmissing-declarations \
7797 -Wmissing-field-initializers \
7798 -Wmissing-include-dirs \
7799 -Wmissing-parameter-type \
7800 -Wmissing-prototypes \
7801 -Wmudflap \
7802 -Wmultichar \
7803 -Wnarrowing \
7804 -Wnested-externs \
7805 -Wnonnull \
7806 -Wnormalized=nfc \
7807 -Wold-style-declaration \
7808 -Wold-style-definition \
7809 -Woverflow \
7810 -Woverlength-strings \
7811 -Woverride-init \
7812 -Wpacked \
7813 -Wpacked-bitfield-compat \
7814 -Wparentheses \
7815 -Wpointer-arith \
7816 -Wpointer-sign \
7817 -Wpointer-to-int-cast \
7818 -Wpragmas \
7819 -Wreturn-local-addr \
7820 -Wreturn-type \
7821 -Wsequence-point \
7822 -Wshadow \
7823 -Wsizeof-pointer-memaccess \
7824 -Wstack-protector \
7825 -Wstrict-aliasing \
7826 -Wstrict-overflow \
7827 -Wstrict-prototypes \
7828 -Wsuggest-attribute=const \
7829 -Wsuggest-attribute=format \
7830 -Wsuggest-attribute=noreturn \
7831 -Wsuggest-attribute=pure \
7832 -Wswitch \
7833 -Wswitch-default \
7834 -Wsync-nand \
7835 -Wsystem-headers \
7836 -Wtrampolines \
7837 -Wtrigraphs \
7838 -Wtype-limits \
7839 -Wuninitialized \
7840 -Wunknown-pragmas \
7841 -Wunsafe-loop-optimizations \
7842 -Wunused \
7843 -Wunused-but-set-parameter \
7844 -Wunused-but-set-variable \
7845 -Wunused-function \
7846 -Wunused-label \
7847 -Wunused-local-typedefs \
7848 -Wunused-macros \
7849 -Wunused-parameter \
7850 -Wunused-result \
7851 -Wunused-value \
7852 -Wunused-variable \
7853 -Wvarargs \
7854 -Wvariadic-macros \
7855 -Wvector-operation-performance \
7856 -Wvla \
7857 -Wvolatile-register-var \
7858 -Wwrite-strings \
7860 ; do
7861 gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item"
7862 done
7864 # Disable specific options as needed.
7865 if test "$gl_cv_cc_nomfi_needed" = yes; then
7866 gl_manywarn_set="$gl_manywarn_set -Wno-missing-field-initializers"
7869 if test "$gl_cv_cc_uninitialized_supported" = no; then
7870 gl_manywarn_set="$gl_manywarn_set -Wno-uninitialized"
7873 ws=$gl_manywarn_set
7876 gl_warn_set=
7877 set x $ws; shift
7878 for gl_warn_item
7880 case " $nw " in
7881 *" $gl_warn_item "*)
7884 gl_warn_set="$gl_warn_set $gl_warn_item"
7886 esac
7887 done
7888 ws=$gl_warn_set
7890 for w in $ws; do
7892 as_gl_Warn=`$as_echo "gl_cv_warn_c_$w" | $as_tr_sh`
7893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles $w" >&5
7894 $as_echo_n "checking whether C compiler handles $w... " >&6; }
7895 if { as_var=$as_gl_Warn; eval "test \"\${$as_var+set}\" = set"; }; then :
7896 $as_echo_n "(cached) " >&6
7897 else
7899 gl_save_compiler_FLAGS="$CFLAGS"
7900 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors $w"
7901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7902 /* end confdefs.h. */
7905 main ()
7909 return 0;
7911 _ACEOF
7912 if ac_fn_c_try_compile "$LINENO"; then :
7913 eval "$as_gl_Warn=yes"
7914 else
7915 eval "$as_gl_Warn=no"
7917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7918 CFLAGS="$gl_save_compiler_FLAGS"
7921 eval ac_res=\$$as_gl_Warn
7922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7923 $as_echo "$ac_res" >&6; }
7924 eval as_val=\$$as_gl_Warn
7925 if test "x$as_val" = x""yes; then :
7926 as_fn_append WARN_CFLAGS " $w"
7930 done
7932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-missing-field-initializers" >&5
7933 $as_echo_n "checking whether C compiler handles -Wno-missing-field-initializers... " >&6; }
7934 if test "${gl_cv_warn_c__Wno_missing_field_initializers+set}" = set; then :
7935 $as_echo_n "(cached) " >&6
7936 else
7938 gl_save_compiler_FLAGS="$CFLAGS"
7939 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-missing-field-initializers"
7940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7941 /* end confdefs.h. */
7944 main ()
7948 return 0;
7950 _ACEOF
7951 if ac_fn_c_try_compile "$LINENO"; then :
7952 gl_cv_warn_c__Wno_missing_field_initializers=yes
7953 else
7954 gl_cv_warn_c__Wno_missing_field_initializers=no
7956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7957 CFLAGS="$gl_save_compiler_FLAGS"
7960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_missing_field_initializers" >&5
7961 $as_echo "$gl_cv_warn_c__Wno_missing_field_initializers" >&6; }
7962 if test "x$gl_cv_warn_c__Wno_missing_field_initializers" = x""yes; then :
7963 as_fn_append WARN_CFLAGS " -Wno-missing-field-initializers"
7966 # We need this one
7968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-sign-compare" >&5
7969 $as_echo_n "checking whether C compiler handles -Wno-sign-compare... " >&6; }
7970 if test "${gl_cv_warn_c__Wno_sign_compare+set}" = set; then :
7971 $as_echo_n "(cached) " >&6
7972 else
7974 gl_save_compiler_FLAGS="$CFLAGS"
7975 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-sign-compare"
7976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7977 /* end confdefs.h. */
7980 main ()
7984 return 0;
7986 _ACEOF
7987 if ac_fn_c_try_compile "$LINENO"; then :
7988 gl_cv_warn_c__Wno_sign_compare=yes
7989 else
7990 gl_cv_warn_c__Wno_sign_compare=no
7992 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7993 CFLAGS="$gl_save_compiler_FLAGS"
7996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_sign_compare" >&5
7997 $as_echo "$gl_cv_warn_c__Wno_sign_compare" >&6; }
7998 if test "x$gl_cv_warn_c__Wno_sign_compare" = x""yes; then :
7999 as_fn_append WARN_CFLAGS " -Wno-sign-compare"
8002 # Too many warnings for now
8004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-type-limits" >&5
8005 $as_echo_n "checking whether C compiler handles -Wno-type-limits... " >&6; }
8006 if test "${gl_cv_warn_c__Wno_type_limits+set}" = set; then :
8007 $as_echo_n "(cached) " >&6
8008 else
8010 gl_save_compiler_FLAGS="$CFLAGS"
8011 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-type-limits"
8012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8013 /* end confdefs.h. */
8016 main ()
8020 return 0;
8022 _ACEOF
8023 if ac_fn_c_try_compile "$LINENO"; then :
8024 gl_cv_warn_c__Wno_type_limits=yes
8025 else
8026 gl_cv_warn_c__Wno_type_limits=no
8028 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8029 CFLAGS="$gl_save_compiler_FLAGS"
8032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_type_limits" >&5
8033 $as_echo "$gl_cv_warn_c__Wno_type_limits" >&6; }
8034 if test "x$gl_cv_warn_c__Wno_type_limits" = x""yes; then :
8035 as_fn_append WARN_CFLAGS " -Wno-type-limits"
8038 # Too many warnings for now
8040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-switch" >&5
8041 $as_echo_n "checking whether C compiler handles -Wno-switch... " >&6; }
8042 if test "${gl_cv_warn_c__Wno_switch+set}" = set; then :
8043 $as_echo_n "(cached) " >&6
8044 else
8046 gl_save_compiler_FLAGS="$CFLAGS"
8047 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-switch"
8048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8049 /* end confdefs.h. */
8052 main ()
8056 return 0;
8058 _ACEOF
8059 if ac_fn_c_try_compile "$LINENO"; then :
8060 gl_cv_warn_c__Wno_switch=yes
8061 else
8062 gl_cv_warn_c__Wno_switch=no
8064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8065 CFLAGS="$gl_save_compiler_FLAGS"
8068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_switch" >&5
8069 $as_echo "$gl_cv_warn_c__Wno_switch" >&6; }
8070 if test "x$gl_cv_warn_c__Wno_switch" = x""yes; then :
8071 as_fn_append WARN_CFLAGS " -Wno-switch"
8074 # Too many warnings for now
8076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-unused-parameter" >&5
8077 $as_echo_n "checking whether C compiler handles -Wno-unused-parameter... " >&6; }
8078 if test "${gl_cv_warn_c__Wno_unused_parameter+set}" = set; then :
8079 $as_echo_n "(cached) " >&6
8080 else
8082 gl_save_compiler_FLAGS="$CFLAGS"
8083 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-unused-parameter"
8084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8085 /* end confdefs.h. */
8088 main ()
8092 return 0;
8094 _ACEOF
8095 if ac_fn_c_try_compile "$LINENO"; then :
8096 gl_cv_warn_c__Wno_unused_parameter=yes
8097 else
8098 gl_cv_warn_c__Wno_unused_parameter=no
8100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8101 CFLAGS="$gl_save_compiler_FLAGS"
8104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_unused_parameter" >&5
8105 $as_echo "$gl_cv_warn_c__Wno_unused_parameter" >&6; }
8106 if test "x$gl_cv_warn_c__Wno_unused_parameter" = x""yes; then :
8107 as_fn_append WARN_CFLAGS " -Wno-unused-parameter"
8110 # Too many warnings for now
8112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-format-nonliteral" >&5
8113 $as_echo_n "checking whether C compiler handles -Wno-format-nonliteral... " >&6; }
8114 if test "${gl_cv_warn_c__Wno_format_nonliteral+set}" = set; then :
8115 $as_echo_n "(cached) " >&6
8116 else
8118 gl_save_compiler_FLAGS="$CFLAGS"
8119 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-format-nonliteral"
8120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8121 /* end confdefs.h. */
8124 main ()
8128 return 0;
8130 _ACEOF
8131 if ac_fn_c_try_compile "$LINENO"; then :
8132 gl_cv_warn_c__Wno_format_nonliteral=yes
8133 else
8134 gl_cv_warn_c__Wno_format_nonliteral=no
8136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8137 CFLAGS="$gl_save_compiler_FLAGS"
8140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_format_nonliteral" >&5
8141 $as_echo "$gl_cv_warn_c__Wno_format_nonliteral" >&6; }
8142 if test "x$gl_cv_warn_c__Wno_format_nonliteral" = x""yes; then :
8143 as_fn_append WARN_CFLAGS " -Wno-format-nonliteral"
8148 # In spite of excluding -Wlogical-op above, it is enabled, as of
8149 # gcc 4.5.0 20090517.
8151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-logical-op" >&5
8152 $as_echo_n "checking whether C compiler handles -Wno-logical-op... " >&6; }
8153 if test "${gl_cv_warn_c__Wno_logical_op+set}" = set; then :
8154 $as_echo_n "(cached) " >&6
8155 else
8157 gl_save_compiler_FLAGS="$CFLAGS"
8158 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-logical-op"
8159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8160 /* end confdefs.h. */
8163 main ()
8167 return 0;
8169 _ACEOF
8170 if ac_fn_c_try_compile "$LINENO"; then :
8171 gl_cv_warn_c__Wno_logical_op=yes
8172 else
8173 gl_cv_warn_c__Wno_logical_op=no
8175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8176 CFLAGS="$gl_save_compiler_FLAGS"
8179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_logical_op" >&5
8180 $as_echo "$gl_cv_warn_c__Wno_logical_op" >&6; }
8181 if test "x$gl_cv_warn_c__Wno_logical_op" = x""yes; then :
8182 as_fn_append WARN_CFLAGS " -Wno-logical-op"
8187 # More things that clang is unduly picky about.
8188 if test $emacs_cv_clang = yes; then
8190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-format-extra-args" >&5
8191 $as_echo_n "checking whether C compiler handles -Wno-format-extra-args... " >&6; }
8192 if test "${gl_cv_warn_c__Wno_format_extra_args+set}" = set; then :
8193 $as_echo_n "(cached) " >&6
8194 else
8196 gl_save_compiler_FLAGS="$CFLAGS"
8197 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-format-extra-args"
8198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8199 /* end confdefs.h. */
8202 main ()
8206 return 0;
8208 _ACEOF
8209 if ac_fn_c_try_compile "$LINENO"; then :
8210 gl_cv_warn_c__Wno_format_extra_args=yes
8211 else
8212 gl_cv_warn_c__Wno_format_extra_args=no
8214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8215 CFLAGS="$gl_save_compiler_FLAGS"
8218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_format_extra_args" >&5
8219 $as_echo "$gl_cv_warn_c__Wno_format_extra_args" >&6; }
8220 if test "x$gl_cv_warn_c__Wno_format_extra_args" = x""yes; then :
8221 as_fn_append WARN_CFLAGS " -Wno-format-extra-args"
8226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-tautological-constant-out-of-range-compare" >&5
8227 $as_echo_n "checking whether C compiler handles -Wno-tautological-constant-out-of-range-compare... " >&6; }
8228 if test "${gl_cv_warn_c__Wno_tautological_constant_out_of_range_compare+set}" = set; then :
8229 $as_echo_n "(cached) " >&6
8230 else
8232 gl_save_compiler_FLAGS="$CFLAGS"
8233 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-tautological-constant-out-of-range-compare"
8234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8235 /* end confdefs.h. */
8238 main ()
8242 return 0;
8244 _ACEOF
8245 if ac_fn_c_try_compile "$LINENO"; then :
8246 gl_cv_warn_c__Wno_tautological_constant_out_of_range_compare=yes
8247 else
8248 gl_cv_warn_c__Wno_tautological_constant_out_of_range_compare=no
8250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8251 CFLAGS="$gl_save_compiler_FLAGS"
8254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_tautological_constant_out_of_range_compare" >&5
8255 $as_echo "$gl_cv_warn_c__Wno_tautological_constant_out_of_range_compare" >&6; }
8256 if test "x$gl_cv_warn_c__Wno_tautological_constant_out_of_range_compare" = x""yes; then :
8257 as_fn_append WARN_CFLAGS " -Wno-tautological-constant-out-of-range-compare"
8262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-unused-command-line-argument" >&5
8263 $as_echo_n "checking whether C compiler handles -Wno-unused-command-line-argument... " >&6; }
8264 if test "${gl_cv_warn_c__Wno_unused_command_line_argument+set}" = set; then :
8265 $as_echo_n "(cached) " >&6
8266 else
8268 gl_save_compiler_FLAGS="$CFLAGS"
8269 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-unused-command-line-argument"
8270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8271 /* end confdefs.h. */
8274 main ()
8278 return 0;
8280 _ACEOF
8281 if ac_fn_c_try_compile "$LINENO"; then :
8282 gl_cv_warn_c__Wno_unused_command_line_argument=yes
8283 else
8284 gl_cv_warn_c__Wno_unused_command_line_argument=no
8286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8287 CFLAGS="$gl_save_compiler_FLAGS"
8290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_unused_command_line_argument" >&5
8291 $as_echo "$gl_cv_warn_c__Wno_unused_command_line_argument" >&6; }
8292 if test "x$gl_cv_warn_c__Wno_unused_command_line_argument" = x""yes; then :
8293 as_fn_append WARN_CFLAGS " -Wno-unused-command-line-argument"
8298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-unused-value" >&5
8299 $as_echo_n "checking whether C compiler handles -Wno-unused-value... " >&6; }
8300 if test "${gl_cv_warn_c__Wno_unused_value+set}" = set; then :
8301 $as_echo_n "(cached) " >&6
8302 else
8304 gl_save_compiler_FLAGS="$CFLAGS"
8305 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-unused-value"
8306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8307 /* end confdefs.h. */
8310 main ()
8314 return 0;
8316 _ACEOF
8317 if ac_fn_c_try_compile "$LINENO"; then :
8318 gl_cv_warn_c__Wno_unused_value=yes
8319 else
8320 gl_cv_warn_c__Wno_unused_value=no
8322 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8323 CFLAGS="$gl_save_compiler_FLAGS"
8326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_unused_value" >&5
8327 $as_echo "$gl_cv_warn_c__Wno_unused_value" >&6; }
8328 if test "x$gl_cv_warn_c__Wno_unused_value" = x""yes; then :
8329 as_fn_append WARN_CFLAGS " -Wno-unused-value"
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -fdiagnostics-show-option" >&5
8337 $as_echo_n "checking whether C compiler handles -fdiagnostics-show-option... " >&6; }
8338 if test "${gl_cv_warn_c__fdiagnostics_show_option+set}" = set; then :
8339 $as_echo_n "(cached) " >&6
8340 else
8342 gl_save_compiler_FLAGS="$CFLAGS"
8343 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -fdiagnostics-show-option"
8344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8345 /* end confdefs.h. */
8348 main ()
8352 return 0;
8354 _ACEOF
8355 if ac_fn_c_try_compile "$LINENO"; then :
8356 gl_cv_warn_c__fdiagnostics_show_option=yes
8357 else
8358 gl_cv_warn_c__fdiagnostics_show_option=no
8360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8361 CFLAGS="$gl_save_compiler_FLAGS"
8364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__fdiagnostics_show_option" >&5
8365 $as_echo "$gl_cv_warn_c__fdiagnostics_show_option" >&6; }
8366 if test "x$gl_cv_warn_c__fdiagnostics_show_option" = x""yes; then :
8367 as_fn_append WARN_CFLAGS " -fdiagnostics-show-option"
8372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -funit-at-a-time" >&5
8373 $as_echo_n "checking whether C compiler handles -funit-at-a-time... " >&6; }
8374 if test "${gl_cv_warn_c__funit_at_a_time+set}" = set; then :
8375 $as_echo_n "(cached) " >&6
8376 else
8378 gl_save_compiler_FLAGS="$CFLAGS"
8379 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -funit-at-a-time"
8380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8381 /* end confdefs.h. */
8384 main ()
8388 return 0;
8390 _ACEOF
8391 if ac_fn_c_try_compile "$LINENO"; then :
8392 gl_cv_warn_c__funit_at_a_time=yes
8393 else
8394 gl_cv_warn_c__funit_at_a_time=no
8396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8397 CFLAGS="$gl_save_compiler_FLAGS"
8400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__funit_at_a_time" >&5
8401 $as_echo "$gl_cv_warn_c__funit_at_a_time" >&6; }
8402 if test "x$gl_cv_warn_c__funit_at_a_time" = x""yes; then :
8403 as_fn_append WARN_CFLAGS " -funit-at-a-time"
8409 $as_echo "#define lint 1" >>confdefs.h
8413 $as_echo "#define GNULIB_PORTCHECK 1" >>confdefs.h
8416 # We use a slightly smaller set of warning options for lib/.
8417 # Remove the following and save the result in GNULIB_WARN_CFLAGS.
8419 nw="$nw -Wunused-macros"
8422 gl_warn_set=
8423 set x $WARN_CFLAGS; shift
8424 for gl_warn_item
8426 case " $nw " in
8427 *" $gl_warn_item "*)
8430 gl_warn_set="$gl_warn_set $gl_warn_item"
8432 esac
8433 done
8434 GNULIB_WARN_CFLAGS=$gl_warn_set
8444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works for files in the same directory" >&5
8445 $as_echo_n "checking whether ln -s works for files in the same directory... " >&6; }
8446 rm -f conf$$ conf$$.file
8448 LN_S_FILEONLY='cp -p'
8450 if (echo >conf$$.file) 2>/dev/null; then
8451 if ln -s conf$$.file conf$$ 2>/dev/null; then
8452 LN_S_FILEONLY='ln -s'
8453 elif ln conf$$.file conf$$ 2>/dev/null; then
8454 LN_S_FILEONLY=ln
8458 rm -f conf$$ conf$$.file
8460 if test "$LN_S_FILEONLY" = "ln -s"; then
8461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8462 $as_echo "yes" >&6; }
8463 else
8464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S_FILEONLY" >&5
8465 $as_echo "no, using $LN_S_FILEONLY" >&6; }
8471 if test "$opsys" = "mingw32"; then
8472 LN_S="ln"
8475 # Extract the first word of "install-info", so it can be a program name with args.
8476 set dummy install-info; ac_word=$2
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8478 $as_echo_n "checking for $ac_word... " >&6; }
8479 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then :
8480 $as_echo_n "(cached) " >&6
8481 else
8482 case $INSTALL_INFO in
8483 [\\/]* | ?:[\\/]*)
8484 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
8487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8488 for as_dir in $PATH$PATH_SEPARATOR/usr/sbin$PATH_SEPARATOR/sbin
8490 IFS=$as_save_IFS
8491 test -z "$as_dir" && as_dir=.
8492 for ac_exec_ext in '' $ac_executable_extensions; do
8493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8494 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
8495 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8496 break 2
8498 done
8499 done
8500 IFS=$as_save_IFS
8502 test -z "$ac_cv_path_INSTALL_INFO" && ac_cv_path_INSTALL_INFO=":"
8504 esac
8506 INSTALL_INFO=$ac_cv_path_INSTALL_INFO
8507 if test -n "$INSTALL_INFO"; then
8508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL_INFO" >&5
8509 $as_echo "$INSTALL_INFO" >&6; }
8510 else
8511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8512 $as_echo "no" >&6; }
8516 # Extract the first word of "gzip", so it can be a program name with args.
8517 set dummy gzip; ac_word=$2
8518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8519 $as_echo_n "checking for $ac_word... " >&6; }
8520 if test "${ac_cv_path_GZIP_PROG+set}" = set; then :
8521 $as_echo_n "(cached) " >&6
8522 else
8523 case $GZIP_PROG in
8524 [\\/]* | ?:[\\/]*)
8525 ac_cv_path_GZIP_PROG="$GZIP_PROG" # Let the user override the test with a path.
8528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8529 for as_dir in $PATH
8531 IFS=$as_save_IFS
8532 test -z "$as_dir" && as_dir=.
8533 for ac_exec_ext in '' $ac_executable_extensions; do
8534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8535 ac_cv_path_GZIP_PROG="$as_dir/$ac_word$ac_exec_ext"
8536 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8537 break 2
8539 done
8540 done
8541 IFS=$as_save_IFS
8544 esac
8546 GZIP_PROG=$ac_cv_path_GZIP_PROG
8547 if test -n "$GZIP_PROG"; then
8548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GZIP_PROG" >&5
8549 $as_echo "$GZIP_PROG" >&6; }
8550 else
8551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8552 $as_echo "no" >&6; }
8557 if test $opsys = gnu-linux; then
8558 # Extract the first word of "paxctl", so it can be a program name with args.
8559 set dummy paxctl; ac_word=$2
8560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8561 $as_echo_n "checking for $ac_word... " >&6; }
8562 if test "${ac_cv_path_PAXCTL+set}" = set; then :
8563 $as_echo_n "(cached) " >&6
8564 else
8565 case $PAXCTL in
8566 [\\/]* | ?:[\\/]*)
8567 ac_cv_path_PAXCTL="$PAXCTL" # Let the user override the test with a path.
8570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8571 for as_dir in $PATH$PATH_SEPARATOR/sbin$PATH_SEPARATOR/usr/sbin
8573 IFS=$as_save_IFS
8574 test -z "$as_dir" && as_dir=.
8575 for ac_exec_ext in '' $ac_executable_extensions; do
8576 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8577 ac_cv_path_PAXCTL="$as_dir/$ac_word$ac_exec_ext"
8578 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8579 break 2
8581 done
8582 done
8583 IFS=$as_save_IFS
8586 esac
8588 PAXCTL=$ac_cv_path_PAXCTL
8589 if test -n "$PAXCTL"; then
8590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PAXCTL" >&5
8591 $as_echo "$PAXCTL" >&6; }
8592 else
8593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8594 $as_echo "no" >&6; }
8598 if test "X$PAXCTL" != X; then
8599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether binaries have a PT_PAX_FLAGS header" >&5
8600 $as_echo_n "checking whether binaries have a PT_PAX_FLAGS header... " >&6; }
8601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8602 /* end confdefs.h. */
8605 main ()
8609 return 0;
8611 _ACEOF
8612 if ac_fn_c_try_link "$LINENO"; then :
8613 if $PAXCTL -v conftest$EXEEXT >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8614 $as_echo "yes" >&6; }
8615 else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8616 $as_echo "no" >&6; }; PAXCTL=""; fi
8618 rm -f core conftest.err conftest.$ac_objext \
8619 conftest$ac_exeext conftest.$ac_ext
8623 ## Need makeinfo >= 4.7 (?) to build the manuals.
8624 # Extract the first word of "makeinfo", so it can be a program name with args.
8625 set dummy makeinfo; ac_word=$2
8626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8627 $as_echo_n "checking for $ac_word... " >&6; }
8628 if test "${ac_cv_path_MAKEINFO+set}" = set; then :
8629 $as_echo_n "(cached) " >&6
8630 else
8631 case $MAKEINFO in
8632 [\\/]* | ?:[\\/]*)
8633 ac_cv_path_MAKEINFO="$MAKEINFO" # Let the user override the test with a path.
8636 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8637 for as_dir in $PATH
8639 IFS=$as_save_IFS
8640 test -z "$as_dir" && as_dir=.
8641 for ac_exec_ext in '' $ac_executable_extensions; do
8642 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8643 ac_cv_path_MAKEINFO="$as_dir/$ac_word$ac_exec_ext"
8644 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8645 break 2
8647 done
8648 done
8649 IFS=$as_save_IFS
8651 test -z "$ac_cv_path_MAKEINFO" && ac_cv_path_MAKEINFO="no"
8653 esac
8655 MAKEINFO=$ac_cv_path_MAKEINFO
8656 if test -n "$MAKEINFO"; then
8657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
8658 $as_echo "$MAKEINFO" >&6; }
8659 else
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8661 $as_echo "no" >&6; }
8665 if test "$MAKEINFO" != "no"; then
8666 case `
8667 $MAKEINFO --version 2> /dev/null |
8668 $EGREP 'texinfo[^0-9]*([1-4][0-9]+|[5-9]|4\.[7-9]|4\.[1-6][0-9]+)'
8669 ` in
8670 '') MAKEINFO=no;;
8671 esac
8674 ## Makeinfo is unusual. For a released Emacs, the manuals are
8675 ## pre-built, and not deleted by the normal clean rules. makeinfo is
8676 ## therefore in the category of "special tools" not normally required, which
8677 ## configure does not have to check for (eg autoconf itself).
8678 ## In a Bazaar checkout on the other hand, the manuals are not included.
8679 ## So makeinfo is a requirement to build from Bazaar, and configure
8680 ## should test for it as it does for any other build requirement.
8681 ## We use the presence of $srcdir/info/emacs to distinguish a release,
8682 ## with pre-built manuals, from a Bazaar checkout.
8683 HAVE_MAKEINFO=yes
8685 if test "$MAKEINFO" = "no"; then
8686 MAKEINFO=makeinfo
8687 if test "x${with_makeinfo}" = "xno"; then
8688 HAVE_MAKEINFO=no
8689 elif test ! -e "$srcdir/info/emacs" && test ! -e "$srcdir/info/emacs.info"; then
8690 as_fn_error "You do not seem to have makeinfo >= 4.7, and your
8691 source tree does not seem to have pre-built manuals in the \`info' directory.
8692 Either install a suitable version of makeinfo, or re-run configure
8693 with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5
8698 INFO_EXT=.info
8699 INFO_OPTS=--no-split
8704 if test x$GCC = xyes; then
8705 test "x$GCC_LINK_TEST_OPTIONS" != x && \
8706 ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"
8707 else
8708 test "x$NON_GCC_LINK_TEST_OPTIONS" != x && \
8709 ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
8713 late_LDFLAGS=$LDFLAGS
8714 if test x$GCC = xyes; then
8715 LDFLAGS="$LDFLAGS -Wl,-znocombreloc"
8716 else
8717 LDFLAGS="$LDFLAGS -znocombreloc"
8720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -znocombreloc" >&5
8721 $as_echo_n "checking for -znocombreloc... " >&6; }
8722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8723 /* end confdefs.h. */
8726 main ()
8730 return 0;
8732 _ACEOF
8733 if ac_fn_c_try_link "$LINENO"; then :
8734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8735 $as_echo "yes" >&6; }
8736 else
8737 LDFLAGS=$late_LDFLAGS
8738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8739 $as_echo "no" >&6; }
8741 rm -f core conftest.err conftest.$ac_objext \
8742 conftest$ac_exeext conftest.$ac_ext
8745 test "x$CANNOT_DUMP" = "x" && CANNOT_DUMP=no
8746 case "$opsys" in
8747 your-opsys-here) CANNOT_DUMP=yes ;;
8748 esac
8750 test "$CANNOT_DUMP" = "yes" && \
8752 $as_echo "#define CANNOT_DUMP 1" >>confdefs.h
8758 UNEXEC_OBJ=unexelf.o
8759 case "$opsys" in
8760 # MSDOS uses unexcoff.o
8761 aix4-2)
8762 UNEXEC_OBJ=unexaix.o
8764 cygwin)
8765 UNEXEC_OBJ=unexcw.o
8767 darwin)
8768 UNEXEC_OBJ=unexmacosx.o
8770 hpux10-20 | hpux11)
8771 UNEXEC_OBJ=unexhp9k800.o
8773 mingw32)
8774 UNEXEC_OBJ=unexw32.o
8776 sol2-10)
8777 # Use the Solaris dldump() function, called from unexsol.c, to dump
8778 # emacs, instead of the generic ELF dump code found in unexelf.c.
8779 # The resulting binary has a complete symbol table, and is better
8780 # for debugging and other observability tools (debuggers, pstack, etc).
8782 # If you encounter a problem using dldump(), please consider sending
8783 # a message to the OpenSolaris tools-linking mailing list:
8784 # http://mail.opensolaris.org/mailman/listinfo/tools-linking
8786 # It is likely that dldump() works with older Solaris too, but this has
8787 # not been tested, so for now this change is for Solaris 10 or newer.
8788 UNEXEC_OBJ=unexsol.o
8790 esac
8792 LD_SWITCH_SYSTEM=
8793 case "$opsys" in
8794 freebsd|dragonfly)
8795 ## Let `ld' find image libs and similar things in /usr/local/lib.
8796 ## The system compiler, GCC, has apparently been modified to not
8797 ## look there, contrary to what a stock GCC would do.
8798 ### It's not our place to do this. See bug#10313#17.
8799 ### LD_SWITCH_SYSTEM=-L/usr/local/lib
8803 gnu-linux)
8804 ## cpp test was "ifdef __mips__", but presumably this is equivalent...
8805 case $host_cpu in mips*) LD_SWITCH_SYSTEM="-G 0";; esac
8808 netbsd)
8809 ### It's not our place to do this. See bug#10313#17.
8810 ### LD_SWITCH_SYSTEM="-Wl,-rpath,/usr/pkg/lib -L/usr/pkg/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib"
8814 openbsd)
8815 ## Han Boetes <han@boetes.org> says this is necessary,
8816 ## otherwise Emacs dumps core on elf systems.
8817 LD_SWITCH_SYSTEM="-Z"
8819 esac
8822 ac_link="$ac_link $LD_SWITCH_SYSTEM"
8824 ## This setting of LD_SWITCH_SYSTEM references LD_SWITCH_X_SITE_RPATH,
8825 ## which has not been defined yet. When this was handled with cpp,
8826 ## it was expanded to null when configure sourced the s/*.h file.
8827 ## Thus LD_SWITCH_SYSTEM had different values in configure and the Makefiles.
8828 ## FIXME it would be cleaner to put this in LD_SWITCH_SYSTEM_TEMACS
8829 ## (or somesuch), but because it is supposed to go at the _front_
8830 ## of LD_SWITCH_SYSTEM, we cannot do that in exactly the same way.
8831 ## Compare with the gnu-linux case below, which added to the end
8832 ## of LD_SWITCH_SYSTEM, and so can instead go at the front of
8833 ## LD_SWITCH_SYSTEM_TEMACS.
8834 case "$opsys" in
8835 netbsd|openbsd)
8836 LD_SWITCH_SYSTEM="\$(LD_SWITCH_X_SITE_RPATH) $LD_SWITCH_SYSTEM" ;;
8837 esac
8840 C_SWITCH_MACHINE=
8841 case $canonical in
8842 alpha*)
8843 ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default"
8844 if test "x$ac_cv_have_decl___ELF__" = x""yes; then :
8848 if test "$ac_cv_have_decl___ELF__" = "yes"; then
8849 ## With ELF, make sure that all common symbols get allocated to in the
8850 ## data section. Otherwise, the dump of temacs may miss variables in
8851 ## the shared library that have been initialized. For example, with
8852 ## GNU libc, __malloc_initialized would normally be resolved to the
8853 ## shared library's .bss section, which is fatal.
8854 if test "x$GCC" = "xyes"; then
8855 C_SWITCH_MACHINE="-fno-common"
8856 else
8857 as_fn_error "What gives? Fix me if DEC Unix supports ELF now." "$LINENO" 5
8859 else
8860 UNEXEC_OBJ=unexalpha.o
8863 esac
8868 C_SWITCH_SYSTEM=
8869 ## Some programs in src produce warnings saying certain subprograms
8870 ## are too complex and need a MAXMEM value greater than 2000 for
8871 ## additional optimization. --nils@exp-math.uni-essen.de
8872 test "$opsys" = "aix4.2" && test "x$GCC" != "xyes" && \
8873 C_SWITCH_SYSTEM="-ma -qmaxmem=4000"
8874 test "$opsys" = "mingw32" && C_SWITCH_SYSTEM="-mtune=pentium4"
8875 ## gnu-linux might need -D_BSD_SOURCE on old libc5 systems.
8876 ## It is redundant in glibc2, since we define _GNU_SOURCE.
8880 LIBS_SYSTEM=
8881 case "$opsys" in
8882 ## IBM's X11R5 uses -lIM and -liconv in AIX 3.2.2.
8883 aix4-2) LIBS_SYSTEM="-lrts -lIM -liconv" ;;
8885 freebsd|dragonfly) LIBS_SYSTEM="-lutil" ;;
8887 hpux*) LIBS_SYSTEM="-l:libdld.sl" ;;
8889 sol2*) LIBS_SYSTEM="-lsocket -lnsl" ;;
8891 ## Motif needs -lgen.
8892 unixware) LIBS_SYSTEM="-lsocket -lnsl -lelf -lgen" ;;
8893 esac
8897 ### Make sure subsequent tests use flags consistent with the build flags.
8899 if test x"${OVERRIDE_CPPFLAGS}" != x; then
8900 CPPFLAGS="${OVERRIDE_CPPFLAGS}"
8901 else
8902 CPPFLAGS="$C_SWITCH_SYSTEM $C_SWITCH_MACHINE $CPPFLAGS"
8905 # Suppress obsolescent Autoconf test for size_t; Emacs assumes C89 or better.
8907 # Likewise for obsolescent test for uid_t, gid_t; Emacs assumes them.
8911 LIB_MATH=-lm
8912 SYSTEM_TYPE=`echo $opsys | sed -e 's/[0-9].*//' -e 's|-|/|'`
8914 case $opsys in
8915 cygwin )
8916 LIB_MATH=
8918 darwin )
8919 ## Adding -lm confuses the dynamic linker, so omit it.
8920 LIB_MATH=
8922 freebsd | dragonfly )
8923 SYSTEM_TYPE=berkeley-unix
8925 gnu-linux | gnu-kfreebsd )
8927 hpux10-20 | hpux11 )
8929 mingw32 )
8930 LIB_MATH=
8931 SYSTEM_TYPE=windows-nt
8933 netbsd | openbsd )
8934 SYSTEM_TYPE=berkeley-unix
8937 sol2* | unixware )
8938 SYSTEM_TYPE=usg-unix-v
8941 esac
8945 cat >>confdefs.h <<_ACEOF
8946 #define SYSTEM_TYPE "$SYSTEM_TYPE"
8947 _ACEOF
8951 pre_PKG_CONFIG_CFLAGS=$CFLAGS
8952 pre_PKG_CONFIG_LIBS=$LIBS
8954 # Extract the first word of "pkg-config", so it can be a program name with args.
8955 set dummy pkg-config; ac_word=$2
8956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8957 $as_echo_n "checking for $ac_word... " >&6; }
8958 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
8959 $as_echo_n "(cached) " >&6
8960 else
8961 case $PKG_CONFIG in
8962 [\\/]* | ?:[\\/]*)
8963 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
8966 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8967 for as_dir in $PATH
8969 IFS=$as_save_IFS
8970 test -z "$as_dir" && as_dir=.
8971 for ac_exec_ext in '' $ac_executable_extensions; do
8972 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8973 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
8974 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8975 break 2
8977 done
8978 done
8979 IFS=$as_save_IFS
8981 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
8983 esac
8985 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
8986 if test -n "$PKG_CONFIG"; then
8987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
8988 $as_echo "$PKG_CONFIG" >&6; }
8989 else
8990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8991 $as_echo "no" >&6; }
8998 if test "${with_sound}" != "no"; then
8999 # Sound support for GNU/Linux, the free BSDs, and MinGW.
9000 for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h
9001 do :
9002 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9003 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "
9004 #ifdef __MINGW32__
9005 #define WIN32_LEAN_AND_MEAN
9006 #include <windows.h>
9007 #endif
9010 eval as_val=\$$as_ac_Header
9011 if test "x$as_val" = x""yes; then :
9012 cat >>confdefs.h <<_ACEOF
9013 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9014 _ACEOF
9015 have_sound_header=yes
9018 done
9020 # Emulation library used on NetBSD.
9021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
9022 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
9023 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
9024 $as_echo_n "(cached) " >&6
9025 else
9026 ac_check_lib_save_LIBS=$LIBS
9027 LIBS="-lossaudio $LIBS"
9028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9029 /* end confdefs.h. */
9031 /* Override any GCC internal prototype to avoid an error.
9032 Use char because int might match the return type of a GCC
9033 builtin and then its argument prototype would still apply. */
9034 #ifdef __cplusplus
9035 extern "C"
9036 #endif
9037 char _oss_ioctl ();
9039 main ()
9041 return _oss_ioctl ();
9043 return 0;
9045 _ACEOF
9046 if ac_fn_c_try_link "$LINENO"; then :
9047 ac_cv_lib_ossaudio__oss_ioctl=yes
9048 else
9049 ac_cv_lib_ossaudio__oss_ioctl=no
9051 rm -f core conftest.err conftest.$ac_objext \
9052 conftest$ac_exeext conftest.$ac_ext
9053 LIBS=$ac_check_lib_save_LIBS
9055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
9056 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
9057 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
9058 LIBSOUND=-lossaudio
9059 else
9060 LIBSOUND=
9065 ALSA_REQUIRED=1.0.0
9066 ALSA_MODULES="alsa >= $ALSA_REQUIRED"
9068 succeeded=no
9070 if test "$PKG_CONFIG" = "no" ; then
9071 HAVE_ALSA=no
9072 else
9073 PKG_CONFIG_MIN_VERSION=0.9.0
9074 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
9075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ALSA_MODULES" >&5
9076 $as_echo_n "checking for $ALSA_MODULES... " >&6; }
9078 if "$PKG_CONFIG" --exists "$ALSA_MODULES" 2>&5 &&
9079 ALSA_CFLAGS=`"$PKG_CONFIG" --cflags "$ALSA_MODULES" 2>&5` &&
9080 ALSA_LIBS=`"$PKG_CONFIG" --libs "$ALSA_MODULES" 2>&5`; then
9081 edit_cflags="
9082 s,///*,/,g
9083 s/^/ /
9084 s/ -I/ $isystem/g
9085 s/^ //
9087 ALSA_CFLAGS=`$as_echo "$ALSA_CFLAGS" | sed -e "$edit_cflags"`
9088 ALSA_LIBS=`$as_echo "$ALSA_LIBS" | sed -e 's,///*,/,g'`
9089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$ALSA_CFLAGS' LIBS='$ALSA_LIBS'" >&5
9090 $as_echo "yes CFLAGS='$ALSA_CFLAGS' LIBS='$ALSA_LIBS'" >&6; }
9091 succeeded=yes
9092 else
9093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9094 $as_echo "no" >&6; }
9095 ALSA_CFLAGS=""
9096 ALSA_LIBS=""
9097 ## If we have a custom action on failure, don't print errors, but
9098 ## do set a variable so people can do so. Do it in a subshell
9099 ## to capture any diagnostics in invoking pkg-config.
9100 ALSA_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "$ALSA_MODULES") 2>&1`
9106 else
9107 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
9108 echo "*** See http://www.freedesktop.org/software/pkgconfig"
9112 if test $succeeded = yes; then
9113 HAVE_ALSA=yes
9114 else
9115 HAVE_ALSA=no
9118 if test $HAVE_ALSA = yes; then
9119 SAVE_CFLAGS="$CFLAGS"
9120 SAVE_LIBS="$LIBS"
9121 CFLAGS="$ALSA_CFLAGS $CFLAGS"
9122 LIBS="$ALSA_LIBS $LIBS"
9123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9124 /* end confdefs.h. */
9125 #include <asoundlib.h>
9127 main ()
9129 snd_lib_error_set_handler (0);
9131 return 0;
9133 _ACEOF
9134 if ac_fn_c_try_compile "$LINENO"; then :
9135 emacs_alsa_normal=yes
9136 else
9137 emacs_alsa_normal=no
9139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9140 if test "$emacs_alsa_normal" != yes; then
9141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9142 /* end confdefs.h. */
9143 #include <alsa/asoundlib.h>
9145 main ()
9147 snd_lib_error_set_handler (0);
9149 return 0;
9151 _ACEOF
9152 if ac_fn_c_try_compile "$LINENO"; then :
9153 emacs_alsa_subdir=yes
9154 else
9155 emacs_alsa_subdir=no
9157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9158 if test "$emacs_alsa_subdir" != yes; then
9159 as_fn_error "pkg-config found alsa, but it does not compile. See config.log for error messages." "$LINENO" 5
9161 ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE"
9164 CFLAGS="$SAVE_CFLAGS"
9165 LIBS="$SAVE_LIBS"
9166 LIBSOUND="$LIBSOUND $ALSA_LIBS"
9167 CFLAGS_SOUND="$CFLAGS_SOUND $ALSA_CFLAGS"
9169 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
9173 if test x$have_sound_header = xyes || test $HAVE_ALSA = yes; then
9174 case "$opsys" in
9175 gnu-linux|freebsd|netbsd|mingw32)
9177 $as_echo "#define HAVE_SOUND 1" >>confdefs.h
9180 esac
9189 for ac_header in $ac_header_list
9190 do :
9191 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9192 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
9194 eval as_val=\$$as_ac_Header
9195 if test "x$as_val" = x""yes; then :
9196 cat >>confdefs.h <<_ACEOF
9197 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9198 _ACEOF
9202 done
9222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if personality LINUX32 can be set" >&5
9223 $as_echo_n "checking if personality LINUX32 can be set... " >&6; }
9224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9225 /* end confdefs.h. */
9226 #include <sys/personality.h>
9228 main ()
9230 personality (PER_LINUX32)
9232 return 0;
9234 _ACEOF
9235 if ac_fn_c_try_compile "$LINENO"; then :
9236 emacs_cv_personality_linux32=yes
9237 else
9238 emacs_cv_personality_linux32=no
9240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_personality_linux32" >&5
9242 $as_echo "$emacs_cv_personality_linux32" >&6; }
9244 if test $emacs_cv_personality_linux32 = yes; then
9246 $as_echo "#define HAVE_PERSONALITY_LINUX32 1" >>confdefs.h
9250 for ac_header in term.h
9251 do :
9252 ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h"
9253 if test "x$ac_cv_header_term_h" = x""yes; then :
9254 cat >>confdefs.h <<_ACEOF
9255 #define HAVE_TERM_H 1
9256 _ACEOF
9260 done
9262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
9263 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
9264 if test "${ac_cv_header_time+set}" = set; then :
9265 $as_echo_n "(cached) " >&6
9266 else
9267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9268 /* end confdefs.h. */
9269 #include <sys/types.h>
9270 #include <sys/time.h>
9271 #include <time.h>
9274 main ()
9276 if ((struct tm *) 0)
9277 return 0;
9279 return 0;
9281 _ACEOF
9282 if ac_fn_c_try_compile "$LINENO"; then :
9283 ac_cv_header_time=yes
9284 else
9285 ac_cv_header_time=no
9287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
9290 $as_echo "$ac_cv_header_time" >&6; }
9291 if test $ac_cv_header_time = yes; then
9293 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
9297 ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "#include <signal.h>
9300 if test "x$ac_cv_have_decl_sys_siglist" = x""yes; then :
9301 ac_have_decl=1
9302 else
9303 ac_have_decl=0
9306 cat >>confdefs.h <<_ACEOF
9307 #define HAVE_DECL_SYS_SIGLIST $ac_have_decl
9308 _ACEOF
9310 if test $ac_cv_have_decl_sys_siglist != yes; then
9311 # For Tru64, at least:
9312 ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "#include <signal.h>
9315 if test "x$ac_cv_have_decl___sys_siglist" = x""yes; then :
9316 ac_have_decl=1
9317 else
9318 ac_have_decl=0
9321 cat >>confdefs.h <<_ACEOF
9322 #define HAVE_DECL___SYS_SIGLIST $ac_have_decl
9323 _ACEOF
9326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
9327 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
9328 if test "${ac_cv_header_sys_wait_h+set}" = set; then :
9329 $as_echo_n "(cached) " >&6
9330 else
9331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9332 /* end confdefs.h. */
9333 #include <sys/types.h>
9334 #include <sys/wait.h>
9335 #ifndef WEXITSTATUS
9336 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
9337 #endif
9338 #ifndef WIFEXITED
9339 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
9340 #endif
9343 main ()
9345 int s;
9346 wait (&s);
9347 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
9349 return 0;
9351 _ACEOF
9352 if ac_fn_c_try_compile "$LINENO"; then :
9353 ac_cv_header_sys_wait_h=yes
9354 else
9355 ac_cv_header_sys_wait_h=no
9357 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
9360 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
9361 if test $ac_cv_header_sys_wait_h = yes; then
9363 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
9371 for ac_header in net/if.h
9372 do :
9373 ac_fn_c_check_header_compile "$LINENO" "net/if.h" "ac_cv_header_net_if_h" "$ac_includes_default
9374 #if HAVE_SYS_SOCKET_H
9375 #include <sys/socket.h>
9376 #endif
9378 if test "x$ac_cv_header_net_if_h" = x""yes; then :
9379 cat >>confdefs.h <<_ACEOF
9380 #define HAVE_NET_IF_H 1
9381 _ACEOF
9385 done
9387 for ac_header in ifaddrs.h
9388 do :
9389 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "$ac_includes_default
9390 #if HAVE_SYS_SOCKET_H
9391 #include <sys/socket.h>
9392 #endif
9394 if test "x$ac_cv_header_ifaddrs_h" = x""yes; then :
9395 cat >>confdefs.h <<_ACEOF
9396 #define HAVE_IFADDRS_H 1
9397 _ACEOF
9401 done
9403 for ac_header in net/if_dl.h
9404 do :
9405 ac_fn_c_check_header_compile "$LINENO" "net/if_dl.h" "ac_cv_header_net_if_dl_h" "$ac_includes_default
9406 #if HAVE_SYS_SOCKET_H
9407 #include <sys/socket.h>
9408 #endif
9410 if test "x$ac_cv_header_net_if_dl_h" = x""yes; then :
9411 cat >>confdefs.h <<_ACEOF
9412 #define HAVE_NET_IF_DL_H 1
9413 _ACEOF
9417 done
9420 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_flags" "ac_cv_member_struct_ifreq_ifr_flags" "$ac_includes_default
9421 #if HAVE_SYS_SOCKET_H
9422 #include <sys/socket.h>
9423 #endif
9424 #if HAVE_NET_IF_H
9425 #include <net/if.h>
9426 #endif
9428 if test "x$ac_cv_member_struct_ifreq_ifr_flags" = x""yes; then :
9430 cat >>confdefs.h <<_ACEOF
9431 #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
9432 _ACEOF
9436 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "$ac_includes_default
9437 #if HAVE_SYS_SOCKET_H
9438 #include <sys/socket.h>
9439 #endif
9440 #if HAVE_NET_IF_H
9441 #include <net/if.h>
9442 #endif
9444 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
9446 cat >>confdefs.h <<_ACEOF
9447 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
9448 _ACEOF
9452 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_netmask" "ac_cv_member_struct_ifreq_ifr_netmask" "$ac_includes_default
9453 #if HAVE_SYS_SOCKET_H
9454 #include <sys/socket.h>
9455 #endif
9456 #if HAVE_NET_IF_H
9457 #include <net/if.h>
9458 #endif
9460 if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = x""yes; then :
9462 cat >>confdefs.h <<_ACEOF
9463 #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
9464 _ACEOF
9468 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_broadaddr" "ac_cv_member_struct_ifreq_ifr_broadaddr" "$ac_includes_default
9469 #if HAVE_SYS_SOCKET_H
9470 #include <sys/socket.h>
9471 #endif
9472 #if HAVE_NET_IF_H
9473 #include <net/if.h>
9474 #endif
9476 if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = x""yes; then :
9478 cat >>confdefs.h <<_ACEOF
9479 #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
9480 _ACEOF
9484 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_addr" "ac_cv_member_struct_ifreq_ifr_addr" "$ac_includes_default
9485 #if HAVE_SYS_SOCKET_H
9486 #include <sys/socket.h>
9487 #endif
9488 #if HAVE_NET_IF_H
9489 #include <net/if.h>
9490 #endif
9492 if test "x$ac_cv_member_struct_ifreq_ifr_addr" = x""yes; then :
9494 cat >>confdefs.h <<_ACEOF
9495 #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
9496 _ACEOF
9500 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_addr.sa_len" "ac_cv_member_struct_ifreq_ifr_addr_sa_len" "$ac_includes_default
9501 #if HAVE_SYS_SOCKET_H
9502 #include <sys/socket.h>
9503 #endif
9504 #if HAVE_NET_IF_H
9505 #include <net/if.h>
9506 #endif
9508 if test "x$ac_cv_member_struct_ifreq_ifr_addr_sa_len" = x""yes; then :
9510 cat >>confdefs.h <<_ACEOF
9511 #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
9512 _ACEOF
9520 DEPFLAGS=
9521 MKDEPDIR=":"
9522 deps_frag=deps.mk
9523 if test "$GCC" = yes && test "$ac_enable_autodepend" = yes; then
9524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using GNU Make" >&5
9525 $as_echo_n "checking whether we are using GNU Make... " >&6; }
9526 HAVE_GNU_MAKE=no
9527 testval=`${MAKE-make} --version 2>/dev/null | grep 'GNU Make'`
9528 if test "x$testval" != x; then
9529 HAVE_GNU_MAKE=yes
9530 else
9531 ac_enable_autodepend=no
9533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_GNU_MAKE" >&5
9534 $as_echo "$HAVE_GNU_MAKE" >&6; }
9535 if test $HAVE_GNU_MAKE = yes; then
9536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands -MMD -MF" >&5
9537 $as_echo_n "checking whether gcc understands -MMD -MF... " >&6; }
9538 SAVE_CFLAGS="$CFLAGS"
9539 CFLAGS="$CFLAGS -MMD -MF deps.d -MP"
9540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9541 /* end confdefs.h. */
9544 main ()
9548 return 0;
9550 _ACEOF
9551 if ac_fn_c_try_compile "$LINENO"; then :
9553 else
9554 ac_enable_autodepend=no
9556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9557 CFLAGS="$SAVE_CFLAGS"
9558 test -f deps.d || ac_enable_autodepend=no
9559 rm -rf deps.d
9560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_enable_autodepend" >&5
9561 $as_echo "$ac_enable_autodepend" >&6; }
9563 if test $ac_enable_autodepend = yes; then
9564 DEPFLAGS='-MMD -MF ${DEPDIR}/$*.d -MP'
9565 ## MKDIR_P is documented (see AC_PROG_MKDIR_P) to be parallel-safe.
9566 MKDEPDIR='${MKDIR_P} ${DEPDIR}'
9567 deps_frag=autodeps.mk
9570 deps_frag=$srcdir/src/$deps_frag
9576 lisp_frag=$srcdir/src/lisp.mk
9580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5
9581 $as_echo_n "checking for long file names... " >&6; }
9582 if test "${ac_cv_sys_long_file_names+set}" = set; then :
9583 $as_echo_n "(cached) " >&6
9584 else
9585 ac_cv_sys_long_file_names=yes
9586 # Test for long file names in all the places we know might matter:
9587 # . the current directory, where building will happen
9588 # $prefix/lib where we will be installing things
9589 # $exec_prefix/lib likewise
9590 # $TMPDIR if set, where it might want to write temporary files
9591 # /tmp where it might want to write temporary files
9592 # /var/tmp likewise
9593 # /usr/tmp likewise
9594 for ac_dir in . "$TMPDIR" /tmp /var/tmp /usr/tmp "$prefix/lib" "$exec_prefix/lib"; do
9595 # Skip $TMPDIR if it is empty or bogus, and skip $exec_prefix/lib
9596 # in the usual case where exec_prefix is '${prefix}'.
9597 case $ac_dir in #(
9598 . | /* | ?:[\\/]*) ;; #(
9599 *) continue;;
9600 esac
9601 test -w "$ac_dir/." || continue # It is less confusing to not echo anything here.
9602 ac_xdir=$ac_dir/cf$$
9603 (umask 077 && mkdir "$ac_xdir" 2>/dev/null) || continue
9604 ac_tf1=$ac_xdir/conftest9012345
9605 ac_tf2=$ac_xdir/conftest9012346
9606 touch "$ac_tf1" 2>/dev/null && test -f "$ac_tf1" && test ! -f "$ac_tf2" ||
9607 ac_cv_sys_long_file_names=no
9608 rm -f -r "$ac_xdir" 2>/dev/null
9609 test $ac_cv_sys_long_file_names = no && break
9610 done
9612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_long_file_names" >&5
9613 $as_echo "$ac_cv_sys_long_file_names" >&6; }
9614 if test $ac_cv_sys_long_file_names = yes; then
9616 $as_echo "#define HAVE_LONG_FILE_NAMES 1" >>confdefs.h
9621 #### Choose a window system.
9623 ## We leave window_system equal to none if
9624 ## we end up building without one. Any new window system should
9625 ## set window_system to an appropriate value and add objects to
9626 ## window-system-specific substs.
9628 window_system=none
9629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
9630 $as_echo_n "checking for X... " >&6; }
9633 # Check whether --with-x was given.
9634 if test "${with_x+set}" = set; then :
9635 withval=$with_x;
9638 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9639 if test "x$with_x" = xno; then
9640 # The user explicitly disabled X.
9641 have_x=disabled
9642 else
9643 case $x_includes,$x_libraries in #(
9644 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
9645 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
9646 $as_echo_n "(cached) " >&6
9647 else
9648 # One or both of the vars are not set, and there is no cached value.
9649 ac_x_includes=no ac_x_libraries=no
9650 rm -f -r conftest.dir
9651 if mkdir conftest.dir; then
9652 cd conftest.dir
9653 cat >Imakefile <<'_ACEOF'
9654 incroot:
9655 @echo incroot='${INCROOT}'
9656 usrlibdir:
9657 @echo usrlibdir='${USRLIBDIR}'
9658 libdir:
9659 @echo libdir='${LIBDIR}'
9660 _ACEOF
9661 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
9662 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
9663 for ac_var in incroot usrlibdir libdir; do
9664 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9665 done
9666 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9667 for ac_extension in a so sl dylib la dll; do
9668 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9669 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9670 ac_im_usrlibdir=$ac_im_libdir; break
9672 done
9673 # Screen out bogus values from the imake configuration. They are
9674 # bogus both because they are the default anyway, and because
9675 # using them would break gcc on systems where it needs fixed includes.
9676 case $ac_im_incroot in
9677 /usr/include) ac_x_includes= ;;
9678 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
9679 esac
9680 case $ac_im_usrlibdir in
9681 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
9682 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
9683 esac
9685 cd ..
9686 rm -f -r conftest.dir
9689 # Standard set of common directories for X headers.
9690 # Check X11 before X11Rn because it is often a symlink to the current release.
9691 ac_x_header_dirs='
9692 /usr/X11/include
9693 /usr/X11R7/include
9694 /usr/X11R6/include
9695 /usr/X11R5/include
9696 /usr/X11R4/include
9698 /usr/include/X11
9699 /usr/include/X11R7
9700 /usr/include/X11R6
9701 /usr/include/X11R5
9702 /usr/include/X11R4
9704 /usr/local/X11/include
9705 /usr/local/X11R7/include
9706 /usr/local/X11R6/include
9707 /usr/local/X11R5/include
9708 /usr/local/X11R4/include
9710 /usr/local/include/X11
9711 /usr/local/include/X11R7
9712 /usr/local/include/X11R6
9713 /usr/local/include/X11R5
9714 /usr/local/include/X11R4
9716 /usr/X386/include
9717 /usr/x386/include
9718 /usr/XFree86/include/X11
9720 /usr/include
9721 /usr/local/include
9722 /usr/unsupported/include
9723 /usr/athena/include
9724 /usr/local/x11r5/include
9725 /usr/lpp/Xamples/include
9727 /usr/openwin/include
9728 /usr/openwin/share/include'
9730 if test "$ac_x_includes" = no; then
9731 # Guess where to find include files, by looking for Xlib.h.
9732 # First, try using that file with no special directory specified.
9733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9734 /* end confdefs.h. */
9735 #include <X11/Xlib.h>
9736 _ACEOF
9737 if ac_fn_c_try_cpp "$LINENO"; then :
9738 # We can compile using X headers with no special include directory.
9739 ac_x_includes=
9740 else
9741 for ac_dir in $ac_x_header_dirs; do
9742 if test -r "$ac_dir/X11/Xlib.h"; then
9743 ac_x_includes=$ac_dir
9744 break
9746 done
9748 rm -f conftest.err conftest.$ac_ext
9749 fi # $ac_x_includes = no
9751 if test "$ac_x_libraries" = no; then
9752 # Check for the libraries.
9753 # See if we find them without any special options.
9754 # Don't add to $LIBS permanently.
9755 ac_save_LIBS=$LIBS
9756 LIBS="-lX11 $LIBS"
9757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9758 /* end confdefs.h. */
9759 #include <X11/Xlib.h>
9761 main ()
9763 XrmInitialize ()
9765 return 0;
9767 _ACEOF
9768 if ac_fn_c_try_link "$LINENO"; then :
9769 LIBS=$ac_save_LIBS
9770 # We can link X programs with no special library path.
9771 ac_x_libraries=
9772 else
9773 LIBS=$ac_save_LIBS
9774 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9776 # Don't even attempt the hair of trying to link an X program!
9777 for ac_extension in a so sl dylib la dll; do
9778 if test -r "$ac_dir/libX11.$ac_extension"; then
9779 ac_x_libraries=$ac_dir
9780 break 2
9782 done
9783 done
9785 rm -f core conftest.err conftest.$ac_objext \
9786 conftest$ac_exeext conftest.$ac_ext
9787 fi # $ac_x_libraries = no
9789 case $ac_x_includes,$ac_x_libraries in #(
9790 no,* | *,no | *\'*)
9791 # Didn't find X, or a directory has "'" in its name.
9792 ac_cv_have_x="have_x=no";; #(
9794 # Record where we found X for the cache.
9795 ac_cv_have_x="have_x=yes\
9796 ac_x_includes='$ac_x_includes'\
9797 ac_x_libraries='$ac_x_libraries'"
9798 esac
9800 ;; #(
9801 *) have_x=yes;;
9802 esac
9803 eval "$ac_cv_have_x"
9804 fi # $with_x != no
9806 if test "$have_x" != yes; then
9807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9808 $as_echo "$have_x" >&6; }
9809 no_x=yes
9810 else
9811 # If each of the values was on the command line, it overrides each guess.
9812 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9813 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9814 # Update the cache value to reflect the command line values.
9815 ac_cv_have_x="have_x=yes\
9816 ac_x_includes='$x_includes'\
9817 ac_x_libraries='$x_libraries'"
9818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9819 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9822 if test "$no_x" != yes; then
9823 window_system=x11
9826 LD_SWITCH_X_SITE_RPATH=
9827 if test "${x_libraries}" != NONE; then
9828 if test -n "${x_libraries}"; then
9829 LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"`
9830 LD_SWITCH_X_SITE_RPATH=-Wl,-rpath,`echo ${x_libraries} | sed -e "s/:/ -Wl,-rpath,/g"`
9832 x_default_search_path=""
9833 x_search_path=${x_libraries}
9834 if test -z "${x_search_path}"; then
9835 x_search_path=/usr/lib
9837 for x_library in `echo ${x_search_path}: | \
9838 sed -e "s/:/ /g" -e p -e "s:/lib[^ /]* :/share :g"`; do
9839 x_search_path="\
9840 ${x_library}/X11/%L/%T/%N%C%S:\
9841 ${x_library}/X11/%l/%T/%N%C%S:\
9842 ${x_library}/X11/%T/%N%C%S:\
9843 ${x_library}/X11/%L/%T/%N%S:\
9844 ${x_library}/X11/%l/%T/%N%S:\
9845 ${x_library}/X11/%T/%N%S"
9846 if test x"${x_default_search_path}" = x; then
9847 x_default_search_path=${x_search_path}
9848 else
9849 x_default_search_path="${x_search_path}:${x_default_search_path}"
9851 done
9855 if test "${x_includes}" != NONE && test -n "${x_includes}"; then
9856 C_SWITCH_X_SITE="$isystem"`echo ${x_includes} | sed -e "s/:/ $isystem/g"`
9859 if test x"${x_includes}" = x; then
9860 bitmapdir=/usr/include/X11/bitmaps
9861 else
9862 # accumulate include directories that have X11 bitmap subdirectories
9863 bmd_acc="dummyval"
9864 for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do
9865 if test -d "${bmd}/X11/bitmaps"; then
9866 bmd_acc="${bmd_acc}:${bmd}/X11/bitmaps"
9868 if test -d "${bmd}/bitmaps"; then
9869 bmd_acc="${bmd_acc}:${bmd}/bitmaps"
9871 done
9872 if test ${bmd_acc} != "dummyval"; then
9873 bitmapdir=`echo ${bmd_acc} | sed -e "s/^dummyval://"`
9877 HAVE_NS=no
9878 NS_IMPL_COCOA=no
9879 NS_IMPL_GNUSTEP=no
9880 tmp_CPPFLAGS="$CPPFLAGS"
9881 tmp_CFLAGS="$CFLAGS"
9882 CPPFLAGS="$CPPFLAGS -x objective-c"
9883 CFLAGS="$CFLAGS -x objective-c"
9884 GNU_OBJC_CFLAGS=
9885 LIBS_GNUSTEP=
9886 if test "${with_ns}" != no; then
9887 if test "${opsys}" = darwin; then
9888 NS_IMPL_COCOA=yes
9889 ns_appdir=`pwd`/nextstep/Emacs.app
9890 ns_appbindir=${ns_appdir}/Contents/MacOS
9891 ns_appresdir=${ns_appdir}/Contents/Resources
9892 ns_appsrc=Cocoa/Emacs.base
9893 elif test -f $GNUSTEP_CONFIG_FILE; then
9894 NS_IMPL_GNUSTEP=yes
9895 ns_appdir=`pwd`/nextstep/Emacs.app
9896 ns_appbindir=${ns_appdir}
9897 ns_appresdir=${ns_appdir}/Resources
9898 ns_appsrc=GNUstep/Emacs.base
9899 GNUSTEP_SYSTEM_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_HEADERS)"
9900 GNUSTEP_SYSTEM_LIBRARIES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_LIBRARIES)"
9901 GNUSTEP_LOCAL_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_LOCAL_HEADERS)"
9902 GNUSTEP_LOCAL_LIBRARIES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_LOCAL_LIBRARIES)"
9903 test "x${GNUSTEP_LOCAL_HEADERS}" != "x" && \
9904 GNUSTEP_LOCAL_HEADERS="-I${GNUSTEP_LOCAL_HEADERS}"
9905 test "x${GNUSTEP_LOCAL_LIBRARIES}" != "x" && \
9906 GNUSTEP_LOCAL_LIBRARIES="-L${GNUSTEP_LOCAL_LIBRARIES}"
9907 CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
9908 CFLAGS="$CFLAGS -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
9909 LDFLAGS="$LDFLAGS -L${GNUSTEP_SYSTEM_LIBRARIES} ${GNUSTEP_LOCAL_LIBRARIES}"
9910 LIBS_GNUSTEP="-lgnustep-gui -lgnustep-base -lobjc -lpthread"
9911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GNUstep defines BASE_NATIVE_OBJC_EXCEPTIONS" >&5
9912 $as_echo_n "checking if GNUstep defines BASE_NATIVE_OBJC_EXCEPTIONS... " >&6; }
9913 if test "${emacs_cv_objc_exceptions+set}" = set; then :
9914 $as_echo_n "(cached) " >&6
9915 else
9916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9917 /* end confdefs.h. */
9918 #include <GNUstepBase/GSConfig.h>
9920 main ()
9922 #if defined BASE_NATIVE_OBJC_EXCEPTIONS && BASE_NATIVE_OBJC_EXCEPTIONS > 0
9924 #else
9925 fail;
9926 #endif
9928 return 0;
9930 _ACEOF
9931 if ac_fn_c_try_compile "$LINENO"; then :
9932 emacs_cv_objc_exceptions=yes
9933 else
9934 emacs_cv_objc_exceptions=no
9936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_objc_exceptions" >&5
9939 $as_echo "$emacs_cv_objc_exceptions" >&6; }
9940 if test $emacs_cv_objc_exceptions = yes; then
9942 $as_echo "#define _NATIVE_OBJC_EXCEPTIONS 1" >>confdefs.h
9944 GNU_OBJC_CFLAGS="-fobjc-exceptions"
9948 CFLAGS="$CFLAGS $GNU_OBJC_CFLAGS"
9950 ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default"
9951 if test "x$ac_cv_header_AppKit_AppKit_h" = x""yes; then :
9952 HAVE_NS=yes
9953 else
9954 as_fn_error "\`--with-ns' was specified, but the include
9955 files are missing or cannot be compiled." "$LINENO" 5
9960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9961 /* end confdefs.h. */
9962 #include <AppKit/AppKit.h>
9964 main ()
9967 #ifdef MAC_OS_X_VERSION_MAX_ALLOWED
9968 #if MAC_OS_X_VERSION_MAX_ALLOWED >= 1040
9969 ; /* OK */
9970 #else
9971 #error "OSX 10.4 or newer required"
9972 #endif
9973 #endif
9976 return 0;
9978 _ACEOF
9979 if ac_fn_c_try_compile "$LINENO"; then :
9980 ns_osx_have_104=yes
9981 else
9982 ns_osx_have_104=no
9984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9986 /* end confdefs.h. */
9987 #include <Foundation/NSObjCRuntime.h>
9989 main ()
9991 NSInteger i;
9993 return 0;
9995 _ACEOF
9996 if ac_fn_c_try_compile "$LINENO"; then :
9997 ns_have_nsinteger=yes
9998 else
9999 ns_have_nsinteger=no
10001 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10002 if test $ns_osx_have_104 = no; then
10003 as_fn_error "\`OSX 10.4 or newer is required'" "$LINENO" 5;
10005 if test $ns_have_nsinteger = yes; then
10007 $as_echo "#define NS_HAVE_NSINTEGER 1" >>confdefs.h
10014 INSTALL_ARCH_INDEP_EXTRA=install-etc
10015 ns_self_contained=no
10016 NS_OBJ=
10017 NS_OBJC_OBJ=
10018 if test "${HAVE_NS}" = yes; then
10019 if test "$with_toolkit_scroll_bars" = "no"; then
10020 as_fn_error "Non-toolkit scroll bars are not implemented for Nextstep." "$LINENO" 5
10023 window_system=nextstep
10024 # set up packaging dirs
10025 if test "${EN_NS_SELF_CONTAINED}" = yes; then
10026 ns_self_contained=yes
10027 prefix=${ns_appresdir}
10028 exec_prefix=${ns_appbindir}
10029 libexecdir="\${ns_appbindir}/libexec"
10030 archlibdir="\${ns_appbindir}/libexec"
10031 docdir="\${ns_appresdir}/etc"
10032 etcdir="\${ns_appresdir}/etc"
10033 infodir="\${ns_appresdir}/info"
10034 mandir="\${ns_appresdir}/man"
10035 lispdir="\${ns_appresdir}/lisp"
10036 leimdir="\${ns_appresdir}/leim"
10037 INSTALL_ARCH_INDEP_EXTRA=
10039 NS_OBJC_OBJ="nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o"
10041 CFLAGS="$tmp_CFLAGS"
10042 CPPFLAGS="$tmp_CPPFLAGS"
10048 HAVE_W32=no
10049 W32_OBJ=
10050 W32_LIBS=
10051 EMACSRES=
10052 CLIENTRES=
10053 CLIENTW=
10054 W32_RES_LINK=
10055 EMACS_MANIFEST=
10056 if test "${with_w32}" != no; then
10057 case "${opsys}" in
10058 cygwin)
10059 ac_fn_c_check_header_mongrel "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default"
10060 if test "x$ac_cv_header_windows_h" = x""yes; then :
10061 HAVE_W32=yes
10062 else
10063 as_fn_error "\`--with-w32' was specified, but windows.h
10064 cannot be found." "$LINENO" 5
10069 mingw32)
10070 ## Using --with-w32 with MinGW is a no-op, but we allow it.
10073 as_fn_error "Using w32 with an autotools build is only supported for Cygwin and MinGW32." "$LINENO" 5
10075 esac
10078 if test "${opsys}" = "mingw32"; then
10079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Windows API headers are recent enough" >&5
10080 $as_echo_n "checking whether Windows API headers are recent enough... " >&6; }
10081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10082 /* end confdefs.h. */
10084 #include <windows.h>
10085 #include <usp10.h>
10087 main ()
10089 PIMAGE_NT_HEADERS pHeader;
10090 PIMAGE_SECTION_HEADER pSection = IMAGE_FIRST_SECTION(pHeader)
10092 return 0;
10094 _ACEOF
10095 if ac_fn_c_try_compile "$LINENO"; then :
10096 emacs_cv_w32api=yes
10097 HAVE_W32=yes
10098 else
10099 emacs_cv_w32api=no
10101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_w32api" >&5
10103 $as_echo "$emacs_cv_w32api" >&6; }
10104 if test "${emacs_cv_w32api}" = "no"; then
10105 as_fn_error "the Windows API headers are too old to support this build." "$LINENO" 5
10109 FIRSTFILE_OBJ=
10110 NTDIR=
10111 LIBS_ECLIENT=
10112 LIB_WSOCK32=
10113 NTLIB=
10114 CM_OBJ="cm.o"
10115 XARGS_LIMIT=
10116 if test "${HAVE_W32}" = "yes"; then
10118 $as_echo "#define HAVE_NTGUI 1" >>confdefs.h
10120 if test -n "$ac_tool_prefix"; then
10121 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
10122 set dummy ${ac_tool_prefix}windres; ac_word=$2
10123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10124 $as_echo_n "checking for $ac_word... " >&6; }
10125 if test "${ac_cv_prog_WINDRES+set}" = set; then :
10126 $as_echo_n "(cached) " >&6
10127 else
10128 if test -n "$WINDRES"; then
10129 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
10130 else
10131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10132 for as_dir in $PATH
10134 IFS=$as_save_IFS
10135 test -z "$as_dir" && as_dir=.
10136 for ac_exec_ext in '' $ac_executable_extensions; do
10137 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10138 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
10139 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10140 break 2
10142 done
10143 done
10144 IFS=$as_save_IFS
10148 WINDRES=$ac_cv_prog_WINDRES
10149 if test -n "$WINDRES"; then
10150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
10151 $as_echo "$WINDRES" >&6; }
10152 else
10153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10154 $as_echo "no" >&6; }
10159 if test -z "$ac_cv_prog_WINDRES"; then
10160 ac_ct_WINDRES=$WINDRES
10161 # Extract the first word of "windres", so it can be a program name with args.
10162 set dummy 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_ac_ct_WINDRES+set}" = set; then :
10166 $as_echo_n "(cached) " >&6
10167 else
10168 if test -n "$ac_ct_WINDRES"; then
10169 ac_cv_prog_ac_ct_WINDRES="$ac_ct_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_ac_ct_WINDRES="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 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
10189 if test -n "$ac_ct_WINDRES"; then
10190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
10191 $as_echo "$ac_ct_WINDRES" >&6; }
10192 else
10193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10194 $as_echo "no" >&6; }
10197 if test "x$ac_ct_WINDRES" = x; then
10198 WINDRES="as_fn_error "No resource compiler found." "$LINENO" 5"
10199 else
10200 case $cross_compiling:$ac_tool_warned in
10201 yes:)
10202 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10203 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10204 ac_tool_warned=yes ;;
10205 esac
10206 WINDRES=$ac_ct_WINDRES
10208 else
10209 WINDRES="$ac_cv_prog_WINDRES"
10212 W32_OBJ="w32fns.o w32menu.o w32reg.o w32font.o w32term.o"
10213 W32_OBJ="$W32_OBJ w32xfns.o w32select.o w32uniscribe.o"
10214 EMACSRES="emacs.res"
10215 case "$canonical" in
10216 x86_64-*-*) EMACS_MANIFEST="emacs-x64.manifest" ;;
10217 *) EMACS_MANIFEST="emacs-x86.manifest" ;;
10218 esac
10219 if test "${opsys}" = "cygwin"; then
10220 W32_LIBS="$W32_LIBS -lkernel32 -luser32 -lgdi32 -lole32 -lcomdlg32"
10221 W32_LIBS="$W32_LIBS -lusp10 -lcomctl32 -lwinspool"
10222 # Tell the linker that emacs.res is an object (which we compile from
10223 # the rc file), not a linker script.
10224 W32_RES_LINK="-Wl,emacs.res"
10225 else
10226 W32_OBJ="$W32_OBJ w32.o w32console.o w32heap.o w32inevt.o w32proc.o"
10227 W32_LIBS="$W32_LIBS -lwinmm -lgdi32 -lcomdlg32"
10228 W32_LIBS="$W32_LIBS -lmpr -lwinspool -lole32 -lcomctl32 -lusp10"
10229 W32_RES_LINK="\$(EMACSRES)"
10230 CLIENTRES="emacsclient.res"
10231 CLIENTW="emacsclientw\$(EXEEXT)"
10232 FIRSTFILE_OBJ=firstfile.o
10233 NTDIR=nt
10234 CM_OBJ=
10235 LIBS_ECLIENT="-lcomctl32"
10236 LIB_WSOCK32="-lwsock32"
10237 NTLIB="ntlib.$ac_objext"
10238 XARGS_LIMIT="-s 10000"
10256 if test "${HAVE_W32}" = "yes"; then
10257 window_system=w32
10258 with_xft=no
10261 ## $window_system is now set to the window system we will
10262 ## ultimately use.
10264 term_header=
10265 HAVE_X_WINDOWS=no
10266 HAVE_X11=no
10267 USE_X_TOOLKIT=none
10269 case "${window_system}" in
10270 x11 )
10271 HAVE_X_WINDOWS=yes
10272 HAVE_X11=yes
10273 term_header=xterm.h
10274 case "${with_x_toolkit}" in
10275 athena | lucid ) USE_X_TOOLKIT=LUCID ;;
10276 motif ) USE_X_TOOLKIT=MOTIF ;;
10277 gtk ) with_gtk=yes
10278 term_header=gtkutil.h
10279 USE_X_TOOLKIT=none ;;
10280 gtk2 ) with_gtk2=yes
10281 term_header=gtkutil.h
10282 USE_X_TOOLKIT=none ;;
10283 gtk3 ) with_gtk3=yes
10284 term_header=gtkutil.h
10285 USE_X_TOOLKIT=none ;;
10286 no ) USE_X_TOOLKIT=none ;;
10287 * ) USE_X_TOOLKIT=maybe ;;
10288 esac
10290 nextstep )
10291 term_header=nsterm.h
10293 w32 )
10294 term_header=w32term.h
10296 esac
10298 if test "$window_system" = none && test "X$with_x" != "Xno"; then
10299 # Extract the first word of "X", so it can be a program name with args.
10300 set dummy X; ac_word=$2
10301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10302 $as_echo_n "checking for $ac_word... " >&6; }
10303 if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then :
10304 $as_echo_n "(cached) " >&6
10305 else
10306 if test -n "$HAVE_XSERVER"; then
10307 ac_cv_prog_HAVE_XSERVER="$HAVE_XSERVER" # Let the user override the test.
10308 else
10309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10310 for as_dir in $PATH
10312 IFS=$as_save_IFS
10313 test -z "$as_dir" && as_dir=.
10314 for ac_exec_ext in '' $ac_executable_extensions; do
10315 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10316 ac_cv_prog_HAVE_XSERVER="true"
10317 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10318 break 2
10320 done
10321 done
10322 IFS=$as_save_IFS
10324 test -z "$ac_cv_prog_HAVE_XSERVER" && ac_cv_prog_HAVE_XSERVER="false"
10327 HAVE_XSERVER=$ac_cv_prog_HAVE_XSERVER
10328 if test -n "$HAVE_XSERVER"; then
10329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_XSERVER" >&5
10330 $as_echo "$HAVE_XSERVER" >&6; }
10331 else
10332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10333 $as_echo "no" >&6; }
10337 if test "$HAVE_XSERVER" = true ||
10338 test -n "$DISPLAY" ||
10339 test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then
10340 as_fn_error "You seem to be running X, but no X development libraries
10341 were found. You should install the relevant development files for X
10342 and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make
10343 sure you have development files for image handling, i.e.
10344 tiff, gif, jpeg, png and xpm.
10345 If you are sure you want Emacs compiled without X window support, pass
10346 --without-x
10347 to configure." "$LINENO" 5
10351 ### If we're using X11, we should use the X menu package.
10352 HAVE_MENUS=no
10353 case ${HAVE_X11} in
10354 yes ) HAVE_MENUS=yes ;;
10355 esac
10357 # Does the opsystem file prohibit the use of the GNU malloc?
10358 # Assume not, until told otherwise.
10359 GNU_MALLOC=yes
10361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether malloc is Doug Lea style" >&5
10362 $as_echo_n "checking whether malloc is Doug Lea style... " >&6; }
10363 if test "${emacs_cv_var_doug_lea_malloc+set}" = set; then :
10364 $as_echo_n "(cached) " >&6
10365 else
10366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10367 /* end confdefs.h. */
10368 #include <malloc.h>
10369 static void hook (void) {}
10371 main ()
10373 malloc_set_state (malloc_get_state ());
10374 __after_morecore_hook = hook;
10375 __malloc_initialize_hook = hook;
10377 return 0;
10379 _ACEOF
10380 if ac_fn_c_try_link "$LINENO"; then :
10381 emacs_cv_var_doug_lea_malloc=yes
10382 else
10383 emacs_cv_var_doug_lea_malloc=no
10385 rm -f core conftest.err conftest.$ac_objext \
10386 conftest$ac_exeext conftest.$ac_ext
10388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_var_doug_lea_malloc" >&5
10389 $as_echo "$emacs_cv_var_doug_lea_malloc" >&6; }
10390 doug_lea_malloc=$emacs_cv_var_doug_lea_malloc
10393 system_malloc=no
10394 case "$opsys" in
10395 ## darwin ld insists on the use of malloc routines in the System framework.
10396 darwin|sol2-10) system_malloc=yes ;;
10397 esac
10399 if test "${system_malloc}" = "yes"; then
10401 $as_echo "#define SYSTEM_MALLOC 1" >>confdefs.h
10403 GNU_MALLOC=no
10404 GNU_MALLOC_reason="
10405 (The GNU allocators don't work with this system configuration.)"
10406 GMALLOC_OBJ=
10407 VMLIMIT_OBJ=
10408 else
10409 test "$doug_lea_malloc" != "yes" && GMALLOC_OBJ=gmalloc.o
10410 VMLIMIT_OBJ=vm-limit.o
10412 for ac_header in sys/vlimit.h
10413 do :
10414 ac_fn_c_check_header_mongrel "$LINENO" "sys/vlimit.h" "ac_cv_header_sys_vlimit_h" "$ac_includes_default"
10415 if test "x$ac_cv_header_sys_vlimit_h" = x""yes; then :
10416 cat >>confdefs.h <<_ACEOF
10417 #define HAVE_SYS_VLIMIT_H 1
10418 _ACEOF
10422 done
10424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for data_start" >&5
10425 $as_echo_n "checking for data_start... " >&6; }
10426 if test "${emacs_cv_data_start+set}" = set; then :
10427 $as_echo_n "(cached) " >&6
10428 else
10429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10430 /* end confdefs.h. */
10431 extern char data_start[]; char ch;
10433 main ()
10435 return data_start < &ch;
10437 return 0;
10439 _ACEOF
10440 if ac_fn_c_try_link "$LINENO"; then :
10441 emacs_cv_data_start=yes
10442 else
10443 emacs_cv_data_start=no
10445 rm -f core conftest.err conftest.$ac_objext \
10446 conftest$ac_exeext conftest.$ac_ext
10448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_data_start" >&5
10449 $as_echo "$emacs_cv_data_start" >&6; }
10450 if test $emacs_cv_data_start = yes; then
10452 $as_echo "#define HAVE_DATA_START 1" >>confdefs.h
10459 if test "$doug_lea_malloc" = "yes" ; then
10460 if test "$GNU_MALLOC" = yes ; then
10461 GNU_MALLOC_reason="
10462 (Using Doug Lea's new malloc from the GNU C Library.)"
10465 $as_echo "#define DOUG_LEA_MALLOC 1" >>confdefs.h
10468 ## Use mmap directly for allocating larger buffers.
10469 ## FIXME this comes from src/s/{gnu,gnu-linux}.h:
10470 ## #ifdef DOUG_LEA_MALLOC; #undef REL_ALLOC; #endif
10471 ## Does the AC_FUNC_MMAP test below make this check unnecessary?
10472 case "$opsys" in
10473 gnu*) REL_ALLOC=no ;;
10474 esac
10477 if test x"${REL_ALLOC}" = x; then
10478 REL_ALLOC=${GNU_MALLOC}
10481 use_mmap_for_buffers=no
10482 case "$opsys" in
10483 cygwin|freebsd|irix6-5) use_mmap_for_buffers=yes ;;
10484 esac
10493 for ac_func in getpagesize
10494 do :
10495 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
10496 if test "x$ac_cv_func_getpagesize" = x""yes; then :
10497 cat >>confdefs.h <<_ACEOF
10498 #define HAVE_GETPAGESIZE 1
10499 _ACEOF
10502 done
10504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
10505 $as_echo_n "checking for working mmap... " >&6; }
10506 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
10507 $as_echo_n "(cached) " >&6
10508 else
10509 if test "$cross_compiling" = yes; then :
10510 ac_cv_func_mmap_fixed_mapped=no
10511 else
10512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10513 /* end confdefs.h. */
10514 $ac_includes_default
10515 /* malloc might have been renamed as rpl_malloc. */
10516 #undef malloc
10518 /* Thanks to Mike Haertel and Jim Avera for this test.
10519 Here is a matrix of mmap possibilities:
10520 mmap private not fixed
10521 mmap private fixed at somewhere currently unmapped
10522 mmap private fixed at somewhere already mapped
10523 mmap shared not fixed
10524 mmap shared fixed at somewhere currently unmapped
10525 mmap shared fixed at somewhere already mapped
10526 For private mappings, we should verify that changes cannot be read()
10527 back from the file, nor mmap's back from the file at a different
10528 address. (There have been systems where private was not correctly
10529 implemented like the infamous i386 svr4.0, and systems where the
10530 VM page cache was not coherent with the file system buffer cache
10531 like early versions of FreeBSD and possibly contemporary NetBSD.)
10532 For shared mappings, we should conversely verify that changes get
10533 propagated back to all the places they're supposed to be.
10535 Grep wants private fixed already mapped.
10536 The main things grep needs to know about mmap are:
10537 * does it exist and is it safe to write into the mmap'd area
10538 * how to use it (BSD variants) */
10540 #include <fcntl.h>
10541 #include <sys/mman.h>
10543 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
10544 char *malloc ();
10545 #endif
10547 /* This mess was copied from the GNU getpagesize.h. */
10548 #ifndef HAVE_GETPAGESIZE
10549 # ifdef _SC_PAGESIZE
10550 # define getpagesize() sysconf(_SC_PAGESIZE)
10551 # else /* no _SC_PAGESIZE */
10552 # ifdef HAVE_SYS_PARAM_H
10553 # include <sys/param.h>
10554 # ifdef EXEC_PAGESIZE
10555 # define getpagesize() EXEC_PAGESIZE
10556 # else /* no EXEC_PAGESIZE */
10557 # ifdef NBPG
10558 # define getpagesize() NBPG * CLSIZE
10559 # ifndef CLSIZE
10560 # define CLSIZE 1
10561 # endif /* no CLSIZE */
10562 # else /* no NBPG */
10563 # ifdef NBPC
10564 # define getpagesize() NBPC
10565 # else /* no NBPC */
10566 # ifdef PAGESIZE
10567 # define getpagesize() PAGESIZE
10568 # endif /* PAGESIZE */
10569 # endif /* no NBPC */
10570 # endif /* no NBPG */
10571 # endif /* no EXEC_PAGESIZE */
10572 # else /* no HAVE_SYS_PARAM_H */
10573 # define getpagesize() 8192 /* punt totally */
10574 # endif /* no HAVE_SYS_PARAM_H */
10575 # endif /* no _SC_PAGESIZE */
10577 #endif /* no HAVE_GETPAGESIZE */
10580 main ()
10582 char *data, *data2, *data3;
10583 const char *cdata2;
10584 int i, pagesize;
10585 int fd, fd2;
10587 pagesize = getpagesize ();
10589 /* First, make a file with some known garbage in it. */
10590 data = (char *) malloc (pagesize);
10591 if (!data)
10592 return 1;
10593 for (i = 0; i < pagesize; ++i)
10594 *(data + i) = rand ();
10595 umask (0);
10596 fd = creat ("conftest.mmap", 0600);
10597 if (fd < 0)
10598 return 2;
10599 if (write (fd, data, pagesize) != pagesize)
10600 return 3;
10601 close (fd);
10603 /* Next, check that the tail of a page is zero-filled. File must have
10604 non-zero length, otherwise we risk SIGBUS for entire page. */
10605 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
10606 if (fd2 < 0)
10607 return 4;
10608 cdata2 = "";
10609 if (write (fd2, cdata2, 1) != 1)
10610 return 5;
10611 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
10612 if (data2 == MAP_FAILED)
10613 return 6;
10614 for (i = 0; i < pagesize; ++i)
10615 if (*(data2 + i))
10616 return 7;
10617 close (fd2);
10618 if (munmap (data2, pagesize))
10619 return 8;
10621 /* Next, try to mmap the file at a fixed address which already has
10622 something else allocated at it. If we can, also make sure that
10623 we see the same garbage. */
10624 fd = open ("conftest.mmap", O_RDWR);
10625 if (fd < 0)
10626 return 9;
10627 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
10628 MAP_PRIVATE | MAP_FIXED, fd, 0L))
10629 return 10;
10630 for (i = 0; i < pagesize; ++i)
10631 if (*(data + i) != *(data2 + i))
10632 return 11;
10634 /* Finally, make sure that changes to the mapped area do not
10635 percolate back to the file as seen by read(). (This is a bug on
10636 some variants of i386 svr4.0.) */
10637 for (i = 0; i < pagesize; ++i)
10638 *(data2 + i) = *(data2 + i) + 1;
10639 data3 = (char *) malloc (pagesize);
10640 if (!data3)
10641 return 12;
10642 if (read (fd, data3, pagesize) != pagesize)
10643 return 13;
10644 for (i = 0; i < pagesize; ++i)
10645 if (*(data + i) != *(data3 + i))
10646 return 14;
10647 close (fd);
10648 return 0;
10650 _ACEOF
10651 if ac_fn_c_try_run "$LINENO"; then :
10652 ac_cv_func_mmap_fixed_mapped=yes
10653 else
10654 ac_cv_func_mmap_fixed_mapped=no
10656 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10657 conftest.$ac_objext conftest.beam conftest.$ac_ext
10661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
10662 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
10663 if test $ac_cv_func_mmap_fixed_mapped = yes; then
10665 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
10668 rm -f conftest.mmap conftest.txt
10670 if test $use_mmap_for_buffers = yes; then
10672 $as_echo "#define USE_MMAP_FOR_BUFFERS 1" >>confdefs.h
10674 REL_ALLOC=no
10677 LIBS="$LIBS_SYSTEM $LIBS"
10679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
10680 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
10681 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
10682 $as_echo_n "(cached) " >&6
10683 else
10684 ac_check_lib_save_LIBS=$LIBS
10685 LIBS="-ldnet $LIBS"
10686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10687 /* end confdefs.h. */
10689 /* Override any GCC internal prototype to avoid an error.
10690 Use char because int might match the return type of a GCC
10691 builtin and then its argument prototype would still apply. */
10692 #ifdef __cplusplus
10693 extern "C"
10694 #endif
10695 char dnet_ntoa ();
10697 main ()
10699 return dnet_ntoa ();
10701 return 0;
10703 _ACEOF
10704 if ac_fn_c_try_link "$LINENO"; then :
10705 ac_cv_lib_dnet_dnet_ntoa=yes
10706 else
10707 ac_cv_lib_dnet_dnet_ntoa=no
10709 rm -f core conftest.err conftest.$ac_objext \
10710 conftest$ac_exeext conftest.$ac_ext
10711 LIBS=$ac_check_lib_save_LIBS
10713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
10714 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
10715 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
10716 cat >>confdefs.h <<_ACEOF
10717 #define HAVE_LIBDNET 1
10718 _ACEOF
10720 LIBS="-ldnet $LIBS"
10725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5
10726 $as_echo_n "checking for main in -lXbsd... " >&6; }
10727 if test "${ac_cv_lib_Xbsd_main+set}" = set; then :
10728 $as_echo_n "(cached) " >&6
10729 else
10730 ac_check_lib_save_LIBS=$LIBS
10731 LIBS="-lXbsd $LIBS"
10732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10733 /* end confdefs.h. */
10737 main ()
10739 return main ();
10741 return 0;
10743 _ACEOF
10744 if ac_fn_c_try_link "$LINENO"; then :
10745 ac_cv_lib_Xbsd_main=yes
10746 else
10747 ac_cv_lib_Xbsd_main=no
10749 rm -f core conftest.err conftest.$ac_objext \
10750 conftest$ac_exeext conftest.$ac_ext
10751 LIBS=$ac_check_lib_save_LIBS
10753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5
10754 $as_echo "$ac_cv_lib_Xbsd_main" >&6; }
10755 if test "x$ac_cv_lib_Xbsd_main" = x""yes; then :
10756 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
10760 LIB_PTHREAD=
10764 if test "$ac_cv_header_pthread_h"; then
10765 if test "$GMALLOC_OBJ" = gmalloc.o; then
10766 emacs_pthread_function=pthread_atfork
10767 else
10768 emacs_pthread_function=pthread_self
10770 as_ac_Lib=`$as_echo "ac_cv_lib_pthread_$emacs_pthread_function" | $as_tr_sh`
10771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $emacs_pthread_function in -lpthread" >&5
10772 $as_echo_n "checking for $emacs_pthread_function in -lpthread... " >&6; }
10773 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then :
10774 $as_echo_n "(cached) " >&6
10775 else
10776 ac_check_lib_save_LIBS=$LIBS
10777 LIBS="-lpthread $LIBS"
10778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10779 /* end confdefs.h. */
10781 /* Override any GCC internal prototype to avoid an error.
10782 Use char because int might match the return type of a GCC
10783 builtin and then its argument prototype would still apply. */
10784 #ifdef __cplusplus
10785 extern "C"
10786 #endif
10787 char $emacs_pthread_function ();
10789 main ()
10791 return $emacs_pthread_function ();
10793 return 0;
10795 _ACEOF
10796 if ac_fn_c_try_link "$LINENO"; then :
10797 eval "$as_ac_Lib=yes"
10798 else
10799 eval "$as_ac_Lib=no"
10801 rm -f core conftest.err conftest.$ac_objext \
10802 conftest$ac_exeext conftest.$ac_ext
10803 LIBS=$ac_check_lib_save_LIBS
10805 eval ac_res=\$$as_ac_Lib
10806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10807 $as_echo "$ac_res" >&6; }
10808 eval as_val=\$$as_ac_Lib
10809 if test "x$as_val" = x""yes; then :
10810 HAVE_PTHREAD=yes
10814 if test "$HAVE_PTHREAD" = yes; then
10815 case "${canonical}" in
10816 *-hpux*) ;;
10817 *) LIB_PTHREAD="-lpthread"
10818 LIBS="$LIB_PTHREAD $LIBS" ;;
10819 esac
10821 $as_echo "#define HAVE_PTHREAD 1" >>confdefs.h
10826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5
10827 $as_echo_n "checking for cma_open in -lpthreads... " >&6; }
10828 if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then :
10829 $as_echo_n "(cached) " >&6
10830 else
10831 ac_check_lib_save_LIBS=$LIBS
10832 LIBS="-lpthreads $LIBS"
10833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10834 /* end confdefs.h. */
10836 /* Override any GCC internal prototype to avoid an error.
10837 Use char because int might match the return type of a GCC
10838 builtin and then its argument prototype would still apply. */
10839 #ifdef __cplusplus
10840 extern "C"
10841 #endif
10842 char cma_open ();
10844 main ()
10846 return cma_open ();
10848 return 0;
10850 _ACEOF
10851 if ac_fn_c_try_link "$LINENO"; then :
10852 ac_cv_lib_pthreads_cma_open=yes
10853 else
10854 ac_cv_lib_pthreads_cma_open=no
10856 rm -f core conftest.err conftest.$ac_objext \
10857 conftest$ac_exeext conftest.$ac_ext
10858 LIBS=$ac_check_lib_save_LIBS
10860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5
10861 $as_echo "$ac_cv_lib_pthreads_cma_open" >&6; }
10862 if test "x$ac_cv_lib_pthreads_cma_open" = x""yes; then :
10863 cat >>confdefs.h <<_ACEOF
10864 #define HAVE_LIBPTHREADS 1
10865 _ACEOF
10867 LIBS="-lpthreads $LIBS"
10872 ## Note: when using cpp in s/aix4.2.h, this definition depended on
10873 ## HAVE_LIBPTHREADS. That was not defined earlier in configure when
10874 ## the system file was sourced. Hence the value of LIBS_SYSTEM
10875 ## added to LIBS in configure would never contain the pthreads part,
10876 ## but the value used in Makefiles might. FIXME?
10878 ## -lpthreads seems to be necessary for Xlib in X11R6, and should
10879 ## be harmless on older versions of X where it happens to exist.
10880 test "$opsys" = "aix4-2" && \
10881 test $ac_cv_lib_pthreads_cma_open = yes && \
10882 LIBS_SYSTEM="$LIBS_SYSTEM -lpthreads"
10885 case ${host_os} in
10886 aix*)
10887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5
10888 $as_echo_n "checking for -bbigtoc option... " >&6; }
10889 if test "${gdb_cv_bigtoc+set}" = set; then :
10890 $as_echo_n "(cached) " >&6
10891 else
10893 case $GCC in
10894 yes) gdb_cv_bigtoc=-Wl,-bbigtoc ;;
10895 *) gdb_cv_bigtoc=-bbigtoc ;;
10896 esac
10898 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
10899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10900 /* end confdefs.h. */
10903 main ()
10905 int i;
10907 return 0;
10909 _ACEOF
10910 if ac_fn_c_try_link "$LINENO"; then :
10912 else
10913 gdb_cv_bigtoc=
10915 rm -f core conftest.err conftest.$ac_objext \
10916 conftest$ac_exeext conftest.$ac_ext
10919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_bigtoc" >&5
10920 $as_echo "$gdb_cv_bigtoc" >&6; }
10922 esac
10924 # Change CFLAGS and CPPFLAGS temporarily so that C_SWITCH_X_SITE gets
10925 # used for the tests that follow. We set them back to REAL_CFLAGS and
10926 # REAL_CPPFLAGS later on.
10928 REAL_CFLAGS="$CFLAGS"
10929 REAL_CPPFLAGS="$CPPFLAGS"
10931 if test "${HAVE_X11}" = "yes"; then
10932 DEFS="$C_SWITCH_X_SITE $DEFS"
10933 LDFLAGS="$LDFLAGS $LD_SWITCH_X_SITE"
10934 LIBS="-lX11 $LIBS"
10935 CFLAGS="$C_SWITCH_X_SITE $CFLAGS"
10936 CPPFLAGS="$C_SWITCH_X_SITE $CPPFLAGS"
10938 # On Solaris, arrange for LD_RUN_PATH to point to the X libraries for tests.
10939 # This is handled by LD_SWITCH_X_SITE_RPATH during the real build,
10940 # but it's more convenient here to set LD_RUN_PATH since this
10941 # also works on hosts that don't understand LD_SWITCH_X_SITE_RPATH.
10942 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then
10943 LD_RUN_PATH=$x_libraries${LD_RUN_PATH+:}$LD_RUN_PATH
10944 export LD_RUN_PATH
10947 if test "${opsys}" = "gnu-linux"; then
10948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether X on GNU/Linux needs -b to link" >&5
10949 $as_echo_n "checking whether X on GNU/Linux needs -b to link... " >&6; }
10950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10951 /* end confdefs.h. */
10954 main ()
10956 XOpenDisplay ("foo");
10958 return 0;
10960 _ACEOF
10961 if ac_fn_c_try_link "$LINENO"; then :
10962 xgnu_linux_first_failure=no
10963 else
10964 xgnu_linux_first_failure=yes
10966 rm -f core conftest.err conftest.$ac_objext \
10967 conftest$ac_exeext conftest.$ac_ext
10968 if test "${xgnu_linux_first_failure}" = "yes"; then
10969 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE"
10970 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE"
10971 OLD_CPPFLAGS="$CPPFLAGS"
10972 OLD_LIBS="$LIBS"
10973 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -b i486-linuxaout"
10974 C_SWITCH_X_SITE="$C_SWITCH_X_SITE -b i486-linuxaout"
10975 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
10976 LIBS="$LIBS -b i486-linuxaout"
10977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10978 /* end confdefs.h. */
10981 main ()
10983 XOpenDisplay ("foo");
10985 return 0;
10987 _ACEOF
10988 if ac_fn_c_try_link "$LINENO"; then :
10989 xgnu_linux_second_failure=no
10990 else
10991 xgnu_linux_second_failure=yes
10993 rm -f core conftest.err conftest.$ac_objext \
10994 conftest$ac_exeext conftest.$ac_ext
10995 if test "${xgnu_linux_second_failure}" = "yes"; then
10996 # If we get the same failure with -b, there is no use adding -b.
10997 # So take it out. This plays safe.
10998 LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE"
10999 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
11000 CPPFLAGS="$OLD_CPPFLAGS"
11001 LIBS="$OLD_LIBS"
11002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11003 $as_echo "no" >&6; }
11004 else
11005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11006 $as_echo "yes" >&6; }
11008 else
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11010 $as_echo "no" >&6; }
11014 # Reportedly, some broken Solaris systems have XKBlib.h but are missing
11015 # header files included from there.
11016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Xkb" >&5
11017 $as_echo_n "checking for Xkb... " >&6; }
11018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11019 /* end confdefs.h. */
11020 #include <X11/Xlib.h>
11021 #include <X11/XKBlib.h>
11023 main ()
11025 XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);
11027 return 0;
11029 _ACEOF
11030 if ac_fn_c_try_link "$LINENO"; then :
11031 emacs_xkb=yes
11032 else
11033 emacs_xkb=no
11035 rm -f core conftest.err conftest.$ac_objext \
11036 conftest$ac_exeext conftest.$ac_ext
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_xkb" >&5
11038 $as_echo "$emacs_xkb" >&6; }
11039 if test $emacs_xkb = yes; then
11041 $as_echo "#define HAVE_XKB 1" >>confdefs.h
11045 for ac_func in XrmSetDatabase XScreenResourceString \
11046 XScreenNumberOfScreen
11047 do :
11048 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11049 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11050 eval as_val=\$$as_ac_var
11051 if test "x$as_val" = x""yes; then :
11052 cat >>confdefs.h <<_ACEOF
11053 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11054 _ACEOF
11057 done
11061 if test "${window_system}" = "x11"; then
11062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5
11063 $as_echo_n "checking X11 version 6... " >&6; }
11064 if test "${emacs_cv_x11_version_6+set}" = set; then :
11065 $as_echo_n "(cached) " >&6
11066 else
11067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11068 /* end confdefs.h. */
11069 #include <X11/Xlib.h>
11071 main ()
11073 #if XlibSpecificationRelease < 6
11074 fail;
11075 #endif
11078 return 0;
11080 _ACEOF
11081 if ac_fn_c_try_link "$LINENO"; then :
11082 emacs_cv_x11_version_6=yes
11083 else
11084 emacs_cv_x11_version_6=no
11086 rm -f core conftest.err conftest.$ac_objext \
11087 conftest$ac_exeext conftest.$ac_ext
11090 if test $emacs_cv_x11_version_6 = yes; then
11091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: 6 or newer" >&5
11092 $as_echo "6 or newer" >&6; }
11094 $as_echo "#define HAVE_X11R6 1" >>confdefs.h
11097 $as_echo "#define HAVE_X_I18N 1" >>confdefs.h
11099 ## inoue@ainet.or.jp says Solaris has a bug related to X11R6-style
11100 ## XIM support.
11101 case "$opsys" in
11102 sol2-*) : ;;
11104 $as_echo "#define HAVE_X11R6_XIM 1" >>confdefs.h
11107 esac
11108 else
11109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: before 6" >&5
11110 $as_echo "before 6" >&6; }
11115 ### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified.
11116 HAVE_RSVG=no
11117 if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes" || test "${opsys}" = "mingw32"; then
11118 if test "${with_rsvg}" != "no"; then
11119 RSVG_REQUIRED=2.11.0
11120 RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"
11123 succeeded=no
11125 if test "$PKG_CONFIG" = "no" ; then
11127 else
11128 PKG_CONFIG_MIN_VERSION=0.9.0
11129 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $RSVG_MODULE" >&5
11131 $as_echo_n "checking for $RSVG_MODULE... " >&6; }
11133 if "$PKG_CONFIG" --exists "$RSVG_MODULE" 2>&5 &&
11134 RSVG_CFLAGS=`"$PKG_CONFIG" --cflags "$RSVG_MODULE" 2>&5` &&
11135 RSVG_LIBS=`"$PKG_CONFIG" --libs "$RSVG_MODULE" 2>&5`; then
11136 edit_cflags="
11137 s,///*,/,g
11138 s/^/ /
11139 s/ -I/ $isystem/g
11140 s/^ //
11142 RSVG_CFLAGS=`$as_echo "$RSVG_CFLAGS" | sed -e "$edit_cflags"`
11143 RSVG_LIBS=`$as_echo "$RSVG_LIBS" | sed -e 's,///*,/,g'`
11144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$RSVG_CFLAGS' LIBS='$RSVG_LIBS'" >&5
11145 $as_echo "yes CFLAGS='$RSVG_CFLAGS' LIBS='$RSVG_LIBS'" >&6; }
11146 succeeded=yes
11147 else
11148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11149 $as_echo "no" >&6; }
11150 RSVG_CFLAGS=""
11151 RSVG_LIBS=""
11152 ## If we have a custom action on failure, don't print errors, but
11153 ## do set a variable so people can do so. Do it in a subshell
11154 ## to capture any diagnostics in invoking pkg-config.
11155 RSVG_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "$RSVG_MODULE") 2>&1`
11161 else
11162 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11163 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11167 if test $succeeded = yes; then
11168 HAVE_RSVG=yes
11169 else
11176 if test $HAVE_RSVG = yes; then
11178 $as_echo "#define HAVE_RSVG 1" >>confdefs.h
11180 CFLAGS="$CFLAGS $RSVG_CFLAGS"
11181 LIBS="$RSVG_LIBS $LIBS"
11186 HAVE_IMAGEMAGICK=no
11187 if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then
11188 if test "${with_imagemagick}" != "no"; then
11189 ## 6.2.8 is the earliest version known to work, but earlier versions
11190 ## might work - let us know if you find one.
11191 ## 6.0.7 does not work. See bug#7955.
11192 ## 6.8.2 makes Emacs crash; see Bug#13867.
11193 IMAGEMAGICK_MODULE="Wand >= 6.2.8 Wand != 6.8.2"
11195 succeeded=no
11197 if test "$PKG_CONFIG" = "no" ; then
11199 else
11200 PKG_CONFIG_MIN_VERSION=0.9.0
11201 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $IMAGEMAGICK_MODULE" >&5
11203 $as_echo_n "checking for $IMAGEMAGICK_MODULE... " >&6; }
11205 if "$PKG_CONFIG" --exists "$IMAGEMAGICK_MODULE" 2>&5 &&
11206 IMAGEMAGICK_CFLAGS=`"$PKG_CONFIG" --cflags "$IMAGEMAGICK_MODULE" 2>&5` &&
11207 IMAGEMAGICK_LIBS=`"$PKG_CONFIG" --libs "$IMAGEMAGICK_MODULE" 2>&5`; then
11208 edit_cflags="
11209 s,///*,/,g
11210 s/^/ /
11211 s/ -I/ $isystem/g
11212 s/^ //
11214 IMAGEMAGICK_CFLAGS=`$as_echo "$IMAGEMAGICK_CFLAGS" | sed -e "$edit_cflags"`
11215 IMAGEMAGICK_LIBS=`$as_echo "$IMAGEMAGICK_LIBS" | sed -e 's,///*,/,g'`
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$IMAGEMAGICK_CFLAGS' LIBS='$IMAGEMAGICK_LIBS'" >&5
11217 $as_echo "yes CFLAGS='$IMAGEMAGICK_CFLAGS' LIBS='$IMAGEMAGICK_LIBS'" >&6; }
11218 succeeded=yes
11219 else
11220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11221 $as_echo "no" >&6; }
11222 IMAGEMAGICK_CFLAGS=""
11223 IMAGEMAGICK_LIBS=""
11224 ## If we have a custom action on failure, don't print errors, but
11225 ## do set a variable so people can do so. Do it in a subshell
11226 ## to capture any diagnostics in invoking pkg-config.
11227 IMAGEMAGICK_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "$IMAGEMAGICK_MODULE") 2>&1`
11233 else
11234 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11235 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11239 if test $succeeded = yes; then
11240 HAVE_IMAGEMAGICK=yes
11241 else
11248 if test $HAVE_IMAGEMAGICK = yes; then
11250 $as_echo "#define HAVE_IMAGEMAGICK 1" >>confdefs.h
11252 CFLAGS="$CFLAGS $IMAGEMAGICK_CFLAGS"
11253 LIBS="$IMAGEMAGICK_LIBS $LIBS"
11254 for ac_func in MagickExportImagePixels MagickMergeImageLayers
11255 do :
11256 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11257 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11258 eval as_val=\$$as_ac_var
11259 if test "x$as_val" = x""yes; then :
11260 cat >>confdefs.h <<_ACEOF
11261 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11262 _ACEOF
11265 done
11272 HAVE_GTK=no
11273 GTK_OBJ=
11274 gtk_term_header=$term_header
11275 check_gtk2=no
11276 gtk3_pkg_errors=
11277 if test "${opsys}" != "mingw32"; then
11278 if test "${with_gtk3}" = "yes" || test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "maybe"; then
11279 GLIB_REQUIRED=2.28
11280 GTK_REQUIRED=3.0
11281 GTK_MODULES="gtk+-3.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
11284 succeeded=no
11286 if test "$PKG_CONFIG" = "no" ; then
11287 pkg_check_gtk=no
11288 else
11289 PKG_CONFIG_MIN_VERSION=0.9.0
11290 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $GTK_MODULES" >&5
11292 $as_echo_n "checking for $GTK_MODULES... " >&6; }
11294 if "$PKG_CONFIG" --exists "$GTK_MODULES" 2>&5 &&
11295 GTK_CFLAGS=`"$PKG_CONFIG" --cflags "$GTK_MODULES" 2>&5` &&
11296 GTK_LIBS=`"$PKG_CONFIG" --libs "$GTK_MODULES" 2>&5`; then
11297 edit_cflags="
11298 s,///*,/,g
11299 s/^/ /
11300 s/ -I/ $isystem/g
11301 s/^ //
11303 GTK_CFLAGS=`$as_echo "$GTK_CFLAGS" | sed -e "$edit_cflags"`
11304 GTK_LIBS=`$as_echo "$GTK_LIBS" | sed -e 's,///*,/,g'`
11305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$GTK_CFLAGS' LIBS='$GTK_LIBS'" >&5
11306 $as_echo "yes CFLAGS='$GTK_CFLAGS' LIBS='$GTK_LIBS'" >&6; }
11307 succeeded=yes
11308 else
11309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11310 $as_echo "no" >&6; }
11311 GTK_CFLAGS=""
11312 GTK_LIBS=""
11313 ## If we have a custom action on failure, don't print errors, but
11314 ## do set a variable so people can do so. Do it in a subshell
11315 ## to capture any diagnostics in invoking pkg-config.
11316 GTK_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "$GTK_MODULES") 2>&1`
11322 else
11323 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11324 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11328 if test $succeeded = yes; then
11329 pkg_check_gtk=yes
11330 else
11331 pkg_check_gtk=no
11334 if test "$pkg_check_gtk" = "no" && test "$with_gtk3" = "yes"; then
11335 as_fn_error "$GTK_PKG_ERRORS" "$LINENO" 5
11337 if test "$pkg_check_gtk" = "yes"; then
11339 $as_echo "#define HAVE_GTK3 1" >>confdefs.h
11341 GTK_OBJ=emacsgtkfixed.o
11342 gtk_term_header=gtkutil.h
11343 USE_GTK_TOOLKIT="GTK3"
11344 if test "x$ac_enable_gtk_deprecation_warnings" = x; then
11345 GTK_CFLAGS="$GTK_CFLAGS -DGDK_DISABLE_DEPRECATION_WARNINGS"
11346 GTK_CFLAGS="$GTK_CFLAGS -DGLIB_DISABLE_DEPRECATION_WARNINGS"
11348 else
11349 check_gtk2=yes
11350 gtk3_pkg_errors="$GTK_PKG_ERRORS "
11354 if test "${with_gtk2}" = "yes" || test "$check_gtk2" = "yes"; then
11355 GLIB_REQUIRED=2.10
11356 GTK_REQUIRED=2.10
11357 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
11360 succeeded=no
11362 if test "$PKG_CONFIG" = "no" ; then
11363 pkg_check_gtk=no
11364 else
11365 PKG_CONFIG_MIN_VERSION=0.9.0
11366 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $GTK_MODULES" >&5
11368 $as_echo_n "checking for $GTK_MODULES... " >&6; }
11370 if "$PKG_CONFIG" --exists "$GTK_MODULES" 2>&5 &&
11371 GTK_CFLAGS=`"$PKG_CONFIG" --cflags "$GTK_MODULES" 2>&5` &&
11372 GTK_LIBS=`"$PKG_CONFIG" --libs "$GTK_MODULES" 2>&5`; then
11373 edit_cflags="
11374 s,///*,/,g
11375 s/^/ /
11376 s/ -I/ $isystem/g
11377 s/^ //
11379 GTK_CFLAGS=`$as_echo "$GTK_CFLAGS" | sed -e "$edit_cflags"`
11380 GTK_LIBS=`$as_echo "$GTK_LIBS" | sed -e 's,///*,/,g'`
11381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$GTK_CFLAGS' LIBS='$GTK_LIBS'" >&5
11382 $as_echo "yes CFLAGS='$GTK_CFLAGS' LIBS='$GTK_LIBS'" >&6; }
11383 succeeded=yes
11384 else
11385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11386 $as_echo "no" >&6; }
11387 GTK_CFLAGS=""
11388 GTK_LIBS=""
11389 ## If we have a custom action on failure, don't print errors, but
11390 ## do set a variable so people can do so. Do it in a subshell
11391 ## to capture any diagnostics in invoking pkg-config.
11392 GTK_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "$GTK_MODULES") 2>&1`
11398 else
11399 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11400 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11404 if test $succeeded = yes; then
11405 pkg_check_gtk=yes
11406 else
11407 pkg_check_gtk=no
11410 if test "$pkg_check_gtk" = "no" &&
11411 { test "$with_gtk" = yes || test "$with_gtk2" = "yes"; }
11412 then
11413 as_fn_error "$gtk3_pkg_errors$GTK_PKG_ERRORS" "$LINENO" 5
11415 test "$pkg_check_gtk" = "yes" && USE_GTK_TOOLKIT="GTK2"
11419 if test x"$pkg_check_gtk" = xyes; then
11423 C_SWITCH_X_SITE="$C_SWITCH_X_SITE $GTK_CFLAGS"
11424 CFLAGS="$CFLAGS $GTK_CFLAGS"
11425 LIBS="$GTK_LIBS $LIBS"
11426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GTK compiles" >&5
11427 $as_echo_n "checking whether GTK compiles... " >&6; }
11428 GTK_COMPILES=no
11429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11430 /* end confdefs.h. */
11431 /* Check the Gtk and Glib APIs. */
11432 #include <gtk/gtk.h>
11433 #include <glib-object.h>
11434 static void
11435 callback (GObject *go, GParamSpec *spec, gpointer user_data)
11439 main ()
11442 GtkSettings *gs = 0;
11443 /* Use G_CALLBACK to make sure function pointers can be cast to void *;
11444 strict C prohibits this. Use gtk_main_iteration to test that the
11445 libraries are there. */
11446 if (g_signal_handler_find (G_OBJECT (gs), G_SIGNAL_MATCH_FUNC,
11447 0, 0, 0, G_CALLBACK (callback), 0))
11448 gtk_main_iteration ();
11451 return 0;
11453 _ACEOF
11454 if ac_fn_c_try_link "$LINENO"; then :
11455 GTK_COMPILES=yes
11457 rm -f core conftest.err conftest.$ac_objext \
11458 conftest$ac_exeext conftest.$ac_ext
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_COMPILES" >&5
11460 $as_echo "$GTK_COMPILES" >&6; }
11461 if test "${GTK_COMPILES}" != "yes"; then
11462 GTK_OBJ=
11463 if test "$USE_X_TOOLKIT" != "maybe"; then
11464 as_fn_error "Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" "$LINENO" 5;
11466 else
11467 HAVE_GTK=yes
11469 $as_echo "#define USE_GTK 1" >>confdefs.h
11471 GTK_OBJ="gtkutil.o $GTK_OBJ"
11472 term_header=$gtk_term_header
11473 USE_X_TOOLKIT=none
11474 if "$PKG_CONFIG" --atleast-version=2.10 gtk+-2.0; then
11476 else
11477 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Your version of Gtk+ will have problems with
11478 closing open displays. This is no problem if you just use
11479 one display, but if you use more than one and close one of them
11480 Emacs may crash." >&5
11481 $as_echo "$as_me: WARNING: Your version of Gtk+ will have problems with
11482 closing open displays. This is no problem if you just use
11483 one display, but if you use more than one and close one of them
11484 Emacs may crash." >&2;}
11485 sleep 3
11493 if test "${HAVE_GTK}" = "yes"; then
11495 if test "$with_toolkit_scroll_bars" != no; then
11496 with_toolkit_scroll_bars=yes
11499 HAVE_GTK_FILE_SELECTION=no
11500 ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default
11501 #include <gtk/gtk.h>
11503 if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = x""yes; then :
11504 HAVE_GTK_FILE_SELECTION=yes
11505 else
11506 HAVE_GTK_FILE_SELECTION=no
11509 if test "$HAVE_GTK_FILE_SELECTION" = yes; then
11510 for ac_func in gtk_file_selection_new
11511 do :
11512 ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new"
11513 if test "x$ac_cv_func_gtk_file_selection_new" = x""yes; then :
11514 cat >>confdefs.h <<_ACEOF
11515 #define HAVE_GTK_FILE_SELECTION_NEW 1
11516 _ACEOF
11519 done
11523 HAVE_GTK_HANDLE_BOX=no
11524 ac_fn_c_check_decl "$LINENO" "GTK_TYPE_HANDLE_BOX" "ac_cv_have_decl_GTK_TYPE_HANDLE_BOX" "$ac_includes_default
11525 #include <gtk/gtk.h>
11527 if test "x$ac_cv_have_decl_GTK_TYPE_HANDLE_BOX" = x""yes; then :
11528 HAVE_GTK_HANDLE_BOX=yes
11529 else
11530 HAVE_GTK_HANDLE_BOX=no
11533 if test "$HAVE_GTK_HANDLE_BOX" = yes; then
11534 for ac_func in gtk_handle_box_new
11535 do :
11536 ac_fn_c_check_func "$LINENO" "gtk_handle_box_new" "ac_cv_func_gtk_handle_box_new"
11537 if test "x$ac_cv_func_gtk_handle_box_new" = x""yes; then :
11538 cat >>confdefs.h <<_ACEOF
11539 #define HAVE_GTK_HANDLE_BOX_NEW 1
11540 _ACEOF
11543 done
11547 HAVE_GTK_TEAROFF_MENU_ITEM=no
11548 ac_fn_c_check_decl "$LINENO" "GTK_TYPE_TEAROFF_MENU_ITEM" "ac_cv_have_decl_GTK_TYPE_TEAROFF_MENU_ITEM" "$ac_includes_default
11549 #include <gtk/gtk.h>
11551 if test "x$ac_cv_have_decl_GTK_TYPE_TEAROFF_MENU_ITEM" = x""yes; then :
11552 HAVE_GTK_TEAROFF_MENU_ITEM=yes
11553 else
11554 HAVE_GTK_TEAROFF_MENU_ITEM=no
11557 if test "$HAVE_GTK_TEAROFF_MENU_ITEM" = yes; then
11558 for ac_func in gtk_tearoff_menu_item_new
11559 do :
11560 ac_fn_c_check_func "$LINENO" "gtk_tearoff_menu_item_new" "ac_cv_func_gtk_tearoff_menu_item_new"
11561 if test "x$ac_cv_func_gtk_tearoff_menu_item_new" = x""yes; then :
11562 cat >>confdefs.h <<_ACEOF
11563 #define HAVE_GTK_TEAROFF_MENU_ITEM_NEW 1
11564 _ACEOF
11567 done
11571 for ac_func in gtk_widget_get_window gtk_widget_set_has_window \
11572 gtk_dialog_get_action_area gtk_widget_get_sensitive \
11573 gtk_widget_get_mapped gtk_adjustment_get_page_size \
11574 gtk_orientable_set_orientation \
11575 gtk_window_set_has_resize_grip
11576 do :
11577 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11578 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11579 eval as_val=\$$as_ac_var
11580 if test "x$as_val" = x""yes; then :
11581 cat >>confdefs.h <<_ACEOF
11582 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11583 _ACEOF
11586 done
11589 term_header=gtkutil.h
11592 HAVE_DBUS=no
11593 DBUS_OBJ=
11594 if test "${with_dbus}" = "yes"; then
11596 succeeded=no
11598 if test "$PKG_CONFIG" = "no" ; then
11599 HAVE_DBUS=no
11600 else
11601 PKG_CONFIG_MIN_VERSION=0.9.0
11602 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus-1 >= 1.0" >&5
11604 $as_echo_n "checking for dbus-1 >= 1.0... " >&6; }
11606 if "$PKG_CONFIG" --exists "dbus-1 >= 1.0" 2>&5 &&
11607 DBUS_CFLAGS=`"$PKG_CONFIG" --cflags "dbus-1 >= 1.0" 2>&5` &&
11608 DBUS_LIBS=`"$PKG_CONFIG" --libs "dbus-1 >= 1.0" 2>&5`; then
11609 edit_cflags="
11610 s,///*,/,g
11611 s/^/ /
11612 s/ -I/ $isystem/g
11613 s/^ //
11615 DBUS_CFLAGS=`$as_echo "$DBUS_CFLAGS" | sed -e "$edit_cflags"`
11616 DBUS_LIBS=`$as_echo "$DBUS_LIBS" | sed -e 's,///*,/,g'`
11617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$DBUS_CFLAGS' LIBS='$DBUS_LIBS'" >&5
11618 $as_echo "yes CFLAGS='$DBUS_CFLAGS' LIBS='$DBUS_LIBS'" >&6; }
11619 succeeded=yes
11620 else
11621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11622 $as_echo "no" >&6; }
11623 DBUS_CFLAGS=""
11624 DBUS_LIBS=""
11625 ## If we have a custom action on failure, don't print errors, but
11626 ## do set a variable so people can do so. Do it in a subshell
11627 ## to capture any diagnostics in invoking pkg-config.
11628 DBUS_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "dbus-1 >= 1.0") 2>&1`
11634 else
11635 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11636 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11640 if test $succeeded = yes; then
11641 HAVE_DBUS=yes
11642 else
11643 HAVE_DBUS=no
11646 if test "$HAVE_DBUS" = yes; then
11647 LIBS="$LIBS $DBUS_LIBS"
11649 $as_echo "#define HAVE_DBUS 1" >>confdefs.h
11651 for ac_func in dbus_watch_get_unix_fd \
11652 dbus_type_is_valid \
11653 dbus_validate_bus_name \
11654 dbus_validate_path \
11655 dbus_validate_interface \
11656 dbus_validate_member
11657 do :
11658 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11659 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11660 eval as_val=\$$as_ac_var
11661 if test "x$as_val" = x""yes; then :
11662 cat >>confdefs.h <<_ACEOF
11663 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11664 _ACEOF
11667 done
11669 DBUS_OBJ=dbusbind.o
11674 HAVE_GSETTINGS=no
11675 if test "${HAVE_X11}" = "yes" && test "${with_gsettings}" = "yes"; then
11677 succeeded=no
11679 if test "$PKG_CONFIG" = "no" ; then
11680 HAVE_GSETTINGS=no
11681 else
11682 PKG_CONFIG_MIN_VERSION=0.9.0
11683 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gio-2.0 >= 2.26" >&5
11685 $as_echo_n "checking for gio-2.0 >= 2.26... " >&6; }
11687 if "$PKG_CONFIG" --exists "gio-2.0 >= 2.26" 2>&5 &&
11688 GSETTINGS_CFLAGS=`"$PKG_CONFIG" --cflags "gio-2.0 >= 2.26" 2>&5` &&
11689 GSETTINGS_LIBS=`"$PKG_CONFIG" --libs "gio-2.0 >= 2.26" 2>&5`; then
11690 edit_cflags="
11691 s,///*,/,g
11692 s/^/ /
11693 s/ -I/ $isystem/g
11694 s/^ //
11696 GSETTINGS_CFLAGS=`$as_echo "$GSETTINGS_CFLAGS" | sed -e "$edit_cflags"`
11697 GSETTINGS_LIBS=`$as_echo "$GSETTINGS_LIBS" | sed -e 's,///*,/,g'`
11698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$GSETTINGS_CFLAGS' LIBS='$GSETTINGS_LIBS'" >&5
11699 $as_echo "yes CFLAGS='$GSETTINGS_CFLAGS' LIBS='$GSETTINGS_LIBS'" >&6; }
11700 succeeded=yes
11701 else
11702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11703 $as_echo "no" >&6; }
11704 GSETTINGS_CFLAGS=""
11705 GSETTINGS_LIBS=""
11706 ## If we have a custom action on failure, don't print errors, but
11707 ## do set a variable so people can do so. Do it in a subshell
11708 ## to capture any diagnostics in invoking pkg-config.
11709 GSETTINGS_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "gio-2.0 >= 2.26") 2>&1`
11715 else
11716 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11717 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11721 if test $succeeded = yes; then
11722 HAVE_GSETTINGS=yes
11723 else
11724 HAVE_GSETTINGS=no
11727 if test "$HAVE_GSETTINGS" = "yes"; then
11729 $as_echo "#define HAVE_GSETTINGS 1" >>confdefs.h
11731 SETTINGS_CFLAGS="$GSETTINGS_CFLAGS"
11732 SETTINGS_LIBS="$GSETTINGS_LIBS"
11736 HAVE_GCONF=no
11737 if test "${HAVE_X11}" = "yes" && test "${with_gconf}" = "yes"; then
11739 succeeded=no
11741 if test "$PKG_CONFIG" = "no" ; then
11742 HAVE_GCONF=no
11743 else
11744 PKG_CONFIG_MIN_VERSION=0.9.0
11745 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gconf-2.0 >= 2.13" >&5
11747 $as_echo_n "checking for gconf-2.0 >= 2.13... " >&6; }
11749 if "$PKG_CONFIG" --exists "gconf-2.0 >= 2.13" 2>&5 &&
11750 GCONF_CFLAGS=`"$PKG_CONFIG" --cflags "gconf-2.0 >= 2.13" 2>&5` &&
11751 GCONF_LIBS=`"$PKG_CONFIG" --libs "gconf-2.0 >= 2.13" 2>&5`; then
11752 edit_cflags="
11753 s,///*,/,g
11754 s/^/ /
11755 s/ -I/ $isystem/g
11756 s/^ //
11758 GCONF_CFLAGS=`$as_echo "$GCONF_CFLAGS" | sed -e "$edit_cflags"`
11759 GCONF_LIBS=`$as_echo "$GCONF_LIBS" | sed -e 's,///*,/,g'`
11760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$GCONF_CFLAGS' LIBS='$GCONF_LIBS'" >&5
11761 $as_echo "yes CFLAGS='$GCONF_CFLAGS' LIBS='$GCONF_LIBS'" >&6; }
11762 succeeded=yes
11763 else
11764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11765 $as_echo "no" >&6; }
11766 GCONF_CFLAGS=""
11767 GCONF_LIBS=""
11768 ## If we have a custom action on failure, don't print errors, but
11769 ## do set a variable so people can do so. Do it in a subshell
11770 ## to capture any diagnostics in invoking pkg-config.
11771 GCONF_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "gconf-2.0 >= 2.13") 2>&1`
11777 else
11778 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11779 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11783 if test $succeeded = yes; then
11784 HAVE_GCONF=yes
11785 else
11786 HAVE_GCONF=no
11789 if test "$HAVE_GCONF" = yes; then
11791 $as_echo "#define HAVE_GCONF 1" >>confdefs.h
11793 SETTINGS_CFLAGS="$SETTINGS_CFLAGS $GCONF_CFLAGS"
11794 SETTINGS_LIBS="$SETTINGS_LIBS $GCONF_LIBS"
11798 if test "$HAVE_GSETTINGS" = "yes" || test "$HAVE_GCONF" = "yes"; then
11800 succeeded=no
11802 if test "$PKG_CONFIG" = "no" ; then
11803 HAVE_GOBJECT=no
11804 else
11805 PKG_CONFIG_MIN_VERSION=0.9.0
11806 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gobject-2.0 >= 2.0" >&5
11808 $as_echo_n "checking for gobject-2.0 >= 2.0... " >&6; }
11810 if "$PKG_CONFIG" --exists "gobject-2.0 >= 2.0" 2>&5 &&
11811 GOBJECT_CFLAGS=`"$PKG_CONFIG" --cflags "gobject-2.0 >= 2.0" 2>&5` &&
11812 GOBJECT_LIBS=`"$PKG_CONFIG" --libs "gobject-2.0 >= 2.0" 2>&5`; then
11813 edit_cflags="
11814 s,///*,/,g
11815 s/^/ /
11816 s/ -I/ $isystem/g
11817 s/^ //
11819 GOBJECT_CFLAGS=`$as_echo "$GOBJECT_CFLAGS" | sed -e "$edit_cflags"`
11820 GOBJECT_LIBS=`$as_echo "$GOBJECT_LIBS" | sed -e 's,///*,/,g'`
11821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$GOBJECT_CFLAGS' LIBS='$GOBJECT_LIBS'" >&5
11822 $as_echo "yes CFLAGS='$GOBJECT_CFLAGS' LIBS='$GOBJECT_LIBS'" >&6; }
11823 succeeded=yes
11824 else
11825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11826 $as_echo "no" >&6; }
11827 GOBJECT_CFLAGS=""
11828 GOBJECT_LIBS=""
11829 ## If we have a custom action on failure, don't print errors, but
11830 ## do set a variable so people can do so. Do it in a subshell
11831 ## to capture any diagnostics in invoking pkg-config.
11832 GOBJECT_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "gobject-2.0 >= 2.0") 2>&1`
11838 else
11839 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11840 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11844 if test $succeeded = yes; then
11845 HAVE_GOBJECT=yes
11846 else
11847 HAVE_GOBJECT=no
11850 if test "$HAVE_GOBJECT" = "yes"; then
11851 SETTINGS_CFLAGS="$SETTINGS_CFLAGS $GOBJECT_CFLAGS"
11852 SETTINGS_LIBS="$SETTINGS_LIBS $GOBJECT_LIBS"
11854 SAVE_CFLAGS="$CFLAGS"
11855 SAVE_LIBS="$LIBS"
11856 CFLAGS="$SETTINGS_CFLAGS $CFLAGS"
11857 LIBS="$SETTINGS_LIBS $LIBS"
11858 for ac_func in g_type_init
11859 do :
11860 ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init"
11861 if test "x$ac_cv_func_g_type_init" = x""yes; then :
11862 cat >>confdefs.h <<_ACEOF
11863 #define HAVE_G_TYPE_INIT 1
11864 _ACEOF
11867 done
11869 CFLAGS="$SAVE_CFLAGS"
11870 LIBS="$SAVE_LIBS"
11876 HAVE_LIBSELINUX=no
11877 LIBSELINUX_LIBS=
11878 if test "${with_selinux}" = "yes"; then
11879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5
11880 $as_echo_n "checking for lgetfilecon in -lselinux... " >&6; }
11881 if test "${ac_cv_lib_selinux_lgetfilecon+set}" = set; then :
11882 $as_echo_n "(cached) " >&6
11883 else
11884 ac_check_lib_save_LIBS=$LIBS
11885 LIBS="-lselinux $LIBS"
11886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11887 /* end confdefs.h. */
11889 /* Override any GCC internal prototype to avoid an error.
11890 Use char because int might match the return type of a GCC
11891 builtin and then its argument prototype would still apply. */
11892 #ifdef __cplusplus
11893 extern "C"
11894 #endif
11895 char lgetfilecon ();
11897 main ()
11899 return lgetfilecon ();
11901 return 0;
11903 _ACEOF
11904 if ac_fn_c_try_link "$LINENO"; then :
11905 ac_cv_lib_selinux_lgetfilecon=yes
11906 else
11907 ac_cv_lib_selinux_lgetfilecon=no
11909 rm -f core conftest.err conftest.$ac_objext \
11910 conftest$ac_exeext conftest.$ac_ext
11911 LIBS=$ac_check_lib_save_LIBS
11913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5
11914 $as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; }
11915 if test "x$ac_cv_lib_selinux_lgetfilecon" = x""yes; then :
11916 HAVE_LIBSELINUX=yes
11917 else
11918 HAVE_LIBSELINUX=no
11921 if test "$HAVE_LIBSELINUX" = yes; then
11923 $as_echo "#define HAVE_LIBSELINUX 1" >>confdefs.h
11925 LIBSELINUX_LIBS=-lselinux
11930 HAVE_GNUTLS=no
11931 if test "${with_gnutls}" = "yes" ; then
11933 succeeded=no
11935 if test "$PKG_CONFIG" = "no" ; then
11936 HAVE_GNUTLS=no
11937 else
11938 PKG_CONFIG_MIN_VERSION=0.9.0
11939 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gnutls >= 2.6.6" >&5
11941 $as_echo_n "checking for gnutls >= 2.6.6... " >&6; }
11943 if "$PKG_CONFIG" --exists "gnutls >= 2.6.6" 2>&5 &&
11944 LIBGNUTLS_CFLAGS=`"$PKG_CONFIG" --cflags "gnutls >= 2.6.6" 2>&5` &&
11945 LIBGNUTLS_LIBS=`"$PKG_CONFIG" --libs "gnutls >= 2.6.6" 2>&5`; then
11946 edit_cflags="
11947 s,///*,/,g
11948 s/^/ /
11949 s/ -I/ $isystem/g
11950 s/^ //
11952 LIBGNUTLS_CFLAGS=`$as_echo "$LIBGNUTLS_CFLAGS" | sed -e "$edit_cflags"`
11953 LIBGNUTLS_LIBS=`$as_echo "$LIBGNUTLS_LIBS" | sed -e 's,///*,/,g'`
11954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$LIBGNUTLS_CFLAGS' LIBS='$LIBGNUTLS_LIBS'" >&5
11955 $as_echo "yes CFLAGS='$LIBGNUTLS_CFLAGS' LIBS='$LIBGNUTLS_LIBS'" >&6; }
11956 succeeded=yes
11957 else
11958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11959 $as_echo "no" >&6; }
11960 LIBGNUTLS_CFLAGS=""
11961 LIBGNUTLS_LIBS=""
11962 ## If we have a custom action on failure, don't print errors, but
11963 ## do set a variable so people can do so. Do it in a subshell
11964 ## to capture any diagnostics in invoking pkg-config.
11965 LIBGNUTLS_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "gnutls >= 2.6.6") 2>&1`
11971 else
11972 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11973 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11977 if test $succeeded = yes; then
11978 HAVE_GNUTLS=yes
11979 else
11980 HAVE_GNUTLS=no
11983 if test "${HAVE_GNUTLS}" = "yes"; then
11985 $as_echo "#define HAVE_GNUTLS 1" >>confdefs.h
11989 # Windows loads GnuTLS dynamically
11990 if test "${opsys}" = "mingw32"; then
11991 LIBGNUTLS_LIBS=
11992 else
11993 CFLAGS="$CFLAGS $LIBGNUTLS_CFLAGS"
11994 LIBS="$LIBGNUTLS_LIBS $LIBS"
12001 NOTIFY_OBJ=
12002 NOTIFY_SUMMARY=no
12004 if test "${with_ns}" = yes && test ${with_file_notification} = yes; then
12005 with_file_notification=no
12008 case $with_file_notification,$opsys in
12009 w32,* | yes,mingw32)
12010 ac_fn_c_check_header_mongrel "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default"
12011 if test "x$ac_cv_header_windows_h" = x""yes; then :
12016 if test "$ac_cv_header_windows_h" = yes ; then
12018 $as_echo "#define HAVE_W32NOTIFY 1" >>confdefs.h
12020 NOTIFY_OBJ=w32notify.o
12021 NOTIFY_SUMMARY="yes (w32)"
12022 fi ;;
12023 esac
12025 case $with_file_notification,$NOTIFY_OBJ in
12026 gfile, | yes,)
12028 succeeded=no
12030 if test "$PKG_CONFIG" = "no" ; then
12031 HAVE_GFILENOTIFY=no
12032 else
12033 PKG_CONFIG_MIN_VERSION=0.9.0
12034 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gio-2.0 >= 2.24" >&5
12036 $as_echo_n "checking for gio-2.0 >= 2.24... " >&6; }
12038 if "$PKG_CONFIG" --exists "gio-2.0 >= 2.24" 2>&5 &&
12039 GFILENOTIFY_CFLAGS=`"$PKG_CONFIG" --cflags "gio-2.0 >= 2.24" 2>&5` &&
12040 GFILENOTIFY_LIBS=`"$PKG_CONFIG" --libs "gio-2.0 >= 2.24" 2>&5`; then
12041 edit_cflags="
12042 s,///*,/,g
12043 s/^/ /
12044 s/ -I/ $isystem/g
12045 s/^ //
12047 GFILENOTIFY_CFLAGS=`$as_echo "$GFILENOTIFY_CFLAGS" | sed -e "$edit_cflags"`
12048 GFILENOTIFY_LIBS=`$as_echo "$GFILENOTIFY_LIBS" | sed -e 's,///*,/,g'`
12049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$GFILENOTIFY_CFLAGS' LIBS='$GFILENOTIFY_LIBS'" >&5
12050 $as_echo "yes CFLAGS='$GFILENOTIFY_CFLAGS' LIBS='$GFILENOTIFY_LIBS'" >&6; }
12051 succeeded=yes
12052 else
12053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12054 $as_echo "no" >&6; }
12055 GFILENOTIFY_CFLAGS=""
12056 GFILENOTIFY_LIBS=""
12057 ## If we have a custom action on failure, don't print errors, but
12058 ## do set a variable so people can do so. Do it in a subshell
12059 ## to capture any diagnostics in invoking pkg-config.
12060 GFILENOTIFY_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "gio-2.0 >= 2.24") 2>&1`
12066 else
12067 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
12068 echo "*** See http://www.freedesktop.org/software/pkgconfig"
12072 if test $succeeded = yes; then
12073 HAVE_GFILENOTIFY=yes
12074 else
12075 HAVE_GFILENOTIFY=no
12078 if test "$HAVE_GFILENOTIFY" = "yes"; then
12080 $as_echo "#define HAVE_GFILENOTIFY 1" >>confdefs.h
12082 NOTIFY_OBJ=gfilenotify.o
12083 NOTIFY_SUMMARY="yes -lgio (gfile)"
12084 fi ;;
12085 esac
12087 case $with_file_notification,$NOTIFY_OBJ in
12088 inotify, | yes,)
12089 ac_fn_c_check_header_mongrel "$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default"
12090 if test "x$ac_cv_header_sys_inotify_h" = x""yes; then :
12095 if test "$ac_cv_header_sys_inotify_h" = yes ; then
12096 ac_fn_c_check_func "$LINENO" "inotify_init1" "ac_cv_func_inotify_init1"
12097 if test "x$ac_cv_func_inotify_init1" = x""yes; then :
12101 if test "$ac_cv_func_inotify_init1" = yes; then
12103 $as_echo "#define HAVE_INOTIFY 1" >>confdefs.h
12105 NOTIFY_OBJ=inotify.o
12106 NOTIFY_SUMMARY="yes -lglibc (inotify)"
12108 fi ;;
12109 esac
12111 case $with_file_notification,$NOTIFY_OBJ in
12112 yes,* | no,* | *,?*) ;;
12113 *) as_fn_error "File notification \`$with_file_notification' requested but requirements not found." "$LINENO" 5 ;;
12114 esac
12116 if test -n "$NOTIFY_OBJ"; then
12118 $as_echo "#define USE_FILE_NOTIFY 1" >>confdefs.h
12125 HAVE_XAW3D=no
12126 LUCID_LIBW=
12127 if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
12128 if test "$with_xaw3d" != no; then
12129 if test "${emacs_cv_xaw3d+set}" = set; then :
12130 $as_echo_n "(cached) " >&6
12131 else
12132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12133 /* end confdefs.h. */
12135 #include <X11/Intrinsic.h>
12136 #include <X11/Xaw3d/Simple.h>
12138 main ()
12142 return 0;
12144 _ACEOF
12145 if ac_fn_c_try_link "$LINENO"; then :
12146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XawScrollbarSetThumb in -lXaw3d" >&5
12147 $as_echo_n "checking for XawScrollbarSetThumb in -lXaw3d... " >&6; }
12148 if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then :
12149 $as_echo_n "(cached) " >&6
12150 else
12151 ac_check_lib_save_LIBS=$LIBS
12152 LIBS="-lXaw3d $LIBS"
12153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12154 /* end confdefs.h. */
12156 /* Override any GCC internal prototype to avoid an error.
12157 Use char because int might match the return type of a GCC
12158 builtin and then its argument prototype would still apply. */
12159 #ifdef __cplusplus
12160 extern "C"
12161 #endif
12162 char XawScrollbarSetThumb ();
12164 main ()
12166 return XawScrollbarSetThumb ();
12168 return 0;
12170 _ACEOF
12171 if ac_fn_c_try_link "$LINENO"; then :
12172 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes
12173 else
12174 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no
12176 rm -f core conftest.err conftest.$ac_objext \
12177 conftest$ac_exeext conftest.$ac_ext
12178 LIBS=$ac_check_lib_save_LIBS
12180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5
12181 $as_echo "$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6; }
12182 if test "x$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" = x""yes; then :
12183 emacs_cv_xaw3d=yes
12184 else
12185 emacs_cv_xaw3d=no
12188 else
12189 emacs_cv_xaw3d=no
12191 rm -f core conftest.err conftest.$ac_objext \
12192 conftest$ac_exeext conftest.$ac_ext
12195 else
12196 emacs_cv_xaw3d=no
12198 if test $emacs_cv_xaw3d = yes; then
12199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5
12200 $as_echo_n "checking for xaw3d... " >&6; }
12201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes; using Lucid toolkit" >&5
12202 $as_echo "yes; using Lucid toolkit" >&6; }
12203 USE_X_TOOLKIT=LUCID
12204 HAVE_XAW3D=yes
12205 LUCID_LIBW=-lXaw3d
12207 $as_echo "#define HAVE_XAW3D 1" >>confdefs.h
12209 else
12210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5
12211 $as_echo_n "checking for xaw3d... " >&6; }
12212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12213 $as_echo "no" >&6; }
12214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5
12215 $as_echo_n "checking for libXaw... " >&6; }
12216 if test "${emacs_cv_xaw+set}" = set; then :
12217 $as_echo_n "(cached) " >&6
12218 else
12219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12220 /* end confdefs.h. */
12222 #include <X11/Intrinsic.h>
12223 #include <X11/Xaw/Simple.h>
12225 main ()
12229 return 0;
12231 _ACEOF
12232 if ac_fn_c_try_link "$LINENO"; then :
12233 emacs_cv_xaw=yes
12234 else
12235 emacs_cv_xaw=no
12237 rm -f core conftest.err conftest.$ac_objext \
12238 conftest$ac_exeext conftest.$ac_ext
12241 if test $emacs_cv_xaw = yes; then
12242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes; using Lucid toolkit" >&5
12243 $as_echo "yes; using Lucid toolkit" >&6; }
12244 USE_X_TOOLKIT=LUCID
12245 LUCID_LIBW=-lXaw
12246 elif test x"${USE_X_TOOLKIT}" = xLUCID; then
12247 as_fn_error "Lucid toolkit requires X11/Xaw include files" "$LINENO" 5
12248 else
12249 as_fn_error "No X toolkit could be found.
12250 If you are sure you want Emacs compiled without an X toolkit, pass
12251 --with-x-toolkit=no
12252 to configure. Otherwise, install the development libraries for the toolkit
12253 that you want to use (e.g. Gtk+) and re-run configure." "$LINENO" 5
12258 X_TOOLKIT_TYPE=$USE_X_TOOLKIT
12260 LIBXTR6=
12261 if test "${USE_X_TOOLKIT}" != "none"; then
12262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5
12263 $as_echo_n "checking X11 toolkit version... " >&6; }
12264 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then :
12265 $as_echo_n "(cached) " >&6
12266 else
12267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12268 /* end confdefs.h. */
12269 #include <X11/Intrinsic.h>
12271 main ()
12273 #if XtSpecificationRelease < 6
12274 fail;
12275 #endif
12278 return 0;
12280 _ACEOF
12281 if ac_fn_c_try_link "$LINENO"; then :
12282 emacs_cv_x11_toolkit_version_6=yes
12283 else
12284 emacs_cv_x11_toolkit_version_6=no
12286 rm -f core conftest.err conftest.$ac_objext \
12287 conftest$ac_exeext conftest.$ac_ext
12290 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
12291 if test $emacs_cv_x11_toolkit_version_6 = yes; then
12292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: 6 or newer" >&5
12293 $as_echo "6 or newer" >&6; }
12295 $as_echo "#define HAVE_X11XTR6 1" >>confdefs.h
12297 LIBXTR6="-lSM -lICE"
12298 case "$opsys" in
12299 ## Use libw.a along with X11R6 Xt.
12300 unixware) LIBXTR6="$LIBXTR6 -lw" ;;
12301 esac
12302 else
12303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: before 6" >&5
12304 $as_echo "before 6" >&6; }
12307 OLDLIBS="$LIBS"
12308 if test x$HAVE_X11XTR6 = xyes; then
12309 LIBS="-lXt -lSM -lICE $LIBS"
12310 else
12311 LIBS="-lXt $LIBS"
12313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5
12314 $as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; }
12315 if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then :
12316 $as_echo_n "(cached) " >&6
12317 else
12318 ac_check_lib_save_LIBS=$LIBS
12319 LIBS="-lXmu $LIBS"
12320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12321 /* end confdefs.h. */
12323 /* Override any GCC internal prototype to avoid an error.
12324 Use char because int might match the return type of a GCC
12325 builtin and then its argument prototype would still apply. */
12326 #ifdef __cplusplus
12327 extern "C"
12328 #endif
12329 char XmuConvertStandardSelection ();
12331 main ()
12333 return XmuConvertStandardSelection ();
12335 return 0;
12337 _ACEOF
12338 if ac_fn_c_try_link "$LINENO"; then :
12339 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
12340 else
12341 ac_cv_lib_Xmu_XmuConvertStandardSelection=no
12343 rm -f core conftest.err conftest.$ac_objext \
12344 conftest$ac_exeext conftest.$ac_ext
12345 LIBS=$ac_check_lib_save_LIBS
12347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
12348 $as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; }
12349 if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = x""yes; then :
12350 cat >>confdefs.h <<_ACEOF
12351 #define HAVE_LIBXMU 1
12352 _ACEOF
12354 LIBS="-lXmu $LIBS"
12358 test $ac_cv_lib_Xmu_XmuConvertStandardSelection = no && LIBS="$OLDLIBS"
12362 LIBXMU=-lXmu
12363 case $opsys in
12364 ## These systems don't supply Xmu.
12365 hpux* | aix4-2 )
12366 test "X$ac_cv_lib_Xmu_XmuConvertStandardSelection" != "Xyes" && LIBXMU=
12368 mingw32 )
12369 LIBXMU=
12371 esac
12374 # On Irix 6.5, at least, we need XShapeQueryExtension from -lXext for Xaw3D.
12375 if test "${HAVE_X11}" = "yes"; then
12376 if test "${USE_X_TOOLKIT}" != "none"; then
12377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
12378 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
12379 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
12380 $as_echo_n "(cached) " >&6
12381 else
12382 ac_check_lib_save_LIBS=$LIBS
12383 LIBS="-lXext $LIBS"
12384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12385 /* end confdefs.h. */
12387 /* Override any GCC internal prototype to avoid an error.
12388 Use char because int might match the return type of a GCC
12389 builtin and then its argument prototype would still apply. */
12390 #ifdef __cplusplus
12391 extern "C"
12392 #endif
12393 char XShapeQueryExtension ();
12395 main ()
12397 return XShapeQueryExtension ();
12399 return 0;
12401 _ACEOF
12402 if ac_fn_c_try_link "$LINENO"; then :
12403 ac_cv_lib_Xext_XShapeQueryExtension=yes
12404 else
12405 ac_cv_lib_Xext_XShapeQueryExtension=no
12407 rm -f core conftest.err conftest.$ac_objext \
12408 conftest$ac_exeext conftest.$ac_ext
12409 LIBS=$ac_check_lib_save_LIBS
12411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
12412 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
12413 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
12414 cat >>confdefs.h <<_ACEOF
12415 #define HAVE_LIBXEXT 1
12416 _ACEOF
12418 LIBS="-lXext $LIBS"
12425 LIBXP=
12426 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
12427 # OpenMotif may be installed in such a way on some GNU/Linux systems.
12428 if test -d /usr/include/openmotif; then
12429 CPPFLAGS="-I/usr/include/openmotif $CPPFLAGS"
12430 emacs_cv_openmotif=yes
12431 case "$canonical" in
12432 x86_64-*-linux-gnu* | powerpc64-*-linux-gnu* | sparc64-*-linux-gnu*)
12433 test -d /usr/lib64/openmotif && LDFLAGS="-L/usr/lib64/openmotif $LDFLAGS"
12436 test -d /usr/lib/openmotif && LDFLAGS="-L/usr/lib/openmotif $LDFLAGS"
12437 esac
12438 else
12439 emacs_cv_openmotif=no
12441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for (Open)Motif version 2.1" >&5
12442 $as_echo_n "checking for (Open)Motif version 2.1... " >&6; }
12443 if test "${emacs_cv_motif_version_2_1+set}" = set; then :
12444 $as_echo_n "(cached) " >&6
12445 else
12446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12447 /* end confdefs.h. */
12448 #include <Xm/Xm.h>
12450 main ()
12452 #if XmVERSION > 2 || (XmVERSION == 2 && XmREVISION >= 1)
12453 int x = 5;
12454 #else
12455 Motif version prior to 2.1.
12456 #endif
12458 return 0;
12460 _ACEOF
12461 if ac_fn_c_try_compile "$LINENO"; then :
12462 emacs_cv_motif_version_2_1=yes
12463 else
12464 emacs_cv_motif_version_2_1=no
12466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_motif_version_2_1" >&5
12469 $as_echo "$emacs_cv_motif_version_2_1" >&6; }
12470 if test $emacs_cv_motif_version_2_1 = yes; then
12471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5
12472 $as_echo_n "checking for XpCreateContext in -lXp... " >&6; }
12473 if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then :
12474 $as_echo_n "(cached) " >&6
12475 else
12476 ac_check_lib_save_LIBS=$LIBS
12477 LIBS="-lXp $LIBS"
12478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12479 /* end confdefs.h. */
12481 /* Override any GCC internal prototype to avoid an error.
12482 Use char because int might match the return type of a GCC
12483 builtin and then its argument prototype would still apply. */
12484 #ifdef __cplusplus
12485 extern "C"
12486 #endif
12487 char XpCreateContext ();
12489 main ()
12491 return XpCreateContext ();
12493 return 0;
12495 _ACEOF
12496 if ac_fn_c_try_link "$LINENO"; then :
12497 ac_cv_lib_Xp_XpCreateContext=yes
12498 else
12499 ac_cv_lib_Xp_XpCreateContext=no
12501 rm -f core conftest.err conftest.$ac_objext \
12502 conftest$ac_exeext conftest.$ac_ext
12503 LIBS=$ac_check_lib_save_LIBS
12505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5
12506 $as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; }
12507 if test "x$ac_cv_lib_Xp_XpCreateContext" = x""yes; then :
12508 LIBXP=-lXp
12511 if test x$emacs_cv_openmotif = xyes; then
12512 REAL_CPPFLAGS="-I/usr/include/openmotif $REAL_CPPFLAGS"
12514 else
12515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5
12516 $as_echo_n "checking for LessTif where some systems put it... " >&6; }
12517 if test "${emacs_cv_lesstif+set}" = set; then :
12518 $as_echo_n "(cached) " >&6
12519 else
12520 # We put this in CFLAGS temporarily to precede other -I options
12521 # that might be in CFLAGS temporarily.
12522 # We put this in CPPFLAGS where it precedes the other -I options.
12523 OLD_CPPFLAGS=$CPPFLAGS
12524 OLD_CFLAGS=$CFLAGS
12525 CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"
12526 CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS"
12527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12528 /* end confdefs.h. */
12529 #include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>
12531 main ()
12533 int x = 5;
12535 return 0;
12537 _ACEOF
12538 if ac_fn_c_try_compile "$LINENO"; then :
12539 emacs_cv_lesstif=yes
12540 else
12541 emacs_cv_lesstif=no
12543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_lesstif" >&5
12546 $as_echo "$emacs_cv_lesstif" >&6; }
12547 if test $emacs_cv_lesstif = yes; then
12548 # Make sure this -I option remains in CPPFLAGS after it is set
12549 # back to REAL_CPPFLAGS.
12550 # There is no need to change REAL_CFLAGS, because REAL_CFLAGS does not
12551 # have those other -I options anyway. Ultimately, having this
12552 # directory ultimately in CPPFLAGS will be enough.
12553 REAL_CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $REAL_CPPFLAGS"
12554 LDFLAGS="-L/usr/X11R6/LessTif/Motif1.2/lib $LDFLAGS"
12555 else
12556 CFLAGS=$OLD_CFLAGS
12557 CPPFLAGS=$OLD_CPPFLAGS
12560 ac_fn_c_check_header_mongrel "$LINENO" "Xm/BulletinB.h" "ac_cv_header_Xm_BulletinB_h" "$ac_includes_default"
12561 if test "x$ac_cv_header_Xm_BulletinB_h" = x""yes; then :
12563 else
12564 as_fn_error "Motif toolkit requested but requirements not found." "$LINENO" 5
12571 USE_TOOLKIT_SCROLL_BARS=no
12572 if test "${with_toolkit_scroll_bars}" != "no"; then
12573 if test "${USE_X_TOOLKIT}" != "none"; then
12574 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
12575 $as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
12577 HAVE_XAW3D=no
12578 USE_TOOLKIT_SCROLL_BARS=yes
12579 elif test "${HAVE_XAW3D}" = "yes" || test "${USE_X_TOOLKIT}" = "LUCID"; then
12580 $as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
12582 USE_TOOLKIT_SCROLL_BARS=yes
12584 elif test "${HAVE_GTK}" = "yes"; then
12585 $as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
12587 USE_TOOLKIT_SCROLL_BARS=yes
12588 elif test "${HAVE_NS}" = "yes"; then
12589 $as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
12591 USE_TOOLKIT_SCROLL_BARS=yes
12592 elif test "${HAVE_W32}" = "yes"; then
12593 $as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
12595 USE_TOOLKIT_SCROLL_BARS=yes
12599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12600 /* end confdefs.h. */
12602 #include <X11/Xlib.h>
12603 #include <X11/Xresource.h>
12605 main ()
12607 XIMProc callback;
12609 return 0;
12611 _ACEOF
12612 if ac_fn_c_try_compile "$LINENO"; then :
12613 HAVE_XIM=yes
12615 $as_echo "#define HAVE_XIM 1" >>confdefs.h
12617 else
12618 HAVE_XIM=no
12620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12623 if test "${with_xim}" != "no"; then
12625 $as_echo "#define USE_XIM 1" >>confdefs.h
12630 if test "${HAVE_XIM}" != "no"; then
12631 late_CFLAGS=$CFLAGS
12632 if test "$GCC" = yes; then
12633 CFLAGS="$CFLAGS --pedantic-errors"
12635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12636 /* end confdefs.h. */
12638 #include <X11/Xlib.h>
12639 #include <X11/Xresource.h>
12641 main ()
12643 Display *display;
12644 XrmDatabase db;
12645 char *res_name;
12646 char *res_class;
12647 XIMProc callback;
12648 XPointer *client_data;
12649 #ifndef __GNUC__
12650 /* If we're not using GCC, it's probably not XFree86, and this is
12651 probably right, but we can't use something like --pedantic-errors. */
12652 extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*,
12653 char*, XIMProc, XPointer*);
12654 #endif
12655 (void)XRegisterIMInstantiateCallback(display, db, res_name, res_class, callback,
12656 client_data);
12658 return 0;
12660 _ACEOF
12661 if ac_fn_c_try_compile "$LINENO"; then :
12662 emacs_cv_arg6_star=yes
12664 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12665 if test "$emacs_cv_arg6_star" = yes; then
12666 $as_echo "#define XRegisterIMInstantiateCallback_arg6 XPointer*" >>confdefs.h
12668 else
12669 $as_echo "#define XRegisterIMInstantiateCallback_arg6 XPointer" >>confdefs.h
12672 CFLAGS=$late_CFLAGS
12675 ### Start of font-backend (under any platform) section.
12676 # (nothing here yet -- this is a placeholder)
12677 ### End of font-backend (under any platform) section.
12679 ### Start of font-backend (under X11) section.
12680 if test "${HAVE_X11}" = "yes"; then
12682 succeeded=no
12684 if test "$PKG_CONFIG" = "no" ; then
12685 HAVE_FC=no
12686 else
12687 PKG_CONFIG_MIN_VERSION=0.9.0
12688 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fontconfig >= 2.2.0" >&5
12690 $as_echo_n "checking for fontconfig >= 2.2.0... " >&6; }
12692 if "$PKG_CONFIG" --exists "fontconfig >= 2.2.0" 2>&5 &&
12693 FONTCONFIG_CFLAGS=`"$PKG_CONFIG" --cflags "fontconfig >= 2.2.0" 2>&5` &&
12694 FONTCONFIG_LIBS=`"$PKG_CONFIG" --libs "fontconfig >= 2.2.0" 2>&5`; then
12695 edit_cflags="
12696 s,///*,/,g
12697 s/^/ /
12698 s/ -I/ $isystem/g
12699 s/^ //
12701 FONTCONFIG_CFLAGS=`$as_echo "$FONTCONFIG_CFLAGS" | sed -e "$edit_cflags"`
12702 FONTCONFIG_LIBS=`$as_echo "$FONTCONFIG_LIBS" | sed -e 's,///*,/,g'`
12703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$FONTCONFIG_CFLAGS' LIBS='$FONTCONFIG_LIBS'" >&5
12704 $as_echo "yes CFLAGS='$FONTCONFIG_CFLAGS' LIBS='$FONTCONFIG_LIBS'" >&6; }
12705 succeeded=yes
12706 else
12707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12708 $as_echo "no" >&6; }
12709 FONTCONFIG_CFLAGS=""
12710 FONTCONFIG_LIBS=""
12711 ## If we have a custom action on failure, don't print errors, but
12712 ## do set a variable so people can do so. Do it in a subshell
12713 ## to capture any diagnostics in invoking pkg-config.
12714 FONTCONFIG_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "fontconfig >= 2.2.0") 2>&1`
12720 else
12721 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
12722 echo "*** See http://www.freedesktop.org/software/pkgconfig"
12726 if test $succeeded = yes; then
12727 HAVE_FC=yes
12728 else
12729 HAVE_FC=no
12733 ## Use -lXft if available, unless `--with-xft=no'.
12734 HAVE_XFT=maybe
12735 if test "${HAVE_FC}" = "no" || test "x${with_x}" = "xno"; then
12736 with_xft="no";
12738 if test "x${with_xft}" != "xno"; then
12741 succeeded=no
12743 if test "$PKG_CONFIG" = "no" ; then
12744 HAVE_XFT=no
12745 else
12746 PKG_CONFIG_MIN_VERSION=0.9.0
12747 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xft >= 0.13.0" >&5
12749 $as_echo_n "checking for xft >= 0.13.0... " >&6; }
12751 if "$PKG_CONFIG" --exists "xft >= 0.13.0" 2>&5 &&
12752 XFT_CFLAGS=`"$PKG_CONFIG" --cflags "xft >= 0.13.0" 2>&5` &&
12753 XFT_LIBS=`"$PKG_CONFIG" --libs "xft >= 0.13.0" 2>&5`; then
12754 edit_cflags="
12755 s,///*,/,g
12756 s/^/ /
12757 s/ -I/ $isystem/g
12758 s/^ //
12760 XFT_CFLAGS=`$as_echo "$XFT_CFLAGS" | sed -e "$edit_cflags"`
12761 XFT_LIBS=`$as_echo "$XFT_LIBS" | sed -e 's,///*,/,g'`
12762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$XFT_CFLAGS' LIBS='$XFT_LIBS'" >&5
12763 $as_echo "yes CFLAGS='$XFT_CFLAGS' LIBS='$XFT_LIBS'" >&6; }
12764 succeeded=yes
12765 else
12766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12767 $as_echo "no" >&6; }
12768 XFT_CFLAGS=""
12769 XFT_LIBS=""
12770 ## If we have a custom action on failure, don't print errors, but
12771 ## do set a variable so people can do so. Do it in a subshell
12772 ## to capture any diagnostics in invoking pkg-config.
12773 XFT_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "xft >= 0.13.0") 2>&1`
12779 else
12780 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
12781 echo "*** See http://www.freedesktop.org/software/pkgconfig"
12785 if test $succeeded = yes; then
12787 else
12788 HAVE_XFT=no
12791 ## Because xftfont.c uses XRenderQueryExtension, we also
12792 ## need to link to -lXrender.
12793 HAVE_XRENDER=no
12794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5
12795 $as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; }
12796 if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then :
12797 $as_echo_n "(cached) " >&6
12798 else
12799 ac_check_lib_save_LIBS=$LIBS
12800 LIBS="-lXrender $LIBS"
12801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12802 /* end confdefs.h. */
12804 /* Override any GCC internal prototype to avoid an error.
12805 Use char because int might match the return type of a GCC
12806 builtin and then its argument prototype would still apply. */
12807 #ifdef __cplusplus
12808 extern "C"
12809 #endif
12810 char XRenderQueryExtension ();
12812 main ()
12814 return XRenderQueryExtension ();
12816 return 0;
12818 _ACEOF
12819 if ac_fn_c_try_link "$LINENO"; then :
12820 ac_cv_lib_Xrender_XRenderQueryExtension=yes
12821 else
12822 ac_cv_lib_Xrender_XRenderQueryExtension=no
12824 rm -f core conftest.err conftest.$ac_objext \
12825 conftest$ac_exeext conftest.$ac_ext
12826 LIBS=$ac_check_lib_save_LIBS
12828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5
12829 $as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; }
12830 if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = x""yes; then :
12831 HAVE_XRENDER=yes
12834 if test "$HAVE_XFT" != no && test "$HAVE_XRENDER" != no; then
12835 OLD_CPPFLAGS="$CPPFLAGS"
12836 OLD_CFLAGS="$CFLAGS"
12837 OLD_LIBS="$LIBS"
12838 CPPFLAGS="$CPPFLAGS $XFT_CFLAGS"
12839 CFLAGS="$CFLAGS $XFT_CFLAGS"
12840 XFT_LIBS="-lXrender $XFT_LIBS"
12841 LIBS="$XFT_LIBS $LIBS"
12842 ac_fn_c_check_header_compile "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "#include <X11/X.h>
12844 if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then :
12845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5
12846 $as_echo_n "checking for XftFontOpen in -lXft... " >&6; }
12847 if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then :
12848 $as_echo_n "(cached) " >&6
12849 else
12850 ac_check_lib_save_LIBS=$LIBS
12851 LIBS="-lXft $XFT_LIBS $LIBS"
12852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12853 /* end confdefs.h. */
12855 /* Override any GCC internal prototype to avoid an error.
12856 Use char because int might match the return type of a GCC
12857 builtin and then its argument prototype would still apply. */
12858 #ifdef __cplusplus
12859 extern "C"
12860 #endif
12861 char XftFontOpen ();
12863 main ()
12865 return XftFontOpen ();
12867 return 0;
12869 _ACEOF
12870 if ac_fn_c_try_link "$LINENO"; then :
12871 ac_cv_lib_Xft_XftFontOpen=yes
12872 else
12873 ac_cv_lib_Xft_XftFontOpen=no
12875 rm -f core conftest.err conftest.$ac_objext \
12876 conftest$ac_exeext conftest.$ac_ext
12877 LIBS=$ac_check_lib_save_LIBS
12879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5
12880 $as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; }
12881 if test "x$ac_cv_lib_Xft_XftFontOpen" = x""yes; then :
12882 HAVE_XFT=yes
12889 if test "${HAVE_XFT}" = "yes"; then
12891 $as_echo "#define HAVE_XFT 1" >>confdefs.h
12894 C_SWITCH_X_SITE="$C_SWITCH_X_SITE $XFT_CFLAGS"
12895 else
12896 CPPFLAGS="$OLD_CPPFLAGS"
12897 CFLAGS="$OLD_CFLAGS"
12898 LIBS="$OLD_LIBS"
12899 fi # "${HAVE_XFT}" = "yes"
12900 fi # "$HAVE_XFT" != no
12901 fi # "x${with_xft}" != "xno"
12903 ## We used to allow building with FreeType and without Xft.
12904 ## However, the ftx font backend driver is not in good shape.
12905 if test "$HAVE_XFT" != "yes"; then
12906 HAVE_XFT=no
12907 HAVE_FREETYPE=no
12908 else
12910 succeeded=no
12912 if test "$PKG_CONFIG" = "no" ; then
12913 HAVE_FREETYPE=no
12914 else
12915 PKG_CONFIG_MIN_VERSION=0.9.0
12916 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for freetype2" >&5
12918 $as_echo_n "checking for freetype2... " >&6; }
12920 if "$PKG_CONFIG" --exists "freetype2" 2>&5 &&
12921 FREETYPE_CFLAGS=`"$PKG_CONFIG" --cflags "freetype2" 2>&5` &&
12922 FREETYPE_LIBS=`"$PKG_CONFIG" --libs "freetype2" 2>&5`; then
12923 edit_cflags="
12924 s,///*,/,g
12925 s/^/ /
12926 s/ -I/ $isystem/g
12927 s/^ //
12929 FREETYPE_CFLAGS=`$as_echo "$FREETYPE_CFLAGS" | sed -e "$edit_cflags"`
12930 FREETYPE_LIBS=`$as_echo "$FREETYPE_LIBS" | sed -e 's,///*,/,g'`
12931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$FREETYPE_CFLAGS' LIBS='$FREETYPE_LIBS'" >&5
12932 $as_echo "yes CFLAGS='$FREETYPE_CFLAGS' LIBS='$FREETYPE_LIBS'" >&6; }
12933 succeeded=yes
12934 else
12935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12936 $as_echo "no" >&6; }
12937 FREETYPE_CFLAGS=""
12938 FREETYPE_LIBS=""
12939 ## If we have a custom action on failure, don't print errors, but
12940 ## do set a variable so people can do so. Do it in a subshell
12941 ## to capture any diagnostics in invoking pkg-config.
12942 FREETYPE_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "freetype2") 2>&1`
12948 else
12949 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
12950 echo "*** See http://www.freedesktop.org/software/pkgconfig"
12954 if test $succeeded = yes; then
12955 HAVE_FREETYPE=yes
12956 else
12957 HAVE_FREETYPE=no
12961 test "$HAVE_FREETYPE" = "no" && as_fn_error "libxft requires libfreetype" "$LINENO" 5
12964 HAVE_LIBOTF=no
12965 if test "${HAVE_FREETYPE}" = "yes"; then
12967 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12969 if test "${with_libotf}" != "no"; then
12971 succeeded=no
12973 if test "$PKG_CONFIG" = "no" ; then
12974 HAVE_LIBOTF=no
12975 else
12976 PKG_CONFIG_MIN_VERSION=0.9.0
12977 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libotf" >&5
12979 $as_echo_n "checking for libotf... " >&6; }
12981 if "$PKG_CONFIG" --exists "libotf" 2>&5 &&
12982 LIBOTF_CFLAGS=`"$PKG_CONFIG" --cflags "libotf" 2>&5` &&
12983 LIBOTF_LIBS=`"$PKG_CONFIG" --libs "libotf" 2>&5`; then
12984 edit_cflags="
12985 s,///*,/,g
12986 s/^/ /
12987 s/ -I/ $isystem/g
12988 s/^ //
12990 LIBOTF_CFLAGS=`$as_echo "$LIBOTF_CFLAGS" | sed -e "$edit_cflags"`
12991 LIBOTF_LIBS=`$as_echo "$LIBOTF_LIBS" | sed -e 's,///*,/,g'`
12992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$LIBOTF_CFLAGS' LIBS='$LIBOTF_LIBS'" >&5
12993 $as_echo "yes CFLAGS='$LIBOTF_CFLAGS' LIBS='$LIBOTF_LIBS'" >&6; }
12994 succeeded=yes
12995 else
12996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12997 $as_echo "no" >&6; }
12998 LIBOTF_CFLAGS=""
12999 LIBOTF_LIBS=""
13000 ## If we have a custom action on failure, don't print errors, but
13001 ## do set a variable so people can do so. Do it in a subshell
13002 ## to capture any diagnostics in invoking pkg-config.
13003 LIBOTF_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "libotf") 2>&1`
13009 else
13010 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
13011 echo "*** See http://www.freedesktop.org/software/pkgconfig"
13015 if test $succeeded = yes; then
13016 HAVE_LIBOTF=yes
13017 else
13018 HAVE_LIBOTF=no
13021 if test "$HAVE_LIBOTF" = "yes"; then
13023 $as_echo "#define HAVE_LIBOTF 1" >>confdefs.h
13025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5
13026 $as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; }
13027 if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then :
13028 $as_echo_n "(cached) " >&6
13029 else
13030 ac_check_lib_save_LIBS=$LIBS
13031 LIBS="-lotf $LIBS"
13032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13033 /* end confdefs.h. */
13035 /* Override any GCC internal prototype to avoid an error.
13036 Use char because int might match the return type of a GCC
13037 builtin and then its argument prototype would still apply. */
13038 #ifdef __cplusplus
13039 extern "C"
13040 #endif
13041 char OTF_get_variation_glyphs ();
13043 main ()
13045 return OTF_get_variation_glyphs ();
13047 return 0;
13049 _ACEOF
13050 if ac_fn_c_try_link "$LINENO"; then :
13051 ac_cv_lib_otf_OTF_get_variation_glyphs=yes
13052 else
13053 ac_cv_lib_otf_OTF_get_variation_glyphs=no
13055 rm -f core conftest.err conftest.$ac_objext \
13056 conftest$ac_exeext conftest.$ac_ext
13057 LIBS=$ac_check_lib_save_LIBS
13059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5
13060 $as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; }
13061 if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = x""yes; then :
13062 HAVE_OTF_GET_VARIATION_GLYPHS=yes
13063 else
13064 HAVE_OTF_GET_VARIATION_GLYPHS=no
13067 if test "${HAVE_OTF_GET_VARIATION_GLYPHS}" = "yes"; then
13069 $as_echo "#define HAVE_OTF_GET_VARIATION_GLYPHS 1" >>confdefs.h
13076 HAVE_M17N_FLT=no
13077 if test "${HAVE_LIBOTF}" = yes; then
13078 if test "${with_m17n_flt}" != "no"; then
13080 succeeded=no
13082 if test "$PKG_CONFIG" = "no" ; then
13083 HAVE_M17N_FLT=no
13084 else
13085 PKG_CONFIG_MIN_VERSION=0.9.0
13086 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
13087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for m17n-flt" >&5
13088 $as_echo_n "checking for m17n-flt... " >&6; }
13090 if "$PKG_CONFIG" --exists "m17n-flt" 2>&5 &&
13091 M17N_FLT_CFLAGS=`"$PKG_CONFIG" --cflags "m17n-flt" 2>&5` &&
13092 M17N_FLT_LIBS=`"$PKG_CONFIG" --libs "m17n-flt" 2>&5`; then
13093 edit_cflags="
13094 s,///*,/,g
13095 s/^/ /
13096 s/ -I/ $isystem/g
13097 s/^ //
13099 M17N_FLT_CFLAGS=`$as_echo "$M17N_FLT_CFLAGS" | sed -e "$edit_cflags"`
13100 M17N_FLT_LIBS=`$as_echo "$M17N_FLT_LIBS" | sed -e 's,///*,/,g'`
13101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$M17N_FLT_CFLAGS' LIBS='$M17N_FLT_LIBS'" >&5
13102 $as_echo "yes CFLAGS='$M17N_FLT_CFLAGS' LIBS='$M17N_FLT_LIBS'" >&6; }
13103 succeeded=yes
13104 else
13105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13106 $as_echo "no" >&6; }
13107 M17N_FLT_CFLAGS=""
13108 M17N_FLT_LIBS=""
13109 ## If we have a custom action on failure, don't print errors, but
13110 ## do set a variable so people can do so. Do it in a subshell
13111 ## to capture any diagnostics in invoking pkg-config.
13112 M17N_FLT_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "m17n-flt") 2>&1`
13118 else
13119 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
13120 echo "*** See http://www.freedesktop.org/software/pkgconfig"
13124 if test $succeeded = yes; then
13125 HAVE_M17N_FLT=yes
13126 else
13127 HAVE_M17N_FLT=no
13130 if test "$HAVE_M17N_FLT" = "yes"; then
13132 $as_echo "#define HAVE_M17N_FLT 1" >>confdefs.h
13137 else
13138 HAVE_XFT=no
13139 HAVE_FREETYPE=no
13140 HAVE_LIBOTF=no
13141 HAVE_M17N_FLT=no
13144 ### End of font-backend (under X11) section.
13155 ### Use -lXpm if available, unless `--with-xpm=no'.
13156 ### mingw32 doesn't use -lXpm, since it loads the library dynamically.
13157 HAVE_XPM=no
13158 LIBXPM=
13159 if test "${HAVE_W32}" = "yes" && test "${opsys}" = "cygwin"; then
13160 if test "${with_xpm}" != "no"; then
13161 SAVE_CPPFLAGS="$CPPFLAGS"
13162 SAVE_LDFLAGS="$LDFLAGS"
13163 CPPFLAGS="$CPPFLAGS -I/usr/include/noX"
13164 LDFLAGS="$LDFLAGS -L/usr/lib/noX"
13165 ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default"
13166 if test "x$ac_cv_header_X11_xpm_h" = x""yes; then :
13167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToImage in -lXpm" >&5
13168 $as_echo_n "checking for XpmReadFileToImage in -lXpm... " >&6; }
13169 if test "${ac_cv_lib_Xpm_XpmReadFileToImage+set}" = set; then :
13170 $as_echo_n "(cached) " >&6
13171 else
13172 ac_check_lib_save_LIBS=$LIBS
13173 LIBS="-lXpm $LIBS"
13174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13175 /* end confdefs.h. */
13177 /* Override any GCC internal prototype to avoid an error.
13178 Use char because int might match the return type of a GCC
13179 builtin and then its argument prototype would still apply. */
13180 #ifdef __cplusplus
13181 extern "C"
13182 #endif
13183 char XpmReadFileToImage ();
13185 main ()
13187 return XpmReadFileToImage ();
13189 return 0;
13191 _ACEOF
13192 if ac_fn_c_try_link "$LINENO"; then :
13193 ac_cv_lib_Xpm_XpmReadFileToImage=yes
13194 else
13195 ac_cv_lib_Xpm_XpmReadFileToImage=no
13197 rm -f core conftest.err conftest.$ac_objext \
13198 conftest$ac_exeext conftest.$ac_ext
13199 LIBS=$ac_check_lib_save_LIBS
13201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToImage" >&5
13202 $as_echo "$ac_cv_lib_Xpm_XpmReadFileToImage" >&6; }
13203 if test "x$ac_cv_lib_Xpm_XpmReadFileToImage" = x""yes; then :
13204 HAVE_XPM=yes
13210 if test "${HAVE_XPM}" = "yes"; then
13211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReturnAllocPixels preprocessor define" >&5
13212 $as_echo_n "checking for XpmReturnAllocPixels preprocessor define... " >&6; }
13213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13214 /* end confdefs.h. */
13215 #include "X11/xpm.h"
13216 #ifndef XpmReturnAllocPixels
13217 no_return_alloc_pixels
13218 #endif
13220 _ACEOF
13221 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13222 $EGREP "no_return_alloc_pixels" >/dev/null 2>&1; then :
13223 HAVE_XPM=no
13224 else
13225 HAVE_XPM=yes
13227 rm -f conftest*
13230 if test "${HAVE_XPM}" = "yes"; then
13231 REAL_CPPFLAGS="$REAL_CPPFLAGS -I/usr/include/noX"
13232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13233 $as_echo "yes" >&6; }
13234 else
13235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13236 $as_echo "no" >&6; }
13237 CPPFLAGS="$SAVE_CPPFLAGS"
13238 LDFLAGS="$SAVE_LDFLAGS"
13243 if test "${HAVE_XPM}" = "yes"; then
13245 $as_echo "#define HAVE_XPM 1" >>confdefs.h
13247 LIBXPM=-lXpm
13251 if test "${HAVE_X11}" = "yes"; then
13252 if test "${with_xpm}" != "no"; then
13253 ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default"
13254 if test "x$ac_cv_header_X11_xpm_h" = x""yes; then :
13255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5
13256 $as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; }
13257 if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then :
13258 $as_echo_n "(cached) " >&6
13259 else
13260 ac_check_lib_save_LIBS=$LIBS
13261 LIBS="-lXpm -lX11 $LIBS"
13262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13263 /* end confdefs.h. */
13265 /* Override any GCC internal prototype to avoid an error.
13266 Use char because int might match the return type of a GCC
13267 builtin and then its argument prototype would still apply. */
13268 #ifdef __cplusplus
13269 extern "C"
13270 #endif
13271 char XpmReadFileToPixmap ();
13273 main ()
13275 return XpmReadFileToPixmap ();
13277 return 0;
13279 _ACEOF
13280 if ac_fn_c_try_link "$LINENO"; then :
13281 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
13282 else
13283 ac_cv_lib_Xpm_XpmReadFileToPixmap=no
13285 rm -f core conftest.err conftest.$ac_objext \
13286 conftest$ac_exeext conftest.$ac_ext
13287 LIBS=$ac_check_lib_save_LIBS
13289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
13290 $as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; }
13291 if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = x""yes; then :
13292 HAVE_XPM=yes
13298 if test "${HAVE_XPM}" = "yes"; then
13299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReturnAllocPixels preprocessor define" >&5
13300 $as_echo_n "checking for XpmReturnAllocPixels preprocessor define... " >&6; }
13301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13302 /* end confdefs.h. */
13303 #include "X11/xpm.h"
13304 #ifndef XpmReturnAllocPixels
13305 no_return_alloc_pixels
13306 #endif
13308 _ACEOF
13309 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13310 $EGREP "no_return_alloc_pixels" >/dev/null 2>&1; then :
13311 HAVE_XPM=no
13312 else
13313 HAVE_XPM=yes
13315 rm -f conftest*
13318 if test "${HAVE_XPM}" = "yes"; then
13319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13320 $as_echo "yes" >&6; }
13321 else
13322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13323 $as_echo "no" >&6; }
13328 if test "${HAVE_XPM}" = "yes"; then
13330 $as_echo "#define HAVE_XPM 1" >>confdefs.h
13332 LIBXPM=-lXpm
13336 ### FIXME: Perhaps regroup to minimize code duplication due to MinGW's
13337 ### slightly different requirements wrt image libraries (it doesn't
13338 ### use -lXpm because it loads the xpm shared library dynamically at
13339 ### run time).
13340 if test "${opsys}" = "mingw32"; then
13341 if test "${with_xpm}" != "no"; then
13342 ac_fn_c_check_header_compile "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "
13343 #define FOR_MSW 1
13345 if test "x$ac_cv_header_X11_xpm_h" = x""yes; then :
13346 HAVE_XPM=yes
13347 else
13348 HAVE_XPM=no
13354 if test "${HAVE_XPM}" = "yes"; then
13356 $as_echo "#define HAVE_XPM 1" >>confdefs.h
13363 ### Use -ljpeg if available, unless `--with-jpeg=no'.
13364 ### mingw32 doesn't use -ljpeg, since it loads the library dynamically.
13365 HAVE_JPEG=no
13366 LIBJPEG=
13367 if test "${opsys}" = "mingw32"; then
13368 if test "${with_jpeg}" != "no"; then
13369 ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default"
13370 if test "x$ac_cv_header_jerror_h" = x""yes; then :
13371 HAVE_JPEG=yes
13372 else
13373 HAVE_JPEG=no
13378 if test "${HAVE_JPEG}" = "yes"; then
13379 $as_echo "#define HAVE_JPEG 1" >>confdefs.h
13381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13382 /* end confdefs.h. */
13383 #include <jpeglib.h>
13384 version=JPEG_LIB_VERSION
13386 _ACEOF
13387 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13388 $EGREP "version= *(6[2-9]|[7-9][0-9])" >/dev/null 2>&1; then :
13389 $as_echo "#define HAVE_JPEG 1" >>confdefs.h
13391 else
13392 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libjpeg found, but not version 6b or later" >&5
13393 $as_echo "$as_me: WARNING: libjpeg found, but not version 6b or later" >&2;}
13394 HAVE_JPEG=no
13396 rm -f conftest*
13399 elif test "${HAVE_X11}" = "yes" || test "${HAVE_W32}" = "yes"; then
13400 if test "${with_jpeg}" != "no"; then
13401 ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default"
13402 if test "x$ac_cv_header_jerror_h" = x""yes; then :
13403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5
13404 $as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; }
13405 if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then :
13406 $as_echo_n "(cached) " >&6
13407 else
13408 ac_check_lib_save_LIBS=$LIBS
13409 LIBS="-ljpeg $LIBS"
13410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13411 /* end confdefs.h. */
13413 /* Override any GCC internal prototype to avoid an error.
13414 Use char because int might match the return type of a GCC
13415 builtin and then its argument prototype would still apply. */
13416 #ifdef __cplusplus
13417 extern "C"
13418 #endif
13419 char jpeg_destroy_compress ();
13421 main ()
13423 return jpeg_destroy_compress ();
13425 return 0;
13427 _ACEOF
13428 if ac_fn_c_try_link "$LINENO"; then :
13429 ac_cv_lib_jpeg_jpeg_destroy_compress=yes
13430 else
13431 ac_cv_lib_jpeg_jpeg_destroy_compress=no
13433 rm -f core conftest.err conftest.$ac_objext \
13434 conftest$ac_exeext conftest.$ac_ext
13435 LIBS=$ac_check_lib_save_LIBS
13437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
13438 $as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; }
13439 if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = x""yes; then :
13440 HAVE_JPEG=yes
13448 if test "${HAVE_JPEG}" = "yes"; then
13449 $as_echo "#define HAVE_JPEG 1" >>confdefs.h
13451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13452 /* end confdefs.h. */
13453 #include <jpeglib.h>
13454 version=JPEG_LIB_VERSION
13456 _ACEOF
13457 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13458 $EGREP "version= *(6[2-9]|[7-9][0-9])" >/dev/null 2>&1; then :
13459 $as_echo "#define HAVE_JPEG 1" >>confdefs.h
13461 else
13462 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libjpeg found, but not version 6b or later" >&5
13463 $as_echo "$as_me: WARNING: libjpeg found, but not version 6b or later" >&2;}
13464 HAVE_JPEG=no
13466 rm -f conftest*
13469 if test "${HAVE_JPEG}" = "yes"; then
13470 LIBJPEG=-ljpeg
13475 ### Use -lpng if available, unless `--with-png=no'.
13476 ### mingw32 doesn't use -lpng, since it loads the library dynamically.
13477 HAVE_PNG=no
13478 LIBPNG=
13479 if test "${opsys}" = "mingw32"; then
13480 if test "${with_png}" != "no"; then
13481 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13482 if test "x$ac_cv_header_png_h" = x""yes; then :
13483 HAVE_PNG=yes
13484 else
13485 HAVE_PNG=no
13490 if test "${HAVE_PNG}" = "yes"; then
13492 $as_echo "#define HAVE_PNG 1" >>confdefs.h
13495 ac_fn_c_check_decl "$LINENO" "png_longjmp" "ac_cv_have_decl_png_longjmp" "#ifdef HAVE_LIBPNG_PNG_H
13496 # include <libpng/png.h>
13497 #else
13498 # include <png.h>
13499 #endif
13502 if test "x$ac_cv_have_decl_png_longjmp" = x""yes; then :
13504 else
13506 $as_echo "#define PNG_DEPSTRUCT /**/" >>confdefs.h
13511 elif test "${HAVE_X11}" = "yes" || test "${HAVE_W32}" = "yes"; then
13512 if test "${with_png}" != "no"; then
13513 # Debian unstable as of July 2003 has multiple libpngs, and puts png.h
13514 # in /usr/include/libpng.
13515 for ac_header in png.h libpng/png.h
13516 do :
13517 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13518 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13519 eval as_val=\$$as_ac_Header
13520 if test "x$as_val" = x""yes; then :
13521 cat >>confdefs.h <<_ACEOF
13522 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13523 _ACEOF
13524 break
13527 done
13529 if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then
13530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5
13531 $as_echo_n "checking for png_get_channels in -lpng... " >&6; }
13532 if test "${ac_cv_lib_png_png_get_channels+set}" = set; then :
13533 $as_echo_n "(cached) " >&6
13534 else
13535 ac_check_lib_save_LIBS=$LIBS
13536 LIBS="-lpng -lz -lm $LIBS"
13537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13538 /* end confdefs.h. */
13540 /* Override any GCC internal prototype to avoid an error.
13541 Use char because int might match the return type of a GCC
13542 builtin and then its argument prototype would still apply. */
13543 #ifdef __cplusplus
13544 extern "C"
13545 #endif
13546 char png_get_channels ();
13548 main ()
13550 return png_get_channels ();
13552 return 0;
13554 _ACEOF
13555 if ac_fn_c_try_link "$LINENO"; then :
13556 ac_cv_lib_png_png_get_channels=yes
13557 else
13558 ac_cv_lib_png_png_get_channels=no
13560 rm -f core conftest.err conftest.$ac_objext \
13561 conftest$ac_exeext conftest.$ac_ext
13562 LIBS=$ac_check_lib_save_LIBS
13564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5
13565 $as_echo "$ac_cv_lib_png_png_get_channels" >&6; }
13566 if test "x$ac_cv_lib_png_png_get_channels" = x""yes; then :
13567 HAVE_PNG=yes
13573 if test "${HAVE_PNG}" = "yes"; then
13575 $as_echo "#define HAVE_PNG 1" >>confdefs.h
13577 LIBPNG="-lpng -lz -lm"
13579 ac_fn_c_check_decl "$LINENO" "png_longjmp" "ac_cv_have_decl_png_longjmp" "#ifdef HAVE_LIBPNG_PNG_H
13580 # include <libpng/png.h>
13581 #else
13582 # include <png.h>
13583 #endif
13586 if test "x$ac_cv_have_decl_png_longjmp" = x""yes; then :
13588 else
13590 $as_echo "#define PNG_DEPSTRUCT /**/" >>confdefs.h
13598 ### Use -ltiff if available, unless `--with-tiff=no'.
13599 ### mingw32 doesn't use -ltiff, since it loads the library dynamically.
13600 HAVE_TIFF=no
13601 LIBTIFF=
13602 if test "${opsys}" = "mingw32"; then
13603 if test "${with_tiff}" != "no"; then
13604 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13605 if test "x$ac_cv_header_tiffio_h" = x""yes; then :
13606 HAVE_TIFF=yes
13607 else
13608 HAVE_TIFF=no
13613 if test "${HAVE_TIFF}" = "yes"; then
13615 $as_echo "#define HAVE_TIFF 1" >>confdefs.h
13618 elif test "${HAVE_X11}" = "yes" || test "${HAVE_W32}" = "yes"; then
13619 if test "${with_tiff}" != "no"; then
13620 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13621 if test "x$ac_cv_header_tiffio_h" = x""yes; then :
13622 tifflibs="-lz -lm"
13623 # At least one tiff package requires the jpeg library.
13624 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
13625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5
13626 $as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; }
13627 if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then :
13628 $as_echo_n "(cached) " >&6
13629 else
13630 ac_check_lib_save_LIBS=$LIBS
13631 LIBS="-ltiff $tifflibs $LIBS"
13632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13633 /* end confdefs.h. */
13635 /* Override any GCC internal prototype to avoid an error.
13636 Use char because int might match the return type of a GCC
13637 builtin and then its argument prototype would still apply. */
13638 #ifdef __cplusplus
13639 extern "C"
13640 #endif
13641 char TIFFGetVersion ();
13643 main ()
13645 return TIFFGetVersion ();
13647 return 0;
13649 _ACEOF
13650 if ac_fn_c_try_link "$LINENO"; then :
13651 ac_cv_lib_tiff_TIFFGetVersion=yes
13652 else
13653 ac_cv_lib_tiff_TIFFGetVersion=no
13655 rm -f core conftest.err conftest.$ac_objext \
13656 conftest$ac_exeext conftest.$ac_ext
13657 LIBS=$ac_check_lib_save_LIBS
13659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
13660 $as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; }
13661 if test "x$ac_cv_lib_tiff_TIFFGetVersion" = x""yes; then :
13662 HAVE_TIFF=yes
13670 if test "${HAVE_TIFF}" = "yes"; then
13672 $as_echo "#define HAVE_TIFF 1" >>confdefs.h
13674 LIBTIFF=-ltiff
13679 ### Use -lgif or -lungif if available, unless `--with-gif=no'.
13680 ### mingw32 doesn't use -lgif/-lungif, since it loads the library dynamically.
13681 HAVE_GIF=no
13682 LIBGIF=
13683 if test "${opsys}" = "mingw32"; then
13684 if test "${with_gif}" != "no"; then
13685 ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default"
13686 if test "x$ac_cv_header_gif_lib_h" = x""yes; then :
13687 HAVE_GIF=yes
13688 else
13689 HAVE_GIF=no
13694 if test "${HAVE_GIF}" = "yes"; then
13696 $as_echo "#define HAVE_GIF 1" >>confdefs.h
13699 elif test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no" \
13700 || test "${HAVE_W32}" = "yes"; then
13701 ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default"
13702 if test "x$ac_cv_header_gif_lib_h" = x""yes; then :
13703 # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
13704 # Earlier versions can crash Emacs.
13705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5
13706 $as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; }
13707 if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then :
13708 $as_echo_n "(cached) " >&6
13709 else
13710 ac_check_lib_save_LIBS=$LIBS
13711 LIBS="-lgif $LIBS"
13712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13713 /* end confdefs.h. */
13715 /* Override any GCC internal prototype to avoid an error.
13716 Use char because int might match the return type of a GCC
13717 builtin and then its argument prototype would still apply. */
13718 #ifdef __cplusplus
13719 extern "C"
13720 #endif
13721 char EGifPutExtensionLast ();
13723 main ()
13725 return EGifPutExtensionLast ();
13727 return 0;
13729 _ACEOF
13730 if ac_fn_c_try_link "$LINENO"; then :
13731 ac_cv_lib_gif_EGifPutExtensionLast=yes
13732 else
13733 ac_cv_lib_gif_EGifPutExtensionLast=no
13735 rm -f core conftest.err conftest.$ac_objext \
13736 conftest$ac_exeext conftest.$ac_ext
13737 LIBS=$ac_check_lib_save_LIBS
13739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5
13740 $as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; }
13741 if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = x""yes; then :
13742 HAVE_GIF=yes
13743 else
13744 HAVE_GIF=maybe
13751 if test "$HAVE_GIF" = yes; then
13752 LIBGIF=-lgif
13753 elif test "$HAVE_GIF" = maybe; then
13754 # If gif_lib.h but no libgif, try libungif.
13755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5
13756 $as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; }
13757 if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then :
13758 $as_echo_n "(cached) " >&6
13759 else
13760 ac_check_lib_save_LIBS=$LIBS
13761 LIBS="-lungif $LIBS"
13762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13763 /* end confdefs.h. */
13765 /* Override any GCC internal prototype to avoid an error.
13766 Use char because int might match the return type of a GCC
13767 builtin and then its argument prototype would still apply. */
13768 #ifdef __cplusplus
13769 extern "C"
13770 #endif
13771 char EGifPutExtensionLast ();
13773 main ()
13775 return EGifPutExtensionLast ();
13777 return 0;
13779 _ACEOF
13780 if ac_fn_c_try_link "$LINENO"; then :
13781 ac_cv_lib_ungif_EGifPutExtensionLast=yes
13782 else
13783 ac_cv_lib_ungif_EGifPutExtensionLast=no
13785 rm -f core conftest.err conftest.$ac_objext \
13786 conftest$ac_exeext conftest.$ac_ext
13787 LIBS=$ac_check_lib_save_LIBS
13789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
13790 $as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; }
13791 if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = x""yes; then :
13792 HAVE_GIF=yes
13793 else
13794 HAVE_GIF=no
13797 test "$HAVE_GIF" = yes && LIBGIF=-lungif
13800 if test "${HAVE_GIF}" = "yes"; then
13802 $as_echo "#define HAVE_GIF 1" >>confdefs.h
13808 if test "${HAVE_X11}" = "yes"; then
13809 MISSING=""
13810 WITH_NO=""
13811 test "${with_xpm}" != "no" && test "${HAVE_XPM}" != "yes" &&
13812 MISSING="libXpm" && WITH_NO="--with-xpm=no"
13813 test "${with_jpeg}" != "no" && test "${HAVE_JPEG}" != "yes" &&
13814 MISSING="$MISSING libjpeg" && WITH_NO="$WITH_NO --with-jpeg=no"
13815 test "${with_png}" != "no" && test "${HAVE_PNG}" != "yes" &&
13816 MISSING="$MISSING libpng" && WITH_NO="$WITH_NO --with-png=no"
13817 test "${with_gif}" != "no" && test "${HAVE_GIF}" != "yes" &&
13818 MISSING="$MISSING libgif/libungif" && WITH_NO="$WITH_NO --with-gif=no"
13819 test "${with_tiff}" != "no" && test "${HAVE_TIFF}" != "yes" &&
13820 MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no"
13822 if test "X${MISSING}" != X; then
13823 as_fn_error "The following required libraries were not found:
13824 $MISSING
13825 Maybe some development libraries/packages are missing?
13826 If you don't want to link with them give
13827 $WITH_NO
13828 as options to configure" "$LINENO" 5
13832 ### Use -lgpm if available, unless `--with-gpm=no'.
13833 HAVE_GPM=no
13834 LIBGPM=
13835 if test "${with_gpm}" != "no"; then
13836 ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default"
13837 if test "x$ac_cv_header_gpm_h" = x""yes; then :
13838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5
13839 $as_echo_n "checking for Gpm_Open in -lgpm... " >&6; }
13840 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then :
13841 $as_echo_n "(cached) " >&6
13842 else
13843 ac_check_lib_save_LIBS=$LIBS
13844 LIBS="-lgpm $LIBS"
13845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13846 /* end confdefs.h. */
13848 /* Override any GCC internal prototype to avoid an error.
13849 Use char because int might match the return type of a GCC
13850 builtin and then its argument prototype would still apply. */
13851 #ifdef __cplusplus
13852 extern "C"
13853 #endif
13854 char Gpm_Open ();
13856 main ()
13858 return Gpm_Open ();
13860 return 0;
13862 _ACEOF
13863 if ac_fn_c_try_link "$LINENO"; then :
13864 ac_cv_lib_gpm_Gpm_Open=yes
13865 else
13866 ac_cv_lib_gpm_Gpm_Open=no
13868 rm -f core conftest.err conftest.$ac_objext \
13869 conftest$ac_exeext conftest.$ac_ext
13870 LIBS=$ac_check_lib_save_LIBS
13872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5
13873 $as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; }
13874 if test "x$ac_cv_lib_gpm_Gpm_Open" = x""yes; then :
13875 HAVE_GPM=yes
13882 if test "${HAVE_GPM}" = "yes"; then
13884 $as_echo "#define HAVE_GPM 1" >>confdefs.h
13886 LIBGPM=-lgpm
13895 GNUSTEP_CFLAGS=
13896 ### Use NeXTstep API to implement GUI.
13897 if test "${HAVE_NS}" = "yes"; then
13899 $as_echo "#define HAVE_NS 1" >>confdefs.h
13901 if test "${NS_IMPL_COCOA}" = "yes"; then
13903 $as_echo "#define NS_IMPL_COCOA 1" >>confdefs.h
13906 if test "${NS_IMPL_GNUSTEP}" = "yes"; then
13908 $as_echo "#define NS_IMPL_GNUSTEP 1" >>confdefs.h
13910 # See also .m.o rule in Makefile.in */
13911 # FIXME: are all these flags really needed? Document here why. */
13912 GNUSTEP_CFLAGS="-D_REENTRANT -fPIC -fno-strict-aliasing -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
13913 ## Extra CFLAGS applied to src/*.m files.
13914 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"
13916 # We also have mouse menus.
13917 HAVE_MENUS=yes
13918 OTHER_FILES=ns-app
13921 if test "${HAVE_W32}" = "yes"; then
13922 HAVE_MENUS=yes
13925 ### Use session management (-lSM -lICE) if available
13926 HAVE_X_SM=no
13927 LIBXSM=
13928 if test "${HAVE_X11}" = "yes"; then
13929 ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default"
13930 if test "x$ac_cv_header_X11_SM_SMlib_h" = x""yes; then :
13931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5
13932 $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; }
13933 if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then :
13934 $as_echo_n "(cached) " >&6
13935 else
13936 ac_check_lib_save_LIBS=$LIBS
13937 LIBS="-lSM -lICE $LIBS"
13938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13939 /* end confdefs.h. */
13941 /* Override any GCC internal prototype to avoid an error.
13942 Use char because int might match the return type of a GCC
13943 builtin and then its argument prototype would still apply. */
13944 #ifdef __cplusplus
13945 extern "C"
13946 #endif
13947 char SmcOpenConnection ();
13949 main ()
13951 return SmcOpenConnection ();
13953 return 0;
13955 _ACEOF
13956 if ac_fn_c_try_link "$LINENO"; then :
13957 ac_cv_lib_SM_SmcOpenConnection=yes
13958 else
13959 ac_cv_lib_SM_SmcOpenConnection=no
13961 rm -f core conftest.err conftest.$ac_objext \
13962 conftest$ac_exeext conftest.$ac_ext
13963 LIBS=$ac_check_lib_save_LIBS
13965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
13966 $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; }
13967 if test "x$ac_cv_lib_SM_SmcOpenConnection" = x""yes; then :
13968 HAVE_X_SM=yes
13975 if test "${HAVE_X_SM}" = "yes"; then
13977 $as_echo "#define HAVE_X_SM 1" >>confdefs.h
13979 LIBXSM="-lSM -lICE"
13980 case "$LIBS" in
13981 *-lSM*) ;;
13982 *) LIBS="$LIBXSM $LIBS" ;;
13983 esac
13988 ### Use XRandr (-lXrandr) if available
13989 HAVE_XRANDR=no
13990 if test "${HAVE_X11}" = "yes"; then
13991 XRANDR_REQUIRED=1.2.2
13992 XRANDR_MODULES="xrandr >= $XRANDR_REQUIRED"
13994 succeeded=no
13996 if test "$PKG_CONFIG" = "no" ; then
13997 HAVE_XRANDR=no
13998 else
13999 PKG_CONFIG_MIN_VERSION=0.9.0
14000 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
14001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $XRANDR_MODULES" >&5
14002 $as_echo_n "checking for $XRANDR_MODULES... " >&6; }
14004 if "$PKG_CONFIG" --exists "$XRANDR_MODULES" 2>&5 &&
14005 XRANDR_CFLAGS=`"$PKG_CONFIG" --cflags "$XRANDR_MODULES" 2>&5` &&
14006 XRANDR_LIBS=`"$PKG_CONFIG" --libs "$XRANDR_MODULES" 2>&5`; then
14007 edit_cflags="
14008 s,///*,/,g
14009 s/^/ /
14010 s/ -I/ $isystem/g
14011 s/^ //
14013 XRANDR_CFLAGS=`$as_echo "$XRANDR_CFLAGS" | sed -e "$edit_cflags"`
14014 XRANDR_LIBS=`$as_echo "$XRANDR_LIBS" | sed -e 's,///*,/,g'`
14015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$XRANDR_CFLAGS' LIBS='$XRANDR_LIBS'" >&5
14016 $as_echo "yes CFLAGS='$XRANDR_CFLAGS' LIBS='$XRANDR_LIBS'" >&6; }
14017 succeeded=yes
14018 else
14019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14020 $as_echo "no" >&6; }
14021 XRANDR_CFLAGS=""
14022 XRANDR_LIBS=""
14023 ## If we have a custom action on failure, don't print errors, but
14024 ## do set a variable so people can do so. Do it in a subshell
14025 ## to capture any diagnostics in invoking pkg-config.
14026 XRANDR_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "$XRANDR_MODULES") 2>&1`
14032 else
14033 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
14034 echo "*** See http://www.freedesktop.org/software/pkgconfig"
14038 if test $succeeded = yes; then
14039 HAVE_XRANDR=yes
14040 else
14041 HAVE_XRANDR=no
14044 if test $HAVE_XRANDR = no; then
14045 # Test old way in case pkg-config doesn't have it (older machines).
14046 ac_fn_c_check_header_mongrel "$LINENO" "X11/extensions/Xrandr.h" "ac_cv_header_X11_extensions_Xrandr_h" "$ac_includes_default"
14047 if test "x$ac_cv_header_X11_extensions_Xrandr_h" = x""yes; then :
14048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRRGetScreenResources in -lXrandr" >&5
14049 $as_echo_n "checking for XRRGetScreenResources in -lXrandr... " >&6; }
14050 if test "${ac_cv_lib_Xrandr_XRRGetScreenResources+set}" = set; then :
14051 $as_echo_n "(cached) " >&6
14052 else
14053 ac_check_lib_save_LIBS=$LIBS
14054 LIBS="-lXrandr $LIBS"
14055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14056 /* end confdefs.h. */
14058 /* Override any GCC internal prototype to avoid an error.
14059 Use char because int might match the return type of a GCC
14060 builtin and then its argument prototype would still apply. */
14061 #ifdef __cplusplus
14062 extern "C"
14063 #endif
14064 char XRRGetScreenResources ();
14066 main ()
14068 return XRRGetScreenResources ();
14070 return 0;
14072 _ACEOF
14073 if ac_fn_c_try_link "$LINENO"; then :
14074 ac_cv_lib_Xrandr_XRRGetScreenResources=yes
14075 else
14076 ac_cv_lib_Xrandr_XRRGetScreenResources=no
14078 rm -f core conftest.err conftest.$ac_objext \
14079 conftest$ac_exeext conftest.$ac_ext
14080 LIBS=$ac_check_lib_save_LIBS
14082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrandr_XRRGetScreenResources" >&5
14083 $as_echo "$ac_cv_lib_Xrandr_XRRGetScreenResources" >&6; }
14084 if test "x$ac_cv_lib_Xrandr_XRRGetScreenResources" = x""yes; then :
14085 HAVE_XRANDR=yes
14091 if test $HAVE_XRANDR = yes; then
14092 XRANDR_LIBS=-lXrandr
14096 if test $HAVE_XRANDR = yes; then
14097 SAVE_CFLAGS="$CFLAGS"
14098 SAVE_LIBS="$LIBS"
14099 CFLAGS="$XRANDR_CFLAGS $CFLAGS"
14100 LIBS="$XRANDR_LIBS $LIBS"
14101 for ac_func in XRRGetOutputPrimary XRRGetScreenResourcesCurrent
14102 do :
14103 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14104 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14105 eval as_val=\$$as_ac_var
14106 if test "x$as_val" = x""yes; then :
14107 cat >>confdefs.h <<_ACEOF
14108 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14109 _ACEOF
14112 done
14114 CFLAGS="$SAVE_CFLAGS"
14115 LIBS="$SAVE_LIBS"
14118 $as_echo "#define HAVE_XRANDR 1" >>confdefs.h
14123 ### Use Xinerama (-lXinerama) if available
14124 HAVE_XINERAMA=no
14125 if test "${HAVE_X11}" = "yes"; then
14126 XINERAMA_REQUIRED=1.0.2
14127 XINERAMA_MODULES="xinerama >= $XINERAMA_REQUIRED"
14129 succeeded=no
14131 if test "$PKG_CONFIG" = "no" ; then
14132 HAVE_XINERAMA=no
14133 else
14134 PKG_CONFIG_MIN_VERSION=0.9.0
14135 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
14136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $XINERAMA_MODULES" >&5
14137 $as_echo_n "checking for $XINERAMA_MODULES... " >&6; }
14139 if "$PKG_CONFIG" --exists "$XINERAMA_MODULES" 2>&5 &&
14140 XINERAMA_CFLAGS=`"$PKG_CONFIG" --cflags "$XINERAMA_MODULES" 2>&5` &&
14141 XINERAMA_LIBS=`"$PKG_CONFIG" --libs "$XINERAMA_MODULES" 2>&5`; then
14142 edit_cflags="
14143 s,///*,/,g
14144 s/^/ /
14145 s/ -I/ $isystem/g
14146 s/^ //
14148 XINERAMA_CFLAGS=`$as_echo "$XINERAMA_CFLAGS" | sed -e "$edit_cflags"`
14149 XINERAMA_LIBS=`$as_echo "$XINERAMA_LIBS" | sed -e 's,///*,/,g'`
14150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$XINERAMA_CFLAGS' LIBS='$XINERAMA_LIBS'" >&5
14151 $as_echo "yes CFLAGS='$XINERAMA_CFLAGS' LIBS='$XINERAMA_LIBS'" >&6; }
14152 succeeded=yes
14153 else
14154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14155 $as_echo "no" >&6; }
14156 XINERAMA_CFLAGS=""
14157 XINERAMA_LIBS=""
14158 ## If we have a custom action on failure, don't print errors, but
14159 ## do set a variable so people can do so. Do it in a subshell
14160 ## to capture any diagnostics in invoking pkg-config.
14161 XINERAMA_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "$XINERAMA_MODULES") 2>&1`
14167 else
14168 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
14169 echo "*** See http://www.freedesktop.org/software/pkgconfig"
14173 if test $succeeded = yes; then
14174 HAVE_XINERAMA=yes
14175 else
14176 HAVE_XINERAMA=no
14179 if test $HAVE_XINERAMA = no; then
14180 # Test old way in case pkg-config doesn't have it (older machines).
14181 ac_fn_c_check_header_mongrel "$LINENO" "X11/extensions/Xinerama.h" "ac_cv_header_X11_extensions_Xinerama_h" "$ac_includes_default"
14182 if test "x$ac_cv_header_X11_extensions_Xinerama_h" = x""yes; then :
14183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XineramaQueryExtension in -lXinerama" >&5
14184 $as_echo_n "checking for XineramaQueryExtension in -lXinerama... " >&6; }
14185 if test "${ac_cv_lib_Xinerama_XineramaQueryExtension+set}" = set; then :
14186 $as_echo_n "(cached) " >&6
14187 else
14188 ac_check_lib_save_LIBS=$LIBS
14189 LIBS="-lXinerama $LIBS"
14190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14191 /* end confdefs.h. */
14193 /* Override any GCC internal prototype to avoid an error.
14194 Use char because int might match the return type of a GCC
14195 builtin and then its argument prototype would still apply. */
14196 #ifdef __cplusplus
14197 extern "C"
14198 #endif
14199 char XineramaQueryExtension ();
14201 main ()
14203 return XineramaQueryExtension ();
14205 return 0;
14207 _ACEOF
14208 if ac_fn_c_try_link "$LINENO"; then :
14209 ac_cv_lib_Xinerama_XineramaQueryExtension=yes
14210 else
14211 ac_cv_lib_Xinerama_XineramaQueryExtension=no
14213 rm -f core conftest.err conftest.$ac_objext \
14214 conftest$ac_exeext conftest.$ac_ext
14215 LIBS=$ac_check_lib_save_LIBS
14217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xinerama_XineramaQueryExtension" >&5
14218 $as_echo "$ac_cv_lib_Xinerama_XineramaQueryExtension" >&6; }
14219 if test "x$ac_cv_lib_Xinerama_XineramaQueryExtension" = x""yes; then :
14220 HAVE_XINERAMA=yes
14226 if test $HAVE_XINERAMA = yes; then
14227 XINERAMA_LIBS=-lXinerama
14231 if test $HAVE_XINERAMA = yes; then
14233 $as_echo "#define HAVE_XINERAMA 1" >>confdefs.h
14239 ### Use libxml (-lxml2) if available
14240 ### mingw32 doesn't use -lxml2, since it loads the library dynamically.
14241 HAVE_LIBXML2=no
14242 if test "${with_xml2}" != "no"; then
14243 ### I'm not sure what the version number should be, so I just guessed.
14245 succeeded=no
14247 if test "$PKG_CONFIG" = "no" ; then
14248 HAVE_LIBXML2=no
14249 else
14250 PKG_CONFIG_MIN_VERSION=0.9.0
14251 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
14252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxml-2.0 > 2.6.17" >&5
14253 $as_echo_n "checking for libxml-2.0 > 2.6.17... " >&6; }
14255 if "$PKG_CONFIG" --exists "libxml-2.0 > 2.6.17" 2>&5 &&
14256 LIBXML2_CFLAGS=`"$PKG_CONFIG" --cflags "libxml-2.0 > 2.6.17" 2>&5` &&
14257 LIBXML2_LIBS=`"$PKG_CONFIG" --libs "libxml-2.0 > 2.6.17" 2>&5`; then
14258 edit_cflags="
14259 s,///*,/,g
14260 s/^/ /
14261 s/ -I/ $isystem/g
14262 s/^ //
14264 LIBXML2_CFLAGS=`$as_echo "$LIBXML2_CFLAGS" | sed -e "$edit_cflags"`
14265 LIBXML2_LIBS=`$as_echo "$LIBXML2_LIBS" | sed -e 's,///*,/,g'`
14266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$LIBXML2_CFLAGS' LIBS='$LIBXML2_LIBS'" >&5
14267 $as_echo "yes CFLAGS='$LIBXML2_CFLAGS' LIBS='$LIBXML2_LIBS'" >&6; }
14268 succeeded=yes
14269 else
14270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14271 $as_echo "no" >&6; }
14272 LIBXML2_CFLAGS=""
14273 LIBXML2_LIBS=""
14274 ## If we have a custom action on failure, don't print errors, but
14275 ## do set a variable so people can do so. Do it in a subshell
14276 ## to capture any diagnostics in invoking pkg-config.
14277 LIBXML2_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "libxml-2.0 > 2.6.17") 2>&1`
14283 else
14284 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
14285 echo "*** See http://www.freedesktop.org/software/pkgconfig"
14289 if test $succeeded = yes; then
14290 HAVE_LIBXML2=yes
14291 else
14292 HAVE_LIBXML2=no
14295 # Built-in libxml2 on OS X 10.8 lacks libxml-2.0.pc.
14296 if test "${HAVE_LIBXML2}" != "yes" -a "$opsys" = "darwin"; then
14297 SAVE_CPPFLAGS="$CPPFLAGS"
14298 CPPFLAGS="$CPPFLAGS -I/usr/include/libxml2"
14299 ac_fn_c_check_header_mongrel "$LINENO" "libxml/HTMLparser.h" "ac_cv_header_libxml_HTMLparser_h" "$ac_includes_default"
14300 if test "x$ac_cv_header_libxml_HTMLparser_h" = x""yes; then :
14301 ac_fn_c_check_decl "$LINENO" "HTML_PARSE_RECOVER" "ac_cv_have_decl_HTML_PARSE_RECOVER" "#include <libxml/HTMLparser.h>
14303 if test "x$ac_cv_have_decl_HTML_PARSE_RECOVER" = x""yes; then :
14304 HAVE_LIBXML2=yes
14310 CPPFLAGS="$SAVE_CPPFLAGS"
14311 if test "${HAVE_LIBXML2}" = "yes"; then
14312 LIBXML2_LIBS="-lxml2"
14313 LIBXML2_CFLAGS="-I/usr/include/libxml2"
14316 if test "${HAVE_LIBXML2}" = "yes"; then
14317 if test "${opsys}" != "mingw32"; then
14318 LIBS="$LIBXML2_LIBS $LIBS"
14319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5
14320 $as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; }
14321 if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then :
14322 $as_echo_n "(cached) " >&6
14323 else
14324 ac_check_lib_save_LIBS=$LIBS
14325 LIBS="-lxml2 $LIBS"
14326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14327 /* end confdefs.h. */
14329 /* Override any GCC internal prototype to avoid an error.
14330 Use char because int might match the return type of a GCC
14331 builtin and then its argument prototype would still apply. */
14332 #ifdef __cplusplus
14333 extern "C"
14334 #endif
14335 char htmlReadMemory ();
14337 main ()
14339 return htmlReadMemory ();
14341 return 0;
14343 _ACEOF
14344 if ac_fn_c_try_link "$LINENO"; then :
14345 ac_cv_lib_xml2_htmlReadMemory=yes
14346 else
14347 ac_cv_lib_xml2_htmlReadMemory=no
14349 rm -f core conftest.err conftest.$ac_objext \
14350 conftest$ac_exeext conftest.$ac_ext
14351 LIBS=$ac_check_lib_save_LIBS
14353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5
14354 $as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; }
14355 if test "x$ac_cv_lib_xml2_htmlReadMemory" = x""yes; then :
14356 HAVE_LIBXML2=yes
14357 else
14358 HAVE_LIBXML2=no
14361 else
14362 LIBXML2_LIBS=""
14364 if test "${HAVE_LIBXML2}" = "yes"; then
14366 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
14368 else
14369 LIBXML2_LIBS=""
14370 LIBXML2_CFLAGS=""
14377 # If netdb.h doesn't declare h_errno, we must declare it by hand.
14378 # On MinGW, that is provided by nt/inc/sys/socket.h and w32.c.
14379 if test "${opsys}" = "mingw32"; then
14380 emacs_cv_netdb_declares_h_errno=yes
14382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5
14383 $as_echo_n "checking whether netdb declares h_errno... " >&6; }
14384 if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then :
14385 $as_echo_n "(cached) " >&6
14386 else
14387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14388 /* end confdefs.h. */
14389 #include <netdb.h>
14391 main ()
14393 return h_errno;
14395 return 0;
14397 _ACEOF
14398 if ac_fn_c_try_link "$LINENO"; then :
14399 emacs_cv_netdb_declares_h_errno=yes
14400 else
14401 emacs_cv_netdb_declares_h_errno=no
14403 rm -f core conftest.err conftest.$ac_objext \
14404 conftest$ac_exeext conftest.$ac_ext
14406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_netdb_declares_h_errno" >&5
14407 $as_echo "$emacs_cv_netdb_declares_h_errno" >&6; }
14408 if test $emacs_cv_netdb_declares_h_errno = yes; then
14410 $as_echo "#define HAVE_H_ERRNO 1" >>confdefs.h
14414 # sqrt and other floating-point functions such as fmod and frexp
14415 # are found in -lm on most systems, but mingw32 doesn't use -lm.
14416 if test "${opsys}" != "mingw32"; then
14417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5
14418 $as_echo_n "checking for sqrt in -lm... " >&6; }
14419 if test "${ac_cv_lib_m_sqrt+set}" = set; then :
14420 $as_echo_n "(cached) " >&6
14421 else
14422 ac_check_lib_save_LIBS=$LIBS
14423 LIBS="-lm $LIBS"
14424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14425 /* end confdefs.h. */
14427 /* Override any GCC internal prototype to avoid an error.
14428 Use char because int might match the return type of a GCC
14429 builtin and then its argument prototype would still apply. */
14430 #ifdef __cplusplus
14431 extern "C"
14432 #endif
14433 char sqrt ();
14435 main ()
14437 return sqrt ();
14439 return 0;
14441 _ACEOF
14442 if ac_fn_c_try_link "$LINENO"; then :
14443 ac_cv_lib_m_sqrt=yes
14444 else
14445 ac_cv_lib_m_sqrt=no
14447 rm -f core conftest.err conftest.$ac_objext \
14448 conftest$ac_exeext conftest.$ac_ext
14449 LIBS=$ac_check_lib_save_LIBS
14451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5
14452 $as_echo "$ac_cv_lib_m_sqrt" >&6; }
14453 if test "x$ac_cv_lib_m_sqrt" = x""yes; then :
14454 cat >>confdefs.h <<_ACEOF
14455 #define HAVE_LIBM 1
14456 _ACEOF
14458 LIBS="-lm $LIBS"
14464 # Check for mail-locking functions in a "mail" library. Probably this should
14465 # have the same check as for liblockfile below.
14466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5
14467 $as_echo_n "checking for maillock in -lmail... " >&6; }
14468 if test "${ac_cv_lib_mail_maillock+set}" = set; then :
14469 $as_echo_n "(cached) " >&6
14470 else
14471 ac_check_lib_save_LIBS=$LIBS
14472 LIBS="-lmail $LIBS"
14473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14474 /* end confdefs.h. */
14476 /* Override any GCC internal prototype to avoid an error.
14477 Use char because int might match the return type of a GCC
14478 builtin and then its argument prototype would still apply. */
14479 #ifdef __cplusplus
14480 extern "C"
14481 #endif
14482 char maillock ();
14484 main ()
14486 return maillock ();
14488 return 0;
14490 _ACEOF
14491 if ac_fn_c_try_link "$LINENO"; then :
14492 ac_cv_lib_mail_maillock=yes
14493 else
14494 ac_cv_lib_mail_maillock=no
14496 rm -f core conftest.err conftest.$ac_objext \
14497 conftest$ac_exeext conftest.$ac_ext
14498 LIBS=$ac_check_lib_save_LIBS
14500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5
14501 $as_echo "$ac_cv_lib_mail_maillock" >&6; }
14502 if test "x$ac_cv_lib_mail_maillock" = x""yes; then :
14503 have_mail=yes
14504 else
14505 have_mail=no
14508 if test $have_mail = yes; then
14509 LIBS_MAIL=-lmail
14510 LIBS="$LIBS_MAIL $LIBS"
14512 $as_echo "#define HAVE_LIBMAIL 1" >>confdefs.h
14514 else
14515 LIBS_MAIL=
14517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5
14518 $as_echo_n "checking for maillock in -llockfile... " >&6; }
14519 if test "${ac_cv_lib_lockfile_maillock+set}" = set; then :
14520 $as_echo_n "(cached) " >&6
14521 else
14522 ac_check_lib_save_LIBS=$LIBS
14523 LIBS="-llockfile $LIBS"
14524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14525 /* end confdefs.h. */
14527 /* Override any GCC internal prototype to avoid an error.
14528 Use char because int might match the return type of a GCC
14529 builtin and then its argument prototype would still apply. */
14530 #ifdef __cplusplus
14531 extern "C"
14532 #endif
14533 char maillock ();
14535 main ()
14537 return maillock ();
14539 return 0;
14541 _ACEOF
14542 if ac_fn_c_try_link "$LINENO"; then :
14543 ac_cv_lib_lockfile_maillock=yes
14544 else
14545 ac_cv_lib_lockfile_maillock=no
14547 rm -f core conftest.err conftest.$ac_objext \
14548 conftest$ac_exeext conftest.$ac_ext
14549 LIBS=$ac_check_lib_save_LIBS
14551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5
14552 $as_echo "$ac_cv_lib_lockfile_maillock" >&6; }
14553 if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then :
14554 have_lockfile=yes
14555 else
14556 have_lockfile=no
14559 if test $have_lockfile = yes; then
14560 LIBS_MAIL=-llockfile
14561 LIBS="$LIBS_MAIL $LIBS"
14563 $as_echo "#define HAVE_LIBLOCKFILE 1" >>confdefs.h
14565 else
14566 # If we have the shared liblockfile, assume we must use it for mail
14567 # locking (e.g. Debian). If we couldn't link against liblockfile
14568 # (no liblockfile.a installed), ensure that we don't need to.
14569 # Extract the first word of "liblockfile.so", so it can be a program name with args.
14570 set dummy liblockfile.so; ac_word=$2
14571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14572 $as_echo_n "checking for $ac_word... " >&6; }
14573 if test "${ac_cv_prog_liblockfile+set}" = set; then :
14574 $as_echo_n "(cached) " >&6
14575 else
14576 if test -n "$liblockfile"; then
14577 ac_cv_prog_liblockfile="$liblockfile" # Let the user override the test.
14578 else
14579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14580 as_dummy="/usr/lib:/lib:/usr/local/lib:$LD_LIBRARY_PATH"
14581 for as_dir in $as_dummy
14583 IFS=$as_save_IFS
14584 test -z "$as_dir" && as_dir=.
14585 for ac_exec_ext in '' $ac_executable_extensions; do
14586 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14587 ac_cv_prog_liblockfile="yes"
14588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14589 break 2
14591 done
14592 done
14593 IFS=$as_save_IFS
14595 test -z "$ac_cv_prog_liblockfile" && ac_cv_prog_liblockfile="no"
14598 liblockfile=$ac_cv_prog_liblockfile
14599 if test -n "$liblockfile"; then
14600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $liblockfile" >&5
14601 $as_echo "$liblockfile" >&6; }
14602 else
14603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14604 $as_echo "no" >&6; }
14608 if test $ac_cv_prog_liblockfile = yes; then
14609 as_fn_error "Shared liblockfile found but can't link against it.
14610 This probably means that movemail could lose mail.
14611 There may be a \`development' package to install containing liblockfile." "$LINENO" 5
14619 ## Define MAIL_USE_FLOCK (or LOCKF) if the mailer uses flock (or lockf) to
14620 ## interlock access to the mail spool. The alternative is a lock file named
14621 ## /usr/spool/mail/$USER.lock.
14622 mail_lock=no
14623 case "$opsys" in
14624 aix4-2) mail_lock="lockf" ;;
14626 gnu|freebsd|dragonfly|netbsd|openbsd|darwin|irix6-5) mail_lock="flock" ;;
14628 ## On GNU/Linux systems, both methods are used by various mail programs.
14629 ## I assume most people are using newer mailers that have heard of flock.
14630 ## Change this if you need to.
14631 ## Debian contains a patch which says: ``On Debian/GNU/Linux systems,
14632 ## configure gets the right answers, and that means *NOT* using flock.
14633 ## Using flock is guaranteed to be the wrong thing. See Debian Policy
14634 ## for details.'' and then uses `#ifdef DEBIAN'. Unfortunately the
14635 ## Debian maintainer hasn't provided a clean fix for Emacs.
14636 ## movemail.c will use `maillock' when MAILDIR, HAVE_LIBMAIL and
14637 ## HAVE_MAILLOCK_H are defined, so the following appears to be the
14638 ## correct logic. -- fx
14639 ## We must check for HAVE_LIBLOCKFILE too, as movemail does.
14640 ## liblockfile is a Free Software replacement for libmail, used on
14641 ## Debian systems and elsewhere. -rfr.
14642 gnu-*)
14643 mail_lock="flock"
14644 if test $have_mail = yes || test $have_lockfile = yes; then
14645 test $ac_cv_header_maillock_h = yes && mail_lock=no
14649 mingw32)
14650 mail_lock="none-needed" ;;
14651 esac
14653 BLESSMAIL_TARGET=
14654 case "$mail_lock" in
14655 flock)
14656 $as_echo "#define MAIL_USE_FLOCK 1" >>confdefs.h
14659 lockf)
14660 $as_echo "#define MAIL_USE_LOCKF 1" >>confdefs.h
14663 none-needed) ;;
14665 *) BLESSMAIL_TARGET="need-blessmail" ;;
14666 esac
14670 for ac_func in accept4 gethostname \
14671 getrusage get_current_dir_name \
14672 lrand48 \
14673 select getpagesize setlocale \
14674 getrlimit setrlimit shutdown getaddrinfo \
14675 strsignal setitimer \
14676 sendto recvfrom getsockname getpeername getifaddrs freeifaddrs \
14677 gai_strerror mkostemp mkstemp getline getdelim sync \
14678 difftime posix_memalign \
14679 getpwent endpwent getgrent endgrent \
14680 touchlock \
14681 cfmakeraw cfsetspeed copysign __executable_start log2
14682 do :
14683 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14684 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14685 eval as_val=\$$as_ac_var
14686 if test "x$as_val" = x""yes; then :
14687 cat >>confdefs.h <<_ACEOF
14688 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14689 _ACEOF
14692 done
14695 ## Eric Backus <ericb@lsid.hp.com> says, HP-UX 9.x on HP 700 machines
14696 ## has a broken `rint' in some library versions including math library
14697 ## version number A.09.05.
14698 ## You can fix the math library by installing patch number PHSS_4630.
14699 ## But we can fix it more reliably for Emacs by just not using rint.
14700 ## We also skip HAVE_RANDOM - see comments in src/conf_post.h.
14701 case $opsys in
14702 hpux*) : ;;
14703 *) for ac_func in random rint
14704 do :
14705 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14706 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14707 eval as_val=\$$as_ac_var
14708 if test "x$as_val" = x""yes; then :
14709 cat >>confdefs.h <<_ACEOF
14710 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14711 _ACEOF
14714 done
14716 esac
14718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_unwind_init" >&5
14719 $as_echo_n "checking for __builtin_unwind_init... " >&6; }
14720 if test "${emacs_cv_func___builtin_unwind_init+set}" = set; then :
14721 $as_echo_n "(cached) " >&6
14722 else
14723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14724 /* end confdefs.h. */
14727 main ()
14729 __builtin_unwind_init ();
14731 return 0;
14733 _ACEOF
14734 if ac_fn_c_try_link "$LINENO"; then :
14735 emacs_cv_func___builtin_unwind_init=yes
14736 else
14737 emacs_cv_func___builtin_unwind_init=no
14739 rm -f core conftest.err conftest.$ac_objext \
14740 conftest$ac_exeext conftest.$ac_ext
14742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_func___builtin_unwind_init" >&5
14743 $as_echo "$emacs_cv_func___builtin_unwind_init" >&6; }
14744 if test $emacs_cv_func___builtin_unwind_init = yes; then
14746 $as_echo "#define HAVE___BUILTIN_UNWIND_INIT 1" >>confdefs.h
14754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5
14755 $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; }
14756 if test "${ac_cv_sys_largefile_source+set}" = set; then :
14757 $as_echo_n "(cached) " >&6
14758 else
14759 while :; do
14760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14761 /* end confdefs.h. */
14762 #include <sys/types.h> /* for off_t */
14763 #include <stdio.h>
14765 main ()
14767 int (*fp) (FILE *, off_t, int) = fseeko;
14768 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
14770 return 0;
14772 _ACEOF
14773 if ac_fn_c_try_link "$LINENO"; then :
14774 ac_cv_sys_largefile_source=no; break
14776 rm -f core conftest.err conftest.$ac_objext \
14777 conftest$ac_exeext conftest.$ac_ext
14778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14779 /* end confdefs.h. */
14780 #define _LARGEFILE_SOURCE 1
14781 #include <sys/types.h> /* for off_t */
14782 #include <stdio.h>
14784 main ()
14786 int (*fp) (FILE *, off_t, int) = fseeko;
14787 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
14789 return 0;
14791 _ACEOF
14792 if ac_fn_c_try_link "$LINENO"; then :
14793 ac_cv_sys_largefile_source=1; break
14795 rm -f core conftest.err conftest.$ac_objext \
14796 conftest$ac_exeext conftest.$ac_ext
14797 ac_cv_sys_largefile_source=unknown
14798 break
14799 done
14801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_source" >&5
14802 $as_echo "$ac_cv_sys_largefile_source" >&6; }
14803 case $ac_cv_sys_largefile_source in #(
14804 no | unknown) ;;
14806 cat >>confdefs.h <<_ACEOF
14807 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
14808 _ACEOF
14810 esac
14811 rm -rf conftest*
14813 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
14814 # in glibc 2.1.3, but that breaks too many other things.
14815 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
14816 if test $ac_cv_sys_largefile_source != unknown; then
14818 $as_echo "#define HAVE_FSEEKO 1" >>confdefs.h
14823 # UNIX98 PTYs.
14824 for ac_func in grantpt
14825 do :
14826 ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt"
14827 if test "x$ac_cv_func_grantpt" = x""yes; then :
14828 cat >>confdefs.h <<_ACEOF
14829 #define HAVE_GRANTPT 1
14830 _ACEOF
14833 done
14836 # PTY-related GNU extensions.
14837 for ac_func in getpt posix_openpt
14838 do :
14839 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14840 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14841 eval as_val=\$$as_ac_var
14842 if test "x$as_val" = x""yes; then :
14843 cat >>confdefs.h <<_ACEOF
14844 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14845 _ACEOF
14848 done
14851 # Check this now, so that we will NOT find the above functions in ncurses.
14852 # That is because we have not set up to link ncurses in lib-src.
14853 # It's better to believe a function is not available
14854 # than to expect to find it in ncurses.
14855 # Also we need tputs and friends to be able to build at all.
14856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5
14857 $as_echo_n "checking for library containing tputs... " >&6; }
14858 # Run a test program that contains a call to tputs, a call that is
14859 # never executed. This tests whether a pre-'main' dynamic linker
14860 # works with the library. It's too much trouble to actually call
14861 # tputs in the test program, due to portability hassles. When
14862 # cross-compiling, assume the test program will run if it links.
14864 if test "${opsys}" = "mingw32"; then
14865 msg='none required'
14866 else
14867 # Maybe curses should be tried earlier?
14868 # See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9736#35
14869 for tputs_library in '' tinfo ncurses terminfo termcap curses; do
14870 OLIBS=$LIBS
14871 if test -z "$tputs_library"; then
14872 LIBS_TERMCAP=
14873 msg='none required'
14874 else
14875 LIBS_TERMCAP=-l$tputs_library
14876 msg=$LIBS_TERMCAP
14877 LIBS="$LIBS_TERMCAP $LIBS"
14879 if test "$cross_compiling" = yes; then :
14880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14881 /* end confdefs.h. */
14883 extern void tputs (const char *, int, int (*)(int));
14884 int main (int argc, char **argv)
14886 if (argc == 10000)
14887 tputs (argv[0], 0, 0);
14888 return 0;
14891 _ACEOF
14892 if ac_fn_c_try_link "$LINENO"; then :
14894 else
14895 msg=no
14897 rm -f core conftest.err conftest.$ac_objext \
14898 conftest$ac_exeext conftest.$ac_ext
14899 else
14900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14901 /* end confdefs.h. */
14903 extern void tputs (const char *, int, int (*)(int));
14904 int main (int argc, char **argv)
14906 if (argc == 10000)
14907 tputs (argv[0], 0, 0);
14908 return 0;
14911 _ACEOF
14912 if ac_fn_c_try_run "$LINENO"; then :
14914 else
14915 msg=no
14917 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14918 conftest.$ac_objext conftest.beam conftest.$ac_ext
14921 LIBS=$OLIBS
14922 if test "X$msg" != Xno; then
14923 break
14925 done
14927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $msg" >&5
14928 $as_echo "$msg" >&6; }
14929 if test "X$msg" = Xno; then
14930 as_fn_error "The required function \`tputs' was not found in any library.
14931 The following libraries were tried (in order):
14932 libtinfo, libncurses, libterminfo, libtermcap, libcurses
14933 Please try installing whichever of these libraries is most appropriate
14934 for your system, together with its header files.
14935 For example, a libncurses-dev(el) or similar package." "$LINENO" 5
14938 ## Use termcap instead of terminfo?
14939 ## Only true for: freebsd < 40000, ms-w32, msdos, netbsd < 599002500.
14940 TERMINFO=yes
14941 ## FIXME? In the cases below where we unconditionally set
14942 ## LIBS_TERMCAP="-lncurses", this overrides LIBS_TERMCAP = -ltinfo,
14943 ## if that was found above to have tputs.
14944 ## Should we use the gnu* logic everywhere?
14945 case "$opsys" in
14946 ## darwin: Prevents crashes when running Emacs in Terminal.app under 10.2.
14947 ## The ncurses library has been moved out of the System framework in
14948 ## Mac OS X 10.2. So if configure detects it, set the command-line
14949 ## option to use it.
14950 darwin) LIBS_TERMCAP="-lncurses" ;;
14952 gnu*) test -z "$LIBS_TERMCAP" && LIBS_TERMCAP="-lncurses" ;;
14954 freebsd)
14955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5
14956 $as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; }
14957 if test "${emacs_cv_freebsd_terminfo+set}" = set; then :
14958 $as_echo_n "(cached) " >&6
14959 else
14960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14961 /* end confdefs.h. */
14962 #include <osreldate.h>
14964 main ()
14966 #if __FreeBSD_version < 400000
14967 fail;
14968 #endif
14971 return 0;
14973 _ACEOF
14974 if ac_fn_c_try_link "$LINENO"; then :
14975 emacs_cv_freebsd_terminfo=yes
14976 else
14977 emacs_cv_freebsd_terminfo=no
14979 rm -f core conftest.err conftest.$ac_objext \
14980 conftest$ac_exeext conftest.$ac_ext
14984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_freebsd_terminfo" >&5
14985 $as_echo "$emacs_cv_freebsd_terminfo" >&6; }
14987 if test $emacs_cv_freebsd_terminfo = yes; then
14988 LIBS_TERMCAP="-lncurses"
14989 else
14990 TERMINFO=no
14991 LIBS_TERMCAP="-ltermcap"
14995 mingw32)
14996 TERMINFO=no
14997 LIBS_TERMCAP=
15000 netbsd)
15001 if test "x$LIBS_TERMCAP" != "x-lterminfo"; then
15002 TERMINFO=no
15003 LIBS_TERMCAP="-ltermcap"
15007 openbsd | dragonfly) LIBS_TERMCAP="-lncurses" ;;
15009 ## hpux: Make sure we get select from libc rather than from libcurses
15010 ## because libcurses on HPUX 10.10 has a broken version of select.
15011 ## We used to use -lc -lcurses, but this may be cleaner.
15012 ## FIXME? But TERMINFO = yes on hpux (it used to be explicitly
15013 # set that way, now it uses the default). Isn't this a contradiction?
15014 hpux*) LIBS_TERMCAP="-ltermcap" ;;
15016 esac
15018 TERMCAP_OBJ=tparam.o
15019 if test $TERMINFO = yes; then
15021 $as_echo "#define TERMINFO 1" >>confdefs.h
15023 TERMCAP_OBJ=terminfo.o
15029 # Do we have res_init, for detecting changes in /etc/resolv.conf?
15030 # On Darwin, res_init appears not to be useful: see bug#562 and
15031 # http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01467.html
15032 resolv=no
15034 if test $opsys != darwin; then
15036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15037 /* end confdefs.h. */
15038 #include <netinet/in.h>
15039 #include <arpa/nameser.h>
15040 #include <resolv.h>
15042 main ()
15044 return res_init();
15046 return 0;
15048 _ACEOF
15049 if ac_fn_c_try_link "$LINENO"; then :
15050 have_res_init=yes
15051 else
15052 have_res_init=no
15054 rm -f core conftest.err conftest.$ac_objext \
15055 conftest$ac_exeext conftest.$ac_ext
15056 if test "$have_res_init" = no; then
15057 OLIBS="$LIBS"
15058 LIBS="$LIBS -lresolv"
15059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_init with -lresolv" >&5
15060 $as_echo_n "checking for res_init with -lresolv... " >&6; }
15061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15062 /* end confdefs.h. */
15063 #include <netinet/in.h>
15064 #include <arpa/nameser.h>
15065 #include <resolv.h>
15067 main ()
15069 return res_init();
15071 return 0;
15073 _ACEOF
15074 if ac_fn_c_try_link "$LINENO"; then :
15075 have_res_init=yes
15076 else
15077 have_res_init=no
15079 rm -f core conftest.err conftest.$ac_objext \
15080 conftest$ac_exeext conftest.$ac_ext
15081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_res_init" >&5
15082 $as_echo "$have_res_init" >&6; }
15083 if test "$have_res_init" = yes ; then
15084 resolv=yes
15086 LIBS="$OLIBS"
15089 if test "$have_res_init" = yes; then
15091 $as_echo "#define HAVE_RES_INIT 1" >>confdefs.h
15095 # Do we need the Hesiod library to provide the support routines?
15096 LIBHESIOD=
15097 if test "$with_hesiod" != no ; then
15098 # Don't set $LIBS here -- see comments above. FIXME which comments?
15099 ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send"
15100 if test "x$ac_cv_func_res_send" = x""yes; then :
15102 else
15103 ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send"
15104 if test "x$ac_cv_func___res_send" = x""yes; then :
15106 else
15107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5
15108 $as_echo_n "checking for res_send in -lresolv... " >&6; }
15109 if test "${ac_cv_lib_resolv_res_send+set}" = set; then :
15110 $as_echo_n "(cached) " >&6
15111 else
15112 ac_check_lib_save_LIBS=$LIBS
15113 LIBS="-lresolv $LIBS"
15114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15115 /* end confdefs.h. */
15117 /* Override any GCC internal prototype to avoid an error.
15118 Use char because int might match the return type of a GCC
15119 builtin and then its argument prototype would still apply. */
15120 #ifdef __cplusplus
15121 extern "C"
15122 #endif
15123 char res_send ();
15125 main ()
15127 return res_send ();
15129 return 0;
15131 _ACEOF
15132 if ac_fn_c_try_link "$LINENO"; then :
15133 ac_cv_lib_resolv_res_send=yes
15134 else
15135 ac_cv_lib_resolv_res_send=no
15137 rm -f core conftest.err conftest.$ac_objext \
15138 conftest$ac_exeext conftest.$ac_ext
15139 LIBS=$ac_check_lib_save_LIBS
15141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5
15142 $as_echo "$ac_cv_lib_resolv_res_send" >&6; }
15143 if test "x$ac_cv_lib_resolv_res_send" = x""yes; then :
15144 resolv=yes
15145 else
15146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5
15147 $as_echo_n "checking for __res_send in -lresolv... " >&6; }
15148 if test "${ac_cv_lib_resolv___res_send+set}" = set; then :
15149 $as_echo_n "(cached) " >&6
15150 else
15151 ac_check_lib_save_LIBS=$LIBS
15152 LIBS="-lresolv $LIBS"
15153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15154 /* end confdefs.h. */
15156 /* Override any GCC internal prototype to avoid an error.
15157 Use char because int might match the return type of a GCC
15158 builtin and then its argument prototype would still apply. */
15159 #ifdef __cplusplus
15160 extern "C"
15161 #endif
15162 char __res_send ();
15164 main ()
15166 return __res_send ();
15168 return 0;
15170 _ACEOF
15171 if ac_fn_c_try_link "$LINENO"; then :
15172 ac_cv_lib_resolv___res_send=yes
15173 else
15174 ac_cv_lib_resolv___res_send=no
15176 rm -f core conftest.err conftest.$ac_objext \
15177 conftest$ac_exeext conftest.$ac_ext
15178 LIBS=$ac_check_lib_save_LIBS
15180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5
15181 $as_echo "$ac_cv_lib_resolv___res_send" >&6; }
15182 if test "x$ac_cv_lib_resolv___res_send" = x""yes; then :
15183 resolv=yes
15192 if test "$resolv" = yes ; then
15193 RESOLVLIB=-lresolv
15194 else
15195 RESOLVLIB=
15197 ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost"
15198 if test "x$ac_cv_func_hes_getmailhost" = x""yes; then :
15200 else
15201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5
15202 $as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; }
15203 if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then :
15204 $as_echo_n "(cached) " >&6
15205 else
15206 ac_check_lib_save_LIBS=$LIBS
15207 LIBS="-lhesiod $RESOLVLIB $LIBS"
15208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15209 /* end confdefs.h. */
15211 /* Override any GCC internal prototype to avoid an error.
15212 Use char because int might match the return type of a GCC
15213 builtin and then its argument prototype would still apply. */
15214 #ifdef __cplusplus
15215 extern "C"
15216 #endif
15217 char hes_getmailhost ();
15219 main ()
15221 return hes_getmailhost ();
15223 return 0;
15225 _ACEOF
15226 if ac_fn_c_try_link "$LINENO"; then :
15227 ac_cv_lib_hesiod_hes_getmailhost=yes
15228 else
15229 ac_cv_lib_hesiod_hes_getmailhost=no
15231 rm -f core conftest.err conftest.$ac_objext \
15232 conftest$ac_exeext conftest.$ac_ext
15233 LIBS=$ac_check_lib_save_LIBS
15235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
15236 $as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; }
15237 if test "x$ac_cv_lib_hesiod_hes_getmailhost" = x""yes; then :
15238 hesiod=yes
15239 else
15246 if test x"$hesiod" = xyes; then
15247 LIBHESIOD=-lhesiod
15252 # Do we need libresolv (due to res_init or Hesiod)?
15253 if test "$resolv" = yes && test $opsys != darwin; then
15254 LIBRESOLV=-lresolv
15255 else
15256 LIBRESOLV=
15260 # These tell us which Kerberos-related libraries to use.
15261 COM_ERRLIB=
15262 CRYPTOLIB=
15263 KRB5LIB=
15264 DESLIB=
15265 KRB4LIB=
15267 if test "${with_kerberos}" != no; then
15268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5
15269 $as_echo_n "checking for com_err in -lcom_err... " >&6; }
15270 if test "${ac_cv_lib_com_err_com_err+set}" = set; then :
15271 $as_echo_n "(cached) " >&6
15272 else
15273 ac_check_lib_save_LIBS=$LIBS
15274 LIBS="-lcom_err $LIBS"
15275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15276 /* end confdefs.h. */
15278 /* Override any GCC internal prototype to avoid an error.
15279 Use char because int might match the return type of a GCC
15280 builtin and then its argument prototype would still apply. */
15281 #ifdef __cplusplus
15282 extern "C"
15283 #endif
15284 char com_err ();
15286 main ()
15288 return com_err ();
15290 return 0;
15292 _ACEOF
15293 if ac_fn_c_try_link "$LINENO"; then :
15294 ac_cv_lib_com_err_com_err=yes
15295 else
15296 ac_cv_lib_com_err_com_err=no
15298 rm -f core conftest.err conftest.$ac_objext \
15299 conftest$ac_exeext conftest.$ac_ext
15300 LIBS=$ac_check_lib_save_LIBS
15302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5
15303 $as_echo "$ac_cv_lib_com_err_com_err" >&6; }
15304 if test "x$ac_cv_lib_com_err_com_err" = x""yes; then :
15305 have_com_err=yes
15306 else
15307 have_com_err=no
15310 if test $have_com_err = yes; then
15311 COM_ERRLIB=-lcom_err
15312 LIBS="$COM_ERRLIB $LIBS"
15314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5
15315 $as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; }
15316 if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then :
15317 $as_echo_n "(cached) " >&6
15318 else
15319 ac_check_lib_save_LIBS=$LIBS
15320 LIBS="-lcrypto $LIBS"
15321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15322 /* end confdefs.h. */
15324 /* Override any GCC internal prototype to avoid an error.
15325 Use char because int might match the return type of a GCC
15326 builtin and then its argument prototype would still apply. */
15327 #ifdef __cplusplus
15328 extern "C"
15329 #endif
15330 char mit_des_cbc_encrypt ();
15332 main ()
15334 return mit_des_cbc_encrypt ();
15336 return 0;
15338 _ACEOF
15339 if ac_fn_c_try_link "$LINENO"; then :
15340 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
15341 else
15342 ac_cv_lib_crypto_mit_des_cbc_encrypt=no
15344 rm -f core conftest.err conftest.$ac_objext \
15345 conftest$ac_exeext conftest.$ac_ext
15346 LIBS=$ac_check_lib_save_LIBS
15348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
15349 $as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; }
15350 if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = x""yes; then :
15351 have_crypto=yes
15352 else
15353 have_crypto=no
15356 if test $have_crypto = yes; then
15357 CRYPTOLIB=-lcrypto
15358 LIBS="$CRYPTOLIB $LIBS"
15360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
15361 $as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; }
15362 if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then :
15363 $as_echo_n "(cached) " >&6
15364 else
15365 ac_check_lib_save_LIBS=$LIBS
15366 LIBS="-lk5crypto $LIBS"
15367 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15368 /* end confdefs.h. */
15370 /* Override any GCC internal prototype to avoid an error.
15371 Use char because int might match the return type of a GCC
15372 builtin and then its argument prototype would still apply. */
15373 #ifdef __cplusplus
15374 extern "C"
15375 #endif
15376 char mit_des_cbc_encrypt ();
15378 main ()
15380 return mit_des_cbc_encrypt ();
15382 return 0;
15384 _ACEOF
15385 if ac_fn_c_try_link "$LINENO"; then :
15386 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
15387 else
15388 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no
15390 rm -f core conftest.err conftest.$ac_objext \
15391 conftest$ac_exeext conftest.$ac_ext
15392 LIBS=$ac_check_lib_save_LIBS
15394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
15395 $as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; }
15396 if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = x""yes; then :
15397 have_k5crypto=yes
15398 else
15399 have_k5crypto=no
15402 if test $have_k5crypto = yes; then
15403 CRYPTOLIB=-lk5crypto
15404 LIBS="$CRYPTOLIB $LIBS"
15406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5
15407 $as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; }
15408 if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then :
15409 $as_echo_n "(cached) " >&6
15410 else
15411 ac_check_lib_save_LIBS=$LIBS
15412 LIBS="-lkrb5 $LIBS"
15413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15414 /* end confdefs.h. */
15416 /* Override any GCC internal prototype to avoid an error.
15417 Use char because int might match the return type of a GCC
15418 builtin and then its argument prototype would still apply. */
15419 #ifdef __cplusplus
15420 extern "C"
15421 #endif
15422 char krb5_init_context ();
15424 main ()
15426 return krb5_init_context ();
15428 return 0;
15430 _ACEOF
15431 if ac_fn_c_try_link "$LINENO"; then :
15432 ac_cv_lib_krb5_krb5_init_context=yes
15433 else
15434 ac_cv_lib_krb5_krb5_init_context=no
15436 rm -f core conftest.err conftest.$ac_objext \
15437 conftest$ac_exeext conftest.$ac_ext
15438 LIBS=$ac_check_lib_save_LIBS
15440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5
15441 $as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; }
15442 if test "x$ac_cv_lib_krb5_krb5_init_context" = x""yes; then :
15443 have_krb5=yes
15444 else
15445 have_krb5=no
15448 if test $have_krb5=yes; then
15449 KRB5LIB=-lkrb5
15450 LIBS="$KRB5LIB $LIBS"
15452 if test "${with_kerberos5}" = no; then
15453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5
15454 $as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; }
15455 if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then :
15456 $as_echo_n "(cached) " >&6
15457 else
15458 ac_check_lib_save_LIBS=$LIBS
15459 LIBS="-ldes425 $LIBS"
15460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15461 /* end confdefs.h. */
15463 /* Override any GCC internal prototype to avoid an error.
15464 Use char because int might match the return type of a GCC
15465 builtin and then its argument prototype would still apply. */
15466 #ifdef __cplusplus
15467 extern "C"
15468 #endif
15469 char des_cbc_encrypt ();
15471 main ()
15473 return des_cbc_encrypt ();
15475 return 0;
15477 _ACEOF
15478 if ac_fn_c_try_link "$LINENO"; then :
15479 ac_cv_lib_des425_des_cbc_encrypt=yes
15480 else
15481 ac_cv_lib_des425_des_cbc_encrypt=no
15483 rm -f core conftest.err conftest.$ac_objext \
15484 conftest$ac_exeext conftest.$ac_ext
15485 LIBS=$ac_check_lib_save_LIBS
15487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
15488 $as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; }
15489 if test "x$ac_cv_lib_des425_des_cbc_encrypt" = x""yes; then :
15490 have_des425=yes
15491 else
15492 have_des425=no
15495 if test $have_des425 = yes; then
15496 DESLIB=-ldes425
15497 LIBS="$DESLIB $LIBS"
15498 else
15499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5
15500 $as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; }
15501 if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then :
15502 $as_echo_n "(cached) " >&6
15503 else
15504 ac_check_lib_save_LIBS=$LIBS
15505 LIBS="-ldes $LIBS"
15506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15507 /* end confdefs.h. */
15509 /* Override any GCC internal prototype to avoid an error.
15510 Use char because int might match the return type of a GCC
15511 builtin and then its argument prototype would still apply. */
15512 #ifdef __cplusplus
15513 extern "C"
15514 #endif
15515 char des_cbc_encrypt ();
15517 main ()
15519 return des_cbc_encrypt ();
15521 return 0;
15523 _ACEOF
15524 if ac_fn_c_try_link "$LINENO"; then :
15525 ac_cv_lib_des_des_cbc_encrypt=yes
15526 else
15527 ac_cv_lib_des_des_cbc_encrypt=no
15529 rm -f core conftest.err conftest.$ac_objext \
15530 conftest$ac_exeext conftest.$ac_ext
15531 LIBS=$ac_check_lib_save_LIBS
15533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
15534 $as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; }
15535 if test "x$ac_cv_lib_des_des_cbc_encrypt" = x""yes; then :
15536 have_des=yes
15537 else
15538 have_des=no
15541 if test $have_des = yes; then
15542 DESLIB=-ldes
15543 LIBS="$DESLIB $LIBS"
15546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5
15547 $as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; }
15548 if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then :
15549 $as_echo_n "(cached) " >&6
15550 else
15551 ac_check_lib_save_LIBS=$LIBS
15552 LIBS="-lkrb4 $LIBS"
15553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15554 /* end confdefs.h. */
15556 /* Override any GCC internal prototype to avoid an error.
15557 Use char because int might match the return type of a GCC
15558 builtin and then its argument prototype would still apply. */
15559 #ifdef __cplusplus
15560 extern "C"
15561 #endif
15562 char krb_get_cred ();
15564 main ()
15566 return krb_get_cred ();
15568 return 0;
15570 _ACEOF
15571 if ac_fn_c_try_link "$LINENO"; then :
15572 ac_cv_lib_krb4_krb_get_cred=yes
15573 else
15574 ac_cv_lib_krb4_krb_get_cred=no
15576 rm -f core conftest.err conftest.$ac_objext \
15577 conftest$ac_exeext conftest.$ac_ext
15578 LIBS=$ac_check_lib_save_LIBS
15580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5
15581 $as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; }
15582 if test "x$ac_cv_lib_krb4_krb_get_cred" = x""yes; then :
15583 have_krb4=yes
15584 else
15585 have_krb4=no
15588 if test $have_krb4 = yes; then
15589 KRB4LIB=-lkrb4
15590 LIBS="$KRB4LIB $LIBS"
15591 else
15592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5
15593 $as_echo_n "checking for krb_get_cred in -lkrb... " >&6; }
15594 if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then :
15595 $as_echo_n "(cached) " >&6
15596 else
15597 ac_check_lib_save_LIBS=$LIBS
15598 LIBS="-lkrb $LIBS"
15599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15600 /* end confdefs.h. */
15602 /* Override any GCC internal prototype to avoid an error.
15603 Use char because int might match the return type of a GCC
15604 builtin and then its argument prototype would still apply. */
15605 #ifdef __cplusplus
15606 extern "C"
15607 #endif
15608 char krb_get_cred ();
15610 main ()
15612 return krb_get_cred ();
15614 return 0;
15616 _ACEOF
15617 if ac_fn_c_try_link "$LINENO"; then :
15618 ac_cv_lib_krb_krb_get_cred=yes
15619 else
15620 ac_cv_lib_krb_krb_get_cred=no
15622 rm -f core conftest.err conftest.$ac_objext \
15623 conftest$ac_exeext conftest.$ac_ext
15624 LIBS=$ac_check_lib_save_LIBS
15626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5
15627 $as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; }
15628 if test "x$ac_cv_lib_krb_krb_get_cred" = x""yes; then :
15629 have_krb=yes
15630 else
15631 have_krb=no
15634 if test $have_krb = yes; then
15635 KRB4LIB=-lkrb
15636 LIBS="$KRB4LIB $LIBS"
15641 if test "${with_kerberos5}" != no; then
15642 for ac_header in krb5.h
15643 do :
15644 ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default"
15645 if test "x$ac_cv_header_krb5_h" = x""yes; then :
15646 cat >>confdefs.h <<_ACEOF
15647 #define HAVE_KRB5_H 1
15648 _ACEOF
15649 ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h>
15651 if test "x$ac_cv_member_krb5_error_text" = x""yes; then :
15653 cat >>confdefs.h <<_ACEOF
15654 #define HAVE_KRB5_ERROR_TEXT 1
15655 _ACEOF
15659 ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h>
15661 if test "x$ac_cv_member_krb5_error_e_text" = x""yes; then :
15663 cat >>confdefs.h <<_ACEOF
15664 #define HAVE_KRB5_ERROR_E_TEXT 1
15665 _ACEOF
15672 done
15674 else
15675 for ac_header in krb.h
15676 do :
15677 ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default"
15678 if test "x$ac_cv_header_krb_h" = x""yes; then :
15679 cat >>confdefs.h <<_ACEOF
15680 #define HAVE_KRB_H 1
15681 _ACEOF
15683 else
15684 for ac_header in kerberosIV/krb.h
15685 do :
15686 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default"
15687 if test "x$ac_cv_header_kerberosIV_krb_h" = x""yes; then :
15688 cat >>confdefs.h <<_ACEOF
15689 #define HAVE_KERBEROSIV_KRB_H 1
15690 _ACEOF
15692 else
15693 for ac_header in kerberos/krb.h
15694 do :
15695 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default"
15696 if test "x$ac_cv_header_kerberos_krb_h" = x""yes; then :
15697 cat >>confdefs.h <<_ACEOF
15698 #define HAVE_KERBEROS_KRB_H 1
15699 _ACEOF
15703 done
15707 done
15711 done
15714 for ac_header in com_err.h
15715 do :
15716 ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default"
15717 if test "x$ac_cv_header_com_err_h" = x""yes; then :
15718 cat >>confdefs.h <<_ACEOF
15719 #define HAVE_COM_ERR_H 1
15720 _ACEOF
15724 done
15737 for ac_func in $ac_func_list
15738 do :
15739 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15740 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15741 eval as_val=\$$as_ac_var
15742 if test "x$as_val" = x""yes; then :
15743 cat >>confdefs.h <<_ACEOF
15744 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15745 _ACEOF
15748 done
15753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5
15754 $as_echo_n "checking whether localtime caches TZ... " >&6; }
15755 if test "${emacs_cv_localtime_cache+set}" = set; then :
15756 $as_echo_n "(cached) " >&6
15757 else
15758 if test x$ac_cv_func_tzset = xyes; then
15759 if test "$cross_compiling" = yes; then :
15760 # If we have tzset, assume the worst when cross-compiling.
15761 emacs_cv_localtime_cache=yes
15762 else
15763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15764 /* end confdefs.h. */
15765 #include <time.h>
15766 char TZ_GMT0[] = "TZ=GMT0";
15767 char TZ_PST8[] = "TZ=PST8";
15768 main()
15770 time_t now = time ((time_t *) 0);
15771 int hour_GMT0, hour_unset;
15772 if (putenv (TZ_GMT0) != 0)
15773 exit (1);
15774 hour_GMT0 = localtime (&now)->tm_hour;
15775 unsetenv("TZ");
15776 hour_unset = localtime (&now)->tm_hour;
15777 if (putenv (TZ_PST8) != 0)
15778 exit (1);
15779 if (localtime (&now)->tm_hour == hour_GMT0)
15780 exit (1);
15781 unsetenv("TZ");
15782 if (localtime (&now)->tm_hour != hour_unset)
15783 exit (1);
15784 exit (0);
15786 _ACEOF
15787 if ac_fn_c_try_run "$LINENO"; then :
15788 emacs_cv_localtime_cache=no
15789 else
15790 emacs_cv_localtime_cache=yes
15792 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15793 conftest.$ac_objext conftest.beam conftest.$ac_ext
15796 else
15797 # If we lack tzset, report that localtime does not cache TZ,
15798 # since we can't invalidate the cache if we don't have tzset.
15799 emacs_cv_localtime_cache=no
15802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_localtime_cache" >&5
15803 $as_echo "$emacs_cv_localtime_cache" >&6; }
15804 if test $emacs_cv_localtime_cache = yes; then
15806 $as_echo "#define LOCALTIME_CACHE 1" >>confdefs.h
15810 ok_so_far=yes
15811 ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket"
15812 if test "x$ac_cv_func_socket" = x""yes; then :
15814 else
15815 ok_so_far=no
15818 if test $ok_so_far = yes; then
15819 ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default"
15820 if test "x$ac_cv_header_netinet_in_h" = x""yes; then :
15822 else
15823 ok_so_far=no
15828 if test $ok_so_far = yes; then
15829 ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default"
15830 if test "x$ac_cv_header_arpa_inet_h" = x""yes; then :
15832 else
15833 ok_so_far=no
15838 if test $ok_so_far = yes; then
15840 $as_echo "#define HAVE_INET_SOCKETS 1" >>confdefs.h
15844 case $canonical in
15845 *-solaris2.4 | *-solaris2.4.*)
15846 : ${ac_cv_func_vfork_works=no};;
15847 esac
15849 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15850 if test "x$ac_cv_type_pid_t" = x""yes; then :
15852 else
15854 cat >>confdefs.h <<_ACEOF
15855 #define pid_t int
15856 _ACEOF
15860 for ac_header in vfork.h
15861 do :
15862 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
15863 if test "x$ac_cv_header_vfork_h" = x""yes; then :
15864 cat >>confdefs.h <<_ACEOF
15865 #define HAVE_VFORK_H 1
15866 _ACEOF
15870 done
15872 for ac_func in fork vfork
15873 do :
15874 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15875 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15876 eval as_val=\$$as_ac_var
15877 if test "x$as_val" = x""yes; then :
15878 cat >>confdefs.h <<_ACEOF
15879 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15880 _ACEOF
15883 done
15885 if test "x$ac_cv_func_fork" = xyes; then
15886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
15887 $as_echo_n "checking for working fork... " >&6; }
15888 if test "${ac_cv_func_fork_works+set}" = set; then :
15889 $as_echo_n "(cached) " >&6
15890 else
15891 if test "$cross_compiling" = yes; then :
15892 ac_cv_func_fork_works=cross
15893 else
15894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15895 /* end confdefs.h. */
15896 $ac_includes_default
15898 main ()
15901 /* By Ruediger Kuhlmann. */
15902 return fork () < 0;
15905 return 0;
15907 _ACEOF
15908 if ac_fn_c_try_run "$LINENO"; then :
15909 ac_cv_func_fork_works=yes
15910 else
15911 ac_cv_func_fork_works=no
15913 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15914 conftest.$ac_objext conftest.beam conftest.$ac_ext
15918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
15919 $as_echo "$ac_cv_func_fork_works" >&6; }
15921 else
15922 ac_cv_func_fork_works=$ac_cv_func_fork
15924 if test "x$ac_cv_func_fork_works" = xcross; then
15925 case $host in
15926 *-*-amigaos* | *-*-msdosdjgpp*)
15927 # Override, as these systems have only a dummy fork() stub
15928 ac_cv_func_fork_works=no
15931 ac_cv_func_fork_works=yes
15933 esac
15934 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
15935 $as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
15937 ac_cv_func_vfork_works=$ac_cv_func_vfork
15938 if test "x$ac_cv_func_vfork" = xyes; then
15939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
15940 $as_echo_n "checking for working vfork... " >&6; }
15941 if test "${ac_cv_func_vfork_works+set}" = set; then :
15942 $as_echo_n "(cached) " >&6
15943 else
15944 if test "$cross_compiling" = yes; then :
15945 ac_cv_func_vfork_works=cross
15946 else
15947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15948 /* end confdefs.h. */
15949 /* Thanks to Paul Eggert for this test. */
15950 $ac_includes_default
15951 #include <sys/wait.h>
15952 #ifdef HAVE_VFORK_H
15953 # include <vfork.h>
15954 #endif
15955 /* On some sparc systems, changes by the child to local and incoming
15956 argument registers are propagated back to the parent. The compiler
15957 is told about this with #include <vfork.h>, but some compilers
15958 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
15959 static variable whose address is put into a register that is
15960 clobbered by the vfork. */
15961 static void
15962 #ifdef __cplusplus
15963 sparc_address_test (int arg)
15964 # else
15965 sparc_address_test (arg) int arg;
15966 #endif
15968 static pid_t child;
15969 if (!child) {
15970 child = vfork ();
15971 if (child < 0) {
15972 perror ("vfork");
15973 _exit(2);
15975 if (!child) {
15976 arg = getpid();
15977 write(-1, "", 0);
15978 _exit (arg);
15984 main ()
15986 pid_t parent = getpid ();
15987 pid_t child;
15989 sparc_address_test (0);
15991 child = vfork ();
15993 if (child == 0) {
15994 /* Here is another test for sparc vfork register problems. This
15995 test uses lots of local variables, at least as many local
15996 variables as main has allocated so far including compiler
15997 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
15998 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
15999 reuse the register of parent for one of the local variables,
16000 since it will think that parent can't possibly be used any more
16001 in this routine. Assigning to the local variable will thus
16002 munge parent in the parent process. */
16003 pid_t
16004 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
16005 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
16006 /* Convince the compiler that p..p7 are live; otherwise, it might
16007 use the same hardware register for all 8 local variables. */
16008 if (p != p1 || p != p2 || p != p3 || p != p4
16009 || p != p5 || p != p6 || p != p7)
16010 _exit(1);
16012 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
16013 from child file descriptors. If the child closes a descriptor
16014 before it execs or exits, this munges the parent's descriptor
16015 as well. Test for this by closing stdout in the child. */
16016 _exit(close(fileno(stdout)) != 0);
16017 } else {
16018 int status;
16019 struct stat st;
16021 while (wait(&status) != child)
16023 return (
16024 /* Was there some problem with vforking? */
16025 child < 0
16027 /* Did the child fail? (This shouldn't happen.) */
16028 || status
16030 /* Did the vfork/compiler bug occur? */
16031 || parent != getpid()
16033 /* Did the file descriptor bug occur? */
16034 || fstat(fileno(stdout), &st) != 0
16038 _ACEOF
16039 if ac_fn_c_try_run "$LINENO"; then :
16040 ac_cv_func_vfork_works=yes
16041 else
16042 ac_cv_func_vfork_works=no
16044 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16045 conftest.$ac_objext conftest.beam conftest.$ac_ext
16049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
16050 $as_echo "$ac_cv_func_vfork_works" >&6; }
16053 if test "x$ac_cv_func_fork_works" = xcross; then
16054 ac_cv_func_vfork_works=$ac_cv_func_vfork
16055 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
16056 $as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
16059 if test "x$ac_cv_func_vfork_works" = xyes; then
16061 $as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
16063 else
16065 $as_echo "#define vfork fork" >>confdefs.h
16068 if test "x$ac_cv_func_fork_works" = xyes; then
16070 $as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
16075 for ac_func in snprintf
16076 do :
16077 ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf"
16078 if test "x$ac_cv_func_snprintf" = x""yes; then :
16079 cat >>confdefs.h <<_ACEOF
16080 #define HAVE_SNPRINTF 1
16081 _ACEOF
16084 done
16087 XGSELOBJ=
16088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GLib is linked in" >&5
16089 $as_echo_n "checking whether GLib is linked in... " >&6; }
16090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16091 /* end confdefs.h. */
16092 #include <glib.h>
16095 main ()
16097 g_print ("Hello world");
16099 return 0;
16101 _ACEOF
16102 if ac_fn_c_try_link "$LINENO"; then :
16103 links_glib=yes
16104 else
16105 links_glib=no
16107 rm -f core conftest.err conftest.$ac_objext \
16108 conftest$ac_exeext conftest.$ac_ext
16109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $links_glib" >&5
16110 $as_echo "$links_glib" >&6; }
16111 if test "${links_glib}" = "yes"; then
16113 $as_echo "#define HAVE_GLIB 1" >>confdefs.h
16115 if test "$HAVE_NS" = no;then
16116 XGSELOBJ=xgselect.o
16121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
16122 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
16123 if test "${emacs_cv_langinfo_codeset+set}" = set; then :
16124 $as_echo_n "(cached) " >&6
16125 else
16126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16127 /* end confdefs.h. */
16128 #include <langinfo.h>
16130 main ()
16132 char* cs = nl_langinfo(CODESET);
16134 return 0;
16136 _ACEOF
16137 if ac_fn_c_try_link "$LINENO"; then :
16138 emacs_cv_langinfo_codeset=yes
16139 else
16140 emacs_cv_langinfo_codeset=no
16142 rm -f core conftest.err conftest.$ac_objext \
16143 conftest$ac_exeext conftest.$ac_ext
16146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_langinfo_codeset" >&5
16147 $as_echo "$emacs_cv_langinfo_codeset" >&6; }
16148 if test $emacs_cv_langinfo_codeset = yes; then
16150 $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
16154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
16155 $as_echo_n "checking for mbstate_t... " >&6; }
16156 if test "${ac_cv_type_mbstate_t+set}" = set; then :
16157 $as_echo_n "(cached) " >&6
16158 else
16159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16160 /* end confdefs.h. */
16161 $ac_includes_default
16162 # include <wchar.h>
16164 main ()
16166 mbstate_t x; return sizeof x;
16168 return 0;
16170 _ACEOF
16171 if ac_fn_c_try_compile "$LINENO"; then :
16172 ac_cv_type_mbstate_t=yes
16173 else
16174 ac_cv_type_mbstate_t=no
16176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_mbstate_t" >&5
16179 $as_echo "$ac_cv_type_mbstate_t" >&6; }
16180 if test $ac_cv_type_mbstate_t = yes; then
16182 $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
16184 else
16186 $as_echo "#define mbstate_t int" >>confdefs.h
16190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5
16191 $as_echo_n "checking for C restricted array declarations... " >&6; }
16192 if test "${emacs_cv_c_restrict_arr+set}" = set; then :
16193 $as_echo_n "(cached) " >&6
16194 else
16195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16196 /* end confdefs.h. */
16197 void fred (int x[__restrict]);
16199 main ()
16203 return 0;
16205 _ACEOF
16206 if ac_fn_c_try_compile "$LINENO"; then :
16207 emacs_cv_c_restrict_arr=yes
16208 else
16209 emacs_cv_c_restrict_arr=no
16211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_c_restrict_arr" >&5
16214 $as_echo "$emacs_cv_c_restrict_arr" >&6; }
16215 if test "$emacs_cv_c_restrict_arr" = yes; then
16217 $as_echo "#define __restrict_arr __restrict" >>confdefs.h
16222 if test "${opsys}" != "mingw32"; then
16224 $as_echo "#define AMPERSAND_FULL_NAME 1" >>confdefs.h
16229 $as_echo "#define CLASH_DETECTION 1" >>confdefs.h
16232 ## Note: PTYs are broken on darwin <6. Use at your own risk.
16233 if test "${opsys}" != "mingw32"; then
16235 $as_echo "#define HAVE_PTYS 1" >>confdefs.h
16240 $as_echo "#define HAVE_SOCKETS 1" >>confdefs.h
16246 if test "${opsys}" = "mingw32"; then
16247 $as_echo "#define NULL_DEVICE \"NUL:\"" >>confdefs.h
16249 else
16250 $as_echo "#define NULL_DEVICE \"/dev/null\"" >>confdefs.h
16255 if test "${opsys}" = "mingw32"; then
16256 $as_echo "#define SEPCHAR ';'" >>confdefs.h
16258 else
16259 $as_echo "#define SEPCHAR ':'" >>confdefs.h
16264 $as_echo "#define subprocesses 1" >>confdefs.h
16268 $as_echo "#define USER_FULL_NAME pw->pw_gecos" >>confdefs.h
16273 $as_echo "#define DIRECTORY_SEP '/'" >>confdefs.h
16276 if test "${opsys}" = "mingw32"; then
16278 $as_echo "#define IS_DEVICE_SEP(_c_) ((_c_) == ':')" >>confdefs.h
16282 $as_echo "#define IS_DIRECTORY_SEP(_c_) ((_c_) == '/' || (_c_) == '\\\\')" >>confdefs.h
16286 $as_echo "#define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_) || IS_DEVICE_SEP(_c_))" >>confdefs.h
16288 else
16290 $as_echo "#define IS_DEVICE_SEP(_c_) 0" >>confdefs.h
16294 $as_echo "#define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)" >>confdefs.h
16298 $as_echo "#define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))" >>confdefs.h
16304 case $opsys in
16305 aix4-2)
16306 if test x$ac_cv_lib_Xmu_XmuConvertStandardSelection != xyes; then
16307 $as_echo "#define NO_EDITRES 1" >>confdefs.h
16312 hpux*)
16313 $as_echo "#define NO_EDITRES 1" >>confdefs.h
16316 esac
16319 case $opsys in
16320 irix6-5 | sol2* | unixware )
16322 $as_echo "#define NSIG_MINIMUM 32" >>confdefs.h
16325 esac
16327 emacs_broken_SIGIO=no
16329 case $opsys in
16330 hpux* | irix6-5 | openbsd | sol2* | unixware | gnu-kfreebsd )
16331 emacs_broken_SIGIO=yes
16334 aix4-2)
16336 $as_echo "#define BROKEN_GET_CURRENT_DIR_NAME 1" >>confdefs.h
16340 freebsd)
16342 $as_echo "#define BROKEN_PTY_READ_AFTER_EAGAIN 1" >>confdefs.h
16345 esac
16347 case $opsys in
16348 gnu-* | sol2-10 )
16350 $as_echo "#define HAVE_PROCFS 1" >>confdefs.h
16353 esac
16355 case $opsys in
16356 darwin | dragonfly | freebsd | netbsd | openbsd )
16358 $as_echo "#define DONT_REOPEN_PTY 1" >>confdefs.h
16361 esac
16363 case $opsys in
16364 netbsd | openbsd) sound_device="/dev/audio" ;;
16365 *) sound_device="/dev/dsp" ;;
16366 esac
16369 cat >>confdefs.h <<_ACEOF
16370 #define DEFAULT_SOUND_DEVICE "$sound_device"
16371 _ACEOF
16375 case $opsys in
16376 darwin | gnu-linux | gnu-kfreebsd )
16378 $as_echo "#define INTERRUPT_INPUT 1" >>confdefs.h
16381 esac
16384 case $opsys in
16385 cygwin|gnu|gnu-linux|gnu-kfreebsd|irix6-5|freebsd|netbsd|openbsd)
16387 $as_echo "#define NARROWPROTO 1" >>confdefs.h
16390 esac
16399 case $opsys in
16400 aix4-2 )
16401 $as_echo "#define PTY_ITERATION int c; for (c = 0; !c ; c++)" >>confdefs.h
16403 $as_echo "#define PTY_NAME_SPRINTF strcpy (pty_name, \"/dev/ptc\");" >>confdefs.h
16405 $as_echo "#define PTY_TTY_NAME_SPRINTF strcpy (pty_name, ttyname (fd));" >>confdefs.h
16409 cygwin )
16410 $as_echo "#define PTY_ITERATION int i; for (i = 0; i < 1; i++)" >>confdefs.h
16412 $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
16414 $as_echo "#define PTY_NAME_SPRINTF /**/" >>confdefs.h
16416 $as_echo "#define PTY_TTY_NAME_SPRINTF /**/" >>confdefs.h
16420 darwin )
16421 $as_echo "#define PTY_ITERATION int i; for (i = 0; i < 1; i++)" >>confdefs.h
16423 $as_echo "#define FIRST_PTY_LETTER 'p'" >>confdefs.h
16425 $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
16427 $as_echo "#define PTY_NAME_SPRINTF /**/" >>confdefs.h
16429 $as_echo "#define PTY_TTY_NAME_SPRINTF /**/" >>confdefs.h
16433 gnu | openbsd )
16434 $as_echo "#define FIRST_PTY_LETTER 'p'" >>confdefs.h
16438 gnu-linux | gnu-kfreebsd | dragonfly | freebsd | netbsd )
16439 if test "x$ac_cv_func_grantpt" = xyes; then
16441 $as_echo "#define UNIX98_PTYS 1" >>confdefs.h
16443 $as_echo "#define PTY_ITERATION int i; for (i = 0; i < 1; i++)" >>confdefs.h
16445 $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, sizeof pty_name, \"%s\", ptyname); }" >>confdefs.h
16447 if test "x$ac_cv_func_posix_openpt" = xyes; then
16448 $as_echo "#define PTY_OPEN fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY)" >>confdefs.h
16450 $as_echo "#define PTY_NAME_SPRINTF /**/" >>confdefs.h
16452 elif test "x$ac_cv_func_getpt" = xyes; then
16453 $as_echo "#define PTY_OPEN fd = getpt ()" >>confdefs.h
16455 $as_echo "#define PTY_NAME_SPRINTF /**/" >>confdefs.h
16457 else
16458 $as_echo "#define PTY_NAME_SPRINTF strcpy (pty_name, \"/dev/ptmx\");" >>confdefs.h
16461 else
16462 $as_echo "#define FIRST_PTY_LETTER 'p'" >>confdefs.h
16467 hpux*)
16468 $as_echo "#define FIRST_PTY_LETTER 'p'" >>confdefs.h
16470 $as_echo "#define PTY_NAME_SPRINTF sprintf (pty_name, \"/dev/ptym/pty%c%x\", c, i);" >>confdefs.h
16472 $as_echo "#define PTY_TTY_NAME_SPRINTF sprintf (pty_name, \"/dev/pty/tty%c%x\", c, i);" >>confdefs.h
16476 irix6-5 )
16477 $as_echo "#define PTY_ITERATION /**/" >>confdefs.h
16479 $as_echo "#define FIRST_PTY_LETTER 'q'" >>confdefs.h
16481 $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
16483 $as_echo "#define PTY_NAME_SPRINTF /**/" >>confdefs.h
16485 $as_echo "#define PTY_TTY_NAME_SPRINTF /**/" >>confdefs.h
16489 sol2* )
16490 $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, sizeof pty_name, \"%s\", ptyname); }" >>confdefs.h
16494 unixware )
16495 $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, sizeof pty_name, \"%s\", ptyname); }" >>confdefs.h
16498 esac
16501 case $opsys in
16502 sol2* | unixware )
16503 $as_echo "#define FIRST_PTY_LETTER 'z'" >>confdefs.h
16505 $as_echo "#define PTY_NAME_SPRINTF strcpy (pty_name, \"/dev/ptmx\");" >>confdefs.h
16508 $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
16511 esac
16516 case $opsys in
16517 aix4-2 | cygwin | gnu | irix6-5 | dragonfly | freebsd | netbsd | openbsd | darwin )
16518 $as_echo "#define SIGNALS_VIA_CHARACTERS 1" >>confdefs.h
16522 gnu-linux | gnu-kfreebsd )
16524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for signals via characters" >&5
16525 $as_echo_n "checking for signals via characters... " >&6; }
16526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16527 /* end confdefs.h. */
16529 #include <linux/version.h>
16530 #if LINUX_VERSION_CODE < 0x20400
16531 # error "Linux version too old"
16532 #endif
16535 main ()
16539 return 0;
16541 _ACEOF
16542 if ac_fn_c_try_cpp "$LINENO"; then :
16543 emacs_signals_via_chars=yes
16544 else
16545 emacs_signals_via_chars=no
16547 rm -f conftest.err conftest.$ac_ext
16549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_signals_via_chars" >&5
16550 $as_echo "$emacs_signals_via_chars" >&6; }
16551 test $emacs_signals_via_chars = yes && $as_echo "#define SIGNALS_VIA_CHARACTERS 1" >>confdefs.h
16554 esac
16559 case $opsys in
16560 aix*)
16561 $as_echo "#define DATA_SEG_BITS 0x20000000" >>confdefs.h
16564 hpux*)
16565 $as_echo "#define DATA_SEG_BITS 0x40000000" >>confdefs.h
16568 irix6-5)
16569 $as_echo "#define DATA_SEG_BITS 0x10000000" >>confdefs.h
16572 esac
16577 case $opsys in
16578 darwin) $as_echo "#define TAB3 OXTABS" >>confdefs.h
16581 gnu | dragonfly | freebsd | netbsd | openbsd )
16583 $as_echo "#define TABDLY OXTABS" >>confdefs.h
16585 $as_echo "#define TAB3 OXTABS" >>confdefs.h
16589 gnu-linux | gnu-kfreebsd )
16590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16591 /* end confdefs.h. */
16593 #ifndef __ia64__
16594 # error "not ia64"
16595 #endif
16598 main ()
16602 return 0;
16604 _ACEOF
16605 if ac_fn_c_try_cpp "$LINENO"; then :
16607 $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
16610 rm -f conftest.err conftest.$ac_ext
16613 hpux*)
16615 $as_echo "#define RUN_TIME_REMAP 1" >>confdefs.h
16618 esac
16624 case $opsys in
16625 gnu-linux | gnu-kfreebsd )
16626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16627 /* end confdefs.h. */
16629 #if defined __i386__ || defined __sparc__ || defined __mc68000__ \
16630 || defined __alpha__ || defined __mips__ || defined __s390__ \
16631 || defined __arm__ || defined __powerpc__ || defined __amd64__ \
16632 || defined __ia64__ || defined __sh__
16633 /* ok */
16634 #else
16635 # error "setjmp not known to work on this arch"
16636 #endif
16639 main ()
16643 return 0;
16645 _ACEOF
16646 if ac_fn_c_try_cpp "$LINENO"; then :
16647 $as_echo "#define GC_SETJMP_WORKS 1" >>confdefs.h
16650 rm -f conftest.err conftest.$ac_ext
16652 esac
16655 if test x$GCC = xyes; then
16656 $as_echo "#define GC_SETJMP_WORKS 1" >>confdefs.h
16658 else
16659 case $opsys in
16660 dragonfly | freebsd | netbsd | openbsd | irix6-5 | sol2* )
16661 $as_echo "#define GC_SETJMP_WORKS 1" >>confdefs.h
16664 esac
16666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _setjmp" >&5
16667 $as_echo_n "checking for _setjmp... " >&6; }
16668 if test "${emacs_cv_func__setjmp+set}" = set; then :
16669 $as_echo_n "(cached) " >&6
16670 else
16671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16672 /* end confdefs.h. */
16673 #include <setjmp.h>
16674 #ifdef __MINGW32__
16675 # define _longjmp longjmp
16676 #endif
16679 main ()
16681 jmp_buf j;
16682 if (! _setjmp (j))
16683 _longjmp (j, 1);
16685 return 0;
16687 _ACEOF
16688 if ac_fn_c_try_link "$LINENO"; then :
16689 emacs_cv_func__setjmp=yes
16690 else
16691 emacs_cv_func__setjmp=no
16693 rm -f core conftest.err conftest.$ac_objext \
16694 conftest$ac_exeext conftest.$ac_ext
16696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_func__setjmp" >&5
16697 $as_echo "$emacs_cv_func__setjmp" >&6; }
16698 if test $emacs_cv_func__setjmp = yes; then
16700 $as_echo "#define HAVE__SETJMP 1" >>confdefs.h
16702 else
16703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
16704 $as_echo_n "checking for sigsetjmp... " >&6; }
16705 if test "${emacs_cv_func_sigsetjmp+set}" = set; then :
16706 $as_echo_n "(cached) " >&6
16707 else
16708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16709 /* end confdefs.h. */
16710 #include <setjmp.h>
16713 main ()
16715 sigjmp_buf j;
16716 if (! sigsetjmp (j, 1))
16717 siglongjmp (j, 1);
16719 return 0;
16721 _ACEOF
16722 if ac_fn_c_try_link "$LINENO"; then :
16723 emacs_cv_func_sigsetjmp=yes
16724 else
16725 emacs_cv_func_sigsetjmp=no
16727 rm -f core conftest.err conftest.$ac_objext \
16728 conftest$ac_exeext conftest.$ac_ext
16730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_func_sigsetjmp" >&5
16731 $as_echo "$emacs_cv_func_sigsetjmp" >&6; }
16732 if test $emacs_cv_func_sigsetjmp = yes; then
16734 $as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
16739 case $opsys in
16740 sol2* | unixware )
16742 $as_echo "#define TIOCSIGSEND TIOCSIGNAL" >>confdefs.h
16745 esac
16748 case $opsys in
16749 hpux* | sol2* )
16751 $as_echo "#define XOS_NEEDS_TIME_H 1" >>confdefs.h
16754 esac
16762 case $opsys in
16763 aix4-2)
16764 $as_echo "#define USG /**/" >>confdefs.h
16766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16767 /* end confdefs.h. */
16769 #ifndef _AIX
16770 # error "_AIX not defined"
16771 #endif
16774 main ()
16778 return 0;
16780 _ACEOF
16781 if ac_fn_c_try_cpp "$LINENO"; then :
16783 else
16785 $as_echo "#define _AIX /**/" >>confdefs.h
16788 rm -f conftest.err conftest.$ac_ext
16791 cygwin)
16793 $as_echo "#define CYGWIN 1" >>confdefs.h
16797 darwin)
16799 $as_echo "#define DARWIN_OS /**/" >>confdefs.h
16803 gnu-linux | gnu-kfreebsd )
16804 $as_echo "#define USG /**/" >>confdefs.h
16807 $as_echo "#define GNU_LINUX /**/" >>confdefs.h
16811 hpux*)
16812 $as_echo "#define USG /**/" >>confdefs.h
16815 $as_echo "#define HPUX /**/" >>confdefs.h
16819 irix6-5)
16820 $as_echo "#define USG /**/" >>confdefs.h
16822 $as_echo "#define USG5_4 /**/" >>confdefs.h
16825 $as_echo "#define IRIX6_5 /**/" >>confdefs.h
16829 mingw32)
16830 $as_echo "#define DOS_NT /**/" >>confdefs.h
16833 $as_echo "#define WINDOWSNT 1" >>confdefs.h
16835 if test "x$ac_enable_checking" != "x" ; then
16837 $as_echo "#define EMACSDEBUG 1" >>confdefs.h
16842 sol2*)
16843 $as_echo "#define USG /**/" >>confdefs.h
16845 $as_echo "#define USG5_4 /**/" >>confdefs.h
16848 $as_echo "#define SOLARIS2 /**/" >>confdefs.h
16852 unixware)
16853 $as_echo "#define USG /**/" >>confdefs.h
16855 $as_echo "#define USG5_4 /**/" >>confdefs.h
16858 esac
16860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable FIONREAD" >&5
16861 $as_echo_n "checking for usable FIONREAD... " >&6; }
16862 if test "${emacs_cv_usable_FIONREAD+set}" = set; then :
16863 $as_echo_n "(cached) " >&6
16864 else
16865 case $opsys in
16866 aix4-2)
16867 emacs_cv_usable_FIONREAD=no
16870 mingw32)
16871 emacs_cv_usable_FIONREAD=yes
16875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16876 /* end confdefs.h. */
16877 #include <sys/types.h>
16878 #include <sys/ioctl.h>
16879 #ifdef USG5_4
16880 # include <sys/filio.h>
16881 #endif
16884 main ()
16886 int foo = ioctl (0, FIONREAD, &foo);
16888 return 0;
16890 _ACEOF
16891 if ac_fn_c_try_compile "$LINENO"; then :
16892 emacs_cv_usable_FIONREAD=yes
16893 else
16894 emacs_cv_usable_FIONREAD=no
16896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16898 esac
16900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_usable_FIONREAD" >&5
16901 $as_echo "$emacs_cv_usable_FIONREAD" >&6; }
16902 if test $emacs_cv_usable_FIONREAD = yes; then
16904 $as_echo "#define USABLE_FIONREAD 1" >>confdefs.h
16907 if test $emacs_broken_SIGIO = no; then
16908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable SIGIO" >&5
16909 $as_echo_n "checking for usable SIGIO... " >&6; }
16910 if test "${emacs_cv_usable_SIGIO+set}" = set; then :
16911 $as_echo_n "(cached) " >&6
16912 else
16913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16914 /* end confdefs.h. */
16915 #include <fcntl.h>
16916 #include <signal.h>
16919 main ()
16921 int foo = SIGIO | F_SETFL | FASYNC;
16923 return 0;
16925 _ACEOF
16926 if ac_fn_c_try_compile "$LINENO"; then :
16927 emacs_cv_usable_SIGIO=yes
16928 else
16929 emacs_cv_usable_SIGIO=no
16931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_usable_SIGIO" >&5
16934 $as_echo "$emacs_cv_usable_SIGIO" >&6; }
16935 if test $emacs_cv_usable_SIGIO = yes; then
16937 $as_echo "#define USABLE_SIGIO 1" >>confdefs.h
16944 case $opsys in
16945 cygwin)
16947 $as_echo "#define G_SLICE_ALWAYS_MALLOC 1" >>confdefs.h
16951 hpux11)
16953 $as_echo "#define USG_SUBTTY_WORKS 1" >>confdefs.h
16957 irix6-5)
16959 $as_echo "#define PREFER_VSUSP 1" >>confdefs.h
16963 sol2-10)
16965 $as_echo "#define _STRUCTURED_PROC 1" >>confdefs.h
16968 esac
16970 # Set up the CFLAGS for real compilation, so we can substitute it.
16971 CFLAGS="$REAL_CFLAGS"
16972 CPPFLAGS="$REAL_CPPFLAGS"
16974 ## Hack to detect a buggy GCC version.
16975 if test "x$GCC" = xyes \
16976 && test x"`$CC --version 2> /dev/null | grep 'gcc.* 4.5.0'`" != x \
16977 && test x"`echo $CFLAGS | grep '\-O[23]'`" != x \
16978 && test x"`echo $CFLAGS | grep '\-fno-optimize-sibling-calls'`" = x; then
16979 as_fn_error "GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'." "$LINENO" 5
16982 version=$PACKAGE_VERSION
16984 copyright="Copyright (C) 2013 Free Software Foundation, Inc."
16986 cat >>confdefs.h <<_ACEOF
16987 #define COPYRIGHT "$copyright"
16988 _ACEOF
16992 ### Specify what sort of things we'll be editing into Makefile and config.h.
16993 ### Use configuration here uncanonicalized to avoid exceeding size limits.
16996 ## Unused?
17019 ## FIXME? Nothing uses @LD_SWITCH_X_SITE@.
17020 ## src/Makefile.in did add LD_SWITCH_X_SITE (as a cpp define) to the
17021 ## end of LIBX_BASE, but nothing ever set it.
17026 ## Used in lwlib/Makefile.in.
17035 if test -n "${term_header}"; then
17037 cat >>confdefs.h <<_ACEOF
17038 #define TERM_HEADER "${term_header}"
17039 _ACEOF
17044 cat >>confdefs.h <<_ACEOF
17045 #define EMACS_CONFIGURATION "${canonical}"
17046 _ACEOF
17048 emacs_config_options=`echo "$emacs_config_options " | sed -e 's/--no-create //' -e 's/--no-recursion //' -e 's/ *$//' -e "s/\"/'/g"`
17050 cat >>confdefs.h <<_ACEOF
17051 #define EMACS_CONFIG_OPTIONS "${emacs_config_options}"
17052 _ACEOF
17056 case $opsys in
17057 mingw32)
17058 $as_echo "#define config_opsysfile <ms-w32.h>" >>confdefs.h
17061 esac
17063 XMENU_OBJ=
17064 XOBJ=
17065 FONT_OBJ=
17066 if test "${HAVE_X_WINDOWS}" = "yes" ; then
17068 $as_echo "#define HAVE_X_WINDOWS 1" >>confdefs.h
17070 XMENU_OBJ=xmenu.o
17071 XOBJ="xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o"
17072 FONT_OBJ=xfont.o
17073 if test "$HAVE_XFT" = "yes"; then
17074 FONT_OBJ="$FONT_OBJ ftfont.o xftfont.o ftxfont.o"
17075 elif test "$HAVE_FREETYPE" = "yes"; then
17076 FONT_OBJ="$FONT_OBJ ftfont.o ftxfont.o"
17084 WIDGET_OBJ=
17085 MOTIF_LIBW=
17086 if test "${USE_X_TOOLKIT}" != "none" ; then
17087 WIDGET_OBJ=widget.o
17089 $as_echo "#define USE_X_TOOLKIT 1" >>confdefs.h
17091 if test "${USE_X_TOOLKIT}" = "LUCID"; then
17093 $as_echo "#define USE_LUCID 1" >>confdefs.h
17095 elif test "${USE_X_TOOLKIT}" = "MOTIF"; then
17097 $as_echo "#define USE_MOTIF 1" >>confdefs.h
17099 MOTIF_LIBW=-lXm
17100 case "$opsys" in
17101 gnu-linux)
17102 ## Paul Abrahams <abrahams at equinox.shaysnet.com> says this is needed.
17103 MOTIF_LIBW="$MOTIF_LIBW -lXpm"
17106 unixware)
17107 ## Richard Anthony Ryan <ryanr at ellingtn.ftc.nrcs.usda.gov>
17108 ## says -lXimp is needed in UNIX_SV ... 4.2 1.1.2.
17109 MOTIF_LIBW="MOTIF_LIBW -lXimp"
17112 aix4-2)
17113 ## olson@mcs.anl.gov says -li18n is needed by -lXm.
17114 MOTIF_LIBW="$MOTIF_LIBW -li18n"
17116 esac
17117 MOTIF_LIBW="$MOTIF_LIBW $LIBXP"
17122 TOOLKIT_LIBW=
17123 case "$USE_X_TOOLKIT" in
17124 MOTIF) TOOLKIT_LIBW="$MOTIF_LIBW" ;;
17125 LUCID) TOOLKIT_LIBW="$LUCID_LIBW" ;;
17126 none) test "x$HAVE_GTK" = "xyes" && TOOLKIT_LIBW="$GTK_LIBS" ;;
17127 esac
17130 if test "${opsys}" != "mingw32"; then
17131 if test "$USE_X_TOOLKIT" = "none"; then
17132 LIBXT_OTHER="\$(LIBXSM)"
17133 OLDXMENU_TARGET="really-oldXMenu"
17134 else
17135 LIBXT_OTHER="\$(LIBXMU) -lXt \$(LIBXTR6) -lXext"
17136 OLDXMENU_TARGET="really-lwlib"
17141 ## The X Menu stuff is present in the X10 distribution, but missing
17142 ## from X11. If we have X10, just use the installed library;
17143 ## otherwise, use our own copy.
17144 if test "${HAVE_X11}" = "yes" ; then
17146 $as_echo "#define HAVE_X11 1" >>confdefs.h
17149 if test "$USE_X_TOOLKIT" = "none"; then
17150 OLDXMENU="\${oldXMenudir}/libXMenu11.a"
17151 else
17152 OLDXMENU="\${lwlibdir}/liblw.a"
17154 LIBXMENU="\$(OLDXMENU)"
17155 LIBX_OTHER="\$(LIBXT) \$(LIBX_EXTRA)"
17156 OLDXMENU_DEPS="\${OLDXMENU} ../src/\${OLDXMENU}"
17157 else
17158 ## For a syntactically valid Makefile; not actually used for anything.
17159 ## See comments in src/Makefile.in.
17160 OLDXMENU=nothing
17161 ## FIXME This case (!HAVE_X11 && HAVE_X_WINDOWS) is no longer possible(?).
17162 if test "${HAVE_X_WINDOWS}" = "yes"; then
17163 LIBXMENU="-lXMenu"
17164 else
17165 LIBXMENU=
17167 LIBX_OTHER=
17168 OLDXMENU_DEPS=
17171 if test "$HAVE_GTK" = "yes" || test "$HAVE_MENUS" != "yes"; then
17172 OLDXMENU_TARGET=
17173 OLDXMENU=nothing
17174 LIBXMENU=
17175 OLDXMENU_DEPS=
17184 if test "${HAVE_MENUS}" = "yes" ; then
17186 $as_echo "#define HAVE_MENUS 1" >>confdefs.h
17190 if test "${GNU_MALLOC}" = "yes" ; then
17192 $as_echo "#define GNU_MALLOC 1" >>confdefs.h
17196 RALLOC_OBJ=
17197 if test "${REL_ALLOC}" = "yes" ; then
17199 $as_echo "#define REL_ALLOC 1" >>confdefs.h
17202 test "$system_malloc" != "yes" && RALLOC_OBJ=ralloc.o
17206 if test "$opsys" = "cygwin"; then
17207 CYGWIN_OBJ="sheap.o cygw32.o"
17208 ## Cygwin differs because of its unexec().
17209 PRE_ALLOC_OBJ=
17210 POST_ALLOC_OBJ=lastfile.o
17211 elif test "$opsys" = "mingw32"; then
17212 CYGWIN_OBJ=
17213 PRE_ALLOC_OBJ=
17214 POST_ALLOC_OBJ=lastfile.o
17215 else
17216 CYGWIN_OBJ=
17217 PRE_ALLOC_OBJ=lastfile.o
17218 POST_ALLOC_OBJ=
17224 # Configure gnulib. Although this does not affect CFLAGS or LIBS permanently.
17225 # it temporarily reverts them to their pre-pkg-config values,
17226 # because gnulib needs to work with both src (which uses the
17227 # pkg-config stuff) and lib-src (which does not). For example, gnulib
17228 # may need to determine whether LIB_CLOCK_GETTIME should contain -lrt,
17229 # and it therefore needs to run in an environment where LIBS does not
17230 # already contain -lrt merely because 'pkg-config --libs' printed '-lrt'
17231 # for some package unrelated to lib-src.
17232 SAVE_CFLAGS=$CFLAGS
17233 SAVE_LIBS=$LIBS
17234 CFLAGS=$pre_PKG_CONFIG_CFLAGS
17235 LIBS="$LIB_PTHREAD $pre_PKG_CONFIG_LIBS"
17247 LIBC_FATAL_STDERR_=1
17248 export LIBC_FATAL_STDERR_
17250 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
17251 # for constant arguments. Useless!
17252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
17253 $as_echo_n "checking for working alloca.h... " >&6; }
17254 if test "${ac_cv_working_alloca_h+set}" = set; then :
17255 $as_echo_n "(cached) " >&6
17256 else
17257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17258 /* end confdefs.h. */
17259 #include <alloca.h>
17261 main ()
17263 char *p = (char *) alloca (2 * sizeof (int));
17264 if (p) return 0;
17266 return 0;
17268 _ACEOF
17269 if ac_fn_c_try_link "$LINENO"; then :
17270 ac_cv_working_alloca_h=yes
17271 else
17272 ac_cv_working_alloca_h=no
17274 rm -f core conftest.err conftest.$ac_objext \
17275 conftest$ac_exeext conftest.$ac_ext
17277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
17278 $as_echo "$ac_cv_working_alloca_h" >&6; }
17279 if test $ac_cv_working_alloca_h = yes; then
17281 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
17285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
17286 $as_echo_n "checking for alloca... " >&6; }
17287 if test "${ac_cv_func_alloca_works+set}" = set; then :
17288 $as_echo_n "(cached) " >&6
17289 else
17290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17291 /* end confdefs.h. */
17292 #ifdef __GNUC__
17293 # define alloca __builtin_alloca
17294 #else
17295 # ifdef _MSC_VER
17296 # include <malloc.h>
17297 # define alloca _alloca
17298 # else
17299 # ifdef HAVE_ALLOCA_H
17300 # include <alloca.h>
17301 # else
17302 # ifdef _AIX
17303 #pragma alloca
17304 # else
17305 # ifndef alloca /* predefined by HP cc +Olibcalls */
17306 char *alloca ();
17307 # endif
17308 # endif
17309 # endif
17310 # endif
17311 #endif
17314 main ()
17316 char *p = (char *) alloca (1);
17317 if (p) return 0;
17319 return 0;
17321 _ACEOF
17322 if ac_fn_c_try_link "$LINENO"; then :
17323 ac_cv_func_alloca_works=yes
17324 else
17325 ac_cv_func_alloca_works=no
17327 rm -f core conftest.err conftest.$ac_objext \
17328 conftest$ac_exeext conftest.$ac_ext
17330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
17331 $as_echo "$ac_cv_func_alloca_works" >&6; }
17333 if test $ac_cv_func_alloca_works = yes; then
17335 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
17337 else
17338 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
17339 # that cause trouble. Some versions do not even contain alloca or
17340 # contain a buggy version. If you still want to use their alloca,
17341 # use ar to extract alloca.o from them instead of compiling alloca.c.
17347 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
17349 $as_echo "#define C_ALLOCA 1" >>confdefs.h
17352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 'alloca.c' needs Cray hooks" >&5
17353 $as_echo_n "checking whether 'alloca.c' needs Cray hooks... " >&6; }
17354 if test "${ac_cv_os_cray+set}" = set; then :
17355 $as_echo_n "(cached) " >&6
17356 else
17357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17358 /* end confdefs.h. */
17359 #if defined CRAY && ! defined CRAY2
17360 webecray
17361 #else
17362 wenotbecray
17363 #endif
17365 _ACEOF
17366 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17367 $EGREP "webecray" >/dev/null 2>&1; then :
17368 ac_cv_os_cray=yes
17369 else
17370 ac_cv_os_cray=no
17372 rm -f conftest*
17375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
17376 $as_echo "$ac_cv_os_cray" >&6; }
17377 if test $ac_cv_os_cray = yes; then
17378 for ac_func in _getb67 GETB67 getb67; do
17379 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17380 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
17381 eval as_val=\$$as_ac_var
17382 if test "x$as_val" = x""yes; then :
17384 cat >>confdefs.h <<_ACEOF
17385 #define CRAY_STACKSEG_END $ac_func
17386 _ACEOF
17388 break
17391 done
17394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
17395 $as_echo_n "checking stack direction for C alloca... " >&6; }
17396 if test "${ac_cv_c_stack_direction+set}" = set; then :
17397 $as_echo_n "(cached) " >&6
17398 else
17399 if test "$cross_compiling" = yes; then :
17400 ac_cv_c_stack_direction=0
17401 else
17402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17403 /* end confdefs.h. */
17404 $ac_includes_default
17406 find_stack_direction (int *addr, int depth)
17408 int dir, dummy = 0;
17409 if (! addr)
17410 addr = &dummy;
17411 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
17412 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
17413 return dir + dummy;
17417 main (int argc, char **argv)
17419 return find_stack_direction (0, argc + !argv + 20) < 0;
17421 _ACEOF
17422 if ac_fn_c_try_run "$LINENO"; then :
17423 ac_cv_c_stack_direction=1
17424 else
17425 ac_cv_c_stack_direction=-1
17427 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
17428 conftest.$ac_objext conftest.beam conftest.$ac_ext
17432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
17433 $as_echo "$ac_cv_c_stack_direction" >&6; }
17434 cat >>confdefs.h <<_ACEOF
17435 #define STACK_DIRECTION $ac_cv_c_stack_direction
17436 _ACEOF
17444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
17445 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
17446 if test "${ac_cv_c_bigendian+set}" = set; then :
17447 $as_echo_n "(cached) " >&6
17448 else
17449 ac_cv_c_bigendian=unknown
17450 # See if we're dealing with a universal compiler.
17451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17452 /* end confdefs.h. */
17453 #ifndef __APPLE_CC__
17454 not a universal capable compiler
17455 #endif
17456 typedef int dummy;
17458 _ACEOF
17459 if ac_fn_c_try_compile "$LINENO"; then :
17461 # Check for potential -arch flags. It is not universal unless
17462 # there are at least two -arch flags with different values.
17463 ac_arch=
17464 ac_prev=
17465 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
17466 if test -n "$ac_prev"; then
17467 case $ac_word in
17468 i?86 | x86_64 | ppc | ppc64)
17469 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
17470 ac_arch=$ac_word
17471 else
17472 ac_cv_c_bigendian=universal
17473 break
17476 esac
17477 ac_prev=
17478 elif test "x$ac_word" = "x-arch"; then
17479 ac_prev=arch
17481 done
17483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17484 if test $ac_cv_c_bigendian = unknown; then
17485 # See if sys/param.h defines the BYTE_ORDER macro.
17486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17487 /* end confdefs.h. */
17488 #include <sys/types.h>
17489 #include <sys/param.h>
17492 main ()
17494 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
17495 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
17496 && LITTLE_ENDIAN)
17497 bogus endian macros
17498 #endif
17501 return 0;
17503 _ACEOF
17504 if ac_fn_c_try_compile "$LINENO"; then :
17505 # It does; now see whether it defined to BIG_ENDIAN or not.
17506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17507 /* end confdefs.h. */
17508 #include <sys/types.h>
17509 #include <sys/param.h>
17512 main ()
17514 #if BYTE_ORDER != BIG_ENDIAN
17515 not big endian
17516 #endif
17519 return 0;
17521 _ACEOF
17522 if ac_fn_c_try_compile "$LINENO"; then :
17523 ac_cv_c_bigendian=yes
17524 else
17525 ac_cv_c_bigendian=no
17527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17531 if test $ac_cv_c_bigendian = unknown; then
17532 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
17533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17534 /* end confdefs.h. */
17535 #include <limits.h>
17538 main ()
17540 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
17541 bogus endian macros
17542 #endif
17545 return 0;
17547 _ACEOF
17548 if ac_fn_c_try_compile "$LINENO"; then :
17549 # It does; now see whether it defined to _BIG_ENDIAN or not.
17550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17551 /* end confdefs.h. */
17552 #include <limits.h>
17555 main ()
17557 #ifndef _BIG_ENDIAN
17558 not big endian
17559 #endif
17562 return 0;
17564 _ACEOF
17565 if ac_fn_c_try_compile "$LINENO"; then :
17566 ac_cv_c_bigendian=yes
17567 else
17568 ac_cv_c_bigendian=no
17570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17574 if test $ac_cv_c_bigendian = unknown; then
17575 # Compile a test program.
17576 if test "$cross_compiling" = yes; then :
17577 # Try to guess by grepping values from an object file.
17578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17579 /* end confdefs.h. */
17580 short int ascii_mm[] =
17581 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
17582 short int ascii_ii[] =
17583 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
17584 int use_ascii (int i) {
17585 return ascii_mm[i] + ascii_ii[i];
17587 short int ebcdic_ii[] =
17588 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
17589 short int ebcdic_mm[] =
17590 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
17591 int use_ebcdic (int i) {
17592 return ebcdic_mm[i] + ebcdic_ii[i];
17594 extern int foo;
17597 main ()
17599 return use_ascii (foo) == use_ebcdic (foo);
17601 return 0;
17603 _ACEOF
17604 if ac_fn_c_try_compile "$LINENO"; then :
17605 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
17606 ac_cv_c_bigendian=yes
17608 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
17609 if test "$ac_cv_c_bigendian" = unknown; then
17610 ac_cv_c_bigendian=no
17611 else
17612 # finding both strings is unlikely to happen, but who knows?
17613 ac_cv_c_bigendian=unknown
17617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17618 else
17619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17620 /* end confdefs.h. */
17621 $ac_includes_default
17623 main ()
17626 /* Are we little or big endian? From Harbison&Steele. */
17627 union
17629 long int l;
17630 char c[sizeof (long int)];
17631 } u;
17632 u.l = 1;
17633 return u.c[sizeof (long int) - 1] == 1;
17636 return 0;
17638 _ACEOF
17639 if ac_fn_c_try_run "$LINENO"; then :
17640 ac_cv_c_bigendian=no
17641 else
17642 ac_cv_c_bigendian=yes
17644 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
17645 conftest.$ac_objext conftest.beam conftest.$ac_ext
17650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
17651 $as_echo "$ac_cv_c_bigendian" >&6; }
17652 case $ac_cv_c_bigendian in #(
17653 yes)
17654 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
17655 ;; #(
17657 ;; #(
17658 universal)
17660 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
17662 ;; #(
17664 as_fn_error "unknown endianness
17665 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
17666 esac
17670 GNULIB_CHDIR=0;
17671 GNULIB_CHOWN=0;
17672 GNULIB_CLOSE=0;
17673 GNULIB_DUP=0;
17674 GNULIB_DUP2=0;
17675 GNULIB_DUP3=0;
17676 GNULIB_ENVIRON=0;
17677 GNULIB_EUIDACCESS=0;
17678 GNULIB_FACCESSAT=0;
17679 GNULIB_FCHDIR=0;
17680 GNULIB_FCHOWNAT=0;
17681 GNULIB_FDATASYNC=0;
17682 GNULIB_FSYNC=0;
17683 GNULIB_FTRUNCATE=0;
17684 GNULIB_GETCWD=0;
17685 GNULIB_GETDOMAINNAME=0;
17686 GNULIB_GETDTABLESIZE=0;
17687 GNULIB_GETGROUPS=0;
17688 GNULIB_GETHOSTNAME=0;
17689 GNULIB_GETLOGIN=0;
17690 GNULIB_GETLOGIN_R=0;
17691 GNULIB_GETPAGESIZE=0;
17692 GNULIB_GETUSERSHELL=0;
17693 GNULIB_GROUP_MEMBER=0;
17694 GNULIB_ISATTY=0;
17695 GNULIB_LCHOWN=0;
17696 GNULIB_LINK=0;
17697 GNULIB_LINKAT=0;
17698 GNULIB_LSEEK=0;
17699 GNULIB_PIPE=0;
17700 GNULIB_PIPE2=0;
17701 GNULIB_PREAD=0;
17702 GNULIB_PWRITE=0;
17703 GNULIB_READ=0;
17704 GNULIB_READLINK=0;
17705 GNULIB_READLINKAT=0;
17706 GNULIB_RMDIR=0;
17707 GNULIB_SETHOSTNAME=0;
17708 GNULIB_SLEEP=0;
17709 GNULIB_SYMLINK=0;
17710 GNULIB_SYMLINKAT=0;
17711 GNULIB_TTYNAME_R=0;
17712 GNULIB_UNISTD_H_NONBLOCKING=0;
17713 GNULIB_UNISTD_H_SIGPIPE=0;
17714 GNULIB_UNLINK=0;
17715 GNULIB_UNLINKAT=0;
17716 GNULIB_USLEEP=0;
17717 GNULIB_WRITE=0;
17718 HAVE_CHOWN=1;
17719 HAVE_DUP2=1;
17720 HAVE_DUP3=1;
17721 HAVE_EUIDACCESS=1;
17722 HAVE_FACCESSAT=1;
17723 HAVE_FCHDIR=1;
17724 HAVE_FCHOWNAT=1;
17725 HAVE_FDATASYNC=1;
17726 HAVE_FSYNC=1;
17727 HAVE_FTRUNCATE=1;
17728 HAVE_GETDTABLESIZE=1;
17729 HAVE_GETGROUPS=1;
17730 HAVE_GETHOSTNAME=1;
17731 HAVE_GETLOGIN=1;
17732 HAVE_GETPAGESIZE=1;
17733 HAVE_GROUP_MEMBER=1;
17734 HAVE_LCHOWN=1;
17735 HAVE_LINK=1;
17736 HAVE_LINKAT=1;
17737 HAVE_PIPE=1;
17738 HAVE_PIPE2=1;
17739 HAVE_PREAD=1;
17740 HAVE_PWRITE=1;
17741 HAVE_READLINK=1;
17742 HAVE_READLINKAT=1;
17743 HAVE_SETHOSTNAME=1;
17744 HAVE_SLEEP=1;
17745 HAVE_SYMLINK=1;
17746 HAVE_SYMLINKAT=1;
17747 HAVE_UNLINKAT=1;
17748 HAVE_USLEEP=1;
17749 HAVE_DECL_ENVIRON=1;
17750 HAVE_DECL_FCHDIR=1;
17751 HAVE_DECL_FDATASYNC=1;
17752 HAVE_DECL_GETDOMAINNAME=1;
17753 HAVE_DECL_GETLOGIN_R=1;
17754 HAVE_DECL_GETPAGESIZE=1;
17755 HAVE_DECL_GETUSERSHELL=1;
17756 HAVE_DECL_SETHOSTNAME=1;
17757 HAVE_DECL_TTYNAME_R=1;
17758 HAVE_OS_H=0;
17759 HAVE_SYS_PARAM_H=0;
17760 REPLACE_CHOWN=0;
17761 REPLACE_CLOSE=0;
17762 REPLACE_DUP=0;
17763 REPLACE_DUP2=0;
17764 REPLACE_FCHOWNAT=0;
17765 REPLACE_FTRUNCATE=0;
17766 REPLACE_GETCWD=0;
17767 REPLACE_GETDOMAINNAME=0;
17768 REPLACE_GETLOGIN_R=0;
17769 REPLACE_GETGROUPS=0;
17770 REPLACE_GETPAGESIZE=0;
17771 REPLACE_ISATTY=0;
17772 REPLACE_LCHOWN=0;
17773 REPLACE_LINK=0;
17774 REPLACE_LINKAT=0;
17775 REPLACE_LSEEK=0;
17776 REPLACE_PREAD=0;
17777 REPLACE_PWRITE=0;
17778 REPLACE_READ=0;
17779 REPLACE_READLINK=0;
17780 REPLACE_RMDIR=0;
17781 REPLACE_SLEEP=0;
17782 REPLACE_SYMLINK=0;
17783 REPLACE_TTYNAME_R=0;
17784 REPLACE_UNLINK=0;
17785 REPLACE_UNLINKAT=0;
17786 REPLACE_USLEEP=0;
17787 REPLACE_WRITE=0;
17788 UNISTD_H_HAVE_WINSOCK2_H=0;
17789 UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=0;
17793 GNULIB_OPENDIR=0;
17794 GNULIB_READDIR=0;
17795 GNULIB_REWINDDIR=0;
17796 GNULIB_CLOSEDIR=0;
17797 GNULIB_DIRFD=0;
17798 GNULIB_FDOPENDIR=0;
17799 GNULIB_SCANDIR=0;
17800 GNULIB_ALPHASORT=0;
17801 HAVE_OPENDIR=1;
17802 HAVE_READDIR=1;
17803 HAVE_REWINDDIR=1;
17804 HAVE_CLOSEDIR=1;
17805 HAVE_DECL_DIRFD=1;
17806 HAVE_DECL_FDOPENDIR=1;
17807 HAVE_FDOPENDIR=1;
17808 HAVE_SCANDIR=1;
17809 HAVE_ALPHASORT=1;
17810 REPLACE_OPENDIR=0;
17811 REPLACE_CLOSEDIR=0;
17812 REPLACE_DIRFD=0;
17813 REPLACE_FDOPENDIR=0;
17817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5
17818 $as_echo_n "checking whether the preprocessor supports include_next... " >&6; }
17819 if test "${gl_cv_have_include_next+set}" = set; then :
17820 $as_echo_n "(cached) " >&6
17821 else
17822 rm -rf conftestd1a conftestd1b conftestd2
17823 mkdir conftestd1a conftestd1b conftestd2
17824 cat <<EOF > conftestd1a/conftest.h
17825 #define DEFINED_IN_CONFTESTD1
17826 #include_next <conftest.h>
17827 #ifdef DEFINED_IN_CONFTESTD2
17828 int foo;
17829 #else
17830 #error "include_next doesn't work"
17831 #endif
17833 cat <<EOF > conftestd1b/conftest.h
17834 #define DEFINED_IN_CONFTESTD1
17835 #include <stdio.h>
17836 #include_next <conftest.h>
17837 #ifdef DEFINED_IN_CONFTESTD2
17838 int foo;
17839 #else
17840 #error "include_next doesn't work"
17841 #endif
17843 cat <<EOF > conftestd2/conftest.h
17844 #ifndef DEFINED_IN_CONFTESTD1
17845 #error "include_next test doesn't work"
17846 #endif
17847 #define DEFINED_IN_CONFTESTD2
17849 gl_save_CPPFLAGS="$CPPFLAGS"
17850 CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1b -Iconftestd2"
17851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17852 /* end confdefs.h. */
17853 #include <conftest.h>
17854 _ACEOF
17855 if ac_fn_c_try_compile "$LINENO"; then :
17856 gl_cv_have_include_next=yes
17857 else
17858 CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1a -Iconftestd2"
17859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17860 /* end confdefs.h. */
17861 #include <conftest.h>
17862 _ACEOF
17863 if ac_fn_c_try_compile "$LINENO"; then :
17864 gl_cv_have_include_next=buggy
17865 else
17866 gl_cv_have_include_next=no
17868 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17872 CPPFLAGS="$gl_save_CPPFLAGS"
17873 rm -rf conftestd1a conftestd1b conftestd2
17876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_include_next" >&5
17877 $as_echo "$gl_cv_have_include_next" >&6; }
17878 PRAGMA_SYSTEM_HEADER=
17879 if test $gl_cv_have_include_next = yes; then
17880 INCLUDE_NEXT=include_next
17881 INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next
17882 if test -n "$GCC"; then
17883 PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
17885 else
17886 if test $gl_cv_have_include_next = buggy; then
17887 INCLUDE_NEXT=include
17888 INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next
17889 else
17890 INCLUDE_NEXT=include
17891 INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include
17897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5
17898 $as_echo_n "checking whether system header files limit the line length... " >&6; }
17899 if test "${gl_cv_pragma_columns+set}" = set; then :
17900 $as_echo_n "(cached) " >&6
17901 else
17902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17903 /* end confdefs.h. */
17905 #ifdef __TANDEM
17906 choke me
17907 #endif
17909 _ACEOF
17910 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17911 $EGREP "choke me" >/dev/null 2>&1; then :
17912 gl_cv_pragma_columns=yes
17913 else
17914 gl_cv_pragma_columns=no
17916 rm -f conftest*
17920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_pragma_columns" >&5
17921 $as_echo "$gl_cv_pragma_columns" >&6; }
17922 if test $gl_cv_pragma_columns = yes; then
17923 PRAGMA_COLUMNS="#pragma COLUMNS 10000"
17924 else
17925 PRAGMA_COLUMNS=
17932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtold conforms to C99" >&5
17933 $as_echo_n "checking whether strtold conforms to C99... " >&6; }
17934 if test "${gl_cv_func_c99_strtold+set}" = set; then :
17935 $as_echo_n "(cached) " >&6
17936 else
17937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17938 /* end confdefs.h. */
17939 /* On HP-UX before 11.23, strtold returns a struct instead of
17940 long double. Reject implementations like that, by requiring
17941 compatibility with the C99 prototype. */
17942 #include <stdlib.h>
17943 static long double (*p) (char const *, char **) = strtold;
17944 static long double
17945 test (char const *nptr, char **endptr)
17947 long double r;
17948 r = strtold (nptr, endptr);
17949 return r;
17952 main ()
17954 return test ("1.0", NULL) != 1 || p ("1.0", NULL) != 1;
17956 return 0;
17958 _ACEOF
17959 if ac_fn_c_try_link "$LINENO"; then :
17960 gl_cv_func_c99_strtold=yes
17961 else
17962 gl_cv_func_c99_strtold=no
17964 rm -f core conftest.err conftest.$ac_objext \
17965 conftest$ac_exeext conftest.$ac_ext
17967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_c99_strtold" >&5
17968 $as_echo "$gl_cv_func_c99_strtold" >&6; }
17969 if test $gl_cv_func_c99_strtold = yes; then
17971 $as_echo "#define HAVE_C99_STRTOLD 1" >>confdefs.h
17982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if environ is properly declared" >&5
17983 $as_echo_n "checking if environ is properly declared... " >&6; }
17984 if test "${gt_cv_var_environ_declaration+set}" = set; then :
17985 $as_echo_n "(cached) " >&6
17986 else
17988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17989 /* end confdefs.h. */
17990 #if HAVE_UNISTD_H
17991 #include <unistd.h>
17992 #endif
17993 /* mingw, BeOS, Haiku declare environ in <stdlib.h>, not in <unistd.h>. */
17994 #include <stdlib.h>
17996 extern struct { int foo; } environ;
17998 main ()
18000 environ.foo = 1;
18002 return 0;
18004 _ACEOF
18005 if ac_fn_c_try_compile "$LINENO"; then :
18006 gt_cv_var_environ_declaration=no
18007 else
18008 gt_cv_var_environ_declaration=yes
18010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_var_environ_declaration" >&5
18014 $as_echo "$gt_cv_var_environ_declaration" >&6; }
18015 if test $gt_cv_var_environ_declaration = yes; then
18017 $as_echo "#define HAVE_ENVIRON_DECL 1" >>confdefs.h
18022 if test $gt_cv_var_environ_declaration != yes; then
18023 HAVE_DECL_ENVIRON=0
18028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for complete errno.h" >&5
18029 $as_echo_n "checking for complete errno.h... " >&6; }
18030 if test "${gl_cv_header_errno_h_complete+set}" = set; then :
18031 $as_echo_n "(cached) " >&6
18032 else
18034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18035 /* end confdefs.h. */
18037 #include <errno.h>
18038 #if !defined ETXTBSY
18039 booboo
18040 #endif
18041 #if !defined ENOMSG
18042 booboo
18043 #endif
18044 #if !defined EIDRM
18045 booboo
18046 #endif
18047 #if !defined ENOLINK
18048 booboo
18049 #endif
18050 #if !defined EPROTO
18051 booboo
18052 #endif
18053 #if !defined EMULTIHOP
18054 booboo
18055 #endif
18056 #if !defined EBADMSG
18057 booboo
18058 #endif
18059 #if !defined EOVERFLOW
18060 booboo
18061 #endif
18062 #if !defined ENOTSUP
18063 booboo
18064 #endif
18065 #if !defined ENETRESET
18066 booboo
18067 #endif
18068 #if !defined ECONNABORTED
18069 booboo
18070 #endif
18071 #if !defined ESTALE
18072 booboo
18073 #endif
18074 #if !defined EDQUOT
18075 booboo
18076 #endif
18077 #if !defined ECANCELED
18078 booboo
18079 #endif
18080 #if !defined EOWNERDEAD
18081 booboo
18082 #endif
18083 #if !defined ENOTRECOVERABLE
18084 booboo
18085 #endif
18086 #if !defined EILSEQ
18087 booboo
18088 #endif
18090 _ACEOF
18091 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18092 $EGREP "booboo" >/dev/null 2>&1; then :
18093 gl_cv_header_errno_h_complete=no
18094 else
18095 gl_cv_header_errno_h_complete=yes
18097 rm -f conftest*
18101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_complete" >&5
18102 $as_echo "$gl_cv_header_errno_h_complete" >&6; }
18103 if test $gl_cv_header_errno_h_complete = yes; then
18104 ERRNO_H=''
18105 else
18114 if test $gl_cv_have_include_next = yes; then
18115 gl_cv_next_errno_h='<'errno.h'>'
18116 else
18117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <errno.h>" >&5
18118 $as_echo_n "checking absolute name of <errno.h>... " >&6; }
18119 if test "${gl_cv_next_errno_h+set}" = set; then :
18120 $as_echo_n "(cached) " >&6
18121 else
18123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18124 /* end confdefs.h. */
18125 #include <errno.h>
18127 _ACEOF
18128 case "$host_os" in
18129 aix*) gl_absname_cpp="$ac_cpp -C" ;;
18130 *) gl_absname_cpp="$ac_cpp" ;;
18131 esac
18133 case "$host_os" in
18134 mingw*)
18135 gl_dirsep_regex='[/\\]'
18138 gl_dirsep_regex='\/'
18140 esac
18141 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
18143 gl_header_literal_regex=`echo 'errno.h' \
18144 | sed -e "$gl_make_literal_regex_sed"`
18145 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
18146 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
18147 s|^/[^/]|//&|
18151 gl_cv_next_errno_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
18152 sed -n "$gl_absolute_header_sed"`'"'
18156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_errno_h" >&5
18157 $as_echo "$gl_cv_next_errno_h" >&6; }
18159 NEXT_ERRNO_H=$gl_cv_next_errno_h
18161 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
18162 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
18163 gl_next_as_first_directive='<'errno.h'>'
18164 else
18165 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
18166 gl_next_as_first_directive=$gl_cv_next_errno_h
18168 NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=$gl_next_as_first_directive
18173 ERRNO_H='errno.h'
18176 if test -n "$ERRNO_H"; then
18177 GL_GENERATE_ERRNO_H_TRUE=
18178 GL_GENERATE_ERRNO_H_FALSE='#'
18179 else
18180 GL_GENERATE_ERRNO_H_TRUE='#'
18181 GL_GENERATE_ERRNO_H_FALSE=
18185 if test -n "$ERRNO_H"; then
18186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EMULTIHOP value" >&5
18187 $as_echo_n "checking for EMULTIHOP value... " >&6; }
18188 if test "${gl_cv_header_errno_h_EMULTIHOP+set}" = set; then :
18189 $as_echo_n "(cached) " >&6
18190 else
18192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18193 /* end confdefs.h. */
18195 #include <errno.h>
18196 #ifdef EMULTIHOP
18198 #endif
18200 _ACEOF
18201 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18202 $EGREP "yes" >/dev/null 2>&1; then :
18203 gl_cv_header_errno_h_EMULTIHOP=yes
18204 else
18205 gl_cv_header_errno_h_EMULTIHOP=no
18207 rm -f conftest*
18209 if test $gl_cv_header_errno_h_EMULTIHOP = no; then
18210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18211 /* end confdefs.h. */
18213 #define _XOPEN_SOURCE_EXTENDED 1
18214 #include <errno.h>
18215 #ifdef EMULTIHOP
18217 #endif
18219 _ACEOF
18220 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18221 $EGREP "yes" >/dev/null 2>&1; then :
18222 gl_cv_header_errno_h_EMULTIHOP=hidden
18224 rm -f conftest*
18226 if test $gl_cv_header_errno_h_EMULTIHOP = hidden; then
18227 if ac_fn_c_compute_int "$LINENO" "EMULTIHOP" "gl_cv_header_errno_h_EMULTIHOP" "
18228 #define _XOPEN_SOURCE_EXTENDED 1
18229 #include <errno.h>
18230 /* The following two lines are a workaround against an autoconf-2.52 bug. */
18231 #include <stdio.h>
18232 #include <stdlib.h>
18233 "; then :
18241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_EMULTIHOP" >&5
18242 $as_echo "$gl_cv_header_errno_h_EMULTIHOP" >&6; }
18243 case $gl_cv_header_errno_h_EMULTIHOP in
18244 yes | no)
18245 EMULTIHOP_HIDDEN=0; EMULTIHOP_VALUE=
18248 EMULTIHOP_HIDDEN=1; EMULTIHOP_VALUE="$gl_cv_header_errno_h_EMULTIHOP"
18250 esac
18256 if test -n "$ERRNO_H"; then
18257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ENOLINK value" >&5
18258 $as_echo_n "checking for ENOLINK value... " >&6; }
18259 if test "${gl_cv_header_errno_h_ENOLINK+set}" = set; then :
18260 $as_echo_n "(cached) " >&6
18261 else
18263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18264 /* end confdefs.h. */
18266 #include <errno.h>
18267 #ifdef ENOLINK
18269 #endif
18271 _ACEOF
18272 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18273 $EGREP "yes" >/dev/null 2>&1; then :
18274 gl_cv_header_errno_h_ENOLINK=yes
18275 else
18276 gl_cv_header_errno_h_ENOLINK=no
18278 rm -f conftest*
18280 if test $gl_cv_header_errno_h_ENOLINK = no; then
18281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18282 /* end confdefs.h. */
18284 #define _XOPEN_SOURCE_EXTENDED 1
18285 #include <errno.h>
18286 #ifdef ENOLINK
18288 #endif
18290 _ACEOF
18291 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18292 $EGREP "yes" >/dev/null 2>&1; then :
18293 gl_cv_header_errno_h_ENOLINK=hidden
18295 rm -f conftest*
18297 if test $gl_cv_header_errno_h_ENOLINK = hidden; then
18298 if ac_fn_c_compute_int "$LINENO" "ENOLINK" "gl_cv_header_errno_h_ENOLINK" "
18299 #define _XOPEN_SOURCE_EXTENDED 1
18300 #include <errno.h>
18301 /* The following two lines are a workaround against an autoconf-2.52 bug. */
18302 #include <stdio.h>
18303 #include <stdlib.h>
18304 "; then :
18312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_ENOLINK" >&5
18313 $as_echo "$gl_cv_header_errno_h_ENOLINK" >&6; }
18314 case $gl_cv_header_errno_h_ENOLINK in
18315 yes | no)
18316 ENOLINK_HIDDEN=0; ENOLINK_VALUE=
18319 ENOLINK_HIDDEN=1; ENOLINK_VALUE="$gl_cv_header_errno_h_ENOLINK"
18321 esac
18327 if test -n "$ERRNO_H"; then
18328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EOVERFLOW value" >&5
18329 $as_echo_n "checking for EOVERFLOW value... " >&6; }
18330 if test "${gl_cv_header_errno_h_EOVERFLOW+set}" = set; then :
18331 $as_echo_n "(cached) " >&6
18332 else
18334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18335 /* end confdefs.h. */
18337 #include <errno.h>
18338 #ifdef EOVERFLOW
18340 #endif
18342 _ACEOF
18343 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18344 $EGREP "yes" >/dev/null 2>&1; then :
18345 gl_cv_header_errno_h_EOVERFLOW=yes
18346 else
18347 gl_cv_header_errno_h_EOVERFLOW=no
18349 rm -f conftest*
18351 if test $gl_cv_header_errno_h_EOVERFLOW = no; then
18352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18353 /* end confdefs.h. */
18355 #define _XOPEN_SOURCE_EXTENDED 1
18356 #include <errno.h>
18357 #ifdef EOVERFLOW
18359 #endif
18361 _ACEOF
18362 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18363 $EGREP "yes" >/dev/null 2>&1; then :
18364 gl_cv_header_errno_h_EOVERFLOW=hidden
18366 rm -f conftest*
18368 if test $gl_cv_header_errno_h_EOVERFLOW = hidden; then
18369 if ac_fn_c_compute_int "$LINENO" "EOVERFLOW" "gl_cv_header_errno_h_EOVERFLOW" "
18370 #define _XOPEN_SOURCE_EXTENDED 1
18371 #include <errno.h>
18372 /* The following two lines are a workaround against an autoconf-2.52 bug. */
18373 #include <stdio.h>
18374 #include <stdlib.h>
18375 "; then :
18383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_EOVERFLOW" >&5
18384 $as_echo "$gl_cv_header_errno_h_EOVERFLOW" >&6; }
18385 case $gl_cv_header_errno_h_EOVERFLOW in
18386 yes | no)
18387 EOVERFLOW_HIDDEN=0; EOVERFLOW_VALUE=
18390 EOVERFLOW_HIDDEN=1; EOVERFLOW_VALUE="$gl_cv_header_errno_h_EOVERFLOW"
18392 esac
18406 GNULIB_FCNTL=0;
18407 GNULIB_NONBLOCKING=0;
18408 GNULIB_OPEN=0;
18409 GNULIB_OPENAT=0;
18410 HAVE_FCNTL=1;
18411 HAVE_OPENAT=1;
18412 REPLACE_FCNTL=0;
18413 REPLACE_OPEN=0;
18414 REPLACE_OPENAT=0;
18419 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
18420 if test "x$ac_cv_type_mode_t" = x""yes; then :
18422 else
18424 cat >>confdefs.h <<_ACEOF
18425 #define mode_t int
18426 _ACEOF
18430 ac_fn_c_check_decl "$LINENO" "fdatasync" "ac_cv_have_decl_fdatasync" "$ac_includes_default"
18431 if test "x$ac_cv_have_decl_fdatasync" = x""yes; then :
18432 ac_have_decl=1
18433 else
18434 ac_have_decl=0
18437 cat >>confdefs.h <<_ACEOF
18438 #define HAVE_DECL_FDATASYNC $ac_have_decl
18439 _ACEOF
18443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for st_dm_mode in struct stat" >&5
18444 $as_echo_n "checking for st_dm_mode in struct stat... " >&6; }
18445 if test "${ac_cv_struct_st_dm_mode+set}" = set; then :
18446 $as_echo_n "(cached) " >&6
18447 else
18448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18449 /* end confdefs.h. */
18451 #include <sys/types.h>
18452 #include <sys/stat.h>
18454 main ()
18456 struct stat s; s.st_dm_mode;
18458 return 0;
18460 _ACEOF
18461 if ac_fn_c_try_compile "$LINENO"; then :
18462 ac_cv_struct_st_dm_mode=yes
18463 else
18464 ac_cv_struct_st_dm_mode=no
18466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_st_dm_mode" >&5
18469 $as_echo "$ac_cv_struct_st_dm_mode" >&6; }
18471 if test $ac_cv_struct_st_dm_mode = yes; then
18473 $as_echo "#define HAVE_ST_DM_MODE 1" >>confdefs.h
18478 ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default"
18479 if test "x$ac_cv_have_decl_strmode" = x""yes; then :
18480 ac_have_decl=1
18481 else
18482 ac_have_decl=0
18485 cat >>confdefs.h <<_ACEOF
18486 #define HAVE_DECL_STRMODE $ac_have_decl
18487 _ACEOF
18494 GNULIB_FCHMODAT=0;
18495 GNULIB_FSTAT=0;
18496 GNULIB_FSTATAT=0;
18497 GNULIB_FUTIMENS=0;
18498 GNULIB_LCHMOD=0;
18499 GNULIB_LSTAT=0;
18500 GNULIB_MKDIRAT=0;
18501 GNULIB_MKFIFO=0;
18502 GNULIB_MKFIFOAT=0;
18503 GNULIB_MKNOD=0;
18504 GNULIB_MKNODAT=0;
18505 GNULIB_STAT=0;
18506 GNULIB_UTIMENSAT=0;
18507 HAVE_FCHMODAT=1;
18508 HAVE_FSTATAT=1;
18509 HAVE_FUTIMENS=1;
18510 HAVE_LCHMOD=1;
18511 HAVE_LSTAT=1;
18512 HAVE_MKDIRAT=1;
18513 HAVE_MKFIFO=1;
18514 HAVE_MKFIFOAT=1;
18515 HAVE_MKNOD=1;
18516 HAVE_MKNODAT=1;
18517 HAVE_UTIMENSAT=1;
18518 REPLACE_FSTAT=0;
18519 REPLACE_FSTATAT=0;
18520 REPLACE_FUTIMENS=0;
18521 REPLACE_LSTAT=0;
18522 REPLACE_MKDIR=0;
18523 REPLACE_MKFIFO=0;
18524 REPLACE_MKNOD=0;
18525 REPLACE_STAT=0;
18526 REPLACE_UTIMENSAT=0;
18529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5
18530 $as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; }
18531 if test "${gl_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then :
18532 $as_echo_n "(cached) " >&6
18533 else
18534 rm -f conftest.sym conftest.file
18535 echo >conftest.file
18536 if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then
18537 if test "$cross_compiling" = yes; then :
18538 case "$host_os" in
18539 # Guess yes on glibc systems.
18540 *-gnu*) gl_cv_func_lstat_dereferences_slashed_symlink="guessing yes" ;;
18541 # If we don't know, assume the worst.
18542 *) gl_cv_func_lstat_dereferences_slashed_symlink="guessing no" ;;
18543 esac
18545 else
18546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18547 /* end confdefs.h. */
18548 $ac_includes_default
18550 main ()
18552 struct stat sbuf;
18553 /* Linux will dereference the symlink and fail, as required by
18554 POSIX. That is better in the sense that it means we will not
18555 have to compile and use the lstat wrapper. */
18556 return lstat ("conftest.sym/", &sbuf) == 0;
18559 return 0;
18561 _ACEOF
18562 if ac_fn_c_try_run "$LINENO"; then :
18563 gl_cv_func_lstat_dereferences_slashed_symlink=yes
18564 else
18565 gl_cv_func_lstat_dereferences_slashed_symlink=no
18567 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
18568 conftest.$ac_objext conftest.beam conftest.$ac_ext
18571 else
18572 # If the 'ln -s' command failed, then we probably don't even
18573 # have an lstat function.
18574 gl_cv_func_lstat_dereferences_slashed_symlink="guessing no"
18576 rm -f conftest.sym conftest.file
18579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_lstat_dereferences_slashed_symlink" >&5
18580 $as_echo "$gl_cv_func_lstat_dereferences_slashed_symlink" >&6; }
18581 case "$gl_cv_func_lstat_dereferences_slashed_symlink" in
18582 *yes)
18584 cat >>confdefs.h <<_ACEOF
18585 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
18586 _ACEOF
18589 esac
18596 GNULIB__EXIT=0;
18597 GNULIB_ATOLL=0;
18598 GNULIB_CALLOC_POSIX=0;
18599 GNULIB_CANONICALIZE_FILE_NAME=0;
18600 GNULIB_GETLOADAVG=0;
18601 GNULIB_GETSUBOPT=0;
18602 GNULIB_GRANTPT=0;
18603 GNULIB_MALLOC_POSIX=0;
18604 GNULIB_MBTOWC=0;
18605 GNULIB_MKDTEMP=0;
18606 GNULIB_MKOSTEMP=0;
18607 GNULIB_MKOSTEMPS=0;
18608 GNULIB_MKSTEMP=0;
18609 GNULIB_MKSTEMPS=0;
18610 GNULIB_POSIX_OPENPT=0;
18611 GNULIB_PTSNAME=0;
18612 GNULIB_PTSNAME_R=0;
18613 GNULIB_PUTENV=0;
18614 GNULIB_RANDOM=0;
18615 GNULIB_RANDOM_R=0;
18616 GNULIB_REALLOC_POSIX=0;
18617 GNULIB_REALPATH=0;
18618 GNULIB_RPMATCH=0;
18619 GNULIB_SECURE_GETENV=0;
18620 GNULIB_SETENV=0;
18621 GNULIB_STRTOD=0;
18622 GNULIB_STRTOLL=0;
18623 GNULIB_STRTOULL=0;
18624 GNULIB_SYSTEM_POSIX=0;
18625 GNULIB_UNLOCKPT=0;
18626 GNULIB_UNSETENV=0;
18627 GNULIB_WCTOMB=0;
18628 HAVE__EXIT=1;
18629 HAVE_ATOLL=1;
18630 HAVE_CANONICALIZE_FILE_NAME=1;
18631 HAVE_DECL_GETLOADAVG=1;
18632 HAVE_GETSUBOPT=1;
18633 HAVE_GRANTPT=1;
18634 HAVE_MKDTEMP=1;
18635 HAVE_MKOSTEMP=1;
18636 HAVE_MKOSTEMPS=1;
18637 HAVE_MKSTEMP=1;
18638 HAVE_MKSTEMPS=1;
18639 HAVE_POSIX_OPENPT=1;
18640 HAVE_PTSNAME=1;
18641 HAVE_PTSNAME_R=1;
18642 HAVE_RANDOM=1;
18643 HAVE_RANDOM_H=1;
18644 HAVE_RANDOM_R=1;
18645 HAVE_REALPATH=1;
18646 HAVE_RPMATCH=1;
18647 HAVE_SECURE_GETENV=1;
18648 HAVE_SETENV=1;
18649 HAVE_DECL_SETENV=1;
18650 HAVE_STRTOD=1;
18651 HAVE_STRTOLL=1;
18652 HAVE_STRTOULL=1;
18653 HAVE_STRUCT_RANDOM_DATA=1;
18654 HAVE_SYS_LOADAVG_H=0;
18655 HAVE_UNLOCKPT=1;
18656 HAVE_DECL_UNSETENV=1;
18657 REPLACE_CALLOC=0;
18658 REPLACE_CANONICALIZE_FILE_NAME=0;
18659 REPLACE_MALLOC=0;
18660 REPLACE_MBTOWC=0;
18661 REPLACE_MKSTEMP=0;
18662 REPLACE_PTSNAME=0;
18663 REPLACE_PTSNAME_R=0;
18664 REPLACE_PUTENV=0;
18665 REPLACE_RANDOM_R=0;
18666 REPLACE_REALLOC=0;
18667 REPLACE_REALPATH=0;
18668 REPLACE_SETENV=0;
18669 REPLACE_STRTOD=0;
18670 REPLACE_UNSETENV=0;
18671 REPLACE_WCTOMB=0;
18688 if test $gl_cv_have_include_next = yes; then
18689 gl_cv_next_getopt_h='<'getopt.h'>'
18690 else
18691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <getopt.h>" >&5
18692 $as_echo_n "checking absolute name of <getopt.h>... " >&6; }
18693 if test "${gl_cv_next_getopt_h+set}" = set; then :
18694 $as_echo_n "(cached) " >&6
18695 else
18697 if test $ac_cv_header_getopt_h = yes; then
18700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18701 /* end confdefs.h. */
18702 #include <getopt.h>
18704 _ACEOF
18705 case "$host_os" in
18706 aix*) gl_absname_cpp="$ac_cpp -C" ;;
18707 *) gl_absname_cpp="$ac_cpp" ;;
18708 esac
18710 case "$host_os" in
18711 mingw*)
18712 gl_dirsep_regex='[/\\]'
18715 gl_dirsep_regex='\/'
18717 esac
18718 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
18720 gl_header_literal_regex=`echo 'getopt.h' \
18721 | sed -e "$gl_make_literal_regex_sed"`
18722 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
18723 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
18724 s|^/[^/]|//&|
18728 gl_cv_next_getopt_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
18729 sed -n "$gl_absolute_header_sed"`'"'
18730 else
18731 gl_cv_next_getopt_h='<'getopt.h'>'
18736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_getopt_h" >&5
18737 $as_echo "$gl_cv_next_getopt_h" >&6; }
18739 NEXT_GETOPT_H=$gl_cv_next_getopt_h
18741 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
18742 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
18743 gl_next_as_first_directive='<'getopt.h'>'
18744 else
18745 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
18746 gl_next_as_first_directive=$gl_cv_next_getopt_h
18748 NEXT_AS_FIRST_DIRECTIVE_GETOPT_H=$gl_next_as_first_directive
18753 if test $ac_cv_header_getopt_h = yes; then
18754 HAVE_GETOPT_H=1
18755 else
18756 HAVE_GETOPT_H=0
18760 gl_replace_getopt=
18762 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then
18763 for ac_header in getopt.h
18764 do :
18765 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
18766 if test "x$ac_cv_header_getopt_h" = x""yes; then :
18767 cat >>confdefs.h <<_ACEOF
18768 #define HAVE_GETOPT_H 1
18769 _ACEOF
18771 else
18772 gl_replace_getopt=yes
18775 done
18779 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then
18780 for ac_func in getopt_long_only
18781 do :
18782 ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only"
18783 if test "x$ac_cv_func_getopt_long_only" = x""yes; then :
18784 cat >>confdefs.h <<_ACEOF
18785 #define HAVE_GETOPT_LONG_ONLY 1
18786 _ACEOF
18788 else
18789 gl_replace_getopt=yes
18791 done
18795 if test -z "$gl_replace_getopt"; then
18796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5
18797 $as_echo_n "checking whether getopt is POSIX compatible... " >&6; }
18798 if test "${gl_cv_func_getopt_posix+set}" = set; then :
18799 $as_echo_n "(cached) " >&6
18800 else
18802 if test $cross_compiling = no; then
18803 if test "$cross_compiling" = yes; then :
18804 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18805 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18806 as_fn_error "cannot run test program while cross compiling
18807 See \`config.log' for more details." "$LINENO" 5; }
18808 else
18809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18810 /* end confdefs.h. */
18812 #include <unistd.h>
18813 #include <stdlib.h>
18814 #include <string.h>
18817 main ()
18819 static char program[] = "program";
18820 static char a[] = "-a";
18821 static char foo[] = "foo";
18822 static char bar[] = "bar";
18823 char *argv[] = { program, a, foo, bar, NULL };
18824 int c;
18826 c = getopt (4, argv, "ab");
18827 if (!(c == 'a'))
18828 return 1;
18829 c = getopt (4, argv, "ab");
18830 if (!(c == -1))
18831 return 2;
18832 if (!(optind == 2))
18833 return 3;
18834 return 0;
18837 _ACEOF
18838 if ac_fn_c_try_run "$LINENO"; then :
18839 gl_cv_func_getopt_posix=maybe
18840 else
18841 gl_cv_func_getopt_posix=no
18843 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
18844 conftest.$ac_objext conftest.beam conftest.$ac_ext
18847 if test $gl_cv_func_getopt_posix = maybe; then
18848 if test "$cross_compiling" = yes; then :
18849 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18850 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18851 as_fn_error "cannot run test program while cross compiling
18852 See \`config.log' for more details." "$LINENO" 5; }
18853 else
18854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18855 /* end confdefs.h. */
18857 #include <unistd.h>
18858 #include <stdlib.h>
18859 #include <string.h>
18862 main ()
18864 static char program[] = "program";
18865 static char donald[] = "donald";
18866 static char p[] = "-p";
18867 static char billy[] = "billy";
18868 static char duck[] = "duck";
18869 static char a[] = "-a";
18870 static char bar[] = "bar";
18871 char *argv[] = { program, donald, p, billy, duck, a, bar, NULL };
18872 int c;
18874 c = getopt (7, argv, "+abp:q:");
18875 if (!(c == -1))
18876 return 4;
18877 if (!(strcmp (argv[0], "program") == 0))
18878 return 5;
18879 if (!(strcmp (argv[1], "donald") == 0))
18880 return 6;
18881 if (!(strcmp (argv[2], "-p") == 0))
18882 return 7;
18883 if (!(strcmp (argv[3], "billy") == 0))
18884 return 8;
18885 if (!(strcmp (argv[4], "duck") == 0))
18886 return 9;
18887 if (!(strcmp (argv[5], "-a") == 0))
18888 return 10;
18889 if (!(strcmp (argv[6], "bar") == 0))
18890 return 11;
18891 if (!(optind == 1))
18892 return 12;
18893 return 0;
18896 _ACEOF
18897 if ac_fn_c_try_run "$LINENO"; then :
18898 gl_cv_func_getopt_posix=maybe
18899 else
18900 gl_cv_func_getopt_posix=no
18902 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
18903 conftest.$ac_objext conftest.beam conftest.$ac_ext
18907 if test $gl_cv_func_getopt_posix = maybe; then
18908 if test "$cross_compiling" = yes; then :
18909 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18910 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18911 as_fn_error "cannot run test program while cross compiling
18912 See \`config.log' for more details." "$LINENO" 5; }
18913 else
18914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18915 /* end confdefs.h. */
18917 #include <unistd.h>
18918 #include <stdlib.h>
18919 #include <string.h>
18922 main ()
18924 static char program[] = "program";
18925 static char ab[] = "-ab";
18926 char *argv[3] = { program, ab, NULL };
18927 if (getopt (2, argv, "ab:") != 'a')
18928 return 13;
18929 if (getopt (2, argv, "ab:") != '?')
18930 return 14;
18931 if (optopt != 'b')
18932 return 15;
18933 if (optind != 2)
18934 return 16;
18935 return 0;
18938 _ACEOF
18939 if ac_fn_c_try_run "$LINENO"; then :
18940 gl_cv_func_getopt_posix=yes
18941 else
18942 gl_cv_func_getopt_posix=no
18944 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
18945 conftest.$ac_objext conftest.beam conftest.$ac_ext
18949 else
18950 case "$host_os" in
18951 darwin* | aix* | mingw*) gl_cv_func_getopt_posix="guessing no";;
18952 *) gl_cv_func_getopt_posix="guessing yes";;
18953 esac
18957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_posix" >&5
18958 $as_echo "$gl_cv_func_getopt_posix" >&6; }
18959 case "$gl_cv_func_getopt_posix" in
18960 *no) gl_replace_getopt=yes ;;
18961 esac
18964 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then
18965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5
18966 $as_echo_n "checking for working GNU getopt function... " >&6; }
18967 if test "${gl_cv_func_getopt_gnu+set}" = set; then :
18968 $as_echo_n "(cached) " >&6
18969 else
18970 # Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the
18971 # optstring is necessary for programs like m4 that have POSIX-mandated
18972 # semantics for supporting options interspersed with files.
18973 # Also, since getopt_long is a GNU extension, we require optind=0.
18974 # Bash ties 'set -o posix' to a non-exported POSIXLY_CORRECT;
18975 # so take care to revert to the correct (non-)export state.
18976 gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
18977 case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
18978 xx) gl_had_POSIXLY_CORRECT=exported ;;
18979 x) gl_had_POSIXLY_CORRECT=yes ;;
18980 *) gl_had_POSIXLY_CORRECT= ;;
18981 esac
18982 POSIXLY_CORRECT=1
18983 export POSIXLY_CORRECT
18984 if test "$cross_compiling" = yes; then :
18985 gl_cv_func_getopt_gnu="guessing no"
18987 else
18988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18989 /* end confdefs.h. */
18990 #include <getopt.h>
18991 #include <stddef.h>
18992 #include <string.h>
18994 #include <stdlib.h>
18995 #if defined __MACH__ && defined __APPLE__
18996 /* Avoid a crash on Mac OS X. */
18997 #include <mach/mach.h>
18998 #include <mach/mach_error.h>
18999 #include <mach/thread_status.h>
19000 #include <mach/exception.h>
19001 #include <mach/task.h>
19002 #include <pthread.h>
19003 /* The exception port on which our thread listens. */
19004 static mach_port_t our_exception_port;
19005 /* The main function of the thread listening for exceptions of type
19006 EXC_BAD_ACCESS. */
19007 static void *
19008 mach_exception_thread (void *arg)
19010 /* Buffer for a message to be received. */
19011 struct {
19012 mach_msg_header_t head;
19013 mach_msg_body_t msgh_body;
19014 char data[1024];
19015 } msg;
19016 mach_msg_return_t retval;
19017 /* Wait for a message on the exception port. */
19018 retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg),
19019 our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
19020 if (retval != MACH_MSG_SUCCESS)
19021 abort ();
19022 exit (1);
19024 static void
19025 nocrash_init (void)
19027 mach_port_t self = mach_task_self ();
19028 /* Allocate a port on which the thread shall listen for exceptions. */
19029 if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
19030 == KERN_SUCCESS) {
19031 /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */
19032 if (mach_port_insert_right (self, our_exception_port, our_exception_port,
19033 MACH_MSG_TYPE_MAKE_SEND)
19034 == KERN_SUCCESS) {
19035 /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting
19036 for us. */
19037 exception_mask_t mask = EXC_MASK_BAD_ACCESS;
19038 /* Create the thread listening on the exception port. */
19039 pthread_attr_t attr;
19040 pthread_t thread;
19041 if (pthread_attr_init (&attr) == 0
19042 && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0
19043 && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) {
19044 pthread_attr_destroy (&attr);
19045 /* Replace the exception port info for these exceptions with our own.
19046 Note that we replace the exception port for the entire task, not only
19047 for a particular thread. This has the effect that when our exception
19048 port gets the message, the thread specific exception port has already
19049 been asked, and we don't need to bother about it.
19050 See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */
19051 task_set_exception_ports (self, mask, our_exception_port,
19052 EXCEPTION_DEFAULT, MACHINE_THREAD_STATE);
19057 #elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
19058 /* Avoid a crash on native Windows. */
19059 #define WIN32_LEAN_AND_MEAN
19060 #include <windows.h>
19061 #include <winerror.h>
19062 static LONG WINAPI
19063 exception_filter (EXCEPTION_POINTERS *ExceptionInfo)
19065 switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
19067 case EXCEPTION_ACCESS_VIOLATION:
19068 case EXCEPTION_IN_PAGE_ERROR:
19069 case EXCEPTION_STACK_OVERFLOW:
19070 case EXCEPTION_GUARD_PAGE:
19071 case EXCEPTION_PRIV_INSTRUCTION:
19072 case EXCEPTION_ILLEGAL_INSTRUCTION:
19073 case EXCEPTION_DATATYPE_MISALIGNMENT:
19074 case EXCEPTION_ARRAY_BOUNDS_EXCEEDED:
19075 case EXCEPTION_NONCONTINUABLE_EXCEPTION:
19076 exit (1);
19078 return EXCEPTION_CONTINUE_SEARCH;
19080 static void
19081 nocrash_init (void)
19083 SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter);
19085 #else
19086 /* Avoid a crash on POSIX systems. */
19087 #include <signal.h>
19088 /* A POSIX signal handler. */
19089 static void
19090 exception_handler (int sig)
19092 exit (1);
19094 static void
19095 nocrash_init (void)
19097 #ifdef SIGSEGV
19098 signal (SIGSEGV, exception_handler);
19099 #endif
19100 #ifdef SIGBUS
19101 signal (SIGBUS, exception_handler);
19102 #endif
19104 #endif
19108 main ()
19111 int result = 0;
19113 nocrash_init();
19115 /* This code succeeds on glibc 2.8, OpenBSD 4.0, Cygwin, mingw,
19116 and fails on Mac OS X 10.5, AIX 5.2, HP-UX 11, IRIX 6.5,
19117 OSF/1 5.1, Solaris 10. */
19119 static char conftest[] = "conftest";
19120 static char plus[] = "-+";
19121 char *argv[3] = { conftest, plus, NULL };
19122 opterr = 0;
19123 if (getopt (2, argv, "+a") != '?')
19124 result |= 1;
19126 /* This code succeeds on glibc 2.8, mingw,
19127 and fails on Mac OS X 10.5, OpenBSD 4.0, AIX 5.2, HP-UX 11,
19128 IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x. */
19130 static char program[] = "program";
19131 static char p[] = "-p";
19132 static char foo[] = "foo";
19133 static char bar[] = "bar";
19134 char *argv[] = { program, p, foo, bar, NULL };
19136 optind = 1;
19137 if (getopt (4, argv, "p::") != 'p')
19138 result |= 2;
19139 else if (optarg != NULL)
19140 result |= 4;
19141 else if (getopt (4, argv, "p::") != -1)
19142 result |= 6;
19143 else if (optind != 2)
19144 result |= 8;
19146 /* This code succeeds on glibc 2.8 and fails on Cygwin 1.7.0. */
19148 static char program[] = "program";
19149 static char foo[] = "foo";
19150 static char p[] = "-p";
19151 char *argv[] = { program, foo, p, NULL };
19152 optind = 0;
19153 if (getopt (3, argv, "-p") != 1)
19154 result |= 16;
19155 else if (getopt (3, argv, "-p") != 'p')
19156 result |= 16;
19158 /* This code fails on glibc 2.11. */
19160 static char program[] = "program";
19161 static char b[] = "-b";
19162 static char a[] = "-a";
19163 char *argv[] = { program, b, a, NULL };
19164 optind = opterr = 0;
19165 if (getopt (3, argv, "+:a:b") != 'b')
19166 result |= 32;
19167 else if (getopt (3, argv, "+:a:b") != ':')
19168 result |= 32;
19170 /* This code dumps core on glibc 2.14. */
19172 static char program[] = "program";
19173 static char w[] = "-W";
19174 static char dummy[] = "dummy";
19175 char *argv[] = { program, w, dummy, NULL };
19176 optind = opterr = 1;
19177 if (getopt (3, argv, "W;") != 'W')
19178 result |= 64;
19180 return result;
19183 return 0;
19185 _ACEOF
19186 if ac_fn_c_try_run "$LINENO"; then :
19187 gl_cv_func_getopt_gnu=yes
19188 else
19189 gl_cv_func_getopt_gnu=no
19191 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19192 conftest.$ac_objext conftest.beam conftest.$ac_ext
19195 case $gl_had_POSIXLY_CORRECT in
19196 exported) ;;
19197 yes) { POSIXLY_CORRECT=; unset POSIXLY_CORRECT;}; POSIXLY_CORRECT=1 ;;
19198 *) { POSIXLY_CORRECT=; unset POSIXLY_CORRECT;} ;;
19199 esac
19202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_gnu" >&5
19203 $as_echo "$gl_cv_func_getopt_gnu" >&6; }
19204 if test "$gl_cv_func_getopt_gnu" != yes; then
19205 gl_replace_getopt=yes
19206 else
19207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt_long function" >&5
19208 $as_echo_n "checking for working GNU getopt_long function... " >&6; }
19209 if test "${gl_cv_func_getopt_long_gnu+set}" = set; then :
19210 $as_echo_n "(cached) " >&6
19211 else
19212 if test "$cross_compiling" = yes; then :
19213 case "$host_os" in
19214 openbsd*) gl_cv_func_getopt_long_gnu="guessing no";;
19215 *) gl_cv_func_getopt_long_gnu="guessing yes";;
19216 esac
19218 else
19219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19220 /* end confdefs.h. */
19221 #include <getopt.h>
19222 #include <stddef.h>
19223 #include <string.h>
19226 main ()
19228 static const struct option long_options[] =
19230 { "xtremely-",no_argument, NULL, 1003 },
19231 { "xtra", no_argument, NULL, 1001 },
19232 { "xtreme", no_argument, NULL, 1002 },
19233 { "xtremely", no_argument, NULL, 1003 },
19234 { NULL, 0, NULL, 0 }
19236 /* This code fails on OpenBSD 5.0. */
19238 static char program[] = "program";
19239 static char xtremel[] = "--xtremel";
19240 char *argv[] = { program, xtremel, NULL };
19241 int option_index;
19242 optind = 1; opterr = 0;
19243 if (getopt_long (2, argv, "", long_options, &option_index) != 1003)
19244 return 1;
19246 return 0;
19249 return 0;
19251 _ACEOF
19252 if ac_fn_c_try_run "$LINENO"; then :
19253 gl_cv_func_getopt_long_gnu=yes
19254 else
19255 gl_cv_func_getopt_long_gnu=no
19257 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19258 conftest.$ac_objext conftest.beam conftest.$ac_ext
19263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_long_gnu" >&5
19264 $as_echo "$gl_cv_func_getopt_long_gnu" >&6; }
19265 case "$gl_cv_func_getopt_long_gnu" in
19266 *yes) ;;
19267 *) gl_replace_getopt=yes ;;
19268 esac
19277 REPLACE_GETOPT=0
19278 if test -n "$gl_replace_getopt"; then
19279 REPLACE_GETOPT=1
19282 if test $REPLACE_GETOPT = 1; then
19284 GETOPT_H=getopt.h
19286 $as_echo "#define __GETOPT_PREFIX rpl_" >>confdefs.h
19292 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
19293 if test "x$ac_cv_have_decl_getenv" = x""yes; then :
19294 ac_have_decl=1
19295 else
19296 ac_have_decl=0
19299 cat >>confdefs.h <<_ACEOF
19300 #define HAVE_DECL_GETENV $ac_have_decl
19301 _ACEOF
19308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5
19309 $as_echo_n "checking for C/C++ restrict keyword... " >&6; }
19310 if test "${ac_cv_c_restrict+set}" = set; then :
19311 $as_echo_n "(cached) " >&6
19312 else
19313 ac_cv_c_restrict=no
19314 # The order here caters to the fact that C++ does not require restrict.
19315 for ac_kw in __restrict __restrict__ _Restrict restrict; do
19316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19317 /* end confdefs.h. */
19318 typedef int * int_ptr;
19319 int foo (int_ptr $ac_kw ip) {
19320 return ip[0];
19323 main ()
19325 int s[1];
19326 int * $ac_kw t = s;
19327 t[0] = 0;
19328 return foo(t)
19330 return 0;
19332 _ACEOF
19333 if ac_fn_c_try_compile "$LINENO"; then :
19334 ac_cv_c_restrict=$ac_kw
19336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19337 test "$ac_cv_c_restrict" != no && break
19338 done
19341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_restrict" >&5
19342 $as_echo "$ac_cv_c_restrict" >&6; }
19344 case $ac_cv_c_restrict in
19345 restrict) ;;
19346 no) $as_echo "#define restrict /**/" >>confdefs.h
19348 *) cat >>confdefs.h <<_ACEOF
19349 #define restrict $ac_cv_c_restrict
19350 _ACEOF
19352 esac
19355 GNULIB_GETTIMEOFDAY=0;
19356 HAVE_GETTIMEOFDAY=1;
19357 HAVE_STRUCT_TIMEVAL=1;
19358 HAVE_SYS_TIME_H=1;
19359 REPLACE_GETTIMEOFDAY=0;
19360 REPLACE_STRUCT_TIMEVAL=0;
19377 if test $gl_cv_have_include_next = yes; then
19378 gl_cv_next_sys_time_h='<'sys/time.h'>'
19379 else
19380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/time.h>" >&5
19381 $as_echo_n "checking absolute name of <sys/time.h>... " >&6; }
19382 if test "${gl_cv_next_sys_time_h+set}" = set; then :
19383 $as_echo_n "(cached) " >&6
19384 else
19386 if test $ac_cv_header_sys_time_h = yes; then
19389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19390 /* end confdefs.h. */
19391 #include <sys/time.h>
19393 _ACEOF
19394 case "$host_os" in
19395 aix*) gl_absname_cpp="$ac_cpp -C" ;;
19396 *) gl_absname_cpp="$ac_cpp" ;;
19397 esac
19399 case "$host_os" in
19400 mingw*)
19401 gl_dirsep_regex='[/\\]'
19404 gl_dirsep_regex='\/'
19406 esac
19407 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
19409 gl_header_literal_regex=`echo 'sys/time.h' \
19410 | sed -e "$gl_make_literal_regex_sed"`
19411 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
19412 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
19413 s|^/[^/]|//&|
19417 gl_cv_next_sys_time_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
19418 sed -n "$gl_absolute_header_sed"`'"'
19419 else
19420 gl_cv_next_sys_time_h='<'sys/time.h'>'
19425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_time_h" >&5
19426 $as_echo "$gl_cv_next_sys_time_h" >&6; }
19428 NEXT_SYS_TIME_H=$gl_cv_next_sys_time_h
19430 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
19431 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
19432 gl_next_as_first_directive='<'sys/time.h'>'
19433 else
19434 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
19435 gl_next_as_first_directive=$gl_cv_next_sys_time_h
19437 NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H=$gl_next_as_first_directive
19443 if test $ac_cv_header_sys_time_h != yes; then
19444 HAVE_SYS_TIME_H=0
19451 if test $ac_cv_header_sys_socket_h != yes; then
19452 for ac_header in winsock2.h
19453 do :
19454 ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default"
19455 if test "x$ac_cv_header_winsock2_h" = x""yes; then :
19456 cat >>confdefs.h <<_ACEOF
19457 #define HAVE_WINSOCK2_H 1
19458 _ACEOF
19462 done
19465 if test "$ac_cv_header_winsock2_h" = yes; then
19466 HAVE_WINSOCK2_H=1
19467 UNISTD_H_HAVE_WINSOCK2_H=1
19468 SYS_IOCTL_H_HAVE_WINSOCK2_H=1
19469 else
19470 HAVE_WINSOCK2_H=0
19474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5
19475 $as_echo_n "checking for struct timeval... " >&6; }
19476 if test "${gl_cv_sys_struct_timeval+set}" = set; then :
19477 $as_echo_n "(cached) " >&6
19478 else
19479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19480 /* end confdefs.h. */
19481 #if HAVE_SYS_TIME_H
19482 #include <sys/time.h>
19483 #endif
19484 #include <time.h>
19485 #if HAVE_WINSOCK2_H
19486 # include <winsock2.h>
19487 #endif
19490 main ()
19492 static struct timeval x; x.tv_sec = x.tv_usec;
19494 return 0;
19496 _ACEOF
19497 if ac_fn_c_try_compile "$LINENO"; then :
19498 gl_cv_sys_struct_timeval=yes
19499 else
19500 gl_cv_sys_struct_timeval=no
19502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timeval" >&5
19506 $as_echo "$gl_cv_sys_struct_timeval" >&6; }
19507 if test $gl_cv_sys_struct_timeval != yes; then
19508 HAVE_STRUCT_TIMEVAL=0
19509 else
19510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wide-enough struct timeval.tv_sec member" >&5
19511 $as_echo_n "checking for wide-enough struct timeval.tv_sec member... " >&6; }
19512 if test "${gl_cv_sys_struct_timeval_tv_sec+set}" = set; then :
19513 $as_echo_n "(cached) " >&6
19514 else
19515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19516 /* end confdefs.h. */
19517 #if HAVE_SYS_TIME_H
19518 #include <sys/time.h>
19519 #endif
19520 #include <time.h>
19521 #if HAVE_WINSOCK2_H
19522 # include <winsock2.h>
19523 #endif
19526 main ()
19528 static struct timeval x;
19529 typedef int verify_tv_sec_type[
19530 sizeof (time_t) <= sizeof x.tv_sec ? 1 : -1
19534 return 0;
19536 _ACEOF
19537 if ac_fn_c_try_compile "$LINENO"; then :
19538 gl_cv_sys_struct_timeval_tv_sec=yes
19539 else
19540 gl_cv_sys_struct_timeval_tv_sec=no
19542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timeval_tv_sec" >&5
19546 $as_echo "$gl_cv_sys_struct_timeval_tv_sec" >&6; }
19547 if test $gl_cv_sys_struct_timeval_tv_sec != yes; then
19548 REPLACE_STRUCT_TIMEVAL=1
19558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5
19559 $as_echo_n "checking for unsigned long long int... " >&6; }
19560 if test "${ac_cv_type_unsigned_long_long_int+set}" = set; then :
19561 $as_echo_n "(cached) " >&6
19562 else
19563 ac_cv_type_unsigned_long_long_int=yes
19564 if test "x${ac_cv_prog_cc_c99-no}" = xno; then
19565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19566 /* end confdefs.h. */
19568 /* For now, do not test the preprocessor; as of 2007 there are too many
19569 implementations with broken preprocessors. Perhaps this can
19570 be revisited in 2012. In the meantime, code should not expect
19571 #if to work with literals wider than 32 bits. */
19572 /* Test literals. */
19573 long long int ll = 9223372036854775807ll;
19574 long long int nll = -9223372036854775807LL;
19575 unsigned long long int ull = 18446744073709551615ULL;
19576 /* Test constant expressions. */
19577 typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
19578 ? 1 : -1)];
19579 typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
19580 ? 1 : -1)];
19581 int i = 63;
19583 main ()
19585 /* Test availability of runtime routines for shift and division. */
19586 long long int llmax = 9223372036854775807ll;
19587 unsigned long long int ullmax = 18446744073709551615ull;
19588 return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
19589 | (llmax / ll) | (llmax % ll)
19590 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
19591 | (ullmax / ull) | (ullmax % ull));
19593 return 0;
19596 _ACEOF
19597 if ac_fn_c_try_link "$LINENO"; then :
19599 else
19600 ac_cv_type_unsigned_long_long_int=no
19602 rm -f core conftest.err conftest.$ac_objext \
19603 conftest$ac_exeext conftest.$ac_ext
19606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_unsigned_long_long_int" >&5
19607 $as_echo "$ac_cv_type_unsigned_long_long_int" >&6; }
19608 if test $ac_cv_type_unsigned_long_long_int = yes; then
19610 $as_echo "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h
19616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5
19617 $as_echo_n "checking for long long int... " >&6; }
19618 if test "${ac_cv_type_long_long_int+set}" = set; then :
19619 $as_echo_n "(cached) " >&6
19620 else
19621 ac_cv_type_long_long_int=yes
19622 if test "x${ac_cv_prog_cc_c99-no}" = xno; then
19623 ac_cv_type_long_long_int=$ac_cv_type_unsigned_long_long_int
19624 if test $ac_cv_type_long_long_int = yes; then
19625 if test "$cross_compiling" = yes; then :
19627 else
19628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19629 /* end confdefs.h. */
19630 #include <limits.h>
19631 #ifndef LLONG_MAX
19632 # define HALF \
19633 (1LL << (sizeof (long long int) * CHAR_BIT - 2))
19634 # define LLONG_MAX (HALF - 1 + HALF)
19635 #endif
19637 main ()
19639 long long int n = 1;
19640 int i;
19641 for (i = 0; ; i++)
19643 long long int m = n << i;
19644 if (m >> i != n)
19645 return 1;
19646 if (LLONG_MAX / 2 < m)
19647 break;
19649 return 0;
19651 return 0;
19653 _ACEOF
19654 if ac_fn_c_try_run "$LINENO"; then :
19656 else
19657 ac_cv_type_long_long_int=no
19659 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19660 conftest.$ac_objext conftest.beam conftest.$ac_ext
19666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_long_int" >&5
19667 $as_echo "$ac_cv_type_long_long_int" >&6; }
19668 if test $ac_cv_type_long_long_int = yes; then
19670 $as_echo "#define HAVE_LONG_LONG_INT 1" >>confdefs.h
19679 gl_cv_c_multiarch=no
19680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19681 /* end confdefs.h. */
19682 #ifndef __APPLE_CC__
19683 not a universal capable compiler
19684 #endif
19685 typedef int dummy;
19687 _ACEOF
19688 if ac_fn_c_try_compile "$LINENO"; then :
19690 arch=
19691 prev=
19692 for word in ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}; do
19693 if test -n "$prev"; then
19694 case $word in
19695 i?86 | x86_64 | ppc | ppc64)
19696 if test -z "$arch" || test "$arch" = "$word"; then
19697 arch="$word"
19698 else
19699 gl_cv_c_multiarch=yes
19702 esac
19703 prev=
19704 else
19705 if test "x$word" = "x-arch"; then
19706 prev=arch
19709 done
19712 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19713 if test $gl_cv_c_multiarch = yes; then
19714 APPLE_UNIVERSAL_BUILD=1
19715 else
19716 APPLE_UNIVERSAL_BUILD=0
19723 if test $ac_cv_type_long_long_int = yes; then
19724 HAVE_LONG_LONG_INT=1
19725 else
19726 HAVE_LONG_LONG_INT=0
19730 if test $ac_cv_type_unsigned_long_long_int = yes; then
19731 HAVE_UNSIGNED_LONG_LONG_INT=1
19732 else
19733 HAVE_UNSIGNED_LONG_LONG_INT=0
19738 if test $ac_cv_header_wchar_h = yes; then
19739 HAVE_WCHAR_H=1
19740 else
19741 HAVE_WCHAR_H=0
19745 if test $ac_cv_header_inttypes_h = yes; then
19746 HAVE_INTTYPES_H=1
19747 else
19748 HAVE_INTTYPES_H=0
19752 if test $ac_cv_header_sys_types_h = yes; then
19753 HAVE_SYS_TYPES_H=1
19754 else
19755 HAVE_SYS_TYPES_H=0
19768 if test $gl_cv_have_include_next = yes; then
19769 gl_cv_next_stdint_h='<'stdint.h'>'
19770 else
19771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdint.h>" >&5
19772 $as_echo_n "checking absolute name of <stdint.h>... " >&6; }
19773 if test "${gl_cv_next_stdint_h+set}" = set; then :
19774 $as_echo_n "(cached) " >&6
19775 else
19777 if test $ac_cv_header_stdint_h = yes; then
19780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19781 /* end confdefs.h. */
19782 #include <stdint.h>
19784 _ACEOF
19785 case "$host_os" in
19786 aix*) gl_absname_cpp="$ac_cpp -C" ;;
19787 *) gl_absname_cpp="$ac_cpp" ;;
19788 esac
19790 case "$host_os" in
19791 mingw*)
19792 gl_dirsep_regex='[/\\]'
19795 gl_dirsep_regex='\/'
19797 esac
19798 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
19800 gl_header_literal_regex=`echo 'stdint.h' \
19801 | sed -e "$gl_make_literal_regex_sed"`
19802 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
19803 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
19804 s|^/[^/]|//&|
19808 gl_cv_next_stdint_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
19809 sed -n "$gl_absolute_header_sed"`'"'
19810 else
19811 gl_cv_next_stdint_h='<'stdint.h'>'
19816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdint_h" >&5
19817 $as_echo "$gl_cv_next_stdint_h" >&6; }
19819 NEXT_STDINT_H=$gl_cv_next_stdint_h
19821 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
19822 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
19823 gl_next_as_first_directive='<'stdint.h'>'
19824 else
19825 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
19826 gl_next_as_first_directive=$gl_cv_next_stdint_h
19828 NEXT_AS_FIRST_DIRECTIVE_STDINT_H=$gl_next_as_first_directive
19833 if test $ac_cv_header_stdint_h = yes; then
19834 HAVE_STDINT_H=1
19835 else
19836 HAVE_STDINT_H=0
19840 if test $ac_cv_header_stdint_h = yes; then
19841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h conforms to C99" >&5
19842 $as_echo_n "checking whether stdint.h conforms to C99... " >&6; }
19843 if test "${gl_cv_header_working_stdint_h+set}" = set; then :
19844 $as_echo_n "(cached) " >&6
19845 else
19846 gl_cv_header_working_stdint_h=no
19847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19848 /* end confdefs.h. */
19851 #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */
19852 #include <stdint.h>
19853 /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */
19854 #if !(defined WCHAR_MIN && defined WCHAR_MAX)
19855 #error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>"
19856 #endif
19859 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
19860 included before <wchar.h>. */
19861 #include <stddef.h>
19862 #include <signal.h>
19863 #if HAVE_WCHAR_H
19864 # include <stdio.h>
19865 # include <time.h>
19866 # include <wchar.h>
19867 #endif
19870 #ifdef INT8_MAX
19871 int8_t a1 = INT8_MAX;
19872 int8_t a1min = INT8_MIN;
19873 #endif
19874 #ifdef INT16_MAX
19875 int16_t a2 = INT16_MAX;
19876 int16_t a2min = INT16_MIN;
19877 #endif
19878 #ifdef INT32_MAX
19879 int32_t a3 = INT32_MAX;
19880 int32_t a3min = INT32_MIN;
19881 #endif
19882 #ifdef INT64_MAX
19883 int64_t a4 = INT64_MAX;
19884 int64_t a4min = INT64_MIN;
19885 #endif
19886 #ifdef UINT8_MAX
19887 uint8_t b1 = UINT8_MAX;
19888 #else
19889 typedef int b1[(unsigned char) -1 != 255 ? 1 : -1];
19890 #endif
19891 #ifdef UINT16_MAX
19892 uint16_t b2 = UINT16_MAX;
19893 #endif
19894 #ifdef UINT32_MAX
19895 uint32_t b3 = UINT32_MAX;
19896 #endif
19897 #ifdef UINT64_MAX
19898 uint64_t b4 = UINT64_MAX;
19899 #endif
19900 int_least8_t c1 = INT8_C (0x7f);
19901 int_least8_t c1max = INT_LEAST8_MAX;
19902 int_least8_t c1min = INT_LEAST8_MIN;
19903 int_least16_t c2 = INT16_C (0x7fff);
19904 int_least16_t c2max = INT_LEAST16_MAX;
19905 int_least16_t c2min = INT_LEAST16_MIN;
19906 int_least32_t c3 = INT32_C (0x7fffffff);
19907 int_least32_t c3max = INT_LEAST32_MAX;
19908 int_least32_t c3min = INT_LEAST32_MIN;
19909 int_least64_t c4 = INT64_C (0x7fffffffffffffff);
19910 int_least64_t c4max = INT_LEAST64_MAX;
19911 int_least64_t c4min = INT_LEAST64_MIN;
19912 uint_least8_t d1 = UINT8_C (0xff);
19913 uint_least8_t d1max = UINT_LEAST8_MAX;
19914 uint_least16_t d2 = UINT16_C (0xffff);
19915 uint_least16_t d2max = UINT_LEAST16_MAX;
19916 uint_least32_t d3 = UINT32_C (0xffffffff);
19917 uint_least32_t d3max = UINT_LEAST32_MAX;
19918 uint_least64_t d4 = UINT64_C (0xffffffffffffffff);
19919 uint_least64_t d4max = UINT_LEAST64_MAX;
19920 int_fast8_t e1 = INT_FAST8_MAX;
19921 int_fast8_t e1min = INT_FAST8_MIN;
19922 int_fast16_t e2 = INT_FAST16_MAX;
19923 int_fast16_t e2min = INT_FAST16_MIN;
19924 int_fast32_t e3 = INT_FAST32_MAX;
19925 int_fast32_t e3min = INT_FAST32_MIN;
19926 int_fast64_t e4 = INT_FAST64_MAX;
19927 int_fast64_t e4min = INT_FAST64_MIN;
19928 uint_fast8_t f1 = UINT_FAST8_MAX;
19929 uint_fast16_t f2 = UINT_FAST16_MAX;
19930 uint_fast32_t f3 = UINT_FAST32_MAX;
19931 uint_fast64_t f4 = UINT_FAST64_MAX;
19932 #ifdef INTPTR_MAX
19933 intptr_t g = INTPTR_MAX;
19934 intptr_t gmin = INTPTR_MIN;
19935 #endif
19936 #ifdef UINTPTR_MAX
19937 uintptr_t h = UINTPTR_MAX;
19938 #endif
19939 intmax_t i = INTMAX_MAX;
19940 uintmax_t j = UINTMAX_MAX;
19942 #include <limits.h> /* for CHAR_BIT */
19943 #define TYPE_MINIMUM(t) \
19944 ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ TYPE_MAXIMUM (t)))
19945 #define TYPE_MAXIMUM(t) \
19946 ((t) ((t) 0 < (t) -1 \
19947 ? (t) -1 \
19948 : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1)))
19949 struct s {
19950 int check_PTRDIFF:
19951 PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t)
19952 && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t)
19953 ? 1 : -1;
19954 /* Detect bug in FreeBSD 6.0 / ia64. */
19955 int check_SIG_ATOMIC:
19956 SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t)
19957 && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t)
19958 ? 1 : -1;
19959 int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1;
19960 int check_WCHAR:
19961 WCHAR_MIN == TYPE_MINIMUM (wchar_t)
19962 && WCHAR_MAX == TYPE_MAXIMUM (wchar_t)
19963 ? 1 : -1;
19964 /* Detect bug in mingw. */
19965 int check_WINT:
19966 WINT_MIN == TYPE_MINIMUM (wint_t)
19967 && WINT_MAX == TYPE_MAXIMUM (wint_t)
19968 ? 1 : -1;
19970 /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */
19971 int check_UINT8_C:
19972 (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
19973 int check_UINT16_C:
19974 (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
19976 /* Detect bugs in OpenBSD 3.9 stdint.h. */
19977 #ifdef UINT8_MAX
19978 int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1;
19979 #endif
19980 #ifdef UINT16_MAX
19981 int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1;
19982 #endif
19983 #ifdef UINT32_MAX
19984 int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;
19985 #endif
19986 #ifdef UINT64_MAX
19987 int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;
19988 #endif
19989 int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
19990 int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;
19991 int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;
19992 int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;
19993 int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;
19994 int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;
19995 int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1;
19996 int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;
19997 int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;
19998 int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
19999 int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
20003 main ()
20007 return 0;
20009 _ACEOF
20010 if ac_fn_c_try_compile "$LINENO"; then :
20011 if test "$cross_compiling" = yes; then :
20012 gl_cv_header_working_stdint_h=yes
20014 else
20015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20016 /* end confdefs.h. */
20019 #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */
20020 #include <stdint.h>
20023 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
20024 included before <wchar.h>. */
20025 #include <stddef.h>
20026 #include <signal.h>
20027 #if HAVE_WCHAR_H
20028 # include <stdio.h>
20029 # include <time.h>
20030 # include <wchar.h>
20031 #endif
20034 #include <stdio.h>
20035 #include <string.h>
20036 #define MVAL(macro) MVAL1(macro)
20037 #define MVAL1(expression) #expression
20038 static const char *macro_values[] =
20040 #ifdef INT8_MAX
20041 MVAL (INT8_MAX),
20042 #endif
20043 #ifdef INT16_MAX
20044 MVAL (INT16_MAX),
20045 #endif
20046 #ifdef INT32_MAX
20047 MVAL (INT32_MAX),
20048 #endif
20049 #ifdef INT64_MAX
20050 MVAL (INT64_MAX),
20051 #endif
20052 #ifdef UINT8_MAX
20053 MVAL (UINT8_MAX),
20054 #endif
20055 #ifdef UINT16_MAX
20056 MVAL (UINT16_MAX),
20057 #endif
20058 #ifdef UINT32_MAX
20059 MVAL (UINT32_MAX),
20060 #endif
20061 #ifdef UINT64_MAX
20062 MVAL (UINT64_MAX),
20063 #endif
20064 NULL
20068 main ()
20071 const char **mv;
20072 for (mv = macro_values; *mv != NULL; mv++)
20074 const char *value = *mv;
20075 /* Test whether it looks like a cast expression. */
20076 if (strncmp (value, "((unsigned int)"/*)*/, 15) == 0
20077 || strncmp (value, "((unsigned short)"/*)*/, 17) == 0
20078 || strncmp (value, "((unsigned char)"/*)*/, 16) == 0
20079 || strncmp (value, "((int)"/*)*/, 6) == 0
20080 || strncmp (value, "((signed short)"/*)*/, 15) == 0
20081 || strncmp (value, "((signed char)"/*)*/, 14) == 0)
20082 return mv - macro_values + 1;
20084 return 0;
20087 return 0;
20089 _ACEOF
20090 if ac_fn_c_try_run "$LINENO"; then :
20091 gl_cv_header_working_stdint_h=yes
20093 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
20094 conftest.$ac_objext conftest.beam conftest.$ac_ext
20099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_stdint_h" >&5
20103 $as_echo "$gl_cv_header_working_stdint_h" >&6; }
20105 if test "$gl_cv_header_working_stdint_h" = yes; then
20106 STDINT_H=
20107 else
20108 for ac_header in sys/inttypes.h sys/bitypes.h
20109 do :
20110 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
20111 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
20112 eval as_val=\$$as_ac_Header
20113 if test "x$as_val" = x""yes; then :
20114 cat >>confdefs.h <<_ACEOF
20115 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
20116 _ACEOF
20120 done
20122 if test $ac_cv_header_sys_inttypes_h = yes; then
20123 HAVE_SYS_INTTYPES_H=1
20124 else
20125 HAVE_SYS_INTTYPES_H=0
20128 if test $ac_cv_header_sys_bitypes_h = yes; then
20129 HAVE_SYS_BITYPES_H=1
20130 else
20131 HAVE_SYS_BITYPES_H=0
20137 if test $APPLE_UNIVERSAL_BUILD = 0; then
20140 for gltype in ptrdiff_t size_t ; do
20141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5
20142 $as_echo_n "checking for bit size of $gltype... " >&6; }
20143 if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then :
20144 $as_echo_n "(cached) " >&6
20145 else
20146 if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" "
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
20157 #include <limits.h>"; then :
20159 else
20160 result=unknown
20163 eval gl_cv_bitsizeof_${gltype}=\$result
20166 eval ac_res=\$gl_cv_bitsizeof_${gltype}
20167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
20168 $as_echo "$ac_res" >&6; }
20169 eval result=\$gl_cv_bitsizeof_${gltype}
20170 if test $result = unknown; then
20171 result=0
20173 GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
20174 cat >>confdefs.h <<_ACEOF
20175 #define BITSIZEOF_${GLTYPE} $result
20176 _ACEOF
20178 eval BITSIZEOF_${GLTYPE}=\$result
20179 done
20185 for gltype in sig_atomic_t wchar_t wint_t ; do
20186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5
20187 $as_echo_n "checking for bit size of $gltype... " >&6; }
20188 if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then :
20189 $as_echo_n "(cached) " >&6
20190 else
20191 if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" "
20192 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
20193 included before <wchar.h>. */
20194 #include <stddef.h>
20195 #include <signal.h>
20196 #if HAVE_WCHAR_H
20197 # include <stdio.h>
20198 # include <time.h>
20199 # include <wchar.h>
20200 #endif
20202 #include <limits.h>"; then :
20204 else
20205 result=unknown
20208 eval gl_cv_bitsizeof_${gltype}=\$result
20211 eval ac_res=\$gl_cv_bitsizeof_${gltype}
20212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
20213 $as_echo "$ac_res" >&6; }
20214 eval result=\$gl_cv_bitsizeof_${gltype}
20215 if test $result = unknown; then
20216 result=0
20218 GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
20219 cat >>confdefs.h <<_ACEOF
20220 #define BITSIZEOF_${GLTYPE} $result
20221 _ACEOF
20223 eval BITSIZEOF_${GLTYPE}=\$result
20224 done
20229 for gltype in sig_atomic_t wchar_t wint_t ; do
20230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gltype is signed" >&5
20231 $as_echo_n "checking whether $gltype is signed... " >&6; }
20232 if { as_var=gl_cv_type_${gltype}_signed; eval "test \"\${$as_var+set}\" = set"; }; then :
20233 $as_echo_n "(cached) " >&6
20234 else
20235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20236 /* end confdefs.h. */
20238 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
20239 included before <wchar.h>. */
20240 #include <stddef.h>
20241 #include <signal.h>
20242 #if HAVE_WCHAR_H
20243 # include <stdio.h>
20244 # include <time.h>
20245 # include <wchar.h>
20246 #endif
20248 int verify[2 * (($gltype) -1 < ($gltype) 0) - 1];
20250 main ()
20254 return 0;
20256 _ACEOF
20257 if ac_fn_c_try_compile "$LINENO"; then :
20258 result=yes
20259 else
20260 result=no
20262 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20263 eval gl_cv_type_${gltype}_signed=\$result
20266 eval ac_res=\$gl_cv_type_${gltype}_signed
20267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
20268 $as_echo "$ac_res" >&6; }
20269 eval result=\$gl_cv_type_${gltype}_signed
20270 GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
20271 if test "$result" = yes; then
20272 cat >>confdefs.h <<_ACEOF
20273 #define HAVE_SIGNED_${GLTYPE} 1
20274 _ACEOF
20276 eval HAVE_SIGNED_${GLTYPE}=1
20277 else
20278 eval HAVE_SIGNED_${GLTYPE}=0
20280 done
20283 gl_cv_type_ptrdiff_t_signed=yes
20284 gl_cv_type_size_t_signed=no
20285 if test $APPLE_UNIVERSAL_BUILD = 0; then
20288 for gltype in ptrdiff_t size_t ; do
20289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5
20290 $as_echo_n "checking for $gltype integer literal suffix... " >&6; }
20291 if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then :
20292 $as_echo_n "(cached) " >&6
20293 else
20294 eval gl_cv_type_${gltype}_suffix=no
20295 eval result=\$gl_cv_type_${gltype}_signed
20296 if test "$result" = yes; then
20297 glsufu=
20298 else
20299 glsufu=u
20301 for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do
20302 case $glsuf in
20303 '') gltype1='int';;
20304 l) gltype1='long int';;
20305 ll) gltype1='long long int';;
20306 i64) gltype1='__int64';;
20307 u) gltype1='unsigned int';;
20308 ul) gltype1='unsigned long int';;
20309 ull) gltype1='unsigned long long int';;
20310 ui64)gltype1='unsigned __int64';;
20311 esac
20312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20313 /* end confdefs.h. */
20315 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
20316 included before <wchar.h>. */
20317 #include <stddef.h>
20318 #include <signal.h>
20319 #if HAVE_WCHAR_H
20320 # include <stdio.h>
20321 # include <time.h>
20322 # include <wchar.h>
20323 #endif
20325 extern $gltype foo;
20326 extern $gltype1 foo;
20328 main ()
20332 return 0;
20334 _ACEOF
20335 if ac_fn_c_try_compile "$LINENO"; then :
20336 eval gl_cv_type_${gltype}_suffix=\$glsuf
20338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20339 eval result=\$gl_cv_type_${gltype}_suffix
20340 test "$result" != no && break
20341 done
20343 eval ac_res=\$gl_cv_type_${gltype}_suffix
20344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
20345 $as_echo "$ac_res" >&6; }
20346 GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
20347 eval result=\$gl_cv_type_${gltype}_suffix
20348 test "$result" = no && result=
20349 eval ${GLTYPE}_SUFFIX=\$result
20350 cat >>confdefs.h <<_ACEOF
20351 #define ${GLTYPE}_SUFFIX $result
20352 _ACEOF
20354 done
20360 for gltype in sig_atomic_t wchar_t wint_t ; do
20361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5
20362 $as_echo_n "checking for $gltype integer literal suffix... " >&6; }
20363 if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then :
20364 $as_echo_n "(cached) " >&6
20365 else
20366 eval gl_cv_type_${gltype}_suffix=no
20367 eval result=\$gl_cv_type_${gltype}_signed
20368 if test "$result" = yes; then
20369 glsufu=
20370 else
20371 glsufu=u
20373 for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do
20374 case $glsuf in
20375 '') gltype1='int';;
20376 l) gltype1='long int';;
20377 ll) gltype1='long long int';;
20378 i64) gltype1='__int64';;
20379 u) gltype1='unsigned int';;
20380 ul) gltype1='unsigned long int';;
20381 ull) gltype1='unsigned long long int';;
20382 ui64)gltype1='unsigned __int64';;
20383 esac
20384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20385 /* end confdefs.h. */
20387 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
20388 included before <wchar.h>. */
20389 #include <stddef.h>
20390 #include <signal.h>
20391 #if HAVE_WCHAR_H
20392 # include <stdio.h>
20393 # include <time.h>
20394 # include <wchar.h>
20395 #endif
20397 extern $gltype foo;
20398 extern $gltype1 foo;
20400 main ()
20404 return 0;
20406 _ACEOF
20407 if ac_fn_c_try_compile "$LINENO"; then :
20408 eval gl_cv_type_${gltype}_suffix=\$glsuf
20410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20411 eval result=\$gl_cv_type_${gltype}_suffix
20412 test "$result" != no && break
20413 done
20415 eval ac_res=\$gl_cv_type_${gltype}_suffix
20416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
20417 $as_echo "$ac_res" >&6; }
20418 GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
20419 eval result=\$gl_cv_type_${gltype}_suffix
20420 test "$result" = no && result=
20421 eval ${GLTYPE}_SUFFIX=\$result
20422 cat >>confdefs.h <<_ACEOF
20423 #define ${GLTYPE}_SUFFIX $result
20424 _ACEOF
20426 done
20430 if test $BITSIZEOF_WINT_T -lt 32; then
20431 BITSIZEOF_WINT_T=32
20434 STDINT_H=stdint.h
20437 if test -n "$STDINT_H"; then
20438 GL_GENERATE_STDINT_H_TRUE=
20439 GL_GENERATE_STDINT_H_FALSE='#'
20440 else
20441 GL_GENERATE_STDINT_H_TRUE='#'
20442 GL_GENERATE_STDINT_H_FALSE=
20449 GNULIB_IMAXABS=0;
20450 GNULIB_IMAXDIV=0;
20451 GNULIB_STRTOIMAX=0;
20452 GNULIB_STRTOUMAX=0;
20453 HAVE_DECL_IMAXABS=1;
20454 HAVE_DECL_IMAXDIV=1;
20455 HAVE_DECL_STRTOIMAX=1;
20456 HAVE_DECL_STRTOUMAX=1;
20457 REPLACE_STRTOIMAX=0;
20458 INT32_MAX_LT_INTMAX_MAX=1;
20459 INT64_MAX_EQ_LONG_MAX='defined _LP64';
20460 PRI_MACROS_BROKEN=0;
20461 PRIPTR_PREFIX=__PRIPTR_PREFIX;
20462 UINT32_MAX_LT_UINTMAX_MAX=1;
20463 UINT64_MAX_EQ_ULONG_MAX='defined _LP64';
20479 if test $gl_cv_have_include_next = yes; then
20480 gl_cv_next_inttypes_h='<'inttypes.h'>'
20481 else
20482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <inttypes.h>" >&5
20483 $as_echo_n "checking absolute name of <inttypes.h>... " >&6; }
20484 if test "${gl_cv_next_inttypes_h+set}" = set; then :
20485 $as_echo_n "(cached) " >&6
20486 else
20488 if test $ac_cv_header_inttypes_h = yes; then
20491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20492 /* end confdefs.h. */
20493 #include <inttypes.h>
20495 _ACEOF
20496 case "$host_os" in
20497 aix*) gl_absname_cpp="$ac_cpp -C" ;;
20498 *) gl_absname_cpp="$ac_cpp" ;;
20499 esac
20501 case "$host_os" in
20502 mingw*)
20503 gl_dirsep_regex='[/\\]'
20506 gl_dirsep_regex='\/'
20508 esac
20509 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
20511 gl_header_literal_regex=`echo 'inttypes.h' \
20512 | sed -e "$gl_make_literal_regex_sed"`
20513 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
20514 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
20515 s|^/[^/]|//&|
20519 gl_cv_next_inttypes_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
20520 sed -n "$gl_absolute_header_sed"`'"'
20521 else
20522 gl_cv_next_inttypes_h='<'inttypes.h'>'
20527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_inttypes_h" >&5
20528 $as_echo "$gl_cv_next_inttypes_h" >&6; }
20530 NEXT_INTTYPES_H=$gl_cv_next_inttypes_h
20532 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
20533 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
20534 gl_next_as_first_directive='<'inttypes.h'>'
20535 else
20536 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
20537 gl_next_as_first_directive=$gl_cv_next_inttypes_h
20539 NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H=$gl_next_as_first_directive
20551 case "$host_os" in
20552 mingw*)
20553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit off_t" >&5
20554 $as_echo_n "checking for 64-bit off_t... " >&6; }
20555 if test "${gl_cv_type_off_t_64+set}" = set; then :
20556 $as_echo_n "(cached) " >&6
20557 else
20558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20559 /* end confdefs.h. */
20560 #include <sys/types.h>
20561 int verify_off_t_size[sizeof (off_t) >= 8 ? 1 : -1];
20564 main ()
20568 return 0;
20570 _ACEOF
20571 if ac_fn_c_try_compile "$LINENO"; then :
20572 gl_cv_type_off_t_64=yes
20573 else
20574 gl_cv_type_off_t_64=no
20576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_off_t_64" >&5
20580 $as_echo "$gl_cv_type_off_t_64" >&6; }
20581 if test $gl_cv_type_off_t_64 = no; then
20582 WINDOWS_64_BIT_OFF_T=1
20583 else
20584 WINDOWS_64_BIT_OFF_T=0
20586 WINDOWS_64_BIT_ST_SIZE=1
20589 WINDOWS_64_BIT_OFF_T=0
20590 WINDOWS_64_BIT_ST_SIZE=0
20592 esac
20597 GNULIB_FFSL=0;
20598 GNULIB_FFSLL=0;
20599 GNULIB_MEMCHR=0;
20600 GNULIB_MEMMEM=0;
20601 GNULIB_MEMPCPY=0;
20602 GNULIB_MEMRCHR=0;
20603 GNULIB_RAWMEMCHR=0;
20604 GNULIB_STPCPY=0;
20605 GNULIB_STPNCPY=0;
20606 GNULIB_STRCHRNUL=0;
20607 GNULIB_STRDUP=0;
20608 GNULIB_STRNCAT=0;
20609 GNULIB_STRNDUP=0;
20610 GNULIB_STRNLEN=0;
20611 GNULIB_STRPBRK=0;
20612 GNULIB_STRSEP=0;
20613 GNULIB_STRSTR=0;
20614 GNULIB_STRCASESTR=0;
20615 GNULIB_STRTOK_R=0;
20616 GNULIB_MBSLEN=0;
20617 GNULIB_MBSNLEN=0;
20618 GNULIB_MBSCHR=0;
20619 GNULIB_MBSRCHR=0;
20620 GNULIB_MBSSTR=0;
20621 GNULIB_MBSCASECMP=0;
20622 GNULIB_MBSNCASECMP=0;
20623 GNULIB_MBSPCASECMP=0;
20624 GNULIB_MBSCASESTR=0;
20625 GNULIB_MBSCSPN=0;
20626 GNULIB_MBSPBRK=0;
20627 GNULIB_MBSSPN=0;
20628 GNULIB_MBSSEP=0;
20629 GNULIB_MBSTOK_R=0;
20630 GNULIB_STRERROR=0;
20631 GNULIB_STRERROR_R=0;
20632 GNULIB_STRSIGNAL=0;
20633 GNULIB_STRVERSCMP=0;
20634 HAVE_MBSLEN=0;
20635 HAVE_FFSL=1;
20636 HAVE_FFSLL=1;
20637 HAVE_MEMCHR=1;
20638 HAVE_DECL_MEMMEM=1;
20639 HAVE_MEMPCPY=1;
20640 HAVE_DECL_MEMRCHR=1;
20641 HAVE_RAWMEMCHR=1;
20642 HAVE_STPCPY=1;
20643 HAVE_STPNCPY=1;
20644 HAVE_STRCHRNUL=1;
20645 HAVE_DECL_STRDUP=1;
20646 HAVE_DECL_STRNDUP=1;
20647 HAVE_DECL_STRNLEN=1;
20648 HAVE_STRPBRK=1;
20649 HAVE_STRSEP=1;
20650 HAVE_STRCASESTR=1;
20651 HAVE_DECL_STRTOK_R=1;
20652 HAVE_DECL_STRERROR_R=1;
20653 HAVE_DECL_STRSIGNAL=1;
20654 HAVE_STRVERSCMP=1;
20655 REPLACE_MEMCHR=0;
20656 REPLACE_MEMMEM=0;
20657 REPLACE_STPNCPY=0;
20658 REPLACE_STRDUP=0;
20659 REPLACE_STRSTR=0;
20660 REPLACE_STRCASESTR=0;
20661 REPLACE_STRCHRNUL=0;
20662 REPLACE_STRERROR=0;
20663 REPLACE_STRERROR_R=0;
20664 REPLACE_STRNCAT=0;
20665 REPLACE_STRNDUP=0;
20666 REPLACE_STRNLEN=0;
20667 REPLACE_STRSIGNAL=0;
20668 REPLACE_STRTOK_R=0;
20669 UNDEFINE_STRTOK_R=0;
20671 ac_fn_c_check_decl "$LINENO" "memrchr" "ac_cv_have_decl_memrchr" "$ac_includes_default"
20672 if test "x$ac_cv_have_decl_memrchr" = x""yes; then :
20673 ac_have_decl=1
20674 else
20675 ac_have_decl=0
20678 cat >>confdefs.h <<_ACEOF
20679 #define HAVE_DECL_MEMRCHR $ac_have_decl
20680 _ACEOF
20683 GNULIB_MKTIME=0;
20684 GNULIB_NANOSLEEP=0;
20685 GNULIB_STRPTIME=0;
20686 GNULIB_TIMEGM=0;
20687 GNULIB_TIME_R=0;
20688 HAVE_DECL_LOCALTIME_R=1;
20689 HAVE_NANOSLEEP=1;
20690 HAVE_STRPTIME=1;
20691 HAVE_TIMEGM=1;
20692 REPLACE_LOCALTIME_R=GNULIB_PORTCHECK;
20693 REPLACE_MKTIME=GNULIB_PORTCHECK;
20694 REPLACE_NANOSLEEP=GNULIB_PORTCHECK;
20695 REPLACE_TIMEGM=GNULIB_PORTCHECK;
20697 ac_fn_c_check_decl "$LINENO" "alarm" "ac_cv_have_decl_alarm" "$ac_includes_default"
20698 if test "x$ac_cv_have_decl_alarm" = x""yes; then :
20699 ac_have_decl=1
20700 else
20701 ac_have_decl=0
20704 cat >>confdefs.h <<_ACEOF
20705 #define HAVE_DECL_ALARM $ac_have_decl
20706 _ACEOF
20711 GNULIB_PSELECT=0;
20712 GNULIB_SELECT=0;
20713 HAVE_PSELECT=1;
20714 REPLACE_PSELECT=0;
20715 REPLACE_SELECT=0;
20722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <sys/select.h> is self-contained" >&5
20723 $as_echo_n "checking whether <sys/select.h> is self-contained... " >&6; }
20724 if test "${gl_cv_header_sys_select_h_selfcontained+set}" = set; then :
20725 $as_echo_n "(cached) " >&6
20726 else
20728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20729 /* end confdefs.h. */
20730 #include <sys/select.h>
20732 main ()
20734 struct timeval b;
20736 return 0;
20738 _ACEOF
20739 if ac_fn_c_try_compile "$LINENO"; then :
20740 gl_cv_header_sys_select_h_selfcontained=yes
20741 else
20742 gl_cv_header_sys_select_h_selfcontained=no
20744 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20745 if test $gl_cv_header_sys_select_h_selfcontained = yes; then
20746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20747 /* end confdefs.h. */
20748 #include <sys/select.h>
20750 main ()
20752 int memset; int bzero;
20754 return 0;
20757 _ACEOF
20758 if ac_fn_c_try_compile "$LINENO"; then :
20759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20760 /* end confdefs.h. */
20761 #include <sys/select.h>
20763 main ()
20766 #undef memset
20767 #define memset nonexistent_memset
20768 extern
20769 #ifdef __cplusplus
20771 #endif
20772 void *memset (void *, int, unsigned long);
20773 #undef bzero
20774 #define bzero nonexistent_bzero
20775 extern
20776 #ifdef __cplusplus
20778 #endif
20779 void bzero (void *, unsigned long);
20780 fd_set fds;
20781 FD_ZERO (&fds);
20784 return 0;
20787 _ACEOF
20788 if ac_fn_c_try_link "$LINENO"; then :
20790 else
20791 gl_cv_header_sys_select_h_selfcontained=no
20793 rm -f core conftest.err conftest.$ac_objext \
20794 conftest$ac_exeext conftest.$ac_ext
20797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_sys_select_h_selfcontained" >&5
20802 $as_echo "$gl_cv_header_sys_select_h_selfcontained" >&6; }
20812 if test $gl_cv_have_include_next = yes; then
20813 gl_cv_next_sys_select_h='<'sys/select.h'>'
20814 else
20815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/select.h>" >&5
20816 $as_echo_n "checking absolute name of <sys/select.h>... " >&6; }
20817 if test "${gl_cv_next_sys_select_h+set}" = set; then :
20818 $as_echo_n "(cached) " >&6
20819 else
20821 if test $ac_cv_header_sys_select_h = yes; then
20824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20825 /* end confdefs.h. */
20826 #include <sys/select.h>
20828 _ACEOF
20829 case "$host_os" in
20830 aix*) gl_absname_cpp="$ac_cpp -C" ;;
20831 *) gl_absname_cpp="$ac_cpp" ;;
20832 esac
20834 case "$host_os" in
20835 mingw*)
20836 gl_dirsep_regex='[/\\]'
20839 gl_dirsep_regex='\/'
20841 esac
20842 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
20844 gl_header_literal_regex=`echo 'sys/select.h' \
20845 | sed -e "$gl_make_literal_regex_sed"`
20846 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
20847 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
20848 s|^/[^/]|//&|
20852 gl_cv_next_sys_select_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
20853 sed -n "$gl_absolute_header_sed"`'"'
20854 else
20855 gl_cv_next_sys_select_h='<'sys/select.h'>'
20860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_select_h" >&5
20861 $as_echo "$gl_cv_next_sys_select_h" >&6; }
20863 NEXT_SYS_SELECT_H=$gl_cv_next_sys_select_h
20865 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
20866 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
20867 gl_next_as_first_directive='<'sys/select.h'>'
20868 else
20869 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
20870 gl_next_as_first_directive=$gl_cv_next_sys_select_h
20872 NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H=$gl_next_as_first_directive
20877 if test $ac_cv_header_sys_select_h = yes; then
20878 HAVE_SYS_SELECT_H=1
20879 else
20880 HAVE_SYS_SELECT_H=0
20887 if test $ac_cv_header_sys_socket_h != yes; then
20888 for ac_header in winsock2.h
20889 do :
20890 ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default"
20891 if test "x$ac_cv_header_winsock2_h" = x""yes; then :
20892 cat >>confdefs.h <<_ACEOF
20893 #define HAVE_WINSOCK2_H 1
20894 _ACEOF
20898 done
20901 if test "$ac_cv_header_winsock2_h" = yes; then
20902 HAVE_WINSOCK2_H=1
20903 UNISTD_H_HAVE_WINSOCK2_H=1
20904 SYS_IOCTL_H_HAVE_WINSOCK2_H=1
20905 else
20906 HAVE_WINSOCK2_H=0
20916 GNULIB_PTHREAD_SIGMASK=0;
20917 GNULIB_RAISE=0;
20918 GNULIB_SIGNAL_H_SIGPIPE=0;
20919 GNULIB_SIGPROCMASK=0;
20920 GNULIB_SIGACTION=0;
20921 HAVE_POSIX_SIGNALBLOCKING=1;
20922 HAVE_PTHREAD_SIGMASK=1;
20923 HAVE_RAISE=1;
20924 HAVE_SIGSET_T=1;
20925 HAVE_SIGINFO_T=1;
20926 HAVE_SIGACTION=1;
20927 HAVE_STRUCT_SIGACTION_SA_SIGACTION=1;
20929 HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=1;
20931 HAVE_SIGHANDLER_T=1;
20932 REPLACE_PTHREAD_SIGMASK=0;
20933 REPLACE_RAISE=0;
20941 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "
20942 #include <signal.h>
20943 /* Mingw defines sigset_t not in <signal.h>, but in <sys/types.h>. */
20944 #include <sys/types.h>
20947 if test "x$ac_cv_type_sigset_t" = x""yes; then :
20949 cat >>confdefs.h <<_ACEOF
20950 #define HAVE_SIGSET_T 1
20951 _ACEOF
20953 gl_cv_type_sigset_t=yes
20954 else
20955 gl_cv_type_sigset_t=no
20958 if test $gl_cv_type_sigset_t != yes; then
20959 HAVE_SIGSET_T=0
20964 if test $ac_cv_header_sys_socket_h = no; then
20965 for ac_header in ws2tcpip.h
20966 do :
20967 ac_fn_c_check_header_mongrel "$LINENO" "ws2tcpip.h" "ac_cv_header_ws2tcpip_h" "$ac_includes_default"
20968 if test "x$ac_cv_header_ws2tcpip_h" = x""yes; then :
20969 cat >>confdefs.h <<_ACEOF
20970 #define HAVE_WS2TCPIP_H 1
20971 _ACEOF
20975 done
20979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
20980 $as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
20981 if test "${ac_cv_header_stdbool_h+set}" = set; then :
20982 $as_echo_n "(cached) " >&6
20983 else
20984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20985 /* end confdefs.h. */
20987 #include <stdbool.h>
20988 #ifndef bool
20989 "error: bool is not defined"
20990 #endif
20991 #ifndef false
20992 "error: false is not defined"
20993 #endif
20994 #if false
20995 "error: false is not 0"
20996 #endif
20997 #ifndef true
20998 "error: true is not defined"
20999 #endif
21000 #if true != 1
21001 "error: true is not 1"
21002 #endif
21003 #ifndef __bool_true_false_are_defined
21004 "error: __bool_true_false_are_defined is not defined"
21005 #endif
21007 struct s { _Bool s: 1; _Bool t; } s;
21009 char a[true == 1 ? 1 : -1];
21010 char b[false == 0 ? 1 : -1];
21011 char c[__bool_true_false_are_defined == 1 ? 1 : -1];
21012 char d[(bool) 0.5 == true ? 1 : -1];
21013 /* See body of main program for 'e'. */
21014 char f[(_Bool) 0.0 == false ? 1 : -1];
21015 char g[true];
21016 char h[sizeof (_Bool)];
21017 char i[sizeof s.t];
21018 enum { j = false, k = true, l = false * true, m = true * 256 };
21019 /* The following fails for
21020 HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
21021 _Bool n[m];
21022 char o[sizeof n == m * sizeof n[0] ? 1 : -1];
21023 char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
21024 /* Catch a bug in an HP-UX C compiler. See
21025 http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
21026 http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
21028 _Bool q = true;
21029 _Bool *pq = &q;
21032 main ()
21035 bool e = &s;
21036 *pq |= q;
21037 *pq |= ! q;
21038 /* Refer to every declared value, to avoid compiler optimizations. */
21039 return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
21040 + !m + !n + !o + !p + !q + !pq);
21043 return 0;
21045 _ACEOF
21046 if ac_fn_c_try_compile "$LINENO"; then :
21047 ac_cv_header_stdbool_h=yes
21048 else
21049 ac_cv_header_stdbool_h=no
21051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
21054 $as_echo "$ac_cv_header_stdbool_h" >&6; }
21055 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
21056 if test "x$ac_cv_type__Bool" = x""yes; then :
21058 cat >>confdefs.h <<_ACEOF
21059 #define HAVE__BOOL 1
21060 _ACEOF
21067 REPLACE_NULL=0;
21068 HAVE_WCHAR_T=1;
21071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5
21072 $as_echo_n "checking for wchar_t... " >&6; }
21073 if test "${gt_cv_c_wchar_t+set}" = set; then :
21074 $as_echo_n "(cached) " >&6
21075 else
21076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21077 /* end confdefs.h. */
21078 #include <stddef.h>
21079 wchar_t foo = (wchar_t)'\0';
21081 main ()
21085 return 0;
21087 _ACEOF
21088 if ac_fn_c_try_compile "$LINENO"; then :
21089 gt_cv_c_wchar_t=yes
21090 else
21091 gt_cv_c_wchar_t=no
21093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wchar_t" >&5
21096 $as_echo "$gt_cv_c_wchar_t" >&6; }
21097 if test $gt_cv_c_wchar_t = yes; then
21099 $as_echo "#define HAVE_WCHAR_T 1" >>confdefs.h
21104 GNULIB_DPRINTF=0;
21105 GNULIB_FCLOSE=0;
21106 GNULIB_FDOPEN=0;
21107 GNULIB_FFLUSH=0;
21108 GNULIB_FGETC=0;
21109 GNULIB_FGETS=0;
21110 GNULIB_FOPEN=0;
21111 GNULIB_FPRINTF=0;
21112 GNULIB_FPRINTF_POSIX=0;
21113 GNULIB_FPURGE=0;
21114 GNULIB_FPUTC=0;
21115 GNULIB_FPUTS=0;
21116 GNULIB_FREAD=0;
21117 GNULIB_FREOPEN=0;
21118 GNULIB_FSCANF=0;
21119 GNULIB_FSEEK=0;
21120 GNULIB_FSEEKO=0;
21121 GNULIB_FTELL=0;
21122 GNULIB_FTELLO=0;
21123 GNULIB_FWRITE=0;
21124 GNULIB_GETC=0;
21125 GNULIB_GETCHAR=0;
21126 GNULIB_GETDELIM=0;
21127 GNULIB_GETLINE=0;
21128 GNULIB_OBSTACK_PRINTF=0;
21129 GNULIB_OBSTACK_PRINTF_POSIX=0;
21130 GNULIB_PCLOSE=0;
21131 GNULIB_PERROR=0;
21132 GNULIB_POPEN=0;
21133 GNULIB_PRINTF=0;
21134 GNULIB_PRINTF_POSIX=0;
21135 GNULIB_PUTC=0;
21136 GNULIB_PUTCHAR=0;
21137 GNULIB_PUTS=0;
21138 GNULIB_REMOVE=0;
21139 GNULIB_RENAME=0;
21140 GNULIB_RENAMEAT=0;
21141 GNULIB_SCANF=0;
21142 GNULIB_SNPRINTF=0;
21143 GNULIB_SPRINTF_POSIX=0;
21144 GNULIB_STDIO_H_NONBLOCKING=0;
21145 GNULIB_STDIO_H_SIGPIPE=0;
21146 GNULIB_TMPFILE=0;
21147 GNULIB_VASPRINTF=0;
21148 GNULIB_VFSCANF=0;
21149 GNULIB_VSCANF=0;
21150 GNULIB_VDPRINTF=0;
21151 GNULIB_VFPRINTF=0;
21152 GNULIB_VFPRINTF_POSIX=0;
21153 GNULIB_VPRINTF=0;
21154 GNULIB_VPRINTF_POSIX=0;
21155 GNULIB_VSNPRINTF=0;
21156 GNULIB_VSPRINTF_POSIX=0;
21157 HAVE_DECL_FPURGE=1;
21158 HAVE_DECL_FSEEKO=1;
21159 HAVE_DECL_FTELLO=1;
21160 HAVE_DECL_GETDELIM=1;
21161 HAVE_DECL_GETLINE=1;
21162 HAVE_DECL_OBSTACK_PRINTF=1;
21163 HAVE_DECL_SNPRINTF=1;
21164 HAVE_DECL_VSNPRINTF=1;
21165 HAVE_DPRINTF=1;
21166 HAVE_FSEEKO=1;
21167 HAVE_FTELLO=1;
21168 HAVE_PCLOSE=1;
21169 HAVE_POPEN=1;
21170 HAVE_RENAMEAT=1;
21171 HAVE_VASPRINTF=1;
21172 HAVE_VDPRINTF=1;
21173 REPLACE_DPRINTF=0;
21174 REPLACE_FCLOSE=0;
21175 REPLACE_FDOPEN=0;
21176 REPLACE_FFLUSH=0;
21177 REPLACE_FOPEN=0;
21178 REPLACE_FPRINTF=0;
21179 REPLACE_FPURGE=0;
21180 REPLACE_FREOPEN=0;
21181 REPLACE_FSEEK=0;
21182 REPLACE_FSEEKO=0;
21183 REPLACE_FTELL=0;
21184 REPLACE_FTELLO=0;
21185 REPLACE_GETDELIM=0;
21186 REPLACE_GETLINE=0;
21187 REPLACE_OBSTACK_PRINTF=0;
21188 REPLACE_PERROR=0;
21189 REPLACE_POPEN=0;
21190 REPLACE_PRINTF=0;
21191 REPLACE_REMOVE=0;
21192 REPLACE_RENAME=0;
21193 REPLACE_RENAMEAT=0;
21194 REPLACE_SNPRINTF=0;
21195 REPLACE_SPRINTF=0;
21196 REPLACE_STDIO_READ_FUNCS=0;
21197 REPLACE_STDIO_WRITE_FUNCS=0;
21198 REPLACE_TMPFILE=0;
21199 REPLACE_VASPRINTF=0;
21200 REPLACE_VDPRINTF=0;
21201 REPLACE_VFPRINTF=0;
21202 REPLACE_VPRINTF=0;
21203 REPLACE_VSNPRINTF=0;
21204 REPLACE_VSPRINTF=0;
21206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
21207 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
21208 if test "${ac_cv_struct_tm+set}" = set; then :
21209 $as_echo_n "(cached) " >&6
21210 else
21211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21212 /* end confdefs.h. */
21213 #include <sys/types.h>
21214 #include <time.h>
21217 main ()
21219 struct tm tm;
21220 int *p = &tm.tm_sec;
21221 return !p;
21223 return 0;
21225 _ACEOF
21226 if ac_fn_c_try_compile "$LINENO"; then :
21227 ac_cv_struct_tm=time.h
21228 else
21229 ac_cv_struct_tm=sys/time.h
21231 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5
21234 $as_echo "$ac_cv_struct_tm" >&6; }
21235 if test $ac_cv_struct_tm = sys/time.h; then
21237 $as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h
21241 ac_fn_c_check_member "$LINENO" "struct tm" "tm_zone" "ac_cv_member_struct_tm_tm_zone" "#include <sys/types.h>
21242 #include <$ac_cv_struct_tm>
21245 if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then :
21247 cat >>confdefs.h <<_ACEOF
21248 #define HAVE_STRUCT_TM_TM_ZONE 1
21249 _ACEOF
21254 if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
21256 $as_echo "#define HAVE_TM_ZONE 1" >>confdefs.h
21258 else
21259 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h>
21261 if test "x$ac_cv_have_decl_tzname" = x""yes; then :
21262 ac_have_decl=1
21263 else
21264 ac_have_decl=0
21267 cat >>confdefs.h <<_ACEOF
21268 #define HAVE_DECL_TZNAME $ac_have_decl
21269 _ACEOF
21271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5
21272 $as_echo_n "checking for tzname... " >&6; }
21273 if test "${ac_cv_var_tzname+set}" = set; then :
21274 $as_echo_n "(cached) " >&6
21275 else
21276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21277 /* end confdefs.h. */
21278 #include <time.h>
21279 #if !HAVE_DECL_TZNAME
21280 extern char *tzname[];
21281 #endif
21284 main ()
21286 return tzname[0][0];
21288 return 0;
21290 _ACEOF
21291 if ac_fn_c_try_link "$LINENO"; then :
21292 ac_cv_var_tzname=yes
21293 else
21294 ac_cv_var_tzname=no
21296 rm -f core conftest.err conftest.$ac_objext \
21297 conftest$ac_exeext conftest.$ac_ext
21299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var_tzname" >&5
21300 $as_echo "$ac_cv_var_tzname" >&6; }
21301 if test $ac_cv_var_tzname = yes; then
21303 $as_echo "#define HAVE_TZNAME 1" >>confdefs.h
21309 ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h>
21311 if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then :
21313 $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
21329 if test $gl_cv_have_include_next = yes; then
21330 gl_cv_next_string_h='<'string.h'>'
21331 else
21332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <string.h>" >&5
21333 $as_echo_n "checking absolute name of <string.h>... " >&6; }
21334 if test "${gl_cv_next_string_h+set}" = set; then :
21335 $as_echo_n "(cached) " >&6
21336 else
21338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21339 /* end confdefs.h. */
21340 #include <string.h>
21342 _ACEOF
21343 case "$host_os" in
21344 aix*) gl_absname_cpp="$ac_cpp -C" ;;
21345 *) gl_absname_cpp="$ac_cpp" ;;
21346 esac
21348 case "$host_os" in
21349 mingw*)
21350 gl_dirsep_regex='[/\\]'
21353 gl_dirsep_regex='\/'
21355 esac
21356 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
21358 gl_header_literal_regex=`echo 'string.h' \
21359 | sed -e "$gl_make_literal_regex_sed"`
21360 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
21361 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
21362 s|^/[^/]|//&|
21366 gl_cv_next_string_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
21367 sed -n "$gl_absolute_header_sed"`'"'
21371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_string_h" >&5
21372 $as_echo "$gl_cv_next_string_h" >&6; }
21374 NEXT_STRING_H=$gl_cv_next_string_h
21376 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
21377 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
21378 gl_next_as_first_directive='<'string.h'>'
21379 else
21380 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
21381 gl_next_as_first_directive=$gl_cv_next_string_h
21383 NEXT_AS_FIRST_DIRECTIVE_STRING_H=$gl_next_as_first_directive
21393 ac_fn_c_check_decl "$LINENO" "strtoimax" "ac_cv_have_decl_strtoimax" "$ac_includes_default"
21394 if test "x$ac_cv_have_decl_strtoimax" = x""yes; then :
21395 ac_have_decl=1
21396 else
21397 ac_have_decl=0
21400 cat >>confdefs.h <<_ACEOF
21401 #define HAVE_DECL_STRTOIMAX $ac_have_decl
21402 _ACEOF
21406 ac_fn_c_check_decl "$LINENO" "strtoumax" "ac_cv_have_decl_strtoumax" "$ac_includes_default"
21407 if test "x$ac_cv_have_decl_strtoumax" = x""yes; then :
21408 ac_have_decl=1
21409 else
21410 ac_have_decl=0
21413 cat >>confdefs.h <<_ACEOF
21414 #define HAVE_DECL_STRTOUMAX $ac_have_decl
21415 _ACEOF
21419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
21420 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
21421 if test "${ac_cv_header_stat_broken+set}" = set; then :
21422 $as_echo_n "(cached) " >&6
21423 else
21424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21425 /* end confdefs.h. */
21426 #include <sys/types.h>
21427 #include <sys/stat.h>
21429 #if defined S_ISBLK && defined S_IFDIR
21430 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
21431 #endif
21433 #if defined S_ISBLK && defined S_IFCHR
21434 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
21435 #endif
21437 #if defined S_ISLNK && defined S_IFREG
21438 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
21439 #endif
21441 #if defined S_ISSOCK && defined S_IFREG
21442 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
21443 #endif
21445 _ACEOF
21446 if ac_fn_c_try_compile "$LINENO"; then :
21447 ac_cv_header_stat_broken=no
21448 else
21449 ac_cv_header_stat_broken=yes
21451 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
21454 $as_echo "$ac_cv_header_stat_broken" >&6; }
21455 if test $ac_cv_header_stat_broken = yes; then
21457 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
21465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <time.h>" >&5
21466 $as_echo_n "checking for struct timespec in <time.h>... " >&6; }
21467 if test "${gl_cv_sys_struct_timespec_in_time_h+set}" = set; then :
21468 $as_echo_n "(cached) " >&6
21469 else
21470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21471 /* end confdefs.h. */
21472 #include <time.h>
21475 main ()
21477 static struct timespec x; x.tv_sec = x.tv_nsec;
21479 return 0;
21481 _ACEOF
21482 if ac_fn_c_try_compile "$LINENO"; then :
21483 gl_cv_sys_struct_timespec_in_time_h=yes
21484 else
21485 gl_cv_sys_struct_timespec_in_time_h=no
21487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_time_h" >&5
21490 $as_echo "$gl_cv_sys_struct_timespec_in_time_h" >&6; }
21492 TIME_H_DEFINES_STRUCT_TIMESPEC=0
21493 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=0
21494 PTHREAD_H_DEFINES_STRUCT_TIMESPEC=0
21495 if test $gl_cv_sys_struct_timespec_in_time_h = yes; then
21496 TIME_H_DEFINES_STRUCT_TIMESPEC=1
21497 else
21498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <sys/time.h>" >&5
21499 $as_echo_n "checking for struct timespec in <sys/time.h>... " >&6; }
21500 if test "${gl_cv_sys_struct_timespec_in_sys_time_h+set}" = set; then :
21501 $as_echo_n "(cached) " >&6
21502 else
21503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21504 /* end confdefs.h. */
21505 #include <sys/time.h>
21508 main ()
21510 static struct timespec x; x.tv_sec = x.tv_nsec;
21512 return 0;
21514 _ACEOF
21515 if ac_fn_c_try_compile "$LINENO"; then :
21516 gl_cv_sys_struct_timespec_in_sys_time_h=yes
21517 else
21518 gl_cv_sys_struct_timespec_in_sys_time_h=no
21520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_sys_time_h" >&5
21523 $as_echo "$gl_cv_sys_struct_timespec_in_sys_time_h" >&6; }
21524 if test $gl_cv_sys_struct_timespec_in_sys_time_h = yes; then
21525 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=1
21526 else
21527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <pthread.h>" >&5
21528 $as_echo_n "checking for struct timespec in <pthread.h>... " >&6; }
21529 if test "${gl_cv_sys_struct_timespec_in_pthread_h+set}" = set; then :
21530 $as_echo_n "(cached) " >&6
21531 else
21532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21533 /* end confdefs.h. */
21534 #include <pthread.h>
21537 main ()
21539 static struct timespec x; x.tv_sec = x.tv_nsec;
21541 return 0;
21543 _ACEOF
21544 if ac_fn_c_try_compile "$LINENO"; then :
21545 gl_cv_sys_struct_timespec_in_pthread_h=yes
21546 else
21547 gl_cv_sys_struct_timespec_in_pthread_h=no
21549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_pthread_h" >&5
21552 $as_echo "$gl_cv_sys_struct_timespec_in_pthread_h" >&6; }
21553 if test $gl_cv_sys_struct_timespec_in_pthread_h = yes; then
21554 PTHREAD_H_DEFINES_STRUCT_TIMESPEC=1
21573 if test $gl_cv_have_include_next = yes; then
21574 gl_cv_next_time_h='<'time.h'>'
21575 else
21576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <time.h>" >&5
21577 $as_echo_n "checking absolute name of <time.h>... " >&6; }
21578 if test "${gl_cv_next_time_h+set}" = set; then :
21579 $as_echo_n "(cached) " >&6
21580 else
21582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21583 /* end confdefs.h. */
21584 #include <time.h>
21586 _ACEOF
21587 case "$host_os" in
21588 aix*) gl_absname_cpp="$ac_cpp -C" ;;
21589 *) gl_absname_cpp="$ac_cpp" ;;
21590 esac
21592 case "$host_os" in
21593 mingw*)
21594 gl_dirsep_regex='[/\\]'
21597 gl_dirsep_regex='\/'
21599 esac
21600 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
21602 gl_header_literal_regex=`echo 'time.h' \
21603 | sed -e "$gl_make_literal_regex_sed"`
21604 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
21605 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
21606 s|^/[^/]|//&|
21610 gl_cv_next_time_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
21611 sed -n "$gl_absolute_header_sed"`'"'
21615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_time_h" >&5
21616 $as_echo "$gl_cv_next_time_h" >&6; }
21618 NEXT_TIME_H=$gl_cv_next_time_h
21620 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
21621 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
21622 gl_next_as_first_directive='<'time.h'>'
21623 else
21624 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
21625 gl_next_as_first_directive=$gl_cv_next_time_h
21627 NEXT_AS_FIRST_DIRECTIVE_TIME_H=$gl_next_as_first_directive
21642 ac_fn_c_check_decl "$LINENO" "unsetenv" "ac_cv_have_decl_unsetenv" "$ac_includes_default"
21643 if test "x$ac_cv_have_decl_unsetenv" = x""yes; then :
21644 ac_have_decl=1
21645 else
21646 ac_have_decl=0
21649 cat >>confdefs.h <<_ACEOF
21650 #define HAVE_DECL_UNSETENV $ac_have_decl
21651 _ACEOF
21654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the utimes function works" >&5
21655 $as_echo_n "checking whether the utimes function works... " >&6; }
21656 if test "${gl_cv_func_working_utimes+set}" = set; then :
21657 $as_echo_n "(cached) " >&6
21658 else
21660 if test "$cross_compiling" = yes; then :
21661 gl_cv_func_working_utimes=no
21662 else
21663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21664 /* end confdefs.h. */
21666 #include <sys/types.h>
21667 #include <sys/stat.h>
21668 #include <fcntl.h>
21669 #include <sys/time.h>
21670 #include <time.h>
21671 #include <unistd.h>
21672 #include <stdlib.h>
21673 #include <stdio.h>
21674 #include <utime.h>
21676 static int
21677 inorder (time_t a, time_t b, time_t c)
21679 return a <= b && b <= c;
21683 main ()
21685 int result = 0;
21686 char const *file = "conftest.utimes";
21687 static struct timeval timeval[2] = {{9, 10}, {999999, 999999}};
21689 /* Test whether utimes() essentially works. */
21691 struct stat sbuf;
21692 FILE *f = fopen (file, "w");
21693 if (f == NULL)
21694 result |= 1;
21695 else if (fclose (f) != 0)
21696 result |= 1;
21697 else if (utimes (file, timeval) != 0)
21698 result |= 2;
21699 else if (lstat (file, &sbuf) != 0)
21700 result |= 1;
21701 else if (!(sbuf.st_atime == timeval[0].tv_sec
21702 && sbuf.st_mtime == timeval[1].tv_sec))
21703 result |= 4;
21704 if (unlink (file) != 0)
21705 result |= 1;
21708 /* Test whether utimes() with a NULL argument sets the file's timestamp
21709 to the current time. Use 'fstat' as well as 'time' to
21710 determine the "current" time, to accommodate NFS file systems
21711 if there is a time skew between the host and the NFS server. */
21713 int fd = open (file, O_WRONLY|O_CREAT, 0644);
21714 if (fd < 0)
21715 result |= 1;
21716 else
21718 time_t t0, t2;
21719 struct stat st0, st1, st2;
21720 if (time (&t0) == (time_t) -1)
21721 result |= 1;
21722 else if (fstat (fd, &st0) != 0)
21723 result |= 1;
21724 else if (utimes (file, timeval) != 0)
21725 result |= 2;
21726 else if (utimes (file, NULL) != 0)
21727 result |= 8;
21728 else if (fstat (fd, &st1) != 0)
21729 result |= 1;
21730 else if (write (fd, "\n", 1) != 1)
21731 result |= 1;
21732 else if (fstat (fd, &st2) != 0)
21733 result |= 1;
21734 else if (time (&t2) == (time_t) -1)
21735 result |= 1;
21736 else
21738 int m_ok_POSIX = inorder (t0, st1.st_mtime, t2);
21739 int m_ok_NFS = inorder (st0.st_mtime, st1.st_mtime, st2.st_mtime);
21740 if (! (st1.st_atime == st1.st_mtime))
21741 result |= 16;
21742 if (! (m_ok_POSIX || m_ok_NFS))
21743 result |= 32;
21745 if (close (fd) != 0)
21746 result |= 1;
21748 if (unlink (file) != 0)
21749 result |= 1;
21752 /* Test whether utimes() with a NULL argument works on read-only files. */
21754 int fd = open (file, O_WRONLY|O_CREAT, 0444);
21755 if (fd < 0)
21756 result |= 1;
21757 else if (close (fd) != 0)
21758 result |= 1;
21759 else if (utimes (file, NULL) != 0)
21760 result |= 64;
21761 if (unlink (file) != 0)
21762 result |= 1;
21765 return result;
21768 _ACEOF
21769 if ac_fn_c_try_run "$LINENO"; then :
21770 gl_cv_func_working_utimes=yes
21771 else
21772 gl_cv_func_working_utimes=no
21774 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
21775 conftest.$ac_objext conftest.beam conftest.$ac_ext
21779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_utimes" >&5
21780 $as_echo "$gl_cv_func_working_utimes" >&6; }
21782 if test $gl_cv_func_working_utimes = yes; then
21784 $as_echo "#define HAVE_WORKING_UTIMES 1" >>confdefs.h
21792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5
21793 $as_echo_n "checking for struct utimbuf... " >&6; }
21794 if test "${gl_cv_sys_struct_utimbuf+set}" = set; then :
21795 $as_echo_n "(cached) " >&6
21796 else
21797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21798 /* end confdefs.h. */
21799 #if HAVE_SYS_TIME_H
21800 #include <sys/time.h>
21801 #endif
21802 #include <time.h>
21803 #ifdef HAVE_UTIME_H
21804 #include <utime.h>
21805 #endif
21808 main ()
21810 static struct utimbuf x; x.actime = x.modtime;
21812 return 0;
21814 _ACEOF
21815 if ac_fn_c_try_compile "$LINENO"; then :
21816 gl_cv_sys_struct_utimbuf=yes
21817 else
21818 gl_cv_sys_struct_utimbuf=no
21820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_utimbuf" >&5
21823 $as_echo "$gl_cv_sys_struct_utimbuf" >&6; }
21825 if test $gl_cv_sys_struct_utimbuf = yes; then
21827 $as_echo "#define HAVE_STRUCT_UTIMBUF 1" >>confdefs.h
21841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking type of array argument to getgroups" >&5
21842 $as_echo_n "checking type of array argument to getgroups... " >&6; }
21843 if test "${ac_cv_type_getgroups+set}" = set; then :
21844 $as_echo_n "(cached) " >&6
21845 else
21846 if test "$cross_compiling" = yes; then :
21847 ac_cv_type_getgroups=cross
21848 else
21849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21850 /* end confdefs.h. */
21851 /* Thanks to Mike Rendell for this test. */
21852 $ac_includes_default
21853 #define NGID 256
21854 #undef MAX
21855 #define MAX(x, y) ((x) > (y) ? (x) : (y))
21858 main ()
21860 gid_t gidset[NGID];
21861 int i, n;
21862 union { gid_t gval; long int lval; } val;
21864 val.lval = -1;
21865 for (i = 0; i < NGID; i++)
21866 gidset[i] = val.gval;
21867 n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1,
21868 gidset);
21869 /* Exit non-zero if getgroups seems to require an array of ints. This
21870 happens when gid_t is short int but getgroups modifies an array
21871 of ints. */
21872 return n > 0 && gidset[n] != val.gval;
21874 _ACEOF
21875 if ac_fn_c_try_run "$LINENO"; then :
21876 ac_cv_type_getgroups=gid_t
21877 else
21878 ac_cv_type_getgroups=int
21880 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
21881 conftest.$ac_objext conftest.beam conftest.$ac_ext
21884 if test $ac_cv_type_getgroups = cross; then
21885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21886 /* end confdefs.h. */
21887 #include <unistd.h>
21889 _ACEOF
21890 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21891 $EGREP "getgroups.*int.*gid_t" >/dev/null 2>&1; then :
21892 ac_cv_type_getgroups=gid_t
21893 else
21894 ac_cv_type_getgroups=int
21896 rm -f conftest*
21900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_getgroups" >&5
21901 $as_echo "$ac_cv_type_getgroups" >&6; }
21903 cat >>confdefs.h <<_ACEOF
21904 #define GETGROUPS_T $ac_cv_type_getgroups
21905 _ACEOF
21912 if false; then
21913 GL_COND_LIBTOOL_TRUE=
21914 GL_COND_LIBTOOL_FALSE='#'
21915 else
21916 GL_COND_LIBTOOL_TRUE='#'
21917 GL_COND_LIBTOOL_FALSE=
21920 gl_cond_libtool=false
21921 gl_libdeps=
21922 gl_ltlibdeps=
21923 gl_m4_base='m4'
21933 gl_source_base='lib'
21936 if test $ac_cv_func_alloca_works = no; then
21940 # Define an additional variable used in the Makefile substitution.
21941 if test $ac_cv_working_alloca_h = yes; then
21942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca as a compiler built-in" >&5
21943 $as_echo_n "checking for alloca as a compiler built-in... " >&6; }
21944 if test "${gl_cv_rpl_alloca+set}" = set; then :
21945 $as_echo_n "(cached) " >&6
21946 else
21948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21949 /* end confdefs.h. */
21951 #if defined __GNUC__ || defined _AIX || defined _MSC_VER
21952 Need own alloca
21953 #endif
21955 _ACEOF
21956 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21957 $EGREP "Need own alloca" >/dev/null 2>&1; then :
21958 gl_cv_rpl_alloca=yes
21959 else
21960 gl_cv_rpl_alloca=no
21962 rm -f conftest*
21966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_rpl_alloca" >&5
21967 $as_echo "$gl_cv_rpl_alloca" >&6; }
21968 if test $gl_cv_rpl_alloca = yes; then
21970 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
21972 ALLOCA_H=alloca.h
21973 else
21974 ALLOCA_H=
21976 else
21977 ALLOCA_H=alloca.h
21980 if test -n "$ALLOCA_H"; then
21981 GL_GENERATE_ALLOCA_H_TRUE=
21982 GL_GENERATE_ALLOCA_H_FALSE='#'
21983 else
21984 GL_GENERATE_ALLOCA_H_TRUE='#'
21985 GL_GENERATE_ALLOCA_H_FALSE=
21993 # Solaris 2.5.1 needs -lposix4 to get the clock_gettime function.
21994 # Solaris 7 prefers the library name -lrt to the obsolescent name -lposix4.
21996 # Save and restore LIBS so e.g., -lrt, isn't added to it. Otherwise, *all*
21997 # programs in the package would end up linked with that potentially-shared
21998 # library, inducing unnecessary run-time overhead.
21999 LIB_CLOCK_GETTIME=
22001 gl_saved_libs=$LIBS
22002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
22003 $as_echo_n "checking for library containing clock_gettime... " >&6; }
22004 if test "${ac_cv_search_clock_gettime+set}" = set; then :
22005 $as_echo_n "(cached) " >&6
22006 else
22007 ac_func_search_save_LIBS=$LIBS
22008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22009 /* end confdefs.h. */
22011 /* Override any GCC internal prototype to avoid an error.
22012 Use char because int might match the return type of a GCC
22013 builtin and then its argument prototype would still apply. */
22014 #ifdef __cplusplus
22015 extern "C"
22016 #endif
22017 char clock_gettime ();
22019 main ()
22021 return clock_gettime ();
22023 return 0;
22025 _ACEOF
22026 for ac_lib in '' rt posix4; do
22027 if test -z "$ac_lib"; then
22028 ac_res="none required"
22029 else
22030 ac_res=-l$ac_lib
22031 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
22033 if ac_fn_c_try_link "$LINENO"; then :
22034 ac_cv_search_clock_gettime=$ac_res
22036 rm -f core conftest.err conftest.$ac_objext \
22037 conftest$ac_exeext
22038 if test "${ac_cv_search_clock_gettime+set}" = set; then :
22039 break
22041 done
22042 if test "${ac_cv_search_clock_gettime+set}" = set; then :
22044 else
22045 ac_cv_search_clock_gettime=no
22047 rm conftest.$ac_ext
22048 LIBS=$ac_func_search_save_LIBS
22050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
22051 $as_echo "$ac_cv_search_clock_gettime" >&6; }
22052 ac_res=$ac_cv_search_clock_gettime
22053 if test "$ac_res" != no; then :
22054 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
22055 test "$ac_cv_search_clock_gettime" = "none required" ||
22056 LIB_CLOCK_GETTIME=$ac_cv_search_clock_gettime
22059 for ac_func in clock_gettime clock_settime
22060 do :
22061 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
22062 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
22063 eval as_val=\$$as_ac_var
22064 if test "x$as_val" = x""yes; then :
22065 cat >>confdefs.h <<_ACEOF
22066 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
22067 _ACEOF
22070 done
22072 LIBS=$gl_saved_libs
22079 cat >>confdefs.h <<_ACEOF
22080 #define GNULIB_CLOSE_STREAM 1
22081 _ACEOF
22110 if test $gl_cv_have_include_next = yes; then
22111 gl_cv_next_dirent_h='<'dirent.h'>'
22112 else
22113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <dirent.h>" >&5
22114 $as_echo_n "checking absolute name of <dirent.h>... " >&6; }
22115 if test "${gl_cv_next_dirent_h+set}" = set; then :
22116 $as_echo_n "(cached) " >&6
22117 else
22119 if test $ac_cv_header_dirent_h = yes; then
22122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22123 /* end confdefs.h. */
22124 #include <dirent.h>
22126 _ACEOF
22127 case "$host_os" in
22128 aix*) gl_absname_cpp="$ac_cpp -C" ;;
22129 *) gl_absname_cpp="$ac_cpp" ;;
22130 esac
22132 case "$host_os" in
22133 mingw*)
22134 gl_dirsep_regex='[/\\]'
22137 gl_dirsep_regex='\/'
22139 esac
22140 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
22142 gl_header_literal_regex=`echo 'dirent.h' \
22143 | sed -e "$gl_make_literal_regex_sed"`
22144 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
22145 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
22146 s|^/[^/]|//&|
22150 gl_cv_next_dirent_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
22151 sed -n "$gl_absolute_header_sed"`'"'
22152 else
22153 gl_cv_next_dirent_h='<'dirent.h'>'
22158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_dirent_h" >&5
22159 $as_echo "$gl_cv_next_dirent_h" >&6; }
22161 NEXT_DIRENT_H=$gl_cv_next_dirent_h
22163 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
22164 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
22165 gl_next_as_first_directive='<'dirent.h'>'
22166 else
22167 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
22168 gl_next_as_first_directive=$gl_cv_next_dirent_h
22170 NEXT_AS_FIRST_DIRECTIVE_DIRENT_H=$gl_next_as_first_directive
22175 if test $ac_cv_header_dirent_h = yes; then
22176 HAVE_DIRENT_H=1
22177 else
22178 HAVE_DIRENT_H=0
22190 $as_echo "#define HAVE_DUP2 1" >>confdefs.h
22193 if test $HAVE_DUP2 = 1; then
22194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dup2 works" >&5
22195 $as_echo_n "checking whether dup2 works... " >&6; }
22196 if test "${gl_cv_func_dup2_works+set}" = set; then :
22197 $as_echo_n "(cached) " >&6
22198 else
22199 if test "$cross_compiling" = yes; then :
22200 case "$host_os" in
22201 mingw*) # on this platform, dup2 always returns 0 for success
22202 gl_cv_func_dup2_works="guessing no" ;;
22203 cygwin*) # on cygwin 1.5.x, dup2(1,1) returns 0
22204 gl_cv_func_dup2_works="guessing no" ;;
22205 linux*) # On linux between 2008-07-27 and 2009-05-11, dup2 of a
22206 # closed fd may yield -EBADF instead of -1 / errno=EBADF.
22207 gl_cv_func_dup2_works="guessing no" ;;
22208 freebsd*) # on FreeBSD 6.1, dup2(1,1000000) gives EMFILE, not EBADF.
22209 gl_cv_func_dup2_works="guessing no" ;;
22210 haiku*) # on Haiku alpha 2, dup2(1, 1) resets FD_CLOEXEC.
22211 gl_cv_func_dup2_works="guessing no" ;;
22212 *) gl_cv_func_dup2_works="guessing yes" ;;
22213 esac
22214 else
22215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22216 /* end confdefs.h. */
22218 #include <unistd.h>
22219 #include <fcntl.h>
22220 #include <errno.h>
22222 main ()
22224 int result = 0;
22225 #ifdef FD_CLOEXEC
22226 if (fcntl (1, F_SETFD, FD_CLOEXEC) == -1)
22227 result |= 1;
22228 #endif
22229 if (dup2 (1, 1) == 0)
22230 result |= 2;
22231 #ifdef FD_CLOEXEC
22232 if (fcntl (1, F_GETFD) != FD_CLOEXEC)
22233 result |= 4;
22234 #endif
22235 close (0);
22236 if (dup2 (0, 0) != -1)
22237 result |= 8;
22238 /* Many gnulib modules require POSIX conformance of EBADF. */
22239 if (dup2 (2, 1000000) == -1 && errno != EBADF)
22240 result |= 16;
22241 /* Flush out a cygwin core dump. */
22242 if (dup2 (2, -1) != -1 || errno != EBADF)
22243 result |= 32;
22244 return result;
22247 return 0;
22250 _ACEOF
22251 if ac_fn_c_try_run "$LINENO"; then :
22252 gl_cv_func_dup2_works=yes
22253 else
22254 gl_cv_func_dup2_works=no
22256 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
22257 conftest.$ac_objext conftest.beam conftest.$ac_ext
22262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_dup2_works" >&5
22263 $as_echo "$gl_cv_func_dup2_works" >&6; }
22264 case "$gl_cv_func_dup2_works" in
22265 *yes) ;;
22267 REPLACE_DUP2=1
22269 esac
22273 if test $HAVE_DUP2 = 0 || test $REPLACE_DUP2 = 1; then
22282 gl_LIBOBJS="$gl_LIBOBJS dup2.$ac_objext"
22291 GNULIB_DUP2=1
22303 GNULIB_ENVIRON=1
22313 LIB_EXECINFO=''
22314 EXECINFO_H='execinfo.h'
22316 if test $ac_cv_header_execinfo_h = yes; then
22317 gl_saved_libs=$LIBS
22318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing backtrace_symbols_fd" >&5
22319 $as_echo_n "checking for library containing backtrace_symbols_fd... " >&6; }
22320 if test "${ac_cv_search_backtrace_symbols_fd+set}" = set; then :
22321 $as_echo_n "(cached) " >&6
22322 else
22323 ac_func_search_save_LIBS=$LIBS
22324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22325 /* end confdefs.h. */
22327 /* Override any GCC internal prototype to avoid an error.
22328 Use char because int might match the return type of a GCC
22329 builtin and then its argument prototype would still apply. */
22330 #ifdef __cplusplus
22331 extern "C"
22332 #endif
22333 char backtrace_symbols_fd ();
22335 main ()
22337 return backtrace_symbols_fd ();
22339 return 0;
22341 _ACEOF
22342 for ac_lib in '' execinfo; do
22343 if test -z "$ac_lib"; then
22344 ac_res="none required"
22345 else
22346 ac_res=-l$ac_lib
22347 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
22349 if ac_fn_c_try_link "$LINENO"; then :
22350 ac_cv_search_backtrace_symbols_fd=$ac_res
22352 rm -f core conftest.err conftest.$ac_objext \
22353 conftest$ac_exeext
22354 if test "${ac_cv_search_backtrace_symbols_fd+set}" = set; then :
22355 break
22357 done
22358 if test "${ac_cv_search_backtrace_symbols_fd+set}" = set; then :
22360 else
22361 ac_cv_search_backtrace_symbols_fd=no
22363 rm conftest.$ac_ext
22364 LIBS=$ac_func_search_save_LIBS
22366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_backtrace_symbols_fd" >&5
22367 $as_echo "$ac_cv_search_backtrace_symbols_fd" >&6; }
22368 ac_res=$ac_cv_search_backtrace_symbols_fd
22369 if test "$ac_res" != no; then :
22370 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
22371 test "$ac_cv_search_backtrace_symbols_fd" = "none required" ||
22372 LIB_EXECINFO=$ac_cv_search_backtrace_symbols_fd
22375 LIBS=$gl_saved_libs
22376 test "$ac_cv_search_backtrace_symbols_fd" = no || EXECINFO_H=''
22379 if test -n "$EXECINFO_H"; then
22388 gl_LIBOBJS="$gl_LIBOBJS execinfo.$ac_objext"
22394 if test -n "$EXECINFO_H"; then
22395 GL_GENERATE_EXECINFO_H_TRUE=
22396 GL_GENERATE_EXECINFO_H_FALSE='#'
22397 else
22398 GL_GENERATE_EXECINFO_H_TRUE='#'
22399 GL_GENERATE_EXECINFO_H_FALSE=
22410 if test $ac_cv_func_faccessat = no; then
22411 HAVE_FACCESSAT=0
22414 if test $HAVE_FACCESSAT = 0; then
22423 gl_LIBOBJS="$gl_LIBOBJS faccessat.$ac_objext"
22426 for ac_func in access
22427 do :
22428 ac_fn_c_check_func "$LINENO" "access" "ac_cv_func_access"
22429 if test "x$ac_cv_func_access" = x""yes; then :
22430 cat >>confdefs.h <<_ACEOF
22431 #define HAVE_ACCESS 1
22432 _ACEOF
22435 done
22441 cat >>confdefs.h <<_ACEOF
22442 #define GNULIB_FACCESSAT 1
22443 _ACEOF
22451 GNULIB_FACCESSAT=1
22462 if test $ac_cv_func_fcntl = no; then
22466 if test $ac_cv_func_fcntl = no; then
22467 HAVE_FCNTL=0
22468 else
22469 REPLACE_FCNTL=1
22472 else
22473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fcntl handles F_DUPFD correctly" >&5
22474 $as_echo_n "checking whether fcntl handles F_DUPFD correctly... " >&6; }
22475 if test "${gl_cv_func_fcntl_f_dupfd_works+set}" = set; then :
22476 $as_echo_n "(cached) " >&6
22477 else
22478 if test "$cross_compiling" = yes; then :
22479 # Guess that it works on glibc systems
22480 case $host_os in #((
22481 *-gnu*) gl_cv_func_fcntl_f_dupfd_works="guessing yes";;
22482 *) gl_cv_func_fcntl_f_dupfd_works="guessing no";;
22483 esac
22484 else
22485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22486 /* end confdefs.h. */
22488 #include <fcntl.h>
22489 #include <errno.h>
22492 main ()
22494 int result = 0;
22495 if (fcntl (0, F_DUPFD, -1) != -1) result |= 1;
22496 if (errno != EINVAL) result |= 2;
22497 return result;
22500 return 0;
22502 _ACEOF
22503 if ac_fn_c_try_run "$LINENO"; then :
22504 gl_cv_func_fcntl_f_dupfd_works=yes
22505 else
22506 gl_cv_func_fcntl_f_dupfd_works=no
22508 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
22509 conftest.$ac_objext conftest.beam conftest.$ac_ext
22513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fcntl_f_dupfd_works" >&5
22514 $as_echo "$gl_cv_func_fcntl_f_dupfd_works" >&6; }
22515 case $gl_cv_func_fcntl_f_dupfd_works in
22516 *yes) ;;
22520 if test $ac_cv_func_fcntl = no; then
22521 HAVE_FCNTL=0
22522 else
22523 REPLACE_FCNTL=1
22527 $as_echo "#define FCNTL_DUPFD_BUGGY 1" >>confdefs.h
22529 esac
22531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fcntl understands F_DUPFD_CLOEXEC" >&5
22532 $as_echo_n "checking whether fcntl understands F_DUPFD_CLOEXEC... " >&6; }
22533 if test "${gl_cv_func_fcntl_f_dupfd_cloexec+set}" = set; then :
22534 $as_echo_n "(cached) " >&6
22535 else
22536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22537 /* end confdefs.h. */
22539 #include <fcntl.h>
22540 #ifndef F_DUPFD_CLOEXEC
22541 choke me
22542 #endif
22545 main ()
22549 return 0;
22551 _ACEOF
22552 if ac_fn_c_try_compile "$LINENO"; then :
22553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22554 /* end confdefs.h. */
22556 #ifdef __linux__
22557 /* The Linux kernel only added F_DUPFD_CLOEXEC in 2.6.24, so we always replace
22558 it to support the semantics on older kernels that failed with EINVAL. */
22559 choke me
22560 #endif
22563 main ()
22567 return 0;
22569 _ACEOF
22570 if ac_fn_c_try_compile "$LINENO"; then :
22571 gl_cv_func_fcntl_f_dupfd_cloexec=yes
22572 else
22573 gl_cv_func_fcntl_f_dupfd_cloexec="needs runtime check"
22575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22576 else
22577 gl_cv_func_fcntl_f_dupfd_cloexec=no
22579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fcntl_f_dupfd_cloexec" >&5
22582 $as_echo "$gl_cv_func_fcntl_f_dupfd_cloexec" >&6; }
22583 if test "$gl_cv_func_fcntl_f_dupfd_cloexec" != yes; then
22587 if test $ac_cv_func_fcntl = no; then
22588 HAVE_FCNTL=0
22589 else
22590 REPLACE_FCNTL=1
22597 if test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1; then
22606 gl_LIBOBJS="$gl_LIBOBJS fcntl.$ac_objext"
22614 GNULIB_FCNTL=1
22631 if test $gl_cv_have_include_next = yes; then
22632 gl_cv_next_fcntl_h='<'fcntl.h'>'
22633 else
22634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <fcntl.h>" >&5
22635 $as_echo_n "checking absolute name of <fcntl.h>... " >&6; }
22636 if test "${gl_cv_next_fcntl_h+set}" = set; then :
22637 $as_echo_n "(cached) " >&6
22638 else
22640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22641 /* end confdefs.h. */
22642 #include <fcntl.h>
22644 _ACEOF
22645 case "$host_os" in
22646 aix*) gl_absname_cpp="$ac_cpp -C" ;;
22647 *) gl_absname_cpp="$ac_cpp" ;;
22648 esac
22650 case "$host_os" in
22651 mingw*)
22652 gl_dirsep_regex='[/\\]'
22655 gl_dirsep_regex='\/'
22657 esac
22658 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
22660 gl_header_literal_regex=`echo 'fcntl.h' \
22661 | sed -e "$gl_make_literal_regex_sed"`
22662 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
22663 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
22664 s|^/[^/]|//&|
22668 gl_cv_next_fcntl_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
22669 sed -n "$gl_absolute_header_sed"`'"'
22673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_fcntl_h" >&5
22674 $as_echo "$gl_cv_next_fcntl_h" >&6; }
22676 NEXT_FCNTL_H=$gl_cv_next_fcntl_h
22678 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
22679 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
22680 gl_next_as_first_directive='<'fcntl.h'>'
22681 else
22682 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
22683 gl_next_as_first_directive=$gl_cv_next_fcntl_h
22685 NEXT_AS_FIRST_DIRECTIVE_FCNTL_H=$gl_next_as_first_directive
22701 LIB_FDATASYNC=
22704 if test $ac_cv_have_decl_fdatasync = no; then
22705 HAVE_DECL_FDATASYNC=0
22706 for ac_func in fdatasync
22707 do :
22708 ac_fn_c_check_func "$LINENO" "fdatasync" "ac_cv_func_fdatasync"
22709 if test "x$ac_cv_func_fdatasync" = x""yes; then :
22710 cat >>confdefs.h <<_ACEOF
22711 #define HAVE_FDATASYNC 1
22712 _ACEOF
22715 done
22717 if test $ac_cv_func_fdatasync = no; then
22718 HAVE_FDATASYNC=0
22720 else
22721 gl_saved_libs=$LIBS
22722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing fdatasync" >&5
22723 $as_echo_n "checking for library containing fdatasync... " >&6; }
22724 if test "${ac_cv_search_fdatasync+set}" = set; then :
22725 $as_echo_n "(cached) " >&6
22726 else
22727 ac_func_search_save_LIBS=$LIBS
22728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22729 /* end confdefs.h. */
22731 /* Override any GCC internal prototype to avoid an error.
22732 Use char because int might match the return type of a GCC
22733 builtin and then its argument prototype would still apply. */
22734 #ifdef __cplusplus
22735 extern "C"
22736 #endif
22737 char fdatasync ();
22739 main ()
22741 return fdatasync ();
22743 return 0;
22745 _ACEOF
22746 for ac_lib in '' rt posix4; do
22747 if test -z "$ac_lib"; then
22748 ac_res="none required"
22749 else
22750 ac_res=-l$ac_lib
22751 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
22753 if ac_fn_c_try_link "$LINENO"; then :
22754 ac_cv_search_fdatasync=$ac_res
22756 rm -f core conftest.err conftest.$ac_objext \
22757 conftest$ac_exeext
22758 if test "${ac_cv_search_fdatasync+set}" = set; then :
22759 break
22761 done
22762 if test "${ac_cv_search_fdatasync+set}" = set; then :
22764 else
22765 ac_cv_search_fdatasync=no
22767 rm conftest.$ac_ext
22768 LIBS=$ac_func_search_save_LIBS
22770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_fdatasync" >&5
22771 $as_echo "$ac_cv_search_fdatasync" >&6; }
22772 ac_res=$ac_cv_search_fdatasync
22773 if test "$ac_res" != no; then :
22774 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
22775 test "$ac_cv_search_fdatasync" = "none required" ||
22776 LIB_FDATASYNC=$ac_cv_search_fdatasync
22779 LIBS=$gl_saved_libs
22782 if test $HAVE_FDATASYNC = 0; then
22791 gl_LIBOBJS="$gl_LIBOBJS fdatasync.$ac_objext"
22799 GNULIB_FDATASYNC=1
22810 ac_fn_c_check_decl "$LINENO" "fdopendir" "ac_cv_have_decl_fdopendir" "
22811 #include <dirent.h>
22814 if test "x$ac_cv_have_decl_fdopendir" = x""yes; then :
22815 ac_have_decl=1
22816 else
22817 ac_have_decl=0
22820 cat >>confdefs.h <<_ACEOF
22821 #define HAVE_DECL_FDOPENDIR $ac_have_decl
22822 _ACEOF
22823 if test $ac_have_decl = 1; then :
22825 else
22826 HAVE_DECL_FDOPENDIR=0
22830 if test $ac_cv_func_fdopendir = no; then
22831 HAVE_FDOPENDIR=0
22832 else
22833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fdopendir works" >&5
22834 $as_echo_n "checking whether fdopendir works... " >&6; }
22835 if test "${gl_cv_func_fdopendir_works+set}" = set; then :
22836 $as_echo_n "(cached) " >&6
22837 else
22838 if test "$cross_compiling" = yes; then :
22839 case "$host_os" in
22840 # Guess yes on glibc systems.
22841 *-gnu*) gl_cv_func_fdopendir_works="guessing yes" ;;
22842 # If we don't know, assume the worst.
22843 *) gl_cv_func_fdopendir_works="guessing no" ;;
22844 esac
22846 else
22847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22848 /* end confdefs.h. */
22850 #include <dirent.h>
22851 #include <fcntl.h>
22852 #include <unistd.h>
22853 #if !HAVE_DECL_FDOPENDIR
22854 extern
22855 # ifdef __cplusplus
22857 # endif
22858 DIR *fdopendir (int);
22859 #endif
22862 main ()
22864 int result = 0;
22865 int fd = open ("conftest.c", O_RDONLY);
22866 if (fd < 0) result |= 1;
22867 if (fdopendir (fd)) result |= 2;
22868 if (close (fd)) result |= 4;
22869 return result;
22871 return 0;
22873 _ACEOF
22874 if ac_fn_c_try_run "$LINENO"; then :
22875 gl_cv_func_fdopendir_works=yes
22876 else
22877 gl_cv_func_fdopendir_works=no
22879 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
22880 conftest.$ac_objext conftest.beam conftest.$ac_ext
22884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fdopendir_works" >&5
22885 $as_echo "$gl_cv_func_fdopendir_works" >&6; }
22886 case "$gl_cv_func_fdopendir_works" in
22887 *yes) ;;
22889 REPLACE_FDOPENDIR=1
22891 esac
22894 if test $HAVE_FDOPENDIR = 0 || test $REPLACE_FDOPENDIR = 1; then
22903 gl_LIBOBJS="$gl_LIBOBJS fdopendir.$ac_objext"
22911 GNULIB_FDOPENDIR=1
22919 cat >>confdefs.h <<_ACEOF
22920 #define GNULIB_FDOPENDIR 1
22921 _ACEOF
22931 fp_headers='
22932 # include <stdio.h>
22933 # if HAVE_STDIO_EXT_H
22934 # include <stdio_ext.h>
22935 # endif
22937 ac_fn_c_check_decl "$LINENO" "__fpending" "ac_cv_have_decl___fpending" "$fp_headers
22939 if test "x$ac_cv_have_decl___fpending" = x""yes; then :
22940 ac_have_decl=1
22941 else
22942 ac_have_decl=0
22945 cat >>confdefs.h <<_ACEOF
22946 #define HAVE_DECL___FPENDING $ac_have_decl
22947 _ACEOF
22950 if test $ac_cv_func___fpending = no; then
22959 gl_LIBOBJS="$gl_LIBOBJS fpending.$ac_objext"
22962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to determine the number of pending output bytes on a stream" >&5
22963 $as_echo_n "checking how to determine the number of pending output bytes on a stream... " >&6; }
22964 if test "${ac_cv_sys_pending_output_n_bytes+set}" = set; then :
22965 $as_echo_n "(cached) " >&6
22966 else
22968 for ac_expr in \
22970 '# glibc2' \
22971 'fp->_IO_write_ptr - fp->_IO_write_base' \
22973 '# traditional Unix' \
22974 'fp->_ptr - fp->_base' \
22976 '# BSD' \
22977 'fp->_p - fp->_bf._base' \
22979 '# SCO, Unixware' \
22980 '(fp->__ptr ? fp->__ptr - fp->__base : 0)' \
22982 '# QNX' \
22983 '(fp->_Mode & 0x2000 /*_MWRITE*/ ? fp->_Next - fp->_Buf : 0)' \
22985 '# old glibc?' \
22986 'fp->__bufp - fp->__buffer' \
22988 '# old glibc iostream?' \
22989 'fp->_pptr - fp->_pbase' \
22991 '# emx+gcc' \
22992 'fp->_ptr - fp->_buffer' \
22994 '# Minix' \
22995 'fp->_ptr - fp->_buf' \
22997 '# Plan9' \
22998 'fp->wp - fp->buf' \
23000 '# VMS' \
23001 '(*fp)->_ptr - (*fp)->_base' \
23003 '# e.g., DGUX R4.11; the info is not available' \
23005 ; do
23007 # Skip each embedded comment.
23008 case "$ac_expr" in '#'*) continue;; esac
23010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23011 /* end confdefs.h. */
23012 #include <stdio.h>
23014 main ()
23016 FILE *fp = stdin; (void) ($ac_expr);
23018 return 0;
23020 _ACEOF
23021 if ac_fn_c_try_compile "$LINENO"; then :
23022 fp_done=yes
23025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23026 test "$fp_done" = yes && break
23027 done
23029 ac_cv_sys_pending_output_n_bytes=$ac_expr
23033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_pending_output_n_bytes" >&5
23034 $as_echo "$ac_cv_sys_pending_output_n_bytes" >&6; }
23036 cat >>confdefs.h <<_ACEOF
23037 #define PENDING_OUTPUT_N_BYTES $ac_cv_sys_pending_output_n_bytes
23038 _ACEOF
23048 if test $ac_cv_func_fstatat = no; then
23049 HAVE_FSTATAT=0
23050 else
23051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fstatat (..., 0) works" >&5
23052 $as_echo_n "checking whether fstatat (..., 0) works... " >&6; }
23053 if test "${gl_cv_func_fstatat_zero_flag+set}" = set; then :
23054 $as_echo_n "(cached) " >&6
23055 else
23056 if test "$cross_compiling" = yes; then :
23057 case "$host_os" in
23058 aix*) gl_cv_func_fstatat_zero_flag="guessing no";;
23059 *) gl_cv_func_fstatat_zero_flag="guessing yes";;
23060 esac
23062 else
23063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23064 /* end confdefs.h. */
23066 #include <fcntl.h>
23067 #include <sys/stat.h>
23069 main (void)
23071 struct stat a;
23072 return fstatat (AT_FDCWD, ".", &a, 0) != 0;
23075 _ACEOF
23076 if ac_fn_c_try_run "$LINENO"; then :
23077 gl_cv_func_fstatat_zero_flag=yes
23078 else
23079 gl_cv_func_fstatat_zero_flag=no
23081 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
23082 conftest.$ac_objext conftest.beam conftest.$ac_ext
23087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fstatat_zero_flag" >&5
23088 $as_echo "$gl_cv_func_fstatat_zero_flag" >&6; }
23090 case $gl_cv_func_fstatat_zero_flag+$gl_cv_func_lstat_dereferences_slashed_symlink in
23091 *yes+*yes) ;;
23092 *) REPLACE_FSTATAT=1
23093 case $gl_cv_func_fstatat_zero_flag in
23094 *yes)
23096 $as_echo "#define HAVE_WORKING_FSTATAT_ZERO_FLAG 1" >>confdefs.h
23099 esac
23101 esac
23104 if test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1; then
23113 gl_LIBOBJS="$gl_LIBOBJS fstatat.$ac_objext"
23121 GNULIB_FSTATAT=1
23130 if test $ac_cv_func_fsync = no; then
23131 HAVE_FSYNC=0
23134 if test $HAVE_FSYNC = 0; then
23143 gl_LIBOBJS="$gl_LIBOBJS fsync.$ac_objext"
23152 GNULIB_FSYNC=1
23160 # Persuade glibc <stdlib.h> to declare getloadavg().
23163 gl_save_LIBS=$LIBS
23165 # getloadvg is present in libc on glibc >= 2.2, Mac OS X, FreeBSD >= 2.0,
23166 # NetBSD >= 0.9, OpenBSD >= 2.0, Solaris >= 7.
23167 HAVE_GETLOADAVG=1
23168 ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg"
23169 if test "x$ac_cv_func_getloadavg" = x""yes; then :
23171 else
23172 gl_func_getloadavg_done=no
23174 # Some systems with -lutil have (and need) -lkvm as well, some do not.
23175 # On Solaris, -lkvm requires nlist from -lelf, so check that first
23176 # to get the right answer into the cache.
23177 # For kstat on solaris, we need to test for libelf and libkvm to force the
23178 # definition of SVR4 below.
23179 if test $gl_func_getloadavg_done = no; then
23180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5
23181 $as_echo_n "checking for elf_begin in -lelf... " >&6; }
23182 if test "${ac_cv_lib_elf_elf_begin+set}" = set; then :
23183 $as_echo_n "(cached) " >&6
23184 else
23185 ac_check_lib_save_LIBS=$LIBS
23186 LIBS="-lelf $LIBS"
23187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23188 /* end confdefs.h. */
23190 /* Override any GCC internal prototype to avoid an error.
23191 Use char because int might match the return type of a GCC
23192 builtin and then its argument prototype would still apply. */
23193 #ifdef __cplusplus
23194 extern "C"
23195 #endif
23196 char elf_begin ();
23198 main ()
23200 return elf_begin ();
23202 return 0;
23204 _ACEOF
23205 if ac_fn_c_try_link "$LINENO"; then :
23206 ac_cv_lib_elf_elf_begin=yes
23207 else
23208 ac_cv_lib_elf_elf_begin=no
23210 rm -f core conftest.err conftest.$ac_objext \
23211 conftest$ac_exeext conftest.$ac_ext
23212 LIBS=$ac_check_lib_save_LIBS
23214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5
23215 $as_echo "$ac_cv_lib_elf_elf_begin" >&6; }
23216 if test "x$ac_cv_lib_elf_elf_begin" = x""yes; then :
23217 LIBS="-lelf $LIBS"
23220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5
23221 $as_echo_n "checking for kvm_open in -lkvm... " >&6; }
23222 if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then :
23223 $as_echo_n "(cached) " >&6
23224 else
23225 ac_check_lib_save_LIBS=$LIBS
23226 LIBS="-lkvm $LIBS"
23227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23228 /* end confdefs.h. */
23230 /* Override any GCC internal prototype to avoid an error.
23231 Use char because int might match the return type of a GCC
23232 builtin and then its argument prototype would still apply. */
23233 #ifdef __cplusplus
23234 extern "C"
23235 #endif
23236 char kvm_open ();
23238 main ()
23240 return kvm_open ();
23242 return 0;
23244 _ACEOF
23245 if ac_fn_c_try_link "$LINENO"; then :
23246 ac_cv_lib_kvm_kvm_open=yes
23247 else
23248 ac_cv_lib_kvm_kvm_open=no
23250 rm -f core conftest.err conftest.$ac_objext \
23251 conftest$ac_exeext conftest.$ac_ext
23252 LIBS=$ac_check_lib_save_LIBS
23254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5
23255 $as_echo "$ac_cv_lib_kvm_kvm_open" >&6; }
23256 if test "x$ac_cv_lib_kvm_kvm_open" = x""yes; then :
23257 LIBS="-lkvm $LIBS"
23260 # Check for the 4.4BSD definition of getloadavg.
23261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5
23262 $as_echo_n "checking for getloadavg in -lutil... " >&6; }
23263 if test "${ac_cv_lib_util_getloadavg+set}" = set; then :
23264 $as_echo_n "(cached) " >&6
23265 else
23266 ac_check_lib_save_LIBS=$LIBS
23267 LIBS="-lutil $LIBS"
23268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23269 /* end confdefs.h. */
23271 /* Override any GCC internal prototype to avoid an error.
23272 Use char because int might match the return type of a GCC
23273 builtin and then its argument prototype would still apply. */
23274 #ifdef __cplusplus
23275 extern "C"
23276 #endif
23277 char getloadavg ();
23279 main ()
23281 return getloadavg ();
23283 return 0;
23285 _ACEOF
23286 if ac_fn_c_try_link "$LINENO"; then :
23287 ac_cv_lib_util_getloadavg=yes
23288 else
23289 ac_cv_lib_util_getloadavg=no
23291 rm -f core conftest.err conftest.$ac_objext \
23292 conftest$ac_exeext conftest.$ac_ext
23293 LIBS=$ac_check_lib_save_LIBS
23295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5
23296 $as_echo "$ac_cv_lib_util_getloadavg" >&6; }
23297 if test "x$ac_cv_lib_util_getloadavg" = x""yes; then :
23298 LIBS="-lutil $LIBS" gl_func_getloadavg_done=yes
23303 if test $gl_func_getloadavg_done = no; then
23304 # There is a commonly available library for RS/6000 AIX.
23305 # Since it is not a standard part of AIX, it might be installed locally.
23306 gl_getloadavg_LIBS=$LIBS
23307 LIBS="-L/usr/local/lib $LIBS"
23308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5
23309 $as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; }
23310 if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then :
23311 $as_echo_n "(cached) " >&6
23312 else
23313 ac_check_lib_save_LIBS=$LIBS
23314 LIBS="-lgetloadavg $LIBS"
23315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23316 /* end confdefs.h. */
23318 /* Override any GCC internal prototype to avoid an error.
23319 Use char because int might match the return type of a GCC
23320 builtin and then its argument prototype would still apply. */
23321 #ifdef __cplusplus
23322 extern "C"
23323 #endif
23324 char getloadavg ();
23326 main ()
23328 return getloadavg ();
23330 return 0;
23332 _ACEOF
23333 if ac_fn_c_try_link "$LINENO"; then :
23334 ac_cv_lib_getloadavg_getloadavg=yes
23335 else
23336 ac_cv_lib_getloadavg_getloadavg=no
23338 rm -f core conftest.err conftest.$ac_objext \
23339 conftest$ac_exeext conftest.$ac_ext
23340 LIBS=$ac_check_lib_save_LIBS
23342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5
23343 $as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; }
23344 if test "x$ac_cv_lib_getloadavg_getloadavg" = x""yes; then :
23345 LIBS="-lgetloadavg $LIBS" gl_func_getloadavg_done=yes
23346 else
23347 LIBS=$gl_getloadavg_LIBS
23352 # Set up the replacement function if necessary.
23353 if test $gl_func_getloadavg_done = no; then
23354 HAVE_GETLOADAVG=0
23356 # Solaris has libkstat which does not require root.
23357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
23358 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
23359 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
23360 $as_echo_n "(cached) " >&6
23361 else
23362 ac_check_lib_save_LIBS=$LIBS
23363 LIBS="-lkstat $LIBS"
23364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23365 /* end confdefs.h. */
23367 /* Override any GCC internal prototype to avoid an error.
23368 Use char because int might match the return type of a GCC
23369 builtin and then its argument prototype would still apply. */
23370 #ifdef __cplusplus
23371 extern "C"
23372 #endif
23373 char kstat_open ();
23375 main ()
23377 return kstat_open ();
23379 return 0;
23381 _ACEOF
23382 if ac_fn_c_try_link "$LINENO"; then :
23383 ac_cv_lib_kstat_kstat_open=yes
23384 else
23385 ac_cv_lib_kstat_kstat_open=no
23387 rm -f core conftest.err conftest.$ac_objext \
23388 conftest$ac_exeext conftest.$ac_ext
23389 LIBS=$ac_check_lib_save_LIBS
23391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
23392 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
23393 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
23394 cat >>confdefs.h <<_ACEOF
23395 #define HAVE_LIBKSTAT 1
23396 _ACEOF
23398 LIBS="-lkstat $LIBS"
23402 test $ac_cv_lib_kstat_kstat_open = yes && gl_func_getloadavg_done=yes
23404 # AIX has libperfstat which does not require root
23405 if test $gl_func_getloadavg_done = no; then
23406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perfstat_cpu_total in -lperfstat" >&5
23407 $as_echo_n "checking for perfstat_cpu_total in -lperfstat... " >&6; }
23408 if test "${ac_cv_lib_perfstat_perfstat_cpu_total+set}" = set; then :
23409 $as_echo_n "(cached) " >&6
23410 else
23411 ac_check_lib_save_LIBS=$LIBS
23412 LIBS="-lperfstat $LIBS"
23413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23414 /* end confdefs.h. */
23416 /* Override any GCC internal prototype to avoid an error.
23417 Use char because int might match the return type of a GCC
23418 builtin and then its argument prototype would still apply. */
23419 #ifdef __cplusplus
23420 extern "C"
23421 #endif
23422 char perfstat_cpu_total ();
23424 main ()
23426 return perfstat_cpu_total ();
23428 return 0;
23430 _ACEOF
23431 if ac_fn_c_try_link "$LINENO"; then :
23432 ac_cv_lib_perfstat_perfstat_cpu_total=yes
23433 else
23434 ac_cv_lib_perfstat_perfstat_cpu_total=no
23436 rm -f core conftest.err conftest.$ac_objext \
23437 conftest$ac_exeext conftest.$ac_ext
23438 LIBS=$ac_check_lib_save_LIBS
23440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_perfstat_perfstat_cpu_total" >&5
23441 $as_echo "$ac_cv_lib_perfstat_perfstat_cpu_total" >&6; }
23442 if test "x$ac_cv_lib_perfstat_perfstat_cpu_total" = x""yes; then :
23443 cat >>confdefs.h <<_ACEOF
23444 #define HAVE_LIBPERFSTAT 1
23445 _ACEOF
23447 LIBS="-lperfstat $LIBS"
23451 test $ac_cv_lib_perfstat_perfstat_cpu_total = yes && gl_func_getloadavg_done=yes
23454 if test $gl_func_getloadavg_done = no; then
23455 ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default"
23456 if test "x$ac_cv_header_sys_dg_sys_info_h" = x""yes; then :
23457 gl_func_getloadavg_done=yes
23459 $as_echo "#define DGUX 1" >>confdefs.h
23461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5
23462 $as_echo_n "checking for dg_sys_info in -ldgc... " >&6; }
23463 if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then :
23464 $as_echo_n "(cached) " >&6
23465 else
23466 ac_check_lib_save_LIBS=$LIBS
23467 LIBS="-ldgc $LIBS"
23468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23469 /* end confdefs.h. */
23471 /* Override any GCC internal prototype to avoid an error.
23472 Use char because int might match the return type of a GCC
23473 builtin and then its argument prototype would still apply. */
23474 #ifdef __cplusplus
23475 extern "C"
23476 #endif
23477 char dg_sys_info ();
23479 main ()
23481 return dg_sys_info ();
23483 return 0;
23485 _ACEOF
23486 if ac_fn_c_try_link "$LINENO"; then :
23487 ac_cv_lib_dgc_dg_sys_info=yes
23488 else
23489 ac_cv_lib_dgc_dg_sys_info=no
23491 rm -f core conftest.err conftest.$ac_objext \
23492 conftest$ac_exeext conftest.$ac_ext
23493 LIBS=$ac_check_lib_save_LIBS
23495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5
23496 $as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; }
23497 if test "x$ac_cv_lib_dgc_dg_sys_info" = x""yes; then :
23498 cat >>confdefs.h <<_ACEOF
23499 #define HAVE_LIBDGC 1
23500 _ACEOF
23502 LIBS="-ldgc $LIBS"
23514 if test "x$gl_save_LIBS" = x; then
23515 GETLOADAVG_LIBS=$LIBS
23516 else
23517 GETLOADAVG_LIBS=`echo "$LIBS" | sed "s!$gl_save_LIBS!!"`
23519 LIBS=$gl_save_LIBS
23522 # Test whether the system declares getloadavg. Solaris has the function
23523 # but declares it in <sys/loadavg.h>, not <stdlib.h>.
23524 for ac_header in sys/loadavg.h
23525 do :
23526 ac_fn_c_check_header_mongrel "$LINENO" "sys/loadavg.h" "ac_cv_header_sys_loadavg_h" "$ac_includes_default"
23527 if test "x$ac_cv_header_sys_loadavg_h" = x""yes; then :
23528 cat >>confdefs.h <<_ACEOF
23529 #define HAVE_SYS_LOADAVG_H 1
23530 _ACEOF
23534 done
23536 if test $ac_cv_header_sys_loadavg_h = yes; then
23537 HAVE_SYS_LOADAVG_H=1
23538 else
23539 HAVE_SYS_LOADAVG_H=0
23541 ac_fn_c_check_decl "$LINENO" "getloadavg" "ac_cv_have_decl_getloadavg" "#if HAVE_SYS_LOADAVG_H
23542 # include <sys/loadavg.h>
23543 #endif
23544 #include <stdlib.h>
23546 if test "x$ac_cv_have_decl_getloadavg" = x""yes; then :
23548 else
23549 HAVE_DECL_GETLOADAVG=0
23553 if test $HAVE_GETLOADAVG = 0; then
23562 gl_LIBOBJS="$gl_LIBOBJS getloadavg.$ac_objext"
23565 # Figure out what our getloadavg.c needs.
23569 # On HPUX9, an unprivileged user can get load averages this way.
23570 if test $gl_func_getloadavg_done = no; then
23571 for ac_func in pstat_getdynamic
23572 do :
23573 ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic"
23574 if test "x$ac_cv_func_pstat_getdynamic" = x""yes; then :
23575 cat >>confdefs.h <<_ACEOF
23576 #define HAVE_PSTAT_GETDYNAMIC 1
23577 _ACEOF
23578 gl_func_getloadavg_done=yes
23580 done
23584 # We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it
23585 # uses stabs), but it is still SVR4. We cannot check for <elf.h> because
23586 # Irix 4.0.5F has the header but not the library.
23587 if test $gl_func_getloadavg_done = no && test "$ac_cv_lib_elf_elf_begin" = yes \
23588 && test "$ac_cv_lib_kvm_kvm_open" = yes; then
23589 gl_func_getloadavg_done=yes
23591 $as_echo "#define SVR4 1" >>confdefs.h
23595 if test $gl_func_getloadavg_done = no; then
23596 ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default"
23597 if test "x$ac_cv_header_inq_stats_cpustats_h" = x""yes; then :
23598 gl_func_getloadavg_done=yes
23600 $as_echo "#define UMAX 1" >>confdefs.h
23603 $as_echo "#define UMAX4_3 1" >>confdefs.h
23610 if test $gl_func_getloadavg_done = no; then
23611 ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default"
23612 if test "x$ac_cv_header_sys_cpustats_h" = x""yes; then :
23613 gl_func_getloadavg_done=yes; $as_echo "#define UMAX 1" >>confdefs.h
23620 if test $gl_func_getloadavg_done = no; then
23621 for ac_header in mach/mach.h
23622 do :
23623 ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default"
23624 if test "x$ac_cv_header_mach_mach_h" = x""yes; then :
23625 cat >>confdefs.h <<_ACEOF
23626 #define HAVE_MACH_MACH_H 1
23627 _ACEOF
23631 done
23635 for ac_header in nlist.h
23636 do :
23637 ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default"
23638 if test "x$ac_cv_header_nlist_h" = x""yes; then :
23639 cat >>confdefs.h <<_ACEOF
23640 #define HAVE_NLIST_H 1
23641 _ACEOF
23642 ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h>
23644 if test "x$ac_cv_member_struct_nlist_n_un_n_name" = x""yes; then :
23646 cat >>confdefs.h <<_ACEOF
23647 #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1
23648 _ACEOF
23653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23654 /* end confdefs.h. */
23655 #include <nlist.h>
23657 main ()
23659 struct nlist x;
23660 #ifdef HAVE_STRUCT_NLIST_N_UN_N_NAME
23661 x.n_un.n_name = "";
23662 #else
23663 x.n_name = "";
23664 #endif
23666 return 0;
23668 _ACEOF
23669 if ac_fn_c_try_link "$LINENO"; then :
23671 $as_echo "#define N_NAME_POINTER 1" >>confdefs.h
23674 rm -f core conftest.err conftest.$ac_objext \
23675 conftest$ac_exeext conftest.$ac_ext
23679 done
23687 GNULIB_GETLOADAVG=1
23698 if test $REPLACE_GETOPT = 1; then
23707 gl_LIBOBJS="$gl_LIBOBJS getopt.$ac_objext"
23717 gl_LIBOBJS="$gl_LIBOBJS getopt1.$ac_objext"
23722 GNULIB_GL_UNISTD_H_GETOPT=1
23731 REPLACE_GETOPT=0
23732 if test -n "$gl_replace_getopt"; then
23733 REPLACE_GETOPT=1
23736 if test $REPLACE_GETOPT = 1; then
23738 GETOPT_H=getopt.h
23740 $as_echo "#define __GETOPT_PREFIX rpl_" >>confdefs.h
23746 if test $REPLACE_GETOPT = 1; then
23755 gl_LIBOBJS="$gl_LIBOBJS getopt.$ac_objext"
23765 gl_LIBOBJS="$gl_LIBOBJS getopt1.$ac_objext"
23770 GNULIB_GL_UNISTD_H_GETOPT=1
23784 gl_gettimeofday_timezone=void
23785 if test $ac_cv_func_gettimeofday != yes; then
23786 HAVE_GETTIMEOFDAY=0
23787 else
23791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday clobbers localtime buffer" >&5
23792 $as_echo_n "checking whether gettimeofday clobbers localtime buffer... " >&6; }
23793 if test "${gl_cv_func_gettimeofday_clobber+set}" = set; then :
23794 $as_echo_n "(cached) " >&6
23795 else
23796 if test "$cross_compiling" = yes; then :
23797 # When cross-compiling:
23798 case "$host_os" in
23799 # Guess all is fine on glibc systems.
23800 *-gnu*) gl_cv_func_gettimeofday_clobber="guessing no" ;;
23801 # If we don't know, assume the worst.
23802 *) gl_cv_func_gettimeofday_clobber="guessing yes" ;;
23803 esac
23805 else
23806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23807 /* end confdefs.h. */
23808 #include <string.h>
23809 #include <sys/time.h>
23810 #include <time.h>
23811 #include <stdlib.h>
23814 main ()
23817 time_t t = 0;
23818 struct tm *lt;
23819 struct tm saved_lt;
23820 struct timeval tv;
23821 lt = localtime (&t);
23822 saved_lt = *lt;
23823 gettimeofday (&tv, NULL);
23824 return memcmp (lt, &saved_lt, sizeof (struct tm)) != 0;
23827 return 0;
23829 _ACEOF
23830 if ac_fn_c_try_run "$LINENO"; then :
23831 gl_cv_func_gettimeofday_clobber=no
23832 else
23833 gl_cv_func_gettimeofday_clobber=yes
23835 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
23836 conftest.$ac_objext conftest.beam conftest.$ac_ext
23840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_gettimeofday_clobber" >&5
23841 $as_echo "$gl_cv_func_gettimeofday_clobber" >&6; }
23843 case "$gl_cv_func_gettimeofday_clobber" in
23844 *yes)
23845 REPLACE_GETTIMEOFDAY=1
23848 $as_echo "#define gmtime rpl_gmtime" >>confdefs.h
23851 $as_echo "#define localtime rpl_localtime" >>confdefs.h
23855 $as_echo "#define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1" >>confdefs.h
23858 esac
23860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gettimeofday with POSIX signature" >&5
23861 $as_echo_n "checking for gettimeofday with POSIX signature... " >&6; }
23862 if test "${gl_cv_func_gettimeofday_posix_signature+set}" = set; then :
23863 $as_echo_n "(cached) " >&6
23864 else
23865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23866 /* end confdefs.h. */
23867 #include <sys/time.h>
23868 struct timeval c;
23869 int gettimeofday (struct timeval *restrict, void *restrict);
23872 main ()
23874 /* glibc uses struct timezone * rather than the POSIX void *
23875 if _GNU_SOURCE is defined. However, since the only portable
23876 use of gettimeofday uses NULL as the second parameter, and
23877 since the glibc definition is actually more typesafe, it is
23878 not worth wrapping this to get a compliant signature. */
23879 int (*f) (struct timeval *restrict, void *restrict)
23880 = gettimeofday;
23881 int x = f (&c, 0);
23882 return !(x | c.tv_sec | c.tv_usec);
23885 return 0;
23887 _ACEOF
23888 if ac_fn_c_try_compile "$LINENO"; then :
23889 gl_cv_func_gettimeofday_posix_signature=yes
23890 else
23891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23892 /* end confdefs.h. */
23893 #include <sys/time.h>
23894 int gettimeofday (struct timeval *restrict, struct timezone *restrict);
23897 main ()
23901 return 0;
23903 _ACEOF
23904 if ac_fn_c_try_compile "$LINENO"; then :
23905 gl_cv_func_gettimeofday_posix_signature=almost
23906 else
23907 gl_cv_func_gettimeofday_posix_signature=no
23909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_gettimeofday_posix_signature" >&5
23914 $as_echo "$gl_cv_func_gettimeofday_posix_signature" >&6; }
23915 if test $gl_cv_func_gettimeofday_posix_signature = almost; then
23916 gl_gettimeofday_timezone='struct timezone'
23917 elif test $gl_cv_func_gettimeofday_posix_signature != yes; then
23918 REPLACE_GETTIMEOFDAY=1
23920 if test $REPLACE_STRUCT_TIMEVAL = 1; then
23921 REPLACE_GETTIMEOFDAY=1
23926 cat >>confdefs.h <<_ACEOF
23927 #define GETTIMEOFDAY_TIMEZONE $gl_gettimeofday_timezone
23928 _ACEOF
23931 if test $HAVE_GETTIMEOFDAY = 0 || test $REPLACE_GETTIMEOFDAY = 1; then
23940 gl_LIBOBJS="$gl_LIBOBJS gettimeofday.$ac_objext"
23943 for ac_header in sys/timeb.h
23944 do :
23945 ac_fn_c_check_header_mongrel "$LINENO" "sys/timeb.h" "ac_cv_header_sys_timeb_h" "$ac_includes_default"
23946 if test "x$ac_cv_header_sys_timeb_h" = x""yes; then :
23947 cat >>confdefs.h <<_ACEOF
23948 #define HAVE_SYS_TIMEB_H 1
23949 _ACEOF
23953 done
23955 for ac_func in _ftime
23956 do :
23957 ac_fn_c_check_func "$LINENO" "_ftime" "ac_cv_func__ftime"
23958 if test "x$ac_cv_func__ftime" = x""yes; then :
23959 cat >>confdefs.h <<_ACEOF
23960 #define HAVE__FTIME 1
23961 _ACEOF
23964 done
23973 GNULIB_GETTIMEOFDAY=1
23984 if test $ac_cv_func_lstat = yes; then
23986 case "$gl_cv_func_lstat_dereferences_slashed_symlink" in
23987 *no)
23988 REPLACE_LSTAT=1
23990 esac
23991 else
23992 HAVE_LSTAT=0
23995 if test $REPLACE_LSTAT = 1; then
24004 gl_LIBOBJS="$gl_LIBOBJS lstat.$ac_objext"
24013 GNULIB_LSTAT=1
24024 if test $ac_cv_have_decl_memrchr = no; then
24025 HAVE_DECL_MEMRCHR=0
24028 for ac_func in memrchr
24029 do :
24030 ac_fn_c_check_func "$LINENO" "memrchr" "ac_cv_func_memrchr"
24031 if test "x$ac_cv_func_memrchr" = x""yes; then :
24032 cat >>confdefs.h <<_ACEOF
24033 #define HAVE_MEMRCHR 1
24034 _ACEOF
24037 done
24040 if test $ac_cv_func_memrchr = no; then
24049 gl_LIBOBJS="$gl_LIBOBJS memrchr.$ac_objext"
24058 GNULIB_MEMRCHR=1
24070 if test $APPLE_UNIVERSAL_BUILD = 1; then
24071 # A universal build on Apple Mac OS X platforms.
24072 # The test result would be 'yes' in 32-bit mode and 'no' in 64-bit mode.
24073 # But we need a configuration result that is valid in both modes.
24074 gl_cv_func_working_mktime=no
24076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5
24077 $as_echo_n "checking for working mktime... " >&6; }
24078 if test "${gl_cv_func_working_mktime+set}" = set; then :
24079 $as_echo_n "(cached) " >&6
24080 else
24081 if test "$cross_compiling" = yes; then :
24082 gl_cv_func_working_mktime=no
24083 else
24084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24085 /* end confdefs.h. */
24086 /* Test program from Paul Eggert and Tony Leneis. */
24087 #include <limits.h>
24088 #include <stdlib.h>
24089 #include <time.h>
24091 #ifdef HAVE_UNISTD_H
24092 # include <unistd.h>
24093 #endif
24095 #if HAVE_DECL_ALARM
24096 # include <signal.h>
24097 #endif
24099 /* Work around redefinition to rpl_putenv by other config tests. */
24100 #undef putenv
24102 static time_t time_t_max;
24103 static time_t time_t_min;
24105 /* Values we'll use to set the TZ environment variable. */
24106 static char *tz_strings[] = {
24107 (char *) 0, "TZ=GMT0", "TZ=JST-9",
24108 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
24110 #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
24112 /* Return 0 if mktime fails to convert a date in the spring-forward gap.
24113 Based on a problem report from Andreas Jaeger. */
24114 static int
24115 spring_forward_gap ()
24117 /* glibc (up to about 1998-10-07) failed this test. */
24118 struct tm tm;
24120 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
24121 instead of "TZ=America/Vancouver" in order to detect the bug even
24122 on systems that don't support the Olson extension, or don't have the
24123 full zoneinfo tables installed. */
24124 putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
24126 tm.tm_year = 98;
24127 tm.tm_mon = 3;
24128 tm.tm_mday = 5;
24129 tm.tm_hour = 2;
24130 tm.tm_min = 0;
24131 tm.tm_sec = 0;
24132 tm.tm_isdst = -1;
24133 return mktime (&tm) != (time_t) -1;
24136 static int
24137 mktime_test1 (time_t now)
24139 struct tm *lt;
24140 return ! (lt = localtime (&now)) || mktime (lt) == now;
24143 static int
24144 mktime_test (time_t now)
24146 return (mktime_test1 (now)
24147 && mktime_test1 ((time_t) (time_t_max - now))
24148 && mktime_test1 ((time_t) (time_t_min + now)));
24151 static int
24152 irix_6_4_bug ()
24154 /* Based on code from Ariel Faigon. */
24155 struct tm tm;
24156 tm.tm_year = 96;
24157 tm.tm_mon = 3;
24158 tm.tm_mday = 0;
24159 tm.tm_hour = 0;
24160 tm.tm_min = 0;
24161 tm.tm_sec = 0;
24162 tm.tm_isdst = -1;
24163 mktime (&tm);
24164 return tm.tm_mon == 2 && tm.tm_mday == 31;
24167 static int
24168 bigtime_test (int j)
24170 struct tm tm;
24171 time_t now;
24172 tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
24173 now = mktime (&tm);
24174 if (now != (time_t) -1)
24176 struct tm *lt = localtime (&now);
24177 if (! (lt
24178 && lt->tm_year == tm.tm_year
24179 && lt->tm_mon == tm.tm_mon
24180 && lt->tm_mday == tm.tm_mday
24181 && lt->tm_hour == tm.tm_hour
24182 && lt->tm_min == tm.tm_min
24183 && lt->tm_sec == tm.tm_sec
24184 && lt->tm_yday == tm.tm_yday
24185 && lt->tm_wday == tm.tm_wday
24186 && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
24187 == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
24188 return 0;
24190 return 1;
24193 static int
24194 year_2050_test ()
24196 /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
24197 ignoring leap seconds. */
24198 unsigned long int answer = 2527315200UL;
24200 struct tm tm;
24201 time_t t;
24202 tm.tm_year = 2050 - 1900;
24203 tm.tm_mon = 2 - 1;
24204 tm.tm_mday = 1;
24205 tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
24206 tm.tm_isdst = -1;
24208 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
24209 instead of "TZ=America/Vancouver" in order to detect the bug even
24210 on systems that don't support the Olson extension, or don't have the
24211 full zoneinfo tables installed. */
24212 putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
24214 t = mktime (&tm);
24216 /* Check that the result is either a failure, or close enough
24217 to the correct answer that we can assume the discrepancy is
24218 due to leap seconds. */
24219 return (t == (time_t) -1
24220 || (0 < t && answer - 120 <= t && t <= answer + 120));
24224 main ()
24226 int result = 0;
24227 time_t t, delta;
24228 int i, j;
24229 int time_t_signed_magnitude = (time_t) ~ (time_t) 0 < (time_t) -1;
24230 int time_t_signed = ! ((time_t) 0 < (time_t) -1);
24232 #if HAVE_DECL_ALARM
24233 /* This test makes some buggy mktime implementations loop.
24234 Give up after 60 seconds; a mktime slower than that
24235 isn't worth using anyway. */
24236 signal (SIGALRM, SIG_DFL);
24237 alarm (60);
24238 #endif
24240 time_t_max = (! time_t_signed
24241 ? (time_t) -1
24242 : ((((time_t) 1 << (sizeof (time_t) * CHAR_BIT - 2)) - 1)
24243 * 2 + 1));
24244 time_t_min = (! time_t_signed
24245 ? (time_t) 0
24246 : time_t_signed_magnitude
24247 ? ~ (time_t) 0
24248 : ~ time_t_max);
24250 delta = time_t_max / 997; /* a suitable prime number */
24251 for (i = 0; i < N_STRINGS; i++)
24253 if (tz_strings[i])
24254 putenv (tz_strings[i]);
24256 for (t = 0; t <= time_t_max - delta && (result & 1) == 0; t += delta)
24257 if (! mktime_test (t))
24258 result |= 1;
24259 if ((result & 2) == 0
24260 && ! (mktime_test ((time_t) 1)
24261 && mktime_test ((time_t) (60 * 60))
24262 && mktime_test ((time_t) (60 * 60 * 24))))
24263 result |= 2;
24265 for (j = 1; (result & 4) == 0; j <<= 1)
24267 if (! bigtime_test (j))
24268 result |= 4;
24269 if (INT_MAX / 2 < j)
24270 break;
24272 if ((result & 8) == 0 && ! bigtime_test (INT_MAX))
24273 result |= 8;
24275 if (! irix_6_4_bug ())
24276 result |= 16;
24277 if (! spring_forward_gap ())
24278 result |= 32;
24279 if (! year_2050_test ())
24280 result |= 64;
24281 return result;
24283 _ACEOF
24284 if ac_fn_c_try_run "$LINENO"; then :
24285 gl_cv_func_working_mktime=yes
24286 else
24287 gl_cv_func_working_mktime=no
24289 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24290 conftest.$ac_objext conftest.beam conftest.$ac_ext
24295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_mktime" >&5
24296 $as_echo "$gl_cv_func_working_mktime" >&6; }
24298 if test $gl_cv_func_working_mktime = no; then
24299 REPLACE_MKTIME=1
24300 else
24301 REPLACE_MKTIME=0
24304 if test $REPLACE_MKTIME = 1; then
24313 gl_LIBOBJS="$gl_LIBOBJS mktime.$ac_objext"
24322 GNULIB_MKTIME=1
24335 if test $ac_cv_func_pipe2 != yes; then
24336 HAVE_PIPE2=0
24344 GNULIB_PIPE2=1
24355 if test $ac_cv_func_pselect = yes; then
24356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether signature of pselect conforms to POSIX" >&5
24357 $as_echo_n "checking whether signature of pselect conforms to POSIX... " >&6; }
24358 if test "${gl_cv_sig_pselect+set}" = set; then :
24359 $as_echo_n "(cached) " >&6
24360 else
24361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24362 /* end confdefs.h. */
24363 #include <sys/select.h>
24366 main ()
24368 int (*p) (int, fd_set *, fd_set *, fd_set *restrict,
24369 struct timespec const *restrict,
24370 sigset_t const *restrict) = pselect;
24371 return !p;
24373 return 0;
24375 _ACEOF
24376 if ac_fn_c_try_link "$LINENO"; then :
24377 gl_cv_sig_pselect=yes
24378 else
24379 gl_cv_sig_pselect=no
24381 rm -f core conftest.err conftest.$ac_objext \
24382 conftest$ac_exeext conftest.$ac_ext
24384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sig_pselect" >&5
24385 $as_echo "$gl_cv_sig_pselect" >&6; }
24387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pselect detects invalid fds" >&5
24388 $as_echo_n "checking whether pselect detects invalid fds... " >&6; }
24389 if test "${gl_cv_func_pselect_detects_ebadf+set}" = set; then :
24390 $as_echo_n "(cached) " >&6
24391 else
24393 if test "$cross_compiling" = yes; then :
24395 case "$host_os" in
24396 # Guess yes on glibc systems.
24397 *-gnu*) gl_cv_func_pselect_detects_ebadf="guessing yes" ;;
24398 # If we don't know, assume the worst.
24399 *) gl_cv_func_pselect_detects_ebadf="guessing no" ;;
24400 esac
24402 else
24403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24404 /* end confdefs.h. */
24406 #include <sys/types.h>
24407 #include <sys/time.h>
24408 #if HAVE_SYS_SELECT_H
24409 # include <sys/select.h>
24410 #endif
24411 #include <unistd.h>
24412 #include <errno.h>
24415 main ()
24418 fd_set set;
24419 dup2(0, 16);
24420 FD_ZERO(&set);
24421 FD_SET(16, &set);
24422 close(16);
24423 struct timespec timeout;
24424 timeout.tv_sec = 0;
24425 timeout.tv_nsec = 5000;
24426 return pselect (17, &set, NULL, NULL, &timeout, NULL) != -1 || errno != EBADF;
24429 return 0;
24431 _ACEOF
24432 if ac_fn_c_try_run "$LINENO"; then :
24433 gl_cv_func_pselect_detects_ebadf=yes
24434 else
24435 gl_cv_func_pselect_detects_ebadf=no
24437 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24438 conftest.$ac_objext conftest.beam conftest.$ac_ext
24443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pselect_detects_ebadf" >&5
24444 $as_echo "$gl_cv_func_pselect_detects_ebadf" >&6; }
24445 case $gl_cv_func_pselect_detects_ebadf in
24446 *yes) ;;
24447 *) REPLACE_PSELECT=1 ;;
24448 esac
24451 if test $ac_cv_func_pselect = no || test $gl_cv_sig_pselect = no; then
24452 REPLACE_PSELECT=1
24455 if test $HAVE_PSELECT = 0 || test $REPLACE_PSELECT = 1; then
24464 gl_LIBOBJS="$gl_LIBOBJS pselect.$ac_objext"
24472 GNULIB_PSELECT=1
24482 LIB_PTHREAD_SIGMASK=
24487 if test "$gl_threads_api" = posix; then
24488 if test $ac_cv_func_pthread_sigmask = yes; then
24490 else
24491 if test -n "$LIBMULTITHREAD"; then
24492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_sigmask in $LIBMULTITHREAD" >&5
24493 $as_echo_n "checking for pthread_sigmask in $LIBMULTITHREAD... " >&6; }
24494 if test "${gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD+set}" = set; then :
24495 $as_echo_n "(cached) " >&6
24496 else
24497 gl_save_LIBS="$LIBS"
24498 LIBS="$LIBS $LIBMULTITHREAD"
24499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24500 /* end confdefs.h. */
24501 #include <pthread.h>
24502 #include <signal.h>
24505 main ()
24507 return pthread_sigmask (0, (sigset_t *) 0, (sigset_t *) 0);
24509 return 0;
24512 _ACEOF
24513 if ac_fn_c_try_link "$LINENO"; then :
24514 gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD=yes
24515 else
24516 gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD=no
24518 rm -f core conftest.err conftest.$ac_objext \
24519 conftest$ac_exeext conftest.$ac_ext
24520 LIBS="$gl_save_LIBS"
24523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD" >&5
24524 $as_echo "$gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD" >&6; }
24525 if test $gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD = yes; then
24526 LIB_PTHREAD_SIGMASK="$LIBMULTITHREAD"
24527 else
24528 HAVE_PTHREAD_SIGMASK=0
24530 else
24531 HAVE_PTHREAD_SIGMASK=0
24534 else
24535 if test $ac_cv_func_pthread_sigmask = yes; then
24536 REPLACE_PTHREAD_SIGMASK=1
24537 else
24538 HAVE_PTHREAD_SIGMASK=0
24545 if test $HAVE_PTHREAD_SIGMASK = 1; then
24548 if test -z "$LIB_PTHREAD_SIGMASK"; then
24549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask works without -lpthread" >&5
24550 $as_echo_n "checking whether pthread_sigmask works without -lpthread... " >&6; }
24551 if test "${gl_cv_func_pthread_sigmask_in_libc_works+set}" = set; then :
24552 $as_echo_n "(cached) " >&6
24553 else
24555 if test "$cross_compiling" = yes; then :
24557 case "$host_os" in
24558 freebsd* | hpux* | solaris | solaris2.[2-9]*)
24559 gl_cv_func_pthread_sigmask_in_libc_works="guessing no";;
24561 gl_cv_func_pthread_sigmask_in_libc_works="guessing yes";;
24562 esac
24564 else
24565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24566 /* end confdefs.h. */
24568 #include <pthread.h>
24569 #include <signal.h>
24570 #include <stddef.h>
24571 int main ()
24573 sigset_t set;
24574 sigemptyset (&set);
24575 return pthread_sigmask (1729, &set, NULL) != 0;
24577 _ACEOF
24578 if ac_fn_c_try_run "$LINENO"; then :
24579 gl_cv_func_pthread_sigmask_in_libc_works=no
24580 else
24581 gl_cv_func_pthread_sigmask_in_libc_works=yes
24583 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24584 conftest.$ac_objext conftest.beam conftest.$ac_ext
24589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_in_libc_works" >&5
24590 $as_echo "$gl_cv_func_pthread_sigmask_in_libc_works" >&6; }
24591 case "$gl_cv_func_pthread_sigmask_in_libc_works" in
24592 *no)
24593 REPLACE_PTHREAD_SIGMASK=1
24595 $as_echo "#define PTHREAD_SIGMASK_INEFFECTIVE 1" >>confdefs.h
24598 esac
24601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask returns error numbers" >&5
24602 $as_echo_n "checking whether pthread_sigmask returns error numbers... " >&6; }
24603 if test "${gl_cv_func_pthread_sigmask_return_works+set}" = set; then :
24604 $as_echo_n "(cached) " >&6
24605 else
24607 gl_save_LIBS="$LIBS"
24608 LIBS="$LIBS $LIB_PTHREAD_SIGMASK"
24609 if test "$cross_compiling" = yes; then :
24610 case "$host_os" in
24611 cygwin*)
24612 gl_cv_func_pthread_sigmask_return_works="guessing no";;
24614 gl_cv_func_pthread_sigmask_return_works="guessing yes";;
24615 esac
24617 else
24618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24619 /* end confdefs.h. */
24621 #include <pthread.h>
24622 #include <signal.h>
24623 #include <stddef.h>
24624 int main ()
24626 sigset_t set;
24627 sigemptyset (&set);
24628 if (pthread_sigmask (1729, &set, NULL) == -1)
24629 return 1;
24630 return 0;
24632 _ACEOF
24633 if ac_fn_c_try_run "$LINENO"; then :
24634 gl_cv_func_pthread_sigmask_return_works=yes
24635 else
24636 gl_cv_func_pthread_sigmask_return_works=no
24638 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24639 conftest.$ac_objext conftest.beam conftest.$ac_ext
24642 LIBS="$gl_save_LIBS"
24645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_return_works" >&5
24646 $as_echo "$gl_cv_func_pthread_sigmask_return_works" >&6; }
24647 case "$gl_cv_func_pthread_sigmask_return_works" in
24648 *no)
24649 REPLACE_PTHREAD_SIGMASK=1
24651 $as_echo "#define PTHREAD_SIGMASK_FAILS_WITH_ERRNO 1" >>confdefs.h
24654 esac
24656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask unblocks signals correctly" >&5
24657 $as_echo_n "checking whether pthread_sigmask unblocks signals correctly... " >&6; }
24658 if test "${gl_cv_func_pthread_sigmask_unblock_works+set}" = set; then :
24659 $as_echo_n "(cached) " >&6
24660 else
24662 case "$host_os" in
24663 irix*)
24664 gl_cv_func_pthread_sigmask_unblock_works="guessing no";;
24666 gl_cv_func_pthread_sigmask_unblock_works="guessing yes";;
24667 esac
24668 gl_save_LIBS="$LIBS"
24669 LIBS="$LIBS $LIBMULTITHREAD"
24670 if test "$cross_compiling" = yes; then :
24672 else
24673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24674 /* end confdefs.h. */
24676 #include <pthread.h>
24677 #include <signal.h>
24678 #include <stdio.h>
24679 #include <stdlib.h>
24680 #include <unistd.h>
24681 static volatile int sigint_occurred;
24682 static void
24683 sigint_handler (int sig)
24685 sigint_occurred++;
24687 int main ()
24689 sigset_t set;
24690 int pid = getpid ();
24691 char command[80];
24692 signal (SIGINT, sigint_handler);
24693 sigemptyset (&set);
24694 sigaddset (&set, SIGINT);
24695 if (!(pthread_sigmask (SIG_BLOCK, &set, NULL) == 0))
24696 return 1;
24697 sprintf (command, "sh -c 'sleep 1; kill -%d %d' &", SIGINT, pid);
24698 if (!(system (command) == 0))
24699 return 2;
24700 sleep (2);
24701 if (!(sigint_occurred == 0))
24702 return 3;
24703 if (!(pthread_sigmask (SIG_UNBLOCK, &set, NULL) == 0))
24704 return 4;
24705 if (!(sigint_occurred == 1)) /* This fails on IRIX. */
24706 return 5;
24707 return 0;
24709 _ACEOF
24710 if ac_fn_c_try_run "$LINENO"; then :
24712 else
24713 gl_cv_func_pthread_sigmask_unblock_works=no
24715 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24716 conftest.$ac_objext conftest.beam conftest.$ac_ext
24719 LIBS="$gl_save_LIBS"
24722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_unblock_works" >&5
24723 $as_echo "$gl_cv_func_pthread_sigmask_unblock_works" >&6; }
24724 case "$gl_cv_func_pthread_sigmask_unblock_works" in
24725 *no)
24726 REPLACE_PTHREAD_SIGMASK=1
24728 $as_echo "#define PTHREAD_SIGMASK_UNBLOCK_BUG 1" >>confdefs.h
24731 esac
24734 if test $HAVE_PTHREAD_SIGMASK = 0 || test $REPLACE_PTHREAD_SIGMASK = 1; then
24743 gl_LIBOBJS="$gl_LIBOBJS pthread_sigmask.$ac_objext"
24746 if test $HAVE_PTHREAD_SIGMASK = 1; then
24748 $as_echo "#define HAVE_PTHREAD_SIGMASK 1" >>confdefs.h
24758 GNULIB_PTHREAD_SIGMASK=1
24766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for putenv compatible with GNU and SVID" >&5
24767 $as_echo_n "checking for putenv compatible with GNU and SVID... " >&6; }
24768 if test "${gl_cv_func_svid_putenv+set}" = set; then :
24769 $as_echo_n "(cached) " >&6
24770 else
24771 if test "$cross_compiling" = yes; then :
24772 case "$host_os" in
24773 # Guess yes on glibc systems.
24774 *-gnu*) gl_cv_func_svid_putenv="guessing yes" ;;
24775 # If we don't know, assume the worst.
24776 *) gl_cv_func_svid_putenv="guessing no" ;;
24777 esac
24779 else
24780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24781 /* end confdefs.h. */
24782 $ac_includes_default
24784 main ()
24787 /* Put it in env. */
24788 if (putenv ("CONFTEST_putenv=val"))
24789 return 1;
24791 /* Try to remove it. */
24792 if (putenv ("CONFTEST_putenv"))
24793 return 2;
24795 /* Make sure it was deleted. */
24796 if (getenv ("CONFTEST_putenv") != 0)
24797 return 3;
24799 return 0;
24802 return 0;
24804 _ACEOF
24805 if ac_fn_c_try_run "$LINENO"; then :
24806 gl_cv_func_svid_putenv=yes
24807 else
24808 gl_cv_func_svid_putenv=no
24810 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24811 conftest.$ac_objext conftest.beam conftest.$ac_ext
24816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_svid_putenv" >&5
24817 $as_echo "$gl_cv_func_svid_putenv" >&6; }
24818 case "$gl_cv_func_svid_putenv" in
24819 *yes) ;;
24821 REPLACE_PUTENV=1
24823 esac
24825 if test $REPLACE_PUTENV = 1; then
24834 gl_LIBOBJS="$gl_LIBOBJS putenv.$ac_objext"
24837 ac_fn_c_check_decl "$LINENO" "_putenv" "ac_cv_have_decl__putenv" "$ac_includes_default"
24838 if test "x$ac_cv_have_decl__putenv" = x""yes; then :
24839 ac_have_decl=1
24840 else
24841 ac_have_decl=0
24844 cat >>confdefs.h <<_ACEOF
24845 #define HAVE_DECL__PUTENV $ac_have_decl
24846 _ACEOF
24855 GNULIB_PUTENV=1
24862 # Check whether --enable-acl was given.
24863 if test "${enable_acl+set}" = set; then :
24864 enableval=$enable_acl;
24865 else
24866 enable_acl=auto
24870 LIB_ACL=
24871 use_acl=0
24872 if test "x$enable_acl" != "xno"; then
24873 for ac_header in sys/acl.h
24874 do :
24875 ac_fn_c_check_header_mongrel "$LINENO" "sys/acl.h" "ac_cv_header_sys_acl_h" "$ac_includes_default"
24876 if test "x$ac_cv_header_sys_acl_h" = x""yes; then :
24877 cat >>confdefs.h <<_ACEOF
24878 #define HAVE_SYS_ACL_H 1
24879 _ACEOF
24883 done
24885 if test $ac_cv_header_sys_acl_h = yes; then
24886 ac_save_LIBS=$LIBS
24888 if test $use_acl = 0; then
24889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing acl_get_file" >&5
24890 $as_echo_n "checking for library containing acl_get_file... " >&6; }
24891 if test "${ac_cv_search_acl_get_file+set}" = set; then :
24892 $as_echo_n "(cached) " >&6
24893 else
24894 ac_func_search_save_LIBS=$LIBS
24895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24896 /* end confdefs.h. */
24898 /* Override any GCC internal prototype to avoid an error.
24899 Use char because int might match the return type of a GCC
24900 builtin and then its argument prototype would still apply. */
24901 #ifdef __cplusplus
24902 extern "C"
24903 #endif
24904 char acl_get_file ();
24906 main ()
24908 return acl_get_file ();
24910 return 0;
24912 _ACEOF
24913 for ac_lib in '' acl pacl; do
24914 if test -z "$ac_lib"; then
24915 ac_res="none required"
24916 else
24917 ac_res=-l$ac_lib
24918 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
24920 if ac_fn_c_try_link "$LINENO"; then :
24921 ac_cv_search_acl_get_file=$ac_res
24923 rm -f core conftest.err conftest.$ac_objext \
24924 conftest$ac_exeext
24925 if test "${ac_cv_search_acl_get_file+set}" = set; then :
24926 break
24928 done
24929 if test "${ac_cv_search_acl_get_file+set}" = set; then :
24931 else
24932 ac_cv_search_acl_get_file=no
24934 rm conftest.$ac_ext
24935 LIBS=$ac_func_search_save_LIBS
24937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_acl_get_file" >&5
24938 $as_echo "$ac_cv_search_acl_get_file" >&6; }
24939 ac_res=$ac_cv_search_acl_get_file
24940 if test "$ac_res" != no; then :
24941 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
24942 if test "$ac_cv_search_acl_get_file" != "none required"; then
24943 LIB_ACL=$ac_cv_search_acl_get_file
24945 for ac_func in acl_get_file acl_get_fd acl_set_file acl_set_fd \
24946 acl_free acl_from_mode acl_from_text \
24947 acl_delete_def_file acl_extended_file \
24948 acl_delete_fd_np acl_delete_file_np \
24949 acl_copy_ext_native acl_create_entry_np \
24950 acl_to_short_text acl_free_text
24951 do :
24952 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
24953 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
24954 eval as_val=\$$as_ac_var
24955 if test "x$as_val" = x""yes; then :
24956 cat >>confdefs.h <<_ACEOF
24957 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
24958 _ACEOF
24961 done
24963 # If the acl_get_file bug is detected, don't enable the ACL support.
24965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working acl_get_file" >&5
24966 $as_echo_n "checking for working acl_get_file... " >&6; }
24967 if test "${gl_cv_func_working_acl_get_file+set}" = set; then :
24968 $as_echo_n "(cached) " >&6
24969 else
24970 if test "$cross_compiling" = yes; then :
24971 gl_cv_func_working_acl_get_file=cross-compiling
24972 else
24973 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24974 /* end confdefs.h. */
24975 #include <sys/types.h>
24976 #include <sys/acl.h>
24977 #include <errno.h>
24980 main ()
24982 if (!acl_get_file (".", ACL_TYPE_ACCESS) && errno == ENOENT)
24983 return 1;
24984 return 0;
24987 return 0;
24989 _ACEOF
24990 if ac_fn_c_try_run "$LINENO"; then :
24991 gl_cv_func_working_acl_get_file=yes
24992 else
24993 gl_cv_func_working_acl_get_file=no
24995 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24996 conftest.$ac_objext conftest.beam conftest.$ac_ext
25000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_acl_get_file" >&5
25001 $as_echo "$gl_cv_func_working_acl_get_file" >&6; }
25003 if test $gl_cv_func_working_acl_get_file = yes; then :
25004 use_acl=1
25007 if test $use_acl = 1; then
25008 for ac_header in acl/libacl.h
25009 do :
25010 ac_fn_c_check_header_mongrel "$LINENO" "acl/libacl.h" "ac_cv_header_acl_libacl_h" "$ac_includes_default"
25011 if test "x$ac_cv_header_acl_libacl_h" = x""yes; then :
25012 cat >>confdefs.h <<_ACEOF
25013 #define HAVE_ACL_LIBACL_H 1
25014 _ACEOF
25018 done
25028 for ac_func in acl_entries
25029 do :
25030 ac_fn_c_check_func "$LINENO" "acl_entries" "ac_cv_func_acl_entries"
25031 if test "x$ac_cv_func_acl_entries" = x""yes; then :
25032 cat >>confdefs.h <<_ACEOF
25033 #define HAVE_ACL_ENTRIES 1
25034 _ACEOF
25036 else
25038 gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
25041 done
25044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ACL_FIRST_ENTRY" >&5
25045 $as_echo_n "checking for ACL_FIRST_ENTRY... " >&6; }
25046 if test "${gl_cv_acl_ACL_FIRST_ENTRY+set}" = set; then :
25047 $as_echo_n "(cached) " >&6
25048 else
25049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25050 /* end confdefs.h. */
25051 #include <sys/types.h>
25052 #include <sys/acl.h>
25053 int type = ACL_FIRST_ENTRY;
25055 main ()
25059 return 0;
25061 _ACEOF
25062 if ac_fn_c_try_compile "$LINENO"; then :
25063 gl_cv_acl_ACL_FIRST_ENTRY=yes
25064 else
25065 gl_cv_acl_ACL_FIRST_ENTRY=no
25067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_acl_ACL_FIRST_ENTRY" >&5
25070 $as_echo "$gl_cv_acl_ACL_FIRST_ENTRY" >&6; }
25071 if test $gl_cv_acl_ACL_FIRST_ENTRY = yes; then
25073 $as_echo "#define HAVE_ACL_FIRST_ENTRY 1" >>confdefs.h
25076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ACL_TYPE_EXTENDED" >&5
25077 $as_echo_n "checking for ACL_TYPE_EXTENDED... " >&6; }
25078 if test "${gl_cv_acl_ACL_TYPE_EXTENDED+set}" = set; then :
25079 $as_echo_n "(cached) " >&6
25080 else
25081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25082 /* end confdefs.h. */
25083 #include <sys/types.h>
25084 #include <sys/acl.h>
25085 int type = ACL_TYPE_EXTENDED;
25087 main ()
25091 return 0;
25093 _ACEOF
25094 if ac_fn_c_try_compile "$LINENO"; then :
25095 gl_cv_acl_ACL_TYPE_EXTENDED=yes
25096 else
25097 gl_cv_acl_ACL_TYPE_EXTENDED=no
25099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_acl_ACL_TYPE_EXTENDED" >&5
25102 $as_echo "$gl_cv_acl_ACL_TYPE_EXTENDED" >&6; }
25103 if test $gl_cv_acl_ACL_TYPE_EXTENDED = yes; then
25105 $as_echo "#define HAVE_ACL_TYPE_EXTENDED 1" >>confdefs.h
25108 else
25109 LIB_ACL=
25116 if test $use_acl = 0; then
25117 for ac_func in facl
25118 do :
25119 ac_fn_c_check_func "$LINENO" "facl" "ac_cv_func_facl"
25120 if test "x$ac_cv_func_facl" = x""yes; then :
25121 cat >>confdefs.h <<_ACEOF
25122 #define HAVE_FACL 1
25123 _ACEOF
25126 done
25128 if test $ac_cv_func_facl = yes; then
25129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing acl_trivial" >&5
25130 $as_echo_n "checking for library containing acl_trivial... " >&6; }
25131 if test "${ac_cv_search_acl_trivial+set}" = set; then :
25132 $as_echo_n "(cached) " >&6
25133 else
25134 ac_func_search_save_LIBS=$LIBS
25135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25136 /* end confdefs.h. */
25138 /* Override any GCC internal prototype to avoid an error.
25139 Use char because int might match the return type of a GCC
25140 builtin and then its argument prototype would still apply. */
25141 #ifdef __cplusplus
25142 extern "C"
25143 #endif
25144 char acl_trivial ();
25146 main ()
25148 return acl_trivial ();
25150 return 0;
25152 _ACEOF
25153 for ac_lib in '' sec; do
25154 if test -z "$ac_lib"; then
25155 ac_res="none required"
25156 else
25157 ac_res=-l$ac_lib
25158 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
25160 if ac_fn_c_try_link "$LINENO"; then :
25161 ac_cv_search_acl_trivial=$ac_res
25163 rm -f core conftest.err conftest.$ac_objext \
25164 conftest$ac_exeext
25165 if test "${ac_cv_search_acl_trivial+set}" = set; then :
25166 break
25168 done
25169 if test "${ac_cv_search_acl_trivial+set}" = set; then :
25171 else
25172 ac_cv_search_acl_trivial=no
25174 rm conftest.$ac_ext
25175 LIBS=$ac_func_search_save_LIBS
25177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_acl_trivial" >&5
25178 $as_echo "$ac_cv_search_acl_trivial" >&6; }
25179 ac_res=$ac_cv_search_acl_trivial
25180 if test "$ac_res" != no; then :
25181 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
25182 if test "$ac_cv_search_acl_trivial" != "none required"; then
25183 LIB_ACL=$ac_cv_search_acl_trivial
25188 for ac_func in acl_trivial
25189 do :
25190 ac_fn_c_check_func "$LINENO" "acl_trivial" "ac_cv_func_acl_trivial"
25191 if test "x$ac_cv_func_acl_trivial" = x""yes; then :
25192 cat >>confdefs.h <<_ACEOF
25193 #define HAVE_ACL_TRIVIAL 1
25194 _ACEOF
25197 done
25199 use_acl=1
25203 if test $use_acl = 0; then
25204 for ac_func in getacl
25205 do :
25206 ac_fn_c_check_func "$LINENO" "getacl" "ac_cv_func_getacl"
25207 if test "x$ac_cv_func_getacl" = x""yes; then :
25208 cat >>confdefs.h <<_ACEOF
25209 #define HAVE_GETACL 1
25210 _ACEOF
25213 done
25215 if test $ac_cv_func_getacl = yes; then
25216 use_acl=1
25218 for ac_header in aclv.h
25219 do :
25220 ac_fn_c_check_header_compile "$LINENO" "aclv.h" "ac_cv_header_aclv_h" "#include <sys/types.h>
25222 if test "x$ac_cv_header_aclv_h" = x""yes; then :
25223 cat >>confdefs.h <<_ACEOF
25224 #define HAVE_ACLV_H 1
25225 _ACEOF
25229 done
25233 if test $use_acl = 0; then
25234 for ac_func in aclx_get
25235 do :
25236 ac_fn_c_check_func "$LINENO" "aclx_get" "ac_cv_func_aclx_get"
25237 if test "x$ac_cv_func_aclx_get" = x""yes; then :
25238 cat >>confdefs.h <<_ACEOF
25239 #define HAVE_ACLX_GET 1
25240 _ACEOF
25243 done
25245 if test $ac_cv_func_aclx_get = yes; then
25246 use_acl=1
25250 if test $use_acl = 0 || test "$ac_cv_func_aclx_get" = yes; then
25251 for ac_func in statacl
25252 do :
25253 ac_fn_c_check_func "$LINENO" "statacl" "ac_cv_func_statacl"
25254 if test "x$ac_cv_func_statacl" = x""yes; then :
25255 cat >>confdefs.h <<_ACEOF
25256 #define HAVE_STATACL 1
25257 _ACEOF
25260 done
25262 if test $ac_cv_func_statacl = yes; then
25263 use_acl=1
25267 if test $use_acl = 0; then
25268 for ac_func in aclsort
25269 do :
25270 ac_fn_c_check_func "$LINENO" "aclsort" "ac_cv_func_aclsort"
25271 if test "x$ac_cv_func_aclsort" = x""yes; then :
25272 cat >>confdefs.h <<_ACEOF
25273 #define HAVE_ACLSORT 1
25274 _ACEOF
25277 done
25279 if test $ac_cv_func_aclsort = yes; then
25280 use_acl=1
25284 LIBS=$ac_save_LIBS
25286 if test "x$enable_acl$use_acl" = "xyes0"; then
25287 as_fn_error "ACLs enabled but support not detected" "$LINENO" 5
25288 elif test "x$enable_acl$use_acl" = "xauto0"; then
25289 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libacl development library was not found or not usable." >&5
25290 $as_echo "$as_me: WARNING: libacl development library was not found or not usable." >&2;}
25291 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: emacs will be built without ACL support." >&5
25292 $as_echo "$as_me: WARNING: emacs will be built without ACL support." >&2;}
25297 cat >>confdefs.h <<_ACEOF
25298 #define USE_ACL $use_acl
25299 _ACEOF
25301 USE_ACL=$use_acl
25307 if test $ac_cv_func_readlink = no; then
25308 HAVE_READLINK=0
25309 else
25310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink signature is correct" >&5
25311 $as_echo_n "checking whether readlink signature is correct... " >&6; }
25312 if test "${gl_cv_decl_readlink_works+set}" = set; then :
25313 $as_echo_n "(cached) " >&6
25314 else
25315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25316 /* end confdefs.h. */
25317 #include <unistd.h>
25318 /* Cause compilation failure if original declaration has wrong type. */
25319 ssize_t readlink (const char *, char *, size_t);
25321 main ()
25325 return 0;
25327 _ACEOF
25328 if ac_fn_c_try_compile "$LINENO"; then :
25329 gl_cv_decl_readlink_works=yes
25330 else
25331 gl_cv_decl_readlink_works=no
25333 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_readlink_works" >&5
25336 $as_echo "$gl_cv_decl_readlink_works" >&6; }
25337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink handles trailing slash correctly" >&5
25338 $as_echo_n "checking whether readlink handles trailing slash correctly... " >&6; }
25339 if test "${gl_cv_func_readlink_works+set}" = set; then :
25340 $as_echo_n "(cached) " >&6
25341 else
25342 # We have readlink, so assume ln -s works.
25343 ln -s conftest.no-such conftest.link
25344 ln -s conftest.link conftest.lnk2
25345 if test "$cross_compiling" = yes; then :
25346 case "$host_os" in
25347 # Guess yes on glibc systems.
25348 *-gnu*) gl_cv_func_readlink_works="guessing yes" ;;
25349 # If we don't know, assume the worst.
25350 *) gl_cv_func_readlink_works="guessing no" ;;
25351 esac
25353 else
25354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25355 /* end confdefs.h. */
25356 #include <unistd.h>
25359 main ()
25361 char buf[20];
25362 return readlink ("conftest.lnk2/", buf, sizeof buf) != -1;
25364 return 0;
25366 _ACEOF
25367 if ac_fn_c_try_run "$LINENO"; then :
25368 gl_cv_func_readlink_works=yes
25369 else
25370 gl_cv_func_readlink_works=no
25372 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
25373 conftest.$ac_objext conftest.beam conftest.$ac_ext
25376 rm -f conftest.link conftest.lnk2
25378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_readlink_works" >&5
25379 $as_echo "$gl_cv_func_readlink_works" >&6; }
25380 case "$gl_cv_func_readlink_works" in
25381 *yes)
25382 if test "$gl_cv_decl_readlink_works" != yes; then
25383 REPLACE_READLINK=1
25388 $as_echo "#define READLINK_TRAILING_SLASH_BUG 1" >>confdefs.h
25390 REPLACE_READLINK=1
25392 esac
25395 if test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1; then
25404 gl_LIBOBJS="$gl_LIBOBJS readlink.$ac_objext"
25415 GNULIB_READLINK=1
25425 if test $ac_cv_func_readlinkat = no; then
25426 HAVE_READLINKAT=0
25429 if test $HAVE_READLINKAT = 0; then
25438 gl_LIBOBJS="$gl_LIBOBJS readlinkat.$ac_objext"
25446 GNULIB_READLINKAT=1
25453 for ac_func in sig2str
25454 do :
25455 ac_fn_c_check_func "$LINENO" "sig2str" "ac_cv_func_sig2str"
25456 if test "x$ac_cv_func_sig2str" = x""yes; then :
25457 cat >>confdefs.h <<_ACEOF
25458 #define HAVE_SIG2STR 1
25459 _ACEOF
25462 done
25465 if test $ac_cv_func_sig2str = no; then
25474 gl_LIBOBJS="$gl_LIBOBJS sig2str.$ac_objext"
25491 if test $gl_cv_have_include_next = yes; then
25492 gl_cv_next_signal_h='<'signal.h'>'
25493 else
25494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <signal.h>" >&5
25495 $as_echo_n "checking absolute name of <signal.h>... " >&6; }
25496 if test "${gl_cv_next_signal_h+set}" = set; then :
25497 $as_echo_n "(cached) " >&6
25498 else
25500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25501 /* end confdefs.h. */
25502 #include <signal.h>
25504 _ACEOF
25505 case "$host_os" in
25506 aix*) gl_absname_cpp="$ac_cpp -C" ;;
25507 *) gl_absname_cpp="$ac_cpp" ;;
25508 esac
25510 case "$host_os" in
25511 mingw*)
25512 gl_dirsep_regex='[/\\]'
25515 gl_dirsep_regex='\/'
25517 esac
25518 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
25520 gl_header_literal_regex=`echo 'signal.h' \
25521 | sed -e "$gl_make_literal_regex_sed"`
25522 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
25523 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
25524 s|^/[^/]|//&|
25528 gl_cv_next_signal_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
25529 sed -n "$gl_absolute_header_sed"`'"'
25533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_signal_h" >&5
25534 $as_echo "$gl_cv_next_signal_h" >&6; }
25536 NEXT_SIGNAL_H=$gl_cv_next_signal_h
25538 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
25539 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
25540 gl_next_as_first_directive='<'signal.h'>'
25541 else
25542 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
25543 gl_next_as_first_directive=$gl_cv_next_signal_h
25545 NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H=$gl_next_as_first_directive
25551 # AIX declares sig_atomic_t to already include volatile, and C89 compilers
25552 # then choke on 'volatile sig_atomic_t'. C99 requires that it compile.
25553 ac_fn_c_check_type "$LINENO" "volatile sig_atomic_t" "ac_cv_type_volatile_sig_atomic_t" "
25554 #include <signal.h>
25557 if test "x$ac_cv_type_volatile_sig_atomic_t" = x""yes; then :
25559 else
25560 HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=0
25569 ac_fn_c_check_type "$LINENO" "sighandler_t" "ac_cv_type_sighandler_t" "
25570 #include <signal.h>
25573 if test "x$ac_cv_type_sighandler_t" = x""yes; then :
25575 else
25576 HAVE_SIGHANDLER_T=0
25582 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "
25583 /* <sys/types.h> is not needed according to POSIX, but the
25584 <sys/socket.h> in i386-unknown-freebsd4.10 and
25585 powerpc-apple-darwin5.5 required it. */
25586 #include <sys/types.h>
25587 #if HAVE_SYS_SOCKET_H
25588 # include <sys/socket.h>
25589 #elif HAVE_WS2TCPIP_H
25590 # include <ws2tcpip.h>
25591 #endif
25594 if test "x$ac_cv_type_socklen_t" = x""yes; then :
25596 else
25597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t equivalent" >&5
25598 $as_echo_n "checking for socklen_t equivalent... " >&6; }
25599 if test "${gl_cv_socklen_t_equiv+set}" = set; then :
25600 $as_echo_n "(cached) " >&6
25601 else
25602 # Systems have either "struct sockaddr *" or
25603 # "void *" as the second argument to getpeername
25604 gl_cv_socklen_t_equiv=
25605 for arg2 in "struct sockaddr" void; do
25606 for t in int size_t "unsigned int" "long int" "unsigned long int"; do
25607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25608 /* end confdefs.h. */
25609 #include <sys/types.h>
25610 #include <sys/socket.h>
25612 int getpeername (int, $arg2 *, $t *);
25614 main ()
25616 $t len;
25617 getpeername (0, 0, &len);
25619 return 0;
25621 _ACEOF
25622 if ac_fn_c_try_compile "$LINENO"; then :
25623 gl_cv_socklen_t_equiv="$t"
25625 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25626 test "$gl_cv_socklen_t_equiv" != "" && break
25627 done
25628 test "$gl_cv_socklen_t_equiv" != "" && break
25629 done
25633 if test "$gl_cv_socklen_t_equiv" = ""; then
25634 as_fn_error "Cannot find a type to use in place of socklen_t" "$LINENO" 5
25636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socklen_t_equiv" >&5
25637 $as_echo "$gl_cv_socklen_t_equiv" >&6; }
25639 cat >>confdefs.h <<_ACEOF
25640 #define socklen_t $gl_cv_socklen_t_equiv
25641 _ACEOF
25646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5
25647 $as_echo_n "checking for ssize_t... " >&6; }
25648 if test "${gt_cv_ssize_t+set}" = set; then :
25649 $as_echo_n "(cached) " >&6
25650 else
25651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25652 /* end confdefs.h. */
25653 #include <sys/types.h>
25655 main ()
25657 int x = sizeof (ssize_t *) + sizeof (ssize_t);
25658 return !x;
25660 return 0;
25662 _ACEOF
25663 if ac_fn_c_try_compile "$LINENO"; then :
25664 gt_cv_ssize_t=yes
25665 else
25666 gt_cv_ssize_t=no
25668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_ssize_t" >&5
25671 $as_echo "$gt_cv_ssize_t" >&6; }
25672 if test $gt_cv_ssize_t = no; then
25674 $as_echo "#define ssize_t int" >>confdefs.h
25682 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>
25683 #include <sys/stat.h>
25685 if test "x$ac_cv_member_struct_stat_st_atim_tv_nsec" = x""yes; then :
25687 cat >>confdefs.h <<_ACEOF
25688 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
25689 _ACEOF
25691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct stat.st_atim is of type struct timespec" >&5
25692 $as_echo_n "checking whether struct stat.st_atim is of type struct timespec... " >&6; }
25693 if test "${ac_cv_typeof_struct_stat_st_atim_is_struct_timespec+set}" = set; then :
25694 $as_echo_n "(cached) " >&6
25695 else
25696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25697 /* end confdefs.h. */
25699 #include <sys/types.h>
25700 #include <sys/stat.h>
25701 #if HAVE_SYS_TIME_H
25702 # include <sys/time.h>
25703 #endif
25704 #include <time.h>
25705 struct timespec ts;
25706 struct stat st;
25709 main ()
25712 st.st_atim = ts;
25715 return 0;
25717 _ACEOF
25718 if ac_fn_c_try_compile "$LINENO"; then :
25719 ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes
25720 else
25721 ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=no
25723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&5
25726 $as_echo "$ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&6; }
25727 if test $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec = yes; then
25729 $as_echo "#define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1" >>confdefs.h
25732 else
25733 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>
25734 #include <sys/stat.h>
25736 if test "x$ac_cv_member_struct_stat_st_atimespec_tv_nsec" = x""yes; then :
25738 cat >>confdefs.h <<_ACEOF
25739 #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
25740 _ACEOF
25743 else
25744 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimensec" "ac_cv_member_struct_stat_st_atimensec" "#include <sys/types.h>
25745 #include <sys/stat.h>
25747 if test "x$ac_cv_member_struct_stat_st_atimensec" = x""yes; then :
25749 cat >>confdefs.h <<_ACEOF
25750 #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
25751 _ACEOF
25754 else
25755 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>
25756 #include <sys/stat.h>
25758 if test "x$ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" = x""yes; then :
25760 cat >>confdefs.h <<_ACEOF
25761 #define HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC 1
25762 _ACEOF
25777 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>
25778 #include <sys/stat.h>
25780 if test "x$ac_cv_member_struct_stat_st_birthtimespec_tv_nsec" = x""yes; then :
25782 cat >>confdefs.h <<_ACEOF
25783 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
25784 _ACEOF
25787 else
25788 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimensec" "ac_cv_member_struct_stat_st_birthtimensec" "#include <sys/types.h>
25789 #include <sys/stat.h>
25791 if test "x$ac_cv_member_struct_stat_st_birthtimensec" = x""yes; then :
25793 cat >>confdefs.h <<_ACEOF
25794 #define HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC 1
25795 _ACEOF
25798 else
25799 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>
25800 #include <sys/stat.h>
25802 if test "x$ac_cv_member_struct_stat_st_birthtim_tv_nsec" = x""yes; then :
25804 cat >>confdefs.h <<_ACEOF
25805 #define HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC 1
25806 _ACEOF
25817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working stdalign.h" >&5
25818 $as_echo_n "checking for working stdalign.h... " >&6; }
25819 if test "${gl_cv_header_working_stdalign_h+set}" = set; then :
25820 $as_echo_n "(cached) " >&6
25821 else
25822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25823 /* end confdefs.h. */
25824 #include <stdalign.h>
25825 #include <stddef.h>
25827 /* Test that alignof yields a result consistent with offsetof.
25828 This catches GCC bug 52023
25829 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52023>. */
25830 #ifdef __cplusplus
25831 template <class t> struct alignof_helper { char a; t b; };
25832 # define ao(type) offsetof (alignof_helper<type>, b)
25833 #else
25834 # define ao(type) offsetof (struct { char a; type b; }, b)
25835 #endif
25836 char test_double[ao (double) % _Alignof (double) == 0 ? 1 : -1];
25837 char test_long[ao (long int) % _Alignof (long int) == 0 ? 1 : -1];
25838 char test_alignof[alignof (double) == _Alignof (double) ? 1 : -1];
25840 /* Test _Alignas only on platforms where gnulib can help. */
25841 #if \
25842 ((defined __cplusplus && 201103 <= __cplusplus) \
25843 || __GNUC__ || __IBMC__ || __IBMCPP__ || __ICC \
25844 || 0x5110 <= __SUNPRO_C || 1300 <= _MSC_VER)
25845 struct alignas_test { char c; char alignas (8) alignas_8; };
25846 char test_alignas[offsetof (struct alignas_test, alignas_8) == 8
25847 ? 1 : -1];
25848 #endif
25851 main ()
25855 return 0;
25857 _ACEOF
25858 if ac_fn_c_try_compile "$LINENO"; then :
25859 gl_cv_header_working_stdalign_h=yes
25860 else
25861 gl_cv_header_working_stdalign_h=no
25863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_stdalign_h" >&5
25866 $as_echo "$gl_cv_header_working_stdalign_h" >&6; }
25868 if test $gl_cv_header_working_stdalign_h = yes; then
25869 STDALIGN_H=''
25870 else
25871 STDALIGN_H='stdalign.h'
25875 if test -n "$STDALIGN_H"; then
25876 GL_GENERATE_STDALIGN_H_TRUE=
25877 GL_GENERATE_STDALIGN_H_FALSE='#'
25878 else
25879 GL_GENERATE_STDALIGN_H_TRUE='#'
25880 GL_GENERATE_STDALIGN_H_FALSE=
25885 STDARG_H=''
25886 NEXT_STDARG_H='<stdarg.h>'
25887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5
25888 $as_echo_n "checking for va_copy... " >&6; }
25889 if test "${gl_cv_func_va_copy+set}" = set; then :
25890 $as_echo_n "(cached) " >&6
25891 else
25893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25894 /* end confdefs.h. */
25895 #include <stdarg.h>
25897 main ()
25900 #ifndef va_copy
25901 void (*func) (va_list, va_list) = va_copy;
25902 #endif
25905 return 0;
25907 _ACEOF
25908 if ac_fn_c_try_compile "$LINENO"; then :
25909 gl_cv_func_va_copy=yes
25910 else
25911 gl_cv_func_va_copy=no
25913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_va_copy" >&5
25917 $as_echo "$gl_cv_func_va_copy" >&6; }
25918 if test $gl_cv_func_va_copy = no; then
25919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25920 /* end confdefs.h. */
25921 #if defined _AIX && !defined __GNUC__
25922 AIX vaccine
25923 #endif
25925 _ACEOF
25926 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
25927 $EGREP "vaccine" >/dev/null 2>&1; then :
25928 gl_aixcc=yes
25929 else
25930 gl_aixcc=no
25932 rm -f conftest*
25934 if test $gl_aixcc = yes; then
25935 STDARG_H=stdarg.h
25944 if test $gl_cv_have_include_next = yes; then
25945 gl_cv_next_stdarg_h='<'stdarg.h'>'
25946 else
25947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdarg.h>" >&5
25948 $as_echo_n "checking absolute name of <stdarg.h>... " >&6; }
25949 if test "${gl_cv_next_stdarg_h+set}" = set; then :
25950 $as_echo_n "(cached) " >&6
25951 else
25953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25954 /* end confdefs.h. */
25955 #include <stdarg.h>
25957 _ACEOF
25958 case "$host_os" in
25959 aix*) gl_absname_cpp="$ac_cpp -C" ;;
25960 *) gl_absname_cpp="$ac_cpp" ;;
25961 esac
25963 case "$host_os" in
25964 mingw*)
25965 gl_dirsep_regex='[/\\]'
25968 gl_dirsep_regex='\/'
25970 esac
25971 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
25973 gl_header_literal_regex=`echo 'stdarg.h' \
25974 | sed -e "$gl_make_literal_regex_sed"`
25975 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
25976 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
25977 s|^/[^/]|//&|
25981 gl_cv_next_stdarg_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
25982 sed -n "$gl_absolute_header_sed"`'"'
25986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdarg_h" >&5
25987 $as_echo "$gl_cv_next_stdarg_h" >&6; }
25989 NEXT_STDARG_H=$gl_cv_next_stdarg_h
25991 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
25992 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
25993 gl_next_as_first_directive='<'stdarg.h'>'
25994 else
25995 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
25996 gl_next_as_first_directive=$gl_cv_next_stdarg_h
25998 NEXT_AS_FIRST_DIRECTIVE_STDARG_H=$gl_next_as_first_directive
26003 if test "$gl_cv_next_stdarg_h" = '""'; then
26004 gl_cv_next_stdarg_h='"///usr/include/stdarg.h"'
26005 NEXT_STDARG_H="$gl_cv_next_stdarg_h"
26007 else
26009 saved_as_echo_n="$as_echo_n"
26010 as_echo_n=':'
26011 if test "${gl_cv_func___va_copy+set}" = set; then :
26012 $as_echo_n "(cached) " >&6
26013 else
26015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26016 /* end confdefs.h. */
26017 #include <stdarg.h>
26019 main ()
26022 #ifndef __va_copy
26023 error, bail out
26024 #endif
26027 return 0;
26029 _ACEOF
26030 if ac_fn_c_try_compile "$LINENO"; then :
26031 gl_cv_func___va_copy=yes
26032 else
26033 gl_cv_func___va_copy=no
26035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26038 as_echo_n="$saved_as_echo_n"
26040 if test $gl_cv_func___va_copy = yes; then
26042 $as_echo "#define va_copy __va_copy" >>confdefs.h
26044 else
26047 $as_echo "#define va_copy gl_va_copy" >>confdefs.h
26053 if test -n "$STDARG_H"; then
26054 GL_GENERATE_STDARG_H_TRUE=
26055 GL_GENERATE_STDARG_H_FALSE='#'
26056 else
26057 GL_GENERATE_STDARG_H_TRUE='#'
26058 GL_GENERATE_STDARG_H_FALSE=
26066 # Define two additional variables used in the Makefile substitution.
26068 if test "$ac_cv_header_stdbool_h" = yes; then
26069 STDBOOL_H=''
26070 else
26071 STDBOOL_H='stdbool.h'
26074 if test -n "$STDBOOL_H"; then
26075 GL_GENERATE_STDBOOL_H_TRUE=
26076 GL_GENERATE_STDBOOL_H_FALSE='#'
26077 else
26078 GL_GENERATE_STDBOOL_H_TRUE='#'
26079 GL_GENERATE_STDBOOL_H_FALSE=
26083 if test "$ac_cv_type__Bool" = yes; then
26084 HAVE__BOOL=1
26085 else
26086 HAVE__BOOL=0
26093 STDDEF_H=
26094 if test $gt_cv_c_wchar_t = no; then
26095 HAVE_WCHAR_T=0
26096 STDDEF_H=stddef.h
26098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5
26099 $as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; }
26100 if test "${gl_cv_decl_null_works+set}" = set; then :
26101 $as_echo_n "(cached) " >&6
26102 else
26103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26104 /* end confdefs.h. */
26105 #include <stddef.h>
26106 int test[2 * (sizeof NULL == sizeof (void *)) -1];
26109 main ()
26113 return 0;
26115 _ACEOF
26116 if ac_fn_c_try_compile "$LINENO"; then :
26117 gl_cv_decl_null_works=yes
26118 else
26119 gl_cv_decl_null_works=no
26121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_null_works" >&5
26124 $as_echo "$gl_cv_decl_null_works" >&6; }
26125 if test $gl_cv_decl_null_works = no; then
26126 REPLACE_NULL=1
26127 STDDEF_H=stddef.h
26130 if test -n "$STDDEF_H"; then
26131 GL_GENERATE_STDDEF_H_TRUE=
26132 GL_GENERATE_STDDEF_H_FALSE='#'
26133 else
26134 GL_GENERATE_STDDEF_H_TRUE='#'
26135 GL_GENERATE_STDDEF_H_FALSE=
26138 if test -n "$STDDEF_H"; then
26147 if test $gl_cv_have_include_next = yes; then
26148 gl_cv_next_stddef_h='<'stddef.h'>'
26149 else
26150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stddef.h>" >&5
26151 $as_echo_n "checking absolute name of <stddef.h>... " >&6; }
26152 if test "${gl_cv_next_stddef_h+set}" = set; then :
26153 $as_echo_n "(cached) " >&6
26154 else
26156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26157 /* end confdefs.h. */
26158 #include <stddef.h>
26160 _ACEOF
26161 case "$host_os" in
26162 aix*) gl_absname_cpp="$ac_cpp -C" ;;
26163 *) gl_absname_cpp="$ac_cpp" ;;
26164 esac
26166 case "$host_os" in
26167 mingw*)
26168 gl_dirsep_regex='[/\\]'
26171 gl_dirsep_regex='\/'
26173 esac
26174 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
26176 gl_header_literal_regex=`echo 'stddef.h' \
26177 | sed -e "$gl_make_literal_regex_sed"`
26178 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
26179 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
26180 s|^/[^/]|//&|
26184 gl_cv_next_stddef_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
26185 sed -n "$gl_absolute_header_sed"`'"'
26189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stddef_h" >&5
26190 $as_echo "$gl_cv_next_stddef_h" >&6; }
26192 NEXT_STDDEF_H=$gl_cv_next_stddef_h
26194 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
26195 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
26196 gl_next_as_first_directive='<'stddef.h'>'
26197 else
26198 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
26199 gl_next_as_first_directive=$gl_cv_next_stddef_h
26201 NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=$gl_next_as_first_directive
26219 if test $gl_cv_have_include_next = yes; then
26220 gl_cv_next_stdio_h='<'stdio.h'>'
26221 else
26222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdio.h>" >&5
26223 $as_echo_n "checking absolute name of <stdio.h>... " >&6; }
26224 if test "${gl_cv_next_stdio_h+set}" = set; then :
26225 $as_echo_n "(cached) " >&6
26226 else
26228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26229 /* end confdefs.h. */
26230 #include <stdio.h>
26232 _ACEOF
26233 case "$host_os" in
26234 aix*) gl_absname_cpp="$ac_cpp -C" ;;
26235 *) gl_absname_cpp="$ac_cpp" ;;
26236 esac
26238 case "$host_os" in
26239 mingw*)
26240 gl_dirsep_regex='[/\\]'
26243 gl_dirsep_regex='\/'
26245 esac
26246 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
26248 gl_header_literal_regex=`echo 'stdio.h' \
26249 | sed -e "$gl_make_literal_regex_sed"`
26250 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
26251 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
26252 s|^/[^/]|//&|
26256 gl_cv_next_stdio_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
26257 sed -n "$gl_absolute_header_sed"`'"'
26261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdio_h" >&5
26262 $as_echo "$gl_cv_next_stdio_h" >&6; }
26264 NEXT_STDIO_H=$gl_cv_next_stdio_h
26266 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
26267 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
26268 gl_next_as_first_directive='<'stdio.h'>'
26269 else
26270 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
26271 gl_next_as_first_directive=$gl_cv_next_stdio_h
26273 NEXT_AS_FIRST_DIRECTIVE_STDIO_H=$gl_next_as_first_directive
26279 GNULIB_FSCANF=1
26282 cat >>confdefs.h <<_ACEOF
26283 #define GNULIB_FSCANF 1
26284 _ACEOF
26287 GNULIB_SCANF=1
26290 cat >>confdefs.h <<_ACEOF
26291 #define GNULIB_SCANF 1
26292 _ACEOF
26295 GNULIB_FGETC=1
26296 GNULIB_GETC=1
26297 GNULIB_GETCHAR=1
26298 GNULIB_FGETS=1
26299 GNULIB_FREAD=1
26302 GNULIB_FPRINTF=1
26303 GNULIB_PRINTF=1
26304 GNULIB_VFPRINTF=1
26305 GNULIB_VPRINTF=1
26306 GNULIB_FPUTC=1
26307 GNULIB_PUTC=1
26308 GNULIB_PUTCHAR=1
26309 GNULIB_FPUTS=1
26310 GNULIB_PUTS=1
26311 GNULIB_FWRITE=1
26327 if test $gl_cv_have_include_next = yes; then
26328 gl_cv_next_stdlib_h='<'stdlib.h'>'
26329 else
26330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdlib.h>" >&5
26331 $as_echo_n "checking absolute name of <stdlib.h>... " >&6; }
26332 if test "${gl_cv_next_stdlib_h+set}" = set; then :
26333 $as_echo_n "(cached) " >&6
26334 else
26336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26337 /* end confdefs.h. */
26338 #include <stdlib.h>
26340 _ACEOF
26341 case "$host_os" in
26342 aix*) gl_absname_cpp="$ac_cpp -C" ;;
26343 *) gl_absname_cpp="$ac_cpp" ;;
26344 esac
26346 case "$host_os" in
26347 mingw*)
26348 gl_dirsep_regex='[/\\]'
26351 gl_dirsep_regex='\/'
26353 esac
26354 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
26356 gl_header_literal_regex=`echo 'stdlib.h' \
26357 | sed -e "$gl_make_literal_regex_sed"`
26358 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
26359 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
26360 s|^/[^/]|//&|
26364 gl_cv_next_stdlib_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
26365 sed -n "$gl_absolute_header_sed"`'"'
26369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdlib_h" >&5
26370 $as_echo "$gl_cv_next_stdlib_h" >&6; }
26372 NEXT_STDLIB_H=$gl_cv_next_stdlib_h
26374 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
26375 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
26376 gl_next_as_first_directive='<'stdlib.h'>'
26377 else
26378 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
26379 gl_next_as_first_directive=$gl_cv_next_stdlib_h
26381 NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=$gl_next_as_first_directive
26391 # This defines (or not) HAVE_TZNAME and HAVE_TM_ZONE.
26399 $as_echo "#define my_strftime nstrftime" >>confdefs.h
26411 if test "$ac_cv_have_decl_strtoimax" != yes; then
26412 HAVE_DECL_STRTOIMAX=0
26415 if test $ac_cv_func_strtoimax = yes; then
26416 HAVE_STRTOIMAX=1
26417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtoimax works" >&5
26418 $as_echo_n "checking whether strtoimax works... " >&6; }
26419 if test "${gl_cv_func_strtoimax+set}" = set; then :
26420 $as_echo_n "(cached) " >&6
26421 else
26422 if test "$cross_compiling" = yes; then :
26423 case "$host_os" in
26424 # Guess no on AIX 5.
26425 aix5*) gl_cv_func_strtoimax="guessing no" ;;
26426 # Guess yes otherwise.
26427 *) gl_cv_func_strtoimax="guessing yes" ;;
26428 esac
26430 else
26431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26432 /* end confdefs.h. */
26434 #include <errno.h>
26435 #include <string.h>
26436 #include <inttypes.h>
26437 int main ()
26439 if (sizeof (intmax_t) > sizeof (int))
26441 const char *s = "4294967295";
26442 char *p;
26443 intmax_t res;
26444 errno = 0;
26445 res = strtoimax (s, &p, 10);
26446 if (p != s + strlen (s))
26447 return 1;
26448 if (errno != 0)
26449 return 2;
26450 if (res != (intmax_t) 65535 * (intmax_t) 65537)
26451 return 3;
26453 else
26455 const char *s = "2147483647";
26456 char *p;
26457 intmax_t res;
26458 errno = 0;
26459 res = strtoimax (s, &p, 10);
26460 if (p != s + strlen (s))
26461 return 1;
26462 if (errno != 0)
26463 return 2;
26464 if (res != 2147483647)
26465 return 3;
26467 return 0;
26470 _ACEOF
26471 if ac_fn_c_try_run "$LINENO"; then :
26472 gl_cv_func_strtoimax=yes
26473 else
26474 gl_cv_func_strtoimax=no
26476 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
26477 conftest.$ac_objext conftest.beam conftest.$ac_ext
26482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strtoimax" >&5
26483 $as_echo "$gl_cv_func_strtoimax" >&6; }
26484 case "$gl_cv_func_strtoimax" in
26485 *no) REPLACE_STRTOIMAX=1 ;;
26486 esac
26487 else
26488 HAVE_STRTOIMAX=0
26491 if test $HAVE_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1; then
26500 gl_LIBOBJS="$gl_LIBOBJS strtoimax.$ac_objext"
26503 ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default"
26504 if test "x$ac_cv_have_decl_strtoll" = x""yes; then :
26505 ac_have_decl=1
26506 else
26507 ac_have_decl=0
26510 cat >>confdefs.h <<_ACEOF
26511 #define HAVE_DECL_STRTOLL $ac_have_decl
26512 _ACEOF
26522 GNULIB_STRTOIMAX=1
26532 if test "$ac_cv_have_decl_strtoumax" != yes; then
26533 HAVE_DECL_STRTOUMAX=0
26536 if test $ac_cv_func_strtoumax = no; then
26545 gl_LIBOBJS="$gl_LIBOBJS strtoumax.$ac_objext"
26548 ac_fn_c_check_decl "$LINENO" "strtoull" "ac_cv_have_decl_strtoull" "$ac_includes_default"
26549 if test "x$ac_cv_have_decl_strtoull" = x""yes; then :
26550 ac_have_decl=1
26551 else
26552 ac_have_decl=0
26555 cat >>confdefs.h <<_ACEOF
26556 #define HAVE_DECL_STRTOULL $ac_have_decl
26557 _ACEOF
26567 GNULIB_STRTOUMAX=1
26575 if test $ac_cv_func_symlink = no; then
26576 HAVE_SYMLINK=0
26577 else
26578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symlink handles trailing slash correctly" >&5
26579 $as_echo_n "checking whether symlink handles trailing slash correctly... " >&6; }
26580 if test "${gl_cv_func_symlink_works+set}" = set; then :
26581 $as_echo_n "(cached) " >&6
26582 else
26583 if test "$cross_compiling" = yes; then :
26584 case "$host_os" in
26585 # Guess yes on glibc systems.
26586 *-gnu*) gl_cv_func_symlink_works="guessing yes" ;;
26587 # If we don't know, assume the worst.
26588 *) gl_cv_func_symlink_works="guessing no" ;;
26589 esac
26591 else
26592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26593 /* end confdefs.h. */
26594 #include <unistd.h>
26597 main ()
26599 int result = 0;
26600 if (!symlink ("a", "conftest.link/"))
26601 result |= 1;
26602 if (symlink ("conftest.f", "conftest.lnk2"))
26603 result |= 2;
26604 else if (!symlink ("a", "conftest.lnk2/"))
26605 result |= 4;
26606 return result;
26609 return 0;
26611 _ACEOF
26612 if ac_fn_c_try_run "$LINENO"; then :
26613 gl_cv_func_symlink_works=yes
26614 else
26615 gl_cv_func_symlink_works=no
26617 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
26618 conftest.$ac_objext conftest.beam conftest.$ac_ext
26621 rm -f conftest.f conftest.link conftest.lnk2
26623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_symlink_works" >&5
26624 $as_echo "$gl_cv_func_symlink_works" >&6; }
26625 case "$gl_cv_func_symlink_works" in
26626 *yes) ;;
26628 REPLACE_SYMLINK=1
26630 esac
26633 if test $HAVE_SYMLINK = 0 || test $REPLACE_SYMLINK = 1; then
26642 gl_LIBOBJS="$gl_LIBOBJS symlink.$ac_objext"
26650 GNULIB_SYMLINK=1
26659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <sys/select.h> is self-contained" >&5
26660 $as_echo_n "checking whether <sys/select.h> is self-contained... " >&6; }
26661 if test "${gl_cv_header_sys_select_h_selfcontained+set}" = set; then :
26662 $as_echo_n "(cached) " >&6
26663 else
26665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26666 /* end confdefs.h. */
26667 #include <sys/select.h>
26669 main ()
26671 struct timeval b;
26673 return 0;
26675 _ACEOF
26676 if ac_fn_c_try_compile "$LINENO"; then :
26677 gl_cv_header_sys_select_h_selfcontained=yes
26678 else
26679 gl_cv_header_sys_select_h_selfcontained=no
26681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26682 if test $gl_cv_header_sys_select_h_selfcontained = yes; then
26683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26684 /* end confdefs.h. */
26685 #include <sys/select.h>
26687 main ()
26689 int memset; int bzero;
26691 return 0;
26694 _ACEOF
26695 if ac_fn_c_try_compile "$LINENO"; then :
26696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26697 /* end confdefs.h. */
26698 #include <sys/select.h>
26700 main ()
26703 #undef memset
26704 #define memset nonexistent_memset
26705 extern
26706 #ifdef __cplusplus
26708 #endif
26709 void *memset (void *, int, unsigned long);
26710 #undef bzero
26711 #define bzero nonexistent_bzero
26712 extern
26713 #ifdef __cplusplus
26715 #endif
26716 void bzero (void *, unsigned long);
26717 fd_set fds;
26718 FD_ZERO (&fds);
26721 return 0;
26724 _ACEOF
26725 if ac_fn_c_try_link "$LINENO"; then :
26727 else
26728 gl_cv_header_sys_select_h_selfcontained=no
26730 rm -f core conftest.err conftest.$ac_objext \
26731 conftest$ac_exeext conftest.$ac_ext
26734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_sys_select_h_selfcontained" >&5
26739 $as_echo "$gl_cv_header_sys_select_h_selfcontained" >&6; }
26749 if test $gl_cv_have_include_next = yes; then
26750 gl_cv_next_sys_select_h='<'sys/select.h'>'
26751 else
26752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/select.h>" >&5
26753 $as_echo_n "checking absolute name of <sys/select.h>... " >&6; }
26754 if test "${gl_cv_next_sys_select_h+set}" = set; then :
26755 $as_echo_n "(cached) " >&6
26756 else
26758 if test $ac_cv_header_sys_select_h = yes; then
26761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26762 /* end confdefs.h. */
26763 #include <sys/select.h>
26765 _ACEOF
26766 case "$host_os" in
26767 aix*) gl_absname_cpp="$ac_cpp -C" ;;
26768 *) gl_absname_cpp="$ac_cpp" ;;
26769 esac
26771 case "$host_os" in
26772 mingw*)
26773 gl_dirsep_regex='[/\\]'
26776 gl_dirsep_regex='\/'
26778 esac
26779 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
26781 gl_header_literal_regex=`echo 'sys/select.h' \
26782 | sed -e "$gl_make_literal_regex_sed"`
26783 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
26784 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
26785 s|^/[^/]|//&|
26789 gl_cv_next_sys_select_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
26790 sed -n "$gl_absolute_header_sed"`'"'
26791 else
26792 gl_cv_next_sys_select_h='<'sys/select.h'>'
26797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_select_h" >&5
26798 $as_echo "$gl_cv_next_sys_select_h" >&6; }
26800 NEXT_SYS_SELECT_H=$gl_cv_next_sys_select_h
26802 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
26803 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
26804 gl_next_as_first_directive='<'sys/select.h'>'
26805 else
26806 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
26807 gl_next_as_first_directive=$gl_cv_next_sys_select_h
26809 NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H=$gl_next_as_first_directive
26814 if test $ac_cv_header_sys_select_h = yes; then
26815 HAVE_SYS_SELECT_H=1
26816 else
26817 HAVE_SYS_SELECT_H=0
26824 if test $ac_cv_header_sys_socket_h != yes; then
26825 for ac_header in winsock2.h
26826 do :
26827 ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default"
26828 if test "x$ac_cv_header_winsock2_h" = x""yes; then :
26829 cat >>confdefs.h <<_ACEOF
26830 #define HAVE_WINSOCK2_H 1
26831 _ACEOF
26835 done
26838 if test "$ac_cv_header_winsock2_h" = yes; then
26839 HAVE_WINSOCK2_H=1
26840 UNISTD_H_HAVE_WINSOCK2_H=1
26841 SYS_IOCTL_H_HAVE_WINSOCK2_H=1
26842 else
26843 HAVE_WINSOCK2_H=0
26865 if test $gl_cv_have_include_next = yes; then
26866 gl_cv_next_sys_stat_h='<'sys/stat.h'>'
26867 else
26868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/stat.h>" >&5
26869 $as_echo_n "checking absolute name of <sys/stat.h>... " >&6; }
26870 if test "${gl_cv_next_sys_stat_h+set}" = set; then :
26871 $as_echo_n "(cached) " >&6
26872 else
26874 if test $ac_cv_header_sys_stat_h = yes; then
26877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26878 /* end confdefs.h. */
26879 #include <sys/stat.h>
26881 _ACEOF
26882 case "$host_os" in
26883 aix*) gl_absname_cpp="$ac_cpp -C" ;;
26884 *) gl_absname_cpp="$ac_cpp" ;;
26885 esac
26887 case "$host_os" in
26888 mingw*)
26889 gl_dirsep_regex='[/\\]'
26892 gl_dirsep_regex='\/'
26894 esac
26895 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
26897 gl_header_literal_regex=`echo 'sys/stat.h' \
26898 | sed -e "$gl_make_literal_regex_sed"`
26899 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
26900 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
26901 s|^/[^/]|//&|
26905 gl_cv_next_sys_stat_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
26906 sed -n "$gl_absolute_header_sed"`'"'
26907 else
26908 gl_cv_next_sys_stat_h='<'sys/stat.h'>'
26913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_stat_h" >&5
26914 $as_echo "$gl_cv_next_sys_stat_h" >&6; }
26916 NEXT_SYS_STAT_H=$gl_cv_next_sys_stat_h
26918 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
26919 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
26920 gl_next_as_first_directive='<'sys/stat.h'>'
26921 else
26922 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
26923 gl_next_as_first_directive=$gl_cv_next_sys_stat_h
26925 NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H=$gl_next_as_first_directive
26937 if test $WINDOWS_64_BIT_ST_SIZE = 1; then
26939 $as_echo "#define _GL_WINDOWS_64_BIT_ST_SIZE 1" >>confdefs.h
26943 ac_fn_c_check_type "$LINENO" "nlink_t" "ac_cv_type_nlink_t" "#include <sys/types.h>
26944 #include <sys/stat.h>
26946 if test "x$ac_cv_type_nlink_t" = x""yes; then :
26948 else
26950 $as_echo "#define nlink_t int" >>confdefs.h
26971 ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "#include <time.h>
26973 if test "x$ac_cv_have_decl_localtime_r" = x""yes; then :
26974 ac_have_decl=1
26975 else
26976 ac_have_decl=0
26979 cat >>confdefs.h <<_ACEOF
26980 #define HAVE_DECL_LOCALTIME_R $ac_have_decl
26981 _ACEOF
26983 if test $ac_cv_have_decl_localtime_r = no; then
26984 HAVE_DECL_LOCALTIME_R=0
26988 if test $ac_cv_func_localtime_r = yes; then
26989 HAVE_LOCALTIME_R=1
26990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime_r is compatible with its POSIX signature" >&5
26991 $as_echo_n "checking whether localtime_r is compatible with its POSIX signature... " >&6; }
26992 if test "${gl_cv_time_r_posix+set}" = set; then :
26993 $as_echo_n "(cached) " >&6
26994 else
26995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26996 /* end confdefs.h. */
26997 #include <time.h>
26999 main ()
27001 /* We don't need to append 'restrict's to the argument types,
27002 even though the POSIX signature has the 'restrict's,
27003 since C99 says they can't affect type compatibility. */
27004 struct tm * (*ptr) (time_t const *, struct tm *) = localtime_r;
27005 if (ptr) return 0;
27006 /* Check the return type is a pointer.
27007 On HP-UX 10 it is 'int'. */
27008 *localtime_r (0, 0);
27010 return 0;
27013 _ACEOF
27014 if ac_fn_c_try_compile "$LINENO"; then :
27015 gl_cv_time_r_posix=yes
27016 else
27017 gl_cv_time_r_posix=no
27019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_time_r_posix" >&5
27023 $as_echo "$gl_cv_time_r_posix" >&6; }
27024 if test $gl_cv_time_r_posix = yes; then
27025 REPLACE_LOCALTIME_R=0
27026 else
27027 REPLACE_LOCALTIME_R=1
27029 else
27030 HAVE_LOCALTIME_R=0
27033 if test $HAVE_LOCALTIME_R = 0 || test $REPLACE_LOCALTIME_R = 1; then
27042 gl_LIBOBJS="$gl_LIBOBJS time_r.$ac_objext"
27053 GNULIB_TIME_R=1
27064 LIB_TIMER_TIME=
27066 gl_saved_libs=$LIBS
27067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing timer_settime" >&5
27068 $as_echo_n "checking for library containing timer_settime... " >&6; }
27069 if test "${ac_cv_search_timer_settime+set}" = set; then :
27070 $as_echo_n "(cached) " >&6
27071 else
27072 ac_func_search_save_LIBS=$LIBS
27073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27074 /* end confdefs.h. */
27076 /* Override any GCC internal prototype to avoid an error.
27077 Use char because int might match the return type of a GCC
27078 builtin and then its argument prototype would still apply. */
27079 #ifdef __cplusplus
27080 extern "C"
27081 #endif
27082 char timer_settime ();
27084 main ()
27086 return timer_settime ();
27088 return 0;
27090 _ACEOF
27091 for ac_lib in '' rt posix4; do
27092 if test -z "$ac_lib"; then
27093 ac_res="none required"
27094 else
27095 ac_res=-l$ac_lib
27096 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
27098 if ac_fn_c_try_link "$LINENO"; then :
27099 ac_cv_search_timer_settime=$ac_res
27101 rm -f core conftest.err conftest.$ac_objext \
27102 conftest$ac_exeext
27103 if test "${ac_cv_search_timer_settime+set}" = set; then :
27104 break
27106 done
27107 if test "${ac_cv_search_timer_settime+set}" = set; then :
27109 else
27110 ac_cv_search_timer_settime=no
27112 rm conftest.$ac_ext
27113 LIBS=$ac_func_search_save_LIBS
27115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_timer_settime" >&5
27116 $as_echo "$ac_cv_search_timer_settime" >&6; }
27117 ac_res=$ac_cv_search_timer_settime
27118 if test "$ac_res" != no; then :
27119 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
27120 test "$ac_cv_search_timer_settime" = "none required" ||
27121 LIB_TIMER_TIME=$ac_cv_search_timer_settime
27124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27125 /* end confdefs.h. */
27127 #include <features.h>
27128 #ifdef __GNU_LIBRARY__
27129 #if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2) || (__GLIBC__ > 2)) \
27130 && !defined __UCLIBC__
27131 Thread emulation available
27132 #endif
27133 #endif
27135 _ACEOF
27136 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
27137 $EGREP "Thread" >/dev/null 2>&1; then :
27138 LIB_TIMER_TIME="$LIB_TIMER_TIME $LIBMULTITHREAD"
27140 rm -f conftest*
27142 for ac_func in timer_settime
27143 do :
27144 ac_fn_c_check_func "$LINENO" "timer_settime" "ac_cv_func_timer_settime"
27145 if test "x$ac_cv_func_timer_settime" = x""yes; then :
27146 cat >>confdefs.h <<_ACEOF
27147 #define HAVE_TIMER_SETTIME 1
27148 _ACEOF
27151 done
27153 LIBS=$gl_saved_libs
27168 if test $gl_cv_have_include_next = yes; then
27169 gl_cv_next_unistd_h='<'unistd.h'>'
27170 else
27171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <unistd.h>" >&5
27172 $as_echo_n "checking absolute name of <unistd.h>... " >&6; }
27173 if test "${gl_cv_next_unistd_h+set}" = set; then :
27174 $as_echo_n "(cached) " >&6
27175 else
27177 if test $ac_cv_header_unistd_h = yes; then
27180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27181 /* end confdefs.h. */
27182 #include <unistd.h>
27184 _ACEOF
27185 case "$host_os" in
27186 aix*) gl_absname_cpp="$ac_cpp -C" ;;
27187 *) gl_absname_cpp="$ac_cpp" ;;
27188 esac
27190 case "$host_os" in
27191 mingw*)
27192 gl_dirsep_regex='[/\\]'
27195 gl_dirsep_regex='\/'
27197 esac
27198 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
27200 gl_header_literal_regex=`echo 'unistd.h' \
27201 | sed -e "$gl_make_literal_regex_sed"`
27202 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
27203 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
27204 s|^/[^/]|//&|
27208 gl_cv_next_unistd_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
27209 sed -n "$gl_absolute_header_sed"`'"'
27210 else
27211 gl_cv_next_unistd_h='<'unistd.h'>'
27216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_unistd_h" >&5
27217 $as_echo "$gl_cv_next_unistd_h" >&6; }
27219 NEXT_UNISTD_H=$gl_cv_next_unistd_h
27221 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
27222 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
27223 gl_next_as_first_directive='<'unistd.h'>'
27224 else
27225 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
27226 gl_next_as_first_directive=$gl_cv_next_unistd_h
27228 NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=$gl_next_as_first_directive
27233 if test $ac_cv_header_unistd_h = yes; then
27234 HAVE_UNISTD_H=1
27235 else
27236 HAVE_UNISTD_H=0
27249 if test $ac_cv_have_decl_unsetenv = no; then
27250 HAVE_DECL_UNSETENV=0
27252 for ac_func in unsetenv
27253 do :
27254 ac_fn_c_check_func "$LINENO" "unsetenv" "ac_cv_func_unsetenv"
27255 if test "x$ac_cv_func_unsetenv" = x""yes; then :
27256 cat >>confdefs.h <<_ACEOF
27257 #define HAVE_UNSETENV 1
27258 _ACEOF
27261 done
27263 if test $ac_cv_func_unsetenv = no; then
27264 HAVE_UNSETENV=0
27265 else
27266 HAVE_UNSETENV=1
27267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsetenv() return type" >&5
27268 $as_echo_n "checking for unsetenv() return type... " >&6; }
27269 if test "${gt_cv_func_unsetenv_ret+set}" = set; then :
27270 $as_echo_n "(cached) " >&6
27271 else
27272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27273 /* end confdefs.h. */
27275 #undef _BSD
27276 #define _BSD 1 /* unhide unsetenv declaration in OSF/1 5.1 <stdlib.h> */
27277 #include <stdlib.h>
27278 extern
27279 #ifdef __cplusplus
27281 #endif
27282 int unsetenv (const char *name);
27285 main ()
27289 return 0;
27291 _ACEOF
27292 if ac_fn_c_try_compile "$LINENO"; then :
27293 gt_cv_func_unsetenv_ret='int'
27294 else
27295 gt_cv_func_unsetenv_ret='void'
27297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_unsetenv_ret" >&5
27300 $as_echo "$gt_cv_func_unsetenv_ret" >&6; }
27301 if test $gt_cv_func_unsetenv_ret = 'void'; then
27303 $as_echo "#define VOID_UNSETENV 1" >>confdefs.h
27305 REPLACE_UNSETENV=1
27308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether unsetenv obeys POSIX" >&5
27309 $as_echo_n "checking whether unsetenv obeys POSIX... " >&6; }
27310 if test "${gl_cv_func_unsetenv_works+set}" = set; then :
27311 $as_echo_n "(cached) " >&6
27312 else
27313 if test "$cross_compiling" = yes; then :
27314 case "$host_os" in
27315 # Guess yes on glibc systems.
27316 *-gnu*) gl_cv_func_unsetenv_works="guessing yes" ;;
27317 # If we don't know, assume the worst.
27318 *) gl_cv_func_unsetenv_works="guessing no" ;;
27319 esac
27321 else
27322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27323 /* end confdefs.h. */
27325 #include <stdlib.h>
27326 #include <errno.h>
27327 extern char **environ;
27330 main ()
27333 char entry1[] = "a=1";
27334 char entry2[] = "b=2";
27335 char *env[] = { entry1, entry2, NULL };
27336 if (putenv ((char *) "a=1")) return 1;
27337 if (putenv (entry2)) return 2;
27338 entry2[0] = 'a';
27339 unsetenv ("a");
27340 if (getenv ("a")) return 3;
27341 if (!unsetenv ("") || errno != EINVAL) return 4;
27342 entry2[0] = 'b';
27343 environ = env;
27344 if (!getenv ("a")) return 5;
27345 entry2[0] = 'a';
27346 unsetenv ("a");
27347 if (getenv ("a")) return 6;
27350 return 0;
27352 _ACEOF
27353 if ac_fn_c_try_run "$LINENO"; then :
27354 gl_cv_func_unsetenv_works=yes
27355 else
27356 gl_cv_func_unsetenv_works=no
27358 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
27359 conftest.$ac_objext conftest.beam conftest.$ac_ext
27363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_unsetenv_works" >&5
27364 $as_echo "$gl_cv_func_unsetenv_works" >&6; }
27365 case "$gl_cv_func_unsetenv_works" in
27366 *yes) ;;
27368 REPLACE_UNSETENV=1
27370 esac
27373 if test $HAVE_UNSETENV = 0 || test $REPLACE_UNSETENV = 1; then
27382 gl_LIBOBJS="$gl_LIBOBJS unsetenv.$ac_objext"
27394 GNULIB_UNSETENV=1
27406 if test $ac_cv_func_futimens = no && test $ac_cv_func_futimesat = yes; then
27407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether futimesat handles NULL file" >&5
27408 $as_echo_n "checking whether futimesat handles NULL file... " >&6; }
27409 if test "${gl_cv_func_futimesat_works+set}" = set; then :
27410 $as_echo_n "(cached) " >&6
27411 else
27412 touch conftest.file
27413 if test "$cross_compiling" = yes; then :
27414 case "$host_os" in
27415 # Guess yes on glibc systems.
27416 *-gnu*) gl_cv_func_futimesat_works="guessing yes" ;;
27417 # If we don't know, assume the worst.
27418 *) gl_cv_func_futimesat_works="guessing no" ;;
27419 esac
27421 else
27422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27423 /* end confdefs.h. */
27425 #include <stddef.h>
27426 #include <sys/times.h>
27427 #include <fcntl.h>
27430 main ()
27432 int fd = open ("conftest.file", O_RDWR);
27433 if (fd < 0) return 1;
27434 if (futimesat (fd, NULL, NULL)) return 2;
27437 return 0;
27439 _ACEOF
27440 if ac_fn_c_try_run "$LINENO"; then :
27441 gl_cv_func_futimesat_works=yes
27442 else
27443 gl_cv_func_futimesat_works=no
27445 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
27446 conftest.$ac_objext conftest.beam conftest.$ac_ext
27449 rm -f conftest.file
27451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_futimesat_works" >&5
27452 $as_echo "$gl_cv_func_futimesat_works" >&6; }
27453 case "$gl_cv_func_futimesat_works" in
27454 *yes) ;;
27457 $as_echo "#define FUTIMESAT_NULL_BUG 1" >>confdefs.h
27460 esac
27463 gl_gnulib_enabled_260941c0e5dc67ec9e87d1fb321c300b=false
27464 gl_gnulib_enabled_dosname=false
27465 gl_gnulib_enabled_euidaccess=false
27466 gl_gnulib_enabled_getdtablesize=false
27467 gl_gnulib_enabled_getgroups=false
27468 gl_gnulib_enabled_be453cec5eecf5731a274f2de7f2db36=false
27469 gl_gnulib_enabled_a9786850e999ae65a836a6041e8e5ed1=false
27470 gl_gnulib_enabled_03e0aaad4cb89ca757653bd367a6ccb7=false
27471 gl_gnulib_enabled_pathmax=false
27472 gl_gnulib_enabled_6099e9737f757db36c47fa9d9f02e88c=false
27473 gl_gnulib_enabled_stat=false
27474 gl_gnulib_enabled_strtoll=false
27475 gl_gnulib_enabled_strtoull=false
27476 gl_gnulib_enabled_682e609604ccaac6be382e4ee3a4eaec=false
27477 func_gl_gnulib_m4code_260941c0e5dc67ec9e87d1fb321c300b ()
27479 if ! $gl_gnulib_enabled_260941c0e5dc67ec9e87d1fb321c300b; then
27488 gl_LIBOBJS="$gl_LIBOBJS openat-proc.$ac_objext"
27490 gl_gnulib_enabled_260941c0e5dc67ec9e87d1fb321c300b=true
27493 func_gl_gnulib_m4code_dosname ()
27495 if ! $gl_gnulib_enabled_dosname; then
27496 gl_gnulib_enabled_dosname=true
27499 func_gl_gnulib_m4code_euidaccess ()
27501 if ! $gl_gnulib_enabled_euidaccess; then
27507 for ac_func in euidaccess
27508 do :
27509 ac_fn_c_check_func "$LINENO" "euidaccess" "ac_cv_func_euidaccess"
27510 if test "x$ac_cv_func_euidaccess" = x""yes; then :
27511 cat >>confdefs.h <<_ACEOF
27512 #define HAVE_EUIDACCESS 1
27513 _ACEOF
27516 done
27518 if test $ac_cv_func_euidaccess = no; then
27519 HAVE_EUIDACCESS=0
27522 if test $HAVE_EUIDACCESS = 0; then
27531 gl_LIBOBJS="$gl_LIBOBJS euidaccess.$ac_objext"
27535 for ac_header in libgen.h
27536 do :
27537 ac_fn_c_check_header_mongrel "$LINENO" "libgen.h" "ac_cv_header_libgen_h" "$ac_includes_default"
27538 if test "x$ac_cv_header_libgen_h" = x""yes; then :
27539 cat >>confdefs.h <<_ACEOF
27540 #define HAVE_LIBGEN_H 1
27541 _ACEOF
27545 done
27548 ac_fn_c_check_func "$LINENO" "getgroups" "ac_cv_func_getgroups"
27549 if test "x$ac_cv_func_getgroups" = x""yes; then :
27554 # If we don't yet have getgroups, see if it's in -lbsd.
27555 # This is reported to be necessary on an ITOS 3000WS running SEIUX 3.1.
27556 ac_save_LIBS=$LIBS
27557 if test $ac_cv_func_getgroups = no; then
27558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getgroups in -lbsd" >&5
27559 $as_echo_n "checking for getgroups in -lbsd... " >&6; }
27560 if test "${ac_cv_lib_bsd_getgroups+set}" = set; then :
27561 $as_echo_n "(cached) " >&6
27562 else
27563 ac_check_lib_save_LIBS=$LIBS
27564 LIBS="-lbsd $LIBS"
27565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27566 /* end confdefs.h. */
27568 /* Override any GCC internal prototype to avoid an error.
27569 Use char because int might match the return type of a GCC
27570 builtin and then its argument prototype would still apply. */
27571 #ifdef __cplusplus
27572 extern "C"
27573 #endif
27574 char getgroups ();
27576 main ()
27578 return getgroups ();
27580 return 0;
27582 _ACEOF
27583 if ac_fn_c_try_link "$LINENO"; then :
27584 ac_cv_lib_bsd_getgroups=yes
27585 else
27586 ac_cv_lib_bsd_getgroups=no
27588 rm -f core conftest.err conftest.$ac_objext \
27589 conftest$ac_exeext conftest.$ac_ext
27590 LIBS=$ac_check_lib_save_LIBS
27592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_getgroups" >&5
27593 $as_echo "$ac_cv_lib_bsd_getgroups" >&6; }
27594 if test "x$ac_cv_lib_bsd_getgroups" = x""yes; then :
27595 GETGROUPS_LIB=-lbsd
27600 # Run the program to test the functionality of the system-supplied
27601 # getgroups function only if there is such a function.
27602 if test $ac_cv_func_getgroups = yes; then
27603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working getgroups" >&5
27604 $as_echo_n "checking for working getgroups... " >&6; }
27605 if test "${ac_cv_func_getgroups_works+set}" = set; then :
27606 $as_echo_n "(cached) " >&6
27607 else
27608 if test "$cross_compiling" = yes; then :
27609 case "$host_os" in # ((
27610 # Guess yes on glibc systems.
27611 *-gnu*) ac_cv_func_getgroups_works="guessing yes" ;;
27612 # If we don't know, assume the worst.
27613 *) ac_cv_func_getgroups_works="guessing no" ;;
27614 esac
27616 else
27617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27618 /* end confdefs.h. */
27619 $ac_includes_default
27621 main ()
27623 /* On Ultrix 4.3, getgroups (0, 0) always fails. */
27624 return getgroups (0, 0) == -1;
27626 return 0;
27629 _ACEOF
27630 if ac_fn_c_try_run "$LINENO"; then :
27631 ac_cv_func_getgroups_works=yes
27632 else
27633 ac_cv_func_getgroups_works=no
27635 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
27636 conftest.$ac_objext conftest.beam conftest.$ac_ext
27641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_getgroups_works" >&5
27642 $as_echo "$ac_cv_func_getgroups_works" >&6; }
27643 else
27644 ac_cv_func_getgroups_works=no
27646 case "$ac_cv_func_getgroups_works" in
27647 *yes)
27649 $as_echo "#define HAVE_GETGROUPS 1" >>confdefs.h
27652 esac
27653 LIBS=$ac_save_LIBS
27656 # Solaris 9 and 10 need -lgen to get the eaccess function.
27657 # Save and restore LIBS so -lgen isn't added to it. Otherwise, *all*
27658 # programs in the package would end up linked with that potentially-shared
27659 # library, inducing unnecessary run-time overhead.
27660 LIB_EACCESS=
27662 gl_saved_libs=$LIBS
27663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing eaccess" >&5
27664 $as_echo_n "checking for library containing eaccess... " >&6; }
27665 if test "${ac_cv_search_eaccess+set}" = set; then :
27666 $as_echo_n "(cached) " >&6
27667 else
27668 ac_func_search_save_LIBS=$LIBS
27669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27670 /* end confdefs.h. */
27672 /* Override any GCC internal prototype to avoid an error.
27673 Use char because int might match the return type of a GCC
27674 builtin and then its argument prototype would still apply. */
27675 #ifdef __cplusplus
27676 extern "C"
27677 #endif
27678 char eaccess ();
27680 main ()
27682 return eaccess ();
27684 return 0;
27686 _ACEOF
27687 for ac_lib in '' gen; do
27688 if test -z "$ac_lib"; then
27689 ac_res="none required"
27690 else
27691 ac_res=-l$ac_lib
27692 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
27694 if ac_fn_c_try_link "$LINENO"; then :
27695 ac_cv_search_eaccess=$ac_res
27697 rm -f core conftest.err conftest.$ac_objext \
27698 conftest$ac_exeext
27699 if test "${ac_cv_search_eaccess+set}" = set; then :
27700 break
27702 done
27703 if test "${ac_cv_search_eaccess+set}" = set; then :
27705 else
27706 ac_cv_search_eaccess=no
27708 rm conftest.$ac_ext
27709 LIBS=$ac_func_search_save_LIBS
27711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_eaccess" >&5
27712 $as_echo "$ac_cv_search_eaccess" >&6; }
27713 ac_res=$ac_cv_search_eaccess
27714 if test "$ac_res" != no; then :
27715 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
27716 test "$ac_cv_search_eaccess" = "none required" ||
27717 LIB_EACCESS=$ac_cv_search_eaccess
27720 for ac_func in eaccess
27721 do :
27722 ac_fn_c_check_func "$LINENO" "eaccess" "ac_cv_func_eaccess"
27723 if test "x$ac_cv_func_eaccess" = x""yes; then :
27724 cat >>confdefs.h <<_ACEOF
27725 #define HAVE_EACCESS 1
27726 _ACEOF
27729 done
27731 LIBS=$gl_saved_libs
27739 GNULIB_EUIDACCESS=1
27745 gl_gnulib_enabled_euidaccess=true
27746 if test $HAVE_EUIDACCESS = 0; then
27747 func_gl_gnulib_m4code_a9786850e999ae65a836a6041e8e5ed1
27749 func_gl_gnulib_m4code_6099e9737f757db36c47fa9d9f02e88c
27750 if test $HAVE_EUIDACCESS = 0; then
27751 func_gl_gnulib_m4code_stat
27755 func_gl_gnulib_m4code_getdtablesize ()
27757 if ! $gl_gnulib_enabled_getdtablesize; then
27761 if test $ac_cv_func_getdtablesize != yes; then
27762 HAVE_GETDTABLESIZE=0
27765 if test $HAVE_GETDTABLESIZE = 0; then
27774 gl_LIBOBJS="$gl_LIBOBJS getdtablesize.$ac_objext"
27783 GNULIB_GETDTABLESIZE=1
27789 gl_gnulib_enabled_getdtablesize=true
27792 func_gl_gnulib_m4code_getgroups ()
27794 if ! $gl_gnulib_enabled_getgroups; then
27800 ac_fn_c_check_func "$LINENO" "getgroups" "ac_cv_func_getgroups"
27801 if test "x$ac_cv_func_getgroups" = x""yes; then :
27806 # If we don't yet have getgroups, see if it's in -lbsd.
27807 # This is reported to be necessary on an ITOS 3000WS running SEIUX 3.1.
27808 ac_save_LIBS=$LIBS
27809 if test $ac_cv_func_getgroups = no; then
27810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getgroups in -lbsd" >&5
27811 $as_echo_n "checking for getgroups in -lbsd... " >&6; }
27812 if test "${ac_cv_lib_bsd_getgroups+set}" = set; then :
27813 $as_echo_n "(cached) " >&6
27814 else
27815 ac_check_lib_save_LIBS=$LIBS
27816 LIBS="-lbsd $LIBS"
27817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27818 /* end confdefs.h. */
27820 /* Override any GCC internal prototype to avoid an error.
27821 Use char because int might match the return type of a GCC
27822 builtin and then its argument prototype would still apply. */
27823 #ifdef __cplusplus
27824 extern "C"
27825 #endif
27826 char getgroups ();
27828 main ()
27830 return getgroups ();
27832 return 0;
27834 _ACEOF
27835 if ac_fn_c_try_link "$LINENO"; then :
27836 ac_cv_lib_bsd_getgroups=yes
27837 else
27838 ac_cv_lib_bsd_getgroups=no
27840 rm -f core conftest.err conftest.$ac_objext \
27841 conftest$ac_exeext conftest.$ac_ext
27842 LIBS=$ac_check_lib_save_LIBS
27844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_getgroups" >&5
27845 $as_echo "$ac_cv_lib_bsd_getgroups" >&6; }
27846 if test "x$ac_cv_lib_bsd_getgroups" = x""yes; then :
27847 GETGROUPS_LIB=-lbsd
27852 # Run the program to test the functionality of the system-supplied
27853 # getgroups function only if there is such a function.
27854 if test $ac_cv_func_getgroups = yes; then
27855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working getgroups" >&5
27856 $as_echo_n "checking for working getgroups... " >&6; }
27857 if test "${ac_cv_func_getgroups_works+set}" = set; then :
27858 $as_echo_n "(cached) " >&6
27859 else
27860 if test "$cross_compiling" = yes; then :
27861 case "$host_os" in # ((
27862 # Guess yes on glibc systems.
27863 *-gnu*) ac_cv_func_getgroups_works="guessing yes" ;;
27864 # If we don't know, assume the worst.
27865 *) ac_cv_func_getgroups_works="guessing no" ;;
27866 esac
27868 else
27869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27870 /* end confdefs.h. */
27871 $ac_includes_default
27873 main ()
27875 /* On Ultrix 4.3, getgroups (0, 0) always fails. */
27876 return getgroups (0, 0) == -1;
27878 return 0;
27881 _ACEOF
27882 if ac_fn_c_try_run "$LINENO"; then :
27883 ac_cv_func_getgroups_works=yes
27884 else
27885 ac_cv_func_getgroups_works=no
27887 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
27888 conftest.$ac_objext conftest.beam conftest.$ac_ext
27893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_getgroups_works" >&5
27894 $as_echo "$ac_cv_func_getgroups_works" >&6; }
27895 else
27896 ac_cv_func_getgroups_works=no
27898 case "$ac_cv_func_getgroups_works" in
27899 *yes)
27901 $as_echo "#define HAVE_GETGROUPS 1" >>confdefs.h
27904 esac
27905 LIBS=$ac_save_LIBS
27907 if test $ac_cv_func_getgroups != yes; then
27908 HAVE_GETGROUPS=0
27909 else
27910 if test "$ac_cv_type_getgroups" != gid_t \
27911 || { case "$ac_cv_func_getgroups_works" in
27912 *yes) false;;
27913 *) true;;
27914 esac
27915 }; then
27916 REPLACE_GETGROUPS=1
27918 $as_echo "#define GETGROUPS_ZERO_BUG 1" >>confdefs.h
27920 else
27921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getgroups handles negative values" >&5
27922 $as_echo_n "checking whether getgroups handles negative values... " >&6; }
27923 if test "${gl_cv_func_getgroups_works+set}" = set; then :
27924 $as_echo_n "(cached) " >&6
27925 else
27926 if test "$cross_compiling" = yes; then :
27927 case "$host_os" in
27928 # Guess yes on glibc systems.
27929 *-gnu*) gl_cv_func_getgroups_works="guessing yes" ;;
27930 # If we don't know, assume the worst.
27931 *) gl_cv_func_getgroups_works="guessing no" ;;
27932 esac
27934 else
27935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27936 /* end confdefs.h. */
27937 $ac_includes_default
27939 main ()
27941 int size = getgroups (0, 0);
27942 gid_t *list = malloc (size * sizeof *list);
27943 return getgroups (-1, list) != -1;
27945 return 0;
27947 _ACEOF
27948 if ac_fn_c_try_run "$LINENO"; then :
27949 gl_cv_func_getgroups_works=yes
27950 else
27951 gl_cv_func_getgroups_works=no
27953 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
27954 conftest.$ac_objext conftest.beam conftest.$ac_ext
27958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getgroups_works" >&5
27959 $as_echo "$gl_cv_func_getgroups_works" >&6; }
27960 case "$gl_cv_func_getgroups_works" in
27961 *yes) ;;
27962 *) REPLACE_GETGROUPS=1 ;;
27963 esac
27966 test -n "$GETGROUPS_LIB" && LIBS="$GETGROUPS_LIB $LIBS"
27968 if test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1; then
27977 gl_LIBOBJS="$gl_LIBOBJS getgroups.$ac_objext"
27985 GNULIB_GETGROUPS=1
27991 gl_gnulib_enabled_getgroups=true
27994 func_gl_gnulib_m4code_be453cec5eecf5731a274f2de7f2db36 ()
27996 if ! $gl_gnulib_enabled_be453cec5eecf5731a274f2de7f2db36; then
27999 gl_gnulib_enabled_be453cec5eecf5731a274f2de7f2db36=true
28002 func_gl_gnulib_m4code_a9786850e999ae65a836a6041e8e5ed1 ()
28004 if ! $gl_gnulib_enabled_a9786850e999ae65a836a6041e8e5ed1; then
28010 ac_fn_c_check_func "$LINENO" "group_member" "ac_cv_func_group_member"
28011 if test "x$ac_cv_func_group_member" = x""yes; then :
28013 else
28015 HAVE_GROUP_MEMBER=0
28020 if test $HAVE_GROUP_MEMBER = 0; then
28029 gl_LIBOBJS="$gl_LIBOBJS group-member.$ac_objext"
28040 GNULIB_GROUP_MEMBER=1
28046 gl_gnulib_enabled_a9786850e999ae65a836a6041e8e5ed1=true
28047 if test $HAVE_GROUP_MEMBER = 0; then
28048 func_gl_gnulib_m4code_getgroups
28050 if test $HAVE_GROUP_MEMBER = 0; then
28051 func_gl_gnulib_m4code_682e609604ccaac6be382e4ee3a4eaec
28055 func_gl_gnulib_m4code_03e0aaad4cb89ca757653bd367a6ccb7 ()
28057 if ! $gl_gnulib_enabled_03e0aaad4cb89ca757653bd367a6ccb7; then
28058 gl_gnulib_enabled_03e0aaad4cb89ca757653bd367a6ccb7=true
28061 func_gl_gnulib_m4code_pathmax ()
28063 if ! $gl_gnulib_enabled_pathmax; then
28067 gl_gnulib_enabled_pathmax=true
28070 func_gl_gnulib_m4code_6099e9737f757db36c47fa9d9f02e88c ()
28072 if ! $gl_gnulib_enabled_6099e9737f757db36c47fa9d9f02e88c; then
28073 gl_gnulib_enabled_6099e9737f757db36c47fa9d9f02e88c=true
28076 func_gl_gnulib_m4code_stat ()
28078 if ! $gl_gnulib_enabled_stat; then
28082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on directories" >&5
28083 $as_echo_n "checking whether stat handles trailing slashes on directories... " >&6; }
28084 if test "${gl_cv_func_stat_dir_slash+set}" = set; then :
28085 $as_echo_n "(cached) " >&6
28086 else
28087 if test "$cross_compiling" = yes; then :
28088 case $host_os in
28089 mingw*) gl_cv_func_stat_dir_slash="guessing no";;
28090 *) gl_cv_func_stat_dir_slash="guessing yes";;
28091 esac
28092 else
28093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28094 /* end confdefs.h. */
28095 #include <sys/stat.h>
28098 main ()
28100 struct stat st; return stat (".", &st) != stat ("./", &st);
28102 return 0;
28104 _ACEOF
28105 if ac_fn_c_try_run "$LINENO"; then :
28106 gl_cv_func_stat_dir_slash=yes
28107 else
28108 gl_cv_func_stat_dir_slash=no
28110 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
28111 conftest.$ac_objext conftest.beam conftest.$ac_ext
28115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_stat_dir_slash" >&5
28116 $as_echo "$gl_cv_func_stat_dir_slash" >&6; }
28117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on files" >&5
28118 $as_echo_n "checking whether stat handles trailing slashes on files... " >&6; }
28119 if test "${gl_cv_func_stat_file_slash+set}" = set; then :
28120 $as_echo_n "(cached) " >&6
28121 else
28122 touch conftest.tmp
28123 # Assume that if we have lstat, we can also check symlinks.
28124 if test $ac_cv_func_lstat = yes; then
28125 ln -s conftest.tmp conftest.lnk
28127 if test "$cross_compiling" = yes; then :
28128 case "$host_os" in
28129 # Guess yes on glibc systems.
28130 *-gnu*) gl_cv_func_stat_file_slash="guessing yes" ;;
28131 # If we don't know, assume the worst.
28132 *) gl_cv_func_stat_file_slash="guessing no" ;;
28133 esac
28135 else
28136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28137 /* end confdefs.h. */
28138 #include <sys/stat.h>
28141 main ()
28143 int result = 0;
28144 struct stat st;
28145 if (!stat ("conftest.tmp/", &st))
28146 result |= 1;
28147 #if HAVE_LSTAT
28148 if (!stat ("conftest.lnk/", &st))
28149 result |= 2;
28150 #endif
28151 return result;
28154 return 0;
28156 _ACEOF
28157 if ac_fn_c_try_run "$LINENO"; then :
28158 gl_cv_func_stat_file_slash=yes
28159 else
28160 gl_cv_func_stat_file_slash=no
28162 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
28163 conftest.$ac_objext conftest.beam conftest.$ac_ext
28166 rm -f conftest.tmp conftest.lnk
28168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_stat_file_slash" >&5
28169 $as_echo "$gl_cv_func_stat_file_slash" >&6; }
28170 case $gl_cv_func_stat_dir_slash in
28171 *no) REPLACE_STAT=1
28173 $as_echo "#define REPLACE_FUNC_STAT_DIR 1" >>confdefs.h
28175 esac
28176 case $gl_cv_func_stat_file_slash in
28177 *no) REPLACE_STAT=1
28179 $as_echo "#define REPLACE_FUNC_STAT_FILE 1" >>confdefs.h
28181 esac
28183 if test $REPLACE_STAT = 1; then
28192 gl_LIBOBJS="$gl_LIBOBJS stat.$ac_objext"
28201 GNULIB_STAT=1
28207 gl_gnulib_enabled_stat=true
28208 if test $REPLACE_STAT = 1; then
28209 func_gl_gnulib_m4code_dosname
28211 if test $REPLACE_STAT = 1; then
28212 func_gl_gnulib_m4code_pathmax
28216 func_gl_gnulib_m4code_strtoll ()
28218 if ! $gl_gnulib_enabled_strtoll; then
28222 if test "$ac_cv_type_long_long_int" = yes; then
28223 for ac_func in strtoll
28224 do :
28225 ac_fn_c_check_func "$LINENO" "strtoll" "ac_cv_func_strtoll"
28226 if test "x$ac_cv_func_strtoll" = x""yes; then :
28227 cat >>confdefs.h <<_ACEOF
28228 #define HAVE_STRTOLL 1
28229 _ACEOF
28232 done
28234 if test $ac_cv_func_strtoll = no; then
28235 HAVE_STRTOLL=0
28239 if test $HAVE_STRTOLL = 0; then
28248 gl_LIBOBJS="$gl_LIBOBJS strtoll.$ac_objext"
28259 GNULIB_STRTOLL=1
28265 gl_gnulib_enabled_strtoll=true
28268 func_gl_gnulib_m4code_strtoull ()
28270 if ! $gl_gnulib_enabled_strtoull; then
28274 if test "$ac_cv_type_unsigned_long_long_int" = yes; then
28275 for ac_func in strtoull
28276 do :
28277 ac_fn_c_check_func "$LINENO" "strtoull" "ac_cv_func_strtoull"
28278 if test "x$ac_cv_func_strtoull" = x""yes; then :
28279 cat >>confdefs.h <<_ACEOF
28280 #define HAVE_STRTOULL 1
28281 _ACEOF
28284 done
28286 if test $ac_cv_func_strtoull = no; then
28287 HAVE_STRTOULL=0
28291 if test $HAVE_STRTOULL = 0; then
28300 gl_LIBOBJS="$gl_LIBOBJS strtoull.$ac_objext"
28311 GNULIB_STRTOULL=1
28317 gl_gnulib_enabled_strtoull=true
28320 func_gl_gnulib_m4code_682e609604ccaac6be382e4ee3a4eaec ()
28322 if ! $gl_gnulib_enabled_682e609604ccaac6be382e4ee3a4eaec; then
28323 gl_gnulib_enabled_682e609604ccaac6be382e4ee3a4eaec=true
28326 if test $HAVE_FACCESSAT = 0; then
28327 func_gl_gnulib_m4code_260941c0e5dc67ec9e87d1fb321c300b
28329 if test $HAVE_FACCESSAT = 0; then
28330 func_gl_gnulib_m4code_dosname
28332 if test $HAVE_FACCESSAT = 0; then
28333 func_gl_gnulib_m4code_euidaccess
28335 if test $HAVE_FACCESSAT = 0; then
28336 func_gl_gnulib_m4code_03e0aaad4cb89ca757653bd367a6ccb7
28338 if test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1; then
28339 func_gl_gnulib_m4code_getdtablesize
28341 if test $HAVE_FDOPENDIR = 0; then
28342 func_gl_gnulib_m4code_260941c0e5dc67ec9e87d1fb321c300b
28344 if test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1; then
28345 func_gl_gnulib_m4code_260941c0e5dc67ec9e87d1fb321c300b
28347 if test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1; then
28348 func_gl_gnulib_m4code_dosname
28350 if test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1; then
28351 func_gl_gnulib_m4code_03e0aaad4cb89ca757653bd367a6ccb7
28353 if test $REPLACE_GETOPT = 1; then
28354 func_gl_gnulib_m4code_be453cec5eecf5731a274f2de7f2db36
28356 if test $REPLACE_LSTAT = 1; then
28357 func_gl_gnulib_m4code_dosname
28359 if test $REPLACE_LSTAT = 1; then
28360 func_gl_gnulib_m4code_stat
28362 if test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1; then
28363 func_gl_gnulib_m4code_stat
28365 if test $HAVE_READLINKAT = 0; then
28366 func_gl_gnulib_m4code_260941c0e5dc67ec9e87d1fb321c300b
28368 if test $HAVE_READLINKAT = 0; then
28369 func_gl_gnulib_m4code_dosname
28371 if test $HAVE_READLINKAT = 0; then
28372 func_gl_gnulib_m4code_03e0aaad4cb89ca757653bd367a6ccb7
28374 if { test $HAVE_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1; } && test $ac_cv_type_long_long_int = yes; then
28375 func_gl_gnulib_m4code_strtoll
28377 if test $ac_cv_func_strtoumax = no && test $ac_cv_type_unsigned_long_long_int = yes; then
28378 func_gl_gnulib_m4code_strtoull
28381 if $gl_gnulib_enabled_260941c0e5dc67ec9e87d1fb321c300b; then
28382 gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_TRUE=
28383 gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_FALSE='#'
28384 else
28385 gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_TRUE='#'
28386 gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_FALSE=
28389 if $gl_gnulib_enabled_dosname; then
28390 gl_GNULIB_ENABLED_dosname_TRUE=
28391 gl_GNULIB_ENABLED_dosname_FALSE='#'
28392 else
28393 gl_GNULIB_ENABLED_dosname_TRUE='#'
28394 gl_GNULIB_ENABLED_dosname_FALSE=
28397 if $gl_gnulib_enabled_euidaccess; then
28398 gl_GNULIB_ENABLED_euidaccess_TRUE=
28399 gl_GNULIB_ENABLED_euidaccess_FALSE='#'
28400 else
28401 gl_GNULIB_ENABLED_euidaccess_TRUE='#'
28402 gl_GNULIB_ENABLED_euidaccess_FALSE=
28405 if $gl_gnulib_enabled_getdtablesize; then
28406 gl_GNULIB_ENABLED_getdtablesize_TRUE=
28407 gl_GNULIB_ENABLED_getdtablesize_FALSE='#'
28408 else
28409 gl_GNULIB_ENABLED_getdtablesize_TRUE='#'
28410 gl_GNULIB_ENABLED_getdtablesize_FALSE=
28413 if $gl_gnulib_enabled_getgroups; then
28414 gl_GNULIB_ENABLED_getgroups_TRUE=
28415 gl_GNULIB_ENABLED_getgroups_FALSE='#'
28416 else
28417 gl_GNULIB_ENABLED_getgroups_TRUE='#'
28418 gl_GNULIB_ENABLED_getgroups_FALSE=
28421 if $gl_gnulib_enabled_be453cec5eecf5731a274f2de7f2db36; then
28422 gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE=
28423 gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE='#'
28424 else
28425 gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE='#'
28426 gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE=
28429 if $gl_gnulib_enabled_a9786850e999ae65a836a6041e8e5ed1; then
28430 gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_TRUE=
28431 gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_FALSE='#'
28432 else
28433 gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_TRUE='#'
28434 gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_FALSE=
28437 if $gl_gnulib_enabled_03e0aaad4cb89ca757653bd367a6ccb7; then
28438 gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_TRUE=
28439 gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_FALSE='#'
28440 else
28441 gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_TRUE='#'
28442 gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_FALSE=
28445 if $gl_gnulib_enabled_pathmax; then
28446 gl_GNULIB_ENABLED_pathmax_TRUE=
28447 gl_GNULIB_ENABLED_pathmax_FALSE='#'
28448 else
28449 gl_GNULIB_ENABLED_pathmax_TRUE='#'
28450 gl_GNULIB_ENABLED_pathmax_FALSE=
28453 if $gl_gnulib_enabled_6099e9737f757db36c47fa9d9f02e88c; then
28454 gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_TRUE=
28455 gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_FALSE='#'
28456 else
28457 gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_TRUE='#'
28458 gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_FALSE=
28461 if $gl_gnulib_enabled_stat; then
28462 gl_GNULIB_ENABLED_stat_TRUE=
28463 gl_GNULIB_ENABLED_stat_FALSE='#'
28464 else
28465 gl_GNULIB_ENABLED_stat_TRUE='#'
28466 gl_GNULIB_ENABLED_stat_FALSE=
28469 if $gl_gnulib_enabled_strtoll; then
28470 gl_GNULIB_ENABLED_strtoll_TRUE=
28471 gl_GNULIB_ENABLED_strtoll_FALSE='#'
28472 else
28473 gl_GNULIB_ENABLED_strtoll_TRUE='#'
28474 gl_GNULIB_ENABLED_strtoll_FALSE=
28477 if $gl_gnulib_enabled_strtoull; then
28478 gl_GNULIB_ENABLED_strtoull_TRUE=
28479 gl_GNULIB_ENABLED_strtoull_FALSE='#'
28480 else
28481 gl_GNULIB_ENABLED_strtoull_TRUE='#'
28482 gl_GNULIB_ENABLED_strtoull_FALSE=
28485 if $gl_gnulib_enabled_682e609604ccaac6be382e4ee3a4eaec; then
28486 gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_TRUE=
28487 gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_FALSE='#'
28488 else
28489 gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_TRUE='#'
28490 gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_FALSE=
28493 # End of code from modules
28503 gltests_libdeps=
28504 gltests_ltlibdeps=
28514 gl_source_base='tests'
28515 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
28517 gl_module_indicator_condition=$gltests_WITNESS
28528 LIBGNU_LIBDEPS="$gl_libdeps"
28530 LIBGNU_LTLIBDEPS="$gl_ltlibdeps"
28533 CFLAGS=$SAVE_CFLAGS
28534 LIBS=$SAVE_LIBS
28536 if test "${opsys}" = "mingw32"; then
28537 CPPFLAGS="$CPPFLAGS -DUSE_CRT_DLL=1 -I $srcdir/nt/inc"
28538 # Remove unneeded switches from the value of CC that goes to Makefiles
28539 CC=`echo $CC | sed -e "s,$GCC_TEST_OPTIONS,,"`
28542 case "$opsys" in
28543 aix4-2) LD_SWITCH_SYSTEM_TEMACS="-Wl,-bnodelcsect" ;;
28545 darwin)
28546 ## The -headerpad option tells ld (see man page) to leave room at the
28547 ## end of the header for adding load commands. Needed for dumping.
28548 ## 0x690 is the total size of 30 segment load commands (at 56
28549 ## each); under Cocoa 31 commands are required.
28550 if test "$HAVE_NS" = "yes"; then
28551 libs_nsgui="-framework AppKit"
28552 if test "$NS_IMPL_COCOA" = "yes"; then
28553 libs_nsgui="$libs_nsgui -framework IOKit"
28555 headerpad_extra=6C8
28556 else
28557 libs_nsgui=
28558 headerpad_extra=690
28560 LD_SWITCH_SYSTEM_TEMACS="-fno-pie -prebind $libs_nsgui -Xlinker -headerpad -Xlinker $headerpad_extra"
28562 ## This is here because src/Makefile.in did some extra fiddling around
28563 ## with LD_SWITCH_SYSTEM. It seems cleaner to put this in
28564 ## LD_SWITCH_SYSTEM_TEMACS instead,
28565 test "x$LD_SWITCH_SYSTEM" = "x" && test "x$GCC" != "xyes" && \
28566 LD_SWITCH_SYSTEM_TEMACS="-X $LD_SWITCH_SYSTEM_TEMACS"
28569 ## LD_SWITCH_X_SITE_RPATH is a -rpath option saying where to
28570 ## find X at run-time.
28571 ## When handled by cpp, this was in LD_SWITCH_SYSTEM. However, at the
28572 ## point where configure sourced the s/*.h file, LD_SWITCH_X_SITE_RPATH
28573 ## had not yet been defined and was expanded to null. Hence LD_SWITCH_SYSTEM
28574 ## had different values in configure (in ac_link) and src/Makefile.in.
28575 ## It seems clearer therefore to put this piece in LD_SWITCH_SYSTEM_TEMACS.
28576 gnu*) LD_SWITCH_SYSTEM_TEMACS="\$(LD_SWITCH_X_SITE_RPATH)" ;;
28578 mingw32)
28579 ## MinGW64 does not prepend an underscore to symbols, so we must
28580 ## pass a different -entry switch to linker. FIXME: It is better
28581 ## to make the entry points the same by changing unexw32.c.
28582 case "$canonical" in
28583 x86_64-*-*) LD_SWITCH_SYSTEM_TEMACS="-Wl,-stack,0x00800000 -Wl,-heap,0x00100000 -Wl,-image-base,0x01000000 -Wl,-entry,_start -Wl,-Map,./temacs.map" ;;
28584 *) LD_SWITCH_SYSTEM_TEMACS="-Wl,-stack,0x00800000 -Wl,-heap,0x00100000 -Wl,-image-base,0x01000000 -Wl,-entry,__start -Wl,-Map,./temacs.map" ;;
28585 esac
28588 openbsd) LD_SWITCH_SYSTEM_TEMACS='-nopie' ;;
28590 *) LD_SWITCH_SYSTEM_TEMACS= ;;
28591 esac
28593 if test x$ac_enable_profiling != x ; then
28594 case $opsys in
28595 *freebsd | gnu-linux) ;;
28596 *) LD_SWITCH_SYSTEM_TEMACS="$LD_SWITCH_SYSTEM_TEMACS -pg" ;;
28597 esac
28602 ## MinGW-specific post-link processing of temacs.
28603 TEMACS_POST_LINK=":"
28604 ADDSECTION=
28605 EMACS_HEAPSIZE=
28606 if test "${opsys}" = "mingw32"; then
28607 TEMACS_POST_LINK="\$(MINGW_TEMACS_POST_LINK)"
28608 ADDSECTION="../nt/addsection\$(EXEEXT)"
28609 ## Preload heap size of temacs.exe in MB.
28610 case "$canonical" in
28611 x86_64-*-*) EMACS_HEAPSIZE=42 ;;
28612 *) EMACS_HEAPSIZE=27 ;;
28613 esac
28620 ## Common for all window systems
28621 if test "$window_system" != "none"; then
28623 $as_echo "#define HAVE_WINDOW_SYSTEM 1" >>confdefs.h
28625 WINDOW_SYSTEM_OBJ="fontset.o fringe.o image.o"
28632 #### Report on what we decided to do.
28633 #### Report GTK as a toolkit, even if it doesn't use Xt.
28634 #### It makes printing result more understandable as using GTK sets
28635 #### toolkit_scroll_bars to yes by default.
28636 if test "${HAVE_GTK}" = "yes"; then
28637 USE_X_TOOLKIT="$USE_GTK_TOOLKIT"
28640 if test $USE_ACL -ne 0; then
28641 acl_summary="yes $LIB_ACL"
28642 else
28643 acl_summary=no
28646 echo "
28647 Configured for \`${canonical}'.
28649 Where should the build process find the source code? ${srcdir}
28650 What compiler should emacs be built with? ${CC} ${CFLAGS}
28651 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
28652 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC}
28653 Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers
28654 What window system should Emacs use? ${window_system}
28655 What toolkit should Emacs use? ${USE_X_TOOLKIT}"
28657 if test -n "${x_includes}"; then
28658 echo " Where do we find X Windows header files? ${x_includes}"
28659 else
28660 echo " Where do we find X Windows header files? Standard dirs"
28662 if test -n "${x_libraries}"; then
28663 echo " Where do we find X Windows libraries? ${x_libraries}"
28664 else
28665 echo " Where do we find X Windows libraries? Standard dirs"
28668 echo " Does Emacs use -lXaw3d? ${HAVE_XAW3D}"
28669 echo " Does Emacs use -lXpm? ${HAVE_XPM}"
28670 echo " Does Emacs use -ljpeg? ${HAVE_JPEG}"
28671 echo " Does Emacs use -ltiff? ${HAVE_TIFF}"
28672 echo " Does Emacs use a gif library? ${HAVE_GIF} $LIBGIF"
28673 echo " Does Emacs use -lpng? ${HAVE_PNG}"
28674 echo " Does Emacs use -lrsvg-2? ${HAVE_RSVG}"
28675 echo " Does Emacs use imagemagick? ${HAVE_IMAGEMAGICK}"
28677 echo " Does Emacs use -lgpm? ${HAVE_GPM}"
28678 echo " Does Emacs use -ldbus? ${HAVE_DBUS}"
28679 echo " Does Emacs use -lgconf? ${HAVE_GCONF}"
28680 echo " Does Emacs use GSettings? ${HAVE_GSETTINGS}"
28681 echo " Does Emacs use a file notification library? ${NOTIFY_SUMMARY}"
28682 echo " Does Emacs use access control lists? ${acl_summary}"
28683 echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}"
28684 echo " Does Emacs use -lgnutls? ${HAVE_GNUTLS}"
28685 echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}"
28687 echo " Does Emacs use -lfreetype? ${HAVE_FREETYPE}"
28688 echo " Does Emacs use -lm17n-flt? ${HAVE_M17N_FLT}"
28689 echo " Does Emacs use -lotf? ${HAVE_LIBOTF}"
28690 echo " Does Emacs use -lxft? ${HAVE_XFT}"
28692 echo " Does Emacs use toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
28693 echo
28695 if test -n "${EMACSDATA}"; then
28696 echo " Environment variable EMACSDATA set to: $EMACSDATA"
28698 if test -n "${EMACSDOC}"; then
28699 echo " Environment variable EMACSDOC set to: $EMACSDOC"
28702 echo
28704 if test "$HAVE_NS" = "yes"; then
28705 echo
28706 echo "You must run \"${MAKE-make} install\" in order to test the built application.
28707 The installed application will go to nextstep/Emacs.app and can be
28708 run or moved from there."
28709 if test "$EN_NS_SELF_CONTAINED" = "yes"; then
28710 echo "The application will be fully self-contained."
28711 else
28712 echo "The lisp resources for the application will be installed under ${prefix}.
28713 You may need to run \"${MAKE-make} install\" with sudo. The application will fail
28714 to run if these resources are not installed."
28716 echo
28719 if test "${opsys}" = "cygwin"; then
28720 case `uname -r` in
28721 1.5.*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: building Emacs on Cygwin 1.5 is not supported." >&5
28722 $as_echo "$as_me: WARNING: building Emacs on Cygwin 1.5 is not supported." >&2;}
28723 echo
28725 esac
28728 # Remove any trailing slashes in these variables.
28729 test "${prefix}" != NONE &&
28730 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`
28731 test "${exec_prefix}" != NONE &&
28732 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`
28734 if test "$HAVE_NS" = "yes"; then
28735 if test "$NS_IMPL_GNUSTEP" = yes; then
28736 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"
28738 else
28739 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"
28744 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"
28746 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"
28749 opt_makefile=test/automated/Makefile
28751 if test -f "$srcdir/$opt_makefile.in"; then
28752 SUBDIR_MAKEFILES="$SUBDIR_MAKEFILES $opt_makefile"
28753 ac_config_files="$ac_config_files test/automated/Makefile"
28758 opt_makefile=admin/unidata/Makefile
28760 if test -f "$srcdir/$opt_makefile.in"; then
28761 SUBDIR_MAKEFILES="$SUBDIR_MAKEFILES $opt_makefile"
28762 ac_config_files="$ac_config_files admin/unidata/Makefile"
28767 SUBDIR_MAKEFILES_IN=`echo " ${SUBDIR_MAKEFILES}" | sed -e 's| | $(srcdir)/|g' -e 's|Makefile|Makefile.in|g'`
28771 ac_config_commands="$ac_config_commands mkdirs"
28774 ac_config_commands="$ac_config_commands epaths"
28777 ac_config_commands="$ac_config_commands gdbinit"
28780 cat >confcache <<\_ACEOF
28781 # This file is a shell script that caches the results of configure
28782 # tests run on this system so they can be shared between configure
28783 # scripts and configure runs, see configure's option --config-cache.
28784 # It is not useful on other systems. If it contains results you don't
28785 # want to keep, you may remove or edit it.
28787 # config.status only pays attention to the cache file if you give it
28788 # the --recheck option to rerun configure.
28790 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28791 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28792 # following values.
28794 _ACEOF
28796 # The following way of writing the cache mishandles newlines in values,
28797 # but we know of no workaround that is simple, portable, and efficient.
28798 # So, we kill variables containing newlines.
28799 # Ultrix sh set writes to stderr and can't be redirected directly,
28800 # and sets the high bit in the cache file unless we assign to the vars.
28802 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28803 eval ac_val=\$$ac_var
28804 case $ac_val in #(
28805 *${as_nl}*)
28806 case $ac_var in #(
28807 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
28808 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28809 esac
28810 case $ac_var in #(
28811 _ | IFS | as_nl) ;; #(
28812 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28813 *) { eval $ac_var=; unset $ac_var;} ;;
28814 esac ;;
28815 esac
28816 done
28818 (set) 2>&1 |
28819 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28820 *${as_nl}ac_space=\ *)
28821 # `set' does not quote correctly, so add quotes: double-quote
28822 # substitution turns \\\\ into \\, and sed turns \\ into \.
28823 sed -n \
28824 "s/'/'\\\\''/g;
28825 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28826 ;; #(
28828 # `set' quotes correctly as required by POSIX, so do not add quotes.
28829 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28831 esac |
28832 sort
28834 sed '
28835 /^ac_cv_env_/b end
28836 t clear
28837 :clear
28838 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28839 t end
28840 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28841 :end' >>confcache
28842 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28843 if test -w "$cache_file"; then
28844 test "x$cache_file" != "x/dev/null" &&
28845 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
28846 $as_echo "$as_me: updating cache $cache_file" >&6;}
28847 cat confcache >$cache_file
28848 else
28849 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
28850 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28853 rm -f confcache
28855 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28856 # Let make expand exec_prefix.
28857 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28859 DEFS=-DHAVE_CONFIG_H
28861 ac_libobjs=
28862 ac_ltlibobjs=
28863 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28864 # 1. Remove the extension, and $U if already installed.
28865 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28866 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28867 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28868 # will be set to the directory where LIBOBJS objects are built.
28869 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28870 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
28871 done
28872 LIBOBJS=$ac_libobjs
28874 LTLIBOBJS=$ac_ltlibobjs
28877 if test -n "$EXEEXT"; then
28878 am__EXEEXT_TRUE=
28879 am__EXEEXT_FALSE='#'
28880 else
28881 am__EXEEXT_TRUE='#'
28882 am__EXEEXT_FALSE=
28885 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
28886 as_fn_error "conditional \"AMDEP\" was never defined.
28887 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28889 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
28890 as_fn_error "conditional \"am__fastdepCC\" was never defined.
28891 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28893 if test -z "${BUILDING_FOR_WINDOWSNT_TRUE}" && test -z "${BUILDING_FOR_WINDOWSNT_FALSE}"; then
28894 as_fn_error "conditional \"BUILDING_FOR_WINDOWSNT\" was never defined.
28895 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28897 if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then
28898 as_fn_error "conditional \"GL_COND_LIBTOOL\" was never defined.
28899 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28901 if test -z "${GL_GENERATE_ALLOCA_H_TRUE}" && test -z "${GL_GENERATE_ALLOCA_H_FALSE}"; then
28902 as_fn_error "conditional \"GL_GENERATE_ALLOCA_H\" was never defined.
28903 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28906 if test -z "${GL_GENERATE_ERRNO_H_TRUE}" && test -z "${GL_GENERATE_ERRNO_H_FALSE}"; then
28907 as_fn_error "conditional \"GL_GENERATE_ERRNO_H\" was never defined.
28908 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28910 if test -z "${GL_GENERATE_EXECINFO_H_TRUE}" && test -z "${GL_GENERATE_EXECINFO_H_FALSE}"; then
28911 as_fn_error "conditional \"GL_GENERATE_EXECINFO_H\" was never defined.
28912 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28914 if test -z "${GL_GENERATE_STDINT_H_TRUE}" && test -z "${GL_GENERATE_STDINT_H_FALSE}"; then
28915 as_fn_error "conditional \"GL_GENERATE_STDINT_H\" was never defined.
28916 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28918 if test -z "${GL_GENERATE_STDALIGN_H_TRUE}" && test -z "${GL_GENERATE_STDALIGN_H_FALSE}"; then
28919 as_fn_error "conditional \"GL_GENERATE_STDALIGN_H\" was never defined.
28920 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28922 if test -z "${GL_GENERATE_STDARG_H_TRUE}" && test -z "${GL_GENERATE_STDARG_H_FALSE}"; then
28923 as_fn_error "conditional \"GL_GENERATE_STDARG_H\" was never defined.
28924 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28926 if test -z "${GL_GENERATE_STDBOOL_H_TRUE}" && test -z "${GL_GENERATE_STDBOOL_H_FALSE}"; then
28927 as_fn_error "conditional \"GL_GENERATE_STDBOOL_H\" was never defined.
28928 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28930 if test -z "${GL_GENERATE_STDDEF_H_TRUE}" && test -z "${GL_GENERATE_STDDEF_H_FALSE}"; then
28931 as_fn_error "conditional \"GL_GENERATE_STDDEF_H\" was never defined.
28932 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28934 if test -z "${gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_TRUE}" && test -z "${gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_FALSE}"; then
28935 as_fn_error "conditional \"gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b\" was never defined.
28936 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28938 if test -z "${gl_GNULIB_ENABLED_dosname_TRUE}" && test -z "${gl_GNULIB_ENABLED_dosname_FALSE}"; then
28939 as_fn_error "conditional \"gl_GNULIB_ENABLED_dosname\" was never defined.
28940 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28942 if test -z "${gl_GNULIB_ENABLED_euidaccess_TRUE}" && test -z "${gl_GNULIB_ENABLED_euidaccess_FALSE}"; then
28943 as_fn_error "conditional \"gl_GNULIB_ENABLED_euidaccess\" was never defined.
28944 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28946 if test -z "${gl_GNULIB_ENABLED_getdtablesize_TRUE}" && test -z "${gl_GNULIB_ENABLED_getdtablesize_FALSE}"; then
28947 as_fn_error "conditional \"gl_GNULIB_ENABLED_getdtablesize\" was never defined.
28948 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28950 if test -z "${gl_GNULIB_ENABLED_getgroups_TRUE}" && test -z "${gl_GNULIB_ENABLED_getgroups_FALSE}"; then
28951 as_fn_error "conditional \"gl_GNULIB_ENABLED_getgroups\" was never defined.
28952 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28954 if test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE}" && test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE}"; then
28955 as_fn_error "conditional \"gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36\" was never defined.
28956 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28958 if test -z "${gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_TRUE}" && test -z "${gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_FALSE}"; then
28959 as_fn_error "conditional \"gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1\" was never defined.
28960 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28962 if test -z "${gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_TRUE}" && test -z "${gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_FALSE}"; then
28963 as_fn_error "conditional \"gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7\" was never defined.
28964 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28966 if test -z "${gl_GNULIB_ENABLED_pathmax_TRUE}" && test -z "${gl_GNULIB_ENABLED_pathmax_FALSE}"; then
28967 as_fn_error "conditional \"gl_GNULIB_ENABLED_pathmax\" was never defined.
28968 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28970 if test -z "${gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_TRUE}" && test -z "${gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_FALSE}"; then
28971 as_fn_error "conditional \"gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c\" was never defined.
28972 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28974 if test -z "${gl_GNULIB_ENABLED_stat_TRUE}" && test -z "${gl_GNULIB_ENABLED_stat_FALSE}"; then
28975 as_fn_error "conditional \"gl_GNULIB_ENABLED_stat\" was never defined.
28976 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28978 if test -z "${gl_GNULIB_ENABLED_strtoll_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoll_FALSE}"; then
28979 as_fn_error "conditional \"gl_GNULIB_ENABLED_strtoll\" was never defined.
28980 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28982 if test -z "${gl_GNULIB_ENABLED_strtoull_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoull_FALSE}"; then
28983 as_fn_error "conditional \"gl_GNULIB_ENABLED_strtoull\" was never defined.
28984 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28986 if test -z "${gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_TRUE}" && test -z "${gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_FALSE}"; then
28987 as_fn_error "conditional \"gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec\" was never defined.
28988 Usually this means the macro was only invoked conditionally." "$LINENO" 5
28991 gl_libobjs=
28992 gl_ltlibobjs=
28993 if test -n "$gl_LIBOBJS"; then
28994 # Remove the extension.
28995 sed_drop_objext='s/\.o$//;s/\.obj$//'
28996 for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
28997 gl_libobjs="$gl_libobjs $i.$ac_objext"
28998 gl_ltlibobjs="$gl_ltlibobjs $i.lo"
28999 done
29001 gl_LIBOBJS=$gl_libobjs
29003 gl_LTLIBOBJS=$gl_ltlibobjs
29007 gltests_libobjs=
29008 gltests_ltlibobjs=
29009 if test -n "$gltests_LIBOBJS"; then
29010 # Remove the extension.
29011 sed_drop_objext='s/\.o$//;s/\.obj$//'
29012 for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
29013 gltests_libobjs="$gltests_libobjs $i.$ac_objext"
29014 gltests_ltlibobjs="$gltests_ltlibobjs $i.lo"
29015 done
29017 gltests_LIBOBJS=$gltests_libobjs
29019 gltests_LTLIBOBJS=$gltests_ltlibobjs
29023 : ${CONFIG_STATUS=./config.status}
29024 ac_write_fail=0
29025 ac_clean_files_save=$ac_clean_files
29026 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
29027 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
29028 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
29029 as_write_fail=0
29030 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
29031 #! $SHELL
29032 # Generated by $as_me.
29033 # Run this file to recreate the current configuration.
29034 # Compiler output produced by configure, useful for debugging
29035 # configure, is in config.log if it exists.
29037 debug=false
29038 ac_cs_recheck=false
29039 ac_cs_silent=false
29041 SHELL=\${CONFIG_SHELL-$SHELL}
29042 export SHELL
29043 _ASEOF
29044 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
29045 ## -------------------- ##
29046 ## M4sh Initialization. ##
29047 ## -------------------- ##
29049 # Be more Bourne compatible
29050 DUALCASE=1; export DUALCASE # for MKS sh
29051 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
29052 emulate sh
29053 NULLCMD=:
29054 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
29055 # is contrary to our usage. Disable this feature.
29056 alias -g '${1+"$@"}'='"$@"'
29057 setopt NO_GLOB_SUBST
29058 else
29059 case `(set -o) 2>/dev/null` in #(
29060 *posix*) :
29061 set -o posix ;; #(
29062 *) :
29064 esac
29068 as_nl='
29070 export as_nl
29071 # Printing a long string crashes Solaris 7 /usr/bin/printf.
29072 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
29073 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
29074 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
29075 # Prefer a ksh shell builtin over an external printf program on Solaris,
29076 # but without wasting forks for bash or zsh.
29077 if test -z "$BASH_VERSION$ZSH_VERSION" \
29078 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
29079 as_echo='print -r --'
29080 as_echo_n='print -rn --'
29081 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
29082 as_echo='printf %s\n'
29083 as_echo_n='printf %s'
29084 else
29085 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
29086 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
29087 as_echo_n='/usr/ucb/echo -n'
29088 else
29089 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
29090 as_echo_n_body='eval
29091 arg=$1;
29092 case $arg in #(
29093 *"$as_nl"*)
29094 expr "X$arg" : "X\\(.*\\)$as_nl";
29095 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
29096 esac;
29097 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
29099 export as_echo_n_body
29100 as_echo_n='sh -c $as_echo_n_body as_echo'
29102 export as_echo_body
29103 as_echo='sh -c $as_echo_body as_echo'
29106 # The user is always right.
29107 if test "${PATH_SEPARATOR+set}" != set; then
29108 PATH_SEPARATOR=:
29109 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
29110 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
29111 PATH_SEPARATOR=';'
29116 # IFS
29117 # We need space, tab and new line, in precisely that order. Quoting is
29118 # there to prevent editors from complaining about space-tab.
29119 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
29120 # splitting by setting IFS to empty value.)
29121 IFS=" "" $as_nl"
29123 # Find who we are. Look in the path if we contain no directory separator.
29124 case $0 in #((
29125 *[\\/]* ) as_myself=$0 ;;
29126 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29127 for as_dir in $PATH
29129 IFS=$as_save_IFS
29130 test -z "$as_dir" && as_dir=.
29131 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
29132 done
29133 IFS=$as_save_IFS
29136 esac
29137 # We did not find ourselves, most probably we were run as `sh COMMAND'
29138 # in which case we are not to be found in the path.
29139 if test "x$as_myself" = x; then
29140 as_myself=$0
29142 if test ! -f "$as_myself"; then
29143 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
29144 exit 1
29147 # Unset variables that we do not need and which cause bugs (e.g. in
29148 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
29149 # suppresses any "Segmentation fault" message there. '((' could
29150 # trigger a bug in pdksh 5.2.14.
29151 for as_var in BASH_ENV ENV MAIL MAILPATH
29152 do eval test x\${$as_var+set} = xset \
29153 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
29154 done
29155 PS1='$ '
29156 PS2='> '
29157 PS4='+ '
29159 # NLS nuisances.
29160 LC_ALL=C
29161 export LC_ALL
29162 LANGUAGE=C
29163 export LANGUAGE
29165 # CDPATH.
29166 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
29169 # as_fn_error ERROR [LINENO LOG_FD]
29170 # ---------------------------------
29171 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
29172 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
29173 # script with status $?, using 1 if that was 0.
29174 as_fn_error ()
29176 as_status=$?; test $as_status -eq 0 && as_status=1
29177 if test "$3"; then
29178 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
29179 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
29181 $as_echo "$as_me: error: $1" >&2
29182 as_fn_exit $as_status
29183 } # as_fn_error
29186 # as_fn_set_status STATUS
29187 # -----------------------
29188 # Set $? to STATUS, without forking.
29189 as_fn_set_status ()
29191 return $1
29192 } # as_fn_set_status
29194 # as_fn_exit STATUS
29195 # -----------------
29196 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
29197 as_fn_exit ()
29199 set +e
29200 as_fn_set_status $1
29201 exit $1
29202 } # as_fn_exit
29204 # as_fn_unset VAR
29205 # ---------------
29206 # Portably unset VAR.
29207 as_fn_unset ()
29209 { eval $1=; unset $1;}
29211 as_unset=as_fn_unset
29212 # as_fn_append VAR VALUE
29213 # ----------------------
29214 # Append the text in VALUE to the end of the definition contained in VAR. Take
29215 # advantage of any shell optimizations that allow amortized linear growth over
29216 # repeated appends, instead of the typical quadratic growth present in naive
29217 # implementations.
29218 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
29219 eval 'as_fn_append ()
29221 eval $1+=\$2
29223 else
29224 as_fn_append ()
29226 eval $1=\$$1\$2
29228 fi # as_fn_append
29230 # as_fn_arith ARG...
29231 # ------------------
29232 # Perform arithmetic evaluation on the ARGs, and store the result in the
29233 # global $as_val. Take advantage of shells that can avoid forks. The arguments
29234 # must be portable across $(()) and expr.
29235 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
29236 eval 'as_fn_arith ()
29238 as_val=$(( $* ))
29240 else
29241 as_fn_arith ()
29243 as_val=`expr "$@" || test $? -eq 1`
29245 fi # as_fn_arith
29248 if expr a : '\(a\)' >/dev/null 2>&1 &&
29249 test "X`expr 00001 : '.*\(...\)'`" = X001; then
29250 as_expr=expr
29251 else
29252 as_expr=false
29255 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
29256 as_basename=basename
29257 else
29258 as_basename=false
29261 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
29262 as_dirname=dirname
29263 else
29264 as_dirname=false
29267 as_me=`$as_basename -- "$0" ||
29268 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
29269 X"$0" : 'X\(//\)$' \| \
29270 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
29271 $as_echo X/"$0" |
29272 sed '/^.*\/\([^/][^/]*\)\/*$/{
29273 s//\1/
29276 /^X\/\(\/\/\)$/{
29277 s//\1/
29280 /^X\/\(\/\).*/{
29281 s//\1/
29284 s/.*/./; q'`
29286 # Avoid depending upon Character Ranges.
29287 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
29288 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
29289 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
29290 as_cr_digits='0123456789'
29291 as_cr_alnum=$as_cr_Letters$as_cr_digits
29293 ECHO_C= ECHO_N= ECHO_T=
29294 case `echo -n x` in #(((((
29295 -n*)
29296 case `echo 'xy\c'` in
29297 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
29298 xy) ECHO_C='\c';;
29299 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
29300 ECHO_T=' ';;
29301 esac;;
29303 ECHO_N='-n';;
29304 esac
29306 rm -f conf$$ conf$$.exe conf$$.file
29307 if test -d conf$$.dir; then
29308 rm -f conf$$.dir/conf$$.file
29309 else
29310 rm -f conf$$.dir
29311 mkdir conf$$.dir 2>/dev/null
29313 if (echo >conf$$.file) 2>/dev/null; then
29314 if ln -s conf$$.file conf$$ 2>/dev/null; then
29315 as_ln_s='ln -s'
29316 # ... but there are two gotchas:
29317 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
29318 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
29319 # In both cases, we have to default to `cp -p'.
29320 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
29321 as_ln_s='cp -p'
29322 elif ln conf$$.file conf$$ 2>/dev/null; then
29323 as_ln_s=ln
29324 else
29325 as_ln_s='cp -p'
29327 else
29328 as_ln_s='cp -p'
29330 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
29331 rmdir conf$$.dir 2>/dev/null
29334 # as_fn_mkdir_p
29335 # -------------
29336 # Create "$as_dir" as a directory, including parents if necessary.
29337 as_fn_mkdir_p ()
29340 case $as_dir in #(
29341 -*) as_dir=./$as_dir;;
29342 esac
29343 test -d "$as_dir" || eval $as_mkdir_p || {
29344 as_dirs=
29345 while :; do
29346 case $as_dir in #(
29347 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29348 *) as_qdir=$as_dir;;
29349 esac
29350 as_dirs="'$as_qdir' $as_dirs"
29351 as_dir=`$as_dirname -- "$as_dir" ||
29352 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29353 X"$as_dir" : 'X\(//\)[^/]' \| \
29354 X"$as_dir" : 'X\(//\)$' \| \
29355 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29356 $as_echo X"$as_dir" |
29357 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29358 s//\1/
29361 /^X\(\/\/\)[^/].*/{
29362 s//\1/
29365 /^X\(\/\/\)$/{
29366 s//\1/
29369 /^X\(\/\).*/{
29370 s//\1/
29373 s/.*/./; q'`
29374 test -d "$as_dir" && break
29375 done
29376 test -z "$as_dirs" || eval "mkdir $as_dirs"
29377 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
29380 } # as_fn_mkdir_p
29381 if mkdir -p . 2>/dev/null; then
29382 as_mkdir_p='mkdir -p "$as_dir"'
29383 else
29384 test -d ./-p && rmdir ./-p
29385 as_mkdir_p=false
29388 if test -x / >/dev/null 2>&1; then
29389 as_test_x='test -x'
29390 else
29391 if ls -dL / >/dev/null 2>&1; then
29392 as_ls_L_option=L
29393 else
29394 as_ls_L_option=
29396 as_test_x='
29397 eval sh -c '\''
29398 if test -d "$1"; then
29399 test -d "$1/.";
29400 else
29401 case $1 in #(
29402 -*)set "./$1";;
29403 esac;
29404 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
29405 ???[sx]*):;;*)false;;esac;fi
29406 '\'' sh
29409 as_executable_p=$as_test_x
29411 # Sed expression to map a string onto a valid CPP name.
29412 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
29414 # Sed expression to map a string onto a valid variable name.
29415 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
29418 exec 6>&1
29419 ## ----------------------------------- ##
29420 ## Main body of $CONFIG_STATUS script. ##
29421 ## ----------------------------------- ##
29422 _ASEOF
29423 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
29425 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29426 # Save the log message, to keep $0 and so on meaningful, and to
29427 # report actual input values of CONFIG_FILES etc. instead of their
29428 # values after options handling.
29429 ac_log="
29430 This file was extended by emacs $as_me 24.3.50, which was
29431 generated by GNU Autoconf 2.65. Invocation command line was
29433 CONFIG_FILES = $CONFIG_FILES
29434 CONFIG_HEADERS = $CONFIG_HEADERS
29435 CONFIG_LINKS = $CONFIG_LINKS
29436 CONFIG_COMMANDS = $CONFIG_COMMANDS
29437 $ $0 $@
29439 on `(hostname || uname -n) 2>/dev/null | sed 1q`
29442 _ACEOF
29444 case $ac_config_files in *"
29445 "*) set x $ac_config_files; shift; ac_config_files=$*;;
29446 esac
29448 case $ac_config_headers in *"
29449 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
29450 esac
29453 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29454 # Files that config.status was made for.
29455 config_files="$ac_config_files"
29456 config_headers="$ac_config_headers"
29457 config_commands="$ac_config_commands"
29459 _ACEOF
29461 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29462 ac_cs_usage="\
29463 \`$as_me' instantiates files and other configuration actions
29464 from templates according to the current configuration. Unless the files
29465 and actions are specified as TAGs, all are instantiated by default.
29467 Usage: $0 [OPTION]... [TAG]...
29469 -h, --help print this help, then exit
29470 -V, --version print version number and configuration settings, then exit
29471 --config print configuration, then exit
29472 -q, --quiet, --silent
29473 do not print progress messages
29474 -d, --debug don't remove temporary files
29475 --recheck update $as_me by reconfiguring in the same conditions
29476 --file=FILE[:TEMPLATE]
29477 instantiate the configuration file FILE
29478 --header=FILE[:TEMPLATE]
29479 instantiate the configuration header FILE
29481 Configuration files:
29482 $config_files
29484 Configuration headers:
29485 $config_headers
29487 Configuration commands:
29488 $config_commands
29490 Report bugs to the package provider."
29492 _ACEOF
29493 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29494 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
29495 ac_cs_version="\\
29496 emacs config.status 24.3.50
29497 configured by $0, generated by GNU Autoconf 2.65,
29498 with options \\"\$ac_cs_config\\"
29500 Copyright (C) 2009 Free Software Foundation, Inc.
29501 This config.status script is free software; the Free Software Foundation
29502 gives unlimited permission to copy, distribute and modify it."
29504 ac_pwd='$ac_pwd'
29505 srcdir='$srcdir'
29506 INSTALL='$INSTALL'
29507 MKDIR_P='$MKDIR_P'
29508 AWK='$AWK'
29509 test -n "\$AWK" || AWK=awk
29510 _ACEOF
29512 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29513 # The default lists apply if the user does not specify any file.
29514 ac_need_defaults=:
29515 while test $# != 0
29517 case $1 in
29518 --*=*)
29519 ac_option=`expr "X$1" : 'X\([^=]*\)='`
29520 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
29521 ac_shift=:
29524 ac_option=$1
29525 ac_optarg=$2
29526 ac_shift=shift
29528 esac
29530 case $ac_option in
29531 # Handling of the options.
29532 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
29533 ac_cs_recheck=: ;;
29534 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
29535 $as_echo "$ac_cs_version"; exit ;;
29536 --config | --confi | --conf | --con | --co | --c )
29537 $as_echo "$ac_cs_config"; exit ;;
29538 --debug | --debu | --deb | --de | --d | -d )
29539 debug=: ;;
29540 --file | --fil | --fi | --f )
29541 $ac_shift
29542 case $ac_optarg in
29543 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
29544 esac
29545 as_fn_append CONFIG_FILES " '$ac_optarg'"
29546 ac_need_defaults=false;;
29547 --header | --heade | --head | --hea )
29548 $ac_shift
29549 case $ac_optarg in
29550 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
29551 esac
29552 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
29553 ac_need_defaults=false;;
29554 --he | --h)
29555 # Conflict between --help and --header
29556 as_fn_error "ambiguous option: \`$1'
29557 Try \`$0 --help' for more information.";;
29558 --help | --hel | -h )
29559 $as_echo "$ac_cs_usage"; exit ;;
29560 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
29561 | -silent | --silent | --silen | --sile | --sil | --si | --s)
29562 ac_cs_silent=: ;;
29564 # This is an error.
29565 -*) as_fn_error "unrecognized option: \`$1'
29566 Try \`$0 --help' for more information." ;;
29568 *) as_fn_append ac_config_targets " $1"
29569 ac_need_defaults=false ;;
29571 esac
29572 shift
29573 done
29575 ac_configure_extra_args=
29577 if $ac_cs_silent; then
29578 exec 6>/dev/null
29579 ac_configure_extra_args="$ac_configure_extra_args --silent"
29582 _ACEOF
29583 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29584 if \$ac_cs_recheck; then
29585 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
29586 shift
29587 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
29588 CONFIG_SHELL='$SHELL'
29589 export CONFIG_SHELL
29590 exec "\$@"
29593 _ACEOF
29594 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29595 exec 5>>config.log
29597 echo
29598 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
29599 ## Running $as_me. ##
29600 _ASBOX
29601 $as_echo "$ac_log"
29602 } >&5
29604 _ACEOF
29605 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29607 # INIT-COMMANDS
29609 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
29610 GCC="$GCC" CPPFLAGS="$CPPFLAGS" opsys="$opsys"
29612 _ACEOF
29614 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29616 # Handling of arguments.
29617 for ac_config_target in $ac_config_targets
29619 case $ac_config_target in
29620 "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;;
29621 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
29622 "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" ;;
29623 "nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop") CONFIG_FILES="$CONFIG_FILES nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop:nextstep/templates/Emacs.desktop.in" ;;
29624 "nextstep/Cocoa/Emacs.base/Contents/Info.plist") CONFIG_FILES="$CONFIG_FILES nextstep/Cocoa/Emacs.base/Contents/Info.plist:nextstep/templates/Info.plist.in" ;;
29625 "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" ;;
29626 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
29627 "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
29628 "lib-src/Makefile") CONFIG_FILES="$CONFIG_FILES lib-src/Makefile" ;;
29629 "oldXMenu/Makefile") CONFIG_FILES="$CONFIG_FILES oldXMenu/Makefile" ;;
29630 "doc/emacs/Makefile") CONFIG_FILES="$CONFIG_FILES doc/emacs/Makefile" ;;
29631 "doc/misc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/misc/Makefile" ;;
29632 "doc/lispintro/Makefile") CONFIG_FILES="$CONFIG_FILES doc/lispintro/Makefile" ;;
29633 "doc/lispref/Makefile") CONFIG_FILES="$CONFIG_FILES doc/lispref/Makefile" ;;
29634 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
29635 "lwlib/Makefile") CONFIG_FILES="$CONFIG_FILES lwlib/Makefile" ;;
29636 "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;;
29637 "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
29638 "nextstep/Makefile") CONFIG_FILES="$CONFIG_FILES nextstep/Makefile" ;;
29639 "nt/Makefile") CONFIG_FILES="$CONFIG_FILES nt/Makefile" ;;
29640 "test/automated/Makefile") CONFIG_FILES="$CONFIG_FILES test/automated/Makefile" ;;
29641 "admin/unidata/Makefile") CONFIG_FILES="$CONFIG_FILES admin/unidata/Makefile" ;;
29642 "mkdirs") CONFIG_COMMANDS="$CONFIG_COMMANDS mkdirs" ;;
29643 "epaths") CONFIG_COMMANDS="$CONFIG_COMMANDS epaths" ;;
29644 "gdbinit") CONFIG_COMMANDS="$CONFIG_COMMANDS gdbinit" ;;
29646 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
29647 esac
29648 done
29651 # If the user did not use the arguments to specify the items to instantiate,
29652 # then the envvar interface is used. Set only those that are not.
29653 # We use the long form for the default assignment because of an extremely
29654 # bizarre bug on SunOS 4.1.3.
29655 if $ac_need_defaults; then
29656 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29657 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29658 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29661 # Have a temporary directory for convenience. Make it in the build tree
29662 # simply because there is no reason against having it here, and in addition,
29663 # creating and moving files from /tmp can sometimes cause problems.
29664 # Hook for its removal unless debugging.
29665 # Note that there is a small window in which the directory will not be cleaned:
29666 # after its creation but before its name has been assigned to `$tmp'.
29667 $debug ||
29669 tmp=
29670 trap 'exit_status=$?
29671 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29673 trap 'as_fn_exit 1' 1 2 13 15
29675 # Create a (secure) tmp directory for tmp files.
29678 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29679 test -n "$tmp" && test -d "$tmp"
29680 } ||
29682 tmp=./conf$$-$RANDOM
29683 (umask 077 && mkdir "$tmp")
29684 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
29686 # Set up the scripts for CONFIG_FILES section.
29687 # No need to generate them if there are no CONFIG_FILES.
29688 # This happens for instance with `./config.status config.h'.
29689 if test -n "$CONFIG_FILES"; then
29691 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29692 ac_cs_awk_getline=:
29693 ac_cs_awk_pipe_init=
29694 ac_cs_awk_read_file='
29695 while ((getline aline < (F[key])) > 0)
29696 print(aline)
29697 close(F[key])'
29698 ac_cs_awk_pipe_fini=
29699 else
29700 ac_cs_awk_getline=false
29701 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29702 ac_cs_awk_read_file='
29703 print "|#_!!_#|"
29704 print "cat " F[key] " &&"
29705 '$ac_cs_awk_pipe_init
29706 # The final `:' finishes the AND list.
29707 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29709 ac_cr=`echo X | tr X '\015'`
29710 # On cygwin, bash can eat \r inside `` if the user requested igncr.
29711 # But we know of no other shell where ac_cr would be empty at this
29712 # point, so we can use a bashism as a fallback.
29713 if test "x$ac_cr" = x; then
29714 eval ac_cr=\$\'\\r\'
29716 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29717 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29718 ac_cs_awk_cr='\r'
29719 else
29720 ac_cs_awk_cr=$ac_cr
29723 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29724 _ACEOF
29726 # Create commands to substitute file output variables.
29728 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29729 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29730 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29731 echo "_ACAWK" &&
29732 echo "_ACEOF"
29733 } >conf$$files.sh &&
29734 . ./conf$$files.sh ||
29735 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
29736 rm -f conf$$files.sh
29739 echo "cat >conf$$subs.awk <<_ACEOF" &&
29740 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29741 echo "_ACEOF"
29742 } >conf$$subs.sh ||
29743 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
29744 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29745 ac_delim='%!_!# '
29746 for ac_last_try in false false false false false :; do
29747 . ./conf$$subs.sh ||
29748 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
29750 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29751 if test $ac_delim_n = $ac_delim_num; then
29752 break
29753 elif $ac_last_try; then
29754 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
29755 else
29756 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29758 done
29759 rm -f conf$$subs.sh
29761 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29762 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29763 _ACEOF
29764 sed -n '
29766 s/^/S["/; s/!.*/"]=/
29769 s/^[^!]*!//
29770 :repl
29771 t repl
29772 s/'"$ac_delim"'$//
29773 t delim
29776 s/\(.\{148\}\)..*/\1/
29777 t more1
29778 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29781 b repl
29782 :more1
29783 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29786 s/.\{148\}//
29787 t nl
29788 :delim
29790 s/\(.\{148\}\)..*/\1/
29791 t more2
29792 s/["\\]/\\&/g; s/^/"/; s/$/"/
29795 :more2
29796 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29799 s/.\{148\}//
29800 t delim
29801 ' <conf$$subs.awk | sed '
29802 /^[^""]/{
29804 s/\n//
29806 ' >>$CONFIG_STATUS || ac_write_fail=1
29807 rm -f conf$$subs.awk
29808 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29809 _ACAWK
29810 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29811 for (key in S) S_is_set[key] = 1
29812 FS = "\a"
29813 \$ac_cs_awk_pipe_init
29816 line = $ 0
29817 nfields = split(line, field, "@")
29818 substed = 0
29819 len = length(field[1])
29820 for (i = 2; i < nfields; i++) {
29821 key = field[i]
29822 keylen = length(key)
29823 if (S_is_set[key]) {
29824 value = S[key]
29825 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29826 len += length(value) + length(field[++i])
29827 substed = 1
29828 } else
29829 len += 1 + keylen
29831 if (nfields == 3 && !substed) {
29832 key = field[2]
29833 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29834 \$ac_cs_awk_read_file
29835 next
29838 print line
29840 \$ac_cs_awk_pipe_fini
29841 _ACAWK
29842 _ACEOF
29843 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29844 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29845 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29846 else
29848 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29849 || as_fn_error "could not setup config files machinery" "$LINENO" 5
29850 _ACEOF
29852 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29853 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29854 # trailing colons and then remove the whole line if VPATH becomes empty
29855 # (actually we leave an empty line to preserve line numbers).
29856 if test "x$srcdir" = x.; then
29857 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29858 s/:*\$(srcdir):*/:/
29859 s/:*\${srcdir}:*/:/
29860 s/:*@srcdir@:*/:/
29861 s/^\([^=]*=[ ]*\):*/\1/
29862 s/:*$//
29863 s/^[^=]*=[ ]*$//
29867 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29868 fi # test -n "$CONFIG_FILES"
29870 # Set up the scripts for CONFIG_HEADERS section.
29871 # No need to generate them if there are no CONFIG_HEADERS.
29872 # This happens for instance with `./config.status Makefile'.
29873 if test -n "$CONFIG_HEADERS"; then
29874 cat >"$tmp/defines.awk" <<\_ACAWK ||
29875 BEGIN {
29876 _ACEOF
29878 # Transform confdefs.h into an awk script `defines.awk', embedded as
29879 # here-document in config.status, that substitutes the proper values into
29880 # config.h.in to produce config.h.
29882 # Create a delimiter string that does not exist in confdefs.h, to ease
29883 # handling of long lines.
29884 ac_delim='%!_!# '
29885 for ac_last_try in false false :; do
29886 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29887 if test -z "$ac_t"; then
29888 break
29889 elif $ac_last_try; then
29890 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
29891 else
29892 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29894 done
29896 # For the awk script, D is an array of macro values keyed by name,
29897 # likewise P contains macro parameters if any. Preserve backslash
29898 # newline sequences.
29900 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29901 sed -n '
29902 s/.\{148\}/&'"$ac_delim"'/g
29903 t rset
29904 :rset
29905 s/^[ ]*#[ ]*define[ ][ ]*/ /
29906 t def
29908 :def
29909 s/\\$//
29910 t bsnl
29911 s/["\\]/\\&/g
29912 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29913 D["\1"]=" \3"/p
29914 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29916 :bsnl
29917 s/["\\]/\\&/g
29918 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29919 D["\1"]=" \3\\\\\\n"\\/p
29920 t cont
29921 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29922 t cont
29924 :cont
29926 s/.\{148\}/&'"$ac_delim"'/g
29927 t clear
29928 :clear
29929 s/\\$//
29930 t bsnlc
29931 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29933 :bsnlc
29934 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29935 b cont
29936 ' <confdefs.h | sed '
29937 s/'"$ac_delim"'/"\\\
29938 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29940 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29941 for (key in D) D_is_set[key] = 1
29942 FS = "\a"
29944 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29945 line = \$ 0
29946 split(line, arg, " ")
29947 if (arg[1] == "#") {
29948 defundef = arg[2]
29949 mac1 = arg[3]
29950 } else {
29951 defundef = substr(arg[1], 2)
29952 mac1 = arg[2]
29954 split(mac1, mac2, "(") #)
29955 macro = mac2[1]
29956 prefix = substr(line, 1, index(line, defundef) - 1)
29957 if (D_is_set[macro]) {
29958 # Preserve the white space surrounding the "#".
29959 print prefix "define", macro P[macro] D[macro]
29960 next
29961 } else {
29962 # Replace #undef with comments. This is necessary, for example,
29963 # in the case of _POSIX_SOURCE, which is predefined and required
29964 # on some systems where configure will not decide to define it.
29965 if (defundef == "undef") {
29966 print "/*", prefix defundef, macro, "*/"
29967 next
29971 { print }
29972 _ACAWK
29973 _ACEOF
29974 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29975 as_fn_error "could not setup config headers machinery" "$LINENO" 5
29976 fi # test -n "$CONFIG_HEADERS"
29979 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29980 shift
29981 for ac_tag
29983 case $ac_tag in
29984 :[FHLC]) ac_mode=$ac_tag; continue;;
29985 esac
29986 case $ac_mode$ac_tag in
29987 :[FHL]*:*);;
29988 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
29989 :[FH]-) ac_tag=-:-;;
29990 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29991 esac
29992 ac_save_IFS=$IFS
29993 IFS=:
29994 set x $ac_tag
29995 IFS=$ac_save_IFS
29996 shift
29997 ac_file=$1
29998 shift
30000 case $ac_mode in
30001 :L) ac_source=$1;;
30002 :[FH])
30003 ac_file_inputs=
30004 for ac_f
30006 case $ac_f in
30007 -) ac_f="$tmp/stdin";;
30008 *) # Look for the file first in the build tree, then in the source tree
30009 # (if the path is not absolute). The absolute path cannot be DOS-style,
30010 # because $ac_f cannot contain `:'.
30011 test -f "$ac_f" ||
30012 case $ac_f in
30013 [\\/$]*) false;;
30014 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
30015 esac ||
30016 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
30017 esac
30018 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
30019 as_fn_append ac_file_inputs " '$ac_f'"
30020 done
30022 # Let's still pretend it is `configure' which instantiates (i.e., don't
30023 # use $as_me), people would be surprised to read:
30024 # /* config.h. Generated by config.status. */
30025 configure_input='Generated from '`
30026 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
30027 `' by configure.'
30028 if test x"$ac_file" != x-; then
30029 configure_input="$ac_file. $configure_input"
30030 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
30031 $as_echo "$as_me: creating $ac_file" >&6;}
30033 # Neutralize special characters interpreted by sed in replacement strings.
30034 case $configure_input in #(
30035 *\&* | *\|* | *\\* )
30036 ac_sed_conf_input=`$as_echo "$configure_input" |
30037 sed 's/[\\\\&|]/\\\\&/g'`;; #(
30038 *) ac_sed_conf_input=$configure_input;;
30039 esac
30041 case $ac_tag in
30042 *:-:* | *:-) cat >"$tmp/stdin" \
30043 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
30044 esac
30046 esac
30048 ac_dir=`$as_dirname -- "$ac_file" ||
30049 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30050 X"$ac_file" : 'X\(//\)[^/]' \| \
30051 X"$ac_file" : 'X\(//\)$' \| \
30052 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
30053 $as_echo X"$ac_file" |
30054 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30055 s//\1/
30058 /^X\(\/\/\)[^/].*/{
30059 s//\1/
30062 /^X\(\/\/\)$/{
30063 s//\1/
30066 /^X\(\/\).*/{
30067 s//\1/
30070 s/.*/./; q'`
30071 as_dir="$ac_dir"; as_fn_mkdir_p
30072 ac_builddir=.
30074 case "$ac_dir" in
30075 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
30077 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
30078 # A ".." for each directory in $ac_dir_suffix.
30079 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
30080 case $ac_top_builddir_sub in
30081 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
30082 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
30083 esac ;;
30084 esac
30085 ac_abs_top_builddir=$ac_pwd
30086 ac_abs_builddir=$ac_pwd$ac_dir_suffix
30087 # for backward compatibility:
30088 ac_top_builddir=$ac_top_build_prefix
30090 case $srcdir in
30091 .) # We are building in place.
30092 ac_srcdir=.
30093 ac_top_srcdir=$ac_top_builddir_sub
30094 ac_abs_top_srcdir=$ac_pwd ;;
30095 [\\/]* | ?:[\\/]* ) # Absolute name.
30096 ac_srcdir=$srcdir$ac_dir_suffix;
30097 ac_top_srcdir=$srcdir
30098 ac_abs_top_srcdir=$srcdir ;;
30099 *) # Relative name.
30100 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
30101 ac_top_srcdir=$ac_top_build_prefix$srcdir
30102 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
30103 esac
30104 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
30107 case $ac_mode in
30110 # CONFIG_FILE
30113 case $INSTALL in
30114 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
30115 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
30116 esac
30117 ac_MKDIR_P=$MKDIR_P
30118 case $MKDIR_P in
30119 [\\/$]* | ?:[\\/]* ) ;;
30120 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
30121 esac
30122 _ACEOF
30124 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30125 # If the template does not know about datarootdir, expand it.
30126 # FIXME: This hack should be removed a few years after 2.60.
30127 ac_datarootdir_hack=; ac_datarootdir_seen=
30128 ac_sed_dataroot='
30129 /datarootdir/ {
30133 /@datadir@/p
30134 /@docdir@/p
30135 /@infodir@/p
30136 /@localedir@/p
30137 /@mandir@/p'
30138 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
30139 *datarootdir*) ac_datarootdir_seen=yes;;
30140 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30141 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30142 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30143 _ACEOF
30144 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30145 ac_datarootdir_hack='
30146 s&@datadir@&$datadir&g
30147 s&@docdir@&$docdir&g
30148 s&@infodir@&$infodir&g
30149 s&@localedir@&$localedir&g
30150 s&@mandir@&$mandir&g
30151 s&\\\${datarootdir}&$datarootdir&g' ;;
30152 esac
30153 _ACEOF
30155 # Neutralize VPATH when `$srcdir' = `.'.
30156 # Shell code in configure.ac might set extrasub.
30157 # FIXME: do we really want to maintain this feature?
30158 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30159 ac_sed_extra="$ac_vpsub
30160 $extrasub
30161 _ACEOF
30162 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30164 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30165 s|@configure_input@|$ac_sed_conf_input|;t t
30166 s&@top_builddir@&$ac_top_builddir_sub&;t t
30167 s&@top_build_prefix@&$ac_top_build_prefix&;t t
30168 s&@srcdir@&$ac_srcdir&;t t
30169 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30170 s&@top_srcdir@&$ac_top_srcdir&;t t
30171 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30172 s&@builddir@&$ac_builddir&;t t
30173 s&@abs_builddir@&$ac_abs_builddir&;t t
30174 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30175 s&@INSTALL@&$ac_INSTALL&;t t
30176 s&@MKDIR_P@&$ac_MKDIR_P&;t t
30177 $ac_datarootdir_hack
30179 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
30180 if $ac_cs_awk_getline; then
30181 $AWK -f "$tmp/subs.awk"
30182 else
30183 $AWK -f "$tmp/subs.awk" | $SHELL
30184 fi >$tmp/out \
30185 || as_fn_error "could not create $ac_file" "$LINENO" 5
30187 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30188 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30189 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30190 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30191 which seems to be undefined. Please make sure it is defined." >&5
30192 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30193 which seems to be undefined. Please make sure it is defined." >&2;}
30195 rm -f "$tmp/stdin"
30196 case $ac_file in
30197 -) cat "$tmp/out" && rm -f "$tmp/out";;
30198 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30199 esac \
30200 || as_fn_error "could not create $ac_file" "$LINENO" 5
30204 # CONFIG_HEADER
30206 if test x"$ac_file" != x-; then
30208 $as_echo "/* $configure_input */" \
30209 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30210 } >"$tmp/config.h" \
30211 || as_fn_error "could not create $ac_file" "$LINENO" 5
30212 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30213 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
30214 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30215 else
30216 rm -f "$ac_file"
30217 mv "$tmp/config.h" "$ac_file" \
30218 || as_fn_error "could not create $ac_file" "$LINENO" 5
30220 else
30221 $as_echo "/* $configure_input */" \
30222 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30223 || as_fn_error "could not create -" "$LINENO" 5
30225 # Compute "$ac_file"'s index in $config_headers.
30226 _am_arg="$ac_file"
30227 _am_stamp_count=1
30228 for _am_header in $config_headers :; do
30229 case $_am_header in
30230 $_am_arg | $_am_arg:* )
30231 break ;;
30233 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
30234 esac
30235 done
30236 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
30237 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30238 X"$_am_arg" : 'X\(//\)[^/]' \| \
30239 X"$_am_arg" : 'X\(//\)$' \| \
30240 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
30241 $as_echo X"$_am_arg" |
30242 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30243 s//\1/
30246 /^X\(\/\/\)[^/].*/{
30247 s//\1/
30250 /^X\(\/\/\)$/{
30251 s//\1/
30254 /^X\(\/\).*/{
30255 s//\1/
30258 s/.*/./; q'`/stamp-h$_am_stamp_count
30261 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
30262 $as_echo "$as_me: executing $ac_file commands" >&6;}
30264 esac
30267 case $ac_file$ac_mode in
30268 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
30269 # Autoconf 2.62 quotes --file arguments for eval, but not when files
30270 # are listed without --file. Let's play safe and only enable the eval
30271 # if we detect the quoting.
30272 case $CONFIG_FILES in
30273 *\'*) eval set x "$CONFIG_FILES" ;;
30274 *) set x $CONFIG_FILES ;;
30275 esac
30276 shift
30277 for mf
30279 # Strip MF so we end up with the name of the file.
30280 mf=`echo "$mf" | sed -e 's/:.*$//'`
30281 # Check whether this is an Automake generated Makefile or not.
30282 # We used to match only the files named `Makefile.in', but
30283 # some people rename them; so instead we look at the file content.
30284 # Grep'ing the first line is not enough: some people post-process
30285 # each Makefile.in and add a new line on top of each file to say so.
30286 # Grep'ing the whole file is not good either: AIX grep has a line
30287 # limit of 2048, but all sed's we know have understand at least 4000.
30288 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
30289 dirpart=`$as_dirname -- "$mf" ||
30290 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30291 X"$mf" : 'X\(//\)[^/]' \| \
30292 X"$mf" : 'X\(//\)$' \| \
30293 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
30294 $as_echo X"$mf" |
30295 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30296 s//\1/
30299 /^X\(\/\/\)[^/].*/{
30300 s//\1/
30303 /^X\(\/\/\)$/{
30304 s//\1/
30307 /^X\(\/\).*/{
30308 s//\1/
30311 s/.*/./; q'`
30312 else
30313 continue
30315 # Extract the definition of DEPDIR, am__include, and am__quote
30316 # from the Makefile without running `make'.
30317 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
30318 test -z "$DEPDIR" && continue
30319 am__include=`sed -n 's/^am__include = //p' < "$mf"`
30320 test -z "am__include" && continue
30321 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
30322 # When using ansi2knr, U may be empty or an underscore; expand it
30323 U=`sed -n 's/^U = //p' < "$mf"`
30324 # Find all dependency output files, they are included files with
30325 # $(DEPDIR) in their names. We invoke sed twice because it is the
30326 # simplest approach to changing $(DEPDIR) to its actual value in the
30327 # expansion.
30328 for file in `sed -n "
30329 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
30330 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
30331 # Make sure the directory exists.
30332 test -f "$dirpart/$file" && continue
30333 fdir=`$as_dirname -- "$file" ||
30334 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30335 X"$file" : 'X\(//\)[^/]' \| \
30336 X"$file" : 'X\(//\)$' \| \
30337 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
30338 $as_echo X"$file" |
30339 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30340 s//\1/
30343 /^X\(\/\/\)[^/].*/{
30344 s//\1/
30347 /^X\(\/\/\)$/{
30348 s//\1/
30351 /^X\(\/\).*/{
30352 s//\1/
30355 s/.*/./; q'`
30356 as_dir=$dirpart/$fdir; as_fn_mkdir_p
30357 # echo "creating $dirpart/$file"
30358 echo '# dummy' > "$dirpart/$file"
30359 done
30360 done
30363 "mkdirs":C)
30364 for dir in etc lisp ; do
30365 test -d ${dir} || mkdir ${dir}
30366 done
30368 "epaths":C)
30369 echo creating src/epaths.h
30370 if test "${opsys}" = "mingw32"; then
30371 ${MAKE-make} MAKEFILE_NAME=do-not-make-Makefile epaths-force-w32
30372 else
30373 ${MAKE-make} MAKEFILE_NAME=do-not-make-Makefile epaths-force
30376 "gdbinit":C)
30377 if test ! -f src/.gdbinit && test -f "$srcdir/src/.gdbinit"; then
30378 echo creating src/.gdbinit
30379 echo "source $srcdir/src/.gdbinit" > src/.gdbinit
30383 esac
30384 done # for ac_tag
30387 as_fn_exit 0
30388 _ACEOF
30389 ac_clean_files=$ac_clean_files_save
30391 test $ac_write_fail = 0 ||
30392 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
30395 # configure is writing to config.log, and then calls config.status.
30396 # config.status does its own redirection, appending to config.log.
30397 # Unfortunately, on DOS this fails, as config.log is still kept open
30398 # by configure, so config.status won't be able to write to it; its
30399 # output is simply discarded. So we exec the FD to /dev/null,
30400 # effectively closing config.log, so it can be properly (re)opened and
30401 # appended to by config.status. When coming back to configure, we
30402 # need to make the FD available again.
30403 if test "$no_create" != yes; then
30404 ac_cs_success=:
30405 ac_config_status_args=
30406 test "$silent" = yes &&
30407 ac_config_status_args="$ac_config_status_args --quiet"
30408 exec 5>/dev/null
30409 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30410 exec 5>>config.log
30411 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30412 # would make configure fail if this is the last instruction.
30413 $ac_cs_success || as_fn_exit $?
30415 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30416 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30417 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}