Auto-commit of generated files.
[bpt/emacs.git] / autogen / configure
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.
4 #
5 #
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.
9 #
10 #
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 ## -------------------- ##
16
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 *) :
31 ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
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"
66 '
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
69 fi
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
72 fi
73
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=';'
80 }
81 fi
82
83
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"
90
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
96 do
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
102
103 ;;
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
109 fi
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
113 fi
114
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='+ '
126
127 # NLS nuisances.
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
132
133 # CDPATH.
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135
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 *) :
149 ;;
150 esac
151 fi
152 "
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; }
158
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 :
165
166 else
167 exitcode=1; echo positional parameters were not saved.
168 fi
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
179 fi
180 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
181
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
186 do
187 IFS=$as_save_IFS
188 test -z "$as_dir" && as_dir=.
189 as_found=:
190 case $as_dir in #(
191 /*)
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
200 fi
201 fi
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
211
212
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+"$@"}
222 fi
223
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."
235 fi
236 exit 1
237 fi
238 fi
239 fi
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
245
246 ## --------------------- ##
247 ## M4sh Shell Functions. ##
248 ## --------------------- ##
249 # as_fn_unset VAR
250 # ---------------
251 # Portably unset VAR.
252 as_fn_unset ()
253 {
254 { eval $1=; unset $1;}
255 }
256 as_unset=as_fn_unset
257
258 # as_fn_set_status STATUS
259 # -----------------------
260 # Set $? to STATUS, without forking.
261 as_fn_set_status ()
262 {
263 return $1
264 } # as_fn_set_status
265
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 ()
270 {
271 set +e
272 as_fn_set_status $1
273 exit $1
274 } # as_fn_exit
275
276 # as_fn_mkdir_p
277 # -------------
278 # Create "$as_dir" as a directory, including parents if necessary.
279 as_fn_mkdir_p ()
280 {
281
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/
301 q
302 }
303 /^X\(\/\/\)[^/].*/{
304 s//\1/
305 q
306 }
307 /^X\(\/\/\)$/{
308 s//\1/
309 q
310 }
311 /^X\(\/\).*/{
312 s//\1/
313 q
314 }
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"
320
321
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 ()
331 {
332 eval $1+=\$2
333 }'
334 else
335 as_fn_append ()
336 {
337 eval $1=\$$1\$2
338 }
339 fi # as_fn_append
340
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 ()
348 {
349 as_val=$(( $* ))
350 }'
351 else
352 as_fn_arith ()
353 {
354 as_val=`expr "$@" || test $? -eq 1`
355 }
356 fi # as_fn_arith
357
358
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 ()
365 {
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
370 fi
371 $as_echo "$as_me: error: $1" >&2
372 as_fn_exit $as_status
373 } # as_fn_error
374
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
380 fi
381
382 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
383 as_basename=basename
384 else
385 as_basename=false
386 fi
387
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
392 fi
393
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/
401 q
402 }
403 /^X\/\(\/\/\)$/{
404 s//\1/
405 q
406 }
407 /^X\/\(\/\).*/{
408 s//\1/
409 q
410 }
411 s/.*/./; q'`
412
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
419
420
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 '
427 p
428 /[$]LINENO/=
429 ' <$as_myself |
430 sed '
431 s/[$]LINENO.*/&-/
432 t lineno
433 b
434 :lineno
435 N
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; }
443
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
450 }
451
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;;
461 *)
462 ECHO_N='-n';;
463 esac
464
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
471 fi
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'
485 fi
486 else
487 as_ln_s='cp -p'
488 fi
489 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
490 rmdir conf$$.dir 2>/dev/null
491
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
497 fi
498
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=
506 fi
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
518 '
519 fi
520 as_executable_p=$as_test_x
521
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'"
524
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'"
527
528
529 test -n "$DJDIR" || exec 7<&0 </dev/null
530 exec 6>&1
531
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`
536
537 #
538 # Initializations.
539 #
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=
548
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=''
556
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"
593
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 LD_SWITCH_SYSTEM_TEMACS
609 LIBGNU_LTLIBDEPS
610 LIBGNU_LIBDEPS
611 gltests_WITNESS
612 gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_FALSE
613 gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_TRUE
614 gl_GNULIB_ENABLED_verify_FALSE
615 gl_GNULIB_ENABLED_verify_TRUE
616 gl_GNULIB_ENABLED_strtoull_FALSE
617 gl_GNULIB_ENABLED_strtoull_TRUE
618 gl_GNULIB_ENABLED_strtoll_FALSE
619 gl_GNULIB_ENABLED_strtoll_TRUE
620 gl_GNULIB_ENABLED_stat_FALSE
621 gl_GNULIB_ENABLED_stat_TRUE
622 gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_FALSE
623 gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_TRUE
624 gl_GNULIB_ENABLED_pathmax_FALSE
625 gl_GNULIB_ENABLED_pathmax_TRUE
626 gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_FALSE
627 gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_TRUE
628 gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_FALSE
629 gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_TRUE
630 gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE
631 gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE
632 gl_GNULIB_ENABLED_getgroups_FALSE
633 gl_GNULIB_ENABLED_getgroups_TRUE
634 gl_GNULIB_ENABLED_euidaccess_FALSE
635 gl_GNULIB_ENABLED_euidaccess_TRUE
636 gl_GNULIB_ENABLED_dosname_FALSE
637 gl_GNULIB_ENABLED_dosname_TRUE
638 gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_FALSE
639 gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_TRUE
640 LTLIBINTL
641 LIBINTL
642 LIB_EACCESS
643 WINDOWS_64_BIT_OFF_T
644 HAVE_UNISTD_H
645 NEXT_AS_FIRST_DIRECTIVE_UNISTD_H
646 NEXT_UNISTD_H
647 LIB_TIMER_TIME
648 PTHREAD_H_DEFINES_STRUCT_TIMESPEC
649 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC
650 TIME_H_DEFINES_STRUCT_TIMESPEC
651 NEXT_AS_FIRST_DIRECTIVE_TIME_H
652 NEXT_TIME_H
653 WINDOWS_64_BIT_ST_SIZE
654 NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H
655 NEXT_SYS_STAT_H
656 NEXT_AS_FIRST_DIRECTIVE_STRING_H
657 NEXT_STRING_H
658 NEXT_AS_FIRST_DIRECTIVE_STDLIB_H
659 NEXT_STDLIB_H
660 NEXT_AS_FIRST_DIRECTIVE_STDIO_H
661 NEXT_STDIO_H
662 REPLACE_VSPRINTF
663 REPLACE_VSNPRINTF
664 REPLACE_VPRINTF
665 REPLACE_VFPRINTF
666 REPLACE_VDPRINTF
667 REPLACE_VASPRINTF
668 REPLACE_TMPFILE
669 REPLACE_STDIO_WRITE_FUNCS
670 REPLACE_STDIO_READ_FUNCS
671 REPLACE_SPRINTF
672 REPLACE_SNPRINTF
673 REPLACE_RENAMEAT
674 REPLACE_RENAME
675 REPLACE_REMOVE
676 REPLACE_PRINTF
677 REPLACE_POPEN
678 REPLACE_PERROR
679 REPLACE_OBSTACK_PRINTF
680 REPLACE_GETLINE
681 REPLACE_GETDELIM
682 REPLACE_FTELLO
683 REPLACE_FTELL
684 REPLACE_FSEEKO
685 REPLACE_FSEEK
686 REPLACE_FREOPEN
687 REPLACE_FPURGE
688 REPLACE_FPRINTF
689 REPLACE_FOPEN
690 REPLACE_FFLUSH
691 REPLACE_FDOPEN
692 REPLACE_FCLOSE
693 REPLACE_DPRINTF
694 HAVE_VDPRINTF
695 HAVE_VASPRINTF
696 HAVE_RENAMEAT
697 HAVE_POPEN
698 HAVE_PCLOSE
699 HAVE_FTELLO
700 HAVE_FSEEKO
701 HAVE_DPRINTF
702 HAVE_DECL_VSNPRINTF
703 HAVE_DECL_SNPRINTF
704 HAVE_DECL_OBSTACK_PRINTF
705 HAVE_DECL_GETLINE
706 HAVE_DECL_GETDELIM
707 HAVE_DECL_FTELLO
708 HAVE_DECL_FSEEKO
709 HAVE_DECL_FPURGE
710 GNULIB_VSPRINTF_POSIX
711 GNULIB_VSNPRINTF
712 GNULIB_VPRINTF_POSIX
713 GNULIB_VPRINTF
714 GNULIB_VFPRINTF_POSIX
715 GNULIB_VFPRINTF
716 GNULIB_VDPRINTF
717 GNULIB_VSCANF
718 GNULIB_VFSCANF
719 GNULIB_VASPRINTF
720 GNULIB_TMPFILE
721 GNULIB_STDIO_H_SIGPIPE
722 GNULIB_STDIO_H_NONBLOCKING
723 GNULIB_SPRINTF_POSIX
724 GNULIB_SNPRINTF
725 GNULIB_SCANF
726 GNULIB_RENAMEAT
727 GNULIB_RENAME
728 GNULIB_REMOVE
729 GNULIB_PUTS
730 GNULIB_PUTCHAR
731 GNULIB_PUTC
732 GNULIB_PRINTF_POSIX
733 GNULIB_PRINTF
734 GNULIB_POPEN
735 GNULIB_PERROR
736 GNULIB_PCLOSE
737 GNULIB_OBSTACK_PRINTF_POSIX
738 GNULIB_OBSTACK_PRINTF
739 GNULIB_GETLINE
740 GNULIB_GETDELIM
741 GNULIB_GETCHAR
742 GNULIB_GETC
743 GNULIB_FWRITE
744 GNULIB_FTELLO
745 GNULIB_FTELL
746 GNULIB_FSEEKO
747 GNULIB_FSEEK
748 GNULIB_FSCANF
749 GNULIB_FREOPEN
750 GNULIB_FREAD
751 GNULIB_FPUTS
752 GNULIB_FPUTC
753 GNULIB_FPURGE
754 GNULIB_FPRINTF_POSIX
755 GNULIB_FPRINTF
756 GNULIB_FOPEN
757 GNULIB_FGETS
758 GNULIB_FGETC
759 GNULIB_FFLUSH
760 GNULIB_FDOPEN
761 GNULIB_FCLOSE
762 GNULIB_DPRINTF
763 NEXT_AS_FIRST_DIRECTIVE_STDDEF_H
764 NEXT_STDDEF_H
765 GL_GENERATE_STDDEF_H_FALSE
766 GL_GENERATE_STDDEF_H_TRUE
767 STDDEF_H
768 HAVE_WCHAR_T
769 REPLACE_NULL
770 HAVE__BOOL
771 GL_GENERATE_STDBOOL_H_FALSE
772 GL_GENERATE_STDBOOL_H_TRUE
773 STDBOOL_H
774 GL_GENERATE_STDARG_H_FALSE
775 GL_GENERATE_STDARG_H_TRUE
776 STDARG_H
777 NEXT_AS_FIRST_DIRECTIVE_STDARG_H
778 NEXT_STDARG_H
779 GL_GENERATE_STDALIGN_H_FALSE
780 GL_GENERATE_STDALIGN_H_TRUE
781 STDALIGN_H
782 NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H
783 NEXT_SIGNAL_H
784 LIB_PTHREAD_SIGMASK
785 REPLACE_RAISE
786 REPLACE_PTHREAD_SIGMASK
787 HAVE_SIGHANDLER_T
788 HAVE_TYPE_VOLATILE_SIG_ATOMIC_T
789 HAVE_STRUCT_SIGACTION_SA_SIGACTION
790 HAVE_SIGACTION
791 HAVE_SIGINFO_T
792 HAVE_SIGSET_T
793 HAVE_RAISE
794 HAVE_PTHREAD_SIGMASK
795 HAVE_POSIX_SIGNALBLOCKING
796 GNULIB_SIGACTION
797 GNULIB_SIGPROCMASK
798 GNULIB_SIGNAL_H_SIGPIPE
799 GNULIB_RAISE
800 GNULIB_PTHREAD_SIGMASK
801 HAVE_SYS_SELECT_H
802 NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H
803 NEXT_SYS_SELECT_H
804 REPLACE_SELECT
805 REPLACE_PSELECT
806 HAVE_PSELECT
807 GNULIB_SELECT
808 GNULIB_PSELECT
809 REPLACE_TIMEGM
810 REPLACE_NANOSLEEP
811 REPLACE_MKTIME
812 REPLACE_LOCALTIME_R
813 HAVE_TIMEGM
814 HAVE_STRPTIME
815 HAVE_NANOSLEEP
816 HAVE_DECL_LOCALTIME_R
817 GNULIB_TIME_R
818 GNULIB_TIMEGM
819 GNULIB_STRPTIME
820 GNULIB_NANOSLEEP
821 GNULIB_MKTIME
822 UNDEFINE_STRTOK_R
823 REPLACE_STRTOK_R
824 REPLACE_STRSIGNAL
825 REPLACE_STRNLEN
826 REPLACE_STRNDUP
827 REPLACE_STRNCAT
828 REPLACE_STRERROR_R
829 REPLACE_STRERROR
830 REPLACE_STRCHRNUL
831 REPLACE_STRCASESTR
832 REPLACE_STRSTR
833 REPLACE_STRDUP
834 REPLACE_STPNCPY
835 REPLACE_MEMMEM
836 REPLACE_MEMCHR
837 HAVE_STRVERSCMP
838 HAVE_DECL_STRSIGNAL
839 HAVE_DECL_STRERROR_R
840 HAVE_DECL_STRTOK_R
841 HAVE_STRCASESTR
842 HAVE_STRSEP
843 HAVE_STRPBRK
844 HAVE_DECL_STRNLEN
845 HAVE_DECL_STRNDUP
846 HAVE_DECL_STRDUP
847 HAVE_STRCHRNUL
848 HAVE_STPNCPY
849 HAVE_STPCPY
850 HAVE_RAWMEMCHR
851 HAVE_DECL_MEMRCHR
852 HAVE_MEMPCPY
853 HAVE_DECL_MEMMEM
854 HAVE_MEMCHR
855 HAVE_FFSLL
856 HAVE_FFSL
857 HAVE_MBSLEN
858 GNULIB_STRVERSCMP
859 GNULIB_STRSIGNAL
860 GNULIB_STRERROR_R
861 GNULIB_STRERROR
862 GNULIB_MBSTOK_R
863 GNULIB_MBSSEP
864 GNULIB_MBSSPN
865 GNULIB_MBSPBRK
866 GNULIB_MBSCSPN
867 GNULIB_MBSCASESTR
868 GNULIB_MBSPCASECMP
869 GNULIB_MBSNCASECMP
870 GNULIB_MBSCASECMP
871 GNULIB_MBSSTR
872 GNULIB_MBSRCHR
873 GNULIB_MBSCHR
874 GNULIB_MBSNLEN
875 GNULIB_MBSLEN
876 GNULIB_STRTOK_R
877 GNULIB_STRCASESTR
878 GNULIB_STRSTR
879 GNULIB_STRSEP
880 GNULIB_STRPBRK
881 GNULIB_STRNLEN
882 GNULIB_STRNDUP
883 GNULIB_STRNCAT
884 GNULIB_STRDUP
885 GNULIB_STRCHRNUL
886 GNULIB_STPNCPY
887 GNULIB_STPCPY
888 GNULIB_RAWMEMCHR
889 GNULIB_MEMRCHR
890 GNULIB_MEMPCPY
891 GNULIB_MEMMEM
892 GNULIB_MEMCHR
893 GNULIB_FFSLL
894 GNULIB_FFSL
895 NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H
896 NEXT_INTTYPES_H
897 UINT64_MAX_EQ_ULONG_MAX
898 UINT32_MAX_LT_UINTMAX_MAX
899 PRIPTR_PREFIX
900 PRI_MACROS_BROKEN
901 INT64_MAX_EQ_LONG_MAX
902 INT32_MAX_LT_INTMAX_MAX
903 REPLACE_STRTOIMAX
904 HAVE_DECL_STRTOUMAX
905 HAVE_DECL_STRTOIMAX
906 HAVE_DECL_IMAXDIV
907 HAVE_DECL_IMAXABS
908 GNULIB_STRTOUMAX
909 GNULIB_STRTOIMAX
910 GNULIB_IMAXDIV
911 GNULIB_IMAXABS
912 GL_GENERATE_STDINT_H_FALSE
913 GL_GENERATE_STDINT_H_TRUE
914 STDINT_H
915 WINT_T_SUFFIX
916 WCHAR_T_SUFFIX
917 SIG_ATOMIC_T_SUFFIX
918 SIZE_T_SUFFIX
919 PTRDIFF_T_SUFFIX
920 HAVE_SIGNED_WINT_T
921 HAVE_SIGNED_WCHAR_T
922 HAVE_SIGNED_SIG_ATOMIC_T
923 BITSIZEOF_WINT_T
924 BITSIZEOF_WCHAR_T
925 BITSIZEOF_SIG_ATOMIC_T
926 BITSIZEOF_SIZE_T
927 BITSIZEOF_PTRDIFF_T
928 APPLE_UNIVERSAL_BUILD
929 HAVE_SYS_BITYPES_H
930 HAVE_SYS_INTTYPES_H
931 HAVE_STDINT_H
932 NEXT_AS_FIRST_DIRECTIVE_STDINT_H
933 NEXT_STDINT_H
934 HAVE_SYS_TYPES_H
935 HAVE_INTTYPES_H
936 HAVE_WCHAR_H
937 HAVE_UNSIGNED_LONG_LONG_INT
938 HAVE_LONG_LONG_INT
939 HAVE_WINSOCK2_H
940 NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H
941 NEXT_SYS_TIME_H
942 REPLACE_STRUCT_TIMEVAL
943 REPLACE_GETTIMEOFDAY
944 HAVE_SYS_TIME_H
945 HAVE_STRUCT_TIMEVAL
946 HAVE_GETTIMEOFDAY
947 GNULIB_GETTIMEOFDAY
948 GNULIB_GL_UNISTD_H_GETOPT
949 GETOPT_H
950 HAVE_GETOPT_H
951 NEXT_AS_FIRST_DIRECTIVE_GETOPT_H
952 NEXT_GETOPT_H
953 GETLOADAVG_LIBS
954 REPLACE_WCTOMB
955 REPLACE_UNSETENV
956 REPLACE_STRTOD
957 REPLACE_SETENV
958 REPLACE_REALPATH
959 REPLACE_REALLOC
960 REPLACE_RANDOM_R
961 REPLACE_PUTENV
962 REPLACE_PTSNAME_R
963 REPLACE_PTSNAME
964 REPLACE_MKSTEMP
965 REPLACE_MBTOWC
966 REPLACE_MALLOC
967 REPLACE_CANONICALIZE_FILE_NAME
968 REPLACE_CALLOC
969 HAVE_DECL_UNSETENV
970 HAVE_UNLOCKPT
971 HAVE_SYS_LOADAVG_H
972 HAVE_STRUCT_RANDOM_DATA
973 HAVE_STRTOULL
974 HAVE_STRTOLL
975 HAVE_STRTOD
976 HAVE_DECL_SETENV
977 HAVE_SETENV
978 HAVE_SECURE_GETENV
979 HAVE_RPMATCH
980 HAVE_REALPATH
981 HAVE_RANDOM_R
982 HAVE_RANDOM_H
983 HAVE_RANDOM
984 HAVE_PTSNAME_R
985 HAVE_PTSNAME
986 HAVE_POSIX_OPENPT
987 HAVE_MKSTEMPS
988 HAVE_MKSTEMP
989 HAVE_MKOSTEMPS
990 HAVE_MKOSTEMP
991 HAVE_MKDTEMP
992 HAVE_GRANTPT
993 HAVE_GETSUBOPT
994 HAVE_DECL_GETLOADAVG
995 HAVE_CANONICALIZE_FILE_NAME
996 HAVE_ATOLL
997 HAVE__EXIT
998 GNULIB_WCTOMB
999 GNULIB_UNSETENV
1000 GNULIB_UNLOCKPT
1001 GNULIB_SYSTEM_POSIX
1002 GNULIB_STRTOULL
1003 GNULIB_STRTOLL
1004 GNULIB_STRTOD
1005 GNULIB_SETENV
1006 GNULIB_SECURE_GETENV
1007 GNULIB_RPMATCH
1008 GNULIB_REALPATH
1009 GNULIB_REALLOC_POSIX
1010 GNULIB_RANDOM_R
1011 GNULIB_RANDOM
1012 GNULIB_PUTENV
1013 GNULIB_PTSNAME_R
1014 GNULIB_PTSNAME
1015 GNULIB_POSIX_OPENPT
1016 GNULIB_MKSTEMPS
1017 GNULIB_MKSTEMP
1018 GNULIB_MKOSTEMPS
1019 GNULIB_MKOSTEMP
1020 GNULIB_MKDTEMP
1021 GNULIB_MBTOWC
1022 GNULIB_MALLOC_POSIX
1023 GNULIB_GRANTPT
1024 GNULIB_GETSUBOPT
1025 GNULIB_GETLOADAVG
1026 GNULIB_CANONICALIZE_FILE_NAME
1027 GNULIB_CALLOC_POSIX
1028 GNULIB_ATOLL
1029 GNULIB__EXIT
1030 REPLACE_UTIMENSAT
1031 REPLACE_STAT
1032 REPLACE_MKNOD
1033 REPLACE_MKFIFO
1034 REPLACE_MKDIR
1035 REPLACE_LSTAT
1036 REPLACE_FUTIMENS
1037 REPLACE_FSTATAT
1038 REPLACE_FSTAT
1039 HAVE_UTIMENSAT
1040 HAVE_MKNODAT
1041 HAVE_MKNOD
1042 HAVE_MKFIFOAT
1043 HAVE_MKFIFO
1044 HAVE_MKDIRAT
1045 HAVE_LSTAT
1046 HAVE_LCHMOD
1047 HAVE_FUTIMENS
1048 HAVE_FSTATAT
1049 HAVE_FCHMODAT
1050 GNULIB_UTIMENSAT
1051 GNULIB_STAT
1052 GNULIB_MKNODAT
1053 GNULIB_MKNOD
1054 GNULIB_MKFIFOAT
1055 GNULIB_MKFIFO
1056 GNULIB_MKDIRAT
1057 GNULIB_LSTAT
1058 GNULIB_LCHMOD
1059 GNULIB_FUTIMENS
1060 GNULIB_FSTATAT
1061 GNULIB_FSTAT
1062 GNULIB_FCHMODAT
1063 LIB_FDATASYNC
1064 NEXT_AS_FIRST_DIRECTIVE_FCNTL_H
1065 NEXT_FCNTL_H
1066 REPLACE_OPENAT
1067 REPLACE_OPEN
1068 REPLACE_FCNTL
1069 HAVE_OPENAT
1070 HAVE_FCNTL
1071 GNULIB_OPENAT
1072 GNULIB_OPEN
1073 GNULIB_NONBLOCKING
1074 GNULIB_FCNTL
1075 GL_GENERATE_EXECINFO_H_FALSE
1076 GL_GENERATE_EXECINFO_H_TRUE
1077 LIB_EXECINFO
1078 EXECINFO_H
1079 HAVE_DIRENT_H
1080 NEXT_AS_FIRST_DIRECTIVE_DIRENT_H
1081 NEXT_DIRENT_H
1082 PRAGMA_COLUMNS
1083 PRAGMA_SYSTEM_HEADER
1084 INCLUDE_NEXT_AS_FIRST_DIRECTIVE
1085 INCLUDE_NEXT
1086 REPLACE_FDOPENDIR
1087 REPLACE_DIRFD
1088 REPLACE_CLOSEDIR
1089 REPLACE_OPENDIR
1090 HAVE_ALPHASORT
1091 HAVE_SCANDIR
1092 HAVE_FDOPENDIR
1093 HAVE_DECL_FDOPENDIR
1094 HAVE_DECL_DIRFD
1095 HAVE_CLOSEDIR
1096 HAVE_REWINDDIR
1097 HAVE_READDIR
1098 HAVE_OPENDIR
1099 GNULIB_ALPHASORT
1100 GNULIB_SCANDIR
1101 GNULIB_FDOPENDIR
1102 GNULIB_DIRFD
1103 GNULIB_CLOSEDIR
1104 GNULIB_REWINDDIR
1105 GNULIB_READDIR
1106 GNULIB_OPENDIR
1107 UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS
1108 UNISTD_H_HAVE_WINSOCK2_H
1109 REPLACE_WRITE
1110 REPLACE_USLEEP
1111 REPLACE_UNLINKAT
1112 REPLACE_UNLINK
1113 REPLACE_TTYNAME_R
1114 REPLACE_SYMLINK
1115 REPLACE_SLEEP
1116 REPLACE_RMDIR
1117 REPLACE_READLINK
1118 REPLACE_READ
1119 REPLACE_PWRITE
1120 REPLACE_PREAD
1121 REPLACE_LSEEK
1122 REPLACE_LINKAT
1123 REPLACE_LINK
1124 REPLACE_LCHOWN
1125 REPLACE_ISATTY
1126 REPLACE_GETPAGESIZE
1127 REPLACE_GETGROUPS
1128 REPLACE_GETLOGIN_R
1129 REPLACE_GETDOMAINNAME
1130 REPLACE_GETCWD
1131 REPLACE_FTRUNCATE
1132 REPLACE_FCHOWNAT
1133 REPLACE_DUP2
1134 REPLACE_DUP
1135 REPLACE_CLOSE
1136 REPLACE_CHOWN
1137 HAVE_SYS_PARAM_H
1138 HAVE_OS_H
1139 HAVE_DECL_TTYNAME_R
1140 HAVE_DECL_SETHOSTNAME
1141 HAVE_DECL_GETUSERSHELL
1142 HAVE_DECL_GETPAGESIZE
1143 HAVE_DECL_GETLOGIN_R
1144 HAVE_DECL_GETDOMAINNAME
1145 HAVE_DECL_FDATASYNC
1146 HAVE_DECL_FCHDIR
1147 HAVE_DECL_ENVIRON
1148 HAVE_USLEEP
1149 HAVE_UNLINKAT
1150 HAVE_SYMLINKAT
1151 HAVE_SYMLINK
1152 HAVE_SLEEP
1153 HAVE_SETHOSTNAME
1154 HAVE_READLINKAT
1155 HAVE_READLINK
1156 HAVE_PWRITE
1157 HAVE_PREAD
1158 HAVE_PIPE2
1159 HAVE_PIPE
1160 HAVE_LINKAT
1161 HAVE_LINK
1162 HAVE_LCHOWN
1163 HAVE_GROUP_MEMBER
1164 HAVE_GETPAGESIZE
1165 HAVE_GETLOGIN
1166 HAVE_GETHOSTNAME
1167 HAVE_GETGROUPS
1168 HAVE_GETDTABLESIZE
1169 HAVE_FTRUNCATE
1170 HAVE_FSYNC
1171 HAVE_FDATASYNC
1172 HAVE_FCHOWNAT
1173 HAVE_FCHDIR
1174 HAVE_FACCESSAT
1175 HAVE_EUIDACCESS
1176 HAVE_DUP3
1177 HAVE_DUP2
1178 HAVE_CHOWN
1179 GNULIB_WRITE
1180 GNULIB_USLEEP
1181 GNULIB_UNLINKAT
1182 GNULIB_UNLINK
1183 GNULIB_UNISTD_H_SIGPIPE
1184 GNULIB_UNISTD_H_NONBLOCKING
1185 GNULIB_TTYNAME_R
1186 GNULIB_SYMLINKAT
1187 GNULIB_SYMLINK
1188 GNULIB_SLEEP
1189 GNULIB_SETHOSTNAME
1190 GNULIB_RMDIR
1191 GNULIB_READLINKAT
1192 GNULIB_READLINK
1193 GNULIB_READ
1194 GNULIB_PWRITE
1195 GNULIB_PREAD
1196 GNULIB_PIPE2
1197 GNULIB_PIPE
1198 GNULIB_LSEEK
1199 GNULIB_LINKAT
1200 GNULIB_LINK
1201 GNULIB_LCHOWN
1202 GNULIB_ISATTY
1203 GNULIB_GROUP_MEMBER
1204 GNULIB_GETUSERSHELL
1205 GNULIB_GETPAGESIZE
1206 GNULIB_GETLOGIN_R
1207 GNULIB_GETLOGIN
1208 GNULIB_GETHOSTNAME
1209 GNULIB_GETGROUPS
1210 GNULIB_GETDTABLESIZE
1211 GNULIB_GETDOMAINNAME
1212 GNULIB_GETCWD
1213 GNULIB_FTRUNCATE
1214 GNULIB_FSYNC
1215 GNULIB_FDATASYNC
1216 GNULIB_FCHOWNAT
1217 GNULIB_FCHDIR
1218 GNULIB_FACCESSAT
1219 GNULIB_EUIDACCESS
1220 GNULIB_ENVIRON
1221 GNULIB_DUP3
1222 GNULIB_DUP2
1223 GNULIB_DUP
1224 GNULIB_CLOSE
1225 GNULIB_CHOWN
1226 GNULIB_CHDIR
1227 LIB_CLOCK_GETTIME
1228 GL_GENERATE_ALLOCA_H_FALSE
1229 GL_GENERATE_ALLOCA_H_TRUE
1230 ALLOCA_H
1231 ALLOCA
1232 GL_COND_LIBTOOL_FALSE
1233 GL_COND_LIBTOOL_TRUE
1234 POST_ALLOC_OBJ
1235 PRE_ALLOC_OBJ
1236 CYGWIN_OBJ
1237 RALLOC_OBJ
1238 OLDXMENU_DEPS
1239 LIBX_OTHER
1240 LIBXMENU
1241 OLDXMENU
1242 OLDXMENU_TARGET
1243 LIBXT_OTHER
1244 TOOLKIT_LIBW
1245 WIDGET_OBJ
1246 XOBJ
1247 XMENU_OBJ
1248 FONT_OBJ
1249 OTHER_FILES
1250 GNU_OBJC_CFLAGS
1251 ns_appsrc
1252 ns_appresdir
1253 ns_appbindir
1254 ns_appdir
1255 X_TOOLKIT_TYPE
1256 GNUSTEP_CFLAGS
1257 C_SWITCH_X_SITE
1258 LD_SWITCH_X_SITE
1259 gameuser
1260 gamedir
1261 bitmapdir
1262 archlibdir
1263 etcdir
1264 x_default_search_path
1265 lisppath
1266 locallisppath
1267 standardlisppath
1268 leimdir
1269 lispdir
1270 srcdir
1271 canonical
1272 configuration
1273 version
1274 copyright
1275 KRB4LIB
1276 DESLIB
1277 KRB5LIB
1278 CRYPTOLIB
1279 COM_ERRLIB
1280 LIBRESOLV
1281 LIBHESIOD
1282 TERMCAP_OBJ
1283 LIBS_TERMCAP
1284 BLESSMAIL_TARGET
1285 LIBS_MAIL
1286 liblockfile
1287 LIBXML2_LIBS
1288 LIBXML2_CFLAGS
1289 LIBXSM
1290 LIBGPM
1291 LIBGIF
1292 LIBTIFF
1293 LIBPNG
1294 LIBJPEG
1295 LIBXPM
1296 M17N_FLT_LIBS
1297 M17N_FLT_CFLAGS
1298 LIBOTF_LIBS
1299 LIBOTF_CFLAGS
1300 FREETYPE_LIBS
1301 FREETYPE_CFLAGS
1302 XFT_LIBS
1303 XFT_CFLAGS
1304 FONTCONFIG_LIBS
1305 FONTCONFIG_CFLAGS
1306 LIBXMU
1307 LIBXTR6
1308 LIBACL_LIBS
1309 LIBGNUTLS_LIBS
1310 LIBGNUTLS_CFLAGS
1311 LIBSELINUX_LIBS
1312 SETTINGS_LIBS
1313 SETTINGS_CFLAGS
1314 GOBJECT_LIBS
1315 GOBJECT_CFLAGS
1316 GCONF_LIBS
1317 GCONF_CFLAGS
1318 GSETTINGS_LIBS
1319 GSETTINGS_CFLAGS
1320 DBUS_OBJ
1321 DBUS_LIBS
1322 DBUS_CFLAGS
1323 GTK_OBJ
1324 GTK_LIBS
1325 GTK_CFLAGS
1326 IMAGEMAGICK_LIBS
1327 IMAGEMAGICK_CFLAGS
1328 RSVG_LIBS
1329 RSVG_CFLAGS
1330 LIB_PTHREAD
1331 VMLIMIT_OBJ
1332 GMALLOC_OBJ
1333 HAVE_XSERVER
1334 W32_RES_LINK
1335 W32_RES
1336 W32_LIBS
1337 W32_OBJ
1338 WINDRES
1339 NS_OBJC_OBJ
1340 NS_OBJ
1341 ns_self_contained
1342 INSTALL_ARCH_INDEP_EXTRA
1343 LIBS_GNUSTEP
1344 LD_SWITCH_X_SITE_RPATH
1345 XMKMF
1346 DEPFLAGS
1347 MKDEPDIR
1348 CFLAGS_SOUND
1349 ALSA_LIBS
1350 ALSA_CFLAGS
1351 LIBSOUND
1352 PKG_CONFIG
1353 LIB_MATH
1354 LIBS_SYSTEM
1355 C_SWITCH_SYSTEM
1356 UNEXEC_OBJ
1357 C_SWITCH_MACHINE
1358 LD_SWITCH_SYSTEM
1359 CANNOT_DUMP
1360 INFO_OPTS
1361 INFO_EXT
1362 HAVE_MAKEINFO
1363 PAXCTL
1364 GZIP_PROG
1365 INSTALL_INFO
1366 LN_S
1367 GNULIB_WARN_CFLAGS
1368 WARN_CFLAGS
1369 WERROR_CFLAGS
1370 RANLIB
1371 ARFLAGS
1372 AR
1373 EGREP
1374 GREP
1375 CPP
1376 am__fastdepCC_FALSE
1377 am__fastdepCC_TRUE
1378 CCDEPMODE
1379 AMDEPBACKSLASH
1380 AMDEP_FALSE
1381 AMDEP_TRUE
1382 am__quote
1383 am__include
1384 DEPDIR
1385 OBJEXT
1386 EXEEXT
1387 ac_ct_CC
1388 CPPFLAGS
1389 LDFLAGS
1390 CFLAGS
1391 CC
1392 host_os
1393 host_vendor
1394 host_cpu
1395 host
1396 build_os
1397 build_vendor
1398 build_cpu
1399 build
1400 PROFILING_CFLAGS
1401 GZIP_INFO
1402 cache_file
1403 am__untar
1404 am__tar
1405 AMTAR
1406 am__leading_dot
1407 SET_MAKE
1408 AWK
1409 mkdir_p
1410 MKDIR_P
1411 INSTALL_STRIP_PROGRAM
1412 STRIP
1413 install_sh
1414 MAKEINFO
1415 AUTOHEADER
1416 AUTOMAKE
1417 AUTOCONF
1418 ACLOCAL
1419 VERSION
1420 PACKAGE
1421 CYGPATH_W
1422 am__isrc
1423 INSTALL_DATA
1424 INSTALL_SCRIPT
1425 INSTALL_PROGRAM
1426 target_alias
1427 host_alias
1428 build_alias
1429 LIBS
1430 ECHO_T
1431 ECHO_N
1432 ECHO_C
1433 DEFS
1434 mandir
1435 localedir
1436 libdir
1437 psdir
1438 pdfdir
1439 dvidir
1440 htmldir
1441 infodir
1442 docdir
1443 oldincludedir
1444 includedir
1445 localstatedir
1446 sharedstatedir
1447 sysconfdir
1448 datadir
1449 datarootdir
1450 libexecdir
1451 sbindir
1452 bindir
1453 program_transform_name
1454 prefix
1455 exec_prefix
1456 PACKAGE_URL
1457 PACKAGE_BUGREPORT
1458 PACKAGE_STRING
1459 PACKAGE_VERSION
1460 PACKAGE_TARNAME
1461 PACKAGE_NAME
1462 PATH_SEPARATOR
1463 SHELL'
1464 ac_subst_files='deps_frag
1465 lisp_frag'
1466 ac_user_opts='
1467 enable_option_checking
1468 with_all
1469 with_pop
1470 with_kerberos
1471 with_kerberos5
1472 with_hesiod
1473 with_mmdf
1474 with_mail_unlink
1475 with_mailhost
1476 with_sound
1477 with_x_toolkit
1478 with_wide_int
1479 with_xpm
1480 with_jpeg
1481 with_tiff
1482 with_gif
1483 with_png
1484 with_rsvg
1485 with_xml2
1486 with_imagemagick
1487 with_xft
1488 with_libotf
1489 with_m17n_flt
1490 with_toolkit_scroll_bars
1491 with_xaw3d
1492 with_xim
1493 with_ns
1494 with_w32
1495 with_gpm
1496 with_dbus
1497 with_gconf
1498 with_gsettings
1499 with_selinux
1500 with_acl
1501 with_gnutls
1502 with_inotify
1503 with_makeinfo
1504 with_compress_info
1505 with_pkg_config_prog
1506 with_gameuser
1507 with_gnustep_conf
1508 enable_ns_self_contained
1509 enable_locallisppath
1510 enable_checking
1511 enable_check_lisp_object_type
1512 enable_profiling
1513 enable_autodepend
1514 enable_gtk_deprecation_warnings
1515 enable_dependency_tracking
1516 enable_largefile
1517 enable_gcc_warnings
1518 enable_link_time_optimization
1519 with_x
1520 '
1521 ac_precious_vars='build_alias
1522 host_alias
1523 target_alias
1524 CC
1525 CFLAGS
1526 LDFLAGS
1527 LIBS
1528 CPPFLAGS
1529 CPP
1530 XMKMF'
1531
1532
1533 # Initialize some variables set by options.
1534 ac_init_help=
1535 ac_init_version=false
1536 ac_unrecognized_opts=
1537 ac_unrecognized_sep=
1538 # The variables have the same names as the options, with
1539 # dashes changed to underlines.
1540 cache_file=/dev/null
1541 exec_prefix=NONE
1542 no_create=
1543 no_recursion=
1544 prefix=NONE
1545 program_prefix=NONE
1546 program_suffix=NONE
1547 program_transform_name=s,x,x,
1548 silent=
1549 site=
1550 srcdir=
1551 verbose=
1552 x_includes=NONE
1553 x_libraries=NONE
1554
1555 # Installation directory options.
1556 # These are left unexpanded so users can "make install exec_prefix=/foo"
1557 # and all the variables that are supposed to be based on exec_prefix
1558 # by default will actually change.
1559 # Use braces instead of parens because sh, perl, etc. also accept them.
1560 # (The list follows the same order as the GNU Coding Standards.)
1561 bindir='${exec_prefix}/bin'
1562 sbindir='${exec_prefix}/sbin'
1563 libexecdir='${exec_prefix}/libexec'
1564 datarootdir='${prefix}/share'
1565 datadir='${datarootdir}'
1566 sysconfdir='${prefix}/etc'
1567 sharedstatedir='${prefix}/com'
1568 localstatedir='${prefix}/var'
1569 includedir='${prefix}/include'
1570 oldincludedir='/usr/include'
1571 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1572 infodir='${datarootdir}/info'
1573 htmldir='${docdir}'
1574 dvidir='${docdir}'
1575 pdfdir='${docdir}'
1576 psdir='${docdir}'
1577 libdir='${exec_prefix}/lib'
1578 localedir='${datarootdir}/locale'
1579 mandir='${datarootdir}/man'
1580
1581 ac_prev=
1582 ac_dashdash=
1583 for ac_option
1584 do
1585 # If the previous option needs an argument, assign it.
1586 if test -n "$ac_prev"; then
1587 eval $ac_prev=\$ac_option
1588 ac_prev=
1589 continue
1590 fi
1591
1592 case $ac_option in
1593 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1594 *) ac_optarg=yes ;;
1595 esac
1596
1597 # Accept the important Cygnus configure options, so we can diagnose typos.
1598
1599 case $ac_dashdash$ac_option in
1600 --)
1601 ac_dashdash=yes ;;
1602
1603 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1604 ac_prev=bindir ;;
1605 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1606 bindir=$ac_optarg ;;
1607
1608 -build | --build | --buil | --bui | --bu)
1609 ac_prev=build_alias ;;
1610 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1611 build_alias=$ac_optarg ;;
1612
1613 -cache-file | --cache-file | --cache-fil | --cache-fi \
1614 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1615 ac_prev=cache_file ;;
1616 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1617 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1618 cache_file=$ac_optarg ;;
1619
1620 --config-cache | -C)
1621 cache_file=config.cache ;;
1622
1623 -datadir | --datadir | --datadi | --datad)
1624 ac_prev=datadir ;;
1625 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1626 datadir=$ac_optarg ;;
1627
1628 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1629 | --dataroo | --dataro | --datar)
1630 ac_prev=datarootdir ;;
1631 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1632 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1633 datarootdir=$ac_optarg ;;
1634
1635 -disable-* | --disable-*)
1636 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1637 # Reject names that are not valid shell variable names.
1638 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1639 as_fn_error "invalid feature name: $ac_useropt"
1640 ac_useropt_orig=$ac_useropt
1641 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1642 case $ac_user_opts in
1643 *"
1644 "enable_$ac_useropt"
1645 "*) ;;
1646 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1647 ac_unrecognized_sep=', ';;
1648 esac
1649 eval enable_$ac_useropt=no ;;
1650
1651 -docdir | --docdir | --docdi | --doc | --do)
1652 ac_prev=docdir ;;
1653 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1654 docdir=$ac_optarg ;;
1655
1656 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1657 ac_prev=dvidir ;;
1658 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1659 dvidir=$ac_optarg ;;
1660
1661 -enable-* | --enable-*)
1662 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1663 # Reject names that are not valid shell variable names.
1664 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1665 as_fn_error "invalid feature name: $ac_useropt"
1666 ac_useropt_orig=$ac_useropt
1667 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1668 case $ac_user_opts in
1669 *"
1670 "enable_$ac_useropt"
1671 "*) ;;
1672 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1673 ac_unrecognized_sep=', ';;
1674 esac
1675 eval enable_$ac_useropt=\$ac_optarg ;;
1676
1677 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1678 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1679 | --exec | --exe | --ex)
1680 ac_prev=exec_prefix ;;
1681 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1682 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1683 | --exec=* | --exe=* | --ex=*)
1684 exec_prefix=$ac_optarg ;;
1685
1686 -gas | --gas | --ga | --g)
1687 # Obsolete; use --with-gas.
1688 with_gas=yes ;;
1689
1690 -help | --help | --hel | --he | -h)
1691 ac_init_help=long ;;
1692 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1693 ac_init_help=recursive ;;
1694 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1695 ac_init_help=short ;;
1696
1697 -host | --host | --hos | --ho)
1698 ac_prev=host_alias ;;
1699 -host=* | --host=* | --hos=* | --ho=*)
1700 host_alias=$ac_optarg ;;
1701
1702 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1703 ac_prev=htmldir ;;
1704 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1705 | --ht=*)
1706 htmldir=$ac_optarg ;;
1707
1708 -includedir | --includedir | --includedi | --included | --include \
1709 | --includ | --inclu | --incl | --inc)
1710 ac_prev=includedir ;;
1711 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1712 | --includ=* | --inclu=* | --incl=* | --inc=*)
1713 includedir=$ac_optarg ;;
1714
1715 -infodir | --infodir | --infodi | --infod | --info | --inf)
1716 ac_prev=infodir ;;
1717 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1718 infodir=$ac_optarg ;;
1719
1720 -libdir | --libdir | --libdi | --libd)
1721 ac_prev=libdir ;;
1722 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1723 libdir=$ac_optarg ;;
1724
1725 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1726 | --libexe | --libex | --libe)
1727 ac_prev=libexecdir ;;
1728 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1729 | --libexe=* | --libex=* | --libe=*)
1730 libexecdir=$ac_optarg ;;
1731
1732 -localedir | --localedir | --localedi | --localed | --locale)
1733 ac_prev=localedir ;;
1734 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1735 localedir=$ac_optarg ;;
1736
1737 -localstatedir | --localstatedir | --localstatedi | --localstated \
1738 | --localstate | --localstat | --localsta | --localst | --locals)
1739 ac_prev=localstatedir ;;
1740 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1741 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1742 localstatedir=$ac_optarg ;;
1743
1744 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1745 ac_prev=mandir ;;
1746 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1747 mandir=$ac_optarg ;;
1748
1749 -nfp | --nfp | --nf)
1750 # Obsolete; use --without-fp.
1751 with_fp=no ;;
1752
1753 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1754 | --no-cr | --no-c | -n)
1755 no_create=yes ;;
1756
1757 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1758 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1759 no_recursion=yes ;;
1760
1761 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1762 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1763 | --oldin | --oldi | --old | --ol | --o)
1764 ac_prev=oldincludedir ;;
1765 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1766 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1767 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1768 oldincludedir=$ac_optarg ;;
1769
1770 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1771 ac_prev=prefix ;;
1772 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1773 prefix=$ac_optarg ;;
1774
1775 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1776 | --program-pre | --program-pr | --program-p)
1777 ac_prev=program_prefix ;;
1778 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1779 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1780 program_prefix=$ac_optarg ;;
1781
1782 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1783 | --program-suf | --program-su | --program-s)
1784 ac_prev=program_suffix ;;
1785 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1786 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1787 program_suffix=$ac_optarg ;;
1788
1789 -program-transform-name | --program-transform-name \
1790 | --program-transform-nam | --program-transform-na \
1791 | --program-transform-n | --program-transform- \
1792 | --program-transform | --program-transfor \
1793 | --program-transfo | --program-transf \
1794 | --program-trans | --program-tran \
1795 | --progr-tra | --program-tr | --program-t)
1796 ac_prev=program_transform_name ;;
1797 -program-transform-name=* | --program-transform-name=* \
1798 | --program-transform-nam=* | --program-transform-na=* \
1799 | --program-transform-n=* | --program-transform-=* \
1800 | --program-transform=* | --program-transfor=* \
1801 | --program-transfo=* | --program-transf=* \
1802 | --program-trans=* | --program-tran=* \
1803 | --progr-tra=* | --program-tr=* | --program-t=*)
1804 program_transform_name=$ac_optarg ;;
1805
1806 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1807 ac_prev=pdfdir ;;
1808 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1809 pdfdir=$ac_optarg ;;
1810
1811 -psdir | --psdir | --psdi | --psd | --ps)
1812 ac_prev=psdir ;;
1813 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1814 psdir=$ac_optarg ;;
1815
1816 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1817 | -silent | --silent | --silen | --sile | --sil)
1818 silent=yes ;;
1819
1820 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1821 ac_prev=sbindir ;;
1822 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1823 | --sbi=* | --sb=*)
1824 sbindir=$ac_optarg ;;
1825
1826 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1827 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1828 | --sharedst | --shareds | --shared | --share | --shar \
1829 | --sha | --sh)
1830 ac_prev=sharedstatedir ;;
1831 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1832 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1833 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1834 | --sha=* | --sh=*)
1835 sharedstatedir=$ac_optarg ;;
1836
1837 -site | --site | --sit)
1838 ac_prev=site ;;
1839 -site=* | --site=* | --sit=*)
1840 site=$ac_optarg ;;
1841
1842 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1843 ac_prev=srcdir ;;
1844 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1845 srcdir=$ac_optarg ;;
1846
1847 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1848 | --syscon | --sysco | --sysc | --sys | --sy)
1849 ac_prev=sysconfdir ;;
1850 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1851 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1852 sysconfdir=$ac_optarg ;;
1853
1854 -target | --target | --targe | --targ | --tar | --ta | --t)
1855 ac_prev=target_alias ;;
1856 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1857 target_alias=$ac_optarg ;;
1858
1859 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1860 verbose=yes ;;
1861
1862 -version | --version | --versio | --versi | --vers | -V)
1863 ac_init_version=: ;;
1864
1865 -with-* | --with-*)
1866 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1867 # Reject names that are not valid shell variable names.
1868 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1869 as_fn_error "invalid package name: $ac_useropt"
1870 ac_useropt_orig=$ac_useropt
1871 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1872 case $ac_user_opts in
1873 *"
1874 "with_$ac_useropt"
1875 "*) ;;
1876 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1877 ac_unrecognized_sep=', ';;
1878 esac
1879 eval with_$ac_useropt=\$ac_optarg ;;
1880
1881 -without-* | --without-*)
1882 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1883 # Reject names that are not valid shell variable names.
1884 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1885 as_fn_error "invalid package name: $ac_useropt"
1886 ac_useropt_orig=$ac_useropt
1887 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1888 case $ac_user_opts in
1889 *"
1890 "with_$ac_useropt"
1891 "*) ;;
1892 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1893 ac_unrecognized_sep=', ';;
1894 esac
1895 eval with_$ac_useropt=no ;;
1896
1897 --x)
1898 # Obsolete; use --with-x.
1899 with_x=yes ;;
1900
1901 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1902 | --x-incl | --x-inc | --x-in | --x-i)
1903 ac_prev=x_includes ;;
1904 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1905 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1906 x_includes=$ac_optarg ;;
1907
1908 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1909 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1910 ac_prev=x_libraries ;;
1911 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1912 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1913 x_libraries=$ac_optarg ;;
1914
1915 -*) as_fn_error "unrecognized option: \`$ac_option'
1916 Try \`$0 --help' for more information."
1917 ;;
1918
1919 *=*)
1920 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1921 # Reject names that are not valid shell variable names.
1922 case $ac_envvar in #(
1923 '' | [0-9]* | *[!_$as_cr_alnum]* )
1924 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1925 esac
1926 eval $ac_envvar=\$ac_optarg
1927 export $ac_envvar ;;
1928
1929 *)
1930 # FIXME: should be removed in autoconf 3.0.
1931 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1932 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1933 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1934 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1935 ;;
1936
1937 esac
1938 done
1939
1940 if test -n "$ac_prev"; then
1941 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1942 as_fn_error "missing argument to $ac_option"
1943 fi
1944
1945 if test -n "$ac_unrecognized_opts"; then
1946 case $enable_option_checking in
1947 no) ;;
1948 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1949 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1950 esac
1951 fi
1952
1953 # Check all directory arguments for consistency.
1954 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1955 datadir sysconfdir sharedstatedir localstatedir includedir \
1956 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1957 libdir localedir mandir
1958 do
1959 eval ac_val=\$$ac_var
1960 # Remove trailing slashes.
1961 case $ac_val in
1962 */ )
1963 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1964 eval $ac_var=\$ac_val;;
1965 esac
1966 # Be sure to have absolute directory names.
1967 case $ac_val in
1968 [\\/$]* | ?:[\\/]* ) continue;;
1969 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1970 esac
1971 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1972 done
1973
1974 # There might be people who depend on the old broken behavior: `$host'
1975 # used to hold the argument of --host etc.
1976 # FIXME: To remove some day.
1977 build=$build_alias
1978 host=$host_alias
1979 target=$target_alias
1980
1981 # FIXME: To remove some day.
1982 if test "x$host_alias" != x; then
1983 if test "x$build_alias" = x; then
1984 cross_compiling=maybe
1985 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1986 If a cross compiler is detected then cross compile mode will be used." >&2
1987 elif test "x$build_alias" != "x$host_alias"; then
1988 cross_compiling=yes
1989 fi
1990 fi
1991
1992 ac_tool_prefix=
1993 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1994
1995 test "$silent" = yes && exec 6>/dev/null
1996
1997
1998 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1999 ac_ls_di=`ls -di .` &&
2000 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2001 as_fn_error "working directory cannot be determined"
2002 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2003 as_fn_error "pwd does not report name of working directory"
2004
2005
2006 # Find the source files, if location was not specified.
2007 if test -z "$srcdir"; then
2008 ac_srcdir_defaulted=yes
2009 # Try the directory containing this script, then the parent directory.
2010 ac_confdir=`$as_dirname -- "$as_myself" ||
2011 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2012 X"$as_myself" : 'X\(//\)[^/]' \| \
2013 X"$as_myself" : 'X\(//\)$' \| \
2014 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2015 $as_echo X"$as_myself" |
2016 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2017 s//\1/
2018 q
2019 }
2020 /^X\(\/\/\)[^/].*/{
2021 s//\1/
2022 q
2023 }
2024 /^X\(\/\/\)$/{
2025 s//\1/
2026 q
2027 }
2028 /^X\(\/\).*/{
2029 s//\1/
2030 q
2031 }
2032 s/.*/./; q'`
2033 srcdir=$ac_confdir
2034 if test ! -r "$srcdir/$ac_unique_file"; then
2035 srcdir=..
2036 fi
2037 else
2038 ac_srcdir_defaulted=no
2039 fi
2040 if test ! -r "$srcdir/$ac_unique_file"; then
2041 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2042 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
2043 fi
2044 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2045 ac_abs_confdir=`(
2046 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
2047 pwd)`
2048 # When building in place, set srcdir=.
2049 if test "$ac_abs_confdir" = "$ac_pwd"; then
2050 srcdir=.
2051 fi
2052 # Remove unnecessary trailing slashes from srcdir.
2053 # Double slashes in file names in object file debugging info
2054 # mess up M-x gdb in Emacs.
2055 case $srcdir in
2056 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2057 esac
2058 for ac_var in $ac_precious_vars; do
2059 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2060 eval ac_env_${ac_var}_value=\$${ac_var}
2061 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2062 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2063 done
2064
2065 #
2066 # Report the --help message.
2067 #
2068 if test "$ac_init_help" = "long"; then
2069 # Omit some internal or obsolete options to make the list less imposing.
2070 # This message is too long to be a string in the A/UX 3.1 sh.
2071 cat <<_ACEOF
2072 \`configure' configures emacs 24.3.50 to adapt to many kinds of systems.
2073
2074 Usage: $0 [OPTION]... [VAR=VALUE]...
2075
2076 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2077 VAR=VALUE. See below for descriptions of some of the useful variables.
2078
2079 Defaults for the options are specified in brackets.
2080
2081 Configuration:
2082 -h, --help display this help and exit
2083 --help=short display options specific to this package
2084 --help=recursive display the short help of all the included packages
2085 -V, --version display version information and exit
2086 -q, --quiet, --silent do not print \`checking...' messages
2087 --cache-file=FILE cache test results in FILE [disabled]
2088 -C, --config-cache alias for \`--cache-file=config.cache'
2089 -n, --no-create do not create output files
2090 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2091
2092 Installation directories:
2093 --prefix=PREFIX install architecture-independent files in PREFIX
2094 [$ac_default_prefix]
2095 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2096 [PREFIX]
2097
2098 By default, \`make install' will install all the files in
2099 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2100 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2101 for instance \`--prefix=\$HOME'.
2102
2103 For better control, use the options below.
2104
2105 Fine tuning of the installation directories:
2106 --bindir=DIR user executables [EPREFIX/bin]
2107 --sbindir=DIR system admin executables [EPREFIX/sbin]
2108 --libexecdir=DIR program executables [EPREFIX/libexec]
2109 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2110 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2111 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2112 --libdir=DIR object code libraries [EPREFIX/lib]
2113 --includedir=DIR C header files [PREFIX/include]
2114 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2115 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2116 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2117 --infodir=DIR info documentation [DATAROOTDIR/info]
2118 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2119 --mandir=DIR man documentation [DATAROOTDIR/man]
2120 --docdir=DIR documentation root [DATAROOTDIR/doc/emacs]
2121 --htmldir=DIR html documentation [DOCDIR]
2122 --dvidir=DIR dvi documentation [DOCDIR]
2123 --pdfdir=DIR pdf documentation [DOCDIR]
2124 --psdir=DIR ps documentation [DOCDIR]
2125 _ACEOF
2126
2127 cat <<\_ACEOF
2128
2129 Program names:
2130 --program-prefix=PREFIX prepend PREFIX to installed program names
2131 --program-suffix=SUFFIX append SUFFIX to installed program names
2132 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
2133
2134 X features:
2135 --x-includes=DIR X include files are in DIR
2136 --x-libraries=DIR X library files are in DIR
2137
2138 System types:
2139 --build=BUILD configure for building on BUILD [guessed]
2140 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2141 _ACEOF
2142 fi
2143
2144 if test -n "$ac_init_help"; then
2145 case $ac_init_help in
2146 short | recursive ) echo "Configuration of emacs 24.3.50:";;
2147 esac
2148 cat <<\_ACEOF
2149
2150 Optional Features:
2151 --disable-option-checking ignore unrecognized --enable/--with options
2152 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2153 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2154 --disable-ns-self-contained
2155 disable self contained build under NeXTstep
2156 --enable-locallisppath=PATH
2157 directories Emacs should search for lisp files
2158 specific to this site
2159 --enable-checking[=LIST]
2160 enable expensive run-time checks. With LIST, enable
2161 only specific categories of checks. Categories are:
2162 all,yes,no. Flags are: stringbytes, stringoverrun,
2163 stringfreelist, xmallocoverrun, conslist, glyphs
2164 --enable-check-lisp-object-type
2165 enable compile time checks for the Lisp_Object data
2166 type. This is useful for development for catching
2167 certain types of bugs.
2168 --enable-profiling build emacs with low-level, gprof profiling support.
2169 Mainly useful for debugging Emacs itself. May not
2170 work on all platforms. Stops profiler.el working.
2171 --enable-autodepend automatically generate dependencies to .h-files.
2172 Requires GNU Make and Gcc. Enabled if GNU Make and
2173 Gcc is found
2174 --enable-gtk-deprecation-warnings
2175 Show Gtk+/Gdk deprecation warnings for Gtk+ >= 3.0
2176 --disable-dependency-tracking speeds up one-time build
2177 --enable-dependency-tracking do not reject slow dependency extractors
2178 --disable-largefile omit support for large files
2179 --enable-gcc-warnings turn on lots of GCC warnings/errors. This is
2180 intended for developers, and may generate false
2181 alarms when used with older or non-GNU development
2182 tools.
2183 --enable-link-time-optimization
2184 build emacs with link-time optimization. This is
2185 supported only for GCC since 4.5.0.
2186
2187 Optional Packages:
2188 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2189 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2190 --without-all omit almost all features and build small executable
2191 with minimal dependencies
2192 --without-pop don't support POP mail retrieval with movemail
2193 --with-kerberos support Kerberos-authenticated POP
2194 --with-kerberos5 support Kerberos version 5 authenticated POP
2195 --with-hesiod support Hesiod to get the POP server host
2196 --with-mmdf support MMDF mailboxes
2197 --with-mail-unlink unlink, rather than empty, mail spool after reading
2198 --with-mailhost=HOSTNAME
2199 string giving default POP mail host
2200 --without-sound don't compile with sound support
2201 --with-x-toolkit=KIT use an X toolkit (KIT one of: yes or gtk, gtk2,
2202 gtk3, lucid or athena, motif, no)
2203 --with-wide-int prefer wide Emacs integers (typically 62-bit)
2204 --without-xpm don't compile with XPM image support
2205 --without-jpeg don't compile with JPEG image support
2206 --without-tiff don't compile with TIFF image support
2207 --without-gif don't compile with GIF image support
2208 --without-png don't compile with PNG image support
2209 --without-rsvg don't compile with SVG image support
2210 --without-xml2 don't compile with XML parsing support
2211 --without-imagemagick don't compile with ImageMagick image support
2212 --without-xft don't use XFT for anti aliased fonts
2213 --without-libotf don't use libotf for OpenType font support
2214 --without-m17n-flt don't use m17n-flt for text shaping
2215 --without-toolkit-scroll-bars
2216 don't use Motif or Xaw3d scroll bars
2217 --without-xaw3d don't use Xaw3d
2218 --without-xim don't use X11 XIM
2219 --with-ns use NeXTstep (Cocoa or GNUstep) windowing system
2220 --with-w32 use native MS Windows GUI
2221 --without-gpm don't use -lgpm for mouse support on a GNU/Linux
2222 console
2223 --without-dbus don't compile with D-Bus support
2224 --without-gconf don't compile with GConf support
2225 --without-gsettings don't compile with GSettings support
2226 --without-selinux don't compile with SELinux support
2227 --without-acl don't compile with ACL support
2228 --without-gnutls don't use -lgnutls for SSL/TLS support
2229 --without-inotify don't compile with inotify (file-watch) support
2230 --without-makeinfo don't require makeinfo for building manuals
2231 --without-compress-info don't compress the installed Info pages
2232 --with-pkg-config-prog=FILENAME
2233 file name of pkg-config for finding GTK and librsvg
2234 --with-gameuser=USER user for shared game score files
2235 --with-gnustep-conf=FILENAME
2236 name of GNUstep.conf; default $GNUSTEP_CONFIG_FILE,
2237 or /etc/GNUstep/GNUstep.conf
2238 --with-x use the X Window System
2239
2240 Some influential environment variables:
2241 CC C compiler command
2242 CFLAGS C compiler flags
2243 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2244 nonstandard directory <lib dir>
2245 LIBS libraries to pass to the linker, e.g. -l<library>
2246 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2247 you have headers in a nonstandard directory <include dir>
2248 CPP C preprocessor
2249 XMKMF Path to xmkmf, Makefile generator for X Window System
2250
2251 Use these variables to override the choices made by `configure' or to help
2252 it to find libraries and programs with nonstandard names/locations.
2253
2254 Report bugs to the package provider.
2255 _ACEOF
2256 ac_status=$?
2257 fi
2258
2259 if test "$ac_init_help" = "recursive"; then
2260 # If there are subdirs, report their specific --help.
2261 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2262 test -d "$ac_dir" ||
2263 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2264 continue
2265 ac_builddir=.
2266
2267 case "$ac_dir" in
2268 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2269 *)
2270 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2271 # A ".." for each directory in $ac_dir_suffix.
2272 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2273 case $ac_top_builddir_sub in
2274 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2275 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2276 esac ;;
2277 esac
2278 ac_abs_top_builddir=$ac_pwd
2279 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2280 # for backward compatibility:
2281 ac_top_builddir=$ac_top_build_prefix
2282
2283 case $srcdir in
2284 .) # We are building in place.
2285 ac_srcdir=.
2286 ac_top_srcdir=$ac_top_builddir_sub
2287 ac_abs_top_srcdir=$ac_pwd ;;
2288 [\\/]* | ?:[\\/]* ) # Absolute name.
2289 ac_srcdir=$srcdir$ac_dir_suffix;
2290 ac_top_srcdir=$srcdir
2291 ac_abs_top_srcdir=$srcdir ;;
2292 *) # Relative name.
2293 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2294 ac_top_srcdir=$ac_top_build_prefix$srcdir
2295 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2296 esac
2297 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2298
2299 cd "$ac_dir" || { ac_status=$?; continue; }
2300 # Check for guested configure.
2301 if test -f "$ac_srcdir/configure.gnu"; then
2302 echo &&
2303 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2304 elif test -f "$ac_srcdir/configure"; then
2305 echo &&
2306 $SHELL "$ac_srcdir/configure" --help=recursive
2307 else
2308 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2309 fi || ac_status=$?
2310 cd "$ac_pwd" || { ac_status=$?; break; }
2311 done
2312 fi
2313
2314 test -n "$ac_init_help" && exit $ac_status
2315 if $ac_init_version; then
2316 cat <<\_ACEOF
2317 emacs configure 24.3.50
2318 generated by GNU Autoconf 2.65
2319
2320 Copyright (C) 2009 Free Software Foundation, Inc.
2321 This configure script is free software; the Free Software Foundation
2322 gives unlimited permission to copy, distribute and modify it.
2323 _ACEOF
2324 exit
2325 fi
2326
2327 ## ------------------------ ##
2328 ## Autoconf initialization. ##
2329 ## ------------------------ ##
2330
2331 # ac_fn_c_try_compile LINENO
2332 # --------------------------
2333 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2334 ac_fn_c_try_compile ()
2335 {
2336 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2337 rm -f conftest.$ac_objext
2338 if { { ac_try="$ac_compile"
2339 case "(($ac_try" in
2340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2341 *) ac_try_echo=$ac_try;;
2342 esac
2343 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2344 $as_echo "$ac_try_echo"; } >&5
2345 (eval "$ac_compile") 2>conftest.err
2346 ac_status=$?
2347 if test -s conftest.err; then
2348 grep -v '^ *+' conftest.err >conftest.er1
2349 cat conftest.er1 >&5
2350 mv -f conftest.er1 conftest.err
2351 fi
2352 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2353 test $ac_status = 0; } && {
2354 test -z "$ac_c_werror_flag" ||
2355 test ! -s conftest.err
2356 } && test -s conftest.$ac_objext; then :
2357 ac_retval=0
2358 else
2359 $as_echo "$as_me: failed program was:" >&5
2360 sed 's/^/| /' conftest.$ac_ext >&5
2361
2362 ac_retval=1
2363 fi
2364 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2365 as_fn_set_status $ac_retval
2366
2367 } # ac_fn_c_try_compile
2368
2369 # ac_fn_c_try_cpp LINENO
2370 # ----------------------
2371 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2372 ac_fn_c_try_cpp ()
2373 {
2374 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2375 if { { ac_try="$ac_cpp conftest.$ac_ext"
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_cpp conftest.$ac_ext") 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
2388 fi
2389 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2390 test $ac_status = 0; } >/dev/null && {
2391 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2392 test ! -s conftest.err
2393 }; then :
2394 ac_retval=0
2395 else
2396 $as_echo "$as_me: failed program was:" >&5
2397 sed 's/^/| /' conftest.$ac_ext >&5
2398
2399 ac_retval=1
2400 fi
2401 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2402 as_fn_set_status $ac_retval
2403
2404 } # ac_fn_c_try_cpp
2405
2406 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2407 # -------------------------------------------------------
2408 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2409 # the include files in INCLUDES and setting the cache variable VAR
2410 # accordingly.
2411 ac_fn_c_check_header_mongrel ()
2412 {
2413 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2414 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2416 $as_echo_n "checking for $2... " >&6; }
2417 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2418 $as_echo_n "(cached) " >&6
2419 fi
2420 eval ac_res=\$$3
2421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2422 $as_echo "$ac_res" >&6; }
2423 else
2424 # Is the header compilable?
2425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2426 $as_echo_n "checking $2 usability... " >&6; }
2427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2428 /* end confdefs.h. */
2429 $4
2430 #include <$2>
2431 _ACEOF
2432 if ac_fn_c_try_compile "$LINENO"; then :
2433 ac_header_compiler=yes
2434 else
2435 ac_header_compiler=no
2436 fi
2437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2439 $as_echo "$ac_header_compiler" >&6; }
2440
2441 # Is the header present?
2442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2443 $as_echo_n "checking $2 presence... " >&6; }
2444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2445 /* end confdefs.h. */
2446 #include <$2>
2447 _ACEOF
2448 if ac_fn_c_try_cpp "$LINENO"; then :
2449 ac_header_preproc=yes
2450 else
2451 ac_header_preproc=no
2452 fi
2453 rm -f conftest.err conftest.$ac_ext
2454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2455 $as_echo "$ac_header_preproc" >&6; }
2456
2457 # So? What about this header?
2458 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2459 yes:no: )
2460 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2461 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2462 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2463 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2464 ;;
2465 no:yes:* )
2466 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2467 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2468 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2469 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2470 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2471 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2472 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2473 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2474 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2475 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2476 ;;
2477 esac
2478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2479 $as_echo_n "checking for $2... " >&6; }
2480 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2481 $as_echo_n "(cached) " >&6
2482 else
2483 eval "$3=\$ac_header_compiler"
2484 fi
2485 eval ac_res=\$$3
2486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2487 $as_echo "$ac_res" >&6; }
2488 fi
2489 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2490
2491 } # ac_fn_c_check_header_mongrel
2492
2493 # ac_fn_c_try_run LINENO
2494 # ----------------------
2495 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2496 # that executables *can* be run.
2497 ac_fn_c_try_run ()
2498 {
2499 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2500 if { { ac_try="$ac_link"
2501 case "(($ac_try" in
2502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2503 *) ac_try_echo=$ac_try;;
2504 esac
2505 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2506 $as_echo "$ac_try_echo"; } >&5
2507 (eval "$ac_link") 2>&5
2508 ac_status=$?
2509 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2510 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2511 { { case "(($ac_try" in
2512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2513 *) ac_try_echo=$ac_try;;
2514 esac
2515 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2516 $as_echo "$ac_try_echo"; } >&5
2517 (eval "$ac_try") 2>&5
2518 ac_status=$?
2519 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2520 test $ac_status = 0; }; }; then :
2521 ac_retval=0
2522 else
2523 $as_echo "$as_me: program exited with status $ac_status" >&5
2524 $as_echo "$as_me: failed program was:" >&5
2525 sed 's/^/| /' conftest.$ac_ext >&5
2526
2527 ac_retval=$ac_status
2528 fi
2529 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2530 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2531 as_fn_set_status $ac_retval
2532
2533 } # ac_fn_c_try_run
2534
2535 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2536 # -------------------------------------------------------
2537 # Tests whether HEADER exists and can be compiled using the include files in
2538 # INCLUDES, setting the cache variable VAR accordingly.
2539 ac_fn_c_check_header_compile ()
2540 {
2541 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2543 $as_echo_n "checking for $2... " >&6; }
2544 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2545 $as_echo_n "(cached) " >&6
2546 else
2547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2548 /* end confdefs.h. */
2549 $4
2550 #include <$2>
2551 _ACEOF
2552 if ac_fn_c_try_compile "$LINENO"; then :
2553 eval "$3=yes"
2554 else
2555 eval "$3=no"
2556 fi
2557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2558 fi
2559 eval ac_res=\$$3
2560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2561 $as_echo "$ac_res" >&6; }
2562 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2563
2564 } # ac_fn_c_check_header_compile
2565
2566 # ac_fn_c_try_link LINENO
2567 # -----------------------
2568 # Try to link conftest.$ac_ext, and return whether this succeeded.
2569 ac_fn_c_try_link ()
2570 {
2571 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2572 rm -f conftest.$ac_objext conftest$ac_exeext
2573 if { { ac_try="$ac_link"
2574 case "(($ac_try" in
2575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2576 *) ac_try_echo=$ac_try;;
2577 esac
2578 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2579 $as_echo "$ac_try_echo"; } >&5
2580 (eval "$ac_link") 2>conftest.err
2581 ac_status=$?
2582 if test -s conftest.err; then
2583 grep -v '^ *+' conftest.err >conftest.er1
2584 cat conftest.er1 >&5
2585 mv -f conftest.er1 conftest.err
2586 fi
2587 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2588 test $ac_status = 0; } && {
2589 test -z "$ac_c_werror_flag" ||
2590 test ! -s conftest.err
2591 } && test -s conftest$ac_exeext && {
2592 test "$cross_compiling" = yes ||
2593 $as_test_x conftest$ac_exeext
2594 }; then :
2595 ac_retval=0
2596 else
2597 $as_echo "$as_me: failed program was:" >&5
2598 sed 's/^/| /' conftest.$ac_ext >&5
2599
2600 ac_retval=1
2601 fi
2602 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2603 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2604 # interfere with the next link command; also delete a directory that is
2605 # left behind by Apple's compiler. We do this before executing the actions.
2606 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2607 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2608 as_fn_set_status $ac_retval
2609
2610 } # ac_fn_c_try_link
2611
2612 # ac_fn_c_check_decl LINENO SYMBOL VAR
2613 # ------------------------------------
2614 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2615 ac_fn_c_check_decl ()
2616 {
2617 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
2619 $as_echo_n "checking whether $2 is declared... " >&6; }
2620 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2621 $as_echo_n "(cached) " >&6
2622 else
2623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2624 /* end confdefs.h. */
2625 $4
2626 int
2627 main ()
2628 {
2629 #ifndef $2
2630 (void) $2;
2631 #endif
2632
2633 ;
2634 return 0;
2635 }
2636 _ACEOF
2637 if ac_fn_c_try_compile "$LINENO"; then :
2638 eval "$3=yes"
2639 else
2640 eval "$3=no"
2641 fi
2642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2643 fi
2644 eval ac_res=\$$3
2645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2646 $as_echo "$ac_res" >&6; }
2647 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2648
2649 } # ac_fn_c_check_decl
2650
2651 # ac_fn_c_check_header_preproc LINENO HEADER VAR
2652 # ----------------------------------------------
2653 # Tests whether HEADER is present, setting the cache variable VAR accordingly.
2654 ac_fn_c_check_header_preproc ()
2655 {
2656 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2658 $as_echo_n "checking for $2... " >&6; }
2659 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2660 $as_echo_n "(cached) " >&6
2661 else
2662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2663 /* end confdefs.h. */
2664 #include <$2>
2665 _ACEOF
2666 if ac_fn_c_try_cpp "$LINENO"; then :
2667 eval "$3=yes"
2668 else
2669 eval "$3=no"
2670 fi
2671 rm -f conftest.err conftest.$ac_ext
2672 fi
2673 eval ac_res=\$$3
2674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2675 $as_echo "$ac_res" >&6; }
2676 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2677
2678 } # ac_fn_c_check_header_preproc
2679
2680 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2681 # ----------------------------------------------------
2682 # Tries to find if the field MEMBER exists in type AGGR, after including
2683 # INCLUDES, setting cache variable VAR accordingly.
2684 ac_fn_c_check_member ()
2685 {
2686 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2688 $as_echo_n "checking for $2.$3... " >&6; }
2689 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2690 $as_echo_n "(cached) " >&6
2691 else
2692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2693 /* end confdefs.h. */
2694 $5
2695 int
2696 main ()
2697 {
2698 static $2 ac_aggr;
2699 if (ac_aggr.$3)
2700 return 0;
2701 ;
2702 return 0;
2703 }
2704 _ACEOF
2705 if ac_fn_c_try_compile "$LINENO"; then :
2706 eval "$4=yes"
2707 else
2708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2709 /* end confdefs.h. */
2710 $5
2711 int
2712 main ()
2713 {
2714 static $2 ac_aggr;
2715 if (sizeof ac_aggr.$3)
2716 return 0;
2717 ;
2718 return 0;
2719 }
2720 _ACEOF
2721 if ac_fn_c_try_compile "$LINENO"; then :
2722 eval "$4=yes"
2723 else
2724 eval "$4=no"
2725 fi
2726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2727 fi
2728 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2729 fi
2730 eval ac_res=\$$4
2731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2732 $as_echo "$ac_res" >&6; }
2733 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2734
2735 } # ac_fn_c_check_member
2736
2737 # ac_fn_c_check_func LINENO FUNC VAR
2738 # ----------------------------------
2739 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2740 ac_fn_c_check_func ()
2741 {
2742 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2744 $as_echo_n "checking for $2... " >&6; }
2745 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2746 $as_echo_n "(cached) " >&6
2747 else
2748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2749 /* end confdefs.h. */
2750 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2751 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2752 #define $2 innocuous_$2
2753
2754 /* System header to define __stub macros and hopefully few prototypes,
2755 which can conflict with char $2 (); below.
2756 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2757 <limits.h> exists even on freestanding compilers. */
2758
2759 #ifdef __STDC__
2760 # include <limits.h>
2761 #else
2762 # include <assert.h>
2763 #endif
2764
2765 #undef $2
2766
2767 /* Override any GCC internal prototype to avoid an error.
2768 Use char because int might match the return type of a GCC
2769 builtin and then its argument prototype would still apply. */
2770 #ifdef __cplusplus
2771 extern "C"
2772 #endif
2773 char $2 ();
2774 /* The GNU C library defines this for functions which it implements
2775 to always fail with ENOSYS. Some functions are actually named
2776 something starting with __ and the normal name is an alias. */
2777 #if defined __stub_$2 || defined __stub___$2
2778 choke me
2779 #endif
2780
2781 int
2782 main ()
2783 {
2784 return $2 ();
2785 ;
2786 return 0;
2787 }
2788 _ACEOF
2789 if ac_fn_c_try_link "$LINENO"; then :
2790 eval "$3=yes"
2791 else
2792 eval "$3=no"
2793 fi
2794 rm -f core conftest.err conftest.$ac_objext \
2795 conftest$ac_exeext conftest.$ac_ext
2796 fi
2797 eval ac_res=\$$3
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2799 $as_echo "$ac_res" >&6; }
2800 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2801
2802 } # ac_fn_c_check_func
2803
2804 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2805 # -------------------------------------------
2806 # Tests whether TYPE exists after having included INCLUDES, setting cache
2807 # variable VAR accordingly.
2808 ac_fn_c_check_type ()
2809 {
2810 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2812 $as_echo_n "checking for $2... " >&6; }
2813 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2814 $as_echo_n "(cached) " >&6
2815 else
2816 eval "$3=no"
2817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2818 /* end confdefs.h. */
2819 $4
2820 int
2821 main ()
2822 {
2823 if (sizeof ($2))
2824 return 0;
2825 ;
2826 return 0;
2827 }
2828 _ACEOF
2829 if ac_fn_c_try_compile "$LINENO"; then :
2830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2831 /* end confdefs.h. */
2832 $4
2833 int
2834 main ()
2835 {
2836 if (sizeof (($2)))
2837 return 0;
2838 ;
2839 return 0;
2840 }
2841 _ACEOF
2842 if ac_fn_c_try_compile "$LINENO"; then :
2843
2844 else
2845 eval "$3=yes"
2846 fi
2847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2848 fi
2849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2850 fi
2851 eval ac_res=\$$3
2852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2853 $as_echo "$ac_res" >&6; }
2854 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2855
2856 } # ac_fn_c_check_type
2857
2858 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2859 # --------------------------------------------
2860 # Tries to find the compile-time value of EXPR in a program that includes
2861 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2862 # computed
2863 ac_fn_c_compute_int ()
2864 {
2865 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2866 if test "$cross_compiling" = yes; then
2867 # Depending upon the size, compute the lo and hi bounds.
2868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2869 /* end confdefs.h. */
2870 $4
2871 int
2872 main ()
2873 {
2874 static int test_array [1 - 2 * !(($2) >= 0)];
2875 test_array [0] = 0
2876
2877 ;
2878 return 0;
2879 }
2880 _ACEOF
2881 if ac_fn_c_try_compile "$LINENO"; then :
2882 ac_lo=0 ac_mid=0
2883 while :; do
2884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2885 /* end confdefs.h. */
2886 $4
2887 int
2888 main ()
2889 {
2890 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2891 test_array [0] = 0
2892
2893 ;
2894 return 0;
2895 }
2896 _ACEOF
2897 if ac_fn_c_try_compile "$LINENO"; then :
2898 ac_hi=$ac_mid; break
2899 else
2900 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2901 if test $ac_lo -le $ac_mid; then
2902 ac_lo= ac_hi=
2903 break
2904 fi
2905 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2906 fi
2907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2908 done
2909 else
2910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2911 /* end confdefs.h. */
2912 $4
2913 int
2914 main ()
2915 {
2916 static int test_array [1 - 2 * !(($2) < 0)];
2917 test_array [0] = 0
2918
2919 ;
2920 return 0;
2921 }
2922 _ACEOF
2923 if ac_fn_c_try_compile "$LINENO"; then :
2924 ac_hi=-1 ac_mid=-1
2925 while :; do
2926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2927 /* end confdefs.h. */
2928 $4
2929 int
2930 main ()
2931 {
2932 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2933 test_array [0] = 0
2934
2935 ;
2936 return 0;
2937 }
2938 _ACEOF
2939 if ac_fn_c_try_compile "$LINENO"; then :
2940 ac_lo=$ac_mid; break
2941 else
2942 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2943 if test $ac_mid -le $ac_hi; then
2944 ac_lo= ac_hi=
2945 break
2946 fi
2947 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2948 fi
2949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2950 done
2951 else
2952 ac_lo= ac_hi=
2953 fi
2954 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2955 fi
2956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2957 # Binary search between lo and hi bounds.
2958 while test "x$ac_lo" != "x$ac_hi"; do
2959 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2961 /* end confdefs.h. */
2962 $4
2963 int
2964 main ()
2965 {
2966 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2967 test_array [0] = 0
2968
2969 ;
2970 return 0;
2971 }
2972 _ACEOF
2973 if ac_fn_c_try_compile "$LINENO"; then :
2974 ac_hi=$ac_mid
2975 else
2976 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2977 fi
2978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2979 done
2980 case $ac_lo in #((
2981 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2982 '') ac_retval=1 ;;
2983 esac
2984 else
2985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2986 /* end confdefs.h. */
2987 $4
2988 static long int longval () { return $2; }
2989 static unsigned long int ulongval () { return $2; }
2990 #include <stdio.h>
2991 #include <stdlib.h>
2992 int
2993 main ()
2994 {
2995
2996 FILE *f = fopen ("conftest.val", "w");
2997 if (! f)
2998 return 1;
2999 if (($2) < 0)
3000 {
3001 long int i = longval ();
3002 if (i != ($2))
3003 return 1;
3004 fprintf (f, "%ld", i);
3005 }
3006 else
3007 {
3008 unsigned long int i = ulongval ();
3009 if (i != ($2))
3010 return 1;
3011 fprintf (f, "%lu", i);
3012 }
3013 /* Do not output a trailing newline, as this causes \r\n confusion
3014 on some platforms. */
3015 return ferror (f) || fclose (f) != 0;
3016
3017 ;
3018 return 0;
3019 }
3020 _ACEOF
3021 if ac_fn_c_try_run "$LINENO"; then :
3022 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
3023 else
3024 ac_retval=1
3025 fi
3026 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3027 conftest.$ac_objext conftest.beam conftest.$ac_ext
3028 rm -f conftest.val
3029
3030 fi
3031 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
3032 as_fn_set_status $ac_retval
3033
3034 } # ac_fn_c_compute_int
3035 cat >config.log <<_ACEOF
3036 This file contains any messages produced by compilers while
3037 running configure, to aid debugging if configure makes a mistake.
3038
3039 It was created by emacs $as_me 24.3.50, which was
3040 generated by GNU Autoconf 2.65. Invocation command line was
3041
3042 $ $0 $@
3043
3044 _ACEOF
3045 exec 5>>config.log
3046 {
3047 cat <<_ASUNAME
3048 ## --------- ##
3049 ## Platform. ##
3050 ## --------- ##
3051
3052 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3053 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3054 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3055 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3056 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3057
3058 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3059 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3060
3061 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3062 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3063 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3064 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3065 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3066 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3067 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3068
3069 _ASUNAME
3070
3071 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3072 for as_dir in $PATH
3073 do
3074 IFS=$as_save_IFS
3075 test -z "$as_dir" && as_dir=.
3076 $as_echo "PATH: $as_dir"
3077 done
3078 IFS=$as_save_IFS
3079
3080 } >&5
3081
3082 cat >&5 <<_ACEOF
3083
3084
3085 ## ----------- ##
3086 ## Core tests. ##
3087 ## ----------- ##
3088
3089 _ACEOF
3090
3091
3092 # Keep a trace of the command line.
3093 # Strip out --no-create and --no-recursion so they do not pile up.
3094 # Strip out --silent because we don't want to record it for future runs.
3095 # Also quote any args containing shell meta-characters.
3096 # Make two passes to allow for proper duplicate-argument suppression.
3097 ac_configure_args=
3098 ac_configure_args0=
3099 ac_configure_args1=
3100 ac_must_keep_next=false
3101 for ac_pass in 1 2
3102 do
3103 for ac_arg
3104 do
3105 case $ac_arg in
3106 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3107 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3108 | -silent | --silent | --silen | --sile | --sil)
3109 continue ;;
3110 *\'*)
3111 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3112 esac
3113 case $ac_pass in
3114 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
3115 2)
3116 as_fn_append ac_configure_args1 " '$ac_arg'"
3117 if test $ac_must_keep_next = true; then
3118 ac_must_keep_next=false # Got value, back to normal.
3119 else
3120 case $ac_arg in
3121 *=* | --config-cache | -C | -disable-* | --disable-* \
3122 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3123 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3124 | -with-* | --with-* | -without-* | --without-* | --x)
3125 case "$ac_configure_args0 " in
3126 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3127 esac
3128 ;;
3129 -* ) ac_must_keep_next=true ;;
3130 esac
3131 fi
3132 as_fn_append ac_configure_args " '$ac_arg'"
3133 ;;
3134 esac
3135 done
3136 done
3137 { ac_configure_args0=; unset ac_configure_args0;}
3138 { ac_configure_args1=; unset ac_configure_args1;}
3139
3140 # When interrupted or exit'd, cleanup temporary files, and complete
3141 # config.log. We remove comments because anyway the quotes in there
3142 # would cause problems or look ugly.
3143 # WARNING: Use '\'' to represent an apostrophe within the trap.
3144 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3145 trap 'exit_status=$?
3146 # Save into config.log some information that might help in debugging.
3147 {
3148 echo
3149
3150 cat <<\_ASBOX
3151 ## ---------------- ##
3152 ## Cache variables. ##
3153 ## ---------------- ##
3154 _ASBOX
3155 echo
3156 # The following way of writing the cache mishandles newlines in values,
3157 (
3158 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3159 eval ac_val=\$$ac_var
3160 case $ac_val in #(
3161 *${as_nl}*)
3162 case $ac_var in #(
3163 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3164 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3165 esac
3166 case $ac_var in #(
3167 _ | IFS | as_nl) ;; #(
3168 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3169 *) { eval $ac_var=; unset $ac_var;} ;;
3170 esac ;;
3171 esac
3172 done
3173 (set) 2>&1 |
3174 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3175 *${as_nl}ac_space=\ *)
3176 sed -n \
3177 "s/'\''/'\''\\\\'\'''\''/g;
3178 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3179 ;; #(
3180 *)
3181 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3182 ;;
3183 esac |
3184 sort
3185 )
3186 echo
3187
3188 cat <<\_ASBOX
3189 ## ----------------- ##
3190 ## Output variables. ##
3191 ## ----------------- ##
3192 _ASBOX
3193 echo
3194 for ac_var in $ac_subst_vars
3195 do
3196 eval ac_val=\$$ac_var
3197 case $ac_val in
3198 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3199 esac
3200 $as_echo "$ac_var='\''$ac_val'\''"
3201 done | sort
3202 echo
3203
3204 if test -n "$ac_subst_files"; then
3205 cat <<\_ASBOX
3206 ## ------------------- ##
3207 ## File substitutions. ##
3208 ## ------------------- ##
3209 _ASBOX
3210 echo
3211 for ac_var in $ac_subst_files
3212 do
3213 eval ac_val=\$$ac_var
3214 case $ac_val in
3215 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3216 esac
3217 $as_echo "$ac_var='\''$ac_val'\''"
3218 done | sort
3219 echo
3220 fi
3221
3222 if test -s confdefs.h; then
3223 cat <<\_ASBOX
3224 ## ----------- ##
3225 ## confdefs.h. ##
3226 ## ----------- ##
3227 _ASBOX
3228 echo
3229 cat confdefs.h
3230 echo
3231 fi
3232 test "$ac_signal" != 0 &&
3233 $as_echo "$as_me: caught signal $ac_signal"
3234 $as_echo "$as_me: exit $exit_status"
3235 } >&5
3236 rm -f core *.core core.conftest.* &&
3237 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3238 exit $exit_status
3239 ' 0
3240 for ac_signal in 1 2 13 15; do
3241 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3242 done
3243 ac_signal=0
3244
3245 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3246 rm -f -r conftest* confdefs.h
3247
3248 $as_echo "/* confdefs.h */" > confdefs.h
3249
3250 # Predefined preprocessor variables.
3251
3252 cat >>confdefs.h <<_ACEOF
3253 #define PACKAGE_NAME "$PACKAGE_NAME"
3254 _ACEOF
3255
3256 cat >>confdefs.h <<_ACEOF
3257 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3258 _ACEOF
3259
3260 cat >>confdefs.h <<_ACEOF
3261 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3262 _ACEOF
3263
3264 cat >>confdefs.h <<_ACEOF
3265 #define PACKAGE_STRING "$PACKAGE_STRING"
3266 _ACEOF
3267
3268 cat >>confdefs.h <<_ACEOF
3269 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3270 _ACEOF
3271
3272 cat >>confdefs.h <<_ACEOF
3273 #define PACKAGE_URL "$PACKAGE_URL"
3274 _ACEOF
3275
3276
3277 # Let the site file select an alternate cache file if it wants to.
3278 # Prefer an explicitly selected file to automatically selected ones.
3279 ac_site_file1=NONE
3280 ac_site_file2=NONE
3281 if test -n "$CONFIG_SITE"; then
3282 ac_site_file1=$CONFIG_SITE
3283 elif test "x$prefix" != xNONE; then
3284 ac_site_file1=$prefix/share/config.site
3285 ac_site_file2=$prefix/etc/config.site
3286 else
3287 ac_site_file1=$ac_default_prefix/share/config.site
3288 ac_site_file2=$ac_default_prefix/etc/config.site
3289 fi
3290 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3291 do
3292 test "x$ac_site_file" = xNONE && continue
3293 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3294 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3295 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3296 sed 's/^/| /' "$ac_site_file" >&5
3297 . "$ac_site_file"
3298 fi
3299 done
3300
3301 if test -r "$cache_file"; then
3302 # Some versions of bash will fail to source /dev/null (special files
3303 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3304 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3305 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3306 $as_echo "$as_me: loading cache $cache_file" >&6;}
3307 case $cache_file in
3308 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3309 *) . "./$cache_file";;
3310 esac
3311 fi
3312 else
3313 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3314 $as_echo "$as_me: creating cache $cache_file" >&6;}
3315 >$cache_file
3316 fi
3317
3318 as_fn_append ac_header_list " linux/version.h"
3319 as_fn_append ac_header_list " sys/systeminfo.h"
3320 as_fn_append ac_header_list " coff.h"
3321 as_fn_append ac_header_list " pty.h"
3322 as_fn_append ac_header_list " sys/resource.h"
3323 as_fn_append ac_header_list " sys/utsname.h"
3324 as_fn_append ac_header_list " pwd.h"
3325 as_fn_append ac_header_list " utmp.h"
3326 as_fn_append ac_header_list " util.h"
3327 as_fn_append ac_header_list " sys/socket.h"
3328 as_fn_append ac_header_list " stdlib.h"
3329 as_fn_append ac_header_list " unistd.h"
3330 as_fn_append ac_header_list " sys/param.h"
3331 as_fn_append ac_header_list " pthread.h"
3332 as_fn_append ac_header_list " malloc/malloc.h"
3333 as_fn_append ac_header_list " maillock.h"
3334 as_fn_append ac_header_list " sys/un.h"
3335 as_fn_append ac_func_list " tzset"
3336 as_fn_append ac_func_list " readlinkat"
3337 as_fn_append ac_header_list " dirent.h"
3338 as_fn_append ac_header_list " execinfo.h"
3339 as_fn_append ac_func_list " faccessat"
3340 as_fn_append ac_func_list " fdopendir"
3341 as_fn_append ac_header_list " stdio_ext.h"
3342 as_fn_append ac_func_list " __fpending"
3343 as_fn_append ac_func_list " fstatat"
3344 as_fn_append ac_func_list " fsync"
3345 gl_getopt_required=GNU
3346 as_fn_append ac_header_list " getopt.h"
3347 as_fn_append ac_func_list " gettimeofday"
3348 as_fn_append ac_func_list " nanotime"
3349 as_fn_append ac_header_list " sys/time.h"
3350 as_fn_append ac_header_list " wchar.h"
3351 as_fn_append ac_header_list " stdint.h"
3352 as_fn_append ac_header_list " inttypes.h"
3353 as_fn_append ac_func_list " lstat"
3354 as_fn_append ac_header_list " sys/select.h"
3355 as_fn_append ac_func_list " pselect"
3356 as_fn_append ac_func_list " pthread_sigmask"
3357 as_fn_append ac_func_list " readlink"
3358 as_fn_append ac_func_list " strtoimax"
3359 as_fn_append ac_func_list " strtoumax"
3360 as_fn_append ac_func_list " symlink"
3361 as_fn_append ac_header_list " sys/stat.h"
3362 as_fn_append ac_func_list " localtime_r"
3363 as_fn_append ac_header_list " utime.h"
3364 as_fn_append ac_func_list " futimes"
3365 as_fn_append ac_func_list " futimesat"
3366 as_fn_append ac_func_list " futimens"
3367 as_fn_append ac_func_list " utimensat"
3368 as_fn_append ac_func_list " lutimes"
3369 # Check that the precious variables saved in the cache have kept the same
3370 # value.
3371 ac_cache_corrupted=false
3372 for ac_var in $ac_precious_vars; do
3373 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3374 eval ac_new_set=\$ac_env_${ac_var}_set
3375 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3376 eval ac_new_val=\$ac_env_${ac_var}_value
3377 case $ac_old_set,$ac_new_set in
3378 set,)
3379 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3380 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3381 ac_cache_corrupted=: ;;
3382 ,set)
3383 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3384 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3385 ac_cache_corrupted=: ;;
3386 ,);;
3387 *)
3388 if test "x$ac_old_val" != "x$ac_new_val"; then
3389 # differences in whitespace do not lead to failure.
3390 ac_old_val_w=`echo x $ac_old_val`
3391 ac_new_val_w=`echo x $ac_new_val`
3392 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3393 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3394 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3395 ac_cache_corrupted=:
3396 else
3397 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3398 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3399 eval $ac_var=\$ac_old_val
3400 fi
3401 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3402 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3403 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3404 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3405 fi;;
3406 esac
3407 # Pass precious variables to config.status.
3408 if test "$ac_new_set" = set; then
3409 case $ac_new_val in
3410 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3411 *) ac_arg=$ac_var=$ac_new_val ;;
3412 esac
3413 case " $ac_configure_args " in
3414 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3415 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3416 esac
3417 fi
3418 done
3419 if $ac_cache_corrupted; then
3420 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3421 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3422 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3423 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3424 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3425 fi
3426 ## -------------------- ##
3427 ## Main body of script. ##
3428 ## -------------------- ##
3429
3430 ac_ext=c
3431 ac_cpp='$CPP $CPPFLAGS'
3432 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3433 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3434 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3435
3436
3437
3438 emacs_config_options="$@"
3439 ## Add some environment variables, if they were passed via the environment
3440 ## rather than on the command-line.
3441 for var in CFLAGS CPPFLAGS LDFLAGS; do
3442 case "$emacs_config_options" in
3443 *$var=*) continue ;;
3444 esac
3445 eval val="\$${var}"
3446 test x"$val" = x && continue
3447 emacs_config_options="${emacs_config_options}${emacs_config_options:+ }$var=\"$val\""
3448 done
3449
3450 ac_config_headers="$ac_config_headers src/config.h:src/config.in"
3451
3452
3453 ac_aux_dir=
3454 for ac_dir in build-aux "$srcdir"/build-aux; do
3455 for ac_t in install-sh install.sh shtool; do
3456 if test -f "$ac_dir/$ac_t"; then
3457 ac_aux_dir=$ac_dir
3458 ac_install_sh="$ac_aux_dir/$ac_t -c"
3459 break 2
3460 fi
3461 done
3462 done
3463 if test -z "$ac_aux_dir"; then
3464 as_fn_error "cannot find install-sh, install.sh, or shtool in build-aux \"$srcdir\"/build-aux" "$LINENO" 5
3465 fi
3466
3467 # These three variables are undocumented and unsupported,
3468 # and are intended to be withdrawn in a future Autoconf release.
3469 # They can cause serious problems if a builder's source tree is in a directory
3470 # whose full name contains unusual characters.
3471 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3472 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3473 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3474
3475
3476 am__api_version='1.11'
3477
3478 # Find a good install program. We prefer a C program (faster),
3479 # so one script is as good as another. But avoid the broken or
3480 # incompatible versions:
3481 # SysV /etc/install, /usr/sbin/install
3482 # SunOS /usr/etc/install
3483 # IRIX /sbin/install
3484 # AIX /bin/install
3485 # AmigaOS /C/install, which installs bootblocks on floppy discs
3486 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3487 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3488 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3489 # OS/2's system install, which has a completely different semantic
3490 # ./install, which can be erroneously created by make from ./install.sh.
3491 # Reject install programs that cannot install multiple files.
3492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3493 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3494 if test -z "$INSTALL"; then
3495 if test "${ac_cv_path_install+set}" = set; then :
3496 $as_echo_n "(cached) " >&6
3497 else
3498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3499 for as_dir in $PATH
3500 do
3501 IFS=$as_save_IFS
3502 test -z "$as_dir" && as_dir=.
3503 # Account for people who put trailing slashes in PATH elements.
3504 case $as_dir/ in #((
3505 ./ | .// | /[cC]/* | \
3506 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3507 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3508 /usr/ucb/* ) ;;
3509 *)
3510 # OSF1 and SCO ODT 3.0 have their own names for install.
3511 # Don't use installbsd from OSF since it installs stuff as root
3512 # by default.
3513 for ac_prog in ginstall scoinst install; do
3514 for ac_exec_ext in '' $ac_executable_extensions; do
3515 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3516 if test $ac_prog = install &&
3517 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3518 # AIX install. It has an incompatible calling convention.
3519 :
3520 elif test $ac_prog = install &&
3521 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3522 # program-specific install script used by HP pwplus--don't use.
3523 :
3524 else
3525 rm -rf conftest.one conftest.two conftest.dir
3526 echo one > conftest.one
3527 echo two > conftest.two
3528 mkdir conftest.dir
3529 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3530 test -s conftest.one && test -s conftest.two &&
3531 test -s conftest.dir/conftest.one &&
3532 test -s conftest.dir/conftest.two
3533 then
3534 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3535 break 3
3536 fi
3537 fi
3538 fi
3539 done
3540 done
3541 ;;
3542 esac
3543
3544 done
3545 IFS=$as_save_IFS
3546
3547 rm -rf conftest.one conftest.two conftest.dir
3548
3549 fi
3550 if test "${ac_cv_path_install+set}" = set; then
3551 INSTALL=$ac_cv_path_install
3552 else
3553 # As a last resort, use the slow shell script. Don't cache a
3554 # value for INSTALL within a source directory, because that will
3555 # break other packages using the cache if that directory is
3556 # removed, or if the value is a relative name.
3557 INSTALL=$ac_install_sh
3558 fi
3559 fi
3560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3561 $as_echo "$INSTALL" >&6; }
3562
3563 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3564 # It thinks the first close brace ends the variable substitution.
3565 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3566
3567 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3568
3569 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3570
3571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3572 $as_echo_n "checking whether build environment is sane... " >&6; }
3573 # Just in case
3574 sleep 1
3575 echo timestamp > conftest.file
3576 # Reject unsafe characters in $srcdir or the absolute working directory
3577 # name. Accept space and tab only in the latter.
3578 am_lf='
3579 '
3580 case `pwd` in
3581 *[\\\"\#\$\&\'\`$am_lf]*)
3582 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3583 esac
3584 case $srcdir in
3585 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3586 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3587 esac
3588
3589 # Do `set' in a subshell so we don't clobber the current shell's
3590 # arguments. Must try -L first in case configure is actually a
3591 # symlink; some systems play weird games with the mod time of symlinks
3592 # (eg FreeBSD returns the mod time of the symlink's containing
3593 # directory).
3594 if (
3595 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3596 if test "$*" = "X"; then
3597 # -L didn't work.
3598 set X `ls -t "$srcdir/configure" conftest.file`
3599 fi
3600 rm -f conftest.file
3601 if test "$*" != "X $srcdir/configure conftest.file" \
3602 && test "$*" != "X conftest.file $srcdir/configure"; then
3603
3604 # If neither matched, then we have a broken ls. This can happen
3605 # if, for instance, CONFIG_SHELL is bash and it inherits a
3606 # broken ls alias from the environment. This has actually
3607 # happened. Such a system could not be considered "sane".
3608 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3609 alias in your environment" "$LINENO" 5
3610 fi
3611
3612 test "$2" = conftest.file
3613 )
3614 then
3615 # Ok.
3616 :
3617 else
3618 as_fn_error "newly created file is older than distributed files!
3619 Check your system clock" "$LINENO" 5
3620 fi
3621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3622 $as_echo "yes" >&6; }
3623 test "$program_prefix" != NONE &&
3624 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3625 # Use a double $ so make ignores it.
3626 test "$program_suffix" != NONE &&
3627 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3628 # Double any \ or $.
3629 # By default was `s,x,x', remove it if useless.
3630 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3631 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3632
3633 # expand $ac_aux_dir to an absolute path
3634 am_aux_dir=`cd $ac_aux_dir && pwd`
3635
3636 if test x"${MISSING+set}" != xset; then
3637 case $am_aux_dir in
3638 *\ * | *\ *)
3639 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3640 *)
3641 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3642 esac
3643 fi
3644 # Use eval to expand $SHELL
3645 if eval "$MISSING --run true"; then
3646 am_missing_run="$MISSING --run "
3647 else
3648 am_missing_run=
3649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3650 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3651 fi
3652
3653 if test x"${install_sh}" != xset; then
3654 case $am_aux_dir in
3655 *\ * | *\ *)
3656 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3657 *)
3658 install_sh="\${SHELL} $am_aux_dir/install-sh"
3659 esac
3660 fi
3661
3662 # Installed binaries are usually stripped using `strip' when the user
3663 # run `make install-strip'. However `strip' might not be the right
3664 # tool to use in cross-compilation environments, therefore Automake
3665 # will honor the `STRIP' environment variable to overrule this program.
3666 if test "$cross_compiling" != no; then
3667 if test -n "$ac_tool_prefix"; then
3668 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3669 set dummy ${ac_tool_prefix}strip; ac_word=$2
3670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3671 $as_echo_n "checking for $ac_word... " >&6; }
3672 if test "${ac_cv_prog_STRIP+set}" = set; then :
3673 $as_echo_n "(cached) " >&6
3674 else
3675 if test -n "$STRIP"; then
3676 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3677 else
3678 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3679 for as_dir in $PATH
3680 do
3681 IFS=$as_save_IFS
3682 test -z "$as_dir" && as_dir=.
3683 for ac_exec_ext in '' $ac_executable_extensions; do
3684 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3685 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3687 break 2
3688 fi
3689 done
3690 done
3691 IFS=$as_save_IFS
3692
3693 fi
3694 fi
3695 STRIP=$ac_cv_prog_STRIP
3696 if test -n "$STRIP"; then
3697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3698 $as_echo "$STRIP" >&6; }
3699 else
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3701 $as_echo "no" >&6; }
3702 fi
3703
3704
3705 fi
3706 if test -z "$ac_cv_prog_STRIP"; then
3707 ac_ct_STRIP=$STRIP
3708 # Extract the first word of "strip", so it can be a program name with args.
3709 set dummy strip; ac_word=$2
3710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3711 $as_echo_n "checking for $ac_word... " >&6; }
3712 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3713 $as_echo_n "(cached) " >&6
3714 else
3715 if test -n "$ac_ct_STRIP"; then
3716 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3717 else
3718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3719 for as_dir in $PATH
3720 do
3721 IFS=$as_save_IFS
3722 test -z "$as_dir" && as_dir=.
3723 for ac_exec_ext in '' $ac_executable_extensions; do
3724 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3725 ac_cv_prog_ac_ct_STRIP="strip"
3726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3727 break 2
3728 fi
3729 done
3730 done
3731 IFS=$as_save_IFS
3732
3733 fi
3734 fi
3735 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3736 if test -n "$ac_ct_STRIP"; then
3737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3738 $as_echo "$ac_ct_STRIP" >&6; }
3739 else
3740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3741 $as_echo "no" >&6; }
3742 fi
3743
3744 if test "x$ac_ct_STRIP" = x; then
3745 STRIP=":"
3746 else
3747 case $cross_compiling:$ac_tool_warned in
3748 yes:)
3749 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3750 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3751 ac_tool_warned=yes ;;
3752 esac
3753 STRIP=$ac_ct_STRIP
3754 fi
3755 else
3756 STRIP="$ac_cv_prog_STRIP"
3757 fi
3758
3759 fi
3760 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3761
3762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3763 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3764 if test -z "$MKDIR_P"; then
3765 if test "${ac_cv_path_mkdir+set}" = set; then :
3766 $as_echo_n "(cached) " >&6
3767 else
3768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3769 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3770 do
3771 IFS=$as_save_IFS
3772 test -z "$as_dir" && as_dir=.
3773 for ac_prog in mkdir gmkdir; do
3774 for ac_exec_ext in '' $ac_executable_extensions; do
3775 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3776 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3777 'mkdir (GNU coreutils) '* | \
3778 'mkdir (coreutils) '* | \
3779 'mkdir (fileutils) '4.1*)
3780 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3781 break 3;;
3782 esac
3783 done
3784 done
3785 done
3786 IFS=$as_save_IFS
3787
3788 fi
3789
3790 test -d ./--version && rmdir ./--version
3791 if test "${ac_cv_path_mkdir+set}" = set; then
3792 MKDIR_P="$ac_cv_path_mkdir -p"
3793 else
3794 # As a last resort, use the slow shell script. Don't cache a
3795 # value for MKDIR_P within a source directory, because that will
3796 # break other packages using the cache if that directory is
3797 # removed, or if the value is a relative name.
3798 MKDIR_P="$ac_install_sh -d"
3799 fi
3800 fi
3801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3802 $as_echo "$MKDIR_P" >&6; }
3803
3804 mkdir_p="$MKDIR_P"
3805 case $mkdir_p in
3806 [\\/$]* | ?:[\\/]*) ;;
3807 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3808 esac
3809
3810 for ac_prog in gawk mawk nawk awk
3811 do
3812 # Extract the first word of "$ac_prog", so it can be a program name with args.
3813 set dummy $ac_prog; ac_word=$2
3814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3815 $as_echo_n "checking for $ac_word... " >&6; }
3816 if test "${ac_cv_prog_AWK+set}" = set; then :
3817 $as_echo_n "(cached) " >&6
3818 else
3819 if test -n "$AWK"; then
3820 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3821 else
3822 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3823 for as_dir in $PATH
3824 do
3825 IFS=$as_save_IFS
3826 test -z "$as_dir" && as_dir=.
3827 for ac_exec_ext in '' $ac_executable_extensions; do
3828 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3829 ac_cv_prog_AWK="$ac_prog"
3830 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3831 break 2
3832 fi
3833 done
3834 done
3835 IFS=$as_save_IFS
3836
3837 fi
3838 fi
3839 AWK=$ac_cv_prog_AWK
3840 if test -n "$AWK"; then
3841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3842 $as_echo "$AWK" >&6; }
3843 else
3844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3845 $as_echo "no" >&6; }
3846 fi
3847
3848
3849 test -n "$AWK" && break
3850 done
3851
3852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3853 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3854 set x ${MAKE-make}
3855 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3856 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3857 $as_echo_n "(cached) " >&6
3858 else
3859 cat >conftest.make <<\_ACEOF
3860 SHELL = /bin/sh
3861 all:
3862 @echo '@@@%%%=$(MAKE)=@@@%%%'
3863 _ACEOF
3864 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3865 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3866 *@@@%%%=?*=@@@%%%*)
3867 eval ac_cv_prog_make_${ac_make}_set=yes;;
3868 *)
3869 eval ac_cv_prog_make_${ac_make}_set=no;;
3870 esac
3871 rm -f conftest.make
3872 fi
3873 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3875 $as_echo "yes" >&6; }
3876 SET_MAKE=
3877 else
3878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3879 $as_echo "no" >&6; }
3880 SET_MAKE="MAKE=${MAKE-make}"
3881 fi
3882
3883 rm -rf .tst 2>/dev/null
3884 mkdir .tst 2>/dev/null
3885 if test -d .tst; then
3886 am__leading_dot=.
3887 else
3888 am__leading_dot=_
3889 fi
3890 rmdir .tst 2>/dev/null
3891
3892 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3893 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3894 # is not polluted with repeated "-I."
3895 am__isrc=' -I$(srcdir)'
3896 # test to see if srcdir already configured
3897 if test -f $srcdir/config.status; then
3898 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3899 fi
3900 fi
3901
3902 # test whether we have cygpath
3903 if test -z "$CYGPATH_W"; then
3904 if (cygpath --version) >/dev/null 2>/dev/null; then
3905 CYGPATH_W='cygpath -w'
3906 else
3907 CYGPATH_W=echo
3908 fi
3909 fi
3910
3911
3912 # Define the identity of the package.
3913 PACKAGE='emacs'
3914 VERSION='24.3.50'
3915
3916
3917 cat >>confdefs.h <<_ACEOF
3918 #define PACKAGE "$PACKAGE"
3919 _ACEOF
3920
3921
3922 cat >>confdefs.h <<_ACEOF
3923 #define VERSION "$VERSION"
3924 _ACEOF
3925
3926 # Some tools Automake needs.
3927
3928 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3929
3930
3931 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3932
3933
3934 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3935
3936
3937 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3938
3939
3940 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3941
3942 # We need awk for the "check" target. The system "awk" is bad on
3943 # some platforms.
3944 # Always define AMTAR for backward compatibility.
3945
3946 AMTAR=${AMTAR-"${am_missing_run}tar"}
3947
3948 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3949
3950
3951
3952
3953
3954
3955
3956
3957 lispdir='${datadir}/emacs/${version}/lisp'
3958 leimdir='${datadir}/emacs/${version}/leim'
3959 standardlisppath='${lispdir}:${leimdir}'
3960 locallisppath='${datadir}/emacs/${version}/site-lisp:'\
3961 '${datadir}/emacs/site-lisp'
3962 lisppath='${locallisppath}:${standardlisppath}'
3963 etcdir='${datadir}/emacs/${version}/etc'
3964 archlibdir='${libexecdir}/emacs/${version}/${configuration}'
3965 docdir='${datadir}/emacs/${version}/etc'
3966 gamedir='${localstatedir}/games/emacs'
3967
3968
3969 # Check whether --with-all was given.
3970 if test "${with_all+set}" = set; then :
3971 withval=$with_all; with_features=$withval
3972 else
3973 with_features=yes
3974 fi
3975
3976
3977
3978
3979
3980 # Check whether --with-pop was given.
3981 if test "${with_pop+set}" = set; then :
3982 withval=$with_pop;
3983 else
3984 with_pop=$with_features
3985 fi
3986
3987 if test "$with_pop" = yes; then
3988 $as_echo "#define MAIL_USE_POP 1" >>confdefs.h
3989
3990 fi
3991
3992
3993 # Check whether --with-kerberos was given.
3994 if test "${with_kerberos+set}" = set; then :
3995 withval=$with_kerberos;
3996 else
3997 with_kerberos=no
3998 fi
3999
4000 if test "$with_kerberos" != no; then
4001 $as_echo "#define KERBEROS 1" >>confdefs.h
4002
4003 fi
4004
4005
4006 # Check whether --with-kerberos5 was given.
4007 if test "${with_kerberos5+set}" = set; then :
4008 withval=$with_kerberos5;
4009 else
4010 with_kerberos5=no
4011 fi
4012
4013 if test "${with_kerberos5}" != no; then
4014 if test "${with_kerberos}" = no; then
4015 with_kerberos=yes
4016 $as_echo "#define KERBEROS 1" >>confdefs.h
4017
4018 fi
4019
4020 $as_echo "#define KERBEROS5 1" >>confdefs.h
4021
4022 fi
4023
4024
4025 # Check whether --with-hesiod was given.
4026 if test "${with_hesiod+set}" = set; then :
4027 withval=$with_hesiod;
4028 else
4029 with_hesiod=no
4030 fi
4031
4032 if test "$with_hesiod" != no; then
4033
4034 $as_echo "#define HESIOD 1" >>confdefs.h
4035
4036 fi
4037
4038
4039 # Check whether --with-mmdf was given.
4040 if test "${with_mmdf+set}" = set; then :
4041 withval=$with_mmdf;
4042 else
4043 with_mmdf=no
4044 fi
4045
4046 if test "$with_mmdf" != no; then
4047
4048 $as_echo "#define MAIL_USE_MMDF 1" >>confdefs.h
4049
4050 fi
4051
4052
4053 # Check whether --with-mail-unlink was given.
4054 if test "${with_mail_unlink+set}" = set; then :
4055 withval=$with_mail_unlink;
4056 else
4057 with_mail_unlink=no
4058 fi
4059
4060 if test "$with_mail_unlink" != no; then
4061
4062 $as_echo "#define MAIL_UNLINK_SPOOL 1" >>confdefs.h
4063
4064 fi
4065
4066
4067 # Check whether --with-mailhost was given.
4068 if test "${with_mailhost+set}" = set; then :
4069 withval=$with_mailhost;
4070 cat >>confdefs.h <<_ACEOF
4071 #define MAILHOST "$withval"
4072 _ACEOF
4073
4074 fi
4075
4076
4077
4078 # Check whether --with-sound was given.
4079 if test "${with_sound+set}" = set; then :
4080 withval=$with_sound;
4081 else
4082 with_sound=$with_features
4083 fi
4084
4085
4086
4087 # Check whether --with-x-toolkit was given.
4088 if test "${with_x_toolkit+set}" = set; then :
4089 withval=$with_x_toolkit; case "${withval}" in
4090 y | ye | yes ) val=gtk ;;
4091 n | no ) val=no ;;
4092 l | lu | luc | luci | lucid ) val=lucid ;;
4093 a | at | ath | athe | athen | athena ) val=athena ;;
4094 m | mo | mot | moti | motif ) val=motif ;;
4095 g | gt | gtk ) val=gtk ;;
4096 gtk2 ) val=gtk2 ;;
4097 gtk3 ) val=gtk3 ;;
4098 * )
4099 as_fn_error "\`--with-x-toolkit=$withval' is invalid;
4100 this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif', \`gtk',
4101 \`gtk2' or \`gtk3'. \`yes' and \`gtk' are synonyms.
4102 \`athena' and \`lucid' are synonyms." "$LINENO" 5
4103 ;;
4104 esac
4105 with_x_toolkit=$val
4106
4107 fi
4108
4109
4110
4111 # Check whether --with-wide-int was given.
4112 if test "${with_wide_int+set}" = set; then :
4113 withval=$with_wide_int;
4114 else
4115 with_wide_int=no
4116 fi
4117
4118 if test "$with_wide_int" = yes; then
4119
4120 $as_echo "#define WIDE_EMACS_INT 1" >>confdefs.h
4121
4122 fi
4123
4124
4125 # Check whether --with-xpm was given.
4126 if test "${with_xpm+set}" = set; then :
4127 withval=$with_xpm;
4128 else
4129 with_xpm=$with_features
4130 fi
4131
4132
4133 # Check whether --with-jpeg was given.
4134 if test "${with_jpeg+set}" = set; then :
4135 withval=$with_jpeg;
4136 else
4137 with_jpeg=$with_features
4138 fi
4139
4140
4141 # Check whether --with-tiff was given.
4142 if test "${with_tiff+set}" = set; then :
4143 withval=$with_tiff;
4144 else
4145 with_tiff=$with_features
4146 fi
4147
4148
4149 # Check whether --with-gif was given.
4150 if test "${with_gif+set}" = set; then :
4151 withval=$with_gif;
4152 else
4153 with_gif=$with_features
4154 fi
4155
4156
4157 # Check whether --with-png was given.
4158 if test "${with_png+set}" = set; then :
4159 withval=$with_png;
4160 else
4161 with_png=$with_features
4162 fi
4163
4164
4165 # Check whether --with-rsvg was given.
4166 if test "${with_rsvg+set}" = set; then :
4167 withval=$with_rsvg;
4168 else
4169 with_rsvg=$with_features
4170 fi
4171
4172
4173 # Check whether --with-xml2 was given.
4174 if test "${with_xml2+set}" = set; then :
4175 withval=$with_xml2;
4176 else
4177 with_xml2=$with_features
4178 fi
4179
4180
4181 # Check whether --with-imagemagick was given.
4182 if test "${with_imagemagick+set}" = set; then :
4183 withval=$with_imagemagick;
4184 else
4185 with_imagemagick=$with_features
4186 fi
4187
4188
4189
4190 # Check whether --with-xft was given.
4191 if test "${with_xft+set}" = set; then :
4192 withval=$with_xft;
4193 else
4194 with_xft=$with_features
4195 fi
4196
4197
4198 # Check whether --with-libotf was given.
4199 if test "${with_libotf+set}" = set; then :
4200 withval=$with_libotf;
4201 else
4202 with_libotf=$with_features
4203 fi
4204
4205
4206 # Check whether --with-m17n-flt was given.
4207 if test "${with_m17n_flt+set}" = set; then :
4208 withval=$with_m17n_flt;
4209 else
4210 with_m17n_flt=$with_features
4211 fi
4212
4213
4214
4215 # Check whether --with-toolkit-scroll-bars was given.
4216 if test "${with_toolkit_scroll_bars+set}" = set; then :
4217 withval=$with_toolkit_scroll_bars;
4218 else
4219 with_toolkit_scroll_bars=$with_features
4220 fi
4221
4222
4223 # Check whether --with-xaw3d was given.
4224 if test "${with_xaw3d+set}" = set; then :
4225 withval=$with_xaw3d;
4226 else
4227 with_xaw3d=$with_features
4228 fi
4229
4230
4231 # Check whether --with-xim was given.
4232 if test "${with_xim+set}" = set; then :
4233 withval=$with_xim;
4234 else
4235 with_xim=$with_features
4236 fi
4237
4238
4239 # Check whether --with-ns was given.
4240 if test "${with_ns+set}" = set; then :
4241 withval=$with_ns;
4242 else
4243 with_ns=no
4244 fi
4245
4246
4247 # Check whether --with-w32 was given.
4248 if test "${with_w32+set}" = set; then :
4249 withval=$with_w32;
4250 else
4251 with_w32=no
4252 fi
4253
4254
4255
4256 # Check whether --with-gpm was given.
4257 if test "${with_gpm+set}" = set; then :
4258 withval=$with_gpm;
4259 else
4260 with_gpm=$with_features
4261 fi
4262
4263
4264 # Check whether --with-dbus was given.
4265 if test "${with_dbus+set}" = set; then :
4266 withval=$with_dbus;
4267 else
4268 with_dbus=$with_features
4269 fi
4270
4271
4272 # Check whether --with-gconf was given.
4273 if test "${with_gconf+set}" = set; then :
4274 withval=$with_gconf;
4275 else
4276 with_gconf=$with_features
4277 fi
4278
4279
4280 # Check whether --with-gsettings was given.
4281 if test "${with_gsettings+set}" = set; then :
4282 withval=$with_gsettings;
4283 else
4284 with_gsettings=$with_features
4285 fi
4286
4287
4288 # Check whether --with-selinux was given.
4289 if test "${with_selinux+set}" = set; then :
4290 withval=$with_selinux;
4291 else
4292 with_selinux=$with_features
4293 fi
4294
4295
4296 # Check whether --with-acl was given.
4297 if test "${with_acl+set}" = set; then :
4298 withval=$with_acl;
4299 else
4300 with_acl=$with_features
4301 fi
4302
4303
4304 # Check whether --with-gnutls was given.
4305 if test "${with_gnutls+set}" = set; then :
4306 withval=$with_gnutls;
4307 else
4308 with_gnutls=$with_features
4309 fi
4310
4311
4312 # Check whether --with-inotify was given.
4313 if test "${with_inotify+set}" = set; then :
4314 withval=$with_inotify;
4315 else
4316 with_inotify=$with_features
4317 fi
4318
4319
4320 ## For the times when you want to build Emacs but don't have
4321 ## a suitable makeinfo, and can live without the manuals.
4322
4323 # Check whether --with-makeinfo was given.
4324 if test "${with_makeinfo+set}" = set; then :
4325 withval=$with_makeinfo;
4326 else
4327 with_makeinfo=$with_features
4328 fi
4329
4330
4331 ## Makefile.in needs the cache file name.
4332
4333
4334 ## This is an option because I do not know if all info/man support
4335 ## compressed files, nor how to test if they do so.
4336
4337 # Check whether --with-compress-info was given.
4338 if test "${with_compress_info+set}" = set; then :
4339 withval=$with_compress_info;
4340 else
4341 with_compress_info=$with_features
4342 fi
4343
4344 if test $with_compress_info = yes; then
4345 GZIP_INFO=yes
4346 else
4347 GZIP_INFO=
4348 fi
4349
4350
4351
4352 # Check whether --with-pkg-config-prog was given.
4353 if test "${with_pkg_config_prog+set}" = set; then :
4354 withval=$with_pkg_config_prog;
4355 fi
4356
4357 if test "X${with_pkg_config_prog}" != X; then
4358 if test "${with_pkg_config_prog}" != yes; then
4359 PKG_CONFIG="${with_pkg_config_prog}"
4360 fi
4361 fi
4362
4363
4364 # Check whether --with-gameuser was given.
4365 if test "${with_gameuser+set}" = set; then :
4366 withval=$with_gameuser;
4367 fi
4368
4369 test "X${with_gameuser}" != X && test "${with_gameuser}" != yes \
4370 && gameuser="${with_gameuser}"
4371 test "X$gameuser" = X && gameuser=games
4372
4373
4374 # Check whether --with-gnustep-conf was given.
4375 if test "${with_gnustep_conf+set}" = set; then :
4376 withval=$with_gnustep_conf;
4377 fi
4378
4379 test "X${with_gnustep_conf}" != X && test "${with_gnustep_conf}" != yes && \
4380 GNUSTEP_CONFIG_FILE="${with_gnustep_conf}"
4381 test "X$GNUSTEP_CONFIG_FILE" = "X" && \
4382 GNUSTEP_CONFIG_FILE=/etc/GNUstep/GNUstep.conf
4383
4384 # Check whether --enable-ns-self-contained was given.
4385 if test "${enable_ns_self_contained+set}" = set; then :
4386 enableval=$enable_ns_self_contained; EN_NS_SELF_CONTAINED=$enableval
4387 else
4388 EN_NS_SELF_CONTAINED=yes
4389 fi
4390
4391
4392 # Check whether --enable-locallisppath was given.
4393 if test "${enable_locallisppath+set}" = set; then :
4394 enableval=$enable_locallisppath; if test "${enableval}" = "no"; then
4395 locallisppath=
4396 elif test "${enableval}" != "yes"; then
4397 locallisppath=${enableval}
4398 fi
4399 fi
4400
4401
4402 # Check whether --enable-checking was given.
4403 if test "${enable_checking+set}" = set; then :
4404 enableval=$enable_checking; ac_checking_flags="${enableval}"
4405 fi
4406
4407 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS,"
4408 for check in $ac_checking_flags
4409 do
4410 case $check in
4411 # these set all the flags to specific states
4412 yes) ac_enable_checking=1 ;;
4413 no) ac_enable_checking= ;
4414 ac_gc_check_stringbytes= ;
4415 ac_gc_check_string_overrun= ;
4416 ac_gc_check_string_free_list= ;
4417 ac_xmalloc_overrun= ;
4418 ac_gc_check_cons_list= ;
4419 ac_glyphs_debug= ;;
4420 all) ac_enable_checking=1 ;
4421 ac_gc_check_stringbytes=1 ;
4422 ac_gc_check_string_overrun=1 ;
4423 ac_gc_check_string_free_list=1 ;
4424 ac_xmalloc_overrun=1 ;
4425 ac_gc_check_cons_list=1 ;
4426 ac_glyphs_debug=1 ;;
4427 # these enable particular checks
4428 stringbytes) ac_gc_check_stringbytes=1 ;;
4429 stringoverrun) ac_gc_check_string_overrun=1 ;;
4430 stringfreelist) ac_gc_check_string_free_list=1 ;;
4431 xmallocoverrun) ac_xmalloc_overrun=1 ;;
4432 conslist) ac_gc_check_cons_list=1 ;;
4433 glyphs) ac_glyphs_debug=1 ;;
4434 *) as_fn_error "unknown check category $check" "$LINENO" 5 ;;
4435 esac
4436 done
4437 IFS="$ac_save_IFS"
4438
4439 if test x$ac_enable_checking != x ; then
4440
4441 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
4442
4443 fi
4444 if test x$ac_gc_check_stringbytes != x ; then
4445
4446 $as_echo "#define GC_CHECK_STRING_BYTES 1" >>confdefs.h
4447
4448 fi
4449 if test x$ac_gc_check_string_overrun != x ; then
4450
4451 $as_echo "#define GC_CHECK_STRING_OVERRUN 1" >>confdefs.h
4452
4453 fi
4454 if test x$ac_gc_check_string_free_list != x ; then
4455
4456 $as_echo "#define GC_CHECK_STRING_FREE_LIST 1" >>confdefs.h
4457
4458 fi
4459 if test x$ac_xmalloc_overrun != x ; then
4460
4461 $as_echo "#define XMALLOC_OVERRUN_CHECK 1" >>confdefs.h
4462
4463 fi
4464 if test x$ac_gc_check_cons_list != x ; then
4465
4466 $as_echo "#define GC_CHECK_CONS_LIST 1" >>confdefs.h
4467
4468 fi
4469 if test x$ac_glyphs_debug != x ; then
4470
4471 $as_echo "#define GLYPH_DEBUG 1" >>confdefs.h
4472
4473 fi
4474
4475 # Check whether --enable-check-lisp-object-type was given.
4476 if test "${enable_check_lisp_object_type+set}" = set; then :
4477 enableval=$enable_check_lisp_object_type; if test "${enableval}" != "no"; then
4478
4479 $as_echo "#define CHECK_LISP_OBJECT_TYPE 1" >>confdefs.h
4480
4481 fi
4482 fi
4483
4484
4485
4486 # Check whether --enable-profiling was given.
4487 if test "${enable_profiling+set}" = set; then :
4488 enableval=$enable_profiling; ac_enable_profiling="${enableval}"
4489 fi
4490
4491 if test x$ac_enable_profiling != x ; then
4492 PROFILING_CFLAGS="-DPROFILING=1 -pg"
4493 else
4494 PROFILING_CFLAGS=
4495 fi
4496
4497
4498 # Check whether --enable-autodepend was given.
4499 if test "${enable_autodepend+set}" = set; then :
4500 enableval=$enable_autodepend; ac_enable_autodepend="${enableval}"
4501 else
4502 ac_enable_autodepend=yes
4503 fi
4504
4505
4506 # Check whether --enable-gtk-deprecation-warnings was given.
4507 if test "${enable_gtk_deprecation_warnings+set}" = set; then :
4508 enableval=$enable_gtk_deprecation_warnings; ac_enable_gtk_deprecation_warnings="${enableval}"
4509 fi
4510
4511
4512 #### Make srcdir absolute, if it isn't already. It's important to
4513 #### avoid running the file name through pwd unnecessarily, since pwd can
4514 #### give you automounter prefixes, which can go away. We do all this
4515 #### so Emacs can find its files when run uninstalled.
4516 ## Make sure CDPATH doesn't affect cd (in case PWD is relative).
4517 unset CDPATH
4518 case "${srcdir}" in
4519 /* ) ;;
4520 . )
4521 ## We may be able to use the $PWD environment variable to make this
4522 ## absolute. But sometimes PWD is inaccurate.
4523 ## Note: we used to use $PWD at the end instead of `pwd`,
4524 ## but that tested only for a well-formed and valid PWD,
4525 ## it did not object when PWD was well-formed and valid but just wrong.
4526 if test ".$PWD" != "." && test ".`(cd "$PWD" ; sh -c pwd)`" = ".`pwd`" ;
4527 then
4528 srcdir="$PWD"
4529 else
4530 srcdir=`(cd "$srcdir"; pwd)`
4531 fi
4532 ;;
4533 * ) srcdir=`(cd "$srcdir"; pwd)` ;;
4534 esac
4535
4536 ### Canonicalize the configuration name.
4537
4538 # Make sure we can run config.sub.
4539 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4540 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4541
4542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4543 $as_echo_n "checking build system type... " >&6; }
4544 if test "${ac_cv_build+set}" = set; then :
4545 $as_echo_n "(cached) " >&6
4546 else
4547 ac_build_alias=$build_alias
4548 test "x$ac_build_alias" = x &&
4549 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4550 test "x$ac_build_alias" = x &&
4551 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4552 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4553 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4554
4555 fi
4556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4557 $as_echo "$ac_cv_build" >&6; }
4558 case $ac_cv_build in
4559 *-*-*) ;;
4560 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4561 esac
4562 build=$ac_cv_build
4563 ac_save_IFS=$IFS; IFS='-'
4564 set x $ac_cv_build
4565 shift
4566 build_cpu=$1
4567 build_vendor=$2
4568 shift; shift
4569 # Remember, the first character of IFS is used to create $*,
4570 # except with old shells:
4571 build_os=$*
4572 IFS=$ac_save_IFS
4573 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4574
4575
4576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4577 $as_echo_n "checking host system type... " >&6; }
4578 if test "${ac_cv_host+set}" = set; then :
4579 $as_echo_n "(cached) " >&6
4580 else
4581 if test "x$host_alias" = x; then
4582 ac_cv_host=$ac_cv_build
4583 else
4584 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4585 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4586 fi
4587
4588 fi
4589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4590 $as_echo "$ac_cv_host" >&6; }
4591 case $ac_cv_host in
4592 *-*-*) ;;
4593 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4594 esac
4595 host=$ac_cv_host
4596 ac_save_IFS=$IFS; IFS='-'
4597 set x $ac_cv_host
4598 shift
4599 host_cpu=$1
4600 host_vendor=$2
4601 shift; shift
4602 # Remember, the first character of IFS is used to create $*,
4603 # except with old shells:
4604 host_os=$*
4605 IFS=$ac_save_IFS
4606 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4607
4608
4609 canonical=$host
4610 configuration=${host_alias-${build_alias-$host}}
4611
4612
4613
4614 ### If you add support for a new configuration, add code to this
4615 ### switch statement to recognize your configuration name and select
4616 ### the appropriate operating system file.
4617
4618 ### You would hope that you could choose an s/*.h
4619 ### file based on the operating system portion. However, it turns out
4620 ### that each s/*.h file is pretty manufacturer-specific.
4621 ### So we basically have to have a special case for each
4622 ### configuration name.
4623 ###
4624 ### As far as handling version numbers on operating systems is
4625 ### concerned, make sure things will fail in a fixable way. If
4626 ### /etc/MACHINES doesn't say anything about version numbers, be
4627 ### prepared to handle anything reasonably. If version numbers
4628 ### matter, be sure /etc/MACHINES says something about it.
4629
4630 opsys='' unported=no
4631 case "${canonical}" in
4632
4633 ## GNU/Linux and similar ports
4634 *-*-linux* )
4635 opsys=gnu-linux
4636 ;;
4637
4638 ## FreeBSD ports
4639 *-*-freebsd* )
4640 opsys=freebsd
4641 ;;
4642
4643 ## FreeBSD kernel + glibc based userland
4644 *-*-kfreebsd*gnu* )
4645 opsys=gnu-kfreebsd
4646 ;;
4647
4648 ## NetBSD ports
4649 *-*-netbsd* )
4650 opsys=netbsd
4651 ;;
4652
4653 ## OpenBSD ports
4654 *-*-openbsd* )
4655 opsys=openbsd
4656 ;;
4657
4658 ## Apple Darwin / Mac OS X
4659 *-apple-darwin* )
4660 case "${canonical}" in
4661 i[3456]86-* ) ;;
4662 powerpc-* ) ;;
4663 x86_64-* ) ;;
4664 * ) unported=yes ;;
4665 esac
4666 opsys=darwin
4667 ## Use fink packages if available.
4668 ## FIXME find a better way to do this: http://debbugs.gnu.org/11507
4669 ## if test -d /sw/include && test -d /sw/lib; then
4670 ## GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
4671 ## NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
4672 ## fi
4673 ;;
4674
4675 ## HP 9000 series 700 and 800, running HP/UX
4676 hppa*-hp-hpux10.2* )
4677 opsys=hpux10-20
4678 ;;
4679 hppa*-hp-hpux1[1-9]* )
4680 opsys=hpux11
4681 CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS"
4682 ;;
4683
4684 ## IBM machines
4685 rs6000-ibm-aix4.[23]* )
4686 opsys=aix4-2
4687 ;;
4688 powerpc-ibm-aix4.[23]* )
4689 opsys=aix4-2
4690 ;;
4691 rs6000-ibm-aix[56]* )
4692 opsys=aix4-2
4693 ;;
4694 powerpc-ibm-aix[56]* )
4695 opsys=aix4-2
4696 ;;
4697
4698 ## Silicon Graphics machines
4699 ## Iris 4D
4700 mips-sgi-irix6.5 )
4701 opsys=irix6-5
4702 # Without defining _LANGUAGE_C, things get masked out in the headers
4703 # so that, for instance, grepping for `free' in stdlib.h fails and
4704 # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m).
4705 NON_GCC_TEST_OPTIONS="-D_LANGUAGE_C"
4706 ;;
4707
4708 ## Suns
4709 *-sun-solaris* \
4710 | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* \
4711 | x86_64-*-solaris2* | x86_64-*-sunos5*)
4712 case "${canonical}" in
4713 i[3456]86-*-* ) ;;
4714 amd64-*-*|x86_64-*-*) ;;
4715 sparc* ) ;;
4716 * ) unported=yes ;;
4717 esac
4718 case "${canonical}" in
4719 *-sunos5.6* | *-solaris2.6* )
4720 opsys=sol2-6
4721 RANLIB="ar -ts"
4722 ;;
4723 *-sunos5.[7-9]* | *-solaris2.[7-9]* )
4724 opsys=sol2-6
4725 emacs_check_sunpro_c=yes
4726 ;;
4727 *-sunos5* | *-solaris* )
4728 opsys=sol2-10
4729 emacs_check_sunpro_c=yes
4730 ;;
4731 esac
4732 ## Watch out for a compiler that we know will not work.
4733 case "${canonical}" in
4734 *-solaris* | *-sunos5* )
4735 if [ "x$CC" = x/usr/ucb/cc ]; then
4736 ## /usr/ucb/cc doesn't work;
4737 ## we should find some other compiler that does work.
4738 unset CC
4739 fi
4740 ;;
4741 *) ;;
4742 esac
4743 ;;
4744
4745 ## Intel 386 machines where we don't care about the manufacturer.
4746 i[3456]86-*-* )
4747 case "${canonical}" in
4748 *-cygwin ) opsys=cygwin ;;
4749 *-darwin* ) opsys=darwin ;;
4750 *-sysv4.2uw* ) opsys=unixware ;;
4751 *-sysv5uw* ) opsys=unixware ;;
4752 *-sysv5OpenUNIX* ) opsys=unixware ;;
4753 ## Otherwise, we'll fall through to the generic opsys code at the bottom.
4754 esac
4755 ;;
4756
4757 * )
4758 unported=yes
4759 ;;
4760 esac
4761
4762 ### If the code above didn't choose an operating system, just choose
4763 ### an operating system based on the configuration name. You really
4764 ### only want to use this when you have no idea what the right
4765 ### operating system is; if you know what operating systems a machine
4766 ### runs, it's cleaner to make it explicit in the case statement
4767 ### above.
4768 if test x"${opsys}" = x; then
4769 case "${canonical}" in
4770 *-gnu* ) opsys=gnu ;;
4771 * )
4772 unported=yes
4773 ;;
4774 esac
4775 fi
4776
4777
4778
4779 if test $unported = yes; then
4780 as_fn_error "Emacs hasn't been ported to \`${canonical}' systems.
4781 Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5
4782 fi
4783
4784
4785 #### Choose a compiler.
4786
4787 ac_ext=c
4788 ac_cpp='$CPP $CPPFLAGS'
4789 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4790 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4791 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4792 if test -n "$ac_tool_prefix"; then
4793 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4794 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4796 $as_echo_n "checking for $ac_word... " >&6; }
4797 if test "${ac_cv_prog_CC+set}" = set; then :
4798 $as_echo_n "(cached) " >&6
4799 else
4800 if test -n "$CC"; then
4801 ac_cv_prog_CC="$CC" # Let the user override the test.
4802 else
4803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4804 for as_dir in $PATH
4805 do
4806 IFS=$as_save_IFS
4807 test -z "$as_dir" && as_dir=.
4808 for ac_exec_ext in '' $ac_executable_extensions; do
4809 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4810 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4811 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4812 break 2
4813 fi
4814 done
4815 done
4816 IFS=$as_save_IFS
4817
4818 fi
4819 fi
4820 CC=$ac_cv_prog_CC
4821 if test -n "$CC"; then
4822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4823 $as_echo "$CC" >&6; }
4824 else
4825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4826 $as_echo "no" >&6; }
4827 fi
4828
4829
4830 fi
4831 if test -z "$ac_cv_prog_CC"; then
4832 ac_ct_CC=$CC
4833 # Extract the first word of "gcc", so it can be a program name with args.
4834 set dummy gcc; ac_word=$2
4835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4836 $as_echo_n "checking for $ac_word... " >&6; }
4837 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4838 $as_echo_n "(cached) " >&6
4839 else
4840 if test -n "$ac_ct_CC"; then
4841 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4842 else
4843 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4844 for as_dir in $PATH
4845 do
4846 IFS=$as_save_IFS
4847 test -z "$as_dir" && as_dir=.
4848 for ac_exec_ext in '' $ac_executable_extensions; do
4849 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4850 ac_cv_prog_ac_ct_CC="gcc"
4851 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4852 break 2
4853 fi
4854 done
4855 done
4856 IFS=$as_save_IFS
4857
4858 fi
4859 fi
4860 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4861 if test -n "$ac_ct_CC"; then
4862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4863 $as_echo "$ac_ct_CC" >&6; }
4864 else
4865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4866 $as_echo "no" >&6; }
4867 fi
4868
4869 if test "x$ac_ct_CC" = x; then
4870 CC=""
4871 else
4872 case $cross_compiling:$ac_tool_warned in
4873 yes:)
4874 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4875 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4876 ac_tool_warned=yes ;;
4877 esac
4878 CC=$ac_ct_CC
4879 fi
4880 else
4881 CC="$ac_cv_prog_CC"
4882 fi
4883
4884 if test -z "$CC"; then
4885 if test -n "$ac_tool_prefix"; then
4886 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4887 set dummy ${ac_tool_prefix}cc; ac_word=$2
4888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4889 $as_echo_n "checking for $ac_word... " >&6; }
4890 if test "${ac_cv_prog_CC+set}" = set; then :
4891 $as_echo_n "(cached) " >&6
4892 else
4893 if test -n "$CC"; then
4894 ac_cv_prog_CC="$CC" # Let the user override the test.
4895 else
4896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4897 for as_dir in $PATH
4898 do
4899 IFS=$as_save_IFS
4900 test -z "$as_dir" && as_dir=.
4901 for ac_exec_ext in '' $ac_executable_extensions; do
4902 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4903 ac_cv_prog_CC="${ac_tool_prefix}cc"
4904 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4905 break 2
4906 fi
4907 done
4908 done
4909 IFS=$as_save_IFS
4910
4911 fi
4912 fi
4913 CC=$ac_cv_prog_CC
4914 if test -n "$CC"; then
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4916 $as_echo "$CC" >&6; }
4917 else
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4919 $as_echo "no" >&6; }
4920 fi
4921
4922
4923 fi
4924 fi
4925 if test -z "$CC"; then
4926 # Extract the first word of "cc", so it can be a program name with args.
4927 set dummy cc; ac_word=$2
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4929 $as_echo_n "checking for $ac_word... " >&6; }
4930 if test "${ac_cv_prog_CC+set}" = set; then :
4931 $as_echo_n "(cached) " >&6
4932 else
4933 if test -n "$CC"; then
4934 ac_cv_prog_CC="$CC" # Let the user override the test.
4935 else
4936 ac_prog_rejected=no
4937 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4938 for as_dir in $PATH
4939 do
4940 IFS=$as_save_IFS
4941 test -z "$as_dir" && as_dir=.
4942 for ac_exec_ext in '' $ac_executable_extensions; do
4943 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4944 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4945 ac_prog_rejected=yes
4946 continue
4947 fi
4948 ac_cv_prog_CC="cc"
4949 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4950 break 2
4951 fi
4952 done
4953 done
4954 IFS=$as_save_IFS
4955
4956 if test $ac_prog_rejected = yes; then
4957 # We found a bogon in the path, so make sure we never use it.
4958 set dummy $ac_cv_prog_CC
4959 shift
4960 if test $# != 0; then
4961 # We chose a different compiler from the bogus one.
4962 # However, it has the same basename, so the bogon will be chosen
4963 # first if we set CC to just the basename; use the full file name.
4964 shift
4965 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4966 fi
4967 fi
4968 fi
4969 fi
4970 CC=$ac_cv_prog_CC
4971 if test -n "$CC"; then
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4973 $as_echo "$CC" >&6; }
4974 else
4975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4976 $as_echo "no" >&6; }
4977 fi
4978
4979
4980 fi
4981 if test -z "$CC"; then
4982 if test -n "$ac_tool_prefix"; then
4983 for ac_prog in cl.exe
4984 do
4985 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4986 set dummy $ac_tool_prefix$ac_prog; 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 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4996 for as_dir in $PATH
4997 do
4998 IFS=$as_save_IFS
4999 test -z "$as_dir" && as_dir=.
5000 for ac_exec_ext in '' $ac_executable_extensions; do
5001 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5002 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5004 break 2
5005 fi
5006 done
5007 done
5008 IFS=$as_save_IFS
5009
5010 fi
5011 fi
5012 CC=$ac_cv_prog_CC
5013 if test -n "$CC"; then
5014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5015 $as_echo "$CC" >&6; }
5016 else
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5018 $as_echo "no" >&6; }
5019 fi
5020
5021
5022 test -n "$CC" && break
5023 done
5024 fi
5025 if test -z "$CC"; then
5026 ac_ct_CC=$CC
5027 for ac_prog in cl.exe
5028 do
5029 # Extract the first word of "$ac_prog", so it can be a program name with args.
5030 set dummy $ac_prog; ac_word=$2
5031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5032 $as_echo_n "checking for $ac_word... " >&6; }
5033 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
5034 $as_echo_n "(cached) " >&6
5035 else
5036 if test -n "$ac_ct_CC"; then
5037 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5038 else
5039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5040 for as_dir in $PATH
5041 do
5042 IFS=$as_save_IFS
5043 test -z "$as_dir" && as_dir=.
5044 for ac_exec_ext in '' $ac_executable_extensions; do
5045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5046 ac_cv_prog_ac_ct_CC="$ac_prog"
5047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5048 break 2
5049 fi
5050 done
5051 done
5052 IFS=$as_save_IFS
5053
5054 fi
5055 fi
5056 ac_ct_CC=$ac_cv_prog_ac_ct_CC
5057 if test -n "$ac_ct_CC"; then
5058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
5059 $as_echo "$ac_ct_CC" >&6; }
5060 else
5061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5062 $as_echo "no" >&6; }
5063 fi
5064
5065
5066 test -n "$ac_ct_CC" && break
5067 done
5068
5069 if test "x$ac_ct_CC" = x; then
5070 CC=""
5071 else
5072 case $cross_compiling:$ac_tool_warned in
5073 yes:)
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5075 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5076 ac_tool_warned=yes ;;
5077 esac
5078 CC=$ac_ct_CC
5079 fi
5080 fi
5081
5082 fi
5083
5084
5085 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5086 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5087 as_fn_error "no acceptable C compiler found in \$PATH
5088 See \`config.log' for more details." "$LINENO" 5; }
5089
5090 # Provide some information about the compiler.
5091 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
5092 set X $ac_compile
5093 ac_compiler=$2
5094 for ac_option in --version -v -V -qversion; do
5095 { { ac_try="$ac_compiler $ac_option >&5"
5096 case "(($ac_try" in
5097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5098 *) ac_try_echo=$ac_try;;
5099 esac
5100 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5101 $as_echo "$ac_try_echo"; } >&5
5102 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5103 ac_status=$?
5104 if test -s conftest.err; then
5105 sed '10a\
5106 ... rest of stderr output deleted ...
5107 10q' conftest.err >conftest.er1
5108 cat conftest.er1 >&5
5109 fi
5110 rm -f conftest.er1 conftest.err
5111 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5112 test $ac_status = 0; }
5113 done
5114
5115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5116 /* end confdefs.h. */
5117
5118 int
5119 main ()
5120 {
5121
5122 ;
5123 return 0;
5124 }
5125 _ACEOF
5126 ac_clean_files_save=$ac_clean_files
5127 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
5128 # Try to create an executable without -o first, disregard a.out.
5129 # It will help us diagnose broken compilers, and finding out an intuition
5130 # of exeext.
5131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
5132 $as_echo_n "checking whether the C compiler works... " >&6; }
5133 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
5134
5135 # The possible output files:
5136 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
5137
5138 ac_rmfiles=
5139 for ac_file in $ac_files
5140 do
5141 case $ac_file in
5142 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5143 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
5144 esac
5145 done
5146 rm -f $ac_rmfiles
5147
5148 if { { ac_try="$ac_link_default"
5149 case "(($ac_try" in
5150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5151 *) ac_try_echo=$ac_try;;
5152 esac
5153 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5154 $as_echo "$ac_try_echo"; } >&5
5155 (eval "$ac_link_default") 2>&5
5156 ac_status=$?
5157 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5158 test $ac_status = 0; }; then :
5159 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
5160 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
5161 # in a Makefile. We should not override ac_cv_exeext if it was cached,
5162 # so that the user can short-circuit this test for compilers unknown to
5163 # Autoconf.
5164 for ac_file in $ac_files ''
5165 do
5166 test -f "$ac_file" || continue
5167 case $ac_file in
5168 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
5169 ;;
5170 [ab].out )
5171 # We found the default executable, but exeext='' is most
5172 # certainly right.
5173 break;;
5174 *.* )
5175 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
5176 then :; else
5177 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5178 fi
5179 # We set ac_cv_exeext here because the later test for it is not
5180 # safe: cross compilers may not add the suffix if given an `-o'
5181 # argument, so we may need to know it at that point already.
5182 # Even if this section looks crufty: it has the advantage of
5183 # actually working.
5184 break;;
5185 * )
5186 break;;
5187 esac
5188 done
5189 test "$ac_cv_exeext" = no && ac_cv_exeext=
5190
5191 else
5192 ac_file=''
5193 fi
5194 if test -z "$ac_file"; then :
5195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5196 $as_echo "no" >&6; }
5197 $as_echo "$as_me: failed program was:" >&5
5198 sed 's/^/| /' conftest.$ac_ext >&5
5199
5200 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5201 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5202 { as_fn_set_status 77
5203 as_fn_error "C compiler cannot create executables
5204 See \`config.log' for more details." "$LINENO" 5; }; }
5205 else
5206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5207 $as_echo "yes" >&6; }
5208 fi
5209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
5210 $as_echo_n "checking for C compiler default output file name... " >&6; }
5211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
5212 $as_echo "$ac_file" >&6; }
5213 ac_exeext=$ac_cv_exeext
5214
5215 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
5216 ac_clean_files=$ac_clean_files_save
5217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
5218 $as_echo_n "checking for suffix of executables... " >&6; }
5219 if { { ac_try="$ac_link"
5220 case "(($ac_try" in
5221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5222 *) ac_try_echo=$ac_try;;
5223 esac
5224 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5225 $as_echo "$ac_try_echo"; } >&5
5226 (eval "$ac_link") 2>&5
5227 ac_status=$?
5228 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5229 test $ac_status = 0; }; then :
5230 # If both `conftest.exe' and `conftest' are `present' (well, observable)
5231 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
5232 # work properly (i.e., refer to `conftest.exe'), while it won't with
5233 # `rm'.
5234 for ac_file in conftest.exe conftest conftest.*; do
5235 test -f "$ac_file" || continue
5236 case $ac_file in
5237 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5238 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5239 break;;
5240 * ) break;;
5241 esac
5242 done
5243 else
5244 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5245 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5246 as_fn_error "cannot compute suffix of executables: cannot compile and link
5247 See \`config.log' for more details." "$LINENO" 5; }
5248 fi
5249 rm -f conftest conftest$ac_cv_exeext
5250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
5251 $as_echo "$ac_cv_exeext" >&6; }
5252
5253 rm -f conftest.$ac_ext
5254 EXEEXT=$ac_cv_exeext
5255 ac_exeext=$EXEEXT
5256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5257 /* end confdefs.h. */
5258 #include <stdio.h>
5259 int
5260 main ()
5261 {
5262 FILE *f = fopen ("conftest.out", "w");
5263 return ferror (f) || fclose (f) != 0;
5264
5265 ;
5266 return 0;
5267 }
5268 _ACEOF
5269 ac_clean_files="$ac_clean_files conftest.out"
5270 # Check that the compiler produces executables we can run. If not, either
5271 # the compiler is broken, or we cross compile.
5272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
5273 $as_echo_n "checking whether we are cross compiling... " >&6; }
5274 if test "$cross_compiling" != yes; then
5275 { { ac_try="$ac_link"
5276 case "(($ac_try" in
5277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5278 *) ac_try_echo=$ac_try;;
5279 esac
5280 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5281 $as_echo "$ac_try_echo"; } >&5
5282 (eval "$ac_link") 2>&5
5283 ac_status=$?
5284 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5285 test $ac_status = 0; }
5286 if { ac_try='./conftest$ac_cv_exeext'
5287 { { case "(($ac_try" in
5288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5289 *) ac_try_echo=$ac_try;;
5290 esac
5291 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5292 $as_echo "$ac_try_echo"; } >&5
5293 (eval "$ac_try") 2>&5
5294 ac_status=$?
5295 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5296 test $ac_status = 0; }; }; then
5297 cross_compiling=no
5298 else
5299 if test "$cross_compiling" = maybe; then
5300 cross_compiling=yes
5301 else
5302 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5303 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5304 as_fn_error "cannot run C compiled programs.
5305 If you meant to cross compile, use \`--host'.
5306 See \`config.log' for more details." "$LINENO" 5; }
5307 fi
5308 fi
5309 fi
5310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
5311 $as_echo "$cross_compiling" >&6; }
5312
5313 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
5314 ac_clean_files=$ac_clean_files_save
5315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
5316 $as_echo_n "checking for suffix of object files... " >&6; }
5317 if test "${ac_cv_objext+set}" = set; then :
5318 $as_echo_n "(cached) " >&6
5319 else
5320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5321 /* end confdefs.h. */
5322
5323 int
5324 main ()
5325 {
5326
5327 ;
5328 return 0;
5329 }
5330 _ACEOF
5331 rm -f conftest.o conftest.obj
5332 if { { ac_try="$ac_compile"
5333 case "(($ac_try" in
5334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5335 *) ac_try_echo=$ac_try;;
5336 esac
5337 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5338 $as_echo "$ac_try_echo"; } >&5
5339 (eval "$ac_compile") 2>&5
5340 ac_status=$?
5341 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5342 test $ac_status = 0; }; then :
5343 for ac_file in conftest.o conftest.obj conftest.*; do
5344 test -f "$ac_file" || continue;
5345 case $ac_file in
5346 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
5347 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
5348 break;;
5349 esac
5350 done
5351 else
5352 $as_echo "$as_me: failed program was:" >&5
5353 sed 's/^/| /' conftest.$ac_ext >&5
5354
5355 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5356 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5357 as_fn_error "cannot compute suffix of object files: cannot compile
5358 See \`config.log' for more details." "$LINENO" 5; }
5359 fi
5360 rm -f conftest.$ac_cv_objext conftest.$ac_ext
5361 fi
5362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
5363 $as_echo "$ac_cv_objext" >&6; }
5364 OBJEXT=$ac_cv_objext
5365 ac_objext=$OBJEXT
5366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
5367 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
5368 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
5369 $as_echo_n "(cached) " >&6
5370 else
5371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5372 /* end confdefs.h. */
5373
5374 int
5375 main ()
5376 {
5377 #ifndef __GNUC__
5378 choke me
5379 #endif
5380
5381 ;
5382 return 0;
5383 }
5384 _ACEOF
5385 if ac_fn_c_try_compile "$LINENO"; then :
5386 ac_compiler_gnu=yes
5387 else
5388 ac_compiler_gnu=no
5389 fi
5390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5391 ac_cv_c_compiler_gnu=$ac_compiler_gnu
5392
5393 fi
5394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
5395 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
5396 if test $ac_compiler_gnu = yes; then
5397 GCC=yes
5398 else
5399 GCC=
5400 fi
5401 ac_test_CFLAGS=${CFLAGS+set}
5402 ac_save_CFLAGS=$CFLAGS
5403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5404 $as_echo_n "checking whether $CC accepts -g... " >&6; }
5405 if test "${ac_cv_prog_cc_g+set}" = set; then :
5406 $as_echo_n "(cached) " >&6
5407 else
5408 ac_save_c_werror_flag=$ac_c_werror_flag
5409 ac_c_werror_flag=yes
5410 ac_cv_prog_cc_g=no
5411 CFLAGS="-g"
5412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5413 /* end confdefs.h. */
5414
5415 int
5416 main ()
5417 {
5418
5419 ;
5420 return 0;
5421 }
5422 _ACEOF
5423 if ac_fn_c_try_compile "$LINENO"; then :
5424 ac_cv_prog_cc_g=yes
5425 else
5426 CFLAGS=""
5427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5428 /* end confdefs.h. */
5429
5430 int
5431 main ()
5432 {
5433
5434 ;
5435 return 0;
5436 }
5437 _ACEOF
5438 if ac_fn_c_try_compile "$LINENO"; then :
5439
5440 else
5441 ac_c_werror_flag=$ac_save_c_werror_flag
5442 CFLAGS="-g"
5443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5444 /* end confdefs.h. */
5445
5446 int
5447 main ()
5448 {
5449
5450 ;
5451 return 0;
5452 }
5453 _ACEOF
5454 if ac_fn_c_try_compile "$LINENO"; then :
5455 ac_cv_prog_cc_g=yes
5456 fi
5457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5458 fi
5459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5460 fi
5461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5462 ac_c_werror_flag=$ac_save_c_werror_flag
5463 fi
5464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5465 $as_echo "$ac_cv_prog_cc_g" >&6; }
5466 if test "$ac_test_CFLAGS" = set; then
5467 CFLAGS=$ac_save_CFLAGS
5468 elif test $ac_cv_prog_cc_g = yes; then
5469 if test "$GCC" = yes; then
5470 CFLAGS="-g -O2"
5471 else
5472 CFLAGS="-g"
5473 fi
5474 else
5475 if test "$GCC" = yes; then
5476 CFLAGS="-O2"
5477 else
5478 CFLAGS=
5479 fi
5480 fi
5481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5482 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5483 if test "${ac_cv_prog_cc_c89+set}" = set; then :
5484 $as_echo_n "(cached) " >&6
5485 else
5486 ac_cv_prog_cc_c89=no
5487 ac_save_CC=$CC
5488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5489 /* end confdefs.h. */
5490 #include <stdarg.h>
5491 #include <stdio.h>
5492 #include <sys/types.h>
5493 #include <sys/stat.h>
5494 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5495 struct buf { int x; };
5496 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5497 static char *e (p, i)
5498 char **p;
5499 int i;
5500 {
5501 return p[i];
5502 }
5503 static char *f (char * (*g) (char **, int), char **p, ...)
5504 {
5505 char *s;
5506 va_list v;
5507 va_start (v,p);
5508 s = g (p, va_arg (v,int));
5509 va_end (v);
5510 return s;
5511 }
5512
5513 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5514 function prototypes and stuff, but not '\xHH' hex character constants.
5515 These don't provoke an error unfortunately, instead are silently treated
5516 as 'x'. The following induces an error, until -std is added to get
5517 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5518 array size at least. It's necessary to write '\x00'==0 to get something
5519 that's true only with -std. */
5520 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5521
5522 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5523 inside strings and character constants. */
5524 #define FOO(x) 'x'
5525 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5526
5527 int test (int i, double x);
5528 struct s1 {int (*f) (int a);};
5529 struct s2 {int (*f) (double a);};
5530 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5531 int argc;
5532 char **argv;
5533 int
5534 main ()
5535 {
5536 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5537 ;
5538 return 0;
5539 }
5540 _ACEOF
5541 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5542 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5543 do
5544 CC="$ac_save_CC $ac_arg"
5545 if ac_fn_c_try_compile "$LINENO"; then :
5546 ac_cv_prog_cc_c89=$ac_arg
5547 fi
5548 rm -f core conftest.err conftest.$ac_objext
5549 test "x$ac_cv_prog_cc_c89" != "xno" && break
5550 done
5551 rm -f conftest.$ac_ext
5552 CC=$ac_save_CC
5553
5554 fi
5555 # AC_CACHE_VAL
5556 case "x$ac_cv_prog_cc_c89" in
5557 x)
5558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5559 $as_echo "none needed" >&6; } ;;
5560 xno)
5561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5562 $as_echo "unsupported" >&6; } ;;
5563 *)
5564 CC="$CC $ac_cv_prog_cc_c89"
5565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5566 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5567 esac
5568 if test "x$ac_cv_prog_cc_c89" != xno; then :
5569
5570 fi
5571
5572 ac_ext=c
5573 ac_cpp='$CPP $CPPFLAGS'
5574 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5575 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5576 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5577 DEPDIR="${am__leading_dot}deps"
5578
5579 ac_config_commands="$ac_config_commands depfiles"
5580
5581
5582 am_make=${MAKE-make}
5583 cat > confinc << 'END'
5584 am__doit:
5585 @echo this is the am__doit target
5586 .PHONY: am__doit
5587 END
5588 # If we don't find an include directive, just comment out the code.
5589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
5590 $as_echo_n "checking for style of include used by $am_make... " >&6; }
5591 am__include="#"
5592 am__quote=
5593 _am_result=none
5594 # First try GNU make style include.
5595 echo "include confinc" > confmf
5596 # Ignore all kinds of additional output from `make'.
5597 case `$am_make -s -f confmf 2> /dev/null` in #(
5598 *the\ am__doit\ target*)
5599 am__include=include
5600 am__quote=
5601 _am_result=GNU
5602 ;;
5603 esac
5604 # Now try BSD make style include.
5605 if test "$am__include" = "#"; then
5606 echo '.include "confinc"' > confmf
5607 case `$am_make -s -f confmf 2> /dev/null` in #(
5608 *the\ am__doit\ target*)
5609 am__include=.include
5610 am__quote="\""
5611 _am_result=BSD
5612 ;;
5613 esac
5614 fi
5615
5616
5617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
5618 $as_echo "$_am_result" >&6; }
5619 rm -f confinc confmf
5620
5621 # Check whether --enable-dependency-tracking was given.
5622 if test "${enable_dependency_tracking+set}" = set; then :
5623 enableval=$enable_dependency_tracking;
5624 fi
5625
5626 if test "x$enable_dependency_tracking" != xno; then
5627 am_depcomp="$ac_aux_dir/depcomp"
5628 AMDEPBACKSLASH='\'
5629 fi
5630 if test "x$enable_dependency_tracking" != xno; then
5631 AMDEP_TRUE=
5632 AMDEP_FALSE='#'
5633 else
5634 AMDEP_TRUE='#'
5635 AMDEP_FALSE=
5636 fi
5637
5638
5639
5640 depcc="$CC" am_compiler_list=
5641
5642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5643 $as_echo_n "checking dependency style of $depcc... " >&6; }
5644 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
5645 $as_echo_n "(cached) " >&6
5646 else
5647 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5648 # We make a subdir and do the tests there. Otherwise we can end up
5649 # making bogus files that we don't know about and never remove. For
5650 # instance it was reported that on HP-UX the gcc test will end up
5651 # making a dummy file named `D' -- because `-MD' means `put the output
5652 # in D'.
5653 mkdir conftest.dir
5654 # Copy depcomp to subdir because otherwise we won't find it if we're
5655 # using a relative directory.
5656 cp "$am_depcomp" conftest.dir
5657 cd conftest.dir
5658 # We will build objects and dependencies in a subdirectory because
5659 # it helps to detect inapplicable dependency modes. For instance
5660 # both Tru64's cc and ICC support -MD to output dependencies as a
5661 # side effect of compilation, but ICC will put the dependencies in
5662 # the current directory while Tru64 will put them in the object
5663 # directory.
5664 mkdir sub
5665
5666 am_cv_CC_dependencies_compiler_type=none
5667 if test "$am_compiler_list" = ""; then
5668 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5669 fi
5670 am__universal=false
5671 case " $depcc " in #(
5672 *\ -arch\ *\ -arch\ *) am__universal=true ;;
5673 esac
5674
5675 for depmode in $am_compiler_list; do
5676 # Setup a source with many dependencies, because some compilers
5677 # like to wrap large dependency lists on column 80 (with \), and
5678 # we should not choose a depcomp mode which is confused by this.
5679 #
5680 # We need to recreate these files for each test, as the compiler may
5681 # overwrite some of them when testing with obscure command lines.
5682 # This happens at least with the AIX C compiler.
5683 : > sub/conftest.c
5684 for i in 1 2 3 4 5 6; do
5685 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5686 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5687 # Solaris 8's {/usr,}/bin/sh.
5688 touch sub/conftst$i.h
5689 done
5690 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5691
5692 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5693 # mode. It turns out that the SunPro C++ compiler does not properly
5694 # handle `-M -o', and we need to detect this. Also, some Intel
5695 # versions had trouble with output in subdirs
5696 am__obj=sub/conftest.${OBJEXT-o}
5697 am__minus_obj="-o $am__obj"
5698 case $depmode in
5699 gcc)
5700 # This depmode causes a compiler race in universal mode.
5701 test "$am__universal" = false || continue
5702 ;;
5703 nosideeffect)
5704 # after this tag, mechanisms are not by side-effect, so they'll
5705 # only be used when explicitly requested
5706 if test "x$enable_dependency_tracking" = xyes; then
5707 continue
5708 else
5709 break
5710 fi
5711 ;;
5712 msvisualcpp | msvcmsys)
5713 # This compiler won't grok `-c -o', but also, the minuso test has
5714 # not run yet. These depmodes are late enough in the game, and
5715 # so weak that their functioning should not be impacted.
5716 am__obj=conftest.${OBJEXT-o}
5717 am__minus_obj=
5718 ;;
5719 none) break ;;
5720 esac
5721 if depmode=$depmode \
5722 source=sub/conftest.c object=$am__obj \
5723 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5724 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
5725 >/dev/null 2>conftest.err &&
5726 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
5727 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5728 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
5729 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5730 # icc doesn't choke on unknown options, it will just issue warnings
5731 # or remarks (even with -Werror). So we grep stderr for any message
5732 # that says an option was ignored or not supported.
5733 # When given -MP, icc 7.0 and 7.1 complain thusly:
5734 # icc: Command line warning: ignoring option '-M'; no argument required
5735 # The diagnosis changed in icc 8.0:
5736 # icc: Command line remark: option '-MP' not supported
5737 if (grep 'ignoring option' conftest.err ||
5738 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5739 am_cv_CC_dependencies_compiler_type=$depmode
5740 break
5741 fi
5742 fi
5743 done
5744
5745 cd ..
5746 rm -rf conftest.dir
5747 else
5748 am_cv_CC_dependencies_compiler_type=none
5749 fi
5750
5751 fi
5752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
5753 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
5754 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5755
5756 if
5757 test "x$enable_dependency_tracking" != xno \
5758 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
5759 am__fastdepCC_TRUE=
5760 am__fastdepCC_FALSE='#'
5761 else
5762 am__fastdepCC_TRUE='#'
5763 am__fastdepCC_FALSE=
5764 fi
5765
5766
5767 if test "x$CC" != xcc; then
5768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
5769 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
5770 else
5771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
5772 $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
5773 fi
5774 set dummy $CC; ac_cc=`$as_echo "$2" |
5775 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
5776 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
5777 $as_echo_n "(cached) " >&6
5778 else
5779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5780 /* end confdefs.h. */
5781
5782 int
5783 main ()
5784 {
5785
5786 ;
5787 return 0;
5788 }
5789 _ACEOF
5790 # Make sure it works both with $CC and with simple cc.
5791 # We do the test twice because some compilers refuse to overwrite an
5792 # existing .o file with -o, though they will create one.
5793 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
5794 rm -f conftest2.*
5795 if { { case "(($ac_try" in
5796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5797 *) ac_try_echo=$ac_try;;
5798 esac
5799 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5800 $as_echo "$ac_try_echo"; } >&5
5801 (eval "$ac_try") 2>&5
5802 ac_status=$?
5803 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5804 test $ac_status = 0; } &&
5805 test -f conftest2.$ac_objext && { { case "(($ac_try" in
5806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5807 *) ac_try_echo=$ac_try;;
5808 esac
5809 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5810 $as_echo "$ac_try_echo"; } >&5
5811 (eval "$ac_try") 2>&5
5812 ac_status=$?
5813 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5814 test $ac_status = 0; };
5815 then
5816 eval ac_cv_prog_cc_${ac_cc}_c_o=yes
5817 if test "x$CC" != xcc; then
5818 # Test first that cc exists at all.
5819 if { ac_try='cc -c conftest.$ac_ext >&5'
5820 { { case "(($ac_try" in
5821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5822 *) ac_try_echo=$ac_try;;
5823 esac
5824 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5825 $as_echo "$ac_try_echo"; } >&5
5826 (eval "$ac_try") 2>&5
5827 ac_status=$?
5828 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5829 test $ac_status = 0; }; }; then
5830 ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
5831 rm -f conftest2.*
5832 if { { case "(($ac_try" in
5833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5834 *) ac_try_echo=$ac_try;;
5835 esac
5836 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5837 $as_echo "$ac_try_echo"; } >&5
5838 (eval "$ac_try") 2>&5
5839 ac_status=$?
5840 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5841 test $ac_status = 0; } &&
5842 test -f conftest2.$ac_objext && { { case "(($ac_try" in
5843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5844 *) ac_try_echo=$ac_try;;
5845 esac
5846 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5847 $as_echo "$ac_try_echo"; } >&5
5848 (eval "$ac_try") 2>&5
5849 ac_status=$?
5850 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5851 test $ac_status = 0; };
5852 then
5853 # cc works too.
5854 :
5855 else
5856 # cc exists but doesn't like -o.
5857 eval ac_cv_prog_cc_${ac_cc}_c_o=no
5858 fi
5859 fi
5860 fi
5861 else
5862 eval ac_cv_prog_cc_${ac_cc}_c_o=no
5863 fi
5864 rm -f core conftest*
5865
5866 fi
5867 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
5868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5869 $as_echo "yes" >&6; }
5870 else
5871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5872 $as_echo "no" >&6; }
5873
5874 $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
5875
5876 fi
5877
5878 # FIXME: we rely on the cache variable name because
5879 # there is no other way.
5880 set dummy $CC
5881 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
5882 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
5883 if test "$am_t" != yes; then
5884 # Losing compiler, so override with the script.
5885 # FIXME: It is wrong to rewrite CC.
5886 # But if we don't then we get into trouble of one sort or another.
5887 # A longer-term fix would be to have automake use am__CC in this case,
5888 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5889 CC="$am_aux_dir/compile $CC"
5890 fi
5891
5892
5893
5894 if test x$GCC = xyes; then
5895 test "x$GCC_TEST_OPTIONS" != x && CC="$CC $GCC_TEST_OPTIONS"
5896 else
5897 test "x$NON_GCC_TEST_OPTIONS" != x && CC="$CC $NON_GCC_TEST_OPTIONS"
5898 fi
5899
5900 # Avoid gnulib's tests for HAVE_WORKING_O_NOATIME and HAVE_WORKING_O_NOFOLLOW,
5901 # as we don't use them.
5902
5903 # Avoid gnulib's threadlib module, as we do threads our own way.
5904
5905
5906 # Initialize gnulib right after choosing the compiler.
5907
5908 ac_ext=c
5909 ac_cpp='$CPP $CPPFLAGS'
5910 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5911 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5912 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5914 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5915 # On Suns, sometimes $CPP names a directory.
5916 if test -n "$CPP" && test -d "$CPP"; then
5917 CPP=
5918 fi
5919 if test -z "$CPP"; then
5920 if test "${ac_cv_prog_CPP+set}" = set; then :
5921 $as_echo_n "(cached) " >&6
5922 else
5923 # Double quotes because CPP needs to be expanded
5924 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5925 do
5926 ac_preproc_ok=false
5927 for ac_c_preproc_warn_flag in '' yes
5928 do
5929 # Use a header file that comes with gcc, so configuring glibc
5930 # with a fresh cross-compiler works.
5931 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5932 # <limits.h> exists even on freestanding compilers.
5933 # On the NeXT, cc -E runs the code through the compiler's parser,
5934 # not just through cpp. "Syntax error" is here to catch this case.
5935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5936 /* end confdefs.h. */
5937 #ifdef __STDC__
5938 # include <limits.h>
5939 #else
5940 # include <assert.h>
5941 #endif
5942 Syntax error
5943 _ACEOF
5944 if ac_fn_c_try_cpp "$LINENO"; then :
5945
5946 else
5947 # Broken: fails on valid input.
5948 continue
5949 fi
5950 rm -f conftest.err conftest.$ac_ext
5951
5952 # OK, works on sane cases. Now check whether nonexistent headers
5953 # can be detected and how.
5954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5955 /* end confdefs.h. */
5956 #include <ac_nonexistent.h>
5957 _ACEOF
5958 if ac_fn_c_try_cpp "$LINENO"; then :
5959 # Broken: success on invalid input.
5960 continue
5961 else
5962 # Passes both tests.
5963 ac_preproc_ok=:
5964 break
5965 fi
5966 rm -f conftest.err conftest.$ac_ext
5967
5968 done
5969 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5970 rm -f conftest.err conftest.$ac_ext
5971 if $ac_preproc_ok; then :
5972 break
5973 fi
5974
5975 done
5976 ac_cv_prog_CPP=$CPP
5977
5978 fi
5979 CPP=$ac_cv_prog_CPP
5980 else
5981 ac_cv_prog_CPP=$CPP
5982 fi
5983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5984 $as_echo "$CPP" >&6; }
5985 ac_preproc_ok=false
5986 for ac_c_preproc_warn_flag in '' yes
5987 do
5988 # Use a header file that comes with gcc, so configuring glibc
5989 # with a fresh cross-compiler works.
5990 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5991 # <limits.h> exists even on freestanding compilers.
5992 # On the NeXT, cc -E runs the code through the compiler's parser,
5993 # not just through cpp. "Syntax error" is here to catch this case.
5994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5995 /* end confdefs.h. */
5996 #ifdef __STDC__
5997 # include <limits.h>
5998 #else
5999 # include <assert.h>
6000 #endif
6001 Syntax error
6002 _ACEOF
6003 if ac_fn_c_try_cpp "$LINENO"; then :
6004
6005 else
6006 # Broken: fails on valid input.
6007 continue
6008 fi
6009 rm -f conftest.err conftest.$ac_ext
6010
6011 # OK, works on sane cases. Now check whether nonexistent headers
6012 # can be detected and how.
6013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6014 /* end confdefs.h. */
6015 #include <ac_nonexistent.h>
6016 _ACEOF
6017 if ac_fn_c_try_cpp "$LINENO"; then :
6018 # Broken: success on invalid input.
6019 continue
6020 else
6021 # Passes both tests.
6022 ac_preproc_ok=:
6023 break
6024 fi
6025 rm -f conftest.err conftest.$ac_ext
6026
6027 done
6028 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6029 rm -f conftest.err conftest.$ac_ext
6030 if $ac_preproc_ok; then :
6031
6032 else
6033 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6034 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6035 as_fn_error "C preprocessor \"$CPP\" fails sanity check
6036 See \`config.log' for more details." "$LINENO" 5; }
6037 fi
6038
6039 ac_ext=c
6040 ac_cpp='$CPP $CPPFLAGS'
6041 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6042 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6043 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6044
6045
6046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
6047 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6048 if test "${ac_cv_path_GREP+set}" = set; then :
6049 $as_echo_n "(cached) " >&6
6050 else
6051 if test -z "$GREP"; then
6052 ac_path_GREP_found=false
6053 # Loop through the user's path and test for each of PROGNAME-LIST
6054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6055 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6056 do
6057 IFS=$as_save_IFS
6058 test -z "$as_dir" && as_dir=.
6059 for ac_prog in grep ggrep; do
6060 for ac_exec_ext in '' $ac_executable_extensions; do
6061 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6062 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6063 # Check for GNU ac_path_GREP and select it if it is found.
6064 # Check for GNU $ac_path_GREP
6065 case `"$ac_path_GREP" --version 2>&1` in
6066 *GNU*)
6067 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6068 *)
6069 ac_count=0
6070 $as_echo_n 0123456789 >"conftest.in"
6071 while :
6072 do
6073 cat "conftest.in" "conftest.in" >"conftest.tmp"
6074 mv "conftest.tmp" "conftest.in"
6075 cp "conftest.in" "conftest.nl"
6076 $as_echo 'GREP' >> "conftest.nl"
6077 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6078 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6079 as_fn_arith $ac_count + 1 && ac_count=$as_val
6080 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6081 # Best one so far, save it but keep looking for a better one
6082 ac_cv_path_GREP="$ac_path_GREP"
6083 ac_path_GREP_max=$ac_count
6084 fi
6085 # 10*(2^10) chars as input seems more than enough
6086 test $ac_count -gt 10 && break
6087 done
6088 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6089 esac
6090
6091 $ac_path_GREP_found && break 3
6092 done
6093 done
6094 done
6095 IFS=$as_save_IFS
6096 if test -z "$ac_cv_path_GREP"; then
6097 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6098 fi
6099 else
6100 ac_cv_path_GREP=$GREP
6101 fi
6102
6103 fi
6104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
6105 $as_echo "$ac_cv_path_GREP" >&6; }
6106 GREP="$ac_cv_path_GREP"
6107
6108
6109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
6110 $as_echo_n "checking for egrep... " >&6; }
6111 if test "${ac_cv_path_EGREP+set}" = set; then :
6112 $as_echo_n "(cached) " >&6
6113 else
6114 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6115 then ac_cv_path_EGREP="$GREP -E"
6116 else
6117 if test -z "$EGREP"; then
6118 ac_path_EGREP_found=false
6119 # Loop through the user's path and test for each of PROGNAME-LIST
6120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6121 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6122 do
6123 IFS=$as_save_IFS
6124 test -z "$as_dir" && as_dir=.
6125 for ac_prog in egrep; do
6126 for ac_exec_ext in '' $ac_executable_extensions; do
6127 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6128 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6129 # Check for GNU ac_path_EGREP and select it if it is found.
6130 # Check for GNU $ac_path_EGREP
6131 case `"$ac_path_EGREP" --version 2>&1` in
6132 *GNU*)
6133 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6134 *)
6135 ac_count=0
6136 $as_echo_n 0123456789 >"conftest.in"
6137 while :
6138 do
6139 cat "conftest.in" "conftest.in" >"conftest.tmp"
6140 mv "conftest.tmp" "conftest.in"
6141 cp "conftest.in" "conftest.nl"
6142 $as_echo 'EGREP' >> "conftest.nl"
6143 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6144 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6145 as_fn_arith $ac_count + 1 && ac_count=$as_val
6146 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6147 # Best one so far, save it but keep looking for a better one
6148 ac_cv_path_EGREP="$ac_path_EGREP"
6149 ac_path_EGREP_max=$ac_count
6150 fi
6151 # 10*(2^10) chars as input seems more than enough
6152 test $ac_count -gt 10 && break
6153 done
6154 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6155 esac
6156
6157 $ac_path_EGREP_found && break 3
6158 done
6159 done
6160 done
6161 IFS=$as_save_IFS
6162 if test -z "$ac_cv_path_EGREP"; then
6163 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6164 fi
6165 else
6166 ac_cv_path_EGREP=$EGREP
6167 fi
6168
6169 fi
6170 fi
6171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
6172 $as_echo "$ac_cv_path_EGREP" >&6; }
6173 EGREP="$ac_cv_path_EGREP"
6174
6175
6176
6177
6178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Minix Amsterdam compiler" >&5
6179 $as_echo_n "checking for Minix Amsterdam compiler... " >&6; }
6180 if test "${gl_cv_c_amsterdam_compiler+set}" = set; then :
6181 $as_echo_n "(cached) " >&6
6182 else
6183
6184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6185 /* end confdefs.h. */
6186
6187 #ifdef __ACK__
6188 Amsterdam
6189 #endif
6190
6191 _ACEOF
6192 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6193 $EGREP "Amsterdam" >/dev/null 2>&1; then :
6194 gl_cv_c_amsterdam_compiler=yes
6195 else
6196 gl_cv_c_amsterdam_compiler=no
6197 fi
6198 rm -f conftest*
6199
6200
6201 fi
6202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c_amsterdam_compiler" >&5
6203 $as_echo "$gl_cv_c_amsterdam_compiler" >&6; }
6204 if test -z "$AR"; then
6205 if test $gl_cv_c_amsterdam_compiler = yes; then
6206 AR='cc -c.a'
6207 if test -z "$ARFLAGS"; then
6208 ARFLAGS='-o'
6209 fi
6210 else
6211 if test -n "$ac_tool_prefix"; then
6212 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6213 set dummy ${ac_tool_prefix}ar; ac_word=$2
6214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6215 $as_echo_n "checking for $ac_word... " >&6; }
6216 if test "${ac_cv_prog_AR+set}" = set; then :
6217 $as_echo_n "(cached) " >&6
6218 else
6219 if test -n "$AR"; then
6220 ac_cv_prog_AR="$AR" # Let the user override the test.
6221 else
6222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6223 for as_dir in $PATH
6224 do
6225 IFS=$as_save_IFS
6226 test -z "$as_dir" && as_dir=.
6227 for ac_exec_ext in '' $ac_executable_extensions; do
6228 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6229 ac_cv_prog_AR="${ac_tool_prefix}ar"
6230 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6231 break 2
6232 fi
6233 done
6234 done
6235 IFS=$as_save_IFS
6236
6237 fi
6238 fi
6239 AR=$ac_cv_prog_AR
6240 if test -n "$AR"; then
6241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6242 $as_echo "$AR" >&6; }
6243 else
6244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6245 $as_echo "no" >&6; }
6246 fi
6247
6248
6249 fi
6250 if test -z "$ac_cv_prog_AR"; then
6251 ac_ct_AR=$AR
6252 # Extract the first word of "ar", so it can be a program name with args.
6253 set dummy ar; ac_word=$2
6254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6255 $as_echo_n "checking for $ac_word... " >&6; }
6256 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6257 $as_echo_n "(cached) " >&6
6258 else
6259 if test -n "$ac_ct_AR"; then
6260 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6261 else
6262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6263 for as_dir in $PATH
6264 do
6265 IFS=$as_save_IFS
6266 test -z "$as_dir" && as_dir=.
6267 for ac_exec_ext in '' $ac_executable_extensions; do
6268 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6269 ac_cv_prog_ac_ct_AR="ar"
6270 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6271 break 2
6272 fi
6273 done
6274 done
6275 IFS=$as_save_IFS
6276
6277 fi
6278 fi
6279 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6280 if test -n "$ac_ct_AR"; then
6281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6282 $as_echo "$ac_ct_AR" >&6; }
6283 else
6284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6285 $as_echo "no" >&6; }
6286 fi
6287
6288 if test "x$ac_ct_AR" = x; then
6289 AR="ar"
6290 else
6291 case $cross_compiling:$ac_tool_warned in
6292 yes:)
6293 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6294 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6295 ac_tool_warned=yes ;;
6296 esac
6297 AR=$ac_ct_AR
6298 fi
6299 else
6300 AR="$ac_cv_prog_AR"
6301 fi
6302
6303 if test -z "$ARFLAGS"; then
6304 ARFLAGS='cru'
6305 fi
6306 fi
6307 else
6308 if test -z "$ARFLAGS"; then
6309 ARFLAGS='cru'
6310 fi
6311 fi
6312
6313
6314 if test -z "$RANLIB"; then
6315 if test $gl_cv_c_amsterdam_compiler = yes; then
6316 RANLIB=':'
6317 else
6318 if test -n "$ac_tool_prefix"; then
6319 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6320 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6322 $as_echo_n "checking for $ac_word... " >&6; }
6323 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6324 $as_echo_n "(cached) " >&6
6325 else
6326 if test -n "$RANLIB"; then
6327 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6328 else
6329 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6330 for as_dir in $PATH
6331 do
6332 IFS=$as_save_IFS
6333 test -z "$as_dir" && as_dir=.
6334 for ac_exec_ext in '' $ac_executable_extensions; do
6335 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6336 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6337 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6338 break 2
6339 fi
6340 done
6341 done
6342 IFS=$as_save_IFS
6343
6344 fi
6345 fi
6346 RANLIB=$ac_cv_prog_RANLIB
6347 if test -n "$RANLIB"; then
6348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6349 $as_echo "$RANLIB" >&6; }
6350 else
6351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6352 $as_echo "no" >&6; }
6353 fi
6354
6355
6356 fi
6357 if test -z "$ac_cv_prog_RANLIB"; then
6358 ac_ct_RANLIB=$RANLIB
6359 # Extract the first word of "ranlib", so it can be a program name with args.
6360 set dummy ranlib; ac_word=$2
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6362 $as_echo_n "checking for $ac_word... " >&6; }
6363 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6364 $as_echo_n "(cached) " >&6
6365 else
6366 if test -n "$ac_ct_RANLIB"; then
6367 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6368 else
6369 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6370 for as_dir in $PATH
6371 do
6372 IFS=$as_save_IFS
6373 test -z "$as_dir" && as_dir=.
6374 for ac_exec_ext in '' $ac_executable_extensions; do
6375 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6376 ac_cv_prog_ac_ct_RANLIB="ranlib"
6377 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6378 break 2
6379 fi
6380 done
6381 done
6382 IFS=$as_save_IFS
6383
6384 fi
6385 fi
6386 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6387 if test -n "$ac_ct_RANLIB"; then
6388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6389 $as_echo "$ac_ct_RANLIB" >&6; }
6390 else
6391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6392 $as_echo "no" >&6; }
6393 fi
6394
6395 if test "x$ac_ct_RANLIB" = x; then
6396 RANLIB=":"
6397 else
6398 case $cross_compiling:$ac_tool_warned in
6399 yes:)
6400 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6401 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6402 ac_tool_warned=yes ;;
6403 esac
6404 RANLIB=$ac_ct_RANLIB
6405 fi
6406 else
6407 RANLIB="$ac_cv_prog_RANLIB"
6408 fi
6409
6410 fi
6411 fi
6412
6413
6414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6415 $as_echo_n "checking for ANSI C header files... " >&6; }
6416 if test "${ac_cv_header_stdc+set}" = set; then :
6417 $as_echo_n "(cached) " >&6
6418 else
6419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6420 /* end confdefs.h. */
6421 #include <stdlib.h>
6422 #include <stdarg.h>
6423 #include <string.h>
6424 #include <float.h>
6425
6426 int
6427 main ()
6428 {
6429
6430 ;
6431 return 0;
6432 }
6433 _ACEOF
6434 if ac_fn_c_try_compile "$LINENO"; then :
6435 ac_cv_header_stdc=yes
6436 else
6437 ac_cv_header_stdc=no
6438 fi
6439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6440
6441 if test $ac_cv_header_stdc = yes; then
6442 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6444 /* end confdefs.h. */
6445 #include <string.h>
6446
6447 _ACEOF
6448 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6449 $EGREP "memchr" >/dev/null 2>&1; then :
6450
6451 else
6452 ac_cv_header_stdc=no
6453 fi
6454 rm -f conftest*
6455
6456 fi
6457
6458 if test $ac_cv_header_stdc = yes; then
6459 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6461 /* end confdefs.h. */
6462 #include <stdlib.h>
6463
6464 _ACEOF
6465 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6466 $EGREP "free" >/dev/null 2>&1; then :
6467
6468 else
6469 ac_cv_header_stdc=no
6470 fi
6471 rm -f conftest*
6472
6473 fi
6474
6475 if test $ac_cv_header_stdc = yes; then
6476 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6477 if test "$cross_compiling" = yes; then :
6478 :
6479 else
6480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6481 /* end confdefs.h. */
6482 #include <ctype.h>
6483 #include <stdlib.h>
6484 #if ((' ' & 0x0FF) == 0x020)
6485 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6486 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6487 #else
6488 # define ISLOWER(c) \
6489 (('a' <= (c) && (c) <= 'i') \
6490 || ('j' <= (c) && (c) <= 'r') \
6491 || ('s' <= (c) && (c) <= 'z'))
6492 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6493 #endif
6494
6495 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6496 int
6497 main ()
6498 {
6499 int i;
6500 for (i = 0; i < 256; i++)
6501 if (XOR (islower (i), ISLOWER (i))
6502 || toupper (i) != TOUPPER (i))
6503 return 2;
6504 return 0;
6505 }
6506 _ACEOF
6507 if ac_fn_c_try_run "$LINENO"; then :
6508
6509 else
6510 ac_cv_header_stdc=no
6511 fi
6512 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6513 conftest.$ac_objext conftest.beam conftest.$ac_ext
6514 fi
6515
6516 fi
6517 fi
6518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6519 $as_echo "$ac_cv_header_stdc" >&6; }
6520 if test $ac_cv_header_stdc = yes; then
6521
6522 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6523
6524 fi
6525
6526 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6527 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6528 inttypes.h stdint.h unistd.h
6529 do :
6530 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6531 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6532 "
6533 eval as_val=\$$as_ac_Header
6534 if test "x$as_val" = x""yes; then :
6535 cat >>confdefs.h <<_ACEOF
6536 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6537 _ACEOF
6538
6539 fi
6540
6541 done
6542
6543
6544
6545 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
6546 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
6547 MINIX=yes
6548 else
6549 MINIX=
6550 fi
6551
6552
6553 if test "$MINIX" = yes; then
6554
6555 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
6556
6557
6558 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
6559
6560
6561 $as_echo "#define _MINIX 1" >>confdefs.h
6562
6563
6564 $as_echo "#define _NETBSD_SOURCE 1" >>confdefs.h
6565
6566 fi
6567
6568
6569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
6570 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
6571 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
6572 $as_echo_n "(cached) " >&6
6573 else
6574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6575 /* end confdefs.h. */
6576
6577 # define __EXTENSIONS__ 1
6578 $ac_includes_default
6579 int
6580 main ()
6581 {
6582
6583 ;
6584 return 0;
6585 }
6586 _ACEOF
6587 if ac_fn_c_try_compile "$LINENO"; then :
6588 ac_cv_safe_to_define___extensions__=yes
6589 else
6590 ac_cv_safe_to_define___extensions__=no
6591 fi
6592 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6593 fi
6594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
6595 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
6596 test $ac_cv_safe_to_define___extensions__ = yes &&
6597 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
6598
6599 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
6600
6601 $as_echo "#define _DARWIN_C_SOURCE 1" >>confdefs.h
6602
6603 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
6604
6605 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
6606
6607 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
6608
6609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether _XOPEN_SOURCE should be defined" >&5
6610 $as_echo_n "checking whether _XOPEN_SOURCE should be defined... " >&6; }
6611 if test "${ac_cv_should_define__xopen_source+set}" = set; then :
6612 $as_echo_n "(cached) " >&6
6613 else
6614 ac_cv_should_define__xopen_source=no
6615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6616 /* end confdefs.h. */
6617
6618 #include <wchar.h>
6619 mbstate_t x;
6620 int
6621 main ()
6622 {
6623
6624 ;
6625 return 0;
6626 }
6627 _ACEOF
6628 if ac_fn_c_try_compile "$LINENO"; then :
6629
6630 else
6631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6632 /* end confdefs.h. */
6633
6634 #define _XOPEN_SOURCE 500
6635 #include <wchar.h>
6636 mbstate_t x;
6637 int
6638 main ()
6639 {
6640
6641 ;
6642 return 0;
6643 }
6644 _ACEOF
6645 if ac_fn_c_try_compile "$LINENO"; then :
6646 ac_cv_should_define__xopen_source=yes
6647 fi
6648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6649 fi
6650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6651 fi
6652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_should_define__xopen_source" >&5
6653 $as_echo "$ac_cv_should_define__xopen_source" >&6; }
6654 test $ac_cv_should_define__xopen_source = yes &&
6655 $as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h
6656
6657
6658
6659
6660
6661
6662
6663
6664 # Check whether --enable-largefile was given.
6665 if test "${enable_largefile+set}" = set; then :
6666 enableval=$enable_largefile;
6667 fi
6668
6669 if test "$enable_largefile" != no; then
6670
6671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6672 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6673 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
6674 $as_echo_n "(cached) " >&6
6675 else
6676 ac_cv_sys_largefile_CC=no
6677 if test "$GCC" != yes; then
6678 ac_save_CC=$CC
6679 while :; do
6680 # IRIX 6.2 and later do not support large files by default,
6681 # so use the C compiler's -n32 option if that helps.
6682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6683 /* end confdefs.h. */
6684 #include <sys/types.h>
6685 /* Check that off_t can represent 2**63 - 1 correctly.
6686 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6687 since some C++ compilers masquerading as C compilers
6688 incorrectly reject 9223372036854775807. */
6689 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6690 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6691 && LARGE_OFF_T % 2147483647 == 1)
6692 ? 1 : -1];
6693 int
6694 main ()
6695 {
6696
6697 ;
6698 return 0;
6699 }
6700 _ACEOF
6701 if ac_fn_c_try_compile "$LINENO"; then :
6702 break
6703 fi
6704 rm -f core conftest.err conftest.$ac_objext
6705 CC="$CC -n32"
6706 if ac_fn_c_try_compile "$LINENO"; then :
6707 ac_cv_sys_largefile_CC=' -n32'; break
6708 fi
6709 rm -f core conftest.err conftest.$ac_objext
6710 break
6711 done
6712 CC=$ac_save_CC
6713 rm -f conftest.$ac_ext
6714 fi
6715 fi
6716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6717 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6718 if test "$ac_cv_sys_largefile_CC" != no; then
6719 CC=$CC$ac_cv_sys_largefile_CC
6720 fi
6721
6722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6723 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6724 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
6725 $as_echo_n "(cached) " >&6
6726 else
6727 while :; do
6728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6729 /* end confdefs.h. */
6730 #include <sys/types.h>
6731 /* Check that off_t can represent 2**63 - 1 correctly.
6732 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6733 since some C++ compilers masquerading as C compilers
6734 incorrectly reject 9223372036854775807. */
6735 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6736 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6737 && LARGE_OFF_T % 2147483647 == 1)
6738 ? 1 : -1];
6739 int
6740 main ()
6741 {
6742
6743 ;
6744 return 0;
6745 }
6746 _ACEOF
6747 if ac_fn_c_try_compile "$LINENO"; then :
6748 ac_cv_sys_file_offset_bits=no; break
6749 fi
6750 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6751 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6752 /* end confdefs.h. */
6753 #define _FILE_OFFSET_BITS 64
6754 #include <sys/types.h>
6755 /* Check that off_t can represent 2**63 - 1 correctly.
6756 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6757 since some C++ compilers masquerading as C compilers
6758 incorrectly reject 9223372036854775807. */
6759 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6760 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6761 && LARGE_OFF_T % 2147483647 == 1)
6762 ? 1 : -1];
6763 int
6764 main ()
6765 {
6766
6767 ;
6768 return 0;
6769 }
6770 _ACEOF
6771 if ac_fn_c_try_compile "$LINENO"; then :
6772 ac_cv_sys_file_offset_bits=64; break
6773 fi
6774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6775 ac_cv_sys_file_offset_bits=unknown
6776 break
6777 done
6778 fi
6779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6780 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6781 case $ac_cv_sys_file_offset_bits in #(
6782 no | unknown) ;;
6783 *)
6784 cat >>confdefs.h <<_ACEOF
6785 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6786 _ACEOF
6787 ;;
6788 esac
6789 rm -rf conftest*
6790 if test $ac_cv_sys_file_offset_bits = unknown; then
6791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6792 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6793 if test "${ac_cv_sys_large_files+set}" = set; then :
6794 $as_echo_n "(cached) " >&6
6795 else
6796 while :; do
6797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6798 /* end confdefs.h. */
6799 #include <sys/types.h>
6800 /* Check that off_t can represent 2**63 - 1 correctly.
6801 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6802 since some C++ compilers masquerading as C compilers
6803 incorrectly reject 9223372036854775807. */
6804 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6805 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6806 && LARGE_OFF_T % 2147483647 == 1)
6807 ? 1 : -1];
6808 int
6809 main ()
6810 {
6811
6812 ;
6813 return 0;
6814 }
6815 _ACEOF
6816 if ac_fn_c_try_compile "$LINENO"; then :
6817 ac_cv_sys_large_files=no; break
6818 fi
6819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6821 /* end confdefs.h. */
6822 #define _LARGE_FILES 1
6823 #include <sys/types.h>
6824 /* Check that off_t can represent 2**63 - 1 correctly.
6825 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6826 since some C++ compilers masquerading as C compilers
6827 incorrectly reject 9223372036854775807. */
6828 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6829 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6830 && LARGE_OFF_T % 2147483647 == 1)
6831 ? 1 : -1];
6832 int
6833 main ()
6834 {
6835
6836 ;
6837 return 0;
6838 }
6839 _ACEOF
6840 if ac_fn_c_try_compile "$LINENO"; then :
6841 ac_cv_sys_large_files=1; break
6842 fi
6843 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6844 ac_cv_sys_large_files=unknown
6845 break
6846 done
6847 fi
6848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6849 $as_echo "$ac_cv_sys_large_files" >&6; }
6850 case $ac_cv_sys_large_files in #(
6851 no | unknown) ;;
6852 *)
6853 cat >>confdefs.h <<_ACEOF
6854 #define _LARGE_FILES $ac_cv_sys_large_files
6855 _ACEOF
6856 ;;
6857 esac
6858 rm -rf conftest*
6859 fi
6860
6861
6862 $as_echo "#define _DARWIN_USE_64_BIT_INODE 1" >>confdefs.h
6863
6864 fi
6865
6866 case $ac_cv_prog_cc_stdc in #(
6867 no) :
6868 ac_cv_prog_cc_c99=no; ac_cv_prog_cc_c89=no ;; #(
6869 *) :
6870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
6871 $as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
6872 if test "${ac_cv_prog_cc_c99+set}" = set; then :
6873 $as_echo_n "(cached) " >&6
6874 else
6875 ac_cv_prog_cc_c99=no
6876 ac_save_CC=$CC
6877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6878 /* end confdefs.h. */
6879 #include <stdarg.h>
6880 #include <stdbool.h>
6881 #include <stdlib.h>
6882 #include <wchar.h>
6883 #include <stdio.h>
6884
6885 // Check varargs macros. These examples are taken from C99 6.10.3.5.
6886 #define debug(...) fprintf (stderr, __VA_ARGS__)
6887 #define showlist(...) puts (#__VA_ARGS__)
6888 #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
6889 static void
6890 test_varargs_macros (void)
6891 {
6892 int x = 1234;
6893 int y = 5678;
6894 debug ("Flag");
6895 debug ("X = %d\n", x);
6896 showlist (The first, second, and third items.);
6897 report (x>y, "x is %d but y is %d", x, y);
6898 }
6899
6900 // Check long long types.
6901 #define BIG64 18446744073709551615ull
6902 #define BIG32 4294967295ul
6903 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
6904 #if !BIG_OK
6905 your preprocessor is broken;
6906 #endif
6907 #if BIG_OK
6908 #else
6909 your preprocessor is broken;
6910 #endif
6911 static long long int bignum = -9223372036854775807LL;
6912 static unsigned long long int ubignum = BIG64;
6913
6914 struct incomplete_array
6915 {
6916 int datasize;
6917 double data[];
6918 };
6919
6920 struct named_init {
6921 int number;
6922 const wchar_t *name;
6923 double average;
6924 };
6925
6926 typedef const char *ccp;
6927
6928 static inline int
6929 test_restrict (ccp restrict text)
6930 {
6931 // See if C++-style comments work.
6932 // Iterate through items via the restricted pointer.
6933 // Also check for declarations in for loops.
6934 for (unsigned int i = 0; *(text+i) != '\0'; ++i)
6935 continue;
6936 return 0;
6937 }
6938
6939 // Check varargs and va_copy.
6940 static void
6941 test_varargs (const char *format, ...)
6942 {
6943 va_list args;
6944 va_start (args, format);
6945 va_list args_copy;
6946 va_copy (args_copy, args);
6947
6948 const char *str;
6949 int number;
6950 float fnumber;
6951
6952 while (*format)
6953 {
6954 switch (*format++)
6955 {
6956 case 's': // string
6957 str = va_arg (args_copy, const char *);
6958 break;
6959 case 'd': // int
6960 number = va_arg (args_copy, int);
6961 break;
6962 case 'f': // float
6963 fnumber = va_arg (args_copy, double);
6964 break;
6965 default:
6966 break;
6967 }
6968 }
6969 va_end (args_copy);
6970 va_end (args);
6971 }
6972
6973 int
6974 main ()
6975 {
6976
6977 // Check bool.
6978 _Bool success = false;
6979
6980 // Check restrict.
6981 if (test_restrict ("String literal") == 0)
6982 success = true;
6983 char *restrict newvar = "Another string";
6984
6985 // Check varargs.
6986 test_varargs ("s, d' f .", "string", 65, 34.234);
6987 test_varargs_macros ();
6988
6989 // Check flexible array members.
6990 struct incomplete_array *ia =
6991 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
6992 ia->datasize = 10;
6993 for (int i = 0; i < ia->datasize; ++i)
6994 ia->data[i] = i * 1.234;
6995
6996 // Check named initializers.
6997 struct named_init ni = {
6998 .number = 34,
6999 .name = L"Test wide string",
7000 .average = 543.34343,
7001 };
7002
7003 ni.number = 58;
7004
7005 int dynamic_array[ni.number];
7006 dynamic_array[ni.number - 1] = 543;
7007
7008 // work around unused variable warnings
7009 return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
7010 || dynamic_array[ni.number - 1] != 543);
7011
7012 ;
7013 return 0;
7014 }
7015 _ACEOF
7016 for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
7017 do
7018 CC="$ac_save_CC $ac_arg"
7019 if ac_fn_c_try_compile "$LINENO"; then :
7020 ac_cv_prog_cc_c99=$ac_arg
7021 fi
7022 rm -f core conftest.err conftest.$ac_objext
7023 test "x$ac_cv_prog_cc_c99" != "xno" && break
7024 done
7025 rm -f conftest.$ac_ext
7026 CC=$ac_save_CC
7027
7028 fi
7029 # AC_CACHE_VAL
7030 case "x$ac_cv_prog_cc_c99" in
7031 x)
7032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
7033 $as_echo "none needed" >&6; } ;;
7034 xno)
7035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
7036 $as_echo "unsupported" >&6; } ;;
7037 *)
7038 CC="$CC $ac_cv_prog_cc_c99"
7039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
7040 $as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
7041 esac
7042 if test "x$ac_cv_prog_cc_c99" != xno; then :
7043 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
7044 else
7045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
7046 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
7047 if test "${ac_cv_prog_cc_c89+set}" = set; then :
7048 $as_echo_n "(cached) " >&6
7049 else
7050 ac_cv_prog_cc_c89=no
7051 ac_save_CC=$CC
7052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7053 /* end confdefs.h. */
7054 #include <stdarg.h>
7055 #include <stdio.h>
7056 #include <sys/types.h>
7057 #include <sys/stat.h>
7058 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
7059 struct buf { int x; };
7060 FILE * (*rcsopen) (struct buf *, struct stat *, int);
7061 static char *e (p, i)
7062 char **p;
7063 int i;
7064 {
7065 return p[i];
7066 }
7067 static char *f (char * (*g) (char **, int), char **p, ...)
7068 {
7069 char *s;
7070 va_list v;
7071 va_start (v,p);
7072 s = g (p, va_arg (v,int));
7073 va_end (v);
7074 return s;
7075 }
7076
7077 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
7078 function prototypes and stuff, but not '\xHH' hex character constants.
7079 These don't provoke an error unfortunately, instead are silently treated
7080 as 'x'. The following induces an error, until -std is added to get
7081 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
7082 array size at least. It's necessary to write '\x00'==0 to get something
7083 that's true only with -std. */
7084 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
7085
7086 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
7087 inside strings and character constants. */
7088 #define FOO(x) 'x'
7089 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
7090
7091 int test (int i, double x);
7092 struct s1 {int (*f) (int a);};
7093 struct s2 {int (*f) (double a);};
7094 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
7095 int argc;
7096 char **argv;
7097 int
7098 main ()
7099 {
7100 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
7101 ;
7102 return 0;
7103 }
7104 _ACEOF
7105 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
7106 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
7107 do
7108 CC="$ac_save_CC $ac_arg"
7109 if ac_fn_c_try_compile "$LINENO"; then :
7110 ac_cv_prog_cc_c89=$ac_arg
7111 fi
7112 rm -f core conftest.err conftest.$ac_objext
7113 test "x$ac_cv_prog_cc_c89" != "xno" && break
7114 done
7115 rm -f conftest.$ac_ext
7116 CC=$ac_save_CC
7117
7118 fi
7119 # AC_CACHE_VAL
7120 case "x$ac_cv_prog_cc_c89" in
7121 x)
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
7123 $as_echo "none needed" >&6; } ;;
7124 xno)
7125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
7126 $as_echo "unsupported" >&6; } ;;
7127 *)
7128 CC="$CC $ac_cv_prog_cc_c89"
7129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
7130 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
7131 esac
7132 if test "x$ac_cv_prog_cc_c89" != xno; then :
7133 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
7134 else
7135 ac_cv_prog_cc_stdc=no
7136 fi
7137
7138 fi
7139 ;;
7140 esac
7141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO Standard C" >&5
7142 $as_echo_n "checking for $CC option to accept ISO Standard C... " >&6; }
7143 if test "${ac_cv_prog_cc_stdc+set}" = set; then :
7144 $as_echo_n "(cached) " >&6
7145 fi
7146
7147 case $ac_cv_prog_cc_stdc in #(
7148 no) :
7149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
7150 $as_echo "unsupported" >&6; } ;; #(
7151 '') :
7152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
7153 $as_echo "none needed" >&6; } ;; #(
7154 *) :
7155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_stdc" >&5
7156 $as_echo "$ac_cv_prog_cc_stdc" >&6; } ;;
7157 esac
7158
7159
7160
7161 # Code from module alloca-opt:
7162 # Code from module allocator:
7163 # Code from module at-internal:
7164 # Code from module c-ctype:
7165 # Code from module c-strcase:
7166 # Code from module careadlinkat:
7167 # Code from module clock-time:
7168 # Code from module close-stream:
7169 # Code from module crypto/md5:
7170 # Code from module crypto/sha1:
7171 # Code from module crypto/sha256:
7172 # Code from module crypto/sha512:
7173 # Code from module dirent:
7174 # Code from module dosname:
7175 # Code from module dtoastr:
7176 # Code from module dtotimespec:
7177 # Code from module dup2:
7178 # Code from module environ:
7179 # Code from module euidaccess:
7180 # Code from module execinfo:
7181 # Code from module extensions:
7182
7183 # Code from module extern-inline:
7184 # Code from module faccessat:
7185 # Code from module fcntl-h:
7186 # Code from module fdatasync:
7187 # Code from module fdopendir:
7188 # Code from module filemode:
7189 # Code from module fpending:
7190 # Code from module fstatat:
7191 # Code from module fsync:
7192 # Code from module getgroups:
7193 # Code from module getloadavg:
7194 # Code from module getopt-gnu:
7195 # Code from module getopt-posix:
7196 # Code from module gettext-h:
7197 # Code from module gettime:
7198 # Code from module gettimeofday:
7199 # Code from module group-member:
7200 # Code from module ignore-value:
7201 # Code from module include_next:
7202 # Code from module intprops:
7203 # Code from module inttypes-incomplete:
7204 # Code from module largefile:
7205
7206 # Code from module lstat:
7207 # Code from module manywarnings:
7208 # Code from module memrchr:
7209 # Code from module mktime:
7210 # Code from module multiarch:
7211 # Code from module nocrash:
7212 # Code from module openat-h:
7213 # Code from module pathmax:
7214 # Code from module pselect:
7215 # Code from module pthread_sigmask:
7216 # Code from module putenv:
7217 # Code from module readlink:
7218 # Code from module readlinkat:
7219 # Code from module root-uid:
7220 # Code from module sig2str:
7221 # Code from module signal-h:
7222 # Code from module snippet/_Noreturn:
7223 # Code from module snippet/arg-nonnull:
7224 # Code from module snippet/c++defs:
7225 # Code from module snippet/warn-on-use:
7226 # Code from module socklen:
7227 # Code from module ssize_t:
7228 # Code from module stat:
7229 # Code from module stat-time:
7230 # Code from module stdalign:
7231 # Code from module stdarg:
7232
7233
7234
7235 # Code from module stdbool:
7236 # Code from module stddef:
7237 # Code from module stdint:
7238 # Code from module stdio:
7239 # Code from module stdlib:
7240 # Code from module strftime:
7241 # Code from module string:
7242 # Code from module strtoimax:
7243 # Code from module strtoll:
7244 # Code from module strtoull:
7245 # Code from module strtoumax:
7246 # Code from module symlink:
7247 # Code from module sys_select:
7248 # Code from module sys_stat:
7249 # Code from module sys_time:
7250 # Code from module time:
7251 # Code from module time_r:
7252 # Code from module timer-time:
7253 # Code from module timespec:
7254 # Code from module timespec-add:
7255 # Code from module timespec-sub:
7256 # Code from module u64:
7257 # Code from module unistd:
7258 # Code from module unsetenv:
7259 # Code from module utimens:
7260 # Code from module verify:
7261 # Code from module warnings:
7262 # Code from module xalloc-oversized:
7263
7264
7265 # It's helpful to have C macros available to GDB, so prefer -g3 to -g
7266 # if -g3 works and the user does not specify CFLAGS.
7267 # This test must follow gl_EARLY; otherwise AC_LINK_IFELSE complains.
7268 if test "$ac_test_CFLAGS" != set; then
7269 case $CFLAGS in
7270 '-g')
7271 emacs_g3_CFLAGS='-g3';;
7272 '-g -O2')
7273 emacs_g3_CFLAGS='-g3 -O2';;
7274 *)
7275 emacs_g3_CFLAGS='';;
7276 esac
7277 if test -n "$emacs_g3_CFLAGS"; then
7278 emacs_save_CFLAGS=$CFLAGS
7279 CFLAGS=$emacs_g3_CFLAGS
7280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts $emacs_g3_CFLAGS" >&5
7281 $as_echo_n "checking whether $CC accepts $emacs_g3_CFLAGS... " >&6; }
7282 if test "${emacs_cv_prog_cc_g3+set}" = set; then :
7283 $as_echo_n "(cached) " >&6
7284 else
7285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7286 /* end confdefs.h. */
7287
7288 int
7289 main ()
7290 {
7291
7292 ;
7293 return 0;
7294 }
7295 _ACEOF
7296 if ac_fn_c_try_link "$LINENO"; then :
7297 emacs_cv_prog_cc_g3=yes
7298 else
7299 emacs_cv_prog_cc_g3=no
7300 fi
7301 rm -f core conftest.err conftest.$ac_objext \
7302 conftest$ac_exeext conftest.$ac_ext
7303 fi
7304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_prog_cc_g3" >&5
7305 $as_echo "$emacs_cv_prog_cc_g3" >&6; }
7306 if test $emacs_cv_prog_cc_g3 = yes; then
7307 CFLAGS=$emacs_g3_CFLAGS
7308 else
7309 CFLAGS=$emacs_save_CFLAGS
7310 fi
7311 fi
7312 fi
7313
7314 # Check whether --enable-gcc-warnings was given.
7315 if test "${enable_gcc_warnings+set}" = set; then :
7316 enableval=$enable_gcc_warnings; case $enableval in
7317 yes|no) ;;
7318 *) as_fn_error "bad value $enableval for gcc-warnings option" "$LINENO" 5 ;;
7319 esac
7320 gl_gcc_warnings=$enableval
7321 else
7322 gl_gcc_warnings=no
7323
7324 fi
7325
7326
7327 # Check whether --enable-link-time-optimization was given.
7328 if test "${enable_link_time_optimization+set}" = set; then :
7329 enableval=$enable_link_time_optimization; if test "${enableval}" != "no"; then
7330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether link-time optimization is supported" >&5
7331 $as_echo_n "checking whether link-time optimization is supported... " >&6; }
7332 ac_lto_supported=no
7333 if test x$GCC = xyes; then
7334 CPUS=`getconf _NPROCESSORS_ONLN 2>/dev/null`
7335 if test x$CPUS != x; then
7336 LTO="-flto=$CPUS"
7337 else
7338 LTO="-flto"
7339 fi
7340 old_CFLAGS=$CFLAGS
7341 CFLAGS="$CFLAGS $LTO"
7342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7343 /* end confdefs.h. */
7344
7345 int
7346 main ()
7347 {
7348
7349 ;
7350 return 0;
7351 }
7352 _ACEOF
7353 if ac_fn_c_try_compile "$LINENO"; then :
7354 ac_lto_supported=yes
7355 else
7356 ac_lto_supported=no
7357 fi
7358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7359 CFLAGS="$old_CFLAGS"
7360 fi
7361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_lto_supported" >&5
7362 $as_echo "$ac_lto_supported" >&6; }
7363 if test "$ac_lto_supported" = "yes"; then
7364 CFLAGS="$CFLAGS $LTO"
7365 fi
7366 fi
7367 fi
7368
7369
7370 # gl_GCC_VERSION_IFELSE([major], [minor], [run-if-found], [run-if-not-found])
7371 # ------------------------------------------------
7372 # If $CPP is gcc-MAJOR.MINOR or newer, then run RUN-IF-FOUND.
7373 # Otherwise, run RUN-IF-NOT-FOUND.
7374
7375
7376 # When compiling with GCC, prefer -isystem to -I when including system
7377 # include files, to avoid generating useless diagnostics for the files.
7378 if test "$gl_gcc_warnings" != yes; then
7379 isystem='-I'
7380 else
7381 isystem='-isystem '
7382
7383 # This, $nw, is the list of warnings we disable.
7384 nw=
7385
7386 case $with_x_toolkit in
7387 lucid | athena | motif)
7388 # Old toolkits mishandle 'const'.
7389 nw="$nw -Wwrite-strings"
7390 ;;
7391 *)
7392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Werror" >&5
7393 $as_echo_n "checking whether C compiler handles -Werror... " >&6; }
7394 if test "${gl_cv_warn_c__Werror+set}" = set; then :
7395 $as_echo_n "(cached) " >&6
7396 else
7397
7398 gl_save_compiler_FLAGS="$CFLAGS"
7399 as_fn_append CFLAGS " -Werror"
7400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7401 /* end confdefs.h. */
7402
7403 int
7404 main ()
7405 {
7406
7407 ;
7408 return 0;
7409 }
7410 _ACEOF
7411 if ac_fn_c_try_compile "$LINENO"; then :
7412 gl_cv_warn_c__Werror=yes
7413 else
7414 gl_cv_warn_c__Werror=no
7415 fi
7416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7417 CFLAGS="$gl_save_compiler_FLAGS"
7418
7419 fi
7420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Werror" >&5
7421 $as_echo "$gl_cv_warn_c__Werror" >&6; }
7422 if test "x$gl_cv_warn_c__Werror" = x""yes; then :
7423 as_fn_append WERROR_CFLAGS " -Werror"
7424 fi
7425
7426
7427 ;;
7428 esac
7429
7430
7431 nw="$nw -Waggregate-return" # anachronistic
7432 nw="$nw -Wlong-long" # C90 is anachronistic
7433 nw="$nw -Wc++-compat" # We don't care about C++ compilers
7434 nw="$nw -Wundef" # Warns on '#if GNULIB_FOO' etc in gnulib
7435 nw="$nw -Wtraditional" # Warns on #elif which we use often
7436 nw="$nw -Wcast-qual" # Too many warnings for now
7437 nw="$nw -Wconversion" # Too many warnings for now
7438 nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings
7439 nw="$nw -Wsign-conversion" # Too many warnings for now
7440 nw="$nw -Woverlength-strings" # Not a problem these days
7441 nw="$nw -Wtraditional-conversion" # Too many warnings for now
7442 nw="$nw -Wunreachable-code" # so buggy that it's now silently ignored
7443 nw="$nw -Wpadded" # Our structs are not padded
7444 nw="$nw -Wredundant-decls" # we regularly (re)declare functions
7445 nw="$nw -Wlogical-op" # any use of fwrite provokes this
7446 nw="$nw -Wformat-nonliteral" # we do this a lot
7447 nw="$nw -Wvla" # warnings in gettext.h
7448 nw="$nw -Wnested-externs" # use of XARGMATCH/verify_function__
7449 nw="$nw -Wswitch-enum" # Too many warnings for now
7450 nw="$nw -Wswitch-default" # Too many warnings for now
7451 nw="$nw -Wfloat-equal" # warns about high-quality code
7452 nw="$nw -Winline" # OK to ignore 'inline'
7453 nw="$nw -Wjump-misses-init" # We sometimes safely jump over init.
7454 nw="$nw -Wstrict-overflow" # OK to optimize assuming that
7455 # signed overflow has undefined behavior
7456 nw="$nw -Wsync-nand" # irrelevant here, and provokes ObjC warning
7457 nw="$nw -Wunsafe-loop-optimizations" # OK to suppress unsafe optimizations
7458
7459 # Emacs doesn't care about shadowing; see
7460 # <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
7461 nw="$nw -Wshadow"
7462
7463 # Emacs's use of alloca inhibits protecting the stack.
7464 nw="$nw -Wstack-protector"
7465
7466 # The following line should be removable at some point.
7467 nw="$nw -Wsuggest-attribute=pure"
7468
7469
7470
7471 if test -n "$GCC"; then
7472
7473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -Wno-missing-field-initializers is supported" >&5
7474 $as_echo_n "checking whether -Wno-missing-field-initializers is supported... " >&6; }
7475 if test "${gl_cv_cc_nomfi_supported+set}" = set; then :
7476 $as_echo_n "(cached) " >&6
7477 else
7478
7479 gl_save_CFLAGS="$CFLAGS"
7480 CFLAGS="$CFLAGS -W -Werror -Wno-missing-field-initializers"
7481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7482 /* end confdefs.h. */
7483
7484 int
7485 main ()
7486 {
7487
7488 ;
7489 return 0;
7490 }
7491 _ACEOF
7492 if ac_fn_c_try_compile "$LINENO"; then :
7493 gl_cv_cc_nomfi_supported=yes
7494 else
7495 gl_cv_cc_nomfi_supported=no
7496 fi
7497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7498 CFLAGS="$gl_save_CFLAGS"
7499 fi
7500
7501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_nomfi_supported" >&5
7502 $as_echo "$gl_cv_cc_nomfi_supported" >&6; }
7503
7504 if test "$gl_cv_cc_nomfi_supported" = yes; then
7505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -Wno-missing-field-initializers is needed" >&5
7506 $as_echo_n "checking whether -Wno-missing-field-initializers is needed... " >&6; }
7507 if test "${gl_cv_cc_nomfi_needed+set}" = set; then :
7508 $as_echo_n "(cached) " >&6
7509 else
7510
7511 gl_save_CFLAGS="$CFLAGS"
7512 CFLAGS="$CFLAGS -W -Werror"
7513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7514 /* end confdefs.h. */
7515 void f (void)
7516 {
7517 typedef struct { int a; int b; } s_t;
7518 s_t s1 = { 0, };
7519 }
7520
7521 int
7522 main ()
7523 {
7524
7525 ;
7526 return 0;
7527 }
7528 _ACEOF
7529 if ac_fn_c_try_compile "$LINENO"; then :
7530 gl_cv_cc_nomfi_needed=no
7531 else
7532 gl_cv_cc_nomfi_needed=yes
7533 fi
7534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7535 CFLAGS="$gl_save_CFLAGS"
7536
7537 fi
7538
7539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_nomfi_needed" >&5
7540 $as_echo "$gl_cv_cc_nomfi_needed" >&6; }
7541 fi
7542
7543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -Wuninitialized is supported" >&5
7544 $as_echo_n "checking whether -Wuninitialized is supported... " >&6; }
7545 if test "${gl_cv_cc_uninitialized_supported+set}" = set; then :
7546 $as_echo_n "(cached) " >&6
7547 else
7548
7549 gl_save_CFLAGS="$CFLAGS"
7550 CFLAGS="$CFLAGS -Werror -Wuninitialized"
7551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7552 /* end confdefs.h. */
7553
7554 int
7555 main ()
7556 {
7557
7558 ;
7559 return 0;
7560 }
7561 _ACEOF
7562 if ac_fn_c_try_compile "$LINENO"; then :
7563 gl_cv_cc_uninitialized_supported=yes
7564 else
7565 gl_cv_cc_uninitialized_supported=no
7566 fi
7567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7568 CFLAGS="$gl_save_CFLAGS"
7569 fi
7570
7571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_uninitialized_supported" >&5
7572 $as_echo "$gl_cv_cc_uninitialized_supported" >&6; }
7573
7574 fi
7575
7576 # List all gcc warning categories.
7577 gl_manywarn_set=
7578 for gl_manywarn_item in \
7579 -W \
7580 -Wabi \
7581 -Waddress \
7582 -Wall \
7583 -Warray-bounds \
7584 -Wattributes \
7585 -Wbad-function-cast \
7586 -Wbuiltin-macro-redefined \
7587 -Wcast-align \
7588 -Wchar-subscripts \
7589 -Wclobbered \
7590 -Wcomment \
7591 -Wcomments \
7592 -Wcoverage-mismatch \
7593 -Wcpp \
7594 -Wdeprecated \
7595 -Wdeprecated-declarations \
7596 -Wdisabled-optimization \
7597 -Wdiv-by-zero \
7598 -Wdouble-promotion \
7599 -Wempty-body \
7600 -Wendif-labels \
7601 -Wenum-compare \
7602 -Wextra \
7603 -Wformat-contains-nul \
7604 -Wformat-extra-args \
7605 -Wformat-nonliteral \
7606 -Wformat-security \
7607 -Wformat-y2k \
7608 -Wformat-zero-length \
7609 -Wformat=2 \
7610 -Wfree-nonheap-object \
7611 -Wignored-qualifiers \
7612 -Wimplicit \
7613 -Wimplicit-function-declaration \
7614 -Wimplicit-int \
7615 -Winit-self \
7616 -Winline \
7617 -Wint-to-pointer-cast \
7618 -Winvalid-memory-model \
7619 -Winvalid-pch \
7620 -Wjump-misses-init \
7621 -Wlogical-op \
7622 -Wmain \
7623 -Wmaybe-uninitialized \
7624 -Wmissing-braces \
7625 -Wmissing-declarations \
7626 -Wmissing-field-initializers \
7627 -Wmissing-format-attribute \
7628 -Wmissing-include-dirs \
7629 -Wmissing-noreturn \
7630 -Wmissing-parameter-type \
7631 -Wmissing-prototypes \
7632 -Wmudflap \
7633 -Wmultichar \
7634 -Wnarrowing \
7635 -Wnested-externs \
7636 -Wnonnull \
7637 -Wnormalized=nfc \
7638 -Wold-style-declaration \
7639 -Wold-style-definition \
7640 -Woverflow \
7641 -Woverlength-strings \
7642 -Woverride-init \
7643 -Wpacked \
7644 -Wpacked-bitfield-compat \
7645 -Wparentheses \
7646 -Wpointer-arith \
7647 -Wpointer-sign \
7648 -Wpointer-to-int-cast \
7649 -Wpragmas \
7650 -Wreturn-type \
7651 -Wsequence-point \
7652 -Wshadow \
7653 -Wsizeof-pointer-memaccess \
7654 -Wstack-protector \
7655 -Wstrict-aliasing \
7656 -Wstrict-overflow \
7657 -Wstrict-prototypes \
7658 -Wsuggest-attribute=const \
7659 -Wsuggest-attribute=format \
7660 -Wsuggest-attribute=noreturn \
7661 -Wsuggest-attribute=pure \
7662 -Wswitch \
7663 -Wswitch-default \
7664 -Wsync-nand \
7665 -Wsystem-headers \
7666 -Wtrampolines \
7667 -Wtrigraphs \
7668 -Wtype-limits \
7669 -Wuninitialized \
7670 -Wunknown-pragmas \
7671 -Wunreachable-code \
7672 -Wunsafe-loop-optimizations \
7673 -Wunused \
7674 -Wunused-but-set-parameter \
7675 -Wunused-but-set-variable \
7676 -Wunused-function \
7677 -Wunused-label \
7678 -Wunused-local-typedefs \
7679 -Wunused-macros \
7680 -Wunused-parameter \
7681 -Wunused-result \
7682 -Wunused-value \
7683 -Wunused-variable \
7684 -Wvarargs \
7685 -Wvariadic-macros \
7686 -Wvector-operation-performance \
7687 -Wvla \
7688 -Wvolatile-register-var \
7689 -Wwrite-strings \
7690 \
7691 ; do
7692 gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item"
7693 done
7694
7695 # Disable specific options as needed.
7696 if test "$gl_cv_cc_nomfi_needed" = yes; then
7697 gl_manywarn_set="$gl_manywarn_set -Wno-missing-field-initializers"
7698 fi
7699
7700 if test "$gl_cv_cc_uninitialized_supported" = no; then
7701 gl_manywarn_set="$gl_manywarn_set -Wno-uninitialized"
7702 fi
7703
7704 ws=$gl_manywarn_set
7705
7706
7707 gl_warn_set=
7708 set x $ws; shift
7709 for gl_warn_item
7710 do
7711 case " $nw " in
7712 *" $gl_warn_item "*)
7713 ;;
7714 *)
7715 gl_warn_set="$gl_warn_set $gl_warn_item"
7716 ;;
7717 esac
7718 done
7719 ws=$gl_warn_set
7720
7721 for w in $ws; do
7722 as_gl_Warn=`$as_echo "gl_cv_warn_c_$w" | $as_tr_sh`
7723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles $w" >&5
7724 $as_echo_n "checking whether C compiler handles $w... " >&6; }
7725 if { as_var=$as_gl_Warn; eval "test \"\${$as_var+set}\" = set"; }; then :
7726 $as_echo_n "(cached) " >&6
7727 else
7728
7729 gl_save_compiler_FLAGS="$CFLAGS"
7730 as_fn_append CFLAGS " $w"
7731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7732 /* end confdefs.h. */
7733
7734 int
7735 main ()
7736 {
7737
7738 ;
7739 return 0;
7740 }
7741 _ACEOF
7742 if ac_fn_c_try_compile "$LINENO"; then :
7743 eval "$as_gl_Warn=yes"
7744 else
7745 eval "$as_gl_Warn=no"
7746 fi
7747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7748 CFLAGS="$gl_save_compiler_FLAGS"
7749
7750 fi
7751 eval ac_res=\$$as_gl_Warn
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7753 $as_echo "$ac_res" >&6; }
7754 eval as_val=\$$as_gl_Warn
7755 if test "x$as_val" = x""yes; then :
7756 as_fn_append WARN_CFLAGS " $w"
7757 fi
7758
7759
7760 done
7761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-missing-field-initializers" >&5
7762 $as_echo_n "checking whether C compiler handles -Wno-missing-field-initializers... " >&6; }
7763 if test "${gl_cv_warn_c__Wno_missing_field_initializers+set}" = set; then :
7764 $as_echo_n "(cached) " >&6
7765 else
7766
7767 gl_save_compiler_FLAGS="$CFLAGS"
7768 as_fn_append CFLAGS " -Wno-missing-field-initializers"
7769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7770 /* end confdefs.h. */
7771
7772 int
7773 main ()
7774 {
7775
7776 ;
7777 return 0;
7778 }
7779 _ACEOF
7780 if ac_fn_c_try_compile "$LINENO"; then :
7781 gl_cv_warn_c__Wno_missing_field_initializers=yes
7782 else
7783 gl_cv_warn_c__Wno_missing_field_initializers=no
7784 fi
7785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7786 CFLAGS="$gl_save_compiler_FLAGS"
7787
7788 fi
7789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_missing_field_initializers" >&5
7790 $as_echo "$gl_cv_warn_c__Wno_missing_field_initializers" >&6; }
7791 if test "x$gl_cv_warn_c__Wno_missing_field_initializers" = x""yes; then :
7792 as_fn_append WARN_CFLAGS " -Wno-missing-field-initializers"
7793 fi
7794
7795 # We need this one
7796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-sign-compare" >&5
7797 $as_echo_n "checking whether C compiler handles -Wno-sign-compare... " >&6; }
7798 if test "${gl_cv_warn_c__Wno_sign_compare+set}" = set; then :
7799 $as_echo_n "(cached) " >&6
7800 else
7801
7802 gl_save_compiler_FLAGS="$CFLAGS"
7803 as_fn_append CFLAGS " -Wno-sign-compare"
7804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7805 /* end confdefs.h. */
7806
7807 int
7808 main ()
7809 {
7810
7811 ;
7812 return 0;
7813 }
7814 _ACEOF
7815 if ac_fn_c_try_compile "$LINENO"; then :
7816 gl_cv_warn_c__Wno_sign_compare=yes
7817 else
7818 gl_cv_warn_c__Wno_sign_compare=no
7819 fi
7820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7821 CFLAGS="$gl_save_compiler_FLAGS"
7822
7823 fi
7824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_sign_compare" >&5
7825 $as_echo "$gl_cv_warn_c__Wno_sign_compare" >&6; }
7826 if test "x$gl_cv_warn_c__Wno_sign_compare" = x""yes; then :
7827 as_fn_append WARN_CFLAGS " -Wno-sign-compare"
7828 fi
7829
7830 # Too many warnings for now
7831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-type-limits" >&5
7832 $as_echo_n "checking whether C compiler handles -Wno-type-limits... " >&6; }
7833 if test "${gl_cv_warn_c__Wno_type_limits+set}" = set; then :
7834 $as_echo_n "(cached) " >&6
7835 else
7836
7837 gl_save_compiler_FLAGS="$CFLAGS"
7838 as_fn_append CFLAGS " -Wno-type-limits"
7839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7840 /* end confdefs.h. */
7841
7842 int
7843 main ()
7844 {
7845
7846 ;
7847 return 0;
7848 }
7849 _ACEOF
7850 if ac_fn_c_try_compile "$LINENO"; then :
7851 gl_cv_warn_c__Wno_type_limits=yes
7852 else
7853 gl_cv_warn_c__Wno_type_limits=no
7854 fi
7855 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7856 CFLAGS="$gl_save_compiler_FLAGS"
7857
7858 fi
7859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_type_limits" >&5
7860 $as_echo "$gl_cv_warn_c__Wno_type_limits" >&6; }
7861 if test "x$gl_cv_warn_c__Wno_type_limits" = x""yes; then :
7862 as_fn_append WARN_CFLAGS " -Wno-type-limits"
7863 fi
7864
7865 # Too many warnings for now
7866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-switch" >&5
7867 $as_echo_n "checking whether C compiler handles -Wno-switch... " >&6; }
7868 if test "${gl_cv_warn_c__Wno_switch+set}" = set; then :
7869 $as_echo_n "(cached) " >&6
7870 else
7871
7872 gl_save_compiler_FLAGS="$CFLAGS"
7873 as_fn_append CFLAGS " -Wno-switch"
7874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7875 /* end confdefs.h. */
7876
7877 int
7878 main ()
7879 {
7880
7881 ;
7882 return 0;
7883 }
7884 _ACEOF
7885 if ac_fn_c_try_compile "$LINENO"; then :
7886 gl_cv_warn_c__Wno_switch=yes
7887 else
7888 gl_cv_warn_c__Wno_switch=no
7889 fi
7890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7891 CFLAGS="$gl_save_compiler_FLAGS"
7892
7893 fi
7894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_switch" >&5
7895 $as_echo "$gl_cv_warn_c__Wno_switch" >&6; }
7896 if test "x$gl_cv_warn_c__Wno_switch" = x""yes; then :
7897 as_fn_append WARN_CFLAGS " -Wno-switch"
7898 fi
7899
7900 # Too many warnings for now
7901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-unused-parameter" >&5
7902 $as_echo_n "checking whether C compiler handles -Wno-unused-parameter... " >&6; }
7903 if test "${gl_cv_warn_c__Wno_unused_parameter+set}" = set; then :
7904 $as_echo_n "(cached) " >&6
7905 else
7906
7907 gl_save_compiler_FLAGS="$CFLAGS"
7908 as_fn_append CFLAGS " -Wno-unused-parameter"
7909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7910 /* end confdefs.h. */
7911
7912 int
7913 main ()
7914 {
7915
7916 ;
7917 return 0;
7918 }
7919 _ACEOF
7920 if ac_fn_c_try_compile "$LINENO"; then :
7921 gl_cv_warn_c__Wno_unused_parameter=yes
7922 else
7923 gl_cv_warn_c__Wno_unused_parameter=no
7924 fi
7925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7926 CFLAGS="$gl_save_compiler_FLAGS"
7927
7928 fi
7929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_unused_parameter" >&5
7930 $as_echo "$gl_cv_warn_c__Wno_unused_parameter" >&6; }
7931 if test "x$gl_cv_warn_c__Wno_unused_parameter" = x""yes; then :
7932 as_fn_append WARN_CFLAGS " -Wno-unused-parameter"
7933 fi
7934
7935 # Too many warnings for now
7936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-format-nonliteral" >&5
7937 $as_echo_n "checking whether C compiler handles -Wno-format-nonliteral... " >&6; }
7938 if test "${gl_cv_warn_c__Wno_format_nonliteral+set}" = set; then :
7939 $as_echo_n "(cached) " >&6
7940 else
7941
7942 gl_save_compiler_FLAGS="$CFLAGS"
7943 as_fn_append CFLAGS " -Wno-format-nonliteral"
7944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7945 /* end confdefs.h. */
7946
7947 int
7948 main ()
7949 {
7950
7951 ;
7952 return 0;
7953 }
7954 _ACEOF
7955 if ac_fn_c_try_compile "$LINENO"; then :
7956 gl_cv_warn_c__Wno_format_nonliteral=yes
7957 else
7958 gl_cv_warn_c__Wno_format_nonliteral=no
7959 fi
7960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7961 CFLAGS="$gl_save_compiler_FLAGS"
7962
7963 fi
7964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_format_nonliteral" >&5
7965 $as_echo "$gl_cv_warn_c__Wno_format_nonliteral" >&6; }
7966 if test "x$gl_cv_warn_c__Wno_format_nonliteral" = x""yes; then :
7967 as_fn_append WARN_CFLAGS " -Wno-format-nonliteral"
7968 fi
7969
7970
7971
7972 # In spite of excluding -Wlogical-op above, it is enabled, as of
7973 # gcc 4.5.0 20090517.
7974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-logical-op" >&5
7975 $as_echo_n "checking whether C compiler handles -Wno-logical-op... " >&6; }
7976 if test "${gl_cv_warn_c__Wno_logical_op+set}" = set; then :
7977 $as_echo_n "(cached) " >&6
7978 else
7979
7980 gl_save_compiler_FLAGS="$CFLAGS"
7981 as_fn_append CFLAGS " -Wno-logical-op"
7982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7983 /* end confdefs.h. */
7984
7985 int
7986 main ()
7987 {
7988
7989 ;
7990 return 0;
7991 }
7992 _ACEOF
7993 if ac_fn_c_try_compile "$LINENO"; then :
7994 gl_cv_warn_c__Wno_logical_op=yes
7995 else
7996 gl_cv_warn_c__Wno_logical_op=no
7997 fi
7998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7999 CFLAGS="$gl_save_compiler_FLAGS"
8000
8001 fi
8002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_logical_op" >&5
8003 $as_echo "$gl_cv_warn_c__Wno_logical_op" >&6; }
8004 if test "x$gl_cv_warn_c__Wno_logical_op" = x""yes; then :
8005 as_fn_append WARN_CFLAGS " -Wno-logical-op"
8006 fi
8007
8008
8009
8010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -fdiagnostics-show-option" >&5
8011 $as_echo_n "checking whether C compiler handles -fdiagnostics-show-option... " >&6; }
8012 if test "${gl_cv_warn_c__fdiagnostics_show_option+set}" = set; then :
8013 $as_echo_n "(cached) " >&6
8014 else
8015
8016 gl_save_compiler_FLAGS="$CFLAGS"
8017 as_fn_append CFLAGS " -fdiagnostics-show-option"
8018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8019 /* end confdefs.h. */
8020
8021 int
8022 main ()
8023 {
8024
8025 ;
8026 return 0;
8027 }
8028 _ACEOF
8029 if ac_fn_c_try_compile "$LINENO"; then :
8030 gl_cv_warn_c__fdiagnostics_show_option=yes
8031 else
8032 gl_cv_warn_c__fdiagnostics_show_option=no
8033 fi
8034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8035 CFLAGS="$gl_save_compiler_FLAGS"
8036
8037 fi
8038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__fdiagnostics_show_option" >&5
8039 $as_echo "$gl_cv_warn_c__fdiagnostics_show_option" >&6; }
8040 if test "x$gl_cv_warn_c__fdiagnostics_show_option" = x""yes; then :
8041 as_fn_append WARN_CFLAGS " -fdiagnostics-show-option"
8042 fi
8043
8044
8045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -funit-at-a-time" >&5
8046 $as_echo_n "checking whether C compiler handles -funit-at-a-time... " >&6; }
8047 if test "${gl_cv_warn_c__funit_at_a_time+set}" = set; then :
8048 $as_echo_n "(cached) " >&6
8049 else
8050
8051 gl_save_compiler_FLAGS="$CFLAGS"
8052 as_fn_append CFLAGS " -funit-at-a-time"
8053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8054 /* end confdefs.h. */
8055
8056 int
8057 main ()
8058 {
8059
8060 ;
8061 return 0;
8062 }
8063 _ACEOF
8064 if ac_fn_c_try_compile "$LINENO"; then :
8065 gl_cv_warn_c__funit_at_a_time=yes
8066 else
8067 gl_cv_warn_c__funit_at_a_time=no
8068 fi
8069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8070 CFLAGS="$gl_save_compiler_FLAGS"
8071
8072 fi
8073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__funit_at_a_time" >&5
8074 $as_echo "$gl_cv_warn_c__funit_at_a_time" >&6; }
8075 if test "x$gl_cv_warn_c__funit_at_a_time" = x""yes; then :
8076 as_fn_append WARN_CFLAGS " -funit-at-a-time"
8077 fi
8078
8079
8080
8081
8082 $as_echo "#define lint 1" >>confdefs.h
8083
8084
8085
8086 $as_echo "#define GNULIB_PORTCHECK 1" >>confdefs.h
8087
8088
8089 # We use a slightly smaller set of warning options for lib/.
8090 # Remove the following and save the result in GNULIB_WARN_CFLAGS.
8091 nw=
8092 nw="$nw -Wunused-macros"
8093
8094
8095 gl_warn_set=
8096 set x $WARN_CFLAGS; shift
8097 for gl_warn_item
8098 do
8099 case " $nw " in
8100 *" $gl_warn_item "*)
8101 ;;
8102 *)
8103 gl_warn_set="$gl_warn_set $gl_warn_item"
8104 ;;
8105 esac
8106 done
8107 GNULIB_WARN_CFLAGS=$gl_warn_set
8108
8109
8110 fi
8111
8112
8113
8114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
8115 $as_echo_n "checking whether ln -s works... " >&6; }
8116 LN_S=$as_ln_s
8117 if test "$LN_S" = "ln -s"; then
8118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8119 $as_echo "yes" >&6; }
8120 else
8121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
8122 $as_echo "no, using $LN_S" >&6; }
8123 fi
8124
8125
8126 # Extract the first word of "install-info", so it can be a program name with args.
8127 set dummy install-info; ac_word=$2
8128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8129 $as_echo_n "checking for $ac_word... " >&6; }
8130 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then :
8131 $as_echo_n "(cached) " >&6
8132 else
8133 case $INSTALL_INFO in
8134 [\\/]* | ?:[\\/]*)
8135 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
8136 ;;
8137 *)
8138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8139 for as_dir in $PATH$PATH_SEPARATOR/usr/sbin$PATH_SEPARATOR/sbin
8140 do
8141 IFS=$as_save_IFS
8142 test -z "$as_dir" && as_dir=.
8143 for ac_exec_ext in '' $ac_executable_extensions; do
8144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8145 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
8146 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8147 break 2
8148 fi
8149 done
8150 done
8151 IFS=$as_save_IFS
8152
8153 test -z "$ac_cv_path_INSTALL_INFO" && ac_cv_path_INSTALL_INFO=":"
8154 ;;
8155 esac
8156 fi
8157 INSTALL_INFO=$ac_cv_path_INSTALL_INFO
8158 if test -n "$INSTALL_INFO"; then
8159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL_INFO" >&5
8160 $as_echo "$INSTALL_INFO" >&6; }
8161 else
8162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8163 $as_echo "no" >&6; }
8164 fi
8165
8166
8167 # Extract the first word of "gzip", so it can be a program name with args.
8168 set dummy gzip; ac_word=$2
8169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8170 $as_echo_n "checking for $ac_word... " >&6; }
8171 if test "${ac_cv_path_GZIP_PROG+set}" = set; then :
8172 $as_echo_n "(cached) " >&6
8173 else
8174 case $GZIP_PROG in
8175 [\\/]* | ?:[\\/]*)
8176 ac_cv_path_GZIP_PROG="$GZIP_PROG" # Let the user override the test with a path.
8177 ;;
8178 *)
8179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8180 for as_dir in $PATH
8181 do
8182 IFS=$as_save_IFS
8183 test -z "$as_dir" && as_dir=.
8184 for ac_exec_ext in '' $ac_executable_extensions; do
8185 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8186 ac_cv_path_GZIP_PROG="$as_dir/$ac_word$ac_exec_ext"
8187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8188 break 2
8189 fi
8190 done
8191 done
8192 IFS=$as_save_IFS
8193
8194 ;;
8195 esac
8196 fi
8197 GZIP_PROG=$ac_cv_path_GZIP_PROG
8198 if test -n "$GZIP_PROG"; then
8199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GZIP_PROG" >&5
8200 $as_echo "$GZIP_PROG" >&6; }
8201 else
8202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8203 $as_echo "no" >&6; }
8204 fi
8205
8206
8207
8208 if test $opsys = gnu-linux; then
8209 # Extract the first word of "paxctl", so it can be a program name with args.
8210 set dummy paxctl; ac_word=$2
8211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8212 $as_echo_n "checking for $ac_word... " >&6; }
8213 if test "${ac_cv_path_PAXCTL+set}" = set; then :
8214 $as_echo_n "(cached) " >&6
8215 else
8216 case $PAXCTL in
8217 [\\/]* | ?:[\\/]*)
8218 ac_cv_path_PAXCTL="$PAXCTL" # Let the user override the test with a path.
8219 ;;
8220 *)
8221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8222 for as_dir in $PATH$PATH_SEPARATOR/sbin$PATH_SEPARATOR/usr/sbin
8223 do
8224 IFS=$as_save_IFS
8225 test -z "$as_dir" && as_dir=.
8226 for ac_exec_ext in '' $ac_executable_extensions; do
8227 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8228 ac_cv_path_PAXCTL="$as_dir/$ac_word$ac_exec_ext"
8229 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8230 break 2
8231 fi
8232 done
8233 done
8234 IFS=$as_save_IFS
8235
8236 ;;
8237 esac
8238 fi
8239 PAXCTL=$ac_cv_path_PAXCTL
8240 if test -n "$PAXCTL"; then
8241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PAXCTL" >&5
8242 $as_echo "$PAXCTL" >&6; }
8243 else
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8245 $as_echo "no" >&6; }
8246 fi
8247
8248
8249 if test "X$PAXCTL" != X; then
8250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether binaries have a PT_PAX_FLAGS header" >&5
8251 $as_echo_n "checking whether binaries have a PT_PAX_FLAGS header... " >&6; }
8252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8253 /* end confdefs.h. */
8254
8255 int
8256 main ()
8257 {
8258
8259 ;
8260 return 0;
8261 }
8262 _ACEOF
8263 if ac_fn_c_try_link "$LINENO"; then :
8264 if $PAXCTL -v conftest$EXEEXT >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8265 $as_echo "yes" >&6; }
8266 else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8267 $as_echo "no" >&6; }; PAXCTL=""; fi
8268 fi
8269 rm -f core conftest.err conftest.$ac_objext \
8270 conftest$ac_exeext conftest.$ac_ext
8271 fi
8272 fi
8273
8274 ## Need makeinfo >= 4.7 (?) to build the manuals.
8275 # Extract the first word of "makeinfo", so it can be a program name with args.
8276 set dummy makeinfo; ac_word=$2
8277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8278 $as_echo_n "checking for $ac_word... " >&6; }
8279 if test "${ac_cv_path_MAKEINFO+set}" = set; then :
8280 $as_echo_n "(cached) " >&6
8281 else
8282 case $MAKEINFO in
8283 [\\/]* | ?:[\\/]*)
8284 ac_cv_path_MAKEINFO="$MAKEINFO" # Let the user override the test with a path.
8285 ;;
8286 *)
8287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8288 for as_dir in $PATH
8289 do
8290 IFS=$as_save_IFS
8291 test -z "$as_dir" && as_dir=.
8292 for ac_exec_ext in '' $ac_executable_extensions; do
8293 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8294 ac_cv_path_MAKEINFO="$as_dir/$ac_word$ac_exec_ext"
8295 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8296 break 2
8297 fi
8298 done
8299 done
8300 IFS=$as_save_IFS
8301
8302 test -z "$ac_cv_path_MAKEINFO" && ac_cv_path_MAKEINFO="no"
8303 ;;
8304 esac
8305 fi
8306 MAKEINFO=$ac_cv_path_MAKEINFO
8307 if test -n "$MAKEINFO"; then
8308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
8309 $as_echo "$MAKEINFO" >&6; }
8310 else
8311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8312 $as_echo "no" >&6; }
8313 fi
8314
8315
8316 if test "$MAKEINFO" != "no"; then
8317 case `
8318 $MAKEINFO --version 2> /dev/null |
8319 $EGREP 'texinfo[^0-9]*([1-4][0-9]+|[5-9]|4\.[7-9]|4\.[1-6][0-9]+)'
8320 ` in
8321 '') MAKEINFO=no;;
8322 esac
8323 fi
8324
8325 ## Makeinfo is unusual. For a released Emacs, the manuals are
8326 ## pre-built, and not deleted by the normal clean rules. makeinfo is
8327 ## therefore in the category of "special tools" not normally required, which
8328 ## configure does not have to check for (eg autoconf itself).
8329 ## In a Bazaar checkout on the other hand, the manuals are not included.
8330 ## So makeinfo is a requirement to build from Bazaar, and configure
8331 ## should test for it as it does for any other build requirement.
8332 ## We use the presence of $srcdir/info/emacs to distinguish a release,
8333 ## with pre-built manuals, from a Bazaar checkout.
8334 HAVE_MAKEINFO=yes
8335
8336 if test "$MAKEINFO" = "no"; then
8337 MAKEINFO=makeinfo
8338 if test "x${with_makeinfo}" = "xno"; then
8339 HAVE_MAKEINFO=no
8340 elif test ! -e "$srcdir/info/emacs" && test ! -e "$srcdir/info/emacs.info"; then
8341 as_fn_error "You do not seem to have makeinfo >= 4.7, and your
8342 source tree does not seem to have pre-built manuals in the \`info' directory.
8343 Either install a suitable version of makeinfo, or re-run configure
8344 with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5
8345 fi
8346 fi
8347
8348
8349 INFO_EXT=.info
8350 INFO_OPTS=--no-split
8351
8352
8353
8354
8355 if test x$GCC = xyes; then
8356 test "x$GCC_LINK_TEST_OPTIONS" != x && \
8357 ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"
8358 else
8359 test "x$NON_GCC_LINK_TEST_OPTIONS" != x && \
8360 ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
8361 fi
8362
8363
8364 late_LDFLAGS=$LDFLAGS
8365 if test x$GCC = xyes; then
8366 LDFLAGS="$LDFLAGS -Wl,-znocombreloc"
8367 else
8368 LDFLAGS="$LDFLAGS -znocombreloc"
8369 fi
8370
8371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -znocombreloc" >&5
8372 $as_echo_n "checking for -znocombreloc... " >&6; }
8373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8374 /* end confdefs.h. */
8375
8376 int
8377 main ()
8378 {
8379
8380 ;
8381 return 0;
8382 }
8383 _ACEOF
8384 if ac_fn_c_try_link "$LINENO"; then :
8385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8386 $as_echo "yes" >&6; }
8387 else
8388 LDFLAGS=$late_LDFLAGS
8389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8390 $as_echo "no" >&6; }
8391 fi
8392 rm -f core conftest.err conftest.$ac_objext \
8393 conftest$ac_exeext conftest.$ac_ext
8394
8395
8396 test "x$CANNOT_DUMP" = "x" && CANNOT_DUMP=no
8397 case "$opsys" in
8398 your-opsys-here) CANNOT_DUMP=yes ;;
8399 esac
8400
8401 test "$CANNOT_DUMP" = "yes" && \
8402
8403 $as_echo "#define CANNOT_DUMP 1" >>confdefs.h
8404
8405
8406
8407
8408
8409 UNEXEC_OBJ=unexelf.o
8410 case "$opsys" in
8411 # MSDOS uses unexcoff.o
8412 # MSWindows uses unexw32.o
8413 aix4-2)
8414 UNEXEC_OBJ=unexaix.o
8415 ;;
8416 cygwin)
8417 UNEXEC_OBJ=unexcw.o
8418 ;;
8419 darwin)
8420 UNEXEC_OBJ=unexmacosx.o
8421 ;;
8422 hpux10-20 | hpux11)
8423 UNEXEC_OBJ=unexhp9k800.o
8424 ;;
8425 sol2-10)
8426 # Use the Solaris dldump() function, called from unexsol.c, to dump
8427 # emacs, instead of the generic ELF dump code found in unexelf.c.
8428 # The resulting binary has a complete symbol table, and is better
8429 # for debugging and other observability tools (debuggers, pstack, etc).
8430 #
8431 # If you encounter a problem using dldump(), please consider sending
8432 # a message to the OpenSolaris tools-linking mailing list:
8433 # http://mail.opensolaris.org/mailman/listinfo/tools-linking
8434 #
8435 # It is likely that dldump() works with older Solaris too, but this has
8436 # not been tested, so for now this change is for Solaris 10 or newer.
8437 UNEXEC_OBJ=unexsol.o
8438 ;;
8439 esac
8440
8441 LD_SWITCH_SYSTEM=
8442 case "$opsys" in
8443 freebsd)
8444 ## Let `ld' find image libs and similar things in /usr/local/lib.
8445 ## The system compiler, GCC, has apparently been modified to not
8446 ## look there, contrary to what a stock GCC would do.
8447 ### It's not our place to do this. See bug#10313#17.
8448 ### LD_SWITCH_SYSTEM=-L/usr/local/lib
8449 :
8450 ;;
8451
8452 gnu-linux)
8453 ## cpp test was "ifdef __mips__", but presumably this is equivalent...
8454 case $host_cpu in mips*) LD_SWITCH_SYSTEM="-G 0";; esac
8455 ;;
8456
8457 netbsd)
8458 ### It's not our place to do this. See bug#10313#17.
8459 ### LD_SWITCH_SYSTEM="-Wl,-rpath,/usr/pkg/lib -L/usr/pkg/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib"
8460 :
8461 ;;
8462
8463 openbsd)
8464 ## Han Boetes <han@mijncomputer.nl> says this is necessary,
8465 ## otherwise Emacs dumps core on elf systems.
8466 LD_SWITCH_SYSTEM="-Z"
8467 ;;
8468 esac
8469
8470
8471 ac_link="$ac_link $LD_SWITCH_SYSTEM"
8472
8473 ## This setting of LD_SWITCH_SYSTEM references LD_SWITCH_X_SITE_RPATH,
8474 ## which has not been defined yet. When this was handled with cpp,
8475 ## it was expanded to null when configure sourced the s/*.h file.
8476 ## Thus LD_SWITCH_SYSTEM had different values in configure and the Makefiles.
8477 ## FIXME it would be cleaner to put this in LD_SWITCH_SYSTEM_TEMACS
8478 ## (or somesuch), but because it is supposed to go at the _front_
8479 ## of LD_SWITCH_SYSTEM, we cannot do that in exactly the same way.
8480 ## Compare with the gnu-linux case below, which added to the end
8481 ## of LD_SWITCH_SYSTEM, and so can instead go at the front of
8482 ## LD_SWITCH_SYSTEM_TEMACS.
8483 case "$opsys" in
8484 netbsd|openbsd)
8485 LD_SWITCH_SYSTEM="\$(LD_SWITCH_X_SITE_RPATH) $LD_SWITCH_SYSTEM" ;;
8486 esac
8487
8488
8489 C_SWITCH_MACHINE=
8490 case $canonical in
8491 alpha*)
8492 ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default"
8493 if test "x$ac_cv_have_decl___ELF__" = x""yes; then :
8494
8495 fi
8496
8497 if test "$ac_cv_have_decl___ELF__" = "yes"; then
8498 ## With ELF, make sure that all common symbols get allocated to in the
8499 ## data section. Otherwise, the dump of temacs may miss variables in
8500 ## the shared library that have been initialized. For example, with
8501 ## GNU libc, __malloc_initialized would normally be resolved to the
8502 ## shared library's .bss section, which is fatal.
8503 if test "x$GCC" = "xyes"; then
8504 C_SWITCH_MACHINE="-fno-common"
8505 else
8506 as_fn_error "What gives? Fix me if DEC Unix supports ELF now." "$LINENO" 5
8507 fi
8508 else
8509 UNEXEC_OBJ=unexalpha.o
8510 fi
8511 ;;
8512 esac
8513
8514
8515
8516
8517 C_SWITCH_SYSTEM=
8518 ## Some programs in src produce warnings saying certain subprograms
8519 ## are too complex and need a MAXMEM value greater than 2000 for
8520 ## additional optimization. --nils@exp-math.uni-essen.de
8521 test "$opsys" = "aix4.2" && test "x$GCC" != "xyes" && \
8522 C_SWITCH_SYSTEM="-ma -qmaxmem=4000"
8523 ## gnu-linux might need -D_BSD_SOURCE on old libc5 systems.
8524 ## It is redundant in glibc2, since we define _GNU_SOURCE.
8525
8526
8527
8528 LIBS_SYSTEM=
8529 case "$opsys" in
8530 ## IBM's X11R5 uses -lIM and -liconv in AIX 3.2.2.
8531 aix4-2) LIBS_SYSTEM="-lrts -lIM -liconv" ;;
8532
8533 freebsd) LIBS_SYSTEM="-lutil" ;;
8534
8535 hpux*) LIBS_SYSTEM="-l:libdld.sl" ;;
8536
8537 sol2*) LIBS_SYSTEM="-lsocket -lnsl" ;;
8538
8539 ## Motif needs -lgen.
8540 unixware) LIBS_SYSTEM="-lsocket -lnsl -lelf -lgen" ;;
8541 esac
8542
8543
8544
8545 ### Make sure subsequent tests use flags consistent with the build flags.
8546
8547 if test x"${OVERRIDE_CPPFLAGS}" != x; then
8548 CPPFLAGS="${OVERRIDE_CPPFLAGS}"
8549 else
8550 CPPFLAGS="$C_SWITCH_SYSTEM $C_SWITCH_MACHINE $CPPFLAGS"
8551 fi
8552
8553 # Suppress obsolescent Autoconf test for size_t; Emacs assumes C89 or better.
8554
8555 # Likewise for obsolescent test for uid_t, gid_t; Emacs assumes them.
8556
8557
8558
8559 LIB_MATH=-lm
8560 SYSTEM_TYPE=`echo $opsys | sed -e 's/[0-9].*//' -e 's|-|/|'`
8561
8562 case $opsys in
8563 cygwin )
8564 LIB_MATH=
8565 ;;
8566 darwin )
8567 ## Adding -lm confuses the dynamic linker, so omit it.
8568 LIB_MATH=
8569 ;;
8570 freebsd )
8571 SYSTEM_TYPE=berkeley-unix
8572 ;;
8573 gnu-linux | gnu-kfreebsd )
8574 ;;
8575 hpux10-20 | hpux11 )
8576 ;;
8577 netbsd | openbsd )
8578 SYSTEM_TYPE=berkeley-unix
8579 ;;
8580
8581 sol2* | unixware )
8582 SYSTEM_TYPE=usg-unix-v
8583 ;;
8584
8585 esac
8586
8587
8588
8589 cat >>confdefs.h <<_ACEOF
8590 #define SYSTEM_TYPE "$SYSTEM_TYPE"
8591 _ACEOF
8592
8593
8594
8595 pre_PKG_CONFIG_CFLAGS=$CFLAGS
8596 pre_PKG_CONFIG_LIBS=$LIBS
8597
8598 # Extract the first word of "pkg-config", so it can be a program name with args.
8599 set dummy pkg-config; ac_word=$2
8600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8601 $as_echo_n "checking for $ac_word... " >&6; }
8602 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
8603 $as_echo_n "(cached) " >&6
8604 else
8605 case $PKG_CONFIG in
8606 [\\/]* | ?:[\\/]*)
8607 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
8608 ;;
8609 *)
8610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8611 for as_dir in $PATH
8612 do
8613 IFS=$as_save_IFS
8614 test -z "$as_dir" && as_dir=.
8615 for ac_exec_ext in '' $ac_executable_extensions; do
8616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8617 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
8618 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8619 break 2
8620 fi
8621 done
8622 done
8623 IFS=$as_save_IFS
8624
8625 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
8626 ;;
8627 esac
8628 fi
8629 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
8630 if test -n "$PKG_CONFIG"; then
8631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
8632 $as_echo "$PKG_CONFIG" >&6; }
8633 else
8634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8635 $as_echo "no" >&6; }
8636 fi
8637
8638
8639
8640
8641
8642
8643 if test "${with_sound}" != "no"; then
8644 # Sound support for GNU/Linux and the free BSDs.
8645 for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h
8646 do :
8647 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8648 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8649 eval as_val=\$$as_ac_Header
8650 if test "x$as_val" = x""yes; then :
8651 cat >>confdefs.h <<_ACEOF
8652 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8653 _ACEOF
8654 have_sound_header=yes
8655 fi
8656
8657 done
8658
8659 # Emulation library used on NetBSD.
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
8661 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
8662 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
8663 $as_echo_n "(cached) " >&6
8664 else
8665 ac_check_lib_save_LIBS=$LIBS
8666 LIBS="-lossaudio $LIBS"
8667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8668 /* end confdefs.h. */
8669
8670 /* Override any GCC internal prototype to avoid an error.
8671 Use char because int might match the return type of a GCC
8672 builtin and then its argument prototype would still apply. */
8673 #ifdef __cplusplus
8674 extern "C"
8675 #endif
8676 char _oss_ioctl ();
8677 int
8678 main ()
8679 {
8680 return _oss_ioctl ();
8681 ;
8682 return 0;
8683 }
8684 _ACEOF
8685 if ac_fn_c_try_link "$LINENO"; then :
8686 ac_cv_lib_ossaudio__oss_ioctl=yes
8687 else
8688 ac_cv_lib_ossaudio__oss_ioctl=no
8689 fi
8690 rm -f core conftest.err conftest.$ac_objext \
8691 conftest$ac_exeext conftest.$ac_ext
8692 LIBS=$ac_check_lib_save_LIBS
8693 fi
8694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
8695 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
8696 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
8697 LIBSOUND=-lossaudio
8698 else
8699 LIBSOUND=
8700 fi
8701
8702
8703
8704 ALSA_REQUIRED=1.0.0
8705 ALSA_MODULES="alsa >= $ALSA_REQUIRED"
8706
8707 succeeded=no
8708
8709 if test "$PKG_CONFIG" = "no" ; then
8710 HAVE_ALSA=no
8711 else
8712 PKG_CONFIG_MIN_VERSION=0.9.0
8713 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
8714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ALSA_MODULES" >&5
8715 $as_echo_n "checking for $ALSA_MODULES... " >&6; }
8716
8717 if "$PKG_CONFIG" --exists "$ALSA_MODULES" 2>&5 &&
8718 ALSA_CFLAGS=`"$PKG_CONFIG" --cflags "$ALSA_MODULES" 2>&5` &&
8719 ALSA_LIBS=`"$PKG_CONFIG" --libs "$ALSA_MODULES" 2>&5`; then
8720 edit_cflags="
8721 s,///*,/,g
8722 s/^/ /
8723 s/ -I/ $isystem/g
8724 s/^ //
8725 "
8726 ALSA_CFLAGS=`$as_echo "$ALSA_CFLAGS" | sed -e "$edit_cflags"`
8727 ALSA_LIBS=`$as_echo "$ALSA_LIBS" | sed -e 's,///*,/,g'`
8728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$ALSA_CFLAGS' LIBS='$ALSA_LIBS'" >&5
8729 $as_echo "yes CFLAGS='$ALSA_CFLAGS' LIBS='$ALSA_LIBS'" >&6; }
8730 succeeded=yes
8731 else
8732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8733 $as_echo "no" >&6; }
8734 ALSA_CFLAGS=""
8735 ALSA_LIBS=""
8736 ## If we have a custom action on failure, don't print errors, but
8737 ## do set a variable so people can do so. Do it in a subshell
8738 ## to capture any diagnostics in invoking pkg-config.
8739 ALSA_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "$ALSA_MODULES") 2>&1`
8740
8741 fi
8742
8743
8744
8745 else
8746 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
8747 echo "*** See http://www.freedesktop.org/software/pkgconfig"
8748 fi
8749 fi
8750
8751 if test $succeeded = yes; then
8752 HAVE_ALSA=yes
8753 else
8754 HAVE_ALSA=no
8755 fi
8756
8757 if test $HAVE_ALSA = yes; then
8758 SAVE_CFLAGS="$CFLAGS"
8759 SAVE_LIBS="$LIBS"
8760 CFLAGS="$ALSA_CFLAGS $CFLAGS"
8761 LIBS="$ALSA_LIBS $LIBS"
8762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8763 /* end confdefs.h. */
8764 #include <asoundlib.h>
8765 int
8766 main ()
8767 {
8768 snd_lib_error_set_handler (0);
8769 ;
8770 return 0;
8771 }
8772 _ACEOF
8773 if ac_fn_c_try_compile "$LINENO"; then :
8774 emacs_alsa_normal=yes
8775 else
8776 emacs_alsa_normal=no
8777 fi
8778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8779 if test "$emacs_alsa_normal" != yes; then
8780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8781 /* end confdefs.h. */
8782 #include <alsa/asoundlib.h>
8783 int
8784 main ()
8785 {
8786 snd_lib_error_set_handler (0);
8787 ;
8788 return 0;
8789 }
8790 _ACEOF
8791 if ac_fn_c_try_compile "$LINENO"; then :
8792 emacs_alsa_subdir=yes
8793 else
8794 emacs_alsa_subdir=no
8795 fi
8796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8797 if test "$emacs_alsa_subdir" != yes; then
8798 as_fn_error "pkg-config found alsa, but it does not compile. See config.log for error messages." "$LINENO" 5
8799 fi
8800 ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE"
8801 fi
8802
8803 CFLAGS="$SAVE_CFLAGS"
8804 LIBS="$SAVE_LIBS"
8805 LIBSOUND="$LIBSOUND $ALSA_LIBS"
8806 CFLAGS_SOUND="$CFLAGS_SOUND $ALSA_CFLAGS"
8807
8808 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
8809
8810 fi
8811
8812 if test x$have_sound_header = xyes || test $HAVE_ALSA = yes; then
8813 case "$opsys" in
8814 gnu-linux|freebsd|netbsd)
8815
8816 $as_echo "#define HAVE_SOUND 1" >>confdefs.h
8817
8818 ;;
8819 esac
8820 fi
8821
8822
8823 fi
8824
8825
8826
8827
8828 for ac_header in $ac_header_list
8829 do :
8830 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8831 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
8832 "
8833 eval as_val=\$$as_ac_Header
8834 if test "x$as_val" = x""yes; then :
8835 cat >>confdefs.h <<_ACEOF
8836 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8837 _ACEOF
8838
8839 fi
8840
8841 done
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854
8855
8856
8857
8858
8859
8860
8861
8862
8863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if personality LINUX32 can be set" >&5
8864 $as_echo_n "checking if personality LINUX32 can be set... " >&6; }
8865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8866 /* end confdefs.h. */
8867 #include <sys/personality.h>
8868 int
8869 main ()
8870 {
8871 personality (PER_LINUX32)
8872 ;
8873 return 0;
8874 }
8875 _ACEOF
8876 if ac_fn_c_try_compile "$LINENO"; then :
8877 emacs_cv_personality_linux32=yes
8878 else
8879 emacs_cv_personality_linux32=no
8880 fi
8881 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_personality_linux32" >&5
8883 $as_echo "$emacs_cv_personality_linux32" >&6; }
8884
8885 if test $emacs_cv_personality_linux32 = yes; then
8886
8887 $as_echo "#define HAVE_PERSONALITY_LINUX32 1" >>confdefs.h
8888
8889 fi
8890
8891 for ac_header in term.h
8892 do :
8893 ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h"
8894 if test "x$ac_cv_header_term_h" = x""yes; then :
8895 cat >>confdefs.h <<_ACEOF
8896 #define HAVE_TERM_H 1
8897 _ACEOF
8898
8899 fi
8900
8901 done
8902
8903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
8904 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
8905 if test "${ac_cv_header_time+set}" = set; then :
8906 $as_echo_n "(cached) " >&6
8907 else
8908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8909 /* end confdefs.h. */
8910 #include <sys/types.h>
8911 #include <sys/time.h>
8912 #include <time.h>
8913
8914 int
8915 main ()
8916 {
8917 if ((struct tm *) 0)
8918 return 0;
8919 ;
8920 return 0;
8921 }
8922 _ACEOF
8923 if ac_fn_c_try_compile "$LINENO"; then :
8924 ac_cv_header_time=yes
8925 else
8926 ac_cv_header_time=no
8927 fi
8928 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8929 fi
8930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
8931 $as_echo "$ac_cv_header_time" >&6; }
8932 if test $ac_cv_header_time = yes; then
8933
8934 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
8935
8936 fi
8937
8938 ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "#include <signal.h>
8939
8940 "
8941 if test "x$ac_cv_have_decl_sys_siglist" = x""yes; then :
8942 ac_have_decl=1
8943 else
8944 ac_have_decl=0
8945 fi
8946
8947 cat >>confdefs.h <<_ACEOF
8948 #define HAVE_DECL_SYS_SIGLIST $ac_have_decl
8949 _ACEOF
8950
8951 if test $ac_cv_have_decl_sys_siglist != yes; then
8952 # For Tru64, at least:
8953 ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "#include <signal.h>
8954
8955 "
8956 if test "x$ac_cv_have_decl___sys_siglist" = x""yes; then :
8957 ac_have_decl=1
8958 else
8959 ac_have_decl=0
8960 fi
8961
8962 cat >>confdefs.h <<_ACEOF
8963 #define HAVE_DECL___SYS_SIGLIST $ac_have_decl
8964 _ACEOF
8965
8966 if test $ac_cv_have_decl___sys_siglist = yes; then
8967
8968 $as_echo "#define sys_siglist __sys_siglist" >>confdefs.h
8969
8970 fi
8971 fi
8972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
8973 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
8974 if test "${ac_cv_header_sys_wait_h+set}" = set; then :
8975 $as_echo_n "(cached) " >&6
8976 else
8977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8978 /* end confdefs.h. */
8979 #include <sys/types.h>
8980 #include <sys/wait.h>
8981 #ifndef WEXITSTATUS
8982 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
8983 #endif
8984 #ifndef WIFEXITED
8985 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
8986 #endif
8987
8988 int
8989 main ()
8990 {
8991 int s;
8992 wait (&s);
8993 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
8994 ;
8995 return 0;
8996 }
8997 _ACEOF
8998 if ac_fn_c_try_compile "$LINENO"; then :
8999 ac_cv_header_sys_wait_h=yes
9000 else
9001 ac_cv_header_sys_wait_h=no
9002 fi
9003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9004 fi
9005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
9006 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
9007 if test $ac_cv_header_sys_wait_h = yes; then
9008
9009 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
9010
9011 fi
9012
9013
9014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5
9015 $as_echo_n "checking for speed_t... " >&6; }
9016 if test "${emacs_cv_speed_t+set}" = set; then :
9017 $as_echo_n "(cached) " >&6
9018 else
9019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9020 /* end confdefs.h. */
9021 #include <termios.h>
9022 int
9023 main ()
9024 {
9025 speed_t x = 1;
9026 ;
9027 return 0;
9028 }
9029 _ACEOF
9030 if ac_fn_c_try_compile "$LINENO"; then :
9031 emacs_cv_speed_t=yes
9032 else
9033 emacs_cv_speed_t=no
9034 fi
9035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9036 fi
9037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_speed_t" >&5
9038 $as_echo "$emacs_cv_speed_t" >&6; }
9039 if test $emacs_cv_speed_t = yes; then
9040
9041 $as_echo "#define HAVE_SPEED_T 1" >>confdefs.h
9042
9043 fi
9044
9045
9046
9047
9048 for ac_header in net/if.h
9049 do :
9050 ac_fn_c_check_header_compile "$LINENO" "net/if.h" "ac_cv_header_net_if_h" "$ac_includes_default
9051 #if HAVE_SYS_SOCKET_H
9052 #include <sys/socket.h>
9053 #endif
9054 "
9055 if test "x$ac_cv_header_net_if_h" = x""yes; then :
9056 cat >>confdefs.h <<_ACEOF
9057 #define HAVE_NET_IF_H 1
9058 _ACEOF
9059
9060 fi
9061
9062 done
9063
9064 for ac_header in ifaddrs.h
9065 do :
9066 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "$ac_includes_default
9067 #if HAVE_SYS_SOCKET_H
9068 #include <sys/socket.h>
9069 #endif
9070 "
9071 if test "x$ac_cv_header_ifaddrs_h" = x""yes; then :
9072 cat >>confdefs.h <<_ACEOF
9073 #define HAVE_IFADDRS_H 1
9074 _ACEOF
9075
9076 fi
9077
9078 done
9079
9080 for ac_header in net/if_dl.h
9081 do :
9082 ac_fn_c_check_header_compile "$LINENO" "net/if_dl.h" "ac_cv_header_net_if_dl_h" "$ac_includes_default
9083 #if HAVE_SYS_SOCKET_H
9084 #include <sys/socket.h>
9085 #endif
9086 "
9087 if test "x$ac_cv_header_net_if_dl_h" = x""yes; then :
9088 cat >>confdefs.h <<_ACEOF
9089 #define HAVE_NET_IF_DL_H 1
9090 _ACEOF
9091
9092 fi
9093
9094 done
9095
9096
9097 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_flags" "ac_cv_member_struct_ifreq_ifr_flags" "$ac_includes_default
9098 #if HAVE_SYS_SOCKET_H
9099 #include <sys/socket.h>
9100 #endif
9101 #if HAVE_NET_IF_H
9102 #include <net/if.h>
9103 #endif
9104 "
9105 if test "x$ac_cv_member_struct_ifreq_ifr_flags" = x""yes; then :
9106
9107 cat >>confdefs.h <<_ACEOF
9108 #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
9109 _ACEOF
9110
9111
9112 fi
9113 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "$ac_includes_default
9114 #if HAVE_SYS_SOCKET_H
9115 #include <sys/socket.h>
9116 #endif
9117 #if HAVE_NET_IF_H
9118 #include <net/if.h>
9119 #endif
9120 "
9121 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
9122
9123 cat >>confdefs.h <<_ACEOF
9124 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
9125 _ACEOF
9126
9127
9128 fi
9129 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_netmask" "ac_cv_member_struct_ifreq_ifr_netmask" "$ac_includes_default
9130 #if HAVE_SYS_SOCKET_H
9131 #include <sys/socket.h>
9132 #endif
9133 #if HAVE_NET_IF_H
9134 #include <net/if.h>
9135 #endif
9136 "
9137 if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = x""yes; then :
9138
9139 cat >>confdefs.h <<_ACEOF
9140 #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
9141 _ACEOF
9142
9143
9144 fi
9145 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_broadaddr" "ac_cv_member_struct_ifreq_ifr_broadaddr" "$ac_includes_default
9146 #if HAVE_SYS_SOCKET_H
9147 #include <sys/socket.h>
9148 #endif
9149 #if HAVE_NET_IF_H
9150 #include <net/if.h>
9151 #endif
9152 "
9153 if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = x""yes; then :
9154
9155 cat >>confdefs.h <<_ACEOF
9156 #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
9157 _ACEOF
9158
9159
9160 fi
9161 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_addr" "ac_cv_member_struct_ifreq_ifr_addr" "$ac_includes_default
9162 #if HAVE_SYS_SOCKET_H
9163 #include <sys/socket.h>
9164 #endif
9165 #if HAVE_NET_IF_H
9166 #include <net/if.h>
9167 #endif
9168 "
9169 if test "x$ac_cv_member_struct_ifreq_ifr_addr" = x""yes; then :
9170
9171 cat >>confdefs.h <<_ACEOF
9172 #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
9173 _ACEOF
9174
9175
9176 fi
9177 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_addr.sa_len" "ac_cv_member_struct_ifreq_ifr_addr_sa_len" "$ac_includes_default
9178 #if HAVE_SYS_SOCKET_H
9179 #include <sys/socket.h>
9180 #endif
9181 #if HAVE_NET_IF_H
9182 #include <net/if.h>
9183 #endif
9184 "
9185 if test "x$ac_cv_member_struct_ifreq_ifr_addr_sa_len" = x""yes; then :
9186
9187 cat >>confdefs.h <<_ACEOF
9188 #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
9189 _ACEOF
9190
9191
9192 fi
9193
9194
9195
9196
9197 DEPFLAGS=
9198 MKDEPDIR=":"
9199 deps_frag=deps.mk
9200 if test "$GCC" = yes && test "$ac_enable_autodepend" = yes; then
9201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using GNU Make" >&5
9202 $as_echo_n "checking whether we are using GNU Make... " >&6; }
9203 HAVE_GNU_MAKE=no
9204 testval=`${MAKE-make} --version 2>/dev/null | grep 'GNU Make'`
9205 if test "x$testval" != x; then
9206 HAVE_GNU_MAKE=yes
9207 else
9208 ac_enable_autodepend=no
9209 fi
9210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_GNU_MAKE" >&5
9211 $as_echo "$HAVE_GNU_MAKE" >&6; }
9212 if test $HAVE_GNU_MAKE = yes; then
9213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands -MMD -MF" >&5
9214 $as_echo_n "checking whether gcc understands -MMD -MF... " >&6; }
9215 SAVE_CFLAGS="$CFLAGS"
9216 CFLAGS="$CFLAGS -MMD -MF deps.d -MP"
9217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9218 /* end confdefs.h. */
9219
9220 int
9221 main ()
9222 {
9223
9224 ;
9225 return 0;
9226 }
9227 _ACEOF
9228 if ac_fn_c_try_compile "$LINENO"; then :
9229
9230 else
9231 ac_enable_autodepend=no
9232 fi
9233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9234 CFLAGS="$SAVE_CFLAGS"
9235 test -f deps.d || ac_enable_autodepend=no
9236 rm -rf deps.d
9237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_enable_autodepend" >&5
9238 $as_echo "$ac_enable_autodepend" >&6; }
9239 fi
9240 if test $ac_enable_autodepend = yes; then
9241 DEPFLAGS='-MMD -MF ${DEPDIR}/$*.d -MP'
9242 ## MKDIR_P is documented (see AC_PROG_MKDIR_P) to be parallel-safe.
9243 MKDEPDIR='${MKDIR_P} ${DEPDIR}'
9244 deps_frag=autodeps.mk
9245 fi
9246 fi
9247 deps_frag=$srcdir/src/$deps_frag
9248
9249
9250
9251
9252
9253 lisp_frag=$srcdir/src/lisp.mk
9254
9255
9256
9257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5
9258 $as_echo_n "checking for long file names... " >&6; }
9259 if test "${ac_cv_sys_long_file_names+set}" = set; then :
9260 $as_echo_n "(cached) " >&6
9261 else
9262 ac_cv_sys_long_file_names=yes
9263 # Test for long file names in all the places we know might matter:
9264 # . the current directory, where building will happen
9265 # $prefix/lib where we will be installing things
9266 # $exec_prefix/lib likewise
9267 # $TMPDIR if set, where it might want to write temporary files
9268 # /tmp where it might want to write temporary files
9269 # /var/tmp likewise
9270 # /usr/tmp likewise
9271 for ac_dir in . "$TMPDIR" /tmp /var/tmp /usr/tmp "$prefix/lib" "$exec_prefix/lib"; do
9272 # Skip $TMPDIR if it is empty or bogus, and skip $exec_prefix/lib
9273 # in the usual case where exec_prefix is '${prefix}'.
9274 case $ac_dir in #(
9275 . | /* | ?:[\\/]*) ;; #(
9276 *) continue;;
9277 esac
9278 test -w "$ac_dir/." || continue # It is less confusing to not echo anything here.
9279 ac_xdir=$ac_dir/cf$$
9280 (umask 077 && mkdir "$ac_xdir" 2>/dev/null) || continue
9281 ac_tf1=$ac_xdir/conftest9012345
9282 ac_tf2=$ac_xdir/conftest9012346
9283 touch "$ac_tf1" 2>/dev/null && test -f "$ac_tf1" && test ! -f "$ac_tf2" ||
9284 ac_cv_sys_long_file_names=no
9285 rm -f -r "$ac_xdir" 2>/dev/null
9286 test $ac_cv_sys_long_file_names = no && break
9287 done
9288 fi
9289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_long_file_names" >&5
9290 $as_echo "$ac_cv_sys_long_file_names" >&6; }
9291 if test $ac_cv_sys_long_file_names = yes; then
9292
9293 $as_echo "#define HAVE_LONG_FILE_NAMES 1" >>confdefs.h
9294
9295 fi
9296
9297
9298 #### Choose a window system.
9299
9300 ## We leave window_system equal to none if
9301 ## we end up building without one. Any new window system should
9302 ## set window_system to an appropriate value and add objects to
9303 ## window-system-specific substs.
9304
9305 window_system=none
9306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
9307 $as_echo_n "checking for X... " >&6; }
9308
9309
9310 # Check whether --with-x was given.
9311 if test "${with_x+set}" = set; then :
9312 withval=$with_x;
9313 fi
9314
9315 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9316 if test "x$with_x" = xno; then
9317 # The user explicitly disabled X.
9318 have_x=disabled
9319 else
9320 case $x_includes,$x_libraries in #(
9321 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
9322 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
9323 $as_echo_n "(cached) " >&6
9324 else
9325 # One or both of the vars are not set, and there is no cached value.
9326 ac_x_includes=no ac_x_libraries=no
9327 rm -f -r conftest.dir
9328 if mkdir conftest.dir; then
9329 cd conftest.dir
9330 cat >Imakefile <<'_ACEOF'
9331 incroot:
9332 @echo incroot='${INCROOT}'
9333 usrlibdir:
9334 @echo usrlibdir='${USRLIBDIR}'
9335 libdir:
9336 @echo libdir='${LIBDIR}'
9337 _ACEOF
9338 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
9339 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
9340 for ac_var in incroot usrlibdir libdir; do
9341 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9342 done
9343 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9344 for ac_extension in a so sl dylib la dll; do
9345 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9346 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9347 ac_im_usrlibdir=$ac_im_libdir; break
9348 fi
9349 done
9350 # Screen out bogus values from the imake configuration. They are
9351 # bogus both because they are the default anyway, and because
9352 # using them would break gcc on systems where it needs fixed includes.
9353 case $ac_im_incroot in
9354 /usr/include) ac_x_includes= ;;
9355 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
9356 esac
9357 case $ac_im_usrlibdir in
9358 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
9359 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
9360 esac
9361 fi
9362 cd ..
9363 rm -f -r conftest.dir
9364 fi
9365
9366 # Standard set of common directories for X headers.
9367 # Check X11 before X11Rn because it is often a symlink to the current release.
9368 ac_x_header_dirs='
9369 /usr/X11/include
9370 /usr/X11R7/include
9371 /usr/X11R6/include
9372 /usr/X11R5/include
9373 /usr/X11R4/include
9374
9375 /usr/include/X11
9376 /usr/include/X11R7
9377 /usr/include/X11R6
9378 /usr/include/X11R5
9379 /usr/include/X11R4
9380
9381 /usr/local/X11/include
9382 /usr/local/X11R7/include
9383 /usr/local/X11R6/include
9384 /usr/local/X11R5/include
9385 /usr/local/X11R4/include
9386
9387 /usr/local/include/X11
9388 /usr/local/include/X11R7
9389 /usr/local/include/X11R6
9390 /usr/local/include/X11R5
9391 /usr/local/include/X11R4
9392
9393 /usr/X386/include
9394 /usr/x386/include
9395 /usr/XFree86/include/X11
9396
9397 /usr/include
9398 /usr/local/include
9399 /usr/unsupported/include
9400 /usr/athena/include
9401 /usr/local/x11r5/include
9402 /usr/lpp/Xamples/include
9403
9404 /usr/openwin/include
9405 /usr/openwin/share/include'
9406
9407 if test "$ac_x_includes" = no; then
9408 # Guess where to find include files, by looking for Xlib.h.
9409 # First, try using that file with no special directory specified.
9410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9411 /* end confdefs.h. */
9412 #include <X11/Xlib.h>
9413 _ACEOF
9414 if ac_fn_c_try_cpp "$LINENO"; then :
9415 # We can compile using X headers with no special include directory.
9416 ac_x_includes=
9417 else
9418 for ac_dir in $ac_x_header_dirs; do
9419 if test -r "$ac_dir/X11/Xlib.h"; then
9420 ac_x_includes=$ac_dir
9421 break
9422 fi
9423 done
9424 fi
9425 rm -f conftest.err conftest.$ac_ext
9426 fi # $ac_x_includes = no
9427
9428 if test "$ac_x_libraries" = no; then
9429 # Check for the libraries.
9430 # See if we find them without any special options.
9431 # Don't add to $LIBS permanently.
9432 ac_save_LIBS=$LIBS
9433 LIBS="-lX11 $LIBS"
9434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9435 /* end confdefs.h. */
9436 #include <X11/Xlib.h>
9437 int
9438 main ()
9439 {
9440 XrmInitialize ()
9441 ;
9442 return 0;
9443 }
9444 _ACEOF
9445 if ac_fn_c_try_link "$LINENO"; then :
9446 LIBS=$ac_save_LIBS
9447 # We can link X programs with no special library path.
9448 ac_x_libraries=
9449 else
9450 LIBS=$ac_save_LIBS
9451 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9452 do
9453 # Don't even attempt the hair of trying to link an X program!
9454 for ac_extension in a so sl dylib la dll; do
9455 if test -r "$ac_dir/libX11.$ac_extension"; then
9456 ac_x_libraries=$ac_dir
9457 break 2
9458 fi
9459 done
9460 done
9461 fi
9462 rm -f core conftest.err conftest.$ac_objext \
9463 conftest$ac_exeext conftest.$ac_ext
9464 fi # $ac_x_libraries = no
9465
9466 case $ac_x_includes,$ac_x_libraries in #(
9467 no,* | *,no | *\'*)
9468 # Didn't find X, or a directory has "'" in its name.
9469 ac_cv_have_x="have_x=no";; #(
9470 *)
9471 # Record where we found X for the cache.
9472 ac_cv_have_x="have_x=yes\
9473 ac_x_includes='$ac_x_includes'\
9474 ac_x_libraries='$ac_x_libraries'"
9475 esac
9476 fi
9477 ;; #(
9478 *) have_x=yes;;
9479 esac
9480 eval "$ac_cv_have_x"
9481 fi # $with_x != no
9482
9483 if test "$have_x" != yes; then
9484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9485 $as_echo "$have_x" >&6; }
9486 no_x=yes
9487 else
9488 # If each of the values was on the command line, it overrides each guess.
9489 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9490 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9491 # Update the cache value to reflect the command line values.
9492 ac_cv_have_x="have_x=yes\
9493 ac_x_includes='$x_includes'\
9494 ac_x_libraries='$x_libraries'"
9495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9496 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9497 fi
9498
9499 if test "$no_x" != yes; then
9500 window_system=x11
9501 fi
9502
9503 LD_SWITCH_X_SITE_RPATH=
9504 if test "${x_libraries}" != NONE; then
9505 if test -n "${x_libraries}"; then
9506 LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"`
9507 LD_SWITCH_X_SITE_RPATH=-Wl,-rpath,`echo ${x_libraries} | sed -e "s/:/ -Wl,-rpath,/g"`
9508 fi
9509 x_default_search_path=""
9510 x_search_path=${x_libraries}
9511 if test -z "${x_search_path}"; then
9512 x_search_path=/usr/lib
9513 fi
9514 for x_library in `echo ${x_search_path}: | \
9515 sed -e "s/:/ /g" -e p -e "s:/lib[^ /]* :/share :g"`; do
9516 x_search_path="\
9517 ${x_library}/X11/%L/%T/%N%C%S:\
9518 ${x_library}/X11/%l/%T/%N%C%S:\
9519 ${x_library}/X11/%T/%N%C%S:\
9520 ${x_library}/X11/%L/%T/%N%S:\
9521 ${x_library}/X11/%l/%T/%N%S:\
9522 ${x_library}/X11/%T/%N%S"
9523 if test x"${x_default_search_path}" = x; then
9524 x_default_search_path=${x_search_path}
9525 else
9526 x_default_search_path="${x_search_path}:${x_default_search_path}"
9527 fi
9528 done
9529 fi
9530
9531
9532 if test "${x_includes}" != NONE && test -n "${x_includes}"; then
9533 C_SWITCH_X_SITE="$isystem"`echo ${x_includes} | sed -e "s/:/ $isystem/g"`
9534 fi
9535
9536 if test x"${x_includes}" = x; then
9537 bitmapdir=/usr/include/X11/bitmaps
9538 else
9539 # accumulate include directories that have X11 bitmap subdirectories
9540 bmd_acc="dummyval"
9541 for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do
9542 if test -d "${bmd}/X11/bitmaps"; then
9543 bmd_acc="${bmd_acc}:${bmd}/X11/bitmaps"
9544 fi
9545 if test -d "${bmd}/bitmaps"; then
9546 bmd_acc="${bmd_acc}:${bmd}/bitmaps"
9547 fi
9548 done
9549 if test ${bmd_acc} != "dummyval"; then
9550 bitmapdir=`echo ${bmd_acc} | sed -e "s/^dummyval://"`
9551 fi
9552 fi
9553
9554 HAVE_NS=no
9555 NS_IMPL_COCOA=no
9556 NS_IMPL_GNUSTEP=no
9557 tmp_CPPFLAGS="$CPPFLAGS"
9558 tmp_CFLAGS="$CFLAGS"
9559 CPPFLAGS="$CPPFLAGS -x objective-c"
9560 CFLAGS="$CFLAGS -x objective-c"
9561 GNU_OBJC_CFLAGS=
9562 LIBS_GNUSTEP=
9563 if test "${with_ns}" != no; then
9564 if test "${opsys}" = darwin; then
9565 NS_IMPL_COCOA=yes
9566 ns_appdir=`pwd`/nextstep/Emacs.app
9567 ns_appbindir=${ns_appdir}/Contents/MacOS
9568 ns_appresdir=${ns_appdir}/Contents/Resources
9569 ns_appsrc=Cocoa/Emacs.base
9570 elif test -f $GNUSTEP_CONFIG_FILE; then
9571 NS_IMPL_GNUSTEP=yes
9572 ns_appdir=`pwd`/nextstep/Emacs.app
9573 ns_appbindir=${ns_appdir}
9574 ns_appresdir=${ns_appdir}/Resources
9575 ns_appsrc=GNUstep/Emacs.base
9576 GNUSTEP_SYSTEM_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_HEADERS)"
9577 GNUSTEP_SYSTEM_LIBRARIES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_LIBRARIES)"
9578 GNUSTEP_LOCAL_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_LOCAL_HEADERS)"
9579 GNUSTEP_LOCAL_LIBRARIES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_LOCAL_LIBRARIES)"
9580 test "x${GNUSTEP_LOCAL_HEADERS}" != "x" && \
9581 GNUSTEP_LOCAL_HEADERS="-I${GNUSTEP_LOCAL_HEADERS}"
9582 test "x${GNUSTEP_LOCAL_LIBRARIES}" != "x" && \
9583 GNUSTEP_LOCAL_LIBRARIES="-L${GNUSTEP_LOCAL_LIBRARIES}"
9584 CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
9585 CFLAGS="$CFLAGS -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
9586 LDFLAGS="$LDFLAGS -L${GNUSTEP_SYSTEM_LIBRARIES} ${GNUSTEP_LOCAL_LIBRARIES}"
9587 LIBS_GNUSTEP="-lgnustep-gui -lgnustep-base -lobjc -lpthread"
9588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GNUstep defines BASE_NATIVE_OBJC_EXCEPTIONS" >&5
9589 $as_echo_n "checking if GNUstep defines BASE_NATIVE_OBJC_EXCEPTIONS... " >&6; }
9590 if test "${emacs_cv_objc_exceptions+set}" = set; then :
9591 $as_echo_n "(cached) " >&6
9592 else
9593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9594 /* end confdefs.h. */
9595 #include <GNUstepBase/GSConfig.h>
9596 int
9597 main ()
9598 {
9599 #if defined BASE_NATIVE_OBJC_EXCEPTIONS && BASE_NATIVE_OBJC_EXCEPTIONS > 0
9600 1;
9601 #else
9602 fail;
9603 #endif
9604 ;
9605 return 0;
9606 }
9607 _ACEOF
9608 if ac_fn_c_try_compile "$LINENO"; then :
9609 emacs_cv_objc_exceptions=yes
9610 else
9611 emacs_cv_objc_exceptions=no
9612 fi
9613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9614 fi
9615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_objc_exceptions" >&5
9616 $as_echo "$emacs_cv_objc_exceptions" >&6; }
9617 if test $emacs_cv_objc_exceptions = yes; then
9618
9619 $as_echo "#define _NATIVE_OBJC_EXCEPTIONS 1" >>confdefs.h
9620
9621 GNU_OBJC_CFLAGS="-fobjc-exceptions"
9622 fi
9623 fi
9624
9625 CFLAGS="$CFLAGS $GNU_OBJC_CFLAGS"
9626
9627 ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default"
9628 if test "x$ac_cv_header_AppKit_AppKit_h" = x""yes; then :
9629 HAVE_NS=yes
9630 else
9631 as_fn_error "\`--with-ns' was specified, but the include
9632 files are missing or cannot be compiled." "$LINENO" 5
9633 fi
9634
9635
9636
9637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9638 /* end confdefs.h. */
9639 #include <AppKit/AppKit.h>
9640 int
9641 main ()
9642 {
9643
9644 #ifdef MAC_OS_X_VERSION_MAX_ALLOWED
9645 #if MAC_OS_X_VERSION_MAX_ALLOWED >= 1040
9646 ; /* OK */
9647 #else
9648 #error "OSX 10.4 or newer required"
9649 #endif
9650 #endif
9651
9652 ;
9653 return 0;
9654 }
9655 _ACEOF
9656 if ac_fn_c_try_compile "$LINENO"; then :
9657 ns_osx_have_104=yes
9658 else
9659 ns_osx_have_104=no
9660 fi
9661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9663 /* end confdefs.h. */
9664 #include <Foundation/NSObjCRuntime.h>
9665 int
9666 main ()
9667 {
9668 NSInteger i;
9669 ;
9670 return 0;
9671 }
9672 _ACEOF
9673 if ac_fn_c_try_compile "$LINENO"; then :
9674 ns_have_nsinteger=yes
9675 else
9676 ns_have_nsinteger=no
9677 fi
9678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9679 if test $ns_osx_have_104 = no; then
9680 as_fn_error "\`OSX 10.4 or newer is required'" "$LINENO" 5;
9681 fi
9682 if test $ns_have_nsinteger = yes; then
9683
9684 $as_echo "#define NS_HAVE_NSINTEGER 1" >>confdefs.h
9685
9686 fi
9687 fi
9688
9689
9690
9691 INSTALL_ARCH_INDEP_EXTRA=install-etc
9692 ns_self_contained=no
9693 NS_OBJ=
9694 NS_OBJC_OBJ=
9695 if test "${HAVE_NS}" = yes; then
9696 if test "$with_toolkit_scroll_bars" = "no"; then
9697 as_fn_error "Non-toolkit scroll bars are not implemented for Nextstep." "$LINENO" 5
9698 fi
9699
9700 window_system=nextstep
9701 # set up packaging dirs
9702 if test "${EN_NS_SELF_CONTAINED}" = yes; then
9703 ns_self_contained=yes
9704 prefix=${ns_appresdir}
9705 exec_prefix=${ns_appbindir}
9706 libexecdir="\${ns_appbindir}/libexec"
9707 archlibdir="\${ns_appbindir}/libexec"
9708 docdir="\${ns_appresdir}/etc"
9709 etcdir="\${ns_appresdir}/etc"
9710 infodir="\${ns_appresdir}/info"
9711 mandir="\${ns_appresdir}/man"
9712 lispdir="\${ns_appresdir}/lisp"
9713 leimdir="\${ns_appresdir}/leim"
9714 INSTALL_ARCH_INDEP_EXTRA=
9715 fi
9716 NS_OBJC_OBJ="nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o"
9717 fi
9718 CFLAGS="$tmp_CFLAGS"
9719 CPPFLAGS="$tmp_CPPFLAGS"
9720
9721
9722
9723
9724
9725 HAVE_W32=no
9726 W32_OBJ=
9727 W32_LIBS=
9728 W32_RES=
9729 W32_RES_LINK=
9730 if test "${with_w32}" != no; then
9731 if test "${opsys}" != "cygwin"; then
9732 as_fn_error "Using w32 with an autotools build is only supported for Cygwin." "$LINENO" 5
9733 fi
9734 ac_fn_c_check_header_mongrel "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default"
9735 if test "x$ac_cv_header_windows_h" = x""yes; then :
9736 HAVE_W32=yes
9737 else
9738 as_fn_error "\`--with-w32' was specified, but windows.h
9739 cannot be found." "$LINENO" 5
9740 fi
9741
9742
9743
9744 $as_echo "#define HAVE_NTGUI 1" >>confdefs.h
9745
9746 if test -n "$ac_tool_prefix"; then
9747 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
9748 set dummy ${ac_tool_prefix}windres; ac_word=$2
9749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9750 $as_echo_n "checking for $ac_word... " >&6; }
9751 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9752 $as_echo_n "(cached) " >&6
9753 else
9754 if test -n "$WINDRES"; then
9755 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9756 else
9757 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9758 for as_dir in $PATH
9759 do
9760 IFS=$as_save_IFS
9761 test -z "$as_dir" && as_dir=.
9762 for ac_exec_ext in '' $ac_executable_extensions; do
9763 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9764 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
9765 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9766 break 2
9767 fi
9768 done
9769 done
9770 IFS=$as_save_IFS
9771
9772 fi
9773 fi
9774 WINDRES=$ac_cv_prog_WINDRES
9775 if test -n "$WINDRES"; then
9776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9777 $as_echo "$WINDRES" >&6; }
9778 else
9779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9780 $as_echo "no" >&6; }
9781 fi
9782
9783
9784 fi
9785 if test -z "$ac_cv_prog_WINDRES"; then
9786 ac_ct_WINDRES=$WINDRES
9787 # Extract the first word of "windres", so it can be a program name with args.
9788 set dummy windres; ac_word=$2
9789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9790 $as_echo_n "checking for $ac_word... " >&6; }
9791 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then :
9792 $as_echo_n "(cached) " >&6
9793 else
9794 if test -n "$ac_ct_WINDRES"; then
9795 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
9796 else
9797 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9798 for as_dir in $PATH
9799 do
9800 IFS=$as_save_IFS
9801 test -z "$as_dir" && as_dir=.
9802 for ac_exec_ext in '' $ac_executable_extensions; do
9803 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9804 ac_cv_prog_ac_ct_WINDRES="windres"
9805 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9806 break 2
9807 fi
9808 done
9809 done
9810 IFS=$as_save_IFS
9811
9812 fi
9813 fi
9814 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
9815 if test -n "$ac_ct_WINDRES"; then
9816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
9817 $as_echo "$ac_ct_WINDRES" >&6; }
9818 else
9819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9820 $as_echo "no" >&6; }
9821 fi
9822
9823 if test "x$ac_ct_WINDRES" = x; then
9824 WINDRES="as_fn_error "No resource compiler found." "$LINENO" 5"
9825 else
9826 case $cross_compiling:$ac_tool_warned in
9827 yes:)
9828 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9829 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9830 ac_tool_warned=yes ;;
9831 esac
9832 WINDRES=$ac_ct_WINDRES
9833 fi
9834 else
9835 WINDRES="$ac_cv_prog_WINDRES"
9836 fi
9837
9838 W32_OBJ="w32fns.o w32menu.o w32reg.o w32font.o w32term.o"
9839 W32_OBJ="$W32_OBJ w32xfns.o w32select.o w32uniscribe.o"
9840 W32_LIBS="$W32_LIBS -lkernel32 -luser32 -lgdi32 -lole32 -lcomdlg32"
9841 W32_LIBS="$W32_LIBS -lusp10 -lcomctl32 -lwinspool"
9842 W32_RES="emacs.res"
9843 # Tell the linker that emacs.res is an object (which we compile from
9844 # the rc file), not a linker script.
9845 W32_RES_LINK="-Wl,-bpe-i386 -Wl,emacs.res"
9846 fi
9847
9848
9849
9850
9851
9852 if test "${HAVE_W32}" = "yes"; then
9853 window_system=w32
9854 with_xft=no
9855 fi
9856
9857 ## $window_system is now set to the window system we will
9858 ## ultimately use.
9859
9860 term_header=
9861 HAVE_X_WINDOWS=no
9862 HAVE_X11=no
9863 USE_X_TOOLKIT=none
9864
9865 case "${window_system}" in
9866 x11 )
9867 HAVE_X_WINDOWS=yes
9868 HAVE_X11=yes
9869 term_header=xterm.h
9870 case "${with_x_toolkit}" in
9871 athena | lucid ) USE_X_TOOLKIT=LUCID ;;
9872 motif ) USE_X_TOOLKIT=MOTIF ;;
9873 gtk ) with_gtk=yes
9874 term_header=gtkutil.h
9875 USE_X_TOOLKIT=none ;;
9876 gtk2 ) with_gtk2=yes
9877 term_header=gtkutil.h
9878 USE_X_TOOLKIT=none ;;
9879 gtk3 ) with_gtk3=yes
9880 term_header=gtkutil.h
9881 USE_X_TOOLKIT=none ;;
9882 no ) USE_X_TOOLKIT=none ;;
9883 * ) USE_X_TOOLKIT=maybe ;;
9884 esac
9885 ;;
9886 nextstep )
9887 term_header=nsterm.h
9888 ;;
9889 w32 )
9890 term_header=w32term.h
9891 ;;
9892 esac
9893
9894 if test "$window_system" = none && test "X$with_x" != "Xno"; then
9895 # Extract the first word of "X", so it can be a program name with args.
9896 set dummy X; ac_word=$2
9897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9898 $as_echo_n "checking for $ac_word... " >&6; }
9899 if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then :
9900 $as_echo_n "(cached) " >&6
9901 else
9902 if test -n "$HAVE_XSERVER"; then
9903 ac_cv_prog_HAVE_XSERVER="$HAVE_XSERVER" # Let the user override the test.
9904 else
9905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9906 for as_dir in $PATH
9907 do
9908 IFS=$as_save_IFS
9909 test -z "$as_dir" && as_dir=.
9910 for ac_exec_ext in '' $ac_executable_extensions; do
9911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9912 ac_cv_prog_HAVE_XSERVER="true"
9913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9914 break 2
9915 fi
9916 done
9917 done
9918 IFS=$as_save_IFS
9919
9920 test -z "$ac_cv_prog_HAVE_XSERVER" && ac_cv_prog_HAVE_XSERVER="false"
9921 fi
9922 fi
9923 HAVE_XSERVER=$ac_cv_prog_HAVE_XSERVER
9924 if test -n "$HAVE_XSERVER"; then
9925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_XSERVER" >&5
9926 $as_echo "$HAVE_XSERVER" >&6; }
9927 else
9928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9929 $as_echo "no" >&6; }
9930 fi
9931
9932
9933 if test "$HAVE_XSERVER" = true ||
9934 test -n "$DISPLAY" ||
9935 test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then
9936 as_fn_error "You seem to be running X, but no X development libraries
9937 were found. You should install the relevant development files for X
9938 and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make
9939 sure you have development files for image handling, i.e.
9940 tiff, gif, jpeg, png and xpm.
9941 If you are sure you want Emacs compiled without X window support, pass
9942 --without-x
9943 to configure." "$LINENO" 5
9944 fi
9945 fi
9946
9947 ### If we're using X11, we should use the X menu package.
9948 HAVE_MENUS=no
9949 case ${HAVE_X11} in
9950 yes ) HAVE_MENUS=yes ;;
9951 esac
9952
9953 # Does the opsystem file prohibit the use of the GNU malloc?
9954 # Assume not, until told otherwise.
9955 GNU_MALLOC=yes
9956
9957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether malloc is Doug Lea style" >&5
9958 $as_echo_n "checking whether malloc is Doug Lea style... " >&6; }
9959 if test "${emacs_cv_var_doug_lea_malloc+set}" = set; then :
9960 $as_echo_n "(cached) " >&6
9961 else
9962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9963 /* end confdefs.h. */
9964 #include <malloc.h>
9965 static void hook (void) {}
9966 int
9967 main ()
9968 {
9969 malloc_set_state (malloc_get_state ());
9970 __after_morecore_hook = hook;
9971 __malloc_initialize_hook = hook;
9972 ;
9973 return 0;
9974 }
9975 _ACEOF
9976 if ac_fn_c_try_link "$LINENO"; then :
9977 emacs_cv_var_doug_lea_malloc=yes
9978 else
9979 emacs_cv_var_doug_lea_malloc=no
9980 fi
9981 rm -f core conftest.err conftest.$ac_objext \
9982 conftest$ac_exeext conftest.$ac_ext
9983 fi
9984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_var_doug_lea_malloc" >&5
9985 $as_echo "$emacs_cv_var_doug_lea_malloc" >&6; }
9986 doug_lea_malloc=$emacs_cv_var_doug_lea_malloc
9987
9988
9989 system_malloc=no
9990 case "$opsys" in
9991 ## darwin ld insists on the use of malloc routines in the System framework.
9992 darwin|sol2-10) system_malloc=yes ;;
9993 esac
9994
9995 if test "${system_malloc}" = "yes"; then
9996
9997 $as_echo "#define SYSTEM_MALLOC 1" >>confdefs.h
9998
9999 GNU_MALLOC=no
10000 GNU_MALLOC_reason="
10001 (The GNU allocators don't work with this system configuration.)"
10002 GMALLOC_OBJ=
10003 VMLIMIT_OBJ=
10004 else
10005 test "$doug_lea_malloc" != "yes" && GMALLOC_OBJ=gmalloc.o
10006 VMLIMIT_OBJ=vm-limit.o
10007
10008 for ac_header in sys/vlimit.h
10009 do :
10010 ac_fn_c_check_header_mongrel "$LINENO" "sys/vlimit.h" "ac_cv_header_sys_vlimit_h" "$ac_includes_default"
10011 if test "x$ac_cv_header_sys_vlimit_h" = x""yes; then :
10012 cat >>confdefs.h <<_ACEOF
10013 #define HAVE_SYS_VLIMIT_H 1
10014 _ACEOF
10015
10016 fi
10017
10018 done
10019
10020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for data_start" >&5
10021 $as_echo_n "checking for data_start... " >&6; }
10022 if test "${emacs_cv_data_start+set}" = set; then :
10023 $as_echo_n "(cached) " >&6
10024 else
10025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10026 /* end confdefs.h. */
10027 extern char data_start[]; char ch;
10028 int
10029 main ()
10030 {
10031 return data_start < &ch;
10032 ;
10033 return 0;
10034 }
10035 _ACEOF
10036 if ac_fn_c_try_link "$LINENO"; then :
10037 emacs_cv_data_start=yes
10038 else
10039 emacs_cv_data_start=no
10040 fi
10041 rm -f core conftest.err conftest.$ac_objext \
10042 conftest$ac_exeext conftest.$ac_ext
10043 fi
10044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_data_start" >&5
10045 $as_echo "$emacs_cv_data_start" >&6; }
10046 if test $emacs_cv_data_start = yes; then
10047
10048 $as_echo "#define HAVE_DATA_START 1" >>confdefs.h
10049
10050 fi
10051 fi
10052
10053
10054
10055 if test "$doug_lea_malloc" = "yes" ; then
10056 if test "$GNU_MALLOC" = yes ; then
10057 GNU_MALLOC_reason="
10058 (Using Doug Lea's new malloc from the GNU C Library.)"
10059 fi
10060
10061 $as_echo "#define DOUG_LEA_MALLOC 1" >>confdefs.h
10062
10063
10064 ## Use mmap directly for allocating larger buffers.
10065 ## FIXME this comes from src/s/{gnu,gnu-linux}.h:
10066 ## #ifdef DOUG_LEA_MALLOC; #undef REL_ALLOC; #endif
10067 ## Does the AC_FUNC_MMAP test below make this check unnecessary?
10068 case "$opsys" in
10069 gnu*) REL_ALLOC=no ;;
10070 esac
10071 fi
10072
10073 if test x"${REL_ALLOC}" = x; then
10074 REL_ALLOC=${GNU_MALLOC}
10075 fi
10076
10077 use_mmap_for_buffers=no
10078 case "$opsys" in
10079 cygwin|freebsd|irix6-5) use_mmap_for_buffers=yes ;;
10080 esac
10081
10082
10083
10084
10085
10086
10087
10088
10089 for ac_func in getpagesize
10090 do :
10091 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
10092 if test "x$ac_cv_func_getpagesize" = x""yes; then :
10093 cat >>confdefs.h <<_ACEOF
10094 #define HAVE_GETPAGESIZE 1
10095 _ACEOF
10096
10097 fi
10098 done
10099
10100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
10101 $as_echo_n "checking for working mmap... " >&6; }
10102 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
10103 $as_echo_n "(cached) " >&6
10104 else
10105 if test "$cross_compiling" = yes; then :
10106 ac_cv_func_mmap_fixed_mapped=no
10107 else
10108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10109 /* end confdefs.h. */
10110 $ac_includes_default
10111 /* malloc might have been renamed as rpl_malloc. */
10112 #undef malloc
10113
10114 /* Thanks to Mike Haertel and Jim Avera for this test.
10115 Here is a matrix of mmap possibilities:
10116 mmap private not fixed
10117 mmap private fixed at somewhere currently unmapped
10118 mmap private fixed at somewhere already mapped
10119 mmap shared not fixed
10120 mmap shared fixed at somewhere currently unmapped
10121 mmap shared fixed at somewhere already mapped
10122 For private mappings, we should verify that changes cannot be read()
10123 back from the file, nor mmap's back from the file at a different
10124 address. (There have been systems where private was not correctly
10125 implemented like the infamous i386 svr4.0, and systems where the
10126 VM page cache was not coherent with the file system buffer cache
10127 like early versions of FreeBSD and possibly contemporary NetBSD.)
10128 For shared mappings, we should conversely verify that changes get
10129 propagated back to all the places they're supposed to be.
10130
10131 Grep wants private fixed already mapped.
10132 The main things grep needs to know about mmap are:
10133 * does it exist and is it safe to write into the mmap'd area
10134 * how to use it (BSD variants) */
10135
10136 #include <fcntl.h>
10137 #include <sys/mman.h>
10138
10139 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
10140 char *malloc ();
10141 #endif
10142
10143 /* This mess was copied from the GNU getpagesize.h. */
10144 #ifndef HAVE_GETPAGESIZE
10145 # ifdef _SC_PAGESIZE
10146 # define getpagesize() sysconf(_SC_PAGESIZE)
10147 # else /* no _SC_PAGESIZE */
10148 # ifdef HAVE_SYS_PARAM_H
10149 # include <sys/param.h>
10150 # ifdef EXEC_PAGESIZE
10151 # define getpagesize() EXEC_PAGESIZE
10152 # else /* no EXEC_PAGESIZE */
10153 # ifdef NBPG
10154 # define getpagesize() NBPG * CLSIZE
10155 # ifndef CLSIZE
10156 # define CLSIZE 1
10157 # endif /* no CLSIZE */
10158 # else /* no NBPG */
10159 # ifdef NBPC
10160 # define getpagesize() NBPC
10161 # else /* no NBPC */
10162 # ifdef PAGESIZE
10163 # define getpagesize() PAGESIZE
10164 # endif /* PAGESIZE */
10165 # endif /* no NBPC */
10166 # endif /* no NBPG */
10167 # endif /* no EXEC_PAGESIZE */
10168 # else /* no HAVE_SYS_PARAM_H */
10169 # define getpagesize() 8192 /* punt totally */
10170 # endif /* no HAVE_SYS_PARAM_H */
10171 # endif /* no _SC_PAGESIZE */
10172
10173 #endif /* no HAVE_GETPAGESIZE */
10174
10175 int
10176 main ()
10177 {
10178 char *data, *data2, *data3;
10179 const char *cdata2;
10180 int i, pagesize;
10181 int fd, fd2;
10182
10183 pagesize = getpagesize ();
10184
10185 /* First, make a file with some known garbage in it. */
10186 data = (char *) malloc (pagesize);
10187 if (!data)
10188 return 1;
10189 for (i = 0; i < pagesize; ++i)
10190 *(data + i) = rand ();
10191 umask (0);
10192 fd = creat ("conftest.mmap", 0600);
10193 if (fd < 0)
10194 return 2;
10195 if (write (fd, data, pagesize) != pagesize)
10196 return 3;
10197 close (fd);
10198
10199 /* Next, check that the tail of a page is zero-filled. File must have
10200 non-zero length, otherwise we risk SIGBUS for entire page. */
10201 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
10202 if (fd2 < 0)
10203 return 4;
10204 cdata2 = "";
10205 if (write (fd2, cdata2, 1) != 1)
10206 return 5;
10207 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
10208 if (data2 == MAP_FAILED)
10209 return 6;
10210 for (i = 0; i < pagesize; ++i)
10211 if (*(data2 + i))
10212 return 7;
10213 close (fd2);
10214 if (munmap (data2, pagesize))
10215 return 8;
10216
10217 /* Next, try to mmap the file at a fixed address which already has
10218 something else allocated at it. If we can, also make sure that
10219 we see the same garbage. */
10220 fd = open ("conftest.mmap", O_RDWR);
10221 if (fd < 0)
10222 return 9;
10223 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
10224 MAP_PRIVATE | MAP_FIXED, fd, 0L))
10225 return 10;
10226 for (i = 0; i < pagesize; ++i)
10227 if (*(data + i) != *(data2 + i))
10228 return 11;
10229
10230 /* Finally, make sure that changes to the mapped area do not
10231 percolate back to the file as seen by read(). (This is a bug on
10232 some variants of i386 svr4.0.) */
10233 for (i = 0; i < pagesize; ++i)
10234 *(data2 + i) = *(data2 + i) + 1;
10235 data3 = (char *) malloc (pagesize);
10236 if (!data3)
10237 return 12;
10238 if (read (fd, data3, pagesize) != pagesize)
10239 return 13;
10240 for (i = 0; i < pagesize; ++i)
10241 if (*(data + i) != *(data3 + i))
10242 return 14;
10243 close (fd);
10244 return 0;
10245 }
10246 _ACEOF
10247 if ac_fn_c_try_run "$LINENO"; then :
10248 ac_cv_func_mmap_fixed_mapped=yes
10249 else
10250 ac_cv_func_mmap_fixed_mapped=no
10251 fi
10252 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10253 conftest.$ac_objext conftest.beam conftest.$ac_ext
10254 fi
10255
10256 fi
10257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
10258 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
10259 if test $ac_cv_func_mmap_fixed_mapped = yes; then
10260
10261 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
10262
10263 fi
10264 rm -f conftest.mmap conftest.txt
10265
10266 if test $use_mmap_for_buffers = yes; then
10267
10268 $as_echo "#define USE_MMAP_FOR_BUFFERS 1" >>confdefs.h
10269
10270 REL_ALLOC=no
10271 fi
10272
10273 LIBS="$LIBS_SYSTEM $LIBS"
10274
10275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
10276 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
10277 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
10278 $as_echo_n "(cached) " >&6
10279 else
10280 ac_check_lib_save_LIBS=$LIBS
10281 LIBS="-ldnet $LIBS"
10282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10283 /* end confdefs.h. */
10284
10285 /* Override any GCC internal prototype to avoid an error.
10286 Use char because int might match the return type of a GCC
10287 builtin and then its argument prototype would still apply. */
10288 #ifdef __cplusplus
10289 extern "C"
10290 #endif
10291 char dnet_ntoa ();
10292 int
10293 main ()
10294 {
10295 return dnet_ntoa ();
10296 ;
10297 return 0;
10298 }
10299 _ACEOF
10300 if ac_fn_c_try_link "$LINENO"; then :
10301 ac_cv_lib_dnet_dnet_ntoa=yes
10302 else
10303 ac_cv_lib_dnet_dnet_ntoa=no
10304 fi
10305 rm -f core conftest.err conftest.$ac_objext \
10306 conftest$ac_exeext conftest.$ac_ext
10307 LIBS=$ac_check_lib_save_LIBS
10308 fi
10309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
10310 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
10311 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
10312 cat >>confdefs.h <<_ACEOF
10313 #define HAVE_LIBDNET 1
10314 _ACEOF
10315
10316 LIBS="-ldnet $LIBS"
10317
10318 fi
10319
10320
10321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5
10322 $as_echo_n "checking for main in -lXbsd... " >&6; }
10323 if test "${ac_cv_lib_Xbsd_main+set}" = set; then :
10324 $as_echo_n "(cached) " >&6
10325 else
10326 ac_check_lib_save_LIBS=$LIBS
10327 LIBS="-lXbsd $LIBS"
10328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10329 /* end confdefs.h. */
10330
10331
10332 int
10333 main ()
10334 {
10335 return main ();
10336 ;
10337 return 0;
10338 }
10339 _ACEOF
10340 if ac_fn_c_try_link "$LINENO"; then :
10341 ac_cv_lib_Xbsd_main=yes
10342 else
10343 ac_cv_lib_Xbsd_main=no
10344 fi
10345 rm -f core conftest.err conftest.$ac_objext \
10346 conftest$ac_exeext conftest.$ac_ext
10347 LIBS=$ac_check_lib_save_LIBS
10348 fi
10349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5
10350 $as_echo "$ac_cv_lib_Xbsd_main" >&6; }
10351 if test "x$ac_cv_lib_Xbsd_main" = x""yes; then :
10352 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
10353 fi
10354
10355
10356 LIB_PTHREAD=
10357
10358
10359
10360 if test "$ac_cv_header_pthread_h"; then
10361 if test "$GMALLOC_OBJ" = gmalloc.o; then
10362 emacs_pthread_function=pthread_atfork
10363 else
10364 emacs_pthread_function=pthread_self
10365 fi
10366 as_ac_Lib=`$as_echo "ac_cv_lib_pthread_$emacs_pthread_function" | $as_tr_sh`
10367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $emacs_pthread_function in -lpthread" >&5
10368 $as_echo_n "checking for $emacs_pthread_function in -lpthread... " >&6; }
10369 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then :
10370 $as_echo_n "(cached) " >&6
10371 else
10372 ac_check_lib_save_LIBS=$LIBS
10373 LIBS="-lpthread $LIBS"
10374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10375 /* end confdefs.h. */
10376
10377 /* Override any GCC internal prototype to avoid an error.
10378 Use char because int might match the return type of a GCC
10379 builtin and then its argument prototype would still apply. */
10380 #ifdef __cplusplus
10381 extern "C"
10382 #endif
10383 char $emacs_pthread_function ();
10384 int
10385 main ()
10386 {
10387 return $emacs_pthread_function ();
10388 ;
10389 return 0;
10390 }
10391 _ACEOF
10392 if ac_fn_c_try_link "$LINENO"; then :
10393 eval "$as_ac_Lib=yes"
10394 else
10395 eval "$as_ac_Lib=no"
10396 fi
10397 rm -f core conftest.err conftest.$ac_objext \
10398 conftest$ac_exeext conftest.$ac_ext
10399 LIBS=$ac_check_lib_save_LIBS
10400 fi
10401 eval ac_res=\$$as_ac_Lib
10402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10403 $as_echo "$ac_res" >&6; }
10404 eval as_val=\$$as_ac_Lib
10405 if test "x$as_val" = x""yes; then :
10406 HAVE_PTHREAD=yes
10407 fi
10408
10409 fi
10410 if test "$HAVE_PTHREAD" = yes; then
10411 case "${canonical}" in
10412 *-hpux*) ;;
10413 *) LIB_PTHREAD="-lpthread"
10414 LIBS="$LIB_PTHREAD $LIBS" ;;
10415 esac
10416
10417 $as_echo "#define HAVE_PTHREAD 1" >>confdefs.h
10418
10419 fi
10420
10421
10422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5
10423 $as_echo_n "checking for cma_open in -lpthreads... " >&6; }
10424 if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then :
10425 $as_echo_n "(cached) " >&6
10426 else
10427 ac_check_lib_save_LIBS=$LIBS
10428 LIBS="-lpthreads $LIBS"
10429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10430 /* end confdefs.h. */
10431
10432 /* Override any GCC internal prototype to avoid an error.
10433 Use char because int might match the return type of a GCC
10434 builtin and then its argument prototype would still apply. */
10435 #ifdef __cplusplus
10436 extern "C"
10437 #endif
10438 char cma_open ();
10439 int
10440 main ()
10441 {
10442 return cma_open ();
10443 ;
10444 return 0;
10445 }
10446 _ACEOF
10447 if ac_fn_c_try_link "$LINENO"; then :
10448 ac_cv_lib_pthreads_cma_open=yes
10449 else
10450 ac_cv_lib_pthreads_cma_open=no
10451 fi
10452 rm -f core conftest.err conftest.$ac_objext \
10453 conftest$ac_exeext conftest.$ac_ext
10454 LIBS=$ac_check_lib_save_LIBS
10455 fi
10456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5
10457 $as_echo "$ac_cv_lib_pthreads_cma_open" >&6; }
10458 if test "x$ac_cv_lib_pthreads_cma_open" = x""yes; then :
10459 cat >>confdefs.h <<_ACEOF
10460 #define HAVE_LIBPTHREADS 1
10461 _ACEOF
10462
10463 LIBS="-lpthreads $LIBS"
10464
10465 fi
10466
10467
10468 ## Note: when using cpp in s/aix4.2.h, this definition depended on
10469 ## HAVE_LIBPTHREADS. That was not defined earlier in configure when
10470 ## the system file was sourced. Hence the value of LIBS_SYSTEM
10471 ## added to LIBS in configure would never contain the pthreads part,
10472 ## but the value used in Makefiles might. FIXME?
10473 ##
10474 ## -lpthreads seems to be necessary for Xlib in X11R6, and should
10475 ## be harmless on older versions of X where it happens to exist.
10476 test "$opsys" = "aix4-2" && \
10477 test $ac_cv_lib_pthreads_cma_open = yes && \
10478 LIBS_SYSTEM="$LIBS_SYSTEM -lpthreads"
10479
10480
10481 case ${host_os} in
10482 aix*)
10483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5
10484 $as_echo_n "checking for -bbigtoc option... " >&6; }
10485 if test "${gdb_cv_bigtoc+set}" = set; then :
10486 $as_echo_n "(cached) " >&6
10487 else
10488
10489 case $GCC in
10490 yes) gdb_cv_bigtoc=-Wl,-bbigtoc ;;
10491 *) gdb_cv_bigtoc=-bbigtoc ;;
10492 esac
10493
10494 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
10495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10496 /* end confdefs.h. */
10497
10498 int
10499 main ()
10500 {
10501 int i;
10502 ;
10503 return 0;
10504 }
10505 _ACEOF
10506 if ac_fn_c_try_link "$LINENO"; then :
10507
10508 else
10509 gdb_cv_bigtoc=
10510 fi
10511 rm -f core conftest.err conftest.$ac_objext \
10512 conftest$ac_exeext conftest.$ac_ext
10513
10514 fi
10515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_bigtoc" >&5
10516 $as_echo "$gdb_cv_bigtoc" >&6; }
10517 ;;
10518 esac
10519
10520 # Change CFLAGS and CPPFLAGS temporarily so that C_SWITCH_X_SITE gets
10521 # used for the tests that follow. We set them back to REAL_CFLAGS and
10522 # REAL_CPPFLAGS later on.
10523
10524 REAL_CFLAGS="$CFLAGS"
10525 REAL_CPPFLAGS="$CPPFLAGS"
10526
10527 if test "${HAVE_X11}" = "yes"; then
10528 DEFS="$C_SWITCH_X_SITE $DEFS"
10529 LDFLAGS="$LDFLAGS $LD_SWITCH_X_SITE"
10530 LIBS="-lX11 $LIBS"
10531 CFLAGS="$C_SWITCH_X_SITE $CFLAGS"
10532 CPPFLAGS="$C_SWITCH_X_SITE $CPPFLAGS"
10533
10534 # On Solaris, arrange for LD_RUN_PATH to point to the X libraries for tests.
10535 # This is handled by LD_SWITCH_X_SITE_RPATH during the real build,
10536 # but it's more convenient here to set LD_RUN_PATH since this
10537 # also works on hosts that don't understand LD_SWITCH_X_SITE_RPATH.
10538 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then
10539 LD_RUN_PATH=$x_libraries${LD_RUN_PATH+:}$LD_RUN_PATH
10540 export LD_RUN_PATH
10541 fi
10542
10543 if test "${opsys}" = "gnu-linux"; then
10544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether X on GNU/Linux needs -b to link" >&5
10545 $as_echo_n "checking whether X on GNU/Linux needs -b to link... " >&6; }
10546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10547 /* end confdefs.h. */
10548
10549 int
10550 main ()
10551 {
10552 XOpenDisplay ("foo");
10553 ;
10554 return 0;
10555 }
10556 _ACEOF
10557 if ac_fn_c_try_link "$LINENO"; then :
10558 xgnu_linux_first_failure=no
10559 else
10560 xgnu_linux_first_failure=yes
10561 fi
10562 rm -f core conftest.err conftest.$ac_objext \
10563 conftest$ac_exeext conftest.$ac_ext
10564 if test "${xgnu_linux_first_failure}" = "yes"; then
10565 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE"
10566 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE"
10567 OLD_CPPFLAGS="$CPPFLAGS"
10568 OLD_LIBS="$LIBS"
10569 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -b i486-linuxaout"
10570 C_SWITCH_X_SITE="$C_SWITCH_X_SITE -b i486-linuxaout"
10571 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
10572 LIBS="$LIBS -b i486-linuxaout"
10573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10574 /* end confdefs.h. */
10575
10576 int
10577 main ()
10578 {
10579 XOpenDisplay ("foo");
10580 ;
10581 return 0;
10582 }
10583 _ACEOF
10584 if ac_fn_c_try_link "$LINENO"; then :
10585 xgnu_linux_second_failure=no
10586 else
10587 xgnu_linux_second_failure=yes
10588 fi
10589 rm -f core conftest.err conftest.$ac_objext \
10590 conftest$ac_exeext conftest.$ac_ext
10591 if test "${xgnu_linux_second_failure}" = "yes"; then
10592 # If we get the same failure with -b, there is no use adding -b.
10593 # So take it out. This plays safe.
10594 LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE"
10595 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
10596 CPPFLAGS="$OLD_CPPFLAGS"
10597 LIBS="$OLD_LIBS"
10598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10599 $as_echo "no" >&6; }
10600 else
10601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10602 $as_echo "yes" >&6; }
10603 fi
10604 else
10605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10606 $as_echo "no" >&6; }
10607 fi
10608 fi
10609
10610 # Reportedly, some broken Solaris systems have XKBlib.h but are missing
10611 # header files included from there.
10612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Xkb" >&5
10613 $as_echo_n "checking for Xkb... " >&6; }
10614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10615 /* end confdefs.h. */
10616 #include <X11/Xlib.h>
10617 #include <X11/XKBlib.h>
10618 int
10619 main ()
10620 {
10621 XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);
10622 ;
10623 return 0;
10624 }
10625 _ACEOF
10626 if ac_fn_c_try_link "$LINENO"; then :
10627 emacs_xkb=yes
10628 else
10629 emacs_xkb=no
10630 fi
10631 rm -f core conftest.err conftest.$ac_objext \
10632 conftest$ac_exeext conftest.$ac_ext
10633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_xkb" >&5
10634 $as_echo "$emacs_xkb" >&6; }
10635 if test $emacs_xkb = yes; then
10636
10637 $as_echo "#define HAVE_XKB 1" >>confdefs.h
10638
10639 fi
10640
10641 for ac_func in XrmSetDatabase XScreenResourceString \
10642 XScreenNumberOfScreen
10643 do :
10644 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10645 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10646 eval as_val=\$$as_ac_var
10647 if test "x$as_val" = x""yes; then :
10648 cat >>confdefs.h <<_ACEOF
10649 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10650 _ACEOF
10651
10652 fi
10653 done
10654
10655 fi
10656
10657 if test "${window_system}" = "x11"; then
10658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5
10659 $as_echo_n "checking X11 version 6... " >&6; }
10660 if test "${emacs_cv_x11_version_6+set}" = set; then :
10661 $as_echo_n "(cached) " >&6
10662 else
10663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10664 /* end confdefs.h. */
10665 #include <X11/Xlib.h>
10666 int
10667 main ()
10668 {
10669 #if XlibSpecificationRelease < 6
10670 fail;
10671 #endif
10672
10673 ;
10674 return 0;
10675 }
10676 _ACEOF
10677 if ac_fn_c_try_link "$LINENO"; then :
10678 emacs_cv_x11_version_6=yes
10679 else
10680 emacs_cv_x11_version_6=no
10681 fi
10682 rm -f core conftest.err conftest.$ac_objext \
10683 conftest$ac_exeext conftest.$ac_ext
10684 fi
10685
10686 if test $emacs_cv_x11_version_6 = yes; then
10687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: 6 or newer" >&5
10688 $as_echo "6 or newer" >&6; }
10689
10690 $as_echo "#define HAVE_X11R6 1" >>confdefs.h
10691
10692
10693 $as_echo "#define HAVE_X_I18N 1" >>confdefs.h
10694
10695 ## inoue@ainet.or.jp says Solaris has a bug related to X11R6-style
10696 ## XIM support.
10697 case "$opsys" in
10698 sol2-*) : ;;
10699 *)
10700 $as_echo "#define HAVE_X11R6_XIM 1" >>confdefs.h
10701
10702 ;;
10703 esac
10704 else
10705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: before 6" >&5
10706 $as_echo "before 6" >&6; }
10707 fi
10708 fi
10709
10710
10711 ### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified.
10712 HAVE_RSVG=no
10713 if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then
10714 if test "${with_rsvg}" != "no"; then
10715 RSVG_REQUIRED=2.11.0
10716 RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"
10717
10718
10719 succeeded=no
10720
10721 if test "$PKG_CONFIG" = "no" ; then
10722 :
10723 else
10724 PKG_CONFIG_MIN_VERSION=0.9.0
10725 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
10726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $RSVG_MODULE" >&5
10727 $as_echo_n "checking for $RSVG_MODULE... " >&6; }
10728
10729 if "$PKG_CONFIG" --exists "$RSVG_MODULE" 2>&5 &&
10730 RSVG_CFLAGS=`"$PKG_CONFIG" --cflags "$RSVG_MODULE" 2>&5` &&
10731 RSVG_LIBS=`"$PKG_CONFIG" --libs "$RSVG_MODULE" 2>&5`; then
10732 edit_cflags="
10733 s,///*,/,g
10734 s/^/ /
10735 s/ -I/ $isystem/g
10736 s/^ //
10737 "
10738 RSVG_CFLAGS=`$as_echo "$RSVG_CFLAGS" | sed -e "$edit_cflags"`
10739 RSVG_LIBS=`$as_echo "$RSVG_LIBS" | sed -e 's,///*,/,g'`
10740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$RSVG_CFLAGS' LIBS='$RSVG_LIBS'" >&5
10741 $as_echo "yes CFLAGS='$RSVG_CFLAGS' LIBS='$RSVG_LIBS'" >&6; }
10742 succeeded=yes
10743 else
10744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10745 $as_echo "no" >&6; }
10746 RSVG_CFLAGS=""
10747 RSVG_LIBS=""
10748 ## If we have a custom action on failure, don't print errors, but
10749 ## do set a variable so people can do so. Do it in a subshell
10750 ## to capture any diagnostics in invoking pkg-config.
10751 RSVG_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "$RSVG_MODULE") 2>&1`
10752
10753 fi
10754
10755
10756
10757 else
10758 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
10759 echo "*** See http://www.freedesktop.org/software/pkgconfig"
10760 fi
10761 fi
10762
10763 if test $succeeded = yes; then
10764 HAVE_RSVG=yes
10765 else
10766 :
10767 fi
10768
10769
10770
10771
10772 if test $HAVE_RSVG = yes; then
10773
10774 $as_echo "#define HAVE_RSVG 1" >>confdefs.h
10775
10776 CFLAGS="$CFLAGS $RSVG_CFLAGS"
10777 LIBS="$RSVG_LIBS $LIBS"
10778 fi
10779 fi
10780 fi
10781
10782 HAVE_IMAGEMAGICK=no
10783 if test "${HAVE_X11}" = "yes"; then
10784 if test "${with_imagemagick}" != "no"; then
10785 ## 6.2.8 is the earliest version known to work, but earlier versions
10786 ## might work - let us know if you find one.
10787 ## 6.0.7 does not work. See bug#7955.
10788 ## 6.8.2 makes Emacs crash; see Bug#13867.
10789 IMAGEMAGICK_MODULE="Wand >= 6.2.8 Wand != 6.8.2"
10790
10791 succeeded=no
10792
10793 if test "$PKG_CONFIG" = "no" ; then
10794 :
10795 else
10796 PKG_CONFIG_MIN_VERSION=0.9.0
10797 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
10798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $IMAGEMAGICK_MODULE" >&5
10799 $as_echo_n "checking for $IMAGEMAGICK_MODULE... " >&6; }
10800
10801 if "$PKG_CONFIG" --exists "$IMAGEMAGICK_MODULE" 2>&5 &&
10802 IMAGEMAGICK_CFLAGS=`"$PKG_CONFIG" --cflags "$IMAGEMAGICK_MODULE" 2>&5` &&
10803 IMAGEMAGICK_LIBS=`"$PKG_CONFIG" --libs "$IMAGEMAGICK_MODULE" 2>&5`; then
10804 edit_cflags="
10805 s,///*,/,g
10806 s/^/ /
10807 s/ -I/ $isystem/g
10808 s/^ //
10809 "
10810 IMAGEMAGICK_CFLAGS=`$as_echo "$IMAGEMAGICK_CFLAGS" | sed -e "$edit_cflags"`
10811 IMAGEMAGICK_LIBS=`$as_echo "$IMAGEMAGICK_LIBS" | sed -e 's,///*,/,g'`
10812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$IMAGEMAGICK_CFLAGS' LIBS='$IMAGEMAGICK_LIBS'" >&5
10813 $as_echo "yes CFLAGS='$IMAGEMAGICK_CFLAGS' LIBS='$IMAGEMAGICK_LIBS'" >&6; }
10814 succeeded=yes
10815 else
10816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10817 $as_echo "no" >&6; }
10818 IMAGEMAGICK_CFLAGS=""
10819 IMAGEMAGICK_LIBS=""
10820 ## If we have a custom action on failure, don't print errors, but
10821 ## do set a variable so people can do so. Do it in a subshell
10822 ## to capture any diagnostics in invoking pkg-config.
10823 IMAGEMAGICK_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "$IMAGEMAGICK_MODULE") 2>&1`
10824
10825 fi
10826
10827
10828
10829 else
10830 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
10831 echo "*** See http://www.freedesktop.org/software/pkgconfig"
10832 fi
10833 fi
10834
10835 if test $succeeded = yes; then
10836 HAVE_IMAGEMAGICK=yes
10837 else
10838 :
10839 fi
10840
10841
10842
10843
10844 if test $HAVE_IMAGEMAGICK = yes; then
10845
10846 $as_echo "#define HAVE_IMAGEMAGICK 1" >>confdefs.h
10847
10848 CFLAGS="$CFLAGS $IMAGEMAGICK_CFLAGS"
10849 LIBS="$IMAGEMAGICK_LIBS $LIBS"
10850 for ac_func in MagickExportImagePixels MagickMergeImageLayers
10851 do :
10852 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10853 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10854 eval as_val=\$$as_ac_var
10855 if test "x$as_val" = x""yes; then :
10856 cat >>confdefs.h <<_ACEOF
10857 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10858 _ACEOF
10859
10860 fi
10861 done
10862
10863 fi
10864 fi
10865 fi
10866
10867
10868 HAVE_GTK=no
10869 GTK_OBJ=
10870 check_gtk2=no
10871 gtk3_pkg_errors=
10872 if test "${with_gtk3}" = "yes" || test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "maybe"; then
10873 GLIB_REQUIRED=2.28
10874 GTK_REQUIRED=3.0
10875 GTK_MODULES="gtk+-3.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
10876
10877
10878 succeeded=no
10879
10880 if test "$PKG_CONFIG" = "no" ; then
10881 pkg_check_gtk=no
10882 else
10883 PKG_CONFIG_MIN_VERSION=0.9.0
10884 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
10885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $GTK_MODULES" >&5
10886 $as_echo_n "checking for $GTK_MODULES... " >&6; }
10887
10888 if "$PKG_CONFIG" --exists "$GTK_MODULES" 2>&5 &&
10889 GTK_CFLAGS=`"$PKG_CONFIG" --cflags "$GTK_MODULES" 2>&5` &&
10890 GTK_LIBS=`"$PKG_CONFIG" --libs "$GTK_MODULES" 2>&5`; then
10891 edit_cflags="
10892 s,///*,/,g
10893 s/^/ /
10894 s/ -I/ $isystem/g
10895 s/^ //
10896 "
10897 GTK_CFLAGS=`$as_echo "$GTK_CFLAGS" | sed -e "$edit_cflags"`
10898 GTK_LIBS=`$as_echo "$GTK_LIBS" | sed -e 's,///*,/,g'`
10899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$GTK_CFLAGS' LIBS='$GTK_LIBS'" >&5
10900 $as_echo "yes CFLAGS='$GTK_CFLAGS' LIBS='$GTK_LIBS'" >&6; }
10901 succeeded=yes
10902 else
10903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10904 $as_echo "no" >&6; }
10905 GTK_CFLAGS=""
10906 GTK_LIBS=""
10907 ## If we have a custom action on failure, don't print errors, but
10908 ## do set a variable so people can do so. Do it in a subshell
10909 ## to capture any diagnostics in invoking pkg-config.
10910 GTK_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "$GTK_MODULES") 2>&1`
10911
10912 fi
10913
10914
10915
10916 else
10917 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
10918 echo "*** See http://www.freedesktop.org/software/pkgconfig"
10919 fi
10920 fi
10921
10922 if test $succeeded = yes; then
10923 pkg_check_gtk=yes
10924 else
10925 pkg_check_gtk=no
10926 fi
10927
10928 if test "$pkg_check_gtk" = "no" && test "$with_gtk3" = "yes"; then
10929 as_fn_error "$GTK_PKG_ERRORS" "$LINENO" 5
10930 fi
10931 if test "$pkg_check_gtk" = "yes"; then
10932
10933 $as_echo "#define HAVE_GTK3 1" >>confdefs.h
10934
10935 GTK_OBJ=emacsgtkfixed.o
10936 term_header=gtkutil.h
10937 USE_GTK_TOOLKIT="GTK3"
10938 if test "x$ac_enable_gtk_deprecation_warnings" = x; then
10939 GTK_CFLAGS="$GTK_CFLAGS -DGDK_DISABLE_DEPRECATION_WARNINGS"
10940 fi
10941 else
10942 check_gtk2=yes
10943 gtk3_pkg_errors="$GTK_PKG_ERRORS "
10944 fi
10945 fi
10946
10947 if test "${with_gtk2}" = "yes" || test "$check_gtk2" = "yes"; then
10948 GLIB_REQUIRED=2.10
10949 GTK_REQUIRED=2.10
10950 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
10951
10952
10953 succeeded=no
10954
10955 if test "$PKG_CONFIG" = "no" ; then
10956 pkg_check_gtk=no
10957 else
10958 PKG_CONFIG_MIN_VERSION=0.9.0
10959 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
10960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $GTK_MODULES" >&5
10961 $as_echo_n "checking for $GTK_MODULES... " >&6; }
10962
10963 if "$PKG_CONFIG" --exists "$GTK_MODULES" 2>&5 &&
10964 GTK_CFLAGS=`"$PKG_CONFIG" --cflags "$GTK_MODULES" 2>&5` &&
10965 GTK_LIBS=`"$PKG_CONFIG" --libs "$GTK_MODULES" 2>&5`; then
10966 edit_cflags="
10967 s,///*,/,g
10968 s/^/ /
10969 s/ -I/ $isystem/g
10970 s/^ //
10971 "
10972 GTK_CFLAGS=`$as_echo "$GTK_CFLAGS" | sed -e "$edit_cflags"`
10973 GTK_LIBS=`$as_echo "$GTK_LIBS" | sed -e 's,///*,/,g'`
10974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$GTK_CFLAGS' LIBS='$GTK_LIBS'" >&5
10975 $as_echo "yes CFLAGS='$GTK_CFLAGS' LIBS='$GTK_LIBS'" >&6; }
10976 succeeded=yes
10977 else
10978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10979 $as_echo "no" >&6; }
10980 GTK_CFLAGS=""
10981 GTK_LIBS=""
10982 ## If we have a custom action on failure, don't print errors, but
10983 ## do set a variable so people can do so. Do it in a subshell
10984 ## to capture any diagnostics in invoking pkg-config.
10985 GTK_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "$GTK_MODULES") 2>&1`
10986
10987 fi
10988
10989
10990
10991 else
10992 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
10993 echo "*** See http://www.freedesktop.org/software/pkgconfig"
10994 fi
10995 fi
10996
10997 if test $succeeded = yes; then
10998 pkg_check_gtk=yes
10999 else
11000 pkg_check_gtk=no
11001 fi
11002
11003 if test "$pkg_check_gtk" = "no" &&
11004 { test "$with_gtk" = yes || test "$with_gtk2" = "yes"; }
11005 then
11006 as_fn_error "$gtk3_pkg_errors$GTK_PKG_ERRORS" "$LINENO" 5
11007 fi
11008 test "$pkg_check_gtk" = "yes" && USE_GTK_TOOLKIT="GTK2"
11009 fi
11010
11011 if test x"$pkg_check_gtk" = xyes; then
11012
11013
11014
11015 C_SWITCH_X_SITE="$C_SWITCH_X_SITE $GTK_CFLAGS"
11016 CFLAGS="$CFLAGS $GTK_CFLAGS"
11017 LIBS="$GTK_LIBS $LIBS"
11018 GTK_COMPILES=no
11019 for ac_func in gtk_main
11020 do :
11021 ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main"
11022 if test "x$ac_cv_func_gtk_main" = x""yes; then :
11023 cat >>confdefs.h <<_ACEOF
11024 #define HAVE_GTK_MAIN 1
11025 _ACEOF
11026 GTK_COMPILES=yes
11027 fi
11028 done
11029
11030 if test "${GTK_COMPILES}" != "yes"; then
11031 if test "$USE_X_TOOLKIT" != "maybe"; then
11032 as_fn_error "Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" "$LINENO" 5;
11033 fi
11034 else
11035 HAVE_GTK=yes
11036
11037 $as_echo "#define USE_GTK 1" >>confdefs.h
11038
11039 GTK_OBJ="gtkutil.o $GTK_OBJ"
11040 USE_X_TOOLKIT=none
11041 if "$PKG_CONFIG" --atleast-version=2.10 gtk+-2.0; then
11042 :
11043 else
11044 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Your version of Gtk+ will have problems with
11045 closing open displays. This is no problem if you just use
11046 one display, but if you use more than one and close one of them
11047 Emacs may crash." >&5
11048 $as_echo "$as_me: WARNING: Your version of Gtk+ will have problems with
11049 closing open displays. This is no problem if you just use
11050 one display, but if you use more than one and close one of them
11051 Emacs may crash." >&2;}
11052 sleep 3
11053 fi
11054 fi
11055
11056 fi
11057
11058
11059
11060 if test "${HAVE_GTK}" = "yes"; then
11061
11062 if test "$with_toolkit_scroll_bars" != no; then
11063 with_toolkit_scroll_bars=yes
11064 fi
11065
11066 HAVE_GTK_FILE_SELECTION=no
11067 ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default
11068 #include <gtk/gtk.h>
11069 "
11070 if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = x""yes; then :
11071 HAVE_GTK_FILE_SELECTION=yes
11072 else
11073 HAVE_GTK_FILE_SELECTION=no
11074 fi
11075
11076 if test "$HAVE_GTK_FILE_SELECTION" = yes; then
11077 for ac_func in gtk_file_selection_new
11078 do :
11079 ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new"
11080 if test "x$ac_cv_func_gtk_file_selection_new" = x""yes; then :
11081 cat >>confdefs.h <<_ACEOF
11082 #define HAVE_GTK_FILE_SELECTION_NEW 1
11083 _ACEOF
11084
11085 fi
11086 done
11087
11088 fi
11089
11090 HAVE_GTK_HANDLE_BOX=no
11091 ac_fn_c_check_decl "$LINENO" "GTK_TYPE_HANDLE_BOX" "ac_cv_have_decl_GTK_TYPE_HANDLE_BOX" "$ac_includes_default
11092 #include <gtk/gtk.h>
11093 "
11094 if test "x$ac_cv_have_decl_GTK_TYPE_HANDLE_BOX" = x""yes; then :
11095 HAVE_GTK_HANDLE_BOX=yes
11096 else
11097 HAVE_GTK_HANDLE_BOX=no
11098 fi
11099
11100 if test "$HAVE_GTK_HANDLE_BOX" = yes; then
11101 for ac_func in gtk_handle_box_new
11102 do :
11103 ac_fn_c_check_func "$LINENO" "gtk_handle_box_new" "ac_cv_func_gtk_handle_box_new"
11104 if test "x$ac_cv_func_gtk_handle_box_new" = x""yes; then :
11105 cat >>confdefs.h <<_ACEOF
11106 #define HAVE_GTK_HANDLE_BOX_NEW 1
11107 _ACEOF
11108
11109 fi
11110 done
11111
11112 fi
11113
11114 HAVE_GTK_TEAROFF_MENU_ITEM=no
11115 ac_fn_c_check_decl "$LINENO" "GTK_TYPE_TEAROFF_MENU_ITEM" "ac_cv_have_decl_GTK_TYPE_TEAROFF_MENU_ITEM" "$ac_includes_default
11116 #include <gtk/gtk.h>
11117 "
11118 if test "x$ac_cv_have_decl_GTK_TYPE_TEAROFF_MENU_ITEM" = x""yes; then :
11119 HAVE_GTK_TEAROFF_MENU_ITEM=yes
11120 else
11121 HAVE_GTK_TEAROFF_MENU_ITEM=no
11122 fi
11123
11124 if test "$HAVE_GTK_TEAROFF_MENU_ITEM" = yes; then
11125 for ac_func in gtk_tearoff_menu_item_new
11126 do :
11127 ac_fn_c_check_func "$LINENO" "gtk_tearoff_menu_item_new" "ac_cv_func_gtk_tearoff_menu_item_new"
11128 if test "x$ac_cv_func_gtk_tearoff_menu_item_new" = x""yes; then :
11129 cat >>confdefs.h <<_ACEOF
11130 #define HAVE_GTK_TEAROFF_MENU_ITEM_NEW 1
11131 _ACEOF
11132
11133 fi
11134 done
11135
11136 fi
11137
11138 for ac_func in gtk_widget_get_window gtk_widget_set_has_window \
11139 gtk_dialog_get_action_area gtk_widget_get_sensitive \
11140 gtk_widget_get_mapped gtk_adjustment_get_page_size \
11141 gtk_orientable_set_orientation \
11142 gtk_window_set_has_resize_grip
11143 do :
11144 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11145 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11146 eval as_val=\$$as_ac_var
11147 if test "x$as_val" = x""yes; then :
11148 cat >>confdefs.h <<_ACEOF
11149 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11150 _ACEOF
11151
11152 fi
11153 done
11154
11155
11156 term_header=gtkutil.h
11157 fi
11158
11159 HAVE_DBUS=no
11160 DBUS_OBJ=
11161 if test "${with_dbus}" = "yes"; then
11162
11163 succeeded=no
11164
11165 if test "$PKG_CONFIG" = "no" ; then
11166 HAVE_DBUS=no
11167 else
11168 PKG_CONFIG_MIN_VERSION=0.9.0
11169 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus-1 >= 1.0" >&5
11171 $as_echo_n "checking for dbus-1 >= 1.0... " >&6; }
11172
11173 if "$PKG_CONFIG" --exists "dbus-1 >= 1.0" 2>&5 &&
11174 DBUS_CFLAGS=`"$PKG_CONFIG" --cflags "dbus-1 >= 1.0" 2>&5` &&
11175 DBUS_LIBS=`"$PKG_CONFIG" --libs "dbus-1 >= 1.0" 2>&5`; then
11176 edit_cflags="
11177 s,///*,/,g
11178 s/^/ /
11179 s/ -I/ $isystem/g
11180 s/^ //
11181 "
11182 DBUS_CFLAGS=`$as_echo "$DBUS_CFLAGS" | sed -e "$edit_cflags"`
11183 DBUS_LIBS=`$as_echo "$DBUS_LIBS" | sed -e 's,///*,/,g'`
11184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$DBUS_CFLAGS' LIBS='$DBUS_LIBS'" >&5
11185 $as_echo "yes CFLAGS='$DBUS_CFLAGS' LIBS='$DBUS_LIBS'" >&6; }
11186 succeeded=yes
11187 else
11188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11189 $as_echo "no" >&6; }
11190 DBUS_CFLAGS=""
11191 DBUS_LIBS=""
11192 ## If we have a custom action on failure, don't print errors, but
11193 ## do set a variable so people can do so. Do it in a subshell
11194 ## to capture any diagnostics in invoking pkg-config.
11195 DBUS_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "dbus-1 >= 1.0") 2>&1`
11196
11197 fi
11198
11199
11200
11201 else
11202 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11203 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11204 fi
11205 fi
11206
11207 if test $succeeded = yes; then
11208 HAVE_DBUS=yes
11209 else
11210 HAVE_DBUS=no
11211 fi
11212
11213 if test "$HAVE_DBUS" = yes; then
11214 LIBS="$LIBS $DBUS_LIBS"
11215
11216 $as_echo "#define HAVE_DBUS 1" >>confdefs.h
11217
11218 for ac_func in dbus_watch_get_unix_fd \
11219 dbus_type_is_valid \
11220 dbus_validate_bus_name \
11221 dbus_validate_path \
11222 dbus_validate_interface \
11223 dbus_validate_member
11224 do :
11225 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11226 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11227 eval as_val=\$$as_ac_var
11228 if test "x$as_val" = x""yes; then :
11229 cat >>confdefs.h <<_ACEOF
11230 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11231 _ACEOF
11232
11233 fi
11234 done
11235
11236 DBUS_OBJ=dbusbind.o
11237 fi
11238 fi
11239
11240
11241 HAVE_GSETTINGS=no
11242 if test "${HAVE_X11}" = "yes" && test "${with_gsettings}" = "yes"; then
11243
11244 succeeded=no
11245
11246 if test "$PKG_CONFIG" = "no" ; then
11247 HAVE_GSETTINGS=no
11248 else
11249 PKG_CONFIG_MIN_VERSION=0.9.0
11250 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gio-2.0 >= 2.26" >&5
11252 $as_echo_n "checking for gio-2.0 >= 2.26... " >&6; }
11253
11254 if "$PKG_CONFIG" --exists "gio-2.0 >= 2.26" 2>&5 &&
11255 GSETTINGS_CFLAGS=`"$PKG_CONFIG" --cflags "gio-2.0 >= 2.26" 2>&5` &&
11256 GSETTINGS_LIBS=`"$PKG_CONFIG" --libs "gio-2.0 >= 2.26" 2>&5`; then
11257 edit_cflags="
11258 s,///*,/,g
11259 s/^/ /
11260 s/ -I/ $isystem/g
11261 s/^ //
11262 "
11263 GSETTINGS_CFLAGS=`$as_echo "$GSETTINGS_CFLAGS" | sed -e "$edit_cflags"`
11264 GSETTINGS_LIBS=`$as_echo "$GSETTINGS_LIBS" | sed -e 's,///*,/,g'`
11265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$GSETTINGS_CFLAGS' LIBS='$GSETTINGS_LIBS'" >&5
11266 $as_echo "yes CFLAGS='$GSETTINGS_CFLAGS' LIBS='$GSETTINGS_LIBS'" >&6; }
11267 succeeded=yes
11268 else
11269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11270 $as_echo "no" >&6; }
11271 GSETTINGS_CFLAGS=""
11272 GSETTINGS_LIBS=""
11273 ## If we have a custom action on failure, don't print errors, but
11274 ## do set a variable so people can do so. Do it in a subshell
11275 ## to capture any diagnostics in invoking pkg-config.
11276 GSETTINGS_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "gio-2.0 >= 2.26") 2>&1`
11277
11278 fi
11279
11280
11281
11282 else
11283 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11284 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11285 fi
11286 fi
11287
11288 if test $succeeded = yes; then
11289 HAVE_GSETTINGS=yes
11290 else
11291 HAVE_GSETTINGS=no
11292 fi
11293
11294 if test "$HAVE_GSETTINGS" = "yes"; then
11295
11296 $as_echo "#define HAVE_GSETTINGS 1" >>confdefs.h
11297
11298 SETTINGS_CFLAGS="$GSETTINGS_CFLAGS"
11299 SETTINGS_LIBS="$GSETTINGS_LIBS"
11300 fi
11301 fi
11302
11303 HAVE_GCONF=no
11304 if test "${HAVE_X11}" = "yes" && test "${with_gconf}" = "yes"; then
11305
11306 succeeded=no
11307
11308 if test "$PKG_CONFIG" = "no" ; then
11309 HAVE_GCONF=no
11310 else
11311 PKG_CONFIG_MIN_VERSION=0.9.0
11312 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gconf-2.0 >= 2.13" >&5
11314 $as_echo_n "checking for gconf-2.0 >= 2.13... " >&6; }
11315
11316 if "$PKG_CONFIG" --exists "gconf-2.0 >= 2.13" 2>&5 &&
11317 GCONF_CFLAGS=`"$PKG_CONFIG" --cflags "gconf-2.0 >= 2.13" 2>&5` &&
11318 GCONF_LIBS=`"$PKG_CONFIG" --libs "gconf-2.0 >= 2.13" 2>&5`; then
11319 edit_cflags="
11320 s,///*,/,g
11321 s/^/ /
11322 s/ -I/ $isystem/g
11323 s/^ //
11324 "
11325 GCONF_CFLAGS=`$as_echo "$GCONF_CFLAGS" | sed -e "$edit_cflags"`
11326 GCONF_LIBS=`$as_echo "$GCONF_LIBS" | sed -e 's,///*,/,g'`
11327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$GCONF_CFLAGS' LIBS='$GCONF_LIBS'" >&5
11328 $as_echo "yes CFLAGS='$GCONF_CFLAGS' LIBS='$GCONF_LIBS'" >&6; }
11329 succeeded=yes
11330 else
11331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11332 $as_echo "no" >&6; }
11333 GCONF_CFLAGS=""
11334 GCONF_LIBS=""
11335 ## If we have a custom action on failure, don't print errors, but
11336 ## do set a variable so people can do so. Do it in a subshell
11337 ## to capture any diagnostics in invoking pkg-config.
11338 GCONF_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "gconf-2.0 >= 2.13") 2>&1`
11339
11340 fi
11341
11342
11343
11344 else
11345 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11346 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11347 fi
11348 fi
11349
11350 if test $succeeded = yes; then
11351 HAVE_GCONF=yes
11352 else
11353 HAVE_GCONF=no
11354 fi
11355
11356 if test "$HAVE_GCONF" = yes; then
11357
11358 $as_echo "#define HAVE_GCONF 1" >>confdefs.h
11359
11360 SETTINGS_CFLAGS="$SETTINGS_CFLAGS $GCONF_CFLAGS"
11361 SETTINGS_LIBS="$SETTINGS_LIBS $GCONF_LIBS"
11362 fi
11363 fi
11364
11365 if test "$HAVE_GSETTINGS" = "yes" || test "$HAVE_GCONF" = "yes"; then
11366
11367 succeeded=no
11368
11369 if test "$PKG_CONFIG" = "no" ; then
11370 HAVE_GOBJECT=no
11371 else
11372 PKG_CONFIG_MIN_VERSION=0.9.0
11373 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gobject-2.0 >= 2.0" >&5
11375 $as_echo_n "checking for gobject-2.0 >= 2.0... " >&6; }
11376
11377 if "$PKG_CONFIG" --exists "gobject-2.0 >= 2.0" 2>&5 &&
11378 GOBJECT_CFLAGS=`"$PKG_CONFIG" --cflags "gobject-2.0 >= 2.0" 2>&5` &&
11379 GOBJECT_LIBS=`"$PKG_CONFIG" --libs "gobject-2.0 >= 2.0" 2>&5`; then
11380 edit_cflags="
11381 s,///*,/,g
11382 s/^/ /
11383 s/ -I/ $isystem/g
11384 s/^ //
11385 "
11386 GOBJECT_CFLAGS=`$as_echo "$GOBJECT_CFLAGS" | sed -e "$edit_cflags"`
11387 GOBJECT_LIBS=`$as_echo "$GOBJECT_LIBS" | sed -e 's,///*,/,g'`
11388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$GOBJECT_CFLAGS' LIBS='$GOBJECT_LIBS'" >&5
11389 $as_echo "yes CFLAGS='$GOBJECT_CFLAGS' LIBS='$GOBJECT_LIBS'" >&6; }
11390 succeeded=yes
11391 else
11392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11393 $as_echo "no" >&6; }
11394 GOBJECT_CFLAGS=""
11395 GOBJECT_LIBS=""
11396 ## If we have a custom action on failure, don't print errors, but
11397 ## do set a variable so people can do so. Do it in a subshell
11398 ## to capture any diagnostics in invoking pkg-config.
11399 GOBJECT_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "gobject-2.0 >= 2.0") 2>&1`
11400
11401 fi
11402
11403
11404
11405 else
11406 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11407 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11408 fi
11409 fi
11410
11411 if test $succeeded = yes; then
11412 HAVE_GOBJECT=yes
11413 else
11414 HAVE_GOBJECT=no
11415 fi
11416
11417 if test "$HAVE_GOBJECT" = "yes"; then
11418 SETTINGS_CFLAGS="$SETTINGS_CFLAGS $GOBJECT_CFLAGS"
11419 SETTINGS_LIBS="$SETTINGS_LIBS $GOBJECT_LIBS"
11420 fi
11421 SAVE_CFLAGS="$CFLAGS"
11422 SAVE_LIBS="$LIBS"
11423 CFLAGS="$SETTINGS_CFLAGS $CFLAGS"
11424 LIBS="$SETTINGS_LIBS $LIBS"
11425 for ac_func in g_type_init
11426 do :
11427 ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init"
11428 if test "x$ac_cv_func_g_type_init" = x""yes; then :
11429 cat >>confdefs.h <<_ACEOF
11430 #define HAVE_G_TYPE_INIT 1
11431 _ACEOF
11432
11433 fi
11434 done
11435
11436 CFLAGS="$SAVE_CFLAGS"
11437 LIBS="$SAVE_LIBS"
11438 fi
11439
11440
11441
11442
11443 HAVE_LIBSELINUX=no
11444 LIBSELINUX_LIBS=
11445 if test "${with_selinux}" = "yes"; then
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5
11447 $as_echo_n "checking for lgetfilecon in -lselinux... " >&6; }
11448 if test "${ac_cv_lib_selinux_lgetfilecon+set}" = set; then :
11449 $as_echo_n "(cached) " >&6
11450 else
11451 ac_check_lib_save_LIBS=$LIBS
11452 LIBS="-lselinux $LIBS"
11453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11454 /* end confdefs.h. */
11455
11456 /* Override any GCC internal prototype to avoid an error.
11457 Use char because int might match the return type of a GCC
11458 builtin and then its argument prototype would still apply. */
11459 #ifdef __cplusplus
11460 extern "C"
11461 #endif
11462 char lgetfilecon ();
11463 int
11464 main ()
11465 {
11466 return lgetfilecon ();
11467 ;
11468 return 0;
11469 }
11470 _ACEOF
11471 if ac_fn_c_try_link "$LINENO"; then :
11472 ac_cv_lib_selinux_lgetfilecon=yes
11473 else
11474 ac_cv_lib_selinux_lgetfilecon=no
11475 fi
11476 rm -f core conftest.err conftest.$ac_objext \
11477 conftest$ac_exeext conftest.$ac_ext
11478 LIBS=$ac_check_lib_save_LIBS
11479 fi
11480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5
11481 $as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; }
11482 if test "x$ac_cv_lib_selinux_lgetfilecon" = x""yes; then :
11483 HAVE_LIBSELINUX=yes
11484 else
11485 HAVE_LIBSELINUX=no
11486 fi
11487
11488 if test "$HAVE_LIBSELINUX" = yes; then
11489
11490 $as_echo "#define HAVE_LIBSELINUX 1" >>confdefs.h
11491
11492 LIBSELINUX_LIBS=-lselinux
11493 fi
11494 fi
11495
11496
11497 HAVE_GNUTLS=no
11498 HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY=no
11499 if test "${with_gnutls}" = "yes" ; then
11500
11501 succeeded=no
11502
11503 if test "$PKG_CONFIG" = "no" ; then
11504 HAVE_GNUTLS=no
11505 else
11506 PKG_CONFIG_MIN_VERSION=0.9.0
11507 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gnutls >= 2.6.6" >&5
11509 $as_echo_n "checking for gnutls >= 2.6.6... " >&6; }
11510
11511 if "$PKG_CONFIG" --exists "gnutls >= 2.6.6" 2>&5 &&
11512 LIBGNUTLS_CFLAGS=`"$PKG_CONFIG" --cflags "gnutls >= 2.6.6" 2>&5` &&
11513 LIBGNUTLS_LIBS=`"$PKG_CONFIG" --libs "gnutls >= 2.6.6" 2>&5`; then
11514 edit_cflags="
11515 s,///*,/,g
11516 s/^/ /
11517 s/ -I/ $isystem/g
11518 s/^ //
11519 "
11520 LIBGNUTLS_CFLAGS=`$as_echo "$LIBGNUTLS_CFLAGS" | sed -e "$edit_cflags"`
11521 LIBGNUTLS_LIBS=`$as_echo "$LIBGNUTLS_LIBS" | sed -e 's,///*,/,g'`
11522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$LIBGNUTLS_CFLAGS' LIBS='$LIBGNUTLS_LIBS'" >&5
11523 $as_echo "yes CFLAGS='$LIBGNUTLS_CFLAGS' LIBS='$LIBGNUTLS_LIBS'" >&6; }
11524 succeeded=yes
11525 else
11526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11527 $as_echo "no" >&6; }
11528 LIBGNUTLS_CFLAGS=""
11529 LIBGNUTLS_LIBS=""
11530 ## If we have a custom action on failure, don't print errors, but
11531 ## do set a variable so people can do so. Do it in a subshell
11532 ## to capture any diagnostics in invoking pkg-config.
11533 LIBGNUTLS_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "gnutls >= 2.6.6") 2>&1`
11534
11535 fi
11536
11537
11538
11539 else
11540 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11541 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11542 fi
11543 fi
11544
11545 if test $succeeded = yes; then
11546 HAVE_GNUTLS=yes
11547 else
11548 HAVE_GNUTLS=no
11549 fi
11550
11551 if test "${HAVE_GNUTLS}" = "yes"; then
11552
11553 $as_echo "#define HAVE_GNUTLS 1" >>confdefs.h
11554
11555 fi
11556
11557 CFLAGS="$CFLAGS $LIBGNUTLS_CFLAGS"
11558 LIBS="$LIBGNUTLS_LIBS $LIBS"
11559 for ac_func in gnutls_certificate_set_verify_function
11560 do :
11561 ac_fn_c_check_func "$LINENO" "gnutls_certificate_set_verify_function" "ac_cv_func_gnutls_certificate_set_verify_function"
11562 if test "x$ac_cv_func_gnutls_certificate_set_verify_function" = x""yes; then :
11563 cat >>confdefs.h <<_ACEOF
11564 #define HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION 1
11565 _ACEOF
11566 HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY=yes
11567 fi
11568 done
11569
11570
11571 if test "${HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY}" = "yes"; then
11572
11573 $as_echo "#define HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY 1" >>confdefs.h
11574
11575 fi
11576 fi
11577
11578
11579
11580
11581 if test "${with_inotify}" = "yes"; then
11582 for ac_header in sys/inotify.h
11583 do :
11584 ac_fn_c_check_header_mongrel "$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default"
11585 if test "x$ac_cv_header_sys_inotify_h" = x""yes; then :
11586 cat >>confdefs.h <<_ACEOF
11587 #define HAVE_SYS_INOTIFY_H 1
11588 _ACEOF
11589
11590 fi
11591
11592 done
11593
11594 if test "$ac_cv_header_sys_inotify_h" = yes ; then
11595 ac_fn_c_check_func "$LINENO" "inotify_init1" "ac_cv_func_inotify_init1"
11596 if test "x$ac_cv_func_inotify_init1" = x""yes; then :
11597
11598 fi
11599
11600 fi
11601 fi
11602 if test "$ac_cv_func_inotify_init1" = yes; then
11603
11604 $as_echo "#define HAVE_INOTIFY 1" >>confdefs.h
11605
11606 fi
11607
11608 HAVE_POSIX_ACL=no
11609 LIBACL_LIBS=
11610 if test "${with_acl}" = "yes"; then
11611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for acl_set_file in -lacl" >&5
11612 $as_echo_n "checking for acl_set_file in -lacl... " >&6; }
11613 if test "${ac_cv_lib_acl_acl_set_file+set}" = set; then :
11614 $as_echo_n "(cached) " >&6
11615 else
11616 ac_check_lib_save_LIBS=$LIBS
11617 LIBS="-lacl $LIBS"
11618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11619 /* end confdefs.h. */
11620
11621 /* Override any GCC internal prototype to avoid an error.
11622 Use char because int might match the return type of a GCC
11623 builtin and then its argument prototype would still apply. */
11624 #ifdef __cplusplus
11625 extern "C"
11626 #endif
11627 char acl_set_file ();
11628 int
11629 main ()
11630 {
11631 return acl_set_file ();
11632 ;
11633 return 0;
11634 }
11635 _ACEOF
11636 if ac_fn_c_try_link "$LINENO"; then :
11637 ac_cv_lib_acl_acl_set_file=yes
11638 else
11639 ac_cv_lib_acl_acl_set_file=no
11640 fi
11641 rm -f core conftest.err conftest.$ac_objext \
11642 conftest$ac_exeext conftest.$ac_ext
11643 LIBS=$ac_check_lib_save_LIBS
11644 fi
11645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_acl_acl_set_file" >&5
11646 $as_echo "$ac_cv_lib_acl_acl_set_file" >&6; }
11647 if test "x$ac_cv_lib_acl_acl_set_file" = x""yes; then :
11648 HAVE_POSIX_ACL=yes
11649 else
11650 HAVE_POSIX_ACL=no
11651 fi
11652
11653 if test "$HAVE_POSIX_ACL" = yes; then
11654
11655 $as_echo "#define HAVE_POSIX_ACL 1" >>confdefs.h
11656
11657 LIBACL_LIBS=-lacl
11658 else
11659 ac_fn_c_check_func "$LINENO" "acl_set_file" "ac_cv_func_acl_set_file"
11660 if test "x$ac_cv_func_acl_set_file" = x""yes; then :
11661 HAVE_POSIX_ACL=yes
11662 else
11663 HAVE_POSIX_ACL=no
11664 fi
11665
11666 if test "$HAVE_POSIX_ACL" = yes; then
11667
11668 $as_echo "#define HAVE_POSIX_ACL 1" >>confdefs.h
11669
11670 fi
11671 fi
11672 fi
11673
11674
11675 HAVE_XAW3D=no
11676 LUCID_LIBW=
11677 if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
11678 if test "$with_xaw3d" != no; then
11679 if test "${emacs_cv_xaw3d+set}" = set; then :
11680 $as_echo_n "(cached) " >&6
11681 else
11682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11683 /* end confdefs.h. */
11684
11685 #include <X11/Intrinsic.h>
11686 #include <X11/Xaw3d/Simple.h>
11687 int
11688 main ()
11689 {
11690
11691 ;
11692 return 0;
11693 }
11694 _ACEOF
11695 if ac_fn_c_try_link "$LINENO"; then :
11696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XawScrollbarSetThumb in -lXaw3d" >&5
11697 $as_echo_n "checking for XawScrollbarSetThumb in -lXaw3d... " >&6; }
11698 if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then :
11699 $as_echo_n "(cached) " >&6
11700 else
11701 ac_check_lib_save_LIBS=$LIBS
11702 LIBS="-lXaw3d $LIBS"
11703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11704 /* end confdefs.h. */
11705
11706 /* Override any GCC internal prototype to avoid an error.
11707 Use char because int might match the return type of a GCC
11708 builtin and then its argument prototype would still apply. */
11709 #ifdef __cplusplus
11710 extern "C"
11711 #endif
11712 char XawScrollbarSetThumb ();
11713 int
11714 main ()
11715 {
11716 return XawScrollbarSetThumb ();
11717 ;
11718 return 0;
11719 }
11720 _ACEOF
11721 if ac_fn_c_try_link "$LINENO"; then :
11722 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes
11723 else
11724 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no
11725 fi
11726 rm -f core conftest.err conftest.$ac_objext \
11727 conftest$ac_exeext conftest.$ac_ext
11728 LIBS=$ac_check_lib_save_LIBS
11729 fi
11730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5
11731 $as_echo "$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6; }
11732 if test "x$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" = x""yes; then :
11733 emacs_cv_xaw3d=yes
11734 else
11735 emacs_cv_xaw3d=no
11736 fi
11737
11738 else
11739 emacs_cv_xaw3d=no
11740 fi
11741 rm -f core conftest.err conftest.$ac_objext \
11742 conftest$ac_exeext conftest.$ac_ext
11743 fi
11744
11745 else
11746 emacs_cv_xaw3d=no
11747 fi
11748 if test $emacs_cv_xaw3d = yes; then
11749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5
11750 $as_echo_n "checking for xaw3d... " >&6; }
11751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes; using Lucid toolkit" >&5
11752 $as_echo "yes; using Lucid toolkit" >&6; }
11753 USE_X_TOOLKIT=LUCID
11754 HAVE_XAW3D=yes
11755 LUCID_LIBW=-lXaw3d
11756
11757 $as_echo "#define HAVE_XAW3D 1" >>confdefs.h
11758
11759 else
11760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5
11761 $as_echo_n "checking for xaw3d... " >&6; }
11762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11763 $as_echo "no" >&6; }
11764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5
11765 $as_echo_n "checking for libXaw... " >&6; }
11766 if test "${emacs_cv_xaw+set}" = set; then :
11767 $as_echo_n "(cached) " >&6
11768 else
11769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11770 /* end confdefs.h. */
11771
11772 #include <X11/Intrinsic.h>
11773 #include <X11/Xaw/Simple.h>
11774 int
11775 main ()
11776 {
11777
11778 ;
11779 return 0;
11780 }
11781 _ACEOF
11782 if ac_fn_c_try_link "$LINENO"; then :
11783 emacs_cv_xaw=yes
11784 else
11785 emacs_cv_xaw=no
11786 fi
11787 rm -f core conftest.err conftest.$ac_objext \
11788 conftest$ac_exeext conftest.$ac_ext
11789 fi
11790
11791 if test $emacs_cv_xaw = yes; then
11792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes; using Lucid toolkit" >&5
11793 $as_echo "yes; using Lucid toolkit" >&6; }
11794 USE_X_TOOLKIT=LUCID
11795 LUCID_LIBW=-lXaw
11796 elif test x"${USE_X_TOOLKIT}" = xLUCID; then
11797 as_fn_error "Lucid toolkit requires X11/Xaw include files" "$LINENO" 5
11798 else
11799 as_fn_error "No X toolkit could be found.
11800 If you are sure you want Emacs compiled without an X toolkit, pass
11801 --with-x-toolkit=no
11802 to configure. Otherwise, install the development libraries for the toolkit
11803 that you want to use (e.g. Gtk+) and re-run configure." "$LINENO" 5
11804 fi
11805 fi
11806 fi
11807
11808 X_TOOLKIT_TYPE=$USE_X_TOOLKIT
11809
11810 LIBXTR6=
11811 if test "${USE_X_TOOLKIT}" != "none"; then
11812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5
11813 $as_echo_n "checking X11 toolkit version... " >&6; }
11814 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then :
11815 $as_echo_n "(cached) " >&6
11816 else
11817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11818 /* end confdefs.h. */
11819 #include <X11/Intrinsic.h>
11820 int
11821 main ()
11822 {
11823 #if XtSpecificationRelease < 6
11824 fail;
11825 #endif
11826
11827 ;
11828 return 0;
11829 }
11830 _ACEOF
11831 if ac_fn_c_try_link "$LINENO"; then :
11832 emacs_cv_x11_toolkit_version_6=yes
11833 else
11834 emacs_cv_x11_toolkit_version_6=no
11835 fi
11836 rm -f core conftest.err conftest.$ac_objext \
11837 conftest$ac_exeext conftest.$ac_ext
11838 fi
11839
11840 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
11841 if test $emacs_cv_x11_toolkit_version_6 = yes; then
11842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: 6 or newer" >&5
11843 $as_echo "6 or newer" >&6; }
11844
11845 $as_echo "#define HAVE_X11XTR6 1" >>confdefs.h
11846
11847 LIBXTR6="-lSM -lICE"
11848 case "$opsys" in
11849 ## Use libw.a along with X11R6 Xt.
11850 unixware) LIBXTR6="$LIBXTR6 -lw" ;;
11851 esac
11852 else
11853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: before 6" >&5
11854 $as_echo "before 6" >&6; }
11855 fi
11856
11857 OLDLIBS="$LIBS"
11858 if test x$HAVE_X11XTR6 = xyes; then
11859 LIBS="-lXt -lSM -lICE $LIBS"
11860 else
11861 LIBS="-lXt $LIBS"
11862 fi
11863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5
11864 $as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; }
11865 if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then :
11866 $as_echo_n "(cached) " >&6
11867 else
11868 ac_check_lib_save_LIBS=$LIBS
11869 LIBS="-lXmu $LIBS"
11870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11871 /* end confdefs.h. */
11872
11873 /* Override any GCC internal prototype to avoid an error.
11874 Use char because int might match the return type of a GCC
11875 builtin and then its argument prototype would still apply. */
11876 #ifdef __cplusplus
11877 extern "C"
11878 #endif
11879 char XmuConvertStandardSelection ();
11880 int
11881 main ()
11882 {
11883 return XmuConvertStandardSelection ();
11884 ;
11885 return 0;
11886 }
11887 _ACEOF
11888 if ac_fn_c_try_link "$LINENO"; then :
11889 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
11890 else
11891 ac_cv_lib_Xmu_XmuConvertStandardSelection=no
11892 fi
11893 rm -f core conftest.err conftest.$ac_objext \
11894 conftest$ac_exeext conftest.$ac_ext
11895 LIBS=$ac_check_lib_save_LIBS
11896 fi
11897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
11898 $as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; }
11899 if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = x""yes; then :
11900 cat >>confdefs.h <<_ACEOF
11901 #define HAVE_LIBXMU 1
11902 _ACEOF
11903
11904 LIBS="-lXmu $LIBS"
11905
11906 fi
11907
11908 test $ac_cv_lib_Xmu_XmuConvertStandardSelection = no && LIBS="$OLDLIBS"
11909 fi
11910
11911
11912 LIBXMU=-lXmu
11913 case $opsys in
11914 ## These systems don't supply Xmu.
11915 hpux* | aix4-2 )
11916 test "X$ac_cv_lib_Xmu_XmuConvertStandardSelection" != "Xyes" && LIBXMU=
11917 ;;
11918 esac
11919
11920
11921 # On Irix 6.5, at least, we need XShapeQueryExtension from -lXext for Xaw3D.
11922 if test "${HAVE_X11}" = "yes"; then
11923 if test "${USE_X_TOOLKIT}" != "none"; then
11924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
11925 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
11926 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
11927 $as_echo_n "(cached) " >&6
11928 else
11929 ac_check_lib_save_LIBS=$LIBS
11930 LIBS="-lXext $LIBS"
11931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11932 /* end confdefs.h. */
11933
11934 /* Override any GCC internal prototype to avoid an error.
11935 Use char because int might match the return type of a GCC
11936 builtin and then its argument prototype would still apply. */
11937 #ifdef __cplusplus
11938 extern "C"
11939 #endif
11940 char XShapeQueryExtension ();
11941 int
11942 main ()
11943 {
11944 return XShapeQueryExtension ();
11945 ;
11946 return 0;
11947 }
11948 _ACEOF
11949 if ac_fn_c_try_link "$LINENO"; then :
11950 ac_cv_lib_Xext_XShapeQueryExtension=yes
11951 else
11952 ac_cv_lib_Xext_XShapeQueryExtension=no
11953 fi
11954 rm -f core conftest.err conftest.$ac_objext \
11955 conftest$ac_exeext conftest.$ac_ext
11956 LIBS=$ac_check_lib_save_LIBS
11957 fi
11958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
11959 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
11960 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
11961 cat >>confdefs.h <<_ACEOF
11962 #define HAVE_LIBXEXT 1
11963 _ACEOF
11964
11965 LIBS="-lXext $LIBS"
11966
11967 fi
11968
11969 fi
11970 fi
11971
11972 LIBXP=
11973 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
11974 # OpenMotif may be installed in such a way on some GNU/Linux systems.
11975 if test -d /usr/include/openmotif; then
11976 CPPFLAGS="-I/usr/include/openmotif $CPPFLAGS"
11977 emacs_cv_openmotif=yes
11978 case "$canonical" in
11979 x86_64-*-linux-gnu* | powerpc64-*-linux-gnu* | sparc64-*-linux-gnu*)
11980 test -d /usr/lib64/openmotif && LDFLAGS="-L/usr/lib64/openmotif $LDFLAGS"
11981 ;;
11982 *)
11983 test -d /usr/lib/openmotif && LDFLAGS="-L/usr/lib/openmotif $LDFLAGS"
11984 esac
11985 else
11986 emacs_cv_openmotif=no
11987 fi
11988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for (Open)Motif version 2.1" >&5
11989 $as_echo_n "checking for (Open)Motif version 2.1... " >&6; }
11990 if test "${emacs_cv_motif_version_2_1+set}" = set; then :
11991 $as_echo_n "(cached) " >&6
11992 else
11993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11994 /* end confdefs.h. */
11995 #include <Xm/Xm.h>
11996 int
11997 main ()
11998 {
11999 #if XmVERSION > 2 || (XmVERSION == 2 && XmREVISION >= 1)
12000 int x = 5;
12001 #else
12002 Motif version prior to 2.1.
12003 #endif
12004 ;
12005 return 0;
12006 }
12007 _ACEOF
12008 if ac_fn_c_try_compile "$LINENO"; then :
12009 emacs_cv_motif_version_2_1=yes
12010 else
12011 emacs_cv_motif_version_2_1=no
12012 fi
12013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12014 fi
12015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_motif_version_2_1" >&5
12016 $as_echo "$emacs_cv_motif_version_2_1" >&6; }
12017 if test $emacs_cv_motif_version_2_1 = yes; then
12018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5
12019 $as_echo_n "checking for XpCreateContext in -lXp... " >&6; }
12020 if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then :
12021 $as_echo_n "(cached) " >&6
12022 else
12023 ac_check_lib_save_LIBS=$LIBS
12024 LIBS="-lXp $LIBS"
12025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12026 /* end confdefs.h. */
12027
12028 /* Override any GCC internal prototype to avoid an error.
12029 Use char because int might match the return type of a GCC
12030 builtin and then its argument prototype would still apply. */
12031 #ifdef __cplusplus
12032 extern "C"
12033 #endif
12034 char XpCreateContext ();
12035 int
12036 main ()
12037 {
12038 return XpCreateContext ();
12039 ;
12040 return 0;
12041 }
12042 _ACEOF
12043 if ac_fn_c_try_link "$LINENO"; then :
12044 ac_cv_lib_Xp_XpCreateContext=yes
12045 else
12046 ac_cv_lib_Xp_XpCreateContext=no
12047 fi
12048 rm -f core conftest.err conftest.$ac_objext \
12049 conftest$ac_exeext conftest.$ac_ext
12050 LIBS=$ac_check_lib_save_LIBS
12051 fi
12052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5
12053 $as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; }
12054 if test "x$ac_cv_lib_Xp_XpCreateContext" = x""yes; then :
12055 LIBXP=-lXp
12056 fi
12057
12058 if test x$emacs_cv_openmotif = xyes; then
12059 REAL_CPPFLAGS="-I/usr/include/openmotif $REAL_CPPFLAGS"
12060 fi
12061 else
12062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5
12063 $as_echo_n "checking for LessTif where some systems put it... " >&6; }
12064 if test "${emacs_cv_lesstif+set}" = set; then :
12065 $as_echo_n "(cached) " >&6
12066 else
12067 # We put this in CFLAGS temporarily to precede other -I options
12068 # that might be in CFLAGS temporarily.
12069 # We put this in CPPFLAGS where it precedes the other -I options.
12070 OLD_CPPFLAGS=$CPPFLAGS
12071 OLD_CFLAGS=$CFLAGS
12072 CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"
12073 CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS"
12074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12075 /* end confdefs.h. */
12076 #include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>
12077 int
12078 main ()
12079 {
12080 int x = 5;
12081 ;
12082 return 0;
12083 }
12084 _ACEOF
12085 if ac_fn_c_try_compile "$LINENO"; then :
12086 emacs_cv_lesstif=yes
12087 else
12088 emacs_cv_lesstif=no
12089 fi
12090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12091 fi
12092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_lesstif" >&5
12093 $as_echo "$emacs_cv_lesstif" >&6; }
12094 if test $emacs_cv_lesstif = yes; then
12095 # Make sure this -I option remains in CPPFLAGS after it is set
12096 # back to REAL_CPPFLAGS.
12097 # There is no need to change REAL_CFLAGS, because REAL_CFLAGS does not
12098 # have those other -I options anyway. Ultimately, having this
12099 # directory ultimately in CPPFLAGS will be enough.
12100 REAL_CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $REAL_CPPFLAGS"
12101 LDFLAGS="-L/usr/X11R6/LessTif/Motif1.2/lib $LDFLAGS"
12102 else
12103 CFLAGS=$OLD_CFLAGS
12104 CPPFLAGS=$OLD_CPPFLAGS
12105 fi
12106 fi
12107 ac_fn_c_check_header_mongrel "$LINENO" "Xm/BulletinB.h" "ac_cv_header_Xm_BulletinB_h" "$ac_includes_default"
12108 if test "x$ac_cv_header_Xm_BulletinB_h" = x""yes; then :
12109
12110 else
12111 as_fn_error "Motif toolkit requested but requirements not found." "$LINENO" 5
12112 fi
12113
12114
12115 fi
12116
12117
12118 USE_TOOLKIT_SCROLL_BARS=no
12119 if test "${with_toolkit_scroll_bars}" != "no"; then
12120 if test "${USE_X_TOOLKIT}" != "none"; then
12121 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
12122 $as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
12123
12124 HAVE_XAW3D=no
12125 USE_TOOLKIT_SCROLL_BARS=yes
12126 elif test "${HAVE_XAW3D}" = "yes" || test "${USE_X_TOOLKIT}" = "LUCID"; then
12127 $as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
12128
12129 USE_TOOLKIT_SCROLL_BARS=yes
12130 fi
12131 elif test "${HAVE_GTK}" = "yes"; then
12132 $as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
12133
12134 USE_TOOLKIT_SCROLL_BARS=yes
12135 elif test "${HAVE_NS}" = "yes"; then
12136 $as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
12137
12138 USE_TOOLKIT_SCROLL_BARS=yes
12139 elif test "${HAVE_W32}" = "yes"; then
12140 $as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
12141
12142 USE_TOOLKIT_SCROLL_BARS=yes
12143 fi
12144 fi
12145
12146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12147 /* end confdefs.h. */
12148
12149 #include <X11/Xlib.h>
12150 #include <X11/Xresource.h>
12151 int
12152 main ()
12153 {
12154 XIMProc callback;
12155 ;
12156 return 0;
12157 }
12158 _ACEOF
12159 if ac_fn_c_try_compile "$LINENO"; then :
12160 HAVE_XIM=yes
12161
12162 $as_echo "#define HAVE_XIM 1" >>confdefs.h
12163
12164 else
12165 HAVE_XIM=no
12166 fi
12167 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12168
12169
12170 if test "${with_xim}" != "no"; then
12171
12172 $as_echo "#define USE_XIM 1" >>confdefs.h
12173
12174 fi
12175
12176
12177 if test "${HAVE_XIM}" != "no"; then
12178 late_CFLAGS=$CFLAGS
12179 if test "$GCC" = yes; then
12180 CFLAGS="$CFLAGS --pedantic-errors"
12181 fi
12182 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12183 /* end confdefs.h. */
12184
12185 #include <X11/Xlib.h>
12186 #include <X11/Xresource.h>
12187 int
12188 main ()
12189 {
12190 Display *display;
12191 XrmDatabase db;
12192 char *res_name;
12193 char *res_class;
12194 XIMProc callback;
12195 XPointer *client_data;
12196 #ifndef __GNUC__
12197 /* If we're not using GCC, it's probably not XFree86, and this is
12198 probably right, but we can't use something like --pedantic-errors. */
12199 extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*,
12200 char*, XIMProc, XPointer*);
12201 #endif
12202 (void)XRegisterIMInstantiateCallback(display, db, res_name, res_class, callback,
12203 client_data);
12204 ;
12205 return 0;
12206 }
12207 _ACEOF
12208 if ac_fn_c_try_compile "$LINENO"; then :
12209 emacs_cv_arg6_star=yes
12210 fi
12211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12212 if test "$emacs_cv_arg6_star" = yes; then
12213 $as_echo "#define XRegisterIMInstantiateCallback_arg6 XPointer*" >>confdefs.h
12214
12215 else
12216 $as_echo "#define XRegisterIMInstantiateCallback_arg6 XPointer" >>confdefs.h
12217
12218 fi
12219 CFLAGS=$late_CFLAGS
12220 fi
12221
12222 ### Start of font-backend (under any platform) section.
12223 # (nothing here yet -- this is a placeholder)
12224 ### End of font-backend (under any platform) section.
12225
12226 ### Start of font-backend (under X11) section.
12227 if test "${HAVE_X11}" = "yes"; then
12228
12229 succeeded=no
12230
12231 if test "$PKG_CONFIG" = "no" ; then
12232 HAVE_FC=no
12233 else
12234 PKG_CONFIG_MIN_VERSION=0.9.0
12235 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fontconfig >= 2.2.0" >&5
12237 $as_echo_n "checking for fontconfig >= 2.2.0... " >&6; }
12238
12239 if "$PKG_CONFIG" --exists "fontconfig >= 2.2.0" 2>&5 &&
12240 FONTCONFIG_CFLAGS=`"$PKG_CONFIG" --cflags "fontconfig >= 2.2.0" 2>&5` &&
12241 FONTCONFIG_LIBS=`"$PKG_CONFIG" --libs "fontconfig >= 2.2.0" 2>&5`; then
12242 edit_cflags="
12243 s,///*,/,g
12244 s/^/ /
12245 s/ -I/ $isystem/g
12246 s/^ //
12247 "
12248 FONTCONFIG_CFLAGS=`$as_echo "$FONTCONFIG_CFLAGS" | sed -e "$edit_cflags"`
12249 FONTCONFIG_LIBS=`$as_echo "$FONTCONFIG_LIBS" | sed -e 's,///*,/,g'`
12250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$FONTCONFIG_CFLAGS' LIBS='$FONTCONFIG_LIBS'" >&5
12251 $as_echo "yes CFLAGS='$FONTCONFIG_CFLAGS' LIBS='$FONTCONFIG_LIBS'" >&6; }
12252 succeeded=yes
12253 else
12254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12255 $as_echo "no" >&6; }
12256 FONTCONFIG_CFLAGS=""
12257 FONTCONFIG_LIBS=""
12258 ## If we have a custom action on failure, don't print errors, but
12259 ## do set a variable so people can do so. Do it in a subshell
12260 ## to capture any diagnostics in invoking pkg-config.
12261 FONTCONFIG_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "fontconfig >= 2.2.0") 2>&1`
12262
12263 fi
12264
12265
12266
12267 else
12268 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
12269 echo "*** See http://www.freedesktop.org/software/pkgconfig"
12270 fi
12271 fi
12272
12273 if test $succeeded = yes; then
12274 HAVE_FC=yes
12275 else
12276 HAVE_FC=no
12277 fi
12278
12279
12280 ## Use -lXft if available, unless `--with-xft=no'.
12281 HAVE_XFT=maybe
12282 if test "${HAVE_FC}" = "no" || test "x${with_x}" = "xno"; then
12283 with_xft="no";
12284 fi
12285 if test "x${with_xft}" != "xno"; then
12286
12287
12288 succeeded=no
12289
12290 if test "$PKG_CONFIG" = "no" ; then
12291 HAVE_XFT=no
12292 else
12293 PKG_CONFIG_MIN_VERSION=0.9.0
12294 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xft >= 0.13.0" >&5
12296 $as_echo_n "checking for xft >= 0.13.0... " >&6; }
12297
12298 if "$PKG_CONFIG" --exists "xft >= 0.13.0" 2>&5 &&
12299 XFT_CFLAGS=`"$PKG_CONFIG" --cflags "xft >= 0.13.0" 2>&5` &&
12300 XFT_LIBS=`"$PKG_CONFIG" --libs "xft >= 0.13.0" 2>&5`; then
12301 edit_cflags="
12302 s,///*,/,g
12303 s/^/ /
12304 s/ -I/ $isystem/g
12305 s/^ //
12306 "
12307 XFT_CFLAGS=`$as_echo "$XFT_CFLAGS" | sed -e "$edit_cflags"`
12308 XFT_LIBS=`$as_echo "$XFT_LIBS" | sed -e 's,///*,/,g'`
12309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$XFT_CFLAGS' LIBS='$XFT_LIBS'" >&5
12310 $as_echo "yes CFLAGS='$XFT_CFLAGS' LIBS='$XFT_LIBS'" >&6; }
12311 succeeded=yes
12312 else
12313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12314 $as_echo "no" >&6; }
12315 XFT_CFLAGS=""
12316 XFT_LIBS=""
12317 ## If we have a custom action on failure, don't print errors, but
12318 ## do set a variable so people can do so. Do it in a subshell
12319 ## to capture any diagnostics in invoking pkg-config.
12320 XFT_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "xft >= 0.13.0") 2>&1`
12321
12322 fi
12323
12324
12325
12326 else
12327 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
12328 echo "*** See http://www.freedesktop.org/software/pkgconfig"
12329 fi
12330 fi
12331
12332 if test $succeeded = yes; then
12333 :
12334 else
12335 HAVE_XFT=no
12336 fi
12337
12338 ## Because xftfont.c uses XRenderQueryExtension, we also
12339 ## need to link to -lXrender.
12340 HAVE_XRENDER=no
12341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5
12342 $as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; }
12343 if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then :
12344 $as_echo_n "(cached) " >&6
12345 else
12346 ac_check_lib_save_LIBS=$LIBS
12347 LIBS="-lXrender $LIBS"
12348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12349 /* end confdefs.h. */
12350
12351 /* Override any GCC internal prototype to avoid an error.
12352 Use char because int might match the return type of a GCC
12353 builtin and then its argument prototype would still apply. */
12354 #ifdef __cplusplus
12355 extern "C"
12356 #endif
12357 char XRenderQueryExtension ();
12358 int
12359 main ()
12360 {
12361 return XRenderQueryExtension ();
12362 ;
12363 return 0;
12364 }
12365 _ACEOF
12366 if ac_fn_c_try_link "$LINENO"; then :
12367 ac_cv_lib_Xrender_XRenderQueryExtension=yes
12368 else
12369 ac_cv_lib_Xrender_XRenderQueryExtension=no
12370 fi
12371 rm -f core conftest.err conftest.$ac_objext \
12372 conftest$ac_exeext conftest.$ac_ext
12373 LIBS=$ac_check_lib_save_LIBS
12374 fi
12375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5
12376 $as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; }
12377 if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = x""yes; then :
12378 HAVE_XRENDER=yes
12379 fi
12380
12381 if test "$HAVE_XFT" != no && test "$HAVE_XRENDER" != no; then
12382 OLD_CPPFLAGS="$CPPFLAGS"
12383 OLD_CFLAGS="$CFLAGS"
12384 OLD_LIBS="$LIBS"
12385 CPPFLAGS="$CPPFLAGS $XFT_CFLAGS"
12386 CFLAGS="$CFLAGS $XFT_CFLAGS"
12387 XFT_LIBS="-lXrender $XFT_LIBS"
12388 LIBS="$XFT_LIBS $LIBS"
12389 ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default"
12390 if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then :
12391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5
12392 $as_echo_n "checking for XftFontOpen in -lXft... " >&6; }
12393 if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then :
12394 $as_echo_n "(cached) " >&6
12395 else
12396 ac_check_lib_save_LIBS=$LIBS
12397 LIBS="-lXft $XFT_LIBS $LIBS"
12398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12399 /* end confdefs.h. */
12400
12401 /* Override any GCC internal prototype to avoid an error.
12402 Use char because int might match the return type of a GCC
12403 builtin and then its argument prototype would still apply. */
12404 #ifdef __cplusplus
12405 extern "C"
12406 #endif
12407 char XftFontOpen ();
12408 int
12409 main ()
12410 {
12411 return XftFontOpen ();
12412 ;
12413 return 0;
12414 }
12415 _ACEOF
12416 if ac_fn_c_try_link "$LINENO"; then :
12417 ac_cv_lib_Xft_XftFontOpen=yes
12418 else
12419 ac_cv_lib_Xft_XftFontOpen=no
12420 fi
12421 rm -f core conftest.err conftest.$ac_objext \
12422 conftest$ac_exeext conftest.$ac_ext
12423 LIBS=$ac_check_lib_save_LIBS
12424 fi
12425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5
12426 $as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; }
12427 if test "x$ac_cv_lib_Xft_XftFontOpen" = x""yes; then :
12428 HAVE_XFT=yes
12429 fi
12430
12431 fi
12432
12433
12434
12435 if test "${HAVE_XFT}" = "yes"; then
12436
12437 $as_echo "#define HAVE_XFT 1" >>confdefs.h
12438
12439
12440 C_SWITCH_X_SITE="$C_SWITCH_X_SITE $XFT_CFLAGS"
12441 else
12442 CPPFLAGS="$OLD_CPPFLAGS"
12443 CFLAGS="$OLD_CFLAGS"
12444 LIBS="$OLD_LIBS"
12445 fi # "${HAVE_XFT}" = "yes"
12446 fi # "$HAVE_XFT" != no
12447 fi # "x${with_xft}" != "xno"
12448
12449 ## We used to allow building with FreeType and without Xft.
12450 ## However, the ftx font backend driver is not in good shape.
12451 if test "$HAVE_XFT" != "yes"; then
12452 HAVE_XFT=no
12453 HAVE_FREETYPE=no
12454 else
12455
12456 succeeded=no
12457
12458 if test "$PKG_CONFIG" = "no" ; then
12459 HAVE_FREETYPE=no
12460 else
12461 PKG_CONFIG_MIN_VERSION=0.9.0
12462 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for freetype2" >&5
12464 $as_echo_n "checking for freetype2... " >&6; }
12465
12466 if "$PKG_CONFIG" --exists "freetype2" 2>&5 &&
12467 FREETYPE_CFLAGS=`"$PKG_CONFIG" --cflags "freetype2" 2>&5` &&
12468 FREETYPE_LIBS=`"$PKG_CONFIG" --libs "freetype2" 2>&5`; then
12469 edit_cflags="
12470 s,///*,/,g
12471 s/^/ /
12472 s/ -I/ $isystem/g
12473 s/^ //
12474 "
12475 FREETYPE_CFLAGS=`$as_echo "$FREETYPE_CFLAGS" | sed -e "$edit_cflags"`
12476 FREETYPE_LIBS=`$as_echo "$FREETYPE_LIBS" | sed -e 's,///*,/,g'`
12477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$FREETYPE_CFLAGS' LIBS='$FREETYPE_LIBS'" >&5
12478 $as_echo "yes CFLAGS='$FREETYPE_CFLAGS' LIBS='$FREETYPE_LIBS'" >&6; }
12479 succeeded=yes
12480 else
12481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12482 $as_echo "no" >&6; }
12483 FREETYPE_CFLAGS=""
12484 FREETYPE_LIBS=""
12485 ## If we have a custom action on failure, don't print errors, but
12486 ## do set a variable so people can do so. Do it in a subshell
12487 ## to capture any diagnostics in invoking pkg-config.
12488 FREETYPE_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "freetype2") 2>&1`
12489
12490 fi
12491
12492
12493
12494 else
12495 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
12496 echo "*** See http://www.freedesktop.org/software/pkgconfig"
12497 fi
12498 fi
12499
12500 if test $succeeded = yes; then
12501 HAVE_FREETYPE=yes
12502 else
12503 HAVE_FREETYPE=no
12504 fi
12505
12506
12507 test "$HAVE_FREETYPE" = "no" && as_fn_error "libxft requires libfreetype" "$LINENO" 5
12508 fi
12509
12510 HAVE_LIBOTF=no
12511 if test "${HAVE_FREETYPE}" = "yes"; then
12512
12513 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12514
12515 if test "${with_libotf}" != "no"; then
12516
12517 succeeded=no
12518
12519 if test "$PKG_CONFIG" = "no" ; then
12520 HAVE_LIBOTF=no
12521 else
12522 PKG_CONFIG_MIN_VERSION=0.9.0
12523 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libotf" >&5
12525 $as_echo_n "checking for libotf... " >&6; }
12526
12527 if "$PKG_CONFIG" --exists "libotf" 2>&5 &&
12528 LIBOTF_CFLAGS=`"$PKG_CONFIG" --cflags "libotf" 2>&5` &&
12529 LIBOTF_LIBS=`"$PKG_CONFIG" --libs "libotf" 2>&5`; then
12530 edit_cflags="
12531 s,///*,/,g
12532 s/^/ /
12533 s/ -I/ $isystem/g
12534 s/^ //
12535 "
12536 LIBOTF_CFLAGS=`$as_echo "$LIBOTF_CFLAGS" | sed -e "$edit_cflags"`
12537 LIBOTF_LIBS=`$as_echo "$LIBOTF_LIBS" | sed -e 's,///*,/,g'`
12538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$LIBOTF_CFLAGS' LIBS='$LIBOTF_LIBS'" >&5
12539 $as_echo "yes CFLAGS='$LIBOTF_CFLAGS' LIBS='$LIBOTF_LIBS'" >&6; }
12540 succeeded=yes
12541 else
12542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12543 $as_echo "no" >&6; }
12544 LIBOTF_CFLAGS=""
12545 LIBOTF_LIBS=""
12546 ## If we have a custom action on failure, don't print errors, but
12547 ## do set a variable so people can do so. Do it in a subshell
12548 ## to capture any diagnostics in invoking pkg-config.
12549 LIBOTF_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "libotf") 2>&1`
12550
12551 fi
12552
12553
12554
12555 else
12556 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
12557 echo "*** See http://www.freedesktop.org/software/pkgconfig"
12558 fi
12559 fi
12560
12561 if test $succeeded = yes; then
12562 HAVE_LIBOTF=yes
12563 else
12564 HAVE_LIBOTF=no
12565 fi
12566
12567 if test "$HAVE_LIBOTF" = "yes"; then
12568
12569 $as_echo "#define HAVE_LIBOTF 1" >>confdefs.h
12570
12571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5
12572 $as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; }
12573 if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then :
12574 $as_echo_n "(cached) " >&6
12575 else
12576 ac_check_lib_save_LIBS=$LIBS
12577 LIBS="-lotf $LIBS"
12578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12579 /* end confdefs.h. */
12580
12581 /* Override any GCC internal prototype to avoid an error.
12582 Use char because int might match the return type of a GCC
12583 builtin and then its argument prototype would still apply. */
12584 #ifdef __cplusplus
12585 extern "C"
12586 #endif
12587 char OTF_get_variation_glyphs ();
12588 int
12589 main ()
12590 {
12591 return OTF_get_variation_glyphs ();
12592 ;
12593 return 0;
12594 }
12595 _ACEOF
12596 if ac_fn_c_try_link "$LINENO"; then :
12597 ac_cv_lib_otf_OTF_get_variation_glyphs=yes
12598 else
12599 ac_cv_lib_otf_OTF_get_variation_glyphs=no
12600 fi
12601 rm -f core conftest.err conftest.$ac_objext \
12602 conftest$ac_exeext conftest.$ac_ext
12603 LIBS=$ac_check_lib_save_LIBS
12604 fi
12605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5
12606 $as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; }
12607 if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = x""yes; then :
12608 HAVE_OTF_GET_VARIATION_GLYPHS=yes
12609 else
12610 HAVE_OTF_GET_VARIATION_GLYPHS=no
12611 fi
12612
12613 if test "${HAVE_OTF_GET_VARIATION_GLYPHS}" = "yes"; then
12614
12615 $as_echo "#define HAVE_OTF_GET_VARIATION_GLYPHS 1" >>confdefs.h
12616
12617 fi
12618 fi
12619 fi
12620 fi
12621
12622 HAVE_M17N_FLT=no
12623 if test "${HAVE_LIBOTF}" = yes; then
12624 if test "${with_m17n_flt}" != "no"; then
12625
12626 succeeded=no
12627
12628 if test "$PKG_CONFIG" = "no" ; then
12629 HAVE_M17N_FLT=no
12630 else
12631 PKG_CONFIG_MIN_VERSION=0.9.0
12632 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for m17n-flt" >&5
12634 $as_echo_n "checking for m17n-flt... " >&6; }
12635
12636 if "$PKG_CONFIG" --exists "m17n-flt" 2>&5 &&
12637 M17N_FLT_CFLAGS=`"$PKG_CONFIG" --cflags "m17n-flt" 2>&5` &&
12638 M17N_FLT_LIBS=`"$PKG_CONFIG" --libs "m17n-flt" 2>&5`; then
12639 edit_cflags="
12640 s,///*,/,g
12641 s/^/ /
12642 s/ -I/ $isystem/g
12643 s/^ //
12644 "
12645 M17N_FLT_CFLAGS=`$as_echo "$M17N_FLT_CFLAGS" | sed -e "$edit_cflags"`
12646 M17N_FLT_LIBS=`$as_echo "$M17N_FLT_LIBS" | sed -e 's,///*,/,g'`
12647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$M17N_FLT_CFLAGS' LIBS='$M17N_FLT_LIBS'" >&5
12648 $as_echo "yes CFLAGS='$M17N_FLT_CFLAGS' LIBS='$M17N_FLT_LIBS'" >&6; }
12649 succeeded=yes
12650 else
12651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12652 $as_echo "no" >&6; }
12653 M17N_FLT_CFLAGS=""
12654 M17N_FLT_LIBS=""
12655 ## If we have a custom action on failure, don't print errors, but
12656 ## do set a variable so people can do so. Do it in a subshell
12657 ## to capture any diagnostics in invoking pkg-config.
12658 M17N_FLT_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "m17n-flt") 2>&1`
12659
12660 fi
12661
12662
12663
12664 else
12665 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
12666 echo "*** See http://www.freedesktop.org/software/pkgconfig"
12667 fi
12668 fi
12669
12670 if test $succeeded = yes; then
12671 HAVE_M17N_FLT=yes
12672 else
12673 HAVE_M17N_FLT=no
12674 fi
12675
12676 if test "$HAVE_M17N_FLT" = "yes"; then
12677
12678 $as_echo "#define HAVE_M17N_FLT 1" >>confdefs.h
12679
12680 fi
12681 fi
12682 fi
12683 else
12684 HAVE_XFT=no
12685 HAVE_FREETYPE=no
12686 HAVE_LIBOTF=no
12687 HAVE_M17N_FLT=no
12688 fi
12689
12690 ### End of font-backend (under X11) section.
12691
12692
12693
12694
12695
12696
12697
12698
12699
12700
12701 ### Use -lXpm if available, unless `--with-xpm=no'.
12702 HAVE_XPM=no
12703 LIBXPM=
12704
12705 if test "${HAVE_W32}" = "yes"; then
12706 if test "${with_xpm}" != "no"; then
12707 SAVE_CPPFLAGS="$CPPFLAGS"
12708 SAVE_LDFLAGS="$LDFLAGS"
12709 CPPFLAGS="$CPPFLAGS -I/usr/include/noX"
12710 LDFLAGS="$LDFLAGS -L/usr/lib/noX"
12711 ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default"
12712 if test "x$ac_cv_header_X11_xpm_h" = x""yes; then :
12713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToImage in -lXpm" >&5
12714 $as_echo_n "checking for XpmReadFileToImage in -lXpm... " >&6; }
12715 if test "${ac_cv_lib_Xpm_XpmReadFileToImage+set}" = set; then :
12716 $as_echo_n "(cached) " >&6
12717 else
12718 ac_check_lib_save_LIBS=$LIBS
12719 LIBS="-lXpm $LIBS"
12720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12721 /* end confdefs.h. */
12722
12723 /* Override any GCC internal prototype to avoid an error.
12724 Use char because int might match the return type of a GCC
12725 builtin and then its argument prototype would still apply. */
12726 #ifdef __cplusplus
12727 extern "C"
12728 #endif
12729 char XpmReadFileToImage ();
12730 int
12731 main ()
12732 {
12733 return XpmReadFileToImage ();
12734 ;
12735 return 0;
12736 }
12737 _ACEOF
12738 if ac_fn_c_try_link "$LINENO"; then :
12739 ac_cv_lib_Xpm_XpmReadFileToImage=yes
12740 else
12741 ac_cv_lib_Xpm_XpmReadFileToImage=no
12742 fi
12743 rm -f core conftest.err conftest.$ac_objext \
12744 conftest$ac_exeext conftest.$ac_ext
12745 LIBS=$ac_check_lib_save_LIBS
12746 fi
12747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToImage" >&5
12748 $as_echo "$ac_cv_lib_Xpm_XpmReadFileToImage" >&6; }
12749 if test "x$ac_cv_lib_Xpm_XpmReadFileToImage" = x""yes; then :
12750 HAVE_XPM=yes
12751 fi
12752
12753 fi
12754
12755
12756 if test "${HAVE_XPM}" = "yes"; then
12757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReturnAllocPixels preprocessor define" >&5
12758 $as_echo_n "checking for XpmReturnAllocPixels preprocessor define... " >&6; }
12759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12760 /* end confdefs.h. */
12761 #include "X11/xpm.h"
12762 #ifndef XpmReturnAllocPixels
12763 no_return_alloc_pixels
12764 #endif
12765
12766 _ACEOF
12767 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12768 $EGREP "no_return_alloc_pixels" >/dev/null 2>&1; then :
12769 HAVE_XPM=no
12770 else
12771 HAVE_XPM=yes
12772 fi
12773 rm -f conftest*
12774
12775
12776 if test "${HAVE_XPM}" = "yes"; then
12777 REAL_CPPFLAGS="$REAL_CPPFLAGS -I/usr/include/noX"
12778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12779 $as_echo "yes" >&6; }
12780 else
12781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12782 $as_echo "no" >&6; }
12783 CPPFLAGS="$SAVE_CPPFLAGS"
12784 LDFLAGS="$SAVE_LDFLAGS"
12785 fi
12786 fi
12787 fi
12788
12789 if test "${HAVE_XPM}" = "yes"; then
12790
12791 $as_echo "#define HAVE_XPM 1" >>confdefs.h
12792
12793 LIBXPM=-lXpm
12794 fi
12795 fi
12796
12797 if test "${HAVE_X11}" = "yes"; then
12798 if test "${with_xpm}" != "no"; then
12799 ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default"
12800 if test "x$ac_cv_header_X11_xpm_h" = x""yes; then :
12801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5
12802 $as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; }
12803 if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then :
12804 $as_echo_n "(cached) " >&6
12805 else
12806 ac_check_lib_save_LIBS=$LIBS
12807 LIBS="-lXpm -lX11 $LIBS"
12808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12809 /* end confdefs.h. */
12810
12811 /* Override any GCC internal prototype to avoid an error.
12812 Use char because int might match the return type of a GCC
12813 builtin and then its argument prototype would still apply. */
12814 #ifdef __cplusplus
12815 extern "C"
12816 #endif
12817 char XpmReadFileToPixmap ();
12818 int
12819 main ()
12820 {
12821 return XpmReadFileToPixmap ();
12822 ;
12823 return 0;
12824 }
12825 _ACEOF
12826 if ac_fn_c_try_link "$LINENO"; then :
12827 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
12828 else
12829 ac_cv_lib_Xpm_XpmReadFileToPixmap=no
12830 fi
12831 rm -f core conftest.err conftest.$ac_objext \
12832 conftest$ac_exeext conftest.$ac_ext
12833 LIBS=$ac_check_lib_save_LIBS
12834 fi
12835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
12836 $as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; }
12837 if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = x""yes; then :
12838 HAVE_XPM=yes
12839 fi
12840
12841 fi
12842
12843
12844 if test "${HAVE_XPM}" = "yes"; then
12845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReturnAllocPixels preprocessor define" >&5
12846 $as_echo_n "checking for XpmReturnAllocPixels preprocessor define... " >&6; }
12847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12848 /* end confdefs.h. */
12849 #include "X11/xpm.h"
12850 #ifndef XpmReturnAllocPixels
12851 no_return_alloc_pixels
12852 #endif
12853
12854 _ACEOF
12855 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12856 $EGREP "no_return_alloc_pixels" >/dev/null 2>&1; then :
12857 HAVE_XPM=no
12858 else
12859 HAVE_XPM=yes
12860 fi
12861 rm -f conftest*
12862
12863
12864 if test "${HAVE_XPM}" = "yes"; then
12865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12866 $as_echo "yes" >&6; }
12867 else
12868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12869 $as_echo "no" >&6; }
12870 fi
12871 fi
12872 fi
12873
12874 if test "${HAVE_XPM}" = "yes"; then
12875
12876 $as_echo "#define HAVE_XPM 1" >>confdefs.h
12877
12878 LIBXPM=-lXpm
12879 fi
12880 fi
12881
12882
12883
12884 ### Use -ljpeg if available, unless `--with-jpeg=no'.
12885 HAVE_JPEG=no
12886 LIBJPEG=
12887 if test "${HAVE_X11}" = "yes" || test "${HAVE_W32}" = "yes"; then
12888 if test "${with_jpeg}" != "no"; then
12889 ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default"
12890 if test "x$ac_cv_header_jerror_h" = x""yes; then :
12891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5
12892 $as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; }
12893 if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then :
12894 $as_echo_n "(cached) " >&6
12895 else
12896 ac_check_lib_save_LIBS=$LIBS
12897 LIBS="-ljpeg $LIBS"
12898 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12899 /* end confdefs.h. */
12900
12901 /* Override any GCC internal prototype to avoid an error.
12902 Use char because int might match the return type of a GCC
12903 builtin and then its argument prototype would still apply. */
12904 #ifdef __cplusplus
12905 extern "C"
12906 #endif
12907 char jpeg_destroy_compress ();
12908 int
12909 main ()
12910 {
12911 return jpeg_destroy_compress ();
12912 ;
12913 return 0;
12914 }
12915 _ACEOF
12916 if ac_fn_c_try_link "$LINENO"; then :
12917 ac_cv_lib_jpeg_jpeg_destroy_compress=yes
12918 else
12919 ac_cv_lib_jpeg_jpeg_destroy_compress=no
12920 fi
12921 rm -f core conftest.err conftest.$ac_objext \
12922 conftest$ac_exeext conftest.$ac_ext
12923 LIBS=$ac_check_lib_save_LIBS
12924 fi
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
12926 $as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; }
12927 if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = x""yes; then :
12928 HAVE_JPEG=yes
12929 fi
12930
12931 fi
12932
12933
12934 fi
12935
12936 if test "${HAVE_JPEG}" = "yes"; then
12937 $as_echo "#define HAVE_JPEG 1" >>confdefs.h
12938
12939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12940 /* end confdefs.h. */
12941 #include <jpeglib.h>
12942 version=JPEG_LIB_VERSION
12943
12944 _ACEOF
12945 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12946 $EGREP "version= *(6[2-9]|[7-9][0-9])" >/dev/null 2>&1; then :
12947 $as_echo "#define HAVE_JPEG 1" >>confdefs.h
12948
12949 else
12950 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libjpeg found, but not version 6b or later" >&5
12951 $as_echo "$as_me: WARNING: libjpeg found, but not version 6b or later" >&2;}
12952 HAVE_JPEG=no
12953 fi
12954 rm -f conftest*
12955
12956 fi
12957 if test "${HAVE_JPEG}" = "yes"; then
12958 LIBJPEG=-ljpeg
12959 fi
12960 fi
12961
12962
12963 ### Use -lpng if available, unless `--with-png=no'.
12964 HAVE_PNG=no
12965 LIBPNG=
12966 if test "${HAVE_X11}" = "yes" || test "${HAVE_W32}" = "yes"; then
12967 if test "${with_png}" != "no"; then
12968 # Debian unstable as of July 2003 has multiple libpngs, and puts png.h
12969 # in /usr/include/libpng.
12970 for ac_header in png.h libpng/png.h
12971 do :
12972 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12973 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12974 eval as_val=\$$as_ac_Header
12975 if test "x$as_val" = x""yes; then :
12976 cat >>confdefs.h <<_ACEOF
12977 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12978 _ACEOF
12979 break
12980 fi
12981
12982 done
12983
12984 if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then
12985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5
12986 $as_echo_n "checking for png_get_channels in -lpng... " >&6; }
12987 if test "${ac_cv_lib_png_png_get_channels+set}" = set; then :
12988 $as_echo_n "(cached) " >&6
12989 else
12990 ac_check_lib_save_LIBS=$LIBS
12991 LIBS="-lpng -lz -lm $LIBS"
12992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12993 /* end confdefs.h. */
12994
12995 /* Override any GCC internal prototype to avoid an error.
12996 Use char because int might match the return type of a GCC
12997 builtin and then its argument prototype would still apply. */
12998 #ifdef __cplusplus
12999 extern "C"
13000 #endif
13001 char png_get_channels ();
13002 int
13003 main ()
13004 {
13005 return png_get_channels ();
13006 ;
13007 return 0;
13008 }
13009 _ACEOF
13010 if ac_fn_c_try_link "$LINENO"; then :
13011 ac_cv_lib_png_png_get_channels=yes
13012 else
13013 ac_cv_lib_png_png_get_channels=no
13014 fi
13015 rm -f core conftest.err conftest.$ac_objext \
13016 conftest$ac_exeext conftest.$ac_ext
13017 LIBS=$ac_check_lib_save_LIBS
13018 fi
13019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5
13020 $as_echo "$ac_cv_lib_png_png_get_channels" >&6; }
13021 if test "x$ac_cv_lib_png_png_get_channels" = x""yes; then :
13022 HAVE_PNG=yes
13023 fi
13024
13025 fi
13026 fi
13027
13028 if test "${HAVE_PNG}" = "yes"; then
13029
13030 $as_echo "#define HAVE_PNG 1" >>confdefs.h
13031
13032 LIBPNG="-lpng -lz -lm"
13033
13034 ac_fn_c_check_decl "$LINENO" "png_longjmp" "ac_cv_have_decl_png_longjmp" "#ifdef HAVE_LIBPNG_PNG_H
13035 # include <libpng/png.h>
13036 #else
13037 # include <png.h>
13038 #endif
13039
13040 "
13041 if test "x$ac_cv_have_decl_png_longjmp" = x""yes; then :
13042
13043 else
13044
13045 $as_echo "#define PNG_DEPSTRUCT /**/" >>confdefs.h
13046
13047 fi
13048
13049 fi
13050 fi
13051
13052
13053 ### Use -ltiff if available, unless `--with-tiff=no'.
13054 HAVE_TIFF=no
13055 LIBTIFF=
13056 if test "${HAVE_X11}" = "yes" || test "${HAVE_W32}" = "yes"; then
13057 if test "${with_tiff}" != "no"; then
13058 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13059 if test "x$ac_cv_header_tiffio_h" = x""yes; then :
13060 tifflibs="-lz -lm"
13061 # At least one tiff package requires the jpeg library.
13062 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
13063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5
13064 $as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; }
13065 if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then :
13066 $as_echo_n "(cached) " >&6
13067 else
13068 ac_check_lib_save_LIBS=$LIBS
13069 LIBS="-ltiff $tifflibs $LIBS"
13070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13071 /* end confdefs.h. */
13072
13073 /* Override any GCC internal prototype to avoid an error.
13074 Use char because int might match the return type of a GCC
13075 builtin and then its argument prototype would still apply. */
13076 #ifdef __cplusplus
13077 extern "C"
13078 #endif
13079 char TIFFGetVersion ();
13080 int
13081 main ()
13082 {
13083 return TIFFGetVersion ();
13084 ;
13085 return 0;
13086 }
13087 _ACEOF
13088 if ac_fn_c_try_link "$LINENO"; then :
13089 ac_cv_lib_tiff_TIFFGetVersion=yes
13090 else
13091 ac_cv_lib_tiff_TIFFGetVersion=no
13092 fi
13093 rm -f core conftest.err conftest.$ac_objext \
13094 conftest$ac_exeext conftest.$ac_ext
13095 LIBS=$ac_check_lib_save_LIBS
13096 fi
13097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
13098 $as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; }
13099 if test "x$ac_cv_lib_tiff_TIFFGetVersion" = x""yes; then :
13100 HAVE_TIFF=yes
13101 fi
13102
13103 fi
13104
13105
13106 fi
13107
13108 if test "${HAVE_TIFF}" = "yes"; then
13109
13110 $as_echo "#define HAVE_TIFF 1" >>confdefs.h
13111
13112 LIBTIFF=-ltiff
13113 fi
13114 fi
13115
13116
13117 ### Use -lgif or -lungif if available, unless `--with-gif=no'.
13118 HAVE_GIF=no
13119 LIBGIF=
13120 if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no" \
13121 || test "${HAVE_W32}" = "yes"; then
13122 ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default"
13123 if test "x$ac_cv_header_gif_lib_h" = x""yes; then :
13124 # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
13125 # Earlier versions can crash Emacs.
13126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5
13127 $as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; }
13128 if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then :
13129 $as_echo_n "(cached) " >&6
13130 else
13131 ac_check_lib_save_LIBS=$LIBS
13132 LIBS="-lgif $LIBS"
13133 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13134 /* end confdefs.h. */
13135
13136 /* Override any GCC internal prototype to avoid an error.
13137 Use char because int might match the return type of a GCC
13138 builtin and then its argument prototype would still apply. */
13139 #ifdef __cplusplus
13140 extern "C"
13141 #endif
13142 char EGifPutExtensionLast ();
13143 int
13144 main ()
13145 {
13146 return EGifPutExtensionLast ();
13147 ;
13148 return 0;
13149 }
13150 _ACEOF
13151 if ac_fn_c_try_link "$LINENO"; then :
13152 ac_cv_lib_gif_EGifPutExtensionLast=yes
13153 else
13154 ac_cv_lib_gif_EGifPutExtensionLast=no
13155 fi
13156 rm -f core conftest.err conftest.$ac_objext \
13157 conftest$ac_exeext conftest.$ac_ext
13158 LIBS=$ac_check_lib_save_LIBS
13159 fi
13160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5
13161 $as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; }
13162 if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = x""yes; then :
13163 HAVE_GIF=yes
13164 else
13165 HAVE_GIF=maybe
13166 fi
13167
13168 fi
13169
13170
13171
13172 if test "$HAVE_GIF" = yes; then
13173 LIBGIF=-lgif
13174 elif test "$HAVE_GIF" = maybe; then
13175 # If gif_lib.h but no libgif, try libungif.
13176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5
13177 $as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; }
13178 if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then :
13179 $as_echo_n "(cached) " >&6
13180 else
13181 ac_check_lib_save_LIBS=$LIBS
13182 LIBS="-lungif $LIBS"
13183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13184 /* end confdefs.h. */
13185
13186 /* Override any GCC internal prototype to avoid an error.
13187 Use char because int might match the return type of a GCC
13188 builtin and then its argument prototype would still apply. */
13189 #ifdef __cplusplus
13190 extern "C"
13191 #endif
13192 char EGifPutExtensionLast ();
13193 int
13194 main ()
13195 {
13196 return EGifPutExtensionLast ();
13197 ;
13198 return 0;
13199 }
13200 _ACEOF
13201 if ac_fn_c_try_link "$LINENO"; then :
13202 ac_cv_lib_ungif_EGifPutExtensionLast=yes
13203 else
13204 ac_cv_lib_ungif_EGifPutExtensionLast=no
13205 fi
13206 rm -f core conftest.err conftest.$ac_objext \
13207 conftest$ac_exeext conftest.$ac_ext
13208 LIBS=$ac_check_lib_save_LIBS
13209 fi
13210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
13211 $as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; }
13212 if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = x""yes; then :
13213 HAVE_GIF=yes
13214 else
13215 HAVE_GIF=no
13216 fi
13217
13218 test "$HAVE_GIF" = yes && LIBGIF=-lungif
13219 fi
13220
13221 if test "${HAVE_GIF}" = "yes"; then
13222
13223 $as_echo "#define HAVE_GIF 1" >>confdefs.h
13224
13225 fi
13226 fi
13227
13228
13229 if test "${HAVE_X11}" = "yes"; then
13230 MISSING=""
13231 WITH_NO=""
13232 test "${with_xpm}" != "no" && test "${HAVE_XPM}" != "yes" &&
13233 MISSING="libXpm" && WITH_NO="--with-xpm=no"
13234 test "${with_jpeg}" != "no" && test "${HAVE_JPEG}" != "yes" &&
13235 MISSING="$MISSING libjpeg" && WITH_NO="$WITH_NO --with-jpeg=no"
13236 test "${with_png}" != "no" && test "${HAVE_PNG}" != "yes" &&
13237 MISSING="$MISSING libpng" && WITH_NO="$WITH_NO --with-png=no"
13238 test "${with_gif}" != "no" && test "${HAVE_GIF}" != "yes" &&
13239 MISSING="$MISSING libgif/libungif" && WITH_NO="$WITH_NO --with-gif=no"
13240 test "${with_tiff}" != "no" && test "${HAVE_TIFF}" != "yes" &&
13241 MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no"
13242
13243 if test "X${MISSING}" != X; then
13244 as_fn_error "The following required libraries were not found:
13245 $MISSING
13246 Maybe some development libraries/packages are missing?
13247 If you don't want to link with them give
13248 $WITH_NO
13249 as options to configure" "$LINENO" 5
13250 fi
13251 fi
13252
13253 ### Use -lgpm if available, unless `--with-gpm=no'.
13254 HAVE_GPM=no
13255 LIBGPM=
13256 if test "${with_gpm}" != "no"; then
13257 ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default"
13258 if test "x$ac_cv_header_gpm_h" = x""yes; then :
13259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5
13260 $as_echo_n "checking for Gpm_Open in -lgpm... " >&6; }
13261 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then :
13262 $as_echo_n "(cached) " >&6
13263 else
13264 ac_check_lib_save_LIBS=$LIBS
13265 LIBS="-lgpm $LIBS"
13266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13267 /* end confdefs.h. */
13268
13269 /* Override any GCC internal prototype to avoid an error.
13270 Use char because int might match the return type of a GCC
13271 builtin and then its argument prototype would still apply. */
13272 #ifdef __cplusplus
13273 extern "C"
13274 #endif
13275 char Gpm_Open ();
13276 int
13277 main ()
13278 {
13279 return Gpm_Open ();
13280 ;
13281 return 0;
13282 }
13283 _ACEOF
13284 if ac_fn_c_try_link "$LINENO"; then :
13285 ac_cv_lib_gpm_Gpm_Open=yes
13286 else
13287 ac_cv_lib_gpm_Gpm_Open=no
13288 fi
13289 rm -f core conftest.err conftest.$ac_objext \
13290 conftest$ac_exeext conftest.$ac_ext
13291 LIBS=$ac_check_lib_save_LIBS
13292 fi
13293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5
13294 $as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; }
13295 if test "x$ac_cv_lib_gpm_Gpm_Open" = x""yes; then :
13296 HAVE_GPM=yes
13297 fi
13298
13299 fi
13300
13301
13302
13303 if test "${HAVE_GPM}" = "yes"; then
13304
13305 $as_echo "#define HAVE_GPM 1" >>confdefs.h
13306
13307 LIBGPM=-lgpm
13308 fi
13309 fi
13310
13311
13312
13313
13314
13315
13316 GNUSTEP_CFLAGS=
13317 ### Use NeXTstep API to implement GUI.
13318 if test "${HAVE_NS}" = "yes"; then
13319
13320 $as_echo "#define HAVE_NS 1" >>confdefs.h
13321
13322 if test "${NS_IMPL_COCOA}" = "yes"; then
13323
13324 $as_echo "#define NS_IMPL_COCOA 1" >>confdefs.h
13325
13326 fi
13327 if test "${NS_IMPL_GNUSTEP}" = "yes"; then
13328
13329 $as_echo "#define NS_IMPL_GNUSTEP 1" >>confdefs.h
13330
13331 # See also .m.o rule in Makefile.in */
13332 # FIXME: are all these flags really needed? Document here why. */
13333 GNUSTEP_CFLAGS="-D_REENTRANT -fPIC -fno-strict-aliasing -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
13334 ## Extra CFLAGS applied to src/*.m files.
13335 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"
13336 fi
13337 # We also have mouse menus.
13338 HAVE_MENUS=yes
13339 OTHER_FILES=ns-app
13340 fi
13341
13342 if test "${HAVE_W32}" = "yes"; then
13343 HAVE_MENUS=yes
13344 fi
13345
13346 ### Use session management (-lSM -lICE) if available
13347 HAVE_X_SM=no
13348 LIBXSM=
13349 if test "${HAVE_X11}" = "yes"; then
13350 ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default"
13351 if test "x$ac_cv_header_X11_SM_SMlib_h" = x""yes; then :
13352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5
13353 $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; }
13354 if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then :
13355 $as_echo_n "(cached) " >&6
13356 else
13357 ac_check_lib_save_LIBS=$LIBS
13358 LIBS="-lSM -lICE $LIBS"
13359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13360 /* end confdefs.h. */
13361
13362 /* Override any GCC internal prototype to avoid an error.
13363 Use char because int might match the return type of a GCC
13364 builtin and then its argument prototype would still apply. */
13365 #ifdef __cplusplus
13366 extern "C"
13367 #endif
13368 char SmcOpenConnection ();
13369 int
13370 main ()
13371 {
13372 return SmcOpenConnection ();
13373 ;
13374 return 0;
13375 }
13376 _ACEOF
13377 if ac_fn_c_try_link "$LINENO"; then :
13378 ac_cv_lib_SM_SmcOpenConnection=yes
13379 else
13380 ac_cv_lib_SM_SmcOpenConnection=no
13381 fi
13382 rm -f core conftest.err conftest.$ac_objext \
13383 conftest$ac_exeext conftest.$ac_ext
13384 LIBS=$ac_check_lib_save_LIBS
13385 fi
13386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
13387 $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; }
13388 if test "x$ac_cv_lib_SM_SmcOpenConnection" = x""yes; then :
13389 HAVE_X_SM=yes
13390 fi
13391
13392 fi
13393
13394
13395
13396 if test "${HAVE_X_SM}" = "yes"; then
13397
13398 $as_echo "#define HAVE_X_SM 1" >>confdefs.h
13399
13400 LIBXSM="-lSM -lICE"
13401 case "$LIBS" in
13402 *-lSM*) ;;
13403 *) LIBS="$LIBXSM $LIBS" ;;
13404 esac
13405 fi
13406 fi
13407
13408
13409 ### Use libxml (-lxml2) if available
13410 HAVE_LIBXML2=no
13411 if test "${with_xml2}" != "no"; then
13412 ### I'm not sure what the version number should be, so I just guessed.
13413
13414 succeeded=no
13415
13416 if test "$PKG_CONFIG" = "no" ; then
13417 HAVE_LIBXML2=no
13418 else
13419 PKG_CONFIG_MIN_VERSION=0.9.0
13420 if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
13421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxml-2.0 > 2.6.17" >&5
13422 $as_echo_n "checking for libxml-2.0 > 2.6.17... " >&6; }
13423
13424 if "$PKG_CONFIG" --exists "libxml-2.0 > 2.6.17" 2>&5 &&
13425 LIBXML2_CFLAGS=`"$PKG_CONFIG" --cflags "libxml-2.0 > 2.6.17" 2>&5` &&
13426 LIBXML2_LIBS=`"$PKG_CONFIG" --libs "libxml-2.0 > 2.6.17" 2>&5`; then
13427 edit_cflags="
13428 s,///*,/,g
13429 s/^/ /
13430 s/ -I/ $isystem/g
13431 s/^ //
13432 "
13433 LIBXML2_CFLAGS=`$as_echo "$LIBXML2_CFLAGS" | sed -e "$edit_cflags"`
13434 LIBXML2_LIBS=`$as_echo "$LIBXML2_LIBS" | sed -e 's,///*,/,g'`
13435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$LIBXML2_CFLAGS' LIBS='$LIBXML2_LIBS'" >&5
13436 $as_echo "yes CFLAGS='$LIBXML2_CFLAGS' LIBS='$LIBXML2_LIBS'" >&6; }
13437 succeeded=yes
13438 else
13439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13440 $as_echo "no" >&6; }
13441 LIBXML2_CFLAGS=""
13442 LIBXML2_LIBS=""
13443 ## If we have a custom action on failure, don't print errors, but
13444 ## do set a variable so people can do so. Do it in a subshell
13445 ## to capture any diagnostics in invoking pkg-config.
13446 LIBXML2_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "libxml-2.0 > 2.6.17") 2>&1`
13447
13448 fi
13449
13450
13451
13452 else
13453 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
13454 echo "*** See http://www.freedesktop.org/software/pkgconfig"
13455 fi
13456 fi
13457
13458 if test $succeeded = yes; then
13459 HAVE_LIBXML2=yes
13460 else
13461 HAVE_LIBXML2=no
13462 fi
13463
13464 if test "${HAVE_LIBXML2}" = "yes"; then
13465 LIBS="$LIBXML2_LIBS $LIBS"
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5
13467 $as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; }
13468 if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then :
13469 $as_echo_n "(cached) " >&6
13470 else
13471 ac_check_lib_save_LIBS=$LIBS
13472 LIBS="-lxml2 $LIBS"
13473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13474 /* end confdefs.h. */
13475
13476 /* Override any GCC internal prototype to avoid an error.
13477 Use char because int might match the return type of a GCC
13478 builtin and then its argument prototype would still apply. */
13479 #ifdef __cplusplus
13480 extern "C"
13481 #endif
13482 char htmlReadMemory ();
13483 int
13484 main ()
13485 {
13486 return htmlReadMemory ();
13487 ;
13488 return 0;
13489 }
13490 _ACEOF
13491 if ac_fn_c_try_link "$LINENO"; then :
13492 ac_cv_lib_xml2_htmlReadMemory=yes
13493 else
13494 ac_cv_lib_xml2_htmlReadMemory=no
13495 fi
13496 rm -f core conftest.err conftest.$ac_objext \
13497 conftest$ac_exeext conftest.$ac_ext
13498 LIBS=$ac_check_lib_save_LIBS
13499 fi
13500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5
13501 $as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; }
13502 if test "x$ac_cv_lib_xml2_htmlReadMemory" = x""yes; then :
13503 HAVE_LIBXML2=yes
13504 else
13505 HAVE_LIBXML2=no
13506 fi
13507
13508 if test "${HAVE_LIBXML2}" = "yes"; then
13509
13510 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
13511
13512 else
13513 LIBXML2_LIBS=""
13514 LIBXML2_CFLAGS=""
13515 fi
13516 fi
13517 fi
13518
13519
13520
13521 # If netdb.h doesn't declare h_errno, we must declare it by hand.
13522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5
13523 $as_echo_n "checking whether netdb declares h_errno... " >&6; }
13524 if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then :
13525 $as_echo_n "(cached) " >&6
13526 else
13527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13528 /* end confdefs.h. */
13529 #include <netdb.h>
13530 int
13531 main ()
13532 {
13533 return h_errno;
13534 ;
13535 return 0;
13536 }
13537 _ACEOF
13538 if ac_fn_c_try_link "$LINENO"; then :
13539 emacs_cv_netdb_declares_h_errno=yes
13540 else
13541 emacs_cv_netdb_declares_h_errno=no
13542 fi
13543 rm -f core conftest.err conftest.$ac_objext \
13544 conftest$ac_exeext conftest.$ac_ext
13545 fi
13546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_netdb_declares_h_errno" >&5
13547 $as_echo "$emacs_cv_netdb_declares_h_errno" >&6; }
13548 if test $emacs_cv_netdb_declares_h_errno = yes; then
13549
13550 $as_echo "#define HAVE_H_ERRNO 1" >>confdefs.h
13551
13552 fi
13553
13554 # sqrt and other floating-point functions such as fmod and frexp
13555 # are found in -lm on most systems.
13556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5
13557 $as_echo_n "checking for sqrt in -lm... " >&6; }
13558 if test "${ac_cv_lib_m_sqrt+set}" = set; then :
13559 $as_echo_n "(cached) " >&6
13560 else
13561 ac_check_lib_save_LIBS=$LIBS
13562 LIBS="-lm $LIBS"
13563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13564 /* end confdefs.h. */
13565
13566 /* Override any GCC internal prototype to avoid an error.
13567 Use char because int might match the return type of a GCC
13568 builtin and then its argument prototype would still apply. */
13569 #ifdef __cplusplus
13570 extern "C"
13571 #endif
13572 char sqrt ();
13573 int
13574 main ()
13575 {
13576 return sqrt ();
13577 ;
13578 return 0;
13579 }
13580 _ACEOF
13581 if ac_fn_c_try_link "$LINENO"; then :
13582 ac_cv_lib_m_sqrt=yes
13583 else
13584 ac_cv_lib_m_sqrt=no
13585 fi
13586 rm -f core conftest.err conftest.$ac_objext \
13587 conftest$ac_exeext conftest.$ac_ext
13588 LIBS=$ac_check_lib_save_LIBS
13589 fi
13590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5
13591 $as_echo "$ac_cv_lib_m_sqrt" >&6; }
13592 if test "x$ac_cv_lib_m_sqrt" = x""yes; then :
13593 cat >>confdefs.h <<_ACEOF
13594 #define HAVE_LIBM 1
13595 _ACEOF
13596
13597 LIBS="-lm $LIBS"
13598
13599 fi
13600
13601
13602 # Check for mail-locking functions in a "mail" library. Probably this should
13603 # have the same check as for liblockfile below.
13604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5
13605 $as_echo_n "checking for maillock in -lmail... " >&6; }
13606 if test "${ac_cv_lib_mail_maillock+set}" = set; then :
13607 $as_echo_n "(cached) " >&6
13608 else
13609 ac_check_lib_save_LIBS=$LIBS
13610 LIBS="-lmail $LIBS"
13611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13612 /* end confdefs.h. */
13613
13614 /* Override any GCC internal prototype to avoid an error.
13615 Use char because int might match the return type of a GCC
13616 builtin and then its argument prototype would still apply. */
13617 #ifdef __cplusplus
13618 extern "C"
13619 #endif
13620 char maillock ();
13621 int
13622 main ()
13623 {
13624 return maillock ();
13625 ;
13626 return 0;
13627 }
13628 _ACEOF
13629 if ac_fn_c_try_link "$LINENO"; then :
13630 ac_cv_lib_mail_maillock=yes
13631 else
13632 ac_cv_lib_mail_maillock=no
13633 fi
13634 rm -f core conftest.err conftest.$ac_objext \
13635 conftest$ac_exeext conftest.$ac_ext
13636 LIBS=$ac_check_lib_save_LIBS
13637 fi
13638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5
13639 $as_echo "$ac_cv_lib_mail_maillock" >&6; }
13640 if test "x$ac_cv_lib_mail_maillock" = x""yes; then :
13641 have_mail=yes
13642 else
13643 have_mail=no
13644 fi
13645
13646 if test $have_mail = yes; then
13647 LIBS_MAIL=-lmail
13648 LIBS="$LIBS_MAIL $LIBS"
13649
13650 $as_echo "#define HAVE_LIBMAIL 1" >>confdefs.h
13651
13652 else
13653 LIBS_MAIL=
13654 fi
13655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5
13656 $as_echo_n "checking for maillock in -llockfile... " >&6; }
13657 if test "${ac_cv_lib_lockfile_maillock+set}" = set; then :
13658 $as_echo_n "(cached) " >&6
13659 else
13660 ac_check_lib_save_LIBS=$LIBS
13661 LIBS="-llockfile $LIBS"
13662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13663 /* end confdefs.h. */
13664
13665 /* Override any GCC internal prototype to avoid an error.
13666 Use char because int might match the return type of a GCC
13667 builtin and then its argument prototype would still apply. */
13668 #ifdef __cplusplus
13669 extern "C"
13670 #endif
13671 char maillock ();
13672 int
13673 main ()
13674 {
13675 return maillock ();
13676 ;
13677 return 0;
13678 }
13679 _ACEOF
13680 if ac_fn_c_try_link "$LINENO"; then :
13681 ac_cv_lib_lockfile_maillock=yes
13682 else
13683 ac_cv_lib_lockfile_maillock=no
13684 fi
13685 rm -f core conftest.err conftest.$ac_objext \
13686 conftest$ac_exeext conftest.$ac_ext
13687 LIBS=$ac_check_lib_save_LIBS
13688 fi
13689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5
13690 $as_echo "$ac_cv_lib_lockfile_maillock" >&6; }
13691 if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then :
13692 have_lockfile=yes
13693 else
13694 have_lockfile=no
13695 fi
13696
13697 if test $have_lockfile = yes; then
13698 LIBS_MAIL=-llockfile
13699 LIBS="$LIBS_MAIL $LIBS"
13700
13701 $as_echo "#define HAVE_LIBLOCKFILE 1" >>confdefs.h
13702
13703 else
13704 # If we have the shared liblockfile, assume we must use it for mail
13705 # locking (e.g. Debian). If we couldn't link against liblockfile
13706 # (no liblockfile.a installed), ensure that we don't need to.
13707 # Extract the first word of "liblockfile.so", so it can be a program name with args.
13708 set dummy liblockfile.so; ac_word=$2
13709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13710 $as_echo_n "checking for $ac_word... " >&6; }
13711 if test "${ac_cv_prog_liblockfile+set}" = set; then :
13712 $as_echo_n "(cached) " >&6
13713 else
13714 if test -n "$liblockfile"; then
13715 ac_cv_prog_liblockfile="$liblockfile" # Let the user override the test.
13716 else
13717 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13718 as_dummy="/usr/lib:/lib:/usr/local/lib:$LD_LIBRARY_PATH"
13719 for as_dir in $as_dummy
13720 do
13721 IFS=$as_save_IFS
13722 test -z "$as_dir" && as_dir=.
13723 for ac_exec_ext in '' $ac_executable_extensions; do
13724 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13725 ac_cv_prog_liblockfile="yes"
13726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13727 break 2
13728 fi
13729 done
13730 done
13731 IFS=$as_save_IFS
13732
13733 test -z "$ac_cv_prog_liblockfile" && ac_cv_prog_liblockfile="no"
13734 fi
13735 fi
13736 liblockfile=$ac_cv_prog_liblockfile
13737 if test -n "$liblockfile"; then
13738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $liblockfile" >&5
13739 $as_echo "$liblockfile" >&6; }
13740 else
13741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13742 $as_echo "no" >&6; }
13743 fi
13744
13745
13746 if test $ac_cv_prog_liblockfile = yes; then
13747 as_fn_error "Shared liblockfile found but can't link against it.
13748 This probably means that movemail could lose mail.
13749 There may be a \`development' package to install containing liblockfile." "$LINENO" 5
13750 fi
13751 fi
13752
13753
13754
13755
13756
13757 ## Define MAIL_USE_FLOCK (or LOCKF) if the mailer uses flock (or lockf) to
13758 ## interlock access to the mail spool. The alternative is a lock file named
13759 ## /usr/spool/mail/$USER.lock.
13760 mail_lock=no
13761 case "$opsys" in
13762 aix4-2) mail_lock="lockf" ;;
13763
13764 gnu|freebsd|netbsd|openbsd|darwin|irix6-5) mail_lock="flock" ;;
13765
13766 ## On GNU/Linux systems, both methods are used by various mail programs.
13767 ## I assume most people are using newer mailers that have heard of flock.
13768 ## Change this if you need to.
13769 ## Debian contains a patch which says: ``On Debian/GNU/Linux systems,
13770 ## configure gets the right answers, and that means *NOT* using flock.
13771 ## Using flock is guaranteed to be the wrong thing. See Debian Policy
13772 ## for details.'' and then uses `#ifdef DEBIAN'. Unfortunately the
13773 ## Debian maintainer hasn't provided a clean fix for Emacs.
13774 ## movemail.c will use `maillock' when MAILDIR, HAVE_LIBMAIL and
13775 ## HAVE_MAILLOCK_H are defined, so the following appears to be the
13776 ## correct logic. -- fx
13777 ## We must check for HAVE_LIBLOCKFILE too, as movemail does.
13778 ## liblockfile is a Free Software replacement for libmail, used on
13779 ## Debian systems and elsewhere. -rfr.
13780 gnu-*)
13781 mail_lock="flock"
13782 if test $have_mail = yes || test $have_lockfile = yes; then
13783 test $ac_cv_header_maillock_h = yes && mail_lock=no
13784 fi
13785 ;;
13786 esac
13787
13788 BLESSMAIL_TARGET=
13789 case "$mail_lock" in
13790 flock)
13791 $as_echo "#define MAIL_USE_FLOCK 1" >>confdefs.h
13792 ;;
13793
13794 lockf)
13795 $as_echo "#define MAIL_USE_LOCKF 1" >>confdefs.h
13796 ;;
13797
13798 *) BLESSMAIL_TARGET="need-blessmail" ;;
13799 esac
13800
13801
13802
13803 for ac_func in gethostname \
13804 getrusage get_current_dir_name \
13805 lrand48 \
13806 select getpagesize setlocale \
13807 utimes getrlimit setrlimit shutdown getaddrinfo \
13808 strsignal setitimer \
13809 sendto recvfrom getsockname getpeername getifaddrs freeifaddrs \
13810 gai_strerror mkstemp getline getdelim sync \
13811 difftime posix_memalign \
13812 getpwent endpwent getgrent endgrent \
13813 touchlock \
13814 cfmakeraw cfsetspeed copysign __executable_start
13815 do :
13816 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13817 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13818 eval as_val=\$$as_ac_var
13819 if test "x$as_val" = x""yes; then :
13820 cat >>confdefs.h <<_ACEOF
13821 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13822 _ACEOF
13823
13824 fi
13825 done
13826
13827
13828 ## Eric Backus <ericb@lsid.hp.com> says, HP-UX 9.x on HP 700 machines
13829 ## has a broken `rint' in some library versions including math library
13830 ## version number A.09.05.
13831 ## You can fix the math library by installing patch number PHSS_4630.
13832 ## But we can fix it more reliably for Emacs by just not using rint.
13833 ## We also skip HAVE_RANDOM - see comments in src/conf_post.h.
13834 case $opsys in
13835 hpux*) : ;;
13836 *) for ac_func in random rint
13837 do :
13838 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13839 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13840 eval as_val=\$$as_ac_var
13841 if test "x$as_val" = x""yes; then :
13842 cat >>confdefs.h <<_ACEOF
13843 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13844 _ACEOF
13845
13846 fi
13847 done
13848 ;;
13849 esac
13850
13851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_unwind_init" >&5
13852 $as_echo_n "checking for __builtin_unwind_init... " >&6; }
13853 if test "${emacs_cv_func___builtin_unwind_init+set}" = set; then :
13854 $as_echo_n "(cached) " >&6
13855 else
13856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13857 /* end confdefs.h. */
13858
13859 int
13860 main ()
13861 {
13862 __builtin_unwind_init ();
13863 ;
13864 return 0;
13865 }
13866 _ACEOF
13867 if ac_fn_c_try_link "$LINENO"; then :
13868 emacs_cv_func___builtin_unwind_init=yes
13869 else
13870 emacs_cv_func___builtin_unwind_init=no
13871 fi
13872 rm -f core conftest.err conftest.$ac_objext \
13873 conftest$ac_exeext conftest.$ac_ext
13874 fi
13875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_func___builtin_unwind_init" >&5
13876 $as_echo "$emacs_cv_func___builtin_unwind_init" >&6; }
13877 if test $emacs_cv_func___builtin_unwind_init = yes; then
13878
13879 $as_echo "#define HAVE___BUILTIN_UNWIND_INIT 1" >>confdefs.h
13880
13881 fi
13882
13883
13884
13885
13886
13887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5
13888 $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; }
13889 if test "${ac_cv_sys_largefile_source+set}" = set; then :
13890 $as_echo_n "(cached) " >&6
13891 else
13892 while :; do
13893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13894 /* end confdefs.h. */
13895 #include <sys/types.h> /* for off_t */
13896 #include <stdio.h>
13897 int
13898 main ()
13899 {
13900 int (*fp) (FILE *, off_t, int) = fseeko;
13901 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
13902 ;
13903 return 0;
13904 }
13905 _ACEOF
13906 if ac_fn_c_try_link "$LINENO"; then :
13907 ac_cv_sys_largefile_source=no; break
13908 fi
13909 rm -f core conftest.err conftest.$ac_objext \
13910 conftest$ac_exeext conftest.$ac_ext
13911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13912 /* end confdefs.h. */
13913 #define _LARGEFILE_SOURCE 1
13914 #include <sys/types.h> /* for off_t */
13915 #include <stdio.h>
13916 int
13917 main ()
13918 {
13919 int (*fp) (FILE *, off_t, int) = fseeko;
13920 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
13921 ;
13922 return 0;
13923 }
13924 _ACEOF
13925 if ac_fn_c_try_link "$LINENO"; then :
13926 ac_cv_sys_largefile_source=1; break
13927 fi
13928 rm -f core conftest.err conftest.$ac_objext \
13929 conftest$ac_exeext conftest.$ac_ext
13930 ac_cv_sys_largefile_source=unknown
13931 break
13932 done
13933 fi
13934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_source" >&5
13935 $as_echo "$ac_cv_sys_largefile_source" >&6; }
13936 case $ac_cv_sys_largefile_source in #(
13937 no | unknown) ;;
13938 *)
13939 cat >>confdefs.h <<_ACEOF
13940 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
13941 _ACEOF
13942 ;;
13943 esac
13944 rm -rf conftest*
13945
13946 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
13947 # in glibc 2.1.3, but that breaks too many other things.
13948 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
13949 if test $ac_cv_sys_largefile_source != unknown; then
13950
13951 $as_echo "#define HAVE_FSEEKO 1" >>confdefs.h
13952
13953 fi
13954
13955
13956 # UNIX98 PTYs.
13957 for ac_func in grantpt
13958 do :
13959 ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt"
13960 if test "x$ac_cv_func_grantpt" = x""yes; then :
13961 cat >>confdefs.h <<_ACEOF
13962 #define HAVE_GRANTPT 1
13963 _ACEOF
13964
13965 fi
13966 done
13967
13968
13969 # PTY-related GNU extensions.
13970 for ac_func in getpt posix_openpt
13971 do :
13972 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13973 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13974 eval as_val=\$$as_ac_var
13975 if test "x$as_val" = x""yes; then :
13976 cat >>confdefs.h <<_ACEOF
13977 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13978 _ACEOF
13979
13980 fi
13981 done
13982
13983
13984 # Check this now, so that we will NOT find the above functions in ncurses.
13985 # That is because we have not set up to link ncurses in lib-src.
13986 # It's better to believe a function is not available
13987 # than to expect to find it in ncurses.
13988 # Also we need tputs and friends to be able to build at all.
13989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5
13990 $as_echo_n "checking for library containing tputs... " >&6; }
13991 # Run a test program that contains a call to tputs, a call that is
13992 # never executed. This tests whether a pre-'main' dynamic linker
13993 # works with the library. It's too much trouble to actually call
13994 # tputs in the test program, due to portability hassles. When
13995 # cross-compiling, assume the test program will run if it links.
13996
13997 # Maybe curses should be tried earlier?
13998 # See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9736#35
13999 for tputs_library in '' tinfo ncurses terminfo termcap curses; do
14000 OLIBS=$LIBS
14001 if test -z "$tputs_library"; then
14002 LIBS_TERMCAP=
14003 msg='none required'
14004 else
14005 LIBS_TERMCAP=-l$tputs_library
14006 msg=$LIBS_TERMCAP
14007 LIBS="$LIBS_TERMCAP $LIBS"
14008 fi
14009 if test "$cross_compiling" = yes; then :
14010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14011 /* end confdefs.h. */
14012
14013 extern void tputs (const char *, int, int (*)(int));
14014 int main (int argc, char **argv)
14015 {
14016 if (argc == 10000)
14017 tputs (argv[0], 0, 0);
14018 return 0;
14019 }
14020
14021 _ACEOF
14022 if ac_fn_c_try_link "$LINENO"; then :
14023
14024 else
14025 msg=no
14026 fi
14027 rm -f core conftest.err conftest.$ac_objext \
14028 conftest$ac_exeext conftest.$ac_ext
14029 else
14030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14031 /* end confdefs.h. */
14032
14033 extern void tputs (const char *, int, int (*)(int));
14034 int main (int argc, char **argv)
14035 {
14036 if (argc == 10000)
14037 tputs (argv[0], 0, 0);
14038 return 0;
14039 }
14040
14041 _ACEOF
14042 if ac_fn_c_try_run "$LINENO"; then :
14043
14044 else
14045 msg=no
14046 fi
14047 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14048 conftest.$ac_objext conftest.beam conftest.$ac_ext
14049 fi
14050
14051 LIBS=$OLIBS
14052 if test "X$msg" != Xno; then
14053 break
14054 fi
14055 done
14056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $msg" >&5
14057 $as_echo "$msg" >&6; }
14058 if test "X$msg" = Xno; then
14059 as_fn_error "The required function \`tputs' was not found in any library.
14060 The following libraries were tried (in order):
14061 libtinfo, libncurses, libterminfo, libtermcap, libcurses
14062 Please try installing whichever of these libraries is most appropriate
14063 for your system, together with its header files.
14064 For example, a libncurses-dev(el) or similar package." "$LINENO" 5
14065 fi
14066
14067 ## Use termcap instead of terminfo?
14068 ## Only true for: freebsd < 40000, ms-w32, msdos, netbsd < 599002500.
14069 TERMINFO=yes
14070 ## FIXME? In the cases below where we unconditionally set
14071 ## LIBS_TERMCAP="-lncurses", this overrides LIBS_TERMCAP = -ltinfo,
14072 ## if that was found above to have tputs.
14073 ## Should we use the gnu* logic everywhere?
14074 case "$opsys" in
14075 ## darwin: Prevents crashes when running Emacs in Terminal.app under 10.2.
14076 ## The ncurses library has been moved out of the System framework in
14077 ## Mac OS X 10.2. So if configure detects it, set the command-line
14078 ## option to use it.
14079 darwin) LIBS_TERMCAP="-lncurses" ;;
14080
14081 gnu*) test -z "$LIBS_TERMCAP" && LIBS_TERMCAP="-lncurses" ;;
14082
14083 freebsd)
14084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5
14085 $as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; }
14086 if test "${emacs_cv_freebsd_terminfo+set}" = set; then :
14087 $as_echo_n "(cached) " >&6
14088 else
14089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14090 /* end confdefs.h. */
14091 #include <osreldate.h>
14092 int
14093 main ()
14094 {
14095 #if __FreeBSD_version < 400000
14096 fail;
14097 #endif
14098
14099 ;
14100 return 0;
14101 }
14102 _ACEOF
14103 if ac_fn_c_try_link "$LINENO"; then :
14104 emacs_cv_freebsd_terminfo=yes
14105 else
14106 emacs_cv_freebsd_terminfo=no
14107 fi
14108 rm -f core conftest.err conftest.$ac_objext \
14109 conftest$ac_exeext conftest.$ac_ext
14110 fi
14111
14112
14113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_freebsd_terminfo" >&5
14114 $as_echo "$emacs_cv_freebsd_terminfo" >&6; }
14115
14116 if test $emacs_cv_freebsd_terminfo = yes; then
14117 LIBS_TERMCAP="-lncurses"
14118 else
14119 TERMINFO=no
14120 LIBS_TERMCAP="-ltermcap"
14121 fi
14122 ;;
14123
14124 netbsd)
14125 if test "x$LIBS_TERMCAP" != "x-lterminfo"; then
14126 TERMINFO=no
14127 LIBS_TERMCAP="-ltermcap"
14128 fi
14129 ;;
14130
14131 openbsd) LIBS_TERMCAP="-lncurses" ;;
14132
14133 ## hpux: Make sure we get select from libc rather than from libcurses
14134 ## because libcurses on HPUX 10.10 has a broken version of select.
14135 ## We used to use -lc -lcurses, but this may be cleaner.
14136 ## FIXME? But TERMINFO = yes on hpux (it used to be explicitly
14137 # set that way, now it uses the default). Isn't this a contradiction?
14138 hpux*) LIBS_TERMCAP="-ltermcap" ;;
14139
14140 esac
14141
14142 TERMCAP_OBJ=tparam.o
14143 if test $TERMINFO = yes; then
14144
14145 $as_echo "#define TERMINFO 1" >>confdefs.h
14146
14147 TERMCAP_OBJ=terminfo.o
14148 fi
14149
14150
14151
14152
14153 # Do we have res_init, for detecting changes in /etc/resolv.conf?
14154 # On Darwin, res_init appears not to be useful: see bug#562 and
14155 # http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01467.html
14156 resolv=no
14157
14158 if test $opsys != darwin; then
14159
14160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14161 /* end confdefs.h. */
14162 #include <netinet/in.h>
14163 #include <arpa/nameser.h>
14164 #include <resolv.h>
14165 int
14166 main ()
14167 {
14168 return res_init();
14169 ;
14170 return 0;
14171 }
14172 _ACEOF
14173 if ac_fn_c_try_link "$LINENO"; then :
14174 have_res_init=yes
14175 else
14176 have_res_init=no
14177 fi
14178 rm -f core conftest.err conftest.$ac_objext \
14179 conftest$ac_exeext conftest.$ac_ext
14180 if test "$have_res_init" = no; then
14181 OLIBS="$LIBS"
14182 LIBS="$LIBS -lresolv"
14183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_init with -lresolv" >&5
14184 $as_echo_n "checking for res_init with -lresolv... " >&6; }
14185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14186 /* end confdefs.h. */
14187 #include <netinet/in.h>
14188 #include <arpa/nameser.h>
14189 #include <resolv.h>
14190 int
14191 main ()
14192 {
14193 return res_init();
14194 ;
14195 return 0;
14196 }
14197 _ACEOF
14198 if ac_fn_c_try_link "$LINENO"; then :
14199 have_res_init=yes
14200 else
14201 have_res_init=no
14202 fi
14203 rm -f core conftest.err conftest.$ac_objext \
14204 conftest$ac_exeext conftest.$ac_ext
14205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_res_init" >&5
14206 $as_echo "$have_res_init" >&6; }
14207 if test "$have_res_init" = yes ; then
14208 resolv=yes
14209 fi
14210 LIBS="$OLIBS"
14211 fi
14212
14213 if test "$have_res_init" = yes; then
14214
14215 $as_echo "#define HAVE_RES_INIT 1" >>confdefs.h
14216
14217 fi
14218 fi
14219 # Do we need the Hesiod library to provide the support routines?
14220 LIBHESIOD=
14221 if test "$with_hesiod" != no ; then
14222 # Don't set $LIBS here -- see comments above. FIXME which comments?
14223 ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send"
14224 if test "x$ac_cv_func_res_send" = x""yes; then :
14225
14226 else
14227 ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send"
14228 if test "x$ac_cv_func___res_send" = x""yes; then :
14229
14230 else
14231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5
14232 $as_echo_n "checking for res_send in -lresolv... " >&6; }
14233 if test "${ac_cv_lib_resolv_res_send+set}" = set; then :
14234 $as_echo_n "(cached) " >&6
14235 else
14236 ac_check_lib_save_LIBS=$LIBS
14237 LIBS="-lresolv $LIBS"
14238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14239 /* end confdefs.h. */
14240
14241 /* Override any GCC internal prototype to avoid an error.
14242 Use char because int might match the return type of a GCC
14243 builtin and then its argument prototype would still apply. */
14244 #ifdef __cplusplus
14245 extern "C"
14246 #endif
14247 char res_send ();
14248 int
14249 main ()
14250 {
14251 return res_send ();
14252 ;
14253 return 0;
14254 }
14255 _ACEOF
14256 if ac_fn_c_try_link "$LINENO"; then :
14257 ac_cv_lib_resolv_res_send=yes
14258 else
14259 ac_cv_lib_resolv_res_send=no
14260 fi
14261 rm -f core conftest.err conftest.$ac_objext \
14262 conftest$ac_exeext conftest.$ac_ext
14263 LIBS=$ac_check_lib_save_LIBS
14264 fi
14265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5
14266 $as_echo "$ac_cv_lib_resolv_res_send" >&6; }
14267 if test "x$ac_cv_lib_resolv_res_send" = x""yes; then :
14268 resolv=yes
14269 else
14270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5
14271 $as_echo_n "checking for __res_send in -lresolv... " >&6; }
14272 if test "${ac_cv_lib_resolv___res_send+set}" = set; then :
14273 $as_echo_n "(cached) " >&6
14274 else
14275 ac_check_lib_save_LIBS=$LIBS
14276 LIBS="-lresolv $LIBS"
14277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14278 /* end confdefs.h. */
14279
14280 /* Override any GCC internal prototype to avoid an error.
14281 Use char because int might match the return type of a GCC
14282 builtin and then its argument prototype would still apply. */
14283 #ifdef __cplusplus
14284 extern "C"
14285 #endif
14286 char __res_send ();
14287 int
14288 main ()
14289 {
14290 return __res_send ();
14291 ;
14292 return 0;
14293 }
14294 _ACEOF
14295 if ac_fn_c_try_link "$LINENO"; then :
14296 ac_cv_lib_resolv___res_send=yes
14297 else
14298 ac_cv_lib_resolv___res_send=no
14299 fi
14300 rm -f core conftest.err conftest.$ac_objext \
14301 conftest$ac_exeext conftest.$ac_ext
14302 LIBS=$ac_check_lib_save_LIBS
14303 fi
14304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5
14305 $as_echo "$ac_cv_lib_resolv___res_send" >&6; }
14306 if test "x$ac_cv_lib_resolv___res_send" = x""yes; then :
14307 resolv=yes
14308 fi
14309
14310 fi
14311
14312 fi
14313
14314 fi
14315
14316 if test "$resolv" = yes ; then
14317 RESOLVLIB=-lresolv
14318 else
14319 RESOLVLIB=
14320 fi
14321 ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost"
14322 if test "x$ac_cv_func_hes_getmailhost" = x""yes; then :
14323
14324 else
14325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5
14326 $as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; }
14327 if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then :
14328 $as_echo_n "(cached) " >&6
14329 else
14330 ac_check_lib_save_LIBS=$LIBS
14331 LIBS="-lhesiod $RESOLVLIB $LIBS"
14332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14333 /* end confdefs.h. */
14334
14335 /* Override any GCC internal prototype to avoid an error.
14336 Use char because int might match the return type of a GCC
14337 builtin and then its argument prototype would still apply. */
14338 #ifdef __cplusplus
14339 extern "C"
14340 #endif
14341 char hes_getmailhost ();
14342 int
14343 main ()
14344 {
14345 return hes_getmailhost ();
14346 ;
14347 return 0;
14348 }
14349 _ACEOF
14350 if ac_fn_c_try_link "$LINENO"; then :
14351 ac_cv_lib_hesiod_hes_getmailhost=yes
14352 else
14353 ac_cv_lib_hesiod_hes_getmailhost=no
14354 fi
14355 rm -f core conftest.err conftest.$ac_objext \
14356 conftest$ac_exeext conftest.$ac_ext
14357 LIBS=$ac_check_lib_save_LIBS
14358 fi
14359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
14360 $as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; }
14361 if test "x$ac_cv_lib_hesiod_hes_getmailhost" = x""yes; then :
14362 hesiod=yes
14363 else
14364 :
14365 fi
14366
14367 fi
14368
14369
14370 if test x"$hesiod" = xyes; then
14371
14372 $as_echo "#define HAVE_LIBHESIOD 1" >>confdefs.h
14373
14374 LIBHESIOD=-lhesiod
14375 fi
14376 fi
14377
14378
14379 # Do we need libresolv (due to res_init or Hesiod)?
14380 if test "$resolv" = yes && test $opsys != darwin; then
14381
14382 $as_echo "#define HAVE_LIBRESOLV 1" >>confdefs.h
14383
14384 LIBRESOLV=-lresolv
14385 else
14386 LIBRESOLV=
14387 fi
14388
14389
14390 # These tell us which Kerberos-related libraries to use.
14391 COM_ERRLIB=
14392 CRYPTOLIB=
14393 KRB5LIB=
14394 DESLIB=
14395 KRB4LIB=
14396
14397 if test "${with_kerberos}" != no; then
14398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5
14399 $as_echo_n "checking for com_err in -lcom_err... " >&6; }
14400 if test "${ac_cv_lib_com_err_com_err+set}" = set; then :
14401 $as_echo_n "(cached) " >&6
14402 else
14403 ac_check_lib_save_LIBS=$LIBS
14404 LIBS="-lcom_err $LIBS"
14405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14406 /* end confdefs.h. */
14407
14408 /* Override any GCC internal prototype to avoid an error.
14409 Use char because int might match the return type of a GCC
14410 builtin and then its argument prototype would still apply. */
14411 #ifdef __cplusplus
14412 extern "C"
14413 #endif
14414 char com_err ();
14415 int
14416 main ()
14417 {
14418 return com_err ();
14419 ;
14420 return 0;
14421 }
14422 _ACEOF
14423 if ac_fn_c_try_link "$LINENO"; then :
14424 ac_cv_lib_com_err_com_err=yes
14425 else
14426 ac_cv_lib_com_err_com_err=no
14427 fi
14428 rm -f core conftest.err conftest.$ac_objext \
14429 conftest$ac_exeext conftest.$ac_ext
14430 LIBS=$ac_check_lib_save_LIBS
14431 fi
14432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5
14433 $as_echo "$ac_cv_lib_com_err_com_err" >&6; }
14434 if test "x$ac_cv_lib_com_err_com_err" = x""yes; then :
14435 have_com_err=yes
14436 else
14437 have_com_err=no
14438 fi
14439
14440 if test $have_com_err = yes; then
14441 COM_ERRLIB=-lcom_err
14442 LIBS="$COM_ERRLIB $LIBS"
14443
14444 $as_echo "#define HAVE_LIBCOM_ERR 1" >>confdefs.h
14445
14446 fi
14447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5
14448 $as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; }
14449 if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then :
14450 $as_echo_n "(cached) " >&6
14451 else
14452 ac_check_lib_save_LIBS=$LIBS
14453 LIBS="-lcrypto $LIBS"
14454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14455 /* end confdefs.h. */
14456
14457 /* Override any GCC internal prototype to avoid an error.
14458 Use char because int might match the return type of a GCC
14459 builtin and then its argument prototype would still apply. */
14460 #ifdef __cplusplus
14461 extern "C"
14462 #endif
14463 char mit_des_cbc_encrypt ();
14464 int
14465 main ()
14466 {
14467 return mit_des_cbc_encrypt ();
14468 ;
14469 return 0;
14470 }
14471 _ACEOF
14472 if ac_fn_c_try_link "$LINENO"; then :
14473 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
14474 else
14475 ac_cv_lib_crypto_mit_des_cbc_encrypt=no
14476 fi
14477 rm -f core conftest.err conftest.$ac_objext \
14478 conftest$ac_exeext conftest.$ac_ext
14479 LIBS=$ac_check_lib_save_LIBS
14480 fi
14481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
14482 $as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; }
14483 if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = x""yes; then :
14484 have_crypto=yes
14485 else
14486 have_crypto=no
14487 fi
14488
14489 if test $have_crypto = yes; then
14490 CRYPTOLIB=-lcrypto
14491 LIBS="$CRYPTOLIB $LIBS"
14492
14493 $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h
14494
14495 fi
14496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
14497 $as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; }
14498 if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then :
14499 $as_echo_n "(cached) " >&6
14500 else
14501 ac_check_lib_save_LIBS=$LIBS
14502 LIBS="-lk5crypto $LIBS"
14503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14504 /* end confdefs.h. */
14505
14506 /* Override any GCC internal prototype to avoid an error.
14507 Use char because int might match the return type of a GCC
14508 builtin and then its argument prototype would still apply. */
14509 #ifdef __cplusplus
14510 extern "C"
14511 #endif
14512 char mit_des_cbc_encrypt ();
14513 int
14514 main ()
14515 {
14516 return mit_des_cbc_encrypt ();
14517 ;
14518 return 0;
14519 }
14520 _ACEOF
14521 if ac_fn_c_try_link "$LINENO"; then :
14522 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
14523 else
14524 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no
14525 fi
14526 rm -f core conftest.err conftest.$ac_objext \
14527 conftest$ac_exeext conftest.$ac_ext
14528 LIBS=$ac_check_lib_save_LIBS
14529 fi
14530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
14531 $as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; }
14532 if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = x""yes; then :
14533 have_k5crypto=yes
14534 else
14535 have_k5crypto=no
14536 fi
14537
14538 if test $have_k5crypto = yes; then
14539 CRYPTOLIB=-lk5crypto
14540 LIBS="$CRYPTOLIB $LIBS"
14541
14542 $as_echo "#define HAVE_LIBK5CRYPTO 1" >>confdefs.h
14543
14544 fi
14545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5
14546 $as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; }
14547 if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then :
14548 $as_echo_n "(cached) " >&6
14549 else
14550 ac_check_lib_save_LIBS=$LIBS
14551 LIBS="-lkrb5 $LIBS"
14552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14553 /* end confdefs.h. */
14554
14555 /* Override any GCC internal prototype to avoid an error.
14556 Use char because int might match the return type of a GCC
14557 builtin and then its argument prototype would still apply. */
14558 #ifdef __cplusplus
14559 extern "C"
14560 #endif
14561 char krb5_init_context ();
14562 int
14563 main ()
14564 {
14565 return krb5_init_context ();
14566 ;
14567 return 0;
14568 }
14569 _ACEOF
14570 if ac_fn_c_try_link "$LINENO"; then :
14571 ac_cv_lib_krb5_krb5_init_context=yes
14572 else
14573 ac_cv_lib_krb5_krb5_init_context=no
14574 fi
14575 rm -f core conftest.err conftest.$ac_objext \
14576 conftest$ac_exeext conftest.$ac_ext
14577 LIBS=$ac_check_lib_save_LIBS
14578 fi
14579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5
14580 $as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; }
14581 if test "x$ac_cv_lib_krb5_krb5_init_context" = x""yes; then :
14582 have_krb5=yes
14583 else
14584 have_krb5=no
14585 fi
14586
14587 if test $have_krb5=yes; then
14588 KRB5LIB=-lkrb5
14589 LIBS="$KRB5LIB $LIBS"
14590
14591 $as_echo "#define HAVE_LIBKRB5 1" >>confdefs.h
14592
14593 fi
14594 if test "${with_kerberos5}" = no; then
14595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5
14596 $as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; }
14597 if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then :
14598 $as_echo_n "(cached) " >&6
14599 else
14600 ac_check_lib_save_LIBS=$LIBS
14601 LIBS="-ldes425 $LIBS"
14602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14603 /* end confdefs.h. */
14604
14605 /* Override any GCC internal prototype to avoid an error.
14606 Use char because int might match the return type of a GCC
14607 builtin and then its argument prototype would still apply. */
14608 #ifdef __cplusplus
14609 extern "C"
14610 #endif
14611 char des_cbc_encrypt ();
14612 int
14613 main ()
14614 {
14615 return des_cbc_encrypt ();
14616 ;
14617 return 0;
14618 }
14619 _ACEOF
14620 if ac_fn_c_try_link "$LINENO"; then :
14621 ac_cv_lib_des425_des_cbc_encrypt=yes
14622 else
14623 ac_cv_lib_des425_des_cbc_encrypt=no
14624 fi
14625 rm -f core conftest.err conftest.$ac_objext \
14626 conftest$ac_exeext conftest.$ac_ext
14627 LIBS=$ac_check_lib_save_LIBS
14628 fi
14629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
14630 $as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; }
14631 if test "x$ac_cv_lib_des425_des_cbc_encrypt" = x""yes; then :
14632 have_des425=yes
14633 else
14634 have_des425=no
14635 fi
14636
14637 if test $have_des425 = yes; then
14638 DESLIB=-ldes425
14639 LIBS="$DESLIB $LIBS"
14640
14641 $as_echo "#define HAVE_LIBDES425 1" >>confdefs.h
14642
14643 else
14644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5
14645 $as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; }
14646 if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then :
14647 $as_echo_n "(cached) " >&6
14648 else
14649 ac_check_lib_save_LIBS=$LIBS
14650 LIBS="-ldes $LIBS"
14651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14652 /* end confdefs.h. */
14653
14654 /* Override any GCC internal prototype to avoid an error.
14655 Use char because int might match the return type of a GCC
14656 builtin and then its argument prototype would still apply. */
14657 #ifdef __cplusplus
14658 extern "C"
14659 #endif
14660 char des_cbc_encrypt ();
14661 int
14662 main ()
14663 {
14664 return des_cbc_encrypt ();
14665 ;
14666 return 0;
14667 }
14668 _ACEOF
14669 if ac_fn_c_try_link "$LINENO"; then :
14670 ac_cv_lib_des_des_cbc_encrypt=yes
14671 else
14672 ac_cv_lib_des_des_cbc_encrypt=no
14673 fi
14674 rm -f core conftest.err conftest.$ac_objext \
14675 conftest$ac_exeext conftest.$ac_ext
14676 LIBS=$ac_check_lib_save_LIBS
14677 fi
14678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
14679 $as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; }
14680 if test "x$ac_cv_lib_des_des_cbc_encrypt" = x""yes; then :
14681 have_des=yes
14682 else
14683 have_des=no
14684 fi
14685
14686 if test $have_des = yes; then
14687 DESLIB=-ldes
14688 LIBS="$DESLIB $LIBS"
14689
14690 $as_echo "#define HAVE_LIBDES 1" >>confdefs.h
14691
14692 fi
14693 fi
14694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5
14695 $as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; }
14696 if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then :
14697 $as_echo_n "(cached) " >&6
14698 else
14699 ac_check_lib_save_LIBS=$LIBS
14700 LIBS="-lkrb4 $LIBS"
14701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14702 /* end confdefs.h. */
14703
14704 /* Override any GCC internal prototype to avoid an error.
14705 Use char because int might match the return type of a GCC
14706 builtin and then its argument prototype would still apply. */
14707 #ifdef __cplusplus
14708 extern "C"
14709 #endif
14710 char krb_get_cred ();
14711 int
14712 main ()
14713 {
14714 return krb_get_cred ();
14715 ;
14716 return 0;
14717 }
14718 _ACEOF
14719 if ac_fn_c_try_link "$LINENO"; then :
14720 ac_cv_lib_krb4_krb_get_cred=yes
14721 else
14722 ac_cv_lib_krb4_krb_get_cred=no
14723 fi
14724 rm -f core conftest.err conftest.$ac_objext \
14725 conftest$ac_exeext conftest.$ac_ext
14726 LIBS=$ac_check_lib_save_LIBS
14727 fi
14728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5
14729 $as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; }
14730 if test "x$ac_cv_lib_krb4_krb_get_cred" = x""yes; then :
14731 have_krb4=yes
14732 else
14733 have_krb4=no
14734 fi
14735
14736 if test $have_krb4 = yes; then
14737 KRB4LIB=-lkrb4
14738 LIBS="$KRB4LIB $LIBS"
14739
14740 $as_echo "#define HAVE_LIBKRB4 1" >>confdefs.h
14741
14742 else
14743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5
14744 $as_echo_n "checking for krb_get_cred in -lkrb... " >&6; }
14745 if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then :
14746 $as_echo_n "(cached) " >&6
14747 else
14748 ac_check_lib_save_LIBS=$LIBS
14749 LIBS="-lkrb $LIBS"
14750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14751 /* end confdefs.h. */
14752
14753 /* Override any GCC internal prototype to avoid an error.
14754 Use char because int might match the return type of a GCC
14755 builtin and then its argument prototype would still apply. */
14756 #ifdef __cplusplus
14757 extern "C"
14758 #endif
14759 char krb_get_cred ();
14760 int
14761 main ()
14762 {
14763 return krb_get_cred ();
14764 ;
14765 return 0;
14766 }
14767 _ACEOF
14768 if ac_fn_c_try_link "$LINENO"; then :
14769 ac_cv_lib_krb_krb_get_cred=yes
14770 else
14771 ac_cv_lib_krb_krb_get_cred=no
14772 fi
14773 rm -f core conftest.err conftest.$ac_objext \
14774 conftest$ac_exeext conftest.$ac_ext
14775 LIBS=$ac_check_lib_save_LIBS
14776 fi
14777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5
14778 $as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; }
14779 if test "x$ac_cv_lib_krb_krb_get_cred" = x""yes; then :
14780 have_krb=yes
14781 else
14782 have_krb=no
14783 fi
14784
14785 if test $have_krb = yes; then
14786 KRB4LIB=-lkrb
14787 LIBS="$KRB4LIB $LIBS"
14788
14789 $as_echo "#define HAVE_LIBKRB 1" >>confdefs.h
14790
14791 fi
14792 fi
14793 fi
14794
14795 if test "${with_kerberos5}" != no; then
14796 for ac_header in krb5.h
14797 do :
14798 ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default"
14799 if test "x$ac_cv_header_krb5_h" = x""yes; then :
14800 cat >>confdefs.h <<_ACEOF
14801 #define HAVE_KRB5_H 1
14802 _ACEOF
14803 ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h>
14804 "
14805 if test "x$ac_cv_member_krb5_error_text" = x""yes; then :
14806
14807 cat >>confdefs.h <<_ACEOF
14808 #define HAVE_KRB5_ERROR_TEXT 1
14809 _ACEOF
14810
14811
14812 fi
14813 ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h>
14814 "
14815 if test "x$ac_cv_member_krb5_error_e_text" = x""yes; then :
14816
14817 cat >>confdefs.h <<_ACEOF
14818 #define HAVE_KRB5_ERROR_E_TEXT 1
14819 _ACEOF
14820
14821
14822 fi
14823
14824 fi
14825
14826 done
14827
14828 else
14829 for ac_header in des.h
14830 do :
14831 ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default"
14832 if test "x$ac_cv_header_des_h" = x""yes; then :
14833 cat >>confdefs.h <<_ACEOF
14834 #define HAVE_DES_H 1
14835 _ACEOF
14836
14837 else
14838 for ac_header in kerberosIV/des.h
14839 do :
14840 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default"
14841 if test "x$ac_cv_header_kerberosIV_des_h" = x""yes; then :
14842 cat >>confdefs.h <<_ACEOF
14843 #define HAVE_KERBEROSIV_DES_H 1
14844 _ACEOF
14845
14846 else
14847 for ac_header in kerberos/des.h
14848 do :
14849 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default"
14850 if test "x$ac_cv_header_kerberos_des_h" = x""yes; then :
14851 cat >>confdefs.h <<_ACEOF
14852 #define HAVE_KERBEROS_DES_H 1
14853 _ACEOF
14854
14855 fi
14856
14857 done
14858
14859 fi
14860
14861 done
14862
14863 fi
14864
14865 done
14866
14867 for ac_header in krb.h
14868 do :
14869 ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default"
14870 if test "x$ac_cv_header_krb_h" = x""yes; then :
14871 cat >>confdefs.h <<_ACEOF
14872 #define HAVE_KRB_H 1
14873 _ACEOF
14874
14875 else
14876 for ac_header in kerberosIV/krb.h
14877 do :
14878 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default"
14879 if test "x$ac_cv_header_kerberosIV_krb_h" = x""yes; then :
14880 cat >>confdefs.h <<_ACEOF
14881 #define HAVE_KERBEROSIV_KRB_H 1
14882 _ACEOF
14883
14884 else
14885 for ac_header in kerberos/krb.h
14886 do :
14887 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default"
14888 if test "x$ac_cv_header_kerberos_krb_h" = x""yes; then :
14889 cat >>confdefs.h <<_ACEOF
14890 #define HAVE_KERBEROS_KRB_H 1
14891 _ACEOF
14892
14893 fi
14894
14895 done
14896
14897 fi
14898
14899 done
14900
14901 fi
14902
14903 done
14904
14905 fi
14906 for ac_header in com_err.h
14907 do :
14908 ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default"
14909 if test "x$ac_cv_header_com_err_h" = x""yes; then :
14910 cat >>confdefs.h <<_ACEOF
14911 #define HAVE_COM_ERR_H 1
14912 _ACEOF
14913
14914 fi
14915
14916 done
14917
14918 fi
14919
14920
14921
14922
14923
14924
14925
14926
14927
14928
14929 for ac_func in $ac_func_list
14930 do :
14931 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14932 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14933 eval as_val=\$$as_ac_var
14934 if test "x$as_val" = x""yes; then :
14935 cat >>confdefs.h <<_ACEOF
14936 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14937 _ACEOF
14938
14939 fi
14940 done
14941
14942
14943
14944
14945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5
14946 $as_echo_n "checking whether localtime caches TZ... " >&6; }
14947 if test "${emacs_cv_localtime_cache+set}" = set; then :
14948 $as_echo_n "(cached) " >&6
14949 else
14950 if test x$ac_cv_func_tzset = xyes; then
14951 if test "$cross_compiling" = yes; then :
14952 # If we have tzset, assume the worst when cross-compiling.
14953 emacs_cv_localtime_cache=yes
14954 else
14955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14956 /* end confdefs.h. */
14957 #include <time.h>
14958 char TZ_GMT0[] = "TZ=GMT0";
14959 char TZ_PST8[] = "TZ=PST8";
14960 main()
14961 {
14962 time_t now = time ((time_t *) 0);
14963 int hour_GMT0, hour_unset;
14964 if (putenv (TZ_GMT0) != 0)
14965 exit (1);
14966 hour_GMT0 = localtime (&now)->tm_hour;
14967 unsetenv("TZ");
14968 hour_unset = localtime (&now)->tm_hour;
14969 if (putenv (TZ_PST8) != 0)
14970 exit (1);
14971 if (localtime (&now)->tm_hour == hour_GMT0)
14972 exit (1);
14973 unsetenv("TZ");
14974 if (localtime (&now)->tm_hour != hour_unset)
14975 exit (1);
14976 exit (0);
14977 }
14978 _ACEOF
14979 if ac_fn_c_try_run "$LINENO"; then :
14980 emacs_cv_localtime_cache=no
14981 else
14982 emacs_cv_localtime_cache=yes
14983 fi
14984 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14985 conftest.$ac_objext conftest.beam conftest.$ac_ext
14986 fi
14987
14988 else
14989 # If we lack tzset, report that localtime does not cache TZ,
14990 # since we can't invalidate the cache if we don't have tzset.
14991 emacs_cv_localtime_cache=no
14992 fi
14993 fi
14994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_localtime_cache" >&5
14995 $as_echo "$emacs_cv_localtime_cache" >&6; }
14996 if test $emacs_cv_localtime_cache = yes; then
14997
14998 $as_echo "#define LOCALTIME_CACHE 1" >>confdefs.h
14999
15000 fi
15001
15002 ok_so_far=yes
15003 ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket"
15004 if test "x$ac_cv_func_socket" = x""yes; then :
15005
15006 else
15007 ok_so_far=no
15008 fi
15009
15010 if test $ok_so_far = yes; then
15011 ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default"
15012 if test "x$ac_cv_header_netinet_in_h" = x""yes; then :
15013
15014 else
15015 ok_so_far=no
15016 fi
15017
15018
15019 fi
15020 if test $ok_so_far = yes; then
15021 ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default"
15022 if test "x$ac_cv_header_arpa_inet_h" = x""yes; then :
15023
15024 else
15025 ok_so_far=no
15026 fi
15027
15028
15029 fi
15030 if test $ok_so_far = yes; then
15031
15032 $as_echo "#define HAVE_INET_SOCKETS 1" >>confdefs.h
15033
15034 fi
15035
15036 if test -f /usr/lpp/X11/bin/smt.exp; then
15037
15038 $as_echo "#define HAVE_AIX_SMT_EXP 1" >>confdefs.h
15039
15040 fi
15041
15042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system supports dynamic ptys" >&5
15043 $as_echo_n "checking whether system supports dynamic ptys... " >&6; }
15044 if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
15045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15046 $as_echo "yes" >&6; }
15047
15048 $as_echo "#define HAVE_DEV_PTMX 1" >>confdefs.h
15049
15050 else
15051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15052 $as_echo "no" >&6; }
15053 fi
15054
15055 case $canonical in
15056 *-solaris2.4 | *-solaris2.4.*)
15057 : ${ac_cv_func_vfork_works=no};;
15058 esac
15059
15060 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15061 if test "x$ac_cv_type_pid_t" = x""yes; then :
15062
15063 else
15064
15065 cat >>confdefs.h <<_ACEOF
15066 #define pid_t int
15067 _ACEOF
15068
15069 fi
15070
15071 for ac_header in vfork.h
15072 do :
15073 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
15074 if test "x$ac_cv_header_vfork_h" = x""yes; then :
15075 cat >>confdefs.h <<_ACEOF
15076 #define HAVE_VFORK_H 1
15077 _ACEOF
15078
15079 fi
15080
15081 done
15082
15083 for ac_func in fork vfork
15084 do :
15085 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15086 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15087 eval as_val=\$$as_ac_var
15088 if test "x$as_val" = x""yes; then :
15089 cat >>confdefs.h <<_ACEOF
15090 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15091 _ACEOF
15092
15093 fi
15094 done
15095
15096 if test "x$ac_cv_func_fork" = xyes; then
15097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
15098 $as_echo_n "checking for working fork... " >&6; }
15099 if test "${ac_cv_func_fork_works+set}" = set; then :
15100 $as_echo_n "(cached) " >&6
15101 else
15102 if test "$cross_compiling" = yes; then :
15103 ac_cv_func_fork_works=cross
15104 else
15105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15106 /* end confdefs.h. */
15107 $ac_includes_default
15108 int
15109 main ()
15110 {
15111
15112 /* By Ruediger Kuhlmann. */
15113 return fork () < 0;
15114
15115 ;
15116 return 0;
15117 }
15118 _ACEOF
15119 if ac_fn_c_try_run "$LINENO"; then :
15120 ac_cv_func_fork_works=yes
15121 else
15122 ac_cv_func_fork_works=no
15123 fi
15124 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15125 conftest.$ac_objext conftest.beam conftest.$ac_ext
15126 fi
15127
15128 fi
15129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
15130 $as_echo "$ac_cv_func_fork_works" >&6; }
15131
15132 else
15133 ac_cv_func_fork_works=$ac_cv_func_fork
15134 fi
15135 if test "x$ac_cv_func_fork_works" = xcross; then
15136 case $host in
15137 *-*-amigaos* | *-*-msdosdjgpp*)
15138 # Override, as these systems have only a dummy fork() stub
15139 ac_cv_func_fork_works=no
15140 ;;
15141 *)
15142 ac_cv_func_fork_works=yes
15143 ;;
15144 esac
15145 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
15146 $as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
15147 fi
15148 ac_cv_func_vfork_works=$ac_cv_func_vfork
15149 if test "x$ac_cv_func_vfork" = xyes; then
15150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
15151 $as_echo_n "checking for working vfork... " >&6; }
15152 if test "${ac_cv_func_vfork_works+set}" = set; then :
15153 $as_echo_n "(cached) " >&6
15154 else
15155 if test "$cross_compiling" = yes; then :
15156 ac_cv_func_vfork_works=cross
15157 else
15158 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15159 /* end confdefs.h. */
15160 /* Thanks to Paul Eggert for this test. */
15161 $ac_includes_default
15162 #include <sys/wait.h>
15163 #ifdef HAVE_VFORK_H
15164 # include <vfork.h>
15165 #endif
15166 /* On some sparc systems, changes by the child to local and incoming
15167 argument registers are propagated back to the parent. The compiler
15168 is told about this with #include <vfork.h>, but some compilers
15169 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
15170 static variable whose address is put into a register that is
15171 clobbered by the vfork. */
15172 static void
15173 #ifdef __cplusplus
15174 sparc_address_test (int arg)
15175 # else
15176 sparc_address_test (arg) int arg;
15177 #endif
15178 {
15179 static pid_t child;
15180 if (!child) {
15181 child = vfork ();
15182 if (child < 0) {
15183 perror ("vfork");
15184 _exit(2);
15185 }
15186 if (!child) {
15187 arg = getpid();
15188 write(-1, "", 0);
15189 _exit (arg);
15190 }
15191 }
15192 }
15193
15194 int
15195 main ()
15196 {
15197 pid_t parent = getpid ();
15198 pid_t child;
15199
15200 sparc_address_test (0);
15201
15202 child = vfork ();
15203
15204 if (child == 0) {
15205 /* Here is another test for sparc vfork register problems. This
15206 test uses lots of local variables, at least as many local
15207 variables as main has allocated so far including compiler
15208 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
15209 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
15210 reuse the register of parent for one of the local variables,
15211 since it will think that parent can't possibly be used any more
15212 in this routine. Assigning to the local variable will thus
15213 munge parent in the parent process. */
15214 pid_t
15215 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
15216 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
15217 /* Convince the compiler that p..p7 are live; otherwise, it might
15218 use the same hardware register for all 8 local variables. */
15219 if (p != p1 || p != p2 || p != p3 || p != p4
15220 || p != p5 || p != p6 || p != p7)
15221 _exit(1);
15222
15223 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
15224 from child file descriptors. If the child closes a descriptor
15225 before it execs or exits, this munges the parent's descriptor
15226 as well. Test for this by closing stdout in the child. */
15227 _exit(close(fileno(stdout)) != 0);
15228 } else {
15229 int status;
15230 struct stat st;
15231
15232 while (wait(&status) != child)
15233 ;
15234 return (
15235 /* Was there some problem with vforking? */
15236 child < 0
15237
15238 /* Did the child fail? (This shouldn't happen.) */
15239 || status
15240
15241 /* Did the vfork/compiler bug occur? */
15242 || parent != getpid()
15243
15244 /* Did the file descriptor bug occur? */
15245 || fstat(fileno(stdout), &st) != 0
15246 );
15247 }
15248 }
15249 _ACEOF
15250 if ac_fn_c_try_run "$LINENO"; then :
15251 ac_cv_func_vfork_works=yes
15252 else
15253 ac_cv_func_vfork_works=no
15254 fi
15255 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15256 conftest.$ac_objext conftest.beam conftest.$ac_ext
15257 fi
15258
15259 fi
15260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
15261 $as_echo "$ac_cv_func_vfork_works" >&6; }
15262
15263 fi;
15264 if test "x$ac_cv_func_fork_works" = xcross; then
15265 ac_cv_func_vfork_works=$ac_cv_func_vfork
15266 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
15267 $as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
15268 fi
15269
15270 if test "x$ac_cv_func_vfork_works" = xyes; then
15271
15272 $as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
15273
15274 else
15275
15276 $as_echo "#define vfork fork" >>confdefs.h
15277
15278 fi
15279 if test "x$ac_cv_func_fork_works" = xyes; then
15280
15281 $as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
15282
15283 fi
15284
15285
15286 for ac_func in snprintf
15287 do :
15288 ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf"
15289 if test "x$ac_cv_func_snprintf" = x""yes; then :
15290 cat >>confdefs.h <<_ACEOF
15291 #define HAVE_SNPRINTF 1
15292 _ACEOF
15293
15294 fi
15295 done
15296
15297
15298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
15299 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
15300 if test "${emacs_cv_langinfo_codeset+set}" = set; then :
15301 $as_echo_n "(cached) " >&6
15302 else
15303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15304 /* end confdefs.h. */
15305 #include <langinfo.h>
15306 int
15307 main ()
15308 {
15309 char* cs = nl_langinfo(CODESET);
15310 ;
15311 return 0;
15312 }
15313 _ACEOF
15314 if ac_fn_c_try_link "$LINENO"; then :
15315 emacs_cv_langinfo_codeset=yes
15316 else
15317 emacs_cv_langinfo_codeset=no
15318 fi
15319 rm -f core conftest.err conftest.$ac_objext \
15320 conftest$ac_exeext conftest.$ac_ext
15321
15322 fi
15323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_langinfo_codeset" >&5
15324 $as_echo "$emacs_cv_langinfo_codeset" >&6; }
15325 if test $emacs_cv_langinfo_codeset = yes; then
15326
15327 $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
15328
15329 fi
15330
15331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
15332 $as_echo_n "checking for mbstate_t... " >&6; }
15333 if test "${ac_cv_type_mbstate_t+set}" = set; then :
15334 $as_echo_n "(cached) " >&6
15335 else
15336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15337 /* end confdefs.h. */
15338 $ac_includes_default
15339 # include <wchar.h>
15340 int
15341 main ()
15342 {
15343 mbstate_t x; return sizeof x;
15344 ;
15345 return 0;
15346 }
15347 _ACEOF
15348 if ac_fn_c_try_compile "$LINENO"; then :
15349 ac_cv_type_mbstate_t=yes
15350 else
15351 ac_cv_type_mbstate_t=no
15352 fi
15353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15354 fi
15355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_mbstate_t" >&5
15356 $as_echo "$ac_cv_type_mbstate_t" >&6; }
15357 if test $ac_cv_type_mbstate_t = yes; then
15358
15359 $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
15360
15361 else
15362
15363 $as_echo "#define mbstate_t int" >>confdefs.h
15364
15365 fi
15366
15367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5
15368 $as_echo_n "checking for C restricted array declarations... " >&6; }
15369 if test "${emacs_cv_c_restrict_arr+set}" = set; then :
15370 $as_echo_n "(cached) " >&6
15371 else
15372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15373 /* end confdefs.h. */
15374 void fred (int x[__restrict]);
15375 int
15376 main ()
15377 {
15378
15379 ;
15380 return 0;
15381 }
15382 _ACEOF
15383 if ac_fn_c_try_compile "$LINENO"; then :
15384 emacs_cv_c_restrict_arr=yes
15385 else
15386 emacs_cv_c_restrict_arr=no
15387 fi
15388 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15389 fi
15390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_c_restrict_arr" >&5
15391 $as_echo "$emacs_cv_c_restrict_arr" >&6; }
15392 if test "$emacs_cv_c_restrict_arr" = yes; then
15393
15394 $as_echo "#define __restrict_arr __restrict" >>confdefs.h
15395
15396 fi
15397
15398
15399
15400 $as_echo "#define AMPERSAND_FULL_NAME 1" >>confdefs.h
15401
15402
15403
15404 $as_echo "#define CLASH_DETECTION 1" >>confdefs.h
15405
15406
15407 ## Note: PTYs are broken on darwin <6. Use at your own risk.
15408
15409 $as_echo "#define HAVE_PTYS 1" >>confdefs.h
15410
15411
15412
15413 $as_echo "#define HAVE_SOCKETS 1" >>confdefs.h
15414
15415
15416
15417
15418
15419 $as_echo "#define NULL_DEVICE \"/dev/null\"" >>confdefs.h
15420
15421
15422
15423 $as_echo "#define SEPCHAR ':'" >>confdefs.h
15424
15425
15426
15427 $as_echo "#define subprocesses 1" >>confdefs.h
15428
15429
15430
15431 $as_echo "#define USER_FULL_NAME pw->pw_gecos" >>confdefs.h
15432
15433
15434
15435
15436 $as_echo "#define DIRECTORY_SEP '/'" >>confdefs.h
15437
15438
15439
15440
15441
15442 $as_echo "#define IS_DEVICE_SEP(_c_) 0" >>confdefs.h
15443
15444
15445
15446 $as_echo "#define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)" >>confdefs.h
15447
15448
15449
15450 $as_echo "#define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))" >>confdefs.h
15451
15452
15453
15454
15455
15456 case $opsys in
15457 aix4-2)
15458 if test x$ac_cv_lib_Xmu_XmuConvertStandardSelection != xyes; then
15459 $as_echo "#define NO_EDITRES 1" >>confdefs.h
15460
15461 fi
15462 ;;
15463
15464 hpux*)
15465 $as_echo "#define NO_EDITRES 1" >>confdefs.h
15466
15467 ;;
15468 esac
15469
15470
15471 case $opsys in
15472 irix6-5 | sol2* | unixware )
15473
15474 $as_echo "#define NSIG_MINIMUM 32" >>confdefs.h
15475
15476 ;;
15477 esac
15478
15479 emacs_broken_SIGIO=no
15480
15481 case $opsys in
15482 hpux* | irix6-5 | openbsd | sol2* | unixware )
15483 emacs_broken_SIGIO=yes
15484 ;;
15485
15486 aix4-2)
15487
15488 $as_echo "#define BROKEN_GET_CURRENT_DIR_NAME 1" >>confdefs.h
15489
15490 ;;
15491
15492 freebsd)
15493
15494 $as_echo "#define BROKEN_PTY_READ_AFTER_EAGAIN 1" >>confdefs.h
15495
15496 ;;
15497 esac
15498
15499 case $opsys in
15500 gnu-* | sol2-10 )
15501
15502 $as_echo "#define HAVE_PROCFS 1" >>confdefs.h
15503
15504 ;;
15505 esac
15506
15507 case $opsys in
15508 darwin | freebsd | netbsd | openbsd )
15509
15510 $as_echo "#define DONT_REOPEN_PTY 1" >>confdefs.h
15511
15512 ;;
15513 esac
15514
15515 case $opsys in
15516 netbsd | openbsd) sound_device="/dev/audio" ;;
15517 *) sound_device="/dev/dsp" ;;
15518 esac
15519
15520
15521 cat >>confdefs.h <<_ACEOF
15522 #define DEFAULT_SOUND_DEVICE "$sound_device"
15523 _ACEOF
15524
15525
15526
15527 case $opsys in
15528 darwin | gnu-linux | gnu-kfreebsd )
15529
15530 $as_echo "#define INTERRUPT_INPUT 1" >>confdefs.h
15531
15532 ;;
15533 esac
15534
15535
15536 case $opsys in
15537 cygwin|gnu|gnu-linux|gnu-kfreebsd|irix6-5|freebsd|netbsd|openbsd)
15538
15539 $as_echo "#define NARROWPROTO 1" >>confdefs.h
15540
15541 ;;
15542 esac
15543
15544
15545
15546
15547
15548
15549
15550
15551 case $opsys in
15552 aix4-2 )
15553 $as_echo "#define PTY_ITERATION int c; for (c = 0; !c ; c++)" >>confdefs.h
15554
15555 $as_echo "#define PTY_NAME_SPRINTF strcpy (pty_name, \"/dev/ptc\");" >>confdefs.h
15556
15557 $as_echo "#define PTY_TTY_NAME_SPRINTF strcpy (pty_name, ttyname (fd));" >>confdefs.h
15558
15559 ;;
15560
15561 cygwin )
15562 $as_echo "#define PTY_ITERATION int i; for (i = 0; i < 1; i++)" >>confdefs.h
15563
15564 $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
15565
15566 $as_echo "#define PTY_NAME_SPRINTF /**/" >>confdefs.h
15567
15568 $as_echo "#define PTY_TTY_NAME_SPRINTF /**/" >>confdefs.h
15569
15570 ;;
15571
15572 darwin )
15573 $as_echo "#define PTY_ITERATION int i; for (i = 0; i < 1; i++)" >>confdefs.h
15574
15575 $as_echo "#define FIRST_PTY_LETTER 'p'" >>confdefs.h
15576
15577 $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
15578
15579 $as_echo "#define PTY_NAME_SPRINTF /**/" >>confdefs.h
15580
15581 $as_echo "#define PTY_TTY_NAME_SPRINTF /**/" >>confdefs.h
15582
15583 ;;
15584
15585 gnu | openbsd )
15586 $as_echo "#define FIRST_PTY_LETTER 'p'" >>confdefs.h
15587
15588 ;;
15589
15590 gnu-linux | gnu-kfreebsd | freebsd | netbsd )
15591 if test "x$ac_cv_func_grantpt" = xyes; then
15592
15593 $as_echo "#define UNIX98_PTYS 1" >>confdefs.h
15594
15595 $as_echo "#define PTY_ITERATION int i; for (i = 0; i < 1; i++)" >>confdefs.h
15596
15597 $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) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, \"%s\", ptyname); }" >>confdefs.h
15598
15599 if test "x$ac_cv_func_posix_openpt" = xyes; then
15600 $as_echo "#define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)" >>confdefs.h
15601
15602 $as_echo "#define PTY_NAME_SPRINTF /**/" >>confdefs.h
15603
15604 elif test "x$ac_cv_func_getpt" = xyes; then
15605 $as_echo "#define PTY_OPEN fd = getpt ()" >>confdefs.h
15606
15607 $as_echo "#define PTY_NAME_SPRINTF /**/" >>confdefs.h
15608
15609 else
15610 $as_echo "#define PTY_NAME_SPRINTF strcpy (pty_name, \"/dev/ptmx\");" >>confdefs.h
15611
15612 fi
15613 else
15614 $as_echo "#define FIRST_PTY_LETTER 'p'" >>confdefs.h
15615
15616 fi
15617 ;;
15618
15619 hpux*)
15620 $as_echo "#define FIRST_PTY_LETTER 'p'" >>confdefs.h
15621
15622 $as_echo "#define PTY_NAME_SPRINTF sprintf (pty_name, \"/dev/ptym/pty%c%x\", c, i);" >>confdefs.h
15623
15624 $as_echo "#define PTY_TTY_NAME_SPRINTF sprintf (pty_name, \"/dev/pty/tty%c%x\", c, i);" >>confdefs.h
15625
15626 ;;
15627
15628 irix6-5 )
15629 $as_echo "#define PTY_ITERATION /**/" >>confdefs.h
15630
15631 $as_echo "#define FIRST_PTY_LETTER 'q'" >>confdefs.h
15632
15633 $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
15634
15635 $as_echo "#define PTY_NAME_SPRINTF /**/" >>confdefs.h
15636
15637 $as_echo "#define PTY_TTY_NAME_SPRINTF /**/" >>confdefs.h
15638
15639 ;;
15640
15641 sol2* )
15642 $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
15643
15644 ;;
15645
15646 unixware )
15647 $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
15648
15649 ;;
15650 esac
15651
15652
15653 case $opsys in
15654 sol2* | unixware )
15655 $as_echo "#define FIRST_PTY_LETTER 'z'" >>confdefs.h
15656
15657 $as_echo "#define PTY_NAME_SPRINTF strcpy (pty_name, \"/dev/ptmx\");" >>confdefs.h
15658
15659
15660 $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
15661
15662 ;;
15663 esac
15664
15665
15666
15667
15668 case $opsys in
15669 aix4-2 | cygwin | gnu | irix6-5 | freebsd | netbsd | openbsd | darwin )
15670 $as_echo "#define SIGNALS_VIA_CHARACTERS 1" >>confdefs.h
15671
15672 ;;
15673
15674 gnu-linux | gnu-kfreebsd )
15675
15676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for signals via characters" >&5
15677 $as_echo_n "checking for signals via characters... " >&6; }
15678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15679 /* end confdefs.h. */
15680
15681 #include <linux/version.h>
15682 #if LINUX_VERSION_CODE < 0x20400
15683 # error "Linux version too old"
15684 #endif
15685
15686 int
15687 main ()
15688 {
15689
15690 ;
15691 return 0;
15692 }
15693 _ACEOF
15694 if ac_fn_c_try_cpp "$LINENO"; then :
15695 emacs_signals_via_chars=yes
15696 else
15697 emacs_signals_via_chars=no
15698 fi
15699 rm -f conftest.err conftest.$ac_ext
15700
15701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_signals_via_chars" >&5
15702 $as_echo "$emacs_signals_via_chars" >&6; }
15703 test $emacs_signals_via_chars = yes && $as_echo "#define SIGNALS_VIA_CHARACTERS 1" >>confdefs.h
15704
15705 ;;
15706 esac
15707
15708
15709
15710
15711 case $opsys in
15712 aix*)
15713 $as_echo "#define DATA_SEG_BITS 0x20000000" >>confdefs.h
15714
15715 ;;
15716 hpux*)
15717 $as_echo "#define DATA_SEG_BITS 0x40000000" >>confdefs.h
15718
15719 ;;
15720 irix6-5)
15721 $as_echo "#define DATA_SEG_BITS 0x10000000" >>confdefs.h
15722
15723 ;;
15724 esac
15725
15726
15727
15728
15729 case $opsys in
15730 darwin) $as_echo "#define TAB3 OXTABS" >>confdefs.h
15731 ;;
15732
15733 gnu | freebsd | netbsd | openbsd )
15734
15735 $as_echo "#define TABDLY OXTABS" >>confdefs.h
15736
15737 $as_echo "#define TAB3 OXTABS" >>confdefs.h
15738
15739 ;;
15740
15741 gnu-linux | gnu-kfreebsd )
15742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15743 /* end confdefs.h. */
15744
15745 #ifndef __ia64__
15746 # error "not ia64"
15747 #endif
15748
15749 int
15750 main ()
15751 {
15752
15753 ;
15754 return 0;
15755 }
15756 _ACEOF
15757 if ac_fn_c_try_cpp "$LINENO"; then :
15758
15759 $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
15760
15761 fi
15762 rm -f conftest.err conftest.$ac_ext
15763 ;;
15764
15765 hpux*)
15766
15767 $as_echo "#define RUN_TIME_REMAP 1" >>confdefs.h
15768
15769 ;;
15770 esac
15771
15772
15773
15774
15775
15776 case $opsys in
15777 gnu-linux | gnu-kfreebsd )
15778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15779 /* end confdefs.h. */
15780
15781 #if defined __i386__ || defined __sparc__ || defined __mc68000__ \
15782 || defined __alpha__ || defined __mips__ || defined __s390__ \
15783 || defined __arm__ || defined __powerpc__ || defined __amd64__ \
15784 || defined __ia64__ || defined __sh__
15785 /* ok */
15786 #else
15787 # error "setjmp not known to work on this arch"
15788 #endif
15789
15790 int
15791 main ()
15792 {
15793
15794 ;
15795 return 0;
15796 }
15797 _ACEOF
15798 if ac_fn_c_try_cpp "$LINENO"; then :
15799 $as_echo "#define GC_SETJMP_WORKS 1" >>confdefs.h
15800
15801 fi
15802 rm -f conftest.err conftest.$ac_ext
15803 ;;
15804 esac
15805
15806
15807 if test x$GCC = xyes; then
15808 $as_echo "#define GC_SETJMP_WORKS 1" >>confdefs.h
15809
15810 else
15811 case $opsys in
15812 freebsd | netbsd | openbsd | irix6-5 | sol2* )
15813 $as_echo "#define GC_SETJMP_WORKS 1" >>confdefs.h
15814
15815 ;;
15816 esac
15817 fi
15818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _setjmp" >&5
15819 $as_echo_n "checking for _setjmp... " >&6; }
15820 if test "${emacs_cv_func__setjmp+set}" = set; then :
15821 $as_echo_n "(cached) " >&6
15822 else
15823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15824 /* end confdefs.h. */
15825 #include <setjmp.h>
15826
15827 int
15828 main ()
15829 {
15830 jmp_buf j;
15831 if (! _setjmp (j))
15832 _longjmp (j, 1);
15833 ;
15834 return 0;
15835 }
15836 _ACEOF
15837 if ac_fn_c_try_link "$LINENO"; then :
15838 emacs_cv_func__setjmp=yes
15839 else
15840 emacs_cv_func__setjmp=no
15841 fi
15842 rm -f core conftest.err conftest.$ac_objext \
15843 conftest$ac_exeext conftest.$ac_ext
15844 fi
15845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_func__setjmp" >&5
15846 $as_echo "$emacs_cv_func__setjmp" >&6; }
15847 if test $emacs_cv_func__setjmp = yes; then
15848
15849 $as_echo "#define HAVE__SETJMP 1" >>confdefs.h
15850
15851 else
15852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
15853 $as_echo_n "checking for sigsetjmp... " >&6; }
15854 if test "${emacs_cv_func_sigsetjmp+set}" = set; then :
15855 $as_echo_n "(cached) " >&6
15856 else
15857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15858 /* end confdefs.h. */
15859 #include <setjmp.h>
15860
15861 int
15862 main ()
15863 {
15864 sigjmp_buf j;
15865 if (! sigsetjmp (j, 1))
15866 siglongjmp (j, 1);
15867 ;
15868 return 0;
15869 }
15870 _ACEOF
15871 if ac_fn_c_try_link "$LINENO"; then :
15872 emacs_cv_func_sigsetjmp=yes
15873 else
15874 emacs_cv_func_sigsetjmp=no
15875 fi
15876 rm -f core conftest.err conftest.$ac_objext \
15877 conftest$ac_exeext conftest.$ac_ext
15878 fi
15879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_func_sigsetjmp" >&5
15880 $as_echo "$emacs_cv_func_sigsetjmp" >&6; }
15881 if test $emacs_cv_func_sigsetjmp = yes; then
15882
15883 $as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
15884
15885 fi
15886 fi
15887
15888 case $opsys in
15889 sol2* | unixware )
15890
15891 $as_echo "#define TIOCSIGSEND TIOCSIGNAL" >>confdefs.h
15892
15893 ;;
15894 esac
15895
15896
15897 case $opsys in
15898 hpux* | sol2* )
15899
15900 $as_echo "#define XOS_NEEDS_TIME_H 1" >>confdefs.h
15901
15902 ;;
15903 esac
15904
15905
15906
15907
15908
15909
15910
15911
15912 case $opsys in
15913 aix4-2)
15914 $as_echo "#define USG /**/" >>confdefs.h
15915
15916 $as_echo "#define USG5 /**/" >>confdefs.h
15917
15918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15919 /* end confdefs.h. */
15920
15921 #ifndef _AIX
15922 # error "_AIX not defined"
15923 #endif
15924
15925 int
15926 main ()
15927 {
15928
15929 ;
15930 return 0;
15931 }
15932 _ACEOF
15933 if ac_fn_c_try_cpp "$LINENO"; then :
15934
15935 else
15936
15937 $as_echo "#define _AIX /**/" >>confdefs.h
15938
15939 fi
15940 rm -f conftest.err conftest.$ac_ext
15941 ;;
15942
15943 cygwin)
15944
15945 $as_echo "#define CYGWIN 1" >>confdefs.h
15946
15947 ;;
15948
15949 darwin)
15950
15951 $as_echo "#define DARWIN_OS /**/" >>confdefs.h
15952
15953 ;;
15954
15955 gnu-linux | gnu-kfreebsd )
15956 $as_echo "#define USG /**/" >>confdefs.h
15957
15958
15959 $as_echo "#define GNU_LINUX /**/" >>confdefs.h
15960
15961 ;;
15962
15963 hpux*)
15964 $as_echo "#define USG /**/" >>confdefs.h
15965
15966 $as_echo "#define USG5 /**/" >>confdefs.h
15967
15968
15969 $as_echo "#define HPUX /**/" >>confdefs.h
15970
15971 ;;
15972
15973 irix6-5)
15974 $as_echo "#define USG /**/" >>confdefs.h
15975
15976 $as_echo "#define USG5 /**/" >>confdefs.h
15977
15978 $as_echo "#define USG5_4 /**/" >>confdefs.h
15979
15980
15981 $as_echo "#define IRIX6_5 /**/" >>confdefs.h
15982
15983 ;;
15984
15985 sol2*)
15986 $as_echo "#define USG /**/" >>confdefs.h
15987
15988 $as_echo "#define USG5 /**/" >>confdefs.h
15989
15990 $as_echo "#define USG5_4 /**/" >>confdefs.h
15991
15992
15993 $as_echo "#define SOLARIS2 /**/" >>confdefs.h
15994
15995 ;;
15996
15997 unixware)
15998 $as_echo "#define USG /**/" >>confdefs.h
15999
16000 $as_echo "#define USG5 /**/" >>confdefs.h
16001
16002 $as_echo "#define USG5_4 /**/" >>confdefs.h
16003
16004 ;;
16005 esac
16006
16007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable FIONREAD" >&5
16008 $as_echo_n "checking for usable FIONREAD... " >&6; }
16009 if test "${emacs_cv_usable_FIONREAD+set}" = set; then :
16010 $as_echo_n "(cached) " >&6
16011 else
16012 case $opsys in
16013 aix4-2)
16014 emacs_cv_usable_FIONREAD=no
16015 ;;
16016
16017 *)
16018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16019 /* end confdefs.h. */
16020 #include <sys/types.h>
16021 #include <sys/ioctl.h>
16022 #ifdef USG5_4
16023 # include <sys/filio.h>
16024 #endif
16025
16026 int
16027 main ()
16028 {
16029 int foo = ioctl (0, FIONREAD, &foo);
16030 ;
16031 return 0;
16032 }
16033 _ACEOF
16034 if ac_fn_c_try_compile "$LINENO"; then :
16035 emacs_cv_usable_FIONREAD=yes
16036 else
16037 emacs_cv_usable_FIONREAD=no
16038 fi
16039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16040 ;;
16041 esac
16042 fi
16043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_usable_FIONREAD" >&5
16044 $as_echo "$emacs_cv_usable_FIONREAD" >&6; }
16045 if test $emacs_cv_usable_FIONREAD = yes; then
16046
16047 $as_echo "#define USABLE_FIONREAD 1" >>confdefs.h
16048
16049
16050 if test $emacs_broken_SIGIO = no; then
16051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable SIGIO" >&5
16052 $as_echo_n "checking for usable SIGIO... " >&6; }
16053 if test "${emacs_cv_usable_SIGIO+set}" = set; then :
16054 $as_echo_n "(cached) " >&6
16055 else
16056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16057 /* end confdefs.h. */
16058 #include <fcntl.h>
16059 #include <signal.h>
16060
16061 int
16062 main ()
16063 {
16064 int foo = SIGIO | F_SETFL | FASYNC;
16065 ;
16066 return 0;
16067 }
16068 _ACEOF
16069 if ac_fn_c_try_compile "$LINENO"; then :
16070 emacs_cv_usable_SIGIO=yes
16071 else
16072 emacs_cv_usable_SIGIO=no
16073 fi
16074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16075 fi
16076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_usable_SIGIO" >&5
16077 $as_echo "$emacs_cv_usable_SIGIO" >&6; }
16078 if test $emacs_cv_usable_SIGIO = yes; then
16079
16080 $as_echo "#define USABLE_SIGIO 1" >>confdefs.h
16081
16082 fi
16083 fi
16084 fi
16085
16086
16087 case $opsys in
16088 cygwin)
16089
16090 $as_echo "#define G_SLICE_ALWAYS_MALLOC 1" >>confdefs.h
16091
16092 ;;
16093
16094 hpux11)
16095
16096 $as_echo "#define USG_SUBTTY_WORKS 1" >>confdefs.h
16097
16098 ;;
16099
16100 irix6-5)
16101
16102 $as_echo "#define PREFER_VSUSP 1" >>confdefs.h
16103
16104 ;;
16105
16106 sol2-10)
16107
16108 $as_echo "#define _STRUCTURED_PROC 1" >>confdefs.h
16109
16110 ;;
16111 esac
16112
16113 # Set up the CFLAGS for real compilation, so we can substitute it.
16114 CFLAGS="$REAL_CFLAGS"
16115 CPPFLAGS="$REAL_CPPFLAGS"
16116
16117 ## Hack to detect a buggy GCC version.
16118 if test "x$GCC" = xyes \
16119 && test x"`$CC --version 2> /dev/null | grep 'gcc.* 4.5.0'`" != x \
16120 && test x"`echo $CFLAGS | grep '\-O[23]'`" != x \
16121 && test x"`echo $CFLAGS | grep '\-fno-optimize-sibling-calls'`" = x; then
16122 as_fn_error "GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'." "$LINENO" 5
16123 fi
16124
16125 version=$PACKAGE_VERSION
16126
16127 copyright="Copyright (C) 2013 Free Software Foundation, Inc."
16128
16129 cat >>confdefs.h <<_ACEOF
16130 #define COPYRIGHT "$copyright"
16131 _ACEOF
16132
16133
16134
16135 ### Specify what sort of things we'll be editing into Makefile and config.h.
16136 ### Use configuration here uncanonicalized to avoid exceeding size limits.
16137
16138
16139 ## Unused?
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
16162 ## FIXME? Nothing uses @LD_SWITCH_X_SITE@.
16163 ## src/Makefile.in did add LD_SWITCH_X_SITE (as a cpp define) to the
16164 ## end of LIBX_BASE, but nothing ever set it.
16165
16166
16167
16168
16169 ## Used in lwlib/Makefile.in.
16170
16171
16172
16173
16174
16175
16176
16177
16178 if test -n "${term_header}"; then
16179
16180 cat >>confdefs.h <<_ACEOF
16181 #define TERM_HEADER "${term_header}"
16182 _ACEOF
16183
16184 fi
16185
16186
16187 cat >>confdefs.h <<_ACEOF
16188 #define EMACS_CONFIGURATION "${canonical}"
16189 _ACEOF
16190
16191 emacs_config_options=`echo "$emacs_config_options " | sed -e 's/--no-create //' -e 's/--no-recursion //' -e 's/ *$//' -e "s/\"/'/g"`
16192
16193 cat >>confdefs.h <<_ACEOF
16194 #define EMACS_CONFIG_OPTIONS "${emacs_config_options}"
16195 _ACEOF
16196
16197
16198
16199 XMENU_OBJ=
16200 XOBJ=
16201 FONT_OBJ=
16202 if test "${HAVE_X_WINDOWS}" = "yes" ; then
16203
16204 $as_echo "#define HAVE_X_WINDOWS 1" >>confdefs.h
16205
16206 XMENU_OBJ=xmenu.o
16207 XOBJ="xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o xgselect.o"
16208 FONT_OBJ=xfont.o
16209 if test "$HAVE_XFT" = "yes"; then
16210 FONT_OBJ="$FONT_OBJ ftfont.o xftfont.o ftxfont.o"
16211 elif test "$HAVE_FREETYPE" = "yes"; then
16212 FONT_OBJ="$FONT_OBJ ftfont.o ftxfont.o"
16213 fi
16214
16215 fi
16216
16217
16218
16219
16220 WIDGET_OBJ=
16221 MOTIF_LIBW=
16222 if test "${USE_X_TOOLKIT}" != "none" ; then
16223 WIDGET_OBJ=widget.o
16224
16225 $as_echo "#define USE_X_TOOLKIT 1" >>confdefs.h
16226
16227 if test "${USE_X_TOOLKIT}" = "LUCID"; then
16228
16229 $as_echo "#define USE_LUCID 1" >>confdefs.h
16230
16231 elif test "${USE_X_TOOLKIT}" = "MOTIF"; then
16232
16233 $as_echo "#define USE_MOTIF 1" >>confdefs.h
16234
16235 MOTIF_LIBW=-lXm
16236 case "$opsys" in
16237 gnu-linux)
16238 ## Paul Abrahams <abrahams at equinox.shaysnet.com> says this is needed.
16239 MOTIF_LIBW="$MOTIF_LIBW -lXpm"
16240 ;;
16241
16242 unixware)
16243 ## Richard Anthony Ryan <ryanr at ellingtn.ftc.nrcs.usda.gov>
16244 ## says -lXimp is needed in UNIX_SV ... 4.2 1.1.2.
16245 MOTIF_LIBW="MOTIF_LIBW -lXimp"
16246 ;;
16247
16248 aix4-2)
16249 ## olson@mcs.anl.gov says -li18n is needed by -lXm.
16250 MOTIF_LIBW="$MOTIF_LIBW -li18n"
16251 ;;
16252 esac
16253 MOTIF_LIBW="$MOTIF_LIBW $LIBXP"
16254 fi
16255 fi
16256
16257
16258 TOOLKIT_LIBW=
16259 case "$USE_X_TOOLKIT" in
16260 MOTIF) TOOLKIT_LIBW="$MOTIF_LIBW" ;;
16261 LUCID) TOOLKIT_LIBW="$LUCID_LIBW" ;;
16262 none) test "x$HAVE_GTK" = "xyes" && TOOLKIT_LIBW="$GTK_LIBS" ;;
16263 esac
16264
16265
16266 if test "$USE_X_TOOLKIT" = "none"; then
16267 LIBXT_OTHER="\$(LIBXSM)"
16268 OLDXMENU_TARGET="really-oldXMenu"
16269 else
16270 LIBXT_OTHER="\$(LIBXMU) -lXt \$(LIBXTR6) -lXext"
16271 OLDXMENU_TARGET="really-lwlib"
16272 fi
16273
16274
16275 ## The X Menu stuff is present in the X10 distribution, but missing
16276 ## from X11. If we have X10, just use the installed library;
16277 ## otherwise, use our own copy.
16278 if test "${HAVE_X11}" = "yes" ; then
16279
16280 $as_echo "#define HAVE_X11 1" >>confdefs.h
16281
16282
16283 if test "$USE_X_TOOLKIT" = "none"; then
16284 OLDXMENU="\${oldXMenudir}/libXMenu11.a"
16285 else
16286 OLDXMENU="\${lwlibdir}/liblw.a"
16287 fi
16288 LIBXMENU="\$(OLDXMENU)"
16289 LIBX_OTHER="\$(LIBXT) \$(LIBX_EXTRA)"
16290 OLDXMENU_DEPS="\${OLDXMENU} ../src/\${OLDXMENU}"
16291 else
16292 ## For a syntactically valid Makefile; not actually used for anything.
16293 ## See comments in src/Makefile.in.
16294 OLDXMENU=nothing
16295 ## FIXME This case (!HAVE_X11 && HAVE_X_WINDOWS) is no longer possible(?).
16296 if test "${HAVE_X_WINDOWS}" = "yes"; then
16297 LIBXMENU="-lXMenu"
16298 else
16299 LIBXMENU=
16300 fi
16301 LIBX_OTHER=
16302 OLDXMENU_DEPS=
16303 fi
16304
16305 if test "$HAVE_GTK" = "yes" || test "$HAVE_MENUS" != "yes"; then
16306 OLDXMENU_TARGET=
16307 OLDXMENU=nothing
16308 LIBXMENU=
16309 OLDXMENU_DEPS=
16310 fi
16311
16312
16313
16314
16315
16316
16317
16318 if test "${HAVE_MENUS}" = "yes" ; then
16319
16320 $as_echo "#define HAVE_MENUS 1" >>confdefs.h
16321
16322 fi
16323
16324 if test "${GNU_MALLOC}" = "yes" ; then
16325
16326 $as_echo "#define GNU_MALLOC 1" >>confdefs.h
16327
16328 fi
16329
16330 RALLOC_OBJ=
16331 if test "${REL_ALLOC}" = "yes" ; then
16332
16333 $as_echo "#define REL_ALLOC 1" >>confdefs.h
16334
16335
16336 test "$system_malloc" != "yes" && RALLOC_OBJ=ralloc.o
16337 fi
16338
16339
16340 if test "$opsys" = "cygwin"; then
16341 CYGWIN_OBJ="sheap.o cygw32.o"
16342 ## Cygwin differs because of its unexec().
16343 PRE_ALLOC_OBJ=
16344 POST_ALLOC_OBJ=lastfile.o
16345 else
16346 CYGWIN_OBJ=
16347 PRE_ALLOC_OBJ=lastfile.o
16348 POST_ALLOC_OBJ=
16349 fi
16350
16351
16352
16353
16354 # Configure gnulib. Although this does not affect CFLAGS or LIBS permanently.
16355 # it temporarily reverts them to their pre-pkg-config values,
16356 # because gnulib needs to work with both src (which uses the
16357 # pkg-config stuff) and lib-src (which does not). For example, gnulib
16358 # may need to determine whether LIB_CLOCK_GETTIME should contain -lrt,
16359 # and it therefore needs to run in an environment where LIBS does not
16360 # already contain -lrt merely because 'pkg-config --libs' printed '-lrt'
16361 # for some package unrelated to lib-src.
16362 SAVE_CFLAGS=$CFLAGS
16363 SAVE_LIBS=$LIBS
16364 CFLAGS=$pre_PKG_CONFIG_CFLAGS
16365 LIBS="$LIB_PTHREAD $pre_PKG_CONFIG_LIBS"
16366
16367
16368
16369
16370
16371
16372
16373
16374
16375
16376
16377 LIBC_FATAL_STDERR_=1
16378 export LIBC_FATAL_STDERR_
16379
16380 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
16381 # for constant arguments. Useless!
16382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
16383 $as_echo_n "checking for working alloca.h... " >&6; }
16384 if test "${ac_cv_working_alloca_h+set}" = set; then :
16385 $as_echo_n "(cached) " >&6
16386 else
16387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16388 /* end confdefs.h. */
16389 #include <alloca.h>
16390 int
16391 main ()
16392 {
16393 char *p = (char *) alloca (2 * sizeof (int));
16394 if (p) return 0;
16395 ;
16396 return 0;
16397 }
16398 _ACEOF
16399 if ac_fn_c_try_link "$LINENO"; then :
16400 ac_cv_working_alloca_h=yes
16401 else
16402 ac_cv_working_alloca_h=no
16403 fi
16404 rm -f core conftest.err conftest.$ac_objext \
16405 conftest$ac_exeext conftest.$ac_ext
16406 fi
16407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
16408 $as_echo "$ac_cv_working_alloca_h" >&6; }
16409 if test $ac_cv_working_alloca_h = yes; then
16410
16411 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
16412
16413 fi
16414
16415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
16416 $as_echo_n "checking for alloca... " >&6; }
16417 if test "${ac_cv_func_alloca_works+set}" = set; then :
16418 $as_echo_n "(cached) " >&6
16419 else
16420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16421 /* end confdefs.h. */
16422 #ifdef __GNUC__
16423 # define alloca __builtin_alloca
16424 #else
16425 # ifdef _MSC_VER
16426 # include <malloc.h>
16427 # define alloca _alloca
16428 # else
16429 # ifdef HAVE_ALLOCA_H
16430 # include <alloca.h>
16431 # else
16432 # ifdef _AIX
16433 #pragma alloca
16434 # else
16435 # ifndef alloca /* predefined by HP cc +Olibcalls */
16436 char *alloca ();
16437 # endif
16438 # endif
16439 # endif
16440 # endif
16441 #endif
16442
16443 int
16444 main ()
16445 {
16446 char *p = (char *) alloca (1);
16447 if (p) return 0;
16448 ;
16449 return 0;
16450 }
16451 _ACEOF
16452 if ac_fn_c_try_link "$LINENO"; then :
16453 ac_cv_func_alloca_works=yes
16454 else
16455 ac_cv_func_alloca_works=no
16456 fi
16457 rm -f core conftest.err conftest.$ac_objext \
16458 conftest$ac_exeext conftest.$ac_ext
16459 fi
16460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
16461 $as_echo "$ac_cv_func_alloca_works" >&6; }
16462
16463 if test $ac_cv_func_alloca_works = yes; then
16464
16465 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
16466
16467 else
16468 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
16469 # that cause trouble. Some versions do not even contain alloca or
16470 # contain a buggy version. If you still want to use their alloca,
16471 # use ar to extract alloca.o from them instead of compiling alloca.c.
16472
16473
16474
16475
16476
16477 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
16478
16479 $as_echo "#define C_ALLOCA 1" >>confdefs.h
16480
16481
16482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 'alloca.c' needs Cray hooks" >&5
16483 $as_echo_n "checking whether 'alloca.c' needs Cray hooks... " >&6; }
16484 if test "${ac_cv_os_cray+set}" = set; then :
16485 $as_echo_n "(cached) " >&6
16486 else
16487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16488 /* end confdefs.h. */
16489 #if defined CRAY && ! defined CRAY2
16490 webecray
16491 #else
16492 wenotbecray
16493 #endif
16494
16495 _ACEOF
16496 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16497 $EGREP "webecray" >/dev/null 2>&1; then :
16498 ac_cv_os_cray=yes
16499 else
16500 ac_cv_os_cray=no
16501 fi
16502 rm -f conftest*
16503
16504 fi
16505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
16506 $as_echo "$ac_cv_os_cray" >&6; }
16507 if test $ac_cv_os_cray = yes; then
16508 for ac_func in _getb67 GETB67 getb67; do
16509 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16510 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16511 eval as_val=\$$as_ac_var
16512 if test "x$as_val" = x""yes; then :
16513
16514 cat >>confdefs.h <<_ACEOF
16515 #define CRAY_STACKSEG_END $ac_func
16516 _ACEOF
16517
16518 break
16519 fi
16520
16521 done
16522 fi
16523
16524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
16525 $as_echo_n "checking stack direction for C alloca... " >&6; }
16526 if test "${ac_cv_c_stack_direction+set}" = set; then :
16527 $as_echo_n "(cached) " >&6
16528 else
16529 if test "$cross_compiling" = yes; then :
16530 ac_cv_c_stack_direction=0
16531 else
16532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16533 /* end confdefs.h. */
16534 $ac_includes_default
16535 int
16536 find_stack_direction (int *addr, int depth)
16537 {
16538 int dir, dummy = 0;
16539 if (! addr)
16540 addr = &dummy;
16541 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
16542 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
16543 return dir + dummy;
16544 }
16545
16546 int
16547 main (int argc, char **argv)
16548 {
16549 return find_stack_direction (0, argc + !argv + 20) < 0;
16550 }
16551 _ACEOF
16552 if ac_fn_c_try_run "$LINENO"; then :
16553 ac_cv_c_stack_direction=1
16554 else
16555 ac_cv_c_stack_direction=-1
16556 fi
16557 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16558 conftest.$ac_objext conftest.beam conftest.$ac_ext
16559 fi
16560
16561 fi
16562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
16563 $as_echo "$ac_cv_c_stack_direction" >&6; }
16564 cat >>confdefs.h <<_ACEOF
16565 #define STACK_DIRECTION $ac_cv_c_stack_direction
16566 _ACEOF
16567
16568
16569 fi
16570
16571
16572
16573
16574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
16575 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
16576 if test "${ac_cv_c_bigendian+set}" = set; then :
16577 $as_echo_n "(cached) " >&6
16578 else
16579 ac_cv_c_bigendian=unknown
16580 # See if we're dealing with a universal compiler.
16581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16582 /* end confdefs.h. */
16583 #ifndef __APPLE_CC__
16584 not a universal capable compiler
16585 #endif
16586 typedef int dummy;
16587
16588 _ACEOF
16589 if ac_fn_c_try_compile "$LINENO"; then :
16590
16591 # Check for potential -arch flags. It is not universal unless
16592 # there are at least two -arch flags with different values.
16593 ac_arch=
16594 ac_prev=
16595 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
16596 if test -n "$ac_prev"; then
16597 case $ac_word in
16598 i?86 | x86_64 | ppc | ppc64)
16599 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
16600 ac_arch=$ac_word
16601 else
16602 ac_cv_c_bigendian=universal
16603 break
16604 fi
16605 ;;
16606 esac
16607 ac_prev=
16608 elif test "x$ac_word" = "x-arch"; then
16609 ac_prev=arch
16610 fi
16611 done
16612 fi
16613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16614 if test $ac_cv_c_bigendian = unknown; then
16615 # See if sys/param.h defines the BYTE_ORDER macro.
16616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16617 /* end confdefs.h. */
16618 #include <sys/types.h>
16619 #include <sys/param.h>
16620
16621 int
16622 main ()
16623 {
16624 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
16625 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
16626 && LITTLE_ENDIAN)
16627 bogus endian macros
16628 #endif
16629
16630 ;
16631 return 0;
16632 }
16633 _ACEOF
16634 if ac_fn_c_try_compile "$LINENO"; then :
16635 # It does; now see whether it defined to BIG_ENDIAN or not.
16636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16637 /* end confdefs.h. */
16638 #include <sys/types.h>
16639 #include <sys/param.h>
16640
16641 int
16642 main ()
16643 {
16644 #if BYTE_ORDER != BIG_ENDIAN
16645 not big endian
16646 #endif
16647
16648 ;
16649 return 0;
16650 }
16651 _ACEOF
16652 if ac_fn_c_try_compile "$LINENO"; then :
16653 ac_cv_c_bigendian=yes
16654 else
16655 ac_cv_c_bigendian=no
16656 fi
16657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16658 fi
16659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16660 fi
16661 if test $ac_cv_c_bigendian = unknown; then
16662 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
16663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16664 /* end confdefs.h. */
16665 #include <limits.h>
16666
16667 int
16668 main ()
16669 {
16670 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
16671 bogus endian macros
16672 #endif
16673
16674 ;
16675 return 0;
16676 }
16677 _ACEOF
16678 if ac_fn_c_try_compile "$LINENO"; then :
16679 # It does; now see whether it defined to _BIG_ENDIAN or not.
16680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16681 /* end confdefs.h. */
16682 #include <limits.h>
16683
16684 int
16685 main ()
16686 {
16687 #ifndef _BIG_ENDIAN
16688 not big endian
16689 #endif
16690
16691 ;
16692 return 0;
16693 }
16694 _ACEOF
16695 if ac_fn_c_try_compile "$LINENO"; then :
16696 ac_cv_c_bigendian=yes
16697 else
16698 ac_cv_c_bigendian=no
16699 fi
16700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16701 fi
16702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16703 fi
16704 if test $ac_cv_c_bigendian = unknown; then
16705 # Compile a test program.
16706 if test "$cross_compiling" = yes; then :
16707 # Try to guess by grepping values from an object file.
16708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16709 /* end confdefs.h. */
16710 short int ascii_mm[] =
16711 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
16712 short int ascii_ii[] =
16713 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
16714 int use_ascii (int i) {
16715 return ascii_mm[i] + ascii_ii[i];
16716 }
16717 short int ebcdic_ii[] =
16718 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
16719 short int ebcdic_mm[] =
16720 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
16721 int use_ebcdic (int i) {
16722 return ebcdic_mm[i] + ebcdic_ii[i];
16723 }
16724 extern int foo;
16725
16726 int
16727 main ()
16728 {
16729 return use_ascii (foo) == use_ebcdic (foo);
16730 ;
16731 return 0;
16732 }
16733 _ACEOF
16734 if ac_fn_c_try_compile "$LINENO"; then :
16735 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
16736 ac_cv_c_bigendian=yes
16737 fi
16738 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
16739 if test "$ac_cv_c_bigendian" = unknown; then
16740 ac_cv_c_bigendian=no
16741 else
16742 # finding both strings is unlikely to happen, but who knows?
16743 ac_cv_c_bigendian=unknown
16744 fi
16745 fi
16746 fi
16747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16748 else
16749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16750 /* end confdefs.h. */
16751 $ac_includes_default
16752 int
16753 main ()
16754 {
16755
16756 /* Are we little or big endian? From Harbison&Steele. */
16757 union
16758 {
16759 long int l;
16760 char c[sizeof (long int)];
16761 } u;
16762 u.l = 1;
16763 return u.c[sizeof (long int) - 1] == 1;
16764
16765 ;
16766 return 0;
16767 }
16768 _ACEOF
16769 if ac_fn_c_try_run "$LINENO"; then :
16770 ac_cv_c_bigendian=no
16771 else
16772 ac_cv_c_bigendian=yes
16773 fi
16774 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16775 conftest.$ac_objext conftest.beam conftest.$ac_ext
16776 fi
16777
16778 fi
16779 fi
16780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
16781 $as_echo "$ac_cv_c_bigendian" >&6; }
16782 case $ac_cv_c_bigendian in #(
16783 yes)
16784 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
16785 ;; #(
16786 no)
16787 ;; #(
16788 universal)
16789
16790 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
16791
16792 ;; #(
16793 *)
16794 as_fn_error "unknown endianness
16795 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
16796 esac
16797
16798
16799
16800 GNULIB_CHDIR=0;
16801 GNULIB_CHOWN=0;
16802 GNULIB_CLOSE=0;
16803 GNULIB_DUP=0;
16804 GNULIB_DUP2=0;
16805 GNULIB_DUP3=0;
16806 GNULIB_ENVIRON=0;
16807 GNULIB_EUIDACCESS=0;
16808 GNULIB_FACCESSAT=0;
16809 GNULIB_FCHDIR=0;
16810 GNULIB_FCHOWNAT=0;
16811 GNULIB_FDATASYNC=0;
16812 GNULIB_FSYNC=0;
16813 GNULIB_FTRUNCATE=0;
16814 GNULIB_GETCWD=0;
16815 GNULIB_GETDOMAINNAME=0;
16816 GNULIB_GETDTABLESIZE=0;
16817 GNULIB_GETGROUPS=0;
16818 GNULIB_GETHOSTNAME=0;
16819 GNULIB_GETLOGIN=0;
16820 GNULIB_GETLOGIN_R=0;
16821 GNULIB_GETPAGESIZE=0;
16822 GNULIB_GETUSERSHELL=0;
16823 GNULIB_GROUP_MEMBER=0;
16824 GNULIB_ISATTY=0;
16825 GNULIB_LCHOWN=0;
16826 GNULIB_LINK=0;
16827 GNULIB_LINKAT=0;
16828 GNULIB_LSEEK=0;
16829 GNULIB_PIPE=0;
16830 GNULIB_PIPE2=0;
16831 GNULIB_PREAD=0;
16832 GNULIB_PWRITE=0;
16833 GNULIB_READ=0;
16834 GNULIB_READLINK=0;
16835 GNULIB_READLINKAT=0;
16836 GNULIB_RMDIR=0;
16837 GNULIB_SETHOSTNAME=0;
16838 GNULIB_SLEEP=0;
16839 GNULIB_SYMLINK=0;
16840 GNULIB_SYMLINKAT=0;
16841 GNULIB_TTYNAME_R=0;
16842 GNULIB_UNISTD_H_NONBLOCKING=0;
16843 GNULIB_UNISTD_H_SIGPIPE=0;
16844 GNULIB_UNLINK=0;
16845 GNULIB_UNLINKAT=0;
16846 GNULIB_USLEEP=0;
16847 GNULIB_WRITE=0;
16848 HAVE_CHOWN=1;
16849 HAVE_DUP2=1;
16850 HAVE_DUP3=1;
16851 HAVE_EUIDACCESS=1;
16852 HAVE_FACCESSAT=1;
16853 HAVE_FCHDIR=1;
16854 HAVE_FCHOWNAT=1;
16855 HAVE_FDATASYNC=1;
16856 HAVE_FSYNC=1;
16857 HAVE_FTRUNCATE=1;
16858 HAVE_GETDTABLESIZE=1;
16859 HAVE_GETGROUPS=1;
16860 HAVE_GETHOSTNAME=1;
16861 HAVE_GETLOGIN=1;
16862 HAVE_GETPAGESIZE=1;
16863 HAVE_GROUP_MEMBER=1;
16864 HAVE_LCHOWN=1;
16865 HAVE_LINK=1;
16866 HAVE_LINKAT=1;
16867 HAVE_PIPE=1;
16868 HAVE_PIPE2=1;
16869 HAVE_PREAD=1;
16870 HAVE_PWRITE=1;
16871 HAVE_READLINK=1;
16872 HAVE_READLINKAT=1;
16873 HAVE_SETHOSTNAME=1;
16874 HAVE_SLEEP=1;
16875 HAVE_SYMLINK=1;
16876 HAVE_SYMLINKAT=1;
16877 HAVE_UNLINKAT=1;
16878 HAVE_USLEEP=1;
16879 HAVE_DECL_ENVIRON=1;
16880 HAVE_DECL_FCHDIR=1;
16881 HAVE_DECL_FDATASYNC=1;
16882 HAVE_DECL_GETDOMAINNAME=1;
16883 HAVE_DECL_GETLOGIN_R=1;
16884 HAVE_DECL_GETPAGESIZE=1;
16885 HAVE_DECL_GETUSERSHELL=1;
16886 HAVE_DECL_SETHOSTNAME=1;
16887 HAVE_DECL_TTYNAME_R=1;
16888 HAVE_OS_H=0;
16889 HAVE_SYS_PARAM_H=0;
16890 REPLACE_CHOWN=0;
16891 REPLACE_CLOSE=0;
16892 REPLACE_DUP=0;
16893 REPLACE_DUP2=0;
16894 REPLACE_FCHOWNAT=0;
16895 REPLACE_FTRUNCATE=0;
16896 REPLACE_GETCWD=0;
16897 REPLACE_GETDOMAINNAME=0;
16898 REPLACE_GETLOGIN_R=0;
16899 REPLACE_GETGROUPS=0;
16900 REPLACE_GETPAGESIZE=0;
16901 REPLACE_ISATTY=0;
16902 REPLACE_LCHOWN=0;
16903 REPLACE_LINK=0;
16904 REPLACE_LINKAT=0;
16905 REPLACE_LSEEK=0;
16906 REPLACE_PREAD=0;
16907 REPLACE_PWRITE=0;
16908 REPLACE_READ=0;
16909 REPLACE_READLINK=0;
16910 REPLACE_RMDIR=0;
16911 REPLACE_SLEEP=0;
16912 REPLACE_SYMLINK=0;
16913 REPLACE_TTYNAME_R=0;
16914 REPLACE_UNLINK=0;
16915 REPLACE_UNLINKAT=0;
16916 REPLACE_USLEEP=0;
16917 REPLACE_WRITE=0;
16918 UNISTD_H_HAVE_WINSOCK2_H=0;
16919 UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=0;
16920
16921
16922
16923 GNULIB_OPENDIR=0;
16924 GNULIB_READDIR=0;
16925 GNULIB_REWINDDIR=0;
16926 GNULIB_CLOSEDIR=0;
16927 GNULIB_DIRFD=0;
16928 GNULIB_FDOPENDIR=0;
16929 GNULIB_SCANDIR=0;
16930 GNULIB_ALPHASORT=0;
16931 HAVE_OPENDIR=1;
16932 HAVE_READDIR=1;
16933 HAVE_REWINDDIR=1;
16934 HAVE_CLOSEDIR=1;
16935 HAVE_DECL_DIRFD=1;
16936 HAVE_DECL_FDOPENDIR=1;
16937 HAVE_FDOPENDIR=1;
16938 HAVE_SCANDIR=1;
16939 HAVE_ALPHASORT=1;
16940 REPLACE_OPENDIR=0;
16941 REPLACE_CLOSEDIR=0;
16942 REPLACE_DIRFD=0;
16943 REPLACE_FDOPENDIR=0;
16944
16945
16946
16947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5
16948 $as_echo_n "checking whether the preprocessor supports include_next... " >&6; }
16949 if test "${gl_cv_have_include_next+set}" = set; then :
16950 $as_echo_n "(cached) " >&6
16951 else
16952 rm -rf conftestd1a conftestd1b conftestd2
16953 mkdir conftestd1a conftestd1b conftestd2
16954 cat <<EOF > conftestd1a/conftest.h
16955 #define DEFINED_IN_CONFTESTD1
16956 #include_next <conftest.h>
16957 #ifdef DEFINED_IN_CONFTESTD2
16958 int foo;
16959 #else
16960 #error "include_next doesn't work"
16961 #endif
16962 EOF
16963 cat <<EOF > conftestd1b/conftest.h
16964 #define DEFINED_IN_CONFTESTD1
16965 #include <stdio.h>
16966 #include_next <conftest.h>
16967 #ifdef DEFINED_IN_CONFTESTD2
16968 int foo;
16969 #else
16970 #error "include_next doesn't work"
16971 #endif
16972 EOF
16973 cat <<EOF > conftestd2/conftest.h
16974 #ifndef DEFINED_IN_CONFTESTD1
16975 #error "include_next test doesn't work"
16976 #endif
16977 #define DEFINED_IN_CONFTESTD2
16978 EOF
16979 gl_save_CPPFLAGS="$CPPFLAGS"
16980 CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1b -Iconftestd2"
16981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16982 /* end confdefs.h. */
16983 #include <conftest.h>
16984 _ACEOF
16985 if ac_fn_c_try_compile "$LINENO"; then :
16986 gl_cv_have_include_next=yes
16987 else
16988 CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1a -Iconftestd2"
16989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16990 /* end confdefs.h. */
16991 #include <conftest.h>
16992 _ACEOF
16993 if ac_fn_c_try_compile "$LINENO"; then :
16994 gl_cv_have_include_next=buggy
16995 else
16996 gl_cv_have_include_next=no
16997 fi
16998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16999
17000 fi
17001 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17002 CPPFLAGS="$gl_save_CPPFLAGS"
17003 rm -rf conftestd1a conftestd1b conftestd2
17004
17005 fi
17006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_include_next" >&5
17007 $as_echo "$gl_cv_have_include_next" >&6; }
17008 PRAGMA_SYSTEM_HEADER=
17009 if test $gl_cv_have_include_next = yes; then
17010 INCLUDE_NEXT=include_next
17011 INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next
17012 if test -n "$GCC"; then
17013 PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
17014 fi
17015 else
17016 if test $gl_cv_have_include_next = buggy; then
17017 INCLUDE_NEXT=include
17018 INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next
17019 else
17020 INCLUDE_NEXT=include
17021 INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include
17022 fi
17023 fi
17024
17025
17026
17027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5
17028 $as_echo_n "checking whether system header files limit the line length... " >&6; }
17029 if test "${gl_cv_pragma_columns+set}" = set; then :
17030 $as_echo_n "(cached) " >&6
17031 else
17032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17033 /* end confdefs.h. */
17034
17035 #ifdef __TANDEM
17036 choke me
17037 #endif
17038
17039 _ACEOF
17040 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17041 $EGREP "choke me" >/dev/null 2>&1; then :
17042 gl_cv_pragma_columns=yes
17043 else
17044 gl_cv_pragma_columns=no
17045 fi
17046 rm -f conftest*
17047
17048
17049 fi
17050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_pragma_columns" >&5
17051 $as_echo "$gl_cv_pragma_columns" >&6; }
17052 if test $gl_cv_pragma_columns = yes; then
17053 PRAGMA_COLUMNS="#pragma COLUMNS 10000"
17054 else
17055 PRAGMA_COLUMNS=
17056 fi
17057
17058
17059
17060
17061
17062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtold conforms to C99" >&5
17063 $as_echo_n "checking whether strtold conforms to C99... " >&6; }
17064 if test "${gl_cv_func_c99_strtold+set}" = set; then :
17065 $as_echo_n "(cached) " >&6
17066 else
17067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17068 /* end confdefs.h. */
17069 /* On HP-UX before 11.23, strtold returns a struct instead of
17070 long double. Reject implementations like that, by requiring
17071 compatibility with the C99 prototype. */
17072 #include <stdlib.h>
17073 static long double (*p) (char const *, char **) = strtold;
17074 static long double
17075 test (char const *nptr, char **endptr)
17076 {
17077 long double r;
17078 r = strtold (nptr, endptr);
17079 return r;
17080 }
17081 int
17082 main ()
17083 {
17084 return test ("1.0", NULL) != 1 || p ("1.0", NULL) != 1;
17085 ;
17086 return 0;
17087 }
17088 _ACEOF
17089 if ac_fn_c_try_link "$LINENO"; then :
17090 gl_cv_func_c99_strtold=yes
17091 else
17092 gl_cv_func_c99_strtold=no
17093 fi
17094 rm -f core conftest.err conftest.$ac_objext \
17095 conftest$ac_exeext conftest.$ac_ext
17096 fi
17097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_c99_strtold" >&5
17098 $as_echo "$gl_cv_func_c99_strtold" >&6; }
17099 if test $gl_cv_func_c99_strtold = yes; then
17100
17101 $as_echo "#define HAVE_C99_STRTOLD 1" >>confdefs.h
17102
17103 fi
17104
17105
17106
17107
17108
17109
17110
17111
17112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if environ is properly declared" >&5
17113 $as_echo_n "checking if environ is properly declared... " >&6; }
17114 if test "${gt_cv_var_environ_declaration+set}" = set; then :
17115 $as_echo_n "(cached) " >&6
17116 else
17117
17118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17119 /* end confdefs.h. */
17120 #if HAVE_UNISTD_H
17121 #include <unistd.h>
17122 #endif
17123 /* mingw, BeOS, Haiku declare environ in <stdlib.h>, not in <unistd.h>. */
17124 #include <stdlib.h>
17125
17126 extern struct { int foo; } environ;
17127 int
17128 main ()
17129 {
17130 environ.foo = 1;
17131 ;
17132 return 0;
17133 }
17134 _ACEOF
17135 if ac_fn_c_try_compile "$LINENO"; then :
17136 gt_cv_var_environ_declaration=no
17137 else
17138 gt_cv_var_environ_declaration=yes
17139 fi
17140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17141 fi
17142
17143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_var_environ_declaration" >&5
17144 $as_echo "$gt_cv_var_environ_declaration" >&6; }
17145 if test $gt_cv_var_environ_declaration = yes; then
17146
17147 $as_echo "#define HAVE_ENVIRON_DECL 1" >>confdefs.h
17148
17149 fi
17150
17151
17152 if test $gt_cv_var_environ_declaration != yes; then
17153 HAVE_DECL_ENVIRON=0
17154 fi
17155
17156
17157
17158
17159
17160
17161
17162
17163
17164 GNULIB_FCNTL=0;
17165 GNULIB_NONBLOCKING=0;
17166 GNULIB_OPEN=0;
17167 GNULIB_OPENAT=0;
17168 HAVE_FCNTL=1;
17169 HAVE_OPENAT=1;
17170 REPLACE_FCNTL=0;
17171 REPLACE_OPEN=0;
17172 REPLACE_OPENAT=0;
17173
17174
17175 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
17176 if test "x$ac_cv_type_mode_t" = x""yes; then :
17177
17178 else
17179
17180 cat >>confdefs.h <<_ACEOF
17181 #define mode_t int
17182 _ACEOF
17183
17184 fi
17185
17186 ac_fn_c_check_decl "$LINENO" "fdatasync" "ac_cv_have_decl_fdatasync" "$ac_includes_default"
17187 if test "x$ac_cv_have_decl_fdatasync" = x""yes; then :
17188 ac_have_decl=1
17189 else
17190 ac_have_decl=0
17191 fi
17192
17193 cat >>confdefs.h <<_ACEOF
17194 #define HAVE_DECL_FDATASYNC $ac_have_decl
17195 _ACEOF
17196
17197
17198
17199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for st_dm_mode in struct stat" >&5
17200 $as_echo_n "checking for st_dm_mode in struct stat... " >&6; }
17201 if test "${ac_cv_struct_st_dm_mode+set}" = set; then :
17202 $as_echo_n "(cached) " >&6
17203 else
17204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17205 /* end confdefs.h. */
17206
17207 #include <sys/types.h>
17208 #include <sys/stat.h>
17209 int
17210 main ()
17211 {
17212 struct stat s; s.st_dm_mode;
17213 ;
17214 return 0;
17215 }
17216 _ACEOF
17217 if ac_fn_c_try_compile "$LINENO"; then :
17218 ac_cv_struct_st_dm_mode=yes
17219 else
17220 ac_cv_struct_st_dm_mode=no
17221 fi
17222 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17223 fi
17224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_st_dm_mode" >&5
17225 $as_echo "$ac_cv_struct_st_dm_mode" >&6; }
17226
17227 if test $ac_cv_struct_st_dm_mode = yes; then
17228
17229 $as_echo "#define HAVE_ST_DM_MODE 1" >>confdefs.h
17230
17231 fi
17232
17233
17234 ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default"
17235 if test "x$ac_cv_have_decl_strmode" = x""yes; then :
17236 ac_have_decl=1
17237 else
17238 ac_have_decl=0
17239 fi
17240
17241 cat >>confdefs.h <<_ACEOF
17242 #define HAVE_DECL_STRMODE $ac_have_decl
17243 _ACEOF
17244
17245
17246
17247
17248
17249
17250 GNULIB_FCHMODAT=0;
17251 GNULIB_FSTAT=0;
17252 GNULIB_FSTATAT=0;
17253 GNULIB_FUTIMENS=0;
17254 GNULIB_LCHMOD=0;
17255 GNULIB_LSTAT=0;
17256 GNULIB_MKDIRAT=0;
17257 GNULIB_MKFIFO=0;
17258 GNULIB_MKFIFOAT=0;
17259 GNULIB_MKNOD=0;
17260 GNULIB_MKNODAT=0;
17261 GNULIB_STAT=0;
17262 GNULIB_UTIMENSAT=0;
17263 HAVE_FCHMODAT=1;
17264 HAVE_FSTATAT=1;
17265 HAVE_FUTIMENS=1;
17266 HAVE_LCHMOD=1;
17267 HAVE_LSTAT=1;
17268 HAVE_MKDIRAT=1;
17269 HAVE_MKFIFO=1;
17270 HAVE_MKFIFOAT=1;
17271 HAVE_MKNOD=1;
17272 HAVE_MKNODAT=1;
17273 HAVE_UTIMENSAT=1;
17274 REPLACE_FSTAT=0;
17275 REPLACE_FSTATAT=0;
17276 REPLACE_FUTIMENS=0;
17277 REPLACE_LSTAT=0;
17278 REPLACE_MKDIR=0;
17279 REPLACE_MKFIFO=0;
17280 REPLACE_MKNOD=0;
17281 REPLACE_STAT=0;
17282 REPLACE_UTIMENSAT=0;
17283
17284
17285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5
17286 $as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; }
17287 if test "${gl_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then :
17288 $as_echo_n "(cached) " >&6
17289 else
17290 rm -f conftest.sym conftest.file
17291 echo >conftest.file
17292 if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then
17293 if test "$cross_compiling" = yes; then :
17294 case "$host_os" in
17295 # Guess yes on glibc systems.
17296 *-gnu*) gl_cv_func_lstat_dereferences_slashed_symlink="guessing yes" ;;
17297 # If we don't know, assume the worst.
17298 *) gl_cv_func_lstat_dereferences_slashed_symlink="guessing no" ;;
17299 esac
17300
17301 else
17302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17303 /* end confdefs.h. */
17304 $ac_includes_default
17305 int
17306 main ()
17307 {
17308 struct stat sbuf;
17309 /* Linux will dereference the symlink and fail, as required by
17310 POSIX. That is better in the sense that it means we will not
17311 have to compile and use the lstat wrapper. */
17312 return lstat ("conftest.sym/", &sbuf) == 0;
17313
17314 ;
17315 return 0;
17316 }
17317 _ACEOF
17318 if ac_fn_c_try_run "$LINENO"; then :
17319 gl_cv_func_lstat_dereferences_slashed_symlink=yes
17320 else
17321 gl_cv_func_lstat_dereferences_slashed_symlink=no
17322 fi
17323 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
17324 conftest.$ac_objext conftest.beam conftest.$ac_ext
17325 fi
17326
17327 else
17328 # If the 'ln -s' command failed, then we probably don't even
17329 # have an lstat function.
17330 gl_cv_func_lstat_dereferences_slashed_symlink="guessing no"
17331 fi
17332 rm -f conftest.sym conftest.file
17333
17334 fi
17335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_lstat_dereferences_slashed_symlink" >&5
17336 $as_echo "$gl_cv_func_lstat_dereferences_slashed_symlink" >&6; }
17337 case "$gl_cv_func_lstat_dereferences_slashed_symlink" in
17338 *yes)
17339
17340 cat >>confdefs.h <<_ACEOF
17341 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
17342 _ACEOF
17343
17344 ;;
17345 esac
17346
17347
17348
17349
17350
17351
17352 GNULIB__EXIT=0;
17353 GNULIB_ATOLL=0;
17354 GNULIB_CALLOC_POSIX=0;
17355 GNULIB_CANONICALIZE_FILE_NAME=0;
17356 GNULIB_GETLOADAVG=0;
17357 GNULIB_GETSUBOPT=0;
17358 GNULIB_GRANTPT=0;
17359 GNULIB_MALLOC_POSIX=0;
17360 GNULIB_MBTOWC=0;
17361 GNULIB_MKDTEMP=0;
17362 GNULIB_MKOSTEMP=0;
17363 GNULIB_MKOSTEMPS=0;
17364 GNULIB_MKSTEMP=0;
17365 GNULIB_MKSTEMPS=0;
17366 GNULIB_POSIX_OPENPT=0;
17367 GNULIB_PTSNAME=0;
17368 GNULIB_PTSNAME_R=0;
17369 GNULIB_PUTENV=0;
17370 GNULIB_RANDOM=0;
17371 GNULIB_RANDOM_R=0;
17372 GNULIB_REALLOC_POSIX=0;
17373 GNULIB_REALPATH=0;
17374 GNULIB_RPMATCH=0;
17375 GNULIB_SECURE_GETENV=0;
17376 GNULIB_SETENV=0;
17377 GNULIB_STRTOD=0;
17378 GNULIB_STRTOLL=0;
17379 GNULIB_STRTOULL=0;
17380 GNULIB_SYSTEM_POSIX=0;
17381 GNULIB_UNLOCKPT=0;
17382 GNULIB_UNSETENV=0;
17383 GNULIB_WCTOMB=0;
17384 HAVE__EXIT=1;
17385 HAVE_ATOLL=1;
17386 HAVE_CANONICALIZE_FILE_NAME=1;
17387 HAVE_DECL_GETLOADAVG=1;
17388 HAVE_GETSUBOPT=1;
17389 HAVE_GRANTPT=1;
17390 HAVE_MKDTEMP=1;
17391 HAVE_MKOSTEMP=1;
17392 HAVE_MKOSTEMPS=1;
17393 HAVE_MKSTEMP=1;
17394 HAVE_MKSTEMPS=1;
17395 HAVE_POSIX_OPENPT=1;
17396 HAVE_PTSNAME=1;
17397 HAVE_PTSNAME_R=1;
17398 HAVE_RANDOM=1;
17399 HAVE_RANDOM_H=1;
17400 HAVE_RANDOM_R=1;
17401 HAVE_REALPATH=1;
17402 HAVE_RPMATCH=1;
17403 HAVE_SECURE_GETENV=1;
17404 HAVE_SETENV=1;
17405 HAVE_DECL_SETENV=1;
17406 HAVE_STRTOD=1;
17407 HAVE_STRTOLL=1;
17408 HAVE_STRTOULL=1;
17409 HAVE_STRUCT_RANDOM_DATA=1;
17410 HAVE_SYS_LOADAVG_H=0;
17411 HAVE_UNLOCKPT=1;
17412 HAVE_DECL_UNSETENV=1;
17413 REPLACE_CALLOC=0;
17414 REPLACE_CANONICALIZE_FILE_NAME=0;
17415 REPLACE_MALLOC=0;
17416 REPLACE_MBTOWC=0;
17417 REPLACE_MKSTEMP=0;
17418 REPLACE_PTSNAME=0;
17419 REPLACE_PTSNAME_R=0;
17420 REPLACE_PUTENV=0;
17421 REPLACE_RANDOM_R=0;
17422 REPLACE_REALLOC=0;
17423 REPLACE_REALPATH=0;
17424 REPLACE_SETENV=0;
17425 REPLACE_STRTOD=0;
17426 REPLACE_UNSETENV=0;
17427 REPLACE_WCTOMB=0;
17428
17429
17430
17431
17432
17433
17434
17435
17436
17437
17438
17439
17440
17441
17442
17443
17444 if test $gl_cv_have_include_next = yes; then
17445 gl_cv_next_getopt_h='<'getopt.h'>'
17446 else
17447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <getopt.h>" >&5
17448 $as_echo_n "checking absolute name of <getopt.h>... " >&6; }
17449 if test "${gl_cv_next_getopt_h+set}" = set; then :
17450 $as_echo_n "(cached) " >&6
17451 else
17452
17453 if test $ac_cv_header_getopt_h = yes; then
17454
17455
17456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17457 /* end confdefs.h. */
17458 #include <getopt.h>
17459
17460 _ACEOF
17461 case "$host_os" in
17462 aix*) gl_absname_cpp="$ac_cpp -C" ;;
17463 *) gl_absname_cpp="$ac_cpp" ;;
17464 esac
17465
17466 case "$host_os" in
17467 mingw*)
17468 gl_dirsep_regex='[/\\]'
17469 ;;
17470 *)
17471 gl_dirsep_regex='\/'
17472 ;;
17473 esac
17474 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
17475
17476 gl_header_literal_regex=`echo 'getopt.h' \
17477 | sed -e "$gl_make_literal_regex_sed"`
17478 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
17479 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
17480 s|^/[^/]|//&|
17481 p
17482 q
17483 }'
17484 gl_cv_next_getopt_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
17485 sed -n "$gl_absolute_header_sed"`'"'
17486 else
17487 gl_cv_next_getopt_h='<'getopt.h'>'
17488 fi
17489
17490
17491 fi
17492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_getopt_h" >&5
17493 $as_echo "$gl_cv_next_getopt_h" >&6; }
17494 fi
17495 NEXT_GETOPT_H=$gl_cv_next_getopt_h
17496
17497 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
17498 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
17499 gl_next_as_first_directive='<'getopt.h'>'
17500 else
17501 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
17502 gl_next_as_first_directive=$gl_cv_next_getopt_h
17503 fi
17504 NEXT_AS_FIRST_DIRECTIVE_GETOPT_H=$gl_next_as_first_directive
17505
17506
17507
17508
17509 if test $ac_cv_header_getopt_h = yes; then
17510 HAVE_GETOPT_H=1
17511 else
17512 HAVE_GETOPT_H=0
17513 fi
17514
17515
17516 gl_replace_getopt=
17517
17518 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then
17519 for ac_header in getopt.h
17520 do :
17521 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
17522 if test "x$ac_cv_header_getopt_h" = x""yes; then :
17523 cat >>confdefs.h <<_ACEOF
17524 #define HAVE_GETOPT_H 1
17525 _ACEOF
17526
17527 else
17528 gl_replace_getopt=yes
17529 fi
17530
17531 done
17532
17533 fi
17534
17535 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then
17536 for ac_func in getopt_long_only
17537 do :
17538 ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only"
17539 if test "x$ac_cv_func_getopt_long_only" = x""yes; then :
17540 cat >>confdefs.h <<_ACEOF
17541 #define HAVE_GETOPT_LONG_ONLY 1
17542 _ACEOF
17543
17544 else
17545 gl_replace_getopt=yes
17546 fi
17547 done
17548
17549 fi
17550
17551 if test -z "$gl_replace_getopt"; then
17552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5
17553 $as_echo_n "checking whether getopt is POSIX compatible... " >&6; }
17554 if test "${gl_cv_func_getopt_posix+set}" = set; then :
17555 $as_echo_n "(cached) " >&6
17556 else
17557
17558 if test $cross_compiling = no; then
17559 if test "$cross_compiling" = yes; then :
17560 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
17561 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17562 as_fn_error "cannot run test program while cross compiling
17563 See \`config.log' for more details." "$LINENO" 5; }
17564 else
17565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17566 /* end confdefs.h. */
17567
17568 #include <unistd.h>
17569 #include <stdlib.h>
17570 #include <string.h>
17571
17572 int
17573 main ()
17574 {
17575 static char program[] = "program";
17576 static char a[] = "-a";
17577 static char foo[] = "foo";
17578 static char bar[] = "bar";
17579 char *argv[] = { program, a, foo, bar, NULL };
17580 int c;
17581
17582 c = getopt (4, argv, "ab");
17583 if (!(c == 'a'))
17584 return 1;
17585 c = getopt (4, argv, "ab");
17586 if (!(c == -1))
17587 return 2;
17588 if (!(optind == 2))
17589 return 3;
17590 return 0;
17591 }
17592
17593 _ACEOF
17594 if ac_fn_c_try_run "$LINENO"; then :
17595 gl_cv_func_getopt_posix=maybe
17596 else
17597 gl_cv_func_getopt_posix=no
17598 fi
17599 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
17600 conftest.$ac_objext conftest.beam conftest.$ac_ext
17601 fi
17602
17603 if test $gl_cv_func_getopt_posix = maybe; then
17604 if test "$cross_compiling" = yes; then :
17605 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
17606 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17607 as_fn_error "cannot run test program while cross compiling
17608 See \`config.log' for more details." "$LINENO" 5; }
17609 else
17610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17611 /* end confdefs.h. */
17612
17613 #include <unistd.h>
17614 #include <stdlib.h>
17615 #include <string.h>
17616
17617 int
17618 main ()
17619 {
17620 static char program[] = "program";
17621 static char donald[] = "donald";
17622 static char p[] = "-p";
17623 static char billy[] = "billy";
17624 static char duck[] = "duck";
17625 static char a[] = "-a";
17626 static char bar[] = "bar";
17627 char *argv[] = { program, donald, p, billy, duck, a, bar, NULL };
17628 int c;
17629
17630 c = getopt (7, argv, "+abp:q:");
17631 if (!(c == -1))
17632 return 4;
17633 if (!(strcmp (argv[0], "program") == 0))
17634 return 5;
17635 if (!(strcmp (argv[1], "donald") == 0))
17636 return 6;
17637 if (!(strcmp (argv[2], "-p") == 0))
17638 return 7;
17639 if (!(strcmp (argv[3], "billy") == 0))
17640 return 8;
17641 if (!(strcmp (argv[4], "duck") == 0))
17642 return 9;
17643 if (!(strcmp (argv[5], "-a") == 0))
17644 return 10;
17645 if (!(strcmp (argv[6], "bar") == 0))
17646 return 11;
17647 if (!(optind == 1))
17648 return 12;
17649 return 0;
17650 }
17651
17652 _ACEOF
17653 if ac_fn_c_try_run "$LINENO"; then :
17654 gl_cv_func_getopt_posix=maybe
17655 else
17656 gl_cv_func_getopt_posix=no
17657 fi
17658 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
17659 conftest.$ac_objext conftest.beam conftest.$ac_ext
17660 fi
17661
17662 fi
17663 if test $gl_cv_func_getopt_posix = maybe; then
17664 if test "$cross_compiling" = yes; then :
17665 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
17666 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17667 as_fn_error "cannot run test program while cross compiling
17668 See \`config.log' for more details." "$LINENO" 5; }
17669 else
17670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17671 /* end confdefs.h. */
17672
17673 #include <unistd.h>
17674 #include <stdlib.h>
17675 #include <string.h>
17676
17677 int
17678 main ()
17679 {
17680 static char program[] = "program";
17681 static char ab[] = "-ab";
17682 char *argv[3] = { program, ab, NULL };
17683 if (getopt (2, argv, "ab:") != 'a')
17684 return 13;
17685 if (getopt (2, argv, "ab:") != '?')
17686 return 14;
17687 if (optopt != 'b')
17688 return 15;
17689 if (optind != 2)
17690 return 16;
17691 return 0;
17692 }
17693
17694 _ACEOF
17695 if ac_fn_c_try_run "$LINENO"; then :
17696 gl_cv_func_getopt_posix=yes
17697 else
17698 gl_cv_func_getopt_posix=no
17699 fi
17700 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
17701 conftest.$ac_objext conftest.beam conftest.$ac_ext
17702 fi
17703
17704 fi
17705 else
17706 case "$host_os" in
17707 darwin* | aix* | mingw*) gl_cv_func_getopt_posix="guessing no";;
17708 *) gl_cv_func_getopt_posix="guessing yes";;
17709 esac
17710 fi
17711
17712 fi
17713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_posix" >&5
17714 $as_echo "$gl_cv_func_getopt_posix" >&6; }
17715 case "$gl_cv_func_getopt_posix" in
17716 *no) gl_replace_getopt=yes ;;
17717 esac
17718 fi
17719
17720 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then
17721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5
17722 $as_echo_n "checking for working GNU getopt function... " >&6; }
17723 if test "${gl_cv_func_getopt_gnu+set}" = set; then :
17724 $as_echo_n "(cached) " >&6
17725 else
17726 # Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the
17727 # optstring is necessary for programs like m4 that have POSIX-mandated
17728 # semantics for supporting options interspersed with files.
17729 # Also, since getopt_long is a GNU extension, we require optind=0.
17730 # Bash ties 'set -o posix' to a non-exported POSIXLY_CORRECT;
17731 # so take care to revert to the correct (non-)export state.
17732 gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
17733 case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
17734 xx) gl_had_POSIXLY_CORRECT=exported ;;
17735 x) gl_had_POSIXLY_CORRECT=yes ;;
17736 *) gl_had_POSIXLY_CORRECT= ;;
17737 esac
17738 POSIXLY_CORRECT=1
17739 export POSIXLY_CORRECT
17740 if test "$cross_compiling" = yes; then :
17741 gl_cv_func_getopt_gnu="guessing no"
17742
17743 else
17744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17745 /* end confdefs.h. */
17746 #include <getopt.h>
17747 #include <stddef.h>
17748 #include <string.h>
17749
17750 #include <stdlib.h>
17751 #if defined __MACH__ && defined __APPLE__
17752 /* Avoid a crash on Mac OS X. */
17753 #include <mach/mach.h>
17754 #include <mach/mach_error.h>
17755 #include <mach/thread_status.h>
17756 #include <mach/exception.h>
17757 #include <mach/task.h>
17758 #include <pthread.h>
17759 /* The exception port on which our thread listens. */
17760 static mach_port_t our_exception_port;
17761 /* The main function of the thread listening for exceptions of type
17762 EXC_BAD_ACCESS. */
17763 static void *
17764 mach_exception_thread (void *arg)
17765 {
17766 /* Buffer for a message to be received. */
17767 struct {
17768 mach_msg_header_t head;
17769 mach_msg_body_t msgh_body;
17770 char data[1024];
17771 } msg;
17772 mach_msg_return_t retval;
17773 /* Wait for a message on the exception port. */
17774 retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg),
17775 our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
17776 if (retval != MACH_MSG_SUCCESS)
17777 abort ();
17778 exit (1);
17779 }
17780 static void
17781 nocrash_init (void)
17782 {
17783 mach_port_t self = mach_task_self ();
17784 /* Allocate a port on which the thread shall listen for exceptions. */
17785 if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
17786 == KERN_SUCCESS) {
17787 /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */
17788 if (mach_port_insert_right (self, our_exception_port, our_exception_port,
17789 MACH_MSG_TYPE_MAKE_SEND)
17790 == KERN_SUCCESS) {
17791 /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting
17792 for us. */
17793 exception_mask_t mask = EXC_MASK_BAD_ACCESS;
17794 /* Create the thread listening on the exception port. */
17795 pthread_attr_t attr;
17796 pthread_t thread;
17797 if (pthread_attr_init (&attr) == 0
17798 && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0
17799 && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) {
17800 pthread_attr_destroy (&attr);
17801 /* Replace the exception port info for these exceptions with our own.
17802 Note that we replace the exception port for the entire task, not only
17803 for a particular thread. This has the effect that when our exception
17804 port gets the message, the thread specific exception port has already
17805 been asked, and we don't need to bother about it.
17806 See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */
17807 task_set_exception_ports (self, mask, our_exception_port,
17808 EXCEPTION_DEFAULT, MACHINE_THREAD_STATE);
17809 }
17810 }
17811 }
17812 }
17813 #elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
17814 /* Avoid a crash on native Windows. */
17815 #define WIN32_LEAN_AND_MEAN
17816 #include <windows.h>
17817 #include <winerror.h>
17818 static LONG WINAPI
17819 exception_filter (EXCEPTION_POINTERS *ExceptionInfo)
17820 {
17821 switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
17822 {
17823 case EXCEPTION_ACCESS_VIOLATION:
17824 case EXCEPTION_IN_PAGE_ERROR:
17825 case EXCEPTION_STACK_OVERFLOW:
17826 case EXCEPTION_GUARD_PAGE:
17827 case EXCEPTION_PRIV_INSTRUCTION:
17828 case EXCEPTION_ILLEGAL_INSTRUCTION:
17829 case EXCEPTION_DATATYPE_MISALIGNMENT:
17830 case EXCEPTION_ARRAY_BOUNDS_EXCEEDED:
17831 case EXCEPTION_NONCONTINUABLE_EXCEPTION:
17832 exit (1);
17833 }
17834 return EXCEPTION_CONTINUE_SEARCH;
17835 }
17836 static void
17837 nocrash_init (void)
17838 {
17839 SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter);
17840 }
17841 #else
17842 /* Avoid a crash on POSIX systems. */
17843 #include <signal.h>
17844 /* A POSIX signal handler. */
17845 static void
17846 exception_handler (int sig)
17847 {
17848 exit (1);
17849 }
17850 static void
17851 nocrash_init (void)
17852 {
17853 #ifdef SIGSEGV
17854 signal (SIGSEGV, exception_handler);
17855 #endif
17856 #ifdef SIGBUS
17857 signal (SIGBUS, exception_handler);
17858 #endif
17859 }
17860 #endif
17861
17862
17863 int
17864 main ()
17865 {
17866
17867 int result = 0;
17868
17869 nocrash_init();
17870
17871 /* This code succeeds on glibc 2.8, OpenBSD 4.0, Cygwin, mingw,
17872 and fails on Mac OS X 10.5, AIX 5.2, HP-UX 11, IRIX 6.5,
17873 OSF/1 5.1, Solaris 10. */
17874 {
17875 static char conftest[] = "conftest";
17876 static char plus[] = "-+";
17877 char *argv[3] = { conftest, plus, NULL };
17878 opterr = 0;
17879 if (getopt (2, argv, "+a") != '?')
17880 result |= 1;
17881 }
17882 /* This code succeeds on glibc 2.8, mingw,
17883 and fails on Mac OS X 10.5, OpenBSD 4.0, AIX 5.2, HP-UX 11,
17884 IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x. */
17885 {
17886 static char program[] = "program";
17887 static char p[] = "-p";
17888 static char foo[] = "foo";
17889 static char bar[] = "bar";
17890 char *argv[] = { program, p, foo, bar, NULL };
17891
17892 optind = 1;
17893 if (getopt (4, argv, "p::") != 'p')
17894 result |= 2;
17895 else if (optarg != NULL)
17896 result |= 4;
17897 else if (getopt (4, argv, "p::") != -1)
17898 result |= 6;
17899 else if (optind != 2)
17900 result |= 8;
17901 }
17902 /* This code succeeds on glibc 2.8 and fails on Cygwin 1.7.0. */
17903 {
17904 static char program[] = "program";
17905 static char foo[] = "foo";
17906 static char p[] = "-p";
17907 char *argv[] = { program, foo, p, NULL };
17908 optind = 0;
17909 if (getopt (3, argv, "-p") != 1)
17910 result |= 16;
17911 else if (getopt (3, argv, "-p") != 'p')
17912 result |= 16;
17913 }
17914 /* This code fails on glibc 2.11. */
17915 {
17916 static char program[] = "program";
17917 static char b[] = "-b";
17918 static char a[] = "-a";
17919 char *argv[] = { program, b, a, NULL };
17920 optind = opterr = 0;
17921 if (getopt (3, argv, "+:a:b") != 'b')
17922 result |= 32;
17923 else if (getopt (3, argv, "+:a:b") != ':')
17924 result |= 32;
17925 }
17926 /* This code dumps core on glibc 2.14. */
17927 {
17928 static char program[] = "program";
17929 static char w[] = "-W";
17930 static char dummy[] = "dummy";
17931 char *argv[] = { program, w, dummy, NULL };
17932 optind = opterr = 1;
17933 if (getopt (3, argv, "W;") != 'W')
17934 result |= 64;
17935 }
17936 return result;
17937
17938 ;
17939 return 0;
17940 }
17941 _ACEOF
17942 if ac_fn_c_try_run "$LINENO"; then :
17943 gl_cv_func_getopt_gnu=yes
17944 else
17945 gl_cv_func_getopt_gnu=no
17946 fi
17947 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
17948 conftest.$ac_objext conftest.beam conftest.$ac_ext
17949 fi
17950
17951 case $gl_had_POSIXLY_CORRECT in
17952 exported) ;;
17953 yes) { POSIXLY_CORRECT=; unset POSIXLY_CORRECT;}; POSIXLY_CORRECT=1 ;;
17954 *) { POSIXLY_CORRECT=; unset POSIXLY_CORRECT;} ;;
17955 esac
17956
17957 fi
17958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_gnu" >&5
17959 $as_echo "$gl_cv_func_getopt_gnu" >&6; }
17960 if test "$gl_cv_func_getopt_gnu" != yes; then
17961 gl_replace_getopt=yes
17962 else
17963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt_long function" >&5
17964 $as_echo_n "checking for working GNU getopt_long function... " >&6; }
17965 if test "${gl_cv_func_getopt_long_gnu+set}" = set; then :
17966 $as_echo_n "(cached) " >&6
17967 else
17968 if test "$cross_compiling" = yes; then :
17969 case "$host_os" in
17970 openbsd*) gl_cv_func_getopt_long_gnu="guessing no";;
17971 *) gl_cv_func_getopt_long_gnu="guessing yes";;
17972 esac
17973
17974 else
17975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17976 /* end confdefs.h. */
17977 #include <getopt.h>
17978 #include <stddef.h>
17979 #include <string.h>
17980
17981 int
17982 main ()
17983 {
17984 static const struct option long_options[] =
17985 {
17986 { "xtremely-",no_argument, NULL, 1003 },
17987 { "xtra", no_argument, NULL, 1001 },
17988 { "xtreme", no_argument, NULL, 1002 },
17989 { "xtremely", no_argument, NULL, 1003 },
17990 { NULL, 0, NULL, 0 }
17991 };
17992 /* This code fails on OpenBSD 5.0. */
17993 {
17994 static char program[] = "program";
17995 static char xtremel[] = "--xtremel";
17996 char *argv[] = { program, xtremel, NULL };
17997 int option_index;
17998 optind = 1; opterr = 0;
17999 if (getopt_long (2, argv, "", long_options, &option_index) != 1003)
18000 return 1;
18001 }
18002 return 0;
18003
18004 ;
18005 return 0;
18006 }
18007 _ACEOF
18008 if ac_fn_c_try_run "$LINENO"; then :
18009 gl_cv_func_getopt_long_gnu=yes
18010 else
18011 gl_cv_func_getopt_long_gnu=no
18012 fi
18013 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
18014 conftest.$ac_objext conftest.beam conftest.$ac_ext
18015 fi
18016
18017
18018 fi
18019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_long_gnu" >&5
18020 $as_echo "$gl_cv_func_getopt_long_gnu" >&6; }
18021 case "$gl_cv_func_getopt_long_gnu" in
18022 *yes) ;;
18023 *) gl_replace_getopt=yes ;;
18024 esac
18025 fi
18026 fi
18027
18028
18029
18030
18031
18032
18033 REPLACE_GETOPT=0
18034 if test -n "$gl_replace_getopt"; then
18035 REPLACE_GETOPT=1
18036 fi
18037
18038 if test $REPLACE_GETOPT = 1; then
18039
18040 GETOPT_H=getopt.h
18041
18042 $as_echo "#define __GETOPT_PREFIX rpl_" >>confdefs.h
18043
18044
18045
18046 fi
18047
18048 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
18049 if test "x$ac_cv_have_decl_getenv" = x""yes; then :
18050 ac_have_decl=1
18051 else
18052 ac_have_decl=0
18053 fi
18054
18055 cat >>confdefs.h <<_ACEOF
18056 #define HAVE_DECL_GETENV $ac_have_decl
18057 _ACEOF
18058
18059 :
18060
18061
18062
18063
18064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5
18065 $as_echo_n "checking for C/C++ restrict keyword... " >&6; }
18066 if test "${ac_cv_c_restrict+set}" = set; then :
18067 $as_echo_n "(cached) " >&6
18068 else
18069 ac_cv_c_restrict=no
18070 # The order here caters to the fact that C++ does not require restrict.
18071 for ac_kw in __restrict __restrict__ _Restrict restrict; do
18072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18073 /* end confdefs.h. */
18074 typedef int * int_ptr;
18075 int foo (int_ptr $ac_kw ip) {
18076 return ip[0];
18077 }
18078 int
18079 main ()
18080 {
18081 int s[1];
18082 int * $ac_kw t = s;
18083 t[0] = 0;
18084 return foo(t)
18085 ;
18086 return 0;
18087 }
18088 _ACEOF
18089 if ac_fn_c_try_compile "$LINENO"; then :
18090 ac_cv_c_restrict=$ac_kw
18091 fi
18092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18093 test "$ac_cv_c_restrict" != no && break
18094 done
18095
18096 fi
18097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_restrict" >&5
18098 $as_echo "$ac_cv_c_restrict" >&6; }
18099
18100 case $ac_cv_c_restrict in
18101 restrict) ;;
18102 no) $as_echo "#define restrict /**/" >>confdefs.h
18103 ;;
18104 *) cat >>confdefs.h <<_ACEOF
18105 #define restrict $ac_cv_c_restrict
18106 _ACEOF
18107 ;;
18108 esac
18109
18110
18111 GNULIB_GETTIMEOFDAY=0;
18112 HAVE_GETTIMEOFDAY=1;
18113 HAVE_STRUCT_TIMEVAL=1;
18114 HAVE_SYS_TIME_H=1;
18115 REPLACE_GETTIMEOFDAY=0;
18116 REPLACE_STRUCT_TIMEVAL=0;
18117
18118
18119
18120
18121
18122
18123
18124
18125
18126
18127
18128
18129
18130
18131
18132
18133 if test $gl_cv_have_include_next = yes; then
18134 gl_cv_next_sys_time_h='<'sys/time.h'>'
18135 else
18136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/time.h>" >&5
18137 $as_echo_n "checking absolute name of <sys/time.h>... " >&6; }
18138 if test "${gl_cv_next_sys_time_h+set}" = set; then :
18139 $as_echo_n "(cached) " >&6
18140 else
18141
18142 if test $ac_cv_header_sys_time_h = yes; then
18143
18144
18145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18146 /* end confdefs.h. */
18147 #include <sys/time.h>
18148
18149 _ACEOF
18150 case "$host_os" in
18151 aix*) gl_absname_cpp="$ac_cpp -C" ;;
18152 *) gl_absname_cpp="$ac_cpp" ;;
18153 esac
18154
18155 case "$host_os" in
18156 mingw*)
18157 gl_dirsep_regex='[/\\]'
18158 ;;
18159 *)
18160 gl_dirsep_regex='\/'
18161 ;;
18162 esac
18163 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
18164
18165 gl_header_literal_regex=`echo 'sys/time.h' \
18166 | sed -e "$gl_make_literal_regex_sed"`
18167 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
18168 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
18169 s|^/[^/]|//&|
18170 p
18171 q
18172 }'
18173 gl_cv_next_sys_time_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
18174 sed -n "$gl_absolute_header_sed"`'"'
18175 else
18176 gl_cv_next_sys_time_h='<'sys/time.h'>'
18177 fi
18178
18179
18180 fi
18181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_time_h" >&5
18182 $as_echo "$gl_cv_next_sys_time_h" >&6; }
18183 fi
18184 NEXT_SYS_TIME_H=$gl_cv_next_sys_time_h
18185
18186 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
18187 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
18188 gl_next_as_first_directive='<'sys/time.h'>'
18189 else
18190 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
18191 gl_next_as_first_directive=$gl_cv_next_sys_time_h
18192 fi
18193 NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H=$gl_next_as_first_directive
18194
18195
18196
18197
18198
18199 if test $ac_cv_header_sys_time_h != yes; then
18200 HAVE_SYS_TIME_H=0
18201 fi
18202
18203
18204
18205
18206
18207 if test $ac_cv_header_sys_socket_h != yes; then
18208 for ac_header in winsock2.h
18209 do :
18210 ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default"
18211 if test "x$ac_cv_header_winsock2_h" = x""yes; then :
18212 cat >>confdefs.h <<_ACEOF
18213 #define HAVE_WINSOCK2_H 1
18214 _ACEOF
18215
18216 fi
18217
18218 done
18219
18220 fi
18221 if test "$ac_cv_header_winsock2_h" = yes; then
18222 HAVE_WINSOCK2_H=1
18223 UNISTD_H_HAVE_WINSOCK2_H=1
18224 SYS_IOCTL_H_HAVE_WINSOCK2_H=1
18225 else
18226 HAVE_WINSOCK2_H=0
18227 fi
18228
18229
18230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5
18231 $as_echo_n "checking for struct timeval... " >&6; }
18232 if test "${gl_cv_sys_struct_timeval+set}" = set; then :
18233 $as_echo_n "(cached) " >&6
18234 else
18235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18236 /* end confdefs.h. */
18237 #if HAVE_SYS_TIME_H
18238 #include <sys/time.h>
18239 #endif
18240 #include <time.h>
18241 #if HAVE_WINSOCK2_H
18242 # include <winsock2.h>
18243 #endif
18244
18245 int
18246 main ()
18247 {
18248 static struct timeval x; x.tv_sec = x.tv_usec;
18249 ;
18250 return 0;
18251 }
18252 _ACEOF
18253 if ac_fn_c_try_compile "$LINENO"; then :
18254 gl_cv_sys_struct_timeval=yes
18255 else
18256 gl_cv_sys_struct_timeval=no
18257 fi
18258 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18259
18260 fi
18261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timeval" >&5
18262 $as_echo "$gl_cv_sys_struct_timeval" >&6; }
18263 if test $gl_cv_sys_struct_timeval != yes; then
18264 HAVE_STRUCT_TIMEVAL=0
18265 else
18266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wide-enough struct timeval.tv_sec member" >&5
18267 $as_echo_n "checking for wide-enough struct timeval.tv_sec member... " >&6; }
18268 if test "${gl_cv_sys_struct_timeval_tv_sec+set}" = set; then :
18269 $as_echo_n "(cached) " >&6
18270 else
18271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18272 /* end confdefs.h. */
18273 #if HAVE_SYS_TIME_H
18274 #include <sys/time.h>
18275 #endif
18276 #include <time.h>
18277 #if HAVE_WINSOCK2_H
18278 # include <winsock2.h>
18279 #endif
18280
18281 int
18282 main ()
18283 {
18284 static struct timeval x;
18285 typedef int verify_tv_sec_type[
18286 sizeof (time_t) <= sizeof x.tv_sec ? 1 : -1
18287 ];
18288
18289 ;
18290 return 0;
18291 }
18292 _ACEOF
18293 if ac_fn_c_try_compile "$LINENO"; then :
18294 gl_cv_sys_struct_timeval_tv_sec=yes
18295 else
18296 gl_cv_sys_struct_timeval_tv_sec=no
18297 fi
18298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18299
18300 fi
18301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timeval_tv_sec" >&5
18302 $as_echo "$gl_cv_sys_struct_timeval_tv_sec" >&6; }
18303 if test $gl_cv_sys_struct_timeval_tv_sec != yes; then
18304 REPLACE_STRUCT_TIMEVAL=1
18305 fi
18306 fi
18307
18308
18309
18310
18311
18312
18313
18314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5
18315 $as_echo_n "checking for unsigned long long int... " >&6; }
18316 if test "${ac_cv_type_unsigned_long_long_int+set}" = set; then :
18317 $as_echo_n "(cached) " >&6
18318 else
18319 ac_cv_type_unsigned_long_long_int=yes
18320 if test "x${ac_cv_prog_cc_c99-no}" = xno; then
18321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18322 /* end confdefs.h. */
18323
18324 /* For now, do not test the preprocessor; as of 2007 there are too many
18325 implementations with broken preprocessors. Perhaps this can
18326 be revisited in 2012. In the meantime, code should not expect
18327 #if to work with literals wider than 32 bits. */
18328 /* Test literals. */
18329 long long int ll = 9223372036854775807ll;
18330 long long int nll = -9223372036854775807LL;
18331 unsigned long long int ull = 18446744073709551615ULL;
18332 /* Test constant expressions. */
18333 typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
18334 ? 1 : -1)];
18335 typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
18336 ? 1 : -1)];
18337 int i = 63;
18338 int
18339 main ()
18340 {
18341 /* Test availability of runtime routines for shift and division. */
18342 long long int llmax = 9223372036854775807ll;
18343 unsigned long long int ullmax = 18446744073709551615ull;
18344 return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
18345 | (llmax / ll) | (llmax % ll)
18346 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
18347 | (ullmax / ull) | (ullmax % ull));
18348 ;
18349 return 0;
18350 }
18351
18352 _ACEOF
18353 if ac_fn_c_try_link "$LINENO"; then :
18354
18355 else
18356 ac_cv_type_unsigned_long_long_int=no
18357 fi
18358 rm -f core conftest.err conftest.$ac_objext \
18359 conftest$ac_exeext conftest.$ac_ext
18360 fi
18361 fi
18362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_unsigned_long_long_int" >&5
18363 $as_echo "$ac_cv_type_unsigned_long_long_int" >&6; }
18364 if test $ac_cv_type_unsigned_long_long_int = yes; then
18365
18366 $as_echo "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h
18367
18368 fi
18369
18370
18371
18372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5
18373 $as_echo_n "checking for long long int... " >&6; }
18374 if test "${ac_cv_type_long_long_int+set}" = set; then :
18375 $as_echo_n "(cached) " >&6
18376 else
18377 ac_cv_type_long_long_int=yes
18378 if test "x${ac_cv_prog_cc_c99-no}" = xno; then
18379 ac_cv_type_long_long_int=$ac_cv_type_unsigned_long_long_int
18380 if test $ac_cv_type_long_long_int = yes; then
18381 if test "$cross_compiling" = yes; then :
18382 :
18383 else
18384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18385 /* end confdefs.h. */
18386 #include <limits.h>
18387 #ifndef LLONG_MAX
18388 # define HALF \
18389 (1LL << (sizeof (long long int) * CHAR_BIT - 2))
18390 # define LLONG_MAX (HALF - 1 + HALF)
18391 #endif
18392 int
18393 main ()
18394 {
18395 long long int n = 1;
18396 int i;
18397 for (i = 0; ; i++)
18398 {
18399 long long int m = n << i;
18400 if (m >> i != n)
18401 return 1;
18402 if (LLONG_MAX / 2 < m)
18403 break;
18404 }
18405 return 0;
18406 ;
18407 return 0;
18408 }
18409 _ACEOF
18410 if ac_fn_c_try_run "$LINENO"; then :
18411
18412 else
18413 ac_cv_type_long_long_int=no
18414 fi
18415 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
18416 conftest.$ac_objext conftest.beam conftest.$ac_ext
18417 fi
18418
18419 fi
18420 fi
18421 fi
18422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_long_int" >&5
18423 $as_echo "$ac_cv_type_long_long_int" >&6; }
18424 if test $ac_cv_type_long_long_int = yes; then
18425
18426 $as_echo "#define HAVE_LONG_LONG_INT 1" >>confdefs.h
18427
18428 fi
18429
18430
18431
18432
18433
18434
18435 gl_cv_c_multiarch=no
18436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18437 /* end confdefs.h. */
18438 #ifndef __APPLE_CC__
18439 not a universal capable compiler
18440 #endif
18441 typedef int dummy;
18442
18443 _ACEOF
18444 if ac_fn_c_try_compile "$LINENO"; then :
18445
18446 arch=
18447 prev=
18448 for word in ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}; do
18449 if test -n "$prev"; then
18450 case $word in
18451 i?86 | x86_64 | ppc | ppc64)
18452 if test -z "$arch" || test "$arch" = "$word"; then
18453 arch="$word"
18454 else
18455 gl_cv_c_multiarch=yes
18456 fi
18457 ;;
18458 esac
18459 prev=
18460 else
18461 if test "x$word" = "x-arch"; then
18462 prev=arch
18463 fi
18464 fi
18465 done
18466
18467 fi
18468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18469 if test $gl_cv_c_multiarch = yes; then
18470 APPLE_UNIVERSAL_BUILD=1
18471 else
18472 APPLE_UNIVERSAL_BUILD=0
18473 fi
18474
18475
18476
18477
18478
18479 if test $ac_cv_type_long_long_int = yes; then
18480 HAVE_LONG_LONG_INT=1
18481 else
18482 HAVE_LONG_LONG_INT=0
18483 fi
18484
18485
18486 if test $ac_cv_type_unsigned_long_long_int = yes; then
18487 HAVE_UNSIGNED_LONG_LONG_INT=1
18488 else
18489 HAVE_UNSIGNED_LONG_LONG_INT=0
18490 fi
18491
18492
18493
18494 if test $ac_cv_header_wchar_h = yes; then
18495 HAVE_WCHAR_H=1
18496 else
18497 HAVE_WCHAR_H=0
18498 fi
18499
18500
18501 if test $ac_cv_header_inttypes_h = yes; then
18502 HAVE_INTTYPES_H=1
18503 else
18504 HAVE_INTTYPES_H=0
18505 fi
18506
18507
18508 if test $ac_cv_header_sys_types_h = yes; then
18509 HAVE_SYS_TYPES_H=1
18510 else
18511 HAVE_SYS_TYPES_H=0
18512 fi
18513
18514
18515
18516
18517
18518
18519
18520
18521
18522
18523
18524 if test $gl_cv_have_include_next = yes; then
18525 gl_cv_next_stdint_h='<'stdint.h'>'
18526 else
18527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdint.h>" >&5
18528 $as_echo_n "checking absolute name of <stdint.h>... " >&6; }
18529 if test "${gl_cv_next_stdint_h+set}" = set; then :
18530 $as_echo_n "(cached) " >&6
18531 else
18532
18533 if test $ac_cv_header_stdint_h = yes; then
18534
18535
18536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18537 /* end confdefs.h. */
18538 #include <stdint.h>
18539
18540 _ACEOF
18541 case "$host_os" in
18542 aix*) gl_absname_cpp="$ac_cpp -C" ;;
18543 *) gl_absname_cpp="$ac_cpp" ;;
18544 esac
18545
18546 case "$host_os" in
18547 mingw*)
18548 gl_dirsep_regex='[/\\]'
18549 ;;
18550 *)
18551 gl_dirsep_regex='\/'
18552 ;;
18553 esac
18554 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
18555
18556 gl_header_literal_regex=`echo 'stdint.h' \
18557 | sed -e "$gl_make_literal_regex_sed"`
18558 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
18559 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
18560 s|^/[^/]|//&|
18561 p
18562 q
18563 }'
18564 gl_cv_next_stdint_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
18565 sed -n "$gl_absolute_header_sed"`'"'
18566 else
18567 gl_cv_next_stdint_h='<'stdint.h'>'
18568 fi
18569
18570
18571 fi
18572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdint_h" >&5
18573 $as_echo "$gl_cv_next_stdint_h" >&6; }
18574 fi
18575 NEXT_STDINT_H=$gl_cv_next_stdint_h
18576
18577 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
18578 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
18579 gl_next_as_first_directive='<'stdint.h'>'
18580 else
18581 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
18582 gl_next_as_first_directive=$gl_cv_next_stdint_h
18583 fi
18584 NEXT_AS_FIRST_DIRECTIVE_STDINT_H=$gl_next_as_first_directive
18585
18586
18587
18588
18589 if test $ac_cv_header_stdint_h = yes; then
18590 HAVE_STDINT_H=1
18591 else
18592 HAVE_STDINT_H=0
18593 fi
18594
18595
18596 if test $ac_cv_header_stdint_h = yes; then
18597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h conforms to C99" >&5
18598 $as_echo_n "checking whether stdint.h conforms to C99... " >&6; }
18599 if test "${gl_cv_header_working_stdint_h+set}" = set; then :
18600 $as_echo_n "(cached) " >&6
18601 else
18602 gl_cv_header_working_stdint_h=no
18603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18604 /* end confdefs.h. */
18605
18606
18607 #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */
18608 #include <stdint.h>
18609 /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */
18610 #if !(defined WCHAR_MIN && defined WCHAR_MAX)
18611 #error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>"
18612 #endif
18613
18614
18615 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
18616 included before <wchar.h>. */
18617 #include <stddef.h>
18618 #include <signal.h>
18619 #if HAVE_WCHAR_H
18620 # include <stdio.h>
18621 # include <time.h>
18622 # include <wchar.h>
18623 #endif
18624
18625
18626 #ifdef INT8_MAX
18627 int8_t a1 = INT8_MAX;
18628 int8_t a1min = INT8_MIN;
18629 #endif
18630 #ifdef INT16_MAX
18631 int16_t a2 = INT16_MAX;
18632 int16_t a2min = INT16_MIN;
18633 #endif
18634 #ifdef INT32_MAX
18635 int32_t a3 = INT32_MAX;
18636 int32_t a3min = INT32_MIN;
18637 #endif
18638 #ifdef INT64_MAX
18639 int64_t a4 = INT64_MAX;
18640 int64_t a4min = INT64_MIN;
18641 #endif
18642 #ifdef UINT8_MAX
18643 uint8_t b1 = UINT8_MAX;
18644 #else
18645 typedef int b1[(unsigned char) -1 != 255 ? 1 : -1];
18646 #endif
18647 #ifdef UINT16_MAX
18648 uint16_t b2 = UINT16_MAX;
18649 #endif
18650 #ifdef UINT32_MAX
18651 uint32_t b3 = UINT32_MAX;
18652 #endif
18653 #ifdef UINT64_MAX
18654 uint64_t b4 = UINT64_MAX;
18655 #endif
18656 int_least8_t c1 = INT8_C (0x7f);
18657 int_least8_t c1max = INT_LEAST8_MAX;
18658 int_least8_t c1min = INT_LEAST8_MIN;
18659 int_least16_t c2 = INT16_C (0x7fff);
18660 int_least16_t c2max = INT_LEAST16_MAX;
18661 int_least16_t c2min = INT_LEAST16_MIN;
18662 int_least32_t c3 = INT32_C (0x7fffffff);
18663 int_least32_t c3max = INT_LEAST32_MAX;
18664 int_least32_t c3min = INT_LEAST32_MIN;
18665 int_least64_t c4 = INT64_C (0x7fffffffffffffff);
18666 int_least64_t c4max = INT_LEAST64_MAX;
18667 int_least64_t c4min = INT_LEAST64_MIN;
18668 uint_least8_t d1 = UINT8_C (0xff);
18669 uint_least8_t d1max = UINT_LEAST8_MAX;
18670 uint_least16_t d2 = UINT16_C (0xffff);
18671 uint_least16_t d2max = UINT_LEAST16_MAX;
18672 uint_least32_t d3 = UINT32_C (0xffffffff);
18673 uint_least32_t d3max = UINT_LEAST32_MAX;
18674 uint_least64_t d4 = UINT64_C (0xffffffffffffffff);
18675 uint_least64_t d4max = UINT_LEAST64_MAX;
18676 int_fast8_t e1 = INT_FAST8_MAX;
18677 int_fast8_t e1min = INT_FAST8_MIN;
18678 int_fast16_t e2 = INT_FAST16_MAX;
18679 int_fast16_t e2min = INT_FAST16_MIN;
18680 int_fast32_t e3 = INT_FAST32_MAX;
18681 int_fast32_t e3min = INT_FAST32_MIN;
18682 int_fast64_t e4 = INT_FAST64_MAX;
18683 int_fast64_t e4min = INT_FAST64_MIN;
18684 uint_fast8_t f1 = UINT_FAST8_MAX;
18685 uint_fast16_t f2 = UINT_FAST16_MAX;
18686 uint_fast32_t f3 = UINT_FAST32_MAX;
18687 uint_fast64_t f4 = UINT_FAST64_MAX;
18688 #ifdef INTPTR_MAX
18689 intptr_t g = INTPTR_MAX;
18690 intptr_t gmin = INTPTR_MIN;
18691 #endif
18692 #ifdef UINTPTR_MAX
18693 uintptr_t h = UINTPTR_MAX;
18694 #endif
18695 intmax_t i = INTMAX_MAX;
18696 uintmax_t j = UINTMAX_MAX;
18697
18698 #include <limits.h> /* for CHAR_BIT */
18699 #define TYPE_MINIMUM(t) \
18700 ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ TYPE_MAXIMUM (t)))
18701 #define TYPE_MAXIMUM(t) \
18702 ((t) ((t) 0 < (t) -1 \
18703 ? (t) -1 \
18704 : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1)))
18705 struct s {
18706 int check_PTRDIFF:
18707 PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t)
18708 && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t)
18709 ? 1 : -1;
18710 /* Detect bug in FreeBSD 6.0 / ia64. */
18711 int check_SIG_ATOMIC:
18712 SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t)
18713 && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t)
18714 ? 1 : -1;
18715 int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1;
18716 int check_WCHAR:
18717 WCHAR_MIN == TYPE_MINIMUM (wchar_t)
18718 && WCHAR_MAX == TYPE_MAXIMUM (wchar_t)
18719 ? 1 : -1;
18720 /* Detect bug in mingw. */
18721 int check_WINT:
18722 WINT_MIN == TYPE_MINIMUM (wint_t)
18723 && WINT_MAX == TYPE_MAXIMUM (wint_t)
18724 ? 1 : -1;
18725
18726 /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */
18727 int check_UINT8_C:
18728 (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
18729 int check_UINT16_C:
18730 (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
18731
18732 /* Detect bugs in OpenBSD 3.9 stdint.h. */
18733 #ifdef UINT8_MAX
18734 int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1;
18735 #endif
18736 #ifdef UINT16_MAX
18737 int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1;
18738 #endif
18739 #ifdef UINT32_MAX
18740 int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;
18741 #endif
18742 #ifdef UINT64_MAX
18743 int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;
18744 #endif
18745 int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
18746 int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;
18747 int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;
18748 int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;
18749 int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;
18750 int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;
18751 int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1;
18752 int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;
18753 int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;
18754 int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
18755 int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
18756 };
18757
18758 int
18759 main ()
18760 {
18761
18762 ;
18763 return 0;
18764 }
18765 _ACEOF
18766 if ac_fn_c_try_compile "$LINENO"; then :
18767 if test "$cross_compiling" = yes; then :
18768 gl_cv_header_working_stdint_h=yes
18769
18770 else
18771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18772 /* end confdefs.h. */
18773
18774
18775 #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */
18776 #include <stdint.h>
18777
18778
18779 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
18780 included before <wchar.h>. */
18781 #include <stddef.h>
18782 #include <signal.h>
18783 #if HAVE_WCHAR_H
18784 # include <stdio.h>
18785 # include <time.h>
18786 # include <wchar.h>
18787 #endif
18788
18789
18790 #include <stdio.h>
18791 #include <string.h>
18792 #define MVAL(macro) MVAL1(macro)
18793 #define MVAL1(expression) #expression
18794 static const char *macro_values[] =
18795 {
18796 #ifdef INT8_MAX
18797 MVAL (INT8_MAX),
18798 #endif
18799 #ifdef INT16_MAX
18800 MVAL (INT16_MAX),
18801 #endif
18802 #ifdef INT32_MAX
18803 MVAL (INT32_MAX),
18804 #endif
18805 #ifdef INT64_MAX
18806 MVAL (INT64_MAX),
18807 #endif
18808 #ifdef UINT8_MAX
18809 MVAL (UINT8_MAX),
18810 #endif
18811 #ifdef UINT16_MAX
18812 MVAL (UINT16_MAX),
18813 #endif
18814 #ifdef UINT32_MAX
18815 MVAL (UINT32_MAX),
18816 #endif
18817 #ifdef UINT64_MAX
18818 MVAL (UINT64_MAX),
18819 #endif
18820 NULL
18821 };
18822
18823 int
18824 main ()
18825 {
18826
18827 const char **mv;
18828 for (mv = macro_values; *mv != NULL; mv++)
18829 {
18830 const char *value = *mv;
18831 /* Test whether it looks like a cast expression. */
18832 if (strncmp (value, "((unsigned int)"/*)*/, 15) == 0
18833 || strncmp (value, "((unsigned short)"/*)*/, 17) == 0
18834 || strncmp (value, "((unsigned char)"/*)*/, 16) == 0
18835 || strncmp (value, "((int)"/*)*/, 6) == 0
18836 || strncmp (value, "((signed short)"/*)*/, 15) == 0
18837 || strncmp (value, "((signed char)"/*)*/, 14) == 0)
18838 return mv - macro_values + 1;
18839 }
18840 return 0;
18841
18842 ;
18843 return 0;
18844 }
18845 _ACEOF
18846 if ac_fn_c_try_run "$LINENO"; then :
18847 gl_cv_header_working_stdint_h=yes
18848 fi
18849 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
18850 conftest.$ac_objext conftest.beam conftest.$ac_ext
18851 fi
18852
18853
18854 fi
18855 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18856
18857 fi
18858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_stdint_h" >&5
18859 $as_echo "$gl_cv_header_working_stdint_h" >&6; }
18860 fi
18861 if test "$gl_cv_header_working_stdint_h" = yes; then
18862 STDINT_H=
18863 else
18864 for ac_header in sys/inttypes.h sys/bitypes.h
18865 do :
18866 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
18867 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
18868 eval as_val=\$$as_ac_Header
18869 if test "x$as_val" = x""yes; then :
18870 cat >>confdefs.h <<_ACEOF
18871 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
18872 _ACEOF
18873
18874 fi
18875
18876 done
18877
18878 if test $ac_cv_header_sys_inttypes_h = yes; then
18879 HAVE_SYS_INTTYPES_H=1
18880 else
18881 HAVE_SYS_INTTYPES_H=0
18882 fi
18883
18884 if test $ac_cv_header_sys_bitypes_h = yes; then
18885 HAVE_SYS_BITYPES_H=1
18886 else
18887 HAVE_SYS_BITYPES_H=0
18888 fi
18889
18890
18891
18892
18893 if test $APPLE_UNIVERSAL_BUILD = 0; then
18894
18895
18896 for gltype in ptrdiff_t size_t ; do
18897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5
18898 $as_echo_n "checking for bit size of $gltype... " >&6; }
18899 if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then :
18900 $as_echo_n "(cached) " >&6
18901 else
18902 if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" "
18903 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
18904 included before <wchar.h>. */
18905 #include <stddef.h>
18906 #include <signal.h>
18907 #if HAVE_WCHAR_H
18908 # include <stdio.h>
18909 # include <time.h>
18910 # include <wchar.h>
18911 #endif
18912
18913 #include <limits.h>"; then :
18914
18915 else
18916 result=unknown
18917 fi
18918
18919 eval gl_cv_bitsizeof_${gltype}=\$result
18920
18921 fi
18922 eval ac_res=\$gl_cv_bitsizeof_${gltype}
18923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
18924 $as_echo "$ac_res" >&6; }
18925 eval result=\$gl_cv_bitsizeof_${gltype}
18926 if test $result = unknown; then
18927 result=0
18928 fi
18929 GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
18930 cat >>confdefs.h <<_ACEOF
18931 #define BITSIZEOF_${GLTYPE} $result
18932 _ACEOF
18933
18934 eval BITSIZEOF_${GLTYPE}=\$result
18935 done
18936
18937
18938 fi
18939
18940
18941 for gltype in sig_atomic_t wchar_t wint_t ; do
18942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5
18943 $as_echo_n "checking for bit size of $gltype... " >&6; }
18944 if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then :
18945 $as_echo_n "(cached) " >&6
18946 else
18947 if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" "
18948 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
18949 included before <wchar.h>. */
18950 #include <stddef.h>
18951 #include <signal.h>
18952 #if HAVE_WCHAR_H
18953 # include <stdio.h>
18954 # include <time.h>
18955 # include <wchar.h>
18956 #endif
18957
18958 #include <limits.h>"; then :
18959
18960 else
18961 result=unknown
18962 fi
18963
18964 eval gl_cv_bitsizeof_${gltype}=\$result
18965
18966 fi
18967 eval ac_res=\$gl_cv_bitsizeof_${gltype}
18968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
18969 $as_echo "$ac_res" >&6; }
18970 eval result=\$gl_cv_bitsizeof_${gltype}
18971 if test $result = unknown; then
18972 result=0
18973 fi
18974 GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
18975 cat >>confdefs.h <<_ACEOF
18976 #define BITSIZEOF_${GLTYPE} $result
18977 _ACEOF
18978
18979 eval BITSIZEOF_${GLTYPE}=\$result
18980 done
18981
18982
18983
18984
18985 for gltype in sig_atomic_t wchar_t wint_t ; do
18986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gltype is signed" >&5
18987 $as_echo_n "checking whether $gltype is signed... " >&6; }
18988 if { as_var=gl_cv_type_${gltype}_signed; eval "test \"\${$as_var+set}\" = set"; }; then :
18989 $as_echo_n "(cached) " >&6
18990 else
18991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18992 /* end confdefs.h. */
18993
18994 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
18995 included before <wchar.h>. */
18996 #include <stddef.h>
18997 #include <signal.h>
18998 #if HAVE_WCHAR_H
18999 # include <stdio.h>
19000 # include <time.h>
19001 # include <wchar.h>
19002 #endif
19003
19004 int verify[2 * (($gltype) -1 < ($gltype) 0) - 1];
19005 int
19006 main ()
19007 {
19008
19009 ;
19010 return 0;
19011 }
19012 _ACEOF
19013 if ac_fn_c_try_compile "$LINENO"; then :
19014 result=yes
19015 else
19016 result=no
19017 fi
19018 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19019 eval gl_cv_type_${gltype}_signed=\$result
19020
19021 fi
19022 eval ac_res=\$gl_cv_type_${gltype}_signed
19023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
19024 $as_echo "$ac_res" >&6; }
19025 eval result=\$gl_cv_type_${gltype}_signed
19026 GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
19027 if test "$result" = yes; then
19028 cat >>confdefs.h <<_ACEOF
19029 #define HAVE_SIGNED_${GLTYPE} 1
19030 _ACEOF
19031
19032 eval HAVE_SIGNED_${GLTYPE}=1
19033 else
19034 eval HAVE_SIGNED_${GLTYPE}=0
19035 fi
19036 done
19037
19038
19039 gl_cv_type_ptrdiff_t_signed=yes
19040 gl_cv_type_size_t_signed=no
19041 if test $APPLE_UNIVERSAL_BUILD = 0; then
19042
19043
19044 for gltype in ptrdiff_t size_t ; do
19045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5
19046 $as_echo_n "checking for $gltype integer literal suffix... " >&6; }
19047 if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then :
19048 $as_echo_n "(cached) " >&6
19049 else
19050 eval gl_cv_type_${gltype}_suffix=no
19051 eval result=\$gl_cv_type_${gltype}_signed
19052 if test "$result" = yes; then
19053 glsufu=
19054 else
19055 glsufu=u
19056 fi
19057 for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do
19058 case $glsuf in
19059 '') gltype1='int';;
19060 l) gltype1='long int';;
19061 ll) gltype1='long long int';;
19062 i64) gltype1='__int64';;
19063 u) gltype1='unsigned int';;
19064 ul) gltype1='unsigned long int';;
19065 ull) gltype1='unsigned long long int';;
19066 ui64)gltype1='unsigned __int64';;
19067 esac
19068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19069 /* end confdefs.h. */
19070
19071 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
19072 included before <wchar.h>. */
19073 #include <stddef.h>
19074 #include <signal.h>
19075 #if HAVE_WCHAR_H
19076 # include <stdio.h>
19077 # include <time.h>
19078 # include <wchar.h>
19079 #endif
19080
19081 extern $gltype foo;
19082 extern $gltype1 foo;
19083 int
19084 main ()
19085 {
19086
19087 ;
19088 return 0;
19089 }
19090 _ACEOF
19091 if ac_fn_c_try_compile "$LINENO"; then :
19092 eval gl_cv_type_${gltype}_suffix=\$glsuf
19093 fi
19094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19095 eval result=\$gl_cv_type_${gltype}_suffix
19096 test "$result" != no && break
19097 done
19098 fi
19099 eval ac_res=\$gl_cv_type_${gltype}_suffix
19100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
19101 $as_echo "$ac_res" >&6; }
19102 GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
19103 eval result=\$gl_cv_type_${gltype}_suffix
19104 test "$result" = no && result=
19105 eval ${GLTYPE}_SUFFIX=\$result
19106 cat >>confdefs.h <<_ACEOF
19107 #define ${GLTYPE}_SUFFIX $result
19108 _ACEOF
19109
19110 done
19111
19112
19113 fi
19114
19115
19116 for gltype in sig_atomic_t wchar_t wint_t ; do
19117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5
19118 $as_echo_n "checking for $gltype integer literal suffix... " >&6; }
19119 if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then :
19120 $as_echo_n "(cached) " >&6
19121 else
19122 eval gl_cv_type_${gltype}_suffix=no
19123 eval result=\$gl_cv_type_${gltype}_signed
19124 if test "$result" = yes; then
19125 glsufu=
19126 else
19127 glsufu=u
19128 fi
19129 for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do
19130 case $glsuf in
19131 '') gltype1='int';;
19132 l) gltype1='long int';;
19133 ll) gltype1='long long int';;
19134 i64) gltype1='__int64';;
19135 u) gltype1='unsigned int';;
19136 ul) gltype1='unsigned long int';;
19137 ull) gltype1='unsigned long long int';;
19138 ui64)gltype1='unsigned __int64';;
19139 esac
19140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19141 /* end confdefs.h. */
19142
19143 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
19144 included before <wchar.h>. */
19145 #include <stddef.h>
19146 #include <signal.h>
19147 #if HAVE_WCHAR_H
19148 # include <stdio.h>
19149 # include <time.h>
19150 # include <wchar.h>
19151 #endif
19152
19153 extern $gltype foo;
19154 extern $gltype1 foo;
19155 int
19156 main ()
19157 {
19158
19159 ;
19160 return 0;
19161 }
19162 _ACEOF
19163 if ac_fn_c_try_compile "$LINENO"; then :
19164 eval gl_cv_type_${gltype}_suffix=\$glsuf
19165 fi
19166 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19167 eval result=\$gl_cv_type_${gltype}_suffix
19168 test "$result" != no && break
19169 done
19170 fi
19171 eval ac_res=\$gl_cv_type_${gltype}_suffix
19172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
19173 $as_echo "$ac_res" >&6; }
19174 GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
19175 eval result=\$gl_cv_type_${gltype}_suffix
19176 test "$result" = no && result=
19177 eval ${GLTYPE}_SUFFIX=\$result
19178 cat >>confdefs.h <<_ACEOF
19179 #define ${GLTYPE}_SUFFIX $result
19180 _ACEOF
19181
19182 done
19183
19184
19185
19186 if test $BITSIZEOF_WINT_T -lt 32; then
19187 BITSIZEOF_WINT_T=32
19188 fi
19189
19190 STDINT_H=stdint.h
19191 fi
19192
19193 if test -n "$STDINT_H"; then
19194 GL_GENERATE_STDINT_H_TRUE=
19195 GL_GENERATE_STDINT_H_FALSE='#'
19196 else
19197 GL_GENERATE_STDINT_H_TRUE='#'
19198 GL_GENERATE_STDINT_H_FALSE=
19199 fi
19200
19201
19202
19203
19204
19205 GNULIB_IMAXABS=0;
19206 GNULIB_IMAXDIV=0;
19207 GNULIB_STRTOIMAX=0;
19208 GNULIB_STRTOUMAX=0;
19209 HAVE_DECL_IMAXABS=1;
19210 HAVE_DECL_IMAXDIV=1;
19211 HAVE_DECL_STRTOIMAX=1;
19212 HAVE_DECL_STRTOUMAX=1;
19213 REPLACE_STRTOIMAX=0;
19214 INT32_MAX_LT_INTMAX_MAX=1;
19215 INT64_MAX_EQ_LONG_MAX='defined _LP64';
19216 PRI_MACROS_BROKEN=0;
19217 PRIPTR_PREFIX=__PRIPTR_PREFIX;
19218 UINT32_MAX_LT_UINTMAX_MAX=1;
19219 UINT64_MAX_EQ_ULONG_MAX='defined _LP64';
19220
19221
19222
19223
19224
19225
19226
19227
19228
19229
19230
19231
19232
19233
19234
19235 if test $gl_cv_have_include_next = yes; then
19236 gl_cv_next_inttypes_h='<'inttypes.h'>'
19237 else
19238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <inttypes.h>" >&5
19239 $as_echo_n "checking absolute name of <inttypes.h>... " >&6; }
19240 if test "${gl_cv_next_inttypes_h+set}" = set; then :
19241 $as_echo_n "(cached) " >&6
19242 else
19243
19244 if test $ac_cv_header_inttypes_h = yes; then
19245
19246
19247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19248 /* end confdefs.h. */
19249 #include <inttypes.h>
19250
19251 _ACEOF
19252 case "$host_os" in
19253 aix*) gl_absname_cpp="$ac_cpp -C" ;;
19254 *) gl_absname_cpp="$ac_cpp" ;;
19255 esac
19256
19257 case "$host_os" in
19258 mingw*)
19259 gl_dirsep_regex='[/\\]'
19260 ;;
19261 *)
19262 gl_dirsep_regex='\/'
19263 ;;
19264 esac
19265 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
19266
19267 gl_header_literal_regex=`echo 'inttypes.h' \
19268 | sed -e "$gl_make_literal_regex_sed"`
19269 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
19270 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
19271 s|^/[^/]|//&|
19272 p
19273 q
19274 }'
19275 gl_cv_next_inttypes_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
19276 sed -n "$gl_absolute_header_sed"`'"'
19277 else
19278 gl_cv_next_inttypes_h='<'inttypes.h'>'
19279 fi
19280
19281
19282 fi
19283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_inttypes_h" >&5
19284 $as_echo "$gl_cv_next_inttypes_h" >&6; }
19285 fi
19286 NEXT_INTTYPES_H=$gl_cv_next_inttypes_h
19287
19288 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
19289 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
19290 gl_next_as_first_directive='<'inttypes.h'>'
19291 else
19292 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
19293 gl_next_as_first_directive=$gl_cv_next_inttypes_h
19294 fi
19295 NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H=$gl_next_as_first_directive
19296
19297
19298
19299
19300
19301
19302
19303
19304
19305
19306
19307 case "$host_os" in
19308 mingw*)
19309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit off_t" >&5
19310 $as_echo_n "checking for 64-bit off_t... " >&6; }
19311 if test "${gl_cv_type_off_t_64+set}" = set; then :
19312 $as_echo_n "(cached) " >&6
19313 else
19314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19315 /* end confdefs.h. */
19316 #include <sys/types.h>
19317 int verify_off_t_size[sizeof (off_t) >= 8 ? 1 : -1];
19318
19319 int
19320 main ()
19321 {
19322
19323 ;
19324 return 0;
19325 }
19326 _ACEOF
19327 if ac_fn_c_try_compile "$LINENO"; then :
19328 gl_cv_type_off_t_64=yes
19329 else
19330 gl_cv_type_off_t_64=no
19331 fi
19332 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19333
19334 fi
19335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_off_t_64" >&5
19336 $as_echo "$gl_cv_type_off_t_64" >&6; }
19337 if test $gl_cv_type_off_t_64 = no; then
19338 WINDOWS_64_BIT_OFF_T=1
19339 else
19340 WINDOWS_64_BIT_OFF_T=0
19341 fi
19342 WINDOWS_64_BIT_ST_SIZE=1
19343 ;;
19344 *)
19345 WINDOWS_64_BIT_OFF_T=0
19346 WINDOWS_64_BIT_ST_SIZE=0
19347 ;;
19348 esac
19349
19350
19351
19352
19353 GNULIB_FFSL=0;
19354 GNULIB_FFSLL=0;
19355 GNULIB_MEMCHR=0;
19356 GNULIB_MEMMEM=0;
19357 GNULIB_MEMPCPY=0;
19358 GNULIB_MEMRCHR=0;
19359 GNULIB_RAWMEMCHR=0;
19360 GNULIB_STPCPY=0;
19361 GNULIB_STPNCPY=0;
19362 GNULIB_STRCHRNUL=0;
19363 GNULIB_STRDUP=0;
19364 GNULIB_STRNCAT=0;
19365 GNULIB_STRNDUP=0;
19366 GNULIB_STRNLEN=0;
19367 GNULIB_STRPBRK=0;
19368 GNULIB_STRSEP=0;
19369 GNULIB_STRSTR=0;
19370 GNULIB_STRCASESTR=0;
19371 GNULIB_STRTOK_R=0;
19372 GNULIB_MBSLEN=0;
19373 GNULIB_MBSNLEN=0;
19374 GNULIB_MBSCHR=0;
19375 GNULIB_MBSRCHR=0;
19376 GNULIB_MBSSTR=0;
19377 GNULIB_MBSCASECMP=0;
19378 GNULIB_MBSNCASECMP=0;
19379 GNULIB_MBSPCASECMP=0;
19380 GNULIB_MBSCASESTR=0;
19381 GNULIB_MBSCSPN=0;
19382 GNULIB_MBSPBRK=0;
19383 GNULIB_MBSSPN=0;
19384 GNULIB_MBSSEP=0;
19385 GNULIB_MBSTOK_R=0;
19386 GNULIB_STRERROR=0;
19387 GNULIB_STRERROR_R=0;
19388 GNULIB_STRSIGNAL=0;
19389 GNULIB_STRVERSCMP=0;
19390 HAVE_MBSLEN=0;
19391 HAVE_FFSL=1;
19392 HAVE_FFSLL=1;
19393 HAVE_MEMCHR=1;
19394 HAVE_DECL_MEMMEM=1;
19395 HAVE_MEMPCPY=1;
19396 HAVE_DECL_MEMRCHR=1;
19397 HAVE_RAWMEMCHR=1;
19398 HAVE_STPCPY=1;
19399 HAVE_STPNCPY=1;
19400 HAVE_STRCHRNUL=1;
19401 HAVE_DECL_STRDUP=1;
19402 HAVE_DECL_STRNDUP=1;
19403 HAVE_DECL_STRNLEN=1;
19404 HAVE_STRPBRK=1;
19405 HAVE_STRSEP=1;
19406 HAVE_STRCASESTR=1;
19407 HAVE_DECL_STRTOK_R=1;
19408 HAVE_DECL_STRERROR_R=1;
19409 HAVE_DECL_STRSIGNAL=1;
19410 HAVE_STRVERSCMP=1;
19411 REPLACE_MEMCHR=0;
19412 REPLACE_MEMMEM=0;
19413 REPLACE_STPNCPY=0;
19414 REPLACE_STRDUP=0;
19415 REPLACE_STRSTR=0;
19416 REPLACE_STRCASESTR=0;
19417 REPLACE_STRCHRNUL=0;
19418 REPLACE_STRERROR=0;
19419 REPLACE_STRERROR_R=0;
19420 REPLACE_STRNCAT=0;
19421 REPLACE_STRNDUP=0;
19422 REPLACE_STRNLEN=0;
19423 REPLACE_STRSIGNAL=0;
19424 REPLACE_STRTOK_R=0;
19425 UNDEFINE_STRTOK_R=0;
19426
19427 ac_fn_c_check_decl "$LINENO" "memrchr" "ac_cv_have_decl_memrchr" "$ac_includes_default"
19428 if test "x$ac_cv_have_decl_memrchr" = x""yes; then :
19429 ac_have_decl=1
19430 else
19431 ac_have_decl=0
19432 fi
19433
19434 cat >>confdefs.h <<_ACEOF
19435 #define HAVE_DECL_MEMRCHR $ac_have_decl
19436 _ACEOF
19437
19438
19439 GNULIB_MKTIME=0;
19440 GNULIB_NANOSLEEP=0;
19441 GNULIB_STRPTIME=0;
19442 GNULIB_TIMEGM=0;
19443 GNULIB_TIME_R=0;
19444 HAVE_DECL_LOCALTIME_R=1;
19445 HAVE_NANOSLEEP=1;
19446 HAVE_STRPTIME=1;
19447 HAVE_TIMEGM=1;
19448 REPLACE_LOCALTIME_R=GNULIB_PORTCHECK;
19449 REPLACE_MKTIME=GNULIB_PORTCHECK;
19450 REPLACE_NANOSLEEP=GNULIB_PORTCHECK;
19451 REPLACE_TIMEGM=GNULIB_PORTCHECK;
19452
19453 ac_fn_c_check_decl "$LINENO" "alarm" "ac_cv_have_decl_alarm" "$ac_includes_default"
19454 if test "x$ac_cv_have_decl_alarm" = x""yes; then :
19455 ac_have_decl=1
19456 else
19457 ac_have_decl=0
19458 fi
19459
19460 cat >>confdefs.h <<_ACEOF
19461 #define HAVE_DECL_ALARM $ac_have_decl
19462 _ACEOF
19463
19464
19465 GNULIB_PSELECT=0;
19466 GNULIB_SELECT=0;
19467 HAVE_PSELECT=1;
19468 REPLACE_PSELECT=0;
19469 REPLACE_SELECT=0;
19470
19471
19472
19473
19474
19475
19476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <sys/select.h> is self-contained" >&5
19477 $as_echo_n "checking whether <sys/select.h> is self-contained... " >&6; }
19478 if test "${gl_cv_header_sys_select_h_selfcontained+set}" = set; then :
19479 $as_echo_n "(cached) " >&6
19480 else
19481
19482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19483 /* end confdefs.h. */
19484 #include <sys/select.h>
19485 int
19486 main ()
19487 {
19488 struct timeval b;
19489 ;
19490 return 0;
19491 }
19492 _ACEOF
19493 if ac_fn_c_try_compile "$LINENO"; then :
19494 gl_cv_header_sys_select_h_selfcontained=yes
19495 else
19496 gl_cv_header_sys_select_h_selfcontained=no
19497 fi
19498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19499 if test $gl_cv_header_sys_select_h_selfcontained = yes; then
19500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19501 /* end confdefs.h. */
19502 #include <sys/select.h>
19503 int
19504 main ()
19505 {
19506 int memset; int bzero;
19507 ;
19508 return 0;
19509 }
19510
19511 _ACEOF
19512 if ac_fn_c_try_compile "$LINENO"; then :
19513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19514 /* end confdefs.h. */
19515 #include <sys/select.h>
19516 int
19517 main ()
19518 {
19519
19520 #undef memset
19521 #define memset nonexistent_memset
19522 extern
19523 #ifdef __cplusplus
19524 "C"
19525 #endif
19526 void *memset (void *, int, unsigned long);
19527 #undef bzero
19528 #define bzero nonexistent_bzero
19529 extern
19530 #ifdef __cplusplus
19531 "C"
19532 #endif
19533 void bzero (void *, unsigned long);
19534 fd_set fds;
19535 FD_ZERO (&fds);
19536
19537 ;
19538 return 0;
19539 }
19540
19541 _ACEOF
19542 if ac_fn_c_try_link "$LINENO"; then :
19543
19544 else
19545 gl_cv_header_sys_select_h_selfcontained=no
19546 fi
19547 rm -f core conftest.err conftest.$ac_objext \
19548 conftest$ac_exeext conftest.$ac_ext
19549
19550 fi
19551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19552 fi
19553
19554 fi
19555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_sys_select_h_selfcontained" >&5
19556 $as_echo "$gl_cv_header_sys_select_h_selfcontained" >&6; }
19557
19558
19559
19560
19561
19562
19563
19564
19565
19566 if test $gl_cv_have_include_next = yes; then
19567 gl_cv_next_sys_select_h='<'sys/select.h'>'
19568 else
19569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/select.h>" >&5
19570 $as_echo_n "checking absolute name of <sys/select.h>... " >&6; }
19571 if test "${gl_cv_next_sys_select_h+set}" = set; then :
19572 $as_echo_n "(cached) " >&6
19573 else
19574
19575 if test $ac_cv_header_sys_select_h = yes; then
19576
19577
19578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19579 /* end confdefs.h. */
19580 #include <sys/select.h>
19581
19582 _ACEOF
19583 case "$host_os" in
19584 aix*) gl_absname_cpp="$ac_cpp -C" ;;
19585 *) gl_absname_cpp="$ac_cpp" ;;
19586 esac
19587
19588 case "$host_os" in
19589 mingw*)
19590 gl_dirsep_regex='[/\\]'
19591 ;;
19592 *)
19593 gl_dirsep_regex='\/'
19594 ;;
19595 esac
19596 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
19597
19598 gl_header_literal_regex=`echo 'sys/select.h' \
19599 | sed -e "$gl_make_literal_regex_sed"`
19600 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
19601 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
19602 s|^/[^/]|//&|
19603 p
19604 q
19605 }'
19606 gl_cv_next_sys_select_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
19607 sed -n "$gl_absolute_header_sed"`'"'
19608 else
19609 gl_cv_next_sys_select_h='<'sys/select.h'>'
19610 fi
19611
19612
19613 fi
19614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_select_h" >&5
19615 $as_echo "$gl_cv_next_sys_select_h" >&6; }
19616 fi
19617 NEXT_SYS_SELECT_H=$gl_cv_next_sys_select_h
19618
19619 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
19620 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
19621 gl_next_as_first_directive='<'sys/select.h'>'
19622 else
19623 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
19624 gl_next_as_first_directive=$gl_cv_next_sys_select_h
19625 fi
19626 NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H=$gl_next_as_first_directive
19627
19628
19629
19630
19631 if test $ac_cv_header_sys_select_h = yes; then
19632 HAVE_SYS_SELECT_H=1
19633 else
19634 HAVE_SYS_SELECT_H=0
19635 fi
19636
19637
19638
19639
19640
19641 if test $ac_cv_header_sys_socket_h != yes; then
19642 for ac_header in winsock2.h
19643 do :
19644 ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default"
19645 if test "x$ac_cv_header_winsock2_h" = x""yes; then :
19646 cat >>confdefs.h <<_ACEOF
19647 #define HAVE_WINSOCK2_H 1
19648 _ACEOF
19649
19650 fi
19651
19652 done
19653
19654 fi
19655 if test "$ac_cv_header_winsock2_h" = yes; then
19656 HAVE_WINSOCK2_H=1
19657 UNISTD_H_HAVE_WINSOCK2_H=1
19658 SYS_IOCTL_H_HAVE_WINSOCK2_H=1
19659 else
19660 HAVE_WINSOCK2_H=0
19661 fi
19662
19663
19664
19665
19666
19667
19668
19669
19670 GNULIB_PTHREAD_SIGMASK=0;
19671 GNULIB_RAISE=0;
19672 GNULIB_SIGNAL_H_SIGPIPE=0;
19673 GNULIB_SIGPROCMASK=0;
19674 GNULIB_SIGACTION=0;
19675 HAVE_POSIX_SIGNALBLOCKING=1;
19676 HAVE_PTHREAD_SIGMASK=1;
19677 HAVE_RAISE=1;
19678 HAVE_SIGSET_T=1;
19679 HAVE_SIGINFO_T=1;
19680 HAVE_SIGACTION=1;
19681 HAVE_STRUCT_SIGACTION_SA_SIGACTION=1;
19682
19683 HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=1;
19684
19685 HAVE_SIGHANDLER_T=1;
19686 REPLACE_PTHREAD_SIGMASK=0;
19687 REPLACE_RAISE=0;
19688
19689
19690
19691
19692
19693
19694
19695 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "
19696 #include <signal.h>
19697 /* Mingw defines sigset_t not in <signal.h>, but in <sys/types.h>. */
19698 #include <sys/types.h>
19699
19700 "
19701 if test "x$ac_cv_type_sigset_t" = x""yes; then :
19702
19703 cat >>confdefs.h <<_ACEOF
19704 #define HAVE_SIGSET_T 1
19705 _ACEOF
19706
19707 gl_cv_type_sigset_t=yes
19708 else
19709 gl_cv_type_sigset_t=no
19710 fi
19711
19712 if test $gl_cv_type_sigset_t != yes; then
19713 HAVE_SIGSET_T=0
19714 fi
19715
19716
19717
19718 if test $ac_cv_header_sys_socket_h = no; then
19719 for ac_header in ws2tcpip.h
19720 do :
19721 ac_fn_c_check_header_mongrel "$LINENO" "ws2tcpip.h" "ac_cv_header_ws2tcpip_h" "$ac_includes_default"
19722 if test "x$ac_cv_header_ws2tcpip_h" = x""yes; then :
19723 cat >>confdefs.h <<_ACEOF
19724 #define HAVE_WS2TCPIP_H 1
19725 _ACEOF
19726
19727 fi
19728
19729 done
19730
19731 fi
19732
19733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
19734 $as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
19735 if test "${ac_cv_header_stdbool_h+set}" = set; then :
19736 $as_echo_n "(cached) " >&6
19737 else
19738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19739 /* end confdefs.h. */
19740
19741 #include <stdbool.h>
19742 #ifndef bool
19743 "error: bool is not defined"
19744 #endif
19745 #ifndef false
19746 "error: false is not defined"
19747 #endif
19748 #if false
19749 "error: false is not 0"
19750 #endif
19751 #ifndef true
19752 "error: true is not defined"
19753 #endif
19754 #if true != 1
19755 "error: true is not 1"
19756 #endif
19757 #ifndef __bool_true_false_are_defined
19758 "error: __bool_true_false_are_defined is not defined"
19759 #endif
19760
19761 struct s { _Bool s: 1; _Bool t; } s;
19762
19763 char a[true == 1 ? 1 : -1];
19764 char b[false == 0 ? 1 : -1];
19765 char c[__bool_true_false_are_defined == 1 ? 1 : -1];
19766 char d[(bool) 0.5 == true ? 1 : -1];
19767 /* See body of main program for 'e'. */
19768 char f[(_Bool) 0.0 == false ? 1 : -1];
19769 char g[true];
19770 char h[sizeof (_Bool)];
19771 char i[sizeof s.t];
19772 enum { j = false, k = true, l = false * true, m = true * 256 };
19773 /* The following fails for
19774 HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
19775 _Bool n[m];
19776 char o[sizeof n == m * sizeof n[0] ? 1 : -1];
19777 char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
19778 /* Catch a bug in an HP-UX C compiler. See
19779 http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
19780 http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
19781 */
19782 _Bool q = true;
19783 _Bool *pq = &q;
19784
19785 int
19786 main ()
19787 {
19788
19789 bool e = &s;
19790 *pq |= q;
19791 *pq |= ! q;
19792 /* Refer to every declared value, to avoid compiler optimizations. */
19793 return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
19794 + !m + !n + !o + !p + !q + !pq);
19795
19796 ;
19797 return 0;
19798 }
19799 _ACEOF
19800 if ac_fn_c_try_compile "$LINENO"; then :
19801 ac_cv_header_stdbool_h=yes
19802 else
19803 ac_cv_header_stdbool_h=no
19804 fi
19805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19806 fi
19807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
19808 $as_echo "$ac_cv_header_stdbool_h" >&6; }
19809 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
19810 if test "x$ac_cv_type__Bool" = x""yes; then :
19811
19812 cat >>confdefs.h <<_ACEOF
19813 #define HAVE__BOOL 1
19814 _ACEOF
19815
19816
19817 fi
19818
19819
19820
19821 REPLACE_NULL=0;
19822 HAVE_WCHAR_T=1;
19823
19824
19825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5
19826 $as_echo_n "checking for wchar_t... " >&6; }
19827 if test "${gt_cv_c_wchar_t+set}" = set; then :
19828 $as_echo_n "(cached) " >&6
19829 else
19830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19831 /* end confdefs.h. */
19832 #include <stddef.h>
19833 wchar_t foo = (wchar_t)'\0';
19834 int
19835 main ()
19836 {
19837
19838 ;
19839 return 0;
19840 }
19841 _ACEOF
19842 if ac_fn_c_try_compile "$LINENO"; then :
19843 gt_cv_c_wchar_t=yes
19844 else
19845 gt_cv_c_wchar_t=no
19846 fi
19847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19848 fi
19849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wchar_t" >&5
19850 $as_echo "$gt_cv_c_wchar_t" >&6; }
19851 if test $gt_cv_c_wchar_t = yes; then
19852
19853 $as_echo "#define HAVE_WCHAR_T 1" >>confdefs.h
19854
19855 fi
19856
19857
19858 GNULIB_DPRINTF=0;
19859 GNULIB_FCLOSE=0;
19860 GNULIB_FDOPEN=0;
19861 GNULIB_FFLUSH=0;
19862 GNULIB_FGETC=0;
19863 GNULIB_FGETS=0;
19864 GNULIB_FOPEN=0;
19865 GNULIB_FPRINTF=0;
19866 GNULIB_FPRINTF_POSIX=0;
19867 GNULIB_FPURGE=0;
19868 GNULIB_FPUTC=0;
19869 GNULIB_FPUTS=0;
19870 GNULIB_FREAD=0;
19871 GNULIB_FREOPEN=0;
19872 GNULIB_FSCANF=0;
19873 GNULIB_FSEEK=0;
19874 GNULIB_FSEEKO=0;
19875 GNULIB_FTELL=0;
19876 GNULIB_FTELLO=0;
19877 GNULIB_FWRITE=0;
19878 GNULIB_GETC=0;
19879 GNULIB_GETCHAR=0;
19880 GNULIB_GETDELIM=0;
19881 GNULIB_GETLINE=0;
19882 GNULIB_OBSTACK_PRINTF=0;
19883 GNULIB_OBSTACK_PRINTF_POSIX=0;
19884 GNULIB_PCLOSE=0;
19885 GNULIB_PERROR=0;
19886 GNULIB_POPEN=0;
19887 GNULIB_PRINTF=0;
19888 GNULIB_PRINTF_POSIX=0;
19889 GNULIB_PUTC=0;
19890 GNULIB_PUTCHAR=0;
19891 GNULIB_PUTS=0;
19892 GNULIB_REMOVE=0;
19893 GNULIB_RENAME=0;
19894 GNULIB_RENAMEAT=0;
19895 GNULIB_SCANF=0;
19896 GNULIB_SNPRINTF=0;
19897 GNULIB_SPRINTF_POSIX=0;
19898 GNULIB_STDIO_H_NONBLOCKING=0;
19899 GNULIB_STDIO_H_SIGPIPE=0;
19900 GNULIB_TMPFILE=0;
19901 GNULIB_VASPRINTF=0;
19902 GNULIB_VFSCANF=0;
19903 GNULIB_VSCANF=0;
19904 GNULIB_VDPRINTF=0;
19905 GNULIB_VFPRINTF=0;
19906 GNULIB_VFPRINTF_POSIX=0;
19907 GNULIB_VPRINTF=0;
19908 GNULIB_VPRINTF_POSIX=0;
19909 GNULIB_VSNPRINTF=0;
19910 GNULIB_VSPRINTF_POSIX=0;
19911 HAVE_DECL_FPURGE=1;
19912 HAVE_DECL_FSEEKO=1;
19913 HAVE_DECL_FTELLO=1;
19914 HAVE_DECL_GETDELIM=1;
19915 HAVE_DECL_GETLINE=1;
19916 HAVE_DECL_OBSTACK_PRINTF=1;
19917 HAVE_DECL_SNPRINTF=1;
19918 HAVE_DECL_VSNPRINTF=1;
19919 HAVE_DPRINTF=1;
19920 HAVE_FSEEKO=1;
19921 HAVE_FTELLO=1;
19922 HAVE_PCLOSE=1;
19923 HAVE_POPEN=1;
19924 HAVE_RENAMEAT=1;
19925 HAVE_VASPRINTF=1;
19926 HAVE_VDPRINTF=1;
19927 REPLACE_DPRINTF=0;
19928 REPLACE_FCLOSE=0;
19929 REPLACE_FDOPEN=0;
19930 REPLACE_FFLUSH=0;
19931 REPLACE_FOPEN=0;
19932 REPLACE_FPRINTF=0;
19933 REPLACE_FPURGE=0;
19934 REPLACE_FREOPEN=0;
19935 REPLACE_FSEEK=0;
19936 REPLACE_FSEEKO=0;
19937 REPLACE_FTELL=0;
19938 REPLACE_FTELLO=0;
19939 REPLACE_GETDELIM=0;
19940 REPLACE_GETLINE=0;
19941 REPLACE_OBSTACK_PRINTF=0;
19942 REPLACE_PERROR=0;
19943 REPLACE_POPEN=0;
19944 REPLACE_PRINTF=0;
19945 REPLACE_REMOVE=0;
19946 REPLACE_RENAME=0;
19947 REPLACE_RENAMEAT=0;
19948 REPLACE_SNPRINTF=0;
19949 REPLACE_SPRINTF=0;
19950 REPLACE_STDIO_READ_FUNCS=0;
19951 REPLACE_STDIO_WRITE_FUNCS=0;
19952 REPLACE_TMPFILE=0;
19953 REPLACE_VASPRINTF=0;
19954 REPLACE_VDPRINTF=0;
19955 REPLACE_VFPRINTF=0;
19956 REPLACE_VPRINTF=0;
19957 REPLACE_VSNPRINTF=0;
19958 REPLACE_VSPRINTF=0;
19959
19960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
19961 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
19962 if test "${ac_cv_struct_tm+set}" = set; then :
19963 $as_echo_n "(cached) " >&6
19964 else
19965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19966 /* end confdefs.h. */
19967 #include <sys/types.h>
19968 #include <time.h>
19969
19970 int
19971 main ()
19972 {
19973 struct tm tm;
19974 int *p = &tm.tm_sec;
19975 return !p;
19976 ;
19977 return 0;
19978 }
19979 _ACEOF
19980 if ac_fn_c_try_compile "$LINENO"; then :
19981 ac_cv_struct_tm=time.h
19982 else
19983 ac_cv_struct_tm=sys/time.h
19984 fi
19985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19986 fi
19987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5
19988 $as_echo "$ac_cv_struct_tm" >&6; }
19989 if test $ac_cv_struct_tm = sys/time.h; then
19990
19991 $as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h
19992
19993 fi
19994
19995 ac_fn_c_check_member "$LINENO" "struct tm" "tm_zone" "ac_cv_member_struct_tm_tm_zone" "#include <sys/types.h>
19996 #include <$ac_cv_struct_tm>
19997
19998 "
19999 if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then :
20000
20001 cat >>confdefs.h <<_ACEOF
20002 #define HAVE_STRUCT_TM_TM_ZONE 1
20003 _ACEOF
20004
20005
20006 fi
20007
20008 if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
20009
20010 $as_echo "#define HAVE_TM_ZONE 1" >>confdefs.h
20011
20012 else
20013 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h>
20014 "
20015 if test "x$ac_cv_have_decl_tzname" = x""yes; then :
20016 ac_have_decl=1
20017 else
20018 ac_have_decl=0
20019 fi
20020
20021 cat >>confdefs.h <<_ACEOF
20022 #define HAVE_DECL_TZNAME $ac_have_decl
20023 _ACEOF
20024
20025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5
20026 $as_echo_n "checking for tzname... " >&6; }
20027 if test "${ac_cv_var_tzname+set}" = set; then :
20028 $as_echo_n "(cached) " >&6
20029 else
20030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20031 /* end confdefs.h. */
20032 #include <time.h>
20033 #if !HAVE_DECL_TZNAME
20034 extern char *tzname[];
20035 #endif
20036
20037 int
20038 main ()
20039 {
20040 return tzname[0][0];
20041 ;
20042 return 0;
20043 }
20044 _ACEOF
20045 if ac_fn_c_try_link "$LINENO"; then :
20046 ac_cv_var_tzname=yes
20047 else
20048 ac_cv_var_tzname=no
20049 fi
20050 rm -f core conftest.err conftest.$ac_objext \
20051 conftest$ac_exeext conftest.$ac_ext
20052 fi
20053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var_tzname" >&5
20054 $as_echo "$ac_cv_var_tzname" >&6; }
20055 if test $ac_cv_var_tzname = yes; then
20056
20057 $as_echo "#define HAVE_TZNAME 1" >>confdefs.h
20058
20059 fi
20060 fi
20061
20062
20063 ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h>
20064 "
20065 if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then :
20066
20067 $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
20068
20069 fi
20070
20071
20072
20073
20074
20075
20076
20077
20078
20079
20080
20081
20082
20083 if test $gl_cv_have_include_next = yes; then
20084 gl_cv_next_string_h='<'string.h'>'
20085 else
20086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <string.h>" >&5
20087 $as_echo_n "checking absolute name of <string.h>... " >&6; }
20088 if test "${gl_cv_next_string_h+set}" = set; then :
20089 $as_echo_n "(cached) " >&6
20090 else
20091
20092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20093 /* end confdefs.h. */
20094 #include <string.h>
20095
20096 _ACEOF
20097 case "$host_os" in
20098 aix*) gl_absname_cpp="$ac_cpp -C" ;;
20099 *) gl_absname_cpp="$ac_cpp" ;;
20100 esac
20101
20102 case "$host_os" in
20103 mingw*)
20104 gl_dirsep_regex='[/\\]'
20105 ;;
20106 *)
20107 gl_dirsep_regex='\/'
20108 ;;
20109 esac
20110 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
20111
20112 gl_header_literal_regex=`echo 'string.h' \
20113 | sed -e "$gl_make_literal_regex_sed"`
20114 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
20115 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
20116 s|^/[^/]|//&|
20117 p
20118 q
20119 }'
20120 gl_cv_next_string_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
20121 sed -n "$gl_absolute_header_sed"`'"'
20122
20123
20124 fi
20125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_string_h" >&5
20126 $as_echo "$gl_cv_next_string_h" >&6; }
20127 fi
20128 NEXT_STRING_H=$gl_cv_next_string_h
20129
20130 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
20131 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
20132 gl_next_as_first_directive='<'string.h'>'
20133 else
20134 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
20135 gl_next_as_first_directive=$gl_cv_next_string_h
20136 fi
20137 NEXT_AS_FIRST_DIRECTIVE_STRING_H=$gl_next_as_first_directive
20138
20139
20140
20141
20142
20143
20144
20145
20146
20147 ac_fn_c_check_decl "$LINENO" "strtoimax" "ac_cv_have_decl_strtoimax" "$ac_includes_default"
20148 if test "x$ac_cv_have_decl_strtoimax" = x""yes; then :
20149 ac_have_decl=1
20150 else
20151 ac_have_decl=0
20152 fi
20153
20154 cat >>confdefs.h <<_ACEOF
20155 #define HAVE_DECL_STRTOIMAX $ac_have_decl
20156 _ACEOF
20157
20158
20159
20160 ac_fn_c_check_decl "$LINENO" "strtoumax" "ac_cv_have_decl_strtoumax" "$ac_includes_default"
20161 if test "x$ac_cv_have_decl_strtoumax" = x""yes; then :
20162 ac_have_decl=1
20163 else
20164 ac_have_decl=0
20165 fi
20166
20167 cat >>confdefs.h <<_ACEOF
20168 #define HAVE_DECL_STRTOUMAX $ac_have_decl
20169 _ACEOF
20170
20171
20172
20173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
20174 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
20175 if test "${ac_cv_header_stat_broken+set}" = set; then :
20176 $as_echo_n "(cached) " >&6
20177 else
20178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20179 /* end confdefs.h. */
20180 #include <sys/types.h>
20181 #include <sys/stat.h>
20182
20183 #if defined S_ISBLK && defined S_IFDIR
20184 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
20185 #endif
20186
20187 #if defined S_ISBLK && defined S_IFCHR
20188 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
20189 #endif
20190
20191 #if defined S_ISLNK && defined S_IFREG
20192 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
20193 #endif
20194
20195 #if defined S_ISSOCK && defined S_IFREG
20196 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
20197 #endif
20198
20199 _ACEOF
20200 if ac_fn_c_try_compile "$LINENO"; then :
20201 ac_cv_header_stat_broken=no
20202 else
20203 ac_cv_header_stat_broken=yes
20204 fi
20205 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20206 fi
20207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
20208 $as_echo "$ac_cv_header_stat_broken" >&6; }
20209 if test $ac_cv_header_stat_broken = yes; then
20210
20211 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
20212
20213 fi
20214
20215
20216
20217
20218
20219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <time.h>" >&5
20220 $as_echo_n "checking for struct timespec in <time.h>... " >&6; }
20221 if test "${gl_cv_sys_struct_timespec_in_time_h+set}" = set; then :
20222 $as_echo_n "(cached) " >&6
20223 else
20224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20225 /* end confdefs.h. */
20226 #include <time.h>
20227
20228 int
20229 main ()
20230 {
20231 static struct timespec x; x.tv_sec = x.tv_nsec;
20232 ;
20233 return 0;
20234 }
20235 _ACEOF
20236 if ac_fn_c_try_compile "$LINENO"; then :
20237 gl_cv_sys_struct_timespec_in_time_h=yes
20238 else
20239 gl_cv_sys_struct_timespec_in_time_h=no
20240 fi
20241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20242 fi
20243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_time_h" >&5
20244 $as_echo "$gl_cv_sys_struct_timespec_in_time_h" >&6; }
20245
20246 TIME_H_DEFINES_STRUCT_TIMESPEC=0
20247 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=0
20248 PTHREAD_H_DEFINES_STRUCT_TIMESPEC=0
20249 if test $gl_cv_sys_struct_timespec_in_time_h = yes; then
20250 TIME_H_DEFINES_STRUCT_TIMESPEC=1
20251 else
20252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <sys/time.h>" >&5
20253 $as_echo_n "checking for struct timespec in <sys/time.h>... " >&6; }
20254 if test "${gl_cv_sys_struct_timespec_in_sys_time_h+set}" = set; then :
20255 $as_echo_n "(cached) " >&6
20256 else
20257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20258 /* end confdefs.h. */
20259 #include <sys/time.h>
20260
20261 int
20262 main ()
20263 {
20264 static struct timespec x; x.tv_sec = x.tv_nsec;
20265 ;
20266 return 0;
20267 }
20268 _ACEOF
20269 if ac_fn_c_try_compile "$LINENO"; then :
20270 gl_cv_sys_struct_timespec_in_sys_time_h=yes
20271 else
20272 gl_cv_sys_struct_timespec_in_sys_time_h=no
20273 fi
20274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20275 fi
20276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_sys_time_h" >&5
20277 $as_echo "$gl_cv_sys_struct_timespec_in_sys_time_h" >&6; }
20278 if test $gl_cv_sys_struct_timespec_in_sys_time_h = yes; then
20279 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=1
20280 else
20281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <pthread.h>" >&5
20282 $as_echo_n "checking for struct timespec in <pthread.h>... " >&6; }
20283 if test "${gl_cv_sys_struct_timespec_in_pthread_h+set}" = set; then :
20284 $as_echo_n "(cached) " >&6
20285 else
20286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20287 /* end confdefs.h. */
20288 #include <pthread.h>
20289
20290 int
20291 main ()
20292 {
20293 static struct timespec x; x.tv_sec = x.tv_nsec;
20294 ;
20295 return 0;
20296 }
20297 _ACEOF
20298 if ac_fn_c_try_compile "$LINENO"; then :
20299 gl_cv_sys_struct_timespec_in_pthread_h=yes
20300 else
20301 gl_cv_sys_struct_timespec_in_pthread_h=no
20302 fi
20303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20304 fi
20305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_pthread_h" >&5
20306 $as_echo "$gl_cv_sys_struct_timespec_in_pthread_h" >&6; }
20307 if test $gl_cv_sys_struct_timespec_in_pthread_h = yes; then
20308 PTHREAD_H_DEFINES_STRUCT_TIMESPEC=1
20309 fi
20310 fi
20311 fi
20312
20313
20314
20315
20316
20317
20318
20319
20320
20321
20322
20323
20324
20325
20326
20327 if test $gl_cv_have_include_next = yes; then
20328 gl_cv_next_time_h='<'time.h'>'
20329 else
20330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <time.h>" >&5
20331 $as_echo_n "checking absolute name of <time.h>... " >&6; }
20332 if test "${gl_cv_next_time_h+set}" = set; then :
20333 $as_echo_n "(cached) " >&6
20334 else
20335
20336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20337 /* end confdefs.h. */
20338 #include <time.h>
20339
20340 _ACEOF
20341 case "$host_os" in
20342 aix*) gl_absname_cpp="$ac_cpp -C" ;;
20343 *) gl_absname_cpp="$ac_cpp" ;;
20344 esac
20345
20346 case "$host_os" in
20347 mingw*)
20348 gl_dirsep_regex='[/\\]'
20349 ;;
20350 *)
20351 gl_dirsep_regex='\/'
20352 ;;
20353 esac
20354 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
20355
20356 gl_header_literal_regex=`echo 'time.h' \
20357 | sed -e "$gl_make_literal_regex_sed"`
20358 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
20359 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
20360 s|^/[^/]|//&|
20361 p
20362 q
20363 }'
20364 gl_cv_next_time_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
20365 sed -n "$gl_absolute_header_sed"`'"'
20366
20367
20368 fi
20369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_time_h" >&5
20370 $as_echo "$gl_cv_next_time_h" >&6; }
20371 fi
20372 NEXT_TIME_H=$gl_cv_next_time_h
20373
20374 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
20375 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
20376 gl_next_as_first_directive='<'time.h'>'
20377 else
20378 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
20379 gl_next_as_first_directive=$gl_cv_next_time_h
20380 fi
20381 NEXT_AS_FIRST_DIRECTIVE_TIME_H=$gl_next_as_first_directive
20382
20383
20384
20385
20386
20387
20388
20389
20390
20391
20392
20393
20394
20395
20396 ac_fn_c_check_decl "$LINENO" "unsetenv" "ac_cv_have_decl_unsetenv" "$ac_includes_default"
20397 if test "x$ac_cv_have_decl_unsetenv" = x""yes; then :
20398 ac_have_decl=1
20399 else
20400 ac_have_decl=0
20401 fi
20402
20403 cat >>confdefs.h <<_ACEOF
20404 #define HAVE_DECL_UNSETENV $ac_have_decl
20405 _ACEOF
20406
20407
20408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the utimes function works" >&5
20409 $as_echo_n "checking whether the utimes function works... " >&6; }
20410 if test "${gl_cv_func_working_utimes+set}" = set; then :
20411 $as_echo_n "(cached) " >&6
20412 else
20413
20414 if test "$cross_compiling" = yes; then :
20415 gl_cv_func_working_utimes=no
20416 else
20417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20418 /* end confdefs.h. */
20419
20420 #include <sys/types.h>
20421 #include <sys/stat.h>
20422 #include <fcntl.h>
20423 #include <sys/time.h>
20424 #include <time.h>
20425 #include <unistd.h>
20426 #include <stdlib.h>
20427 #include <stdio.h>
20428 #include <utime.h>
20429
20430 static int
20431 inorder (time_t a, time_t b, time_t c)
20432 {
20433 return a <= b && b <= c;
20434 }
20435
20436 int
20437 main ()
20438 {
20439 int result = 0;
20440 char const *file = "conftest.utimes";
20441 static struct timeval timeval[2] = {{9, 10}, {999999, 999999}};
20442
20443 /* Test whether utimes() essentially works. */
20444 {
20445 struct stat sbuf;
20446 FILE *f = fopen (file, "w");
20447 if (f == NULL)
20448 result |= 1;
20449 else if (fclose (f) != 0)
20450 result |= 1;
20451 else if (utimes (file, timeval) != 0)
20452 result |= 2;
20453 else if (lstat (file, &sbuf) != 0)
20454 result |= 1;
20455 else if (!(sbuf.st_atime == timeval[0].tv_sec
20456 && sbuf.st_mtime == timeval[1].tv_sec))
20457 result |= 4;
20458 if (unlink (file) != 0)
20459 result |= 1;
20460 }
20461
20462 /* Test whether utimes() with a NULL argument sets the file's timestamp
20463 to the current time. Use 'fstat' as well as 'time' to
20464 determine the "current" time, to accommodate NFS file systems
20465 if there is a time skew between the host and the NFS server. */
20466 {
20467 int fd = open (file, O_WRONLY|O_CREAT, 0644);
20468 if (fd < 0)
20469 result |= 1;
20470 else
20471 {
20472 time_t t0, t2;
20473 struct stat st0, st1, st2;
20474 if (time (&t0) == (time_t) -1)
20475 result |= 1;
20476 else if (fstat (fd, &st0) != 0)
20477 result |= 1;
20478 else if (utimes (file, timeval) != 0)
20479 result |= 2;
20480 else if (utimes (file, NULL) != 0)
20481 result |= 8;
20482 else if (fstat (fd, &st1) != 0)
20483 result |= 1;
20484 else if (write (fd, "\n", 1) != 1)
20485 result |= 1;
20486 else if (fstat (fd, &st2) != 0)
20487 result |= 1;
20488 else if (time (&t2) == (time_t) -1)
20489 result |= 1;
20490 else
20491 {
20492 int m_ok_POSIX = inorder (t0, st1.st_mtime, t2);
20493 int m_ok_NFS = inorder (st0.st_mtime, st1.st_mtime, st2.st_mtime);
20494 if (! (st1.st_atime == st1.st_mtime))
20495 result |= 16;
20496 if (! (m_ok_POSIX || m_ok_NFS))
20497 result |= 32;
20498 }
20499 if (close (fd) != 0)
20500 result |= 1;
20501 }
20502 if (unlink (file) != 0)
20503 result |= 1;
20504 }
20505
20506 /* Test whether utimes() with a NULL argument works on read-only files. */
20507 {
20508 int fd = open (file, O_WRONLY|O_CREAT, 0444);
20509 if (fd < 0)
20510 result |= 1;
20511 else if (close (fd) != 0)
20512 result |= 1;
20513 else if (utimes (file, NULL) != 0)
20514 result |= 64;
20515 if (unlink (file) != 0)
20516 result |= 1;
20517 }
20518
20519 return result;
20520 }
20521
20522 _ACEOF
20523 if ac_fn_c_try_run "$LINENO"; then :
20524 gl_cv_func_working_utimes=yes
20525 else
20526 gl_cv_func_working_utimes=no
20527 fi
20528 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
20529 conftest.$ac_objext conftest.beam conftest.$ac_ext
20530 fi
20531
20532 fi
20533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_utimes" >&5
20534 $as_echo "$gl_cv_func_working_utimes" >&6; }
20535
20536 if test $gl_cv_func_working_utimes = yes; then
20537
20538 $as_echo "#define HAVE_WORKING_UTIMES 1" >>confdefs.h
20539
20540 fi
20541
20542
20543
20544
20545
20546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5
20547 $as_echo_n "checking for struct utimbuf... " >&6; }
20548 if test "${gl_cv_sys_struct_utimbuf+set}" = set; then :
20549 $as_echo_n "(cached) " >&6
20550 else
20551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20552 /* end confdefs.h. */
20553 #if HAVE_SYS_TIME_H
20554 #include <sys/time.h>
20555 #endif
20556 #include <time.h>
20557 #ifdef HAVE_UTIME_H
20558 #include <utime.h>
20559 #endif
20560
20561 int
20562 main ()
20563 {
20564 static struct utimbuf x; x.actime = x.modtime;
20565 ;
20566 return 0;
20567 }
20568 _ACEOF
20569 if ac_fn_c_try_compile "$LINENO"; then :
20570 gl_cv_sys_struct_utimbuf=yes
20571 else
20572 gl_cv_sys_struct_utimbuf=no
20573 fi
20574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20575 fi
20576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_utimbuf" >&5
20577 $as_echo "$gl_cv_sys_struct_utimbuf" >&6; }
20578
20579 if test $gl_cv_sys_struct_utimbuf = yes; then
20580
20581 $as_echo "#define HAVE_STRUCT_UTIMBUF 1" >>confdefs.h
20582
20583 fi
20584
20585
20586
20587
20588
20589
20590
20591
20592
20593
20594
20595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking type of array argument to getgroups" >&5
20596 $as_echo_n "checking type of array argument to getgroups... " >&6; }
20597 if test "${ac_cv_type_getgroups+set}" = set; then :
20598 $as_echo_n "(cached) " >&6
20599 else
20600 if test "$cross_compiling" = yes; then :
20601 ac_cv_type_getgroups=cross
20602 else
20603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20604 /* end confdefs.h. */
20605 /* Thanks to Mike Rendell for this test. */
20606 $ac_includes_default
20607 #define NGID 256
20608 #undef MAX
20609 #define MAX(x, y) ((x) > (y) ? (x) : (y))
20610
20611 int
20612 main ()
20613 {
20614 gid_t gidset[NGID];
20615 int i, n;
20616 union { gid_t gval; long int lval; } val;
20617
20618 val.lval = -1;
20619 for (i = 0; i < NGID; i++)
20620 gidset[i] = val.gval;
20621 n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1,
20622 gidset);
20623 /* Exit non-zero if getgroups seems to require an array of ints. This
20624 happens when gid_t is short int but getgroups modifies an array
20625 of ints. */
20626 return n > 0 && gidset[n] != val.gval;
20627 }
20628 _ACEOF
20629 if ac_fn_c_try_run "$LINENO"; then :
20630 ac_cv_type_getgroups=gid_t
20631 else
20632 ac_cv_type_getgroups=int
20633 fi
20634 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
20635 conftest.$ac_objext conftest.beam conftest.$ac_ext
20636 fi
20637
20638 if test $ac_cv_type_getgroups = cross; then
20639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20640 /* end confdefs.h. */
20641 #include <unistd.h>
20642
20643 _ACEOF
20644 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20645 $EGREP "getgroups.*int.*gid_t" >/dev/null 2>&1; then :
20646 ac_cv_type_getgroups=gid_t
20647 else
20648 ac_cv_type_getgroups=int
20649 fi
20650 rm -f conftest*
20651
20652 fi
20653 fi
20654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_getgroups" >&5
20655 $as_echo "$ac_cv_type_getgroups" >&6; }
20656
20657 cat >>confdefs.h <<_ACEOF
20658 #define GETGROUPS_T $ac_cv_type_getgroups
20659 _ACEOF
20660
20661
20662
20663
20664 if false; then
20665 GL_COND_LIBTOOL_TRUE=
20666 GL_COND_LIBTOOL_FALSE='#'
20667 else
20668 GL_COND_LIBTOOL_TRUE='#'
20669 GL_COND_LIBTOOL_FALSE=
20670 fi
20671
20672 gl_cond_libtool=false
20673 gl_libdeps=
20674 gl_ltlibdeps=
20675 gl_m4_base='m4'
20676
20677
20678
20679
20680
20681
20682
20683
20684
20685 gl_source_base='lib'
20686
20687
20688 if test $ac_cv_func_alloca_works = no; then
20689 :
20690 fi
20691
20692 # Define an additional variable used in the Makefile substitution.
20693 if test $ac_cv_working_alloca_h = yes; then
20694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca as a compiler built-in" >&5
20695 $as_echo_n "checking for alloca as a compiler built-in... " >&6; }
20696 if test "${gl_cv_rpl_alloca+set}" = set; then :
20697 $as_echo_n "(cached) " >&6
20698 else
20699
20700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20701 /* end confdefs.h. */
20702
20703 #if defined __GNUC__ || defined _AIX || defined _MSC_VER
20704 Need own alloca
20705 #endif
20706
20707 _ACEOF
20708 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20709 $EGREP "Need own alloca" >/dev/null 2>&1; then :
20710 gl_cv_rpl_alloca=yes
20711 else
20712 gl_cv_rpl_alloca=no
20713 fi
20714 rm -f conftest*
20715
20716
20717 fi
20718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_rpl_alloca" >&5
20719 $as_echo "$gl_cv_rpl_alloca" >&6; }
20720 if test $gl_cv_rpl_alloca = yes; then
20721
20722 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
20723
20724 ALLOCA_H=alloca.h
20725 else
20726 ALLOCA_H=
20727 fi
20728 else
20729 ALLOCA_H=alloca.h
20730 fi
20731
20732 if test -n "$ALLOCA_H"; then
20733 GL_GENERATE_ALLOCA_H_TRUE=
20734 GL_GENERATE_ALLOCA_H_FALSE='#'
20735 else
20736 GL_GENERATE_ALLOCA_H_TRUE='#'
20737 GL_GENERATE_ALLOCA_H_FALSE=
20738 fi
20739
20740
20741
20742
20743
20744
20745 # Solaris 2.5.1 needs -lposix4 to get the clock_gettime function.
20746 # Solaris 7 prefers the library name -lrt to the obsolescent name -lposix4.
20747
20748 # Save and restore LIBS so e.g., -lrt, isn't added to it. Otherwise, *all*
20749 # programs in the package would end up linked with that potentially-shared
20750 # library, inducing unnecessary run-time overhead.
20751 LIB_CLOCK_GETTIME=
20752
20753 gl_saved_libs=$LIBS
20754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
20755 $as_echo_n "checking for library containing clock_gettime... " >&6; }
20756 if test "${ac_cv_search_clock_gettime+set}" = set; then :
20757 $as_echo_n "(cached) " >&6
20758 else
20759 ac_func_search_save_LIBS=$LIBS
20760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20761 /* end confdefs.h. */
20762
20763 /* Override any GCC internal prototype to avoid an error.
20764 Use char because int might match the return type of a GCC
20765 builtin and then its argument prototype would still apply. */
20766 #ifdef __cplusplus
20767 extern "C"
20768 #endif
20769 char clock_gettime ();
20770 int
20771 main ()
20772 {
20773 return clock_gettime ();
20774 ;
20775 return 0;
20776 }
20777 _ACEOF
20778 for ac_lib in '' rt posix4; do
20779 if test -z "$ac_lib"; then
20780 ac_res="none required"
20781 else
20782 ac_res=-l$ac_lib
20783 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
20784 fi
20785 if ac_fn_c_try_link "$LINENO"; then :
20786 ac_cv_search_clock_gettime=$ac_res
20787 fi
20788 rm -f core conftest.err conftest.$ac_objext \
20789 conftest$ac_exeext
20790 if test "${ac_cv_search_clock_gettime+set}" = set; then :
20791 break
20792 fi
20793 done
20794 if test "${ac_cv_search_clock_gettime+set}" = set; then :
20795
20796 else
20797 ac_cv_search_clock_gettime=no
20798 fi
20799 rm conftest.$ac_ext
20800 LIBS=$ac_func_search_save_LIBS
20801 fi
20802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
20803 $as_echo "$ac_cv_search_clock_gettime" >&6; }
20804 ac_res=$ac_cv_search_clock_gettime
20805 if test "$ac_res" != no; then :
20806 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
20807 test "$ac_cv_search_clock_gettime" = "none required" ||
20808 LIB_CLOCK_GETTIME=$ac_cv_search_clock_gettime
20809 fi
20810
20811 for ac_func in clock_gettime clock_settime
20812 do :
20813 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
20814 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
20815 eval as_val=\$$as_ac_var
20816 if test "x$as_val" = x""yes; then :
20817 cat >>confdefs.h <<_ACEOF
20818 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
20819 _ACEOF
20820
20821 fi
20822 done
20823
20824 LIBS=$gl_saved_libs
20825
20826
20827 :
20828
20829
20830
20831 cat >>confdefs.h <<_ACEOF
20832 #define GNULIB_CLOSE_STREAM 1
20833 _ACEOF
20834
20835
20836
20837
20838 :
20839
20840
20841
20842 :
20843
20844
20845
20846
20847
20848
20849
20850
20851
20852
20853
20854
20855
20856
20857
20858
20859
20860
20861
20862 if test $gl_cv_have_include_next = yes; then
20863 gl_cv_next_dirent_h='<'dirent.h'>'
20864 else
20865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <dirent.h>" >&5
20866 $as_echo_n "checking absolute name of <dirent.h>... " >&6; }
20867 if test "${gl_cv_next_dirent_h+set}" = set; then :
20868 $as_echo_n "(cached) " >&6
20869 else
20870
20871 if test $ac_cv_header_dirent_h = yes; then
20872
20873
20874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20875 /* end confdefs.h. */
20876 #include <dirent.h>
20877
20878 _ACEOF
20879 case "$host_os" in
20880 aix*) gl_absname_cpp="$ac_cpp -C" ;;
20881 *) gl_absname_cpp="$ac_cpp" ;;
20882 esac
20883
20884 case "$host_os" in
20885 mingw*)
20886 gl_dirsep_regex='[/\\]'
20887 ;;
20888 *)
20889 gl_dirsep_regex='\/'
20890 ;;
20891 esac
20892 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
20893
20894 gl_header_literal_regex=`echo 'dirent.h' \
20895 | sed -e "$gl_make_literal_regex_sed"`
20896 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
20897 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
20898 s|^/[^/]|//&|
20899 p
20900 q
20901 }'
20902 gl_cv_next_dirent_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
20903 sed -n "$gl_absolute_header_sed"`'"'
20904 else
20905 gl_cv_next_dirent_h='<'dirent.h'>'
20906 fi
20907
20908
20909 fi
20910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_dirent_h" >&5
20911 $as_echo "$gl_cv_next_dirent_h" >&6; }
20912 fi
20913 NEXT_DIRENT_H=$gl_cv_next_dirent_h
20914
20915 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
20916 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
20917 gl_next_as_first_directive='<'dirent.h'>'
20918 else
20919 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
20920 gl_next_as_first_directive=$gl_cv_next_dirent_h
20921 fi
20922 NEXT_AS_FIRST_DIRECTIVE_DIRENT_H=$gl_next_as_first_directive
20923
20924
20925
20926
20927 if test $ac_cv_header_dirent_h = yes; then
20928 HAVE_DIRENT_H=1
20929 else
20930 HAVE_DIRENT_H=0
20931 fi
20932
20933
20934
20935
20936
20937
20938
20939
20940
20941
20942 $as_echo "#define HAVE_DUP2 1" >>confdefs.h
20943
20944
20945 if test $HAVE_DUP2 = 1; then
20946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dup2 works" >&5
20947 $as_echo_n "checking whether dup2 works... " >&6; }
20948 if test "${gl_cv_func_dup2_works+set}" = set; then :
20949 $as_echo_n "(cached) " >&6
20950 else
20951 if test "$cross_compiling" = yes; then :
20952 case "$host_os" in
20953 mingw*) # on this platform, dup2 always returns 0 for success
20954 gl_cv_func_dup2_works="guessing no" ;;
20955 cygwin*) # on cygwin 1.5.x, dup2(1,1) returns 0
20956 gl_cv_func_dup2_works="guessing no" ;;
20957 linux*) # On linux between 2008-07-27 and 2009-05-11, dup2 of a
20958 # closed fd may yield -EBADF instead of -1 / errno=EBADF.
20959 gl_cv_func_dup2_works="guessing no" ;;
20960 freebsd*) # on FreeBSD 6.1, dup2(1,1000000) gives EMFILE, not EBADF.
20961 gl_cv_func_dup2_works="guessing no" ;;
20962 haiku*) # on Haiku alpha 2, dup2(1, 1) resets FD_CLOEXEC.
20963 gl_cv_func_dup2_works="guessing no" ;;
20964 *) gl_cv_func_dup2_works="guessing yes" ;;
20965 esac
20966 else
20967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20968 /* end confdefs.h. */
20969
20970 #include <unistd.h>
20971 #include <fcntl.h>
20972 #include <errno.h>
20973 int
20974 main ()
20975 {
20976 int result = 0;
20977 #ifdef FD_CLOEXEC
20978 if (fcntl (1, F_SETFD, FD_CLOEXEC) == -1)
20979 result |= 1;
20980 #endif
20981 if (dup2 (1, 1) == 0)
20982 result |= 2;
20983 #ifdef FD_CLOEXEC
20984 if (fcntl (1, F_GETFD) != FD_CLOEXEC)
20985 result |= 4;
20986 #endif
20987 close (0);
20988 if (dup2 (0, 0) != -1)
20989 result |= 8;
20990 /* Many gnulib modules require POSIX conformance of EBADF. */
20991 if (dup2 (2, 1000000) == -1 && errno != EBADF)
20992 result |= 16;
20993 /* Flush out a cygwin core dump. */
20994 if (dup2 (2, -1) != -1 || errno != EBADF)
20995 result |= 32;
20996 return result;
20997
20998 ;
20999 return 0;
21000 }
21001
21002 _ACEOF
21003 if ac_fn_c_try_run "$LINENO"; then :
21004 gl_cv_func_dup2_works=yes
21005 else
21006 gl_cv_func_dup2_works=no
21007 fi
21008 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
21009 conftest.$ac_objext conftest.beam conftest.$ac_ext
21010 fi
21011
21012
21013 fi
21014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_dup2_works" >&5
21015 $as_echo "$gl_cv_func_dup2_works" >&6; }
21016 case "$gl_cv_func_dup2_works" in
21017 *yes) ;;
21018 *)
21019 REPLACE_DUP2=1
21020 ;;
21021 esac
21022 fi
21023
21024
21025 if test $HAVE_DUP2 = 0 || test $REPLACE_DUP2 = 1; then
21026
21027
21028
21029
21030
21031
21032
21033
21034 gl_LIBOBJS="$gl_LIBOBJS dup2.$ac_objext"
21035
21036
21037 fi
21038
21039
21040
21041
21042
21043 GNULIB_DUP2=1
21044
21045
21046
21047
21048
21049
21050
21051
21052
21053
21054
21055 GNULIB_ENVIRON=1
21056
21057
21058
21059
21060
21061
21062
21063
21064 LIB_EXECINFO=''
21065 EXECINFO_H='execinfo.h'
21066
21067 if test $ac_cv_header_execinfo_h = yes; then
21068 gl_saved_libs=$LIBS
21069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing backtrace_symbols_fd" >&5
21070 $as_echo_n "checking for library containing backtrace_symbols_fd... " >&6; }
21071 if test "${ac_cv_search_backtrace_symbols_fd+set}" = set; then :
21072 $as_echo_n "(cached) " >&6
21073 else
21074 ac_func_search_save_LIBS=$LIBS
21075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21076 /* end confdefs.h. */
21077
21078 /* Override any GCC internal prototype to avoid an error.
21079 Use char because int might match the return type of a GCC
21080 builtin and then its argument prototype would still apply. */
21081 #ifdef __cplusplus
21082 extern "C"
21083 #endif
21084 char backtrace_symbols_fd ();
21085 int
21086 main ()
21087 {
21088 return backtrace_symbols_fd ();
21089 ;
21090 return 0;
21091 }
21092 _ACEOF
21093 for ac_lib in '' execinfo; do
21094 if test -z "$ac_lib"; then
21095 ac_res="none required"
21096 else
21097 ac_res=-l$ac_lib
21098 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
21099 fi
21100 if ac_fn_c_try_link "$LINENO"; then :
21101 ac_cv_search_backtrace_symbols_fd=$ac_res
21102 fi
21103 rm -f core conftest.err conftest.$ac_objext \
21104 conftest$ac_exeext
21105 if test "${ac_cv_search_backtrace_symbols_fd+set}" = set; then :
21106 break
21107 fi
21108 done
21109 if test "${ac_cv_search_backtrace_symbols_fd+set}" = set; then :
21110
21111 else
21112 ac_cv_search_backtrace_symbols_fd=no
21113 fi
21114 rm conftest.$ac_ext
21115 LIBS=$ac_func_search_save_LIBS
21116 fi
21117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_backtrace_symbols_fd" >&5
21118 $as_echo "$ac_cv_search_backtrace_symbols_fd" >&6; }
21119 ac_res=$ac_cv_search_backtrace_symbols_fd
21120 if test "$ac_res" != no; then :
21121 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
21122 test "$ac_cv_search_backtrace_symbols_fd" = "none required" ||
21123 LIB_EXECINFO=$ac_cv_search_backtrace_symbols_fd
21124 fi
21125
21126 LIBS=$gl_saved_libs
21127 test "$ac_cv_search_backtrace_symbols_fd" = no || EXECINFO_H=''
21128 fi
21129
21130 if test -n "$EXECINFO_H"; then
21131
21132
21133
21134
21135
21136
21137
21138
21139 gl_LIBOBJS="$gl_LIBOBJS execinfo.$ac_objext"
21140
21141 fi
21142
21143
21144
21145 if test -n "$EXECINFO_H"; then
21146 GL_GENERATE_EXECINFO_H_TRUE=
21147 GL_GENERATE_EXECINFO_H_FALSE='#'
21148 else
21149 GL_GENERATE_EXECINFO_H_TRUE='#'
21150 GL_GENERATE_EXECINFO_H_FALSE=
21151 fi
21152
21153
21154
21155
21156
21157
21158
21159
21160
21161 if test $ac_cv_func_faccessat = no; then
21162 HAVE_FACCESSAT=0
21163 fi
21164
21165 if test $HAVE_FACCESSAT = 0; then
21166
21167
21168
21169
21170
21171
21172
21173
21174 gl_LIBOBJS="$gl_LIBOBJS faccessat.$ac_objext"
21175
21176
21177 for ac_func in access
21178 do :
21179 ac_fn_c_check_func "$LINENO" "access" "ac_cv_func_access"
21180 if test "x$ac_cv_func_access" = x""yes; then :
21181 cat >>confdefs.h <<_ACEOF
21182 #define HAVE_ACCESS 1
21183 _ACEOF
21184
21185 fi
21186 done
21187
21188
21189 fi
21190
21191
21192 cat >>confdefs.h <<_ACEOF
21193 #define GNULIB_FACCESSAT 1
21194 _ACEOF
21195
21196
21197
21198
21199
21200
21201
21202 GNULIB_FACCESSAT=1
21203
21204
21205
21206
21207
21208
21209
21210
21211
21212
21213
21214
21215
21216
21217
21218
21219 if test $gl_cv_have_include_next = yes; then
21220 gl_cv_next_fcntl_h='<'fcntl.h'>'
21221 else
21222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <fcntl.h>" >&5
21223 $as_echo_n "checking absolute name of <fcntl.h>... " >&6; }
21224 if test "${gl_cv_next_fcntl_h+set}" = set; then :
21225 $as_echo_n "(cached) " >&6
21226 else
21227
21228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21229 /* end confdefs.h. */
21230 #include <fcntl.h>
21231
21232 _ACEOF
21233 case "$host_os" in
21234 aix*) gl_absname_cpp="$ac_cpp -C" ;;
21235 *) gl_absname_cpp="$ac_cpp" ;;
21236 esac
21237
21238 case "$host_os" in
21239 mingw*)
21240 gl_dirsep_regex='[/\\]'
21241 ;;
21242 *)
21243 gl_dirsep_regex='\/'
21244 ;;
21245 esac
21246 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
21247
21248 gl_header_literal_regex=`echo 'fcntl.h' \
21249 | sed -e "$gl_make_literal_regex_sed"`
21250 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
21251 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
21252 s|^/[^/]|//&|
21253 p
21254 q
21255 }'
21256 gl_cv_next_fcntl_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
21257 sed -n "$gl_absolute_header_sed"`'"'
21258
21259
21260 fi
21261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_fcntl_h" >&5
21262 $as_echo "$gl_cv_next_fcntl_h" >&6; }
21263 fi
21264 NEXT_FCNTL_H=$gl_cv_next_fcntl_h
21265
21266 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
21267 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
21268 gl_next_as_first_directive='<'fcntl.h'>'
21269 else
21270 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
21271 gl_next_as_first_directive=$gl_cv_next_fcntl_h
21272 fi
21273 NEXT_AS_FIRST_DIRECTIVE_FCNTL_H=$gl_next_as_first_directive
21274
21275
21276
21277
21278
21279
21280
21281
21282
21283
21284
21285
21286
21287
21288
21289 LIB_FDATASYNC=
21290
21291
21292 if test $ac_cv_have_decl_fdatasync = no; then
21293 HAVE_DECL_FDATASYNC=0
21294 for ac_func in fdatasync
21295 do :
21296 ac_fn_c_check_func "$LINENO" "fdatasync" "ac_cv_func_fdatasync"
21297 if test "x$ac_cv_func_fdatasync" = x""yes; then :
21298 cat >>confdefs.h <<_ACEOF
21299 #define HAVE_FDATASYNC 1
21300 _ACEOF
21301
21302 fi
21303 done
21304
21305 if test $ac_cv_func_fdatasync = no; then
21306 HAVE_FDATASYNC=0
21307 fi
21308 else
21309 gl_saved_libs=$LIBS
21310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing fdatasync" >&5
21311 $as_echo_n "checking for library containing fdatasync... " >&6; }
21312 if test "${ac_cv_search_fdatasync+set}" = set; then :
21313 $as_echo_n "(cached) " >&6
21314 else
21315 ac_func_search_save_LIBS=$LIBS
21316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21317 /* end confdefs.h. */
21318
21319 /* Override any GCC internal prototype to avoid an error.
21320 Use char because int might match the return type of a GCC
21321 builtin and then its argument prototype would still apply. */
21322 #ifdef __cplusplus
21323 extern "C"
21324 #endif
21325 char fdatasync ();
21326 int
21327 main ()
21328 {
21329 return fdatasync ();
21330 ;
21331 return 0;
21332 }
21333 _ACEOF
21334 for ac_lib in '' rt posix4; do
21335 if test -z "$ac_lib"; then
21336 ac_res="none required"
21337 else
21338 ac_res=-l$ac_lib
21339 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
21340 fi
21341 if ac_fn_c_try_link "$LINENO"; then :
21342 ac_cv_search_fdatasync=$ac_res
21343 fi
21344 rm -f core conftest.err conftest.$ac_objext \
21345 conftest$ac_exeext
21346 if test "${ac_cv_search_fdatasync+set}" = set; then :
21347 break
21348 fi
21349 done
21350 if test "${ac_cv_search_fdatasync+set}" = set; then :
21351
21352 else
21353 ac_cv_search_fdatasync=no
21354 fi
21355 rm conftest.$ac_ext
21356 LIBS=$ac_func_search_save_LIBS
21357 fi
21358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_fdatasync" >&5
21359 $as_echo "$ac_cv_search_fdatasync" >&6; }
21360 ac_res=$ac_cv_search_fdatasync
21361 if test "$ac_res" != no; then :
21362 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
21363 test "$ac_cv_search_fdatasync" = "none required" ||
21364 LIB_FDATASYNC=$ac_cv_search_fdatasync
21365 fi
21366
21367 LIBS=$gl_saved_libs
21368 fi
21369
21370 if test $HAVE_FDATASYNC = 0; then
21371
21372
21373
21374
21375
21376
21377
21378
21379 gl_LIBOBJS="$gl_LIBOBJS fdatasync.$ac_objext"
21380
21381 fi
21382
21383
21384
21385
21386
21387 GNULIB_FDATASYNC=1
21388
21389
21390
21391
21392
21393
21394
21395
21396
21397
21398 ac_fn_c_check_decl "$LINENO" "fdopendir" "ac_cv_have_decl_fdopendir" "
21399 #include <dirent.h>
21400
21401 "
21402 if test "x$ac_cv_have_decl_fdopendir" = x""yes; then :
21403 ac_have_decl=1
21404 else
21405 ac_have_decl=0
21406 fi
21407
21408 cat >>confdefs.h <<_ACEOF
21409 #define HAVE_DECL_FDOPENDIR $ac_have_decl
21410 _ACEOF
21411 if test $ac_have_decl = 1; then :
21412
21413 else
21414 HAVE_DECL_FDOPENDIR=0
21415 fi
21416
21417
21418 if test $ac_cv_func_fdopendir = no; then
21419 HAVE_FDOPENDIR=0
21420 else
21421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fdopendir works" >&5
21422 $as_echo_n "checking whether fdopendir works... " >&6; }
21423 if test "${gl_cv_func_fdopendir_works+set}" = set; then :
21424 $as_echo_n "(cached) " >&6
21425 else
21426 if test "$cross_compiling" = yes; then :
21427 case "$host_os" in
21428 # Guess yes on glibc systems.
21429 *-gnu*) gl_cv_func_fdopendir_works="guessing yes" ;;
21430 # If we don't know, assume the worst.
21431 *) gl_cv_func_fdopendir_works="guessing no" ;;
21432 esac
21433
21434 else
21435 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21436 /* end confdefs.h. */
21437
21438 #include <dirent.h>
21439 #include <fcntl.h>
21440 #include <unistd.h>
21441 #if !HAVE_DECL_FDOPENDIR
21442 extern
21443 # ifdef __cplusplus
21444 "C"
21445 # endif
21446 DIR *fdopendir (int);
21447 #endif
21448
21449 int
21450 main ()
21451 {
21452 int result = 0;
21453 int fd = open ("conftest.c", O_RDONLY);
21454 if (fd < 0) result |= 1;
21455 if (fdopendir (fd)) result |= 2;
21456 if (close (fd)) result |= 4;
21457 return result;
21458 ;
21459 return 0;
21460 }
21461 _ACEOF
21462 if ac_fn_c_try_run "$LINENO"; then :
21463 gl_cv_func_fdopendir_works=yes
21464 else
21465 gl_cv_func_fdopendir_works=no
21466 fi
21467 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
21468 conftest.$ac_objext conftest.beam conftest.$ac_ext
21469 fi
21470
21471 fi
21472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fdopendir_works" >&5
21473 $as_echo "$gl_cv_func_fdopendir_works" >&6; }
21474 case "$gl_cv_func_fdopendir_works" in
21475 *yes) ;;
21476 *)
21477 REPLACE_FDOPENDIR=1
21478 ;;
21479 esac
21480 fi
21481
21482 if test $HAVE_FDOPENDIR = 0 || test $REPLACE_FDOPENDIR = 1; then
21483
21484
21485
21486
21487
21488
21489
21490
21491 gl_LIBOBJS="$gl_LIBOBJS fdopendir.$ac_objext"
21492
21493 fi
21494
21495
21496
21497
21498
21499 GNULIB_FDOPENDIR=1
21500
21501
21502
21503
21504
21505
21506
21507 cat >>confdefs.h <<_ACEOF
21508 #define GNULIB_FDOPENDIR 1
21509 _ACEOF
21510
21511
21512
21513
21514
21515
21516
21517
21518
21519 fp_headers='
21520 # include <stdio.h>
21521 # if HAVE_STDIO_EXT_H
21522 # include <stdio_ext.h>
21523 # endif
21524 '
21525 ac_fn_c_check_decl "$LINENO" "__fpending" "ac_cv_have_decl___fpending" "$fp_headers
21526 "
21527 if test "x$ac_cv_have_decl___fpending" = x""yes; then :
21528 ac_have_decl=1
21529 else
21530 ac_have_decl=0
21531 fi
21532
21533 cat >>confdefs.h <<_ACEOF
21534 #define HAVE_DECL___FPENDING $ac_have_decl
21535 _ACEOF
21536
21537
21538 if test $ac_cv_func___fpending = no; then
21539
21540
21541
21542
21543
21544
21545
21546
21547 gl_LIBOBJS="$gl_LIBOBJS fpending.$ac_objext"
21548
21549
21550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to determine the number of pending output bytes on a stream" >&5
21551 $as_echo_n "checking how to determine the number of pending output bytes on a stream... " >&6; }
21552 if test "${ac_cv_sys_pending_output_n_bytes+set}" = set; then :
21553 $as_echo_n "(cached) " >&6
21554 else
21555
21556 for ac_expr in \
21557 \
21558 '# glibc2' \
21559 'fp->_IO_write_ptr - fp->_IO_write_base' \
21560 \
21561 '# traditional Unix' \
21562 'fp->_ptr - fp->_base' \
21563 \
21564 '# BSD' \
21565 'fp->_p - fp->_bf._base' \
21566 \
21567 '# SCO, Unixware' \
21568 '(fp->__ptr ? fp->__ptr - fp->__base : 0)' \
21569 \
21570 '# QNX' \
21571 '(fp->_Mode & 0x2000 /*_MWRITE*/ ? fp->_Next - fp->_Buf : 0)' \
21572 \
21573 '# old glibc?' \
21574 'fp->__bufp - fp->__buffer' \
21575 \
21576 '# old glibc iostream?' \
21577 'fp->_pptr - fp->_pbase' \
21578 \
21579 '# emx+gcc' \
21580 'fp->_ptr - fp->_buffer' \
21581 \
21582 '# Minix' \
21583 'fp->_ptr - fp->_buf' \
21584 \
21585 '# Plan9' \
21586 'fp->wp - fp->buf' \
21587 \
21588 '# VMS' \
21589 '(*fp)->_ptr - (*fp)->_base' \
21590 \
21591 '# e.g., DGUX R4.11; the info is not available' \
21592 1 \
21593 ; do
21594
21595 # Skip each embedded comment.
21596 case "$ac_expr" in '#'*) continue;; esac
21597
21598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21599 /* end confdefs.h. */
21600 #include <stdio.h>
21601 int
21602 main ()
21603 {
21604 FILE *fp = stdin; (void) ($ac_expr);
21605 ;
21606 return 0;
21607 }
21608 _ACEOF
21609 if ac_fn_c_try_compile "$LINENO"; then :
21610 fp_done=yes
21611
21612 fi
21613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21614 test "$fp_done" = yes && break
21615 done
21616
21617 ac_cv_sys_pending_output_n_bytes=$ac_expr
21618
21619
21620 fi
21621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_pending_output_n_bytes" >&5
21622 $as_echo "$ac_cv_sys_pending_output_n_bytes" >&6; }
21623
21624 cat >>confdefs.h <<_ACEOF
21625 #define PENDING_OUTPUT_N_BYTES $ac_cv_sys_pending_output_n_bytes
21626 _ACEOF
21627
21628
21629 fi
21630
21631
21632
21633
21634
21635
21636 if test $ac_cv_func_fstatat = no; then
21637 HAVE_FSTATAT=0
21638 else
21639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fstatat (..., 0) works" >&5
21640 $as_echo_n "checking whether fstatat (..., 0) works... " >&6; }
21641 if test "${gl_cv_func_fstatat_zero_flag+set}" = set; then :
21642 $as_echo_n "(cached) " >&6
21643 else
21644 if test "$cross_compiling" = yes; then :
21645 case "$host_os" in
21646 aix*) gl_cv_func_fstatat_zero_flag="guessing no";;
21647 *) gl_cv_func_fstatat_zero_flag="guessing yes";;
21648 esac
21649
21650 else
21651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21652 /* end confdefs.h. */
21653
21654 #include <fcntl.h>
21655 #include <sys/stat.h>
21656 int
21657 main (void)
21658 {
21659 struct stat a;
21660 return fstatat (AT_FDCWD, ".", &a, 0) != 0;
21661 }
21662
21663 _ACEOF
21664 if ac_fn_c_try_run "$LINENO"; then :
21665 gl_cv_func_fstatat_zero_flag=yes
21666 else
21667 gl_cv_func_fstatat_zero_flag=no
21668 fi
21669 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
21670 conftest.$ac_objext conftest.beam conftest.$ac_ext
21671 fi
21672
21673
21674 fi
21675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fstatat_zero_flag" >&5
21676 $as_echo "$gl_cv_func_fstatat_zero_flag" >&6; }
21677
21678 case $gl_cv_func_fstatat_zero_flag+$gl_cv_func_lstat_dereferences_slashed_symlink in
21679 *yes+*yes) ;;
21680 *) REPLACE_FSTATAT=1
21681 case $gl_cv_func_fstatat_zero_flag in
21682 *yes)
21683
21684 $as_echo "#define HAVE_WORKING_FSTATAT_ZERO_FLAG 1" >>confdefs.h
21685
21686 ;;
21687 esac
21688 ;;
21689 esac
21690 fi
21691
21692 if test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1; then
21693
21694
21695
21696
21697
21698
21699
21700
21701 gl_LIBOBJS="$gl_LIBOBJS fstatat.$ac_objext"
21702
21703 fi
21704
21705
21706
21707
21708
21709 GNULIB_FSTATAT=1
21710
21711
21712
21713
21714
21715
21716
21717
21718 if test $ac_cv_func_fsync = no; then
21719 HAVE_FSYNC=0
21720 fi
21721
21722 if test $HAVE_FSYNC = 0; then
21723
21724
21725
21726
21727
21728
21729
21730
21731 gl_LIBOBJS="$gl_LIBOBJS fsync.$ac_objext"
21732
21733 :
21734 fi
21735
21736
21737
21738
21739
21740 GNULIB_FSYNC=1
21741
21742
21743
21744
21745
21746
21747
21748 # Persuade glibc <stdlib.h> to declare getloadavg().
21749
21750
21751 gl_save_LIBS=$LIBS
21752
21753 # getloadvg is present in libc on glibc >= 2.2, Mac OS X, FreeBSD >= 2.0,
21754 # NetBSD >= 0.9, OpenBSD >= 2.0, Solaris >= 7.
21755 HAVE_GETLOADAVG=1
21756 ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg"
21757 if test "x$ac_cv_func_getloadavg" = x""yes; then :
21758
21759 else
21760 gl_func_getloadavg_done=no
21761
21762 # Some systems with -lutil have (and need) -lkvm as well, some do not.
21763 # On Solaris, -lkvm requires nlist from -lelf, so check that first
21764 # to get the right answer into the cache.
21765 # For kstat on solaris, we need to test for libelf and libkvm to force the
21766 # definition of SVR4 below.
21767 if test $gl_func_getloadavg_done = no; then
21768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5
21769 $as_echo_n "checking for elf_begin in -lelf... " >&6; }
21770 if test "${ac_cv_lib_elf_elf_begin+set}" = set; then :
21771 $as_echo_n "(cached) " >&6
21772 else
21773 ac_check_lib_save_LIBS=$LIBS
21774 LIBS="-lelf $LIBS"
21775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21776 /* end confdefs.h. */
21777
21778 /* Override any GCC internal prototype to avoid an error.
21779 Use char because int might match the return type of a GCC
21780 builtin and then its argument prototype would still apply. */
21781 #ifdef __cplusplus
21782 extern "C"
21783 #endif
21784 char elf_begin ();
21785 int
21786 main ()
21787 {
21788 return elf_begin ();
21789 ;
21790 return 0;
21791 }
21792 _ACEOF
21793 if ac_fn_c_try_link "$LINENO"; then :
21794 ac_cv_lib_elf_elf_begin=yes
21795 else
21796 ac_cv_lib_elf_elf_begin=no
21797 fi
21798 rm -f core conftest.err conftest.$ac_objext \
21799 conftest$ac_exeext conftest.$ac_ext
21800 LIBS=$ac_check_lib_save_LIBS
21801 fi
21802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5
21803 $as_echo "$ac_cv_lib_elf_elf_begin" >&6; }
21804 if test "x$ac_cv_lib_elf_elf_begin" = x""yes; then :
21805 LIBS="-lelf $LIBS"
21806 fi
21807
21808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5
21809 $as_echo_n "checking for kvm_open in -lkvm... " >&6; }
21810 if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then :
21811 $as_echo_n "(cached) " >&6
21812 else
21813 ac_check_lib_save_LIBS=$LIBS
21814 LIBS="-lkvm $LIBS"
21815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21816 /* end confdefs.h. */
21817
21818 /* Override any GCC internal prototype to avoid an error.
21819 Use char because int might match the return type of a GCC
21820 builtin and then its argument prototype would still apply. */
21821 #ifdef __cplusplus
21822 extern "C"
21823 #endif
21824 char kvm_open ();
21825 int
21826 main ()
21827 {
21828 return kvm_open ();
21829 ;
21830 return 0;
21831 }
21832 _ACEOF
21833 if ac_fn_c_try_link "$LINENO"; then :
21834 ac_cv_lib_kvm_kvm_open=yes
21835 else
21836 ac_cv_lib_kvm_kvm_open=no
21837 fi
21838 rm -f core conftest.err conftest.$ac_objext \
21839 conftest$ac_exeext conftest.$ac_ext
21840 LIBS=$ac_check_lib_save_LIBS
21841 fi
21842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5
21843 $as_echo "$ac_cv_lib_kvm_kvm_open" >&6; }
21844 if test "x$ac_cv_lib_kvm_kvm_open" = x""yes; then :
21845 LIBS="-lkvm $LIBS"
21846 fi
21847
21848 # Check for the 4.4BSD definition of getloadavg.
21849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5
21850 $as_echo_n "checking for getloadavg in -lutil... " >&6; }
21851 if test "${ac_cv_lib_util_getloadavg+set}" = set; then :
21852 $as_echo_n "(cached) " >&6
21853 else
21854 ac_check_lib_save_LIBS=$LIBS
21855 LIBS="-lutil $LIBS"
21856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21857 /* end confdefs.h. */
21858
21859 /* Override any GCC internal prototype to avoid an error.
21860 Use char because int might match the return type of a GCC
21861 builtin and then its argument prototype would still apply. */
21862 #ifdef __cplusplus
21863 extern "C"
21864 #endif
21865 char getloadavg ();
21866 int
21867 main ()
21868 {
21869 return getloadavg ();
21870 ;
21871 return 0;
21872 }
21873 _ACEOF
21874 if ac_fn_c_try_link "$LINENO"; then :
21875 ac_cv_lib_util_getloadavg=yes
21876 else
21877 ac_cv_lib_util_getloadavg=no
21878 fi
21879 rm -f core conftest.err conftest.$ac_objext \
21880 conftest$ac_exeext conftest.$ac_ext
21881 LIBS=$ac_check_lib_save_LIBS
21882 fi
21883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5
21884 $as_echo "$ac_cv_lib_util_getloadavg" >&6; }
21885 if test "x$ac_cv_lib_util_getloadavg" = x""yes; then :
21886 LIBS="-lutil $LIBS" gl_func_getloadavg_done=yes
21887 fi
21888
21889 fi
21890
21891 if test $gl_func_getloadavg_done = no; then
21892 # There is a commonly available library for RS/6000 AIX.
21893 # Since it is not a standard part of AIX, it might be installed locally.
21894 gl_getloadavg_LIBS=$LIBS
21895 LIBS="-L/usr/local/lib $LIBS"
21896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5
21897 $as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; }
21898 if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then :
21899 $as_echo_n "(cached) " >&6
21900 else
21901 ac_check_lib_save_LIBS=$LIBS
21902 LIBS="-lgetloadavg $LIBS"
21903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21904 /* end confdefs.h. */
21905
21906 /* Override any GCC internal prototype to avoid an error.
21907 Use char because int might match the return type of a GCC
21908 builtin and then its argument prototype would still apply. */
21909 #ifdef __cplusplus
21910 extern "C"
21911 #endif
21912 char getloadavg ();
21913 int
21914 main ()
21915 {
21916 return getloadavg ();
21917 ;
21918 return 0;
21919 }
21920 _ACEOF
21921 if ac_fn_c_try_link "$LINENO"; then :
21922 ac_cv_lib_getloadavg_getloadavg=yes
21923 else
21924 ac_cv_lib_getloadavg_getloadavg=no
21925 fi
21926 rm -f core conftest.err conftest.$ac_objext \
21927 conftest$ac_exeext conftest.$ac_ext
21928 LIBS=$ac_check_lib_save_LIBS
21929 fi
21930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5
21931 $as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; }
21932 if test "x$ac_cv_lib_getloadavg_getloadavg" = x""yes; then :
21933 LIBS="-lgetloadavg $LIBS" gl_func_getloadavg_done=yes
21934 else
21935 LIBS=$gl_getloadavg_LIBS
21936 fi
21937
21938 fi
21939
21940 # Set up the replacement function if necessary.
21941 if test $gl_func_getloadavg_done = no; then
21942 HAVE_GETLOADAVG=0
21943
21944 # Solaris has libkstat which does not require root.
21945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
21946 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
21947 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
21948 $as_echo_n "(cached) " >&6
21949 else
21950 ac_check_lib_save_LIBS=$LIBS
21951 LIBS="-lkstat $LIBS"
21952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21953 /* end confdefs.h. */
21954
21955 /* Override any GCC internal prototype to avoid an error.
21956 Use char because int might match the return type of a GCC
21957 builtin and then its argument prototype would still apply. */
21958 #ifdef __cplusplus
21959 extern "C"
21960 #endif
21961 char kstat_open ();
21962 int
21963 main ()
21964 {
21965 return kstat_open ();
21966 ;
21967 return 0;
21968 }
21969 _ACEOF
21970 if ac_fn_c_try_link "$LINENO"; then :
21971 ac_cv_lib_kstat_kstat_open=yes
21972 else
21973 ac_cv_lib_kstat_kstat_open=no
21974 fi
21975 rm -f core conftest.err conftest.$ac_objext \
21976 conftest$ac_exeext conftest.$ac_ext
21977 LIBS=$ac_check_lib_save_LIBS
21978 fi
21979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
21980 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
21981 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
21982 cat >>confdefs.h <<_ACEOF
21983 #define HAVE_LIBKSTAT 1
21984 _ACEOF
21985
21986 LIBS="-lkstat $LIBS"
21987
21988 fi
21989
21990 test $ac_cv_lib_kstat_kstat_open = yes && gl_func_getloadavg_done=yes
21991
21992 # AIX has libperfstat which does not require root
21993 if test $gl_func_getloadavg_done = no; then
21994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perfstat_cpu_total in -lperfstat" >&5
21995 $as_echo_n "checking for perfstat_cpu_total in -lperfstat... " >&6; }
21996 if test "${ac_cv_lib_perfstat_perfstat_cpu_total+set}" = set; then :
21997 $as_echo_n "(cached) " >&6
21998 else
21999 ac_check_lib_save_LIBS=$LIBS
22000 LIBS="-lperfstat $LIBS"
22001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22002 /* end confdefs.h. */
22003
22004 /* Override any GCC internal prototype to avoid an error.
22005 Use char because int might match the return type of a GCC
22006 builtin and then its argument prototype would still apply. */
22007 #ifdef __cplusplus
22008 extern "C"
22009 #endif
22010 char perfstat_cpu_total ();
22011 int
22012 main ()
22013 {
22014 return perfstat_cpu_total ();
22015 ;
22016 return 0;
22017 }
22018 _ACEOF
22019 if ac_fn_c_try_link "$LINENO"; then :
22020 ac_cv_lib_perfstat_perfstat_cpu_total=yes
22021 else
22022 ac_cv_lib_perfstat_perfstat_cpu_total=no
22023 fi
22024 rm -f core conftest.err conftest.$ac_objext \
22025 conftest$ac_exeext conftest.$ac_ext
22026 LIBS=$ac_check_lib_save_LIBS
22027 fi
22028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_perfstat_perfstat_cpu_total" >&5
22029 $as_echo "$ac_cv_lib_perfstat_perfstat_cpu_total" >&6; }
22030 if test "x$ac_cv_lib_perfstat_perfstat_cpu_total" = x""yes; then :
22031 cat >>confdefs.h <<_ACEOF
22032 #define HAVE_LIBPERFSTAT 1
22033 _ACEOF
22034
22035 LIBS="-lperfstat $LIBS"
22036
22037 fi
22038
22039 test $ac_cv_lib_perfstat_perfstat_cpu_total = yes && gl_func_getloadavg_done=yes
22040 fi
22041
22042 if test $gl_func_getloadavg_done = no; then
22043 ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default"
22044 if test "x$ac_cv_header_sys_dg_sys_info_h" = x""yes; then :
22045 gl_func_getloadavg_done=yes
22046
22047 $as_echo "#define DGUX 1" >>confdefs.h
22048
22049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5
22050 $as_echo_n "checking for dg_sys_info in -ldgc... " >&6; }
22051 if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then :
22052 $as_echo_n "(cached) " >&6
22053 else
22054 ac_check_lib_save_LIBS=$LIBS
22055 LIBS="-ldgc $LIBS"
22056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22057 /* end confdefs.h. */
22058
22059 /* Override any GCC internal prototype to avoid an error.
22060 Use char because int might match the return type of a GCC
22061 builtin and then its argument prototype would still apply. */
22062 #ifdef __cplusplus
22063 extern "C"
22064 #endif
22065 char dg_sys_info ();
22066 int
22067 main ()
22068 {
22069 return dg_sys_info ();
22070 ;
22071 return 0;
22072 }
22073 _ACEOF
22074 if ac_fn_c_try_link "$LINENO"; then :
22075 ac_cv_lib_dgc_dg_sys_info=yes
22076 else
22077 ac_cv_lib_dgc_dg_sys_info=no
22078 fi
22079 rm -f core conftest.err conftest.$ac_objext \
22080 conftest$ac_exeext conftest.$ac_ext
22081 LIBS=$ac_check_lib_save_LIBS
22082 fi
22083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5
22084 $as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; }
22085 if test "x$ac_cv_lib_dgc_dg_sys_info" = x""yes; then :
22086 cat >>confdefs.h <<_ACEOF
22087 #define HAVE_LIBDGC 1
22088 _ACEOF
22089
22090 LIBS="-ldgc $LIBS"
22091
22092 fi
22093
22094 fi
22095
22096
22097 fi
22098 fi
22099 fi
22100
22101
22102 if test "x$gl_save_LIBS" = x; then
22103 GETLOADAVG_LIBS=$LIBS
22104 else
22105 GETLOADAVG_LIBS=`echo "$LIBS" | sed "s!$gl_save_LIBS!!"`
22106 fi
22107 LIBS=$gl_save_LIBS
22108
22109
22110 # Test whether the system declares getloadavg. Solaris has the function
22111 # but declares it in <sys/loadavg.h>, not <stdlib.h>.
22112 for ac_header in sys/loadavg.h
22113 do :
22114 ac_fn_c_check_header_mongrel "$LINENO" "sys/loadavg.h" "ac_cv_header_sys_loadavg_h" "$ac_includes_default"
22115 if test "x$ac_cv_header_sys_loadavg_h" = x""yes; then :
22116 cat >>confdefs.h <<_ACEOF
22117 #define HAVE_SYS_LOADAVG_H 1
22118 _ACEOF
22119
22120 fi
22121
22122 done
22123
22124 if test $ac_cv_header_sys_loadavg_h = yes; then
22125 HAVE_SYS_LOADAVG_H=1
22126 else
22127 HAVE_SYS_LOADAVG_H=0
22128 fi
22129 ac_fn_c_check_decl "$LINENO" "getloadavg" "ac_cv_have_decl_getloadavg" "#if HAVE_SYS_LOADAVG_H
22130 # include <sys/loadavg.h>
22131 #endif
22132 #include <stdlib.h>
22133 "
22134 if test "x$ac_cv_have_decl_getloadavg" = x""yes; then :
22135
22136 else
22137 HAVE_DECL_GETLOADAVG=0
22138 fi
22139
22140
22141 if test $HAVE_GETLOADAVG = 0; then
22142
22143
22144
22145
22146
22147
22148
22149
22150 gl_LIBOBJS="$gl_LIBOBJS getloadavg.$ac_objext"
22151
22152
22153 # Figure out what our getloadavg.c needs.
22154
22155
22156
22157 # On HPUX9, an unprivileged user can get load averages this way.
22158 if test $gl_func_getloadavg_done = no; then
22159 for ac_func in pstat_getdynamic
22160 do :
22161 ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic"
22162 if test "x$ac_cv_func_pstat_getdynamic" = x""yes; then :
22163 cat >>confdefs.h <<_ACEOF
22164 #define HAVE_PSTAT_GETDYNAMIC 1
22165 _ACEOF
22166 gl_func_getloadavg_done=yes
22167 fi
22168 done
22169
22170 fi
22171
22172 # We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it
22173 # uses stabs), but it is still SVR4. We cannot check for <elf.h> because
22174 # Irix 4.0.5F has the header but not the library.
22175 if test $gl_func_getloadavg_done = no && test "$ac_cv_lib_elf_elf_begin" = yes \
22176 && test "$ac_cv_lib_kvm_kvm_open" = yes; then
22177 gl_func_getloadavg_done=yes
22178
22179 $as_echo "#define SVR4 1" >>confdefs.h
22180
22181 fi
22182
22183 if test $gl_func_getloadavg_done = no; then
22184 ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default"
22185 if test "x$ac_cv_header_inq_stats_cpustats_h" = x""yes; then :
22186 gl_func_getloadavg_done=yes
22187
22188 $as_echo "#define UMAX 1" >>confdefs.h
22189
22190
22191 $as_echo "#define UMAX4_3 1" >>confdefs.h
22192
22193 fi
22194
22195
22196 fi
22197
22198 if test $gl_func_getloadavg_done = no; then
22199 ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default"
22200 if test "x$ac_cv_header_sys_cpustats_h" = x""yes; then :
22201 gl_func_getloadavg_done=yes; $as_echo "#define UMAX 1" >>confdefs.h
22202
22203 fi
22204
22205
22206 fi
22207
22208 if test $gl_func_getloadavg_done = no; then
22209 for ac_header in mach/mach.h
22210 do :
22211 ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default"
22212 if test "x$ac_cv_header_mach_mach_h" = x""yes; then :
22213 cat >>confdefs.h <<_ACEOF
22214 #define HAVE_MACH_MACH_H 1
22215 _ACEOF
22216
22217 fi
22218
22219 done
22220
22221 fi
22222
22223 for ac_header in nlist.h
22224 do :
22225 ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default"
22226 if test "x$ac_cv_header_nlist_h" = x""yes; then :
22227 cat >>confdefs.h <<_ACEOF
22228 #define HAVE_NLIST_H 1
22229 _ACEOF
22230 ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h>
22231 "
22232 if test "x$ac_cv_member_struct_nlist_n_un_n_name" = x""yes; then :
22233
22234 cat >>confdefs.h <<_ACEOF
22235 #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1
22236 _ACEOF
22237
22238
22239 fi
22240
22241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22242 /* end confdefs.h. */
22243 #include <nlist.h>
22244 int
22245 main ()
22246 {
22247 struct nlist x;
22248 #ifdef HAVE_STRUCT_NLIST_N_UN_N_NAME
22249 x.n_un.n_name = "";
22250 #else
22251 x.n_name = "";
22252 #endif
22253 ;
22254 return 0;
22255 }
22256 _ACEOF
22257 if ac_fn_c_try_link "$LINENO"; then :
22258
22259 $as_echo "#define N_NAME_POINTER 1" >>confdefs.h
22260
22261 fi
22262 rm -f core conftest.err conftest.$ac_objext \
22263 conftest$ac_exeext conftest.$ac_ext
22264
22265 fi
22266
22267 done
22268
22269 fi
22270
22271
22272
22273
22274
22275 GNULIB_GETLOADAVG=1
22276
22277
22278
22279
22280
22281
22282
22283
22284
22285
22286 if test $REPLACE_GETOPT = 1; then
22287
22288
22289
22290
22291
22292
22293
22294
22295 gl_LIBOBJS="$gl_LIBOBJS getopt.$ac_objext"
22296
22297
22298
22299
22300
22301
22302
22303
22304
22305 gl_LIBOBJS="$gl_LIBOBJS getopt1.$ac_objext"
22306
22307
22308
22309
22310 GNULIB_GL_UNISTD_H_GETOPT=1
22311 fi
22312
22313
22314
22315
22316
22317
22318
22319 REPLACE_GETOPT=0
22320 if test -n "$gl_replace_getopt"; then
22321 REPLACE_GETOPT=1
22322 fi
22323
22324 if test $REPLACE_GETOPT = 1; then
22325
22326 GETOPT_H=getopt.h
22327
22328 $as_echo "#define __GETOPT_PREFIX rpl_" >>confdefs.h
22329
22330
22331
22332 fi
22333
22334 if test $REPLACE_GETOPT = 1; then
22335
22336
22337
22338
22339
22340
22341
22342
22343 gl_LIBOBJS="$gl_LIBOBJS getopt.$ac_objext"
22344
22345
22346
22347
22348
22349
22350
22351
22352
22353 gl_LIBOBJS="$gl_LIBOBJS getopt1.$ac_objext"
22354
22355
22356
22357
22358 GNULIB_GL_UNISTD_H_GETOPT=1
22359 fi
22360
22361
22362
22363
22364
22365
22366
22367
22368
22369
22370
22371
22372 gl_gettimeofday_timezone=void
22373 if test $ac_cv_func_gettimeofday != yes; then
22374 HAVE_GETTIMEOFDAY=0
22375 else
22376
22377
22378
22379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday clobbers localtime buffer" >&5
22380 $as_echo_n "checking whether gettimeofday clobbers localtime buffer... " >&6; }
22381 if test "${gl_cv_func_gettimeofday_clobber+set}" = set; then :
22382 $as_echo_n "(cached) " >&6
22383 else
22384 if test "$cross_compiling" = yes; then :
22385 # When cross-compiling:
22386 case "$host_os" in
22387 # Guess all is fine on glibc systems.
22388 *-gnu*) gl_cv_func_gettimeofday_clobber="guessing no" ;;
22389 # If we don't know, assume the worst.
22390 *) gl_cv_func_gettimeofday_clobber="guessing yes" ;;
22391 esac
22392
22393 else
22394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22395 /* end confdefs.h. */
22396 #include <string.h>
22397 #include <sys/time.h>
22398 #include <time.h>
22399 #include <stdlib.h>
22400
22401 int
22402 main ()
22403 {
22404
22405 time_t t = 0;
22406 struct tm *lt;
22407 struct tm saved_lt;
22408 struct timeval tv;
22409 lt = localtime (&t);
22410 saved_lt = *lt;
22411 gettimeofday (&tv, NULL);
22412 return memcmp (lt, &saved_lt, sizeof (struct tm)) != 0;
22413
22414 ;
22415 return 0;
22416 }
22417 _ACEOF
22418 if ac_fn_c_try_run "$LINENO"; then :
22419 gl_cv_func_gettimeofday_clobber=no
22420 else
22421 gl_cv_func_gettimeofday_clobber=yes
22422 fi
22423 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
22424 conftest.$ac_objext conftest.beam conftest.$ac_ext
22425 fi
22426
22427 fi
22428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_gettimeofday_clobber" >&5
22429 $as_echo "$gl_cv_func_gettimeofday_clobber" >&6; }
22430
22431 case "$gl_cv_func_gettimeofday_clobber" in
22432 *yes)
22433 REPLACE_GETTIMEOFDAY=1
22434
22435
22436 $as_echo "#define gmtime rpl_gmtime" >>confdefs.h
22437
22438
22439 $as_echo "#define localtime rpl_localtime" >>confdefs.h
22440
22441
22442
22443 $as_echo "#define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1" >>confdefs.h
22444
22445 ;;
22446 esac
22447
22448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gettimeofday with POSIX signature" >&5
22449 $as_echo_n "checking for gettimeofday with POSIX signature... " >&6; }
22450 if test "${gl_cv_func_gettimeofday_posix_signature+set}" = set; then :
22451 $as_echo_n "(cached) " >&6
22452 else
22453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22454 /* end confdefs.h. */
22455 #include <sys/time.h>
22456 struct timeval c;
22457 int gettimeofday (struct timeval *restrict, void *restrict);
22458
22459 int
22460 main ()
22461 {
22462 /* glibc uses struct timezone * rather than the POSIX void *
22463 if _GNU_SOURCE is defined. However, since the only portable
22464 use of gettimeofday uses NULL as the second parameter, and
22465 since the glibc definition is actually more typesafe, it is
22466 not worth wrapping this to get a compliant signature. */
22467 int (*f) (struct timeval *restrict, void *restrict)
22468 = gettimeofday;
22469 int x = f (&c, 0);
22470 return !(x | c.tv_sec | c.tv_usec);
22471
22472 ;
22473 return 0;
22474 }
22475 _ACEOF
22476 if ac_fn_c_try_compile "$LINENO"; then :
22477 gl_cv_func_gettimeofday_posix_signature=yes
22478 else
22479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22480 /* end confdefs.h. */
22481 #include <sys/time.h>
22482 int gettimeofday (struct timeval *restrict, struct timezone *restrict);
22483
22484 int
22485 main ()
22486 {
22487
22488 ;
22489 return 0;
22490 }
22491 _ACEOF
22492 if ac_fn_c_try_compile "$LINENO"; then :
22493 gl_cv_func_gettimeofday_posix_signature=almost
22494 else
22495 gl_cv_func_gettimeofday_posix_signature=no
22496 fi
22497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22498 fi
22499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22500 fi
22501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_gettimeofday_posix_signature" >&5
22502 $as_echo "$gl_cv_func_gettimeofday_posix_signature" >&6; }
22503 if test $gl_cv_func_gettimeofday_posix_signature = almost; then
22504 gl_gettimeofday_timezone='struct timezone'
22505 elif test $gl_cv_func_gettimeofday_posix_signature != yes; then
22506 REPLACE_GETTIMEOFDAY=1
22507 fi
22508 if test $REPLACE_STRUCT_TIMEVAL = 1; then
22509 REPLACE_GETTIMEOFDAY=1
22510 fi
22511
22512 fi
22513
22514 cat >>confdefs.h <<_ACEOF
22515 #define GETTIMEOFDAY_TIMEZONE $gl_gettimeofday_timezone
22516 _ACEOF
22517
22518
22519 if test $HAVE_GETTIMEOFDAY = 0 || test $REPLACE_GETTIMEOFDAY = 1; then
22520
22521
22522
22523
22524
22525
22526
22527
22528 gl_LIBOBJS="$gl_LIBOBJS gettimeofday.$ac_objext"
22529
22530
22531 for ac_header in sys/timeb.h
22532 do :
22533 ac_fn_c_check_header_mongrel "$LINENO" "sys/timeb.h" "ac_cv_header_sys_timeb_h" "$ac_includes_default"
22534 if test "x$ac_cv_header_sys_timeb_h" = x""yes; then :
22535 cat >>confdefs.h <<_ACEOF
22536 #define HAVE_SYS_TIMEB_H 1
22537 _ACEOF
22538
22539 fi
22540
22541 done
22542
22543 for ac_func in _ftime
22544 do :
22545 ac_fn_c_check_func "$LINENO" "_ftime" "ac_cv_func__ftime"
22546 if test "x$ac_cv_func__ftime" = x""yes; then :
22547 cat >>confdefs.h <<_ACEOF
22548 #define HAVE__FTIME 1
22549 _ACEOF
22550
22551 fi
22552 done
22553
22554
22555 fi
22556
22557
22558
22559
22560
22561 GNULIB_GETTIMEOFDAY=1
22562
22563
22564
22565
22566
22567
22568
22569
22570
22571
22572 if test $ac_cv_func_lstat = yes; then
22573
22574 case "$gl_cv_func_lstat_dereferences_slashed_symlink" in
22575 *no)
22576 REPLACE_LSTAT=1
22577 ;;
22578 esac
22579 else
22580 HAVE_LSTAT=0
22581 fi
22582
22583 if test $REPLACE_LSTAT = 1; then
22584
22585
22586
22587
22588
22589
22590
22591
22592 gl_LIBOBJS="$gl_LIBOBJS lstat.$ac_objext"
22593
22594 :
22595 fi
22596
22597
22598
22599
22600
22601 GNULIB_LSTAT=1
22602
22603
22604
22605
22606
22607
22608
22609
22610
22611
22612 if test $ac_cv_have_decl_memrchr = no; then
22613 HAVE_DECL_MEMRCHR=0
22614 fi
22615
22616 for ac_func in memrchr
22617 do :
22618 ac_fn_c_check_func "$LINENO" "memrchr" "ac_cv_func_memrchr"
22619 if test "x$ac_cv_func_memrchr" = x""yes; then :
22620 cat >>confdefs.h <<_ACEOF
22621 #define HAVE_MEMRCHR 1
22622 _ACEOF
22623
22624 fi
22625 done
22626
22627
22628 if test $ac_cv_func_memrchr = no; then
22629
22630
22631
22632
22633
22634
22635
22636
22637 gl_LIBOBJS="$gl_LIBOBJS memrchr.$ac_objext"
22638
22639 :
22640 fi
22641
22642
22643
22644
22645
22646 GNULIB_MEMRCHR=1
22647
22648
22649
22650
22651
22652
22653
22654
22655
22656
22657
22658 if test $APPLE_UNIVERSAL_BUILD = 1; then
22659 # A universal build on Apple Mac OS X platforms.
22660 # The test result would be 'yes' in 32-bit mode and 'no' in 64-bit mode.
22661 # But we need a configuration result that is valid in both modes.
22662 gl_cv_func_working_mktime=no
22663 fi
22664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5
22665 $as_echo_n "checking for working mktime... " >&6; }
22666 if test "${gl_cv_func_working_mktime+set}" = set; then :
22667 $as_echo_n "(cached) " >&6
22668 else
22669 if test "$cross_compiling" = yes; then :
22670 gl_cv_func_working_mktime=no
22671 else
22672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22673 /* end confdefs.h. */
22674 /* Test program from Paul Eggert and Tony Leneis. */
22675 #include <limits.h>
22676 #include <stdlib.h>
22677 #include <time.h>
22678
22679 #ifdef HAVE_UNISTD_H
22680 # include <unistd.h>
22681 #endif
22682
22683 #if HAVE_DECL_ALARM
22684 # include <signal.h>
22685 #endif
22686
22687 /* Work around redefinition to rpl_putenv by other config tests. */
22688 #undef putenv
22689
22690 static time_t time_t_max;
22691 static time_t time_t_min;
22692
22693 /* Values we'll use to set the TZ environment variable. */
22694 static char *tz_strings[] = {
22695 (char *) 0, "TZ=GMT0", "TZ=JST-9",
22696 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
22697 };
22698 #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
22699
22700 /* Return 0 if mktime fails to convert a date in the spring-forward gap.
22701 Based on a problem report from Andreas Jaeger. */
22702 static int
22703 spring_forward_gap ()
22704 {
22705 /* glibc (up to about 1998-10-07) failed this test. */
22706 struct tm tm;
22707
22708 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
22709 instead of "TZ=America/Vancouver" in order to detect the bug even
22710 on systems that don't support the Olson extension, or don't have the
22711 full zoneinfo tables installed. */
22712 putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
22713
22714 tm.tm_year = 98;
22715 tm.tm_mon = 3;
22716 tm.tm_mday = 5;
22717 tm.tm_hour = 2;
22718 tm.tm_min = 0;
22719 tm.tm_sec = 0;
22720 tm.tm_isdst = -1;
22721 return mktime (&tm) != (time_t) -1;
22722 }
22723
22724 static int
22725 mktime_test1 (time_t now)
22726 {
22727 struct tm *lt;
22728 return ! (lt = localtime (&now)) || mktime (lt) == now;
22729 }
22730
22731 static int
22732 mktime_test (time_t now)
22733 {
22734 return (mktime_test1 (now)
22735 && mktime_test1 ((time_t) (time_t_max - now))
22736 && mktime_test1 ((time_t) (time_t_min + now)));
22737 }
22738
22739 static int
22740 irix_6_4_bug ()
22741 {
22742 /* Based on code from Ariel Faigon. */
22743 struct tm tm;
22744 tm.tm_year = 96;
22745 tm.tm_mon = 3;
22746 tm.tm_mday = 0;
22747 tm.tm_hour = 0;
22748 tm.tm_min = 0;
22749 tm.tm_sec = 0;
22750 tm.tm_isdst = -1;
22751 mktime (&tm);
22752 return tm.tm_mon == 2 && tm.tm_mday == 31;
22753 }
22754
22755 static int
22756 bigtime_test (int j)
22757 {
22758 struct tm tm;
22759 time_t now;
22760 tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
22761 now = mktime (&tm);
22762 if (now != (time_t) -1)
22763 {
22764 struct tm *lt = localtime (&now);
22765 if (! (lt
22766 && lt->tm_year == tm.tm_year
22767 && lt->tm_mon == tm.tm_mon
22768 && lt->tm_mday == tm.tm_mday
22769 && lt->tm_hour == tm.tm_hour
22770 && lt->tm_min == tm.tm_min
22771 && lt->tm_sec == tm.tm_sec
22772 && lt->tm_yday == tm.tm_yday
22773 && lt->tm_wday == tm.tm_wday
22774 && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
22775 == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
22776 return 0;
22777 }
22778 return 1;
22779 }
22780
22781 static int
22782 year_2050_test ()
22783 {
22784 /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
22785 ignoring leap seconds. */
22786 unsigned long int answer = 2527315200UL;
22787
22788 struct tm tm;
22789 time_t t;
22790 tm.tm_year = 2050 - 1900;
22791 tm.tm_mon = 2 - 1;
22792 tm.tm_mday = 1;
22793 tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
22794 tm.tm_isdst = -1;
22795
22796 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
22797 instead of "TZ=America/Vancouver" in order to detect the bug even
22798 on systems that don't support the Olson extension, or don't have the
22799 full zoneinfo tables installed. */
22800 putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
22801
22802 t = mktime (&tm);
22803
22804 /* Check that the result is either a failure, or close enough
22805 to the correct answer that we can assume the discrepancy is
22806 due to leap seconds. */
22807 return (t == (time_t) -1
22808 || (0 < t && answer - 120 <= t && t <= answer + 120));
22809 }
22810
22811 int
22812 main ()
22813 {
22814 int result = 0;
22815 time_t t, delta;
22816 int i, j;
22817 int time_t_signed_magnitude = (time_t) ~ (time_t) 0 < (time_t) -1;
22818 int time_t_signed = ! ((time_t) 0 < (time_t) -1);
22819
22820 #if HAVE_DECL_ALARM
22821 /* This test makes some buggy mktime implementations loop.
22822 Give up after 60 seconds; a mktime slower than that
22823 isn't worth using anyway. */
22824 signal (SIGALRM, SIG_DFL);
22825 alarm (60);
22826 #endif
22827
22828 time_t_max = (! time_t_signed
22829 ? (time_t) -1
22830 : ((((time_t) 1 << (sizeof (time_t) * CHAR_BIT - 2)) - 1)
22831 * 2 + 1));
22832 time_t_min = (! time_t_signed
22833 ? (time_t) 0
22834 : time_t_signed_magnitude
22835 ? ~ (time_t) 0
22836 : ~ time_t_max);
22837
22838 delta = time_t_max / 997; /* a suitable prime number */
22839 for (i = 0; i < N_STRINGS; i++)
22840 {
22841 if (tz_strings[i])
22842 putenv (tz_strings[i]);
22843
22844 for (t = 0; t <= time_t_max - delta && (result & 1) == 0; t += delta)
22845 if (! mktime_test (t))
22846 result |= 1;
22847 if ((result & 2) == 0
22848 && ! (mktime_test ((time_t) 1)
22849 && mktime_test ((time_t) (60 * 60))
22850 && mktime_test ((time_t) (60 * 60 * 24))))
22851 result |= 2;
22852
22853 for (j = 1; (result & 4) == 0; j <<= 1)
22854 {
22855 if (! bigtime_test (j))
22856 result |= 4;
22857 if (INT_MAX / 2 < j)
22858 break;
22859 }
22860 if ((result & 8) == 0 && ! bigtime_test (INT_MAX))
22861 result |= 8;
22862 }
22863 if (! irix_6_4_bug ())
22864 result |= 16;
22865 if (! spring_forward_gap ())
22866 result |= 32;
22867 if (! year_2050_test ())
22868 result |= 64;
22869 return result;
22870 }
22871 _ACEOF
22872 if ac_fn_c_try_run "$LINENO"; then :
22873 gl_cv_func_working_mktime=yes
22874 else
22875 gl_cv_func_working_mktime=no
22876 fi
22877 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
22878 conftest.$ac_objext conftest.beam conftest.$ac_ext
22879 fi
22880
22881
22882 fi
22883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_mktime" >&5
22884 $as_echo "$gl_cv_func_working_mktime" >&6; }
22885
22886 if test $gl_cv_func_working_mktime = no; then
22887 REPLACE_MKTIME=1
22888 else
22889 REPLACE_MKTIME=0
22890 fi
22891
22892 if test $REPLACE_MKTIME = 1; then
22893
22894
22895
22896
22897
22898
22899
22900
22901 gl_LIBOBJS="$gl_LIBOBJS mktime.$ac_objext"
22902
22903 :
22904 fi
22905
22906
22907
22908
22909
22910 GNULIB_MKTIME=1
22911
22912
22913
22914
22915
22916
22917
22918
22919
22920
22921
22922 if test $ac_cv_func_pselect = yes; then
22923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether signature of pselect conforms to POSIX" >&5
22924 $as_echo_n "checking whether signature of pselect conforms to POSIX... " >&6; }
22925 if test "${gl_cv_sig_pselect+set}" = set; then :
22926 $as_echo_n "(cached) " >&6
22927 else
22928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22929 /* end confdefs.h. */
22930 #include <sys/select.h>
22931
22932 int
22933 main ()
22934 {
22935 int (*p) (int, fd_set *, fd_set *, fd_set *restrict,
22936 struct timespec const *restrict,
22937 sigset_t const *restrict) = pselect;
22938 return !p;
22939 ;
22940 return 0;
22941 }
22942 _ACEOF
22943 if ac_fn_c_try_link "$LINENO"; then :
22944 gl_cv_sig_pselect=yes
22945 else
22946 gl_cv_sig_pselect=no
22947 fi
22948 rm -f core conftest.err conftest.$ac_objext \
22949 conftest$ac_exeext conftest.$ac_ext
22950 fi
22951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sig_pselect" >&5
22952 $as_echo "$gl_cv_sig_pselect" >&6; }
22953
22954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pselect detects invalid fds" >&5
22955 $as_echo_n "checking whether pselect detects invalid fds... " >&6; }
22956 if test "${gl_cv_func_pselect_detects_ebadf+set}" = set; then :
22957 $as_echo_n "(cached) " >&6
22958 else
22959
22960 if test "$cross_compiling" = yes; then :
22961
22962 case "$host_os" in
22963 # Guess yes on glibc systems.
22964 *-gnu*) gl_cv_func_pselect_detects_ebadf="guessing yes" ;;
22965 # If we don't know, assume the worst.
22966 *) gl_cv_func_pselect_detects_ebadf="guessing no" ;;
22967 esac
22968
22969 else
22970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22971 /* end confdefs.h. */
22972
22973 #include <sys/types.h>
22974 #include <sys/time.h>
22975 #if HAVE_SYS_SELECT_H
22976 # include <sys/select.h>
22977 #endif
22978 #include <unistd.h>
22979 #include <errno.h>
22980
22981 int
22982 main ()
22983 {
22984
22985 fd_set set;
22986 dup2(0, 16);
22987 FD_ZERO(&set);
22988 FD_SET(16, &set);
22989 close(16);
22990 struct timespec timeout;
22991 timeout.tv_sec = 0;
22992 timeout.tv_nsec = 5000;
22993 return pselect (17, &set, NULL, NULL, &timeout, NULL) != -1 || errno != EBADF;
22994
22995 ;
22996 return 0;
22997 }
22998 _ACEOF
22999 if ac_fn_c_try_run "$LINENO"; then :
23000 gl_cv_func_pselect_detects_ebadf=yes
23001 else
23002 gl_cv_func_pselect_detects_ebadf=no
23003 fi
23004 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
23005 conftest.$ac_objext conftest.beam conftest.$ac_ext
23006 fi
23007
23008
23009 fi
23010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pselect_detects_ebadf" >&5
23011 $as_echo "$gl_cv_func_pselect_detects_ebadf" >&6; }
23012 case $gl_cv_func_pselect_detects_ebadf in
23013 *yes) ;;
23014 *) REPLACE_PSELECT=1 ;;
23015 esac
23016 fi
23017
23018 if test $ac_cv_func_pselect = no || test $gl_cv_sig_pselect = no; then
23019 REPLACE_PSELECT=1
23020 fi
23021
23022 if test $HAVE_PSELECT = 0 || test $REPLACE_PSELECT = 1; then
23023
23024
23025
23026
23027
23028
23029
23030
23031 gl_LIBOBJS="$gl_LIBOBJS pselect.$ac_objext"
23032
23033 fi
23034
23035
23036
23037
23038
23039 GNULIB_PSELECT=1
23040
23041
23042
23043
23044
23045
23046
23047
23048
23049 LIB_PTHREAD_SIGMASK=
23050
23051
23052
23053
23054 if test "$gl_threads_api" = posix; then
23055 if test $ac_cv_func_pthread_sigmask = yes; then
23056 :
23057 else
23058 if test -n "$LIBMULTITHREAD"; then
23059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_sigmask in $LIBMULTITHREAD" >&5
23060 $as_echo_n "checking for pthread_sigmask in $LIBMULTITHREAD... " >&6; }
23061 if test "${gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD+set}" = set; then :
23062 $as_echo_n "(cached) " >&6
23063 else
23064 gl_save_LIBS="$LIBS"
23065 LIBS="$LIBS $LIBMULTITHREAD"
23066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23067 /* end confdefs.h. */
23068 #include <pthread.h>
23069 #include <signal.h>
23070
23071 int
23072 main ()
23073 {
23074 return pthread_sigmask (0, (sigset_t *) 0, (sigset_t *) 0);
23075 ;
23076 return 0;
23077 }
23078
23079 _ACEOF
23080 if ac_fn_c_try_link "$LINENO"; then :
23081 gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD=yes
23082 else
23083 gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD=no
23084 fi
23085 rm -f core conftest.err conftest.$ac_objext \
23086 conftest$ac_exeext conftest.$ac_ext
23087 LIBS="$gl_save_LIBS"
23088
23089 fi
23090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD" >&5
23091 $as_echo "$gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD" >&6; }
23092 if test $gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD = yes; then
23093 LIB_PTHREAD_SIGMASK="$LIBMULTITHREAD"
23094 else
23095 HAVE_PTHREAD_SIGMASK=0
23096 fi
23097 else
23098 HAVE_PTHREAD_SIGMASK=0
23099 fi
23100 fi
23101 else
23102 if test $ac_cv_func_pthread_sigmask = yes; then
23103 REPLACE_PTHREAD_SIGMASK=1
23104 else
23105 HAVE_PTHREAD_SIGMASK=0
23106 fi
23107 fi
23108
23109
23110
23111
23112 if test $HAVE_PTHREAD_SIGMASK = 1; then
23113
23114
23115 if test -z "$LIB_PTHREAD_SIGMASK"; then
23116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask works without -lpthread" >&5
23117 $as_echo_n "checking whether pthread_sigmask works without -lpthread... " >&6; }
23118 if test "${gl_cv_func_pthread_sigmask_in_libc_works+set}" = set; then :
23119 $as_echo_n "(cached) " >&6
23120 else
23121
23122 if test "$cross_compiling" = yes; then :
23123
23124 case "$host_os" in
23125 freebsd* | hpux* | solaris | solaris2.[2-9]*)
23126 gl_cv_func_pthread_sigmask_in_libc_works="guessing no";;
23127 *)
23128 gl_cv_func_pthread_sigmask_in_libc_works="guessing yes";;
23129 esac
23130
23131 else
23132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23133 /* end confdefs.h. */
23134
23135 #include <pthread.h>
23136 #include <signal.h>
23137 #include <stddef.h>
23138 int main ()
23139 {
23140 sigset_t set;
23141 sigemptyset (&set);
23142 return pthread_sigmask (1729, &set, NULL) != 0;
23143 }
23144 _ACEOF
23145 if ac_fn_c_try_run "$LINENO"; then :
23146 gl_cv_func_pthread_sigmask_in_libc_works=no
23147 else
23148 gl_cv_func_pthread_sigmask_in_libc_works=yes
23149 fi
23150 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
23151 conftest.$ac_objext conftest.beam conftest.$ac_ext
23152 fi
23153
23154
23155 fi
23156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_in_libc_works" >&5
23157 $as_echo "$gl_cv_func_pthread_sigmask_in_libc_works" >&6; }
23158 case "$gl_cv_func_pthread_sigmask_in_libc_works" in
23159 *no)
23160 REPLACE_PTHREAD_SIGMASK=1
23161
23162 $as_echo "#define PTHREAD_SIGMASK_INEFFECTIVE 1" >>confdefs.h
23163
23164 ;;
23165 esac
23166 fi
23167
23168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask returns error numbers" >&5
23169 $as_echo_n "checking whether pthread_sigmask returns error numbers... " >&6; }
23170 if test "${gl_cv_func_pthread_sigmask_return_works+set}" = set; then :
23171 $as_echo_n "(cached) " >&6
23172 else
23173
23174 gl_save_LIBS="$LIBS"
23175 LIBS="$LIBS $LIB_PTHREAD_SIGMASK"
23176 if test "$cross_compiling" = yes; then :
23177 case "$host_os" in
23178 cygwin*)
23179 gl_cv_func_pthread_sigmask_return_works="guessing no";;
23180 *)
23181 gl_cv_func_pthread_sigmask_return_works="guessing yes";;
23182 esac
23183
23184 else
23185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23186 /* end confdefs.h. */
23187
23188 #include <pthread.h>
23189 #include <signal.h>
23190 #include <stddef.h>
23191 int main ()
23192 {
23193 sigset_t set;
23194 sigemptyset (&set);
23195 if (pthread_sigmask (1729, &set, NULL) == -1)
23196 return 1;
23197 return 0;
23198 }
23199 _ACEOF
23200 if ac_fn_c_try_run "$LINENO"; then :
23201 gl_cv_func_pthread_sigmask_return_works=yes
23202 else
23203 gl_cv_func_pthread_sigmask_return_works=no
23204 fi
23205 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
23206 conftest.$ac_objext conftest.beam conftest.$ac_ext
23207 fi
23208
23209 LIBS="$gl_save_LIBS"
23210
23211 fi
23212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_return_works" >&5
23213 $as_echo "$gl_cv_func_pthread_sigmask_return_works" >&6; }
23214 case "$gl_cv_func_pthread_sigmask_return_works" in
23215 *no)
23216 REPLACE_PTHREAD_SIGMASK=1
23217
23218 $as_echo "#define PTHREAD_SIGMASK_FAILS_WITH_ERRNO 1" >>confdefs.h
23219
23220 ;;
23221 esac
23222
23223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask unblocks signals correctly" >&5
23224 $as_echo_n "checking whether pthread_sigmask unblocks signals correctly... " >&6; }
23225 if test "${gl_cv_func_pthread_sigmask_unblock_works+set}" = set; then :
23226 $as_echo_n "(cached) " >&6
23227 else
23228
23229 case "$host_os" in
23230 irix*)
23231 gl_cv_func_pthread_sigmask_unblock_works="guessing no";;
23232 *)
23233 gl_cv_func_pthread_sigmask_unblock_works="guessing yes";;
23234 esac
23235 gl_save_LIBS="$LIBS"
23236 LIBS="$LIBS $LIBMULTITHREAD"
23237 if test "$cross_compiling" = yes; then :
23238 :
23239 else
23240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23241 /* end confdefs.h. */
23242
23243 #include <pthread.h>
23244 #include <signal.h>
23245 #include <stdio.h>
23246 #include <stdlib.h>
23247 #include <unistd.h>
23248 static volatile int sigint_occurred;
23249 static void
23250 sigint_handler (int sig)
23251 {
23252 sigint_occurred++;
23253 }
23254 int main ()
23255 {
23256 sigset_t set;
23257 int pid = getpid ();
23258 char command[80];
23259 signal (SIGINT, sigint_handler);
23260 sigemptyset (&set);
23261 sigaddset (&set, SIGINT);
23262 if (!(pthread_sigmask (SIG_BLOCK, &set, NULL) == 0))
23263 return 1;
23264 sprintf (command, "sh -c 'sleep 1; kill -%d %d' &", SIGINT, pid);
23265 if (!(system (command) == 0))
23266 return 2;
23267 sleep (2);
23268 if (!(sigint_occurred == 0))
23269 return 3;
23270 if (!(pthread_sigmask (SIG_UNBLOCK, &set, NULL) == 0))
23271 return 4;
23272 if (!(sigint_occurred == 1)) /* This fails on IRIX. */
23273 return 5;
23274 return 0;
23275 }
23276 _ACEOF
23277 if ac_fn_c_try_run "$LINENO"; then :
23278 :
23279 else
23280 gl_cv_func_pthread_sigmask_unblock_works=no
23281 fi
23282 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
23283 conftest.$ac_objext conftest.beam conftest.$ac_ext
23284 fi
23285
23286 LIBS="$gl_save_LIBS"
23287
23288 fi
23289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_unblock_works" >&5
23290 $as_echo "$gl_cv_func_pthread_sigmask_unblock_works" >&6; }
23291 case "$gl_cv_func_pthread_sigmask_unblock_works" in
23292 *no)
23293 REPLACE_PTHREAD_SIGMASK=1
23294
23295 $as_echo "#define PTHREAD_SIGMASK_UNBLOCK_BUG 1" >>confdefs.h
23296
23297 ;;
23298 esac
23299 fi
23300
23301 if test $HAVE_PTHREAD_SIGMASK = 0 || test $REPLACE_PTHREAD_SIGMASK = 1; then
23302
23303
23304
23305
23306
23307
23308
23309
23310 gl_LIBOBJS="$gl_LIBOBJS pthread_sigmask.$ac_objext"
23311
23312
23313 if test $HAVE_PTHREAD_SIGMASK = 1; then
23314
23315 $as_echo "#define HAVE_PTHREAD_SIGMASK 1" >>confdefs.h
23316
23317 fi
23318
23319 fi
23320
23321
23322
23323
23324
23325 GNULIB_PTHREAD_SIGMASK=1
23326
23327
23328
23329
23330
23331
23332
23333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for putenv compatible with GNU and SVID" >&5
23334 $as_echo_n "checking for putenv compatible with GNU and SVID... " >&6; }
23335 if test "${gl_cv_func_svid_putenv+set}" = set; then :
23336 $as_echo_n "(cached) " >&6
23337 else
23338 if test "$cross_compiling" = yes; then :
23339 case "$host_os" in
23340 # Guess yes on glibc systems.
23341 *-gnu*) gl_cv_func_svid_putenv="guessing yes" ;;
23342 # If we don't know, assume the worst.
23343 *) gl_cv_func_svid_putenv="guessing no" ;;
23344 esac
23345
23346 else
23347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23348 /* end confdefs.h. */
23349 $ac_includes_default
23350 int
23351 main ()
23352 {
23353
23354 /* Put it in env. */
23355 if (putenv ("CONFTEST_putenv=val"))
23356 return 1;
23357
23358 /* Try to remove it. */
23359 if (putenv ("CONFTEST_putenv"))
23360 return 2;
23361
23362 /* Make sure it was deleted. */
23363 if (getenv ("CONFTEST_putenv") != 0)
23364 return 3;
23365
23366 return 0;
23367
23368 ;
23369 return 0;
23370 }
23371 _ACEOF
23372 if ac_fn_c_try_run "$LINENO"; then :
23373 gl_cv_func_svid_putenv=yes
23374 else
23375 gl_cv_func_svid_putenv=no
23376 fi
23377 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
23378 conftest.$ac_objext conftest.beam conftest.$ac_ext
23379 fi
23380
23381
23382 fi
23383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_svid_putenv" >&5
23384 $as_echo "$gl_cv_func_svid_putenv" >&6; }
23385 case "$gl_cv_func_svid_putenv" in
23386 *yes) ;;
23387 *)
23388 REPLACE_PUTENV=1
23389 ;;
23390 esac
23391
23392 if test $REPLACE_PUTENV = 1; then
23393
23394
23395
23396
23397
23398
23399
23400
23401 gl_LIBOBJS="$gl_LIBOBJS putenv.$ac_objext"
23402
23403
23404 ac_fn_c_check_decl "$LINENO" "_putenv" "ac_cv_have_decl__putenv" "$ac_includes_default"
23405 if test "x$ac_cv_have_decl__putenv" = x""yes; then :
23406 ac_have_decl=1
23407 else
23408 ac_have_decl=0
23409 fi
23410
23411 cat >>confdefs.h <<_ACEOF
23412 #define HAVE_DECL__PUTENV $ac_have_decl
23413 _ACEOF
23414
23415
23416 fi
23417
23418
23419
23420
23421
23422 GNULIB_PUTENV=1
23423
23424
23425
23426
23427
23428
23429
23430
23431 if test $ac_cv_func_readlink = no; then
23432 HAVE_READLINK=0
23433 else
23434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink signature is correct" >&5
23435 $as_echo_n "checking whether readlink signature is correct... " >&6; }
23436 if test "${gl_cv_decl_readlink_works+set}" = set; then :
23437 $as_echo_n "(cached) " >&6
23438 else
23439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23440 /* end confdefs.h. */
23441 #include <unistd.h>
23442 /* Cause compilation failure if original declaration has wrong type. */
23443 ssize_t readlink (const char *, char *, size_t);
23444 int
23445 main ()
23446 {
23447
23448 ;
23449 return 0;
23450 }
23451 _ACEOF
23452 if ac_fn_c_try_compile "$LINENO"; then :
23453 gl_cv_decl_readlink_works=yes
23454 else
23455 gl_cv_decl_readlink_works=no
23456 fi
23457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23458 fi
23459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_readlink_works" >&5
23460 $as_echo "$gl_cv_decl_readlink_works" >&6; }
23461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink handles trailing slash correctly" >&5
23462 $as_echo_n "checking whether readlink handles trailing slash correctly... " >&6; }
23463 if test "${gl_cv_func_readlink_works+set}" = set; then :
23464 $as_echo_n "(cached) " >&6
23465 else
23466 # We have readlink, so assume ln -s works.
23467 ln -s conftest.no-such conftest.link
23468 ln -s conftest.link conftest.lnk2
23469 if test "$cross_compiling" = yes; then :
23470 case "$host_os" in
23471 # Guess yes on glibc systems.
23472 *-gnu*) gl_cv_func_readlink_works="guessing yes" ;;
23473 # If we don't know, assume the worst.
23474 *) gl_cv_func_readlink_works="guessing no" ;;
23475 esac
23476
23477 else
23478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23479 /* end confdefs.h. */
23480 #include <unistd.h>
23481
23482 int
23483 main ()
23484 {
23485 char buf[20];
23486 return readlink ("conftest.lnk2/", buf, sizeof buf) != -1;
23487 ;
23488 return 0;
23489 }
23490 _ACEOF
23491 if ac_fn_c_try_run "$LINENO"; then :
23492 gl_cv_func_readlink_works=yes
23493 else
23494 gl_cv_func_readlink_works=no
23495 fi
23496 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
23497 conftest.$ac_objext conftest.beam conftest.$ac_ext
23498 fi
23499
23500 rm -f conftest.link conftest.lnk2
23501 fi
23502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_readlink_works" >&5
23503 $as_echo "$gl_cv_func_readlink_works" >&6; }
23504 case "$gl_cv_func_readlink_works" in
23505 *yes)
23506 if test "$gl_cv_decl_readlink_works" != yes; then
23507 REPLACE_READLINK=1
23508 fi
23509 ;;
23510 *)
23511
23512 $as_echo "#define READLINK_TRAILING_SLASH_BUG 1" >>confdefs.h
23513
23514 REPLACE_READLINK=1
23515 ;;
23516 esac
23517 fi
23518
23519 if test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1; then
23520
23521
23522
23523
23524
23525
23526
23527
23528 gl_LIBOBJS="$gl_LIBOBJS readlink.$ac_objext"
23529
23530
23531 :
23532
23533 fi
23534
23535
23536
23537
23538
23539 GNULIB_READLINK=1
23540
23541
23542
23543
23544
23545
23546
23547
23548
23549 if test $ac_cv_func_readlinkat = no; then
23550 HAVE_READLINKAT=0
23551 fi
23552
23553 if test $HAVE_READLINKAT = 0; then
23554
23555
23556
23557
23558
23559
23560
23561
23562 gl_LIBOBJS="$gl_LIBOBJS readlinkat.$ac_objext"
23563
23564 fi
23565
23566
23567
23568
23569
23570 GNULIB_READLINKAT=1
23571
23572
23573
23574
23575
23576
23577 for ac_func in sig2str
23578 do :
23579 ac_fn_c_check_func "$LINENO" "sig2str" "ac_cv_func_sig2str"
23580 if test "x$ac_cv_func_sig2str" = x""yes; then :
23581 cat >>confdefs.h <<_ACEOF
23582 #define HAVE_SIG2STR 1
23583 _ACEOF
23584
23585 fi
23586 done
23587
23588
23589 if test $ac_cv_func_sig2str = no; then
23590
23591
23592
23593
23594
23595
23596
23597
23598 gl_LIBOBJS="$gl_LIBOBJS sig2str.$ac_objext"
23599
23600
23601 :
23602
23603 fi
23604
23605
23606
23607
23608
23609
23610
23611
23612
23613
23614
23615 if test $gl_cv_have_include_next = yes; then
23616 gl_cv_next_signal_h='<'signal.h'>'
23617 else
23618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <signal.h>" >&5
23619 $as_echo_n "checking absolute name of <signal.h>... " >&6; }
23620 if test "${gl_cv_next_signal_h+set}" = set; then :
23621 $as_echo_n "(cached) " >&6
23622 else
23623
23624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23625 /* end confdefs.h. */
23626 #include <signal.h>
23627
23628 _ACEOF
23629 case "$host_os" in
23630 aix*) gl_absname_cpp="$ac_cpp -C" ;;
23631 *) gl_absname_cpp="$ac_cpp" ;;
23632 esac
23633
23634 case "$host_os" in
23635 mingw*)
23636 gl_dirsep_regex='[/\\]'
23637 ;;
23638 *)
23639 gl_dirsep_regex='\/'
23640 ;;
23641 esac
23642 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
23643
23644 gl_header_literal_regex=`echo 'signal.h' \
23645 | sed -e "$gl_make_literal_regex_sed"`
23646 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
23647 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
23648 s|^/[^/]|//&|
23649 p
23650 q
23651 }'
23652 gl_cv_next_signal_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
23653 sed -n "$gl_absolute_header_sed"`'"'
23654
23655
23656 fi
23657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_signal_h" >&5
23658 $as_echo "$gl_cv_next_signal_h" >&6; }
23659 fi
23660 NEXT_SIGNAL_H=$gl_cv_next_signal_h
23661
23662 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
23663 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
23664 gl_next_as_first_directive='<'signal.h'>'
23665 else
23666 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
23667 gl_next_as_first_directive=$gl_cv_next_signal_h
23668 fi
23669 NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H=$gl_next_as_first_directive
23670
23671
23672
23673
23674
23675 # AIX declares sig_atomic_t to already include volatile, and C89 compilers
23676 # then choke on 'volatile sig_atomic_t'. C99 requires that it compile.
23677 ac_fn_c_check_type "$LINENO" "volatile sig_atomic_t" "ac_cv_type_volatile_sig_atomic_t" "
23678 #include <signal.h>
23679
23680 "
23681 if test "x$ac_cv_type_volatile_sig_atomic_t" = x""yes; then :
23682
23683 else
23684 HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=0
23685 fi
23686
23687
23688
23689
23690
23691
23692
23693 ac_fn_c_check_type "$LINENO" "sighandler_t" "ac_cv_type_sighandler_t" "
23694 #include <signal.h>
23695
23696 "
23697 if test "x$ac_cv_type_sighandler_t" = x""yes; then :
23698
23699 else
23700 HAVE_SIGHANDLER_T=0
23701 fi
23702
23703
23704
23705
23706 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "
23707 /* <sys/types.h> is not needed according to POSIX, but the
23708 <sys/socket.h> in i386-unknown-freebsd4.10 and
23709 powerpc-apple-darwin5.5 required it. */
23710 #include <sys/types.h>
23711 #if HAVE_SYS_SOCKET_H
23712 # include <sys/socket.h>
23713 #elif HAVE_WS2TCPIP_H
23714 # include <ws2tcpip.h>
23715 #endif
23716
23717 "
23718 if test "x$ac_cv_type_socklen_t" = x""yes; then :
23719
23720 else
23721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t equivalent" >&5
23722 $as_echo_n "checking for socklen_t equivalent... " >&6; }
23723 if test "${gl_cv_socklen_t_equiv+set}" = set; then :
23724 $as_echo_n "(cached) " >&6
23725 else
23726 # Systems have either "struct sockaddr *" or
23727 # "void *" as the second argument to getpeername
23728 gl_cv_socklen_t_equiv=
23729 for arg2 in "struct sockaddr" void; do
23730 for t in int size_t "unsigned int" "long int" "unsigned long int"; do
23731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23732 /* end confdefs.h. */
23733 #include <sys/types.h>
23734 #include <sys/socket.h>
23735
23736 int getpeername (int, $arg2 *, $t *);
23737 int
23738 main ()
23739 {
23740 $t len;
23741 getpeername (0, 0, &len);
23742 ;
23743 return 0;
23744 }
23745 _ACEOF
23746 if ac_fn_c_try_compile "$LINENO"; then :
23747 gl_cv_socklen_t_equiv="$t"
23748 fi
23749 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23750 test "$gl_cv_socklen_t_equiv" != "" && break
23751 done
23752 test "$gl_cv_socklen_t_equiv" != "" && break
23753 done
23754
23755 fi
23756
23757 if test "$gl_cv_socklen_t_equiv" = ""; then
23758 as_fn_error "Cannot find a type to use in place of socklen_t" "$LINENO" 5
23759 fi
23760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socklen_t_equiv" >&5
23761 $as_echo "$gl_cv_socklen_t_equiv" >&6; }
23762
23763 cat >>confdefs.h <<_ACEOF
23764 #define socklen_t $gl_cv_socklen_t_equiv
23765 _ACEOF
23766
23767 fi
23768
23769
23770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5
23771 $as_echo_n "checking for ssize_t... " >&6; }
23772 if test "${gt_cv_ssize_t+set}" = set; then :
23773 $as_echo_n "(cached) " >&6
23774 else
23775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23776 /* end confdefs.h. */
23777 #include <sys/types.h>
23778 int
23779 main ()
23780 {
23781 int x = sizeof (ssize_t *) + sizeof (ssize_t);
23782 return !x;
23783 ;
23784 return 0;
23785 }
23786 _ACEOF
23787 if ac_fn_c_try_compile "$LINENO"; then :
23788 gt_cv_ssize_t=yes
23789 else
23790 gt_cv_ssize_t=no
23791 fi
23792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23793 fi
23794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_ssize_t" >&5
23795 $as_echo "$gt_cv_ssize_t" >&6; }
23796 if test $gt_cv_ssize_t = no; then
23797
23798 $as_echo "#define ssize_t int" >>confdefs.h
23799
23800 fi
23801
23802
23803
23804
23805
23806 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>
23807 #include <sys/stat.h>
23808 "
23809 if test "x$ac_cv_member_struct_stat_st_atim_tv_nsec" = x""yes; then :
23810
23811 cat >>confdefs.h <<_ACEOF
23812 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
23813 _ACEOF
23814
23815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct stat.st_atim is of type struct timespec" >&5
23816 $as_echo_n "checking whether struct stat.st_atim is of type struct timespec... " >&6; }
23817 if test "${ac_cv_typeof_struct_stat_st_atim_is_struct_timespec+set}" = set; then :
23818 $as_echo_n "(cached) " >&6
23819 else
23820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23821 /* end confdefs.h. */
23822
23823 #include <sys/types.h>
23824 #include <sys/stat.h>
23825 #if HAVE_SYS_TIME_H
23826 # include <sys/time.h>
23827 #endif
23828 #include <time.h>
23829 struct timespec ts;
23830 struct stat st;
23831
23832 int
23833 main ()
23834 {
23835
23836 st.st_atim = ts;
23837
23838 ;
23839 return 0;
23840 }
23841 _ACEOF
23842 if ac_fn_c_try_compile "$LINENO"; then :
23843 ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes
23844 else
23845 ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=no
23846 fi
23847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23848 fi
23849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&5
23850 $as_echo "$ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&6; }
23851 if test $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec = yes; then
23852
23853 $as_echo "#define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1" >>confdefs.h
23854
23855 fi
23856 else
23857 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>
23858 #include <sys/stat.h>
23859 "
23860 if test "x$ac_cv_member_struct_stat_st_atimespec_tv_nsec" = x""yes; then :
23861
23862 cat >>confdefs.h <<_ACEOF
23863 #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
23864 _ACEOF
23865
23866
23867 else
23868 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimensec" "ac_cv_member_struct_stat_st_atimensec" "#include <sys/types.h>
23869 #include <sys/stat.h>
23870 "
23871 if test "x$ac_cv_member_struct_stat_st_atimensec" = x""yes; then :
23872
23873 cat >>confdefs.h <<_ACEOF
23874 #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
23875 _ACEOF
23876
23877
23878 else
23879 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>
23880 #include <sys/stat.h>
23881 "
23882 if test "x$ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" = x""yes; then :
23883
23884 cat >>confdefs.h <<_ACEOF
23885 #define HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC 1
23886 _ACEOF
23887
23888
23889 fi
23890
23891 fi
23892
23893 fi
23894
23895 fi
23896
23897
23898
23899
23900
23901 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>
23902 #include <sys/stat.h>
23903 "
23904 if test "x$ac_cv_member_struct_stat_st_birthtimespec_tv_nsec" = x""yes; then :
23905
23906 cat >>confdefs.h <<_ACEOF
23907 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
23908 _ACEOF
23909
23910
23911 else
23912 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimensec" "ac_cv_member_struct_stat_st_birthtimensec" "#include <sys/types.h>
23913 #include <sys/stat.h>
23914 "
23915 if test "x$ac_cv_member_struct_stat_st_birthtimensec" = x""yes; then :
23916
23917 cat >>confdefs.h <<_ACEOF
23918 #define HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC 1
23919 _ACEOF
23920
23921
23922 else
23923 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>
23924 #include <sys/stat.h>
23925 "
23926 if test "x$ac_cv_member_struct_stat_st_birthtim_tv_nsec" = x""yes; then :
23927
23928 cat >>confdefs.h <<_ACEOF
23929 #define HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC 1
23930 _ACEOF
23931
23932
23933 fi
23934
23935 fi
23936
23937 fi
23938
23939
23940
23941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working stdalign.h" >&5
23942 $as_echo_n "checking for working stdalign.h... " >&6; }
23943 if test "${gl_cv_header_working_stdalign_h+set}" = set; then :
23944 $as_echo_n "(cached) " >&6
23945 else
23946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23947 /* end confdefs.h. */
23948 #include <stdalign.h>
23949 #include <stddef.h>
23950
23951 /* Test that alignof yields a result consistent with offsetof.
23952 This catches GCC bug 52023
23953 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52023>. */
23954 #ifdef __cplusplus
23955 template <class t> struct alignof_helper { char a; t b; };
23956 # define ao(type) offsetof (alignof_helper<type>, b)
23957 #else
23958 # define ao(type) offsetof (struct { char a; type b; }, b)
23959 #endif
23960 char test_double[ao (double) % _Alignof (double) == 0 ? 1 : -1];
23961 char test_long[ao (long int) % _Alignof (long int) == 0 ? 1 : -1];
23962 char test_alignof[alignof (double) == _Alignof (double) ? 1 : -1];
23963
23964 /* Test _Alignas only on platforms where gnulib can help. */
23965 #if \
23966 (__GNUC__ || __IBMC__ || __IBMCPP__ \
23967 || 0x5110 <= __SUNPRO_C || 1300 <= _MSC_VER)
23968 struct alignas_test { char c; char alignas (8) alignas_8; };
23969 char test_alignas[offsetof (struct alignas_test, alignas_8) == 8
23970 ? 1 : -1];
23971 #endif
23972
23973 int
23974 main ()
23975 {
23976
23977 ;
23978 return 0;
23979 }
23980 _ACEOF
23981 if ac_fn_c_try_compile "$LINENO"; then :
23982 gl_cv_header_working_stdalign_h=yes
23983 else
23984 gl_cv_header_working_stdalign_h=no
23985 fi
23986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23987 fi
23988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_stdalign_h" >&5
23989 $as_echo "$gl_cv_header_working_stdalign_h" >&6; }
23990
23991 if test $gl_cv_header_working_stdalign_h = yes; then
23992 STDALIGN_H=''
23993 else
23994 STDALIGN_H='stdalign.h'
23995 fi
23996
23997
23998 if test -n "$STDALIGN_H"; then
23999 GL_GENERATE_STDALIGN_H_TRUE=
24000 GL_GENERATE_STDALIGN_H_FALSE='#'
24001 else
24002 GL_GENERATE_STDALIGN_H_TRUE='#'
24003 GL_GENERATE_STDALIGN_H_FALSE=
24004 fi
24005
24006
24007
24008 STDARG_H=''
24009 NEXT_STDARG_H='<stdarg.h>'
24010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5
24011 $as_echo_n "checking for va_copy... " >&6; }
24012 if test "${gl_cv_func_va_copy+set}" = set; then :
24013 $as_echo_n "(cached) " >&6
24014 else
24015
24016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24017 /* end confdefs.h. */
24018 #include <stdarg.h>
24019 int
24020 main ()
24021 {
24022
24023 #ifndef va_copy
24024 void (*func) (va_list, va_list) = va_copy;
24025 #endif
24026
24027 ;
24028 return 0;
24029 }
24030 _ACEOF
24031 if ac_fn_c_try_compile "$LINENO"; then :
24032 gl_cv_func_va_copy=yes
24033 else
24034 gl_cv_func_va_copy=no
24035 fi
24036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24037 fi
24038
24039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_va_copy" >&5
24040 $as_echo "$gl_cv_func_va_copy" >&6; }
24041 if test $gl_cv_func_va_copy = no; then
24042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24043 /* end confdefs.h. */
24044 #if defined _AIX && !defined __GNUC__
24045 AIX vaccine
24046 #endif
24047
24048 _ACEOF
24049 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24050 $EGREP "vaccine" >/dev/null 2>&1; then :
24051 gl_aixcc=yes
24052 else
24053 gl_aixcc=no
24054 fi
24055 rm -f conftest*
24056
24057 if test $gl_aixcc = yes; then
24058 STDARG_H=stdarg.h
24059
24060
24061
24062
24063
24064
24065
24066
24067 if test $gl_cv_have_include_next = yes; then
24068 gl_cv_next_stdarg_h='<'stdarg.h'>'
24069 else
24070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdarg.h>" >&5
24071 $as_echo_n "checking absolute name of <stdarg.h>... " >&6; }
24072 if test "${gl_cv_next_stdarg_h+set}" = set; then :
24073 $as_echo_n "(cached) " >&6
24074 else
24075
24076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24077 /* end confdefs.h. */
24078 #include <stdarg.h>
24079
24080 _ACEOF
24081 case "$host_os" in
24082 aix*) gl_absname_cpp="$ac_cpp -C" ;;
24083 *) gl_absname_cpp="$ac_cpp" ;;
24084 esac
24085
24086 case "$host_os" in
24087 mingw*)
24088 gl_dirsep_regex='[/\\]'
24089 ;;
24090 *)
24091 gl_dirsep_regex='\/'
24092 ;;
24093 esac
24094 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
24095
24096 gl_header_literal_regex=`echo 'stdarg.h' \
24097 | sed -e "$gl_make_literal_regex_sed"`
24098 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
24099 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
24100 s|^/[^/]|//&|
24101 p
24102 q
24103 }'
24104 gl_cv_next_stdarg_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
24105 sed -n "$gl_absolute_header_sed"`'"'
24106
24107
24108 fi
24109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdarg_h" >&5
24110 $as_echo "$gl_cv_next_stdarg_h" >&6; }
24111 fi
24112 NEXT_STDARG_H=$gl_cv_next_stdarg_h
24113
24114 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
24115 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
24116 gl_next_as_first_directive='<'stdarg.h'>'
24117 else
24118 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
24119 gl_next_as_first_directive=$gl_cv_next_stdarg_h
24120 fi
24121 NEXT_AS_FIRST_DIRECTIVE_STDARG_H=$gl_next_as_first_directive
24122
24123
24124
24125
24126 if test "$gl_cv_next_stdarg_h" = '""'; then
24127 gl_cv_next_stdarg_h='"///usr/include/stdarg.h"'
24128 NEXT_STDARG_H="$gl_cv_next_stdarg_h"
24129 fi
24130 else
24131
24132 saved_as_echo_n="$as_echo_n"
24133 as_echo_n=':'
24134 if test "${gl_cv_func___va_copy+set}" = set; then :
24135 $as_echo_n "(cached) " >&6
24136 else
24137
24138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24139 /* end confdefs.h. */
24140 #include <stdarg.h>
24141 int
24142 main ()
24143 {
24144
24145 #ifndef __va_copy
24146 error, bail out
24147 #endif
24148
24149 ;
24150 return 0;
24151 }
24152 _ACEOF
24153 if ac_fn_c_try_compile "$LINENO"; then :
24154 gl_cv_func___va_copy=yes
24155 else
24156 gl_cv_func___va_copy=no
24157 fi
24158 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24159 fi
24160
24161 as_echo_n="$saved_as_echo_n"
24162
24163 if test $gl_cv_func___va_copy = yes; then
24164
24165 $as_echo "#define va_copy __va_copy" >>confdefs.h
24166
24167 else
24168
24169
24170 $as_echo "#define va_copy gl_va_copy" >>confdefs.h
24171
24172 fi
24173 fi
24174 fi
24175
24176 if test -n "$STDARG_H"; then
24177 GL_GENERATE_STDARG_H_TRUE=
24178 GL_GENERATE_STDARG_H_FALSE='#'
24179 else
24180 GL_GENERATE_STDARG_H_TRUE='#'
24181 GL_GENERATE_STDARG_H_FALSE=
24182 fi
24183
24184
24185
24186
24187
24188
24189 # Define two additional variables used in the Makefile substitution.
24190
24191 if test "$ac_cv_header_stdbool_h" = yes; then
24192 STDBOOL_H=''
24193 else
24194 STDBOOL_H='stdbool.h'
24195 fi
24196
24197 if test -n "$STDBOOL_H"; then
24198 GL_GENERATE_STDBOOL_H_TRUE=
24199 GL_GENERATE_STDBOOL_H_FALSE='#'
24200 else
24201 GL_GENERATE_STDBOOL_H_TRUE='#'
24202 GL_GENERATE_STDBOOL_H_FALSE=
24203 fi
24204
24205
24206 if test "$ac_cv_type__Bool" = yes; then
24207 HAVE__BOOL=1
24208 else
24209 HAVE__BOOL=0
24210 fi
24211
24212
24213
24214
24215
24216 STDDEF_H=
24217 if test $gt_cv_c_wchar_t = no; then
24218 HAVE_WCHAR_T=0
24219 STDDEF_H=stddef.h
24220 fi
24221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5
24222 $as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; }
24223 if test "${gl_cv_decl_null_works+set}" = set; then :
24224 $as_echo_n "(cached) " >&6
24225 else
24226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24227 /* end confdefs.h. */
24228 #include <stddef.h>
24229 int test[2 * (sizeof NULL == sizeof (void *)) -1];
24230
24231 int
24232 main ()
24233 {
24234
24235 ;
24236 return 0;
24237 }
24238 _ACEOF
24239 if ac_fn_c_try_compile "$LINENO"; then :
24240 gl_cv_decl_null_works=yes
24241 else
24242 gl_cv_decl_null_works=no
24243 fi
24244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24245 fi
24246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_null_works" >&5
24247 $as_echo "$gl_cv_decl_null_works" >&6; }
24248 if test $gl_cv_decl_null_works = no; then
24249 REPLACE_NULL=1
24250 STDDEF_H=stddef.h
24251 fi
24252
24253 if test -n "$STDDEF_H"; then
24254 GL_GENERATE_STDDEF_H_TRUE=
24255 GL_GENERATE_STDDEF_H_FALSE='#'
24256 else
24257 GL_GENERATE_STDDEF_H_TRUE='#'
24258 GL_GENERATE_STDDEF_H_FALSE=
24259 fi
24260
24261 if test -n "$STDDEF_H"; then
24262
24263
24264
24265
24266
24267
24268
24269
24270 if test $gl_cv_have_include_next = yes; then
24271 gl_cv_next_stddef_h='<'stddef.h'>'
24272 else
24273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stddef.h>" >&5
24274 $as_echo_n "checking absolute name of <stddef.h>... " >&6; }
24275 if test "${gl_cv_next_stddef_h+set}" = set; then :
24276 $as_echo_n "(cached) " >&6
24277 else
24278
24279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24280 /* end confdefs.h. */
24281 #include <stddef.h>
24282
24283 _ACEOF
24284 case "$host_os" in
24285 aix*) gl_absname_cpp="$ac_cpp -C" ;;
24286 *) gl_absname_cpp="$ac_cpp" ;;
24287 esac
24288
24289 case "$host_os" in
24290 mingw*)
24291 gl_dirsep_regex='[/\\]'
24292 ;;
24293 *)
24294 gl_dirsep_regex='\/'
24295 ;;
24296 esac
24297 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
24298
24299 gl_header_literal_regex=`echo 'stddef.h' \
24300 | sed -e "$gl_make_literal_regex_sed"`
24301 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
24302 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
24303 s|^/[^/]|//&|
24304 p
24305 q
24306 }'
24307 gl_cv_next_stddef_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
24308 sed -n "$gl_absolute_header_sed"`'"'
24309
24310
24311 fi
24312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stddef_h" >&5
24313 $as_echo "$gl_cv_next_stddef_h" >&6; }
24314 fi
24315 NEXT_STDDEF_H=$gl_cv_next_stddef_h
24316
24317 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
24318 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
24319 gl_next_as_first_directive='<'stddef.h'>'
24320 else
24321 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
24322 gl_next_as_first_directive=$gl_cv_next_stddef_h
24323 fi
24324 NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=$gl_next_as_first_directive
24325
24326
24327
24328
24329 fi
24330
24331
24332
24333
24334
24335
24336
24337
24338
24339
24340
24341
24342 if test $gl_cv_have_include_next = yes; then
24343 gl_cv_next_stdio_h='<'stdio.h'>'
24344 else
24345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdio.h>" >&5
24346 $as_echo_n "checking absolute name of <stdio.h>... " >&6; }
24347 if test "${gl_cv_next_stdio_h+set}" = set; then :
24348 $as_echo_n "(cached) " >&6
24349 else
24350
24351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24352 /* end confdefs.h. */
24353 #include <stdio.h>
24354
24355 _ACEOF
24356 case "$host_os" in
24357 aix*) gl_absname_cpp="$ac_cpp -C" ;;
24358 *) gl_absname_cpp="$ac_cpp" ;;
24359 esac
24360
24361 case "$host_os" in
24362 mingw*)
24363 gl_dirsep_regex='[/\\]'
24364 ;;
24365 *)
24366 gl_dirsep_regex='\/'
24367 ;;
24368 esac
24369 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
24370
24371 gl_header_literal_regex=`echo 'stdio.h' \
24372 | sed -e "$gl_make_literal_regex_sed"`
24373 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
24374 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
24375 s|^/[^/]|//&|
24376 p
24377 q
24378 }'
24379 gl_cv_next_stdio_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
24380 sed -n "$gl_absolute_header_sed"`'"'
24381
24382
24383 fi
24384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdio_h" >&5
24385 $as_echo "$gl_cv_next_stdio_h" >&6; }
24386 fi
24387 NEXT_STDIO_H=$gl_cv_next_stdio_h
24388
24389 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
24390 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
24391 gl_next_as_first_directive='<'stdio.h'>'
24392 else
24393 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
24394 gl_next_as_first_directive=$gl_cv_next_stdio_h
24395 fi
24396 NEXT_AS_FIRST_DIRECTIVE_STDIO_H=$gl_next_as_first_directive
24397
24398
24399
24400
24401
24402 GNULIB_FSCANF=1
24403
24404
24405 cat >>confdefs.h <<_ACEOF
24406 #define GNULIB_FSCANF 1
24407 _ACEOF
24408
24409
24410 GNULIB_SCANF=1
24411
24412
24413 cat >>confdefs.h <<_ACEOF
24414 #define GNULIB_SCANF 1
24415 _ACEOF
24416
24417
24418 GNULIB_FGETC=1
24419 GNULIB_GETC=1
24420 GNULIB_GETCHAR=1
24421 GNULIB_FGETS=1
24422 GNULIB_FREAD=1
24423
24424
24425 GNULIB_FPRINTF=1
24426 GNULIB_PRINTF=1
24427 GNULIB_VFPRINTF=1
24428 GNULIB_VPRINTF=1
24429 GNULIB_FPUTC=1
24430 GNULIB_PUTC=1
24431 GNULIB_PUTCHAR=1
24432 GNULIB_FPUTS=1
24433 GNULIB_PUTS=1
24434 GNULIB_FWRITE=1
24435
24436
24437
24438
24439
24440
24441
24442
24443
24444
24445
24446
24447
24448
24449
24450 if test $gl_cv_have_include_next = yes; then
24451 gl_cv_next_stdlib_h='<'stdlib.h'>'
24452 else
24453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdlib.h>" >&5
24454 $as_echo_n "checking absolute name of <stdlib.h>... " >&6; }
24455 if test "${gl_cv_next_stdlib_h+set}" = set; then :
24456 $as_echo_n "(cached) " >&6
24457 else
24458
24459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24460 /* end confdefs.h. */
24461 #include <stdlib.h>
24462
24463 _ACEOF
24464 case "$host_os" in
24465 aix*) gl_absname_cpp="$ac_cpp -C" ;;
24466 *) gl_absname_cpp="$ac_cpp" ;;
24467 esac
24468
24469 case "$host_os" in
24470 mingw*)
24471 gl_dirsep_regex='[/\\]'
24472 ;;
24473 *)
24474 gl_dirsep_regex='\/'
24475 ;;
24476 esac
24477 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
24478
24479 gl_header_literal_regex=`echo 'stdlib.h' \
24480 | sed -e "$gl_make_literal_regex_sed"`
24481 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
24482 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
24483 s|^/[^/]|//&|
24484 p
24485 q
24486 }'
24487 gl_cv_next_stdlib_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
24488 sed -n "$gl_absolute_header_sed"`'"'
24489
24490
24491 fi
24492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdlib_h" >&5
24493 $as_echo "$gl_cv_next_stdlib_h" >&6; }
24494 fi
24495 NEXT_STDLIB_H=$gl_cv_next_stdlib_h
24496
24497 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
24498 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
24499 gl_next_as_first_directive='<'stdlib.h'>'
24500 else
24501 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
24502 gl_next_as_first_directive=$gl_cv_next_stdlib_h
24503 fi
24504 NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=$gl_next_as_first_directive
24505
24506
24507
24508
24509
24510
24511
24512
24513
24514 # This defines (or not) HAVE_TZNAME and HAVE_TM_ZONE.
24515
24516
24517
24518
24519
24520
24521
24522 $as_echo "#define my_strftime nstrftime" >>confdefs.h
24523
24524
24525
24526
24527
24528
24529
24530
24531
24532
24533
24534 if test "$ac_cv_have_decl_strtoimax" != yes; then
24535 HAVE_DECL_STRTOIMAX=0
24536 fi
24537
24538 if test $ac_cv_func_strtoimax = yes; then
24539 HAVE_STRTOIMAX=1
24540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtoimax works" >&5
24541 $as_echo_n "checking whether strtoimax works... " >&6; }
24542 if test "${gl_cv_func_strtoimax+set}" = set; then :
24543 $as_echo_n "(cached) " >&6
24544 else
24545 if test "$cross_compiling" = yes; then :
24546 case "$host_os" in
24547 # Guess no on AIX 5.
24548 aix5*) gl_cv_func_strtoimax="guessing no" ;;
24549 # Guess yes otherwise.
24550 *) gl_cv_func_strtoimax="guessing yes" ;;
24551 esac
24552
24553 else
24554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24555 /* end confdefs.h. */
24556
24557 #include <errno.h>
24558 #include <string.h>
24559 #include <inttypes.h>
24560 int main ()
24561 {
24562 if (sizeof (intmax_t) > sizeof (int))
24563 {
24564 const char *s = "4294967295";
24565 char *p;
24566 intmax_t res;
24567 errno = 0;
24568 res = strtoimax (s, &p, 10);
24569 if (p != s + strlen (s))
24570 return 1;
24571 if (errno != 0)
24572 return 2;
24573 if (res != (intmax_t) 65535 * (intmax_t) 65537)
24574 return 3;
24575 }
24576 else
24577 {
24578 const char *s = "2147483647";
24579 char *p;
24580 intmax_t res;
24581 errno = 0;
24582 res = strtoimax (s, &p, 10);
24583 if (p != s + strlen (s))
24584 return 1;
24585 if (errno != 0)
24586 return 2;
24587 if (res != 2147483647)
24588 return 3;
24589 }
24590 return 0;
24591 }
24592
24593 _ACEOF
24594 if ac_fn_c_try_run "$LINENO"; then :
24595 gl_cv_func_strtoimax=yes
24596 else
24597 gl_cv_func_strtoimax=no
24598 fi
24599 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24600 conftest.$ac_objext conftest.beam conftest.$ac_ext
24601 fi
24602
24603
24604 fi
24605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strtoimax" >&5
24606 $as_echo "$gl_cv_func_strtoimax" >&6; }
24607 case "$gl_cv_func_strtoimax" in
24608 *no) REPLACE_STRTOIMAX=1 ;;
24609 esac
24610 else
24611 HAVE_STRTOIMAX=0
24612 fi
24613
24614 if test $HAVE_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1; then
24615
24616
24617
24618
24619
24620
24621
24622
24623 gl_LIBOBJS="$gl_LIBOBJS strtoimax.$ac_objext"
24624
24625
24626 ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default"
24627 if test "x$ac_cv_have_decl_strtoll" = x""yes; then :
24628 ac_have_decl=1
24629 else
24630 ac_have_decl=0
24631 fi
24632
24633 cat >>confdefs.h <<_ACEOF
24634 #define HAVE_DECL_STRTOLL $ac_have_decl
24635 _ACEOF
24636
24637
24638
24639 fi
24640
24641
24642
24643
24644
24645 GNULIB_STRTOIMAX=1
24646
24647
24648
24649
24650
24651
24652
24653
24654
24655 if test "$ac_cv_have_decl_strtoumax" != yes; then
24656 HAVE_DECL_STRTOUMAX=0
24657 fi
24658
24659 if test $ac_cv_func_strtoumax = no; then
24660
24661
24662
24663
24664
24665
24666
24667
24668 gl_LIBOBJS="$gl_LIBOBJS strtoumax.$ac_objext"
24669
24670
24671 ac_fn_c_check_decl "$LINENO" "strtoull" "ac_cv_have_decl_strtoull" "$ac_includes_default"
24672 if test "x$ac_cv_have_decl_strtoull" = x""yes; then :
24673 ac_have_decl=1
24674 else
24675 ac_have_decl=0
24676 fi
24677
24678 cat >>confdefs.h <<_ACEOF
24679 #define HAVE_DECL_STRTOULL $ac_have_decl
24680 _ACEOF
24681
24682
24683
24684 fi
24685
24686
24687
24688
24689
24690 GNULIB_STRTOUMAX=1
24691
24692
24693
24694
24695
24696
24697
24698 if test $ac_cv_func_symlink = no; then
24699 HAVE_SYMLINK=0
24700 else
24701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symlink handles trailing slash correctly" >&5
24702 $as_echo_n "checking whether symlink handles trailing slash correctly... " >&6; }
24703 if test "${gl_cv_func_symlink_works+set}" = set; then :
24704 $as_echo_n "(cached) " >&6
24705 else
24706 if test "$cross_compiling" = yes; then :
24707 case "$host_os" in
24708 # Guess yes on glibc systems.
24709 *-gnu*) gl_cv_func_symlink_works="guessing yes" ;;
24710 # If we don't know, assume the worst.
24711 *) gl_cv_func_symlink_works="guessing no" ;;
24712 esac
24713
24714 else
24715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24716 /* end confdefs.h. */
24717 #include <unistd.h>
24718
24719 int
24720 main ()
24721 {
24722 int result = 0;
24723 if (!symlink ("a", "conftest.link/"))
24724 result |= 1;
24725 if (symlink ("conftest.f", "conftest.lnk2"))
24726 result |= 2;
24727 else if (!symlink ("a", "conftest.lnk2/"))
24728 result |= 4;
24729 return result;
24730
24731 ;
24732 return 0;
24733 }
24734 _ACEOF
24735 if ac_fn_c_try_run "$LINENO"; then :
24736 gl_cv_func_symlink_works=yes
24737 else
24738 gl_cv_func_symlink_works=no
24739 fi
24740 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24741 conftest.$ac_objext conftest.beam conftest.$ac_ext
24742 fi
24743
24744 rm -f conftest.f conftest.link conftest.lnk2
24745 fi
24746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_symlink_works" >&5
24747 $as_echo "$gl_cv_func_symlink_works" >&6; }
24748 case "$gl_cv_func_symlink_works" in
24749 *yes) ;;
24750 *)
24751 REPLACE_SYMLINK=1
24752 ;;
24753 esac
24754 fi
24755
24756 if test $HAVE_SYMLINK = 0 || test $REPLACE_SYMLINK = 1; then
24757
24758
24759
24760
24761
24762
24763
24764
24765 gl_LIBOBJS="$gl_LIBOBJS symlink.$ac_objext"
24766
24767 fi
24768
24769
24770
24771
24772
24773 GNULIB_SYMLINK=1
24774
24775
24776
24777
24778
24779
24780
24781
24782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <sys/select.h> is self-contained" >&5
24783 $as_echo_n "checking whether <sys/select.h> is self-contained... " >&6; }
24784 if test "${gl_cv_header_sys_select_h_selfcontained+set}" = set; then :
24785 $as_echo_n "(cached) " >&6
24786 else
24787
24788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24789 /* end confdefs.h. */
24790 #include <sys/select.h>
24791 int
24792 main ()
24793 {
24794 struct timeval b;
24795 ;
24796 return 0;
24797 }
24798 _ACEOF
24799 if ac_fn_c_try_compile "$LINENO"; then :
24800 gl_cv_header_sys_select_h_selfcontained=yes
24801 else
24802 gl_cv_header_sys_select_h_selfcontained=no
24803 fi
24804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24805 if test $gl_cv_header_sys_select_h_selfcontained = yes; then
24806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24807 /* end confdefs.h. */
24808 #include <sys/select.h>
24809 int
24810 main ()
24811 {
24812 int memset; int bzero;
24813 ;
24814 return 0;
24815 }
24816
24817 _ACEOF
24818 if ac_fn_c_try_compile "$LINENO"; then :
24819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24820 /* end confdefs.h. */
24821 #include <sys/select.h>
24822 int
24823 main ()
24824 {
24825
24826 #undef memset
24827 #define memset nonexistent_memset
24828 extern
24829 #ifdef __cplusplus
24830 "C"
24831 #endif
24832 void *memset (void *, int, unsigned long);
24833 #undef bzero
24834 #define bzero nonexistent_bzero
24835 extern
24836 #ifdef __cplusplus
24837 "C"
24838 #endif
24839 void bzero (void *, unsigned long);
24840 fd_set fds;
24841 FD_ZERO (&fds);
24842
24843 ;
24844 return 0;
24845 }
24846
24847 _ACEOF
24848 if ac_fn_c_try_link "$LINENO"; then :
24849
24850 else
24851 gl_cv_header_sys_select_h_selfcontained=no
24852 fi
24853 rm -f core conftest.err conftest.$ac_objext \
24854 conftest$ac_exeext conftest.$ac_ext
24855
24856 fi
24857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24858 fi
24859
24860 fi
24861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_sys_select_h_selfcontained" >&5
24862 $as_echo "$gl_cv_header_sys_select_h_selfcontained" >&6; }
24863
24864
24865
24866
24867
24868
24869
24870
24871
24872 if test $gl_cv_have_include_next = yes; then
24873 gl_cv_next_sys_select_h='<'sys/select.h'>'
24874 else
24875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/select.h>" >&5
24876 $as_echo_n "checking absolute name of <sys/select.h>... " >&6; }
24877 if test "${gl_cv_next_sys_select_h+set}" = set; then :
24878 $as_echo_n "(cached) " >&6
24879 else
24880
24881 if test $ac_cv_header_sys_select_h = yes; then
24882
24883
24884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24885 /* end confdefs.h. */
24886 #include <sys/select.h>
24887
24888 _ACEOF
24889 case "$host_os" in
24890 aix*) gl_absname_cpp="$ac_cpp -C" ;;
24891 *) gl_absname_cpp="$ac_cpp" ;;
24892 esac
24893
24894 case "$host_os" in
24895 mingw*)
24896 gl_dirsep_regex='[/\\]'
24897 ;;
24898 *)
24899 gl_dirsep_regex='\/'
24900 ;;
24901 esac
24902 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
24903
24904 gl_header_literal_regex=`echo 'sys/select.h' \
24905 | sed -e "$gl_make_literal_regex_sed"`
24906 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
24907 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
24908 s|^/[^/]|//&|
24909 p
24910 q
24911 }'
24912 gl_cv_next_sys_select_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
24913 sed -n "$gl_absolute_header_sed"`'"'
24914 else
24915 gl_cv_next_sys_select_h='<'sys/select.h'>'
24916 fi
24917
24918
24919 fi
24920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_select_h" >&5
24921 $as_echo "$gl_cv_next_sys_select_h" >&6; }
24922 fi
24923 NEXT_SYS_SELECT_H=$gl_cv_next_sys_select_h
24924
24925 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
24926 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
24927 gl_next_as_first_directive='<'sys/select.h'>'
24928 else
24929 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
24930 gl_next_as_first_directive=$gl_cv_next_sys_select_h
24931 fi
24932 NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H=$gl_next_as_first_directive
24933
24934
24935
24936
24937 if test $ac_cv_header_sys_select_h = yes; then
24938 HAVE_SYS_SELECT_H=1
24939 else
24940 HAVE_SYS_SELECT_H=0
24941 fi
24942
24943
24944
24945
24946
24947 if test $ac_cv_header_sys_socket_h != yes; then
24948 for ac_header in winsock2.h
24949 do :
24950 ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default"
24951 if test "x$ac_cv_header_winsock2_h" = x""yes; then :
24952 cat >>confdefs.h <<_ACEOF
24953 #define HAVE_WINSOCK2_H 1
24954 _ACEOF
24955
24956 fi
24957
24958 done
24959
24960 fi
24961 if test "$ac_cv_header_winsock2_h" = yes; then
24962 HAVE_WINSOCK2_H=1
24963 UNISTD_H_HAVE_WINSOCK2_H=1
24964 SYS_IOCTL_H_HAVE_WINSOCK2_H=1
24965 else
24966 HAVE_WINSOCK2_H=0
24967 fi
24968
24969
24970
24971
24972
24973
24974
24975
24976
24977
24978
24979
24980
24981
24982
24983
24984
24985
24986
24987
24988 if test $gl_cv_have_include_next = yes; then
24989 gl_cv_next_sys_stat_h='<'sys/stat.h'>'
24990 else
24991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/stat.h>" >&5
24992 $as_echo_n "checking absolute name of <sys/stat.h>... " >&6; }
24993 if test "${gl_cv_next_sys_stat_h+set}" = set; then :
24994 $as_echo_n "(cached) " >&6
24995 else
24996
24997 if test $ac_cv_header_sys_stat_h = yes; then
24998
24999
25000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25001 /* end confdefs.h. */
25002 #include <sys/stat.h>
25003
25004 _ACEOF
25005 case "$host_os" in
25006 aix*) gl_absname_cpp="$ac_cpp -C" ;;
25007 *) gl_absname_cpp="$ac_cpp" ;;
25008 esac
25009
25010 case "$host_os" in
25011 mingw*)
25012 gl_dirsep_regex='[/\\]'
25013 ;;
25014 *)
25015 gl_dirsep_regex='\/'
25016 ;;
25017 esac
25018 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
25019
25020 gl_header_literal_regex=`echo 'sys/stat.h' \
25021 | sed -e "$gl_make_literal_regex_sed"`
25022 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
25023 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
25024 s|^/[^/]|//&|
25025 p
25026 q
25027 }'
25028 gl_cv_next_sys_stat_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
25029 sed -n "$gl_absolute_header_sed"`'"'
25030 else
25031 gl_cv_next_sys_stat_h='<'sys/stat.h'>'
25032 fi
25033
25034
25035 fi
25036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_stat_h" >&5
25037 $as_echo "$gl_cv_next_sys_stat_h" >&6; }
25038 fi
25039 NEXT_SYS_STAT_H=$gl_cv_next_sys_stat_h
25040
25041 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
25042 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
25043 gl_next_as_first_directive='<'sys/stat.h'>'
25044 else
25045 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
25046 gl_next_as_first_directive=$gl_cv_next_sys_stat_h
25047 fi
25048 NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H=$gl_next_as_first_directive
25049
25050
25051
25052
25053
25054
25055
25056
25057
25058
25059
25060 if test $WINDOWS_64_BIT_ST_SIZE = 1; then
25061
25062 $as_echo "#define _GL_WINDOWS_64_BIT_ST_SIZE 1" >>confdefs.h
25063
25064 fi
25065
25066 ac_fn_c_check_type "$LINENO" "nlink_t" "ac_cv_type_nlink_t" "#include <sys/types.h>
25067 #include <sys/stat.h>
25068 "
25069 if test "x$ac_cv_type_nlink_t" = x""yes; then :
25070
25071 else
25072
25073 $as_echo "#define nlink_t int" >>confdefs.h
25074
25075 fi
25076
25077
25078
25079
25080
25081
25082
25083
25084
25085
25086
25087
25088
25089
25090
25091
25092
25093
25094 ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "#include <time.h>
25095 "
25096 if test "x$ac_cv_have_decl_localtime_r" = x""yes; then :
25097 ac_have_decl=1
25098 else
25099 ac_have_decl=0
25100 fi
25101
25102 cat >>confdefs.h <<_ACEOF
25103 #define HAVE_DECL_LOCALTIME_R $ac_have_decl
25104 _ACEOF
25105
25106 if test $ac_cv_have_decl_localtime_r = no; then
25107 HAVE_DECL_LOCALTIME_R=0
25108 fi
25109
25110
25111 if test $ac_cv_func_localtime_r = yes; then
25112 HAVE_LOCALTIME_R=1
25113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime_r is compatible with its POSIX signature" >&5
25114 $as_echo_n "checking whether localtime_r is compatible with its POSIX signature... " >&6; }
25115 if test "${gl_cv_time_r_posix+set}" = set; then :
25116 $as_echo_n "(cached) " >&6
25117 else
25118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25119 /* end confdefs.h. */
25120 #include <time.h>
25121 int
25122 main ()
25123 {
25124 /* We don't need to append 'restrict's to the argument types,
25125 even though the POSIX signature has the 'restrict's,
25126 since C99 says they can't affect type compatibility. */
25127 struct tm * (*ptr) (time_t const *, struct tm *) = localtime_r;
25128 if (ptr) return 0;
25129 /* Check the return type is a pointer.
25130 On HP-UX 10 it is 'int'. */
25131 *localtime_r (0, 0);
25132 ;
25133 return 0;
25134 }
25135
25136 _ACEOF
25137 if ac_fn_c_try_compile "$LINENO"; then :
25138 gl_cv_time_r_posix=yes
25139 else
25140 gl_cv_time_r_posix=no
25141 fi
25142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25143
25144 fi
25145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_time_r_posix" >&5
25146 $as_echo "$gl_cv_time_r_posix" >&6; }
25147 if test $gl_cv_time_r_posix = yes; then
25148 REPLACE_LOCALTIME_R=0
25149 else
25150 REPLACE_LOCALTIME_R=1
25151 fi
25152 else
25153 HAVE_LOCALTIME_R=0
25154 fi
25155
25156 if test $HAVE_LOCALTIME_R = 0 || test $REPLACE_LOCALTIME_R = 1; then
25157
25158
25159
25160
25161
25162
25163
25164
25165 gl_LIBOBJS="$gl_LIBOBJS time_r.$ac_objext"
25166
25167
25168 :
25169
25170 fi
25171
25172
25173
25174
25175
25176 GNULIB_TIME_R=1
25177
25178
25179
25180
25181
25182
25183
25184
25185
25186
25187 LIB_TIMER_TIME=
25188
25189 gl_saved_libs=$LIBS
25190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing timer_settime" >&5
25191 $as_echo_n "checking for library containing timer_settime... " >&6; }
25192 if test "${ac_cv_search_timer_settime+set}" = set; then :
25193 $as_echo_n "(cached) " >&6
25194 else
25195 ac_func_search_save_LIBS=$LIBS
25196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25197 /* end confdefs.h. */
25198
25199 /* Override any GCC internal prototype to avoid an error.
25200 Use char because int might match the return type of a GCC
25201 builtin and then its argument prototype would still apply. */
25202 #ifdef __cplusplus
25203 extern "C"
25204 #endif
25205 char timer_settime ();
25206 int
25207 main ()
25208 {
25209 return timer_settime ();
25210 ;
25211 return 0;
25212 }
25213 _ACEOF
25214 for ac_lib in '' rt posix4; do
25215 if test -z "$ac_lib"; then
25216 ac_res="none required"
25217 else
25218 ac_res=-l$ac_lib
25219 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
25220 fi
25221 if ac_fn_c_try_link "$LINENO"; then :
25222 ac_cv_search_timer_settime=$ac_res
25223 fi
25224 rm -f core conftest.err conftest.$ac_objext \
25225 conftest$ac_exeext
25226 if test "${ac_cv_search_timer_settime+set}" = set; then :
25227 break
25228 fi
25229 done
25230 if test "${ac_cv_search_timer_settime+set}" = set; then :
25231
25232 else
25233 ac_cv_search_timer_settime=no
25234 fi
25235 rm conftest.$ac_ext
25236 LIBS=$ac_func_search_save_LIBS
25237 fi
25238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_timer_settime" >&5
25239 $as_echo "$ac_cv_search_timer_settime" >&6; }
25240 ac_res=$ac_cv_search_timer_settime
25241 if test "$ac_res" != no; then :
25242 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
25243 test "$ac_cv_search_timer_settime" = "none required" ||
25244 LIB_TIMER_TIME=$ac_cv_search_timer_settime
25245 fi
25246
25247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25248 /* end confdefs.h. */
25249
25250 #include <features.h>
25251 #ifdef __GNU_LIBRARY__
25252 #if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2) || (__GLIBC__ > 2)) \
25253 && !defined __UCLIBC__
25254 Thread emulation available
25255 #endif
25256 #endif
25257
25258 _ACEOF
25259 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
25260 $EGREP "Thread" >/dev/null 2>&1; then :
25261 LIB_TIMER_TIME="$LIB_TIMER_TIME $LIBMULTITHREAD"
25262 fi
25263 rm -f conftest*
25264
25265 for ac_func in timer_settime
25266 do :
25267 ac_fn_c_check_func "$LINENO" "timer_settime" "ac_cv_func_timer_settime"
25268 if test "x$ac_cv_func_timer_settime" = x""yes; then :
25269 cat >>confdefs.h <<_ACEOF
25270 #define HAVE_TIMER_SETTIME 1
25271 _ACEOF
25272
25273 fi
25274 done
25275
25276 LIBS=$gl_saved_libs
25277
25278 :
25279
25280
25281
25282
25283
25284
25285
25286
25287
25288
25289
25290
25291 if test $gl_cv_have_include_next = yes; then
25292 gl_cv_next_unistd_h='<'unistd.h'>'
25293 else
25294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <unistd.h>" >&5
25295 $as_echo_n "checking absolute name of <unistd.h>... " >&6; }
25296 if test "${gl_cv_next_unistd_h+set}" = set; then :
25297 $as_echo_n "(cached) " >&6
25298 else
25299
25300 if test $ac_cv_header_unistd_h = yes; then
25301
25302
25303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25304 /* end confdefs.h. */
25305 #include <unistd.h>
25306
25307 _ACEOF
25308 case "$host_os" in
25309 aix*) gl_absname_cpp="$ac_cpp -C" ;;
25310 *) gl_absname_cpp="$ac_cpp" ;;
25311 esac
25312
25313 case "$host_os" in
25314 mingw*)
25315 gl_dirsep_regex='[/\\]'
25316 ;;
25317 *)
25318 gl_dirsep_regex='\/'
25319 ;;
25320 esac
25321 gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g'
25322
25323 gl_header_literal_regex=`echo 'unistd.h' \
25324 | sed -e "$gl_make_literal_regex_sed"`
25325 gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{
25326 s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/
25327 s|^/[^/]|//&|
25328 p
25329 q
25330 }'
25331 gl_cv_next_unistd_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
25332 sed -n "$gl_absolute_header_sed"`'"'
25333 else
25334 gl_cv_next_unistd_h='<'unistd.h'>'
25335 fi
25336
25337
25338 fi
25339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_unistd_h" >&5
25340 $as_echo "$gl_cv_next_unistd_h" >&6; }
25341 fi
25342 NEXT_UNISTD_H=$gl_cv_next_unistd_h
25343
25344 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
25345 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
25346 gl_next_as_first_directive='<'unistd.h'>'
25347 else
25348 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
25349 gl_next_as_first_directive=$gl_cv_next_unistd_h
25350 fi
25351 NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=$gl_next_as_first_directive
25352
25353
25354
25355
25356 if test $ac_cv_header_unistd_h = yes; then
25357 HAVE_UNISTD_H=1
25358 else
25359 HAVE_UNISTD_H=0
25360 fi
25361
25362
25363
25364
25365
25366
25367
25368
25369
25370
25371
25372 if test $ac_cv_have_decl_unsetenv = no; then
25373 HAVE_DECL_UNSETENV=0
25374 fi
25375 for ac_func in unsetenv
25376 do :
25377 ac_fn_c_check_func "$LINENO" "unsetenv" "ac_cv_func_unsetenv"
25378 if test "x$ac_cv_func_unsetenv" = x""yes; then :
25379 cat >>confdefs.h <<_ACEOF
25380 #define HAVE_UNSETENV 1
25381 _ACEOF
25382
25383 fi
25384 done
25385
25386 if test $ac_cv_func_unsetenv = no; then
25387 HAVE_UNSETENV=0
25388 else
25389 HAVE_UNSETENV=1
25390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsetenv() return type" >&5
25391 $as_echo_n "checking for unsetenv() return type... " >&6; }
25392 if test "${gt_cv_func_unsetenv_ret+set}" = set; then :
25393 $as_echo_n "(cached) " >&6
25394 else
25395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25396 /* end confdefs.h. */
25397
25398 #undef _BSD
25399 #define _BSD 1 /* unhide unsetenv declaration in OSF/1 5.1 <stdlib.h> */
25400 #include <stdlib.h>
25401 extern
25402 #ifdef __cplusplus
25403 "C"
25404 #endif
25405 int unsetenv (const char *name);
25406
25407 int
25408 main ()
25409 {
25410
25411 ;
25412 return 0;
25413 }
25414 _ACEOF
25415 if ac_fn_c_try_compile "$LINENO"; then :
25416 gt_cv_func_unsetenv_ret='int'
25417 else
25418 gt_cv_func_unsetenv_ret='void'
25419 fi
25420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25421 fi
25422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_unsetenv_ret" >&5
25423 $as_echo "$gt_cv_func_unsetenv_ret" >&6; }
25424 if test $gt_cv_func_unsetenv_ret = 'void'; then
25425
25426 $as_echo "#define VOID_UNSETENV 1" >>confdefs.h
25427
25428 REPLACE_UNSETENV=1
25429 fi
25430
25431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether unsetenv obeys POSIX" >&5
25432 $as_echo_n "checking whether unsetenv obeys POSIX... " >&6; }
25433 if test "${gl_cv_func_unsetenv_works+set}" = set; then :
25434 $as_echo_n "(cached) " >&6
25435 else
25436 if test "$cross_compiling" = yes; then :
25437 case "$host_os" in
25438 # Guess yes on glibc systems.
25439 *-gnu*) gl_cv_func_unsetenv_works="guessing yes" ;;
25440 # If we don't know, assume the worst.
25441 *) gl_cv_func_unsetenv_works="guessing no" ;;
25442 esac
25443
25444 else
25445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25446 /* end confdefs.h. */
25447
25448 #include <stdlib.h>
25449 #include <errno.h>
25450 extern char **environ;
25451
25452 int
25453 main ()
25454 {
25455
25456 char entry1[] = "a=1";
25457 char entry2[] = "b=2";
25458 char *env[] = { entry1, entry2, NULL };
25459 if (putenv ((char *) "a=1")) return 1;
25460 if (putenv (entry2)) return 2;
25461 entry2[0] = 'a';
25462 unsetenv ("a");
25463 if (getenv ("a")) return 3;
25464 if (!unsetenv ("") || errno != EINVAL) return 4;
25465 entry2[0] = 'b';
25466 environ = env;
25467 if (!getenv ("a")) return 5;
25468 entry2[0] = 'a';
25469 unsetenv ("a");
25470 if (getenv ("a")) return 6;
25471
25472 ;
25473 return 0;
25474 }
25475 _ACEOF
25476 if ac_fn_c_try_run "$LINENO"; then :
25477 gl_cv_func_unsetenv_works=yes
25478 else
25479 gl_cv_func_unsetenv_works=no
25480 fi
25481 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
25482 conftest.$ac_objext conftest.beam conftest.$ac_ext
25483 fi
25484
25485 fi
25486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_unsetenv_works" >&5
25487 $as_echo "$gl_cv_func_unsetenv_works" >&6; }
25488 case "$gl_cv_func_unsetenv_works" in
25489 *yes) ;;
25490 *)
25491 REPLACE_UNSETENV=1
25492 ;;
25493 esac
25494 fi
25495
25496 if test $HAVE_UNSETENV = 0 || test $REPLACE_UNSETENV = 1; then
25497
25498
25499
25500
25501
25502
25503
25504
25505 gl_LIBOBJS="$gl_LIBOBJS unsetenv.$ac_objext"
25506
25507
25508
25509
25510
25511 fi
25512
25513
25514
25515
25516
25517 GNULIB_UNSETENV=1
25518
25519
25520
25521
25522
25523
25524
25525
25526
25527
25528
25529 if test $ac_cv_func_futimens = no && test $ac_cv_func_futimesat = yes; then
25530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether futimesat handles NULL file" >&5
25531 $as_echo_n "checking whether futimesat handles NULL file... " >&6; }
25532 if test "${gl_cv_func_futimesat_works+set}" = set; then :
25533 $as_echo_n "(cached) " >&6
25534 else
25535 touch conftest.file
25536 if test "$cross_compiling" = yes; then :
25537 case "$host_os" in
25538 # Guess yes on glibc systems.
25539 *-gnu*) gl_cv_func_futimesat_works="guessing yes" ;;
25540 # If we don't know, assume the worst.
25541 *) gl_cv_func_futimesat_works="guessing no" ;;
25542 esac
25543
25544 else
25545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25546 /* end confdefs.h. */
25547
25548 #include <stddef.h>
25549 #include <sys/times.h>
25550 #include <fcntl.h>
25551
25552 int
25553 main ()
25554 {
25555 int fd = open ("conftest.file", O_RDWR);
25556 if (fd < 0) return 1;
25557 if (futimesat (fd, NULL, NULL)) return 2;
25558
25559 ;
25560 return 0;
25561 }
25562 _ACEOF
25563 if ac_fn_c_try_run "$LINENO"; then :
25564 gl_cv_func_futimesat_works=yes
25565 else
25566 gl_cv_func_futimesat_works=no
25567 fi
25568 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
25569 conftest.$ac_objext conftest.beam conftest.$ac_ext
25570 fi
25571
25572 rm -f conftest.file
25573 fi
25574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_futimesat_works" >&5
25575 $as_echo "$gl_cv_func_futimesat_works" >&6; }
25576 case "$gl_cv_func_futimesat_works" in
25577 *yes) ;;
25578 *)
25579
25580 $as_echo "#define FUTIMESAT_NULL_BUG 1" >>confdefs.h
25581
25582 ;;
25583 esac
25584 fi
25585
25586 gl_gnulib_enabled_260941c0e5dc67ec9e87d1fb321c300b=false
25587 gl_gnulib_enabled_dosname=false
25588 gl_gnulib_enabled_euidaccess=false
25589 gl_gnulib_enabled_getgroups=false
25590 gl_gnulib_enabled_be453cec5eecf5731a274f2de7f2db36=false
25591 gl_gnulib_enabled_a9786850e999ae65a836a6041e8e5ed1=false
25592 gl_gnulib_enabled_03e0aaad4cb89ca757653bd367a6ccb7=false
25593 gl_gnulib_enabled_pathmax=false
25594 gl_gnulib_enabled_6099e9737f757db36c47fa9d9f02e88c=false
25595 gl_gnulib_enabled_stat=false
25596 gl_gnulib_enabled_strtoll=false
25597 gl_gnulib_enabled_strtoull=false
25598 gl_gnulib_enabled_verify=false
25599 gl_gnulib_enabled_682e609604ccaac6be382e4ee3a4eaec=false
25600 func_gl_gnulib_m4code_260941c0e5dc67ec9e87d1fb321c300b ()
25601 {
25602 if ! $gl_gnulib_enabled_260941c0e5dc67ec9e87d1fb321c300b; then
25603
25604
25605
25606
25607
25608
25609
25610
25611 gl_LIBOBJS="$gl_LIBOBJS openat-proc.$ac_objext"
25612
25613 gl_gnulib_enabled_260941c0e5dc67ec9e87d1fb321c300b=true
25614 fi
25615 }
25616 func_gl_gnulib_m4code_dosname ()
25617 {
25618 if ! $gl_gnulib_enabled_dosname; then
25619 gl_gnulib_enabled_dosname=true
25620 fi
25621 }
25622 func_gl_gnulib_m4code_euidaccess ()
25623 {
25624 if ! $gl_gnulib_enabled_euidaccess; then
25625
25626
25627
25628
25629
25630 for ac_func in euidaccess
25631 do :
25632 ac_fn_c_check_func "$LINENO" "euidaccess" "ac_cv_func_euidaccess"
25633 if test "x$ac_cv_func_euidaccess" = x""yes; then :
25634 cat >>confdefs.h <<_ACEOF
25635 #define HAVE_EUIDACCESS 1
25636 _ACEOF
25637
25638 fi
25639 done
25640
25641 if test $ac_cv_func_euidaccess = no; then
25642 HAVE_EUIDACCESS=0
25643 fi
25644
25645 if test $HAVE_EUIDACCESS = 0; then
25646
25647
25648
25649
25650
25651
25652
25653
25654 gl_LIBOBJS="$gl_LIBOBJS euidaccess.$ac_objext"
25655
25656
25657
25658 for ac_header in libgen.h
25659 do :
25660 ac_fn_c_check_header_mongrel "$LINENO" "libgen.h" "ac_cv_header_libgen_h" "$ac_includes_default"
25661 if test "x$ac_cv_header_libgen_h" = x""yes; then :
25662 cat >>confdefs.h <<_ACEOF
25663 #define HAVE_LIBGEN_H 1
25664 _ACEOF
25665
25666 fi
25667
25668 done
25669
25670
25671 ac_fn_c_check_func "$LINENO" "getgroups" "ac_cv_func_getgroups"
25672 if test "x$ac_cv_func_getgroups" = x""yes; then :
25673
25674 fi
25675
25676
25677 # If we don't yet have getgroups, see if it's in -lbsd.
25678 # This is reported to be necessary on an ITOS 3000WS running SEIUX 3.1.
25679 ac_save_LIBS=$LIBS
25680 if test $ac_cv_func_getgroups = no; then
25681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getgroups in -lbsd" >&5
25682 $as_echo_n "checking for getgroups in -lbsd... " >&6; }
25683 if test "${ac_cv_lib_bsd_getgroups+set}" = set; then :
25684 $as_echo_n "(cached) " >&6
25685 else
25686 ac_check_lib_save_LIBS=$LIBS
25687 LIBS="-lbsd $LIBS"
25688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25689 /* end confdefs.h. */
25690
25691 /* Override any GCC internal prototype to avoid an error.
25692 Use char because int might match the return type of a GCC
25693 builtin and then its argument prototype would still apply. */
25694 #ifdef __cplusplus
25695 extern "C"
25696 #endif
25697 char getgroups ();
25698 int
25699 main ()
25700 {
25701 return getgroups ();
25702 ;
25703 return 0;
25704 }
25705 _ACEOF
25706 if ac_fn_c_try_link "$LINENO"; then :
25707 ac_cv_lib_bsd_getgroups=yes
25708 else
25709 ac_cv_lib_bsd_getgroups=no
25710 fi
25711 rm -f core conftest.err conftest.$ac_objext \
25712 conftest$ac_exeext conftest.$ac_ext
25713 LIBS=$ac_check_lib_save_LIBS
25714 fi
25715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_getgroups" >&5
25716 $as_echo "$ac_cv_lib_bsd_getgroups" >&6; }
25717 if test "x$ac_cv_lib_bsd_getgroups" = x""yes; then :
25718 GETGROUPS_LIB=-lbsd
25719 fi
25720
25721 fi
25722
25723 # Run the program to test the functionality of the system-supplied
25724 # getgroups function only if there is such a function.
25725 if test $ac_cv_func_getgroups = yes; then
25726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working getgroups" >&5
25727 $as_echo_n "checking for working getgroups... " >&6; }
25728 if test "${ac_cv_func_getgroups_works+set}" = set; then :
25729 $as_echo_n "(cached) " >&6
25730 else
25731 if test "$cross_compiling" = yes; then :
25732 case "$host_os" in # ((
25733 # Guess yes on glibc systems.
25734 *-gnu*) ac_cv_func_getgroups_works="guessing yes" ;;
25735 # If we don't know, assume the worst.
25736 *) ac_cv_func_getgroups_works="guessing no" ;;
25737 esac
25738
25739 else
25740 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25741 /* end confdefs.h. */
25742 $ac_includes_default
25743 int
25744 main ()
25745 {
25746 /* On Ultrix 4.3, getgroups (0, 0) always fails. */
25747 return getgroups (0, 0) == -1;
25748 ;
25749 return 0;
25750 }
25751
25752 _ACEOF
25753 if ac_fn_c_try_run "$LINENO"; then :
25754 ac_cv_func_getgroups_works=yes
25755 else
25756 ac_cv_func_getgroups_works=no
25757 fi
25758 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
25759 conftest.$ac_objext conftest.beam conftest.$ac_ext
25760 fi
25761
25762
25763 fi
25764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_getgroups_works" >&5
25765 $as_echo "$ac_cv_func_getgroups_works" >&6; }
25766 else
25767 ac_cv_func_getgroups_works=no
25768 fi
25769 case "$ac_cv_func_getgroups_works" in
25770 *yes)
25771
25772 $as_echo "#define HAVE_GETGROUPS 1" >>confdefs.h
25773
25774 ;;
25775 esac
25776 LIBS=$ac_save_LIBS
25777
25778
25779 # Solaris 9 and 10 need -lgen to get the eaccess function.
25780 # Save and restore LIBS so -lgen isn't added to it. Otherwise, *all*
25781 # programs in the package would end up linked with that potentially-shared
25782 # library, inducing unnecessary run-time overhead.
25783 LIB_EACCESS=
25784
25785 gl_saved_libs=$LIBS
25786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing eaccess" >&5
25787 $as_echo_n "checking for library containing eaccess... " >&6; }
25788 if test "${ac_cv_search_eaccess+set}" = set; then :
25789 $as_echo_n "(cached) " >&6
25790 else
25791 ac_func_search_save_LIBS=$LIBS
25792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25793 /* end confdefs.h. */
25794
25795 /* Override any GCC internal prototype to avoid an error.
25796 Use char because int might match the return type of a GCC
25797 builtin and then its argument prototype would still apply. */
25798 #ifdef __cplusplus
25799 extern "C"
25800 #endif
25801 char eaccess ();
25802 int
25803 main ()
25804 {
25805 return eaccess ();
25806 ;
25807 return 0;
25808 }
25809 _ACEOF
25810 for ac_lib in '' gen; do
25811 if test -z "$ac_lib"; then
25812 ac_res="none required"
25813 else
25814 ac_res=-l$ac_lib
25815 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
25816 fi
25817 if ac_fn_c_try_link "$LINENO"; then :
25818 ac_cv_search_eaccess=$ac_res
25819 fi
25820 rm -f core conftest.err conftest.$ac_objext \
25821 conftest$ac_exeext
25822 if test "${ac_cv_search_eaccess+set}" = set; then :
25823 break
25824 fi
25825 done
25826 if test "${ac_cv_search_eaccess+set}" = set; then :
25827
25828 else
25829 ac_cv_search_eaccess=no
25830 fi
25831 rm conftest.$ac_ext
25832 LIBS=$ac_func_search_save_LIBS
25833 fi
25834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_eaccess" >&5
25835 $as_echo "$ac_cv_search_eaccess" >&6; }
25836 ac_res=$ac_cv_search_eaccess
25837 if test "$ac_res" != no; then :
25838 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
25839 test "$ac_cv_search_eaccess" = "none required" ||
25840 LIB_EACCESS=$ac_cv_search_eaccess
25841 fi
25842
25843 for ac_func in eaccess
25844 do :
25845 ac_fn_c_check_func "$LINENO" "eaccess" "ac_cv_func_eaccess"
25846 if test "x$ac_cv_func_eaccess" = x""yes; then :
25847 cat >>confdefs.h <<_ACEOF
25848 #define HAVE_EACCESS 1
25849 _ACEOF
25850
25851 fi
25852 done
25853
25854 LIBS=$gl_saved_libs
25855
25856 fi
25857
25858
25859
25860
25861
25862 GNULIB_EUIDACCESS=1
25863
25864
25865
25866
25867
25868 gl_gnulib_enabled_euidaccess=true
25869 if test $HAVE_EUIDACCESS = 0; then
25870 func_gl_gnulib_m4code_a9786850e999ae65a836a6041e8e5ed1
25871 fi
25872 func_gl_gnulib_m4code_6099e9737f757db36c47fa9d9f02e88c
25873 if test $HAVE_EUIDACCESS = 0; then
25874 func_gl_gnulib_m4code_stat
25875 fi
25876 fi
25877 }
25878 func_gl_gnulib_m4code_getgroups ()
25879 {
25880 if ! $gl_gnulib_enabled_getgroups; then
25881
25882
25883
25884
25885
25886 ac_fn_c_check_func "$LINENO" "getgroups" "ac_cv_func_getgroups"
25887 if test "x$ac_cv_func_getgroups" = x""yes; then :
25888
25889 fi
25890
25891
25892 # If we don't yet have getgroups, see if it's in -lbsd.
25893 # This is reported to be necessary on an ITOS 3000WS running SEIUX 3.1.
25894 ac_save_LIBS=$LIBS
25895 if test $ac_cv_func_getgroups = no; then
25896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getgroups in -lbsd" >&5
25897 $as_echo_n "checking for getgroups in -lbsd... " >&6; }
25898 if test "${ac_cv_lib_bsd_getgroups+set}" = set; then :
25899 $as_echo_n "(cached) " >&6
25900 else
25901 ac_check_lib_save_LIBS=$LIBS
25902 LIBS="-lbsd $LIBS"
25903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25904 /* end confdefs.h. */
25905
25906 /* Override any GCC internal prototype to avoid an error.
25907 Use char because int might match the return type of a GCC
25908 builtin and then its argument prototype would still apply. */
25909 #ifdef __cplusplus
25910 extern "C"
25911 #endif
25912 char getgroups ();
25913 int
25914 main ()
25915 {
25916 return getgroups ();
25917 ;
25918 return 0;
25919 }
25920 _ACEOF
25921 if ac_fn_c_try_link "$LINENO"; then :
25922 ac_cv_lib_bsd_getgroups=yes
25923 else
25924 ac_cv_lib_bsd_getgroups=no
25925 fi
25926 rm -f core conftest.err conftest.$ac_objext \
25927 conftest$ac_exeext conftest.$ac_ext
25928 LIBS=$ac_check_lib_save_LIBS
25929 fi
25930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_getgroups" >&5
25931 $as_echo "$ac_cv_lib_bsd_getgroups" >&6; }
25932 if test "x$ac_cv_lib_bsd_getgroups" = x""yes; then :
25933 GETGROUPS_LIB=-lbsd
25934 fi
25935
25936 fi
25937
25938 # Run the program to test the functionality of the system-supplied
25939 # getgroups function only if there is such a function.
25940 if test $ac_cv_func_getgroups = yes; then
25941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working getgroups" >&5
25942 $as_echo_n "checking for working getgroups... " >&6; }
25943 if test "${ac_cv_func_getgroups_works+set}" = set; then :
25944 $as_echo_n "(cached) " >&6
25945 else
25946 if test "$cross_compiling" = yes; then :
25947 case "$host_os" in # ((
25948 # Guess yes on glibc systems.
25949 *-gnu*) ac_cv_func_getgroups_works="guessing yes" ;;
25950 # If we don't know, assume the worst.
25951 *) ac_cv_func_getgroups_works="guessing no" ;;
25952 esac
25953
25954 else
25955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25956 /* end confdefs.h. */
25957 $ac_includes_default
25958 int
25959 main ()
25960 {
25961 /* On Ultrix 4.3, getgroups (0, 0) always fails. */
25962 return getgroups (0, 0) == -1;
25963 ;
25964 return 0;
25965 }
25966
25967 _ACEOF
25968 if ac_fn_c_try_run "$LINENO"; then :
25969 ac_cv_func_getgroups_works=yes
25970 else
25971 ac_cv_func_getgroups_works=no
25972 fi
25973 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
25974 conftest.$ac_objext conftest.beam conftest.$ac_ext
25975 fi
25976
25977
25978 fi
25979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_getgroups_works" >&5
25980 $as_echo "$ac_cv_func_getgroups_works" >&6; }
25981 else
25982 ac_cv_func_getgroups_works=no
25983 fi
25984 case "$ac_cv_func_getgroups_works" in
25985 *yes)
25986
25987 $as_echo "#define HAVE_GETGROUPS 1" >>confdefs.h
25988
25989 ;;
25990 esac
25991 LIBS=$ac_save_LIBS
25992
25993 if test $ac_cv_func_getgroups != yes; then
25994 HAVE_GETGROUPS=0
25995 else
25996 if test "$ac_cv_type_getgroups" != gid_t \
25997 || { case "$ac_cv_func_getgroups_works" in
25998 *yes) false;;
25999 *) true;;
26000 esac
26001 }; then
26002 REPLACE_GETGROUPS=1
26003
26004 $as_echo "#define GETGROUPS_ZERO_BUG 1" >>confdefs.h
26005
26006 else
26007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getgroups handles negative values" >&5
26008 $as_echo_n "checking whether getgroups handles negative values... " >&6; }
26009 if test "${gl_cv_func_getgroups_works+set}" = set; then :
26010 $as_echo_n "(cached) " >&6
26011 else
26012 if test "$cross_compiling" = yes; then :
26013 case "$host_os" in
26014 # Guess yes on glibc systems.
26015 *-gnu*) gl_cv_func_getgroups_works="guessing yes" ;;
26016 # If we don't know, assume the worst.
26017 *) gl_cv_func_getgroups_works="guessing no" ;;
26018 esac
26019
26020 else
26021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26022 /* end confdefs.h. */
26023 $ac_includes_default
26024 int
26025 main ()
26026 {
26027 int size = getgroups (0, 0);
26028 gid_t *list = malloc (size * sizeof *list);
26029 return getgroups (-1, list) != -1;
26030 ;
26031 return 0;
26032 }
26033 _ACEOF
26034 if ac_fn_c_try_run "$LINENO"; then :
26035 gl_cv_func_getgroups_works=yes
26036 else
26037 gl_cv_func_getgroups_works=no
26038 fi
26039 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
26040 conftest.$ac_objext conftest.beam conftest.$ac_ext
26041 fi
26042
26043 fi
26044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getgroups_works" >&5
26045 $as_echo "$gl_cv_func_getgroups_works" >&6; }
26046 case "$gl_cv_func_getgroups_works" in
26047 *yes) ;;
26048 *) REPLACE_GETGROUPS=1 ;;
26049 esac
26050 fi
26051 fi
26052 test -n "$GETGROUPS_LIB" && LIBS="$GETGROUPS_LIB $LIBS"
26053
26054 if test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1; then
26055
26056
26057
26058
26059
26060
26061
26062
26063 gl_LIBOBJS="$gl_LIBOBJS getgroups.$ac_objext"
26064
26065 fi
26066
26067
26068
26069
26070
26071 GNULIB_GETGROUPS=1
26072
26073
26074
26075
26076
26077 gl_gnulib_enabled_getgroups=true
26078 fi
26079 }
26080 func_gl_gnulib_m4code_be453cec5eecf5731a274f2de7f2db36 ()
26081 {
26082 if ! $gl_gnulib_enabled_be453cec5eecf5731a274f2de7f2db36; then
26083
26084
26085 gl_gnulib_enabled_be453cec5eecf5731a274f2de7f2db36=true
26086 fi
26087 }
26088 func_gl_gnulib_m4code_a9786850e999ae65a836a6041e8e5ed1 ()
26089 {
26090 if ! $gl_gnulib_enabled_a9786850e999ae65a836a6041e8e5ed1; then
26091
26092
26093
26094
26095
26096 ac_fn_c_check_func "$LINENO" "group_member" "ac_cv_func_group_member"
26097 if test "x$ac_cv_func_group_member" = x""yes; then :
26098
26099 else
26100
26101 HAVE_GROUP_MEMBER=0
26102
26103 fi
26104
26105
26106 if test $HAVE_GROUP_MEMBER = 0; then
26107
26108
26109
26110
26111
26112
26113
26114
26115 gl_LIBOBJS="$gl_LIBOBJS group-member.$ac_objext"
26116
26117
26118
26119
26120 fi
26121
26122
26123
26124
26125
26126 GNULIB_GROUP_MEMBER=1
26127
26128
26129
26130
26131
26132 gl_gnulib_enabled_a9786850e999ae65a836a6041e8e5ed1=true
26133 if test $HAVE_GROUP_MEMBER = 0; then
26134 func_gl_gnulib_m4code_getgroups
26135 fi
26136 if test $HAVE_GROUP_MEMBER = 0; then
26137 func_gl_gnulib_m4code_682e609604ccaac6be382e4ee3a4eaec
26138 fi
26139 fi
26140 }
26141 func_gl_gnulib_m4code_03e0aaad4cb89ca757653bd367a6ccb7 ()
26142 {
26143 if ! $gl_gnulib_enabled_03e0aaad4cb89ca757653bd367a6ccb7; then
26144 gl_gnulib_enabled_03e0aaad4cb89ca757653bd367a6ccb7=true
26145 fi
26146 }
26147 func_gl_gnulib_m4code_pathmax ()
26148 {
26149 if ! $gl_gnulib_enabled_pathmax; then
26150
26151
26152
26153 gl_gnulib_enabled_pathmax=true
26154 fi
26155 }
26156 func_gl_gnulib_m4code_6099e9737f757db36c47fa9d9f02e88c ()
26157 {
26158 if ! $gl_gnulib_enabled_6099e9737f757db36c47fa9d9f02e88c; then
26159 gl_gnulib_enabled_6099e9737f757db36c47fa9d9f02e88c=true
26160 fi
26161 }
26162 func_gl_gnulib_m4code_stat ()
26163 {
26164 if ! $gl_gnulib_enabled_stat; then
26165
26166
26167
26168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on directories" >&5
26169 $as_echo_n "checking whether stat handles trailing slashes on directories... " >&6; }
26170 if test "${gl_cv_func_stat_dir_slash+set}" = set; then :
26171 $as_echo_n "(cached) " >&6
26172 else
26173 if test "$cross_compiling" = yes; then :
26174 case $host_os in
26175 mingw*) gl_cv_func_stat_dir_slash="guessing no";;
26176 *) gl_cv_func_stat_dir_slash="guessing yes";;
26177 esac
26178 else
26179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26180 /* end confdefs.h. */
26181 #include <sys/stat.h>
26182
26183 int
26184 main ()
26185 {
26186 struct stat st; return stat (".", &st) != stat ("./", &st);
26187 ;
26188 return 0;
26189 }
26190 _ACEOF
26191 if ac_fn_c_try_run "$LINENO"; then :
26192 gl_cv_func_stat_dir_slash=yes
26193 else
26194 gl_cv_func_stat_dir_slash=no
26195 fi
26196 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
26197 conftest.$ac_objext conftest.beam conftest.$ac_ext
26198 fi
26199
26200 fi
26201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_stat_dir_slash" >&5
26202 $as_echo "$gl_cv_func_stat_dir_slash" >&6; }
26203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on files" >&5
26204 $as_echo_n "checking whether stat handles trailing slashes on files... " >&6; }
26205 if test "${gl_cv_func_stat_file_slash+set}" = set; then :
26206 $as_echo_n "(cached) " >&6
26207 else
26208 touch conftest.tmp
26209 # Assume that if we have lstat, we can also check symlinks.
26210 if test $ac_cv_func_lstat = yes; then
26211 ln -s conftest.tmp conftest.lnk
26212 fi
26213 if test "$cross_compiling" = yes; then :
26214 case "$host_os" in
26215 # Guess yes on glibc systems.
26216 *-gnu*) gl_cv_func_stat_file_slash="guessing yes" ;;
26217 # If we don't know, assume the worst.
26218 *) gl_cv_func_stat_file_slash="guessing no" ;;
26219 esac
26220
26221 else
26222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26223 /* end confdefs.h. */
26224 #include <sys/stat.h>
26225
26226 int
26227 main ()
26228 {
26229 int result = 0;
26230 struct stat st;
26231 if (!stat ("conftest.tmp/", &st))
26232 result |= 1;
26233 #if HAVE_LSTAT
26234 if (!stat ("conftest.lnk/", &st))
26235 result |= 2;
26236 #endif
26237 return result;
26238
26239 ;
26240 return 0;
26241 }
26242 _ACEOF
26243 if ac_fn_c_try_run "$LINENO"; then :
26244 gl_cv_func_stat_file_slash=yes
26245 else
26246 gl_cv_func_stat_file_slash=no
26247 fi
26248 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
26249 conftest.$ac_objext conftest.beam conftest.$ac_ext
26250 fi
26251
26252 rm -f conftest.tmp conftest.lnk
26253 fi
26254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_stat_file_slash" >&5
26255 $as_echo "$gl_cv_func_stat_file_slash" >&6; }
26256 case $gl_cv_func_stat_dir_slash in
26257 *no) REPLACE_STAT=1
26258
26259 $as_echo "#define REPLACE_FUNC_STAT_DIR 1" >>confdefs.h
26260 ;;
26261 esac
26262 case $gl_cv_func_stat_file_slash in
26263 *no) REPLACE_STAT=1
26264
26265 $as_echo "#define REPLACE_FUNC_STAT_FILE 1" >>confdefs.h
26266 ;;
26267 esac
26268
26269 if test $REPLACE_STAT = 1; then
26270
26271
26272
26273
26274
26275
26276
26277
26278 gl_LIBOBJS="$gl_LIBOBJS stat.$ac_objext"
26279
26280 :
26281 fi
26282
26283
26284
26285
26286
26287 GNULIB_STAT=1
26288
26289
26290
26291
26292
26293 gl_gnulib_enabled_stat=true
26294 if test $REPLACE_STAT = 1; then
26295 func_gl_gnulib_m4code_dosname
26296 fi
26297 if test $REPLACE_STAT = 1; then
26298 func_gl_gnulib_m4code_pathmax
26299 fi
26300 if test $REPLACE_STAT = 1; then
26301 func_gl_gnulib_m4code_verify
26302 fi
26303 fi
26304 }
26305 func_gl_gnulib_m4code_strtoll ()
26306 {
26307 if ! $gl_gnulib_enabled_strtoll; then
26308
26309
26310
26311 if test "$ac_cv_type_long_long_int" = yes; then
26312 for ac_func in strtoll
26313 do :
26314 ac_fn_c_check_func "$LINENO" "strtoll" "ac_cv_func_strtoll"
26315 if test "x$ac_cv_func_strtoll" = x""yes; then :
26316 cat >>confdefs.h <<_ACEOF
26317 #define HAVE_STRTOLL 1
26318 _ACEOF
26319
26320 fi
26321 done
26322
26323 if test $ac_cv_func_strtoll = no; then
26324 HAVE_STRTOLL=0
26325 fi
26326 fi
26327
26328 if test $HAVE_STRTOLL = 0; then
26329
26330
26331
26332
26333
26334
26335
26336
26337 gl_LIBOBJS="$gl_LIBOBJS strtoll.$ac_objext"
26338
26339
26340 :
26341
26342 fi
26343
26344
26345
26346
26347
26348 GNULIB_STRTOLL=1
26349
26350
26351
26352
26353
26354 gl_gnulib_enabled_strtoll=true
26355 fi
26356 }
26357 func_gl_gnulib_m4code_strtoull ()
26358 {
26359 if ! $gl_gnulib_enabled_strtoull; then
26360
26361
26362
26363 if test "$ac_cv_type_unsigned_long_long_int" = yes; then
26364 for ac_func in strtoull
26365 do :
26366 ac_fn_c_check_func "$LINENO" "strtoull" "ac_cv_func_strtoull"
26367 if test "x$ac_cv_func_strtoull" = x""yes; then :
26368 cat >>confdefs.h <<_ACEOF
26369 #define HAVE_STRTOULL 1
26370 _ACEOF
26371
26372 fi
26373 done
26374
26375 if test $ac_cv_func_strtoull = no; then
26376 HAVE_STRTOULL=0
26377 fi
26378 fi
26379
26380 if test $HAVE_STRTOULL = 0; then
26381
26382
26383
26384
26385
26386
26387
26388
26389 gl_LIBOBJS="$gl_LIBOBJS strtoull.$ac_objext"
26390
26391
26392 :
26393
26394 fi
26395
26396
26397
26398
26399
26400 GNULIB_STRTOULL=1
26401
26402
26403
26404
26405
26406 gl_gnulib_enabled_strtoull=true
26407 fi
26408 }
26409 func_gl_gnulib_m4code_verify ()
26410 {
26411 if ! $gl_gnulib_enabled_verify; then
26412 gl_gnulib_enabled_verify=true
26413 fi
26414 }
26415 func_gl_gnulib_m4code_682e609604ccaac6be382e4ee3a4eaec ()
26416 {
26417 if ! $gl_gnulib_enabled_682e609604ccaac6be382e4ee3a4eaec; then
26418 gl_gnulib_enabled_682e609604ccaac6be382e4ee3a4eaec=true
26419 fi
26420 }
26421 if test $HAVE_FACCESSAT = 0; then
26422 func_gl_gnulib_m4code_260941c0e5dc67ec9e87d1fb321c300b
26423 fi
26424 if test $HAVE_FACCESSAT = 0; then
26425 func_gl_gnulib_m4code_dosname
26426 fi
26427 if test $HAVE_FACCESSAT = 0; then
26428 func_gl_gnulib_m4code_euidaccess
26429 fi
26430 if test $HAVE_FACCESSAT = 0; then
26431 func_gl_gnulib_m4code_03e0aaad4cb89ca757653bd367a6ccb7
26432 fi
26433 if test $HAVE_FDOPENDIR = 0; then
26434 func_gl_gnulib_m4code_260941c0e5dc67ec9e87d1fb321c300b
26435 fi
26436 if test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1; then
26437 func_gl_gnulib_m4code_260941c0e5dc67ec9e87d1fb321c300b
26438 fi
26439 if test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1; then
26440 func_gl_gnulib_m4code_dosname
26441 fi
26442 if test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1; then
26443 func_gl_gnulib_m4code_03e0aaad4cb89ca757653bd367a6ccb7
26444 fi
26445 if test $REPLACE_GETOPT = 1; then
26446 func_gl_gnulib_m4code_be453cec5eecf5731a274f2de7f2db36
26447 fi
26448 if test $REPLACE_LSTAT = 1; then
26449 func_gl_gnulib_m4code_dosname
26450 fi
26451 if test $REPLACE_LSTAT = 1; then
26452 func_gl_gnulib_m4code_stat
26453 fi
26454 if test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1; then
26455 func_gl_gnulib_m4code_stat
26456 fi
26457 if test $HAVE_READLINKAT = 0; then
26458 func_gl_gnulib_m4code_260941c0e5dc67ec9e87d1fb321c300b
26459 fi
26460 if test $HAVE_READLINKAT = 0; then
26461 func_gl_gnulib_m4code_dosname
26462 fi
26463 if test $HAVE_READLINKAT = 0; then
26464 func_gl_gnulib_m4code_03e0aaad4cb89ca757653bd367a6ccb7
26465 fi
26466 if { test $HAVE_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1; } && test $ac_cv_type_long_long_int = yes; then
26467 func_gl_gnulib_m4code_strtoll
26468 fi
26469 if test $HAVE_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1; then
26470 func_gl_gnulib_m4code_verify
26471 fi
26472 if test $ac_cv_func_strtoumax = no && test $ac_cv_type_unsigned_long_long_int = yes; then
26473 func_gl_gnulib_m4code_strtoull
26474 fi
26475 if test $ac_cv_func_strtoumax = no; then
26476 func_gl_gnulib_m4code_verify
26477 fi
26478
26479 if $gl_gnulib_enabled_260941c0e5dc67ec9e87d1fb321c300b; then
26480 gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_TRUE=
26481 gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_FALSE='#'
26482 else
26483 gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_TRUE='#'
26484 gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_FALSE=
26485 fi
26486
26487 if $gl_gnulib_enabled_dosname; then
26488 gl_GNULIB_ENABLED_dosname_TRUE=
26489 gl_GNULIB_ENABLED_dosname_FALSE='#'
26490 else
26491 gl_GNULIB_ENABLED_dosname_TRUE='#'
26492 gl_GNULIB_ENABLED_dosname_FALSE=
26493 fi
26494
26495 if $gl_gnulib_enabled_euidaccess; then
26496 gl_GNULIB_ENABLED_euidaccess_TRUE=
26497 gl_GNULIB_ENABLED_euidaccess_FALSE='#'
26498 else
26499 gl_GNULIB_ENABLED_euidaccess_TRUE='#'
26500 gl_GNULIB_ENABLED_euidaccess_FALSE=
26501 fi
26502
26503 if $gl_gnulib_enabled_getgroups; then
26504 gl_GNULIB_ENABLED_getgroups_TRUE=
26505 gl_GNULIB_ENABLED_getgroups_FALSE='#'
26506 else
26507 gl_GNULIB_ENABLED_getgroups_TRUE='#'
26508 gl_GNULIB_ENABLED_getgroups_FALSE=
26509 fi
26510
26511 if $gl_gnulib_enabled_be453cec5eecf5731a274f2de7f2db36; then
26512 gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE=
26513 gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE='#'
26514 else
26515 gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE='#'
26516 gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE=
26517 fi
26518
26519 if $gl_gnulib_enabled_a9786850e999ae65a836a6041e8e5ed1; then
26520 gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_TRUE=
26521 gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_FALSE='#'
26522 else
26523 gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_TRUE='#'
26524 gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_FALSE=
26525 fi
26526
26527 if $gl_gnulib_enabled_03e0aaad4cb89ca757653bd367a6ccb7; then
26528 gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_TRUE=
26529 gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_FALSE='#'
26530 else
26531 gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_TRUE='#'
26532 gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_FALSE=
26533 fi
26534
26535 if $gl_gnulib_enabled_pathmax; then
26536 gl_GNULIB_ENABLED_pathmax_TRUE=
26537 gl_GNULIB_ENABLED_pathmax_FALSE='#'
26538 else
26539 gl_GNULIB_ENABLED_pathmax_TRUE='#'
26540 gl_GNULIB_ENABLED_pathmax_FALSE=
26541 fi
26542
26543 if $gl_gnulib_enabled_6099e9737f757db36c47fa9d9f02e88c; then
26544 gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_TRUE=
26545 gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_FALSE='#'
26546 else
26547 gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_TRUE='#'
26548 gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_FALSE=
26549 fi
26550
26551 if $gl_gnulib_enabled_stat; then
26552 gl_GNULIB_ENABLED_stat_TRUE=
26553 gl_GNULIB_ENABLED_stat_FALSE='#'
26554 else
26555 gl_GNULIB_ENABLED_stat_TRUE='#'
26556 gl_GNULIB_ENABLED_stat_FALSE=
26557 fi
26558
26559 if $gl_gnulib_enabled_strtoll; then
26560 gl_GNULIB_ENABLED_strtoll_TRUE=
26561 gl_GNULIB_ENABLED_strtoll_FALSE='#'
26562 else
26563 gl_GNULIB_ENABLED_strtoll_TRUE='#'
26564 gl_GNULIB_ENABLED_strtoll_FALSE=
26565 fi
26566
26567 if $gl_gnulib_enabled_strtoull; then
26568 gl_GNULIB_ENABLED_strtoull_TRUE=
26569 gl_GNULIB_ENABLED_strtoull_FALSE='#'
26570 else
26571 gl_GNULIB_ENABLED_strtoull_TRUE='#'
26572 gl_GNULIB_ENABLED_strtoull_FALSE=
26573 fi
26574
26575 if $gl_gnulib_enabled_verify; then
26576 gl_GNULIB_ENABLED_verify_TRUE=
26577 gl_GNULIB_ENABLED_verify_FALSE='#'
26578 else
26579 gl_GNULIB_ENABLED_verify_TRUE='#'
26580 gl_GNULIB_ENABLED_verify_FALSE=
26581 fi
26582
26583 if $gl_gnulib_enabled_682e609604ccaac6be382e4ee3a4eaec; then
26584 gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_TRUE=
26585 gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_FALSE='#'
26586 else
26587 gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_TRUE='#'
26588 gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_FALSE=
26589 fi
26590
26591 # End of code from modules
26592
26593
26594
26595
26596
26597
26598
26599
26600
26601 gltests_libdeps=
26602 gltests_ltlibdeps=
26603
26604
26605
26606
26607
26608
26609
26610
26611
26612 gl_source_base='tests'
26613 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
26614
26615 gl_module_indicator_condition=$gltests_WITNESS
26616
26617
26618
26619
26620
26621
26622
26623
26624
26625
26626 LIBGNU_LIBDEPS="$gl_libdeps"
26627
26628 LIBGNU_LTLIBDEPS="$gl_ltlibdeps"
26629
26630
26631 CFLAGS=$SAVE_CFLAGS
26632 LIBS=$SAVE_LIBS
26633
26634 case "$opsys" in
26635 aix4-2) LD_SWITCH_SYSTEM_TEMACS="-Wl,-bnodelcsect" ;;
26636
26637 darwin)
26638 ## The -headerpad option tells ld (see man page) to leave room at the
26639 ## end of the header for adding load commands. Needed for dumping.
26640 ## 0x690 is the total size of 30 segment load commands (at 56
26641 ## each); under Cocoa 31 commands are required.
26642 if test "$HAVE_NS" = "yes"; then
26643 libs_nsgui="-framework AppKit"
26644 headerpad_extra=6C8
26645 else
26646 libs_nsgui=
26647 headerpad_extra=690
26648 fi
26649 LD_SWITCH_SYSTEM_TEMACS="-fno-pie -prebind $libs_nsgui -Xlinker -headerpad -Xlinker $headerpad_extra"
26650
26651 ## This is here because src/Makefile.in did some extra fiddling around
26652 ## with LD_SWITCH_SYSTEM. It seems cleaner to put this in
26653 ## LD_SWITCH_SYSTEM_TEMACS instead,
26654 test "x$LD_SWITCH_SYSTEM" = "x" && test "x$GCC" != "xyes" && \
26655 LD_SWITCH_SYSTEM_TEMACS="-X $LD_SWITCH_SYSTEM_TEMACS"
26656 ;;
26657
26658 ## LD_SWITCH_X_SITE_RPATH is a -rpath option saying where to
26659 ## find X at run-time.
26660 ## When handled by cpp, this was in LD_SWITCH_SYSTEM. However, at the
26661 ## point where configure sourced the s/*.h file, LD_SWITCH_X_SITE_RPATH
26662 ## had not yet been defined and was expanded to null. Hence LD_SWITCH_SYSTEM
26663 ## had different values in configure (in ac_link) and src/Makefile.in.
26664 ## It seems clearer therefore to put this piece in LD_SWITCH_SYSTEM_TEMACS.
26665 gnu*) LD_SWITCH_SYSTEM_TEMACS="\$(LD_SWITCH_X_SITE_RPATH)" ;;
26666
26667 *) LD_SWITCH_SYSTEM_TEMACS= ;;
26668 esac
26669
26670 if test x$ac_enable_profiling != x ; then
26671 case $opsys in
26672 *freebsd | gnu-linux) ;;
26673 *) LD_SWITCH_SYSTEM_TEMACS="$LD_SWITCH_SYSTEM_TEMACS -pg" ;;
26674 esac
26675 fi
26676
26677
26678
26679 ## Common for all window systems
26680 if test "$window_system" != "none"; then
26681
26682 $as_echo "#define HAVE_WINDOW_SYSTEM 1" >>confdefs.h
26683
26684 WINDOW_SYSTEM_OBJ="fontset.o fringe.o image.o"
26685 fi
26686
26687
26688
26689
26690
26691 #### Report on what we decided to do.
26692 #### Report GTK as a toolkit, even if it doesn't use Xt.
26693 #### It makes printing result more understandable as using GTK sets
26694 #### toolkit_scroll_bars to yes by default.
26695 if test "${HAVE_GTK}" = "yes"; then
26696 USE_X_TOOLKIT="$USE_GTK_TOOLKIT"
26697 fi
26698
26699 echo "
26700 Configured for \`${canonical}'.
26701
26702 Where should the build process find the source code? ${srcdir}
26703 What compiler should emacs be built with? ${CC} ${CFLAGS}
26704 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
26705 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC}
26706 Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers
26707 What window system should Emacs use? ${window_system}
26708 What toolkit should Emacs use? ${USE_X_TOOLKIT}"
26709
26710 if test -n "${x_includes}"; then
26711 echo " Where do we find X Windows header files? ${x_includes}"
26712 else
26713 echo " Where do we find X Windows header files? Standard dirs"
26714 fi
26715 if test -n "${x_libraries}"; then
26716 echo " Where do we find X Windows libraries? ${x_libraries}"
26717 else
26718 echo " Where do we find X Windows libraries? Standard dirs"
26719 fi
26720
26721 echo " Does Emacs use -lXaw3d? ${HAVE_XAW3D}"
26722 echo " Does Emacs use -lXpm? ${HAVE_XPM}"
26723 echo " Does Emacs use -ljpeg? ${HAVE_JPEG}"
26724 echo " Does Emacs use -ltiff? ${HAVE_TIFF}"
26725 echo " Does Emacs use a gif library? ${HAVE_GIF} $LIBGIF"
26726 echo " Does Emacs use -lpng? ${HAVE_PNG}"
26727 echo " Does Emacs use -lrsvg-2? ${HAVE_RSVG}"
26728 echo " Does Emacs use imagemagick? ${HAVE_IMAGEMAGICK}"
26729
26730 echo " Does Emacs use -lgpm? ${HAVE_GPM}"
26731 echo " Does Emacs use -ldbus? ${HAVE_DBUS}"
26732 echo " Does Emacs use -lgconf? ${HAVE_GCONF}"
26733 echo " Does Emacs use GSettings? ${HAVE_GSETTINGS}"
26734 echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}"
26735 echo " Does Emacs use -lgnutls? ${HAVE_GNUTLS}"
26736 echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}"
26737
26738 echo " Does Emacs use -lfreetype? ${HAVE_FREETYPE}"
26739 echo " Does Emacs use -lm17n-flt? ${HAVE_M17N_FLT}"
26740 echo " Does Emacs use -lotf? ${HAVE_LIBOTF}"
26741 echo " Does Emacs use -lxft? ${HAVE_XFT}"
26742
26743 echo " Does Emacs use toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
26744 echo
26745
26746 if test -n "${EMACSDATA}"; then
26747 echo " Environment variable EMACSDATA set to: $EMACSDATA"
26748 fi
26749 if test -n "${EMACSDOC}"; then
26750 echo " Environment variable EMACSDOC set to: $EMACSDOC"
26751 fi
26752
26753 echo
26754
26755 if test "$HAVE_NS" = "yes"; then
26756 echo
26757 echo "You must run \"${MAKE-make} install\" in order to test the built application.
26758 The installed application will go to nextstep/Emacs.app and can be
26759 run or moved from there."
26760 if test "$EN_NS_SELF_CONTAINED" = "yes"; then
26761 echo "The application will be fully self-contained."
26762 else
26763 echo "The lisp resources for the application will be installed under ${prefix}.
26764 You may need to run \"${MAKE-make} install\" with sudo. The application will fail
26765 to run if these resources are not installed."
26766 fi
26767 echo
26768 fi
26769
26770 if test "${opsys}" = "cygwin"; then
26771 case `uname -r` in
26772 1.5.*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: building Emacs on Cygwin 1.5 is not supported." >&5
26773 $as_echo "$as_me: WARNING: building Emacs on Cygwin 1.5 is not supported." >&2;}
26774 echo
26775 ;;
26776 esac
26777 fi
26778
26779 # Remove any trailing slashes in these variables.
26780 test "${prefix}" != NONE &&
26781 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`
26782 test "${exec_prefix}" != NONE &&
26783 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`
26784
26785 if test "$HAVE_NS" = "yes"; then
26786 if test "$NS_IMPL_GNUSTEP" = yes; then
26787 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"
26788
26789 else
26790 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"
26791
26792 fi
26793 fi
26794
26795 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"
26796
26797 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"
26798
26799
26800 opt_makefile=test/automated/Makefile
26801
26802 if test -f "$srcdir/$opt_makefile.in"; then
26803 SUBDIR_MAKEFILES="$SUBDIR_MAKEFILES $opt_makefile"
26804 ac_config_files="$ac_config_files test/automated/Makefile"
26805
26806 fi
26807
26808
26809 opt_makefile=admin/unidata/Makefile
26810
26811 if test -f "$srcdir/$opt_makefile.in"; then
26812 SUBDIR_MAKEFILES="$SUBDIR_MAKEFILES $opt_makefile"
26813 ac_config_files="$ac_config_files admin/unidata/Makefile"
26814
26815 fi
26816
26817
26818 SUBDIR_MAKEFILES_IN=`echo " ${SUBDIR_MAKEFILES}" | sed -e 's| | $(srcdir)/|g' -e 's|Makefile|Makefile.in|g'`
26819
26820
26821
26822 ac_config_commands="$ac_config_commands mkdirs"
26823
26824
26825 ac_config_commands="$ac_config_commands epaths"
26826
26827
26828 ac_config_commands="$ac_config_commands gdbinit"
26829
26830
26831 cat >confcache <<\_ACEOF
26832 # This file is a shell script that caches the results of configure
26833 # tests run on this system so they can be shared between configure
26834 # scripts and configure runs, see configure's option --config-cache.
26835 # It is not useful on other systems. If it contains results you don't
26836 # want to keep, you may remove or edit it.
26837 #
26838 # config.status only pays attention to the cache file if you give it
26839 # the --recheck option to rerun configure.
26840 #
26841 # `ac_cv_env_foo' variables (set or unset) will be overridden when
26842 # loading this file, other *unset* `ac_cv_foo' will be assigned the
26843 # following values.
26844
26845 _ACEOF
26846
26847 # The following way of writing the cache mishandles newlines in values,
26848 # but we know of no workaround that is simple, portable, and efficient.
26849 # So, we kill variables containing newlines.
26850 # Ultrix sh set writes to stderr and can't be redirected directly,
26851 # and sets the high bit in the cache file unless we assign to the vars.
26852 (
26853 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26854 eval ac_val=\$$ac_var
26855 case $ac_val in #(
26856 *${as_nl}*)
26857 case $ac_var in #(
26858 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
26859 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
26860 esac
26861 case $ac_var in #(
26862 _ | IFS | as_nl) ;; #(
26863 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
26864 *) { eval $ac_var=; unset $ac_var;} ;;
26865 esac ;;
26866 esac
26867 done
26868
26869 (set) 2>&1 |
26870 case $as_nl`(ac_space=' '; set) 2>&1` in #(
26871 *${as_nl}ac_space=\ *)
26872 # `set' does not quote correctly, so add quotes: double-quote
26873 # substitution turns \\\\ into \\, and sed turns \\ into \.
26874 sed -n \
26875 "s/'/'\\\\''/g;
26876 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26877 ;; #(
26878 *)
26879 # `set' quotes correctly as required by POSIX, so do not add quotes.
26880 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26881 ;;
26882 esac |
26883 sort
26884 ) |
26885 sed '
26886 /^ac_cv_env_/b end
26887 t clear
26888 :clear
26889 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26890 t end
26891 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26892 :end' >>confcache
26893 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26894 if test -w "$cache_file"; then
26895 test "x$cache_file" != "x/dev/null" &&
26896 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
26897 $as_echo "$as_me: updating cache $cache_file" >&6;}
26898 cat confcache >$cache_file
26899 else
26900 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
26901 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26902 fi
26903 fi
26904 rm -f confcache
26905
26906 test "x$prefix" = xNONE && prefix=$ac_default_prefix
26907 # Let make expand exec_prefix.
26908 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26909
26910 DEFS=-DHAVE_CONFIG_H
26911
26912 ac_libobjs=
26913 ac_ltlibobjs=
26914 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26915 # 1. Remove the extension, and $U if already installed.
26916 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26917 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
26918 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26919 # will be set to the directory where LIBOBJS objects are built.
26920 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26921 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
26922 done
26923 LIBOBJS=$ac_libobjs
26924
26925 LTLIBOBJS=$ac_ltlibobjs
26926
26927
26928 if test -n "$EXEEXT"; then
26929 am__EXEEXT_TRUE=
26930 am__EXEEXT_FALSE='#'
26931 else
26932 am__EXEEXT_TRUE='#'
26933 am__EXEEXT_FALSE=
26934 fi
26935
26936 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
26937 as_fn_error "conditional \"AMDEP\" was never defined.
26938 Usually this means the macro was only invoked conditionally." "$LINENO" 5
26939 fi
26940 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
26941 as_fn_error "conditional \"am__fastdepCC\" was never defined.
26942 Usually this means the macro was only invoked conditionally." "$LINENO" 5
26943 fi
26944 if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then
26945 as_fn_error "conditional \"GL_COND_LIBTOOL\" was never defined.
26946 Usually this means the macro was only invoked conditionally." "$LINENO" 5
26947 fi
26948 if test -z "${GL_GENERATE_ALLOCA_H_TRUE}" && test -z "${GL_GENERATE_ALLOCA_H_FALSE}"; then
26949 as_fn_error "conditional \"GL_GENERATE_ALLOCA_H\" was never defined.
26950 Usually this means the macro was only invoked conditionally." "$LINENO" 5
26951 fi
26952
26953 if test -z "${GL_GENERATE_EXECINFO_H_TRUE}" && test -z "${GL_GENERATE_EXECINFO_H_FALSE}"; then
26954 as_fn_error "conditional \"GL_GENERATE_EXECINFO_H\" was never defined.
26955 Usually this means the macro was only invoked conditionally." "$LINENO" 5
26956 fi
26957 if test -z "${GL_GENERATE_STDINT_H_TRUE}" && test -z "${GL_GENERATE_STDINT_H_FALSE}"; then
26958 as_fn_error "conditional \"GL_GENERATE_STDINT_H\" was never defined.
26959 Usually this means the macro was only invoked conditionally." "$LINENO" 5
26960 fi
26961 if test -z "${GL_GENERATE_STDALIGN_H_TRUE}" && test -z "${GL_GENERATE_STDALIGN_H_FALSE}"; then
26962 as_fn_error "conditional \"GL_GENERATE_STDALIGN_H\" was never defined.
26963 Usually this means the macro was only invoked conditionally." "$LINENO" 5
26964 fi
26965 if test -z "${GL_GENERATE_STDARG_H_TRUE}" && test -z "${GL_GENERATE_STDARG_H_FALSE}"; then
26966 as_fn_error "conditional \"GL_GENERATE_STDARG_H\" was never defined.
26967 Usually this means the macro was only invoked conditionally." "$LINENO" 5
26968 fi
26969 if test -z "${GL_GENERATE_STDBOOL_H_TRUE}" && test -z "${GL_GENERATE_STDBOOL_H_FALSE}"; then
26970 as_fn_error "conditional \"GL_GENERATE_STDBOOL_H\" was never defined.
26971 Usually this means the macro was only invoked conditionally." "$LINENO" 5
26972 fi
26973 if test -z "${GL_GENERATE_STDDEF_H_TRUE}" && test -z "${GL_GENERATE_STDDEF_H_FALSE}"; then
26974 as_fn_error "conditional \"GL_GENERATE_STDDEF_H\" was never defined.
26975 Usually this means the macro was only invoked conditionally." "$LINENO" 5
26976 fi
26977 if test -z "${gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_TRUE}" && test -z "${gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_FALSE}"; then
26978 as_fn_error "conditional \"gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b\" was never defined.
26979 Usually this means the macro was only invoked conditionally." "$LINENO" 5
26980 fi
26981 if test -z "${gl_GNULIB_ENABLED_dosname_TRUE}" && test -z "${gl_GNULIB_ENABLED_dosname_FALSE}"; then
26982 as_fn_error "conditional \"gl_GNULIB_ENABLED_dosname\" was never defined.
26983 Usually this means the macro was only invoked conditionally." "$LINENO" 5
26984 fi
26985 if test -z "${gl_GNULIB_ENABLED_euidaccess_TRUE}" && test -z "${gl_GNULIB_ENABLED_euidaccess_FALSE}"; then
26986 as_fn_error "conditional \"gl_GNULIB_ENABLED_euidaccess\" was never defined.
26987 Usually this means the macro was only invoked conditionally." "$LINENO" 5
26988 fi
26989 if test -z "${gl_GNULIB_ENABLED_getgroups_TRUE}" && test -z "${gl_GNULIB_ENABLED_getgroups_FALSE}"; then
26990 as_fn_error "conditional \"gl_GNULIB_ENABLED_getgroups\" was never defined.
26991 Usually this means the macro was only invoked conditionally." "$LINENO" 5
26992 fi
26993 if test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE}" && test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE}"; then
26994 as_fn_error "conditional \"gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36\" was never defined.
26995 Usually this means the macro was only invoked conditionally." "$LINENO" 5
26996 fi
26997 if test -z "${gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_TRUE}" && test -z "${gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_FALSE}"; then
26998 as_fn_error "conditional \"gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1\" was never defined.
26999 Usually this means the macro was only invoked conditionally." "$LINENO" 5
27000 fi
27001 if test -z "${gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_TRUE}" && test -z "${gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_FALSE}"; then
27002 as_fn_error "conditional \"gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7\" was never defined.
27003 Usually this means the macro was only invoked conditionally." "$LINENO" 5
27004 fi
27005 if test -z "${gl_GNULIB_ENABLED_pathmax_TRUE}" && test -z "${gl_GNULIB_ENABLED_pathmax_FALSE}"; then
27006 as_fn_error "conditional \"gl_GNULIB_ENABLED_pathmax\" was never defined.
27007 Usually this means the macro was only invoked conditionally." "$LINENO" 5
27008 fi
27009 if test -z "${gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_TRUE}" && test -z "${gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_FALSE}"; then
27010 as_fn_error "conditional \"gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c\" was never defined.
27011 Usually this means the macro was only invoked conditionally." "$LINENO" 5
27012 fi
27013 if test -z "${gl_GNULIB_ENABLED_stat_TRUE}" && test -z "${gl_GNULIB_ENABLED_stat_FALSE}"; then
27014 as_fn_error "conditional \"gl_GNULIB_ENABLED_stat\" was never defined.
27015 Usually this means the macro was only invoked conditionally." "$LINENO" 5
27016 fi
27017 if test -z "${gl_GNULIB_ENABLED_strtoll_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoll_FALSE}"; then
27018 as_fn_error "conditional \"gl_GNULIB_ENABLED_strtoll\" was never defined.
27019 Usually this means the macro was only invoked conditionally." "$LINENO" 5
27020 fi
27021 if test -z "${gl_GNULIB_ENABLED_strtoull_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoull_FALSE}"; then
27022 as_fn_error "conditional \"gl_GNULIB_ENABLED_strtoull\" was never defined.
27023 Usually this means the macro was only invoked conditionally." "$LINENO" 5
27024 fi
27025 if test -z "${gl_GNULIB_ENABLED_verify_TRUE}" && test -z "${gl_GNULIB_ENABLED_verify_FALSE}"; then
27026 as_fn_error "conditional \"gl_GNULIB_ENABLED_verify\" was never defined.
27027 Usually this means the macro was only invoked conditionally." "$LINENO" 5
27028 fi
27029 if test -z "${gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_TRUE}" && test -z "${gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_FALSE}"; then
27030 as_fn_error "conditional \"gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec\" was never defined.
27031 Usually this means the macro was only invoked conditionally." "$LINENO" 5
27032 fi
27033
27034 gl_libobjs=
27035 gl_ltlibobjs=
27036 if test -n "$gl_LIBOBJS"; then
27037 # Remove the extension.
27038 sed_drop_objext='s/\.o$//;s/\.obj$//'
27039 for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
27040 gl_libobjs="$gl_libobjs $i.$ac_objext"
27041 gl_ltlibobjs="$gl_ltlibobjs $i.lo"
27042 done
27043 fi
27044 gl_LIBOBJS=$gl_libobjs
27045
27046 gl_LTLIBOBJS=$gl_ltlibobjs
27047
27048
27049
27050 gltests_libobjs=
27051 gltests_ltlibobjs=
27052 if test -n "$gltests_LIBOBJS"; then
27053 # Remove the extension.
27054 sed_drop_objext='s/\.o$//;s/\.obj$//'
27055 for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
27056 gltests_libobjs="$gltests_libobjs $i.$ac_objext"
27057 gltests_ltlibobjs="$gltests_ltlibobjs $i.lo"
27058 done
27059 fi
27060 gltests_LIBOBJS=$gltests_libobjs
27061
27062 gltests_LTLIBOBJS=$gltests_ltlibobjs
27063
27064
27065
27066 : ${CONFIG_STATUS=./config.status}
27067 ac_write_fail=0
27068 ac_clean_files_save=$ac_clean_files
27069 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27070 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
27071 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27072 as_write_fail=0
27073 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
27074 #! $SHELL
27075 # Generated by $as_me.
27076 # Run this file to recreate the current configuration.
27077 # Compiler output produced by configure, useful for debugging
27078 # configure, is in config.log if it exists.
27079
27080 debug=false
27081 ac_cs_recheck=false
27082 ac_cs_silent=false
27083
27084 SHELL=\${CONFIG_SHELL-$SHELL}
27085 export SHELL
27086 _ASEOF
27087 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
27088 ## -------------------- ##
27089 ## M4sh Initialization. ##
27090 ## -------------------- ##
27091
27092 # Be more Bourne compatible
27093 DUALCASE=1; export DUALCASE # for MKS sh
27094 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
27095 emulate sh
27096 NULLCMD=:
27097 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27098 # is contrary to our usage. Disable this feature.
27099 alias -g '${1+"$@"}'='"$@"'
27100 setopt NO_GLOB_SUBST
27101 else
27102 case `(set -o) 2>/dev/null` in #(
27103 *posix*) :
27104 set -o posix ;; #(
27105 *) :
27106 ;;
27107 esac
27108 fi
27109
27110
27111 as_nl='
27112 '
27113 export as_nl
27114 # Printing a long string crashes Solaris 7 /usr/bin/printf.
27115 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27116 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27117 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27118 # Prefer a ksh shell builtin over an external printf program on Solaris,
27119 # but without wasting forks for bash or zsh.
27120 if test -z "$BASH_VERSION$ZSH_VERSION" \
27121 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
27122 as_echo='print -r --'
27123 as_echo_n='print -rn --'
27124 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27125 as_echo='printf %s\n'
27126 as_echo_n='printf %s'
27127 else
27128 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27129 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
27130 as_echo_n='/usr/ucb/echo -n'
27131 else
27132 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27133 as_echo_n_body='eval
27134 arg=$1;
27135 case $arg in #(
27136 *"$as_nl"*)
27137 expr "X$arg" : "X\\(.*\\)$as_nl";
27138 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27139 esac;
27140 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
27141 '
27142 export as_echo_n_body
27143 as_echo_n='sh -c $as_echo_n_body as_echo'
27144 fi
27145 export as_echo_body
27146 as_echo='sh -c $as_echo_body as_echo'
27147 fi
27148
27149 # The user is always right.
27150 if test "${PATH_SEPARATOR+set}" != set; then
27151 PATH_SEPARATOR=:
27152 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27153 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27154 PATH_SEPARATOR=';'
27155 }
27156 fi
27157
27158
27159 # IFS
27160 # We need space, tab and new line, in precisely that order. Quoting is
27161 # there to prevent editors from complaining about space-tab.
27162 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27163 # splitting by setting IFS to empty value.)
27164 IFS=" "" $as_nl"
27165
27166 # Find who we are. Look in the path if we contain no directory separator.
27167 case $0 in #((
27168 *[\\/]* ) as_myself=$0 ;;
27169 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27170 for as_dir in $PATH
27171 do
27172 IFS=$as_save_IFS
27173 test -z "$as_dir" && as_dir=.
27174 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27175 done
27176 IFS=$as_save_IFS
27177
27178 ;;
27179 esac
27180 # We did not find ourselves, most probably we were run as `sh COMMAND'
27181 # in which case we are not to be found in the path.
27182 if test "x$as_myself" = x; then
27183 as_myself=$0
27184 fi
27185 if test ! -f "$as_myself"; then
27186 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27187 exit 1
27188 fi
27189
27190 # Unset variables that we do not need and which cause bugs (e.g. in
27191 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
27192 # suppresses any "Segmentation fault" message there. '((' could
27193 # trigger a bug in pdksh 5.2.14.
27194 for as_var in BASH_ENV ENV MAIL MAILPATH
27195 do eval test x\${$as_var+set} = xset \
27196 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
27197 done
27198 PS1='$ '
27199 PS2='> '
27200 PS4='+ '
27201
27202 # NLS nuisances.
27203 LC_ALL=C
27204 export LC_ALL
27205 LANGUAGE=C
27206 export LANGUAGE
27207
27208 # CDPATH.
27209 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
27210
27211
27212 # as_fn_error ERROR [LINENO LOG_FD]
27213 # ---------------------------------
27214 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
27215 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
27216 # script with status $?, using 1 if that was 0.
27217 as_fn_error ()
27218 {
27219 as_status=$?; test $as_status -eq 0 && as_status=1
27220 if test "$3"; then
27221 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
27222 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
27223 fi
27224 $as_echo "$as_me: error: $1" >&2
27225 as_fn_exit $as_status
27226 } # as_fn_error
27227
27228
27229 # as_fn_set_status STATUS
27230 # -----------------------
27231 # Set $? to STATUS, without forking.
27232 as_fn_set_status ()
27233 {
27234 return $1
27235 } # as_fn_set_status
27236
27237 # as_fn_exit STATUS
27238 # -----------------
27239 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
27240 as_fn_exit ()
27241 {
27242 set +e
27243 as_fn_set_status $1
27244 exit $1
27245 } # as_fn_exit
27246
27247 # as_fn_unset VAR
27248 # ---------------
27249 # Portably unset VAR.
27250 as_fn_unset ()
27251 {
27252 { eval $1=; unset $1;}
27253 }
27254 as_unset=as_fn_unset
27255 # as_fn_append VAR VALUE
27256 # ----------------------
27257 # Append the text in VALUE to the end of the definition contained in VAR. Take
27258 # advantage of any shell optimizations that allow amortized linear growth over
27259 # repeated appends, instead of the typical quadratic growth present in naive
27260 # implementations.
27261 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
27262 eval 'as_fn_append ()
27263 {
27264 eval $1+=\$2
27265 }'
27266 else
27267 as_fn_append ()
27268 {
27269 eval $1=\$$1\$2
27270 }
27271 fi # as_fn_append
27272
27273 # as_fn_arith ARG...
27274 # ------------------
27275 # Perform arithmetic evaluation on the ARGs, and store the result in the
27276 # global $as_val. Take advantage of shells that can avoid forks. The arguments
27277 # must be portable across $(()) and expr.
27278 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
27279 eval 'as_fn_arith ()
27280 {
27281 as_val=$(( $* ))
27282 }'
27283 else
27284 as_fn_arith ()
27285 {
27286 as_val=`expr "$@" || test $? -eq 1`
27287 }
27288 fi # as_fn_arith
27289
27290
27291 if expr a : '\(a\)' >/dev/null 2>&1 &&
27292 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27293 as_expr=expr
27294 else
27295 as_expr=false
27296 fi
27297
27298 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27299 as_basename=basename
27300 else
27301 as_basename=false
27302 fi
27303
27304 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27305 as_dirname=dirname
27306 else
27307 as_dirname=false
27308 fi
27309
27310 as_me=`$as_basename -- "$0" ||
27311 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27312 X"$0" : 'X\(//\)$' \| \
27313 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27314 $as_echo X/"$0" |
27315 sed '/^.*\/\([^/][^/]*\)\/*$/{
27316 s//\1/
27317 q
27318 }
27319 /^X\/\(\/\/\)$/{
27320 s//\1/
27321 q
27322 }
27323 /^X\/\(\/\).*/{
27324 s//\1/
27325 q
27326 }
27327 s/.*/./; q'`
27328
27329 # Avoid depending upon Character Ranges.
27330 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27331 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27332 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27333 as_cr_digits='0123456789'
27334 as_cr_alnum=$as_cr_Letters$as_cr_digits
27335
27336 ECHO_C= ECHO_N= ECHO_T=
27337 case `echo -n x` in #(((((
27338 -n*)
27339 case `echo 'xy\c'` in
27340 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27341 xy) ECHO_C='\c';;
27342 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
27343 ECHO_T=' ';;
27344 esac;;
27345 *)
27346 ECHO_N='-n';;
27347 esac
27348
27349 rm -f conf$$ conf$$.exe conf$$.file
27350 if test -d conf$$.dir; then
27351 rm -f conf$$.dir/conf$$.file
27352 else
27353 rm -f conf$$.dir
27354 mkdir conf$$.dir 2>/dev/null
27355 fi
27356 if (echo >conf$$.file) 2>/dev/null; then
27357 if ln -s conf$$.file conf$$ 2>/dev/null; then
27358 as_ln_s='ln -s'
27359 # ... but there are two gotchas:
27360 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27361 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27362 # In both cases, we have to default to `cp -p'.
27363 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27364 as_ln_s='cp -p'
27365 elif ln conf$$.file conf$$ 2>/dev/null; then
27366 as_ln_s=ln
27367 else
27368 as_ln_s='cp -p'
27369 fi
27370 else
27371 as_ln_s='cp -p'
27372 fi
27373 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27374 rmdir conf$$.dir 2>/dev/null
27375
27376
27377 # as_fn_mkdir_p
27378 # -------------
27379 # Create "$as_dir" as a directory, including parents if necessary.
27380 as_fn_mkdir_p ()
27381 {
27382
27383 case $as_dir in #(
27384 -*) as_dir=./$as_dir;;
27385 esac
27386 test -d "$as_dir" || eval $as_mkdir_p || {
27387 as_dirs=
27388 while :; do
27389 case $as_dir in #(
27390 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
27391 *) as_qdir=$as_dir;;
27392 esac
27393 as_dirs="'$as_qdir' $as_dirs"
27394 as_dir=`$as_dirname -- "$as_dir" ||
27395 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27396 X"$as_dir" : 'X\(//\)[^/]' \| \
27397 X"$as_dir" : 'X\(//\)$' \| \
27398 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27399 $as_echo X"$as_dir" |
27400 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27401 s//\1/
27402 q
27403 }
27404 /^X\(\/\/\)[^/].*/{
27405 s//\1/
27406 q
27407 }
27408 /^X\(\/\/\)$/{
27409 s//\1/
27410 q
27411 }
27412 /^X\(\/\).*/{
27413 s//\1/
27414 q
27415 }
27416 s/.*/./; q'`
27417 test -d "$as_dir" && break
27418 done
27419 test -z "$as_dirs" || eval "mkdir $as_dirs"
27420 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
27421
27422
27423 } # as_fn_mkdir_p
27424 if mkdir -p . 2>/dev/null; then
27425 as_mkdir_p='mkdir -p "$as_dir"'
27426 else
27427 test -d ./-p && rmdir ./-p
27428 as_mkdir_p=false
27429 fi
27430
27431 if test -x / >/dev/null 2>&1; then
27432 as_test_x='test -x'
27433 else
27434 if ls -dL / >/dev/null 2>&1; then
27435 as_ls_L_option=L
27436 else
27437 as_ls_L_option=
27438 fi
27439 as_test_x='
27440 eval sh -c '\''
27441 if test -d "$1"; then
27442 test -d "$1/.";
27443 else
27444 case $1 in #(
27445 -*)set "./$1";;
27446 esac;
27447 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
27448 ???[sx]*):;;*)false;;esac;fi
27449 '\'' sh
27450 '
27451 fi
27452 as_executable_p=$as_test_x
27453
27454 # Sed expression to map a string onto a valid CPP name.
27455 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27456
27457 # Sed expression to map a string onto a valid variable name.
27458 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27459
27460
27461 exec 6>&1
27462 ## ----------------------------------- ##
27463 ## Main body of $CONFIG_STATUS script. ##
27464 ## ----------------------------------- ##
27465 _ASEOF
27466 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
27467
27468 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27469 # Save the log message, to keep $0 and so on meaningful, and to
27470 # report actual input values of CONFIG_FILES etc. instead of their
27471 # values after options handling.
27472 ac_log="
27473 This file was extended by emacs $as_me 24.3.50, which was
27474 generated by GNU Autoconf 2.65. Invocation command line was
27475
27476 CONFIG_FILES = $CONFIG_FILES
27477 CONFIG_HEADERS = $CONFIG_HEADERS
27478 CONFIG_LINKS = $CONFIG_LINKS
27479 CONFIG_COMMANDS = $CONFIG_COMMANDS
27480 $ $0 $@
27481
27482 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27483 "
27484
27485 _ACEOF
27486
27487 case $ac_config_files in *"
27488 "*) set x $ac_config_files; shift; ac_config_files=$*;;
27489 esac
27490
27491 case $ac_config_headers in *"
27492 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
27493 esac
27494
27495
27496 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27497 # Files that config.status was made for.
27498 config_files="$ac_config_files"
27499 config_headers="$ac_config_headers"
27500 config_commands="$ac_config_commands"
27501
27502 _ACEOF
27503
27504 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27505 ac_cs_usage="\
27506 \`$as_me' instantiates files and other configuration actions
27507 from templates according to the current configuration. Unless the files
27508 and actions are specified as TAGs, all are instantiated by default.
27509
27510 Usage: $0 [OPTION]... [TAG]...
27511
27512 -h, --help print this help, then exit
27513 -V, --version print version number and configuration settings, then exit
27514 --config print configuration, then exit
27515 -q, --quiet, --silent
27516 do not print progress messages
27517 -d, --debug don't remove temporary files
27518 --recheck update $as_me by reconfiguring in the same conditions
27519 --file=FILE[:TEMPLATE]
27520 instantiate the configuration file FILE
27521 --header=FILE[:TEMPLATE]
27522 instantiate the configuration header FILE
27523
27524 Configuration files:
27525 $config_files
27526
27527 Configuration headers:
27528 $config_headers
27529
27530 Configuration commands:
27531 $config_commands
27532
27533 Report bugs to the package provider."
27534
27535 _ACEOF
27536 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27537 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
27538 ac_cs_version="\\
27539 emacs config.status 24.3.50
27540 configured by $0, generated by GNU Autoconf 2.65,
27541 with options \\"\$ac_cs_config\\"
27542
27543 Copyright (C) 2009 Free Software Foundation, Inc.
27544 This config.status script is free software; the Free Software Foundation
27545 gives unlimited permission to copy, distribute and modify it."
27546
27547 ac_pwd='$ac_pwd'
27548 srcdir='$srcdir'
27549 INSTALL='$INSTALL'
27550 MKDIR_P='$MKDIR_P'
27551 AWK='$AWK'
27552 test -n "\$AWK" || AWK=awk
27553 _ACEOF
27554
27555 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27556 # The default lists apply if the user does not specify any file.
27557 ac_need_defaults=:
27558 while test $# != 0
27559 do
27560 case $1 in
27561 --*=*)
27562 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27563 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27564 ac_shift=:
27565 ;;
27566 *)
27567 ac_option=$1
27568 ac_optarg=$2
27569 ac_shift=shift
27570 ;;
27571 esac
27572
27573 case $ac_option in
27574 # Handling of the options.
27575 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27576 ac_cs_recheck=: ;;
27577 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27578 $as_echo "$ac_cs_version"; exit ;;
27579 --config | --confi | --conf | --con | --co | --c )
27580 $as_echo "$ac_cs_config"; exit ;;
27581 --debug | --debu | --deb | --de | --d | -d )
27582 debug=: ;;
27583 --file | --fil | --fi | --f )
27584 $ac_shift
27585 case $ac_optarg in
27586 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27587 esac
27588 as_fn_append CONFIG_FILES " '$ac_optarg'"
27589 ac_need_defaults=false;;
27590 --header | --heade | --head | --hea )
27591 $ac_shift
27592 case $ac_optarg in
27593 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27594 esac
27595 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
27596 ac_need_defaults=false;;
27597 --he | --h)
27598 # Conflict between --help and --header
27599 as_fn_error "ambiguous option: \`$1'
27600 Try \`$0 --help' for more information.";;
27601 --help | --hel | -h )
27602 $as_echo "$ac_cs_usage"; exit ;;
27603 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27604 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27605 ac_cs_silent=: ;;
27606
27607 # This is an error.
27608 -*) as_fn_error "unrecognized option: \`$1'
27609 Try \`$0 --help' for more information." ;;
27610
27611 *) as_fn_append ac_config_targets " $1"
27612 ac_need_defaults=false ;;
27613
27614 esac
27615 shift
27616 done
27617
27618 ac_configure_extra_args=
27619
27620 if $ac_cs_silent; then
27621 exec 6>/dev/null
27622 ac_configure_extra_args="$ac_configure_extra_args --silent"
27623 fi
27624
27625 _ACEOF
27626 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27627 if \$ac_cs_recheck; then
27628 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27629 shift
27630 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
27631 CONFIG_SHELL='$SHELL'
27632 export CONFIG_SHELL
27633 exec "\$@"
27634 fi
27635
27636 _ACEOF
27637 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27638 exec 5>>config.log
27639 {
27640 echo
27641 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27642 ## Running $as_me. ##
27643 _ASBOX
27644 $as_echo "$ac_log"
27645 } >&5
27646
27647 _ACEOF
27648 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27649 #
27650 # INIT-COMMANDS
27651 #
27652 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
27653 GCC="$GCC" CPPFLAGS="$CPPFLAGS"
27654
27655 _ACEOF
27656
27657 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27658
27659 # Handling of arguments.
27660 for ac_config_target in $ac_config_targets
27661 do
27662 case $ac_config_target in
27663 "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;;
27664 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
27665 "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" ;;
27666 "nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop") CONFIG_FILES="$CONFIG_FILES nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop:nextstep/templates/Emacs.desktop.in" ;;
27667 "nextstep/Cocoa/Emacs.base/Contents/Info.plist") CONFIG_FILES="$CONFIG_FILES nextstep/Cocoa/Emacs.base/Contents/Info.plist:nextstep/templates/Info.plist.in" ;;
27668 "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" ;;
27669 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27670 "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
27671 "lib-src/Makefile") CONFIG_FILES="$CONFIG_FILES lib-src/Makefile" ;;
27672 "oldXMenu/Makefile") CONFIG_FILES="$CONFIG_FILES oldXMenu/Makefile" ;;
27673 "doc/emacs/Makefile") CONFIG_FILES="$CONFIG_FILES doc/emacs/Makefile" ;;
27674 "doc/misc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/misc/Makefile" ;;
27675 "doc/lispintro/Makefile") CONFIG_FILES="$CONFIG_FILES doc/lispintro/Makefile" ;;
27676 "doc/lispref/Makefile") CONFIG_FILES="$CONFIG_FILES doc/lispref/Makefile" ;;
27677 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
27678 "lwlib/Makefile") CONFIG_FILES="$CONFIG_FILES lwlib/Makefile" ;;
27679 "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;;
27680 "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
27681 "nextstep/Makefile") CONFIG_FILES="$CONFIG_FILES nextstep/Makefile" ;;
27682 "test/automated/Makefile") CONFIG_FILES="$CONFIG_FILES test/automated/Makefile" ;;
27683 "admin/unidata/Makefile") CONFIG_FILES="$CONFIG_FILES admin/unidata/Makefile" ;;
27684 "mkdirs") CONFIG_COMMANDS="$CONFIG_COMMANDS mkdirs" ;;
27685 "epaths") CONFIG_COMMANDS="$CONFIG_COMMANDS epaths" ;;
27686 "gdbinit") CONFIG_COMMANDS="$CONFIG_COMMANDS gdbinit" ;;
27687
27688 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
27689 esac
27690 done
27691
27692
27693 # If the user did not use the arguments to specify the items to instantiate,
27694 # then the envvar interface is used. Set only those that are not.
27695 # We use the long form for the default assignment because of an extremely
27696 # bizarre bug on SunOS 4.1.3.
27697 if $ac_need_defaults; then
27698 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
27699 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
27700 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
27701 fi
27702
27703 # Have a temporary directory for convenience. Make it in the build tree
27704 # simply because there is no reason against having it here, and in addition,
27705 # creating and moving files from /tmp can sometimes cause problems.
27706 # Hook for its removal unless debugging.
27707 # Note that there is a small window in which the directory will not be cleaned:
27708 # after its creation but before its name has been assigned to `$tmp'.
27709 $debug ||
27710 {
27711 tmp=
27712 trap 'exit_status=$?
27713 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27714 ' 0
27715 trap 'as_fn_exit 1' 1 2 13 15
27716 }
27717 # Create a (secure) tmp directory for tmp files.
27718
27719 {
27720 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27721 test -n "$tmp" && test -d "$tmp"
27722 } ||
27723 {
27724 tmp=./conf$$-$RANDOM
27725 (umask 077 && mkdir "$tmp")
27726 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
27727
27728 # Set up the scripts for CONFIG_FILES section.
27729 # No need to generate them if there are no CONFIG_FILES.
27730 # This happens for instance with `./config.status config.h'.
27731 if test -n "$CONFIG_FILES"; then
27732
27733 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
27734 ac_cs_awk_getline=:
27735 ac_cs_awk_pipe_init=
27736 ac_cs_awk_read_file='
27737 while ((getline aline < (F[key])) > 0)
27738 print(aline)
27739 close(F[key])'
27740 ac_cs_awk_pipe_fini=
27741 else
27742 ac_cs_awk_getline=false
27743 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
27744 ac_cs_awk_read_file='
27745 print "|#_!!_#|"
27746 print "cat " F[key] " &&"
27747 '$ac_cs_awk_pipe_init
27748 # The final `:' finishes the AND list.
27749 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
27750 fi
27751 ac_cr=`echo X | tr X '\015'`
27752 # On cygwin, bash can eat \r inside `` if the user requested igncr.
27753 # But we know of no other shell where ac_cr would be empty at this
27754 # point, so we can use a bashism as a fallback.
27755 if test "x$ac_cr" = x; then
27756 eval ac_cr=\$\'\\r\'
27757 fi
27758 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
27759 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
27760 ac_cs_awk_cr='\r'
27761 else
27762 ac_cs_awk_cr=$ac_cr
27763 fi
27764
27765 echo 'BEGIN {' >"$tmp/subs1.awk" &&
27766 _ACEOF
27767
27768 # Create commands to substitute file output variables.
27769 {
27770 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
27771 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
27772 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
27773 echo "_ACAWK" &&
27774 echo "_ACEOF"
27775 } >conf$$files.sh &&
27776 . ./conf$$files.sh ||
27777 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
27778 rm -f conf$$files.sh
27779
27780 {
27781 echo "cat >conf$$subs.awk <<_ACEOF" &&
27782 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
27783 echo "_ACEOF"
27784 } >conf$$subs.sh ||
27785 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
27786 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
27787 ac_delim='%!_!# '
27788 for ac_last_try in false false false false false :; do
27789 . ./conf$$subs.sh ||
27790 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
27791
27792 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
27793 if test $ac_delim_n = $ac_delim_num; then
27794 break
27795 elif $ac_last_try; then
27796 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
27797 else
27798 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27799 fi
27800 done
27801 rm -f conf$$subs.sh
27802
27803 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27804 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
27805 _ACEOF
27806 sed -n '
27807 h
27808 s/^/S["/; s/!.*/"]=/
27809 p
27810 g
27811 s/^[^!]*!//
27812 :repl
27813 t repl
27814 s/'"$ac_delim"'$//
27815 t delim
27816 :nl
27817 h
27818 s/\(.\{148\}\)..*/\1/
27819 t more1
27820 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
27821 p
27822 n
27823 b repl
27824 :more1
27825 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
27826 p
27827 g
27828 s/.\{148\}//
27829 t nl
27830 :delim
27831 h
27832 s/\(.\{148\}\)..*/\1/
27833 t more2
27834 s/["\\]/\\&/g; s/^/"/; s/$/"/
27835 p
27836 b
27837 :more2
27838 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
27839 p
27840 g
27841 s/.\{148\}//
27842 t delim
27843 ' <conf$$subs.awk | sed '
27844 /^[^""]/{
27845 N
27846 s/\n//
27847 }
27848 ' >>$CONFIG_STATUS || ac_write_fail=1
27849 rm -f conf$$subs.awk
27850 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27851 _ACAWK
27852 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
27853 for (key in S) S_is_set[key] = 1
27854 FS = "\a"
27855 \$ac_cs_awk_pipe_init
27856 }
27857 {
27858 line = $ 0
27859 nfields = split(line, field, "@")
27860 substed = 0
27861 len = length(field[1])
27862 for (i = 2; i < nfields; i++) {
27863 key = field[i]
27864 keylen = length(key)
27865 if (S_is_set[key]) {
27866 value = S[key]
27867 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
27868 len += length(value) + length(field[++i])
27869 substed = 1
27870 } else
27871 len += 1 + keylen
27872 }
27873 if (nfields == 3 && !substed) {
27874 key = field[2]
27875 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
27876 \$ac_cs_awk_read_file
27877 next
27878 }
27879 }
27880 print line
27881 }
27882 \$ac_cs_awk_pipe_fini
27883 _ACAWK
27884 _ACEOF
27885 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27886 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
27887 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
27888 else
27889 cat
27890 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
27891 || as_fn_error "could not setup config files machinery" "$LINENO" 5
27892 _ACEOF
27893
27894 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27895 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27896 # trailing colons and then remove the whole line if VPATH becomes empty
27897 # (actually we leave an empty line to preserve line numbers).
27898 if test "x$srcdir" = x.; then
27899 ac_vpsub='/^[ ]*VPATH[ ]*=/{
27900 s/:*\$(srcdir):*/:/
27901 s/:*\${srcdir}:*/:/
27902 s/:*@srcdir@:*/:/
27903 s/^\([^=]*=[ ]*\):*/\1/
27904 s/:*$//
27905 s/^[^=]*=[ ]*$//
27906 }'
27907 fi
27908
27909 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27910 fi # test -n "$CONFIG_FILES"
27911
27912 # Set up the scripts for CONFIG_HEADERS section.
27913 # No need to generate them if there are no CONFIG_HEADERS.
27914 # This happens for instance with `./config.status Makefile'.
27915 if test -n "$CONFIG_HEADERS"; then
27916 cat >"$tmp/defines.awk" <<\_ACAWK ||
27917 BEGIN {
27918 _ACEOF
27919
27920 # Transform confdefs.h into an awk script `defines.awk', embedded as
27921 # here-document in config.status, that substitutes the proper values into
27922 # config.h.in to produce config.h.
27923
27924 # Create a delimiter string that does not exist in confdefs.h, to ease
27925 # handling of long lines.
27926 ac_delim='%!_!# '
27927 for ac_last_try in false false :; do
27928 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
27929 if test -z "$ac_t"; then
27930 break
27931 elif $ac_last_try; then
27932 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
27933 else
27934 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27935 fi
27936 done
27937
27938 # For the awk script, D is an array of macro values keyed by name,
27939 # likewise P contains macro parameters if any. Preserve backslash
27940 # newline sequences.
27941
27942 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27943 sed -n '
27944 s/.\{148\}/&'"$ac_delim"'/g
27945 t rset
27946 :rset
27947 s/^[ ]*#[ ]*define[ ][ ]*/ /
27948 t def
27949 d
27950 :def
27951 s/\\$//
27952 t bsnl
27953 s/["\\]/\\&/g
27954 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
27955 D["\1"]=" \3"/p
27956 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
27957 d
27958 :bsnl
27959 s/["\\]/\\&/g
27960 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
27961 D["\1"]=" \3\\\\\\n"\\/p
27962 t cont
27963 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
27964 t cont
27965 d
27966 :cont
27967 n
27968 s/.\{148\}/&'"$ac_delim"'/g
27969 t clear
27970 :clear
27971 s/\\$//
27972 t bsnlc
27973 s/["\\]/\\&/g; s/^/"/; s/$/"/p
27974 d
27975 :bsnlc
27976 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
27977 b cont
27978 ' <confdefs.h | sed '
27979 s/'"$ac_delim"'/"\\\
27980 "/g' >>$CONFIG_STATUS || ac_write_fail=1
27981
27982 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27983 for (key in D) D_is_set[key] = 1
27984 FS = "\a"
27985 }
27986 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
27987 line = \$ 0
27988 split(line, arg, " ")
27989 if (arg[1] == "#") {
27990 defundef = arg[2]
27991 mac1 = arg[3]
27992 } else {
27993 defundef = substr(arg[1], 2)
27994 mac1 = arg[2]
27995 }
27996 split(mac1, mac2, "(") #)
27997 macro = mac2[1]
27998 prefix = substr(line, 1, index(line, defundef) - 1)
27999 if (D_is_set[macro]) {
28000 # Preserve the white space surrounding the "#".
28001 print prefix "define", macro P[macro] D[macro]
28002 next
28003 } else {
28004 # Replace #undef with comments. This is necessary, for example,
28005 # in the case of _POSIX_SOURCE, which is predefined and required
28006 # on some systems where configure will not decide to define it.
28007 if (defundef == "undef") {
28008 print "/*", prefix defundef, macro, "*/"
28009 next
28010 }
28011 }
28012 }
28013 { print }
28014 _ACAWK
28015 _ACEOF
28016 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28017 as_fn_error "could not setup config headers machinery" "$LINENO" 5
28018 fi # test -n "$CONFIG_HEADERS"
28019
28020
28021 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
28022 shift
28023 for ac_tag
28024 do
28025 case $ac_tag in
28026 :[FHLC]) ac_mode=$ac_tag; continue;;
28027 esac
28028 case $ac_mode$ac_tag in
28029 :[FHL]*:*);;
28030 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
28031 :[FH]-) ac_tag=-:-;;
28032 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28033 esac
28034 ac_save_IFS=$IFS
28035 IFS=:
28036 set x $ac_tag
28037 IFS=$ac_save_IFS
28038 shift
28039 ac_file=$1
28040 shift
28041
28042 case $ac_mode in
28043 :L) ac_source=$1;;
28044 :[FH])
28045 ac_file_inputs=
28046 for ac_f
28047 do
28048 case $ac_f in
28049 -) ac_f="$tmp/stdin";;
28050 *) # Look for the file first in the build tree, then in the source tree
28051 # (if the path is not absolute). The absolute path cannot be DOS-style,
28052 # because $ac_f cannot contain `:'.
28053 test -f "$ac_f" ||
28054 case $ac_f in
28055 [\\/$]*) false;;
28056 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28057 esac ||
28058 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
28059 esac
28060 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
28061 as_fn_append ac_file_inputs " '$ac_f'"
28062 done
28063
28064 # Let's still pretend it is `configure' which instantiates (i.e., don't
28065 # use $as_me), people would be surprised to read:
28066 # /* config.h. Generated by config.status. */
28067 configure_input='Generated from '`
28068 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
28069 `' by configure.'
28070 if test x"$ac_file" != x-; then
28071 configure_input="$ac_file. $configure_input"
28072 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
28073 $as_echo "$as_me: creating $ac_file" >&6;}
28074 fi
28075 # Neutralize special characters interpreted by sed in replacement strings.
28076 case $configure_input in #(
28077 *\&* | *\|* | *\\* )
28078 ac_sed_conf_input=`$as_echo "$configure_input" |
28079 sed 's/[\\\\&|]/\\\\&/g'`;; #(
28080 *) ac_sed_conf_input=$configure_input;;
28081 esac
28082
28083 case $ac_tag in
28084 *:-:* | *:-) cat >"$tmp/stdin" \
28085 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
28086 esac
28087 ;;
28088 esac
28089
28090 ac_dir=`$as_dirname -- "$ac_file" ||
28091 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28092 X"$ac_file" : 'X\(//\)[^/]' \| \
28093 X"$ac_file" : 'X\(//\)$' \| \
28094 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28095 $as_echo X"$ac_file" |
28096 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28097 s//\1/
28098 q
28099 }
28100 /^X\(\/\/\)[^/].*/{
28101 s//\1/
28102 q
28103 }
28104 /^X\(\/\/\)$/{
28105 s//\1/
28106 q
28107 }
28108 /^X\(\/\).*/{
28109 s//\1/
28110 q
28111 }
28112 s/.*/./; q'`
28113 as_dir="$ac_dir"; as_fn_mkdir_p
28114 ac_builddir=.
28115
28116 case "$ac_dir" in
28117 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28118 *)
28119 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
28120 # A ".." for each directory in $ac_dir_suffix.
28121 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
28122 case $ac_top_builddir_sub in
28123 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28124 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28125 esac ;;
28126 esac
28127 ac_abs_top_builddir=$ac_pwd
28128 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28129 # for backward compatibility:
28130 ac_top_builddir=$ac_top_build_prefix
28131
28132 case $srcdir in
28133 .) # We are building in place.
28134 ac_srcdir=.
28135 ac_top_srcdir=$ac_top_builddir_sub
28136 ac_abs_top_srcdir=$ac_pwd ;;
28137 [\\/]* | ?:[\\/]* ) # Absolute name.
28138 ac_srcdir=$srcdir$ac_dir_suffix;
28139 ac_top_srcdir=$srcdir
28140 ac_abs_top_srcdir=$srcdir ;;
28141 *) # Relative name.
28142 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28143 ac_top_srcdir=$ac_top_build_prefix$srcdir
28144 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28145 esac
28146 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28147
28148
28149 case $ac_mode in
28150 :F)
28151 #
28152 # CONFIG_FILE
28153 #
28154
28155 case $INSTALL in
28156 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28157 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28158 esac
28159 ac_MKDIR_P=$MKDIR_P
28160 case $MKDIR_P in
28161 [\\/$]* | ?:[\\/]* ) ;;
28162 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
28163 esac
28164 _ACEOF
28165
28166 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28167 # If the template does not know about datarootdir, expand it.
28168 # FIXME: This hack should be removed a few years after 2.60.
28169 ac_datarootdir_hack=; ac_datarootdir_seen=
28170 ac_sed_dataroot='
28171 /datarootdir/ {
28172 p
28173 q
28174 }
28175 /@datadir@/p
28176 /@docdir@/p
28177 /@infodir@/p
28178 /@localedir@/p
28179 /@mandir@/p'
28180 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
28181 *datarootdir*) ac_datarootdir_seen=yes;;
28182 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28183 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28184 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28185 _ACEOF
28186 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28187 ac_datarootdir_hack='
28188 s&@datadir@&$datadir&g
28189 s&@docdir@&$docdir&g
28190 s&@infodir@&$infodir&g
28191 s&@localedir@&$localedir&g
28192 s&@mandir@&$mandir&g
28193 s&\\\${datarootdir}&$datarootdir&g' ;;
28194 esac
28195 _ACEOF
28196
28197 # Neutralize VPATH when `$srcdir' = `.'.
28198 # Shell code in configure.ac might set extrasub.
28199 # FIXME: do we really want to maintain this feature?
28200 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28201 ac_sed_extra="$ac_vpsub
28202 $extrasub
28203 _ACEOF
28204 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28205 :t
28206 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28207 s|@configure_input@|$ac_sed_conf_input|;t t
28208 s&@top_builddir@&$ac_top_builddir_sub&;t t
28209 s&@top_build_prefix@&$ac_top_build_prefix&;t t
28210 s&@srcdir@&$ac_srcdir&;t t
28211 s&@abs_srcdir@&$ac_abs_srcdir&;t t
28212 s&@top_srcdir@&$ac_top_srcdir&;t t
28213 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28214 s&@builddir@&$ac_builddir&;t t
28215 s&@abs_builddir@&$ac_abs_builddir&;t t
28216 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28217 s&@INSTALL@&$ac_INSTALL&;t t
28218 s&@MKDIR_P@&$ac_MKDIR_P&;t t
28219 $ac_datarootdir_hack
28220 "
28221 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
28222 if $ac_cs_awk_getline; then
28223 $AWK -f "$tmp/subs.awk"
28224 else
28225 $AWK -f "$tmp/subs.awk" | $SHELL
28226 fi >$tmp/out \
28227 || as_fn_error "could not create $ac_file" "$LINENO" 5
28228
28229 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28230 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
28231 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
28232 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28233 which seems to be undefined. Please make sure it is defined." >&5
28234 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28235 which seems to be undefined. Please make sure it is defined." >&2;}
28236
28237 rm -f "$tmp/stdin"
28238 case $ac_file in
28239 -) cat "$tmp/out" && rm -f "$tmp/out";;
28240 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
28241 esac \
28242 || as_fn_error "could not create $ac_file" "$LINENO" 5
28243 ;;
28244 :H)
28245 #
28246 # CONFIG_HEADER
28247 #
28248 if test x"$ac_file" != x-; then
28249 {
28250 $as_echo "/* $configure_input */" \
28251 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
28252 } >"$tmp/config.h" \
28253 || as_fn_error "could not create $ac_file" "$LINENO" 5
28254 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
28255 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
28256 $as_echo "$as_me: $ac_file is unchanged" >&6;}
28257 else
28258 rm -f "$ac_file"
28259 mv "$tmp/config.h" "$ac_file" \
28260 || as_fn_error "could not create $ac_file" "$LINENO" 5
28261 fi
28262 else
28263 $as_echo "/* $configure_input */" \
28264 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
28265 || as_fn_error "could not create -" "$LINENO" 5
28266 fi
28267 # Compute "$ac_file"'s index in $config_headers.
28268 _am_arg="$ac_file"
28269 _am_stamp_count=1
28270 for _am_header in $config_headers :; do
28271 case $_am_header in
28272 $_am_arg | $_am_arg:* )
28273 break ;;
28274 * )
28275 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
28276 esac
28277 done
28278 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
28279 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28280 X"$_am_arg" : 'X\(//\)[^/]' \| \
28281 X"$_am_arg" : 'X\(//\)$' \| \
28282 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
28283 $as_echo X"$_am_arg" |
28284 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28285 s//\1/
28286 q
28287 }
28288 /^X\(\/\/\)[^/].*/{
28289 s//\1/
28290 q
28291 }
28292 /^X\(\/\/\)$/{
28293 s//\1/
28294 q
28295 }
28296 /^X\(\/\).*/{
28297 s//\1/
28298 q
28299 }
28300 s/.*/./; q'`/stamp-h$_am_stamp_count
28301 ;;
28302
28303 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
28304 $as_echo "$as_me: executing $ac_file commands" >&6;}
28305 ;;
28306 esac
28307
28308
28309 case $ac_file$ac_mode in
28310 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
28311 # Autoconf 2.62 quotes --file arguments for eval, but not when files
28312 # are listed without --file. Let's play safe and only enable the eval
28313 # if we detect the quoting.
28314 case $CONFIG_FILES in
28315 *\'*) eval set x "$CONFIG_FILES" ;;
28316 *) set x $CONFIG_FILES ;;
28317 esac
28318 shift
28319 for mf
28320 do
28321 # Strip MF so we end up with the name of the file.
28322 mf=`echo "$mf" | sed -e 's/:.*$//'`
28323 # Check whether this is an Automake generated Makefile or not.
28324 # We used to match only the files named `Makefile.in', but
28325 # some people rename them; so instead we look at the file content.
28326 # Grep'ing the first line is not enough: some people post-process
28327 # each Makefile.in and add a new line on top of each file to say so.
28328 # Grep'ing the whole file is not good either: AIX grep has a line
28329 # limit of 2048, but all sed's we know have understand at least 4000.
28330 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
28331 dirpart=`$as_dirname -- "$mf" ||
28332 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28333 X"$mf" : 'X\(//\)[^/]' \| \
28334 X"$mf" : 'X\(//\)$' \| \
28335 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
28336 $as_echo X"$mf" |
28337 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28338 s//\1/
28339 q
28340 }
28341 /^X\(\/\/\)[^/].*/{
28342 s//\1/
28343 q
28344 }
28345 /^X\(\/\/\)$/{
28346 s//\1/
28347 q
28348 }
28349 /^X\(\/\).*/{
28350 s//\1/
28351 q
28352 }
28353 s/.*/./; q'`
28354 else
28355 continue
28356 fi
28357 # Extract the definition of DEPDIR, am__include, and am__quote
28358 # from the Makefile without running `make'.
28359 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
28360 test -z "$DEPDIR" && continue
28361 am__include=`sed -n 's/^am__include = //p' < "$mf"`
28362 test -z "am__include" && continue
28363 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
28364 # When using ansi2knr, U may be empty or an underscore; expand it
28365 U=`sed -n 's/^U = //p' < "$mf"`
28366 # Find all dependency output files, they are included files with
28367 # $(DEPDIR) in their names. We invoke sed twice because it is the
28368 # simplest approach to changing $(DEPDIR) to its actual value in the
28369 # expansion.
28370 for file in `sed -n "
28371 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
28372 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
28373 # Make sure the directory exists.
28374 test -f "$dirpart/$file" && continue
28375 fdir=`$as_dirname -- "$file" ||
28376 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28377 X"$file" : 'X\(//\)[^/]' \| \
28378 X"$file" : 'X\(//\)$' \| \
28379 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
28380 $as_echo X"$file" |
28381 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28382 s//\1/
28383 q
28384 }
28385 /^X\(\/\/\)[^/].*/{
28386 s//\1/
28387 q
28388 }
28389 /^X\(\/\/\)$/{
28390 s//\1/
28391 q
28392 }
28393 /^X\(\/\).*/{
28394 s//\1/
28395 q
28396 }
28397 s/.*/./; q'`
28398 as_dir=$dirpart/$fdir; as_fn_mkdir_p
28399 # echo "creating $dirpart/$file"
28400 echo '# dummy' > "$dirpart/$file"
28401 done
28402 done
28403 }
28404 ;;
28405 "mkdirs":C)
28406 for dir in etc lisp ; do
28407 test -d ${dir} || mkdir ${dir}
28408 done
28409 ;;
28410 "epaths":C)
28411 echo creating src/epaths.h
28412 ${MAKE-make} MAKEFILE_NAME=do-not-make-Makefile epaths-force
28413 ;;
28414 "gdbinit":C)
28415 if test ! -f src/.gdbinit && test -f "$srcdir/src/.gdbinit"; then
28416 echo creating src/.gdbinit
28417 echo "source $srcdir/src/.gdbinit" > src/.gdbinit
28418 fi
28419 ;;
28420
28421 esac
28422 done # for ac_tag
28423
28424
28425 as_fn_exit 0
28426 _ACEOF
28427 ac_clean_files=$ac_clean_files_save
28428
28429 test $ac_write_fail = 0 ||
28430 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
28431
28432
28433 # configure is writing to config.log, and then calls config.status.
28434 # config.status does its own redirection, appending to config.log.
28435 # Unfortunately, on DOS this fails, as config.log is still kept open
28436 # by configure, so config.status won't be able to write to it; its
28437 # output is simply discarded. So we exec the FD to /dev/null,
28438 # effectively closing config.log, so it can be properly (re)opened and
28439 # appended to by config.status. When coming back to configure, we
28440 # need to make the FD available again.
28441 if test "$no_create" != yes; then
28442 ac_cs_success=:
28443 ac_config_status_args=
28444 test "$silent" = yes &&
28445 ac_config_status_args="$ac_config_status_args --quiet"
28446 exec 5>/dev/null
28447 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
28448 exec 5>>config.log
28449 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
28450 # would make configure fail if this is the last instruction.
28451 $ac_cs_success || as_fn_exit $?
28452 fi
28453 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
28454 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
28455 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
28456 fi
28457