]> code.delx.au - gnu-emacs/blob - configure
Merge from emacs--devo--0
[gnu-emacs] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61.
4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9 ## --------------------- ##
10 ## M4sh Initialization. ##
11 ## --------------------- ##
12
13 # Be more Bourne compatible
14 DUALCASE=1; export DUALCASE # for MKS sh
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
17 NULLCMD=:
18 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19 # is contrary to our usage. Disable this feature.
20 alias -g '${1+"$@"}'='"$@"'
21 setopt NO_GLOB_SUBST
22 else
23 case `(set -o) 2>/dev/null` in
24 *posix*) set -o posix ;;
25 esac
26
27 fi
28
29
30
31
32 # PATH needs CR
33 # Avoid depending upon Character Ranges.
34 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37 as_cr_digits='0123456789'
38 as_cr_alnum=$as_cr_Letters$as_cr_digits
39
40 # The user is always right.
41 if test "${PATH_SEPARATOR+set}" != set; then
42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
44 chmod +x conf$$.sh
45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
46 PATH_SEPARATOR=';'
47 else
48 PATH_SEPARATOR=:
49 fi
50 rm -f conf$$.sh
51 fi
52
53 # Support unset when possible.
54 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
55 as_unset=unset
56 else
57 as_unset=false
58 fi
59
60
61 # IFS
62 # We need space, tab and new line, in precisely that order. Quoting is
63 # there to prevent editors from complaining about space-tab.
64 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
65 # splitting by setting IFS to empty value.)
66 as_nl='
67 '
68 IFS=" "" $as_nl"
69
70 # Find who we are. Look in the path if we contain no directory separator.
71 case $0 in
72 *[\\/]* ) as_myself=$0 ;;
73 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
74 for as_dir in $PATH
75 do
76 IFS=$as_save_IFS
77 test -z "$as_dir" && as_dir=.
78 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
79 done
80 IFS=$as_save_IFS
81
82 ;;
83 esac
84 # We did not find ourselves, most probably we were run as `sh COMMAND'
85 # in which case we are not to be found in the path.
86 if test "x$as_myself" = x; then
87 as_myself=$0
88 fi
89 if test ! -f "$as_myself"; then
90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
91 { (exit 1); exit 1; }
92 fi
93
94 # Work around bugs in pre-3.0 UWIN ksh.
95 for as_var in ENV MAIL MAILPATH
96 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
97 done
98 PS1='$ '
99 PS2='> '
100 PS4='+ '
101
102 # NLS nuisances.
103 for as_var in \
104 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
105 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
106 LC_TELEPHONE LC_TIME
107 do
108 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
109 eval $as_var=C; export $as_var
110 else
111 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
112 fi
113 done
114
115 # Required to use basename.
116 if expr a : '\(a\)' >/dev/null 2>&1 &&
117 test "X`expr 00001 : '.*\(...\)'`" = X001; then
118 as_expr=expr
119 else
120 as_expr=false
121 fi
122
123 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
124 as_basename=basename
125 else
126 as_basename=false
127 fi
128
129
130 # Name of the executable.
131 as_me=`$as_basename -- "$0" ||
132 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
133 X"$0" : 'X\(//\)$' \| \
134 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
135 echo X/"$0" |
136 sed '/^.*\/\([^/][^/]*\)\/*$/{
137 s//\1/
138 q
139 }
140 /^X\/\(\/\/\)$/{
141 s//\1/
142 q
143 }
144 /^X\/\(\/\).*/{
145 s//\1/
146 q
147 }
148 s/.*/./; q'`
149
150 # CDPATH.
151 $as_unset CDPATH
152
153
154 if test "x$CONFIG_SHELL" = x; then
155 if (eval ":") 2>/dev/null; then
156 as_have_required=yes
157 else
158 as_have_required=no
159 fi
160
161 if test $as_have_required = yes && (eval ":
162 (as_func_return () {
163 (exit \$1)
164 }
165 as_func_success () {
166 as_func_return 0
167 }
168 as_func_failure () {
169 as_func_return 1
170 }
171 as_func_ret_success () {
172 return 0
173 }
174 as_func_ret_failure () {
175 return 1
176 }
177
178 exitcode=0
179 if as_func_success; then
180 :
181 else
182 exitcode=1
183 echo as_func_success failed.
184 fi
185
186 if as_func_failure; then
187 exitcode=1
188 echo as_func_failure succeeded.
189 fi
190
191 if as_func_ret_success; then
192 :
193 else
194 exitcode=1
195 echo as_func_ret_success failed.
196 fi
197
198 if as_func_ret_failure; then
199 exitcode=1
200 echo as_func_ret_failure succeeded.
201 fi
202
203 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
204 :
205 else
206 exitcode=1
207 echo positional parameters were not saved.
208 fi
209
210 test \$exitcode = 0) || { (exit 1); exit 1; }
211
212 (
213 as_lineno_1=\$LINENO
214 as_lineno_2=\$LINENO
215 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
216 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
217 ") 2> /dev/null; then
218 :
219 else
220 as_candidate_shells=
221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
222 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
223 do
224 IFS=$as_save_IFS
225 test -z "$as_dir" && as_dir=.
226 case $as_dir in
227 /*)
228 for as_base in sh bash ksh sh5; do
229 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
230 done;;
231 esac
232 done
233 IFS=$as_save_IFS
234
235
236 for as_shell in $as_candidate_shells $SHELL; do
237 # Try only shells that exist, to save several forks.
238 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
239 { ("$as_shell") 2> /dev/null <<\_ASEOF
240 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
241 emulate sh
242 NULLCMD=:
243 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
244 # is contrary to our usage. Disable this feature.
245 alias -g '${1+"$@"}'='"$@"'
246 setopt NO_GLOB_SUBST
247 else
248 case `(set -o) 2>/dev/null` in
249 *posix*) set -o posix ;;
250 esac
251
252 fi
253
254
255 :
256 _ASEOF
257 }; then
258 CONFIG_SHELL=$as_shell
259 as_have_required=yes
260 if { "$as_shell" 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh
263 NULLCMD=:
264 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST
268 else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271 esac
272
273 fi
274
275
276 :
277 (as_func_return () {
278 (exit $1)
279 }
280 as_func_success () {
281 as_func_return 0
282 }
283 as_func_failure () {
284 as_func_return 1
285 }
286 as_func_ret_success () {
287 return 0
288 }
289 as_func_ret_failure () {
290 return 1
291 }
292
293 exitcode=0
294 if as_func_success; then
295 :
296 else
297 exitcode=1
298 echo as_func_success failed.
299 fi
300
301 if as_func_failure; then
302 exitcode=1
303 echo as_func_failure succeeded.
304 fi
305
306 if as_func_ret_success; then
307 :
308 else
309 exitcode=1
310 echo as_func_ret_success failed.
311 fi
312
313 if as_func_ret_failure; then
314 exitcode=1
315 echo as_func_ret_failure succeeded.
316 fi
317
318 if ( set x; as_func_ret_success y && test x = "$1" ); then
319 :
320 else
321 exitcode=1
322 echo positional parameters were not saved.
323 fi
324
325 test $exitcode = 0) || { (exit 1); exit 1; }
326
327 (
328 as_lineno_1=$LINENO
329 as_lineno_2=$LINENO
330 test "x$as_lineno_1" != "x$as_lineno_2" &&
331 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
332
333 _ASEOF
334 }; then
335 break
336 fi
337
338 fi
339
340 done
341
342 if test "x$CONFIG_SHELL" != x; then
343 for as_var in BASH_ENV ENV
344 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
345 done
346 export CONFIG_SHELL
347 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
348 fi
349
350
351 if test $as_have_required = no; then
352 echo This script requires a shell more modern than all the
353 echo shells that I found on your system. Please install a
354 echo modern shell, or manually run the script under such a
355 echo shell if you do have one.
356 { (exit 1); exit 1; }
357 fi
358
359
360 fi
361
362 fi
363
364
365
366 (eval "as_func_return () {
367 (exit \$1)
368 }
369 as_func_success () {
370 as_func_return 0
371 }
372 as_func_failure () {
373 as_func_return 1
374 }
375 as_func_ret_success () {
376 return 0
377 }
378 as_func_ret_failure () {
379 return 1
380 }
381
382 exitcode=0
383 if as_func_success; then
384 :
385 else
386 exitcode=1
387 echo as_func_success failed.
388 fi
389
390 if as_func_failure; then
391 exitcode=1
392 echo as_func_failure succeeded.
393 fi
394
395 if as_func_ret_success; then
396 :
397 else
398 exitcode=1
399 echo as_func_ret_success failed.
400 fi
401
402 if as_func_ret_failure; then
403 exitcode=1
404 echo as_func_ret_failure succeeded.
405 fi
406
407 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
408 :
409 else
410 exitcode=1
411 echo positional parameters were not saved.
412 fi
413
414 test \$exitcode = 0") || {
415 echo No shell found that supports shell functions.
416 echo Please tell autoconf@gnu.org about your system,
417 echo including any error possibly output before this
418 echo message
419 }
420
421
422
423 as_lineno_1=$LINENO
424 as_lineno_2=$LINENO
425 test "x$as_lineno_1" != "x$as_lineno_2" &&
426 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
427
428 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
429 # uniformly replaced by the line number. The first 'sed' inserts a
430 # line-number line after each line using $LINENO; the second 'sed'
431 # does the real work. The second script uses 'N' to pair each
432 # line-number line with the line containing $LINENO, and appends
433 # trailing '-' during substitution so that $LINENO is not a special
434 # case at line end.
435 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
436 # scripts with optimization help from Paolo Bonzini. Blame Lee
437 # E. McMahon (1931-1989) for sed's syntax. :-)
438 sed -n '
439 p
440 /[$]LINENO/=
441 ' <$as_myself |
442 sed '
443 s/[$]LINENO.*/&-/
444 t lineno
445 b
446 :lineno
447 N
448 :loop
449 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
450 t loop
451 s/-\n.*//
452 ' >$as_me.lineno &&
453 chmod +x "$as_me.lineno" ||
454 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
455 { (exit 1); exit 1; }; }
456
457 # Don't try to exec as it changes $[0], causing all sort of problems
458 # (the dirname of $[0] is not the place where we might find the
459 # original and so on. Autoconf is especially sensitive to this).
460 . "./$as_me.lineno"
461 # Exit status is that of the last command.
462 exit
463 }
464
465
466 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
467 as_dirname=dirname
468 else
469 as_dirname=false
470 fi
471
472 ECHO_C= ECHO_N= ECHO_T=
473 case `echo -n x` in
474 -n*)
475 case `echo 'x\c'` in
476 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
477 *) ECHO_C='\c';;
478 esac;;
479 *)
480 ECHO_N='-n';;
481 esac
482
483 if expr a : '\(a\)' >/dev/null 2>&1 &&
484 test "X`expr 00001 : '.*\(...\)'`" = X001; then
485 as_expr=expr
486 else
487 as_expr=false
488 fi
489
490 rm -f conf$$ conf$$.exe conf$$.file
491 if test -d conf$$.dir; then
492 rm -f conf$$.dir/conf$$.file
493 else
494 rm -f conf$$.dir
495 mkdir conf$$.dir
496 fi
497 echo >conf$$.file
498 if ln -s conf$$.file conf$$ 2>/dev/null; then
499 as_ln_s='ln -s'
500 # ... but there are two gotchas:
501 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
502 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
503 # In both cases, we have to default to `cp -p'.
504 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
505 as_ln_s='cp -p'
506 elif ln conf$$.file conf$$ 2>/dev/null; then
507 as_ln_s=ln
508 else
509 as_ln_s='cp -p'
510 fi
511 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
512 rmdir conf$$.dir 2>/dev/null
513
514 if mkdir -p . 2>/dev/null; then
515 as_mkdir_p=:
516 else
517 test -d ./-p && rmdir ./-p
518 as_mkdir_p=false
519 fi
520
521 if test -x / >/dev/null 2>&1; then
522 as_test_x='test -x'
523 else
524 if ls -dL / >/dev/null 2>&1; then
525 as_ls_L_option=L
526 else
527 as_ls_L_option=
528 fi
529 as_test_x='
530 eval sh -c '\''
531 if test -d "$1"; then
532 test -d "$1/.";
533 else
534 case $1 in
535 -*)set "./$1";;
536 esac;
537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
538 ???[sx]*):;;*)false;;esac;fi
539 '\'' sh
540 '
541 fi
542 as_executable_p=$as_test_x
543
544 # Sed expression to map a string onto a valid CPP name.
545 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
546
547 # Sed expression to map a string onto a valid variable name.
548 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
549
550
551
552 exec 7<&0 </dev/null 6>&1
553
554 # Name of the host.
555 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
556 # so uname gets run too.
557 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
558
559 #
560 # Initializations.
561 #
562 ac_default_prefix=/usr/local
563 ac_clean_files=
564 ac_config_libobj_dir=.
565 LIBOBJS=
566 cross_compiling=no
567 subdirs=
568 MFLAGS=
569 MAKEFLAGS=
570 SHELL=${CONFIG_SHELL-/bin/sh}
571
572 # Identity of this package.
573 PACKAGE_NAME=
574 PACKAGE_TARNAME=
575 PACKAGE_VERSION=
576 PACKAGE_STRING=
577 PACKAGE_BUGREPORT=
578
579 ac_unique_file="src/lisp.h"
580 ac_config_libobj_dir=src
581 # Factoring default headers for most tests.
582 ac_includes_default="\
583 #include <stdio.h>
584 #ifdef HAVE_SYS_TYPES_H
585 # include <sys/types.h>
586 #endif
587 #ifdef HAVE_SYS_STAT_H
588 # include <sys/stat.h>
589 #endif
590 #ifdef STDC_HEADERS
591 # include <stdlib.h>
592 # include <stddef.h>
593 #else
594 # ifdef HAVE_STDLIB_H
595 # include <stdlib.h>
596 # endif
597 #endif
598 #ifdef HAVE_STRING_H
599 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
600 # include <memory.h>
601 # endif
602 # include <string.h>
603 #endif
604 #ifdef HAVE_STRINGS_H
605 # include <strings.h>
606 #endif
607 #ifdef HAVE_INTTYPES_H
608 # include <inttypes.h>
609 #endif
610 #ifdef HAVE_STDINT_H
611 # include <stdint.h>
612 #endif
613 #ifdef HAVE_UNISTD_H
614 # include <unistd.h>
615 #endif"
616
617 ac_header_list=
618 ac_func_list=
619 ac_subst_vars='SHELL
620 PATH_SEPARATOR
621 PACKAGE_NAME
622 PACKAGE_TARNAME
623 PACKAGE_VERSION
624 PACKAGE_STRING
625 PACKAGE_BUGREPORT
626 exec_prefix
627 prefix
628 program_transform_name
629 bindir
630 sbindir
631 libexecdir
632 datarootdir
633 datadir
634 sysconfdir
635 sharedstatedir
636 localstatedir
637 includedir
638 oldincludedir
639 docdir
640 infodir
641 htmldir
642 dvidir
643 pdfdir
644 psdir
645 libdir
646 localedir
647 mandir
648 DEFS
649 ECHO_C
650 ECHO_N
651 ECHO_T
652 LIBS
653 build_alias
654 host_alias
655 target_alias
656 MAINT
657 build
658 build_cpu
659 build_vendor
660 build_os
661 host
662 host_cpu
663 host_vendor
664 host_os
665 CC
666 CFLAGS
667 LDFLAGS
668 CPPFLAGS
669 ac_ct_CC
670 EXEEXT
671 OBJEXT
672 CPP
673 GREP
674 EGREP
675 LN_S
676 INSTALL_PROGRAM
677 INSTALL_SCRIPT
678 INSTALL_DATA
679 RANLIB
680 INSTALL_INFO
681 GZIP_PROG
682 MAKEINFO
683 LIBSOUND
684 PKG_CONFIG
685 ALSA_CFLAGS
686 ALSA_LIBS
687 CFLAGS_SOUND
688 SET_MAKE
689 XMKMF
690 HAVE_XSERVER
691 RSVG_CFLAGS
692 RSVG_LIBS
693 GTK_CFLAGS
694 GTK_LIBS
695 XFT_CFLAGS
696 XFT_LIBS
697 FREETYPE_CFLAGS
698 FREETYPE_LIBS
699 FONTCONFIG_CFLAGS
700 FONTCONFIG_LIBS
701 HAVE_LIBOTF
702 LIBOTF_CFLAGS
703 LIBOTF_LIBS
704 ALLOCA
705 liblockfile
706 LIBOBJS
707 NEED_SETGID
708 KMEM_GROUP
709 GETLOADAVG_LIBS
710 GETOPT_H
711 GETOPTOBJS
712 version
713 configuration
714 canonical
715 srcdir
716 lispdir
717 locallisppath
718 lisppath
719 x_default_search_path
720 etcdir
721 archlibdir
722 bitmapdir
723 gamedir
724 gameuser
725 c_switch_system
726 c_switch_machine
727 LD_SWITCH_X_SITE
728 LD_SWITCH_X_SITE_AUX
729 C_SWITCH_X_SITE
730 X_TOOLKIT_TYPE
731 machfile
732 opsysfile
733 carbon_appdir
734 LTLIBOBJS'
735 ac_subst_files=''
736 ac_precious_vars='build_alias
737 host_alias
738 target_alias
739 CC
740 CFLAGS
741 LDFLAGS
742 LIBS
743 CPPFLAGS
744 CPP
745 XMKMF'
746
747
748 # Initialize some variables set by options.
749 ac_init_help=
750 ac_init_version=false
751 # The variables have the same names as the options, with
752 # dashes changed to underlines.
753 cache_file=/dev/null
754 exec_prefix=NONE
755 no_create=
756 no_recursion=
757 prefix=NONE
758 program_prefix=NONE
759 program_suffix=NONE
760 program_transform_name=s,x,x,
761 silent=
762 site=
763 srcdir=
764 verbose=
765 x_includes=NONE
766 x_libraries=NONE
767
768 # Installation directory options.
769 # These are left unexpanded so users can "make install exec_prefix=/foo"
770 # and all the variables that are supposed to be based on exec_prefix
771 # by default will actually change.
772 # Use braces instead of parens because sh, perl, etc. also accept them.
773 # (The list follows the same order as the GNU Coding Standards.)
774 bindir='${exec_prefix}/bin'
775 sbindir='${exec_prefix}/sbin'
776 libexecdir='${exec_prefix}/libexec'
777 datarootdir='${prefix}/share'
778 datadir='${datarootdir}'
779 sysconfdir='${prefix}/etc'
780 sharedstatedir='${prefix}/com'
781 localstatedir='${prefix}/var'
782 includedir='${prefix}/include'
783 oldincludedir='/usr/include'
784 docdir='${datarootdir}/doc/${PACKAGE}'
785 infodir='${datarootdir}/info'
786 htmldir='${docdir}'
787 dvidir='${docdir}'
788 pdfdir='${docdir}'
789 psdir='${docdir}'
790 libdir='${exec_prefix}/lib'
791 localedir='${datarootdir}/locale'
792 mandir='${datarootdir}/man'
793
794 ac_prev=
795 ac_dashdash=
796 for ac_option
797 do
798 # If the previous option needs an argument, assign it.
799 if test -n "$ac_prev"; then
800 eval $ac_prev=\$ac_option
801 ac_prev=
802 continue
803 fi
804
805 case $ac_option in
806 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
807 *) ac_optarg=yes ;;
808 esac
809
810 # Accept the important Cygnus configure options, so we can diagnose typos.
811
812 case $ac_dashdash$ac_option in
813 --)
814 ac_dashdash=yes ;;
815
816 -bindir | --bindir | --bindi | --bind | --bin | --bi)
817 ac_prev=bindir ;;
818 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
819 bindir=$ac_optarg ;;
820
821 -build | --build | --buil | --bui | --bu)
822 ac_prev=build_alias ;;
823 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
824 build_alias=$ac_optarg ;;
825
826 -cache-file | --cache-file | --cache-fil | --cache-fi \
827 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
828 ac_prev=cache_file ;;
829 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
830 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
831 cache_file=$ac_optarg ;;
832
833 --config-cache | -C)
834 cache_file=config.cache ;;
835
836 -datadir | --datadir | --datadi | --datad)
837 ac_prev=datadir ;;
838 -datadir=* | --datadir=* | --datadi=* | --datad=*)
839 datadir=$ac_optarg ;;
840
841 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
842 | --dataroo | --dataro | --datar)
843 ac_prev=datarootdir ;;
844 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
845 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
846 datarootdir=$ac_optarg ;;
847
848 -disable-* | --disable-*)
849 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
850 # Reject names that are not valid shell variable names.
851 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
852 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
853 { (exit 1); exit 1; }; }
854 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
855 eval enable_$ac_feature=no ;;
856
857 -docdir | --docdir | --docdi | --doc | --do)
858 ac_prev=docdir ;;
859 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
860 docdir=$ac_optarg ;;
861
862 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
863 ac_prev=dvidir ;;
864 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
865 dvidir=$ac_optarg ;;
866
867 -enable-* | --enable-*)
868 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
869 # Reject names that are not valid shell variable names.
870 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
871 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
872 { (exit 1); exit 1; }; }
873 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
874 eval enable_$ac_feature=\$ac_optarg ;;
875
876 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
877 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
878 | --exec | --exe | --ex)
879 ac_prev=exec_prefix ;;
880 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
881 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
882 | --exec=* | --exe=* | --ex=*)
883 exec_prefix=$ac_optarg ;;
884
885 -gas | --gas | --ga | --g)
886 # Obsolete; use --with-gas.
887 with_gas=yes ;;
888
889 -help | --help | --hel | --he | -h)
890 ac_init_help=long ;;
891 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
892 ac_init_help=recursive ;;
893 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
894 ac_init_help=short ;;
895
896 -host | --host | --hos | --ho)
897 ac_prev=host_alias ;;
898 -host=* | --host=* | --hos=* | --ho=*)
899 host_alias=$ac_optarg ;;
900
901 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
902 ac_prev=htmldir ;;
903 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
904 | --ht=*)
905 htmldir=$ac_optarg ;;
906
907 -includedir | --includedir | --includedi | --included | --include \
908 | --includ | --inclu | --incl | --inc)
909 ac_prev=includedir ;;
910 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
911 | --includ=* | --inclu=* | --incl=* | --inc=*)
912 includedir=$ac_optarg ;;
913
914 -infodir | --infodir | --infodi | --infod | --info | --inf)
915 ac_prev=infodir ;;
916 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
917 infodir=$ac_optarg ;;
918
919 -libdir | --libdir | --libdi | --libd)
920 ac_prev=libdir ;;
921 -libdir=* | --libdir=* | --libdi=* | --libd=*)
922 libdir=$ac_optarg ;;
923
924 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
925 | --libexe | --libex | --libe)
926 ac_prev=libexecdir ;;
927 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
928 | --libexe=* | --libex=* | --libe=*)
929 libexecdir=$ac_optarg ;;
930
931 -localedir | --localedir | --localedi | --localed | --locale)
932 ac_prev=localedir ;;
933 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
934 localedir=$ac_optarg ;;
935
936 -localstatedir | --localstatedir | --localstatedi | --localstated \
937 | --localstate | --localstat | --localsta | --localst | --locals)
938 ac_prev=localstatedir ;;
939 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
940 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
941 localstatedir=$ac_optarg ;;
942
943 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
944 ac_prev=mandir ;;
945 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
946 mandir=$ac_optarg ;;
947
948 -nfp | --nfp | --nf)
949 # Obsolete; use --without-fp.
950 with_fp=no ;;
951
952 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
953 | --no-cr | --no-c | -n)
954 no_create=yes ;;
955
956 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
957 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
958 no_recursion=yes ;;
959
960 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
961 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
962 | --oldin | --oldi | --old | --ol | --o)
963 ac_prev=oldincludedir ;;
964 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
965 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
966 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
967 oldincludedir=$ac_optarg ;;
968
969 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
970 ac_prev=prefix ;;
971 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
972 prefix=$ac_optarg ;;
973
974 -program-prefix | --program-prefix | --program-prefi | --program-pref \
975 | --program-pre | --program-pr | --program-p)
976 ac_prev=program_prefix ;;
977 -program-prefix=* | --program-prefix=* | --program-prefi=* \
978 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
979 program_prefix=$ac_optarg ;;
980
981 -program-suffix | --program-suffix | --program-suffi | --program-suff \
982 | --program-suf | --program-su | --program-s)
983 ac_prev=program_suffix ;;
984 -program-suffix=* | --program-suffix=* | --program-suffi=* \
985 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
986 program_suffix=$ac_optarg ;;
987
988 -program-transform-name | --program-transform-name \
989 | --program-transform-nam | --program-transform-na \
990 | --program-transform-n | --program-transform- \
991 | --program-transform | --program-transfor \
992 | --program-transfo | --program-transf \
993 | --program-trans | --program-tran \
994 | --progr-tra | --program-tr | --program-t)
995 ac_prev=program_transform_name ;;
996 -program-transform-name=* | --program-transform-name=* \
997 | --program-transform-nam=* | --program-transform-na=* \
998 | --program-transform-n=* | --program-transform-=* \
999 | --program-transform=* | --program-transfor=* \
1000 | --program-transfo=* | --program-transf=* \
1001 | --program-trans=* | --program-tran=* \
1002 | --progr-tra=* | --program-tr=* | --program-t=*)
1003 program_transform_name=$ac_optarg ;;
1004
1005 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1006 ac_prev=pdfdir ;;
1007 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1008 pdfdir=$ac_optarg ;;
1009
1010 -psdir | --psdir | --psdi | --psd | --ps)
1011 ac_prev=psdir ;;
1012 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1013 psdir=$ac_optarg ;;
1014
1015 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1016 | -silent | --silent | --silen | --sile | --sil)
1017 silent=yes ;;
1018
1019 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1020 ac_prev=sbindir ;;
1021 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1022 | --sbi=* | --sb=*)
1023 sbindir=$ac_optarg ;;
1024
1025 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1026 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1027 | --sharedst | --shareds | --shared | --share | --shar \
1028 | --sha | --sh)
1029 ac_prev=sharedstatedir ;;
1030 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1031 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1032 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1033 | --sha=* | --sh=*)
1034 sharedstatedir=$ac_optarg ;;
1035
1036 -site | --site | --sit)
1037 ac_prev=site ;;
1038 -site=* | --site=* | --sit=*)
1039 site=$ac_optarg ;;
1040
1041 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1042 ac_prev=srcdir ;;
1043 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1044 srcdir=$ac_optarg ;;
1045
1046 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1047 | --syscon | --sysco | --sysc | --sys | --sy)
1048 ac_prev=sysconfdir ;;
1049 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1050 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1051 sysconfdir=$ac_optarg ;;
1052
1053 -target | --target | --targe | --targ | --tar | --ta | --t)
1054 ac_prev=target_alias ;;
1055 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1056 target_alias=$ac_optarg ;;
1057
1058 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1059 verbose=yes ;;
1060
1061 -version | --version | --versio | --versi | --vers | -V)
1062 ac_init_version=: ;;
1063
1064 -with-* | --with-*)
1065 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1066 # Reject names that are not valid shell variable names.
1067 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1068 { echo "$as_me: error: invalid package name: $ac_package" >&2
1069 { (exit 1); exit 1; }; }
1070 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1071 eval with_$ac_package=\$ac_optarg ;;
1072
1073 -without-* | --without-*)
1074 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1075 # Reject names that are not valid shell variable names.
1076 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1077 { echo "$as_me: error: invalid package name: $ac_package" >&2
1078 { (exit 1); exit 1; }; }
1079 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1080 eval with_$ac_package=no ;;
1081
1082 --x)
1083 # Obsolete; use --with-x.
1084 with_x=yes ;;
1085
1086 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1087 | --x-incl | --x-inc | --x-in | --x-i)
1088 ac_prev=x_includes ;;
1089 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1090 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1091 x_includes=$ac_optarg ;;
1092
1093 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1094 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1095 ac_prev=x_libraries ;;
1096 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1097 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1098 x_libraries=$ac_optarg ;;
1099
1100 -*) { echo "$as_me: error: unrecognized option: $ac_option
1101 Try \`$0 --help' for more information." >&2
1102 { (exit 1); exit 1; }; }
1103 ;;
1104
1105 *=*)
1106 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1107 # Reject names that are not valid shell variable names.
1108 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1109 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1110 { (exit 1); exit 1; }; }
1111 eval $ac_envvar=\$ac_optarg
1112 export $ac_envvar ;;
1113
1114 *)
1115 # FIXME: should be removed in autoconf 3.0.
1116 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1117 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1118 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1119 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1120 ;;
1121
1122 esac
1123 done
1124
1125 if test -n "$ac_prev"; then
1126 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1127 { echo "$as_me: error: missing argument to $ac_option" >&2
1128 { (exit 1); exit 1; }; }
1129 fi
1130
1131 # Be sure to have absolute directory names.
1132 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1133 datadir sysconfdir sharedstatedir localstatedir includedir \
1134 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1135 libdir localedir mandir
1136 do
1137 eval ac_val=\$$ac_var
1138 case $ac_val in
1139 [\\/$]* | ?:[\\/]* ) continue;;
1140 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1141 esac
1142 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1143 { (exit 1); exit 1; }; }
1144 done
1145
1146 # There might be people who depend on the old broken behavior: `$host'
1147 # used to hold the argument of --host etc.
1148 # FIXME: To remove some day.
1149 build=$build_alias
1150 host=$host_alias
1151 target=$target_alias
1152
1153 # FIXME: To remove some day.
1154 if test "x$host_alias" != x; then
1155 if test "x$build_alias" = x; then
1156 cross_compiling=maybe
1157 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1158 If a cross compiler is detected then cross compile mode will be used." >&2
1159 elif test "x$build_alias" != "x$host_alias"; then
1160 cross_compiling=yes
1161 fi
1162 fi
1163
1164 ac_tool_prefix=
1165 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1166
1167 test "$silent" = yes && exec 6>/dev/null
1168
1169
1170 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1171 ac_ls_di=`ls -di .` &&
1172 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1173 { echo "$as_me: error: Working directory cannot be determined" >&2
1174 { (exit 1); exit 1; }; }
1175 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1176 { echo "$as_me: error: pwd does not report name of working directory" >&2
1177 { (exit 1); exit 1; }; }
1178
1179
1180 # Find the source files, if location was not specified.
1181 if test -z "$srcdir"; then
1182 ac_srcdir_defaulted=yes
1183 # Try the directory containing this script, then the parent directory.
1184 ac_confdir=`$as_dirname -- "$0" ||
1185 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1186 X"$0" : 'X\(//\)[^/]' \| \
1187 X"$0" : 'X\(//\)$' \| \
1188 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1189 echo X"$0" |
1190 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1191 s//\1/
1192 q
1193 }
1194 /^X\(\/\/\)[^/].*/{
1195 s//\1/
1196 q
1197 }
1198 /^X\(\/\/\)$/{
1199 s//\1/
1200 q
1201 }
1202 /^X\(\/\).*/{
1203 s//\1/
1204 q
1205 }
1206 s/.*/./; q'`
1207 srcdir=$ac_confdir
1208 if test ! -r "$srcdir/$ac_unique_file"; then
1209 srcdir=..
1210 fi
1211 else
1212 ac_srcdir_defaulted=no
1213 fi
1214 if test ! -r "$srcdir/$ac_unique_file"; then
1215 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1216 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1217 { (exit 1); exit 1; }; }
1218 fi
1219 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1220 ac_abs_confdir=`(
1221 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1222 { (exit 1); exit 1; }; }
1223 pwd)`
1224 # When building in place, set srcdir=.
1225 if test "$ac_abs_confdir" = "$ac_pwd"; then
1226 srcdir=.
1227 fi
1228 # Remove unnecessary trailing slashes from srcdir.
1229 # Double slashes in file names in object file debugging info
1230 # mess up M-x gdb in Emacs.
1231 case $srcdir in
1232 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1233 esac
1234 for ac_var in $ac_precious_vars; do
1235 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1236 eval ac_env_${ac_var}_value=\$${ac_var}
1237 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1238 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1239 done
1240
1241 #
1242 # Report the --help message.
1243 #
1244 if test "$ac_init_help" = "long"; then
1245 # Omit some internal or obsolete options to make the list less imposing.
1246 # This message is too long to be a string in the A/UX 3.1 sh.
1247 cat <<_ACEOF
1248 \`configure' configures this package to adapt to many kinds of systems.
1249
1250 Usage: $0 [OPTION]... [VAR=VALUE]...
1251
1252 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1253 VAR=VALUE. See below for descriptions of some of the useful variables.
1254
1255 Defaults for the options are specified in brackets.
1256
1257 Configuration:
1258 -h, --help display this help and exit
1259 --help=short display options specific to this package
1260 --help=recursive display the short help of all the included packages
1261 -V, --version display version information and exit
1262 -q, --quiet, --silent do not print \`checking...' messages
1263 --cache-file=FILE cache test results in FILE [disabled]
1264 -C, --config-cache alias for \`--cache-file=config.cache'
1265 -n, --no-create do not create output files
1266 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1267
1268 Installation directories:
1269 --prefix=PREFIX install architecture-independent files in PREFIX
1270 [$ac_default_prefix]
1271 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1272 [PREFIX]
1273
1274 By default, \`make install' will install all the files in
1275 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1276 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1277 for instance \`--prefix=\$HOME'.
1278
1279 For better control, use the options below.
1280
1281 Fine tuning of the installation directories:
1282 --bindir=DIR user executables [EPREFIX/bin]
1283 --sbindir=DIR system admin executables [EPREFIX/sbin]
1284 --libexecdir=DIR program executables [EPREFIX/libexec]
1285 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1286 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1287 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1288 --libdir=DIR object code libraries [EPREFIX/lib]
1289 --includedir=DIR C header files [PREFIX/include]
1290 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1291 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1292 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1293 --infodir=DIR info documentation [DATAROOTDIR/info]
1294 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1295 --mandir=DIR man documentation [DATAROOTDIR/man]
1296 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1297 --htmldir=DIR html documentation [DOCDIR]
1298 --dvidir=DIR dvi documentation [DOCDIR]
1299 --pdfdir=DIR pdf documentation [DOCDIR]
1300 --psdir=DIR ps documentation [DOCDIR]
1301 _ACEOF
1302
1303 cat <<\_ACEOF
1304
1305 Program names:
1306 --program-prefix=PREFIX prepend PREFIX to installed program names
1307 --program-suffix=SUFFIX append SUFFIX to installed program names
1308 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1309
1310 X features:
1311 --x-includes=DIR X include files are in DIR
1312 --x-libraries=DIR X library files are in DIR
1313
1314 System types:
1315 --build=BUILD configure for building on BUILD [guessed]
1316 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1317 _ACEOF
1318 fi
1319
1320 if test -n "$ac_init_help"; then
1321
1322 cat <<\_ACEOF
1323
1324 Optional Features:
1325 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1326 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1327 --enable-carbon-app[=DIR]
1328 specify install directory for Emacs.app on Mac OS X
1329 [DIR=/Application]
1330 --enable-font-backend compile code of font-backend support
1331 --enable-asserts compile code with asserts enabled
1332 --enable-maintainer-mode
1333 enable make rules and dependencies not useful (and
1334 sometimes confusing) to the casual installer
1335 --enable-locallisppath=PATH
1336 directories Emacs should search for lisp files
1337 specific to this site
1338 --disable-largefile omit support for large files
1339
1340 Optional Packages:
1341 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1342 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1343 --without-gcc don't use GCC to compile Emacs if GCC is found
1344 --without-pop don't support POP mail retrieval with movemail
1345 --with-kerberos support Kerberos-authenticated POP
1346 --with-kerberos5 support Kerberos version 5 authenticated POP
1347 --with-hesiod support Hesiod to get the POP server host
1348 --without-sound don't compile with sound support
1349 --with-x-toolkit=KIT use an X toolkit (KIT one of: yes, lucid, athena,
1350 motif, gtk, no)
1351 --with-xpm use -lXpm for displaying XPM images
1352 --with-jpeg use -ljpeg for displaying JPEG images
1353 --with-tiff use -ltiff for displaying TIFF images
1354 --with-gif use -lgif (or -lungif) for displaying GIF images
1355 --with-png use -lpng for displaying PNG images
1356 --with-freetype use -lfreetype for local fonts support
1357 --with-xft use -lXft for anti aliased fonts
1358 --with-gpm use -lgpm for mouse support on a GNU/Linux console
1359 --with-rsvg use -lrsvg-2 for displaying SVG images
1360 --with-gtk use GTK (same as --with-x-toolkit=gtk)
1361 --with-pkg-config-prog Path to pkg-config for finding GTK and librsvg
1362 --without-toolkit-scroll-bars
1363 don't use Motif or Xaw3d scroll bars
1364 --without-xaw3d don't use Xaw3d
1365 --without-xim don't use X11 XIM
1366 --without-carbon don't use Carbon GUI on Mac OS X
1367 --with-x use the X Window System
1368
1369 Some influential environment variables:
1370 CC C compiler command
1371 CFLAGS C compiler flags
1372 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1373 nonstandard directory <lib dir>
1374 LIBS libraries to pass to the linker, e.g. -l<library>
1375 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1376 you have headers in a nonstandard directory <include dir>
1377 CPP C preprocessor
1378 XMKMF Path to xmkmf, Makefile generator for X Window System
1379
1380 Use these variables to override the choices made by `configure' or to help
1381 it to find libraries and programs with nonstandard names/locations.
1382
1383 _ACEOF
1384 ac_status=$?
1385 fi
1386
1387 if test "$ac_init_help" = "recursive"; then
1388 # If there are subdirs, report their specific --help.
1389 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1390 test -d "$ac_dir" || continue
1391 ac_builddir=.
1392
1393 case "$ac_dir" in
1394 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1395 *)
1396 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1397 # A ".." for each directory in $ac_dir_suffix.
1398 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1399 case $ac_top_builddir_sub in
1400 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1401 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1402 esac ;;
1403 esac
1404 ac_abs_top_builddir=$ac_pwd
1405 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1406 # for backward compatibility:
1407 ac_top_builddir=$ac_top_build_prefix
1408
1409 case $srcdir in
1410 .) # We are building in place.
1411 ac_srcdir=.
1412 ac_top_srcdir=$ac_top_builddir_sub
1413 ac_abs_top_srcdir=$ac_pwd ;;
1414 [\\/]* | ?:[\\/]* ) # Absolute name.
1415 ac_srcdir=$srcdir$ac_dir_suffix;
1416 ac_top_srcdir=$srcdir
1417 ac_abs_top_srcdir=$srcdir ;;
1418 *) # Relative name.
1419 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1420 ac_top_srcdir=$ac_top_build_prefix$srcdir
1421 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1422 esac
1423 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1424
1425 cd "$ac_dir" || { ac_status=$?; continue; }
1426 # Check for guested configure.
1427 if test -f "$ac_srcdir/configure.gnu"; then
1428 echo &&
1429 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1430 elif test -f "$ac_srcdir/configure"; then
1431 echo &&
1432 $SHELL "$ac_srcdir/configure" --help=recursive
1433 else
1434 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1435 fi || ac_status=$?
1436 cd "$ac_pwd" || { ac_status=$?; break; }
1437 done
1438 fi
1439
1440 test -n "$ac_init_help" && exit $ac_status
1441 if $ac_init_version; then
1442 cat <<\_ACEOF
1443 configure
1444 generated by GNU Autoconf 2.61
1445
1446 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1447 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1448 This configure script is free software; the Free Software Foundation
1449 gives unlimited permission to copy, distribute and modify it.
1450 _ACEOF
1451 exit
1452 fi
1453 cat >config.log <<_ACEOF
1454 This file contains any messages produced by compilers while
1455 running configure, to aid debugging if configure makes a mistake.
1456
1457 It was created by $as_me, which was
1458 generated by GNU Autoconf 2.61. Invocation command line was
1459
1460 $ $0 $@
1461
1462 _ACEOF
1463 exec 5>>config.log
1464 {
1465 cat <<_ASUNAME
1466 ## --------- ##
1467 ## Platform. ##
1468 ## --------- ##
1469
1470 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1471 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1472 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1473 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1474 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1475
1476 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1477 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1478
1479 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1480 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1481 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1482 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1483 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1484 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1485 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1486
1487 _ASUNAME
1488
1489 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1490 for as_dir in $PATH
1491 do
1492 IFS=$as_save_IFS
1493 test -z "$as_dir" && as_dir=.
1494 echo "PATH: $as_dir"
1495 done
1496 IFS=$as_save_IFS
1497
1498 } >&5
1499
1500 cat >&5 <<_ACEOF
1501
1502
1503 ## ----------- ##
1504 ## Core tests. ##
1505 ## ----------- ##
1506
1507 _ACEOF
1508
1509
1510 # Keep a trace of the command line.
1511 # Strip out --no-create and --no-recursion so they do not pile up.
1512 # Strip out --silent because we don't want to record it for future runs.
1513 # Also quote any args containing shell meta-characters.
1514 # Make two passes to allow for proper duplicate-argument suppression.
1515 ac_configure_args=
1516 ac_configure_args0=
1517 ac_configure_args1=
1518 ac_must_keep_next=false
1519 for ac_pass in 1 2
1520 do
1521 for ac_arg
1522 do
1523 case $ac_arg in
1524 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1525 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1526 | -silent | --silent | --silen | --sile | --sil)
1527 continue ;;
1528 *\'*)
1529 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1530 esac
1531 case $ac_pass in
1532 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1533 2)
1534 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1535 if test $ac_must_keep_next = true; then
1536 ac_must_keep_next=false # Got value, back to normal.
1537 else
1538 case $ac_arg in
1539 *=* | --config-cache | -C | -disable-* | --disable-* \
1540 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1541 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1542 | -with-* | --with-* | -without-* | --without-* | --x)
1543 case "$ac_configure_args0 " in
1544 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1545 esac
1546 ;;
1547 -* ) ac_must_keep_next=true ;;
1548 esac
1549 fi
1550 ac_configure_args="$ac_configure_args '$ac_arg'"
1551 ;;
1552 esac
1553 done
1554 done
1555 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1556 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1557
1558 # When interrupted or exit'd, cleanup temporary files, and complete
1559 # config.log. We remove comments because anyway the quotes in there
1560 # would cause problems or look ugly.
1561 # WARNING: Use '\'' to represent an apostrophe within the trap.
1562 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1563 trap 'exit_status=$?
1564 # Save into config.log some information that might help in debugging.
1565 {
1566 echo
1567
1568 cat <<\_ASBOX
1569 ## ---------------- ##
1570 ## Cache variables. ##
1571 ## ---------------- ##
1572 _ASBOX
1573 echo
1574 # The following way of writing the cache mishandles newlines in values,
1575 (
1576 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1577 eval ac_val=\$$ac_var
1578 case $ac_val in #(
1579 *${as_nl}*)
1580 case $ac_var in #(
1581 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1582 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1583 esac
1584 case $ac_var in #(
1585 _ | IFS | as_nl) ;; #(
1586 *) $as_unset $ac_var ;;
1587 esac ;;
1588 esac
1589 done
1590 (set) 2>&1 |
1591 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1592 *${as_nl}ac_space=\ *)
1593 sed -n \
1594 "s/'\''/'\''\\\\'\'''\''/g;
1595 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1596 ;; #(
1597 *)
1598 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1599 ;;
1600 esac |
1601 sort
1602 )
1603 echo
1604
1605 cat <<\_ASBOX
1606 ## ----------------- ##
1607 ## Output variables. ##
1608 ## ----------------- ##
1609 _ASBOX
1610 echo
1611 for ac_var in $ac_subst_vars
1612 do
1613 eval ac_val=\$$ac_var
1614 case $ac_val in
1615 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1616 esac
1617 echo "$ac_var='\''$ac_val'\''"
1618 done | sort
1619 echo
1620
1621 if test -n "$ac_subst_files"; then
1622 cat <<\_ASBOX
1623 ## ------------------- ##
1624 ## File substitutions. ##
1625 ## ------------------- ##
1626 _ASBOX
1627 echo
1628 for ac_var in $ac_subst_files
1629 do
1630 eval ac_val=\$$ac_var
1631 case $ac_val in
1632 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1633 esac
1634 echo "$ac_var='\''$ac_val'\''"
1635 done | sort
1636 echo
1637 fi
1638
1639 if test -s confdefs.h; then
1640 cat <<\_ASBOX
1641 ## ----------- ##
1642 ## confdefs.h. ##
1643 ## ----------- ##
1644 _ASBOX
1645 echo
1646 cat confdefs.h
1647 echo
1648 fi
1649 test "$ac_signal" != 0 &&
1650 echo "$as_me: caught signal $ac_signal"
1651 echo "$as_me: exit $exit_status"
1652 } >&5
1653 rm -f core *.core core.conftest.* &&
1654 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1655 exit $exit_status
1656 ' 0
1657 for ac_signal in 1 2 13 15; do
1658 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1659 done
1660 ac_signal=0
1661
1662 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1663 rm -f -r conftest* confdefs.h
1664
1665 # Predefined preprocessor variables.
1666
1667 cat >>confdefs.h <<_ACEOF
1668 #define PACKAGE_NAME "$PACKAGE_NAME"
1669 _ACEOF
1670
1671
1672 cat >>confdefs.h <<_ACEOF
1673 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1674 _ACEOF
1675
1676
1677 cat >>confdefs.h <<_ACEOF
1678 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1679 _ACEOF
1680
1681
1682 cat >>confdefs.h <<_ACEOF
1683 #define PACKAGE_STRING "$PACKAGE_STRING"
1684 _ACEOF
1685
1686
1687 cat >>confdefs.h <<_ACEOF
1688 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1689 _ACEOF
1690
1691
1692 # Let the site file select an alternate cache file if it wants to.
1693 # Prefer explicitly selected file to automatically selected ones.
1694 if test -n "$CONFIG_SITE"; then
1695 set x "$CONFIG_SITE"
1696 elif test "x$prefix" != xNONE; then
1697 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1698 else
1699 set x "$ac_default_prefix/share/config.site" \
1700 "$ac_default_prefix/etc/config.site"
1701 fi
1702 shift
1703 for ac_site_file
1704 do
1705 if test -r "$ac_site_file"; then
1706 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1707 echo "$as_me: loading site script $ac_site_file" >&6;}
1708 sed 's/^/| /' "$ac_site_file" >&5
1709 . "$ac_site_file"
1710 fi
1711 done
1712
1713 if test -r "$cache_file"; then
1714 # Some versions of bash will fail to source /dev/null (special
1715 # files actually), so we avoid doing that.
1716 if test -f "$cache_file"; then
1717 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1718 echo "$as_me: loading cache $cache_file" >&6;}
1719 case $cache_file in
1720 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1721 *) . "./$cache_file";;
1722 esac
1723 fi
1724 else
1725 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1726 echo "$as_me: creating cache $cache_file" >&6;}
1727 >$cache_file
1728 fi
1729
1730 ac_header_list="$ac_header_list sys/time.h"
1731 ac_header_list="$ac_header_list unistd.h"
1732 ac_func_list="$ac_func_list alarm"
1733 # Check that the precious variables saved in the cache have kept the same
1734 # value.
1735 ac_cache_corrupted=false
1736 for ac_var in $ac_precious_vars; do
1737 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1738 eval ac_new_set=\$ac_env_${ac_var}_set
1739 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1740 eval ac_new_val=\$ac_env_${ac_var}_value
1741 case $ac_old_set,$ac_new_set in
1742 set,)
1743 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1744 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1745 ac_cache_corrupted=: ;;
1746 ,set)
1747 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1748 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1749 ac_cache_corrupted=: ;;
1750 ,);;
1751 *)
1752 if test "x$ac_old_val" != "x$ac_new_val"; then
1753 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1754 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1755 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1756 echo "$as_me: former value: $ac_old_val" >&2;}
1757 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1758 echo "$as_me: current value: $ac_new_val" >&2;}
1759 ac_cache_corrupted=:
1760 fi;;
1761 esac
1762 # Pass precious variables to config.status.
1763 if test "$ac_new_set" = set; then
1764 case $ac_new_val in
1765 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1766 *) ac_arg=$ac_var=$ac_new_val ;;
1767 esac
1768 case " $ac_configure_args " in
1769 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1770 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1771 esac
1772 fi
1773 done
1774 if $ac_cache_corrupted; then
1775 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1776 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1777 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1778 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1779 { (exit 1); exit 1; }; }
1780 fi
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798 ac_ext=c
1799 ac_cpp='$CPP $CPPFLAGS'
1800 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1801 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1802 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1803
1804
1805 ac_config_headers="$ac_config_headers src/config.h:src/config.in"
1806
1807
1808 test "$program_prefix" != NONE &&
1809 program_transform_name="s&^&$program_prefix&;$program_transform_name"
1810 # Use a double $ so make ignores it.
1811 test "$program_suffix" != NONE &&
1812 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1813 # Double any \ or $. echo might interpret backslashes.
1814 # By default was `s,x,x', remove it if useless.
1815 cat <<\_ACEOF >conftest.sed
1816 s/[\\$]/&&/g;s/;s,x,x,$//
1817 _ACEOF
1818 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1819 rm -f conftest.sed
1820
1821
1822 lispdir='${datadir}/emacs/${version}/lisp'
1823 locallisppath='${datadir}/emacs/${version}/site-lisp:'\
1824 '${datadir}/emacs/site-lisp'
1825 lisppath='${locallisppath}:${lispdir}:${datadir}/emacs/${version}/leim'
1826 etcdir='${datadir}/emacs/${version}/etc'
1827 archlibdir='${libexecdir}/emacs/${version}/${configuration}'
1828 docdir='${datadir}/emacs/${version}/etc'
1829 gamedir='${localstatedir}/games/emacs'
1830
1831 gameuser=games
1832
1833
1834
1835 # Check whether --with-gcc was given.
1836 if test "${with_gcc+set}" = set; then
1837 withval=$with_gcc;
1838 fi
1839
1840
1841
1842 # Check whether --with-pop was given.
1843 if test "${with_pop+set}" = set; then
1844 withval=$with_pop; if test "$withval" = yes; then
1845 cat >>confdefs.h <<\_ACEOF
1846 #define MAIL_USE_POP 1
1847 _ACEOF
1848
1849 else :
1850 fi
1851 else
1852 cat >>confdefs.h <<\_ACEOF
1853 #define MAIL_USE_POP 1
1854 _ACEOF
1855
1856 fi
1857
1858
1859
1860
1861 # Check whether --with-kerberos was given.
1862 if test "${with_kerberos+set}" = set; then
1863 withval=$with_kerberos; if test "$withval" = yes; then
1864 cat >>confdefs.h <<\_ACEOF
1865 #define KERBEROS 1
1866 _ACEOF
1867
1868 fi
1869 fi
1870
1871
1872
1873
1874 # Check whether --with-kerberos5 was given.
1875 if test "${with_kerberos5+set}" = set; then
1876 withval=$with_kerberos5; if test "${with_kerberos5+set}" = set; then
1877 if test "${with_kerberos+set}" != set; then
1878 with_kerberos=yes
1879 cat >>confdefs.h <<\_ACEOF
1880 #define KERBEROS 1
1881 _ACEOF
1882
1883 fi
1884
1885 cat >>confdefs.h <<\_ACEOF
1886 #define KERBEROS5 1
1887 _ACEOF
1888
1889 fi
1890 fi
1891
1892
1893
1894 # Check whether --with-hesiod was given.
1895 if test "${with_hesiod+set}" = set; then
1896 withval=$with_hesiod; if test "$withval" = yes; then
1897
1898 cat >>confdefs.h <<\_ACEOF
1899 #define HESIOD 1
1900 _ACEOF
1901
1902 fi
1903 fi
1904
1905
1906
1907 # Check whether --with-sound was given.
1908 if test "${with_sound+set}" = set; then
1909 withval=$with_sound;
1910 fi
1911
1912
1913
1914 # Check whether --with-x-toolkit was given.
1915 if test "${with_x_toolkit+set}" = set; then
1916 withval=$with_x_toolkit; case "${withval}" in
1917 y | ye | yes ) val=gtk ;;
1918 n | no ) val=no ;;
1919 l | lu | luc | luci | lucid ) val=lucid ;;
1920 a | at | ath | athe | athen | athena ) val=athena ;;
1921 m | mo | mot | moti | motif ) val=motif ;;
1922 g | gt | gtk ) val=gtk ;;
1923 * )
1924 { { echo "$as_me:$LINENO: error: \`--with-x-toolkit=$withval' is invalid;
1925 this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif' or \`gtk'.
1926 \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." >&5
1927 echo "$as_me: error: \`--with-x-toolkit=$withval' is invalid;
1928 this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif' or \`gtk'.
1929 \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." >&2;}
1930 { (exit 1); exit 1; }; }
1931 ;;
1932 esac
1933 with_x_toolkit=$val
1934
1935 fi
1936
1937
1938
1939 # Check whether --with-xpm was given.
1940 if test "${with_xpm+set}" = set; then
1941 withval=$with_xpm;
1942 fi
1943
1944
1945 # Check whether --with-jpeg was given.
1946 if test "${with_jpeg+set}" = set; then
1947 withval=$with_jpeg;
1948 fi
1949
1950
1951 # Check whether --with-tiff was given.
1952 if test "${with_tiff+set}" = set; then
1953 withval=$with_tiff;
1954 fi
1955
1956
1957 # Check whether --with-gif was given.
1958 if test "${with_gif+set}" = set; then
1959 withval=$with_gif;
1960 fi
1961
1962
1963 # Check whether --with-png was given.
1964 if test "${with_png+set}" = set; then
1965 withval=$with_png;
1966 fi
1967
1968
1969 # Check whether --with-freetype was given.
1970 if test "${with_freetype+set}" = set; then
1971 withval=$with_freetype;
1972 fi
1973
1974
1975 # Check whether --with-xft was given.
1976 if test "${with_xft+set}" = set; then
1977 withval=$with_xft;
1978 fi
1979
1980
1981 # Check whether --with-gpm was given.
1982 if test "${with_gpm+set}" = set; then
1983 withval=$with_gpm;
1984 fi
1985
1986
1987 # Check whether --with-rsvg was given.
1988 if test "${with_rsvg+set}" = set; then
1989 withval=$with_rsvg;
1990 fi
1991
1992
1993 # Check whether --with-gtk was given.
1994 if test "${with_gtk+set}" = set; then
1995 withval=$with_gtk;
1996 fi
1997
1998
1999 # Check whether --with-pkg-config-prog was given.
2000 if test "${with_pkg_config_prog+set}" = set; then
2001 withval=$with_pkg_config_prog;
2002 fi
2003
2004
2005 # Check whether --with-toolkit-scroll-bars was given.
2006 if test "${with_toolkit_scroll_bars+set}" = set; then
2007 withval=$with_toolkit_scroll_bars;
2008 fi
2009
2010
2011 # Check whether --with-xaw3d was given.
2012 if test "${with_xaw3d+set}" = set; then
2013 withval=$with_xaw3d;
2014 fi
2015
2016
2017 # Check whether --with-xim was given.
2018 if test "${with_xim+set}" = set; then
2019 withval=$with_xim;
2020 fi
2021
2022
2023 # Check whether --with-carbon was given.
2024 if test "${with_carbon+set}" = set; then
2025 withval=$with_carbon;
2026 fi
2027
2028
2029 # Check whether --enable-carbon-app was given.
2030 if test "${enable_carbon_app+set}" = set; then
2031 enableval=$enable_carbon_app; carbon_appdir_x=${enableval}
2032 fi
2033
2034
2035 # Check whether --enable-font-backend was given.
2036 if test "${enable_font_backend+set}" = set; then
2037 enableval=$enable_font_backend; USE_FONT_BACKEND=$enableval
2038 else
2039 USE_FONT_BACKEND=no
2040 fi
2041
2042
2043 # Check whether --enable-asserts was given.
2044 if test "${enable_asserts+set}" = set; then
2045 enableval=$enable_asserts; USE_XASSERTS=$enableval
2046 else
2047 USE_XASSERTS=no
2048 fi
2049
2050
2051 # Check whether --enable-maintainer-mode was given.
2052 if test "${enable_maintainer_mode+set}" = set; then
2053 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2054 else
2055 USE_MAINTAINER_MODE=no
2056 fi
2057
2058 if test $USE_MAINTAINER_MODE = yes; then
2059 MAINT=
2060 else
2061 MAINT=#
2062 fi
2063
2064
2065 # Check whether --enable-locallisppath was given.
2066 if test "${enable_locallisppath+set}" = set; then
2067 enableval=$enable_locallisppath; if test "${enableval}" = "no"; then
2068 locallisppath=
2069 elif test "${enableval}" != "yes"; then
2070 locallisppath=${enableval}
2071 fi
2072 fi
2073
2074
2075 #### Make srcdir absolute, if it isn't already. It's important to
2076 #### avoid running the path through pwd unnecessarily, since pwd can
2077 #### give you automounter prefixes, which can go away. We do all this
2078 #### so Emacs can find its files when run uninstalled.
2079 ## Make sure CDPATH doesn't affect cd (in case PWD is relative).
2080 unset CDPATH
2081 case "${srcdir}" in
2082 /* ) ;;
2083 . )
2084 ## We may be able to use the $PWD environment variable to make this
2085 ## absolute. But sometimes PWD is inaccurate.
2086 ## Note: we used to use ${PWD} at the end instead of `pwd`,
2087 ## but that tested only for a well-formed and valid PWD,
2088 ## it did not object when PWD was well-formed and valid but just wrong.
2089 if test ".${PWD}" != "." && test ".`(cd ${PWD} ; sh -c pwd)`" = ".`pwd`" ;
2090 then
2091 srcdir="$PWD"
2092 else
2093 srcdir="`(cd ${srcdir}; pwd)`"
2094 fi
2095 ;;
2096 * ) srcdir="`(cd ${srcdir}; pwd)`" ;;
2097 esac
2098
2099 #### Check if the source directory already has a configured system in it.
2100 if test `pwd` != `(cd ${srcdir} && pwd)` \
2101 && test -f "${srcdir}/src/config.h" ; then
2102 { echo "$as_me:$LINENO: WARNING: The directory tree \`${srcdir}' is being used
2103 as a build directory right now; it has been configured in its own
2104 right. To configure in another directory as well, you MUST
2105 use GNU make. If you do not have GNU make, then you must
2106 now do \`make distclean' in ${srcdir},
2107 and then run $0 again." >&5
2108 echo "$as_me: WARNING: The directory tree \`${srcdir}' is being used
2109 as a build directory right now; it has been configured in its own
2110 right. To configure in another directory as well, you MUST
2111 use GNU make. If you do not have GNU make, then you must
2112 now do \`make distclean' in ${srcdir},
2113 and then run $0 again." >&2;}
2114 fi
2115
2116 #### Given the configuration name, set machfile and opsysfile to the
2117 #### names of the m/*.h and s/*.h files we should use.
2118
2119 ### Canonicalize the configuration name.
2120
2121 ac_aux_dir=
2122 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2123 if test -f "$ac_dir/install-sh"; then
2124 ac_aux_dir=$ac_dir
2125 ac_install_sh="$ac_aux_dir/install-sh -c"
2126 break
2127 elif test -f "$ac_dir/install.sh"; then
2128 ac_aux_dir=$ac_dir
2129 ac_install_sh="$ac_aux_dir/install.sh -c"
2130 break
2131 elif test -f "$ac_dir/shtool"; then
2132 ac_aux_dir=$ac_dir
2133 ac_install_sh="$ac_aux_dir/shtool install -c"
2134 break
2135 fi
2136 done
2137 if test -z "$ac_aux_dir"; then
2138 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2139 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2140 { (exit 1); exit 1; }; }
2141 fi
2142
2143 # These three variables are undocumented and unsupported,
2144 # and are intended to be withdrawn in a future Autoconf release.
2145 # They can cause serious problems if a builder's source tree is in a directory
2146 # whose full name contains unusual characters.
2147 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2148 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2149 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2150
2151
2152 # Make sure we can run config.sub.
2153 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2154 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2155 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2156 { (exit 1); exit 1; }; }
2157
2158 { echo "$as_me:$LINENO: checking build system type" >&5
2159 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2160 if test "${ac_cv_build+set}" = set; then
2161 echo $ECHO_N "(cached) $ECHO_C" >&6
2162 else
2163 ac_build_alias=$build_alias
2164 test "x$ac_build_alias" = x &&
2165 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2166 test "x$ac_build_alias" = x &&
2167 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2168 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2169 { (exit 1); exit 1; }; }
2170 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2171 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2172 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2173 { (exit 1); exit 1; }; }
2174
2175 fi
2176 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2177 echo "${ECHO_T}$ac_cv_build" >&6; }
2178 case $ac_cv_build in
2179 *-*-*) ;;
2180 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2181 echo "$as_me: error: invalid value of canonical build" >&2;}
2182 { (exit 1); exit 1; }; };;
2183 esac
2184 build=$ac_cv_build
2185 ac_save_IFS=$IFS; IFS='-'
2186 set x $ac_cv_build
2187 shift
2188 build_cpu=$1
2189 build_vendor=$2
2190 shift; shift
2191 # Remember, the first character of IFS is used to create $*,
2192 # except with old shells:
2193 build_os=$*
2194 IFS=$ac_save_IFS
2195 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2196
2197
2198 { echo "$as_me:$LINENO: checking host system type" >&5
2199 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2200 if test "${ac_cv_host+set}" = set; then
2201 echo $ECHO_N "(cached) $ECHO_C" >&6
2202 else
2203 if test "x$host_alias" = x; then
2204 ac_cv_host=$ac_cv_build
2205 else
2206 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2207 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2208 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2209 { (exit 1); exit 1; }; }
2210 fi
2211
2212 fi
2213 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2214 echo "${ECHO_T}$ac_cv_host" >&6; }
2215 case $ac_cv_host in
2216 *-*-*) ;;
2217 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2218 echo "$as_me: error: invalid value of canonical host" >&2;}
2219 { (exit 1); exit 1; }; };;
2220 esac
2221 host=$ac_cv_host
2222 ac_save_IFS=$IFS; IFS='-'
2223 set x $ac_cv_host
2224 shift
2225 host_cpu=$1
2226 host_vendor=$2
2227 shift; shift
2228 # Remember, the first character of IFS is used to create $*,
2229 # except with old shells:
2230 host_os=$*
2231 IFS=$ac_save_IFS
2232 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2233
2234
2235 canonical=$host
2236 configuration=${host_alias-${build_alias-$host}}
2237
2238
2239
2240 ### If you add support for a new configuration, add code to this
2241 ### switch statement to recognize your configuration name and select
2242 ### the appropriate operating system and machine description files.
2243
2244 ### You would hope that you could choose an m/*.h file pretty much
2245 ### based on the machine portion of the configuration name, and an s-
2246 ### file based on the operating system portion. However, it turns out
2247 ### that each m/*.h file is pretty manufacturer-specific - for
2248 ### example, apollo.h, hp9000s300.h, mega68k, news.h, and tad68k are
2249 ### all 68000 machines; mips.h, pmax.h, and news-risc are all MIPS
2250 ### machines. So we basically have to have a special case for each
2251 ### configuration name.
2252 ###
2253 ### As far as handling version numbers on operating systems is
2254 ### concerned, make sure things will fail in a fixable way. If
2255 ### /etc/MACHINES doesn't say anything about version numbers, be
2256 ### prepared to handle anything reasonably. If version numbers
2257 ### matter, be sure /etc/MACHINES says something about it.
2258 ###
2259 ### Eric Raymond says we should accept strings like "sysvr4" to mean
2260 ### "System V Release 4"; he writes, "The old convention encouraged
2261 ### confusion between `system' and `release' levels'."
2262
2263 machine='' opsys='' unported=no
2264 case "${canonical}" in
2265
2266 ## FreeBSD ports
2267 *-*-freebsd* )
2268 opsys=freebsd
2269 case "${canonical}" in
2270 alpha*-*-freebsd*) machine=alpha ;;
2271 ia64-*-freebsd*) machine=ia64 ;;
2272 sparc64-*-freebsd*) machine=sparc ;;
2273 powerpc-*-freebsd*) machine=macppc ;;
2274 i[3456]86-*-freebsd*) machine=intel386 ;;
2275 amd64-*-freebsd*|x86_64-*-freebsd*) machine=amdx86-64 ;;
2276 esac
2277 ;;
2278
2279 ## NetBSD ports
2280 *-*-netbsd* )
2281 opsys=netbsd
2282 if test -f /usr/lib/crti.o; then
2283
2284 cat >>confdefs.h <<\_ACEOF
2285 #define HAVE_CRTIN
2286 _ACEOF
2287
2288 fi
2289
2290 case "${canonical}" in
2291 alpha*-*-netbsd*) machine=alpha ;;
2292 i[3456]86-*-netbsd*) machine=intel386 ;;
2293 m68k-*-netbsd*)
2294 # This is somewhat bogus.
2295 machine=hp9000s300 ;;
2296 mips-*-netbsd*) machine=pmax ;;
2297 mipsel-*-netbsd*) machine=pmax ;;
2298 mipseb-*-netbsd*) machine=pmax ;;
2299 ns32k-*-netbsd*) machine=ns32000 ;;
2300 powerpc-*-netbsd*) machine=macppc ;;
2301 sparc*-*-netbsd*) machine=sparc ;;
2302 vax-*-netbsd*) machine=vax ;;
2303 arm-*-netbsd*) machine=arm ;;
2304 x86_64-*-netbsd*) machine=amdx86-64 ;;
2305 hppa-*-netbsd*) machine=hp800 ;;
2306 shle-*-netbsd*) machine=sh3el ;;
2307 esac
2308 ;;
2309
2310 ## OpenBSD ports
2311 *-*-openbsd* )
2312 opsys=openbsd
2313 case "${canonical}" in
2314 alpha*-*-openbsd*) machine=alpha ;;
2315 arm-*-openbsd*) machine=arm ;;
2316 hppa-*-openbsd*) machine=hp9000s300 ;;
2317 i386-*-openbsd*) machine=intel386 ;;
2318 m68k-*-openbsd*) machine=hp9000s300 ;;
2319 m88k-*-openbsd*) machine=aviion ;;
2320 mips64-*-openbsd*) machine=mips64 ;;
2321 powerpc-*-openbsd*) machine=macppc ;;
2322 sh-*-openbsd*) machine=sh3el ;;
2323 sparc*-*-openbsd*) machine=sparc ;;
2324 vax-*-openbsd*) machine=vax ;;
2325 x86_64-*-openbsd*) machine=amdx86-64 ;;
2326 esac
2327 ;;
2328
2329 ## LynxOS ports
2330 *-*-lynxos* )
2331 opsys=lynxos
2332 case "${canonical}" in
2333 i[3456]86-*-lynxos*) machine=intel386 ;;
2334 powerpc-*-lynxos*) machine=powerpc ;;
2335 esac
2336 ;;
2337
2338 ## Acorn RISCiX:
2339 arm-acorn-riscix1.1* )
2340 machine=acorn opsys=riscix1-1
2341 ;;
2342 arm-acorn-riscix1.2* | arm-acorn-riscix )
2343 ## This name is riscix12 instead of riscix1.2
2344 ## to avoid a file name conflict on MSDOS.
2345 machine=acorn opsys=riscix12
2346 ;;
2347
2348 ## BSDI ports
2349 *-*-bsdi* )
2350 opsys=bsdi
2351 case "${canonical}" in
2352 i[345]86-*-bsdi*) machine=intel386 ;;
2353 sparc-*-bsdi*) machine=sparc ;;
2354 powerpc-*-bsdi*) machine=macppc ;;
2355 esac
2356 case "${canonical}" in
2357 *-*-bsd386* | *-*-bsdi1* ) opsys=bsd386 ;;
2358 *-*-bsdi2.0* ) opsys=bsdos2 ;;
2359 *-*-bsdi2* ) opsys=bsdos2-1 ;;
2360 *-*-bsdi3* ) opsys=bsdos3 ;;
2361 *-*-bsdi[45]* ) opsys=bsdos4 ;;
2362 esac
2363 ;;
2364
2365 ## Alliant machines
2366 ## Strictly speaking, we need the version of the alliant operating
2367 ## system to choose the right machine file, but currently the
2368 ## configuration name doesn't tell us enough to choose the right
2369 ## one; we need to give alliants their own operating system name to
2370 ## do this right. When someone cares, they can help us.
2371 fx80-alliant-* )
2372 machine=alliant4 opsys=bsd4-2
2373 ;;
2374 i860-alliant-* )
2375 machine=alliant-2800 opsys=bsd4-3
2376 ;;
2377
2378 ## Alpha (DEC) machines.
2379 alpha*-dec-osf* )
2380 machine=alpha opsys=osf1
2381 # This is needed to find X11R6.1 libraries for certain tests.
2382 NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
2383 GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
2384 # NON_GNU_CPP is necessary on 5.0 to avoid mangling src/Makefile
2385 # due to non-traditional preprocessing with the current compiler
2386 # defaults. OSF 4 can also have that compiler version, and there
2387 # seems always to have been a usable /usr/bin/cpp.
2388 NON_GNU_CPP=/usr/bin/cpp
2389 case "${canonical}" in
2390 alpha*-dec-osf[5-9]*)
2391 opsys=osf5-0 ;;
2392 esac
2393 ;;
2394
2395 alpha*-*-linux-gnu* )
2396 machine=alpha opsys=gnu-linux
2397 ;;
2398
2399 arm*-*-linux-gnu* )
2400 machine=arm opsys=gnu-linux
2401 ;;
2402
2403 ## Altos 3068
2404 m68*-altos-sysv* )
2405 machine=altos opsys=usg5-2
2406 ;;
2407
2408 ## Amdahl UTS
2409 580-amdahl-sysv* )
2410 machine=amdahl opsys=usg5-2-2
2411 ;;
2412
2413 ## Apollo, Domain/OS
2414 m68*-apollo-* )
2415 machine=apollo opsys=bsd4-3
2416 ;;
2417
2418 ## Apple Darwin / Mac OS X
2419 *-apple-darwin* )
2420 case "${canonical}" in
2421 i[3456]86-* ) machine=intel386 ;;
2422 powerpc-* ) machine=powermac ;;
2423 * ) unported=yes ;;
2424 esac
2425 opsys=darwin
2426 # Define CPP as follows to make autoconf work correctly.
2427 CPP="${CC-cc} -E -no-cpp-precomp"
2428 # Use fink packages if available.
2429 if test -d /sw/include && test -d /sw/lib; then
2430 GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
2431 CPP="${CPP} ${GCC_TEST_OPTIONS}"
2432 NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
2433 fi
2434 ;;
2435
2436 ## AT&T 3b2, 3b5, 3b15, 3b20
2437 we32k-att-sysv* )
2438 machine=att3b opsys=usg5-2-2
2439 ;;
2440
2441 ## AT&T 3b1 - The Mighty Unix PC!
2442 m68*-att-sysv* )
2443 machine=7300 opsys=usg5-2-2
2444 ;;
2445
2446 ## Bull dpx20
2447 rs6000-bull-bosx* )
2448 machine=ibmrs6000 opsys=aix3-2
2449 ;;
2450
2451 ## Bull dpx2
2452 m68*-bull-sysv3* )
2453 machine=dpx2 opsys=usg5-3
2454 ;;
2455
2456 ## Bull sps7
2457 m68*-bull-sysv2* )
2458 machine=sps7 opsys=usg5-2
2459 ;;
2460
2461 ## CCI 5/32, 6/32 -- see "Tahoe".
2462
2463 ## Celerity
2464 ## I don't know what configuration name to use for this; config.sub
2465 ## doesn't seem to know anything about it. Hey, Celerity users, get
2466 ## in touch with us!
2467 celerity-celerity-bsd* )
2468 machine=celerity opsys=bsd4-2
2469 ;;
2470
2471 ## Clipper
2472 ## What operating systems does this chip run that Emacs has been
2473 ## tested on?
2474 clipper-* )
2475 machine=clipper
2476 ## We'll use the catch-all code at the bottom to guess the
2477 ## operating system.
2478 ;;
2479
2480 ## Compaq Nonstop
2481 mips-compaq-nonstopux* )
2482 machine=nonstopux opsys=nonstopux
2483 ;;
2484
2485 ## Convex
2486 *-convex-bsd* | *-convex-convexos* )
2487 machine=convex opsys=bsd4-3
2488 ## Prevents spurious white space in makefiles - d.m.cooke@larc.nasa.gov
2489 NON_GNU_CPP="cc -E -P"
2490 ;;
2491
2492 ## Cubix QBx/386
2493 i[3456]86-cubix-sysv* )
2494 machine=intel386 opsys=usg5-3
2495 ;;
2496
2497 ## Cydra 5
2498 cydra*-cydrome-sysv* )
2499 machine=cydra5 opsys=usg5-3
2500 ;;
2501
2502 ## Data General AViiON Machines
2503 ## DG changed naming conventions with the release of 5.4.4.10, they
2504 ## dropped the initial 5.4 but left the intervening R. Because of the
2505 ## R this shouldn't conflict with older versions of the OS (which I
2506 ## think were named like dgux4.*). In addition, DG new AViiONs series
2507 ## uses either Motorola M88k or Intel Pentium CPUs.
2508 m88k-dg-dguxR4.* | m88k-dg-dgux4* )
2509 machine=aviion opsys=dgux4
2510 ;;
2511 m88k-dg-dgux5.4R3* | m88k-dg-dgux5.4.3* )
2512 ## This name is dgux5-4-3 instead of dgux5-4r3
2513 ## to avoid a file name conflict on MSDOS.
2514 machine=aviion opsys=dgux5-4-3
2515 ;;
2516 m88k-dg-dgux5.4R2* | m88k-dg-dgux5.4.2* )
2517 machine=aviion opsys=dgux5-4r2
2518 ;;
2519 m88k-dg-dgux* )
2520 machine=aviion opsys=dgux
2521 ;;
2522
2523 ## Data General AViiON Intel (x86) Machines
2524 ## Exists from 5.4.3 (current i586-dg-dguxR4.11)
2525 ## Ehud Karni, 1998-may-30, ehud@unix.simonwiesel.co.il
2526 i[345]86-dg-dguxR4* )
2527 machine=aviion-intel opsys=dgux4
2528 ;;
2529
2530 ## DECstations
2531 mips-dec-ultrix[0-3].* | mips-dec-ultrix4.0* | mips-dec-bsd4.2* )
2532 machine=pmax opsys=bsd4-2
2533 ;;
2534 mips-dec-ultrix4.[12]* | mips-dec-bsd* )
2535 machine=pmax opsys=bsd4-3
2536 ;;
2537 mips-dec-ultrix* )
2538 machine=pmax opsys=ultrix4-3
2539 ;;
2540 mips-dec-osf* )
2541 machine=pmax opsys=osf1
2542 ;;
2543 mips-dec-mach_bsd4.3* )
2544 machine=pmax opsys=mach-bsd4-3
2545 ;;
2546
2547 ## Motorola Delta machines
2548 m68k-motorola-sysv* | m68000-motorola-sysv* )
2549 machine=delta opsys=usg5-3
2550 if test -z "`type gnucc | grep 'not found'`"
2551 then
2552 if test -s /etc/167config
2553 then CC="gnucc -m68040"
2554 else CC="gnucc -m68881"
2555 fi
2556 else
2557 if test -z "`type gcc | grep 'not found'`"
2558 then CC=gcc
2559 else CC=cc
2560 fi
2561 fi
2562 ;;
2563 m88k-motorola-sysv4* )
2564 # jbotte@bnr.ca says that UNIX_System_V <hostName> 4.0 R40V4.3 m88k mc88110
2565 # needs POSIX_SIGNALS and therefore needs usg5-4-2.
2566 # I hope there are not other 4.0 versions for this machine
2567 # which really need usg5-4 instead.
2568 machine=delta88k opsys=usg5-4-2
2569 ;;
2570 m88k-motorola-sysv* | m88k-motorola-m88kbcs* )
2571 machine=delta88k opsys=usg5-3
2572 ;;
2573
2574 ## Dual machines
2575 m68*-dual-sysv* )
2576 machine=dual opsys=usg5-2
2577 ;;
2578 m68*-dual-uniplus* )
2579 machine=dual opsys=unipl5-2
2580 ;;
2581
2582 ## Elxsi 6400
2583 elxsi-elxsi-sysv* )
2584 machine=elxsi opsys=usg5-2
2585 ;;
2586
2587 ## Encore machines
2588 ns16k-encore-bsd* )
2589 machine=ns16000 opsys=umax
2590 ;;
2591
2592 ## The GEC 63 - apparently, this port isn't really finished yet.
2593 # I'm sure we finished off the last of the machines, though. -- fx
2594
2595 ## Gould Power Node and NP1
2596 pn-gould-bsd4.2* )
2597 machine=gould opsys=bsd4-2
2598 ;;
2599 pn-gould-bsd4.3* )
2600 machine=gould opsys=bsd4-3
2601 ;;
2602 np1-gould-bsd* )
2603 machine=gould-np1 opsys=bsd4-3
2604 ;;
2605
2606 ## Harris Night Hawk machines running CX/UX (a 5000 looks just like a 4000
2607 ## as far as Emacs is concerned).
2608 m88k-harris-cxux* )
2609 # Build needs to be different on 7.0 and later releases
2610 case "`uname -r`" in
2611 [56].[0-9] ) machine=nh4000 opsys=cxux ;;
2612 [7].[0-9] ) machine=nh4000 opsys=cxux7 ;;
2613 esac
2614 NON_GNU_CPP="/lib/cpp"
2615 ;;
2616 ## Harris ecx or gcx running CX/UX (Series 1200, Series 3000)
2617 m68k-harris-cxux* )
2618 machine=nh3000 opsys=cxux
2619 ;;
2620 ## Harris power pc NightHawk running Power UNIX (Series 6000)
2621 powerpc-harris-powerunix )
2622 machine=nh6000 opsys=powerunix
2623 NON_GNU_CPP="cc -Xo -E -P"
2624 ;;
2625 ## SR2001/SR2201 running HI-UX/MPP
2626 hppa1.1-hitachi-hiuxmpp* )
2627 machine=sr2k opsys=hiuxmpp
2628 ;;
2629 hppa1.1-hitachi-hiuxwe2* )
2630 machine=sr2k opsys=hiuxwe2
2631 ;;
2632 ## Honeywell XPS100
2633 xps*-honeywell-sysv* )
2634 machine=xps100 opsys=usg5-2
2635 ;;
2636
2637 ## HP 9000 series 200 or 300
2638 m68*-hp-bsd* )
2639 machine=hp9000s300 opsys=bsd4-3
2640 ;;
2641 ## HP/UX 7, 8, 9, and 10 are supported on these machines.
2642 m68*-hp-hpux* )
2643 case "`uname -r`" in
2644 ## Someone's system reports A.B8.05 for this.
2645 ## I wonder what other possibilities there are.
2646 *.B8.* ) machine=hp9000s300 opsys=hpux8 ;;
2647 *.08.* ) machine=hp9000s300 opsys=hpux8 ;;
2648 *.09.* ) machine=hp9000s300 opsys=hpux9 ;;
2649 *.1[0-9].* ) machine=hp9000s300 opsys=hpux9shr ;;
2650 *) machine=hp9000s300 opsys=hpux ;;
2651 esac
2652 ;;
2653
2654 ## HP 9000 series 700 and 800, running HP/UX
2655 hppa*-hp-hpux7* )
2656 machine=hp800 opsys=hpux
2657 ;;
2658 hppa*-hp-hpux8* )
2659 machine=hp800 opsys=hpux8
2660 ;;
2661 hppa*-hp-hpux9shr* )
2662 machine=hp800 opsys=hpux9shr
2663 ;;
2664 hppa*-hp-hpux9* )
2665 machine=hp800 opsys=hpux9
2666 ;;
2667 hppa*-hp-hpux10.2* )
2668 machine=hp800 opsys=hpux10-20
2669 ;;
2670 hppa*-hp-hpux10* )
2671 machine=hp800 opsys=hpux10
2672 ;;
2673 hppa*-hp-hpux1[1-9]* )
2674 machine=hp800 opsys=hpux11
2675 CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS"
2676 ;;
2677
2678 hppa*-*-linux-gnu* )
2679 machine=hp800 opsys=gnu-linux
2680 ;;
2681
2682 ## HP 9000 series 700 and 800, running HP/UX
2683 hppa*-hp-hpux* )
2684 ## Cross-compilation? Nah!
2685 case "`uname -r`" in
2686 ## Someone's system reports A.B8.05 for this.
2687 ## I wonder what other possibilities there are.
2688 *.B8.* ) machine=hp800 opsys=hpux8 ;;
2689 *.08.* ) machine=hp800 opsys=hpux8 ;;
2690 *.09.* ) machine=hp800 opsys=hpux9 ;;
2691 *) machine=hp800 opsys=hpux10 ;;
2692 esac
2693 ;;
2694 hppa*-*-nextstep* )
2695 machine=hp800 opsys=nextstep
2696 ;;
2697
2698 ## Orion machines
2699 orion-orion-bsd* )
2700 machine=orion opsys=bsd4-2
2701 ;;
2702 clipper-orion-bsd* )
2703 machine=orion105 opsys=bsd4-2
2704 ;;
2705
2706 ## IBM machines
2707 i[3456]86-ibm-aix1.1* )
2708 machine=ibmps2-aix opsys=usg5-2-2
2709 ;;
2710 i[3456]86-ibm-aix1.[23]* | i[3456]86-ibm-aix* )
2711 machine=ibmps2-aix opsys=usg5-3
2712 ;;
2713 i370-ibm-aix*)
2714 machine=ibm370aix opsys=usg5-3
2715 ;;
2716 s390-*-linux-gnu* )
2717 machine=ibms390 opsys=gnu-linux
2718 ;;
2719 s390x-*-linux-gnu* )
2720 machine=ibms390x opsys=gnu-linux
2721 ;;
2722 rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1* )
2723 machine=ibmrs6000 opsys=aix3-1
2724 ;;
2725 rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 )
2726 machine=ibmrs6000 opsys=aix3-2-5
2727 ;;
2728 rs6000-ibm-aix4.1* | powerpc-ibm-aix4.1* )
2729 machine=ibmrs6000 opsys=aix4-1
2730 ;;
2731 rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2* )
2732 machine=ibmrs6000 opsys=aix4-2
2733 ;;
2734 rs6000-ibm-aix4.3* | powerpc-ibm-aix4.3* )
2735 machine=ibmrs6000 opsys=aix4-2
2736 ;;
2737 rs6000-ibm-aix5* | powerpc-ibm-aix5* )
2738 machine=ibmrs6000 opsys=aix4-2
2739 ;;
2740 rs6000-ibm-aix4.0* | powerpc-ibm-aix4.0* )
2741 machine=ibmrs6000 opsys=aix4
2742 ;;
2743 rs6000-ibm-aix4* | powerpc-ibm-aix4* )
2744 machine=ibmrs6000 opsys=aix4-1
2745 ;;
2746 rs6000-ibm-aix* | powerpc-ibm-aix* )
2747 machine=ibmrs6000 opsys=aix3-2
2748 ;;
2749 romp-ibm-bsd4.3* )
2750 machine=ibmrt opsys=bsd4-3
2751 ;;
2752 romp-ibm-bsd4.2* )
2753 machine=ibmrt opsys=bsd4-2
2754 ;;
2755 romp-ibm-aos4.3* )
2756 machine=ibmrt opsys=bsd4-3
2757 ;;
2758 romp-ibm-aos4.2* )
2759 machine=ibmrt opsys=bsd4-2
2760 ;;
2761 romp-ibm-aos* )
2762 machine=ibmrt opsys=bsd4-3
2763 ;;
2764 romp-ibm-bsd* )
2765 machine=ibmrt opsys=bsd4-3
2766 ;;
2767 romp-ibm-aix* )
2768 machine=ibmrt-aix opsys=usg5-2-2
2769 ;;
2770
2771 ## Integrated Solutions `Optimum V'
2772 m68*-isi-bsd4.2* )
2773 machine=isi-ov opsys=bsd4-2
2774 ;;
2775 m68*-isi-bsd4.3* )
2776 machine=isi-ov opsys=bsd4-3
2777 ;;
2778
2779 ## Intel 386 machines where we do care about the manufacturer
2780 i[3456]86-intsys-sysv* )
2781 machine=is386 opsys=usg5-2-2
2782 ;;
2783
2784 ## Prime EXL
2785 i[3456]86-prime-sysv* )
2786 machine=i386 opsys=usg5-3
2787 ;;
2788
2789 ## Sequent Symmetry running Dynix
2790 i[3456]86-sequent-bsd* )
2791 machine=symmetry opsys=bsd4-3
2792 ;;
2793
2794 ## Sequent Symmetry running ptx 4, which is a modified SVR4.
2795 i[3456]86-sequent-ptx4* | i[3456]86-sequent-sysv4* )
2796 machine=sequent-ptx opsys=ptx4
2797 NON_GNU_CPP=/lib/cpp
2798 ;;
2799
2800 ## Sequent Symmetry running DYNIX/ptx
2801 ## Use the old cpp rather than the newer ANSI one.
2802 i[3456]86-sequent-ptx* )
2803 machine=sequent-ptx opsys=ptx
2804 NON_GNU_CPP="/lib/cpp"
2805 ;;
2806
2807 ## ncr machine running svr4.3.
2808 i[3456]86-ncr-sysv4.3 )
2809 machine=ncr386 opsys=usg5-4-3
2810 ;;
2811
2812 ## Unspecified sysv on an ncr machine defaults to svr4.2.
2813 ## (Plain usg5-4 doesn't turn on POSIX signals, which we need.)
2814 i[3456]86-ncr-sysv* )
2815 machine=ncr386 opsys=usg5-4-2
2816 ;;
2817
2818 ## Intel Paragon OSF/1
2819 i860-intel-osf1* )
2820 machine=paragon opsys=osf1 NON_GNU_CPP=/usr/mach/lib/cpp
2821 ;;
2822
2823 ## Intel 860
2824 i860-*-sysv4* )
2825 machine=i860 opsys=usg5-4
2826 NON_GNU_CC="/bin/cc" # Ie, not the one in /usr/ucb/cc.
2827 NON_GNU_CPP="/usr/ccs/lib/cpp" # cc -E tokenizes macro expansion.
2828 ;;
2829
2830 ## Macintosh PowerPC
2831 powerpc*-*-linux-gnu* )
2832 machine=macppc opsys=gnu-linux
2833 ;;
2834
2835 ## Masscomp machines
2836 m68*-masscomp-rtu* )
2837 machine=masscomp opsys=rtu
2838 ;;
2839
2840 ## Megatest machines
2841 m68*-megatest-bsd* )
2842 machine=mega68 opsys=bsd4-2
2843 ;;
2844
2845 ## Workstations sold by MIPS
2846 ## This is not necessarily all workstations using the MIPS processor -
2847 ## Irises are produced by SGI, and DECstations by DEC.
2848
2849 ## etc/MACHINES lists mips.h and mips4.h as possible machine files,
2850 ## and usg5-2-2 and bsd4-3 as possible OS files. The only guidance
2851 ## it gives for choosing between the alternatives seems to be "Use
2852 ## -machine=mips4 for RISCOS version 4; use -opsystem=bsd4-3 with
2853 ## the BSD world." I'll assume that these are instructions for
2854 ## handling two odd situations, and that every other situation
2855 ## should use mips.h and usg5-2-2, they being listed first.
2856 mips-mips-usg* )
2857 machine=mips4
2858 ## Fall through to the general code at the bottom to decide on the OS.
2859 ;;
2860 mips-mips-riscos4* )
2861 machine=mips4 opsys=bsd4-3
2862 NON_GNU_CC="cc -systype bsd43"
2863 NON_GNU_CPP="cc -systype bsd43 -E"
2864 ;;
2865 mips-mips-riscos5* )
2866 machine=mips4 opsys=riscos5
2867 NON_GNU_CC="cc -systype bsd43"
2868 NON_GNU_CPP="cc -systype bsd43 -E"
2869 ;;
2870 mips-mips-bsd* )
2871 machine=mips opsys=bsd4-3
2872 ;;
2873 mips-mips-* )
2874 machine=mips opsys=usg5-2-2
2875 ;;
2876
2877 ## NeXT
2878 m68*-next-* | m68k-*-nextstep* )
2879 machine=m68k opsys=nextstep
2880 ;;
2881
2882 ## The complete machine from National Semiconductor
2883 ns32k-ns-genix* )
2884 machine=ns32000 opsys=usg5-2
2885 ;;
2886
2887 ## NCR machines
2888 m68*-ncr-sysv2* | m68*-ncr-sysvr2* )
2889 machine=tower32 opsys=usg5-2-2
2890 ;;
2891 m68*-ncr-sysv3* | m68*-ncr-sysvr3* )
2892 machine=tower32v3 opsys=usg5-3
2893 ;;
2894
2895 ## NEC EWS4800
2896 mips-nec-sysv4*)
2897 machine=ews4800 opsys=ux4800
2898 ;;
2899
2900 ## Nixdorf Targon 31
2901 m68*-nixdorf-sysv* )
2902 machine=targon31 opsys=usg5-2-2
2903 ;;
2904
2905 ## Nu (TI or LMI)
2906 m68*-nu-sysv* )
2907 machine=nu opsys=usg5-2
2908 ;;
2909
2910 ## Plexus
2911 m68*-plexus-sysv* )
2912 machine=plexus opsys=usg5-2
2913 ;;
2914
2915 ## Pyramid machines
2916 ## I don't really have any idea what sort of processor the Pyramid has,
2917 ## so I'm assuming it is its own architecture.
2918 pyramid-pyramid-bsd* )
2919 machine=pyramid opsys=bsd4-2
2920 ;;
2921
2922 ## Sequent Balance
2923 ns32k-sequent-bsd4.2* )
2924 machine=sequent opsys=bsd4-2
2925 ;;
2926 ns32k-sequent-bsd4.3* )
2927 machine=sequent opsys=bsd4-3
2928 ;;
2929
2930 ## Siemens Nixdorf
2931 mips-siemens-sysv* | mips-sni-sysv*)
2932 machine=mips-siemens opsys=usg5-4
2933 NON_GNU_CC=/usr/ccs/bin/cc
2934 NON_GNU_CPP=/usr/ccs/lib/cpp
2935 ;;
2936
2937 ## Silicon Graphics machines
2938 ## Iris 2500 and Iris 2500 Turbo (aka the Iris 3030)
2939 m68*-sgi-iris3.5* )
2940 machine=irist opsys=iris3-5
2941 ;;
2942 m68*-sgi-iris3.6* | m68*-sgi-iris*)
2943 machine=irist opsys=iris3-6
2944 ;;
2945 ## Iris 4D
2946 mips-sgi-irix3* )
2947 machine=iris4d opsys=irix3-3
2948 ;;
2949 mips-sgi-irix4* )
2950 machine=iris4d opsys=irix4-0
2951 ;;
2952 mips-sgi-irix6.5 )
2953 machine=iris4d opsys=irix6-5
2954 # Without defining _LANGUAGE_C, things get masked out in the headers
2955 # so that, for instance, grepping for `free' in stdlib.h fails and
2956 # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m).
2957 NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C"
2958 NON_GCC_TEST_OPTIONS="-D_LANGUAGE_C"
2959 ;;
2960 mips-sgi-irix6* )
2961 machine=iris4d opsys=irix6-0
2962 # It's not clear whether -D_LANGUAGE_C is necessary as it is for 6.5,
2963 # but presumably it does no harm.
2964 NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C"
2965 # -32 probably isn't necessary in later v.6s -- anyone know which?
2966 NON_GCC_TEST_OPTIONS=-32
2967 ;;
2968 mips-sgi-irix5.[01]* )
2969 machine=iris4d opsys=irix5-0
2970 ;;
2971 mips-sgi-irix5* | mips-sgi-irix* )
2972 machine=iris4d opsys=irix5-2
2973 ;;
2974
2975 ## SONY machines
2976 m68*-sony-bsd4.2* )
2977 machine=news opsys=bsd4-2
2978 ;;
2979 m68*-sony-bsd4.3* )
2980 machine=news opsys=bsd4-3
2981 ;;
2982 m68*-sony-newsos3* | m68*-sony-news3*)
2983 machine=news opsys=bsd4-3
2984 ;;
2985 mips-sony-bsd* | mips-sony-newsos4* | mips-sony-news4*)
2986 machine=news-risc opsys=bsd4-3
2987 ;;
2988 mips-sony-newsos6* )
2989 machine=news-r6 opsys=newsos6
2990 ;;
2991 mips-sony-news* )
2992 machine=news-risc opsys=newsos5
2993 ;;
2994
2995 ## Stride
2996 m68*-stride-sysv* )
2997 machine=stride opsys=usg5-2
2998 ;;
2999
3000 ## Suns
3001 sparc-*-linux-gnu* | sparc64-*-linux-gnu* )
3002 machine=sparc opsys=gnu-linux
3003 ;;
3004
3005 *-auspex-sunos* | *-sun-sunos* | *-sun-bsd* | *-sun-solaris* \
3006 | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \
3007 | rs6000-*-solaris2*)
3008 case "${canonical}" in
3009 m68*-sunos1* ) machine=sun1 ;;
3010 m68*-sunos2* ) machine=sun2 ;;
3011 m68* ) machine=sun3 ;;
3012 i[3456]86-sun-sunos[34]* ) machine=sun386 ;;
3013 i[3456]86-*-* ) machine=intel386 ;;
3014 amd64-*-*|x86_64-*-*) machine=amdx86-64 ;;
3015 powerpcle* ) machine=powerpcle ;;
3016 powerpc* | rs6000* ) machine=ibmrs6000 ;;
3017 sparc* ) machine=sparc ;;
3018 * ) unported=yes ;;
3019 esac
3020 case "${canonical}" in
3021 ## The Sun386 didn't get past 4.0.
3022 i[3456]86-*-sunos4 ) opsys=sunos4-0 ;;
3023 *-sunos4.0* ) opsys=sunos4-0 ;;
3024 *-sunos4.1.[3-9]*noshare )
3025 ## This name is sunos413 instead of sunos4-1-3
3026 ## to avoid a file name conflict on MSDOS.
3027 opsys=sunos413
3028 NON_GNU_CPP=/usr/lib/cpp
3029 NON_GCC_TEST_OPTIONS=-Bstatic
3030 GCC_TEST_OPTIONS=-static
3031 ;;
3032 *-sunos4.1.[3-9]* | *-sunos4shr*)
3033 opsys=sunos4shr
3034 NON_GNU_CPP=/usr/lib/cpp
3035 ;;
3036 *-sunos4* | *-sunos )
3037 opsys=sunos4-1
3038 NON_GCC_TEST_OPTIONS=-Bstatic
3039 GCC_TEST_OPTIONS=-static
3040 ;;
3041 *-sunos5.3* | *-solaris2.3* )
3042 opsys=sol2-3
3043 NON_GNU_CPP=/usr/ccs/lib/cpp
3044 ;;
3045 *-sunos5.4* | *-solaris2.4* )
3046 opsys=sol2-4
3047 NON_GNU_CPP=/usr/ccs/lib/cpp
3048 RANLIB="ar -ts"
3049 ;;
3050 *-sunos5.5* | *-solaris2.5* )
3051 opsys=sol2-5
3052 NON_GNU_CPP=/usr/ccs/lib/cpp
3053 RANLIB="ar -ts"
3054 ;;
3055 *-sunos5.6* | *-solaris2.6* )
3056 opsys=sol2-6
3057 NON_GNU_CPP=/usr/ccs/lib/cpp
3058 RANLIB="ar -ts"
3059 ;;
3060 *-sunos5* | *-solaris* )
3061 opsys=sol2-6
3062 emacs_check_sunpro_c=yes
3063 NON_GNU_CPP=/usr/ccs/lib/cpp
3064 ;;
3065 * ) opsys=bsd4-2 ;;
3066 esac
3067 ## Watch out for a compiler that we know will not work.
3068 case "${canonical}" in
3069 *-solaris* | *-sunos5* )
3070 if [ "x$CC" = x/usr/ucb/cc ]; then
3071 ## /usr/ucb/cc doesn't work;
3072 ## we should find some other compiler that does work.
3073 unset CC
3074 fi
3075 ;;
3076 *) ;;
3077 esac
3078 ;;
3079 sparc-*-nextstep* )
3080 machine=sparc opsys=nextstep
3081 ;;
3082
3083 ## Tadpole 68k
3084 m68*-tadpole-sysv* )
3085 machine=tad68k opsys=usg5-3
3086 ;;
3087
3088 ## Tahoe machines
3089 tahoe-tahoe-bsd4.2* )
3090 machine=tahoe opsys=bsd4-2
3091 ;;
3092 tahoe-tahoe-bsd4.3* )
3093 machine=tahoe opsys=bsd4-3
3094 ;;
3095
3096 ## Tandem Integrity S2
3097 mips-tandem-sysv* )
3098 machine=tandem-s2 opsys=usg5-3
3099 ;;
3100
3101 ## Tektronix XD88
3102 m88k-tektronix-sysv3* )
3103 machine=tekxd88 opsys=usg5-3
3104 ;;
3105
3106 ## Tektronix 16000 box (6130?)
3107 ns16k-tektronix-bsd* )
3108 machine=ns16000 opsys=bsd4-2
3109 ;;
3110 ## Tektronix 4300
3111 ## src/m/tek4300.h hints that this is a m68k machine.
3112 m68*-tektronix-bsd* )
3113 machine=tek4300 opsys=bsd4-3
3114 ;;
3115
3116 ## Titan P2 or P3
3117 ## We seem to have lost the machine-description file titan.h!
3118 titan-titan-sysv* )
3119 machine=titan opsys=usg5-3
3120 ;;
3121
3122 ## Ustation E30 (SS5E)
3123 m68*-unisys-uniplus* )
3124 machine=ustation opsystem=unipl5-2
3125 ;;
3126
3127 ## Vaxen.
3128 vax-dec-* )
3129 machine=vax
3130 case "${canonical}" in
3131 *-bsd4.1* ) opsys=bsd4-1 ;;
3132 *-bsd4.2* | *-ultrix[0-3].* | *-ultrix4.0* ) opsys=bsd4-2 ;;
3133 *-bsd4.3* | *-ultrix* ) opsys=bsd4-3 ;;
3134 *-sysv[01]* | *-sysvr[01]* ) opsys=usg5-0 ;;
3135 *-sysv2* | *-sysvr2* ) opsys=usg5-2 ;;
3136 *-vms* ) opsys=vms ;;
3137 * ) unported=yes
3138 esac
3139 ;;
3140
3141 ## Whitechapel MG1
3142 ns16k-whitechapel-* )
3143 machine=mg1
3144 ## We don't know what sort of OS runs on these; we'll let the
3145 ## operating system guessing code below try.
3146 ;;
3147
3148 ## Wicat
3149 m68*-wicat-sysv* )
3150 machine=wicat opsys=usg5-2
3151 ;;
3152
3153 ## IA-64
3154 ia64*-*-linux* )
3155 machine=ia64 opsys=gnu-linux
3156 ;;
3157
3158 ## Intel 386 machines where we don't care about the manufacturer
3159 i[3456]86-*-* )
3160 machine=intel386
3161 case "${canonical}" in
3162 *-cygwin ) opsys=cygwin ;;
3163 *-darwin* ) opsys=darwin
3164 CPP="${CC-cc} -E -no-cpp-precomp"
3165 ;;
3166 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
3167 *-isc2.2* ) opsys=isc2-2 ;;
3168 *-isc4.0* ) opsys=isc4-0 ;;
3169 *-isc4.* ) opsys=isc4-1
3170 GCC_TEST_OPTIONS=-posix
3171 NON_GCC_TEST_OPTIONS=-Xp
3172 ;;
3173 *-isc* ) opsys=isc3-0 ;;
3174 *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;;
3175 *-esix* ) opsys=esix ;;
3176 *-xenix* ) opsys=xenix ;;
3177 *-linux-gnu* ) opsys=gnu-linux ;;
3178 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;;
3179 *-sco3.2v5* ) opsys=sco5
3180 NON_GNU_CPP=/lib/cpp
3181 # Prevent -belf from being passed to $CPP.
3182 # /lib/cpp does not accept it.
3183 OVERRIDE_CPPFLAGS=" "
3184 ;;
3185 *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
3186 *-sysv5uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
3187 *-sysv5OpenUNIX* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
3188 *-386bsd* ) opsys=386bsd ;;
3189 *-nextstep* ) opsys=nextstep ;;
3190 ## Otherwise, we'll fall through to the generic opsys code at the bottom.
3191 esac
3192 ;;
3193
3194 ## m68k Linux-based GNU system
3195 m68k-*-linux-gnu* )
3196 machine=m68k opsys=gnu-linux
3197 ;;
3198
3199 ## Mips Linux-based GNU system
3200 mips-*-linux-gnu* | mipsel-*-linux-gnu* )
3201 machine=mips opsys=gnu-linux
3202 ;;
3203
3204 ## UXP/DS
3205 sparc-fujitsu-sysv4* )
3206 machine=sparc opsys=uxpds
3207 NON_GNU_CPP=/usr/ccs/lib/cpp
3208 RANLIB="ar -ts"
3209 ;;
3210
3211 ## UXP/V
3212 f301-fujitsu-uxpv4.1)
3213 machine=f301 opsys=uxpv
3214 ;;
3215
3216 ## AMD x86-64 Linux-based GNU system
3217 x86_64-*-linux-gnu* )
3218 machine=amdx86-64 opsys=gnu-linux
3219 ;;
3220
3221 ## Tensilica Xtensa Linux-based GNU system
3222 xtensa-*-linux-gnu* )
3223 machine=xtensa opsys=gnu-linux
3224 ;;
3225
3226 * )
3227 unported=yes
3228 ;;
3229 esac
3230
3231 ### If the code above didn't choose an operating system, just choose
3232 ### an operating system based on the configuration name. You really
3233 ### only want to use this when you have no idea what the right
3234 ### operating system is; if you know what operating systems a machine
3235 ### runs, it's cleaner to make it explicit in the case statement
3236 ### above.
3237 if test x"${opsys}" = x; then
3238 case "${canonical}" in
3239 *-gnu* ) opsys=gnu ;;
3240 *-bsd4.[01] ) opsys=bsd4-1 ;;
3241 *-bsd4.2 ) opsys=bsd4-2 ;;
3242 *-bsd4.3 ) opsys=bsd4-3 ;;
3243 *-sysv0 | *-sysvr0 ) opsys=usg5-0 ;;
3244 *-sysv2 | *-sysvr2 ) opsys=usg5-2 ;;
3245 *-sysv2.2 | *-sysvr2.2 ) opsys=usg5-2-2 ;;
3246 *-sysv3* | *-sysvr3* ) opsys=usg5-3 ;;
3247 *-sysv4.2uw* ) opsys=unixware ;;
3248 *-sysv5uw* ) opsys=unixware ;;
3249 *-sysv5OpenUNIX* ) opsys=unixware ;;
3250 *-sysv4.1* | *-sysvr4.1* )
3251 NON_GNU_CPP=/usr/lib/cpp
3252 opsys=usg5-4 ;;
3253 *-sysv4.[2-9]* | *-sysvr4.[2-9]* )
3254 if [ x$NON_GNU_CPP = x ]; then
3255 if [ -f /usr/ccs/lib/cpp ]; then
3256 NON_GNU_CPP=/usr/ccs/lib/cpp
3257 else
3258 NON_GNU_CPP=/lib/cpp
3259 fi
3260 fi
3261 opsys=usg5-4-2 ;;
3262 *-sysv4* | *-sysvr4* ) opsys=usg5-4 ;;
3263 * )
3264 unported=yes
3265 ;;
3266 esac
3267 fi
3268
3269
3270
3271 if test $unported = yes; then
3272 { { echo "$as_me:$LINENO: error: Emacs hasn't been ported to \`${canonical}' systems.
3273 Check \`etc/MACHINES' for recognized configuration names." >&5
3274 echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems.
3275 Check \`etc/MACHINES' for recognized configuration names." >&2;}
3276 { (exit 1); exit 1; }; }
3277 fi
3278
3279 machfile="m/${machine}.h"
3280 opsysfile="s/${opsys}.h"
3281
3282
3283 #### Choose a compiler.
3284 test -n "$CC" && cc_specified=yes
3285
3286 # Save the value of CFLAGS that the user specified.
3287 SPECIFIED_CFLAGS="$CFLAGS"
3288
3289 case ${with_gcc} in
3290 "yes" ) CC="gcc" GCC=yes ;;
3291 "no" ) : ${CC=cc} ;;
3292 * )
3293 esac
3294 ac_ext=c
3295 ac_cpp='$CPP $CPPFLAGS'
3296 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3297 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3298 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3299 if test -n "$ac_tool_prefix"; then
3300 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3301 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3302 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3303 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3304 if test "${ac_cv_prog_CC+set}" = set; then
3305 echo $ECHO_N "(cached) $ECHO_C" >&6
3306 else
3307 if test -n "$CC"; then
3308 ac_cv_prog_CC="$CC" # Let the user override the test.
3309 else
3310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3311 for as_dir in $PATH
3312 do
3313 IFS=$as_save_IFS
3314 test -z "$as_dir" && as_dir=.
3315 for ac_exec_ext in '' $ac_executable_extensions; do
3316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3317 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3318 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3319 break 2
3320 fi
3321 done
3322 done
3323 IFS=$as_save_IFS
3324
3325 fi
3326 fi
3327 CC=$ac_cv_prog_CC
3328 if test -n "$CC"; then
3329 { echo "$as_me:$LINENO: result: $CC" >&5
3330 echo "${ECHO_T}$CC" >&6; }
3331 else
3332 { echo "$as_me:$LINENO: result: no" >&5
3333 echo "${ECHO_T}no" >&6; }
3334 fi
3335
3336
3337 fi
3338 if test -z "$ac_cv_prog_CC"; then
3339 ac_ct_CC=$CC
3340 # Extract the first word of "gcc", so it can be a program name with args.
3341 set dummy gcc; ac_word=$2
3342 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3343 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3344 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3345 echo $ECHO_N "(cached) $ECHO_C" >&6
3346 else
3347 if test -n "$ac_ct_CC"; then
3348 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3349 else
3350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3351 for as_dir in $PATH
3352 do
3353 IFS=$as_save_IFS
3354 test -z "$as_dir" && as_dir=.
3355 for ac_exec_ext in '' $ac_executable_extensions; do
3356 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3357 ac_cv_prog_ac_ct_CC="gcc"
3358 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3359 break 2
3360 fi
3361 done
3362 done
3363 IFS=$as_save_IFS
3364
3365 fi
3366 fi
3367 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3368 if test -n "$ac_ct_CC"; then
3369 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3370 echo "${ECHO_T}$ac_ct_CC" >&6; }
3371 else
3372 { echo "$as_me:$LINENO: result: no" >&5
3373 echo "${ECHO_T}no" >&6; }
3374 fi
3375
3376 if test "x$ac_ct_CC" = x; then
3377 CC=""
3378 else
3379 case $cross_compiling:$ac_tool_warned in
3380 yes:)
3381 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3382 whose name does not start with the host triplet. If you think this
3383 configuration is useful to you, please write to autoconf@gnu.org." >&5
3384 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3385 whose name does not start with the host triplet. If you think this
3386 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3387 ac_tool_warned=yes ;;
3388 esac
3389 CC=$ac_ct_CC
3390 fi
3391 else
3392 CC="$ac_cv_prog_CC"
3393 fi
3394
3395 if test -z "$CC"; then
3396 if test -n "$ac_tool_prefix"; then
3397 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3398 set dummy ${ac_tool_prefix}cc; ac_word=$2
3399 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3400 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3401 if test "${ac_cv_prog_CC+set}" = set; then
3402 echo $ECHO_N "(cached) $ECHO_C" >&6
3403 else
3404 if test -n "$CC"; then
3405 ac_cv_prog_CC="$CC" # Let the user override the test.
3406 else
3407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3408 for as_dir in $PATH
3409 do
3410 IFS=$as_save_IFS
3411 test -z "$as_dir" && as_dir=.
3412 for ac_exec_ext in '' $ac_executable_extensions; do
3413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3414 ac_cv_prog_CC="${ac_tool_prefix}cc"
3415 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3416 break 2
3417 fi
3418 done
3419 done
3420 IFS=$as_save_IFS
3421
3422 fi
3423 fi
3424 CC=$ac_cv_prog_CC
3425 if test -n "$CC"; then
3426 { echo "$as_me:$LINENO: result: $CC" >&5
3427 echo "${ECHO_T}$CC" >&6; }
3428 else
3429 { echo "$as_me:$LINENO: result: no" >&5
3430 echo "${ECHO_T}no" >&6; }
3431 fi
3432
3433
3434 fi
3435 fi
3436 if test -z "$CC"; then
3437 # Extract the first word of "cc", so it can be a program name with args.
3438 set dummy cc; ac_word=$2
3439 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3440 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3441 if test "${ac_cv_prog_CC+set}" = set; then
3442 echo $ECHO_N "(cached) $ECHO_C" >&6
3443 else
3444 if test -n "$CC"; then
3445 ac_cv_prog_CC="$CC" # Let the user override the test.
3446 else
3447 ac_prog_rejected=no
3448 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3449 for as_dir in $PATH
3450 do
3451 IFS=$as_save_IFS
3452 test -z "$as_dir" && as_dir=.
3453 for ac_exec_ext in '' $ac_executable_extensions; do
3454 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3455 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3456 ac_prog_rejected=yes
3457 continue
3458 fi
3459 ac_cv_prog_CC="cc"
3460 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3461 break 2
3462 fi
3463 done
3464 done
3465 IFS=$as_save_IFS
3466
3467 if test $ac_prog_rejected = yes; then
3468 # We found a bogon in the path, so make sure we never use it.
3469 set dummy $ac_cv_prog_CC
3470 shift
3471 if test $# != 0; then
3472 # We chose a different compiler from the bogus one.
3473 # However, it has the same basename, so the bogon will be chosen
3474 # first if we set CC to just the basename; use the full file name.
3475 shift
3476 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3477 fi
3478 fi
3479 fi
3480 fi
3481 CC=$ac_cv_prog_CC
3482 if test -n "$CC"; then
3483 { echo "$as_me:$LINENO: result: $CC" >&5
3484 echo "${ECHO_T}$CC" >&6; }
3485 else
3486 { echo "$as_me:$LINENO: result: no" >&5
3487 echo "${ECHO_T}no" >&6; }
3488 fi
3489
3490
3491 fi
3492 if test -z "$CC"; then
3493 if test -n "$ac_tool_prefix"; then
3494 for ac_prog in cl.exe
3495 do
3496 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3497 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3498 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3499 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3500 if test "${ac_cv_prog_CC+set}" = set; then
3501 echo $ECHO_N "(cached) $ECHO_C" >&6
3502 else
3503 if test -n "$CC"; then
3504 ac_cv_prog_CC="$CC" # Let the user override the test.
3505 else
3506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3507 for as_dir in $PATH
3508 do
3509 IFS=$as_save_IFS
3510 test -z "$as_dir" && as_dir=.
3511 for ac_exec_ext in '' $ac_executable_extensions; do
3512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3513 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3514 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3515 break 2
3516 fi
3517 done
3518 done
3519 IFS=$as_save_IFS
3520
3521 fi
3522 fi
3523 CC=$ac_cv_prog_CC
3524 if test -n "$CC"; then
3525 { echo "$as_me:$LINENO: result: $CC" >&5
3526 echo "${ECHO_T}$CC" >&6; }
3527 else
3528 { echo "$as_me:$LINENO: result: no" >&5
3529 echo "${ECHO_T}no" >&6; }
3530 fi
3531
3532
3533 test -n "$CC" && break
3534 done
3535 fi
3536 if test -z "$CC"; then
3537 ac_ct_CC=$CC
3538 for ac_prog in cl.exe
3539 do
3540 # Extract the first word of "$ac_prog", so it can be a program name with args.
3541 set dummy $ac_prog; ac_word=$2
3542 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3543 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3544 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3545 echo $ECHO_N "(cached) $ECHO_C" >&6
3546 else
3547 if test -n "$ac_ct_CC"; then
3548 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3549 else
3550 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3551 for as_dir in $PATH
3552 do
3553 IFS=$as_save_IFS
3554 test -z "$as_dir" && as_dir=.
3555 for ac_exec_ext in '' $ac_executable_extensions; do
3556 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3557 ac_cv_prog_ac_ct_CC="$ac_prog"
3558 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3559 break 2
3560 fi
3561 done
3562 done
3563 IFS=$as_save_IFS
3564
3565 fi
3566 fi
3567 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3568 if test -n "$ac_ct_CC"; then
3569 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3570 echo "${ECHO_T}$ac_ct_CC" >&6; }
3571 else
3572 { echo "$as_me:$LINENO: result: no" >&5
3573 echo "${ECHO_T}no" >&6; }
3574 fi
3575
3576
3577 test -n "$ac_ct_CC" && break
3578 done
3579
3580 if test "x$ac_ct_CC" = x; then
3581 CC=""
3582 else
3583 case $cross_compiling:$ac_tool_warned in
3584 yes:)
3585 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3586 whose name does not start with the host triplet. If you think this
3587 configuration is useful to you, please write to autoconf@gnu.org." >&5
3588 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3589 whose name does not start with the host triplet. If you think this
3590 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3591 ac_tool_warned=yes ;;
3592 esac
3593 CC=$ac_ct_CC
3594 fi
3595 fi
3596
3597 fi
3598
3599
3600 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3601 See \`config.log' for more details." >&5
3602 echo "$as_me: error: no acceptable C compiler found in \$PATH
3603 See \`config.log' for more details." >&2;}
3604 { (exit 1); exit 1; }; }
3605
3606 # Provide some information about the compiler.
3607 echo "$as_me:$LINENO: checking for C compiler version" >&5
3608 ac_compiler=`set X $ac_compile; echo $2`
3609 { (ac_try="$ac_compiler --version >&5"
3610 case "(($ac_try" in
3611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3612 *) ac_try_echo=$ac_try;;
3613 esac
3614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3615 (eval "$ac_compiler --version >&5") 2>&5
3616 ac_status=$?
3617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3618 (exit $ac_status); }
3619 { (ac_try="$ac_compiler -v >&5"
3620 case "(($ac_try" in
3621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3622 *) ac_try_echo=$ac_try;;
3623 esac
3624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3625 (eval "$ac_compiler -v >&5") 2>&5
3626 ac_status=$?
3627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3628 (exit $ac_status); }
3629 { (ac_try="$ac_compiler -V >&5"
3630 case "(($ac_try" in
3631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3632 *) ac_try_echo=$ac_try;;
3633 esac
3634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3635 (eval "$ac_compiler -V >&5") 2>&5
3636 ac_status=$?
3637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3638 (exit $ac_status); }
3639
3640 cat >conftest.$ac_ext <<_ACEOF
3641 /* confdefs.h. */
3642 _ACEOF
3643 cat confdefs.h >>conftest.$ac_ext
3644 cat >>conftest.$ac_ext <<_ACEOF
3645 /* end confdefs.h. */
3646
3647 int
3648 main ()
3649 {
3650
3651 ;
3652 return 0;
3653 }
3654 _ACEOF
3655 ac_clean_files_save=$ac_clean_files
3656 ac_clean_files="$ac_clean_files a.out a.exe b.out"
3657 # Try to create an executable without -o first, disregard a.out.
3658 # It will help us diagnose broken compilers, and finding out an intuition
3659 # of exeext.
3660 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3661 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
3662 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3663 #
3664 # List of possible output files, starting from the most likely.
3665 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
3666 # only as a last resort. b.out is created by i960 compilers.
3667 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
3668 #
3669 # The IRIX 6 linker writes into existing files which may not be
3670 # executable, retaining their permissions. Remove them first so a
3671 # subsequent execution test works.
3672 ac_rmfiles=
3673 for ac_file in $ac_files
3674 do
3675 case $ac_file in
3676 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
3677 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3678 esac
3679 done
3680 rm -f $ac_rmfiles
3681
3682 if { (ac_try="$ac_link_default"
3683 case "(($ac_try" in
3684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3685 *) ac_try_echo=$ac_try;;
3686 esac
3687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3688 (eval "$ac_link_default") 2>&5
3689 ac_status=$?
3690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3691 (exit $ac_status); }; then
3692 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3693 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3694 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3695 # so that the user can short-circuit this test for compilers unknown to
3696 # Autoconf.
3697 for ac_file in $ac_files ''
3698 do
3699 test -f "$ac_file" || continue
3700 case $ac_file in
3701 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
3702 ;;
3703 [ab].out )
3704 # We found the default executable, but exeext='' is most
3705 # certainly right.
3706 break;;
3707 *.* )
3708 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3709 then :; else
3710 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3711 fi
3712 # We set ac_cv_exeext here because the later test for it is not
3713 # safe: cross compilers may not add the suffix if given an `-o'
3714 # argument, so we may need to know it at that point already.
3715 # Even if this section looks crufty: it has the advantage of
3716 # actually working.
3717 break;;
3718 * )
3719 break;;
3720 esac
3721 done
3722 test "$ac_cv_exeext" = no && ac_cv_exeext=
3723
3724 else
3725 ac_file=''
3726 fi
3727
3728 { echo "$as_me:$LINENO: result: $ac_file" >&5
3729 echo "${ECHO_T}$ac_file" >&6; }
3730 if test -z "$ac_file"; then
3731 echo "$as_me: failed program was:" >&5
3732 sed 's/^/| /' conftest.$ac_ext >&5
3733
3734 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
3735 See \`config.log' for more details." >&5
3736 echo "$as_me: error: C compiler cannot create executables
3737 See \`config.log' for more details." >&2;}
3738 { (exit 77); exit 77; }; }
3739 fi
3740
3741 ac_exeext=$ac_cv_exeext
3742
3743 # Check that the compiler produces executables we can run. If not, either
3744 # the compiler is broken, or we cross compile.
3745 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3746 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
3747 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3748 # If not cross compiling, check that we can run a simple program.
3749 if test "$cross_compiling" != yes; then
3750 if { ac_try='./$ac_file'
3751 { (case "(($ac_try" in
3752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3753 *) ac_try_echo=$ac_try;;
3754 esac
3755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3756 (eval "$ac_try") 2>&5
3757 ac_status=$?
3758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3759 (exit $ac_status); }; }; then
3760 cross_compiling=no
3761 else
3762 if test "$cross_compiling" = maybe; then
3763 cross_compiling=yes
3764 else
3765 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3766 If you meant to cross compile, use \`--host'.
3767 See \`config.log' for more details." >&5
3768 echo "$as_me: error: cannot run C compiled programs.
3769 If you meant to cross compile, use \`--host'.
3770 See \`config.log' for more details." >&2;}
3771 { (exit 1); exit 1; }; }
3772 fi
3773 fi
3774 fi
3775 { echo "$as_me:$LINENO: result: yes" >&5
3776 echo "${ECHO_T}yes" >&6; }
3777
3778 rm -f a.out a.exe conftest$ac_cv_exeext b.out
3779 ac_clean_files=$ac_clean_files_save
3780 # Check that the compiler produces executables we can run. If not, either
3781 # the compiler is broken, or we cross compile.
3782 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3783 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
3784 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
3785 echo "${ECHO_T}$cross_compiling" >&6; }
3786
3787 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
3788 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
3789 if { (ac_try="$ac_link"
3790 case "(($ac_try" in
3791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3792 *) ac_try_echo=$ac_try;;
3793 esac
3794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3795 (eval "$ac_link") 2>&5
3796 ac_status=$?
3797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3798 (exit $ac_status); }; then
3799 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3800 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3801 # work properly (i.e., refer to `conftest.exe'), while it won't with
3802 # `rm'.
3803 for ac_file in conftest.exe conftest conftest.*; do
3804 test -f "$ac_file" || continue
3805 case $ac_file in
3806 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
3807 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3808 break;;
3809 * ) break;;
3810 esac
3811 done
3812 else
3813 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3814 See \`config.log' for more details." >&5
3815 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3816 See \`config.log' for more details." >&2;}
3817 { (exit 1); exit 1; }; }
3818 fi
3819
3820 rm -f conftest$ac_cv_exeext
3821 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3822 echo "${ECHO_T}$ac_cv_exeext" >&6; }
3823
3824 rm -f conftest.$ac_ext
3825 EXEEXT=$ac_cv_exeext
3826 ac_exeext=$EXEEXT
3827 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
3828 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
3829 if test "${ac_cv_objext+set}" = set; then
3830 echo $ECHO_N "(cached) $ECHO_C" >&6
3831 else
3832 cat >conftest.$ac_ext <<_ACEOF
3833 /* confdefs.h. */
3834 _ACEOF
3835 cat confdefs.h >>conftest.$ac_ext
3836 cat >>conftest.$ac_ext <<_ACEOF
3837 /* end confdefs.h. */
3838
3839 int
3840 main ()
3841 {
3842
3843 ;
3844 return 0;
3845 }
3846 _ACEOF
3847 rm -f conftest.o conftest.obj
3848 if { (ac_try="$ac_compile"
3849 case "(($ac_try" in
3850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3851 *) ac_try_echo=$ac_try;;
3852 esac
3853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3854 (eval "$ac_compile") 2>&5
3855 ac_status=$?
3856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3857 (exit $ac_status); }; then
3858 for ac_file in conftest.o conftest.obj conftest.*; do
3859 test -f "$ac_file" || continue;
3860 case $ac_file in
3861 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
3862 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3863 break;;
3864 esac
3865 done
3866 else
3867 echo "$as_me: failed program was:" >&5
3868 sed 's/^/| /' conftest.$ac_ext >&5
3869
3870 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3871 See \`config.log' for more details." >&5
3872 echo "$as_me: error: cannot compute suffix of object files: cannot compile
3873 See \`config.log' for more details." >&2;}
3874 { (exit 1); exit 1; }; }
3875 fi
3876
3877 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3878 fi
3879 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3880 echo "${ECHO_T}$ac_cv_objext" >&6; }
3881 OBJEXT=$ac_cv_objext
3882 ac_objext=$OBJEXT
3883 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3884 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
3885 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3886 echo $ECHO_N "(cached) $ECHO_C" >&6
3887 else
3888 cat >conftest.$ac_ext <<_ACEOF
3889 /* confdefs.h. */
3890 _ACEOF
3891 cat confdefs.h >>conftest.$ac_ext
3892 cat >>conftest.$ac_ext <<_ACEOF
3893 /* end confdefs.h. */
3894
3895 int
3896 main ()
3897 {
3898 #ifndef __GNUC__
3899 choke me
3900 #endif
3901
3902 ;
3903 return 0;
3904 }
3905 _ACEOF
3906 rm -f conftest.$ac_objext
3907 if { (ac_try="$ac_compile"
3908 case "(($ac_try" in
3909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3910 *) ac_try_echo=$ac_try;;
3911 esac
3912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3913 (eval "$ac_compile") 2>conftest.er1
3914 ac_status=$?
3915 grep -v '^ *+' conftest.er1 >conftest.err
3916 rm -f conftest.er1
3917 cat conftest.err >&5
3918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3919 (exit $ac_status); } && {
3920 test -z "$ac_c_werror_flag" ||
3921 test ! -s conftest.err
3922 } && test -s conftest.$ac_objext; then
3923 ac_compiler_gnu=yes
3924 else
3925 echo "$as_me: failed program was:" >&5
3926 sed 's/^/| /' conftest.$ac_ext >&5
3927
3928 ac_compiler_gnu=no
3929 fi
3930
3931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3932 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3933
3934 fi
3935 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3936 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
3937 GCC=`test $ac_compiler_gnu = yes && echo yes`
3938 ac_test_CFLAGS=${CFLAGS+set}
3939 ac_save_CFLAGS=$CFLAGS
3940 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3941 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
3942 if test "${ac_cv_prog_cc_g+set}" = set; then
3943 echo $ECHO_N "(cached) $ECHO_C" >&6
3944 else
3945 ac_save_c_werror_flag=$ac_c_werror_flag
3946 ac_c_werror_flag=yes
3947 ac_cv_prog_cc_g=no
3948 CFLAGS="-g"
3949 cat >conftest.$ac_ext <<_ACEOF
3950 /* confdefs.h. */
3951 _ACEOF
3952 cat confdefs.h >>conftest.$ac_ext
3953 cat >>conftest.$ac_ext <<_ACEOF
3954 /* end confdefs.h. */
3955
3956 int
3957 main ()
3958 {
3959
3960 ;
3961 return 0;
3962 }
3963 _ACEOF
3964 rm -f conftest.$ac_objext
3965 if { (ac_try="$ac_compile"
3966 case "(($ac_try" in
3967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3968 *) ac_try_echo=$ac_try;;
3969 esac
3970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3971 (eval "$ac_compile") 2>conftest.er1
3972 ac_status=$?
3973 grep -v '^ *+' conftest.er1 >conftest.err
3974 rm -f conftest.er1
3975 cat conftest.err >&5
3976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3977 (exit $ac_status); } && {
3978 test -z "$ac_c_werror_flag" ||
3979 test ! -s conftest.err
3980 } && test -s conftest.$ac_objext; then
3981 ac_cv_prog_cc_g=yes
3982 else
3983 echo "$as_me: failed program was:" >&5
3984 sed 's/^/| /' conftest.$ac_ext >&5
3985
3986 CFLAGS=""
3987 cat >conftest.$ac_ext <<_ACEOF
3988 /* confdefs.h. */
3989 _ACEOF
3990 cat confdefs.h >>conftest.$ac_ext
3991 cat >>conftest.$ac_ext <<_ACEOF
3992 /* end confdefs.h. */
3993
3994 int
3995 main ()
3996 {
3997
3998 ;
3999 return 0;
4000 }
4001 _ACEOF
4002 rm -f conftest.$ac_objext
4003 if { (ac_try="$ac_compile"
4004 case "(($ac_try" in
4005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4006 *) ac_try_echo=$ac_try;;
4007 esac
4008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4009 (eval "$ac_compile") 2>conftest.er1
4010 ac_status=$?
4011 grep -v '^ *+' conftest.er1 >conftest.err
4012 rm -f conftest.er1
4013 cat conftest.err >&5
4014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4015 (exit $ac_status); } && {
4016 test -z "$ac_c_werror_flag" ||
4017 test ! -s conftest.err
4018 } && test -s conftest.$ac_objext; then
4019 :
4020 else
4021 echo "$as_me: failed program was:" >&5
4022 sed 's/^/| /' conftest.$ac_ext >&5
4023
4024 ac_c_werror_flag=$ac_save_c_werror_flag
4025 CFLAGS="-g"
4026 cat >conftest.$ac_ext <<_ACEOF
4027 /* confdefs.h. */
4028 _ACEOF
4029 cat confdefs.h >>conftest.$ac_ext
4030 cat >>conftest.$ac_ext <<_ACEOF
4031 /* end confdefs.h. */
4032
4033 int
4034 main ()
4035 {
4036
4037 ;
4038 return 0;
4039 }
4040 _ACEOF
4041 rm -f conftest.$ac_objext
4042 if { (ac_try="$ac_compile"
4043 case "(($ac_try" in
4044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4045 *) ac_try_echo=$ac_try;;
4046 esac
4047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4048 (eval "$ac_compile") 2>conftest.er1
4049 ac_status=$?
4050 grep -v '^ *+' conftest.er1 >conftest.err
4051 rm -f conftest.er1
4052 cat conftest.err >&5
4053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4054 (exit $ac_status); } && {
4055 test -z "$ac_c_werror_flag" ||
4056 test ! -s conftest.err
4057 } && test -s conftest.$ac_objext; then
4058 ac_cv_prog_cc_g=yes
4059 else
4060 echo "$as_me: failed program was:" >&5
4061 sed 's/^/| /' conftest.$ac_ext >&5
4062
4063
4064 fi
4065
4066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4067 fi
4068
4069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4070 fi
4071
4072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4073 ac_c_werror_flag=$ac_save_c_werror_flag
4074 fi
4075 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
4076 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
4077 if test "$ac_test_CFLAGS" = set; then
4078 CFLAGS=$ac_save_CFLAGS
4079 elif test $ac_cv_prog_cc_g = yes; then
4080 if test "$GCC" = yes; then
4081 CFLAGS="-g -O2"
4082 else
4083 CFLAGS="-g"
4084 fi
4085 else
4086 if test "$GCC" = yes; then
4087 CFLAGS="-O2"
4088 else
4089 CFLAGS=
4090 fi
4091 fi
4092 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
4093 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
4094 if test "${ac_cv_prog_cc_c89+set}" = set; then
4095 echo $ECHO_N "(cached) $ECHO_C" >&6
4096 else
4097 ac_cv_prog_cc_c89=no
4098 ac_save_CC=$CC
4099 cat >conftest.$ac_ext <<_ACEOF
4100 /* confdefs.h. */
4101 _ACEOF
4102 cat confdefs.h >>conftest.$ac_ext
4103 cat >>conftest.$ac_ext <<_ACEOF
4104 /* end confdefs.h. */
4105 #include <stdarg.h>
4106 #include <stdio.h>
4107 #include <sys/types.h>
4108 #include <sys/stat.h>
4109 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4110 struct buf { int x; };
4111 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4112 static char *e (p, i)
4113 char **p;
4114 int i;
4115 {
4116 return p[i];
4117 }
4118 static char *f (char * (*g) (char **, int), char **p, ...)
4119 {
4120 char *s;
4121 va_list v;
4122 va_start (v,p);
4123 s = g (p, va_arg (v,int));
4124 va_end (v);
4125 return s;
4126 }
4127
4128 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4129 function prototypes and stuff, but not '\xHH' hex character constants.
4130 These don't provoke an error unfortunately, instead are silently treated
4131 as 'x'. The following induces an error, until -std is added to get
4132 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4133 array size at least. It's necessary to write '\x00'==0 to get something
4134 that's true only with -std. */
4135 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4136
4137 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4138 inside strings and character constants. */
4139 #define FOO(x) 'x'
4140 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4141
4142 int test (int i, double x);
4143 struct s1 {int (*f) (int a);};
4144 struct s2 {int (*f) (double a);};
4145 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4146 int argc;
4147 char **argv;
4148 int
4149 main ()
4150 {
4151 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4152 ;
4153 return 0;
4154 }
4155 _ACEOF
4156 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4157 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4158 do
4159 CC="$ac_save_CC $ac_arg"
4160 rm -f conftest.$ac_objext
4161 if { (ac_try="$ac_compile"
4162 case "(($ac_try" in
4163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4164 *) ac_try_echo=$ac_try;;
4165 esac
4166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4167 (eval "$ac_compile") 2>conftest.er1
4168 ac_status=$?
4169 grep -v '^ *+' conftest.er1 >conftest.err
4170 rm -f conftest.er1
4171 cat conftest.err >&5
4172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4173 (exit $ac_status); } && {
4174 test -z "$ac_c_werror_flag" ||
4175 test ! -s conftest.err
4176 } && test -s conftest.$ac_objext; then
4177 ac_cv_prog_cc_c89=$ac_arg
4178 else
4179 echo "$as_me: failed program was:" >&5
4180 sed 's/^/| /' conftest.$ac_ext >&5
4181
4182
4183 fi
4184
4185 rm -f core conftest.err conftest.$ac_objext
4186 test "x$ac_cv_prog_cc_c89" != "xno" && break
4187 done
4188 rm -f conftest.$ac_ext
4189 CC=$ac_save_CC
4190
4191 fi
4192 # AC_CACHE_VAL
4193 case "x$ac_cv_prog_cc_c89" in
4194 x)
4195 { echo "$as_me:$LINENO: result: none needed" >&5
4196 echo "${ECHO_T}none needed" >&6; } ;;
4197 xno)
4198 { echo "$as_me:$LINENO: result: unsupported" >&5
4199 echo "${ECHO_T}unsupported" >&6; } ;;
4200 *)
4201 CC="$CC $ac_cv_prog_cc_c89"
4202 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
4203 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
4204 esac
4205
4206
4207 ac_ext=c
4208 ac_cpp='$CPP $CPPFLAGS'
4209 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4210 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4211 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4212
4213
4214 # On Suns, sometimes $CPP names a directory.
4215 if test -n "$CPP" && test -d "$CPP"; then
4216 CPP=
4217 fi
4218
4219 ## If not using gcc, and on Solaris, and no CPP specified, see if
4220 ## using a Sun compiler, which needs -Xs to prevent whitespace.
4221 if test x"$GCC" != xyes && test x"$emacs_check_sunpro_c" = xyes && \
4222 test x"$CPP" = x; then
4223 { echo "$as_me:$LINENO: checking whether we are using a Sun C compiler" >&5
4224 echo $ECHO_N "checking whether we are using a Sun C compiler... $ECHO_C" >&6; }
4225
4226 if test "${emacs_cv_sunpro_c+set}" = set; then
4227 echo $ECHO_N "(cached) $ECHO_C" >&6
4228 else
4229 cat >conftest.$ac_ext <<_ACEOF
4230 /* confdefs.h. */
4231 _ACEOF
4232 cat confdefs.h >>conftest.$ac_ext
4233 cat >>conftest.$ac_ext <<_ACEOF
4234 /* end confdefs.h. */
4235
4236 int
4237 main ()
4238 {
4239 #ifndef __SUNPRO_C
4240 fail;
4241 #endif
4242
4243 ;
4244 return 0;
4245 }
4246 _ACEOF
4247 rm -f conftest.$ac_objext conftest$ac_exeext
4248 if { (ac_try="$ac_link"
4249 case "(($ac_try" in
4250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4251 *) ac_try_echo=$ac_try;;
4252 esac
4253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4254 (eval "$ac_link") 2>conftest.er1
4255 ac_status=$?
4256 grep -v '^ *+' conftest.er1 >conftest.err
4257 rm -f conftest.er1
4258 cat conftest.err >&5
4259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4260 (exit $ac_status); } && {
4261 test -z "$ac_c_werror_flag" ||
4262 test ! -s conftest.err
4263 } && test -s conftest$ac_exeext &&
4264 $as_test_x conftest$ac_exeext; then
4265 emacs_cv_sunpro_c=yes
4266 else
4267 echo "$as_me: failed program was:" >&5
4268 sed 's/^/| /' conftest.$ac_ext >&5
4269
4270 emacs_cv_sunpro_c=no
4271 fi
4272
4273 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4274 conftest$ac_exeext conftest.$ac_ext
4275 fi
4276
4277 { echo "$as_me:$LINENO: result: $emacs_cv_sunpro_c" >&5
4278 echo "${ECHO_T}$emacs_cv_sunpro_c" >&6; }
4279
4280 if test x"$emacs_cv_sunpro_c" = xyes; then
4281 NON_GNU_CPP="$CC -E -Xs"
4282 fi
4283 fi
4284
4285 #### Some systems specify a CPP to use unless we are using GCC.
4286 #### Now that we know whether we are using GCC, we can decide whether
4287 #### to use that one.
4288 if test "x$NON_GNU_CPP" != x && test x$GCC != xyes && test "x$CPP" = x
4289 then
4290 CPP="$NON_GNU_CPP"
4291 fi
4292
4293 #### Some systems specify a CC to use unless we are using GCC.
4294 #### Now that we know whether we are using GCC, we can decide whether
4295 #### to use that one.
4296 if test "x$NON_GNU_CC" != x && test x$GCC != xyes &&
4297 test x$cc_specified != xyes
4298 then
4299 CC="$NON_GNU_CC"
4300 fi
4301
4302 if test x$GCC = xyes && test "x$GCC_TEST_OPTIONS" != x
4303 then
4304 CC="$CC $GCC_TEST_OPTIONS"
4305 fi
4306
4307 if test x$GCC = x && test "x$NON_GCC_TEST_OPTIONS" != x
4308 then
4309 CC="$CC $NON_GCC_TEST_OPTIONS"
4310 fi
4311
4312 ac_ext=c
4313 ac_cpp='$CPP $CPPFLAGS'
4314 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4315 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4316 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4317 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4318 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
4319 # On Suns, sometimes $CPP names a directory.
4320 if test -n "$CPP" && test -d "$CPP"; then
4321 CPP=
4322 fi
4323 if test -z "$CPP"; then
4324 if test "${ac_cv_prog_CPP+set}" = set; then
4325 echo $ECHO_N "(cached) $ECHO_C" >&6
4326 else
4327 # Double quotes because CPP needs to be expanded
4328 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4329 do
4330 ac_preproc_ok=false
4331 for ac_c_preproc_warn_flag in '' yes
4332 do
4333 # Use a header file that comes with gcc, so configuring glibc
4334 # with a fresh cross-compiler works.
4335 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4336 # <limits.h> exists even on freestanding compilers.
4337 # On the NeXT, cc -E runs the code through the compiler's parser,
4338 # not just through cpp. "Syntax error" is here to catch this case.
4339 cat >conftest.$ac_ext <<_ACEOF
4340 /* confdefs.h. */
4341 _ACEOF
4342 cat confdefs.h >>conftest.$ac_ext
4343 cat >>conftest.$ac_ext <<_ACEOF
4344 /* end confdefs.h. */
4345 #ifdef __STDC__
4346 # include <limits.h>
4347 #else
4348 # include <assert.h>
4349 #endif
4350 Syntax error
4351 _ACEOF
4352 if { (ac_try="$ac_cpp conftest.$ac_ext"
4353 case "(($ac_try" in
4354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4355 *) ac_try_echo=$ac_try;;
4356 esac
4357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4358 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4359 ac_status=$?
4360 grep -v '^ *+' conftest.er1 >conftest.err
4361 rm -f conftest.er1
4362 cat conftest.err >&5
4363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4364 (exit $ac_status); } >/dev/null && {
4365 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4366 test ! -s conftest.err
4367 }; then
4368 :
4369 else
4370 echo "$as_me: failed program was:" >&5
4371 sed 's/^/| /' conftest.$ac_ext >&5
4372
4373 # Broken: fails on valid input.
4374 continue
4375 fi
4376
4377 rm -f conftest.err conftest.$ac_ext
4378
4379 # OK, works on sane cases. Now check whether nonexistent headers
4380 # can be detected and how.
4381 cat >conftest.$ac_ext <<_ACEOF
4382 /* confdefs.h. */
4383 _ACEOF
4384 cat confdefs.h >>conftest.$ac_ext
4385 cat >>conftest.$ac_ext <<_ACEOF
4386 /* end confdefs.h. */
4387 #include <ac_nonexistent.h>
4388 _ACEOF
4389 if { (ac_try="$ac_cpp conftest.$ac_ext"
4390 case "(($ac_try" in
4391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4392 *) ac_try_echo=$ac_try;;
4393 esac
4394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4395 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4396 ac_status=$?
4397 grep -v '^ *+' conftest.er1 >conftest.err
4398 rm -f conftest.er1
4399 cat conftest.err >&5
4400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4401 (exit $ac_status); } >/dev/null && {
4402 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4403 test ! -s conftest.err
4404 }; then
4405 # Broken: success on invalid input.
4406 continue
4407 else
4408 echo "$as_me: failed program was:" >&5
4409 sed 's/^/| /' conftest.$ac_ext >&5
4410
4411 # Passes both tests.
4412 ac_preproc_ok=:
4413 break
4414 fi
4415
4416 rm -f conftest.err conftest.$ac_ext
4417
4418 done
4419 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4420 rm -f conftest.err conftest.$ac_ext
4421 if $ac_preproc_ok; then
4422 break
4423 fi
4424
4425 done
4426 ac_cv_prog_CPP=$CPP
4427
4428 fi
4429 CPP=$ac_cv_prog_CPP
4430 else
4431 ac_cv_prog_CPP=$CPP
4432 fi
4433 { echo "$as_me:$LINENO: result: $CPP" >&5
4434 echo "${ECHO_T}$CPP" >&6; }
4435 ac_preproc_ok=false
4436 for ac_c_preproc_warn_flag in '' yes
4437 do
4438 # Use a header file that comes with gcc, so configuring glibc
4439 # with a fresh cross-compiler works.
4440 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4441 # <limits.h> exists even on freestanding compilers.
4442 # On the NeXT, cc -E runs the code through the compiler's parser,
4443 # not just through cpp. "Syntax error" is here to catch this case.
4444 cat >conftest.$ac_ext <<_ACEOF
4445 /* confdefs.h. */
4446 _ACEOF
4447 cat confdefs.h >>conftest.$ac_ext
4448 cat >>conftest.$ac_ext <<_ACEOF
4449 /* end confdefs.h. */
4450 #ifdef __STDC__
4451 # include <limits.h>
4452 #else
4453 # include <assert.h>
4454 #endif
4455 Syntax error
4456 _ACEOF
4457 if { (ac_try="$ac_cpp conftest.$ac_ext"
4458 case "(($ac_try" in
4459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4460 *) ac_try_echo=$ac_try;;
4461 esac
4462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4463 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4464 ac_status=$?
4465 grep -v '^ *+' conftest.er1 >conftest.err
4466 rm -f conftest.er1
4467 cat conftest.err >&5
4468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4469 (exit $ac_status); } >/dev/null && {
4470 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4471 test ! -s conftest.err
4472 }; then
4473 :
4474 else
4475 echo "$as_me: failed program was:" >&5
4476 sed 's/^/| /' conftest.$ac_ext >&5
4477
4478 # Broken: fails on valid input.
4479 continue
4480 fi
4481
4482 rm -f conftest.err conftest.$ac_ext
4483
4484 # OK, works on sane cases. Now check whether nonexistent headers
4485 # can be detected and how.
4486 cat >conftest.$ac_ext <<_ACEOF
4487 /* confdefs.h. */
4488 _ACEOF
4489 cat confdefs.h >>conftest.$ac_ext
4490 cat >>conftest.$ac_ext <<_ACEOF
4491 /* end confdefs.h. */
4492 #include <ac_nonexistent.h>
4493 _ACEOF
4494 if { (ac_try="$ac_cpp conftest.$ac_ext"
4495 case "(($ac_try" in
4496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4497 *) ac_try_echo=$ac_try;;
4498 esac
4499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4500 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4501 ac_status=$?
4502 grep -v '^ *+' conftest.er1 >conftest.err
4503 rm -f conftest.er1
4504 cat conftest.err >&5
4505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4506 (exit $ac_status); } >/dev/null && {
4507 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4508 test ! -s conftest.err
4509 }; then
4510 # Broken: success on invalid input.
4511 continue
4512 else
4513 echo "$as_me: failed program was:" >&5
4514 sed 's/^/| /' conftest.$ac_ext >&5
4515
4516 # Passes both tests.
4517 ac_preproc_ok=:
4518 break
4519 fi
4520
4521 rm -f conftest.err conftest.$ac_ext
4522
4523 done
4524 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4525 rm -f conftest.err conftest.$ac_ext
4526 if $ac_preproc_ok; then
4527 :
4528 else
4529 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4530 See \`config.log' for more details." >&5
4531 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4532 See \`config.log' for more details." >&2;}
4533 { (exit 1); exit 1; }; }
4534 fi
4535
4536 ac_ext=c
4537 ac_cpp='$CPP $CPPFLAGS'
4538 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4539 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4540 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4541
4542
4543 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4544 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4545 if test "${ac_cv_path_GREP+set}" = set; then
4546 echo $ECHO_N "(cached) $ECHO_C" >&6
4547 else
4548 # Extract the first word of "grep ggrep" to use in msg output
4549 if test -z "$GREP"; then
4550 set dummy grep ggrep; ac_prog_name=$2
4551 if test "${ac_cv_path_GREP+set}" = set; then
4552 echo $ECHO_N "(cached) $ECHO_C" >&6
4553 else
4554 ac_path_GREP_found=false
4555 # Loop through the user's path and test for each of PROGNAME-LIST
4556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4557 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4558 do
4559 IFS=$as_save_IFS
4560 test -z "$as_dir" && as_dir=.
4561 for ac_prog in grep ggrep; do
4562 for ac_exec_ext in '' $ac_executable_extensions; do
4563 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4564 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4565 # Check for GNU ac_path_GREP and select it if it is found.
4566 # Check for GNU $ac_path_GREP
4567 case `"$ac_path_GREP" --version 2>&1` in
4568 *GNU*)
4569 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4570 *)
4571 ac_count=0
4572 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4573 while :
4574 do
4575 cat "conftest.in" "conftest.in" >"conftest.tmp"
4576 mv "conftest.tmp" "conftest.in"
4577 cp "conftest.in" "conftest.nl"
4578 echo 'GREP' >> "conftest.nl"
4579 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4580 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4581 ac_count=`expr $ac_count + 1`
4582 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4583 # Best one so far, save it but keep looking for a better one
4584 ac_cv_path_GREP="$ac_path_GREP"
4585 ac_path_GREP_max=$ac_count
4586 fi
4587 # 10*(2^10) chars as input seems more than enough
4588 test $ac_count -gt 10 && break
4589 done
4590 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4591 esac
4592
4593
4594 $ac_path_GREP_found && break 3
4595 done
4596 done
4597
4598 done
4599 IFS=$as_save_IFS
4600
4601
4602 fi
4603
4604 GREP="$ac_cv_path_GREP"
4605 if test -z "$GREP"; then
4606 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4607 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4608 { (exit 1); exit 1; }; }
4609 fi
4610
4611 else
4612 ac_cv_path_GREP=$GREP
4613 fi
4614
4615
4616 fi
4617 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4618 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4619 GREP="$ac_cv_path_GREP"
4620
4621
4622 { echo "$as_me:$LINENO: checking for egrep" >&5
4623 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4624 if test "${ac_cv_path_EGREP+set}" = set; then
4625 echo $ECHO_N "(cached) $ECHO_C" >&6
4626 else
4627 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4628 then ac_cv_path_EGREP="$GREP -E"
4629 else
4630 # Extract the first word of "egrep" to use in msg output
4631 if test -z "$EGREP"; then
4632 set dummy egrep; ac_prog_name=$2
4633 if test "${ac_cv_path_EGREP+set}" = set; then
4634 echo $ECHO_N "(cached) $ECHO_C" >&6
4635 else
4636 ac_path_EGREP_found=false
4637 # Loop through the user's path and test for each of PROGNAME-LIST
4638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4639 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4640 do
4641 IFS=$as_save_IFS
4642 test -z "$as_dir" && as_dir=.
4643 for ac_prog in egrep; do
4644 for ac_exec_ext in '' $ac_executable_extensions; do
4645 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4646 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4647 # Check for GNU ac_path_EGREP and select it if it is found.
4648 # Check for GNU $ac_path_EGREP
4649 case `"$ac_path_EGREP" --version 2>&1` in
4650 *GNU*)
4651 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4652 *)
4653 ac_count=0
4654 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4655 while :
4656 do
4657 cat "conftest.in" "conftest.in" >"conftest.tmp"
4658 mv "conftest.tmp" "conftest.in"
4659 cp "conftest.in" "conftest.nl"
4660 echo 'EGREP' >> "conftest.nl"
4661 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4662 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4663 ac_count=`expr $ac_count + 1`
4664 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4665 # Best one so far, save it but keep looking for a better one
4666 ac_cv_path_EGREP="$ac_path_EGREP"
4667 ac_path_EGREP_max=$ac_count
4668 fi
4669 # 10*(2^10) chars as input seems more than enough
4670 test $ac_count -gt 10 && break
4671 done
4672 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4673 esac
4674
4675
4676 $ac_path_EGREP_found && break 3
4677 done
4678 done
4679
4680 done
4681 IFS=$as_save_IFS
4682
4683
4684 fi
4685
4686 EGREP="$ac_cv_path_EGREP"
4687 if test -z "$EGREP"; then
4688 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4689 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4690 { (exit 1); exit 1; }; }
4691 fi
4692
4693 else
4694 ac_cv_path_EGREP=$EGREP
4695 fi
4696
4697
4698 fi
4699 fi
4700 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4701 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4702 EGREP="$ac_cv_path_EGREP"
4703
4704
4705
4706 { echo "$as_me:$LINENO: checking for AIX" >&5
4707 echo $ECHO_N "checking for AIX... $ECHO_C" >&6; }
4708 cat >conftest.$ac_ext <<_ACEOF
4709 /* confdefs.h. */
4710 _ACEOF
4711 cat confdefs.h >>conftest.$ac_ext
4712 cat >>conftest.$ac_ext <<_ACEOF
4713 /* end confdefs.h. */
4714 #ifdef _AIX
4715 yes
4716 #endif
4717
4718 _ACEOF
4719 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4720 $EGREP "yes" >/dev/null 2>&1; then
4721 { echo "$as_me:$LINENO: result: yes" >&5
4722 echo "${ECHO_T}yes" >&6; }
4723 cat >>confdefs.h <<\_ACEOF
4724 #define _ALL_SOURCE 1
4725 _ACEOF
4726
4727 else
4728 { echo "$as_me:$LINENO: result: no" >&5
4729 echo "${ECHO_T}no" >&6; }
4730 fi
4731 rm -f conftest*
4732
4733
4734
4735 cat >>confdefs.h <<\_ACEOF
4736 #define _GNU_SOURCE 1
4737 _ACEOF
4738
4739
4740
4741 ### Use -Wno-pointer-sign if the compiler supports it
4742 { echo "$as_me:$LINENO: checking whether gcc understands -Wno-pointer-sign" >&5
4743 echo $ECHO_N "checking whether gcc understands -Wno-pointer-sign... $ECHO_C" >&6; }
4744 SAVE_CFLAGS="$CFLAGS"
4745 CFLAGS="$CFLAGS -Wno-pointer-sign"
4746 cat >conftest.$ac_ext <<_ACEOF
4747 /* confdefs.h. */
4748 _ACEOF
4749 cat confdefs.h >>conftest.$ac_ext
4750 cat >>conftest.$ac_ext <<_ACEOF
4751 /* end confdefs.h. */
4752
4753 int
4754 main ()
4755 {
4756
4757 ;
4758 return 0;
4759 }
4760 _ACEOF
4761 rm -f conftest.$ac_objext
4762 if { (ac_try="$ac_compile"
4763 case "(($ac_try" in
4764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4765 *) ac_try_echo=$ac_try;;
4766 esac
4767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4768 (eval "$ac_compile") 2>conftest.er1
4769 ac_status=$?
4770 grep -v '^ *+' conftest.er1 >conftest.err
4771 rm -f conftest.er1
4772 cat conftest.err >&5
4773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4774 (exit $ac_status); } && {
4775 test -z "$ac_c_werror_flag" ||
4776 test ! -s conftest.err
4777 } && test -s conftest.$ac_objext; then
4778 has_option=yes
4779 else
4780 echo "$as_me: failed program was:" >&5
4781 sed 's/^/| /' conftest.$ac_ext >&5
4782
4783 has_option=no
4784 fi
4785
4786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4787 if test $has_option = yes; then
4788 C_WARNINGS_SWITCH="-Wno-pointer-sign $C_WARNINGS_SWITCH"
4789 fi
4790 { echo "$as_me:$LINENO: result: $has_option" >&5
4791 echo "${ECHO_T}$has_option" >&6; }
4792 CFLAGS="$SAVE_CFLAGS"
4793 unset has_option
4794 unset SAVE_CFLAGS
4795
4796 #### Some other nice autoconf tests.
4797
4798 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
4799 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
4800 LN_S=$as_ln_s
4801 if test "$LN_S" = "ln -s"; then
4802 { echo "$as_me:$LINENO: result: yes" >&5
4803 echo "${ECHO_T}yes" >&6; }
4804 else
4805 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4806 echo "${ECHO_T}no, using $LN_S" >&6; }
4807 fi
4808
4809 ac_ext=c
4810 ac_cpp='$CPP $CPPFLAGS'
4811 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4812 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4813 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4814 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4815 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
4816 # On Suns, sometimes $CPP names a directory.
4817 if test -n "$CPP" && test -d "$CPP"; then
4818 CPP=
4819 fi
4820 if test -z "$CPP"; then
4821 if test "${ac_cv_prog_CPP+set}" = set; then
4822 echo $ECHO_N "(cached) $ECHO_C" >&6
4823 else
4824 # Double quotes because CPP needs to be expanded
4825 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4826 do
4827 ac_preproc_ok=false
4828 for ac_c_preproc_warn_flag in '' yes
4829 do
4830 # Use a header file that comes with gcc, so configuring glibc
4831 # with a fresh cross-compiler works.
4832 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4833 # <limits.h> exists even on freestanding compilers.
4834 # On the NeXT, cc -E runs the code through the compiler's parser,
4835 # not just through cpp. "Syntax error" is here to catch this case.
4836 cat >conftest.$ac_ext <<_ACEOF
4837 /* confdefs.h. */
4838 _ACEOF
4839 cat confdefs.h >>conftest.$ac_ext
4840 cat >>conftest.$ac_ext <<_ACEOF
4841 /* end confdefs.h. */
4842 #ifdef __STDC__
4843 # include <limits.h>
4844 #else
4845 # include <assert.h>
4846 #endif
4847 Syntax error
4848 _ACEOF
4849 if { (ac_try="$ac_cpp conftest.$ac_ext"
4850 case "(($ac_try" in
4851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4852 *) ac_try_echo=$ac_try;;
4853 esac
4854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4855 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4856 ac_status=$?
4857 grep -v '^ *+' conftest.er1 >conftest.err
4858 rm -f conftest.er1
4859 cat conftest.err >&5
4860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4861 (exit $ac_status); } >/dev/null && {
4862 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4863 test ! -s conftest.err
4864 }; then
4865 :
4866 else
4867 echo "$as_me: failed program was:" >&5
4868 sed 's/^/| /' conftest.$ac_ext >&5
4869
4870 # Broken: fails on valid input.
4871 continue
4872 fi
4873
4874 rm -f conftest.err conftest.$ac_ext
4875
4876 # OK, works on sane cases. Now check whether nonexistent headers
4877 # can be detected and how.
4878 cat >conftest.$ac_ext <<_ACEOF
4879 /* confdefs.h. */
4880 _ACEOF
4881 cat confdefs.h >>conftest.$ac_ext
4882 cat >>conftest.$ac_ext <<_ACEOF
4883 /* end confdefs.h. */
4884 #include <ac_nonexistent.h>
4885 _ACEOF
4886 if { (ac_try="$ac_cpp conftest.$ac_ext"
4887 case "(($ac_try" in
4888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4889 *) ac_try_echo=$ac_try;;
4890 esac
4891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4892 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4893 ac_status=$?
4894 grep -v '^ *+' conftest.er1 >conftest.err
4895 rm -f conftest.er1
4896 cat conftest.err >&5
4897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4898 (exit $ac_status); } >/dev/null && {
4899 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4900 test ! -s conftest.err
4901 }; then
4902 # Broken: success on invalid input.
4903 continue
4904 else
4905 echo "$as_me: failed program was:" >&5
4906 sed 's/^/| /' conftest.$ac_ext >&5
4907
4908 # Passes both tests.
4909 ac_preproc_ok=:
4910 break
4911 fi
4912
4913 rm -f conftest.err conftest.$ac_ext
4914
4915 done
4916 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4917 rm -f conftest.err conftest.$ac_ext
4918 if $ac_preproc_ok; then
4919 break
4920 fi
4921
4922 done
4923 ac_cv_prog_CPP=$CPP
4924
4925 fi
4926 CPP=$ac_cv_prog_CPP
4927 else
4928 ac_cv_prog_CPP=$CPP
4929 fi
4930 { echo "$as_me:$LINENO: result: $CPP" >&5
4931 echo "${ECHO_T}$CPP" >&6; }
4932 ac_preproc_ok=false
4933 for ac_c_preproc_warn_flag in '' yes
4934 do
4935 # Use a header file that comes with gcc, so configuring glibc
4936 # with a fresh cross-compiler works.
4937 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4938 # <limits.h> exists even on freestanding compilers.
4939 # On the NeXT, cc -E runs the code through the compiler's parser,
4940 # not just through cpp. "Syntax error" is here to catch this case.
4941 cat >conftest.$ac_ext <<_ACEOF
4942 /* confdefs.h. */
4943 _ACEOF
4944 cat confdefs.h >>conftest.$ac_ext
4945 cat >>conftest.$ac_ext <<_ACEOF
4946 /* end confdefs.h. */
4947 #ifdef __STDC__
4948 # include <limits.h>
4949 #else
4950 # include <assert.h>
4951 #endif
4952 Syntax error
4953 _ACEOF
4954 if { (ac_try="$ac_cpp conftest.$ac_ext"
4955 case "(($ac_try" in
4956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4957 *) ac_try_echo=$ac_try;;
4958 esac
4959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4960 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4961 ac_status=$?
4962 grep -v '^ *+' conftest.er1 >conftest.err
4963 rm -f conftest.er1
4964 cat conftest.err >&5
4965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4966 (exit $ac_status); } >/dev/null && {
4967 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4968 test ! -s conftest.err
4969 }; then
4970 :
4971 else
4972 echo "$as_me: failed program was:" >&5
4973 sed 's/^/| /' conftest.$ac_ext >&5
4974
4975 # Broken: fails on valid input.
4976 continue
4977 fi
4978
4979 rm -f conftest.err conftest.$ac_ext
4980
4981 # OK, works on sane cases. Now check whether nonexistent headers
4982 # can be detected and how.
4983 cat >conftest.$ac_ext <<_ACEOF
4984 /* confdefs.h. */
4985 _ACEOF
4986 cat confdefs.h >>conftest.$ac_ext
4987 cat >>conftest.$ac_ext <<_ACEOF
4988 /* end confdefs.h. */
4989 #include <ac_nonexistent.h>
4990 _ACEOF
4991 if { (ac_try="$ac_cpp conftest.$ac_ext"
4992 case "(($ac_try" in
4993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4994 *) ac_try_echo=$ac_try;;
4995 esac
4996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4997 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4998 ac_status=$?
4999 grep -v '^ *+' conftest.er1 >conftest.err
5000 rm -f conftest.er1
5001 cat conftest.err >&5
5002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5003 (exit $ac_status); } >/dev/null && {
5004 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5005 test ! -s conftest.err
5006 }; then
5007 # Broken: success on invalid input.
5008 continue
5009 else
5010 echo "$as_me: failed program was:" >&5
5011 sed 's/^/| /' conftest.$ac_ext >&5
5012
5013 # Passes both tests.
5014 ac_preproc_ok=:
5015 break
5016 fi
5017
5018 rm -f conftest.err conftest.$ac_ext
5019
5020 done
5021 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5022 rm -f conftest.err conftest.$ac_ext
5023 if $ac_preproc_ok; then
5024 :
5025 else
5026 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5027 See \`config.log' for more details." >&5
5028 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5029 See \`config.log' for more details." >&2;}
5030 { (exit 1); exit 1; }; }
5031 fi
5032
5033 ac_ext=c
5034 ac_cpp='$CPP $CPPFLAGS'
5035 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5036 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5037 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5038
5039 # Find a good install program. We prefer a C program (faster),
5040 # so one script is as good as another. But avoid the broken or
5041 # incompatible versions:
5042 # SysV /etc/install, /usr/sbin/install
5043 # SunOS /usr/etc/install
5044 # IRIX /sbin/install
5045 # AIX /bin/install
5046 # AmigaOS /C/install, which installs bootblocks on floppy discs
5047 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5048 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5049 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5050 # OS/2's system install, which has a completely different semantic
5051 # ./install, which can be erroneously created by make from ./install.sh.
5052 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
5053 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
5054 if test -z "$INSTALL"; then
5055 if test "${ac_cv_path_install+set}" = set; then
5056 echo $ECHO_N "(cached) $ECHO_C" >&6
5057 else
5058 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5059 for as_dir in $PATH
5060 do
5061 IFS=$as_save_IFS
5062 test -z "$as_dir" && as_dir=.
5063 # Account for people who put trailing slashes in PATH elements.
5064 case $as_dir/ in
5065 ./ | .// | /cC/* | \
5066 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5067 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
5068 /usr/ucb/* ) ;;
5069 *)
5070 # OSF1 and SCO ODT 3.0 have their own names for install.
5071 # Don't use installbsd from OSF since it installs stuff as root
5072 # by default.
5073 for ac_prog in ginstall scoinst install; do
5074 for ac_exec_ext in '' $ac_executable_extensions; do
5075 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5076 if test $ac_prog = install &&
5077 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5078 # AIX install. It has an incompatible calling convention.
5079 :
5080 elif test $ac_prog = install &&
5081 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5082 # program-specific install script used by HP pwplus--don't use.
5083 :
5084 else
5085 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5086 break 3
5087 fi
5088 fi
5089 done
5090 done
5091 ;;
5092 esac
5093 done
5094 IFS=$as_save_IFS
5095
5096
5097 fi
5098 if test "${ac_cv_path_install+set}" = set; then
5099 INSTALL=$ac_cv_path_install
5100 else
5101 # As a last resort, use the slow shell script. Don't cache a
5102 # value for INSTALL within a source directory, because that will
5103 # break other packages using the cache if that directory is
5104 # removed, or if the value is a relative name.
5105 INSTALL=$ac_install_sh
5106 fi
5107 fi
5108 { echo "$as_me:$LINENO: result: $INSTALL" >&5
5109 echo "${ECHO_T}$INSTALL" >&6; }
5110
5111 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5112 # It thinks the first close brace ends the variable substitution.
5113 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5114
5115 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5116
5117 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5118
5119 if test "x$RANLIB" = x; then
5120 if test -n "$ac_tool_prefix"; then
5121 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5122 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5123 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5124 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5125 if test "${ac_cv_prog_RANLIB+set}" = set; then
5126 echo $ECHO_N "(cached) $ECHO_C" >&6
5127 else
5128 if test -n "$RANLIB"; then
5129 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5130 else
5131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5132 for as_dir in $PATH
5133 do
5134 IFS=$as_save_IFS
5135 test -z "$as_dir" && as_dir=.
5136 for ac_exec_ext in '' $ac_executable_extensions; do
5137 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5138 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5139 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5140 break 2
5141 fi
5142 done
5143 done
5144 IFS=$as_save_IFS
5145
5146 fi
5147 fi
5148 RANLIB=$ac_cv_prog_RANLIB
5149 if test -n "$RANLIB"; then
5150 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5151 echo "${ECHO_T}$RANLIB" >&6; }
5152 else
5153 { echo "$as_me:$LINENO: result: no" >&5
5154 echo "${ECHO_T}no" >&6; }
5155 fi
5156
5157
5158 fi
5159 if test -z "$ac_cv_prog_RANLIB"; then
5160 ac_ct_RANLIB=$RANLIB
5161 # Extract the first word of "ranlib", so it can be a program name with args.
5162 set dummy ranlib; ac_word=$2
5163 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5164 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5165 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5166 echo $ECHO_N "(cached) $ECHO_C" >&6
5167 else
5168 if test -n "$ac_ct_RANLIB"; then
5169 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5170 else
5171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5172 for as_dir in $PATH
5173 do
5174 IFS=$as_save_IFS
5175 test -z "$as_dir" && as_dir=.
5176 for ac_exec_ext in '' $ac_executable_extensions; do
5177 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5178 ac_cv_prog_ac_ct_RANLIB="ranlib"
5179 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5180 break 2
5181 fi
5182 done
5183 done
5184 IFS=$as_save_IFS
5185
5186 fi
5187 fi
5188 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5189 if test -n "$ac_ct_RANLIB"; then
5190 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5191 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5192 else
5193 { echo "$as_me:$LINENO: result: no" >&5
5194 echo "${ECHO_T}no" >&6; }
5195 fi
5196
5197 if test "x$ac_ct_RANLIB" = x; then
5198 RANLIB=":"
5199 else
5200 case $cross_compiling:$ac_tool_warned in
5201 yes:)
5202 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5203 whose name does not start with the host triplet. If you think this
5204 configuration is useful to you, please write to autoconf@gnu.org." >&5
5205 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5206 whose name does not start with the host triplet. If you think this
5207 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5208 ac_tool_warned=yes ;;
5209 esac
5210 RANLIB=$ac_ct_RANLIB
5211 fi
5212 else
5213 RANLIB="$ac_cv_prog_RANLIB"
5214 fi
5215
5216 fi
5217 # Extract the first word of "install-info", so it can be a program name with args.
5218 set dummy install-info; ac_word=$2
5219 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5220 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5221 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then
5222 echo $ECHO_N "(cached) $ECHO_C" >&6
5223 else
5224 case $INSTALL_INFO in
5225 [\\/]* | ?:[\\/]*)
5226 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
5227 ;;
5228 *)
5229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5230 for as_dir in $PATH
5231 do
5232 IFS=$as_save_IFS
5233 test -z "$as_dir" && as_dir=.
5234 for ac_exec_ext in '' $ac_executable_extensions; do
5235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5236 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
5237 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5238 break 2
5239 fi
5240 done
5241 done
5242 IFS=$as_save_IFS
5243
5244 ;;
5245 esac
5246 fi
5247 INSTALL_INFO=$ac_cv_path_INSTALL_INFO
5248 if test -n "$INSTALL_INFO"; then
5249 { echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5
5250 echo "${ECHO_T}$INSTALL_INFO" >&6; }
5251 else
5252 { echo "$as_me:$LINENO: result: no" >&5
5253 echo "${ECHO_T}no" >&6; }
5254 fi
5255
5256
5257 # Extract the first word of "install-info", so it can be a program name with args.
5258 set dummy install-info; ac_word=$2
5259 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5260 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5261 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then
5262 echo $ECHO_N "(cached) $ECHO_C" >&6
5263 else
5264 case $INSTALL_INFO in
5265 [\\/]* | ?:[\\/]*)
5266 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
5267 ;;
5268 *)
5269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5270 for as_dir in /usr/sbin
5271 do
5272 IFS=$as_save_IFS
5273 test -z "$as_dir" && as_dir=.
5274 for ac_exec_ext in '' $ac_executable_extensions; do
5275 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5276 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
5277 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5278 break 2
5279 fi
5280 done
5281 done
5282 IFS=$as_save_IFS
5283
5284 ;;
5285 esac
5286 fi
5287 INSTALL_INFO=$ac_cv_path_INSTALL_INFO
5288 if test -n "$INSTALL_INFO"; then
5289 { echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5
5290 echo "${ECHO_T}$INSTALL_INFO" >&6; }
5291 else
5292 { echo "$as_me:$LINENO: result: no" >&5
5293 echo "${ECHO_T}no" >&6; }
5294 fi
5295
5296
5297 # Extract the first word of "install-info", so it can be a program name with args.
5298 set dummy install-info; ac_word=$2
5299 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5300 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5301 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then
5302 echo $ECHO_N "(cached) $ECHO_C" >&6
5303 else
5304 case $INSTALL_INFO in
5305 [\\/]* | ?:[\\/]*)
5306 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
5307 ;;
5308 *)
5309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5310 for as_dir in /sbin
5311 do
5312 IFS=$as_save_IFS
5313 test -z "$as_dir" && as_dir=.
5314 for ac_exec_ext in '' $ac_executable_extensions; do
5315 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5316 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
5317 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5318 break 2
5319 fi
5320 done
5321 done
5322 IFS=$as_save_IFS
5323
5324 test -z "$ac_cv_path_INSTALL_INFO" && ac_cv_path_INSTALL_INFO=":"
5325 ;;
5326 esac
5327 fi
5328 INSTALL_INFO=$ac_cv_path_INSTALL_INFO
5329 if test -n "$INSTALL_INFO"; then
5330 { echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5
5331 echo "${ECHO_T}$INSTALL_INFO" >&6; }
5332 else
5333 { echo "$as_me:$LINENO: result: no" >&5
5334 echo "${ECHO_T}no" >&6; }
5335 fi
5336
5337
5338 # Extract the first word of "gzip", so it can be a program name with args.
5339 set dummy gzip; ac_word=$2
5340 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5341 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5342 if test "${ac_cv_path_GZIP_PROG+set}" = set; then
5343 echo $ECHO_N "(cached) $ECHO_C" >&6
5344 else
5345 case $GZIP_PROG in
5346 [\\/]* | ?:[\\/]*)
5347 ac_cv_path_GZIP_PROG="$GZIP_PROG" # Let the user override the test with a path.
5348 ;;
5349 *)
5350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5351 for as_dir in $PATH
5352 do
5353 IFS=$as_save_IFS
5354 test -z "$as_dir" && as_dir=.
5355 for ac_exec_ext in '' $ac_executable_extensions; do
5356 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5357 ac_cv_path_GZIP_PROG="$as_dir/$ac_word$ac_exec_ext"
5358 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5359 break 2
5360 fi
5361 done
5362 done
5363 IFS=$as_save_IFS
5364
5365 ;;
5366 esac
5367 fi
5368 GZIP_PROG=$ac_cv_path_GZIP_PROG
5369 if test -n "$GZIP_PROG"; then
5370 { echo "$as_me:$LINENO: result: $GZIP_PROG" >&5
5371 echo "${ECHO_T}$GZIP_PROG" >&6; }
5372 else
5373 { echo "$as_me:$LINENO: result: no" >&5
5374 echo "${ECHO_T}no" >&6; }
5375 fi
5376
5377
5378
5379
5380 ## Need makeinfo >= 4.6 (?) to build the manuals.
5381 # Extract the first word of "makeinfo", so it can be a program name with args.
5382 set dummy makeinfo; ac_word=$2
5383 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5384 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5385 if test "${ac_cv_path_MAKEINFO+set}" = set; then
5386 echo $ECHO_N "(cached) $ECHO_C" >&6
5387 else
5388 case $MAKEINFO in
5389 [\\/]* | ?:[\\/]*)
5390 ac_cv_path_MAKEINFO="$MAKEINFO" # Let the user override the test with a path.
5391 ;;
5392 *)
5393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5394 for as_dir in $PATH
5395 do
5396 IFS=$as_save_IFS
5397 test -z "$as_dir" && as_dir=.
5398 for ac_exec_ext in '' $ac_executable_extensions; do
5399 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5400 ac_cv_path_MAKEINFO="$as_dir/$ac_word$ac_exec_ext"
5401 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5402 break 2
5403 fi
5404 done
5405 done
5406 IFS=$as_save_IFS
5407
5408 test -z "$ac_cv_path_MAKEINFO" && ac_cv_path_MAKEINFO="no"
5409 ;;
5410 esac
5411 fi
5412 MAKEINFO=$ac_cv_path_MAKEINFO
5413 if test -n "$MAKEINFO"; then
5414 { echo "$as_me:$LINENO: result: $MAKEINFO" >&5
5415 echo "${ECHO_T}$MAKEINFO" >&6; }
5416 else
5417 { echo "$as_me:$LINENO: result: no" >&5
5418 echo "${ECHO_T}no" >&6; }
5419 fi
5420
5421
5422 if test "$MAKEINFO" != "no" && \
5423 test x"`$MAKEINFO --version 2> /dev/null | $EGREP 'texinfo[^0-9]*([1-4][0-9]+|[5-9]|4\.[6-9]|4\.[1-5][0-9]+)'`" = x; then
5424 MAKEINFO=no
5425 fi
5426
5427 if test "$MAKEINFO" = "no"; then
5428 { { echo "$as_me:$LINENO: error: makeinfo >= 4.6 is required " >&5
5429 echo "$as_me: error: makeinfo >= 4.6 is required " >&2;}
5430 { (exit 1); exit 1; }; }
5431 fi
5432
5433
5434
5435 if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x
5436 then
5437 ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"
5438 fi
5439
5440 if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x
5441 then
5442 ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
5443 fi
5444
5445
5446 late_LDFLAGS=$LDFLAGS
5447 if test "$GCC" = yes; then
5448 LDFLAGS="$LDFLAGS -Wl,-znocombreloc"
5449 else
5450 LDFLAGS="$LDFLAGS -znocombreloc"
5451 fi
5452
5453 { echo "$as_me:$LINENO: checking for -znocombreloc" >&5
5454 echo $ECHO_N "checking for -znocombreloc... $ECHO_C" >&6; }
5455 cat >conftest.$ac_ext <<_ACEOF
5456 main(){return 0;}
5457 _ACEOF
5458 rm -f conftest.$ac_objext conftest$ac_exeext
5459 if { (ac_try="$ac_link"
5460 case "(($ac_try" in
5461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5462 *) ac_try_echo=$ac_try;;
5463 esac
5464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5465 (eval "$ac_link") 2>conftest.er1
5466 ac_status=$?
5467 grep -v '^ *+' conftest.er1 >conftest.err
5468 rm -f conftest.er1
5469 cat conftest.err >&5
5470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5471 (exit $ac_status); } && {
5472 test -z "$ac_c_werror_flag" ||
5473 test ! -s conftest.err
5474 } && test -s conftest$ac_exeext &&
5475 $as_test_x conftest$ac_exeext; then
5476 { echo "$as_me:$LINENO: result: yes" >&5
5477 echo "${ECHO_T}yes" >&6; }
5478 else
5479 echo "$as_me: failed program was:" >&5
5480 sed 's/^/| /' conftest.$ac_ext >&5
5481
5482 LDFLAGS=$late_LDFLAGS
5483 { echo "$as_me:$LINENO: result: no" >&5
5484 echo "${ECHO_T}no" >&6; }
5485 fi
5486
5487 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5488 conftest$ac_exeext conftest.$ac_ext
5489
5490 #### Extract some information from the operating system and machine files.
5491
5492 { echo "$as_me:$LINENO: checking the machine- and system-dependent files to find out
5493 - which libraries the lib-src programs will want, and
5494 - whether the GNU malloc routines are usable..." >&5
5495 echo "$as_me: checking the machine- and system-dependent files to find out
5496 - which libraries the lib-src programs will want, and
5497 - whether the GNU malloc routines are usable..." >&6;}
5498
5499 ### First figure out CFLAGS (which we use for running the compiler here)
5500 ### and REAL_CFLAGS (which we use for real compilation).
5501 ### The two are the same except on a few systems, where they are made
5502 ### different to work around various lossages. For example,
5503 ### GCC 2.5 on GNU/Linux needs them to be different because it treats -g
5504 ### as implying static linking.
5505
5506 ### If the CFLAGS env var is specified, we use that value
5507 ### instead of the default.
5508
5509 ### It's not important that this name contain the PID; you can't run
5510 ### two configures in the same directory and have anything work
5511 ### anyway.
5512 tempcname="conftest.c"
5513
5514 echo '
5515 #include "'${srcdir}'/src/'${opsysfile}'"
5516 #include "'${srcdir}'/src/'${machfile}'"
5517 #ifndef LIBS_MACHINE
5518 #define LIBS_MACHINE
5519 #endif
5520 #ifndef LIBS_SYSTEM
5521 #define LIBS_SYSTEM
5522 #endif
5523 #ifndef C_SWITCH_SYSTEM
5524 #define C_SWITCH_SYSTEM
5525 #endif
5526 #ifndef C_SWITCH_MACHINE
5527 #define C_SWITCH_MACHINE
5528 #endif
5529 configure___ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM
5530 configure___ c_switch_system=C_SWITCH_SYSTEM
5531 configure___ c_switch_machine=C_SWITCH_MACHINE
5532
5533 #ifndef LIB_X11_LIB
5534 #define LIB_X11_LIB -lX11
5535 #endif
5536
5537 #ifndef LIBX11_MACHINE
5538 #define LIBX11_MACHINE
5539 #endif
5540
5541 #ifndef LIBX11_SYSTEM
5542 #define LIBX11_SYSTEM
5543 #endif
5544 configure___ LIBX=LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM
5545
5546 #ifdef UNEXEC
5547 configure___ unexec=UNEXEC
5548 #else
5549 configure___ unexec=unexec.o
5550 #endif
5551
5552 #ifdef SYSTEM_MALLOC
5553 configure___ system_malloc=yes
5554 #else
5555 configure___ system_malloc=no
5556 #endif
5557
5558 #ifdef USE_MMAP_FOR_BUFFERS
5559 configure___ use_mmap_for_buffers=yes
5560 #else
5561 configure___ use_mmap_for_buffers=no
5562 #endif
5563
5564 #ifndef C_DEBUG_SWITCH
5565 #define C_DEBUG_SWITCH -g
5566 #endif
5567
5568 #ifndef C_OPTIMIZE_SWITCH
5569 #ifdef __GNUC__
5570 #define C_OPTIMIZE_SWITCH -O2
5571 #else
5572 #define C_OPTIMIZE_SWITCH -O
5573 #endif
5574 #endif
5575
5576 #ifndef C_WARNINGS_SWITCH
5577 #define C_WARNINGS_SWITCH ${C_WARNINGS_SWITCH}
5578 #endif
5579
5580 #ifndef LD_SWITCH_MACHINE
5581 #define LD_SWITCH_MACHINE
5582 #endif
5583
5584 #ifndef LD_SWITCH_SYSTEM
5585 #define LD_SWITCH_SYSTEM
5586 #endif
5587
5588 #ifndef LD_SWITCH_X_SITE_AUX
5589 #define LD_SWITCH_X_SITE_AUX
5590 #endif
5591
5592 configure___ ld_switch_system=LD_SWITCH_SYSTEM
5593 configure___ ld_switch_machine=LD_SWITCH_MACHINE
5594
5595 #ifdef THIS_IS_CONFIGURE
5596
5597 /* Get the CFLAGS for tests in configure. */
5598 #ifdef __GNUC__
5599 configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}'
5600 #else
5601 configure___ CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}'
5602 #endif
5603
5604 #else /* not THIS_IS_CONFIGURE */
5605
5606 /* Get the CFLAGS for real compilation. */
5607 #ifdef __GNUC__
5608 configure___ REAL_CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH C_WARNINGS_SWITCH '${SPECIFIED_CFLAGS}'
5609 #else
5610 configure___ REAL_CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}'
5611 #endif
5612
5613 #endif /* not THIS_IS_CONFIGURE */
5614 ' > ${tempcname}
5615
5616 # The value of CPP is a quoted variable reference, so we need to do this
5617 # to get its actual value...
5618 CPP=`eval "echo $CPP"`
5619 eval `${CPP} -Isrc ${tempcname} \
5620 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'`
5621 if test "x$SPECIFIED_CFLAGS" = x; then
5622 eval `${CPP} -Isrc -DTHIS_IS_CONFIGURE ${tempcname} \
5623 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'`
5624 else
5625 REAL_CFLAGS="$CFLAGS"
5626 fi
5627 rm ${tempcname}
5628
5629 ac_link="$ac_link $ld_switch_machine $ld_switch_system"
5630
5631 ### Make sure subsequent tests use flags consistent with the build flags.
5632
5633 if test x"${OVERRIDE_CPPFLAGS}" != x; then
5634 CPPFLAGS="${OVERRIDE_CPPFLAGS}"
5635 else
5636 CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS"
5637 fi
5638
5639
5640
5641 # Check whether --enable-largefile was given.
5642 if test "${enable_largefile+set}" = set; then
5643 enableval=$enable_largefile;
5644 fi
5645
5646 if test "$enable_largefile" != no; then
5647
5648 { echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
5649 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6; }
5650 if test "${ac_cv_sys_largefile_CC+set}" = set; then
5651 echo $ECHO_N "(cached) $ECHO_C" >&6
5652 else
5653 ac_cv_sys_largefile_CC=no
5654 if test "$GCC" != yes; then
5655 ac_save_CC=$CC
5656 while :; do
5657 # IRIX 6.2 and later do not support large files by default,
5658 # so use the C compiler's -n32 option if that helps.
5659 cat >conftest.$ac_ext <<_ACEOF
5660 /* confdefs.h. */
5661 _ACEOF
5662 cat confdefs.h >>conftest.$ac_ext
5663 cat >>conftest.$ac_ext <<_ACEOF
5664 /* end confdefs.h. */
5665 #include <sys/types.h>
5666 /* Check that off_t can represent 2**63 - 1 correctly.
5667 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5668 since some C++ compilers masquerading as C compilers
5669 incorrectly reject 9223372036854775807. */
5670 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5671 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5672 && LARGE_OFF_T % 2147483647 == 1)
5673 ? 1 : -1];
5674 int
5675 main ()
5676 {
5677
5678 ;
5679 return 0;
5680 }
5681 _ACEOF
5682 rm -f conftest.$ac_objext
5683 if { (ac_try="$ac_compile"
5684 case "(($ac_try" in
5685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5686 *) ac_try_echo=$ac_try;;
5687 esac
5688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5689 (eval "$ac_compile") 2>conftest.er1
5690 ac_status=$?
5691 grep -v '^ *+' conftest.er1 >conftest.err
5692 rm -f conftest.er1
5693 cat conftest.err >&5
5694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5695 (exit $ac_status); } && {
5696 test -z "$ac_c_werror_flag" ||
5697 test ! -s conftest.err
5698 } && test -s conftest.$ac_objext; then
5699 break
5700 else
5701 echo "$as_me: failed program was:" >&5
5702 sed 's/^/| /' conftest.$ac_ext >&5
5703
5704
5705 fi
5706
5707 rm -f core conftest.err conftest.$ac_objext
5708 CC="$CC -n32"
5709 rm -f conftest.$ac_objext
5710 if { (ac_try="$ac_compile"
5711 case "(($ac_try" in
5712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5713 *) ac_try_echo=$ac_try;;
5714 esac
5715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5716 (eval "$ac_compile") 2>conftest.er1
5717 ac_status=$?
5718 grep -v '^ *+' conftest.er1 >conftest.err
5719 rm -f conftest.er1
5720 cat conftest.err >&5
5721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5722 (exit $ac_status); } && {
5723 test -z "$ac_c_werror_flag" ||
5724 test ! -s conftest.err
5725 } && test -s conftest.$ac_objext; then
5726 ac_cv_sys_largefile_CC=' -n32'; break
5727 else
5728 echo "$as_me: failed program was:" >&5
5729 sed 's/^/| /' conftest.$ac_ext >&5
5730
5731
5732 fi
5733
5734 rm -f core conftest.err conftest.$ac_objext
5735 break
5736 done
5737 CC=$ac_save_CC
5738 rm -f conftest.$ac_ext
5739 fi
5740 fi
5741 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
5742 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6; }
5743 if test "$ac_cv_sys_largefile_CC" != no; then
5744 CC=$CC$ac_cv_sys_largefile_CC
5745 fi
5746
5747 { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5748 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; }
5749 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
5750 echo $ECHO_N "(cached) $ECHO_C" >&6
5751 else
5752 while :; do
5753 cat >conftest.$ac_ext <<_ACEOF
5754 /* confdefs.h. */
5755 _ACEOF
5756 cat confdefs.h >>conftest.$ac_ext
5757 cat >>conftest.$ac_ext <<_ACEOF
5758 /* end confdefs.h. */
5759 #include <sys/types.h>
5760 /* Check that off_t can represent 2**63 - 1 correctly.
5761 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5762 since some C++ compilers masquerading as C compilers
5763 incorrectly reject 9223372036854775807. */
5764 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5765 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5766 && LARGE_OFF_T % 2147483647 == 1)
5767 ? 1 : -1];
5768 int
5769 main ()
5770 {
5771
5772 ;
5773 return 0;
5774 }
5775 _ACEOF
5776 rm -f conftest.$ac_objext
5777 if { (ac_try="$ac_compile"
5778 case "(($ac_try" in
5779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5780 *) ac_try_echo=$ac_try;;
5781 esac
5782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5783 (eval "$ac_compile") 2>conftest.er1
5784 ac_status=$?
5785 grep -v '^ *+' conftest.er1 >conftest.err
5786 rm -f conftest.er1
5787 cat conftest.err >&5
5788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5789 (exit $ac_status); } && {
5790 test -z "$ac_c_werror_flag" ||
5791 test ! -s conftest.err
5792 } && test -s conftest.$ac_objext; then
5793 ac_cv_sys_file_offset_bits=no; break
5794 else
5795 echo "$as_me: failed program was:" >&5
5796 sed 's/^/| /' conftest.$ac_ext >&5
5797
5798
5799 fi
5800
5801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5802 cat >conftest.$ac_ext <<_ACEOF
5803 /* confdefs.h. */
5804 _ACEOF
5805 cat confdefs.h >>conftest.$ac_ext
5806 cat >>conftest.$ac_ext <<_ACEOF
5807 /* end confdefs.h. */
5808 #define _FILE_OFFSET_BITS 64
5809 #include <sys/types.h>
5810 /* Check that off_t can represent 2**63 - 1 correctly.
5811 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5812 since some C++ compilers masquerading as C compilers
5813 incorrectly reject 9223372036854775807. */
5814 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5815 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5816 && LARGE_OFF_T % 2147483647 == 1)
5817 ? 1 : -1];
5818 int
5819 main ()
5820 {
5821
5822 ;
5823 return 0;
5824 }
5825 _ACEOF
5826 rm -f conftest.$ac_objext
5827 if { (ac_try="$ac_compile"
5828 case "(($ac_try" in
5829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5830 *) ac_try_echo=$ac_try;;
5831 esac
5832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5833 (eval "$ac_compile") 2>conftest.er1
5834 ac_status=$?
5835 grep -v '^ *+' conftest.er1 >conftest.err
5836 rm -f conftest.er1
5837 cat conftest.err >&5
5838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5839 (exit $ac_status); } && {
5840 test -z "$ac_c_werror_flag" ||
5841 test ! -s conftest.err
5842 } && test -s conftest.$ac_objext; then
5843 ac_cv_sys_file_offset_bits=64; break
5844 else
5845 echo "$as_me: failed program was:" >&5
5846 sed 's/^/| /' conftest.$ac_ext >&5
5847
5848
5849 fi
5850
5851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5852 ac_cv_sys_file_offset_bits=unknown
5853 break
5854 done
5855 fi
5856 { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
5857 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
5858 case $ac_cv_sys_file_offset_bits in #(
5859 no | unknown) ;;
5860 *)
5861 cat >>confdefs.h <<_ACEOF
5862 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5863 _ACEOF
5864 ;;
5865 esac
5866 rm -f conftest*
5867 if test $ac_cv_sys_file_offset_bits = unknown; then
5868 { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
5869 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; }
5870 if test "${ac_cv_sys_large_files+set}" = set; then
5871 echo $ECHO_N "(cached) $ECHO_C" >&6
5872 else
5873 while :; do
5874 cat >conftest.$ac_ext <<_ACEOF
5875 /* confdefs.h. */
5876 _ACEOF
5877 cat confdefs.h >>conftest.$ac_ext
5878 cat >>conftest.$ac_ext <<_ACEOF
5879 /* end confdefs.h. */
5880 #include <sys/types.h>
5881 /* Check that off_t can represent 2**63 - 1 correctly.
5882 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5883 since some C++ compilers masquerading as C compilers
5884 incorrectly reject 9223372036854775807. */
5885 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5886 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5887 && LARGE_OFF_T % 2147483647 == 1)
5888 ? 1 : -1];
5889 int
5890 main ()
5891 {
5892
5893 ;
5894 return 0;
5895 }
5896 _ACEOF
5897 rm -f conftest.$ac_objext
5898 if { (ac_try="$ac_compile"
5899 case "(($ac_try" in
5900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5901 *) ac_try_echo=$ac_try;;
5902 esac
5903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5904 (eval "$ac_compile") 2>conftest.er1
5905 ac_status=$?
5906 grep -v '^ *+' conftest.er1 >conftest.err
5907 rm -f conftest.er1
5908 cat conftest.err >&5
5909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5910 (exit $ac_status); } && {
5911 test -z "$ac_c_werror_flag" ||
5912 test ! -s conftest.err
5913 } && test -s conftest.$ac_objext; then
5914 ac_cv_sys_large_files=no; break
5915 else
5916 echo "$as_me: failed program was:" >&5
5917 sed 's/^/| /' conftest.$ac_ext >&5
5918
5919
5920 fi
5921
5922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5923 cat >conftest.$ac_ext <<_ACEOF
5924 /* confdefs.h. */
5925 _ACEOF
5926 cat confdefs.h >>conftest.$ac_ext
5927 cat >>conftest.$ac_ext <<_ACEOF
5928 /* end confdefs.h. */
5929 #define _LARGE_FILES 1
5930 #include <sys/types.h>
5931 /* Check that off_t can represent 2**63 - 1 correctly.
5932 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5933 since some C++ compilers masquerading as C compilers
5934 incorrectly reject 9223372036854775807. */
5935 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5936 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5937 && LARGE_OFF_T % 2147483647 == 1)
5938 ? 1 : -1];
5939 int
5940 main ()
5941 {
5942
5943 ;
5944 return 0;
5945 }
5946 _ACEOF
5947 rm -f conftest.$ac_objext
5948 if { (ac_try="$ac_compile"
5949 case "(($ac_try" in
5950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5951 *) ac_try_echo=$ac_try;;
5952 esac
5953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5954 (eval "$ac_compile") 2>conftest.er1
5955 ac_status=$?
5956 grep -v '^ *+' conftest.er1 >conftest.err
5957 rm -f conftest.er1
5958 cat conftest.err >&5
5959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5960 (exit $ac_status); } && {
5961 test -z "$ac_c_werror_flag" ||
5962 test ! -s conftest.err
5963 } && test -s conftest.$ac_objext; then
5964 ac_cv_sys_large_files=1; break
5965 else
5966 echo "$as_me: failed program was:" >&5
5967 sed 's/^/| /' conftest.$ac_ext >&5
5968
5969
5970 fi
5971
5972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5973 ac_cv_sys_large_files=unknown
5974 break
5975 done
5976 fi
5977 { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
5978 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
5979 case $ac_cv_sys_large_files in #(
5980 no | unknown) ;;
5981 *)
5982 cat >>confdefs.h <<_ACEOF
5983 #define _LARGE_FILES $ac_cv_sys_large_files
5984 _ACEOF
5985 ;;
5986 esac
5987 rm -f conftest*
5988 fi
5989 fi
5990
5991
5992
5993 ### The standard library on x86-64 GNU/Linux distributions can
5994 ### be located in either /usr/lib64 or /usr/lib.
5995 case "${canonical}" in
5996 x86_64-*-linux-gnu* )
5997 if test -d /usr/lib64; then
5998
5999 cat >>confdefs.h <<\_ACEOF
6000 #define HAVE_X86_64_LIB64_DIR 1
6001 _ACEOF
6002
6003 fi
6004 esac
6005
6006
6007
6008
6009 if test "${with_sound}" != "no"; then
6010 # Sound support for GNU/Linux and the free BSDs.
6011 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6012 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6013 if test "${ac_cv_header_stdc+set}" = set; then
6014 echo $ECHO_N "(cached) $ECHO_C" >&6
6015 else
6016 cat >conftest.$ac_ext <<_ACEOF
6017 /* confdefs.h. */
6018 _ACEOF
6019 cat confdefs.h >>conftest.$ac_ext
6020 cat >>conftest.$ac_ext <<_ACEOF
6021 /* end confdefs.h. */
6022 #include <stdlib.h>
6023 #include <stdarg.h>
6024 #include <string.h>
6025 #include <float.h>
6026
6027 int
6028 main ()
6029 {
6030
6031 ;
6032 return 0;
6033 }
6034 _ACEOF
6035 rm -f conftest.$ac_objext
6036 if { (ac_try="$ac_compile"
6037 case "(($ac_try" in
6038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6039 *) ac_try_echo=$ac_try;;
6040 esac
6041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6042 (eval "$ac_compile") 2>conftest.er1
6043 ac_status=$?
6044 grep -v '^ *+' conftest.er1 >conftest.err
6045 rm -f conftest.er1
6046 cat conftest.err >&5
6047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6048 (exit $ac_status); } && {
6049 test -z "$ac_c_werror_flag" ||
6050 test ! -s conftest.err
6051 } && test -s conftest.$ac_objext; then
6052 ac_cv_header_stdc=yes
6053 else
6054 echo "$as_me: failed program was:" >&5
6055 sed 's/^/| /' conftest.$ac_ext >&5
6056
6057 ac_cv_header_stdc=no
6058 fi
6059
6060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6061
6062 if test $ac_cv_header_stdc = yes; then
6063 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6064 cat >conftest.$ac_ext <<_ACEOF
6065 /* confdefs.h. */
6066 _ACEOF
6067 cat confdefs.h >>conftest.$ac_ext
6068 cat >>conftest.$ac_ext <<_ACEOF
6069 /* end confdefs.h. */
6070 #include <string.h>
6071
6072 _ACEOF
6073 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6074 $EGREP "memchr" >/dev/null 2>&1; then
6075 :
6076 else
6077 ac_cv_header_stdc=no
6078 fi
6079 rm -f conftest*
6080
6081 fi
6082
6083 if test $ac_cv_header_stdc = yes; then
6084 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6085 cat >conftest.$ac_ext <<_ACEOF
6086 /* confdefs.h. */
6087 _ACEOF
6088 cat confdefs.h >>conftest.$ac_ext
6089 cat >>conftest.$ac_ext <<_ACEOF
6090 /* end confdefs.h. */
6091 #include <stdlib.h>
6092
6093 _ACEOF
6094 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6095 $EGREP "free" >/dev/null 2>&1; then
6096 :
6097 else
6098 ac_cv_header_stdc=no
6099 fi
6100 rm -f conftest*
6101
6102 fi
6103
6104 if test $ac_cv_header_stdc = yes; then
6105 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6106 if test "$cross_compiling" = yes; then
6107 :
6108 else
6109 cat >conftest.$ac_ext <<_ACEOF
6110 /* confdefs.h. */
6111 _ACEOF
6112 cat confdefs.h >>conftest.$ac_ext
6113 cat >>conftest.$ac_ext <<_ACEOF
6114 /* end confdefs.h. */
6115 #include <ctype.h>
6116 #include <stdlib.h>
6117 #if ((' ' & 0x0FF) == 0x020)
6118 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6119 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6120 #else
6121 # define ISLOWER(c) \
6122 (('a' <= (c) && (c) <= 'i') \
6123 || ('j' <= (c) && (c) <= 'r') \
6124 || ('s' <= (c) && (c) <= 'z'))
6125 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6126 #endif
6127
6128 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6129 int
6130 main ()
6131 {
6132 int i;
6133 for (i = 0; i < 256; i++)
6134 if (XOR (islower (i), ISLOWER (i))
6135 || toupper (i) != TOUPPER (i))
6136 return 2;
6137 return 0;
6138 }
6139 _ACEOF
6140 rm -f conftest$ac_exeext
6141 if { (ac_try="$ac_link"
6142 case "(($ac_try" in
6143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6144 *) ac_try_echo=$ac_try;;
6145 esac
6146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6147 (eval "$ac_link") 2>&5
6148 ac_status=$?
6149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6150 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6151 { (case "(($ac_try" in
6152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6153 *) ac_try_echo=$ac_try;;
6154 esac
6155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6156 (eval "$ac_try") 2>&5
6157 ac_status=$?
6158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6159 (exit $ac_status); }; }; then
6160 :
6161 else
6162 echo "$as_me: program exited with status $ac_status" >&5
6163 echo "$as_me: failed program was:" >&5
6164 sed 's/^/| /' conftest.$ac_ext >&5
6165
6166 ( exit $ac_status )
6167 ac_cv_header_stdc=no
6168 fi
6169 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6170 fi
6171
6172
6173 fi
6174 fi
6175 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6176 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
6177 if test $ac_cv_header_stdc = yes; then
6178
6179 cat >>confdefs.h <<\_ACEOF
6180 #define STDC_HEADERS 1
6181 _ACEOF
6182
6183 fi
6184
6185 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6186
6187
6188
6189
6190
6191
6192
6193
6194
6195 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6196 inttypes.h stdint.h unistd.h
6197 do
6198 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6199 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6200 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6201 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6202 echo $ECHO_N "(cached) $ECHO_C" >&6
6203 else
6204 cat >conftest.$ac_ext <<_ACEOF
6205 /* confdefs.h. */
6206 _ACEOF
6207 cat confdefs.h >>conftest.$ac_ext
6208 cat >>conftest.$ac_ext <<_ACEOF
6209 /* end confdefs.h. */
6210 $ac_includes_default
6211
6212 #include <$ac_header>
6213 _ACEOF
6214 rm -f conftest.$ac_objext
6215 if { (ac_try="$ac_compile"
6216 case "(($ac_try" in
6217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6218 *) ac_try_echo=$ac_try;;
6219 esac
6220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6221 (eval "$ac_compile") 2>conftest.er1
6222 ac_status=$?
6223 grep -v '^ *+' conftest.er1 >conftest.err
6224 rm -f conftest.er1
6225 cat conftest.err >&5
6226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6227 (exit $ac_status); } && {
6228 test -z "$ac_c_werror_flag" ||
6229 test ! -s conftest.err
6230 } && test -s conftest.$ac_objext; then
6231 eval "$as_ac_Header=yes"
6232 else
6233 echo "$as_me: failed program was:" >&5
6234 sed 's/^/| /' conftest.$ac_ext >&5
6235
6236 eval "$as_ac_Header=no"
6237 fi
6238
6239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6240 fi
6241 ac_res=`eval echo '${'$as_ac_Header'}'`
6242 { echo "$as_me:$LINENO: result: $ac_res" >&5
6243 echo "${ECHO_T}$ac_res" >&6; }
6244 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6245 cat >>confdefs.h <<_ACEOF
6246 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6247 _ACEOF
6248
6249 fi
6250
6251 done
6252
6253
6254
6255
6256
6257 for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h
6258 do
6259 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6260 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6261 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6262 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6263 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6264 echo $ECHO_N "(cached) $ECHO_C" >&6
6265 fi
6266 ac_res=`eval echo '${'$as_ac_Header'}'`
6267 { echo "$as_me:$LINENO: result: $ac_res" >&5
6268 echo "${ECHO_T}$ac_res" >&6; }
6269 else
6270 # Is the header compilable?
6271 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6272 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6273 cat >conftest.$ac_ext <<_ACEOF
6274 /* confdefs.h. */
6275 _ACEOF
6276 cat confdefs.h >>conftest.$ac_ext
6277 cat >>conftest.$ac_ext <<_ACEOF
6278 /* end confdefs.h. */
6279 $ac_includes_default
6280 #include <$ac_header>
6281 _ACEOF
6282 rm -f conftest.$ac_objext
6283 if { (ac_try="$ac_compile"
6284 case "(($ac_try" in
6285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6286 *) ac_try_echo=$ac_try;;
6287 esac
6288 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6289 (eval "$ac_compile") 2>conftest.er1
6290 ac_status=$?
6291 grep -v '^ *+' conftest.er1 >conftest.err
6292 rm -f conftest.er1
6293 cat conftest.err >&5
6294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6295 (exit $ac_status); } && {
6296 test -z "$ac_c_werror_flag" ||
6297 test ! -s conftest.err
6298 } && test -s conftest.$ac_objext; then
6299 ac_header_compiler=yes
6300 else
6301 echo "$as_me: failed program was:" >&5
6302 sed 's/^/| /' conftest.$ac_ext >&5
6303
6304 ac_header_compiler=no
6305 fi
6306
6307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6308 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6309 echo "${ECHO_T}$ac_header_compiler" >&6; }
6310
6311 # Is the header present?
6312 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6313 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6314 cat >conftest.$ac_ext <<_ACEOF
6315 /* confdefs.h. */
6316 _ACEOF
6317 cat confdefs.h >>conftest.$ac_ext
6318 cat >>conftest.$ac_ext <<_ACEOF
6319 /* end confdefs.h. */
6320 #include <$ac_header>
6321 _ACEOF
6322 if { (ac_try="$ac_cpp conftest.$ac_ext"
6323 case "(($ac_try" in
6324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6325 *) ac_try_echo=$ac_try;;
6326 esac
6327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6328 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6329 ac_status=$?
6330 grep -v '^ *+' conftest.er1 >conftest.err
6331 rm -f conftest.er1
6332 cat conftest.err >&5
6333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6334 (exit $ac_status); } >/dev/null && {
6335 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6336 test ! -s conftest.err
6337 }; then
6338 ac_header_preproc=yes
6339 else
6340 echo "$as_me: failed program was:" >&5
6341 sed 's/^/| /' conftest.$ac_ext >&5
6342
6343 ac_header_preproc=no
6344 fi
6345
6346 rm -f conftest.err conftest.$ac_ext
6347 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6348 echo "${ECHO_T}$ac_header_preproc" >&6; }
6349
6350 # So? What about this header?
6351 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6352 yes:no: )
6353 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6354 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6355 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6356 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6357 ac_header_preproc=yes
6358 ;;
6359 no:yes:* )
6360 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6361 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6362 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6363 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6364 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6365 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6366 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6367 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6368 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6369 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6370 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6371 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6372
6373 ;;
6374 esac
6375 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6376 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6377 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6378 echo $ECHO_N "(cached) $ECHO_C" >&6
6379 else
6380 eval "$as_ac_Header=\$ac_header_preproc"
6381 fi
6382 ac_res=`eval echo '${'$as_ac_Header'}'`
6383 { echo "$as_me:$LINENO: result: $ac_res" >&5
6384 echo "${ECHO_T}$ac_res" >&6; }
6385
6386 fi
6387 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6388 cat >>confdefs.h <<_ACEOF
6389 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6390 _ACEOF
6391
6392 fi
6393
6394 done
6395
6396 # Emulation library used on NetBSD.
6397 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6398 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6399 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6400 echo $ECHO_N "(cached) $ECHO_C" >&6
6401 else
6402 ac_check_lib_save_LIBS=$LIBS
6403 LIBS="-lossaudio $LIBS"
6404 cat >conftest.$ac_ext <<_ACEOF
6405 /* confdefs.h. */
6406 _ACEOF
6407 cat confdefs.h >>conftest.$ac_ext
6408 cat >>conftest.$ac_ext <<_ACEOF
6409 /* end confdefs.h. */
6410
6411 /* Override any GCC internal prototype to avoid an error.
6412 Use char because int might match the return type of a GCC
6413 builtin and then its argument prototype would still apply. */
6414 #ifdef __cplusplus
6415 extern "C"
6416 #endif
6417 char _oss_ioctl ();
6418 int
6419 main ()
6420 {
6421 return _oss_ioctl ();
6422 ;
6423 return 0;
6424 }
6425 _ACEOF
6426 rm -f conftest.$ac_objext conftest$ac_exeext
6427 if { (ac_try="$ac_link"
6428 case "(($ac_try" in
6429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6430 *) ac_try_echo=$ac_try;;
6431 esac
6432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6433 (eval "$ac_link") 2>conftest.er1
6434 ac_status=$?
6435 grep -v '^ *+' conftest.er1 >conftest.err
6436 rm -f conftest.er1
6437 cat conftest.err >&5
6438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6439 (exit $ac_status); } && {
6440 test -z "$ac_c_werror_flag" ||
6441 test ! -s conftest.err
6442 } && test -s conftest$ac_exeext &&
6443 $as_test_x conftest$ac_exeext; then
6444 ac_cv_lib_ossaudio__oss_ioctl=yes
6445 else
6446 echo "$as_me: failed program was:" >&5
6447 sed 's/^/| /' conftest.$ac_ext >&5
6448
6449 ac_cv_lib_ossaudio__oss_ioctl=no
6450 fi
6451
6452 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6453 conftest$ac_exeext conftest.$ac_ext
6454 LIBS=$ac_check_lib_save_LIBS
6455 fi
6456 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6457 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6458 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6459 LIBSOUND=-lossaudio
6460 else
6461 LIBSOUND=
6462 fi
6463
6464
6465
6466 ALSA_REQUIRED=1.0.0
6467 ALSA_MODULES="alsa >= $ALSA_REQUIRED"
6468 if test "X${with_pkg_config_prog}" != X; then
6469 PKG_CONFIG="${with_pkg_config_prog}"
6470 fi
6471
6472 succeeded=no
6473
6474 if test -z "$PKG_CONFIG"; then
6475 # Extract the first word of "pkg-config", so it can be a program name with args.
6476 set dummy pkg-config; ac_word=$2
6477 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6478 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6479 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
6480 echo $ECHO_N "(cached) $ECHO_C" >&6
6481 else
6482 case $PKG_CONFIG in
6483 [\\/]* | ?:[\\/]*)
6484 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
6485 ;;
6486 *)
6487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6488 for as_dir in $PATH
6489 do
6490 IFS=$as_save_IFS
6491 test -z "$as_dir" && as_dir=.
6492 for ac_exec_ext in '' $ac_executable_extensions; do
6493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6494 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
6495 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6496 break 2
6497 fi
6498 done
6499 done
6500 IFS=$as_save_IFS
6501
6502 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
6503 ;;
6504 esac
6505 fi
6506 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
6507 if test -n "$PKG_CONFIG"; then
6508 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6509 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6510 else
6511 { echo "$as_me:$LINENO: result: no" >&5
6512 echo "${ECHO_T}no" >&6; }
6513 fi
6514
6515
6516 fi
6517
6518 if test "$PKG_CONFIG" = "no" ; then
6519 HAVE_ALSA=no
6520 else
6521 PKG_CONFIG_MIN_VERSION=0.9.0
6522 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
6523 { echo "$as_me:$LINENO: checking for $ALSA_MODULES" >&5
6524 echo $ECHO_N "checking for $ALSA_MODULES... $ECHO_C" >&6; }
6525
6526 if $PKG_CONFIG --exists "$ALSA_MODULES" 2>&5; then
6527 { echo "$as_me:$LINENO: result: yes" >&5
6528 echo "${ECHO_T}yes" >&6; }
6529 succeeded=yes
6530
6531 { echo "$as_me:$LINENO: checking ALSA_CFLAGS" >&5
6532 echo $ECHO_N "checking ALSA_CFLAGS... $ECHO_C" >&6; }
6533 ALSA_CFLAGS=`$PKG_CONFIG --cflags "$ALSA_MODULES"|sed -e 's,///*,/,g'`
6534 { echo "$as_me:$LINENO: result: $ALSA_CFLAGS" >&5
6535 echo "${ECHO_T}$ALSA_CFLAGS" >&6; }
6536
6537 { echo "$as_me:$LINENO: checking ALSA_LIBS" >&5
6538 echo $ECHO_N "checking ALSA_LIBS... $ECHO_C" >&6; }
6539 ALSA_LIBS=`$PKG_CONFIG --libs "$ALSA_MODULES"|sed -e 's,///*,/,g'`
6540 { echo "$as_me:$LINENO: result: $ALSA_LIBS" >&5
6541 echo "${ECHO_T}$ALSA_LIBS" >&6; }
6542 else
6543 { echo "$as_me:$LINENO: result: no" >&5
6544 echo "${ECHO_T}no" >&6; }
6545 ALSA_CFLAGS=""
6546 ALSA_LIBS=""
6547 ## If we have a custom action on failure, don't print errors, but
6548 ## do set a variable so people can do so.
6549 ALSA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$ALSA_MODULES"`
6550
6551 fi
6552
6553
6554
6555 else
6556 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
6557 echo "*** See http://www.freedesktop.org/software/pkgconfig"
6558 fi
6559 fi
6560
6561 if test $succeeded = yes; then
6562 HAVE_ALSA=yes
6563 else
6564 HAVE_ALSA=no
6565 fi
6566
6567 if test $HAVE_ALSA = yes; then
6568 SAVE_CFLAGS="$CFLAGS"
6569 SAVE_LDFLAGS="$LDFLAGS"
6570 CFLAGS="$ALSA_CFLAGS $CFLAGS"
6571 LDFLAGS="$ALSA_LIBS $LDFLAGS"
6572 cat >conftest.$ac_ext <<_ACEOF
6573 /* confdefs.h. */
6574 _ACEOF
6575 cat confdefs.h >>conftest.$ac_ext
6576 cat >>conftest.$ac_ext <<_ACEOF
6577 /* end confdefs.h. */
6578 #include <asoundlib.h>
6579 int
6580 main ()
6581 {
6582 snd_lib_error_set_handler (0);
6583 ;
6584 return 0;
6585 }
6586 _ACEOF
6587 rm -f conftest.$ac_objext
6588 if { (ac_try="$ac_compile"
6589 case "(($ac_try" in
6590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6591 *) ac_try_echo=$ac_try;;
6592 esac
6593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6594 (eval "$ac_compile") 2>conftest.er1
6595 ac_status=$?
6596 grep -v '^ *+' conftest.er1 >conftest.err
6597 rm -f conftest.er1
6598 cat conftest.err >&5
6599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6600 (exit $ac_status); } && {
6601 test -z "$ac_c_werror_flag" ||
6602 test ! -s conftest.err
6603 } && test -s conftest.$ac_objext; then
6604 emacs_alsa_normal=yes
6605 else
6606 echo "$as_me: failed program was:" >&5
6607 sed 's/^/| /' conftest.$ac_ext >&5
6608
6609 emacs_alsa_normal=no
6610 fi
6611
6612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6613 if test "$emacs_alsa_normal" != yes; then
6614 cat >conftest.$ac_ext <<_ACEOF
6615 /* confdefs.h. */
6616 _ACEOF
6617 cat confdefs.h >>conftest.$ac_ext
6618 cat >>conftest.$ac_ext <<_ACEOF
6619 /* end confdefs.h. */
6620 #include <alsa/asoundlib.h>
6621 int
6622 main ()
6623 {
6624 snd_lib_error_set_handler (0);
6625 ;
6626 return 0;
6627 }
6628 _ACEOF
6629 rm -f conftest.$ac_objext
6630 if { (ac_try="$ac_compile"
6631 case "(($ac_try" in
6632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6633 *) ac_try_echo=$ac_try;;
6634 esac
6635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6636 (eval "$ac_compile") 2>conftest.er1
6637 ac_status=$?
6638 grep -v '^ *+' conftest.er1 >conftest.err
6639 rm -f conftest.er1
6640 cat conftest.err >&5
6641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6642 (exit $ac_status); } && {
6643 test -z "$ac_c_werror_flag" ||
6644 test ! -s conftest.err
6645 } && test -s conftest.$ac_objext; then
6646 emacs_alsa_subdir=yes
6647 else
6648 echo "$as_me: failed program was:" >&5
6649 sed 's/^/| /' conftest.$ac_ext >&5
6650
6651 emacs_alsa_subdir=no
6652 fi
6653
6654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6655 if test "$emacs_alsa_subdir" != yes; then
6656 { { echo "$as_me:$LINENO: error: pkg-config found alsa, but it does not compile. See config.log for error messages." >&5
6657 echo "$as_me: error: pkg-config found alsa, but it does not compile. See config.log for error messages." >&2;}
6658 { (exit 1); exit 1; }; }
6659 fi
6660 ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE"
6661 fi
6662
6663 CFLAGS="$SAVE_CFLAGS"
6664 LDFLAGS="$SAVE_LDFLAGS"
6665 LIBSOUND="$LIBSOUND $ALSA_LIBS"
6666 CFLAGS_SOUND="$CFLAGS_SOUND $ALSA_CFLAGS"
6667
6668 cat >>confdefs.h <<\_ACEOF
6669 #define HAVE_ALSA 1
6670 _ACEOF
6671
6672 fi
6673
6674 fi
6675
6676
6677
6678
6679
6680
6681
6682
6683
6684
6685
6686
6687
6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
6701 for ac_header in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
6702 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \
6703 termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \
6704 sys/param.h sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \
6705 sys/utsname.h pwd.h
6706 do
6707 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6708 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6709 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6710 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6711 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6712 echo $ECHO_N "(cached) $ECHO_C" >&6
6713 fi
6714 ac_res=`eval echo '${'$as_ac_Header'}'`
6715 { echo "$as_me:$LINENO: result: $ac_res" >&5
6716 echo "${ECHO_T}$ac_res" >&6; }
6717 else
6718 # Is the header compilable?
6719 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6720 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6721 cat >conftest.$ac_ext <<_ACEOF
6722 /* confdefs.h. */
6723 _ACEOF
6724 cat confdefs.h >>conftest.$ac_ext
6725 cat >>conftest.$ac_ext <<_ACEOF
6726 /* end confdefs.h. */
6727 $ac_includes_default
6728 #include <$ac_header>
6729 _ACEOF
6730 rm -f conftest.$ac_objext
6731 if { (ac_try="$ac_compile"
6732 case "(($ac_try" in
6733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6734 *) ac_try_echo=$ac_try;;
6735 esac
6736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6737 (eval "$ac_compile") 2>conftest.er1
6738 ac_status=$?
6739 grep -v '^ *+' conftest.er1 >conftest.err
6740 rm -f conftest.er1
6741 cat conftest.err >&5
6742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6743 (exit $ac_status); } && {
6744 test -z "$ac_c_werror_flag" ||
6745 test ! -s conftest.err
6746 } && test -s conftest.$ac_objext; then
6747 ac_header_compiler=yes
6748 else
6749 echo "$as_me: failed program was:" >&5
6750 sed 's/^/| /' conftest.$ac_ext >&5
6751
6752 ac_header_compiler=no
6753 fi
6754
6755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6756 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6757 echo "${ECHO_T}$ac_header_compiler" >&6; }
6758
6759 # Is the header present?
6760 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6761 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6762 cat >conftest.$ac_ext <<_ACEOF
6763 /* confdefs.h. */
6764 _ACEOF
6765 cat confdefs.h >>conftest.$ac_ext
6766 cat >>conftest.$ac_ext <<_ACEOF
6767 /* end confdefs.h. */
6768 #include <$ac_header>
6769 _ACEOF
6770 if { (ac_try="$ac_cpp conftest.$ac_ext"
6771 case "(($ac_try" in
6772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6773 *) ac_try_echo=$ac_try;;
6774 esac
6775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6776 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6777 ac_status=$?
6778 grep -v '^ *+' conftest.er1 >conftest.err
6779 rm -f conftest.er1
6780 cat conftest.err >&5
6781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6782 (exit $ac_status); } >/dev/null && {
6783 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6784 test ! -s conftest.err
6785 }; then
6786 ac_header_preproc=yes
6787 else
6788 echo "$as_me: failed program was:" >&5
6789 sed 's/^/| /' conftest.$ac_ext >&5
6790
6791 ac_header_preproc=no
6792 fi
6793
6794 rm -f conftest.err conftest.$ac_ext
6795 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6796 echo "${ECHO_T}$ac_header_preproc" >&6; }
6797
6798 # So? What about this header?
6799 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6800 yes:no: )
6801 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6802 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6803 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6804 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6805 ac_header_preproc=yes
6806 ;;
6807 no:yes:* )
6808 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6809 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6810 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6811 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6812 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6813 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6814 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6815 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6816 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6817 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6818 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6819 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6820
6821 ;;
6822 esac
6823 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6824 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6825 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6826 echo $ECHO_N "(cached) $ECHO_C" >&6
6827 else
6828 eval "$as_ac_Header=\$ac_header_preproc"
6829 fi
6830 ac_res=`eval echo '${'$as_ac_Header'}'`
6831 { echo "$as_me:$LINENO: result: $ac_res" >&5
6832 echo "${ECHO_T}$ac_res" >&6; }
6833
6834 fi
6835 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6836 cat >>confdefs.h <<_ACEOF
6837 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6838 _ACEOF
6839
6840 fi
6841
6842 done
6843
6844
6845 { echo "$as_me:$LINENO: checking if personality LINUX32 can be set" >&5
6846 echo $ECHO_N "checking if personality LINUX32 can be set... $ECHO_C" >&6; }
6847 cat >conftest.$ac_ext <<_ACEOF
6848 /* confdefs.h. */
6849 _ACEOF
6850 cat confdefs.h >>conftest.$ac_ext
6851 cat >>conftest.$ac_ext <<_ACEOF
6852 /* end confdefs.h. */
6853 #include <sys/personality.h>
6854 int
6855 main ()
6856 {
6857 personality (PER_LINUX32)
6858 ;
6859 return 0;
6860 }
6861 _ACEOF
6862 rm -f conftest.$ac_objext
6863 if { (ac_try="$ac_compile"
6864 case "(($ac_try" in
6865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6866 *) ac_try_echo=$ac_try;;
6867 esac
6868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6869 (eval "$ac_compile") 2>conftest.er1
6870 ac_status=$?
6871 grep -v '^ *+' conftest.er1 >conftest.err
6872 rm -f conftest.er1
6873 cat conftest.err >&5
6874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6875 (exit $ac_status); } && {
6876 test -z "$ac_c_werror_flag" ||
6877 test ! -s conftest.err
6878 } && test -s conftest.$ac_objext; then
6879 emacs_cv_personality_linux32=yes
6880 else
6881 echo "$as_me: failed program was:" >&5
6882 sed 's/^/| /' conftest.$ac_ext >&5
6883
6884 emacs_cv_personality_linux32=no
6885 fi
6886
6887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6888 { echo "$as_me:$LINENO: result: $emacs_cv_personality_linux32" >&5
6889 echo "${ECHO_T}$emacs_cv_personality_linux32" >&6; }
6890
6891 if test $emacs_cv_personality_linux32 = yes; then
6892
6893 cat >>confdefs.h <<\_ACEOF
6894 #define HAVE_PERSONALITY_LINUX32 1
6895 _ACEOF
6896
6897 fi
6898
6899
6900 for ac_header in term.h
6901 do
6902 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6903 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6904 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6905 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6906 echo $ECHO_N "(cached) $ECHO_C" >&6
6907 else
6908 cat >conftest.$ac_ext <<_ACEOF
6909 /* confdefs.h. */
6910 _ACEOF
6911 cat confdefs.h >>conftest.$ac_ext
6912 cat >>conftest.$ac_ext <<_ACEOF
6913 /* end confdefs.h. */
6914 #include <$ac_header>
6915 _ACEOF
6916 if { (ac_try="$ac_cpp conftest.$ac_ext"
6917 case "(($ac_try" in
6918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6919 *) ac_try_echo=$ac_try;;
6920 esac
6921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6922 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6923 ac_status=$?
6924 grep -v '^ *+' conftest.er1 >conftest.err
6925 rm -f conftest.er1
6926 cat conftest.err >&5
6927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6928 (exit $ac_status); } >/dev/null && {
6929 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6930 test ! -s conftest.err
6931 }; then
6932 eval "$as_ac_Header=yes"
6933 else
6934 echo "$as_me: failed program was:" >&5
6935 sed 's/^/| /' conftest.$ac_ext >&5
6936
6937 eval "$as_ac_Header=no"
6938 fi
6939
6940 rm -f conftest.err conftest.$ac_ext
6941 fi
6942 ac_res=`eval echo '${'$as_ac_Header'}'`
6943 { echo "$as_me:$LINENO: result: $ac_res" >&5
6944 echo "${ECHO_T}$ac_res" >&6; }
6945 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6946 cat >>confdefs.h <<_ACEOF
6947 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6948 _ACEOF
6949
6950 fi
6951
6952 done
6953
6954 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6955 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6956 if test "${ac_cv_header_stdc+set}" = set; then
6957 echo $ECHO_N "(cached) $ECHO_C" >&6
6958 else
6959 cat >conftest.$ac_ext <<_ACEOF
6960 /* confdefs.h. */
6961 _ACEOF
6962 cat confdefs.h >>conftest.$ac_ext
6963 cat >>conftest.$ac_ext <<_ACEOF
6964 /* end confdefs.h. */
6965 #include <stdlib.h>
6966 #include <stdarg.h>
6967 #include <string.h>
6968 #include <float.h>
6969
6970 int
6971 main ()
6972 {
6973
6974 ;
6975 return 0;
6976 }
6977 _ACEOF
6978 rm -f conftest.$ac_objext
6979 if { (ac_try="$ac_compile"
6980 case "(($ac_try" in
6981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6982 *) ac_try_echo=$ac_try;;
6983 esac
6984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6985 (eval "$ac_compile") 2>conftest.er1
6986 ac_status=$?
6987 grep -v '^ *+' conftest.er1 >conftest.err
6988 rm -f conftest.er1
6989 cat conftest.err >&5
6990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6991 (exit $ac_status); } && {
6992 test -z "$ac_c_werror_flag" ||
6993 test ! -s conftest.err
6994 } && test -s conftest.$ac_objext; then
6995 ac_cv_header_stdc=yes
6996 else
6997 echo "$as_me: failed program was:" >&5
6998 sed 's/^/| /' conftest.$ac_ext >&5
6999
7000 ac_cv_header_stdc=no
7001 fi
7002
7003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7004
7005 if test $ac_cv_header_stdc = yes; then
7006 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7007 cat >conftest.$ac_ext <<_ACEOF
7008 /* confdefs.h. */
7009 _ACEOF
7010 cat confdefs.h >>conftest.$ac_ext
7011 cat >>conftest.$ac_ext <<_ACEOF
7012 /* end confdefs.h. */
7013 #include <string.h>
7014
7015 _ACEOF
7016 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7017 $EGREP "memchr" >/dev/null 2>&1; then
7018 :
7019 else
7020 ac_cv_header_stdc=no
7021 fi
7022 rm -f conftest*
7023
7024 fi
7025
7026 if test $ac_cv_header_stdc = yes; then
7027 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7028 cat >conftest.$ac_ext <<_ACEOF
7029 /* confdefs.h. */
7030 _ACEOF
7031 cat confdefs.h >>conftest.$ac_ext
7032 cat >>conftest.$ac_ext <<_ACEOF
7033 /* end confdefs.h. */
7034 #include <stdlib.h>
7035
7036 _ACEOF
7037 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7038 $EGREP "free" >/dev/null 2>&1; then
7039 :
7040 else
7041 ac_cv_header_stdc=no
7042 fi
7043 rm -f conftest*
7044
7045 fi
7046
7047 if test $ac_cv_header_stdc = yes; then
7048 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7049 if test "$cross_compiling" = yes; then
7050 :
7051 else
7052 cat >conftest.$ac_ext <<_ACEOF
7053 /* confdefs.h. */
7054 _ACEOF
7055 cat confdefs.h >>conftest.$ac_ext
7056 cat >>conftest.$ac_ext <<_ACEOF
7057 /* end confdefs.h. */
7058 #include <ctype.h>
7059 #include <stdlib.h>
7060 #if ((' ' & 0x0FF) == 0x020)
7061 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7062 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7063 #else
7064 # define ISLOWER(c) \
7065 (('a' <= (c) && (c) <= 'i') \
7066 || ('j' <= (c) && (c) <= 'r') \
7067 || ('s' <= (c) && (c) <= 'z'))
7068 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7069 #endif
7070
7071 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7072 int
7073 main ()
7074 {
7075 int i;
7076 for (i = 0; i < 256; i++)
7077 if (XOR (islower (i), ISLOWER (i))
7078 || toupper (i) != TOUPPER (i))
7079 return 2;
7080 return 0;
7081 }
7082 _ACEOF
7083 rm -f conftest$ac_exeext
7084 if { (ac_try="$ac_link"
7085 case "(($ac_try" in
7086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7087 *) ac_try_echo=$ac_try;;
7088 esac
7089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7090 (eval "$ac_link") 2>&5
7091 ac_status=$?
7092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7093 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7094 { (case "(($ac_try" in
7095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7096 *) ac_try_echo=$ac_try;;
7097 esac
7098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7099 (eval "$ac_try") 2>&5
7100 ac_status=$?
7101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7102 (exit $ac_status); }; }; then
7103 :
7104 else
7105 echo "$as_me: program exited with status $ac_status" >&5
7106 echo "$as_me: failed program was:" >&5
7107 sed 's/^/| /' conftest.$ac_ext >&5
7108
7109 ( exit $ac_status )
7110 ac_cv_header_stdc=no
7111 fi
7112 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7113 fi
7114
7115
7116 fi
7117 fi
7118 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7119 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7120 if test $ac_cv_header_stdc = yes; then
7121
7122 cat >>confdefs.h <<\_ACEOF
7123 #define STDC_HEADERS 1
7124 _ACEOF
7125
7126 fi
7127
7128 { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7129 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
7130 if test "${ac_cv_header_time+set}" = set; then
7131 echo $ECHO_N "(cached) $ECHO_C" >&6
7132 else
7133 cat >conftest.$ac_ext <<_ACEOF
7134 /* confdefs.h. */
7135 _ACEOF
7136 cat confdefs.h >>conftest.$ac_ext
7137 cat >>conftest.$ac_ext <<_ACEOF
7138 /* end confdefs.h. */
7139 #include <sys/types.h>
7140 #include <sys/time.h>
7141 #include <time.h>
7142
7143 int
7144 main ()
7145 {
7146 if ((struct tm *) 0)
7147 return 0;
7148 ;
7149 return 0;
7150 }
7151 _ACEOF
7152 rm -f conftest.$ac_objext
7153 if { (ac_try="$ac_compile"
7154 case "(($ac_try" in
7155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7156 *) ac_try_echo=$ac_try;;
7157 esac
7158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7159 (eval "$ac_compile") 2>conftest.er1
7160 ac_status=$?
7161 grep -v '^ *+' conftest.er1 >conftest.err
7162 rm -f conftest.er1
7163 cat conftest.err >&5
7164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7165 (exit $ac_status); } && {
7166 test -z "$ac_c_werror_flag" ||
7167 test ! -s conftest.err
7168 } && test -s conftest.$ac_objext; then
7169 ac_cv_header_time=yes
7170 else
7171 echo "$as_me: failed program was:" >&5
7172 sed 's/^/| /' conftest.$ac_ext >&5
7173
7174 ac_cv_header_time=no
7175 fi
7176
7177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7178 fi
7179 { echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7180 echo "${ECHO_T}$ac_cv_header_time" >&6; }
7181 if test $ac_cv_header_time = yes; then
7182
7183 cat >>confdefs.h <<\_ACEOF
7184 #define TIME_WITH_SYS_TIME 1
7185 _ACEOF
7186
7187 fi
7188
7189 { echo "$as_me:$LINENO: checking whether sys_siglist is declared" >&5
7190 echo $ECHO_N "checking whether sys_siglist is declared... $ECHO_C" >&6; }
7191 if test "${ac_cv_have_decl_sys_siglist+set}" = set; then
7192 echo $ECHO_N "(cached) $ECHO_C" >&6
7193 else
7194 cat >conftest.$ac_ext <<_ACEOF
7195 /* confdefs.h. */
7196 _ACEOF
7197 cat confdefs.h >>conftest.$ac_ext
7198 cat >>conftest.$ac_ext <<_ACEOF
7199 /* end confdefs.h. */
7200 $ac_includes_default
7201 int
7202 main ()
7203 {
7204 #ifndef sys_siglist
7205 (void) sys_siglist;
7206 #endif
7207
7208 ;
7209 return 0;
7210 }
7211 _ACEOF
7212 rm -f conftest.$ac_objext
7213 if { (ac_try="$ac_compile"
7214 case "(($ac_try" in
7215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7216 *) ac_try_echo=$ac_try;;
7217 esac
7218 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7219 (eval "$ac_compile") 2>conftest.er1
7220 ac_status=$?
7221 grep -v '^ *+' conftest.er1 >conftest.err
7222 rm -f conftest.er1
7223 cat conftest.err >&5
7224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7225 (exit $ac_status); } && {
7226 test -z "$ac_c_werror_flag" ||
7227 test ! -s conftest.err
7228 } && test -s conftest.$ac_objext; then
7229 ac_cv_have_decl_sys_siglist=yes
7230 else
7231 echo "$as_me: failed program was:" >&5
7232 sed 's/^/| /' conftest.$ac_ext >&5
7233
7234 ac_cv_have_decl_sys_siglist=no
7235 fi
7236
7237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7238 fi
7239 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5
7240 echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6; }
7241 if test $ac_cv_have_decl_sys_siglist = yes; then
7242
7243 cat >>confdefs.h <<_ACEOF
7244 #define HAVE_DECL_SYS_SIGLIST 1
7245 _ACEOF
7246
7247
7248 else
7249 cat >>confdefs.h <<_ACEOF
7250 #define HAVE_DECL_SYS_SIGLIST 0
7251 _ACEOF
7252
7253
7254 fi
7255
7256
7257 if test $ac_cv_have_decl_sys_siglist != yes; then
7258 # For Tru64, at least:
7259 { echo "$as_me:$LINENO: checking whether __sys_siglist is declared" >&5
7260 echo $ECHO_N "checking whether __sys_siglist is declared... $ECHO_C" >&6; }
7261 if test "${ac_cv_have_decl___sys_siglist+set}" = set; then
7262 echo $ECHO_N "(cached) $ECHO_C" >&6
7263 else
7264 cat >conftest.$ac_ext <<_ACEOF
7265 /* confdefs.h. */
7266 _ACEOF
7267 cat confdefs.h >>conftest.$ac_ext
7268 cat >>conftest.$ac_ext <<_ACEOF
7269 /* end confdefs.h. */
7270 $ac_includes_default
7271 int
7272 main ()
7273 {
7274 #ifndef __sys_siglist
7275 (void) __sys_siglist;
7276 #endif
7277
7278 ;
7279 return 0;
7280 }
7281 _ACEOF
7282 rm -f conftest.$ac_objext
7283 if { (ac_try="$ac_compile"
7284 case "(($ac_try" in
7285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7286 *) ac_try_echo=$ac_try;;
7287 esac
7288 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7289 (eval "$ac_compile") 2>conftest.er1
7290 ac_status=$?
7291 grep -v '^ *+' conftest.er1 >conftest.err
7292 rm -f conftest.er1
7293 cat conftest.err >&5
7294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7295 (exit $ac_status); } && {
7296 test -z "$ac_c_werror_flag" ||
7297 test ! -s conftest.err
7298 } && test -s conftest.$ac_objext; then
7299 ac_cv_have_decl___sys_siglist=yes
7300 else
7301 echo "$as_me: failed program was:" >&5
7302 sed 's/^/| /' conftest.$ac_ext >&5
7303
7304 ac_cv_have_decl___sys_siglist=no
7305 fi
7306
7307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7308 fi
7309 { echo "$as_me:$LINENO: result: $ac_cv_have_decl___sys_siglist" >&5
7310 echo "${ECHO_T}$ac_cv_have_decl___sys_siglist" >&6; }
7311 if test $ac_cv_have_decl___sys_siglist = yes; then
7312
7313 cat >>confdefs.h <<_ACEOF
7314 #define HAVE_DECL___SYS_SIGLIST 1
7315 _ACEOF
7316
7317
7318 else
7319 cat >>confdefs.h <<_ACEOF
7320 #define HAVE_DECL___SYS_SIGLIST 0
7321 _ACEOF
7322
7323
7324 fi
7325
7326
7327 if test $ac_cv_have_decl___sys_siglist = yes; then
7328
7329 cat >>confdefs.h <<\_ACEOF
7330 #define sys_siglist __sys_siglist
7331 _ACEOF
7332
7333 fi
7334 fi
7335 { echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
7336 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; }
7337 if test "${ac_cv_header_sys_wait_h+set}" = set; then
7338 echo $ECHO_N "(cached) $ECHO_C" >&6
7339 else
7340 cat >conftest.$ac_ext <<_ACEOF
7341 /* confdefs.h. */
7342 _ACEOF
7343 cat confdefs.h >>conftest.$ac_ext
7344 cat >>conftest.$ac_ext <<_ACEOF
7345 /* end confdefs.h. */
7346 #include <sys/types.h>
7347 #include <sys/wait.h>
7348 #ifndef WEXITSTATUS
7349 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
7350 #endif
7351 #ifndef WIFEXITED
7352 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
7353 #endif
7354
7355 int
7356 main ()
7357 {
7358 int s;
7359 wait (&s);
7360 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
7361 ;
7362 return 0;
7363 }
7364 _ACEOF
7365 rm -f conftest.$ac_objext
7366 if { (ac_try="$ac_compile"
7367 case "(($ac_try" in
7368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7369 *) ac_try_echo=$ac_try;;
7370 esac
7371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7372 (eval "$ac_compile") 2>conftest.er1
7373 ac_status=$?
7374 grep -v '^ *+' conftest.er1 >conftest.err
7375 rm -f conftest.er1
7376 cat conftest.err >&5
7377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7378 (exit $ac_status); } && {
7379 test -z "$ac_c_werror_flag" ||
7380 test ! -s conftest.err
7381 } && test -s conftest.$ac_objext; then
7382 ac_cv_header_sys_wait_h=yes
7383 else
7384 echo "$as_me: failed program was:" >&5
7385 sed 's/^/| /' conftest.$ac_ext >&5
7386
7387 ac_cv_header_sys_wait_h=no
7388 fi
7389
7390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7391 fi
7392 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
7393 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; }
7394 if test $ac_cv_header_sys_wait_h = yes; then
7395
7396 cat >>confdefs.h <<\_ACEOF
7397 #define HAVE_SYS_WAIT_H 1
7398 _ACEOF
7399
7400 fi
7401
7402
7403 { echo "$as_me:$LINENO: checking for struct utimbuf" >&5
7404 echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6; }
7405 if test "${emacs_cv_struct_utimbuf+set}" = set; then
7406 echo $ECHO_N "(cached) $ECHO_C" >&6
7407 else
7408 cat >conftest.$ac_ext <<_ACEOF
7409 /* confdefs.h. */
7410 _ACEOF
7411 cat confdefs.h >>conftest.$ac_ext
7412 cat >>conftest.$ac_ext <<_ACEOF
7413 /* end confdefs.h. */
7414 #ifdef TIME_WITH_SYS_TIME
7415 #include <sys/time.h>
7416 #include <time.h>
7417 #else
7418 #ifdef HAVE_SYS_TIME_H
7419 #include <sys/time.h>
7420 #else
7421 #include <time.h>
7422 #endif
7423 #endif
7424 #ifdef HAVE_UTIME_H
7425 #include <utime.h>
7426 #endif
7427 int
7428 main ()
7429 {
7430 static struct utimbuf x; x.actime = x.modtime;
7431 ;
7432 return 0;
7433 }
7434 _ACEOF
7435 rm -f conftest.$ac_objext
7436 if { (ac_try="$ac_compile"
7437 case "(($ac_try" in
7438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7439 *) ac_try_echo=$ac_try;;
7440 esac
7441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7442 (eval "$ac_compile") 2>conftest.er1
7443 ac_status=$?
7444 grep -v '^ *+' conftest.er1 >conftest.err
7445 rm -f conftest.er1
7446 cat conftest.err >&5
7447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7448 (exit $ac_status); } && {
7449 test -z "$ac_c_werror_flag" ||
7450 test ! -s conftest.err
7451 } && test -s conftest.$ac_objext; then
7452 emacs_cv_struct_utimbuf=yes
7453 else
7454 echo "$as_me: failed program was:" >&5
7455 sed 's/^/| /' conftest.$ac_ext >&5
7456
7457 emacs_cv_struct_utimbuf=no
7458 fi
7459
7460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7461 fi
7462 { echo "$as_me:$LINENO: result: $emacs_cv_struct_utimbuf" >&5
7463 echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6; }
7464 if test $emacs_cv_struct_utimbuf = yes; then
7465
7466 cat >>confdefs.h <<\_ACEOF
7467 #define HAVE_STRUCT_UTIMBUF 1
7468 _ACEOF
7469
7470 fi
7471
7472 { echo "$as_me:$LINENO: checking return type of signal handlers" >&5
7473 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; }
7474 if test "${ac_cv_type_signal+set}" = set; then
7475 echo $ECHO_N "(cached) $ECHO_C" >&6
7476 else
7477 cat >conftest.$ac_ext <<_ACEOF
7478 /* confdefs.h. */
7479 _ACEOF
7480 cat confdefs.h >>conftest.$ac_ext
7481 cat >>conftest.$ac_ext <<_ACEOF
7482 /* end confdefs.h. */
7483 #include <sys/types.h>
7484 #include <signal.h>
7485
7486 int
7487 main ()
7488 {
7489 return *(signal (0, 0)) (0) == 1;
7490 ;
7491 return 0;
7492 }
7493 _ACEOF
7494 rm -f conftest.$ac_objext
7495 if { (ac_try="$ac_compile"
7496 case "(($ac_try" in
7497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7498 *) ac_try_echo=$ac_try;;
7499 esac
7500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7501 (eval "$ac_compile") 2>conftest.er1
7502 ac_status=$?
7503 grep -v '^ *+' conftest.er1 >conftest.err
7504 rm -f conftest.er1
7505 cat conftest.err >&5
7506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7507 (exit $ac_status); } && {
7508 test -z "$ac_c_werror_flag" ||
7509 test ! -s conftest.err
7510 } && test -s conftest.$ac_objext; then
7511 ac_cv_type_signal=int
7512 else
7513 echo "$as_me: failed program was:" >&5
7514 sed 's/^/| /' conftest.$ac_ext >&5
7515
7516 ac_cv_type_signal=void
7517 fi
7518
7519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7520 fi
7521 { echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
7522 echo "${ECHO_T}$ac_cv_type_signal" >&6; }
7523
7524 cat >>confdefs.h <<_ACEOF
7525 #define RETSIGTYPE $ac_cv_type_signal
7526 _ACEOF
7527
7528
7529
7530 { echo "$as_me:$LINENO: checking for speed_t" >&5
7531 echo $ECHO_N "checking for speed_t... $ECHO_C" >&6; }
7532 if test "${emacs_cv_speed_t+set}" = set; then
7533 echo $ECHO_N "(cached) $ECHO_C" >&6
7534 else
7535 cat >conftest.$ac_ext <<_ACEOF
7536 /* confdefs.h. */
7537 _ACEOF
7538 cat confdefs.h >>conftest.$ac_ext
7539 cat >>conftest.$ac_ext <<_ACEOF
7540 /* end confdefs.h. */
7541 #include <termios.h>
7542 int
7543 main ()
7544 {
7545 speed_t x = 1;
7546 ;
7547 return 0;
7548 }
7549 _ACEOF
7550 rm -f conftest.$ac_objext
7551 if { (ac_try="$ac_compile"
7552 case "(($ac_try" in
7553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7554 *) ac_try_echo=$ac_try;;
7555 esac
7556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7557 (eval "$ac_compile") 2>conftest.er1
7558 ac_status=$?
7559 grep -v '^ *+' conftest.er1 >conftest.err
7560 rm -f conftest.er1
7561 cat conftest.err >&5
7562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7563 (exit $ac_status); } && {
7564 test -z "$ac_c_werror_flag" ||
7565 test ! -s conftest.err
7566 } && test -s conftest.$ac_objext; then
7567 emacs_cv_speed_t=yes
7568 else
7569 echo "$as_me: failed program was:" >&5
7570 sed 's/^/| /' conftest.$ac_ext >&5
7571
7572 emacs_cv_speed_t=no
7573 fi
7574
7575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7576 fi
7577 { echo "$as_me:$LINENO: result: $emacs_cv_speed_t" >&5
7578 echo "${ECHO_T}$emacs_cv_speed_t" >&6; }
7579 if test $emacs_cv_speed_t = yes; then
7580
7581 cat >>confdefs.h <<\_ACEOF
7582 #define HAVE_SPEED_T 1
7583 _ACEOF
7584
7585 fi
7586
7587 { echo "$as_me:$LINENO: checking for struct timeval" >&5
7588 echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6; }
7589 if test "${emacs_cv_struct_timeval+set}" = set; then
7590 echo $ECHO_N "(cached) $ECHO_C" >&6
7591 else
7592 cat >conftest.$ac_ext <<_ACEOF
7593 /* confdefs.h. */
7594 _ACEOF
7595 cat confdefs.h >>conftest.$ac_ext
7596 cat >>conftest.$ac_ext <<_ACEOF
7597 /* end confdefs.h. */
7598 #ifdef TIME_WITH_SYS_TIME
7599 #include <sys/time.h>
7600 #include <time.h>
7601 #else
7602 #ifdef HAVE_SYS_TIME_H
7603 #include <sys/time.h>
7604 #else
7605 #include <time.h>
7606 #endif
7607 #endif
7608 int
7609 main ()
7610 {
7611 static struct timeval x; x.tv_sec = x.tv_usec;
7612 ;
7613 return 0;
7614 }
7615 _ACEOF
7616 rm -f conftest.$ac_objext
7617 if { (ac_try="$ac_compile"
7618 case "(($ac_try" in
7619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7620 *) ac_try_echo=$ac_try;;
7621 esac
7622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7623 (eval "$ac_compile") 2>conftest.er1
7624 ac_status=$?
7625 grep -v '^ *+' conftest.er1 >conftest.err
7626 rm -f conftest.er1
7627 cat conftest.err >&5
7628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7629 (exit $ac_status); } && {
7630 test -z "$ac_c_werror_flag" ||
7631 test ! -s conftest.err
7632 } && test -s conftest.$ac_objext; then
7633 emacs_cv_struct_timeval=yes
7634 else
7635 echo "$as_me: failed program was:" >&5
7636 sed 's/^/| /' conftest.$ac_ext >&5
7637
7638 emacs_cv_struct_timeval=no
7639 fi
7640
7641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7642 fi
7643 { echo "$as_me:$LINENO: result: $emacs_cv_struct_timeval" >&5
7644 echo "${ECHO_T}$emacs_cv_struct_timeval" >&6; }
7645 HAVE_TIMEVAL=$emacs_cv_struct_timeval
7646 if test $emacs_cv_struct_timeval = yes; then
7647
7648 cat >>confdefs.h <<\_ACEOF
7649 #define HAVE_TIMEVAL 1
7650 _ACEOF
7651
7652 fi
7653
7654 { echo "$as_me:$LINENO: checking for struct exception" >&5
7655 echo $ECHO_N "checking for struct exception... $ECHO_C" >&6; }
7656 if test "${emacs_cv_struct_exception+set}" = set; then
7657 echo $ECHO_N "(cached) $ECHO_C" >&6
7658 else
7659 cat >conftest.$ac_ext <<_ACEOF
7660 /* confdefs.h. */
7661 _ACEOF
7662 cat confdefs.h >>conftest.$ac_ext
7663 cat >>conftest.$ac_ext <<_ACEOF
7664 /* end confdefs.h. */
7665 #include <math.h>
7666 int
7667 main ()
7668 {
7669 static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;
7670 ;
7671 return 0;
7672 }
7673 _ACEOF
7674 rm -f conftest.$ac_objext
7675 if { (ac_try="$ac_compile"
7676 case "(($ac_try" in
7677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7678 *) ac_try_echo=$ac_try;;
7679 esac
7680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7681 (eval "$ac_compile") 2>conftest.er1
7682 ac_status=$?
7683 grep -v '^ *+' conftest.er1 >conftest.err
7684 rm -f conftest.er1
7685 cat conftest.err >&5
7686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7687 (exit $ac_status); } && {
7688 test -z "$ac_c_werror_flag" ||
7689 test ! -s conftest.err
7690 } && test -s conftest.$ac_objext; then
7691 emacs_cv_struct_exception=yes
7692 else
7693 echo "$as_me: failed program was:" >&5
7694 sed 's/^/| /' conftest.$ac_ext >&5
7695
7696 emacs_cv_struct_exception=no
7697 fi
7698
7699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7700 fi
7701 { echo "$as_me:$LINENO: result: $emacs_cv_struct_exception" >&5
7702 echo "${ECHO_T}$emacs_cv_struct_exception" >&6; }
7703 HAVE_EXCEPTION=$emacs_cv_struct_exception
7704 if test $emacs_cv_struct_exception != yes; then
7705
7706 cat >>confdefs.h <<\_ACEOF
7707 #define NO_MATHERR 1
7708 _ACEOF
7709
7710 fi
7711
7712
7713 for ac_header in sys/socket.h
7714 do
7715 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7716 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7717 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7718 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7719 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7720 echo $ECHO_N "(cached) $ECHO_C" >&6
7721 fi
7722 ac_res=`eval echo '${'$as_ac_Header'}'`
7723 { echo "$as_me:$LINENO: result: $ac_res" >&5
7724 echo "${ECHO_T}$ac_res" >&6; }
7725 else
7726 # Is the header compilable?
7727 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7728 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7729 cat >conftest.$ac_ext <<_ACEOF
7730 /* confdefs.h. */
7731 _ACEOF
7732 cat confdefs.h >>conftest.$ac_ext
7733 cat >>conftest.$ac_ext <<_ACEOF
7734 /* end confdefs.h. */
7735 $ac_includes_default
7736 #include <$ac_header>
7737 _ACEOF
7738 rm -f conftest.$ac_objext
7739 if { (ac_try="$ac_compile"
7740 case "(($ac_try" in
7741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7742 *) ac_try_echo=$ac_try;;
7743 esac
7744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7745 (eval "$ac_compile") 2>conftest.er1
7746 ac_status=$?
7747 grep -v '^ *+' conftest.er1 >conftest.err
7748 rm -f conftest.er1
7749 cat conftest.err >&5
7750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7751 (exit $ac_status); } && {
7752 test -z "$ac_c_werror_flag" ||
7753 test ! -s conftest.err
7754 } && test -s conftest.$ac_objext; then
7755 ac_header_compiler=yes
7756 else
7757 echo "$as_me: failed program was:" >&5
7758 sed 's/^/| /' conftest.$ac_ext >&5
7759
7760 ac_header_compiler=no
7761 fi
7762
7763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7764 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7765 echo "${ECHO_T}$ac_header_compiler" >&6; }
7766
7767 # Is the header present?
7768 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7769 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7770 cat >conftest.$ac_ext <<_ACEOF
7771 /* confdefs.h. */
7772 _ACEOF
7773 cat confdefs.h >>conftest.$ac_ext
7774 cat >>conftest.$ac_ext <<_ACEOF
7775 /* end confdefs.h. */
7776 #include <$ac_header>
7777 _ACEOF
7778 if { (ac_try="$ac_cpp conftest.$ac_ext"
7779 case "(($ac_try" in
7780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7781 *) ac_try_echo=$ac_try;;
7782 esac
7783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7784 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7785 ac_status=$?
7786 grep -v '^ *+' conftest.er1 >conftest.err
7787 rm -f conftest.er1
7788 cat conftest.err >&5
7789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7790 (exit $ac_status); } >/dev/null && {
7791 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7792 test ! -s conftest.err
7793 }; then
7794 ac_header_preproc=yes
7795 else
7796 echo "$as_me: failed program was:" >&5
7797 sed 's/^/| /' conftest.$ac_ext >&5
7798
7799 ac_header_preproc=no
7800 fi
7801
7802 rm -f conftest.err conftest.$ac_ext
7803 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7804 echo "${ECHO_T}$ac_header_preproc" >&6; }
7805
7806 # So? What about this header?
7807 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7808 yes:no: )
7809 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7810 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7811 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7812 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7813 ac_header_preproc=yes
7814 ;;
7815 no:yes:* )
7816 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7817 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7818 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7819 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7820 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7821 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7822 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7823 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7824 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7825 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7826 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7827 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7828
7829 ;;
7830 esac
7831 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7832 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7833 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7834 echo $ECHO_N "(cached) $ECHO_C" >&6
7835 else
7836 eval "$as_ac_Header=\$ac_header_preproc"
7837 fi
7838 ac_res=`eval echo '${'$as_ac_Header'}'`
7839 { echo "$as_me:$LINENO: result: $ac_res" >&5
7840 echo "${ECHO_T}$ac_res" >&6; }
7841
7842 fi
7843 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7844 cat >>confdefs.h <<_ACEOF
7845 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7846 _ACEOF
7847
7848 fi
7849
7850 done
7851
7852
7853 for ac_header in net/if.h
7854 do
7855 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7856 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7857 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7858 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7859 echo $ECHO_N "(cached) $ECHO_C" >&6
7860 else
7861 cat >conftest.$ac_ext <<_ACEOF
7862 /* confdefs.h. */
7863 _ACEOF
7864 cat confdefs.h >>conftest.$ac_ext
7865 cat >>conftest.$ac_ext <<_ACEOF
7866 /* end confdefs.h. */
7867 $ac_includes_default
7868 #if HAVE_SYS_SOCKET_H
7869 #include <sys/socket.h>
7870 #endif
7871
7872 #include <$ac_header>
7873 _ACEOF
7874 rm -f conftest.$ac_objext
7875 if { (ac_try="$ac_compile"
7876 case "(($ac_try" in
7877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7878 *) ac_try_echo=$ac_try;;
7879 esac
7880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7881 (eval "$ac_compile") 2>conftest.er1
7882 ac_status=$?
7883 grep -v '^ *+' conftest.er1 >conftest.err
7884 rm -f conftest.er1
7885 cat conftest.err >&5
7886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7887 (exit $ac_status); } && {
7888 test -z "$ac_c_werror_flag" ||
7889 test ! -s conftest.err
7890 } && test -s conftest.$ac_objext; then
7891 eval "$as_ac_Header=yes"
7892 else
7893 echo "$as_me: failed program was:" >&5
7894 sed 's/^/| /' conftest.$ac_ext >&5
7895
7896 eval "$as_ac_Header=no"
7897 fi
7898
7899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7900 fi
7901 ac_res=`eval echo '${'$as_ac_Header'}'`
7902 { echo "$as_me:$LINENO: result: $ac_res" >&5
7903 echo "${ECHO_T}$ac_res" >&6; }
7904 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7905 cat >>confdefs.h <<_ACEOF
7906 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7907 _ACEOF
7908
7909 fi
7910
7911 done
7912
7913
7914 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
7915 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; }
7916 if test "${ac_cv_struct_tm+set}" = set; then
7917 echo $ECHO_N "(cached) $ECHO_C" >&6
7918 else
7919 cat >conftest.$ac_ext <<_ACEOF
7920 /* confdefs.h. */
7921 _ACEOF
7922 cat confdefs.h >>conftest.$ac_ext
7923 cat >>conftest.$ac_ext <<_ACEOF
7924 /* end confdefs.h. */
7925 #include <sys/types.h>
7926 #include <time.h>
7927
7928 int
7929 main ()
7930 {
7931 struct tm tm;
7932 int *p = &tm.tm_sec;
7933 return !p;
7934 ;
7935 return 0;
7936 }
7937 _ACEOF
7938 rm -f conftest.$ac_objext
7939 if { (ac_try="$ac_compile"
7940 case "(($ac_try" in
7941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7942 *) ac_try_echo=$ac_try;;
7943 esac
7944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7945 (eval "$ac_compile") 2>conftest.er1
7946 ac_status=$?
7947 grep -v '^ *+' conftest.er1 >conftest.err
7948 rm -f conftest.er1
7949 cat conftest.err >&5
7950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7951 (exit $ac_status); } && {
7952 test -z "$ac_c_werror_flag" ||
7953 test ! -s conftest.err
7954 } && test -s conftest.$ac_objext; then
7955 ac_cv_struct_tm=time.h
7956 else
7957 echo "$as_me: failed program was:" >&5
7958 sed 's/^/| /' conftest.$ac_ext >&5
7959
7960 ac_cv_struct_tm=sys/time.h
7961 fi
7962
7963 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7964 fi
7965 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
7966 echo "${ECHO_T}$ac_cv_struct_tm" >&6; }
7967 if test $ac_cv_struct_tm = sys/time.h; then
7968
7969 cat >>confdefs.h <<\_ACEOF
7970 #define TM_IN_SYS_TIME 1
7971 _ACEOF
7972
7973 fi
7974
7975 { echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5
7976 echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6; }
7977 if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
7978 echo $ECHO_N "(cached) $ECHO_C" >&6
7979 else
7980 cat >conftest.$ac_ext <<_ACEOF
7981 /* confdefs.h. */
7982 _ACEOF
7983 cat confdefs.h >>conftest.$ac_ext
7984 cat >>conftest.$ac_ext <<_ACEOF
7985 /* end confdefs.h. */
7986 #include <sys/types.h>
7987 #include <$ac_cv_struct_tm>
7988
7989
7990 int
7991 main ()
7992 {
7993 static struct tm ac_aggr;
7994 if (ac_aggr.tm_zone)
7995 return 0;
7996 ;
7997 return 0;
7998 }
7999 _ACEOF
8000 rm -f conftest.$ac_objext
8001 if { (ac_try="$ac_compile"
8002 case "(($ac_try" in
8003 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8004 *) ac_try_echo=$ac_try;;
8005 esac
8006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8007 (eval "$ac_compile") 2>conftest.er1
8008 ac_status=$?
8009 grep -v '^ *+' conftest.er1 >conftest.err
8010 rm -f conftest.er1
8011 cat conftest.err >&5
8012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8013 (exit $ac_status); } && {
8014 test -z "$ac_c_werror_flag" ||
8015 test ! -s conftest.err
8016 } && test -s conftest.$ac_objext; then
8017 ac_cv_member_struct_tm_tm_zone=yes
8018 else
8019 echo "$as_me: failed program was:" >&5
8020 sed 's/^/| /' conftest.$ac_ext >&5
8021
8022 cat >conftest.$ac_ext <<_ACEOF
8023 /* confdefs.h. */
8024 _ACEOF
8025 cat confdefs.h >>conftest.$ac_ext
8026 cat >>conftest.$ac_ext <<_ACEOF
8027 /* end confdefs.h. */
8028 #include <sys/types.h>
8029 #include <$ac_cv_struct_tm>
8030
8031
8032 int
8033 main ()
8034 {
8035 static struct tm ac_aggr;
8036 if (sizeof ac_aggr.tm_zone)
8037 return 0;
8038 ;
8039 return 0;
8040 }
8041 _ACEOF
8042 rm -f conftest.$ac_objext
8043 if { (ac_try="$ac_compile"
8044 case "(($ac_try" in
8045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8046 *) ac_try_echo=$ac_try;;
8047 esac
8048 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8049 (eval "$ac_compile") 2>conftest.er1
8050 ac_status=$?
8051 grep -v '^ *+' conftest.er1 >conftest.err
8052 rm -f conftest.er1
8053 cat conftest.err >&5
8054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8055 (exit $ac_status); } && {
8056 test -z "$ac_c_werror_flag" ||
8057 test ! -s conftest.err
8058 } && test -s conftest.$ac_objext; then
8059 ac_cv_member_struct_tm_tm_zone=yes
8060 else
8061 echo "$as_me: failed program was:" >&5
8062 sed 's/^/| /' conftest.$ac_ext >&5
8063
8064 ac_cv_member_struct_tm_tm_zone=no
8065 fi
8066
8067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8068 fi
8069
8070 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8071 fi
8072 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
8073 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6; }
8074 if test $ac_cv_member_struct_tm_tm_zone = yes; then
8075
8076 cat >>confdefs.h <<_ACEOF
8077 #define HAVE_STRUCT_TM_TM_ZONE 1
8078 _ACEOF
8079
8080
8081 fi
8082
8083 if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
8084
8085 cat >>confdefs.h <<\_ACEOF
8086 #define HAVE_TM_ZONE 1
8087 _ACEOF
8088
8089 else
8090 { echo "$as_me:$LINENO: checking whether tzname is declared" >&5
8091 echo $ECHO_N "checking whether tzname is declared... $ECHO_C" >&6; }
8092 if test "${ac_cv_have_decl_tzname+set}" = set; then
8093 echo $ECHO_N "(cached) $ECHO_C" >&6
8094 else
8095 cat >conftest.$ac_ext <<_ACEOF
8096 /* confdefs.h. */
8097 _ACEOF
8098 cat confdefs.h >>conftest.$ac_ext
8099 cat >>conftest.$ac_ext <<_ACEOF
8100 /* end confdefs.h. */
8101 #include <time.h>
8102
8103 int
8104 main ()
8105 {
8106 #ifndef tzname
8107 (void) tzname;
8108 #endif
8109
8110 ;
8111 return 0;
8112 }
8113 _ACEOF
8114 rm -f conftest.$ac_objext
8115 if { (ac_try="$ac_compile"
8116 case "(($ac_try" in
8117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8118 *) ac_try_echo=$ac_try;;
8119 esac
8120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8121 (eval "$ac_compile") 2>conftest.er1
8122 ac_status=$?
8123 grep -v '^ *+' conftest.er1 >conftest.err
8124 rm -f conftest.er1
8125 cat conftest.err >&5
8126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8127 (exit $ac_status); } && {
8128 test -z "$ac_c_werror_flag" ||
8129 test ! -s conftest.err
8130 } && test -s conftest.$ac_objext; then
8131 ac_cv_have_decl_tzname=yes
8132 else
8133 echo "$as_me: failed program was:" >&5
8134 sed 's/^/| /' conftest.$ac_ext >&5
8135
8136 ac_cv_have_decl_tzname=no
8137 fi
8138
8139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8140 fi
8141 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_tzname" >&5
8142 echo "${ECHO_T}$ac_cv_have_decl_tzname" >&6; }
8143 if test $ac_cv_have_decl_tzname = yes; then
8144
8145 cat >>confdefs.h <<_ACEOF
8146 #define HAVE_DECL_TZNAME 1
8147 _ACEOF
8148
8149
8150 else
8151 cat >>confdefs.h <<_ACEOF
8152 #define HAVE_DECL_TZNAME 0
8153 _ACEOF
8154
8155
8156 fi
8157
8158
8159 { echo "$as_me:$LINENO: checking for tzname" >&5
8160 echo $ECHO_N "checking for tzname... $ECHO_C" >&6; }
8161 if test "${ac_cv_var_tzname+set}" = set; then
8162 echo $ECHO_N "(cached) $ECHO_C" >&6
8163 else
8164 cat >conftest.$ac_ext <<_ACEOF
8165 /* confdefs.h. */
8166 _ACEOF
8167 cat confdefs.h >>conftest.$ac_ext
8168 cat >>conftest.$ac_ext <<_ACEOF
8169 /* end confdefs.h. */
8170 #include <time.h>
8171 #if !HAVE_DECL_TZNAME
8172 extern char *tzname[];
8173 #endif
8174
8175 int
8176 main ()
8177 {
8178 return tzname[0][0];
8179 ;
8180 return 0;
8181 }
8182 _ACEOF
8183 rm -f conftest.$ac_objext conftest$ac_exeext
8184 if { (ac_try="$ac_link"
8185 case "(($ac_try" in
8186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8187 *) ac_try_echo=$ac_try;;
8188 esac
8189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8190 (eval "$ac_link") 2>conftest.er1
8191 ac_status=$?
8192 grep -v '^ *+' conftest.er1 >conftest.err
8193 rm -f conftest.er1
8194 cat conftest.err >&5
8195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8196 (exit $ac_status); } && {
8197 test -z "$ac_c_werror_flag" ||
8198 test ! -s conftest.err
8199 } && test -s conftest$ac_exeext &&
8200 $as_test_x conftest$ac_exeext; then
8201 ac_cv_var_tzname=yes
8202 else
8203 echo "$as_me: failed program was:" >&5
8204 sed 's/^/| /' conftest.$ac_ext >&5
8205
8206 ac_cv_var_tzname=no
8207 fi
8208
8209 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8210 conftest$ac_exeext conftest.$ac_ext
8211 fi
8212 { echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
8213 echo "${ECHO_T}$ac_cv_var_tzname" >&6; }
8214 if test $ac_cv_var_tzname = yes; then
8215
8216 cat >>confdefs.h <<\_ACEOF
8217 #define HAVE_TZNAME 1
8218 _ACEOF
8219
8220 fi
8221 fi
8222
8223 { echo "$as_me:$LINENO: checking for struct tm.tm_gmtoff" >&5
8224 echo $ECHO_N "checking for struct tm.tm_gmtoff... $ECHO_C" >&6; }
8225 if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then
8226 echo $ECHO_N "(cached) $ECHO_C" >&6
8227 else
8228 cat >conftest.$ac_ext <<_ACEOF
8229 /* confdefs.h. */
8230 _ACEOF
8231 cat confdefs.h >>conftest.$ac_ext
8232 cat >>conftest.$ac_ext <<_ACEOF
8233 /* end confdefs.h. */
8234 #include <time.h>
8235
8236 int
8237 main ()
8238 {
8239 static struct tm ac_aggr;
8240 if (ac_aggr.tm_gmtoff)
8241 return 0;
8242 ;
8243 return 0;
8244 }
8245 _ACEOF
8246 rm -f conftest.$ac_objext
8247 if { (ac_try="$ac_compile"
8248 case "(($ac_try" in
8249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8250 *) ac_try_echo=$ac_try;;
8251 esac
8252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8253 (eval "$ac_compile") 2>conftest.er1
8254 ac_status=$?
8255 grep -v '^ *+' conftest.er1 >conftest.err
8256 rm -f conftest.er1
8257 cat conftest.err >&5
8258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8259 (exit $ac_status); } && {
8260 test -z "$ac_c_werror_flag" ||
8261 test ! -s conftest.err
8262 } && test -s conftest.$ac_objext; then
8263 ac_cv_member_struct_tm_tm_gmtoff=yes
8264 else
8265 echo "$as_me: failed program was:" >&5
8266 sed 's/^/| /' conftest.$ac_ext >&5
8267
8268 cat >conftest.$ac_ext <<_ACEOF
8269 /* confdefs.h. */
8270 _ACEOF
8271 cat confdefs.h >>conftest.$ac_ext
8272 cat >>conftest.$ac_ext <<_ACEOF
8273 /* end confdefs.h. */
8274 #include <time.h>
8275
8276 int
8277 main ()
8278 {
8279 static struct tm ac_aggr;
8280 if (sizeof ac_aggr.tm_gmtoff)
8281 return 0;
8282 ;
8283 return 0;
8284 }
8285 _ACEOF
8286 rm -f conftest.$ac_objext
8287 if { (ac_try="$ac_compile"
8288 case "(($ac_try" in
8289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8290 *) ac_try_echo=$ac_try;;
8291 esac
8292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8293 (eval "$ac_compile") 2>conftest.er1
8294 ac_status=$?
8295 grep -v '^ *+' conftest.er1 >conftest.err
8296 rm -f conftest.er1
8297 cat conftest.err >&5
8298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8299 (exit $ac_status); } && {
8300 test -z "$ac_c_werror_flag" ||
8301 test ! -s conftest.err
8302 } && test -s conftest.$ac_objext; then
8303 ac_cv_member_struct_tm_tm_gmtoff=yes
8304 else
8305 echo "$as_me: failed program was:" >&5
8306 sed 's/^/| /' conftest.$ac_ext >&5
8307
8308 ac_cv_member_struct_tm_tm_gmtoff=no
8309 fi
8310
8311 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8312 fi
8313
8314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8315 fi
8316 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5
8317 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6; }
8318 if test $ac_cv_member_struct_tm_tm_gmtoff = yes; then
8319
8320 cat >>confdefs.h <<\_ACEOF
8321 #define HAVE_TM_GMTOFF 1
8322 _ACEOF
8323
8324 fi
8325
8326 { echo "$as_me:$LINENO: checking for struct ifreq.ifr_flags" >&5
8327 echo $ECHO_N "checking for struct ifreq.ifr_flags... $ECHO_C" >&6; }
8328 if test "${ac_cv_member_struct_ifreq_ifr_flags+set}" = set; then
8329 echo $ECHO_N "(cached) $ECHO_C" >&6
8330 else
8331 cat >conftest.$ac_ext <<_ACEOF
8332 /* confdefs.h. */
8333 _ACEOF
8334 cat confdefs.h >>conftest.$ac_ext
8335 cat >>conftest.$ac_ext <<_ACEOF
8336 /* end confdefs.h. */
8337 $ac_includes_default
8338 #if HAVE_SYS_SOCKET_H
8339 #include <sys/socket.h>
8340 #endif
8341 #if HAVE_NET_IF_H
8342 #include <net/if.h>
8343 #endif
8344
8345 int
8346 main ()
8347 {
8348 static struct ifreq ac_aggr;
8349 if (ac_aggr.ifr_flags)
8350 return 0;
8351 ;
8352 return 0;
8353 }
8354 _ACEOF
8355 rm -f conftest.$ac_objext
8356 if { (ac_try="$ac_compile"
8357 case "(($ac_try" in
8358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8359 *) ac_try_echo=$ac_try;;
8360 esac
8361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8362 (eval "$ac_compile") 2>conftest.er1
8363 ac_status=$?
8364 grep -v '^ *+' conftest.er1 >conftest.err
8365 rm -f conftest.er1
8366 cat conftest.err >&5
8367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8368 (exit $ac_status); } && {
8369 test -z "$ac_c_werror_flag" ||
8370 test ! -s conftest.err
8371 } && test -s conftest.$ac_objext; then
8372 ac_cv_member_struct_ifreq_ifr_flags=yes
8373 else
8374 echo "$as_me: failed program was:" >&5
8375 sed 's/^/| /' conftest.$ac_ext >&5
8376
8377 cat >conftest.$ac_ext <<_ACEOF
8378 /* confdefs.h. */
8379 _ACEOF
8380 cat confdefs.h >>conftest.$ac_ext
8381 cat >>conftest.$ac_ext <<_ACEOF
8382 /* end confdefs.h. */
8383 $ac_includes_default
8384 #if HAVE_SYS_SOCKET_H
8385 #include <sys/socket.h>
8386 #endif
8387 #if HAVE_NET_IF_H
8388 #include <net/if.h>
8389 #endif
8390
8391 int
8392 main ()
8393 {
8394 static struct ifreq ac_aggr;
8395 if (sizeof ac_aggr.ifr_flags)
8396 return 0;
8397 ;
8398 return 0;
8399 }
8400 _ACEOF
8401 rm -f conftest.$ac_objext
8402 if { (ac_try="$ac_compile"
8403 case "(($ac_try" in
8404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8405 *) ac_try_echo=$ac_try;;
8406 esac
8407 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8408 (eval "$ac_compile") 2>conftest.er1
8409 ac_status=$?
8410 grep -v '^ *+' conftest.er1 >conftest.err
8411 rm -f conftest.er1
8412 cat conftest.err >&5
8413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8414 (exit $ac_status); } && {
8415 test -z "$ac_c_werror_flag" ||
8416 test ! -s conftest.err
8417 } && test -s conftest.$ac_objext; then
8418 ac_cv_member_struct_ifreq_ifr_flags=yes
8419 else
8420 echo "$as_me: failed program was:" >&5
8421 sed 's/^/| /' conftest.$ac_ext >&5
8422
8423 ac_cv_member_struct_ifreq_ifr_flags=no
8424 fi
8425
8426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8427 fi
8428
8429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8430 fi
8431 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_flags" >&5
8432 echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_flags" >&6; }
8433 if test $ac_cv_member_struct_ifreq_ifr_flags = yes; then
8434
8435 cat >>confdefs.h <<_ACEOF
8436 #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
8437 _ACEOF
8438
8439
8440 fi
8441 { echo "$as_me:$LINENO: checking for struct ifreq.ifr_hwaddr" >&5
8442 echo $ECHO_N "checking for struct ifreq.ifr_hwaddr... $ECHO_C" >&6; }
8443 if test "${ac_cv_member_struct_ifreq_ifr_hwaddr+set}" = set; then
8444 echo $ECHO_N "(cached) $ECHO_C" >&6
8445 else
8446 cat >conftest.$ac_ext <<_ACEOF
8447 /* confdefs.h. */
8448 _ACEOF
8449 cat confdefs.h >>conftest.$ac_ext
8450 cat >>conftest.$ac_ext <<_ACEOF
8451 /* end confdefs.h. */
8452 $ac_includes_default
8453 #if HAVE_SYS_SOCKET_H
8454 #include <sys/socket.h>
8455 #endif
8456 #if HAVE_NET_IF_H
8457 #include <net/if.h>
8458 #endif
8459
8460 int
8461 main ()
8462 {
8463 static struct ifreq ac_aggr;
8464 if (ac_aggr.ifr_hwaddr)
8465 return 0;
8466 ;
8467 return 0;
8468 }
8469 _ACEOF
8470 rm -f conftest.$ac_objext
8471 if { (ac_try="$ac_compile"
8472 case "(($ac_try" in
8473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8474 *) ac_try_echo=$ac_try;;
8475 esac
8476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8477 (eval "$ac_compile") 2>conftest.er1
8478 ac_status=$?
8479 grep -v '^ *+' conftest.er1 >conftest.err
8480 rm -f conftest.er1
8481 cat conftest.err >&5
8482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8483 (exit $ac_status); } && {
8484 test -z "$ac_c_werror_flag" ||
8485 test ! -s conftest.err
8486 } && test -s conftest.$ac_objext; then
8487 ac_cv_member_struct_ifreq_ifr_hwaddr=yes
8488 else
8489 echo "$as_me: failed program was:" >&5
8490 sed 's/^/| /' conftest.$ac_ext >&5
8491
8492 cat >conftest.$ac_ext <<_ACEOF
8493 /* confdefs.h. */
8494 _ACEOF
8495 cat confdefs.h >>conftest.$ac_ext
8496 cat >>conftest.$ac_ext <<_ACEOF
8497 /* end confdefs.h. */
8498 $ac_includes_default
8499 #if HAVE_SYS_SOCKET_H
8500 #include <sys/socket.h>
8501 #endif
8502 #if HAVE_NET_IF_H
8503 #include <net/if.h>
8504 #endif
8505
8506 int
8507 main ()
8508 {
8509 static struct ifreq ac_aggr;
8510 if (sizeof ac_aggr.ifr_hwaddr)
8511 return 0;
8512 ;
8513 return 0;
8514 }
8515 _ACEOF
8516 rm -f conftest.$ac_objext
8517 if { (ac_try="$ac_compile"
8518 case "(($ac_try" in
8519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8520 *) ac_try_echo=$ac_try;;
8521 esac
8522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8523 (eval "$ac_compile") 2>conftest.er1
8524 ac_status=$?
8525 grep -v '^ *+' conftest.er1 >conftest.err
8526 rm -f conftest.er1
8527 cat conftest.err >&5
8528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8529 (exit $ac_status); } && {
8530 test -z "$ac_c_werror_flag" ||
8531 test ! -s conftest.err
8532 } && test -s conftest.$ac_objext; then
8533 ac_cv_member_struct_ifreq_ifr_hwaddr=yes
8534 else
8535 echo "$as_me: failed program was:" >&5
8536 sed 's/^/| /' conftest.$ac_ext >&5
8537
8538 ac_cv_member_struct_ifreq_ifr_hwaddr=no
8539 fi
8540
8541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8542 fi
8543
8544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8545 fi
8546 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_hwaddr" >&5
8547 echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_hwaddr" >&6; }
8548 if test $ac_cv_member_struct_ifreq_ifr_hwaddr = yes; then
8549
8550 cat >>confdefs.h <<_ACEOF
8551 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
8552 _ACEOF
8553
8554
8555 fi
8556 { echo "$as_me:$LINENO: checking for struct ifreq.ifr_netmask" >&5
8557 echo $ECHO_N "checking for struct ifreq.ifr_netmask... $ECHO_C" >&6; }
8558 if test "${ac_cv_member_struct_ifreq_ifr_netmask+set}" = set; then
8559 echo $ECHO_N "(cached) $ECHO_C" >&6
8560 else
8561 cat >conftest.$ac_ext <<_ACEOF
8562 /* confdefs.h. */
8563 _ACEOF
8564 cat confdefs.h >>conftest.$ac_ext
8565 cat >>conftest.$ac_ext <<_ACEOF
8566 /* end confdefs.h. */
8567 $ac_includes_default
8568 #if HAVE_SYS_SOCKET_H
8569 #include <sys/socket.h>
8570 #endif
8571 #if HAVE_NET_IF_H
8572 #include <net/if.h>
8573 #endif
8574
8575 int
8576 main ()
8577 {
8578 static struct ifreq ac_aggr;
8579 if (ac_aggr.ifr_netmask)
8580 return 0;
8581 ;
8582 return 0;
8583 }
8584 _ACEOF
8585 rm -f conftest.$ac_objext
8586 if { (ac_try="$ac_compile"
8587 case "(($ac_try" in
8588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8589 *) ac_try_echo=$ac_try;;
8590 esac
8591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8592 (eval "$ac_compile") 2>conftest.er1
8593 ac_status=$?
8594 grep -v '^ *+' conftest.er1 >conftest.err
8595 rm -f conftest.er1
8596 cat conftest.err >&5
8597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8598 (exit $ac_status); } && {
8599 test -z "$ac_c_werror_flag" ||
8600 test ! -s conftest.err
8601 } && test -s conftest.$ac_objext; then
8602 ac_cv_member_struct_ifreq_ifr_netmask=yes
8603 else
8604 echo "$as_me: failed program was:" >&5
8605 sed 's/^/| /' conftest.$ac_ext >&5
8606
8607 cat >conftest.$ac_ext <<_ACEOF
8608 /* confdefs.h. */
8609 _ACEOF
8610 cat confdefs.h >>conftest.$ac_ext
8611 cat >>conftest.$ac_ext <<_ACEOF
8612 /* end confdefs.h. */
8613 $ac_includes_default
8614 #if HAVE_SYS_SOCKET_H
8615 #include <sys/socket.h>
8616 #endif
8617 #if HAVE_NET_IF_H
8618 #include <net/if.h>
8619 #endif
8620
8621 int
8622 main ()
8623 {
8624 static struct ifreq ac_aggr;
8625 if (sizeof ac_aggr.ifr_netmask)
8626 return 0;
8627 ;
8628 return 0;
8629 }
8630 _ACEOF
8631 rm -f conftest.$ac_objext
8632 if { (ac_try="$ac_compile"
8633 case "(($ac_try" in
8634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8635 *) ac_try_echo=$ac_try;;
8636 esac
8637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8638 (eval "$ac_compile") 2>conftest.er1
8639 ac_status=$?
8640 grep -v '^ *+' conftest.er1 >conftest.err
8641 rm -f conftest.er1
8642 cat conftest.err >&5
8643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8644 (exit $ac_status); } && {
8645 test -z "$ac_c_werror_flag" ||
8646 test ! -s conftest.err
8647 } && test -s conftest.$ac_objext; then
8648 ac_cv_member_struct_ifreq_ifr_netmask=yes
8649 else
8650 echo "$as_me: failed program was:" >&5
8651 sed 's/^/| /' conftest.$ac_ext >&5
8652
8653 ac_cv_member_struct_ifreq_ifr_netmask=no
8654 fi
8655
8656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8657 fi
8658
8659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8660 fi
8661 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_netmask" >&5
8662 echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_netmask" >&6; }
8663 if test $ac_cv_member_struct_ifreq_ifr_netmask = yes; then
8664
8665 cat >>confdefs.h <<_ACEOF
8666 #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
8667 _ACEOF
8668
8669
8670 fi
8671 { echo "$as_me:$LINENO: checking for struct ifreq.ifr_broadaddr" >&5
8672 echo $ECHO_N "checking for struct ifreq.ifr_broadaddr... $ECHO_C" >&6; }
8673 if test "${ac_cv_member_struct_ifreq_ifr_broadaddr+set}" = set; then
8674 echo $ECHO_N "(cached) $ECHO_C" >&6
8675 else
8676 cat >conftest.$ac_ext <<_ACEOF
8677 /* confdefs.h. */
8678 _ACEOF
8679 cat confdefs.h >>conftest.$ac_ext
8680 cat >>conftest.$ac_ext <<_ACEOF
8681 /* end confdefs.h. */
8682 $ac_includes_default
8683 #if HAVE_SYS_SOCKET_H
8684 #include <sys/socket.h>
8685 #endif
8686 #if HAVE_NET_IF_H
8687 #include <net/if.h>
8688 #endif
8689
8690 int
8691 main ()
8692 {
8693 static struct ifreq ac_aggr;
8694 if (ac_aggr.ifr_broadaddr)
8695 return 0;
8696 ;
8697 return 0;
8698 }
8699 _ACEOF
8700 rm -f conftest.$ac_objext
8701 if { (ac_try="$ac_compile"
8702 case "(($ac_try" in
8703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8704 *) ac_try_echo=$ac_try;;
8705 esac
8706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8707 (eval "$ac_compile") 2>conftest.er1
8708 ac_status=$?
8709 grep -v '^ *+' conftest.er1 >conftest.err
8710 rm -f conftest.er1
8711 cat conftest.err >&5
8712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8713 (exit $ac_status); } && {
8714 test -z "$ac_c_werror_flag" ||
8715 test ! -s conftest.err
8716 } && test -s conftest.$ac_objext; then
8717 ac_cv_member_struct_ifreq_ifr_broadaddr=yes
8718 else
8719 echo "$as_me: failed program was:" >&5
8720 sed 's/^/| /' conftest.$ac_ext >&5
8721
8722 cat >conftest.$ac_ext <<_ACEOF
8723 /* confdefs.h. */
8724 _ACEOF
8725 cat confdefs.h >>conftest.$ac_ext
8726 cat >>conftest.$ac_ext <<_ACEOF
8727 /* end confdefs.h. */
8728 $ac_includes_default
8729 #if HAVE_SYS_SOCKET_H
8730 #include <sys/socket.h>
8731 #endif
8732 #if HAVE_NET_IF_H
8733 #include <net/if.h>
8734 #endif
8735
8736 int
8737 main ()
8738 {
8739 static struct ifreq ac_aggr;
8740 if (sizeof ac_aggr.ifr_broadaddr)
8741 return 0;
8742 ;
8743 return 0;
8744 }
8745 _ACEOF
8746 rm -f conftest.$ac_objext
8747 if { (ac_try="$ac_compile"
8748 case "(($ac_try" in
8749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8750 *) ac_try_echo=$ac_try;;
8751 esac
8752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8753 (eval "$ac_compile") 2>conftest.er1
8754 ac_status=$?
8755 grep -v '^ *+' conftest.er1 >conftest.err
8756 rm -f conftest.er1
8757 cat conftest.err >&5
8758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8759 (exit $ac_status); } && {
8760 test -z "$ac_c_werror_flag" ||
8761 test ! -s conftest.err
8762 } && test -s conftest.$ac_objext; then
8763 ac_cv_member_struct_ifreq_ifr_broadaddr=yes
8764 else
8765 echo "$as_me: failed program was:" >&5
8766 sed 's/^/| /' conftest.$ac_ext >&5
8767
8768 ac_cv_member_struct_ifreq_ifr_broadaddr=no
8769 fi
8770
8771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8772 fi
8773
8774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8775 fi
8776 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_broadaddr" >&5
8777 echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_broadaddr" >&6; }
8778 if test $ac_cv_member_struct_ifreq_ifr_broadaddr = yes; then
8779
8780 cat >>confdefs.h <<_ACEOF
8781 #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
8782 _ACEOF
8783
8784
8785 fi
8786 { echo "$as_me:$LINENO: checking for struct ifreq.ifr_addr" >&5
8787 echo $ECHO_N "checking for struct ifreq.ifr_addr... $ECHO_C" >&6; }
8788 if test "${ac_cv_member_struct_ifreq_ifr_addr+set}" = set; then
8789 echo $ECHO_N "(cached) $ECHO_C" >&6
8790 else
8791 cat >conftest.$ac_ext <<_ACEOF
8792 /* confdefs.h. */
8793 _ACEOF
8794 cat confdefs.h >>conftest.$ac_ext
8795 cat >>conftest.$ac_ext <<_ACEOF
8796 /* end confdefs.h. */
8797 $ac_includes_default
8798 #if HAVE_SYS_SOCKET_H
8799 #include <sys/socket.h>
8800 #endif
8801 #if HAVE_NET_IF_H
8802 #include <net/if.h>
8803 #endif
8804
8805 int
8806 main ()
8807 {
8808 static struct ifreq ac_aggr;
8809 if (ac_aggr.ifr_addr)
8810 return 0;
8811 ;
8812 return 0;
8813 }
8814 _ACEOF
8815 rm -f conftest.$ac_objext
8816 if { (ac_try="$ac_compile"
8817 case "(($ac_try" in
8818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8819 *) ac_try_echo=$ac_try;;
8820 esac
8821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8822 (eval "$ac_compile") 2>conftest.er1
8823 ac_status=$?
8824 grep -v '^ *+' conftest.er1 >conftest.err
8825 rm -f conftest.er1
8826 cat conftest.err >&5
8827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8828 (exit $ac_status); } && {
8829 test -z "$ac_c_werror_flag" ||
8830 test ! -s conftest.err
8831 } && test -s conftest.$ac_objext; then
8832 ac_cv_member_struct_ifreq_ifr_addr=yes
8833 else
8834 echo "$as_me: failed program was:" >&5
8835 sed 's/^/| /' conftest.$ac_ext >&5
8836
8837 cat >conftest.$ac_ext <<_ACEOF
8838 /* confdefs.h. */
8839 _ACEOF
8840 cat confdefs.h >>conftest.$ac_ext
8841 cat >>conftest.$ac_ext <<_ACEOF
8842 /* end confdefs.h. */
8843 $ac_includes_default
8844 #if HAVE_SYS_SOCKET_H
8845 #include <sys/socket.h>
8846 #endif
8847 #if HAVE_NET_IF_H
8848 #include <net/if.h>
8849 #endif
8850
8851 int
8852 main ()
8853 {
8854 static struct ifreq ac_aggr;
8855 if (sizeof ac_aggr.ifr_addr)
8856 return 0;
8857 ;
8858 return 0;
8859 }
8860 _ACEOF
8861 rm -f conftest.$ac_objext
8862 if { (ac_try="$ac_compile"
8863 case "(($ac_try" in
8864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8865 *) ac_try_echo=$ac_try;;
8866 esac
8867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8868 (eval "$ac_compile") 2>conftest.er1
8869 ac_status=$?
8870 grep -v '^ *+' conftest.er1 >conftest.err
8871 rm -f conftest.er1
8872 cat conftest.err >&5
8873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8874 (exit $ac_status); } && {
8875 test -z "$ac_c_werror_flag" ||
8876 test ! -s conftest.err
8877 } && test -s conftest.$ac_objext; then
8878 ac_cv_member_struct_ifreq_ifr_addr=yes
8879 else
8880 echo "$as_me: failed program was:" >&5
8881 sed 's/^/| /' conftest.$ac_ext >&5
8882
8883 ac_cv_member_struct_ifreq_ifr_addr=no
8884 fi
8885
8886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8887 fi
8888
8889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8890 fi
8891 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_addr" >&5
8892 echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_addr" >&6; }
8893 if test $ac_cv_member_struct_ifreq_ifr_addr = yes; then
8894
8895 cat >>confdefs.h <<_ACEOF
8896 #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
8897 _ACEOF
8898
8899
8900 fi
8901
8902
8903
8904 { echo "$as_me:$LINENO: checking for function prototypes" >&5
8905 echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6; }
8906 if test "$ac_cv_prog_cc_c89" != no; then
8907 { echo "$as_me:$LINENO: result: yes" >&5
8908 echo "${ECHO_T}yes" >&6; }
8909
8910 cat >>confdefs.h <<\_ACEOF
8911 #define PROTOTYPES 1
8912 _ACEOF
8913
8914
8915 cat >>confdefs.h <<\_ACEOF
8916 #define __PROTOTYPES 1
8917 _ACEOF
8918
8919 else
8920 { echo "$as_me:$LINENO: result: no" >&5
8921 echo "${ECHO_T}no" >&6; }
8922 fi
8923
8924 { echo "$as_me:$LINENO: checking for working volatile" >&5
8925 echo $ECHO_N "checking for working volatile... $ECHO_C" >&6; }
8926 if test "${ac_cv_c_volatile+set}" = set; then
8927 echo $ECHO_N "(cached) $ECHO_C" >&6
8928 else
8929 cat >conftest.$ac_ext <<_ACEOF
8930 /* confdefs.h. */
8931 _ACEOF
8932 cat confdefs.h >>conftest.$ac_ext
8933 cat >>conftest.$ac_ext <<_ACEOF
8934 /* end confdefs.h. */
8935
8936 int
8937 main ()
8938 {
8939
8940 volatile int x;
8941 int * volatile y = (int *) 0;
8942 return !x && !y;
8943 ;
8944 return 0;
8945 }
8946 _ACEOF
8947 rm -f conftest.$ac_objext
8948 if { (ac_try="$ac_compile"
8949 case "(($ac_try" in
8950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8951 *) ac_try_echo=$ac_try;;
8952 esac
8953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8954 (eval "$ac_compile") 2>conftest.er1
8955 ac_status=$?
8956 grep -v '^ *+' conftest.er1 >conftest.err
8957 rm -f conftest.er1
8958 cat conftest.err >&5
8959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8960 (exit $ac_status); } && {
8961 test -z "$ac_c_werror_flag" ||
8962 test ! -s conftest.err
8963 } && test -s conftest.$ac_objext; then
8964 ac_cv_c_volatile=yes
8965 else
8966 echo "$as_me: failed program was:" >&5
8967 sed 's/^/| /' conftest.$ac_ext >&5
8968
8969 ac_cv_c_volatile=no
8970 fi
8971
8972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8973 fi
8974 { echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5
8975 echo "${ECHO_T}$ac_cv_c_volatile" >&6; }
8976 if test $ac_cv_c_volatile = no; then
8977
8978 cat >>confdefs.h <<\_ACEOF
8979 #define volatile
8980 _ACEOF
8981
8982 fi
8983
8984 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
8985 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
8986 if test "${ac_cv_c_const+set}" = set; then
8987 echo $ECHO_N "(cached) $ECHO_C" >&6
8988 else
8989 cat >conftest.$ac_ext <<_ACEOF
8990 /* confdefs.h. */
8991 _ACEOF
8992 cat confdefs.h >>conftest.$ac_ext
8993 cat >>conftest.$ac_ext <<_ACEOF
8994 /* end confdefs.h. */
8995
8996 int
8997 main ()
8998 {
8999 /* FIXME: Include the comments suggested by Paul. */
9000 #ifndef __cplusplus
9001 /* Ultrix mips cc rejects this. */
9002 typedef int charset[2];
9003 const charset cs;
9004 /* SunOS 4.1.1 cc rejects this. */
9005 char const *const *pcpcc;
9006 char **ppc;
9007 /* NEC SVR4.0.2 mips cc rejects this. */
9008 struct point {int x, y;};
9009 static struct point const zero = {0,0};
9010 /* AIX XL C 1.02.0.0 rejects this.
9011 It does not let you subtract one const X* pointer from another in
9012 an arm of an if-expression whose if-part is not a constant
9013 expression */
9014 const char *g = "string";
9015 pcpcc = &g + (g ? g-g : 0);
9016 /* HPUX 7.0 cc rejects these. */
9017 ++pcpcc;
9018 ppc = (char**) pcpcc;
9019 pcpcc = (char const *const *) ppc;
9020 { /* SCO 3.2v4 cc rejects this. */
9021 char *t;
9022 char const *s = 0 ? (char *) 0 : (char const *) 0;
9023
9024 *t++ = 0;
9025 if (s) return 0;
9026 }
9027 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
9028 int x[] = {25, 17};
9029 const int *foo = &x[0];
9030 ++foo;
9031 }
9032 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
9033 typedef const int *iptr;
9034 iptr p = 0;
9035 ++p;
9036 }
9037 { /* AIX XL C 1.02.0.0 rejects this saying
9038 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
9039 struct s { int j; const int *ap[3]; };
9040 struct s *b; b->j = 5;
9041 }
9042 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
9043 const int foo = 10;
9044 if (!foo) return 0;
9045 }
9046 return !cs[0] && !zero.x;
9047 #endif
9048
9049 ;
9050 return 0;
9051 }
9052 _ACEOF
9053 rm -f conftest.$ac_objext
9054 if { (ac_try="$ac_compile"
9055 case "(($ac_try" in
9056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9057 *) ac_try_echo=$ac_try;;
9058 esac
9059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9060 (eval "$ac_compile") 2>conftest.er1
9061 ac_status=$?
9062 grep -v '^ *+' conftest.er1 >conftest.err
9063 rm -f conftest.er1
9064 cat conftest.err >&5
9065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9066 (exit $ac_status); } && {
9067 test -z "$ac_c_werror_flag" ||
9068 test ! -s conftest.err
9069 } && test -s conftest.$ac_objext; then
9070 ac_cv_c_const=yes
9071 else
9072 echo "$as_me: failed program was:" >&5
9073 sed 's/^/| /' conftest.$ac_ext >&5
9074
9075 ac_cv_c_const=no
9076 fi
9077
9078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9079 fi
9080 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
9081 echo "${ECHO_T}$ac_cv_c_const" >&6; }
9082 if test $ac_cv_c_const = no; then
9083
9084 cat >>confdefs.h <<\_ACEOF
9085 #define const
9086 _ACEOF
9087
9088 fi
9089
9090 { echo "$as_me:$LINENO: checking for void * support" >&5
9091 echo $ECHO_N "checking for void * support... $ECHO_C" >&6; }
9092 if test "${emacs_cv_void_star+set}" = set; then
9093 echo $ECHO_N "(cached) $ECHO_C" >&6
9094 else
9095 cat >conftest.$ac_ext <<_ACEOF
9096 /* confdefs.h. */
9097 _ACEOF
9098 cat confdefs.h >>conftest.$ac_ext
9099 cat >>conftest.$ac_ext <<_ACEOF
9100 /* end confdefs.h. */
9101
9102 int
9103 main ()
9104 {
9105 void * foo;
9106 ;
9107 return 0;
9108 }
9109 _ACEOF
9110 rm -f conftest.$ac_objext
9111 if { (ac_try="$ac_compile"
9112 case "(($ac_try" in
9113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9114 *) ac_try_echo=$ac_try;;
9115 esac
9116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9117 (eval "$ac_compile") 2>conftest.er1
9118 ac_status=$?
9119 grep -v '^ *+' conftest.er1 >conftest.err
9120 rm -f conftest.er1
9121 cat conftest.err >&5
9122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9123 (exit $ac_status); } && {
9124 test -z "$ac_c_werror_flag" ||
9125 test ! -s conftest.err
9126 } && test -s conftest.$ac_objext; then
9127 emacs_cv_void_star=yes
9128 else
9129 echo "$as_me: failed program was:" >&5
9130 sed 's/^/| /' conftest.$ac_ext >&5
9131
9132 emacs_cv_void_star=no
9133 fi
9134
9135 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9136 fi
9137 { echo "$as_me:$LINENO: result: $emacs_cv_void_star" >&5
9138 echo "${ECHO_T}$emacs_cv_void_star" >&6; }
9139 if test $emacs_cv_void_star = yes; then
9140 cat >>confdefs.h <<\_ACEOF
9141 #define POINTER_TYPE void
9142 _ACEOF
9143
9144 else
9145 cat >>confdefs.h <<\_ACEOF
9146 #define POINTER_TYPE char
9147 _ACEOF
9148
9149 fi
9150
9151
9152
9153
9154
9155 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
9156 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
9157 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
9158 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
9159 echo $ECHO_N "(cached) $ECHO_C" >&6
9160 else
9161 cat >conftest.make <<\_ACEOF
9162 SHELL = /bin/sh
9163 all:
9164 @echo '@@@%%%=$(MAKE)=@@@%%%'
9165 _ACEOF
9166 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
9167 case `${MAKE-make} -f conftest.make 2>/dev/null` in
9168 *@@@%%%=?*=@@@%%%*)
9169 eval ac_cv_prog_make_${ac_make}_set=yes;;
9170 *)
9171 eval ac_cv_prog_make_${ac_make}_set=no;;
9172 esac
9173 rm -f conftest.make
9174 fi
9175 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
9176 { echo "$as_me:$LINENO: result: yes" >&5
9177 echo "${ECHO_T}yes" >&6; }
9178 SET_MAKE=
9179 else
9180 { echo "$as_me:$LINENO: result: no" >&5
9181 echo "${ECHO_T}no" >&6; }
9182 SET_MAKE="MAKE=${MAKE-make}"
9183 fi
9184
9185
9186 { echo "$as_me:$LINENO: checking for long file names" >&5
9187 echo $ECHO_N "checking for long file names... $ECHO_C" >&6; }
9188 if test "${ac_cv_sys_long_file_names+set}" = set; then
9189 echo $ECHO_N "(cached) $ECHO_C" >&6
9190 else
9191 ac_cv_sys_long_file_names=yes
9192 # Test for long file names in all the places we know might matter:
9193 # . the current directory, where building will happen
9194 # $prefix/lib where we will be installing things
9195 # $exec_prefix/lib likewise
9196 # $TMPDIR if set, where it might want to write temporary files
9197 # /tmp where it might want to write temporary files
9198 # /var/tmp likewise
9199 # /usr/tmp likewise
9200 for ac_dir in . "$TMPDIR" /tmp /var/tmp /usr/tmp "$prefix/lib" "$exec_prefix/lib"; do
9201 # Skip $TMPDIR if it is empty or bogus, and skip $exec_prefix/lib
9202 # in the usual case where exec_prefix is '${prefix}'.
9203 case $ac_dir in #(
9204 . | /* | ?:[\\/]*) ;; #(
9205 *) continue;;
9206 esac
9207 test -w "$ac_dir/." || continue # It is less confusing to not echo anything here.
9208 ac_xdir=$ac_dir/cf$$
9209 (umask 077 && mkdir "$ac_xdir" 2>/dev/null) || continue
9210 ac_tf1=$ac_xdir/conftest9012345
9211 ac_tf2=$ac_xdir/conftest9012346
9212 touch "$ac_tf1" 2>/dev/null && test -f "$ac_tf1" && test ! -f "$ac_tf2" ||
9213 ac_cv_sys_long_file_names=no
9214 rm -f -r "$ac_xdir" 2>/dev/null
9215 test $ac_cv_sys_long_file_names = no && break
9216 done
9217 fi
9218 { echo "$as_me:$LINENO: result: $ac_cv_sys_long_file_names" >&5
9219 echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6; }
9220 if test $ac_cv_sys_long_file_names = yes; then
9221
9222 cat >>confdefs.h <<\_ACEOF
9223 #define HAVE_LONG_FILE_NAMES 1
9224 _ACEOF
9225
9226 fi
9227
9228
9229 #### Choose a window system.
9230
9231 { echo "$as_me:$LINENO: checking for X" >&5
9232 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
9233
9234
9235 # Check whether --with-x was given.
9236 if test "${with_x+set}" = set; then
9237 withval=$with_x;
9238 fi
9239
9240 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9241 if test "x$with_x" = xno; then
9242 # The user explicitly disabled X.
9243 have_x=disabled
9244 else
9245 case $x_includes,$x_libraries in #(
9246 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
9247 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
9248 { (exit 1); exit 1; }; };; #(
9249 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
9250 echo $ECHO_N "(cached) $ECHO_C" >&6
9251 else
9252 # One or both of the vars are not set, and there is no cached value.
9253 ac_x_includes=no ac_x_libraries=no
9254 rm -f -r conftest.dir
9255 if mkdir conftest.dir; then
9256 cd conftest.dir
9257 cat >Imakefile <<'_ACEOF'
9258 incroot:
9259 @echo incroot='${INCROOT}'
9260 usrlibdir:
9261 @echo usrlibdir='${USRLIBDIR}'
9262 libdir:
9263 @echo libdir='${LIBDIR}'
9264 _ACEOF
9265 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
9266 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
9267 for ac_var in incroot usrlibdir libdir; do
9268 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9269 done
9270 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9271 for ac_extension in a so sl; do
9272 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9273 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9274 ac_im_usrlibdir=$ac_im_libdir; break
9275 fi
9276 done
9277 # Screen out bogus values from the imake configuration. They are
9278 # bogus both because they are the default anyway, and because
9279 # using them would break gcc on systems where it needs fixed includes.
9280 case $ac_im_incroot in
9281 /usr/include) ac_x_includes= ;;
9282 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
9283 esac
9284 case $ac_im_usrlibdir in
9285 /usr/lib | /lib) ;;
9286 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
9287 esac
9288 fi
9289 cd ..
9290 rm -f -r conftest.dir
9291 fi
9292
9293 # Standard set of common directories for X headers.
9294 # Check X11 before X11Rn because it is often a symlink to the current release.
9295 ac_x_header_dirs='
9296 /usr/X11/include
9297 /usr/X11R6/include
9298 /usr/X11R5/include
9299 /usr/X11R4/include
9300
9301 /usr/include/X11
9302 /usr/include/X11R6
9303 /usr/include/X11R5
9304 /usr/include/X11R4
9305
9306 /usr/local/X11/include
9307 /usr/local/X11R6/include
9308 /usr/local/X11R5/include
9309 /usr/local/X11R4/include
9310
9311 /usr/local/include/X11
9312 /usr/local/include/X11R6
9313 /usr/local/include/X11R5
9314 /usr/local/include/X11R4
9315
9316 /usr/X386/include
9317 /usr/x386/include
9318 /usr/XFree86/include/X11
9319
9320 /usr/include
9321 /usr/local/include
9322 /usr/unsupported/include
9323 /usr/athena/include
9324 /usr/local/x11r5/include
9325 /usr/lpp/Xamples/include
9326
9327 /usr/openwin/include
9328 /usr/openwin/share/include'
9329
9330 if test "$ac_x_includes" = no; then
9331 # Guess where to find include files, by looking for Xlib.h.
9332 # First, try using that file with no special directory specified.
9333 cat >conftest.$ac_ext <<_ACEOF
9334 /* confdefs.h. */
9335 _ACEOF
9336 cat confdefs.h >>conftest.$ac_ext
9337 cat >>conftest.$ac_ext <<_ACEOF
9338 /* end confdefs.h. */
9339 #include <X11/Xlib.h>
9340 _ACEOF
9341 if { (ac_try="$ac_cpp conftest.$ac_ext"
9342 case "(($ac_try" in
9343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9344 *) ac_try_echo=$ac_try;;
9345 esac
9346 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9347 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9348 ac_status=$?
9349 grep -v '^ *+' conftest.er1 >conftest.err
9350 rm -f conftest.er1
9351 cat conftest.err >&5
9352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9353 (exit $ac_status); } >/dev/null && {
9354 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9355 test ! -s conftest.err
9356 }; then
9357 # We can compile using X headers with no special include directory.
9358 ac_x_includes=
9359 else
9360 echo "$as_me: failed program was:" >&5
9361 sed 's/^/| /' conftest.$ac_ext >&5
9362
9363 for ac_dir in $ac_x_header_dirs; do
9364 if test -r "$ac_dir/X11/Xlib.h"; then
9365 ac_x_includes=$ac_dir
9366 break
9367 fi
9368 done
9369 fi
9370
9371 rm -f conftest.err conftest.$ac_ext
9372 fi # $ac_x_includes = no
9373
9374 if test "$ac_x_libraries" = no; then
9375 # Check for the libraries.
9376 # See if we find them without any special options.
9377 # Don't add to $LIBS permanently.
9378 ac_save_LIBS=$LIBS
9379 LIBS="-lX11 $LIBS"
9380 cat >conftest.$ac_ext <<_ACEOF
9381 /* confdefs.h. */
9382 _ACEOF
9383 cat confdefs.h >>conftest.$ac_ext
9384 cat >>conftest.$ac_ext <<_ACEOF
9385 /* end confdefs.h. */
9386 #include <X11/Xlib.h>
9387 int
9388 main ()
9389 {
9390 XrmInitialize ()
9391 ;
9392 return 0;
9393 }
9394 _ACEOF
9395 rm -f conftest.$ac_objext conftest$ac_exeext
9396 if { (ac_try="$ac_link"
9397 case "(($ac_try" in
9398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9399 *) ac_try_echo=$ac_try;;
9400 esac
9401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9402 (eval "$ac_link") 2>conftest.er1
9403 ac_status=$?
9404 grep -v '^ *+' conftest.er1 >conftest.err
9405 rm -f conftest.er1
9406 cat conftest.err >&5
9407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9408 (exit $ac_status); } && {
9409 test -z "$ac_c_werror_flag" ||
9410 test ! -s conftest.err
9411 } && test -s conftest$ac_exeext &&
9412 $as_test_x conftest$ac_exeext; then
9413 LIBS=$ac_save_LIBS
9414 # We can link X programs with no special library path.
9415 ac_x_libraries=
9416 else
9417 echo "$as_me: failed program was:" >&5
9418 sed 's/^/| /' conftest.$ac_ext >&5
9419
9420 LIBS=$ac_save_LIBS
9421 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9422 do
9423 # Don't even attempt the hair of trying to link an X program!
9424 for ac_extension in a so sl; do
9425 if test -r "$ac_dir/libX11.$ac_extension"; then
9426 ac_x_libraries=$ac_dir
9427 break 2
9428 fi
9429 done
9430 done
9431 fi
9432
9433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9434 conftest$ac_exeext conftest.$ac_ext
9435 fi # $ac_x_libraries = no
9436
9437 case $ac_x_includes,$ac_x_libraries in #(
9438 no,* | *,no | *\'*)
9439 # Didn't find X, or a directory has "'" in its name.
9440 ac_cv_have_x="have_x=no";; #(
9441 *)
9442 # Record where we found X for the cache.
9443 ac_cv_have_x="have_x=yes\
9444 ac_x_includes='$ac_x_includes'\
9445 ac_x_libraries='$ac_x_libraries'"
9446 esac
9447 fi
9448 ;; #(
9449 *) have_x=yes;;
9450 esac
9451 eval "$ac_cv_have_x"
9452 fi # $with_x != no
9453
9454 if test "$have_x" != yes; then
9455 { echo "$as_me:$LINENO: result: $have_x" >&5
9456 echo "${ECHO_T}$have_x" >&6; }
9457 no_x=yes
9458 else
9459 # If each of the values was on the command line, it overrides each guess.
9460 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9461 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9462 # Update the cache value to reflect the command line values.
9463 ac_cv_have_x="have_x=yes\
9464 ac_x_includes='$x_includes'\
9465 ac_x_libraries='$x_libraries'"
9466 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
9467 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
9468 fi
9469
9470 if test "$no_x" = yes; then
9471 window_system=none
9472 else
9473 window_system=x11
9474 fi
9475
9476 if test "${x_libraries}" != NONE; then
9477 if test -n "${x_libraries}"; then
9478 LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"`
9479 LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"`
9480 fi
9481 x_default_search_path=""
9482 x_search_path=${x_libraries}
9483 if test -z "${x_search_path}"; then
9484 x_search_path=/usr/lib
9485 fi
9486 for x_library in `echo ${x_search_path}: | \
9487 sed -e "s/:/ /g" -e p -e "s:/lib[^ /]* :/share :g"`; do
9488 x_search_path="\
9489 ${x_library}/X11/%L/%T/%N%C%S:\
9490 ${x_library}/X11/%l/%T/%N%C%S:\
9491 ${x_library}/X11/%T/%N%C%S:\
9492 ${x_library}/X11/%L/%T/%N%S:\
9493 ${x_library}/X11/%l/%T/%N%S:\
9494 ${x_library}/X11/%T/%N%S"
9495 if test x"${x_default_search_path}" = x; then
9496 x_default_search_path=${x_search_path}
9497 else
9498 x_default_search_path="${x_search_path}:${x_default_search_path}"
9499 fi
9500 done
9501 fi
9502 if test "${x_includes}" != NONE && test -n "${x_includes}"; then
9503 C_SWITCH_X_SITE=-I`echo ${x_includes} | sed -e "s/:/ -I/g"`
9504 fi
9505
9506 if test x"${x_includes}" = x; then
9507 bitmapdir=/usr/include/X11/bitmaps
9508 else
9509 # accumulate include directories that have X11 bitmap subdirectories
9510 bmd_acc="dummyval"
9511 for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do
9512 if test -d "${bmd}/X11/bitmaps"; then
9513 bmd_acc="${bmd_acc}:${bmd}/X11/bitmaps"
9514 fi
9515 if test -d "${bmd}/bitmaps"; then
9516 bmd_acc="${bmd_acc}:${bmd}/bitmaps"
9517 fi
9518 done
9519 if test ${bmd_acc} != "dummyval"; then
9520 bitmapdir=`echo ${bmd_acc} | sed -e "s/^dummyval://"`
9521 fi
9522 fi
9523
9524 HAVE_CARBON=no
9525 if test "${with_carbon}" != no; then
9526 if test "${ac_cv_header_Carbon_Carbon_h+set}" = set; then
9527 { echo "$as_me:$LINENO: checking for Carbon/Carbon.h" >&5
9528 echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6; }
9529 if test "${ac_cv_header_Carbon_Carbon_h+set}" = set; then
9530 echo $ECHO_N "(cached) $ECHO_C" >&6
9531 fi
9532 { echo "$as_me:$LINENO: result: $ac_cv_header_Carbon_Carbon_h" >&5
9533 echo "${ECHO_T}$ac_cv_header_Carbon_Carbon_h" >&6; }
9534 else
9535 # Is the header compilable?
9536 { echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5
9537 echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6; }
9538 cat >conftest.$ac_ext <<_ACEOF
9539 /* confdefs.h. */
9540 _ACEOF
9541 cat confdefs.h >>conftest.$ac_ext
9542 cat >>conftest.$ac_ext <<_ACEOF
9543 /* end confdefs.h. */
9544 $ac_includes_default
9545 #include <Carbon/Carbon.h>
9546 _ACEOF
9547 rm -f conftest.$ac_objext
9548 if { (ac_try="$ac_compile"
9549 case "(($ac_try" in
9550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9551 *) ac_try_echo=$ac_try;;
9552 esac
9553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9554 (eval "$ac_compile") 2>conftest.er1
9555 ac_status=$?
9556 grep -v '^ *+' conftest.er1 >conftest.err
9557 rm -f conftest.er1
9558 cat conftest.err >&5
9559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9560 (exit $ac_status); } && {
9561 test -z "$ac_c_werror_flag" ||
9562 test ! -s conftest.err
9563 } && test -s conftest.$ac_objext; then
9564 ac_header_compiler=yes
9565 else
9566 echo "$as_me: failed program was:" >&5
9567 sed 's/^/| /' conftest.$ac_ext >&5
9568
9569 ac_header_compiler=no
9570 fi
9571
9572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9573 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9574 echo "${ECHO_T}$ac_header_compiler" >&6; }
9575
9576 # Is the header present?
9577 { echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5
9578 echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6; }
9579 cat >conftest.$ac_ext <<_ACEOF
9580 /* confdefs.h. */
9581 _ACEOF
9582 cat confdefs.h >>conftest.$ac_ext
9583 cat >>conftest.$ac_ext <<_ACEOF
9584 /* end confdefs.h. */
9585 #include <Carbon/Carbon.h>
9586 _ACEOF
9587 if { (ac_try="$ac_cpp conftest.$ac_ext"
9588 case "(($ac_try" in
9589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9590 *) ac_try_echo=$ac_try;;
9591 esac
9592 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9593 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9594 ac_status=$?
9595 grep -v '^ *+' conftest.er1 >conftest.err
9596 rm -f conftest.er1
9597 cat conftest.err >&5
9598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9599 (exit $ac_status); } >/dev/null && {
9600 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9601 test ! -s conftest.err
9602 }; then
9603 ac_header_preproc=yes
9604 else
9605 echo "$as_me: failed program was:" >&5
9606 sed 's/^/| /' conftest.$ac_ext >&5
9607
9608 ac_header_preproc=no
9609 fi
9610
9611 rm -f conftest.err conftest.$ac_ext
9612 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9613 echo "${ECHO_T}$ac_header_preproc" >&6; }
9614
9615 # So? What about this header?
9616 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9617 yes:no: )
9618 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5
9619 echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9620 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&5
9621 echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&2;}
9622 ac_header_preproc=yes
9623 ;;
9624 no:yes:* )
9625 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5
9626 echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;}
9627 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5
9628 echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;}
9629 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&5
9630 echo "$as_me: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&2;}
9631 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: section \"Present But Cannot Be Compiled\"" >&5
9632 echo "$as_me: WARNING: Carbon/Carbon.h: section \"Present But Cannot Be Compiled\"" >&2;}
9633 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5
9634 echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;}
9635 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&5
9636 echo "$as_me: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&2;}
9637
9638 ;;
9639 esac
9640 { echo "$as_me:$LINENO: checking for Carbon/Carbon.h" >&5
9641 echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6; }
9642 if test "${ac_cv_header_Carbon_Carbon_h+set}" = set; then
9643 echo $ECHO_N "(cached) $ECHO_C" >&6
9644 else
9645 ac_cv_header_Carbon_Carbon_h=$ac_header_preproc
9646 fi
9647 { echo "$as_me:$LINENO: result: $ac_cv_header_Carbon_Carbon_h" >&5
9648 echo "${ECHO_T}$ac_cv_header_Carbon_Carbon_h" >&6; }
9649
9650 fi
9651 if test $ac_cv_header_Carbon_Carbon_h = yes; then
9652 HAVE_CARBON=yes
9653 fi
9654
9655
9656 fi
9657 if test "${window_system}" = x11 && test "${HAVE_CARBON}" = yes; then
9658 if test "${with_carbon+set}" != set \
9659 && test "${carbon_appdir_x+set}" != set; then
9660 for var in with_x with_x_toolkit with_gtk with_xim \
9661 with_xpm with_jpeg with_tiff with_gif with_png; do
9662 if eval test \"\${$var+set}\" = set; then
9663 HAVE_CARBON=no
9664 break
9665 fi
9666 done
9667 fi
9668 fi
9669 if test "${HAVE_CARBON}" = yes; then
9670 window_system=mac
9671 fi
9672
9673 case "${window_system}" in
9674 x11 )
9675 HAVE_X_WINDOWS=yes
9676 HAVE_X11=yes
9677 case "${with_x_toolkit}" in
9678 athena | lucid ) USE_X_TOOLKIT=LUCID ;;
9679 motif ) USE_X_TOOLKIT=MOTIF ;;
9680 gtk ) with_gtk=yes
9681 USE_X_TOOLKIT=none ;;
9682 no ) USE_X_TOOLKIT=none ;;
9683 * )
9684 if test x"$with_gtk" = xyes; then
9685 USE_X_TOOLKIT=none
9686 else
9687 USE_X_TOOLKIT=maybe
9688 fi
9689 ;;
9690 esac
9691 ;;
9692 mac | none )
9693 HAVE_X_WINDOWS=no
9694 HAVE_X11=no
9695 USE_X_TOOLKIT=none
9696 ;;
9697 esac
9698
9699 if test "$window_system" = none && test "X$with_x" != "Xno"; then
9700 # Extract the first word of "X", so it can be a program name with args.
9701 set dummy X; ac_word=$2
9702 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9703 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9704 if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then
9705 echo $ECHO_N "(cached) $ECHO_C" >&6
9706 else
9707 if test -n "$HAVE_XSERVER"; then
9708 ac_cv_prog_HAVE_XSERVER="$HAVE_XSERVER" # Let the user override the test.
9709 else
9710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9711 for as_dir in $PATH
9712 do
9713 IFS=$as_save_IFS
9714 test -z "$as_dir" && as_dir=.
9715 for ac_exec_ext in '' $ac_executable_extensions; do
9716 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9717 ac_cv_prog_HAVE_XSERVER="true"
9718 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9719 break 2
9720 fi
9721 done
9722 done
9723 IFS=$as_save_IFS
9724
9725 test -z "$ac_cv_prog_HAVE_XSERVER" && ac_cv_prog_HAVE_XSERVER="false"
9726 fi
9727 fi
9728 HAVE_XSERVER=$ac_cv_prog_HAVE_XSERVER
9729 if test -n "$HAVE_XSERVER"; then
9730 { echo "$as_me:$LINENO: result: $HAVE_XSERVER" >&5
9731 echo "${ECHO_T}$HAVE_XSERVER" >&6; }
9732 else
9733 { echo "$as_me:$LINENO: result: no" >&5
9734 echo "${ECHO_T}no" >&6; }
9735 fi
9736
9737
9738 if test "$HAVE_XSERVER" = true ||
9739 test -n "$DISPLAY" ||
9740 test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then
9741 { { echo "$as_me:$LINENO: error: You seem to be running X, but no X development libraries
9742 were found. You should install the relevant development files for X
9743 and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make
9744 sure you have development files for image handling, i.e.
9745 tiff, gif, jpeg, png and xpm.
9746 If you are sure you want Emacs compiled without X window support, pass
9747 --without-x
9748 to configure." >&5
9749 echo "$as_me: error: You seem to be running X, but no X development libraries
9750 were found. You should install the relevant development files for X
9751 and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make
9752 sure you have development files for image handling, i.e.
9753 tiff, gif, jpeg, png and xpm.
9754 If you are sure you want Emacs compiled without X window support, pass
9755 --without-x
9756 to configure." >&2;}
9757 { (exit 1); exit 1; }; }
9758 fi
9759 fi
9760
9761 ### If we're using X11, we should use the X menu package.
9762 HAVE_MENUS=no
9763 case ${HAVE_X11} in
9764 yes ) HAVE_MENUS=yes ;;
9765 esac
9766
9767 if test "${opsys}" = "hpux9"; then
9768 case "${x_libraries}" in
9769 *X11R4* )
9770 opsysfile="s/hpux9-x11r4.h"
9771 ;;
9772 esac
9773 fi
9774
9775 if test "${opsys}" = "hpux9shr"; then
9776 case "${x_libraries}" in
9777 *X11R4* )
9778 opsysfile="s/hpux9shxr4.h"
9779 ;;
9780 esac
9781 fi
9782
9783 ### Compute the unexec source name from the object name.
9784 UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"
9785
9786 # Do the opsystem or machine files prohibit the use of the GNU malloc?
9787 # Assume not, until told otherwise.
9788 GNU_MALLOC=yes
9789 doug_lea_malloc=yes
9790 { echo "$as_me:$LINENO: checking for malloc_get_state" >&5
9791 echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6; }
9792 if test "${ac_cv_func_malloc_get_state+set}" = set; then
9793 echo $ECHO_N "(cached) $ECHO_C" >&6
9794 else
9795 cat >conftest.$ac_ext <<_ACEOF
9796 /* confdefs.h. */
9797 _ACEOF
9798 cat confdefs.h >>conftest.$ac_ext
9799 cat >>conftest.$ac_ext <<_ACEOF
9800 /* end confdefs.h. */
9801 /* Define malloc_get_state to an innocuous variant, in case <limits.h> declares malloc_get_state.
9802 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9803 #define malloc_get_state innocuous_malloc_get_state
9804
9805 /* System header to define __stub macros and hopefully few prototypes,
9806 which can conflict with char malloc_get_state (); below.
9807 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9808 <limits.h> exists even on freestanding compilers. */
9809
9810 #ifdef __STDC__
9811 # include <limits.h>
9812 #else
9813 # include <assert.h>
9814 #endif
9815
9816 #undef malloc_get_state
9817
9818 /* Override any GCC internal prototype to avoid an error.
9819 Use char because int might match the return type of a GCC
9820 builtin and then its argument prototype would still apply. */
9821 #ifdef __cplusplus
9822 extern "C"
9823 #endif
9824 char malloc_get_state ();
9825 /* The GNU C library defines this for functions which it implements
9826 to always fail with ENOSYS. Some functions are actually named
9827 something starting with __ and the normal name is an alias. */
9828 #if defined __stub_malloc_get_state || defined __stub___malloc_get_state
9829 choke me
9830 #endif
9831
9832 int
9833 main ()
9834 {
9835 return malloc_get_state ();
9836 ;
9837 return 0;
9838 }
9839 _ACEOF
9840 rm -f conftest.$ac_objext conftest$ac_exeext
9841 if { (ac_try="$ac_link"
9842 case "(($ac_try" in
9843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9844 *) ac_try_echo=$ac_try;;
9845 esac
9846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9847 (eval "$ac_link") 2>conftest.er1
9848 ac_status=$?
9849 grep -v '^ *+' conftest.er1 >conftest.err
9850 rm -f conftest.er1
9851 cat conftest.err >&5
9852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9853 (exit $ac_status); } && {
9854 test -z "$ac_c_werror_flag" ||
9855 test ! -s conftest.err
9856 } && test -s conftest$ac_exeext &&
9857 $as_test_x conftest$ac_exeext; then
9858 ac_cv_func_malloc_get_state=yes
9859 else
9860 echo "$as_me: failed program was:" >&5
9861 sed 's/^/| /' conftest.$ac_ext >&5
9862
9863 ac_cv_func_malloc_get_state=no
9864 fi
9865
9866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9867 conftest$ac_exeext conftest.$ac_ext
9868 fi
9869 { echo "$as_me:$LINENO: result: $ac_cv_func_malloc_get_state" >&5
9870 echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6; }
9871 if test $ac_cv_func_malloc_get_state = yes; then
9872 :
9873 else
9874 doug_lea_malloc=no
9875 fi
9876
9877 { echo "$as_me:$LINENO: checking for malloc_set_state" >&5
9878 echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6; }
9879 if test "${ac_cv_func_malloc_set_state+set}" = set; then
9880 echo $ECHO_N "(cached) $ECHO_C" >&6
9881 else
9882 cat >conftest.$ac_ext <<_ACEOF
9883 /* confdefs.h. */
9884 _ACEOF
9885 cat confdefs.h >>conftest.$ac_ext
9886 cat >>conftest.$ac_ext <<_ACEOF
9887 /* end confdefs.h. */
9888 /* Define malloc_set_state to an innocuous variant, in case <limits.h> declares malloc_set_state.
9889 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9890 #define malloc_set_state innocuous_malloc_set_state
9891
9892 /* System header to define __stub macros and hopefully few prototypes,
9893 which can conflict with char malloc_set_state (); below.
9894 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9895 <limits.h> exists even on freestanding compilers. */
9896
9897 #ifdef __STDC__
9898 # include <limits.h>
9899 #else
9900 # include <assert.h>
9901 #endif
9902
9903 #undef malloc_set_state
9904
9905 /* Override any GCC internal prototype to avoid an error.
9906 Use char because int might match the return type of a GCC
9907 builtin and then its argument prototype would still apply. */
9908 #ifdef __cplusplus
9909 extern "C"
9910 #endif
9911 char malloc_set_state ();
9912 /* The GNU C library defines this for functions which it implements
9913 to always fail with ENOSYS. Some functions are actually named
9914 something starting with __ and the normal name is an alias. */
9915 #if defined __stub_malloc_set_state || defined __stub___malloc_set_state
9916 choke me
9917 #endif
9918
9919 int
9920 main ()
9921 {
9922 return malloc_set_state ();
9923 ;
9924 return 0;
9925 }
9926 _ACEOF
9927 rm -f conftest.$ac_objext conftest$ac_exeext
9928 if { (ac_try="$ac_link"
9929 case "(($ac_try" in
9930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9931 *) ac_try_echo=$ac_try;;
9932 esac
9933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9934 (eval "$ac_link") 2>conftest.er1
9935 ac_status=$?
9936 grep -v '^ *+' conftest.er1 >conftest.err
9937 rm -f conftest.er1
9938 cat conftest.err >&5
9939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9940 (exit $ac_status); } && {
9941 test -z "$ac_c_werror_flag" ||
9942 test ! -s conftest.err
9943 } && test -s conftest$ac_exeext &&
9944 $as_test_x conftest$ac_exeext; then
9945 ac_cv_func_malloc_set_state=yes
9946 else
9947 echo "$as_me: failed program was:" >&5
9948 sed 's/^/| /' conftest.$ac_ext >&5
9949
9950 ac_cv_func_malloc_set_state=no
9951 fi
9952
9953 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9954 conftest$ac_exeext conftest.$ac_ext
9955 fi
9956 { echo "$as_me:$LINENO: result: $ac_cv_func_malloc_set_state" >&5
9957 echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6; }
9958 if test $ac_cv_func_malloc_set_state = yes; then
9959 :
9960 else
9961 doug_lea_malloc=no
9962 fi
9963
9964 { echo "$as_me:$LINENO: checking whether __after_morecore_hook exists" >&5
9965 echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6; }
9966 if test "${emacs_cv_var___after_morecore_hook+set}" = set; then
9967 echo $ECHO_N "(cached) $ECHO_C" >&6
9968 else
9969 cat >conftest.$ac_ext <<_ACEOF
9970 /* confdefs.h. */
9971 _ACEOF
9972 cat confdefs.h >>conftest.$ac_ext
9973 cat >>conftest.$ac_ext <<_ACEOF
9974 /* end confdefs.h. */
9975 extern void (* __after_morecore_hook)();
9976 int
9977 main ()
9978 {
9979 __after_morecore_hook = 0
9980 ;
9981 return 0;
9982 }
9983 _ACEOF
9984 rm -f conftest.$ac_objext conftest$ac_exeext
9985 if { (ac_try="$ac_link"
9986 case "(($ac_try" in
9987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9988 *) ac_try_echo=$ac_try;;
9989 esac
9990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9991 (eval "$ac_link") 2>conftest.er1
9992 ac_status=$?
9993 grep -v '^ *+' conftest.er1 >conftest.err
9994 rm -f conftest.er1
9995 cat conftest.err >&5
9996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9997 (exit $ac_status); } && {
9998 test -z "$ac_c_werror_flag" ||
9999 test ! -s conftest.err
10000 } && test -s conftest$ac_exeext &&
10001 $as_test_x conftest$ac_exeext; then
10002 emacs_cv_var___after_morecore_hook=yes
10003 else
10004 echo "$as_me: failed program was:" >&5
10005 sed 's/^/| /' conftest.$ac_ext >&5
10006
10007 emacs_cv_var___after_morecore_hook=no
10008 fi
10009
10010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10011 conftest$ac_exeext conftest.$ac_ext
10012 fi
10013 { echo "$as_me:$LINENO: result: $emacs_cv_var___after_morecore_hook" >&5
10014 echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6; }
10015 if test $emacs_cv_var___after_morecore_hook = no; then
10016 doug_lea_malloc=no
10017 fi
10018 if test "${system_malloc}" = "yes"; then
10019 GNU_MALLOC=no
10020 GNU_MALLOC_reason="
10021 (The GNU allocators don't work with this system configuration.)"
10022 fi
10023 if test "$doug_lea_malloc" = "yes" ; then
10024 if test "$GNU_MALLOC" = yes ; then
10025 GNU_MALLOC_reason="
10026 (Using Doug Lea's new malloc from the GNU C Library.)"
10027 fi
10028
10029 cat >>confdefs.h <<\_ACEOF
10030 #define DOUG_LEA_MALLOC 1
10031 _ACEOF
10032
10033 fi
10034
10035 if test x"${REL_ALLOC}" = x; then
10036 REL_ALLOC=${GNU_MALLOC}
10037 fi
10038
10039
10040
10041
10042 for ac_header in stdlib.h unistd.h
10043 do
10044 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10045 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10046 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10047 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10048 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10049 echo $ECHO_N "(cached) $ECHO_C" >&6
10050 fi
10051 ac_res=`eval echo '${'$as_ac_Header'}'`
10052 { echo "$as_me:$LINENO: result: $ac_res" >&5
10053 echo "${ECHO_T}$ac_res" >&6; }
10054 else
10055 # Is the header compilable?
10056 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10057 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10058 cat >conftest.$ac_ext <<_ACEOF
10059 /* confdefs.h. */
10060 _ACEOF
10061 cat confdefs.h >>conftest.$ac_ext
10062 cat >>conftest.$ac_ext <<_ACEOF
10063 /* end confdefs.h. */
10064 $ac_includes_default
10065 #include <$ac_header>
10066 _ACEOF
10067 rm -f conftest.$ac_objext
10068 if { (ac_try="$ac_compile"
10069 case "(($ac_try" in
10070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10071 *) ac_try_echo=$ac_try;;
10072 esac
10073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10074 (eval "$ac_compile") 2>conftest.er1
10075 ac_status=$?
10076 grep -v '^ *+' conftest.er1 >conftest.err
10077 rm -f conftest.er1
10078 cat conftest.err >&5
10079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10080 (exit $ac_status); } && {
10081 test -z "$ac_c_werror_flag" ||
10082 test ! -s conftest.err
10083 } && test -s conftest.$ac_objext; then
10084 ac_header_compiler=yes
10085 else
10086 echo "$as_me: failed program was:" >&5
10087 sed 's/^/| /' conftest.$ac_ext >&5
10088
10089 ac_header_compiler=no
10090 fi
10091
10092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10093 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10094 echo "${ECHO_T}$ac_header_compiler" >&6; }
10095
10096 # Is the header present?
10097 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10098 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10099 cat >conftest.$ac_ext <<_ACEOF
10100 /* confdefs.h. */
10101 _ACEOF
10102 cat confdefs.h >>conftest.$ac_ext
10103 cat >>conftest.$ac_ext <<_ACEOF
10104 /* end confdefs.h. */
10105 #include <$ac_header>
10106 _ACEOF
10107 if { (ac_try="$ac_cpp conftest.$ac_ext"
10108 case "(($ac_try" in
10109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10110 *) ac_try_echo=$ac_try;;
10111 esac
10112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10113 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10114 ac_status=$?
10115 grep -v '^ *+' conftest.er1 >conftest.err
10116 rm -f conftest.er1
10117 cat conftest.err >&5
10118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10119 (exit $ac_status); } >/dev/null && {
10120 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
10121 test ! -s conftest.err
10122 }; then
10123 ac_header_preproc=yes
10124 else
10125 echo "$as_me: failed program was:" >&5
10126 sed 's/^/| /' conftest.$ac_ext >&5
10127
10128 ac_header_preproc=no
10129 fi
10130
10131 rm -f conftest.err conftest.$ac_ext
10132 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10133 echo "${ECHO_T}$ac_header_preproc" >&6; }
10134
10135 # So? What about this header?
10136 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10137 yes:no: )
10138 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10139 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10140 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10141 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10142 ac_header_preproc=yes
10143 ;;
10144 no:yes:* )
10145 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10146 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10147 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10148 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10149 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10150 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10151 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10152 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10153 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10154 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10155 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10156 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10157
10158 ;;
10159 esac
10160 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10161 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10162 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10163 echo $ECHO_N "(cached) $ECHO_C" >&6
10164 else
10165 eval "$as_ac_Header=\$ac_header_preproc"
10166 fi
10167 ac_res=`eval echo '${'$as_ac_Header'}'`
10168 { echo "$as_me:$LINENO: result: $ac_res" >&5
10169 echo "${ECHO_T}$ac_res" >&6; }
10170
10171 fi
10172 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10173 cat >>confdefs.h <<_ACEOF
10174 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10175 _ACEOF
10176
10177 fi
10178
10179 done
10180
10181
10182 for ac_func in getpagesize
10183 do
10184 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10185 { echo "$as_me:$LINENO: checking for $ac_func" >&5
10186 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
10187 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
10188 echo $ECHO_N "(cached) $ECHO_C" >&6
10189 else
10190 cat >conftest.$ac_ext <<_ACEOF
10191 /* confdefs.h. */
10192 _ACEOF
10193 cat confdefs.h >>conftest.$ac_ext
10194 cat >>conftest.$ac_ext <<_ACEOF
10195 /* end confdefs.h. */
10196 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10197 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10198 #define $ac_func innocuous_$ac_func
10199
10200 /* System header to define __stub macros and hopefully few prototypes,
10201 which can conflict with char $ac_func (); below.
10202 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10203 <limits.h> exists even on freestanding compilers. */
10204
10205 #ifdef __STDC__
10206 # include <limits.h>
10207 #else
10208 # include <assert.h>
10209 #endif
10210
10211 #undef $ac_func
10212
10213 /* Override any GCC internal prototype to avoid an error.
10214 Use char because int might match the return type of a GCC
10215 builtin and then its argument prototype would still apply. */
10216 #ifdef __cplusplus
10217 extern "C"
10218 #endif
10219 char $ac_func ();
10220 /* The GNU C library defines this for functions which it implements
10221 to always fail with ENOSYS. Some functions are actually named
10222 something starting with __ and the normal name is an alias. */
10223 #if defined __stub_$ac_func || defined __stub___$ac_func
10224 choke me
10225 #endif
10226
10227 int
10228 main ()
10229 {
10230 return $ac_func ();
10231 ;
10232 return 0;
10233 }
10234 _ACEOF
10235 rm -f conftest.$ac_objext conftest$ac_exeext
10236 if { (ac_try="$ac_link"
10237 case "(($ac_try" in
10238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10239 *) ac_try_echo=$ac_try;;
10240 esac
10241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10242 (eval "$ac_link") 2>conftest.er1
10243 ac_status=$?
10244 grep -v '^ *+' conftest.er1 >conftest.err
10245 rm -f conftest.er1
10246 cat conftest.err >&5
10247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10248 (exit $ac_status); } && {
10249 test -z "$ac_c_werror_flag" ||
10250 test ! -s conftest.err
10251 } && test -s conftest$ac_exeext &&
10252 $as_test_x conftest$ac_exeext; then
10253 eval "$as_ac_var=yes"
10254 else
10255 echo "$as_me: failed program was:" >&5
10256 sed 's/^/| /' conftest.$ac_ext >&5
10257
10258 eval "$as_ac_var=no"
10259 fi
10260
10261 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10262 conftest$ac_exeext conftest.$ac_ext
10263 fi
10264 ac_res=`eval echo '${'$as_ac_var'}'`
10265 { echo "$as_me:$LINENO: result: $ac_res" >&5
10266 echo "${ECHO_T}$ac_res" >&6; }
10267 if test `eval echo '${'$as_ac_var'}'` = yes; then
10268 cat >>confdefs.h <<_ACEOF
10269 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10270 _ACEOF
10271
10272 fi
10273 done
10274
10275 { echo "$as_me:$LINENO: checking for working mmap" >&5
10276 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; }
10277 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
10278 echo $ECHO_N "(cached) $ECHO_C" >&6
10279 else
10280 if test "$cross_compiling" = yes; then
10281 ac_cv_func_mmap_fixed_mapped=no
10282 else
10283 cat >conftest.$ac_ext <<_ACEOF
10284 /* confdefs.h. */
10285 _ACEOF
10286 cat confdefs.h >>conftest.$ac_ext
10287 cat >>conftest.$ac_ext <<_ACEOF
10288 /* end confdefs.h. */
10289 $ac_includes_default
10290 /* malloc might have been renamed as rpl_malloc. */
10291 #undef malloc
10292
10293 /* Thanks to Mike Haertel and Jim Avera for this test.
10294 Here is a matrix of mmap possibilities:
10295 mmap private not fixed
10296 mmap private fixed at somewhere currently unmapped
10297 mmap private fixed at somewhere already mapped
10298 mmap shared not fixed
10299 mmap shared fixed at somewhere currently unmapped
10300 mmap shared fixed at somewhere already mapped
10301 For private mappings, we should verify that changes cannot be read()
10302 back from the file, nor mmap's back from the file at a different
10303 address. (There have been systems where private was not correctly
10304 implemented like the infamous i386 svr4.0, and systems where the
10305 VM page cache was not coherent with the file system buffer cache
10306 like early versions of FreeBSD and possibly contemporary NetBSD.)
10307 For shared mappings, we should conversely verify that changes get
10308 propagated back to all the places they're supposed to be.
10309
10310 Grep wants private fixed already mapped.
10311 The main things grep needs to know about mmap are:
10312 * does it exist and is it safe to write into the mmap'd area
10313 * how to use it (BSD variants) */
10314
10315 #include <fcntl.h>
10316 #include <sys/mman.h>
10317
10318 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
10319 char *malloc ();
10320 #endif
10321
10322 /* This mess was copied from the GNU getpagesize.h. */
10323 #ifndef HAVE_GETPAGESIZE
10324 /* Assume that all systems that can run configure have sys/param.h. */
10325 # ifndef HAVE_SYS_PARAM_H
10326 # define HAVE_SYS_PARAM_H 1
10327 # endif
10328
10329 # ifdef _SC_PAGESIZE
10330 # define getpagesize() sysconf(_SC_PAGESIZE)
10331 # else /* no _SC_PAGESIZE */
10332 # ifdef HAVE_SYS_PARAM_H
10333 # include <sys/param.h>
10334 # ifdef EXEC_PAGESIZE
10335 # define getpagesize() EXEC_PAGESIZE
10336 # else /* no EXEC_PAGESIZE */
10337 # ifdef NBPG
10338 # define getpagesize() NBPG * CLSIZE
10339 # ifndef CLSIZE
10340 # define CLSIZE 1
10341 # endif /* no CLSIZE */
10342 # else /* no NBPG */
10343 # ifdef NBPC
10344 # define getpagesize() NBPC
10345 # else /* no NBPC */
10346 # ifdef PAGESIZE
10347 # define getpagesize() PAGESIZE
10348 # endif /* PAGESIZE */
10349 # endif /* no NBPC */
10350 # endif /* no NBPG */
10351 # endif /* no EXEC_PAGESIZE */
10352 # else /* no HAVE_SYS_PARAM_H */
10353 # define getpagesize() 8192 /* punt totally */
10354 # endif /* no HAVE_SYS_PARAM_H */
10355 # endif /* no _SC_PAGESIZE */
10356
10357 #endif /* no HAVE_GETPAGESIZE */
10358
10359 int
10360 main ()
10361 {
10362 char *data, *data2, *data3;
10363 int i, pagesize;
10364 int fd;
10365
10366 pagesize = getpagesize ();
10367
10368 /* First, make a file with some known garbage in it. */
10369 data = (char *) malloc (pagesize);
10370 if (!data)
10371 return 1;
10372 for (i = 0; i < pagesize; ++i)
10373 *(data + i) = rand ();
10374 umask (0);
10375 fd = creat ("conftest.mmap", 0600);
10376 if (fd < 0)
10377 return 1;
10378 if (write (fd, data, pagesize) != pagesize)
10379 return 1;
10380 close (fd);
10381
10382 /* Next, try to mmap the file at a fixed address which already has
10383 something else allocated at it. If we can, also make sure that
10384 we see the same garbage. */
10385 fd = open ("conftest.mmap", O_RDWR);
10386 if (fd < 0)
10387 return 1;
10388 data2 = (char *) malloc (2 * pagesize);
10389 if (!data2)
10390 return 1;
10391 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
10392 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
10393 MAP_PRIVATE | MAP_FIXED, fd, 0L))
10394 return 1;
10395 for (i = 0; i < pagesize; ++i)
10396 if (*(data + i) != *(data2 + i))
10397 return 1;
10398
10399 /* Finally, make sure that changes to the mapped area do not
10400 percolate back to the file as seen by read(). (This is a bug on
10401 some variants of i386 svr4.0.) */
10402 for (i = 0; i < pagesize; ++i)
10403 *(data2 + i) = *(data2 + i) + 1;
10404 data3 = (char *) malloc (pagesize);
10405 if (!data3)
10406 return 1;
10407 if (read (fd, data3, pagesize) != pagesize)
10408 return 1;
10409 for (i = 0; i < pagesize; ++i)
10410 if (*(data + i) != *(data3 + i))
10411 return 1;
10412 close (fd);
10413 return 0;
10414 }
10415 _ACEOF
10416 rm -f conftest$ac_exeext
10417 if { (ac_try="$ac_link"
10418 case "(($ac_try" in
10419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10420 *) ac_try_echo=$ac_try;;
10421 esac
10422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10423 (eval "$ac_link") 2>&5
10424 ac_status=$?
10425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10426 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10427 { (case "(($ac_try" in
10428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10429 *) ac_try_echo=$ac_try;;
10430 esac
10431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10432 (eval "$ac_try") 2>&5
10433 ac_status=$?
10434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10435 (exit $ac_status); }; }; then
10436 ac_cv_func_mmap_fixed_mapped=yes
10437 else
10438 echo "$as_me: program exited with status $ac_status" >&5
10439 echo "$as_me: failed program was:" >&5
10440 sed 's/^/| /' conftest.$ac_ext >&5
10441
10442 ( exit $ac_status )
10443 ac_cv_func_mmap_fixed_mapped=no
10444 fi
10445 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10446 fi
10447
10448
10449 fi
10450 { echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
10451 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; }
10452 if test $ac_cv_func_mmap_fixed_mapped = yes; then
10453
10454 cat >>confdefs.h <<\_ACEOF
10455 #define HAVE_MMAP 1
10456 _ACEOF
10457
10458 fi
10459 rm -f conftest.mmap
10460
10461 if test $use_mmap_for_buffers = yes; then
10462 REL_ALLOC=no
10463 fi
10464
10465 LIBS="$libsrc_libs $LIBS"
10466
10467
10468 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
10469 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
10470 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
10471 echo $ECHO_N "(cached) $ECHO_C" >&6
10472 else
10473 ac_check_lib_save_LIBS=$LIBS
10474 LIBS="-ldnet $LIBS"
10475 cat >conftest.$ac_ext <<_ACEOF
10476 /* confdefs.h. */
10477 _ACEOF
10478 cat confdefs.h >>conftest.$ac_ext
10479 cat >>conftest.$ac_ext <<_ACEOF
10480 /* end confdefs.h. */
10481
10482 /* Override any GCC internal prototype to avoid an error.
10483 Use char because int might match the return type of a GCC
10484 builtin and then its argument prototype would still apply. */
10485 #ifdef __cplusplus
10486 extern "C"
10487 #endif
10488 char dnet_ntoa ();
10489 int
10490 main ()
10491 {
10492 return dnet_ntoa ();
10493 ;
10494 return 0;
10495 }
10496 _ACEOF
10497 rm -f conftest.$ac_objext conftest$ac_exeext
10498 if { (ac_try="$ac_link"
10499 case "(($ac_try" in
10500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10501 *) ac_try_echo=$ac_try;;
10502 esac
10503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10504 (eval "$ac_link") 2>conftest.er1
10505 ac_status=$?
10506 grep -v '^ *+' conftest.er1 >conftest.err
10507 rm -f conftest.er1
10508 cat conftest.err >&5
10509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10510 (exit $ac_status); } && {
10511 test -z "$ac_c_werror_flag" ||
10512 test ! -s conftest.err
10513 } && test -s conftest$ac_exeext &&
10514 $as_test_x conftest$ac_exeext; then
10515 ac_cv_lib_dnet_dnet_ntoa=yes
10516 else
10517 echo "$as_me: failed program was:" >&5
10518 sed 's/^/| /' conftest.$ac_ext >&5
10519
10520 ac_cv_lib_dnet_dnet_ntoa=no
10521 fi
10522
10523 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10524 conftest$ac_exeext conftest.$ac_ext
10525 LIBS=$ac_check_lib_save_LIBS
10526 fi
10527 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
10528 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
10529 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
10530 cat >>confdefs.h <<_ACEOF
10531 #define HAVE_LIBDNET 1
10532 _ACEOF
10533
10534 LIBS="-ldnet $LIBS"
10535
10536 fi
10537
10538
10539 { echo "$as_me:$LINENO: checking for main in -lXbsd" >&5
10540 echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6; }
10541 if test "${ac_cv_lib_Xbsd_main+set}" = set; then
10542 echo $ECHO_N "(cached) $ECHO_C" >&6
10543 else
10544 ac_check_lib_save_LIBS=$LIBS
10545 LIBS="-lXbsd $LIBS"
10546 cat >conftest.$ac_ext <<_ACEOF
10547 /* confdefs.h. */
10548 _ACEOF
10549 cat confdefs.h >>conftest.$ac_ext
10550 cat >>conftest.$ac_ext <<_ACEOF
10551 /* end confdefs.h. */
10552
10553
10554 int
10555 main ()
10556 {
10557 return main ();
10558 ;
10559 return 0;
10560 }
10561 _ACEOF
10562 rm -f conftest.$ac_objext conftest$ac_exeext
10563 if { (ac_try="$ac_link"
10564 case "(($ac_try" in
10565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10566 *) ac_try_echo=$ac_try;;
10567 esac
10568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10569 (eval "$ac_link") 2>conftest.er1
10570 ac_status=$?
10571 grep -v '^ *+' conftest.er1 >conftest.err
10572 rm -f conftest.er1
10573 cat conftest.err >&5
10574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10575 (exit $ac_status); } && {
10576 test -z "$ac_c_werror_flag" ||
10577 test ! -s conftest.err
10578 } && test -s conftest$ac_exeext &&
10579 $as_test_x conftest$ac_exeext; then
10580 ac_cv_lib_Xbsd_main=yes
10581 else
10582 echo "$as_me: failed program was:" >&5
10583 sed 's/^/| /' conftest.$ac_ext >&5
10584
10585 ac_cv_lib_Xbsd_main=no
10586 fi
10587
10588 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10589 conftest$ac_exeext conftest.$ac_ext
10590 LIBS=$ac_check_lib_save_LIBS
10591 fi
10592 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xbsd_main" >&5
10593 echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6; }
10594 if test $ac_cv_lib_Xbsd_main = yes; then
10595 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
10596 fi
10597
10598
10599
10600 { echo "$as_me:$LINENO: checking for cma_open in -lpthreads" >&5
10601 echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6; }
10602 if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then
10603 echo $ECHO_N "(cached) $ECHO_C" >&6
10604 else
10605 ac_check_lib_save_LIBS=$LIBS
10606 LIBS="-lpthreads $LIBS"
10607 cat >conftest.$ac_ext <<_ACEOF
10608 /* confdefs.h. */
10609 _ACEOF
10610 cat confdefs.h >>conftest.$ac_ext
10611 cat >>conftest.$ac_ext <<_ACEOF
10612 /* end confdefs.h. */
10613
10614 /* Override any GCC internal prototype to avoid an error.
10615 Use char because int might match the return type of a GCC
10616 builtin and then its argument prototype would still apply. */
10617 #ifdef __cplusplus
10618 extern "C"
10619 #endif
10620 char cma_open ();
10621 int
10622 main ()
10623 {
10624 return cma_open ();
10625 ;
10626 return 0;
10627 }
10628 _ACEOF
10629 rm -f conftest.$ac_objext conftest$ac_exeext
10630 if { (ac_try="$ac_link"
10631 case "(($ac_try" in
10632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10633 *) ac_try_echo=$ac_try;;
10634 esac
10635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10636 (eval "$ac_link") 2>conftest.er1
10637 ac_status=$?
10638 grep -v '^ *+' conftest.er1 >conftest.err
10639 rm -f conftest.er1
10640 cat conftest.err >&5
10641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10642 (exit $ac_status); } && {
10643 test -z "$ac_c_werror_flag" ||
10644 test ! -s conftest.err
10645 } && test -s conftest$ac_exeext &&
10646 $as_test_x conftest$ac_exeext; then
10647 ac_cv_lib_pthreads_cma_open=yes
10648 else
10649 echo "$as_me: failed program was:" >&5
10650 sed 's/^/| /' conftest.$ac_ext >&5
10651
10652 ac_cv_lib_pthreads_cma_open=no
10653 fi
10654
10655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10656 conftest$ac_exeext conftest.$ac_ext
10657 LIBS=$ac_check_lib_save_LIBS
10658 fi
10659 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_cma_open" >&5
10660 echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6; }
10661 if test $ac_cv_lib_pthreads_cma_open = yes; then
10662 cat >>confdefs.h <<_ACEOF
10663 #define HAVE_LIBPTHREADS 1
10664 _ACEOF
10665
10666 LIBS="-lpthreads $LIBS"
10667
10668 fi
10669
10670
10671 { echo "$as_me:$LINENO: checking for XFree86 in /usr/X386" >&5
10672 echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6; }
10673 if test -d /usr/X386/include; then
10674 HAVE_XFREE386=yes
10675 : ${C_SWITCH_X_SITE="-I/usr/X386/include"}
10676 else
10677 HAVE_XFREE386=no
10678 fi
10679 { echo "$as_me:$LINENO: result: $HAVE_XFREE386" >&5
10680 echo "${ECHO_T}$HAVE_XFREE386" >&6; }
10681
10682
10683 case ${host_os} in
10684 aix*)
10685 { echo "$as_me:$LINENO: checking for -bbigtoc option" >&5
10686 echo $ECHO_N "checking for -bbigtoc option... $ECHO_C" >&6; }
10687 if test "${gdb_cv_bigtoc+set}" = set; then
10688 echo $ECHO_N "(cached) $ECHO_C" >&6
10689 else
10690
10691 case $GCC in
10692 yes) gdb_cv_bigtoc=-Wl,-bbigtoc ;;
10693 *) gdb_cv_bigtoc=-bbigtoc ;;
10694 esac
10695
10696 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
10697 cat >conftest.$ac_ext <<_ACEOF
10698 /* confdefs.h. */
10699 _ACEOF
10700 cat confdefs.h >>conftest.$ac_ext
10701 cat >>conftest.$ac_ext <<_ACEOF
10702 /* end confdefs.h. */
10703
10704 int
10705 main ()
10706 {
10707 int i;
10708 ;
10709 return 0;
10710 }
10711 _ACEOF
10712 rm -f conftest.$ac_objext conftest$ac_exeext
10713 if { (ac_try="$ac_link"
10714 case "(($ac_try" in
10715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10716 *) ac_try_echo=$ac_try;;
10717 esac
10718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10719 (eval "$ac_link") 2>conftest.er1
10720 ac_status=$?
10721 grep -v '^ *+' conftest.er1 >conftest.err
10722 rm -f conftest.er1
10723 cat conftest.err >&5
10724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10725 (exit $ac_status); } && {
10726 test -z "$ac_c_werror_flag" ||
10727 test ! -s conftest.err
10728 } && test -s conftest$ac_exeext &&
10729 $as_test_x conftest$ac_exeext; then
10730 :
10731 else
10732 echo "$as_me: failed program was:" >&5
10733 sed 's/^/| /' conftest.$ac_ext >&5
10734
10735 gdb_cv_bigtoc=
10736 fi
10737
10738 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10739 conftest$ac_exeext conftest.$ac_ext
10740
10741 fi
10742 { echo "$as_me:$LINENO: result: $gdb_cv_bigtoc" >&5
10743 echo "${ECHO_T}$gdb_cv_bigtoc" >&6; }
10744 ;;
10745 esac
10746
10747 # Change CFLAGS and CPPFLAGS temporarily so that C_SWITCH_X_SITE gets
10748 # used for the tests that follow. We set them back to REAL_CFLAGS and
10749 # REAL_CPPFLAGS later on.
10750
10751 REAL_CPPFLAGS="$CPPFLAGS"
10752
10753 if test "${HAVE_X11}" = "yes"; then
10754 DEFS="$C_SWITCH_X_SITE $DEFS"
10755 LDFLAGS="$LDFLAGS $LD_SWITCH_X_SITE"
10756 LIBS="$LIBX $LIBS"
10757 CFLAGS="$C_SWITCH_X_SITE $CFLAGS"
10758 CPPFLAGS="$C_SWITCH_X_SITE $CPPFLAGS"
10759
10760 # On Solaris, arrange for LD_RUN_PATH to point to the X libraries for tests.
10761 # This is handled by LD_SWITCH_X_SITE_AUX during the real build,
10762 # but it's more convenient here to set LD_RUN_PATH
10763 # since this also works on hosts that don't understand LD_SWITCH_X_SITE_AUX.
10764 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then
10765 LD_RUN_PATH=$x_libraries${LD_RUN_PATH+:}$LD_RUN_PATH
10766 export LD_RUN_PATH
10767 fi
10768
10769 if test "${opsys}" = "gnu-linux"; then
10770 { echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5
10771 echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6; }
10772 cat >conftest.$ac_ext <<_ACEOF
10773 /* confdefs.h. */
10774 _ACEOF
10775 cat confdefs.h >>conftest.$ac_ext
10776 cat >>conftest.$ac_ext <<_ACEOF
10777 /* end confdefs.h. */
10778
10779 int
10780 main ()
10781 {
10782 XOpenDisplay ("foo");
10783 ;
10784 return 0;
10785 }
10786 _ACEOF
10787 rm -f conftest.$ac_objext conftest$ac_exeext
10788 if { (ac_try="$ac_link"
10789 case "(($ac_try" in
10790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10791 *) ac_try_echo=$ac_try;;
10792 esac
10793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10794 (eval "$ac_link") 2>conftest.er1
10795 ac_status=$?
10796 grep -v '^ *+' conftest.er1 >conftest.err
10797 rm -f conftest.er1
10798 cat conftest.err >&5
10799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10800 (exit $ac_status); } && {
10801 test -z "$ac_c_werror_flag" ||
10802 test ! -s conftest.err
10803 } && test -s conftest$ac_exeext &&
10804 $as_test_x conftest$ac_exeext; then
10805 xlinux_first_failure=no
10806 else
10807 echo "$as_me: failed program was:" >&5
10808 sed 's/^/| /' conftest.$ac_ext >&5
10809
10810 xlinux_first_failure=yes
10811 fi
10812
10813 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10814 conftest$ac_exeext conftest.$ac_ext
10815 if test "${xlinux_first_failure}" = "yes"; then
10816 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE"
10817 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE"
10818 OLD_CPPFLAGS="$CPPFLAGS"
10819 OLD_LIBS="$LIBS"
10820 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -b i486-linuxaout"
10821 C_SWITCH_X_SITE="$C_SWITCH_X_SITE -b i486-linuxaout"
10822 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
10823 LIBS="$LIBS -b i486-linuxaout"
10824 cat >conftest.$ac_ext <<_ACEOF
10825 /* confdefs.h. */
10826 _ACEOF
10827 cat confdefs.h >>conftest.$ac_ext
10828 cat >>conftest.$ac_ext <<_ACEOF
10829 /* end confdefs.h. */
10830
10831 int
10832 main ()
10833 {
10834 XOpenDisplay ("foo");
10835 ;
10836 return 0;
10837 }
10838 _ACEOF
10839 rm -f conftest.$ac_objext conftest$ac_exeext
10840 if { (ac_try="$ac_link"
10841 case "(($ac_try" in
10842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10843 *) ac_try_echo=$ac_try;;
10844 esac
10845 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10846 (eval "$ac_link") 2>conftest.er1
10847 ac_status=$?
10848 grep -v '^ *+' conftest.er1 >conftest.err
10849 rm -f conftest.er1
10850 cat conftest.err >&5
10851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10852 (exit $ac_status); } && {
10853 test -z "$ac_c_werror_flag" ||
10854 test ! -s conftest.err
10855 } && test -s conftest$ac_exeext &&
10856 $as_test_x conftest$ac_exeext; then
10857 xlinux_second_failure=no
10858 else
10859 echo "$as_me: failed program was:" >&5
10860 sed 's/^/| /' conftest.$ac_ext >&5
10861
10862 xlinux_second_failure=yes
10863 fi
10864
10865 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10866 conftest$ac_exeext conftest.$ac_ext
10867 if test "${xlinux_second_failure}" = "yes"; then
10868 # If we get the same failure with -b, there is no use adding -b.
10869 # So take it out. This plays safe.
10870 LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE"
10871 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
10872 CPPFLAGS="$OLD_CPPFLAGS"
10873 LIBS="$OLD_LIBS"
10874 { echo "$as_me:$LINENO: result: no" >&5
10875 echo "${ECHO_T}no" >&6; }
10876 else
10877 { echo "$as_me:$LINENO: result: yes" >&5
10878 echo "${ECHO_T}yes" >&6; }
10879 fi
10880 else
10881 { echo "$as_me:$LINENO: result: no" >&5
10882 echo "${ECHO_T}no" >&6; }
10883 fi
10884 fi
10885
10886 # Reportedly, some broken Solaris systems have XKBlib.h but are missing
10887 # header files included from there.
10888 { echo "$as_me:$LINENO: checking for Xkb" >&5
10889 echo $ECHO_N "checking for Xkb... $ECHO_C" >&6; }
10890 cat >conftest.$ac_ext <<_ACEOF
10891 /* confdefs.h. */
10892 _ACEOF
10893 cat confdefs.h >>conftest.$ac_ext
10894 cat >>conftest.$ac_ext <<_ACEOF
10895 /* end confdefs.h. */
10896 #include <X11/Xlib.h>
10897 #include <X11/XKBlib.h>
10898 int
10899 main ()
10900 {
10901 XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);
10902 ;
10903 return 0;
10904 }
10905 _ACEOF
10906 rm -f conftest.$ac_objext conftest$ac_exeext
10907 if { (ac_try="$ac_link"
10908 case "(($ac_try" in
10909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10910 *) ac_try_echo=$ac_try;;
10911 esac
10912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10913 (eval "$ac_link") 2>conftest.er1
10914 ac_status=$?
10915 grep -v '^ *+' conftest.er1 >conftest.err
10916 rm -f conftest.er1
10917 cat conftest.err >&5
10918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10919 (exit $ac_status); } && {
10920 test -z "$ac_c_werror_flag" ||
10921 test ! -s conftest.err
10922 } && test -s conftest$ac_exeext &&
10923 $as_test_x conftest$ac_exeext; then
10924 emacs_xkb=yes
10925 else
10926 echo "$as_me: failed program was:" >&5
10927 sed 's/^/| /' conftest.$ac_ext >&5
10928
10929 emacs_xkb=no
10930 fi
10931
10932 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10933 conftest$ac_exeext conftest.$ac_ext
10934 { echo "$as_me:$LINENO: result: $emacs_xkb" >&5
10935 echo "${ECHO_T}$emacs_xkb" >&6; }
10936 if test $emacs_xkb = yes; then
10937
10938 cat >>confdefs.h <<\_ACEOF
10939 #define HAVE_XKBGETKEYBOARD 1
10940 _ACEOF
10941
10942 fi
10943
10944
10945
10946
10947
10948 for ac_func in XrmSetDatabase XScreenResourceString \
10949 XScreenNumberOfScreen XSetWMProtocols
10950 do
10951 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10952 { echo "$as_me:$LINENO: checking for $ac_func" >&5
10953 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
10954 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
10955 echo $ECHO_N "(cached) $ECHO_C" >&6
10956 else
10957 cat >conftest.$ac_ext <<_ACEOF
10958 /* confdefs.h. */
10959 _ACEOF
10960 cat confdefs.h >>conftest.$ac_ext
10961 cat >>conftest.$ac_ext <<_ACEOF
10962 /* end confdefs.h. */
10963 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10964 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10965 #define $ac_func innocuous_$ac_func
10966
10967 /* System header to define __stub macros and hopefully few prototypes,
10968 which can conflict with char $ac_func (); below.
10969 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10970 <limits.h> exists even on freestanding compilers. */
10971
10972 #ifdef __STDC__
10973 # include <limits.h>
10974 #else
10975 # include <assert.h>
10976 #endif
10977
10978 #undef $ac_func
10979
10980 /* Override any GCC internal prototype to avoid an error.
10981 Use char because int might match the return type of a GCC
10982 builtin and then its argument prototype would still apply. */
10983 #ifdef __cplusplus
10984 extern "C"
10985 #endif
10986 char $ac_func ();
10987 /* The GNU C library defines this for functions which it implements
10988 to always fail with ENOSYS. Some functions are actually named
10989 something starting with __ and the normal name is an alias. */
10990 #if defined __stub_$ac_func || defined __stub___$ac_func
10991 choke me
10992 #endif
10993
10994 int
10995 main ()
10996 {
10997 return $ac_func ();
10998 ;
10999 return 0;
11000 }
11001 _ACEOF
11002 rm -f conftest.$ac_objext conftest$ac_exeext
11003 if { (ac_try="$ac_link"
11004 case "(($ac_try" in
11005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11006 *) ac_try_echo=$ac_try;;
11007 esac
11008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11009 (eval "$ac_link") 2>conftest.er1
11010 ac_status=$?
11011 grep -v '^ *+' conftest.er1 >conftest.err
11012 rm -f conftest.er1
11013 cat conftest.err >&5
11014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11015 (exit $ac_status); } && {
11016 test -z "$ac_c_werror_flag" ||
11017 test ! -s conftest.err
11018 } && test -s conftest$ac_exeext &&
11019 $as_test_x conftest$ac_exeext; then
11020 eval "$as_ac_var=yes"
11021 else
11022 echo "$as_me: failed program was:" >&5
11023 sed 's/^/| /' conftest.$ac_ext >&5
11024
11025 eval "$as_ac_var=no"
11026 fi
11027
11028 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11029 conftest$ac_exeext conftest.$ac_ext
11030 fi
11031 ac_res=`eval echo '${'$as_ac_var'}'`
11032 { echo "$as_me:$LINENO: result: $ac_res" >&5
11033 echo "${ECHO_T}$ac_res" >&6; }
11034 if test `eval echo '${'$as_ac_var'}'` = yes; then
11035 cat >>confdefs.h <<_ACEOF
11036 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11037 _ACEOF
11038
11039 fi
11040 done
11041
11042 fi
11043
11044 if test "${window_system}" = "x11"; then
11045 { echo "$as_me:$LINENO: checking X11 version 6" >&5
11046 echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6; }
11047 if test "${emacs_cv_x11_version_6+set}" = set; then
11048 echo $ECHO_N "(cached) $ECHO_C" >&6
11049 else
11050 cat >conftest.$ac_ext <<_ACEOF
11051 /* confdefs.h. */
11052 _ACEOF
11053 cat confdefs.h >>conftest.$ac_ext
11054 cat >>conftest.$ac_ext <<_ACEOF
11055 /* end confdefs.h. */
11056 #include <X11/Xlib.h>
11057 int
11058 main ()
11059 {
11060 #if XlibSpecificationRelease < 6
11061 fail;
11062 #endif
11063
11064 ;
11065 return 0;
11066 }
11067 _ACEOF
11068 rm -f conftest.$ac_objext conftest$ac_exeext
11069 if { (ac_try="$ac_link"
11070 case "(($ac_try" in
11071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11072 *) ac_try_echo=$ac_try;;
11073 esac
11074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11075 (eval "$ac_link") 2>conftest.er1
11076 ac_status=$?
11077 grep -v '^ *+' conftest.er1 >conftest.err
11078 rm -f conftest.er1
11079 cat conftest.err >&5
11080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11081 (exit $ac_status); } && {
11082 test -z "$ac_c_werror_flag" ||
11083 test ! -s conftest.err
11084 } && test -s conftest$ac_exeext &&
11085 $as_test_x conftest$ac_exeext; then
11086 emacs_cv_x11_version_6=yes
11087 else
11088 echo "$as_me: failed program was:" >&5
11089 sed 's/^/| /' conftest.$ac_ext >&5
11090
11091 emacs_cv_x11_version_6=no
11092 fi
11093
11094 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11095 conftest$ac_exeext conftest.$ac_ext
11096 fi
11097
11098 if test $emacs_cv_x11_version_6 = yes; then
11099 { echo "$as_me:$LINENO: result: 6 or newer" >&5
11100 echo "${ECHO_T}6 or newer" >&6; }
11101
11102 cat >>confdefs.h <<\_ACEOF
11103 #define HAVE_X11R6 1
11104 _ACEOF
11105
11106 else
11107 { echo "$as_me:$LINENO: result: before 6" >&5
11108 echo "${ECHO_T}before 6" >&6; }
11109 fi
11110 fi
11111
11112 if test "${window_system}" = "x11"; then
11113 { echo "$as_me:$LINENO: checking X11 version 5" >&5
11114 echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6; }
11115 if test "${emacs_cv_x11_version_5+set}" = set; then
11116 echo $ECHO_N "(cached) $ECHO_C" >&6
11117 else
11118 cat >conftest.$ac_ext <<_ACEOF
11119 /* confdefs.h. */
11120 _ACEOF
11121 cat confdefs.h >>conftest.$ac_ext
11122 cat >>conftest.$ac_ext <<_ACEOF
11123 /* end confdefs.h. */
11124 #include <X11/Xlib.h>
11125 int
11126 main ()
11127 {
11128 #if XlibSpecificationRelease < 5
11129 fail;
11130 #endif
11131
11132 ;
11133 return 0;
11134 }
11135 _ACEOF
11136 rm -f conftest.$ac_objext conftest$ac_exeext
11137 if { (ac_try="$ac_link"
11138 case "(($ac_try" in
11139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11140 *) ac_try_echo=$ac_try;;
11141 esac
11142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11143 (eval "$ac_link") 2>conftest.er1
11144 ac_status=$?
11145 grep -v '^ *+' conftest.er1 >conftest.err
11146 rm -f conftest.er1
11147 cat conftest.err >&5
11148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11149 (exit $ac_status); } && {
11150 test -z "$ac_c_werror_flag" ||
11151 test ! -s conftest.err
11152 } && test -s conftest$ac_exeext &&
11153 $as_test_x conftest$ac_exeext; then
11154 emacs_cv_x11_version_5=yes
11155 else
11156 echo "$as_me: failed program was:" >&5
11157 sed 's/^/| /' conftest.$ac_ext >&5
11158
11159 emacs_cv_x11_version_5=no
11160 fi
11161
11162 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11163 conftest$ac_exeext conftest.$ac_ext
11164 fi
11165
11166 if test $emacs_cv_x11_version_5 = yes; then
11167 { echo "$as_me:$LINENO: result: 5 or newer" >&5
11168 echo "${ECHO_T}5 or newer" >&6; }
11169 HAVE_X11R5=yes
11170
11171 cat >>confdefs.h <<\_ACEOF
11172 #define HAVE_X11R5 1
11173 _ACEOF
11174
11175 else
11176 HAVE_X11R5=no
11177 { echo "$as_me:$LINENO: result: before 5" >&5
11178 echo "${ECHO_T}before 5" >&6; }
11179 fi
11180 fi
11181
11182 ### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified.
11183 HAVE_RSVG=no
11184 if test "${HAVE_X11}" = "yes" || test "${HAVE_CARBON}" = "yes"; then
11185 if test "${with_rsvg}" != "no"; then
11186 if test "X${with_pkg_config_prog}" != X; then
11187 PKG_CONFIG="${with_pkg_config_prog}"
11188 fi
11189
11190 RSVG_REQUIRED=2.0.0
11191 RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"
11192
11193
11194 succeeded=no
11195
11196 if test -z "$PKG_CONFIG"; then
11197 # Extract the first word of "pkg-config", so it can be a program name with args.
11198 set dummy pkg-config; ac_word=$2
11199 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11200 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11201 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
11202 echo $ECHO_N "(cached) $ECHO_C" >&6
11203 else
11204 case $PKG_CONFIG in
11205 [\\/]* | ?:[\\/]*)
11206 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
11207 ;;
11208 *)
11209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11210 for as_dir in $PATH
11211 do
11212 IFS=$as_save_IFS
11213 test -z "$as_dir" && as_dir=.
11214 for ac_exec_ext in '' $ac_executable_extensions; do
11215 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11216 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11217 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11218 break 2
11219 fi
11220 done
11221 done
11222 IFS=$as_save_IFS
11223
11224 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
11225 ;;
11226 esac
11227 fi
11228 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
11229 if test -n "$PKG_CONFIG"; then
11230 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
11231 echo "${ECHO_T}$PKG_CONFIG" >&6; }
11232 else
11233 { echo "$as_me:$LINENO: result: no" >&5
11234 echo "${ECHO_T}no" >&6; }
11235 fi
11236
11237
11238 fi
11239
11240 if test "$PKG_CONFIG" = "no" ; then
11241 :
11242 else
11243 PKG_CONFIG_MIN_VERSION=0.9.0
11244 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11245 { echo "$as_me:$LINENO: checking for $RSVG_MODULE" >&5
11246 echo $ECHO_N "checking for $RSVG_MODULE... $ECHO_C" >&6; }
11247
11248 if $PKG_CONFIG --exists "$RSVG_MODULE" 2>&5; then
11249 { echo "$as_me:$LINENO: result: yes" >&5
11250 echo "${ECHO_T}yes" >&6; }
11251 succeeded=yes
11252
11253 { echo "$as_me:$LINENO: checking RSVG_CFLAGS" >&5
11254 echo $ECHO_N "checking RSVG_CFLAGS... $ECHO_C" >&6; }
11255 RSVG_CFLAGS=`$PKG_CONFIG --cflags "$RSVG_MODULE"|sed -e 's,///*,/,g'`
11256 { echo "$as_me:$LINENO: result: $RSVG_CFLAGS" >&5
11257 echo "${ECHO_T}$RSVG_CFLAGS" >&6; }
11258
11259 { echo "$as_me:$LINENO: checking RSVG_LIBS" >&5
11260 echo $ECHO_N "checking RSVG_LIBS... $ECHO_C" >&6; }
11261 RSVG_LIBS=`$PKG_CONFIG --libs "$RSVG_MODULE"|sed -e 's,///*,/,g'`
11262 { echo "$as_me:$LINENO: result: $RSVG_LIBS" >&5
11263 echo "${ECHO_T}$RSVG_LIBS" >&6; }
11264 else
11265 { echo "$as_me:$LINENO: result: no" >&5
11266 echo "${ECHO_T}no" >&6; }
11267 RSVG_CFLAGS=""
11268 RSVG_LIBS=""
11269 ## If we have a custom action on failure, don't print errors, but
11270 ## do set a variable so people can do so.
11271 RSVG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$RSVG_MODULE"`
11272
11273 fi
11274
11275
11276
11277 else
11278 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11279 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11280 fi
11281 fi
11282
11283 if test $succeeded = yes; then
11284 :
11285 else
11286 :
11287 fi
11288
11289
11290
11291
11292 if test ".${RSVG_CFLAGS}" != "."; then
11293 HAVE_RSVG=yes
11294
11295 cat >>confdefs.h <<\_ACEOF
11296 #define HAVE_RSVG 1
11297 _ACEOF
11298
11299 CFLAGS="$CFLAGS $RSVG_CFLAGS"
11300 LIBS="$RSVG_LIBS $LIBS"
11301 fi
11302 fi
11303 fi
11304
11305
11306 HAVE_GTK=no
11307 if test "${with_gtk}" = "yes" && test "$USE_X_TOOLKIT" = "gtk"; then
11308 USE_X_TOOLKIT=none
11309 fi
11310 if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk" || \
11311 test "$USE_X_TOOLKIT" = "maybe"; then
11312 if test "$USE_X_TOOLKIT" != "none" && test "$USE_X_TOOLKIT" != "maybe"; then
11313 { { echo "$as_me:$LINENO: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&5
11314 echo "$as_me: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&2;}
11315 { (exit 1); exit 1; }; };
11316 fi
11317 GLIB_REQUIRED=2.6
11318 GTK_REQUIRED=2.6
11319 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
11320
11321 if test "X${with_pkg_config_prog}" != X; then
11322 PKG_CONFIG="${with_pkg_config_prog}"
11323 fi
11324
11325 succeeded=no
11326
11327 if test -z "$PKG_CONFIG"; then
11328 # Extract the first word of "pkg-config", so it can be a program name with args.
11329 set dummy pkg-config; ac_word=$2
11330 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11331 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11332 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
11333 echo $ECHO_N "(cached) $ECHO_C" >&6
11334 else
11335 case $PKG_CONFIG in
11336 [\\/]* | ?:[\\/]*)
11337 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
11338 ;;
11339 *)
11340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11341 for as_dir in $PATH
11342 do
11343 IFS=$as_save_IFS
11344 test -z "$as_dir" && as_dir=.
11345 for ac_exec_ext in '' $ac_executable_extensions; do
11346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11347 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11348 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11349 break 2
11350 fi
11351 done
11352 done
11353 IFS=$as_save_IFS
11354
11355 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
11356 ;;
11357 esac
11358 fi
11359 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
11360 if test -n "$PKG_CONFIG"; then
11361 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
11362 echo "${ECHO_T}$PKG_CONFIG" >&6; }
11363 else
11364 { echo "$as_me:$LINENO: result: no" >&5
11365 echo "${ECHO_T}no" >&6; }
11366 fi
11367
11368
11369 fi
11370
11371 if test "$PKG_CONFIG" = "no" ; then
11372 pkg_check_gtk=no
11373 else
11374 PKG_CONFIG_MIN_VERSION=0.9.0
11375 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11376 { echo "$as_me:$LINENO: checking for $GTK_MODULES" >&5
11377 echo $ECHO_N "checking for $GTK_MODULES... $ECHO_C" >&6; }
11378
11379 if $PKG_CONFIG --exists "$GTK_MODULES" 2>&5; then
11380 { echo "$as_me:$LINENO: result: yes" >&5
11381 echo "${ECHO_T}yes" >&6; }
11382 succeeded=yes
11383
11384 { echo "$as_me:$LINENO: checking GTK_CFLAGS" >&5
11385 echo $ECHO_N "checking GTK_CFLAGS... $ECHO_C" >&6; }
11386 GTK_CFLAGS=`$PKG_CONFIG --cflags "$GTK_MODULES"|sed -e 's,///*,/,g'`
11387 { echo "$as_me:$LINENO: result: $GTK_CFLAGS" >&5
11388 echo "${ECHO_T}$GTK_CFLAGS" >&6; }
11389
11390 { echo "$as_me:$LINENO: checking GTK_LIBS" >&5
11391 echo $ECHO_N "checking GTK_LIBS... $ECHO_C" >&6; }
11392 GTK_LIBS=`$PKG_CONFIG --libs "$GTK_MODULES"|sed -e 's,///*,/,g'`
11393 { echo "$as_me:$LINENO: result: $GTK_LIBS" >&5
11394 echo "${ECHO_T}$GTK_LIBS" >&6; }
11395 else
11396 { echo "$as_me:$LINENO: result: no" >&5
11397 echo "${ECHO_T}no" >&6; }
11398 GTK_CFLAGS=""
11399 GTK_LIBS=""
11400 ## If we have a custom action on failure, don't print errors, but
11401 ## do set a variable so people can do so.
11402 GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$GTK_MODULES"`
11403
11404 fi
11405
11406
11407
11408 else
11409 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11410 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11411 fi
11412 fi
11413
11414 if test $succeeded = yes; then
11415 pkg_check_gtk=yes
11416 else
11417 pkg_check_gtk=no
11418 fi
11419
11420 if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then
11421 { { echo "$as_me:$LINENO: error: $GTK_PKG_ERRORS" >&5
11422 echo "$as_me: error: $GTK_PKG_ERRORS" >&2;}
11423 { (exit 1); exit 1; }; }
11424 fi
11425 fi
11426
11427
11428 if test x"$pkg_check_gtk" = xyes; then
11429
11430
11431
11432 C_SWITCH_X_SITE="$C_SWITCH_X_SITE $GTK_CFLAGS"
11433 CFLAGS="$CFLAGS $GTK_CFLAGS"
11434 LIBS="$GTK_LIBS $LIBS"
11435 GTK_COMPILES=no
11436
11437 for ac_func in gtk_main
11438 do
11439 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11440 { echo "$as_me:$LINENO: checking for $ac_func" >&5
11441 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
11442 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11443 echo $ECHO_N "(cached) $ECHO_C" >&6
11444 else
11445 cat >conftest.$ac_ext <<_ACEOF
11446 /* confdefs.h. */
11447 _ACEOF
11448 cat confdefs.h >>conftest.$ac_ext
11449 cat >>conftest.$ac_ext <<_ACEOF
11450 /* end confdefs.h. */
11451 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11452 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11453 #define $ac_func innocuous_$ac_func
11454
11455 /* System header to define __stub macros and hopefully few prototypes,
11456 which can conflict with char $ac_func (); below.
11457 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11458 <limits.h> exists even on freestanding compilers. */
11459
11460 #ifdef __STDC__
11461 # include <limits.h>
11462 #else
11463 # include <assert.h>
11464 #endif
11465
11466 #undef $ac_func
11467
11468 /* Override any GCC internal prototype to avoid an error.
11469 Use char because int might match the return type of a GCC
11470 builtin and then its argument prototype would still apply. */
11471 #ifdef __cplusplus
11472 extern "C"
11473 #endif
11474 char $ac_func ();
11475 /* The GNU C library defines this for functions which it implements
11476 to always fail with ENOSYS. Some functions are actually named
11477 something starting with __ and the normal name is an alias. */
11478 #if defined __stub_$ac_func || defined __stub___$ac_func
11479 choke me
11480 #endif
11481
11482 int
11483 main ()
11484 {
11485 return $ac_func ();
11486 ;
11487 return 0;
11488 }
11489 _ACEOF
11490 rm -f conftest.$ac_objext conftest$ac_exeext
11491 if { (ac_try="$ac_link"
11492 case "(($ac_try" in
11493 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11494 *) ac_try_echo=$ac_try;;
11495 esac
11496 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11497 (eval "$ac_link") 2>conftest.er1
11498 ac_status=$?
11499 grep -v '^ *+' conftest.er1 >conftest.err
11500 rm -f conftest.er1
11501 cat conftest.err >&5
11502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11503 (exit $ac_status); } && {
11504 test -z "$ac_c_werror_flag" ||
11505 test ! -s conftest.err
11506 } && test -s conftest$ac_exeext &&
11507 $as_test_x conftest$ac_exeext; then
11508 eval "$as_ac_var=yes"
11509 else
11510 echo "$as_me: failed program was:" >&5
11511 sed 's/^/| /' conftest.$ac_ext >&5
11512
11513 eval "$as_ac_var=no"
11514 fi
11515
11516 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11517 conftest$ac_exeext conftest.$ac_ext
11518 fi
11519 ac_res=`eval echo '${'$as_ac_var'}'`
11520 { echo "$as_me:$LINENO: result: $ac_res" >&5
11521 echo "${ECHO_T}$ac_res" >&6; }
11522 if test `eval echo '${'$as_ac_var'}'` = yes; then
11523 cat >>confdefs.h <<_ACEOF
11524 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11525 _ACEOF
11526 GTK_COMPILES=yes
11527 fi
11528 done
11529
11530 if test "${GTK_COMPILES}" != "yes"; then
11531 if test "$USE_X_TOOLKIT" != "maybe"; then
11532 { { echo "$as_me:$LINENO: error: Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" >&5
11533 echo "$as_me: error: Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" >&2;}
11534 { (exit 1); exit 1; }; };
11535 fi
11536 else
11537 HAVE_GTK=yes
11538
11539 cat >>confdefs.h <<\_ACEOF
11540 #define HAVE_GTK 1
11541 _ACEOF
11542
11543 USE_X_TOOLKIT=none
11544 fi
11545
11546 fi
11547
11548
11549 if test "${HAVE_GTK}" = "yes"; then
11550
11551 if test "$with_toolkit_scroll_bars" != no; then
11552 with_toolkit_scroll_bars=yes
11553 fi
11554
11555 HAVE_GTK_MULTIDISPLAY=no
11556
11557 for ac_func in gdk_display_open
11558 do
11559 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11560 { echo "$as_me:$LINENO: checking for $ac_func" >&5
11561 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
11562 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11563 echo $ECHO_N "(cached) $ECHO_C" >&6
11564 else
11565 cat >conftest.$ac_ext <<_ACEOF
11566 /* confdefs.h. */
11567 _ACEOF
11568 cat confdefs.h >>conftest.$ac_ext
11569 cat >>conftest.$ac_ext <<_ACEOF
11570 /* end confdefs.h. */
11571 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11572 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11573 #define $ac_func innocuous_$ac_func
11574
11575 /* System header to define __stub macros and hopefully few prototypes,
11576 which can conflict with char $ac_func (); below.
11577 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11578 <limits.h> exists even on freestanding compilers. */
11579
11580 #ifdef __STDC__
11581 # include <limits.h>
11582 #else
11583 # include <assert.h>
11584 #endif
11585
11586 #undef $ac_func
11587
11588 /* Override any GCC internal prototype to avoid an error.
11589 Use char because int might match the return type of a GCC
11590 builtin and then its argument prototype would still apply. */
11591 #ifdef __cplusplus
11592 extern "C"
11593 #endif
11594 char $ac_func ();
11595 /* The GNU C library defines this for functions which it implements
11596 to always fail with ENOSYS. Some functions are actually named
11597 something starting with __ and the normal name is an alias. */
11598 #if defined __stub_$ac_func || defined __stub___$ac_func
11599 choke me
11600 #endif
11601
11602 int
11603 main ()
11604 {
11605 return $ac_func ();
11606 ;
11607 return 0;
11608 }
11609 _ACEOF
11610 rm -f conftest.$ac_objext conftest$ac_exeext
11611 if { (ac_try="$ac_link"
11612 case "(($ac_try" in
11613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11614 *) ac_try_echo=$ac_try;;
11615 esac
11616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11617 (eval "$ac_link") 2>conftest.er1
11618 ac_status=$?
11619 grep -v '^ *+' conftest.er1 >conftest.err
11620 rm -f conftest.er1
11621 cat conftest.err >&5
11622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11623 (exit $ac_status); } && {
11624 test -z "$ac_c_werror_flag" ||
11625 test ! -s conftest.err
11626 } && test -s conftest$ac_exeext &&
11627 $as_test_x conftest$ac_exeext; then
11628 eval "$as_ac_var=yes"
11629 else
11630 echo "$as_me: failed program was:" >&5
11631 sed 's/^/| /' conftest.$ac_ext >&5
11632
11633 eval "$as_ac_var=no"
11634 fi
11635
11636 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11637 conftest$ac_exeext conftest.$ac_ext
11638 fi
11639 ac_res=`eval echo '${'$as_ac_var'}'`
11640 { echo "$as_me:$LINENO: result: $ac_res" >&5
11641 echo "${ECHO_T}$ac_res" >&6; }
11642 if test `eval echo '${'$as_ac_var'}'` = yes; then
11643 cat >>confdefs.h <<_ACEOF
11644 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11645 _ACEOF
11646 HAVE_GTK_MULTIDISPLAY=yes
11647 fi
11648 done
11649
11650 if test "${HAVE_GTK_MULTIDISPLAY}" = "yes"; then
11651
11652 cat >>confdefs.h <<\_ACEOF
11653 #define HAVE_GTK_MULTIDISPLAY 1
11654 _ACEOF
11655
11656 fi
11657
11658 HAVE_GTK_FILE_SELECTION=no
11659
11660 for ac_func in gtk_file_selection_new
11661 do
11662 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11663 { echo "$as_me:$LINENO: checking for $ac_func" >&5
11664 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
11665 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11666 echo $ECHO_N "(cached) $ECHO_C" >&6
11667 else
11668 cat >conftest.$ac_ext <<_ACEOF
11669 /* confdefs.h. */
11670 _ACEOF
11671 cat confdefs.h >>conftest.$ac_ext
11672 cat >>conftest.$ac_ext <<_ACEOF
11673 /* end confdefs.h. */
11674 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11675 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11676 #define $ac_func innocuous_$ac_func
11677
11678 /* System header to define __stub macros and hopefully few prototypes,
11679 which can conflict with char $ac_func (); below.
11680 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11681 <limits.h> exists even on freestanding compilers. */
11682
11683 #ifdef __STDC__
11684 # include <limits.h>
11685 #else
11686 # include <assert.h>
11687 #endif
11688
11689 #undef $ac_func
11690
11691 /* Override any GCC internal prototype to avoid an error.
11692 Use char because int might match the return type of a GCC
11693 builtin and then its argument prototype would still apply. */
11694 #ifdef __cplusplus
11695 extern "C"
11696 #endif
11697 char $ac_func ();
11698 /* The GNU C library defines this for functions which it implements
11699 to always fail with ENOSYS. Some functions are actually named
11700 something starting with __ and the normal name is an alias. */
11701 #if defined __stub_$ac_func || defined __stub___$ac_func
11702 choke me
11703 #endif
11704
11705 int
11706 main ()
11707 {
11708 return $ac_func ();
11709 ;
11710 return 0;
11711 }
11712 _ACEOF
11713 rm -f conftest.$ac_objext conftest$ac_exeext
11714 if { (ac_try="$ac_link"
11715 case "(($ac_try" in
11716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11717 *) ac_try_echo=$ac_try;;
11718 esac
11719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11720 (eval "$ac_link") 2>conftest.er1
11721 ac_status=$?
11722 grep -v '^ *+' conftest.er1 >conftest.err
11723 rm -f conftest.er1
11724 cat conftest.err >&5
11725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11726 (exit $ac_status); } && {
11727 test -z "$ac_c_werror_flag" ||
11728 test ! -s conftest.err
11729 } && test -s conftest$ac_exeext &&
11730 $as_test_x conftest$ac_exeext; then
11731 eval "$as_ac_var=yes"
11732 else
11733 echo "$as_me: failed program was:" >&5
11734 sed 's/^/| /' conftest.$ac_ext >&5
11735
11736 eval "$as_ac_var=no"
11737 fi
11738
11739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11740 conftest$ac_exeext conftest.$ac_ext
11741 fi
11742 ac_res=`eval echo '${'$as_ac_var'}'`
11743 { echo "$as_me:$LINENO: result: $ac_res" >&5
11744 echo "${ECHO_T}$ac_res" >&6; }
11745 if test `eval echo '${'$as_ac_var'}'` = yes; then
11746 cat >>confdefs.h <<_ACEOF
11747 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11748 _ACEOF
11749 HAVE_GTK_FILE_SELECTION=yes
11750 fi
11751 done
11752
11753
11754 HAVE_GTK_FILE_CHOOSER=no
11755
11756 for ac_func in gtk_file_chooser_dialog_new
11757 do
11758 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11759 { echo "$as_me:$LINENO: checking for $ac_func" >&5
11760 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
11761 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11762 echo $ECHO_N "(cached) $ECHO_C" >&6
11763 else
11764 cat >conftest.$ac_ext <<_ACEOF
11765 /* confdefs.h. */
11766 _ACEOF
11767 cat confdefs.h >>conftest.$ac_ext
11768 cat >>conftest.$ac_ext <<_ACEOF
11769 /* end confdefs.h. */
11770 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11771 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11772 #define $ac_func innocuous_$ac_func
11773
11774 /* System header to define __stub macros and hopefully few prototypes,
11775 which can conflict with char $ac_func (); below.
11776 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11777 <limits.h> exists even on freestanding compilers. */
11778
11779 #ifdef __STDC__
11780 # include <limits.h>
11781 #else
11782 # include <assert.h>
11783 #endif
11784
11785 #undef $ac_func
11786
11787 /* Override any GCC internal prototype to avoid an error.
11788 Use char because int might match the return type of a GCC
11789 builtin and then its argument prototype would still apply. */
11790 #ifdef __cplusplus
11791 extern "C"
11792 #endif
11793 char $ac_func ();
11794 /* The GNU C library defines this for functions which it implements
11795 to always fail with ENOSYS. Some functions are actually named
11796 something starting with __ and the normal name is an alias. */
11797 #if defined __stub_$ac_func || defined __stub___$ac_func
11798 choke me
11799 #endif
11800
11801 int
11802 main ()
11803 {
11804 return $ac_func ();
11805 ;
11806 return 0;
11807 }
11808 _ACEOF
11809 rm -f conftest.$ac_objext conftest$ac_exeext
11810 if { (ac_try="$ac_link"
11811 case "(($ac_try" in
11812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11813 *) ac_try_echo=$ac_try;;
11814 esac
11815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11816 (eval "$ac_link") 2>conftest.er1
11817 ac_status=$?
11818 grep -v '^ *+' conftest.er1 >conftest.err
11819 rm -f conftest.er1
11820 cat conftest.err >&5
11821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11822 (exit $ac_status); } && {
11823 test -z "$ac_c_werror_flag" ||
11824 test ! -s conftest.err
11825 } && test -s conftest$ac_exeext &&
11826 $as_test_x conftest$ac_exeext; then
11827 eval "$as_ac_var=yes"
11828 else
11829 echo "$as_me: failed program was:" >&5
11830 sed 's/^/| /' conftest.$ac_ext >&5
11831
11832 eval "$as_ac_var=no"
11833 fi
11834
11835 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11836 conftest$ac_exeext conftest.$ac_ext
11837 fi
11838 ac_res=`eval echo '${'$as_ac_var'}'`
11839 { echo "$as_me:$LINENO: result: $ac_res" >&5
11840 echo "${ECHO_T}$ac_res" >&6; }
11841 if test `eval echo '${'$as_ac_var'}'` = yes; then
11842 cat >>confdefs.h <<_ACEOF
11843 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11844 _ACEOF
11845 HAVE_GTK_FILE_CHOOSER=yes
11846 fi
11847 done
11848
11849
11850 if test "$HAVE_GTK_FILE_SELECTION" = yes \
11851 && test "$HAVE_GTK_FILE_CHOOSER" = yes; then
11852
11853 cat >>confdefs.h <<\_ACEOF
11854 #define HAVE_GTK_FILE_BOTH 1
11855 _ACEOF
11856
11857 fi
11858
11859 if test "$HAVE_GTK_FILE_CHOOSER" = yes; then
11860 HAVE_GTK_AND_PTHREAD=no
11861
11862 for ac_header in pthread.h
11863 do
11864 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11865 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11866 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11867 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11868 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11869 echo $ECHO_N "(cached) $ECHO_C" >&6
11870 fi
11871 ac_res=`eval echo '${'$as_ac_Header'}'`
11872 { echo "$as_me:$LINENO: result: $ac_res" >&5
11873 echo "${ECHO_T}$ac_res" >&6; }
11874 else
11875 # Is the header compilable?
11876 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11877 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11878 cat >conftest.$ac_ext <<_ACEOF
11879 /* confdefs.h. */
11880 _ACEOF
11881 cat confdefs.h >>conftest.$ac_ext
11882 cat >>conftest.$ac_ext <<_ACEOF
11883 /* end confdefs.h. */
11884 $ac_includes_default
11885 #include <$ac_header>
11886 _ACEOF
11887 rm -f conftest.$ac_objext
11888 if { (ac_try="$ac_compile"
11889 case "(($ac_try" in
11890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11891 *) ac_try_echo=$ac_try;;
11892 esac
11893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11894 (eval "$ac_compile") 2>conftest.er1
11895 ac_status=$?
11896 grep -v '^ *+' conftest.er1 >conftest.err
11897 rm -f conftest.er1
11898 cat conftest.err >&5
11899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11900 (exit $ac_status); } && {
11901 test -z "$ac_c_werror_flag" ||
11902 test ! -s conftest.err
11903 } && test -s conftest.$ac_objext; then
11904 ac_header_compiler=yes
11905 else
11906 echo "$as_me: failed program was:" >&5
11907 sed 's/^/| /' conftest.$ac_ext >&5
11908
11909 ac_header_compiler=no
11910 fi
11911
11912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11913 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11914 echo "${ECHO_T}$ac_header_compiler" >&6; }
11915
11916 # Is the header present?
11917 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11918 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11919 cat >conftest.$ac_ext <<_ACEOF
11920 /* confdefs.h. */
11921 _ACEOF
11922 cat confdefs.h >>conftest.$ac_ext
11923 cat >>conftest.$ac_ext <<_ACEOF
11924 /* end confdefs.h. */
11925 #include <$ac_header>
11926 _ACEOF
11927 if { (ac_try="$ac_cpp conftest.$ac_ext"
11928 case "(($ac_try" in
11929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11930 *) ac_try_echo=$ac_try;;
11931 esac
11932 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11933 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11934 ac_status=$?
11935 grep -v '^ *+' conftest.er1 >conftest.err
11936 rm -f conftest.er1
11937 cat conftest.err >&5
11938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11939 (exit $ac_status); } >/dev/null && {
11940 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11941 test ! -s conftest.err
11942 }; then
11943 ac_header_preproc=yes
11944 else
11945 echo "$as_me: failed program was:" >&5
11946 sed 's/^/| /' conftest.$ac_ext >&5
11947
11948 ac_header_preproc=no
11949 fi
11950
11951 rm -f conftest.err conftest.$ac_ext
11952 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11953 echo "${ECHO_T}$ac_header_preproc" >&6; }
11954
11955 # So? What about this header?
11956 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11957 yes:no: )
11958 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11959 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11960 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11961 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11962 ac_header_preproc=yes
11963 ;;
11964 no:yes:* )
11965 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11966 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11967 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11968 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11969 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11970 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11971 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11972 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11973 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11974 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11975 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11976 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11977
11978 ;;
11979 esac
11980 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11981 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11982 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11983 echo $ECHO_N "(cached) $ECHO_C" >&6
11984 else
11985 eval "$as_ac_Header=\$ac_header_preproc"
11986 fi
11987 ac_res=`eval echo '${'$as_ac_Header'}'`
11988 { echo "$as_me:$LINENO: result: $ac_res" >&5
11989 echo "${ECHO_T}$ac_res" >&6; }
11990
11991 fi
11992 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11993 cat >>confdefs.h <<_ACEOF
11994 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11995 _ACEOF
11996
11997 fi
11998
11999 done
12000
12001 if test "$ac_cv_header_pthread_h"; then
12002 { echo "$as_me:$LINENO: checking for pthread_self in -lpthread" >&5
12003 echo $ECHO_N "checking for pthread_self in -lpthread... $ECHO_C" >&6; }
12004 if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then
12005 echo $ECHO_N "(cached) $ECHO_C" >&6
12006 else
12007 ac_check_lib_save_LIBS=$LIBS
12008 LIBS="-lpthread $LIBS"
12009 cat >conftest.$ac_ext <<_ACEOF
12010 /* confdefs.h. */
12011 _ACEOF
12012 cat confdefs.h >>conftest.$ac_ext
12013 cat >>conftest.$ac_ext <<_ACEOF
12014 /* end confdefs.h. */
12015
12016 /* Override any GCC internal prototype to avoid an error.
12017 Use char because int might match the return type of a GCC
12018 builtin and then its argument prototype would still apply. */
12019 #ifdef __cplusplus
12020 extern "C"
12021 #endif
12022 char pthread_self ();
12023 int
12024 main ()
12025 {
12026 return pthread_self ();
12027 ;
12028 return 0;
12029 }
12030 _ACEOF
12031 rm -f conftest.$ac_objext conftest$ac_exeext
12032 if { (ac_try="$ac_link"
12033 case "(($ac_try" in
12034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12035 *) ac_try_echo=$ac_try;;
12036 esac
12037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12038 (eval "$ac_link") 2>conftest.er1
12039 ac_status=$?
12040 grep -v '^ *+' conftest.er1 >conftest.err
12041 rm -f conftest.er1
12042 cat conftest.err >&5
12043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12044 (exit $ac_status); } && {
12045 test -z "$ac_c_werror_flag" ||
12046 test ! -s conftest.err
12047 } && test -s conftest$ac_exeext &&
12048 $as_test_x conftest$ac_exeext; then
12049 ac_cv_lib_pthread_pthread_self=yes
12050 else
12051 echo "$as_me: failed program was:" >&5
12052 sed 's/^/| /' conftest.$ac_ext >&5
12053
12054 ac_cv_lib_pthread_pthread_self=no
12055 fi
12056
12057 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12058 conftest$ac_exeext conftest.$ac_ext
12059 LIBS=$ac_check_lib_save_LIBS
12060 fi
12061 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_self" >&5
12062 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_self" >&6; }
12063 if test $ac_cv_lib_pthread_pthread_self = yes; then
12064 HAVE_GTK_AND_PTHREAD=yes
12065 fi
12066
12067 fi
12068 if test "$HAVE_GTK_AND_PTHREAD" = yes; then
12069 case "${canonical}" in
12070 *-hpux*) ;;
12071 *) GTK_LIBS="$GTK_LIBS -lpthread" ;;
12072 esac
12073
12074 cat >>confdefs.h <<\_ACEOF
12075 #define HAVE_GTK_AND_PTHREAD 1
12076 _ACEOF
12077
12078 fi
12079 fi
12080 fi
12081
12082 HAVE_XAW3D=no
12083 if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
12084 if test x"${HAVE_X11R5}" != xyes; then
12085 USE_X_TOOLKIT=none
12086 else
12087 if test "$with_xaw3d" != no; then
12088 { echo "$as_me:$LINENO: checking for xaw3d" >&5
12089 echo $ECHO_N "checking for xaw3d... $ECHO_C" >&6; }
12090 if test "${emacs_cv_xaw3d+set}" = set; then
12091 echo $ECHO_N "(cached) $ECHO_C" >&6
12092 else
12093 cat >conftest.$ac_ext <<_ACEOF
12094 /* confdefs.h. */
12095 _ACEOF
12096 cat confdefs.h >>conftest.$ac_ext
12097 cat >>conftest.$ac_ext <<_ACEOF
12098 /* end confdefs.h. */
12099
12100 #include <X11/Intrinsic.h>
12101 #include <X11/Xaw3d/Simple.h>
12102 int
12103 main ()
12104 {
12105
12106 ;
12107 return 0;
12108 }
12109 _ACEOF
12110 rm -f conftest.$ac_objext conftest$ac_exeext
12111 if { (ac_try="$ac_link"
12112 case "(($ac_try" in
12113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12114 *) ac_try_echo=$ac_try;;
12115 esac
12116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12117 (eval "$ac_link") 2>conftest.er1
12118 ac_status=$?
12119 grep -v '^ *+' conftest.er1 >conftest.err
12120 rm -f conftest.er1
12121 cat conftest.err >&5
12122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12123 (exit $ac_status); } && {
12124 test -z "$ac_c_werror_flag" ||
12125 test ! -s conftest.err
12126 } && test -s conftest$ac_exeext &&
12127 $as_test_x conftest$ac_exeext; then
12128 emacs_cv_xaw3d=yes
12129 else
12130 echo "$as_me: failed program was:" >&5
12131 sed 's/^/| /' conftest.$ac_ext >&5
12132
12133 emacs_cv_xaw3d=no
12134 fi
12135
12136 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12137 conftest$ac_exeext conftest.$ac_ext
12138 fi
12139
12140 else
12141 emacs_cv_xaw3d=no
12142 fi
12143 if test $emacs_cv_xaw3d = yes; then
12144 { echo "$as_me:$LINENO: result: yes; using Lucid toolkit" >&5
12145 echo "${ECHO_T}yes; using Lucid toolkit" >&6; }
12146 USE_X_TOOLKIT=LUCID
12147 HAVE_XAW3D=yes
12148
12149 cat >>confdefs.h <<\_ACEOF
12150 #define HAVE_XAW3D 1
12151 _ACEOF
12152
12153 else
12154 { echo "$as_me:$LINENO: result: no" >&5
12155 echo "${ECHO_T}no" >&6; }
12156 { echo "$as_me:$LINENO: checking for libXaw" >&5
12157 echo $ECHO_N "checking for libXaw... $ECHO_C" >&6; }
12158 if test "${emacs_cv_xaw+set}" = set; then
12159 echo $ECHO_N "(cached) $ECHO_C" >&6
12160 else
12161 cat >conftest.$ac_ext <<_ACEOF
12162 /* confdefs.h. */
12163 _ACEOF
12164 cat confdefs.h >>conftest.$ac_ext
12165 cat >>conftest.$ac_ext <<_ACEOF
12166 /* end confdefs.h. */
12167
12168 #include <X11/Intrinsic.h>
12169 #include <X11/Xaw/Simple.h>
12170 int
12171 main ()
12172 {
12173
12174 ;
12175 return 0;
12176 }
12177 _ACEOF
12178 rm -f conftest.$ac_objext conftest$ac_exeext
12179 if { (ac_try="$ac_link"
12180 case "(($ac_try" in
12181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12182 *) ac_try_echo=$ac_try;;
12183 esac
12184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12185 (eval "$ac_link") 2>conftest.er1
12186 ac_status=$?
12187 grep -v '^ *+' conftest.er1 >conftest.err
12188 rm -f conftest.er1
12189 cat conftest.err >&5
12190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12191 (exit $ac_status); } && {
12192 test -z "$ac_c_werror_flag" ||
12193 test ! -s conftest.err
12194 } && test -s conftest$ac_exeext &&
12195 $as_test_x conftest$ac_exeext; then
12196 emacs_cv_xaw=yes
12197 else
12198 echo "$as_me: failed program was:" >&5
12199 sed 's/^/| /' conftest.$ac_ext >&5
12200
12201 emacs_cv_xaw=no
12202 fi
12203
12204 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12205 conftest$ac_exeext conftest.$ac_ext
12206 fi
12207
12208 if test $emacs_cv_xaw = yes; then
12209 { echo "$as_me:$LINENO: result: yes; using Lucid toolkit" >&5
12210 echo "${ECHO_T}yes; using Lucid toolkit" >&6; }
12211 USE_X_TOOLKIT=LUCID
12212 elif test x"${USE_X_TOOLKIT}" = xLUCID; then
12213 { { echo "$as_me:$LINENO: error: Lucid toolkit requires X11/Xaw include files" >&5
12214 echo "$as_me: error: Lucid toolkit requires X11/Xaw include files" >&2;}
12215 { (exit 1); exit 1; }; }
12216 else
12217 { echo "$as_me:$LINENO: result: no; do not use toolkit by default" >&5
12218 echo "${ECHO_T}no; do not use toolkit by default" >&6; }
12219 USE_X_TOOLKIT=none
12220 fi
12221 fi
12222 fi
12223 fi
12224
12225 X_TOOLKIT_TYPE=$USE_X_TOOLKIT
12226
12227 if test "${USE_X_TOOLKIT}" != "none"; then
12228 { echo "$as_me:$LINENO: checking X11 toolkit version" >&5
12229 echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6; }
12230 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then
12231 echo $ECHO_N "(cached) $ECHO_C" >&6
12232 else
12233 cat >conftest.$ac_ext <<_ACEOF
12234 /* confdefs.h. */
12235 _ACEOF
12236 cat confdefs.h >>conftest.$ac_ext
12237 cat >>conftest.$ac_ext <<_ACEOF
12238 /* end confdefs.h. */
12239 #include <X11/Intrinsic.h>
12240 int
12241 main ()
12242 {
12243 #if XtSpecificationRelease < 6
12244 fail;
12245 #endif
12246
12247 ;
12248 return 0;
12249 }
12250 _ACEOF
12251 rm -f conftest.$ac_objext conftest$ac_exeext
12252 if { (ac_try="$ac_link"
12253 case "(($ac_try" in
12254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12255 *) ac_try_echo=$ac_try;;
12256 esac
12257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12258 (eval "$ac_link") 2>conftest.er1
12259 ac_status=$?
12260 grep -v '^ *+' conftest.er1 >conftest.err
12261 rm -f conftest.er1
12262 cat conftest.err >&5
12263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12264 (exit $ac_status); } && {
12265 test -z "$ac_c_werror_flag" ||
12266 test ! -s conftest.err
12267 } && test -s conftest$ac_exeext &&
12268 $as_test_x conftest$ac_exeext; then
12269 emacs_cv_x11_toolkit_version_6=yes
12270 else
12271 echo "$as_me: failed program was:" >&5
12272 sed 's/^/| /' conftest.$ac_ext >&5
12273
12274 emacs_cv_x11_toolkit_version_6=no
12275 fi
12276
12277 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12278 conftest$ac_exeext conftest.$ac_ext
12279 fi
12280
12281 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
12282 if test $emacs_cv_x11_toolkit_version_6 = yes; then
12283 { echo "$as_me:$LINENO: result: 6 or newer" >&5
12284 echo "${ECHO_T}6 or newer" >&6; }
12285
12286 cat >>confdefs.h <<\_ACEOF
12287 #define HAVE_X11XTR6 1
12288 _ACEOF
12289
12290 else
12291 { echo "$as_me:$LINENO: result: before 6" >&5
12292 echo "${ECHO_T}before 6" >&6; }
12293 fi
12294
12295 OLDLIBS="$LIBS"
12296 if test x$HAVE_X11XTR6 = xyes; then
12297 LIBS="-lXt -lSM -lICE $LIBS"
12298 else
12299 LIBS="-lXt $LIBS"
12300 fi
12301
12302 { echo "$as_me:$LINENO: checking for XmuConvertStandardSelection in -lXmu" >&5
12303 echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" >&6; }
12304 if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then
12305 echo $ECHO_N "(cached) $ECHO_C" >&6
12306 else
12307 ac_check_lib_save_LIBS=$LIBS
12308 LIBS="-lXmu $LIBS"
12309 cat >conftest.$ac_ext <<_ACEOF
12310 /* confdefs.h. */
12311 _ACEOF
12312 cat confdefs.h >>conftest.$ac_ext
12313 cat >>conftest.$ac_ext <<_ACEOF
12314 /* end confdefs.h. */
12315
12316 /* Override any GCC internal prototype to avoid an error.
12317 Use char because int might match the return type of a GCC
12318 builtin and then its argument prototype would still apply. */
12319 #ifdef __cplusplus
12320 extern "C"
12321 #endif
12322 char XmuConvertStandardSelection ();
12323 int
12324 main ()
12325 {
12326 return XmuConvertStandardSelection ();
12327 ;
12328 return 0;
12329 }
12330 _ACEOF
12331 rm -f conftest.$ac_objext conftest$ac_exeext
12332 if { (ac_try="$ac_link"
12333 case "(($ac_try" in
12334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12335 *) ac_try_echo=$ac_try;;
12336 esac
12337 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12338 (eval "$ac_link") 2>conftest.er1
12339 ac_status=$?
12340 grep -v '^ *+' conftest.er1 >conftest.err
12341 rm -f conftest.er1
12342 cat conftest.err >&5
12343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12344 (exit $ac_status); } && {
12345 test -z "$ac_c_werror_flag" ||
12346 test ! -s conftest.err
12347 } && test -s conftest$ac_exeext &&
12348 $as_test_x conftest$ac_exeext; then
12349 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
12350 else
12351 echo "$as_me: failed program was:" >&5
12352 sed 's/^/| /' conftest.$ac_ext >&5
12353
12354 ac_cv_lib_Xmu_XmuConvertStandardSelection=no
12355 fi
12356
12357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12358 conftest$ac_exeext conftest.$ac_ext
12359 LIBS=$ac_check_lib_save_LIBS
12360 fi
12361 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
12362 echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; }
12363 if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then
12364 cat >>confdefs.h <<_ACEOF
12365 #define HAVE_LIBXMU 1
12366 _ACEOF
12367
12368 LIBS="-lXmu $LIBS"
12369
12370 fi
12371
12372 test $ac_cv_lib_Xmu_XmuConvertStandardSelection = no && LIBS="$OLDLIBS"
12373 fi
12374
12375 # On Irix 6.5, at least, we need XShapeQueryExtension from -lXext for Xaw3D.
12376 if test "${HAVE_X11}" = "yes"; then
12377 if test "${USE_X_TOOLKIT}" != "none"; then
12378
12379 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
12380 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
12381 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
12382 echo $ECHO_N "(cached) $ECHO_C" >&6
12383 else
12384 ac_check_lib_save_LIBS=$LIBS
12385 LIBS="-lXext $LIBS"
12386 cat >conftest.$ac_ext <<_ACEOF
12387 /* confdefs.h. */
12388 _ACEOF
12389 cat confdefs.h >>conftest.$ac_ext
12390 cat >>conftest.$ac_ext <<_ACEOF
12391 /* end confdefs.h. */
12392
12393 /* Override any GCC internal prototype to avoid an error.
12394 Use char because int might match the return type of a GCC
12395 builtin and then its argument prototype would still apply. */
12396 #ifdef __cplusplus
12397 extern "C"
12398 #endif
12399 char XShapeQueryExtension ();
12400 int
12401 main ()
12402 {
12403 return XShapeQueryExtension ();
12404 ;
12405 return 0;
12406 }
12407 _ACEOF
12408 rm -f conftest.$ac_objext conftest$ac_exeext
12409 if { (ac_try="$ac_link"
12410 case "(($ac_try" in
12411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12412 *) ac_try_echo=$ac_try;;
12413 esac
12414 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12415 (eval "$ac_link") 2>conftest.er1
12416 ac_status=$?
12417 grep -v '^ *+' conftest.er1 >conftest.err
12418 rm -f conftest.er1
12419 cat conftest.err >&5
12420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12421 (exit $ac_status); } && {
12422 test -z "$ac_c_werror_flag" ||
12423 test ! -s conftest.err
12424 } && test -s conftest$ac_exeext &&
12425 $as_test_x conftest$ac_exeext; then
12426 ac_cv_lib_Xext_XShapeQueryExtension=yes
12427 else
12428 echo "$as_me: failed program was:" >&5
12429 sed 's/^/| /' conftest.$ac_ext >&5
12430
12431 ac_cv_lib_Xext_XShapeQueryExtension=no
12432 fi
12433
12434 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12435 conftest$ac_exeext conftest.$ac_ext
12436 LIBS=$ac_check_lib_save_LIBS
12437 fi
12438 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
12439 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
12440 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
12441 cat >>confdefs.h <<_ACEOF
12442 #define HAVE_LIBXEXT 1
12443 _ACEOF
12444
12445 LIBS="-lXext $LIBS"
12446
12447 fi
12448
12449 fi
12450 fi
12451
12452 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
12453 { echo "$as_me:$LINENO: checking for Motif version 2.1" >&5
12454 echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6; }
12455 if test "${emacs_cv_motif_version_2_1+set}" = set; then
12456 echo $ECHO_N "(cached) $ECHO_C" >&6
12457 else
12458 cat >conftest.$ac_ext <<_ACEOF
12459 /* confdefs.h. */
12460 _ACEOF
12461 cat confdefs.h >>conftest.$ac_ext
12462 cat >>conftest.$ac_ext <<_ACEOF
12463 /* end confdefs.h. */
12464 #include <Xm/Xm.h>
12465 int
12466 main ()
12467 {
12468 #if XmVERSION > 2 || (XmVERSION == 2 && XmREVISION >= 1)
12469 int x = 5;
12470 #else
12471 Motif version prior to 2.1.
12472 #endif
12473 ;
12474 return 0;
12475 }
12476 _ACEOF
12477 rm -f conftest.$ac_objext
12478 if { (ac_try="$ac_compile"
12479 case "(($ac_try" in
12480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12481 *) ac_try_echo=$ac_try;;
12482 esac
12483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12484 (eval "$ac_compile") 2>conftest.er1
12485 ac_status=$?
12486 grep -v '^ *+' conftest.er1 >conftest.err
12487 rm -f conftest.er1
12488 cat conftest.err >&5
12489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12490 (exit $ac_status); } && {
12491 test -z "$ac_c_werror_flag" ||
12492 test ! -s conftest.err
12493 } && test -s conftest.$ac_objext; then
12494 emacs_cv_motif_version_2_1=yes
12495 else
12496 echo "$as_me: failed program was:" >&5
12497 sed 's/^/| /' conftest.$ac_ext >&5
12498
12499 emacs_cv_motif_version_2_1=no
12500 fi
12501
12502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12503 fi
12504 { echo "$as_me:$LINENO: result: $emacs_cv_motif_version_2_1" >&5
12505 echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6; }
12506 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
12507 if test $emacs_cv_motif_version_2_1 = yes; then
12508 HAVE_LIBXP=no
12509
12510 cat >>confdefs.h <<\_ACEOF
12511 #define HAVE_MOTIF_2_1 1
12512 _ACEOF
12513
12514 { echo "$as_me:$LINENO: checking for XpCreateContext in -lXp" >&5
12515 echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6; }
12516 if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then
12517 echo $ECHO_N "(cached) $ECHO_C" >&6
12518 else
12519 ac_check_lib_save_LIBS=$LIBS
12520 LIBS="-lXp $LIBS"
12521 cat >conftest.$ac_ext <<_ACEOF
12522 /* confdefs.h. */
12523 _ACEOF
12524 cat confdefs.h >>conftest.$ac_ext
12525 cat >>conftest.$ac_ext <<_ACEOF
12526 /* end confdefs.h. */
12527
12528 /* Override any GCC internal prototype to avoid an error.
12529 Use char because int might match the return type of a GCC
12530 builtin and then its argument prototype would still apply. */
12531 #ifdef __cplusplus
12532 extern "C"
12533 #endif
12534 char XpCreateContext ();
12535 int
12536 main ()
12537 {
12538 return XpCreateContext ();
12539 ;
12540 return 0;
12541 }
12542 _ACEOF
12543 rm -f conftest.$ac_objext conftest$ac_exeext
12544 if { (ac_try="$ac_link"
12545 case "(($ac_try" in
12546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12547 *) ac_try_echo=$ac_try;;
12548 esac
12549 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12550 (eval "$ac_link") 2>conftest.er1
12551 ac_status=$?
12552 grep -v '^ *+' conftest.er1 >conftest.err
12553 rm -f conftest.er1
12554 cat conftest.err >&5
12555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12556 (exit $ac_status); } && {
12557 test -z "$ac_c_werror_flag" ||
12558 test ! -s conftest.err
12559 } && test -s conftest$ac_exeext &&
12560 $as_test_x conftest$ac_exeext; then
12561 ac_cv_lib_Xp_XpCreateContext=yes
12562 else
12563 echo "$as_me: failed program was:" >&5
12564 sed 's/^/| /' conftest.$ac_ext >&5
12565
12566 ac_cv_lib_Xp_XpCreateContext=no
12567 fi
12568
12569 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12570 conftest$ac_exeext conftest.$ac_ext
12571 LIBS=$ac_check_lib_save_LIBS
12572 fi
12573 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xp_XpCreateContext" >&5
12574 echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6; }
12575 if test $ac_cv_lib_Xp_XpCreateContext = yes; then
12576 HAVE_LIBXP=yes
12577 fi
12578
12579 if test ${HAVE_LIBXP} = yes; then
12580
12581 cat >>confdefs.h <<\_ACEOF
12582 #define HAVE_LIBXP 1
12583 _ACEOF
12584
12585 fi
12586 else
12587 { echo "$as_me:$LINENO: checking for LessTif where some systems put it" >&5
12588 echo $ECHO_N "checking for LessTif where some systems put it... $ECHO_C" >&6; }
12589 if test "${emacs_cv_lesstif+set}" = set; then
12590 echo $ECHO_N "(cached) $ECHO_C" >&6
12591 else
12592 # We put this in CFLAGS temporarily to precede other -I options
12593 # that might be in CFLAGS temporarily.
12594 # We put this in CPPFLAGS where it precedes the other -I options.
12595 OLD_CPPFLAGS=$CPPFLAGS
12596 OLD_CFLAGS=$CFLAGS
12597 CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"
12598 CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS"
12599 cat >conftest.$ac_ext <<_ACEOF
12600 /* confdefs.h. */
12601 _ACEOF
12602 cat confdefs.h >>conftest.$ac_ext
12603 cat >>conftest.$ac_ext <<_ACEOF
12604 /* end confdefs.h. */
12605 #include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>
12606 int
12607 main ()
12608 {
12609 int x = 5;
12610 ;
12611 return 0;
12612 }
12613 _ACEOF
12614 rm -f conftest.$ac_objext
12615 if { (ac_try="$ac_compile"
12616 case "(($ac_try" in
12617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12618 *) ac_try_echo=$ac_try;;
12619 esac
12620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12621 (eval "$ac_compile") 2>conftest.er1
12622 ac_status=$?
12623 grep -v '^ *+' conftest.er1 >conftest.err
12624 rm -f conftest.er1
12625 cat conftest.err >&5
12626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12627 (exit $ac_status); } && {
12628 test -z "$ac_c_werror_flag" ||
12629 test ! -s conftest.err
12630 } && test -s conftest.$ac_objext; then
12631 emacs_cv_lesstif=yes
12632 else
12633 echo "$as_me: failed program was:" >&5
12634 sed 's/^/| /' conftest.$ac_ext >&5
12635
12636 emacs_cv_lesstif=no
12637 fi
12638
12639 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12640 fi
12641 { echo "$as_me:$LINENO: result: $emacs_cv_lesstif" >&5
12642 echo "${ECHO_T}$emacs_cv_lesstif" >&6; }
12643 if test $emacs_cv_lesstif = yes; then
12644 # Make sure this -I option remains in CPPFLAGS after it is set
12645 # back to REAL_CPPFLAGS.
12646 # There is no need to change REAL_CFLAGS, because REAL_CFLAGS does not
12647 # have those other -I options anyway. Ultimately, having this
12648 # directory ultimately in CPPFLAGS will be enough.
12649 REAL_CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $REAL_CPPFLAGS"
12650 LDFLAGS="-L/usr/X11R6/LessTif/Motif1.2/lib $LDFLAGS"
12651 else
12652 CFLAGS=$OLD_CFLAGS
12653 CPPFLAGS=$OLD_CPPFLAGS
12654 fi
12655 fi
12656 fi
12657
12658
12659
12660 USE_TOOLKIT_SCROLL_BARS=no
12661 if test "${with_toolkit_scroll_bars}" != "no"; then
12662 if test "${USE_X_TOOLKIT}" != "none"; then
12663 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
12664 cat >>confdefs.h <<\_ACEOF
12665 #define USE_TOOLKIT_SCROLL_BARS 1
12666 _ACEOF
12667
12668 HAVE_XAW3D=no
12669 USE_TOOLKIT_SCROLL_BARS=yes
12670 elif test "${HAVE_XAW3D}" = "yes"; then
12671 cat >>confdefs.h <<\_ACEOF
12672 #define USE_TOOLKIT_SCROLL_BARS 1
12673 _ACEOF
12674
12675 USE_TOOLKIT_SCROLL_BARS=yes
12676 fi
12677 elif test "${HAVE_GTK}" = "yes"; then
12678 cat >>confdefs.h <<\_ACEOF
12679 #define USE_TOOLKIT_SCROLL_BARS 1
12680 _ACEOF
12681
12682 USE_TOOLKIT_SCROLL_BARS=yes
12683 elif test "${HAVE_CARBON}" = "yes"; then
12684 cat >>confdefs.h <<\_ACEOF
12685 #define USE_TOOLKIT_SCROLL_BARS 1
12686 _ACEOF
12687
12688 USE_TOOLKIT_SCROLL_BARS=yes
12689 fi
12690 fi
12691
12692 cat >conftest.$ac_ext <<_ACEOF
12693 /* confdefs.h. */
12694 _ACEOF
12695 cat confdefs.h >>conftest.$ac_ext
12696 cat >>conftest.$ac_ext <<_ACEOF
12697 /* end confdefs.h. */
12698
12699 #include <X11/Xlib.h>
12700 #include <X11/Xresource.h>
12701 int
12702 main ()
12703 {
12704 XIMProc callback;
12705 ;
12706 return 0;
12707 }
12708 _ACEOF
12709 rm -f conftest.$ac_objext
12710 if { (ac_try="$ac_compile"
12711 case "(($ac_try" in
12712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12713 *) ac_try_echo=$ac_try;;
12714 esac
12715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12716 (eval "$ac_compile") 2>conftest.er1
12717 ac_status=$?
12718 grep -v '^ *+' conftest.er1 >conftest.err
12719 rm -f conftest.er1
12720 cat conftest.err >&5
12721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12722 (exit $ac_status); } && {
12723 test -z "$ac_c_werror_flag" ||
12724 test ! -s conftest.err
12725 } && test -s conftest.$ac_objext; then
12726 HAVE_XIM=yes
12727
12728 cat >>confdefs.h <<\_ACEOF
12729 #define HAVE_XIM 1
12730 _ACEOF
12731
12732 else
12733 echo "$as_me: failed program was:" >&5
12734 sed 's/^/| /' conftest.$ac_ext >&5
12735
12736 HAVE_XIM=no
12737 fi
12738
12739 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12740
12741
12742 if test "${with_xim}" != "no"; then
12743
12744 cat >>confdefs.h <<\_ACEOF
12745 #define USE_XIM 1
12746 _ACEOF
12747
12748 fi
12749
12750
12751 if test "${HAVE_XIM}" != "no"; then
12752 late_CFLAGS=$CFLAGS
12753 if test "$GCC" = yes; then
12754 CFLAGS="$CFLAGS --pedantic-errors"
12755 fi
12756 cat >conftest.$ac_ext <<_ACEOF
12757 /* confdefs.h. */
12758 _ACEOF
12759 cat confdefs.h >>conftest.$ac_ext
12760 cat >>conftest.$ac_ext <<_ACEOF
12761 /* end confdefs.h. */
12762
12763 #include <X11/Xlib.h>
12764 #include <X11/Xresource.h>
12765 int
12766 main ()
12767 {
12768 Display *display;
12769 XrmDatabase db;
12770 char *res_name;
12771 char *res_class;
12772 XIMProc callback;
12773 XPointer *client_data;
12774 #ifndef __GNUC__
12775 /* If we're not using GCC, it's probably not XFree86, and this is
12776 probably right, but we can't use something like --pedantic-errors. */
12777 extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*,
12778 char*, XIMProc, XPointer*);
12779 #endif
12780 (void)XRegisterIMInstantiateCallback(display, db, res_name, res_class, callback,
12781 client_data);
12782 ;
12783 return 0;
12784 }
12785 _ACEOF
12786 rm -f conftest.$ac_objext
12787 if { (ac_try="$ac_compile"
12788 case "(($ac_try" in
12789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12790 *) ac_try_echo=$ac_try;;
12791 esac
12792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12793 (eval "$ac_compile") 2>conftest.er1
12794 ac_status=$?
12795 grep -v '^ *+' conftest.er1 >conftest.err
12796 rm -f conftest.er1
12797 cat conftest.err >&5
12798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12799 (exit $ac_status); } && {
12800 test -z "$ac_c_werror_flag" ||
12801 test ! -s conftest.err
12802 } && test -s conftest.$ac_objext; then
12803 emacs_cv_arg6_star=yes
12804 else
12805 echo "$as_me: failed program was:" >&5
12806 sed 's/^/| /' conftest.$ac_ext >&5
12807
12808
12809 fi
12810
12811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12812
12813 if test "$emacs_cv_arg6_star" = yes; then
12814 cat >>confdefs.h <<\_ACEOF
12815 #define XRegisterIMInstantiateCallback_arg6 XPointer*
12816 _ACEOF
12817
12818 else
12819 cat >>confdefs.h <<\_ACEOF
12820 #define XRegisterIMInstantiateCallback_arg6 XPointer
12821 _ACEOF
12822
12823 fi
12824 CFLAGS=$late_CFLAGS
12825 fi
12826
12827 ### For font-backend
12828 if test "${USE_FONT_BACKEND}" = "yes"; then
12829
12830
12831 cat >>confdefs.h <<\_ACEOF
12832 #define USE_FONT_BACKEND 1
12833 _ACEOF
12834
12835
12836 ### Use -lXft if available, unless `--with-freetype=no' nor `--with-xft=no'.
12837 HAVE_XFT=maybe
12838 if test "${HAVE_X11}" = "yes"; then
12839 if test "x${with_freetype}" = "xno"; then
12840 with_xft="no";
12841 fi
12842 if test "x${with_xft}" != "xno"; then
12843
12844 if test "X${with_pkg_config_prog}" != X; then
12845 PKG_CONFIG="${with_pkg_config_prog}"
12846 fi
12847
12848
12849 succeeded=no
12850
12851 if test -z "$PKG_CONFIG"; then
12852 # Extract the first word of "pkg-config", so it can be a program name with args.
12853 set dummy pkg-config; ac_word=$2
12854 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12855 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12856 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
12857 echo $ECHO_N "(cached) $ECHO_C" >&6
12858 else
12859 case $PKG_CONFIG in
12860 [\\/]* | ?:[\\/]*)
12861 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12862 ;;
12863 *)
12864 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12865 for as_dir in $PATH
12866 do
12867 IFS=$as_save_IFS
12868 test -z "$as_dir" && as_dir=.
12869 for ac_exec_ext in '' $ac_executable_extensions; do
12870 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12871 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12872 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12873 break 2
12874 fi
12875 done
12876 done
12877 IFS=$as_save_IFS
12878
12879 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
12880 ;;
12881 esac
12882 fi
12883 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12884 if test -n "$PKG_CONFIG"; then
12885 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
12886 echo "${ECHO_T}$PKG_CONFIG" >&6; }
12887 else
12888 { echo "$as_me:$LINENO: result: no" >&5
12889 echo "${ECHO_T}no" >&6; }
12890 fi
12891
12892
12893 fi
12894
12895 if test "$PKG_CONFIG" = "no" ; then
12896 HAVE_XFT=no
12897 else
12898 PKG_CONFIG_MIN_VERSION=0.9.0
12899 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12900 { echo "$as_me:$LINENO: checking for xft >= 0.13.0" >&5
12901 echo $ECHO_N "checking for xft >= 0.13.0... $ECHO_C" >&6; }
12902
12903 if $PKG_CONFIG --exists "xft >= 0.13.0" 2>&5; then
12904 { echo "$as_me:$LINENO: result: yes" >&5
12905 echo "${ECHO_T}yes" >&6; }
12906 succeeded=yes
12907
12908 { echo "$as_me:$LINENO: checking XFT_CFLAGS" >&5
12909 echo $ECHO_N "checking XFT_CFLAGS... $ECHO_C" >&6; }
12910 XFT_CFLAGS=`$PKG_CONFIG --cflags "xft >= 0.13.0"|sed -e 's,///*,/,g'`
12911 { echo "$as_me:$LINENO: result: $XFT_CFLAGS" >&5
12912 echo "${ECHO_T}$XFT_CFLAGS" >&6; }
12913
12914 { echo "$as_me:$LINENO: checking XFT_LIBS" >&5
12915 echo $ECHO_N "checking XFT_LIBS... $ECHO_C" >&6; }
12916 XFT_LIBS=`$PKG_CONFIG --libs "xft >= 0.13.0"|sed -e 's,///*,/,g'`
12917 { echo "$as_me:$LINENO: result: $XFT_LIBS" >&5
12918 echo "${ECHO_T}$XFT_LIBS" >&6; }
12919 else
12920 { echo "$as_me:$LINENO: result: no" >&5
12921 echo "${ECHO_T}no" >&6; }
12922 XFT_CFLAGS=""
12923 XFT_LIBS=""
12924 ## If we have a custom action on failure, don't print errors, but
12925 ## do set a variable so people can do so.
12926 XFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xft >= 0.13.0"`
12927
12928 fi
12929
12930
12931
12932 else
12933 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
12934 echo "*** See http://www.freedesktop.org/software/pkgconfig"
12935 fi
12936 fi
12937
12938 if test $succeeded = yes; then
12939 :
12940 else
12941 HAVE_XFT=no
12942 fi
12943
12944 if test "$HAVE_XFT" != no; then
12945 OLD_CPPFLAGS="$CPPFLAGS"
12946 OLD_CFLAGS="$CFLAGS"
12947 OLD_LIBS="$LIBS"
12948 CPPFLAGS="$CPPFLAGS $XFT_CFLAGS"
12949 CFLAGS="$CFLAGS $XFT_CFLAGS"
12950 LIBS="$XFT_LIBS $LIBS"
12951 if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then
12952 { echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5
12953 echo $ECHO_N "checking for X11/Xft/Xft.h... $ECHO_C" >&6; }
12954 if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then
12955 echo $ECHO_N "(cached) $ECHO_C" >&6
12956 fi
12957 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xft_Xft_h" >&5
12958 echo "${ECHO_T}$ac_cv_header_X11_Xft_Xft_h" >&6; }
12959 else
12960 # Is the header compilable?
12961 { echo "$as_me:$LINENO: checking X11/Xft/Xft.h usability" >&5
12962 echo $ECHO_N "checking X11/Xft/Xft.h usability... $ECHO_C" >&6; }
12963 cat >conftest.$ac_ext <<_ACEOF
12964 /* confdefs.h. */
12965 _ACEOF
12966 cat confdefs.h >>conftest.$ac_ext
12967 cat >>conftest.$ac_ext <<_ACEOF
12968 /* end confdefs.h. */
12969 $ac_includes_default
12970 #include <X11/Xft/Xft.h>
12971 _ACEOF
12972 rm -f conftest.$ac_objext
12973 if { (ac_try="$ac_compile"
12974 case "(($ac_try" in
12975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12976 *) ac_try_echo=$ac_try;;
12977 esac
12978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12979 (eval "$ac_compile") 2>conftest.er1
12980 ac_status=$?
12981 grep -v '^ *+' conftest.er1 >conftest.err
12982 rm -f conftest.er1
12983 cat conftest.err >&5
12984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12985 (exit $ac_status); } && {
12986 test -z "$ac_c_werror_flag" ||
12987 test ! -s conftest.err
12988 } && test -s conftest.$ac_objext; then
12989 ac_header_compiler=yes
12990 else
12991 echo "$as_me: failed program was:" >&5
12992 sed 's/^/| /' conftest.$ac_ext >&5
12993
12994 ac_header_compiler=no
12995 fi
12996
12997 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12998 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12999 echo "${ECHO_T}$ac_header_compiler" >&6; }
13000
13001 # Is the header present?
13002 { echo "$as_me:$LINENO: checking X11/Xft/Xft.h presence" >&5
13003 echo $ECHO_N "checking X11/Xft/Xft.h presence... $ECHO_C" >&6; }
13004 cat >conftest.$ac_ext <<_ACEOF
13005 /* confdefs.h. */
13006 _ACEOF
13007 cat confdefs.h >>conftest.$ac_ext
13008 cat >>conftest.$ac_ext <<_ACEOF
13009 /* end confdefs.h. */
13010 #include <X11/Xft/Xft.h>
13011 _ACEOF
13012 if { (ac_try="$ac_cpp conftest.$ac_ext"
13013 case "(($ac_try" in
13014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13015 *) ac_try_echo=$ac_try;;
13016 esac
13017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13018 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13019 ac_status=$?
13020 grep -v '^ *+' conftest.er1 >conftest.err
13021 rm -f conftest.er1
13022 cat conftest.err >&5
13023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13024 (exit $ac_status); } >/dev/null && {
13025 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13026 test ! -s conftest.err
13027 }; then
13028 ac_header_preproc=yes
13029 else
13030 echo "$as_me: failed program was:" >&5
13031 sed 's/^/| /' conftest.$ac_ext >&5
13032
13033 ac_header_preproc=no
13034 fi
13035
13036 rm -f conftest.err conftest.$ac_ext
13037 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13038 echo "${ECHO_T}$ac_header_preproc" >&6; }
13039
13040 # So? What about this header?
13041 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13042 yes:no: )
13043 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: accepted by the compiler, rejected by the preprocessor!" >&5
13044 echo "$as_me: WARNING: X11/Xft/Xft.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13045 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: proceeding with the compiler's result" >&5
13046 echo "$as_me: WARNING: X11/Xft/Xft.h: proceeding with the compiler's result" >&2;}
13047 ac_header_preproc=yes
13048 ;;
13049 no:yes:* )
13050 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: present but cannot be compiled" >&5
13051 echo "$as_me: WARNING: X11/Xft/Xft.h: present but cannot be compiled" >&2;}
13052 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: check for missing prerequisite headers?" >&5
13053 echo "$as_me: WARNING: X11/Xft/Xft.h: check for missing prerequisite headers?" >&2;}
13054 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: see the Autoconf documentation" >&5
13055 echo "$as_me: WARNING: X11/Xft/Xft.h: see the Autoconf documentation" >&2;}
13056 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: section \"Present But Cannot Be Compiled\"" >&5
13057 echo "$as_me: WARNING: X11/Xft/Xft.h: section \"Present But Cannot Be Compiled\"" >&2;}
13058 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: proceeding with the preprocessor's result" >&5
13059 echo "$as_me: WARNING: X11/Xft/Xft.h: proceeding with the preprocessor's result" >&2;}
13060 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: in the future, the compiler will take precedence" >&5
13061 echo "$as_me: WARNING: X11/Xft/Xft.h: in the future, the compiler will take precedence" >&2;}
13062
13063 ;;
13064 esac
13065 { echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5
13066 echo $ECHO_N "checking for X11/Xft/Xft.h... $ECHO_C" >&6; }
13067 if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then
13068 echo $ECHO_N "(cached) $ECHO_C" >&6
13069 else
13070 ac_cv_header_X11_Xft_Xft_h=$ac_header_preproc
13071 fi
13072 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xft_Xft_h" >&5
13073 echo "${ECHO_T}$ac_cv_header_X11_Xft_Xft_h" >&6; }
13074
13075 fi
13076 if test $ac_cv_header_X11_Xft_Xft_h = yes; then
13077 { echo "$as_me:$LINENO: checking for XftFontOpen in -lXft" >&5
13078 echo $ECHO_N "checking for XftFontOpen in -lXft... $ECHO_C" >&6; }
13079 if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then
13080 echo $ECHO_N "(cached) $ECHO_C" >&6
13081 else
13082 ac_check_lib_save_LIBS=$LIBS
13083 LIBS="-lXft $XFT_LIBS $LIBS"
13084 cat >conftest.$ac_ext <<_ACEOF
13085 /* confdefs.h. */
13086 _ACEOF
13087 cat confdefs.h >>conftest.$ac_ext
13088 cat >>conftest.$ac_ext <<_ACEOF
13089 /* end confdefs.h. */
13090
13091 /* Override any GCC internal prototype to avoid an error.
13092 Use char because int might match the return type of a GCC
13093 builtin and then its argument prototype would still apply. */
13094 #ifdef __cplusplus
13095 extern "C"
13096 #endif
13097 char XftFontOpen ();
13098 int
13099 main ()
13100 {
13101 return XftFontOpen ();
13102 ;
13103 return 0;
13104 }
13105 _ACEOF
13106 rm -f conftest.$ac_objext conftest$ac_exeext
13107 if { (ac_try="$ac_link"
13108 case "(($ac_try" in
13109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13110 *) ac_try_echo=$ac_try;;
13111 esac
13112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13113 (eval "$ac_link") 2>conftest.er1
13114 ac_status=$?
13115 grep -v '^ *+' conftest.er1 >conftest.err
13116 rm -f conftest.er1
13117 cat conftest.err >&5
13118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13119 (exit $ac_status); } && {
13120 test -z "$ac_c_werror_flag" ||
13121 test ! -s conftest.err
13122 } && test -s conftest$ac_exeext &&
13123 $as_test_x conftest$ac_exeext; then
13124 ac_cv_lib_Xft_XftFontOpen=yes
13125 else
13126 echo "$as_me: failed program was:" >&5
13127 sed 's/^/| /' conftest.$ac_ext >&5
13128
13129 ac_cv_lib_Xft_XftFontOpen=no
13130 fi
13131
13132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13133 conftest$ac_exeext conftest.$ac_ext
13134 LIBS=$ac_check_lib_save_LIBS
13135 fi
13136 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftFontOpen" >&5
13137 echo "${ECHO_T}$ac_cv_lib_Xft_XftFontOpen" >&6; }
13138 if test $ac_cv_lib_Xft_XftFontOpen = yes; then
13139 HAVE_XFT=yes
13140 fi
13141
13142 fi
13143
13144
13145
13146 if test "${HAVE_XFT}" = "yes"; then
13147
13148 cat >>confdefs.h <<\_ACEOF
13149 #define HAVE_XFT 1
13150 _ACEOF
13151
13152
13153 C_SWITCH_X_SITE="$C_SWITCH_X_SITE $XFT_CFLAGS"
13154 else
13155 CFLAGS="$OLD_CPPFLAGS"
13156 CFLAGS="$OLD_CFLAGS"
13157 LIBS="$OLD_LIBS"
13158 fi
13159 fi
13160 fi
13161 fi
13162
13163 HAVE_FREETYPE=no
13164 ### Use -lfreetype if available, unless `--with-freetype=no'.
13165 if test "${HAVE_XFT}" = "yes"; then
13166 HAVE_FREETYPE=yes
13167 elif test "x${with_freetype}" != "xno"; then
13168 if test "X${with_pkg_config_prog}" != X; then
13169 PKG_CONFIG="${with_pkg_config_prog}"
13170 fi
13171
13172
13173 succeeded=no
13174
13175 if test -z "$PKG_CONFIG"; then
13176 # Extract the first word of "pkg-config", so it can be a program name with args.
13177 set dummy pkg-config; ac_word=$2
13178 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13179 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13180 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
13181 echo $ECHO_N "(cached) $ECHO_C" >&6
13182 else
13183 case $PKG_CONFIG in
13184 [\\/]* | ?:[\\/]*)
13185 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
13186 ;;
13187 *)
13188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13189 for as_dir in $PATH
13190 do
13191 IFS=$as_save_IFS
13192 test -z "$as_dir" && as_dir=.
13193 for ac_exec_ext in '' $ac_executable_extensions; do
13194 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13195 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13196 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13197 break 2
13198 fi
13199 done
13200 done
13201 IFS=$as_save_IFS
13202
13203 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
13204 ;;
13205 esac
13206 fi
13207 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
13208 if test -n "$PKG_CONFIG"; then
13209 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
13210 echo "${ECHO_T}$PKG_CONFIG" >&6; }
13211 else
13212 { echo "$as_me:$LINENO: result: no" >&5
13213 echo "${ECHO_T}no" >&6; }
13214 fi
13215
13216
13217 fi
13218
13219 if test "$PKG_CONFIG" = "no" ; then
13220 HAVE_FREETYPE=no
13221 else
13222 PKG_CONFIG_MIN_VERSION=0.9.0
13223 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
13224 { echo "$as_me:$LINENO: checking for freetype2" >&5
13225 echo $ECHO_N "checking for freetype2... $ECHO_C" >&6; }
13226
13227 if $PKG_CONFIG --exists "freetype2" 2>&5; then
13228 { echo "$as_me:$LINENO: result: yes" >&5
13229 echo "${ECHO_T}yes" >&6; }
13230 succeeded=yes
13231
13232 { echo "$as_me:$LINENO: checking FREETYPE_CFLAGS" >&5
13233 echo $ECHO_N "checking FREETYPE_CFLAGS... $ECHO_C" >&6; }
13234 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags "freetype2"|sed -e 's,///*,/,g'`
13235 { echo "$as_me:$LINENO: result: $FREETYPE_CFLAGS" >&5
13236 echo "${ECHO_T}$FREETYPE_CFLAGS" >&6; }
13237
13238 { echo "$as_me:$LINENO: checking FREETYPE_LIBS" >&5
13239 echo $ECHO_N "checking FREETYPE_LIBS... $ECHO_C" >&6; }
13240 FREETYPE_LIBS=`$PKG_CONFIG --libs "freetype2"|sed -e 's,///*,/,g'`
13241 { echo "$as_me:$LINENO: result: $FREETYPE_LIBS" >&5
13242 echo "${ECHO_T}$FREETYPE_LIBS" >&6; }
13243 else
13244 { echo "$as_me:$LINENO: result: no" >&5
13245 echo "${ECHO_T}no" >&6; }
13246 FREETYPE_CFLAGS=""
13247 FREETYPE_LIBS=""
13248 ## If we have a custom action on failure, don't print errors, but
13249 ## do set a variable so people can do so.
13250 FREETYPE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "freetype2"`
13251
13252 fi
13253
13254
13255
13256 else
13257 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
13258 echo "*** See http://www.freedesktop.org/software/pkgconfig"
13259 fi
13260 fi
13261
13262 if test $succeeded = yes; then
13263 HAVE_FREETYPE=yes
13264 else
13265 HAVE_FREETYPE=no
13266 fi
13267
13268 if test "${HAVE_FREETYPE}" = "yes"; then
13269
13270 succeeded=no
13271
13272 if test -z "$PKG_CONFIG"; then
13273 # Extract the first word of "pkg-config", so it can be a program name with args.
13274 set dummy pkg-config; ac_word=$2
13275 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13276 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13277 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
13278 echo $ECHO_N "(cached) $ECHO_C" >&6
13279 else
13280 case $PKG_CONFIG in
13281 [\\/]* | ?:[\\/]*)
13282 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
13283 ;;
13284 *)
13285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13286 for as_dir in $PATH
13287 do
13288 IFS=$as_save_IFS
13289 test -z "$as_dir" && as_dir=.
13290 for ac_exec_ext in '' $ac_executable_extensions; do
13291 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13292 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13293 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13294 break 2
13295 fi
13296 done
13297 done
13298 IFS=$as_save_IFS
13299
13300 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
13301 ;;
13302 esac
13303 fi
13304 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
13305 if test -n "$PKG_CONFIG"; then
13306 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
13307 echo "${ECHO_T}$PKG_CONFIG" >&6; }
13308 else
13309 { echo "$as_me:$LINENO: result: no" >&5
13310 echo "${ECHO_T}no" >&6; }
13311 fi
13312
13313
13314 fi
13315
13316 if test "$PKG_CONFIG" = "no" ; then
13317 HAVE_FC=no
13318 else
13319 PKG_CONFIG_MIN_VERSION=0.9.0
13320 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
13321 { echo "$as_me:$LINENO: checking for fontconfig" >&5
13322 echo $ECHO_N "checking for fontconfig... $ECHO_C" >&6; }
13323
13324 if $PKG_CONFIG --exists "fontconfig" 2>&5; then
13325 { echo "$as_me:$LINENO: result: yes" >&5
13326 echo "${ECHO_T}yes" >&6; }
13327 succeeded=yes
13328
13329 { echo "$as_me:$LINENO: checking FONTCONFIG_CFLAGS" >&5
13330 echo $ECHO_N "checking FONTCONFIG_CFLAGS... $ECHO_C" >&6; }
13331 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags "fontconfig"|sed -e 's,///*,/,g'`
13332 { echo "$as_me:$LINENO: result: $FONTCONFIG_CFLAGS" >&5
13333 echo "${ECHO_T}$FONTCONFIG_CFLAGS" >&6; }
13334
13335 { echo "$as_me:$LINENO: checking FONTCONFIG_LIBS" >&5
13336 echo $ECHO_N "checking FONTCONFIG_LIBS... $ECHO_C" >&6; }
13337 FONTCONFIG_LIBS=`$PKG_CONFIG --libs "fontconfig"|sed -e 's,///*,/,g'`
13338 { echo "$as_me:$LINENO: result: $FONTCONFIG_LIBS" >&5
13339 echo "${ECHO_T}$FONTCONFIG_LIBS" >&6; }
13340 else
13341 { echo "$as_me:$LINENO: result: no" >&5
13342 echo "${ECHO_T}no" >&6; }
13343 FONTCONFIG_CFLAGS=""
13344 FONTCONFIG_LIBS=""
13345 ## If we have a custom action on failure, don't print errors, but
13346 ## do set a variable so people can do so.
13347 FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "fontconfig"`
13348
13349 fi
13350
13351
13352
13353 else
13354 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
13355 echo "*** See http://www.freedesktop.org/software/pkgconfig"
13356 fi
13357 fi
13358
13359 if test $succeeded = yes; then
13360 HAVE_FC=yes
13361 else
13362 HAVE_FC=no
13363 fi
13364
13365 if test "${HAVE_FC}" = "no"; then
13366 HAVE_FREETYPE=no
13367 fi
13368 fi
13369 fi
13370 if test "${HAVE_FREETYPE}" = "yes"; then
13371
13372 cat >>confdefs.h <<\_ACEOF
13373 #define HAVE_FREETYPE 1
13374 _ACEOF
13375
13376 # Extract the first word of "libotf-config", so it can be a program name with args.
13377 set dummy libotf-config; ac_word=$2
13378 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13379 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13380 if test "${ac_cv_prog_HAVE_LIBOTF+set}" = set; then
13381 echo $ECHO_N "(cached) $ECHO_C" >&6
13382 else
13383 if test -n "$HAVE_LIBOTF"; then
13384 ac_cv_prog_HAVE_LIBOTF="$HAVE_LIBOTF" # Let the user override the test.
13385 else
13386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13387 for as_dir in $PATH
13388 do
13389 IFS=$as_save_IFS
13390 test -z "$as_dir" && as_dir=.
13391 for ac_exec_ext in '' $ac_executable_extensions; do
13392 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13393 ac_cv_prog_HAVE_LIBOTF="yes"
13394 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13395 break 2
13396 fi
13397 done
13398 done
13399 IFS=$as_save_IFS
13400
13401 test -z "$ac_cv_prog_HAVE_LIBOTF" && ac_cv_prog_HAVE_LIBOTF="no"
13402 fi
13403 fi
13404 HAVE_LIBOTF=$ac_cv_prog_HAVE_LIBOTF
13405 if test -n "$HAVE_LIBOTF"; then
13406 { echo "$as_me:$LINENO: result: $HAVE_LIBOTF" >&5
13407 echo "${ECHO_T}$HAVE_LIBOTF" >&6; }
13408 else
13409 { echo "$as_me:$LINENO: result: no" >&5
13410 echo "${ECHO_T}no" >&6; }
13411 fi
13412
13413
13414 if test "${HAVE_LIBOTF}" = "yes"; then
13415
13416 { echo "$as_me:$LINENO: checking for OTF_get_features in -lotf" >&5
13417 echo $ECHO_N "checking for OTF_get_features in -lotf... $ECHO_C" >&6; }
13418 if test "${ac_cv_lib_otf_OTF_get_features+set}" = set; then
13419 echo $ECHO_N "(cached) $ECHO_C" >&6
13420 else
13421 ac_check_lib_save_LIBS=$LIBS
13422 LIBS="-lotf $LIBS"
13423 cat >conftest.$ac_ext <<_ACEOF
13424 /* confdefs.h. */
13425 _ACEOF
13426 cat confdefs.h >>conftest.$ac_ext
13427 cat >>conftest.$ac_ext <<_ACEOF
13428 /* end confdefs.h. */
13429
13430 /* Override any GCC internal prototype to avoid an error.
13431 Use char because int might match the return type of a GCC
13432 builtin and then its argument prototype would still apply. */
13433 #ifdef __cplusplus
13434 extern "C"
13435 #endif
13436 char OTF_get_features ();
13437 int
13438 main ()
13439 {
13440 return OTF_get_features ();
13441 ;
13442 return 0;
13443 }
13444 _ACEOF
13445 rm -f conftest.$ac_objext conftest$ac_exeext
13446 if { (ac_try="$ac_link"
13447 case "(($ac_try" in
13448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13449 *) ac_try_echo=$ac_try;;
13450 esac
13451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13452 (eval "$ac_link") 2>conftest.er1
13453 ac_status=$?
13454 grep -v '^ *+' conftest.er1 >conftest.err
13455 rm -f conftest.er1
13456 cat conftest.err >&5
13457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13458 (exit $ac_status); } && {
13459 test -z "$ac_c_werror_flag" ||
13460 test ! -s conftest.err
13461 } && test -s conftest$ac_exeext &&
13462 $as_test_x conftest$ac_exeext; then
13463 ac_cv_lib_otf_OTF_get_features=yes
13464 else
13465 echo "$as_me: failed program was:" >&5
13466 sed 's/^/| /' conftest.$ac_ext >&5
13467
13468 ac_cv_lib_otf_OTF_get_features=no
13469 fi
13470
13471 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13472 conftest$ac_exeext conftest.$ac_ext
13473 LIBS=$ac_check_lib_save_LIBS
13474 fi
13475 { echo "$as_me:$LINENO: result: $ac_cv_lib_otf_OTF_get_features" >&5
13476 echo "${ECHO_T}$ac_cv_lib_otf_OTF_get_features" >&6; }
13477 if test $ac_cv_lib_otf_OTF_get_features = yes; then
13478 cat >>confdefs.h <<_ACEOF
13479 #define HAVE_LIBOTF 1
13480 _ACEOF
13481
13482 LIBS="-lotf $LIBS"
13483
13484 else
13485 HAVE_LIBOTF=no
13486 fi
13487
13488 if test "${HAVE_LIBOTF}" = "yes"; then
13489
13490 cat >>confdefs.h <<\_ACEOF
13491 #define HAVE_LIBOTF 1
13492 _ACEOF
13493
13494 LIBOTF_CFLAGS=`libotf-config --cflags`
13495 LIBOTF_LIBS=`libotf-config --libs`
13496 fi
13497 fi
13498 fi
13499
13500
13501
13502
13503
13504
13505
13506 fi
13507
13508 ### Use -lXpm if available, unless `--with-xpm=no'.
13509 HAVE_XPM=no
13510 if test "${HAVE_X11}" = "yes"; then
13511 if test "${with_xpm}" != "no"; then
13512 if test "${ac_cv_header_X11_xpm_h+set}" = set; then
13513 { echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
13514 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6; }
13515 if test "${ac_cv_header_X11_xpm_h+set}" = set; then
13516 echo $ECHO_N "(cached) $ECHO_C" >&6
13517 fi
13518 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_xpm_h" >&5
13519 echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6; }
13520 else
13521 # Is the header compilable?
13522 { echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5
13523 echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6; }
13524 cat >conftest.$ac_ext <<_ACEOF
13525 /* confdefs.h. */
13526 _ACEOF
13527 cat confdefs.h >>conftest.$ac_ext
13528 cat >>conftest.$ac_ext <<_ACEOF
13529 /* end confdefs.h. */
13530 $ac_includes_default
13531 #include <X11/xpm.h>
13532 _ACEOF
13533 rm -f conftest.$ac_objext
13534 if { (ac_try="$ac_compile"
13535 case "(($ac_try" in
13536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13537 *) ac_try_echo=$ac_try;;
13538 esac
13539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13540 (eval "$ac_compile") 2>conftest.er1
13541 ac_status=$?
13542 grep -v '^ *+' conftest.er1 >conftest.err
13543 rm -f conftest.er1
13544 cat conftest.err >&5
13545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13546 (exit $ac_status); } && {
13547 test -z "$ac_c_werror_flag" ||
13548 test ! -s conftest.err
13549 } && test -s conftest.$ac_objext; then
13550 ac_header_compiler=yes
13551 else
13552 echo "$as_me: failed program was:" >&5
13553 sed 's/^/| /' conftest.$ac_ext >&5
13554
13555 ac_header_compiler=no
13556 fi
13557
13558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13559 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13560 echo "${ECHO_T}$ac_header_compiler" >&6; }
13561
13562 # Is the header present?
13563 { echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5
13564 echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6; }
13565 cat >conftest.$ac_ext <<_ACEOF
13566 /* confdefs.h. */
13567 _ACEOF
13568 cat confdefs.h >>conftest.$ac_ext
13569 cat >>conftest.$ac_ext <<_ACEOF
13570 /* end confdefs.h. */
13571 #include <X11/xpm.h>
13572 _ACEOF
13573 if { (ac_try="$ac_cpp conftest.$ac_ext"
13574 case "(($ac_try" in
13575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13576 *) ac_try_echo=$ac_try;;
13577 esac
13578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13579 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13580 ac_status=$?
13581 grep -v '^ *+' conftest.er1 >conftest.err
13582 rm -f conftest.er1
13583 cat conftest.err >&5
13584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13585 (exit $ac_status); } >/dev/null && {
13586 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13587 test ! -s conftest.err
13588 }; then
13589 ac_header_preproc=yes
13590 else
13591 echo "$as_me: failed program was:" >&5
13592 sed 's/^/| /' conftest.$ac_ext >&5
13593
13594 ac_header_preproc=no
13595 fi
13596
13597 rm -f conftest.err conftest.$ac_ext
13598 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13599 echo "${ECHO_T}$ac_header_preproc" >&6; }
13600
13601 # So? What about this header?
13602 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13603 yes:no: )
13604 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5
13605 echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13606 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the compiler's result" >&5
13607 echo "$as_me: WARNING: X11/xpm.h: proceeding with the compiler's result" >&2;}
13608 ac_header_preproc=yes
13609 ;;
13610 no:yes:* )
13611 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5
13612 echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;}
13613 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5
13614 echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;}
13615 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: see the Autoconf documentation" >&5
13616 echo "$as_me: WARNING: X11/xpm.h: see the Autoconf documentation" >&2;}
13617 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&5
13618 echo "$as_me: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&2;}
13619 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5
13620 echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;}
13621 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&5
13622 echo "$as_me: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&2;}
13623
13624 ;;
13625 esac
13626 { echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
13627 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6; }
13628 if test "${ac_cv_header_X11_xpm_h+set}" = set; then
13629 echo $ECHO_N "(cached) $ECHO_C" >&6
13630 else
13631 ac_cv_header_X11_xpm_h=$ac_header_preproc
13632 fi
13633 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_xpm_h" >&5
13634 echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6; }
13635
13636 fi
13637 if test $ac_cv_header_X11_xpm_h = yes; then
13638 { echo "$as_me:$LINENO: checking for XpmReadFileToPixmap in -lXpm" >&5
13639 echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6; }
13640 if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then
13641 echo $ECHO_N "(cached) $ECHO_C" >&6
13642 else
13643 ac_check_lib_save_LIBS=$LIBS
13644 LIBS="-lXpm -lX11 $LIBS"
13645 cat >conftest.$ac_ext <<_ACEOF
13646 /* confdefs.h. */
13647 _ACEOF
13648 cat confdefs.h >>conftest.$ac_ext
13649 cat >>conftest.$ac_ext <<_ACEOF
13650 /* end confdefs.h. */
13651
13652 /* Override any GCC internal prototype to avoid an error.
13653 Use char because int might match the return type of a GCC
13654 builtin and then its argument prototype would still apply. */
13655 #ifdef __cplusplus
13656 extern "C"
13657 #endif
13658 char XpmReadFileToPixmap ();
13659 int
13660 main ()
13661 {
13662 return XpmReadFileToPixmap ();
13663 ;
13664 return 0;
13665 }
13666 _ACEOF
13667 rm -f conftest.$ac_objext conftest$ac_exeext
13668 if { (ac_try="$ac_link"
13669 case "(($ac_try" in
13670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13671 *) ac_try_echo=$ac_try;;
13672 esac
13673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13674 (eval "$ac_link") 2>conftest.er1
13675 ac_status=$?
13676 grep -v '^ *+' conftest.er1 >conftest.err
13677 rm -f conftest.er1
13678 cat conftest.err >&5
13679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13680 (exit $ac_status); } && {
13681 test -z "$ac_c_werror_flag" ||
13682 test ! -s conftest.err
13683 } && test -s conftest$ac_exeext &&
13684 $as_test_x conftest$ac_exeext; then
13685 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
13686 else
13687 echo "$as_me: failed program was:" >&5
13688 sed 's/^/| /' conftest.$ac_ext >&5
13689
13690 ac_cv_lib_Xpm_XpmReadFileToPixmap=no
13691 fi
13692
13693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13694 conftest$ac_exeext conftest.$ac_ext
13695 LIBS=$ac_check_lib_save_LIBS
13696 fi
13697 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
13698 echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; }
13699 if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then
13700 HAVE_XPM=yes
13701 fi
13702
13703 fi
13704
13705
13706 if test "${HAVE_XPM}" = "yes"; then
13707 { echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5
13708 echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6; }
13709 cat >conftest.$ac_ext <<_ACEOF
13710 /* confdefs.h. */
13711 _ACEOF
13712 cat confdefs.h >>conftest.$ac_ext
13713 cat >>conftest.$ac_ext <<_ACEOF
13714 /* end confdefs.h. */
13715 #include "X11/xpm.h"
13716 #ifndef XpmReturnAllocPixels
13717 no_return_alloc_pixels
13718 #endif
13719
13720 _ACEOF
13721 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13722 $EGREP "no_return_alloc_pixels" >/dev/null 2>&1; then
13723 HAVE_XPM=no
13724 else
13725 HAVE_XPM=yes
13726 fi
13727 rm -f conftest*
13728
13729
13730 if test "${HAVE_XPM}" = "yes"; then
13731 { echo "$as_me:$LINENO: result: yes" >&5
13732 echo "${ECHO_T}yes" >&6; }
13733 else
13734 { echo "$as_me:$LINENO: result: no" >&5
13735 echo "${ECHO_T}no" >&6; }
13736 fi
13737 fi
13738 fi
13739
13740 if test "${HAVE_XPM}" = "yes"; then
13741
13742 cat >>confdefs.h <<\_ACEOF
13743 #define HAVE_XPM 1
13744 _ACEOF
13745
13746 fi
13747 fi
13748
13749 ### Use -ljpeg if available, unless `--with-jpeg=no'.
13750 HAVE_JPEG=no
13751 if test "${HAVE_X11}" = "yes"; then
13752 if test "${with_jpeg}" != "no"; then
13753 if test "${ac_cv_header_jerror_h+set}" = set; then
13754 { echo "$as_me:$LINENO: checking for jerror.h" >&5
13755 echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6; }
13756 if test "${ac_cv_header_jerror_h+set}" = set; then
13757 echo $ECHO_N "(cached) $ECHO_C" >&6
13758 fi
13759 { echo "$as_me:$LINENO: result: $ac_cv_header_jerror_h" >&5
13760 echo "${ECHO_T}$ac_cv_header_jerror_h" >&6; }
13761 else
13762 # Is the header compilable?
13763 { echo "$as_me:$LINENO: checking jerror.h usability" >&5
13764 echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6; }
13765 cat >conftest.$ac_ext <<_ACEOF
13766 /* confdefs.h. */
13767 _ACEOF
13768 cat confdefs.h >>conftest.$ac_ext
13769 cat >>conftest.$ac_ext <<_ACEOF
13770 /* end confdefs.h. */
13771 $ac_includes_default
13772 #include <jerror.h>
13773 _ACEOF
13774 rm -f conftest.$ac_objext
13775 if { (ac_try="$ac_compile"
13776 case "(($ac_try" in
13777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13778 *) ac_try_echo=$ac_try;;
13779 esac
13780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13781 (eval "$ac_compile") 2>conftest.er1
13782 ac_status=$?
13783 grep -v '^ *+' conftest.er1 >conftest.err
13784 rm -f conftest.er1
13785 cat conftest.err >&5
13786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13787 (exit $ac_status); } && {
13788 test -z "$ac_c_werror_flag" ||
13789 test ! -s conftest.err
13790 } && test -s conftest.$ac_objext; then
13791 ac_header_compiler=yes
13792 else
13793 echo "$as_me: failed program was:" >&5
13794 sed 's/^/| /' conftest.$ac_ext >&5
13795
13796 ac_header_compiler=no
13797 fi
13798
13799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13800 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13801 echo "${ECHO_T}$ac_header_compiler" >&6; }
13802
13803 # Is the header present?
13804 { echo "$as_me:$LINENO: checking jerror.h presence" >&5
13805 echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6; }
13806 cat >conftest.$ac_ext <<_ACEOF
13807 /* confdefs.h. */
13808 _ACEOF
13809 cat confdefs.h >>conftest.$ac_ext
13810 cat >>conftest.$ac_ext <<_ACEOF
13811 /* end confdefs.h. */
13812 #include <jerror.h>
13813 _ACEOF
13814 if { (ac_try="$ac_cpp conftest.$ac_ext"
13815 case "(($ac_try" in
13816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13817 *) ac_try_echo=$ac_try;;
13818 esac
13819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13820 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13821 ac_status=$?
13822 grep -v '^ *+' conftest.er1 >conftest.err
13823 rm -f conftest.er1
13824 cat conftest.err >&5
13825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13826 (exit $ac_status); } >/dev/null && {
13827 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13828 test ! -s conftest.err
13829 }; then
13830 ac_header_preproc=yes
13831 else
13832 echo "$as_me: failed program was:" >&5
13833 sed 's/^/| /' conftest.$ac_ext >&5
13834
13835 ac_header_preproc=no
13836 fi
13837
13838 rm -f conftest.err conftest.$ac_ext
13839 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13840 echo "${ECHO_T}$ac_header_preproc" >&6; }
13841
13842 # So? What about this header?
13843 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13844 yes:no: )
13845 { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5
13846 echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13847 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the compiler's result" >&5
13848 echo "$as_me: WARNING: jerror.h: proceeding with the compiler's result" >&2;}
13849 ac_header_preproc=yes
13850 ;;
13851 no:yes:* )
13852 { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5
13853 echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;}
13854 { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5
13855 echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;}
13856 { echo "$as_me:$LINENO: WARNING: jerror.h: see the Autoconf documentation" >&5
13857 echo "$as_me: WARNING: jerror.h: see the Autoconf documentation" >&2;}
13858 { echo "$as_me:$LINENO: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&5
13859 echo "$as_me: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&2;}
13860 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5
13861 echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;}
13862 { echo "$as_me:$LINENO: WARNING: jerror.h: in the future, the compiler will take precedence" >&5
13863 echo "$as_me: WARNING: jerror.h: in the future, the compiler will take precedence" >&2;}
13864
13865 ;;
13866 esac
13867 { echo "$as_me:$LINENO: checking for jerror.h" >&5
13868 echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6; }
13869 if test "${ac_cv_header_jerror_h+set}" = set; then
13870 echo $ECHO_N "(cached) $ECHO_C" >&6
13871 else
13872 ac_cv_header_jerror_h=$ac_header_preproc
13873 fi
13874 { echo "$as_me:$LINENO: result: $ac_cv_header_jerror_h" >&5
13875 echo "${ECHO_T}$ac_cv_header_jerror_h" >&6; }
13876
13877 fi
13878 if test $ac_cv_header_jerror_h = yes; then
13879 { echo "$as_me:$LINENO: checking for jpeg_destroy_compress in -ljpeg" >&5
13880 echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6; }
13881 if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then
13882 echo $ECHO_N "(cached) $ECHO_C" >&6
13883 else
13884 ac_check_lib_save_LIBS=$LIBS
13885 LIBS="-ljpeg $LIBS"
13886 cat >conftest.$ac_ext <<_ACEOF
13887 /* confdefs.h. */
13888 _ACEOF
13889 cat confdefs.h >>conftest.$ac_ext
13890 cat >>conftest.$ac_ext <<_ACEOF
13891 /* end confdefs.h. */
13892
13893 /* Override any GCC internal prototype to avoid an error.
13894 Use char because int might match the return type of a GCC
13895 builtin and then its argument prototype would still apply. */
13896 #ifdef __cplusplus
13897 extern "C"
13898 #endif
13899 char jpeg_destroy_compress ();
13900 int
13901 main ()
13902 {
13903 return jpeg_destroy_compress ();
13904 ;
13905 return 0;
13906 }
13907 _ACEOF
13908 rm -f conftest.$ac_objext conftest$ac_exeext
13909 if { (ac_try="$ac_link"
13910 case "(($ac_try" in
13911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13912 *) ac_try_echo=$ac_try;;
13913 esac
13914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13915 (eval "$ac_link") 2>conftest.er1
13916 ac_status=$?
13917 grep -v '^ *+' conftest.er1 >conftest.err
13918 rm -f conftest.er1
13919 cat conftest.err >&5
13920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13921 (exit $ac_status); } && {
13922 test -z "$ac_c_werror_flag" ||
13923 test ! -s conftest.err
13924 } && test -s conftest$ac_exeext &&
13925 $as_test_x conftest$ac_exeext; then
13926 ac_cv_lib_jpeg_jpeg_destroy_compress=yes
13927 else
13928 echo "$as_me: failed program was:" >&5
13929 sed 's/^/| /' conftest.$ac_ext >&5
13930
13931 ac_cv_lib_jpeg_jpeg_destroy_compress=no
13932 fi
13933
13934 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13935 conftest$ac_exeext conftest.$ac_ext
13936 LIBS=$ac_check_lib_save_LIBS
13937 fi
13938 { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
13939 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; }
13940 if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then
13941 HAVE_JPEG=yes
13942 fi
13943
13944 fi
13945
13946
13947 fi
13948
13949
13950 if test "${HAVE_JPEG}" = "yes"; then
13951 cat >>confdefs.h <<\_ACEOF
13952 #define HAVE_JPEG 1
13953 _ACEOF
13954
13955 cat >conftest.$ac_ext <<_ACEOF
13956 /* confdefs.h. */
13957 _ACEOF
13958 cat confdefs.h >>conftest.$ac_ext
13959 cat >>conftest.$ac_ext <<_ACEOF
13960 /* end confdefs.h. */
13961 #include <jpeglib.h>
13962 version=JPEG_LIB_VERSION
13963
13964 _ACEOF
13965 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13966 $EGREP "version= *(6[2-9]|[7-9][0-9])" >/dev/null 2>&1; then
13967 cat >>confdefs.h <<\_ACEOF
13968 #define HAVE_JPEG 1
13969 _ACEOF
13970
13971 else
13972 { echo "$as_me:$LINENO: WARNING: libjpeg found, but not version 6b or later" >&5
13973 echo "$as_me: WARNING: libjpeg found, but not version 6b or later" >&2;}
13974 HAVE_JPEG=no
13975 fi
13976 rm -f conftest*
13977
13978 fi
13979 fi
13980
13981 ### Use -lpng if available, unless `--with-png=no'.
13982 HAVE_PNG=no
13983 if test "${HAVE_X11}" = "yes"; then
13984 if test "${with_png}" != "no"; then
13985 # Debian unstable as of July 2003 has multiple libpngs, and puts png.h
13986 # in /usr/include/libpng.
13987
13988
13989 for ac_header in png.h libpng/png.h
13990 do
13991 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13992 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13993 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13994 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13995 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13996 echo $ECHO_N "(cached) $ECHO_C" >&6
13997 fi
13998 ac_res=`eval echo '${'$as_ac_Header'}'`
13999 { echo "$as_me:$LINENO: result: $ac_res" >&5
14000 echo "${ECHO_T}$ac_res" >&6; }
14001 else
14002 # Is the header compilable?
14003 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
14004 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
14005 cat >conftest.$ac_ext <<_ACEOF
14006 /* confdefs.h. */
14007 _ACEOF
14008 cat confdefs.h >>conftest.$ac_ext
14009 cat >>conftest.$ac_ext <<_ACEOF
14010 /* end confdefs.h. */
14011 $ac_includes_default
14012 #include <$ac_header>
14013 _ACEOF
14014 rm -f conftest.$ac_objext
14015 if { (ac_try="$ac_compile"
14016 case "(($ac_try" in
14017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14018 *) ac_try_echo=$ac_try;;
14019 esac
14020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14021 (eval "$ac_compile") 2>conftest.er1
14022 ac_status=$?
14023 grep -v '^ *+' conftest.er1 >conftest.err
14024 rm -f conftest.er1
14025 cat conftest.err >&5
14026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14027 (exit $ac_status); } && {
14028 test -z "$ac_c_werror_flag" ||
14029 test ! -s conftest.err
14030 } && test -s conftest.$ac_objext; then
14031 ac_header_compiler=yes
14032 else
14033 echo "$as_me: failed program was:" >&5
14034 sed 's/^/| /' conftest.$ac_ext >&5
14035
14036 ac_header_compiler=no
14037 fi
14038
14039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14040 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14041 echo "${ECHO_T}$ac_header_compiler" >&6; }
14042
14043 # Is the header present?
14044 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
14045 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
14046 cat >conftest.$ac_ext <<_ACEOF
14047 /* confdefs.h. */
14048 _ACEOF
14049 cat confdefs.h >>conftest.$ac_ext
14050 cat >>conftest.$ac_ext <<_ACEOF
14051 /* end confdefs.h. */
14052 #include <$ac_header>
14053 _ACEOF
14054 if { (ac_try="$ac_cpp conftest.$ac_ext"
14055 case "(($ac_try" in
14056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14057 *) ac_try_echo=$ac_try;;
14058 esac
14059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14060 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14061 ac_status=$?
14062 grep -v '^ *+' conftest.er1 >conftest.err
14063 rm -f conftest.er1
14064 cat conftest.err >&5
14065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14066 (exit $ac_status); } >/dev/null && {
14067 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14068 test ! -s conftest.err
14069 }; then
14070 ac_header_preproc=yes
14071 else
14072 echo "$as_me: failed program was:" >&5
14073 sed 's/^/| /' conftest.$ac_ext >&5
14074
14075 ac_header_preproc=no
14076 fi
14077
14078 rm -f conftest.err conftest.$ac_ext
14079 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14080 echo "${ECHO_T}$ac_header_preproc" >&6; }
14081
14082 # So? What about this header?
14083 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14084 yes:no: )
14085 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14086 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14087 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14088 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14089 ac_header_preproc=yes
14090 ;;
14091 no:yes:* )
14092 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14093 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14094 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14095 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14096 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14097 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14098 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14099 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14100 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14101 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14102 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14103 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14104
14105 ;;
14106 esac
14107 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14108 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14109 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14110 echo $ECHO_N "(cached) $ECHO_C" >&6
14111 else
14112 eval "$as_ac_Header=\$ac_header_preproc"
14113 fi
14114 ac_res=`eval echo '${'$as_ac_Header'}'`
14115 { echo "$as_me:$LINENO: result: $ac_res" >&5
14116 echo "${ECHO_T}$ac_res" >&6; }
14117
14118 fi
14119 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14120 cat >>confdefs.h <<_ACEOF
14121 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14122 _ACEOF
14123
14124 fi
14125
14126 done
14127
14128 if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then
14129 { echo "$as_me:$LINENO: checking for png_get_channels in -lpng" >&5
14130 echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6; }
14131 if test "${ac_cv_lib_png_png_get_channels+set}" = set; then
14132 echo $ECHO_N "(cached) $ECHO_C" >&6
14133 else
14134 ac_check_lib_save_LIBS=$LIBS
14135 LIBS="-lpng -lz -lm $LIBS"
14136 cat >conftest.$ac_ext <<_ACEOF
14137 /* confdefs.h. */
14138 _ACEOF
14139 cat confdefs.h >>conftest.$ac_ext
14140 cat >>conftest.$ac_ext <<_ACEOF
14141 /* end confdefs.h. */
14142
14143 /* Override any GCC internal prototype to avoid an error.
14144 Use char because int might match the return type of a GCC
14145 builtin and then its argument prototype would still apply. */
14146 #ifdef __cplusplus
14147 extern "C"
14148 #endif
14149 char png_get_channels ();
14150 int
14151 main ()
14152 {
14153 return png_get_channels ();
14154 ;
14155 return 0;
14156 }
14157 _ACEOF
14158 rm -f conftest.$ac_objext conftest$ac_exeext
14159 if { (ac_try="$ac_link"
14160 case "(($ac_try" in
14161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14162 *) ac_try_echo=$ac_try;;
14163 esac
14164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14165 (eval "$ac_link") 2>conftest.er1
14166 ac_status=$?
14167 grep -v '^ *+' conftest.er1 >conftest.err
14168 rm -f conftest.er1
14169 cat conftest.err >&5
14170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14171 (exit $ac_status); } && {
14172 test -z "$ac_c_werror_flag" ||
14173 test ! -s conftest.err
14174 } && test -s conftest$ac_exeext &&
14175 $as_test_x conftest$ac_exeext; then
14176 ac_cv_lib_png_png_get_channels=yes
14177 else
14178 echo "$as_me: failed program was:" >&5
14179 sed 's/^/| /' conftest.$ac_ext >&5
14180
14181 ac_cv_lib_png_png_get_channels=no
14182 fi
14183
14184 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14185 conftest$ac_exeext conftest.$ac_ext
14186 LIBS=$ac_check_lib_save_LIBS
14187 fi
14188 { echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_get_channels" >&5
14189 echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6; }
14190 if test $ac_cv_lib_png_png_get_channels = yes; then
14191 HAVE_PNG=yes
14192 fi
14193
14194 fi
14195 fi
14196
14197 if test "${HAVE_PNG}" = "yes"; then
14198
14199 cat >>confdefs.h <<\_ACEOF
14200 #define HAVE_PNG 1
14201 _ACEOF
14202
14203 fi
14204 fi
14205
14206 ### Use -ltiff if available, unless `--with-tiff=no'.
14207 HAVE_TIFF=no
14208 if test "${HAVE_X11}" = "yes"; then
14209 if test "${with_tiff}" != "no"; then
14210 if test "${ac_cv_header_tiffio_h+set}" = set; then
14211 { echo "$as_me:$LINENO: checking for tiffio.h" >&5
14212 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6; }
14213 if test "${ac_cv_header_tiffio_h+set}" = set; then
14214 echo $ECHO_N "(cached) $ECHO_C" >&6
14215 fi
14216 { echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
14217 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6; }
14218 else
14219 # Is the header compilable?
14220 { echo "$as_me:$LINENO: checking tiffio.h usability" >&5
14221 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6; }
14222 cat >conftest.$ac_ext <<_ACEOF
14223 /* confdefs.h. */
14224 _ACEOF
14225 cat confdefs.h >>conftest.$ac_ext
14226 cat >>conftest.$ac_ext <<_ACEOF
14227 /* end confdefs.h. */
14228 $ac_includes_default
14229 #include <tiffio.h>
14230 _ACEOF
14231 rm -f conftest.$ac_objext
14232 if { (ac_try="$ac_compile"
14233 case "(($ac_try" in
14234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14235 *) ac_try_echo=$ac_try;;
14236 esac
14237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14238 (eval "$ac_compile") 2>conftest.er1
14239 ac_status=$?
14240 grep -v '^ *+' conftest.er1 >conftest.err
14241 rm -f conftest.er1
14242 cat conftest.err >&5
14243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14244 (exit $ac_status); } && {
14245 test -z "$ac_c_werror_flag" ||
14246 test ! -s conftest.err
14247 } && test -s conftest.$ac_objext; then
14248 ac_header_compiler=yes
14249 else
14250 echo "$as_me: failed program was:" >&5
14251 sed 's/^/| /' conftest.$ac_ext >&5
14252
14253 ac_header_compiler=no
14254 fi
14255
14256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14257 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14258 echo "${ECHO_T}$ac_header_compiler" >&6; }
14259
14260 # Is the header present?
14261 { echo "$as_me:$LINENO: checking tiffio.h presence" >&5
14262 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6; }
14263 cat >conftest.$ac_ext <<_ACEOF
14264 /* confdefs.h. */
14265 _ACEOF
14266 cat confdefs.h >>conftest.$ac_ext
14267 cat >>conftest.$ac_ext <<_ACEOF
14268 /* end confdefs.h. */
14269 #include <tiffio.h>
14270 _ACEOF
14271 if { (ac_try="$ac_cpp conftest.$ac_ext"
14272 case "(($ac_try" in
14273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14274 *) ac_try_echo=$ac_try;;
14275 esac
14276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14277 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14278 ac_status=$?
14279 grep -v '^ *+' conftest.er1 >conftest.err
14280 rm -f conftest.er1
14281 cat conftest.err >&5
14282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14283 (exit $ac_status); } >/dev/null && {
14284 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14285 test ! -s conftest.err
14286 }; then
14287 ac_header_preproc=yes
14288 else
14289 echo "$as_me: failed program was:" >&5
14290 sed 's/^/| /' conftest.$ac_ext >&5
14291
14292 ac_header_preproc=no
14293 fi
14294
14295 rm -f conftest.err conftest.$ac_ext
14296 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14297 echo "${ECHO_T}$ac_header_preproc" >&6; }
14298
14299 # So? What about this header?
14300 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14301 yes:no: )
14302 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
14303 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14304 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
14305 echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
14306 ac_header_preproc=yes
14307 ;;
14308 no:yes:* )
14309 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
14310 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
14311 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
14312 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
14313 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
14314 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
14315 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
14316 echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
14317 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
14318 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
14319 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
14320 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
14321
14322 ;;
14323 esac
14324 { echo "$as_me:$LINENO: checking for tiffio.h" >&5
14325 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6; }
14326 if test "${ac_cv_header_tiffio_h+set}" = set; then
14327 echo $ECHO_N "(cached) $ECHO_C" >&6
14328 else
14329 ac_cv_header_tiffio_h=$ac_header_preproc
14330 fi
14331 { echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
14332 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6; }
14333
14334 fi
14335 if test $ac_cv_header_tiffio_h = yes; then
14336 tifflibs="-lz -lm"
14337 # At least one tiff package requires the jpeg library.
14338 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
14339 { echo "$as_me:$LINENO: checking for TIFFGetVersion in -ltiff" >&5
14340 echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6; }
14341 if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then
14342 echo $ECHO_N "(cached) $ECHO_C" >&6
14343 else
14344 ac_check_lib_save_LIBS=$LIBS
14345 LIBS="-ltiff $tifflibs $LIBS"
14346 cat >conftest.$ac_ext <<_ACEOF
14347 /* confdefs.h. */
14348 _ACEOF
14349 cat confdefs.h >>conftest.$ac_ext
14350 cat >>conftest.$ac_ext <<_ACEOF
14351 /* end confdefs.h. */
14352
14353 /* Override any GCC internal prototype to avoid an error.
14354 Use char because int might match the return type of a GCC
14355 builtin and then its argument prototype would still apply. */
14356 #ifdef __cplusplus
14357 extern "C"
14358 #endif
14359 char TIFFGetVersion ();
14360 int
14361 main ()
14362 {
14363 return TIFFGetVersion ();
14364 ;
14365 return 0;
14366 }
14367 _ACEOF
14368 rm -f conftest.$ac_objext conftest$ac_exeext
14369 if { (ac_try="$ac_link"
14370 case "(($ac_try" in
14371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14372 *) ac_try_echo=$ac_try;;
14373 esac
14374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14375 (eval "$ac_link") 2>conftest.er1
14376 ac_status=$?
14377 grep -v '^ *+' conftest.er1 >conftest.err
14378 rm -f conftest.er1
14379 cat conftest.err >&5
14380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14381 (exit $ac_status); } && {
14382 test -z "$ac_c_werror_flag" ||
14383 test ! -s conftest.err
14384 } && test -s conftest$ac_exeext &&
14385 $as_test_x conftest$ac_exeext; then
14386 ac_cv_lib_tiff_TIFFGetVersion=yes
14387 else
14388 echo "$as_me: failed program was:" >&5
14389 sed 's/^/| /' conftest.$ac_ext >&5
14390
14391 ac_cv_lib_tiff_TIFFGetVersion=no
14392 fi
14393
14394 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14395 conftest$ac_exeext conftest.$ac_ext
14396 LIBS=$ac_check_lib_save_LIBS
14397 fi
14398 { echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
14399 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6; }
14400 if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then
14401 HAVE_TIFF=yes
14402 fi
14403
14404 fi
14405
14406
14407 fi
14408
14409 if test "${HAVE_TIFF}" = "yes"; then
14410
14411 cat >>confdefs.h <<\_ACEOF
14412 #define HAVE_TIFF 1
14413 _ACEOF
14414
14415 fi
14416 fi
14417
14418 ### Use -lgif or -lungif if available, unless `--with-gif=no'.
14419 HAVE_GIF=no
14420 if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then
14421 if test "${ac_cv_header_gif_lib_h+set}" = set; then
14422 { echo "$as_me:$LINENO: checking for gif_lib.h" >&5
14423 echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6; }
14424 if test "${ac_cv_header_gif_lib_h+set}" = set; then
14425 echo $ECHO_N "(cached) $ECHO_C" >&6
14426 fi
14427 { echo "$as_me:$LINENO: result: $ac_cv_header_gif_lib_h" >&5
14428 echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6; }
14429 else
14430 # Is the header compilable?
14431 { echo "$as_me:$LINENO: checking gif_lib.h usability" >&5
14432 echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6; }
14433 cat >conftest.$ac_ext <<_ACEOF
14434 /* confdefs.h. */
14435 _ACEOF
14436 cat confdefs.h >>conftest.$ac_ext
14437 cat >>conftest.$ac_ext <<_ACEOF
14438 /* end confdefs.h. */
14439 $ac_includes_default
14440 #include <gif_lib.h>
14441 _ACEOF
14442 rm -f conftest.$ac_objext
14443 if { (ac_try="$ac_compile"
14444 case "(($ac_try" in
14445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14446 *) ac_try_echo=$ac_try;;
14447 esac
14448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14449 (eval "$ac_compile") 2>conftest.er1
14450 ac_status=$?
14451 grep -v '^ *+' conftest.er1 >conftest.err
14452 rm -f conftest.er1
14453 cat conftest.err >&5
14454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14455 (exit $ac_status); } && {
14456 test -z "$ac_c_werror_flag" ||
14457 test ! -s conftest.err
14458 } && test -s conftest.$ac_objext; then
14459 ac_header_compiler=yes
14460 else
14461 echo "$as_me: failed program was:" >&5
14462 sed 's/^/| /' conftest.$ac_ext >&5
14463
14464 ac_header_compiler=no
14465 fi
14466
14467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14468 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14469 echo "${ECHO_T}$ac_header_compiler" >&6; }
14470
14471 # Is the header present?
14472 { echo "$as_me:$LINENO: checking gif_lib.h presence" >&5
14473 echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6; }
14474 cat >conftest.$ac_ext <<_ACEOF
14475 /* confdefs.h. */
14476 _ACEOF
14477 cat confdefs.h >>conftest.$ac_ext
14478 cat >>conftest.$ac_ext <<_ACEOF
14479 /* end confdefs.h. */
14480 #include <gif_lib.h>
14481 _ACEOF
14482 if { (ac_try="$ac_cpp conftest.$ac_ext"
14483 case "(($ac_try" in
14484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14485 *) ac_try_echo=$ac_try;;
14486 esac
14487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14488 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14489 ac_status=$?
14490 grep -v '^ *+' conftest.er1 >conftest.err
14491 rm -f conftest.er1
14492 cat conftest.err >&5
14493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14494 (exit $ac_status); } >/dev/null && {
14495 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14496 test ! -s conftest.err
14497 }; then
14498 ac_header_preproc=yes
14499 else
14500 echo "$as_me: failed program was:" >&5
14501 sed 's/^/| /' conftest.$ac_ext >&5
14502
14503 ac_header_preproc=no
14504 fi
14505
14506 rm -f conftest.err conftest.$ac_ext
14507 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14508 echo "${ECHO_T}$ac_header_preproc" >&6; }
14509
14510 # So? What about this header?
14511 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14512 yes:no: )
14513 { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5
14514 echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14515 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the compiler's result" >&5
14516 echo "$as_me: WARNING: gif_lib.h: proceeding with the compiler's result" >&2;}
14517 ac_header_preproc=yes
14518 ;;
14519 no:yes:* )
14520 { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5
14521 echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;}
14522 { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5
14523 echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;}
14524 { echo "$as_me:$LINENO: WARNING: gif_lib.h: see the Autoconf documentation" >&5
14525 echo "$as_me: WARNING: gif_lib.h: see the Autoconf documentation" >&2;}
14526 { echo "$as_me:$LINENO: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&5
14527 echo "$as_me: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&2;}
14528 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5
14529 echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;}
14530 { echo "$as_me:$LINENO: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&5
14531 echo "$as_me: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&2;}
14532
14533 ;;
14534 esac
14535 { echo "$as_me:$LINENO: checking for gif_lib.h" >&5
14536 echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6; }
14537 if test "${ac_cv_header_gif_lib_h+set}" = set; then
14538 echo $ECHO_N "(cached) $ECHO_C" >&6
14539 else
14540 ac_cv_header_gif_lib_h=$ac_header_preproc
14541 fi
14542 { echo "$as_me:$LINENO: result: $ac_cv_header_gif_lib_h" >&5
14543 echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6; }
14544
14545 fi
14546 if test $ac_cv_header_gif_lib_h = yes; then
14547 # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
14548 # Earlier versions can crash Emacs.
14549 { echo "$as_me:$LINENO: checking for EGifPutExtensionLast in -lgif" >&5
14550 echo $ECHO_N "checking for EGifPutExtensionLast in -lgif... $ECHO_C" >&6; }
14551 if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then
14552 echo $ECHO_N "(cached) $ECHO_C" >&6
14553 else
14554 ac_check_lib_save_LIBS=$LIBS
14555 LIBS="-lgif $LIBS"
14556 cat >conftest.$ac_ext <<_ACEOF
14557 /* confdefs.h. */
14558 _ACEOF
14559 cat confdefs.h >>conftest.$ac_ext
14560 cat >>conftest.$ac_ext <<_ACEOF
14561 /* end confdefs.h. */
14562
14563 /* Override any GCC internal prototype to avoid an error.
14564 Use char because int might match the return type of a GCC
14565 builtin and then its argument prototype would still apply. */
14566 #ifdef __cplusplus
14567 extern "C"
14568 #endif
14569 char EGifPutExtensionLast ();
14570 int
14571 main ()
14572 {
14573 return EGifPutExtensionLast ();
14574 ;
14575 return 0;
14576 }
14577 _ACEOF
14578 rm -f conftest.$ac_objext conftest$ac_exeext
14579 if { (ac_try="$ac_link"
14580 case "(($ac_try" in
14581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14582 *) ac_try_echo=$ac_try;;
14583 esac
14584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14585 (eval "$ac_link") 2>conftest.er1
14586 ac_status=$?
14587 grep -v '^ *+' conftest.er1 >conftest.err
14588 rm -f conftest.er1
14589 cat conftest.err >&5
14590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14591 (exit $ac_status); } && {
14592 test -z "$ac_c_werror_flag" ||
14593 test ! -s conftest.err
14594 } && test -s conftest$ac_exeext &&
14595 $as_test_x conftest$ac_exeext; then
14596 ac_cv_lib_gif_EGifPutExtensionLast=yes
14597 else
14598 echo "$as_me: failed program was:" >&5
14599 sed 's/^/| /' conftest.$ac_ext >&5
14600
14601 ac_cv_lib_gif_EGifPutExtensionLast=no
14602 fi
14603
14604 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14605 conftest$ac_exeext conftest.$ac_ext
14606 LIBS=$ac_check_lib_save_LIBS
14607 fi
14608 { echo "$as_me:$LINENO: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5
14609 echo "${ECHO_T}$ac_cv_lib_gif_EGifPutExtensionLast" >&6; }
14610 if test $ac_cv_lib_gif_EGifPutExtensionLast = yes; then
14611 HAVE_GIF=yes
14612 else
14613 try_libungif=yes
14614 fi
14615
14616 fi
14617
14618
14619
14620 if test "$HAVE_GIF" = yes; then
14621 ac_gif_lib_name="-lgif"
14622 fi
14623
14624 # If gif_lib.h but no libgif, try libungif.
14625 if test x"$try_libungif" = xyes; then
14626 { echo "$as_me:$LINENO: checking for EGifPutExtensionLast in -lungif" >&5
14627 echo $ECHO_N "checking for EGifPutExtensionLast in -lungif... $ECHO_C" >&6; }
14628 if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then
14629 echo $ECHO_N "(cached) $ECHO_C" >&6
14630 else
14631 ac_check_lib_save_LIBS=$LIBS
14632 LIBS="-lungif $LIBS"
14633 cat >conftest.$ac_ext <<_ACEOF
14634 /* confdefs.h. */
14635 _ACEOF
14636 cat confdefs.h >>conftest.$ac_ext
14637 cat >>conftest.$ac_ext <<_ACEOF
14638 /* end confdefs.h. */
14639
14640 /* Override any GCC internal prototype to avoid an error.
14641 Use char because int might match the return type of a GCC
14642 builtin and then its argument prototype would still apply. */
14643 #ifdef __cplusplus
14644 extern "C"
14645 #endif
14646 char EGifPutExtensionLast ();
14647 int
14648 main ()
14649 {
14650 return EGifPutExtensionLast ();
14651 ;
14652 return 0;
14653 }
14654 _ACEOF
14655 rm -f conftest.$ac_objext conftest$ac_exeext
14656 if { (ac_try="$ac_link"
14657 case "(($ac_try" in
14658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14659 *) ac_try_echo=$ac_try;;
14660 esac
14661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14662 (eval "$ac_link") 2>conftest.er1
14663 ac_status=$?
14664 grep -v '^ *+' conftest.er1 >conftest.err
14665 rm -f conftest.er1
14666 cat conftest.err >&5
14667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14668 (exit $ac_status); } && {
14669 test -z "$ac_c_werror_flag" ||
14670 test ! -s conftest.err
14671 } && test -s conftest$ac_exeext &&
14672 $as_test_x conftest$ac_exeext; then
14673 ac_cv_lib_ungif_EGifPutExtensionLast=yes
14674 else
14675 echo "$as_me: failed program was:" >&5
14676 sed 's/^/| /' conftest.$ac_ext >&5
14677
14678 ac_cv_lib_ungif_EGifPutExtensionLast=no
14679 fi
14680
14681 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14682 conftest$ac_exeext conftest.$ac_ext
14683 LIBS=$ac_check_lib_save_LIBS
14684 fi
14685 { echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
14686 echo "${ECHO_T}$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; }
14687 if test $ac_cv_lib_ungif_EGifPutExtensionLast = yes; then
14688 HAVE_GIF=yes
14689 fi
14690
14691
14692 if test "$HAVE_GIF" = yes; then
14693
14694 cat >>confdefs.h <<\_ACEOF
14695 #define LIBGIF -lungif
14696 _ACEOF
14697
14698 ac_gif_lib_name="-lungif"
14699 fi
14700 fi
14701
14702 if test "${HAVE_GIF}" = "yes"; then
14703
14704 cat >>confdefs.h <<\_ACEOF
14705 #define HAVE_GIF 1
14706 _ACEOF
14707
14708 fi
14709 fi
14710
14711 if test "${HAVE_X11}" = "yes"; then
14712 MISSING=""
14713 WITH_NO=""
14714 test "${with_xpm}" != "no" && test "${HAVE_XPM}" != "yes" &&
14715 MISSING="libXpm" && WITH_NO="--with-xpm=no"
14716 test "${with_jpeg}" != "no" && test "${HAVE_JPEG}" != "yes" &&
14717 MISSING="$MISSING libjpeg" && WITH_NO="$WITH_NO --with-jpeg=no"
14718 test "${with_png}" != "no" && test "${HAVE_PNG}" != "yes" &&
14719 MISSING="$MISSING libpng" && WITH_NO="$WITH_NO --with-png=no"
14720 test "${with_gif}" != "no" && test "${HAVE_GIF}" != "yes" &&
14721 MISSING="$MISSING libgif/libungif" && WITH_NO="$WITH_NO --with-gif=no"
14722 test "${with_tiff}" != "no" && test "${HAVE_TIFF}" != "yes" &&
14723 MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no"
14724
14725 if test "X${MISSING}" != X; then
14726 { { echo "$as_me:$LINENO: error: The following required libraries were not found:
14727 $MISSING
14728 Maybe some development libraries/packages are missing?
14729 If you don't want to link with them give
14730 $WITH_NO
14731 as options to configure" >&5
14732 echo "$as_me: error: The following required libraries were not found:
14733 $MISSING
14734 Maybe some development libraries/packages are missing?
14735 If you don't want to link with them give
14736 $WITH_NO
14737 as options to configure" >&2;}
14738 { (exit 1); exit 1; }; }
14739 fi
14740 fi
14741
14742 ### Use -lgpm if available, unless `--with-gpm=no'.
14743 HAVE_GPM=no
14744 if test "${with_gpm}" != "no"; then
14745 if test "${ac_cv_header_gpm_h+set}" = set; then
14746 { echo "$as_me:$LINENO: checking for gpm.h" >&5
14747 echo $ECHO_N "checking for gpm.h... $ECHO_C" >&6; }
14748 if test "${ac_cv_header_gpm_h+set}" = set; then
14749 echo $ECHO_N "(cached) $ECHO_C" >&6
14750 fi
14751 { echo "$as_me:$LINENO: result: $ac_cv_header_gpm_h" >&5
14752 echo "${ECHO_T}$ac_cv_header_gpm_h" >&6; }
14753 else
14754 # Is the header compilable?
14755 { echo "$as_me:$LINENO: checking gpm.h usability" >&5
14756 echo $ECHO_N "checking gpm.h usability... $ECHO_C" >&6; }
14757 cat >conftest.$ac_ext <<_ACEOF
14758 /* confdefs.h. */
14759 _ACEOF
14760 cat confdefs.h >>conftest.$ac_ext
14761 cat >>conftest.$ac_ext <<_ACEOF
14762 /* end confdefs.h. */
14763 $ac_includes_default
14764 #include <gpm.h>
14765 _ACEOF
14766 rm -f conftest.$ac_objext
14767 if { (ac_try="$ac_compile"
14768 case "(($ac_try" in
14769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14770 *) ac_try_echo=$ac_try;;
14771 esac
14772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14773 (eval "$ac_compile") 2>conftest.er1
14774 ac_status=$?
14775 grep -v '^ *+' conftest.er1 >conftest.err
14776 rm -f conftest.er1
14777 cat conftest.err >&5
14778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14779 (exit $ac_status); } && {
14780 test -z "$ac_c_werror_flag" ||
14781 test ! -s conftest.err
14782 } && test -s conftest.$ac_objext; then
14783 ac_header_compiler=yes
14784 else
14785 echo "$as_me: failed program was:" >&5
14786 sed 's/^/| /' conftest.$ac_ext >&5
14787
14788 ac_header_compiler=no
14789 fi
14790
14791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14792 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14793 echo "${ECHO_T}$ac_header_compiler" >&6; }
14794
14795 # Is the header present?
14796 { echo "$as_me:$LINENO: checking gpm.h presence" >&5
14797 echo $ECHO_N "checking gpm.h presence... $ECHO_C" >&6; }
14798 cat >conftest.$ac_ext <<_ACEOF
14799 /* confdefs.h. */
14800 _ACEOF
14801 cat confdefs.h >>conftest.$ac_ext
14802 cat >>conftest.$ac_ext <<_ACEOF
14803 /* end confdefs.h. */
14804 #include <gpm.h>
14805 _ACEOF
14806 if { (ac_try="$ac_cpp conftest.$ac_ext"
14807 case "(($ac_try" in
14808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14809 *) ac_try_echo=$ac_try;;
14810 esac
14811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14812 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14813 ac_status=$?
14814 grep -v '^ *+' conftest.er1 >conftest.err
14815 rm -f conftest.er1
14816 cat conftest.err >&5
14817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14818 (exit $ac_status); } >/dev/null && {
14819 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14820 test ! -s conftest.err
14821 }; then
14822 ac_header_preproc=yes
14823 else
14824 echo "$as_me: failed program was:" >&5
14825 sed 's/^/| /' conftest.$ac_ext >&5
14826
14827 ac_header_preproc=no
14828 fi
14829
14830 rm -f conftest.err conftest.$ac_ext
14831 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14832 echo "${ECHO_T}$ac_header_preproc" >&6; }
14833
14834 # So? What about this header?
14835 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14836 yes:no: )
14837 { echo "$as_me:$LINENO: WARNING: gpm.h: accepted by the compiler, rejected by the preprocessor!" >&5
14838 echo "$as_me: WARNING: gpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14839 { echo "$as_me:$LINENO: WARNING: gpm.h: proceeding with the compiler's result" >&5
14840 echo "$as_me: WARNING: gpm.h: proceeding with the compiler's result" >&2;}
14841 ac_header_preproc=yes
14842 ;;
14843 no:yes:* )
14844 { echo "$as_me:$LINENO: WARNING: gpm.h: present but cannot be compiled" >&5
14845 echo "$as_me: WARNING: gpm.h: present but cannot be compiled" >&2;}
14846 { echo "$as_me:$LINENO: WARNING: gpm.h: check for missing prerequisite headers?" >&5
14847 echo "$as_me: WARNING: gpm.h: check for missing prerequisite headers?" >&2;}
14848 { echo "$as_me:$LINENO: WARNING: gpm.h: see the Autoconf documentation" >&5
14849 echo "$as_me: WARNING: gpm.h: see the Autoconf documentation" >&2;}
14850 { echo "$as_me:$LINENO: WARNING: gpm.h: section \"Present But Cannot Be Compiled\"" >&5
14851 echo "$as_me: WARNING: gpm.h: section \"Present But Cannot Be Compiled\"" >&2;}
14852 { echo "$as_me:$LINENO: WARNING: gpm.h: proceeding with the preprocessor's result" >&5
14853 echo "$as_me: WARNING: gpm.h: proceeding with the preprocessor's result" >&2;}
14854 { echo "$as_me:$LINENO: WARNING: gpm.h: in the future, the compiler will take precedence" >&5
14855 echo "$as_me: WARNING: gpm.h: in the future, the compiler will take precedence" >&2;}
14856
14857 ;;
14858 esac
14859 { echo "$as_me:$LINENO: checking for gpm.h" >&5
14860 echo $ECHO_N "checking for gpm.h... $ECHO_C" >&6; }
14861 if test "${ac_cv_header_gpm_h+set}" = set; then
14862 echo $ECHO_N "(cached) $ECHO_C" >&6
14863 else
14864 ac_cv_header_gpm_h=$ac_header_preproc
14865 fi
14866 { echo "$as_me:$LINENO: result: $ac_cv_header_gpm_h" >&5
14867 echo "${ECHO_T}$ac_cv_header_gpm_h" >&6; }
14868
14869 fi
14870 if test $ac_cv_header_gpm_h = yes; then
14871 { echo "$as_me:$LINENO: checking for Gpm_Open in -lgpm" >&5
14872 echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6; }
14873 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then
14874 echo $ECHO_N "(cached) $ECHO_C" >&6
14875 else
14876 ac_check_lib_save_LIBS=$LIBS
14877 LIBS="-lgpm $LIBS"
14878 cat >conftest.$ac_ext <<_ACEOF
14879 /* confdefs.h. */
14880 _ACEOF
14881 cat confdefs.h >>conftest.$ac_ext
14882 cat >>conftest.$ac_ext <<_ACEOF
14883 /* end confdefs.h. */
14884
14885 /* Override any GCC internal prototype to avoid an error.
14886 Use char because int might match the return type of a GCC
14887 builtin and then its argument prototype would still apply. */
14888 #ifdef __cplusplus
14889 extern "C"
14890 #endif
14891 char Gpm_Open ();
14892 int
14893 main ()
14894 {
14895 return Gpm_Open ();
14896 ;
14897 return 0;
14898 }
14899 _ACEOF
14900 rm -f conftest.$ac_objext conftest$ac_exeext
14901 if { (ac_try="$ac_link"
14902 case "(($ac_try" in
14903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14904 *) ac_try_echo=$ac_try;;
14905 esac
14906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14907 (eval "$ac_link") 2>conftest.er1
14908 ac_status=$?
14909 grep -v '^ *+' conftest.er1 >conftest.err
14910 rm -f conftest.er1
14911 cat conftest.err >&5
14912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14913 (exit $ac_status); } && {
14914 test -z "$ac_c_werror_flag" ||
14915 test ! -s conftest.err
14916 } && test -s conftest$ac_exeext &&
14917 $as_test_x conftest$ac_exeext; then
14918 ac_cv_lib_gpm_Gpm_Open=yes
14919 else
14920 echo "$as_me: failed program was:" >&5
14921 sed 's/^/| /' conftest.$ac_ext >&5
14922
14923 ac_cv_lib_gpm_Gpm_Open=no
14924 fi
14925
14926 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14927 conftest$ac_exeext conftest.$ac_ext
14928 LIBS=$ac_check_lib_save_LIBS
14929 fi
14930 { echo "$as_me:$LINENO: result: $ac_cv_lib_gpm_Gpm_Open" >&5
14931 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6; }
14932 if test $ac_cv_lib_gpm_Gpm_Open = yes; then
14933 HAVE_GPM=yes
14934 fi
14935
14936 fi
14937
14938
14939 fi
14940
14941 if test "${HAVE_GPM}" = "yes"; then
14942
14943 cat >>confdefs.h <<\_ACEOF
14944 #define HAVE_GPM 1
14945 _ACEOF
14946
14947 fi
14948
14949 if test "${ac_cv_header_malloc_malloc_h+set}" = set; then
14950 { echo "$as_me:$LINENO: checking for malloc/malloc.h" >&5
14951 echo $ECHO_N "checking for malloc/malloc.h... $ECHO_C" >&6; }
14952 if test "${ac_cv_header_malloc_malloc_h+set}" = set; then
14953 echo $ECHO_N "(cached) $ECHO_C" >&6
14954 fi
14955 { echo "$as_me:$LINENO: result: $ac_cv_header_malloc_malloc_h" >&5
14956 echo "${ECHO_T}$ac_cv_header_malloc_malloc_h" >&6; }
14957 else
14958 # Is the header compilable?
14959 { echo "$as_me:$LINENO: checking malloc/malloc.h usability" >&5
14960 echo $ECHO_N "checking malloc/malloc.h usability... $ECHO_C" >&6; }
14961 cat >conftest.$ac_ext <<_ACEOF
14962 /* confdefs.h. */
14963 _ACEOF
14964 cat confdefs.h >>conftest.$ac_ext
14965 cat >>conftest.$ac_ext <<_ACEOF
14966 /* end confdefs.h. */
14967 $ac_includes_default
14968 #include <malloc/malloc.h>
14969 _ACEOF
14970 rm -f conftest.$ac_objext
14971 if { (ac_try="$ac_compile"
14972 case "(($ac_try" in
14973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14974 *) ac_try_echo=$ac_try;;
14975 esac
14976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14977 (eval "$ac_compile") 2>conftest.er1
14978 ac_status=$?
14979 grep -v '^ *+' conftest.er1 >conftest.err
14980 rm -f conftest.er1
14981 cat conftest.err >&5
14982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14983 (exit $ac_status); } && {
14984 test -z "$ac_c_werror_flag" ||
14985 test ! -s conftest.err
14986 } && test -s conftest.$ac_objext; then
14987 ac_header_compiler=yes
14988 else
14989 echo "$as_me: failed program was:" >&5
14990 sed 's/^/| /' conftest.$ac_ext >&5
14991
14992 ac_header_compiler=no
14993 fi
14994
14995 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14996 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14997 echo "${ECHO_T}$ac_header_compiler" >&6; }
14998
14999 # Is the header present?
15000 { echo "$as_me:$LINENO: checking malloc/malloc.h presence" >&5
15001 echo $ECHO_N "checking malloc/malloc.h presence... $ECHO_C" >&6; }
15002 cat >conftest.$ac_ext <<_ACEOF
15003 /* confdefs.h. */
15004 _ACEOF
15005 cat confdefs.h >>conftest.$ac_ext
15006 cat >>conftest.$ac_ext <<_ACEOF
15007 /* end confdefs.h. */
15008 #include <malloc/malloc.h>
15009 _ACEOF
15010 if { (ac_try="$ac_cpp conftest.$ac_ext"
15011 case "(($ac_try" in
15012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15013 *) ac_try_echo=$ac_try;;
15014 esac
15015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15016 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15017 ac_status=$?
15018 grep -v '^ *+' conftest.er1 >conftest.err
15019 rm -f conftest.er1
15020 cat conftest.err >&5
15021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15022 (exit $ac_status); } >/dev/null && {
15023 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15024 test ! -s conftest.err
15025 }; then
15026 ac_header_preproc=yes
15027 else
15028 echo "$as_me: failed program was:" >&5
15029 sed 's/^/| /' conftest.$ac_ext >&5
15030
15031 ac_header_preproc=no
15032 fi
15033
15034 rm -f conftest.err conftest.$ac_ext
15035 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15036 echo "${ECHO_T}$ac_header_preproc" >&6; }
15037
15038 # So? What about this header?
15039 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15040 yes:no: )
15041 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&5
15042 echo "$as_me: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15043 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the compiler's result" >&5
15044 echo "$as_me: WARNING: malloc/malloc.h: proceeding with the compiler's result" >&2;}
15045 ac_header_preproc=yes
15046 ;;
15047 no:yes:* )
15048 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: present but cannot be compiled" >&5
15049 echo "$as_me: WARNING: malloc/malloc.h: present but cannot be compiled" >&2;}
15050 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: check for missing prerequisite headers?" >&5
15051 echo "$as_me: WARNING: malloc/malloc.h: check for missing prerequisite headers?" >&2;}
15052 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: see the Autoconf documentation" >&5
15053 echo "$as_me: WARNING: malloc/malloc.h: see the Autoconf documentation" >&2;}
15054 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: section \"Present But Cannot Be Compiled\"" >&5
15055 echo "$as_me: WARNING: malloc/malloc.h: section \"Present But Cannot Be Compiled\"" >&2;}
15056 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&5
15057 echo "$as_me: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&2;}
15058 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: in the future, the compiler will take precedence" >&5
15059 echo "$as_me: WARNING: malloc/malloc.h: in the future, the compiler will take precedence" >&2;}
15060
15061 ;;
15062 esac
15063 { echo "$as_me:$LINENO: checking for malloc/malloc.h" >&5
15064 echo $ECHO_N "checking for malloc/malloc.h... $ECHO_C" >&6; }
15065 if test "${ac_cv_header_malloc_malloc_h+set}" = set; then
15066 echo $ECHO_N "(cached) $ECHO_C" >&6
15067 else
15068 ac_cv_header_malloc_malloc_h=$ac_header_preproc
15069 fi
15070 { echo "$as_me:$LINENO: result: $ac_cv_header_malloc_malloc_h" >&5
15071 echo "${ECHO_T}$ac_cv_header_malloc_malloc_h" >&6; }
15072
15073 fi
15074 if test $ac_cv_header_malloc_malloc_h = yes; then
15075
15076 cat >>confdefs.h <<\_ACEOF
15077 #define HAVE_MALLOC_MALLOC_H 1
15078 _ACEOF
15079
15080 fi
15081
15082
15083
15084 ### Use Mac OS X Carbon API to implement GUI.
15085 if test "${HAVE_CARBON}" = "yes"; then
15086
15087 cat >>confdefs.h <<\_ACEOF
15088 #define HAVE_CARBON 1
15089 _ACEOF
15090
15091 ## Specify the install directory
15092 carbon_appdir=
15093 if test "${carbon_appdir_x}" != ""; then
15094 case ${carbon_appdir_x} in
15095 y | ye | yes) carbon_appdir=/Applications ;;
15096 * ) carbon_appdir=${carbon_appdir_x} ;;
15097 esac
15098 fi
15099 # We also have mouse menus.
15100 HAVE_MENUS=yes
15101 fi
15102
15103 ### Use session management (-lSM -lICE) if available
15104 HAVE_X_SM=no
15105 if test "${HAVE_X11}" = "yes"; then
15106 if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then
15107 { echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5
15108 echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6; }
15109 if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then
15110 echo $ECHO_N "(cached) $ECHO_C" >&6
15111 fi
15112 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_SM_SMlib_h" >&5
15113 echo "${ECHO_T}$ac_cv_header_X11_SM_SMlib_h" >&6; }
15114 else
15115 # Is the header compilable?
15116 { echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5
15117 echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6; }
15118 cat >conftest.$ac_ext <<_ACEOF
15119 /* confdefs.h. */
15120 _ACEOF
15121 cat confdefs.h >>conftest.$ac_ext
15122 cat >>conftest.$ac_ext <<_ACEOF
15123 /* end confdefs.h. */
15124 $ac_includes_default
15125 #include <X11/SM/SMlib.h>
15126 _ACEOF
15127 rm -f conftest.$ac_objext
15128 if { (ac_try="$ac_compile"
15129 case "(($ac_try" in
15130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15131 *) ac_try_echo=$ac_try;;
15132 esac
15133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15134 (eval "$ac_compile") 2>conftest.er1
15135 ac_status=$?
15136 grep -v '^ *+' conftest.er1 >conftest.err
15137 rm -f conftest.er1
15138 cat conftest.err >&5
15139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15140 (exit $ac_status); } && {
15141 test -z "$ac_c_werror_flag" ||
15142 test ! -s conftest.err
15143 } && test -s conftest.$ac_objext; then
15144 ac_header_compiler=yes
15145 else
15146 echo "$as_me: failed program was:" >&5
15147 sed 's/^/| /' conftest.$ac_ext >&5
15148
15149 ac_header_compiler=no
15150 fi
15151
15152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15153 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15154 echo "${ECHO_T}$ac_header_compiler" >&6; }
15155
15156 # Is the header present?
15157 { echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5
15158 echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6; }
15159 cat >conftest.$ac_ext <<_ACEOF
15160 /* confdefs.h. */
15161 _ACEOF
15162 cat confdefs.h >>conftest.$ac_ext
15163 cat >>conftest.$ac_ext <<_ACEOF
15164 /* end confdefs.h. */
15165 #include <X11/SM/SMlib.h>
15166 _ACEOF
15167 if { (ac_try="$ac_cpp conftest.$ac_ext"
15168 case "(($ac_try" in
15169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15170 *) ac_try_echo=$ac_try;;
15171 esac
15172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15173 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15174 ac_status=$?
15175 grep -v '^ *+' conftest.er1 >conftest.err
15176 rm -f conftest.er1
15177 cat conftest.err >&5
15178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15179 (exit $ac_status); } >/dev/null && {
15180 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15181 test ! -s conftest.err
15182 }; then
15183 ac_header_preproc=yes
15184 else
15185 echo "$as_me: failed program was:" >&5
15186 sed 's/^/| /' conftest.$ac_ext >&5
15187
15188 ac_header_preproc=no
15189 fi
15190
15191 rm -f conftest.err conftest.$ac_ext
15192 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15193 echo "${ECHO_T}$ac_header_preproc" >&6; }
15194
15195 # So? What about this header?
15196 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15197 yes:no: )
15198 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
15199 echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15200 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&5
15201 echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&2;}
15202 ac_header_preproc=yes
15203 ;;
15204 no:yes:* )
15205 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5
15206 echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;}
15207 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5
15208 echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;}
15209 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&5
15210 echo "$as_me: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&2;}
15211 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&5
15212 echo "$as_me: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
15213 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5
15214 echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;}
15215 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&5
15216 echo "$as_me: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&2;}
15217
15218 ;;
15219 esac
15220 { echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5
15221 echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6; }
15222 if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then
15223 echo $ECHO_N "(cached) $ECHO_C" >&6
15224 else
15225 ac_cv_header_X11_SM_SMlib_h=$ac_header_preproc
15226 fi
15227 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_SM_SMlib_h" >&5
15228 echo "${ECHO_T}$ac_cv_header_X11_SM_SMlib_h" >&6; }
15229
15230 fi
15231 if test $ac_cv_header_X11_SM_SMlib_h = yes; then
15232 { echo "$as_me:$LINENO: checking for SmcOpenConnection in -lSM" >&5
15233 echo $ECHO_N "checking for SmcOpenConnection in -lSM... $ECHO_C" >&6; }
15234 if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then
15235 echo $ECHO_N "(cached) $ECHO_C" >&6
15236 else
15237 ac_check_lib_save_LIBS=$LIBS
15238 LIBS="-lSM -lICE $LIBS"
15239 cat >conftest.$ac_ext <<_ACEOF
15240 /* confdefs.h. */
15241 _ACEOF
15242 cat confdefs.h >>conftest.$ac_ext
15243 cat >>conftest.$ac_ext <<_ACEOF
15244 /* end confdefs.h. */
15245
15246 /* Override any GCC internal prototype to avoid an error.
15247 Use char because int might match the return type of a GCC
15248 builtin and then its argument prototype would still apply. */
15249 #ifdef __cplusplus
15250 extern "C"
15251 #endif
15252 char SmcOpenConnection ();
15253 int
15254 main ()
15255 {
15256 return SmcOpenConnection ();
15257 ;
15258 return 0;
15259 }
15260 _ACEOF
15261 rm -f conftest.$ac_objext conftest$ac_exeext
15262 if { (ac_try="$ac_link"
15263 case "(($ac_try" in
15264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15265 *) ac_try_echo=$ac_try;;
15266 esac
15267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15268 (eval "$ac_link") 2>conftest.er1
15269 ac_status=$?
15270 grep -v '^ *+' conftest.er1 >conftest.err
15271 rm -f conftest.er1
15272 cat conftest.err >&5
15273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15274 (exit $ac_status); } && {
15275 test -z "$ac_c_werror_flag" ||
15276 test ! -s conftest.err
15277 } && test -s conftest$ac_exeext &&
15278 $as_test_x conftest$ac_exeext; then
15279 ac_cv_lib_SM_SmcOpenConnection=yes
15280 else
15281 echo "$as_me: failed program was:" >&5
15282 sed 's/^/| /' conftest.$ac_ext >&5
15283
15284 ac_cv_lib_SM_SmcOpenConnection=no
15285 fi
15286
15287 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15288 conftest$ac_exeext conftest.$ac_ext
15289 LIBS=$ac_check_lib_save_LIBS
15290 fi
15291 { echo "$as_me:$LINENO: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
15292 echo "${ECHO_T}$ac_cv_lib_SM_SmcOpenConnection" >&6; }
15293 if test $ac_cv_lib_SM_SmcOpenConnection = yes; then
15294 HAVE_X_SM=yes
15295 fi
15296
15297 fi
15298
15299
15300
15301 if test "${HAVE_X_SM}" = "yes"; then
15302
15303 cat >>confdefs.h <<\_ACEOF
15304 #define HAVE_X_SM 1
15305 _ACEOF
15306
15307 case "$LIBS" in
15308 *-lSM*) ;;
15309 *) LIBS="-lSM -lICE $LIBS" ;;
15310 esac
15311 fi
15312 fi
15313
15314 # If netdb.h doesn't declare h_errno, we must declare it by hand.
15315 { echo "$as_me:$LINENO: checking whether netdb declares h_errno" >&5
15316 echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6; }
15317 if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then
15318 echo $ECHO_N "(cached) $ECHO_C" >&6
15319 else
15320 cat >conftest.$ac_ext <<_ACEOF
15321 /* confdefs.h. */
15322 _ACEOF
15323 cat confdefs.h >>conftest.$ac_ext
15324 cat >>conftest.$ac_ext <<_ACEOF
15325 /* end confdefs.h. */
15326 #include <netdb.h>
15327 int
15328 main ()
15329 {
15330 return h_errno;
15331 ;
15332 return 0;
15333 }
15334 _ACEOF
15335 rm -f conftest.$ac_objext conftest$ac_exeext
15336 if { (ac_try="$ac_link"
15337 case "(($ac_try" in
15338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15339 *) ac_try_echo=$ac_try;;
15340 esac
15341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15342 (eval "$ac_link") 2>conftest.er1
15343 ac_status=$?
15344 grep -v '^ *+' conftest.er1 >conftest.err
15345 rm -f conftest.er1
15346 cat conftest.err >&5
15347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15348 (exit $ac_status); } && {
15349 test -z "$ac_c_werror_flag" ||
15350 test ! -s conftest.err
15351 } && test -s conftest$ac_exeext &&
15352 $as_test_x conftest$ac_exeext; then
15353 emacs_cv_netdb_declares_h_errno=yes
15354 else
15355 echo "$as_me: failed program was:" >&5
15356 sed 's/^/| /' conftest.$ac_ext >&5
15357
15358 emacs_cv_netdb_declares_h_errno=no
15359 fi
15360
15361 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15362 conftest$ac_exeext conftest.$ac_ext
15363 fi
15364 { echo "$as_me:$LINENO: result: $emacs_cv_netdb_declares_h_errno" >&5
15365 echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6; }
15366 if test $emacs_cv_netdb_declares_h_errno = yes; then
15367
15368 cat >>confdefs.h <<\_ACEOF
15369 #define HAVE_H_ERRNO 1
15370 _ACEOF
15371
15372 fi
15373
15374 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
15375 # for constant arguments. Useless!
15376 { echo "$as_me:$LINENO: checking for working alloca.h" >&5
15377 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; }
15378 if test "${ac_cv_working_alloca_h+set}" = set; then
15379 echo $ECHO_N "(cached) $ECHO_C" >&6
15380 else
15381 cat >conftest.$ac_ext <<_ACEOF
15382 /* confdefs.h. */
15383 _ACEOF
15384 cat confdefs.h >>conftest.$ac_ext
15385 cat >>conftest.$ac_ext <<_ACEOF
15386 /* end confdefs.h. */
15387 #include <alloca.h>
15388 int
15389 main ()
15390 {
15391 char *p = (char *) alloca (2 * sizeof (int));
15392 if (p) return 0;
15393 ;
15394 return 0;
15395 }
15396 _ACEOF
15397 rm -f conftest.$ac_objext conftest$ac_exeext
15398 if { (ac_try="$ac_link"
15399 case "(($ac_try" in
15400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15401 *) ac_try_echo=$ac_try;;
15402 esac
15403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15404 (eval "$ac_link") 2>conftest.er1
15405 ac_status=$?
15406 grep -v '^ *+' conftest.er1 >conftest.err
15407 rm -f conftest.er1
15408 cat conftest.err >&5
15409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15410 (exit $ac_status); } && {
15411 test -z "$ac_c_werror_flag" ||
15412 test ! -s conftest.err
15413 } && test -s conftest$ac_exeext &&
15414 $as_test_x conftest$ac_exeext; then
15415 ac_cv_working_alloca_h=yes
15416 else
15417 echo "$as_me: failed program was:" >&5
15418 sed 's/^/| /' conftest.$ac_ext >&5
15419
15420 ac_cv_working_alloca_h=no
15421 fi
15422
15423 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15424 conftest$ac_exeext conftest.$ac_ext
15425 fi
15426 { echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
15427 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; }
15428 if test $ac_cv_working_alloca_h = yes; then
15429
15430 cat >>confdefs.h <<\_ACEOF
15431 #define HAVE_ALLOCA_H 1
15432 _ACEOF
15433
15434 fi
15435
15436 { echo "$as_me:$LINENO: checking for alloca" >&5
15437 echo $ECHO_N "checking for alloca... $ECHO_C" >&6; }
15438 if test "${ac_cv_func_alloca_works+set}" = set; then
15439 echo $ECHO_N "(cached) $ECHO_C" >&6
15440 else
15441 cat >conftest.$ac_ext <<_ACEOF
15442 /* confdefs.h. */
15443 _ACEOF
15444 cat confdefs.h >>conftest.$ac_ext
15445 cat >>conftest.$ac_ext <<_ACEOF
15446 /* end confdefs.h. */
15447 #ifdef __GNUC__
15448 # define alloca __builtin_alloca
15449 #else
15450 # ifdef _MSC_VER
15451 # include <malloc.h>
15452 # define alloca _alloca
15453 # else
15454 # ifdef HAVE_ALLOCA_H
15455 # include <alloca.h>
15456 # else
15457 # ifdef _AIX
15458 #pragma alloca
15459 # else
15460 # ifndef alloca /* predefined by HP cc +Olibcalls */
15461 char *alloca ();
15462 # endif
15463 # endif
15464 # endif
15465 # endif
15466 #endif
15467
15468 int
15469 main ()
15470 {
15471 char *p = (char *) alloca (1);
15472 if (p) return 0;
15473 ;
15474 return 0;
15475 }
15476 _ACEOF
15477 rm -f conftest.$ac_objext conftest$ac_exeext
15478 if { (ac_try="$ac_link"
15479 case "(($ac_try" in
15480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15481 *) ac_try_echo=$ac_try;;
15482 esac
15483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15484 (eval "$ac_link") 2>conftest.er1
15485 ac_status=$?
15486 grep -v '^ *+' conftest.er1 >conftest.err
15487 rm -f conftest.er1
15488 cat conftest.err >&5
15489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15490 (exit $ac_status); } && {
15491 test -z "$ac_c_werror_flag" ||
15492 test ! -s conftest.err
15493 } && test -s conftest$ac_exeext &&
15494 $as_test_x conftest$ac_exeext; then
15495 ac_cv_func_alloca_works=yes
15496 else
15497 echo "$as_me: failed program was:" >&5
15498 sed 's/^/| /' conftest.$ac_ext >&5
15499
15500 ac_cv_func_alloca_works=no
15501 fi
15502
15503 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15504 conftest$ac_exeext conftest.$ac_ext
15505 fi
15506 { echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
15507 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; }
15508
15509 if test $ac_cv_func_alloca_works = yes; then
15510
15511 cat >>confdefs.h <<\_ACEOF
15512 #define HAVE_ALLOCA 1
15513 _ACEOF
15514
15515 else
15516 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
15517 # that cause trouble. Some versions do not even contain alloca or
15518 # contain a buggy version. If you still want to use their alloca,
15519 # use ar to extract alloca.o from them instead of compiling alloca.c.
15520
15521 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
15522
15523 cat >>confdefs.h <<\_ACEOF
15524 #define C_ALLOCA 1
15525 _ACEOF
15526
15527
15528 { echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
15529 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; }
15530 if test "${ac_cv_os_cray+set}" = set; then
15531 echo $ECHO_N "(cached) $ECHO_C" >&6
15532 else
15533 cat >conftest.$ac_ext <<_ACEOF
15534 /* confdefs.h. */
15535 _ACEOF
15536 cat confdefs.h >>conftest.$ac_ext
15537 cat >>conftest.$ac_ext <<_ACEOF
15538 /* end confdefs.h. */
15539 #if defined CRAY && ! defined CRAY2
15540 webecray
15541 #else
15542 wenotbecray
15543 #endif
15544
15545 _ACEOF
15546 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15547 $EGREP "webecray" >/dev/null 2>&1; then
15548 ac_cv_os_cray=yes
15549 else
15550 ac_cv_os_cray=no
15551 fi
15552 rm -f conftest*
15553
15554 fi
15555 { echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
15556 echo "${ECHO_T}$ac_cv_os_cray" >&6; }
15557 if test $ac_cv_os_cray = yes; then
15558 for ac_func in _getb67 GETB67 getb67; do
15559 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15560 { echo "$as_me:$LINENO: checking for $ac_func" >&5
15561 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
15562 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15563 echo $ECHO_N "(cached) $ECHO_C" >&6
15564 else
15565 cat >conftest.$ac_ext <<_ACEOF
15566 /* confdefs.h. */
15567 _ACEOF
15568 cat confdefs.h >>conftest.$ac_ext
15569 cat >>conftest.$ac_ext <<_ACEOF
15570 /* end confdefs.h. */
15571 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15572 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15573 #define $ac_func innocuous_$ac_func
15574
15575 /* System header to define __stub macros and hopefully few prototypes,
15576 which can conflict with char $ac_func (); below.
15577 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15578 <limits.h> exists even on freestanding compilers. */
15579
15580 #ifdef __STDC__
15581 # include <limits.h>
15582 #else
15583 # include <assert.h>
15584 #endif
15585
15586 #undef $ac_func
15587
15588 /* Override any GCC internal prototype to avoid an error.
15589 Use char because int might match the return type of a GCC
15590 builtin and then its argument prototype would still apply. */
15591 #ifdef __cplusplus
15592 extern "C"
15593 #endif
15594 char $ac_func ();
15595 /* The GNU C library defines this for functions which it implements
15596 to always fail with ENOSYS. Some functions are actually named
15597 something starting with __ and the normal name is an alias. */
15598 #if defined __stub_$ac_func || defined __stub___$ac_func
15599 choke me
15600 #endif
15601
15602 int
15603 main ()
15604 {
15605 return $ac_func ();
15606 ;
15607 return 0;
15608 }
15609 _ACEOF
15610 rm -f conftest.$ac_objext conftest$ac_exeext
15611 if { (ac_try="$ac_link"
15612 case "(($ac_try" in
15613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15614 *) ac_try_echo=$ac_try;;
15615 esac
15616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15617 (eval "$ac_link") 2>conftest.er1
15618 ac_status=$?
15619 grep -v '^ *+' conftest.er1 >conftest.err
15620 rm -f conftest.er1
15621 cat conftest.err >&5
15622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15623 (exit $ac_status); } && {
15624 test -z "$ac_c_werror_flag" ||
15625 test ! -s conftest.err
15626 } && test -s conftest$ac_exeext &&
15627 $as_test_x conftest$ac_exeext; then
15628 eval "$as_ac_var=yes"
15629 else
15630 echo "$as_me: failed program was:" >&5
15631 sed 's/^/| /' conftest.$ac_ext >&5
15632
15633 eval "$as_ac_var=no"
15634 fi
15635
15636 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15637 conftest$ac_exeext conftest.$ac_ext
15638 fi
15639 ac_res=`eval echo '${'$as_ac_var'}'`
15640 { echo "$as_me:$LINENO: result: $ac_res" >&5
15641 echo "${ECHO_T}$ac_res" >&6; }
15642 if test `eval echo '${'$as_ac_var'}'` = yes; then
15643
15644 cat >>confdefs.h <<_ACEOF
15645 #define CRAY_STACKSEG_END $ac_func
15646 _ACEOF
15647
15648 break
15649 fi
15650
15651 done
15652 fi
15653
15654 { echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
15655 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; }
15656 if test "${ac_cv_c_stack_direction+set}" = set; then
15657 echo $ECHO_N "(cached) $ECHO_C" >&6
15658 else
15659 if test "$cross_compiling" = yes; then
15660 ac_cv_c_stack_direction=0
15661 else
15662 cat >conftest.$ac_ext <<_ACEOF
15663 /* confdefs.h. */
15664 _ACEOF
15665 cat confdefs.h >>conftest.$ac_ext
15666 cat >>conftest.$ac_ext <<_ACEOF
15667 /* end confdefs.h. */
15668 $ac_includes_default
15669 int
15670 find_stack_direction ()
15671 {
15672 static char *addr = 0;
15673 auto char dummy;
15674 if (addr == 0)
15675 {
15676 addr = &dummy;
15677 return find_stack_direction ();
15678 }
15679 else
15680 return (&dummy > addr) ? 1 : -1;
15681 }
15682
15683 int
15684 main ()
15685 {
15686 return find_stack_direction () < 0;
15687 }
15688 _ACEOF
15689 rm -f conftest$ac_exeext
15690 if { (ac_try="$ac_link"
15691 case "(($ac_try" in
15692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15693 *) ac_try_echo=$ac_try;;
15694 esac
15695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15696 (eval "$ac_link") 2>&5
15697 ac_status=$?
15698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15699 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15700 { (case "(($ac_try" in
15701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15702 *) ac_try_echo=$ac_try;;
15703 esac
15704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15705 (eval "$ac_try") 2>&5
15706 ac_status=$?
15707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15708 (exit $ac_status); }; }; then
15709 ac_cv_c_stack_direction=1
15710 else
15711 echo "$as_me: program exited with status $ac_status" >&5
15712 echo "$as_me: failed program was:" >&5
15713 sed 's/^/| /' conftest.$ac_ext >&5
15714
15715 ( exit $ac_status )
15716 ac_cv_c_stack_direction=-1
15717 fi
15718 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15719 fi
15720
15721
15722 fi
15723 { echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
15724 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; }
15725
15726 cat >>confdefs.h <<_ACEOF
15727 #define STACK_DIRECTION $ac_cv_c_stack_direction
15728 _ACEOF
15729
15730
15731 fi
15732
15733
15734 if test x"$ac_cv_func_alloca_works" != xyes; then
15735 { { echo "$as_me:$LINENO: error: a system implementation of alloca is required " >&5
15736 echo "$as_me: error: a system implementation of alloca is required " >&2;}
15737 { (exit 1); exit 1; }; }
15738 fi
15739
15740 # fmod, logb, and frexp are found in -lm on most systems.
15741 # On HPUX 9.01, -lm does not contain logb, so check for sqrt.
15742
15743 { echo "$as_me:$LINENO: checking for sqrt in -lm" >&5
15744 echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6; }
15745 if test "${ac_cv_lib_m_sqrt+set}" = set; then
15746 echo $ECHO_N "(cached) $ECHO_C" >&6
15747 else
15748 ac_check_lib_save_LIBS=$LIBS
15749 LIBS="-lm $LIBS"
15750 cat >conftest.$ac_ext <<_ACEOF
15751 /* confdefs.h. */
15752 _ACEOF
15753 cat confdefs.h >>conftest.$ac_ext
15754 cat >>conftest.$ac_ext <<_ACEOF
15755 /* end confdefs.h. */
15756
15757 /* Override any GCC internal prototype to avoid an error.
15758 Use char because int might match the return type of a GCC
15759 builtin and then its argument prototype would still apply. */
15760 #ifdef __cplusplus
15761 extern "C"
15762 #endif
15763 char sqrt ();
15764 int
15765 main ()
15766 {
15767 return sqrt ();
15768 ;
15769 return 0;
15770 }
15771 _ACEOF
15772 rm -f conftest.$ac_objext conftest$ac_exeext
15773 if { (ac_try="$ac_link"
15774 case "(($ac_try" in
15775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15776 *) ac_try_echo=$ac_try;;
15777 esac
15778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15779 (eval "$ac_link") 2>conftest.er1
15780 ac_status=$?
15781 grep -v '^ *+' conftest.er1 >conftest.err
15782 rm -f conftest.er1
15783 cat conftest.err >&5
15784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15785 (exit $ac_status); } && {
15786 test -z "$ac_c_werror_flag" ||
15787 test ! -s conftest.err
15788 } && test -s conftest$ac_exeext &&
15789 $as_test_x conftest$ac_exeext; then
15790 ac_cv_lib_m_sqrt=yes
15791 else
15792 echo "$as_me: failed program was:" >&5
15793 sed 's/^/| /' conftest.$ac_ext >&5
15794
15795 ac_cv_lib_m_sqrt=no
15796 fi
15797
15798 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15799 conftest$ac_exeext conftest.$ac_ext
15800 LIBS=$ac_check_lib_save_LIBS
15801 fi
15802 { echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5
15803 echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6; }
15804 if test $ac_cv_lib_m_sqrt = yes; then
15805 cat >>confdefs.h <<_ACEOF
15806 #define HAVE_LIBM 1
15807 _ACEOF
15808
15809 LIBS="-lm $LIBS"
15810
15811 fi
15812
15813
15814 # Check for mail-locking functions in a "mail" library. Probably this should
15815 # have the same check as for liblockfile below.
15816
15817 { echo "$as_me:$LINENO: checking for maillock in -lmail" >&5
15818 echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6; }
15819 if test "${ac_cv_lib_mail_maillock+set}" = set; then
15820 echo $ECHO_N "(cached) $ECHO_C" >&6
15821 else
15822 ac_check_lib_save_LIBS=$LIBS
15823 LIBS="-lmail $LIBS"
15824 cat >conftest.$ac_ext <<_ACEOF
15825 /* confdefs.h. */
15826 _ACEOF
15827 cat confdefs.h >>conftest.$ac_ext
15828 cat >>conftest.$ac_ext <<_ACEOF
15829 /* end confdefs.h. */
15830
15831 /* Override any GCC internal prototype to avoid an error.
15832 Use char because int might match the return type of a GCC
15833 builtin and then its argument prototype would still apply. */
15834 #ifdef __cplusplus
15835 extern "C"
15836 #endif
15837 char maillock ();
15838 int
15839 main ()
15840 {
15841 return maillock ();
15842 ;
15843 return 0;
15844 }
15845 _ACEOF
15846 rm -f conftest.$ac_objext conftest$ac_exeext
15847 if { (ac_try="$ac_link"
15848 case "(($ac_try" in
15849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15850 *) ac_try_echo=$ac_try;;
15851 esac
15852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15853 (eval "$ac_link") 2>conftest.er1
15854 ac_status=$?
15855 grep -v '^ *+' conftest.er1 >conftest.err
15856 rm -f conftest.er1
15857 cat conftest.err >&5
15858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15859 (exit $ac_status); } && {
15860 test -z "$ac_c_werror_flag" ||
15861 test ! -s conftest.err
15862 } && test -s conftest$ac_exeext &&
15863 $as_test_x conftest$ac_exeext; then
15864 ac_cv_lib_mail_maillock=yes
15865 else
15866 echo "$as_me: failed program was:" >&5
15867 sed 's/^/| /' conftest.$ac_ext >&5
15868
15869 ac_cv_lib_mail_maillock=no
15870 fi
15871
15872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15873 conftest$ac_exeext conftest.$ac_ext
15874 LIBS=$ac_check_lib_save_LIBS
15875 fi
15876 { echo "$as_me:$LINENO: result: $ac_cv_lib_mail_maillock" >&5
15877 echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6; }
15878 if test $ac_cv_lib_mail_maillock = yes; then
15879 cat >>confdefs.h <<_ACEOF
15880 #define HAVE_LIBMAIL 1
15881 _ACEOF
15882
15883 LIBS="-lmail $LIBS"
15884
15885 fi
15886
15887
15888 { echo "$as_me:$LINENO: checking for maillock in -llockfile" >&5
15889 echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6; }
15890 if test "${ac_cv_lib_lockfile_maillock+set}" = set; then
15891 echo $ECHO_N "(cached) $ECHO_C" >&6
15892 else
15893 ac_check_lib_save_LIBS=$LIBS
15894 LIBS="-llockfile $LIBS"
15895 cat >conftest.$ac_ext <<_ACEOF
15896 /* confdefs.h. */
15897 _ACEOF
15898 cat confdefs.h >>conftest.$ac_ext
15899 cat >>conftest.$ac_ext <<_ACEOF
15900 /* end confdefs.h. */
15901
15902 /* Override any GCC internal prototype to avoid an error.
15903 Use char because int might match the return type of a GCC
15904 builtin and then its argument prototype would still apply. */
15905 #ifdef __cplusplus
15906 extern "C"
15907 #endif
15908 char maillock ();
15909 int
15910 main ()
15911 {
15912 return maillock ();
15913 ;
15914 return 0;
15915 }
15916 _ACEOF
15917 rm -f conftest.$ac_objext conftest$ac_exeext
15918 if { (ac_try="$ac_link"
15919 case "(($ac_try" in
15920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15921 *) ac_try_echo=$ac_try;;
15922 esac
15923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15924 (eval "$ac_link") 2>conftest.er1
15925 ac_status=$?
15926 grep -v '^ *+' conftest.er1 >conftest.err
15927 rm -f conftest.er1
15928 cat conftest.err >&5
15929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15930 (exit $ac_status); } && {
15931 test -z "$ac_c_werror_flag" ||
15932 test ! -s conftest.err
15933 } && test -s conftest$ac_exeext &&
15934 $as_test_x conftest$ac_exeext; then
15935 ac_cv_lib_lockfile_maillock=yes
15936 else
15937 echo "$as_me: failed program was:" >&5
15938 sed 's/^/| /' conftest.$ac_ext >&5
15939
15940 ac_cv_lib_lockfile_maillock=no
15941 fi
15942
15943 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15944 conftest$ac_exeext conftest.$ac_ext
15945 LIBS=$ac_check_lib_save_LIBS
15946 fi
15947 { echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5
15948 echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6; }
15949 if test $ac_cv_lib_lockfile_maillock = yes; then
15950 cat >>confdefs.h <<_ACEOF
15951 #define HAVE_LIBLOCKFILE 1
15952 _ACEOF
15953
15954 LIBS="-llockfile $LIBS"
15955
15956 fi
15957
15958 # If we have the shared liblockfile, assume we must use it for mail
15959 # locking (e.g. Debian). If we couldn't link against liblockfile
15960 # (no liblockfile.a installed), ensure that we don't need to.
15961 if test "$ac_cv_lib_lockfile_maillock" = no; then
15962 # Extract the first word of "liblockfile.so", so it can be a program name with args.
15963 set dummy liblockfile.so; ac_word=$2
15964 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15965 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15966 if test "${ac_cv_prog_liblockfile+set}" = set; then
15967 echo $ECHO_N "(cached) $ECHO_C" >&6
15968 else
15969 if test -n "$liblockfile"; then
15970 ac_cv_prog_liblockfile="$liblockfile" # Let the user override the test.
15971 else
15972 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15973 as_dummy="/usr/lib:/lib:/usr/local/lib:$LD_LIBRARY_PATH"
15974 for as_dir in $as_dummy
15975 do
15976 IFS=$as_save_IFS
15977 test -z "$as_dir" && as_dir=.
15978 for ac_exec_ext in '' $ac_executable_extensions; do
15979 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15980 ac_cv_prog_liblockfile="yes"
15981 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15982 break 2
15983 fi
15984 done
15985 done
15986 IFS=$as_save_IFS
15987
15988 test -z "$ac_cv_prog_liblockfile" && ac_cv_prog_liblockfile="no"
15989 fi
15990 fi
15991 liblockfile=$ac_cv_prog_liblockfile
15992 if test -n "$liblockfile"; then
15993 { echo "$as_me:$LINENO: result: $liblockfile" >&5
15994 echo "${ECHO_T}$liblockfile" >&6; }
15995 else
15996 { echo "$as_me:$LINENO: result: no" >&5
15997 echo "${ECHO_T}no" >&6; }
15998 fi
15999
16000
16001 if test $ac_cv_prog_liblockfile = yes; then
16002 { { echo "$as_me:$LINENO: error: Shared liblockfile found but can't link against it.
16003 This probably means that movemail could lose mail.
16004 There may be a \`development' package to install containing liblockfile." >&5
16005 echo "$as_me: error: Shared liblockfile found but can't link against it.
16006 This probably means that movemail could lose mail.
16007 There may be a \`development' package to install containing liblockfile." >&2;}
16008 { (exit 1); exit 1; }; }
16009 else :
16010 fi
16011 fi
16012
16013 for ac_func in touchlock
16014 do
16015 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16016 { echo "$as_me:$LINENO: checking for $ac_func" >&5
16017 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
16018 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
16019 echo $ECHO_N "(cached) $ECHO_C" >&6
16020 else
16021 cat >conftest.$ac_ext <<_ACEOF
16022 /* confdefs.h. */
16023 _ACEOF
16024 cat confdefs.h >>conftest.$ac_ext
16025 cat >>conftest.$ac_ext <<_ACEOF
16026 /* end confdefs.h. */
16027 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16028 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16029 #define $ac_func innocuous_$ac_func
16030
16031 /* System header to define __stub macros and hopefully few prototypes,
16032 which can conflict with char $ac_func (); below.
16033 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16034 <limits.h> exists even on freestanding compilers. */
16035
16036 #ifdef __STDC__
16037 # include <limits.h>
16038 #else
16039 # include <assert.h>
16040 #endif
16041
16042 #undef $ac_func
16043
16044 /* Override any GCC internal prototype to avoid an error.
16045 Use char because int might match the return type of a GCC
16046 builtin and then its argument prototype would still apply. */
16047 #ifdef __cplusplus
16048 extern "C"
16049 #endif
16050 char $ac_func ();
16051 /* The GNU C library defines this for functions which it implements
16052 to always fail with ENOSYS. Some functions are actually named
16053 something starting with __ and the normal name is an alias. */
16054 #if defined __stub_$ac_func || defined __stub___$ac_func
16055 choke me
16056 #endif
16057
16058 int
16059 main ()
16060 {
16061 return $ac_func ();
16062 ;
16063 return 0;
16064 }
16065 _ACEOF
16066 rm -f conftest.$ac_objext conftest$ac_exeext
16067 if { (ac_try="$ac_link"
16068 case "(($ac_try" in
16069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16070 *) ac_try_echo=$ac_try;;
16071 esac
16072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16073 (eval "$ac_link") 2>conftest.er1
16074 ac_status=$?
16075 grep -v '^ *+' conftest.er1 >conftest.err
16076 rm -f conftest.er1
16077 cat conftest.err >&5
16078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16079 (exit $ac_status); } && {
16080 test -z "$ac_c_werror_flag" ||
16081 test ! -s conftest.err
16082 } && test -s conftest$ac_exeext &&
16083 $as_test_x conftest$ac_exeext; then
16084 eval "$as_ac_var=yes"
16085 else
16086 echo "$as_me: failed program was:" >&5
16087 sed 's/^/| /' conftest.$ac_ext >&5
16088
16089 eval "$as_ac_var=no"
16090 fi
16091
16092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16093 conftest$ac_exeext conftest.$ac_ext
16094 fi
16095 ac_res=`eval echo '${'$as_ac_var'}'`
16096 { echo "$as_me:$LINENO: result: $ac_res" >&5
16097 echo "${ECHO_T}$ac_res" >&6; }
16098 if test `eval echo '${'$as_ac_var'}'` = yes; then
16099 cat >>confdefs.h <<_ACEOF
16100 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16101 _ACEOF
16102
16103 fi
16104 done
16105
16106
16107 for ac_header in maillock.h
16108 do
16109 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16110 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16111 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16112 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16113 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16114 echo $ECHO_N "(cached) $ECHO_C" >&6
16115 fi
16116 ac_res=`eval echo '${'$as_ac_Header'}'`
16117 { echo "$as_me:$LINENO: result: $ac_res" >&5
16118 echo "${ECHO_T}$ac_res" >&6; }
16119 else
16120 # Is the header compilable?
16121 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16122 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16123 cat >conftest.$ac_ext <<_ACEOF
16124 /* confdefs.h. */
16125 _ACEOF
16126 cat confdefs.h >>conftest.$ac_ext
16127 cat >>conftest.$ac_ext <<_ACEOF
16128 /* end confdefs.h. */
16129 $ac_includes_default
16130 #include <$ac_header>
16131 _ACEOF
16132 rm -f conftest.$ac_objext
16133 if { (ac_try="$ac_compile"
16134 case "(($ac_try" in
16135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16136 *) ac_try_echo=$ac_try;;
16137 esac
16138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16139 (eval "$ac_compile") 2>conftest.er1
16140 ac_status=$?
16141 grep -v '^ *+' conftest.er1 >conftest.err
16142 rm -f conftest.er1
16143 cat conftest.err >&5
16144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16145 (exit $ac_status); } && {
16146 test -z "$ac_c_werror_flag" ||
16147 test ! -s conftest.err
16148 } && test -s conftest.$ac_objext; then
16149 ac_header_compiler=yes
16150 else
16151 echo "$as_me: failed program was:" >&5
16152 sed 's/^/| /' conftest.$ac_ext >&5
16153
16154 ac_header_compiler=no
16155 fi
16156
16157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16158 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16159 echo "${ECHO_T}$ac_header_compiler" >&6; }
16160
16161 # Is the header present?
16162 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16163 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16164 cat >conftest.$ac_ext <<_ACEOF
16165 /* confdefs.h. */
16166 _ACEOF
16167 cat confdefs.h >>conftest.$ac_ext
16168 cat >>conftest.$ac_ext <<_ACEOF
16169 /* end confdefs.h. */
16170 #include <$ac_header>
16171 _ACEOF
16172 if { (ac_try="$ac_cpp conftest.$ac_ext"
16173 case "(($ac_try" in
16174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16175 *) ac_try_echo=$ac_try;;
16176 esac
16177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16178 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16179 ac_status=$?
16180 grep -v '^ *+' conftest.er1 >conftest.err
16181 rm -f conftest.er1
16182 cat conftest.err >&5
16183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16184 (exit $ac_status); } >/dev/null && {
16185 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16186 test ! -s conftest.err
16187 }; then
16188 ac_header_preproc=yes
16189 else
16190 echo "$as_me: failed program was:" >&5
16191 sed 's/^/| /' conftest.$ac_ext >&5
16192
16193 ac_header_preproc=no
16194 fi
16195
16196 rm -f conftest.err conftest.$ac_ext
16197 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16198 echo "${ECHO_T}$ac_header_preproc" >&6; }
16199
16200 # So? What about this header?
16201 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16202 yes:no: )
16203 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16204 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16205 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16206 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16207 ac_header_preproc=yes
16208 ;;
16209 no:yes:* )
16210 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16211 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16212 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16213 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16214 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16215 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16216 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16217 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16218 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16219 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16220 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16221 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16222
16223 ;;
16224 esac
16225 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16226 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16227 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16228 echo $ECHO_N "(cached) $ECHO_C" >&6
16229 else
16230 eval "$as_ac_Header=\$ac_header_preproc"
16231 fi
16232 ac_res=`eval echo '${'$as_ac_Header'}'`
16233 { echo "$as_me:$LINENO: result: $ac_res" >&5
16234 echo "${ECHO_T}$ac_res" >&6; }
16235
16236 fi
16237 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16238 cat >>confdefs.h <<_ACEOF
16239 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16240 _ACEOF
16241
16242 fi
16243
16244 done
16245
16246
16247
16248
16249
16250
16251
16252
16253
16254
16255
16256
16257
16258
16259
16260
16261
16262
16263
16264
16265
16266
16267
16268
16269
16270
16271
16272
16273
16274
16275
16276
16277
16278
16279
16280
16281
16282
16283
16284
16285
16286
16287
16288
16289
16290
16291
16292
16293
16294
16295
16296
16297
16298
16299
16300
16301
16302
16303
16304
16305
16306
16307
16308
16309
16310
16311
16312
16313
16314
16315 for ac_func in gethostname getdomainname dup2 \
16316 rename closedir mkdir rmdir sysinfo getrusage get_current_dir_name \
16317 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime setsid \
16318 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
16319 utimes setrlimit setpgid getcwd getwd shutdown getaddrinfo \
16320 __fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \
16321 sendto recvfrom getsockopt setsockopt getsockname getpeername \
16322 gai_strerror mkstemp getline getdelim mremap memmove fsync sync bzero \
16323 memset memcmp difftime memcpy mempcpy mblen mbrlen posix_memalign
16324 do
16325 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16326 { echo "$as_me:$LINENO: checking for $ac_func" >&5
16327 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
16328 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
16329 echo $ECHO_N "(cached) $ECHO_C" >&6
16330 else
16331 cat >conftest.$ac_ext <<_ACEOF
16332 /* confdefs.h. */
16333 _ACEOF
16334 cat confdefs.h >>conftest.$ac_ext
16335 cat >>conftest.$ac_ext <<_ACEOF
16336 /* end confdefs.h. */
16337 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16338 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16339 #define $ac_func innocuous_$ac_func
16340
16341 /* System header to define __stub macros and hopefully few prototypes,
16342 which can conflict with char $ac_func (); below.
16343 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16344 <limits.h> exists even on freestanding compilers. */
16345
16346 #ifdef __STDC__
16347 # include <limits.h>
16348 #else
16349 # include <assert.h>
16350 #endif
16351
16352 #undef $ac_func
16353
16354 /* Override any GCC internal prototype to avoid an error.
16355 Use char because int might match the return type of a GCC
16356 builtin and then its argument prototype would still apply. */
16357 #ifdef __cplusplus
16358 extern "C"
16359 #endif
16360 char $ac_func ();
16361 /* The GNU C library defines this for functions which it implements
16362 to always fail with ENOSYS. Some functions are actually named
16363 something starting with __ and the normal name is an alias. */
16364 #if defined __stub_$ac_func || defined __stub___$ac_func
16365 choke me
16366 #endif
16367
16368 int
16369 main ()
16370 {
16371 return $ac_func ();
16372 ;
16373 return 0;
16374 }
16375 _ACEOF
16376 rm -f conftest.$ac_objext conftest$ac_exeext
16377 if { (ac_try="$ac_link"
16378 case "(($ac_try" in
16379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16380 *) ac_try_echo=$ac_try;;
16381 esac
16382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16383 (eval "$ac_link") 2>conftest.er1
16384 ac_status=$?
16385 grep -v '^ *+' conftest.er1 >conftest.err
16386 rm -f conftest.er1
16387 cat conftest.err >&5
16388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16389 (exit $ac_status); } && {
16390 test -z "$ac_c_werror_flag" ||
16391 test ! -s conftest.err
16392 } && test -s conftest$ac_exeext &&
16393 $as_test_x conftest$ac_exeext; then
16394 eval "$as_ac_var=yes"
16395 else
16396 echo "$as_me: failed program was:" >&5
16397 sed 's/^/| /' conftest.$ac_ext >&5
16398
16399 eval "$as_ac_var=no"
16400 fi
16401
16402 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16403 conftest$ac_exeext conftest.$ac_ext
16404 fi
16405 ac_res=`eval echo '${'$as_ac_var'}'`
16406 { echo "$as_me:$LINENO: result: $ac_res" >&5
16407 echo "${ECHO_T}$ac_res" >&6; }
16408 if test `eval echo '${'$as_ac_var'}'` = yes; then
16409 cat >>confdefs.h <<_ACEOF
16410 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16411 _ACEOF
16412
16413 fi
16414 done
16415
16416
16417
16418 for ac_header in sys/un.h
16419 do
16420 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16421 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16422 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16423 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16424 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16425 echo $ECHO_N "(cached) $ECHO_C" >&6
16426 fi
16427 ac_res=`eval echo '${'$as_ac_Header'}'`
16428 { echo "$as_me:$LINENO: result: $ac_res" >&5
16429 echo "${ECHO_T}$ac_res" >&6; }
16430 else
16431 # Is the header compilable?
16432 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16433 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16434 cat >conftest.$ac_ext <<_ACEOF
16435 /* confdefs.h. */
16436 _ACEOF
16437 cat confdefs.h >>conftest.$ac_ext
16438 cat >>conftest.$ac_ext <<_ACEOF
16439 /* end confdefs.h. */
16440 $ac_includes_default
16441 #include <$ac_header>
16442 _ACEOF
16443 rm -f conftest.$ac_objext
16444 if { (ac_try="$ac_compile"
16445 case "(($ac_try" in
16446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16447 *) ac_try_echo=$ac_try;;
16448 esac
16449 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16450 (eval "$ac_compile") 2>conftest.er1
16451 ac_status=$?
16452 grep -v '^ *+' conftest.er1 >conftest.err
16453 rm -f conftest.er1
16454 cat conftest.err >&5
16455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16456 (exit $ac_status); } && {
16457 test -z "$ac_c_werror_flag" ||
16458 test ! -s conftest.err
16459 } && test -s conftest.$ac_objext; then
16460 ac_header_compiler=yes
16461 else
16462 echo "$as_me: failed program was:" >&5
16463 sed 's/^/| /' conftest.$ac_ext >&5
16464
16465 ac_header_compiler=no
16466 fi
16467
16468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16469 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16470 echo "${ECHO_T}$ac_header_compiler" >&6; }
16471
16472 # Is the header present?
16473 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16474 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16475 cat >conftest.$ac_ext <<_ACEOF
16476 /* confdefs.h. */
16477 _ACEOF
16478 cat confdefs.h >>conftest.$ac_ext
16479 cat >>conftest.$ac_ext <<_ACEOF
16480 /* end confdefs.h. */
16481 #include <$ac_header>
16482 _ACEOF
16483 if { (ac_try="$ac_cpp conftest.$ac_ext"
16484 case "(($ac_try" in
16485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16486 *) ac_try_echo=$ac_try;;
16487 esac
16488 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16489 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16490 ac_status=$?
16491 grep -v '^ *+' conftest.er1 >conftest.err
16492 rm -f conftest.er1
16493 cat conftest.err >&5
16494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16495 (exit $ac_status); } >/dev/null && {
16496 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16497 test ! -s conftest.err
16498 }; then
16499 ac_header_preproc=yes
16500 else
16501 echo "$as_me: failed program was:" >&5
16502 sed 's/^/| /' conftest.$ac_ext >&5
16503
16504 ac_header_preproc=no
16505 fi
16506
16507 rm -f conftest.err conftest.$ac_ext
16508 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16509 echo "${ECHO_T}$ac_header_preproc" >&6; }
16510
16511 # So? What about this header?
16512 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16513 yes:no: )
16514 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16515 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16516 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16517 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16518 ac_header_preproc=yes
16519 ;;
16520 no:yes:* )
16521 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16522 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16523 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16524 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16525 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16526 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16527 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16528 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16529 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16530 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16531 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16532 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16533
16534 ;;
16535 esac
16536 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16537 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16538 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16539 echo $ECHO_N "(cached) $ECHO_C" >&6
16540 else
16541 eval "$as_ac_Header=\$ac_header_preproc"
16542 fi
16543 ac_res=`eval echo '${'$as_ac_Header'}'`
16544 { echo "$as_me:$LINENO: result: $ac_res" >&5
16545 echo "${ECHO_T}$ac_res" >&6; }
16546
16547 fi
16548 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16549 cat >>confdefs.h <<_ACEOF
16550 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16551 _ACEOF
16552
16553 fi
16554
16555 done
16556
16557
16558
16559
16560
16561
16562 for ac_header in $ac_header_list
16563 do
16564 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16565 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16566 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16567 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16568 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16569 echo $ECHO_N "(cached) $ECHO_C" >&6
16570 fi
16571 ac_res=`eval echo '${'$as_ac_Header'}'`
16572 { echo "$as_me:$LINENO: result: $ac_res" >&5
16573 echo "${ECHO_T}$ac_res" >&6; }
16574 else
16575 # Is the header compilable?
16576 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16577 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16578 cat >conftest.$ac_ext <<_ACEOF
16579 /* confdefs.h. */
16580 _ACEOF
16581 cat confdefs.h >>conftest.$ac_ext
16582 cat >>conftest.$ac_ext <<_ACEOF
16583 /* end confdefs.h. */
16584 $ac_includes_default
16585 #include <$ac_header>
16586 _ACEOF
16587 rm -f conftest.$ac_objext
16588 if { (ac_try="$ac_compile"
16589 case "(($ac_try" in
16590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16591 *) ac_try_echo=$ac_try;;
16592 esac
16593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16594 (eval "$ac_compile") 2>conftest.er1
16595 ac_status=$?
16596 grep -v '^ *+' conftest.er1 >conftest.err
16597 rm -f conftest.er1
16598 cat conftest.err >&5
16599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16600 (exit $ac_status); } && {
16601 test -z "$ac_c_werror_flag" ||
16602 test ! -s conftest.err
16603 } && test -s conftest.$ac_objext; then
16604 ac_header_compiler=yes
16605 else
16606 echo "$as_me: failed program was:" >&5
16607 sed 's/^/| /' conftest.$ac_ext >&5
16608
16609 ac_header_compiler=no
16610 fi
16611
16612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16613 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16614 echo "${ECHO_T}$ac_header_compiler" >&6; }
16615
16616 # Is the header present?
16617 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16618 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16619 cat >conftest.$ac_ext <<_ACEOF
16620 /* confdefs.h. */
16621 _ACEOF
16622 cat confdefs.h >>conftest.$ac_ext
16623 cat >>conftest.$ac_ext <<_ACEOF
16624 /* end confdefs.h. */
16625 #include <$ac_header>
16626 _ACEOF
16627 if { (ac_try="$ac_cpp conftest.$ac_ext"
16628 case "(($ac_try" in
16629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16630 *) ac_try_echo=$ac_try;;
16631 esac
16632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16633 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16634 ac_status=$?
16635 grep -v '^ *+' conftest.er1 >conftest.err
16636 rm -f conftest.er1
16637 cat conftest.err >&5
16638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16639 (exit $ac_status); } >/dev/null && {
16640 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16641 test ! -s conftest.err
16642 }; then
16643 ac_header_preproc=yes
16644 else
16645 echo "$as_me: failed program was:" >&5
16646 sed 's/^/| /' conftest.$ac_ext >&5
16647
16648 ac_header_preproc=no
16649 fi
16650
16651 rm -f conftest.err conftest.$ac_ext
16652 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16653 echo "${ECHO_T}$ac_header_preproc" >&6; }
16654
16655 # So? What about this header?
16656 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16657 yes:no: )
16658 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16659 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16660 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16661 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16662 ac_header_preproc=yes
16663 ;;
16664 no:yes:* )
16665 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16666 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16667 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16668 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16669 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16670 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16671 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16672 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16673 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16674 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16675 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16676 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16677
16678 ;;
16679 esac
16680 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16681 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16682 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16683 echo $ECHO_N "(cached) $ECHO_C" >&6
16684 else
16685 eval "$as_ac_Header=\$ac_header_preproc"
16686 fi
16687 ac_res=`eval echo '${'$as_ac_Header'}'`
16688 { echo "$as_me:$LINENO: result: $ac_res" >&5
16689 echo "${ECHO_T}$ac_res" >&6; }
16690
16691 fi
16692 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16693 cat >>confdefs.h <<_ACEOF
16694 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16695 _ACEOF
16696
16697 fi
16698
16699 done
16700
16701
16702
16703
16704
16705
16706
16707
16708
16709 for ac_func in $ac_func_list
16710 do
16711 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16712 { echo "$as_me:$LINENO: checking for $ac_func" >&5
16713 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
16714 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
16715 echo $ECHO_N "(cached) $ECHO_C" >&6
16716 else
16717 cat >conftest.$ac_ext <<_ACEOF
16718 /* confdefs.h. */
16719 _ACEOF
16720 cat confdefs.h >>conftest.$ac_ext
16721 cat >>conftest.$ac_ext <<_ACEOF
16722 /* end confdefs.h. */
16723 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16724 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16725 #define $ac_func innocuous_$ac_func
16726
16727 /* System header to define __stub macros and hopefully few prototypes,
16728 which can conflict with char $ac_func (); below.
16729 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16730 <limits.h> exists even on freestanding compilers. */
16731
16732 #ifdef __STDC__
16733 # include <limits.h>
16734 #else
16735 # include <assert.h>
16736 #endif
16737
16738 #undef $ac_func
16739
16740 /* Override any GCC internal prototype to avoid an error.
16741 Use char because int might match the return type of a GCC
16742 builtin and then its argument prototype would still apply. */
16743 #ifdef __cplusplus
16744 extern "C"
16745 #endif
16746 char $ac_func ();
16747 /* The GNU C library defines this for functions which it implements
16748 to always fail with ENOSYS. Some functions are actually named
16749 something starting with __ and the normal name is an alias. */
16750 #if defined __stub_$ac_func || defined __stub___$ac_func
16751 choke me
16752 #endif
16753
16754 int
16755 main ()
16756 {
16757 return $ac_func ();
16758 ;
16759 return 0;
16760 }
16761 _ACEOF
16762 rm -f conftest.$ac_objext conftest$ac_exeext
16763 if { (ac_try="$ac_link"
16764 case "(($ac_try" in
16765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16766 *) ac_try_echo=$ac_try;;
16767 esac
16768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16769 (eval "$ac_link") 2>conftest.er1
16770 ac_status=$?
16771 grep -v '^ *+' conftest.er1 >conftest.err
16772 rm -f conftest.er1
16773 cat conftest.err >&5
16774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16775 (exit $ac_status); } && {
16776 test -z "$ac_c_werror_flag" ||
16777 test ! -s conftest.err
16778 } && test -s conftest$ac_exeext &&
16779 $as_test_x conftest$ac_exeext; then
16780 eval "$as_ac_var=yes"
16781 else
16782 echo "$as_me: failed program was:" >&5
16783 sed 's/^/| /' conftest.$ac_ext >&5
16784
16785 eval "$as_ac_var=no"
16786 fi
16787
16788 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16789 conftest$ac_exeext conftest.$ac_ext
16790 fi
16791 ac_res=`eval echo '${'$as_ac_var'}'`
16792 { echo "$as_me:$LINENO: result: $ac_res" >&5
16793 echo "${ECHO_T}$ac_res" >&6; }
16794 if test `eval echo '${'$as_ac_var'}'` = yes; then
16795 cat >>confdefs.h <<_ACEOF
16796 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16797 _ACEOF
16798
16799 fi
16800 done
16801
16802
16803
16804
16805
16806
16807
16808
16809
16810
16811
16812
16813
16814
16815
16816
16817
16818 { echo "$as_me:$LINENO: checking for working mktime" >&5
16819 echo $ECHO_N "checking for working mktime... $ECHO_C" >&6; }
16820 if test "${ac_cv_func_working_mktime+set}" = set; then
16821 echo $ECHO_N "(cached) $ECHO_C" >&6
16822 else
16823 if test "$cross_compiling" = yes; then
16824 ac_cv_func_working_mktime=no
16825 else
16826 cat >conftest.$ac_ext <<_ACEOF
16827 /* confdefs.h. */
16828 _ACEOF
16829 cat confdefs.h >>conftest.$ac_ext
16830 cat >>conftest.$ac_ext <<_ACEOF
16831 /* end confdefs.h. */
16832 /* Test program from Paul Eggert and Tony Leneis. */
16833 #ifdef TIME_WITH_SYS_TIME
16834 # include <sys/time.h>
16835 # include <time.h>
16836 #else
16837 # ifdef HAVE_SYS_TIME_H
16838 # include <sys/time.h>
16839 # else
16840 # include <time.h>
16841 # endif
16842 #endif
16843
16844 #include <stdlib.h>
16845
16846 #ifdef HAVE_UNISTD_H
16847 # include <unistd.h>
16848 #endif
16849
16850 #ifndef HAVE_ALARM
16851 # define alarm(X) /* empty */
16852 #endif
16853
16854 /* Work around redefinition to rpl_putenv by other config tests. */
16855 #undef putenv
16856
16857 static time_t time_t_max;
16858 static time_t time_t_min;
16859
16860 /* Values we'll use to set the TZ environment variable. */
16861 static char *tz_strings[] = {
16862 (char *) 0, "TZ=GMT0", "TZ=JST-9",
16863 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
16864 };
16865 #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
16866
16867 /* Return 0 if mktime fails to convert a date in the spring-forward gap.
16868 Based on a problem report from Andreas Jaeger. */
16869 static int
16870 spring_forward_gap ()
16871 {
16872 /* glibc (up to about 1998-10-07) failed this test. */
16873 struct tm tm;
16874
16875 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
16876 instead of "TZ=America/Vancouver" in order to detect the bug even
16877 on systems that don't support the Olson extension, or don't have the
16878 full zoneinfo tables installed. */
16879 putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
16880
16881 tm.tm_year = 98;
16882 tm.tm_mon = 3;
16883 tm.tm_mday = 5;
16884 tm.tm_hour = 2;
16885 tm.tm_min = 0;
16886 tm.tm_sec = 0;
16887 tm.tm_isdst = -1;
16888 return mktime (&tm) != (time_t) -1;
16889 }
16890
16891 static int
16892 mktime_test1 (now)
16893 time_t now;
16894 {
16895 struct tm *lt;
16896 return ! (lt = localtime (&now)) || mktime (lt) == now;
16897 }
16898
16899 static int
16900 mktime_test (now)
16901 time_t now;
16902 {
16903 return (mktime_test1 (now)
16904 && mktime_test1 ((time_t) (time_t_max - now))
16905 && mktime_test1 ((time_t) (time_t_min + now)));
16906 }
16907
16908 static int
16909 irix_6_4_bug ()
16910 {
16911 /* Based on code from Ariel Faigon. */
16912 struct tm tm;
16913 tm.tm_year = 96;
16914 tm.tm_mon = 3;
16915 tm.tm_mday = 0;
16916 tm.tm_hour = 0;
16917 tm.tm_min = 0;
16918 tm.tm_sec = 0;
16919 tm.tm_isdst = -1;
16920 mktime (&tm);
16921 return tm.tm_mon == 2 && tm.tm_mday == 31;
16922 }
16923
16924 static int
16925 bigtime_test (j)
16926 int j;
16927 {
16928 struct tm tm;
16929 time_t now;
16930 tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
16931 now = mktime (&tm);
16932 if (now != (time_t) -1)
16933 {
16934 struct tm *lt = localtime (&now);
16935 if (! (lt
16936 && lt->tm_year == tm.tm_year
16937 && lt->tm_mon == tm.tm_mon
16938 && lt->tm_mday == tm.tm_mday
16939 && lt->tm_hour == tm.tm_hour
16940 && lt->tm_min == tm.tm_min
16941 && lt->tm_sec == tm.tm_sec
16942 && lt->tm_yday == tm.tm_yday
16943 && lt->tm_wday == tm.tm_wday
16944 && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
16945 == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
16946 return 0;
16947 }
16948 return 1;
16949 }
16950
16951 static int
16952 year_2050_test ()
16953 {
16954 /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
16955 ignoring leap seconds. */
16956 unsigned long int answer = 2527315200UL;
16957
16958 struct tm tm;
16959 time_t t;
16960 tm.tm_year = 2050 - 1900;
16961 tm.tm_mon = 2 - 1;
16962 tm.tm_mday = 1;
16963 tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
16964 tm.tm_isdst = -1;
16965
16966 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
16967 instead of "TZ=America/Vancouver" in order to detect the bug even
16968 on systems that don't support the Olson extension, or don't have the
16969 full zoneinfo tables installed. */
16970 putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
16971
16972 t = mktime (&tm);
16973
16974 /* Check that the result is either a failure, or close enough
16975 to the correct answer that we can assume the discrepancy is
16976 due to leap seconds. */
16977 return (t == (time_t) -1
16978 || (0 < t && answer - 120 <= t && t <= answer + 120));
16979 }
16980
16981 int
16982 main ()
16983 {
16984 time_t t, delta;
16985 int i, j;
16986
16987 /* This test makes some buggy mktime implementations loop.
16988 Give up after 60 seconds; a mktime slower than that
16989 isn't worth using anyway. */
16990 alarm (60);
16991
16992 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
16993 continue;
16994 time_t_max--;
16995 if ((time_t) -1 < 0)
16996 for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2)
16997 continue;
16998 delta = time_t_max / 997; /* a suitable prime number */
16999 for (i = 0; i < N_STRINGS; i++)
17000 {
17001 if (tz_strings[i])
17002 putenv (tz_strings[i]);
17003
17004 for (t = 0; t <= time_t_max - delta; t += delta)
17005 if (! mktime_test (t))
17006 return 1;
17007 if (! (mktime_test ((time_t) 1)
17008 && mktime_test ((time_t) (60 * 60))
17009 && mktime_test ((time_t) (60 * 60 * 24))))
17010 return 1;
17011
17012 for (j = 1; 0 < j; j *= 2)
17013 if (! bigtime_test (j))
17014 return 1;
17015 if (! bigtime_test (j - 1))
17016 return 1;
17017 }
17018 return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
17019 }
17020 _ACEOF
17021 rm -f conftest$ac_exeext
17022 if { (ac_try="$ac_link"
17023 case "(($ac_try" in
17024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17025 *) ac_try_echo=$ac_try;;
17026 esac
17027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17028 (eval "$ac_link") 2>&5
17029 ac_status=$?
17030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17031 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17032 { (case "(($ac_try" in
17033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17034 *) ac_try_echo=$ac_try;;
17035 esac
17036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17037 (eval "$ac_try") 2>&5
17038 ac_status=$?
17039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17040 (exit $ac_status); }; }; then
17041 ac_cv_func_working_mktime=yes
17042 else
17043 echo "$as_me: program exited with status $ac_status" >&5
17044 echo "$as_me: failed program was:" >&5
17045 sed 's/^/| /' conftest.$ac_ext >&5
17046
17047 ( exit $ac_status )
17048 ac_cv_func_working_mktime=no
17049 fi
17050 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17051 fi
17052
17053
17054 fi
17055 { echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5
17056 echo "${ECHO_T}$ac_cv_func_working_mktime" >&6; }
17057 if test $ac_cv_func_working_mktime = no; then
17058 case " $LIBOBJS " in
17059 *" mktime.$ac_objext "* ) ;;
17060 *) LIBOBJS="$LIBOBJS mktime.$ac_objext"
17061 ;;
17062 esac
17063
17064 fi
17065
17066 if test "$ac_cv_func_working_mktime" = no; then
17067
17068 cat >>confdefs.h <<\_ACEOF
17069 #define BROKEN_MKTIME 1
17070 _ACEOF
17071
17072 fi
17073
17074 ac_have_func=no # yes means we've found a way to get the load average.
17075
17076 # Make sure getloadavg.c is where it belongs, at configure-time.
17077 test -f "$srcdir/$ac_config_libobj_dir/getloadavg.c" ||
17078 { { echo "$as_me:$LINENO: error: $srcdir/$ac_config_libobj_dir/getloadavg.c is missing" >&5
17079 echo "$as_me: error: $srcdir/$ac_config_libobj_dir/getloadavg.c is missing" >&2;}
17080 { (exit 1); exit 1; }; }
17081
17082 ac_save_LIBS=$LIBS
17083
17084 # Check for getloadavg, but be sure not to touch the cache variable.
17085 ({ echo "$as_me:$LINENO: checking for getloadavg" >&5
17086 echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6; }
17087 if test "${ac_cv_func_getloadavg+set}" = set; then
17088 echo $ECHO_N "(cached) $ECHO_C" >&6
17089 else
17090 cat >conftest.$ac_ext <<_ACEOF
17091 /* confdefs.h. */
17092 _ACEOF
17093 cat confdefs.h >>conftest.$ac_ext
17094 cat >>conftest.$ac_ext <<_ACEOF
17095 /* end confdefs.h. */
17096 /* Define getloadavg to an innocuous variant, in case <limits.h> declares getloadavg.
17097 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17098 #define getloadavg innocuous_getloadavg
17099
17100 /* System header to define __stub macros and hopefully few prototypes,
17101 which can conflict with char getloadavg (); below.
17102 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17103 <limits.h> exists even on freestanding compilers. */
17104
17105 #ifdef __STDC__
17106 # include <limits.h>
17107 #else
17108 # include <assert.h>
17109 #endif
17110
17111 #undef getloadavg
17112
17113 /* Override any GCC internal prototype to avoid an error.
17114 Use char because int might match the return type of a GCC
17115 builtin and then its argument prototype would still apply. */
17116 #ifdef __cplusplus
17117 extern "C"
17118 #endif
17119 char getloadavg ();
17120 /* The GNU C library defines this for functions which it implements
17121 to always fail with ENOSYS. Some functions are actually named
17122 something starting with __ and the normal name is an alias. */
17123 #if defined __stub_getloadavg || defined __stub___getloadavg
17124 choke me
17125 #endif
17126
17127 int
17128 main ()
17129 {
17130 return getloadavg ();
17131 ;
17132 return 0;
17133 }
17134 _ACEOF
17135 rm -f conftest.$ac_objext conftest$ac_exeext
17136 if { (ac_try="$ac_link"
17137 case "(($ac_try" in
17138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17139 *) ac_try_echo=$ac_try;;
17140 esac
17141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17142 (eval "$ac_link") 2>conftest.er1
17143 ac_status=$?
17144 grep -v '^ *+' conftest.er1 >conftest.err
17145 rm -f conftest.er1
17146 cat conftest.err >&5
17147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17148 (exit $ac_status); } && {
17149 test -z "$ac_c_werror_flag" ||
17150 test ! -s conftest.err
17151 } && test -s conftest$ac_exeext &&
17152 $as_test_x conftest$ac_exeext; then
17153 ac_cv_func_getloadavg=yes
17154 else
17155 echo "$as_me: failed program was:" >&5
17156 sed 's/^/| /' conftest.$ac_ext >&5
17157
17158 ac_cv_func_getloadavg=no
17159 fi
17160
17161 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17162 conftest$ac_exeext conftest.$ac_ext
17163 fi
17164 { echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg" >&5
17165 echo "${ECHO_T}$ac_cv_func_getloadavg" >&6; }
17166 if test $ac_cv_func_getloadavg = yes; then
17167 exit 0
17168 else
17169 exit 1
17170 fi
17171 ) && ac_have_func=yes
17172
17173 # On HPUX9, an unprivileged user can get load averages through this function.
17174
17175 for ac_func in pstat_getdynamic
17176 do
17177 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17178 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17179 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17180 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17181 echo $ECHO_N "(cached) $ECHO_C" >&6
17182 else
17183 cat >conftest.$ac_ext <<_ACEOF
17184 /* confdefs.h. */
17185 _ACEOF
17186 cat confdefs.h >>conftest.$ac_ext
17187 cat >>conftest.$ac_ext <<_ACEOF
17188 /* end confdefs.h. */
17189 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17190 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17191 #define $ac_func innocuous_$ac_func
17192
17193 /* System header to define __stub macros and hopefully few prototypes,
17194 which can conflict with char $ac_func (); below.
17195 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17196 <limits.h> exists even on freestanding compilers. */
17197
17198 #ifdef __STDC__
17199 # include <limits.h>
17200 #else
17201 # include <assert.h>
17202 #endif
17203
17204 #undef $ac_func
17205
17206 /* Override any GCC internal prototype to avoid an error.
17207 Use char because int might match the return type of a GCC
17208 builtin and then its argument prototype would still apply. */
17209 #ifdef __cplusplus
17210 extern "C"
17211 #endif
17212 char $ac_func ();
17213 /* The GNU C library defines this for functions which it implements
17214 to always fail with ENOSYS. Some functions are actually named
17215 something starting with __ and the normal name is an alias. */
17216 #if defined __stub_$ac_func || defined __stub___$ac_func
17217 choke me
17218 #endif
17219
17220 int
17221 main ()
17222 {
17223 return $ac_func ();
17224 ;
17225 return 0;
17226 }
17227 _ACEOF
17228 rm -f conftest.$ac_objext conftest$ac_exeext
17229 if { (ac_try="$ac_link"
17230 case "(($ac_try" in
17231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17232 *) ac_try_echo=$ac_try;;
17233 esac
17234 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17235 (eval "$ac_link") 2>conftest.er1
17236 ac_status=$?
17237 grep -v '^ *+' conftest.er1 >conftest.err
17238 rm -f conftest.er1
17239 cat conftest.err >&5
17240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17241 (exit $ac_status); } && {
17242 test -z "$ac_c_werror_flag" ||
17243 test ! -s conftest.err
17244 } && test -s conftest$ac_exeext &&
17245 $as_test_x conftest$ac_exeext; then
17246 eval "$as_ac_var=yes"
17247 else
17248 echo "$as_me: failed program was:" >&5
17249 sed 's/^/| /' conftest.$ac_ext >&5
17250
17251 eval "$as_ac_var=no"
17252 fi
17253
17254 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17255 conftest$ac_exeext conftest.$ac_ext
17256 fi
17257 ac_res=`eval echo '${'$as_ac_var'}'`
17258 { echo "$as_me:$LINENO: result: $ac_res" >&5
17259 echo "${ECHO_T}$ac_res" >&6; }
17260 if test `eval echo '${'$as_ac_var'}'` = yes; then
17261 cat >>confdefs.h <<_ACEOF
17262 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17263 _ACEOF
17264
17265 fi
17266 done
17267
17268
17269 # Solaris has libkstat which does not require root.
17270
17271 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17272 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
17273 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17274 echo $ECHO_N "(cached) $ECHO_C" >&6
17275 else
17276 ac_check_lib_save_LIBS=$LIBS
17277 LIBS="-lkstat $LIBS"
17278 cat >conftest.$ac_ext <<_ACEOF
17279 /* confdefs.h. */
17280 _ACEOF
17281 cat confdefs.h >>conftest.$ac_ext
17282 cat >>conftest.$ac_ext <<_ACEOF
17283 /* end confdefs.h. */
17284
17285 /* Override any GCC internal prototype to avoid an error.
17286 Use char because int might match the return type of a GCC
17287 builtin and then its argument prototype would still apply. */
17288 #ifdef __cplusplus
17289 extern "C"
17290 #endif
17291 char kstat_open ();
17292 int
17293 main ()
17294 {
17295 return kstat_open ();
17296 ;
17297 return 0;
17298 }
17299 _ACEOF
17300 rm -f conftest.$ac_objext conftest$ac_exeext
17301 if { (ac_try="$ac_link"
17302 case "(($ac_try" in
17303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17304 *) ac_try_echo=$ac_try;;
17305 esac
17306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17307 (eval "$ac_link") 2>conftest.er1
17308 ac_status=$?
17309 grep -v '^ *+' conftest.er1 >conftest.err
17310 rm -f conftest.er1
17311 cat conftest.err >&5
17312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17313 (exit $ac_status); } && {
17314 test -z "$ac_c_werror_flag" ||
17315 test ! -s conftest.err
17316 } && test -s conftest$ac_exeext &&
17317 $as_test_x conftest$ac_exeext; then
17318 ac_cv_lib_kstat_kstat_open=yes
17319 else
17320 echo "$as_me: failed program was:" >&5
17321 sed 's/^/| /' conftest.$ac_ext >&5
17322
17323 ac_cv_lib_kstat_kstat_open=no
17324 fi
17325
17326 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17327 conftest$ac_exeext conftest.$ac_ext
17328 LIBS=$ac_check_lib_save_LIBS
17329 fi
17330 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17331 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
17332 if test $ac_cv_lib_kstat_kstat_open = yes; then
17333 cat >>confdefs.h <<_ACEOF
17334 #define HAVE_LIBKSTAT 1
17335 _ACEOF
17336
17337 LIBS="-lkstat $LIBS"
17338
17339 fi
17340
17341 test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func=yes
17342
17343 # Some systems with -lutil have (and need) -lkvm as well, some do not.
17344 # On Solaris, -lkvm requires nlist from -lelf, so check that first
17345 # to get the right answer into the cache.
17346 # For kstat on solaris, we need libelf to force the definition of SVR4 below.
17347 if test $ac_have_func = no; then
17348 { echo "$as_me:$LINENO: checking for elf_begin in -lelf" >&5
17349 echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6; }
17350 if test "${ac_cv_lib_elf_elf_begin+set}" = set; then
17351 echo $ECHO_N "(cached) $ECHO_C" >&6
17352 else
17353 ac_check_lib_save_LIBS=$LIBS
17354 LIBS="-lelf $LIBS"
17355 cat >conftest.$ac_ext <<_ACEOF
17356 /* confdefs.h. */
17357 _ACEOF
17358 cat confdefs.h >>conftest.$ac_ext
17359 cat >>conftest.$ac_ext <<_ACEOF
17360 /* end confdefs.h. */
17361
17362 /* Override any GCC internal prototype to avoid an error.
17363 Use char because int might match the return type of a GCC
17364 builtin and then its argument prototype would still apply. */
17365 #ifdef __cplusplus
17366 extern "C"
17367 #endif
17368 char elf_begin ();
17369 int
17370 main ()
17371 {
17372 return elf_begin ();
17373 ;
17374 return 0;
17375 }
17376 _ACEOF
17377 rm -f conftest.$ac_objext conftest$ac_exeext
17378 if { (ac_try="$ac_link"
17379 case "(($ac_try" in
17380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17381 *) ac_try_echo=$ac_try;;
17382 esac
17383 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17384 (eval "$ac_link") 2>conftest.er1
17385 ac_status=$?
17386 grep -v '^ *+' conftest.er1 >conftest.err
17387 rm -f conftest.er1
17388 cat conftest.err >&5
17389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17390 (exit $ac_status); } && {
17391 test -z "$ac_c_werror_flag" ||
17392 test ! -s conftest.err
17393 } && test -s conftest$ac_exeext &&
17394 $as_test_x conftest$ac_exeext; then
17395 ac_cv_lib_elf_elf_begin=yes
17396 else
17397 echo "$as_me: failed program was:" >&5
17398 sed 's/^/| /' conftest.$ac_ext >&5
17399
17400 ac_cv_lib_elf_elf_begin=no
17401 fi
17402
17403 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17404 conftest$ac_exeext conftest.$ac_ext
17405 LIBS=$ac_check_lib_save_LIBS
17406 fi
17407 { echo "$as_me:$LINENO: result: $ac_cv_lib_elf_elf_begin" >&5
17408 echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6; }
17409 if test $ac_cv_lib_elf_elf_begin = yes; then
17410 LIBS="-lelf $LIBS"
17411 fi
17412
17413 fi
17414 if test $ac_have_func = no; then
17415 { echo "$as_me:$LINENO: checking for kvm_open in -lkvm" >&5
17416 echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6; }
17417 if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then
17418 echo $ECHO_N "(cached) $ECHO_C" >&6
17419 else
17420 ac_check_lib_save_LIBS=$LIBS
17421 LIBS="-lkvm $LIBS"
17422 cat >conftest.$ac_ext <<_ACEOF
17423 /* confdefs.h. */
17424 _ACEOF
17425 cat confdefs.h >>conftest.$ac_ext
17426 cat >>conftest.$ac_ext <<_ACEOF
17427 /* end confdefs.h. */
17428
17429 /* Override any GCC internal prototype to avoid an error.
17430 Use char because int might match the return type of a GCC
17431 builtin and then its argument prototype would still apply. */
17432 #ifdef __cplusplus
17433 extern "C"
17434 #endif
17435 char kvm_open ();
17436 int
17437 main ()
17438 {
17439 return kvm_open ();
17440 ;
17441 return 0;
17442 }
17443 _ACEOF
17444 rm -f conftest.$ac_objext conftest$ac_exeext
17445 if { (ac_try="$ac_link"
17446 case "(($ac_try" in
17447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17448 *) ac_try_echo=$ac_try;;
17449 esac
17450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17451 (eval "$ac_link") 2>conftest.er1
17452 ac_status=$?
17453 grep -v '^ *+' conftest.er1 >conftest.err
17454 rm -f conftest.er1
17455 cat conftest.err >&5
17456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17457 (exit $ac_status); } && {
17458 test -z "$ac_c_werror_flag" ||
17459 test ! -s conftest.err
17460 } && test -s conftest$ac_exeext &&
17461 $as_test_x conftest$ac_exeext; then
17462 ac_cv_lib_kvm_kvm_open=yes
17463 else
17464 echo "$as_me: failed program was:" >&5
17465 sed 's/^/| /' conftest.$ac_ext >&5
17466
17467 ac_cv_lib_kvm_kvm_open=no
17468 fi
17469
17470 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17471 conftest$ac_exeext conftest.$ac_ext
17472 LIBS=$ac_check_lib_save_LIBS
17473 fi
17474 { echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5
17475 echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6; }
17476 if test $ac_cv_lib_kvm_kvm_open = yes; then
17477 LIBS="-lkvm $LIBS"
17478 fi
17479
17480 # Check for the 4.4BSD definition of getloadavg.
17481 { echo "$as_me:$LINENO: checking for getloadavg in -lutil" >&5
17482 echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6; }
17483 if test "${ac_cv_lib_util_getloadavg+set}" = set; then
17484 echo $ECHO_N "(cached) $ECHO_C" >&6
17485 else
17486 ac_check_lib_save_LIBS=$LIBS
17487 LIBS="-lutil $LIBS"
17488 cat >conftest.$ac_ext <<_ACEOF
17489 /* confdefs.h. */
17490 _ACEOF
17491 cat confdefs.h >>conftest.$ac_ext
17492 cat >>conftest.$ac_ext <<_ACEOF
17493 /* end confdefs.h. */
17494
17495 /* Override any GCC internal prototype to avoid an error.
17496 Use char because int might match the return type of a GCC
17497 builtin and then its argument prototype would still apply. */
17498 #ifdef __cplusplus
17499 extern "C"
17500 #endif
17501 char getloadavg ();
17502 int
17503 main ()
17504 {
17505 return getloadavg ();
17506 ;
17507 return 0;
17508 }
17509 _ACEOF
17510 rm -f conftest.$ac_objext conftest$ac_exeext
17511 if { (ac_try="$ac_link"
17512 case "(($ac_try" in
17513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17514 *) ac_try_echo=$ac_try;;
17515 esac
17516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17517 (eval "$ac_link") 2>conftest.er1
17518 ac_status=$?
17519 grep -v '^ *+' conftest.er1 >conftest.err
17520 rm -f conftest.er1
17521 cat conftest.err >&5
17522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17523 (exit $ac_status); } && {
17524 test -z "$ac_c_werror_flag" ||
17525 test ! -s conftest.err
17526 } && test -s conftest$ac_exeext &&
17527 $as_test_x conftest$ac_exeext; then
17528 ac_cv_lib_util_getloadavg=yes
17529 else
17530 echo "$as_me: failed program was:" >&5
17531 sed 's/^/| /' conftest.$ac_ext >&5
17532
17533 ac_cv_lib_util_getloadavg=no
17534 fi
17535
17536 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17537 conftest$ac_exeext conftest.$ac_ext
17538 LIBS=$ac_check_lib_save_LIBS
17539 fi
17540 { echo "$as_me:$LINENO: result: $ac_cv_lib_util_getloadavg" >&5
17541 echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6; }
17542 if test $ac_cv_lib_util_getloadavg = yes; then
17543 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes
17544 fi
17545
17546 fi
17547
17548 if test $ac_have_func = no; then
17549 # There is a commonly available library for RS/6000 AIX.
17550 # Since it is not a standard part of AIX, it might be installed locally.
17551 ac_getloadavg_LIBS=$LIBS
17552 LIBS="-L/usr/local/lib $LIBS"
17553 { echo "$as_me:$LINENO: checking for getloadavg in -lgetloadavg" >&5
17554 echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6; }
17555 if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then
17556 echo $ECHO_N "(cached) $ECHO_C" >&6
17557 else
17558 ac_check_lib_save_LIBS=$LIBS
17559 LIBS="-lgetloadavg $LIBS"
17560 cat >conftest.$ac_ext <<_ACEOF
17561 /* confdefs.h. */
17562 _ACEOF
17563 cat confdefs.h >>conftest.$ac_ext
17564 cat >>conftest.$ac_ext <<_ACEOF
17565 /* end confdefs.h. */
17566
17567 /* Override any GCC internal prototype to avoid an error.
17568 Use char because int might match the return type of a GCC
17569 builtin and then its argument prototype would still apply. */
17570 #ifdef __cplusplus
17571 extern "C"
17572 #endif
17573 char getloadavg ();
17574 int
17575 main ()
17576 {
17577 return getloadavg ();
17578 ;
17579 return 0;
17580 }
17581 _ACEOF
17582 rm -f conftest.$ac_objext conftest$ac_exeext
17583 if { (ac_try="$ac_link"
17584 case "(($ac_try" in
17585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17586 *) ac_try_echo=$ac_try;;
17587 esac
17588 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17589 (eval "$ac_link") 2>conftest.er1
17590 ac_status=$?
17591 grep -v '^ *+' conftest.er1 >conftest.err
17592 rm -f conftest.er1
17593 cat conftest.err >&5
17594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17595 (exit $ac_status); } && {
17596 test -z "$ac_c_werror_flag" ||
17597 test ! -s conftest.err
17598 } && test -s conftest$ac_exeext &&
17599 $as_test_x conftest$ac_exeext; then
17600 ac_cv_lib_getloadavg_getloadavg=yes
17601 else
17602 echo "$as_me: failed program was:" >&5
17603 sed 's/^/| /' conftest.$ac_ext >&5
17604
17605 ac_cv_lib_getloadavg_getloadavg=no
17606 fi
17607
17608 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17609 conftest$ac_exeext conftest.$ac_ext
17610 LIBS=$ac_check_lib_save_LIBS
17611 fi
17612 { echo "$as_me:$LINENO: result: $ac_cv_lib_getloadavg_getloadavg" >&5
17613 echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6; }
17614 if test $ac_cv_lib_getloadavg_getloadavg = yes; then
17615 LIBS="-lgetloadavg $LIBS"
17616 else
17617 LIBS=$ac_getloadavg_LIBS
17618 fi
17619
17620 fi
17621
17622 # Make sure it is really in the library, if we think we found it,
17623 # otherwise set up the replacement function.
17624
17625 for ac_func in getloadavg
17626 do
17627 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17628 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17629 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17630 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17631 echo $ECHO_N "(cached) $ECHO_C" >&6
17632 else
17633 cat >conftest.$ac_ext <<_ACEOF
17634 /* confdefs.h. */
17635 _ACEOF
17636 cat confdefs.h >>conftest.$ac_ext
17637 cat >>conftest.$ac_ext <<_ACEOF
17638 /* end confdefs.h. */
17639 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17640 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17641 #define $ac_func innocuous_$ac_func
17642
17643 /* System header to define __stub macros and hopefully few prototypes,
17644 which can conflict with char $ac_func (); below.
17645 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17646 <limits.h> exists even on freestanding compilers. */
17647
17648 #ifdef __STDC__
17649 # include <limits.h>
17650 #else
17651 # include <assert.h>
17652 #endif
17653
17654 #undef $ac_func
17655
17656 /* Override any GCC internal prototype to avoid an error.
17657 Use char because int might match the return type of a GCC
17658 builtin and then its argument prototype would still apply. */
17659 #ifdef __cplusplus
17660 extern "C"
17661 #endif
17662 char $ac_func ();
17663 /* The GNU C library defines this for functions which it implements
17664 to always fail with ENOSYS. Some functions are actually named
17665 something starting with __ and the normal name is an alias. */
17666 #if defined __stub_$ac_func || defined __stub___$ac_func
17667 choke me
17668 #endif
17669
17670 int
17671 main ()
17672 {
17673 return $ac_func ();
17674 ;
17675 return 0;
17676 }
17677 _ACEOF
17678 rm -f conftest.$ac_objext conftest$ac_exeext
17679 if { (ac_try="$ac_link"
17680 case "(($ac_try" in
17681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17682 *) ac_try_echo=$ac_try;;
17683 esac
17684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17685 (eval "$ac_link") 2>conftest.er1
17686 ac_status=$?
17687 grep -v '^ *+' conftest.er1 >conftest.err
17688 rm -f conftest.er1
17689 cat conftest.err >&5
17690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17691 (exit $ac_status); } && {
17692 test -z "$ac_c_werror_flag" ||
17693 test ! -s conftest.err
17694 } && test -s conftest$ac_exeext &&
17695 $as_test_x conftest$ac_exeext; then
17696 eval "$as_ac_var=yes"
17697 else
17698 echo "$as_me: failed program was:" >&5
17699 sed 's/^/| /' conftest.$ac_ext >&5
17700
17701 eval "$as_ac_var=no"
17702 fi
17703
17704 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17705 conftest$ac_exeext conftest.$ac_ext
17706 fi
17707 ac_res=`eval echo '${'$as_ac_var'}'`
17708 { echo "$as_me:$LINENO: result: $ac_res" >&5
17709 echo "${ECHO_T}$ac_res" >&6; }
17710 if test `eval echo '${'$as_ac_var'}'` = yes; then
17711 cat >>confdefs.h <<_ACEOF
17712 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17713 _ACEOF
17714
17715 else
17716 case " $LIBOBJS " in
17717 *" getloadavg.$ac_objext "* ) ;;
17718 *) LIBOBJS="$LIBOBJS getloadavg.$ac_objext"
17719 ;;
17720 esac
17721
17722
17723 cat >>confdefs.h <<\_ACEOF
17724 #define C_GETLOADAVG 1
17725 _ACEOF
17726
17727 # Figure out what our getloadavg.c needs.
17728 ac_have_func=no
17729 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
17730 { echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5
17731 echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6; }
17732 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
17733 echo $ECHO_N "(cached) $ECHO_C" >&6
17734 fi
17735 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_dg_sys_info_h" >&5
17736 echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6; }
17737 else
17738 # Is the header compilable?
17739 { echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5
17740 echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6; }
17741 cat >conftest.$ac_ext <<_ACEOF
17742 /* confdefs.h. */
17743 _ACEOF
17744 cat confdefs.h >>conftest.$ac_ext
17745 cat >>conftest.$ac_ext <<_ACEOF
17746 /* end confdefs.h. */
17747 $ac_includes_default
17748 #include <sys/dg_sys_info.h>
17749 _ACEOF
17750 rm -f conftest.$ac_objext
17751 if { (ac_try="$ac_compile"
17752 case "(($ac_try" in
17753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17754 *) ac_try_echo=$ac_try;;
17755 esac
17756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17757 (eval "$ac_compile") 2>conftest.er1
17758 ac_status=$?
17759 grep -v '^ *+' conftest.er1 >conftest.err
17760 rm -f conftest.er1
17761 cat conftest.err >&5
17762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17763 (exit $ac_status); } && {
17764 test -z "$ac_c_werror_flag" ||
17765 test ! -s conftest.err
17766 } && test -s conftest.$ac_objext; then
17767 ac_header_compiler=yes
17768 else
17769 echo "$as_me: failed program was:" >&5
17770 sed 's/^/| /' conftest.$ac_ext >&5
17771
17772 ac_header_compiler=no
17773 fi
17774
17775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17776 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17777 echo "${ECHO_T}$ac_header_compiler" >&6; }
17778
17779 # Is the header present?
17780 { echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5
17781 echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6; }
17782 cat >conftest.$ac_ext <<_ACEOF
17783 /* confdefs.h. */
17784 _ACEOF
17785 cat confdefs.h >>conftest.$ac_ext
17786 cat >>conftest.$ac_ext <<_ACEOF
17787 /* end confdefs.h. */
17788 #include <sys/dg_sys_info.h>
17789 _ACEOF
17790 if { (ac_try="$ac_cpp conftest.$ac_ext"
17791 case "(($ac_try" in
17792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17793 *) ac_try_echo=$ac_try;;
17794 esac
17795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17796 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17797 ac_status=$?
17798 grep -v '^ *+' conftest.er1 >conftest.err
17799 rm -f conftest.er1
17800 cat conftest.err >&5
17801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17802 (exit $ac_status); } >/dev/null && {
17803 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17804 test ! -s conftest.err
17805 }; then
17806 ac_header_preproc=yes
17807 else
17808 echo "$as_me: failed program was:" >&5
17809 sed 's/^/| /' conftest.$ac_ext >&5
17810
17811 ac_header_preproc=no
17812 fi
17813
17814 rm -f conftest.err conftest.$ac_ext
17815 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17816 echo "${ECHO_T}$ac_header_preproc" >&6; }
17817
17818 # So? What about this header?
17819 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17820 yes:no: )
17821 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5
17822 echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17823 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&5
17824 echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&2;}
17825 ac_header_preproc=yes
17826 ;;
17827 no:yes:* )
17828 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5
17829 echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;}
17830 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5
17831 echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;}
17832 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&5
17833 echo "$as_me: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&2;}
17834 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&5
17835 echo "$as_me: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&2;}
17836 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5
17837 echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;}
17838 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&5
17839 echo "$as_me: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&2;}
17840
17841 ;;
17842 esac
17843 { echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5
17844 echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6; }
17845 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
17846 echo $ECHO_N "(cached) $ECHO_C" >&6
17847 else
17848 ac_cv_header_sys_dg_sys_info_h=$ac_header_preproc
17849 fi
17850 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_dg_sys_info_h" >&5
17851 echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6; }
17852
17853 fi
17854 if test $ac_cv_header_sys_dg_sys_info_h = yes; then
17855 ac_have_func=yes
17856
17857 cat >>confdefs.h <<\_ACEOF
17858 #define DGUX 1
17859 _ACEOF
17860
17861
17862 { echo "$as_me:$LINENO: checking for dg_sys_info in -ldgc" >&5
17863 echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6; }
17864 if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then
17865 echo $ECHO_N "(cached) $ECHO_C" >&6
17866 else
17867 ac_check_lib_save_LIBS=$LIBS
17868 LIBS="-ldgc $LIBS"
17869 cat >conftest.$ac_ext <<_ACEOF
17870 /* confdefs.h. */
17871 _ACEOF
17872 cat confdefs.h >>conftest.$ac_ext
17873 cat >>conftest.$ac_ext <<_ACEOF
17874 /* end confdefs.h. */
17875
17876 /* Override any GCC internal prototype to avoid an error.
17877 Use char because int might match the return type of a GCC
17878 builtin and then its argument prototype would still apply. */
17879 #ifdef __cplusplus
17880 extern "C"
17881 #endif
17882 char dg_sys_info ();
17883 int
17884 main ()
17885 {
17886 return dg_sys_info ();
17887 ;
17888 return 0;
17889 }
17890 _ACEOF
17891 rm -f conftest.$ac_objext conftest$ac_exeext
17892 if { (ac_try="$ac_link"
17893 case "(($ac_try" in
17894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17895 *) ac_try_echo=$ac_try;;
17896 esac
17897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17898 (eval "$ac_link") 2>conftest.er1
17899 ac_status=$?
17900 grep -v '^ *+' conftest.er1 >conftest.err
17901 rm -f conftest.er1
17902 cat conftest.err >&5
17903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17904 (exit $ac_status); } && {
17905 test -z "$ac_c_werror_flag" ||
17906 test ! -s conftest.err
17907 } && test -s conftest$ac_exeext &&
17908 $as_test_x conftest$ac_exeext; then
17909 ac_cv_lib_dgc_dg_sys_info=yes
17910 else
17911 echo "$as_me: failed program was:" >&5
17912 sed 's/^/| /' conftest.$ac_ext >&5
17913
17914 ac_cv_lib_dgc_dg_sys_info=no
17915 fi
17916
17917 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17918 conftest$ac_exeext conftest.$ac_ext
17919 LIBS=$ac_check_lib_save_LIBS
17920 fi
17921 { echo "$as_me:$LINENO: result: $ac_cv_lib_dgc_dg_sys_info" >&5
17922 echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6; }
17923 if test $ac_cv_lib_dgc_dg_sys_info = yes; then
17924 cat >>confdefs.h <<_ACEOF
17925 #define HAVE_LIBDGC 1
17926 _ACEOF
17927
17928 LIBS="-ldgc $LIBS"
17929
17930 fi
17931
17932 fi
17933
17934
17935
17936 if test "${ac_cv_header_locale_h+set}" = set; then
17937 { echo "$as_me:$LINENO: checking for locale.h" >&5
17938 echo $ECHO_N "checking for locale.h... $ECHO_C" >&6; }
17939 if test "${ac_cv_header_locale_h+set}" = set; then
17940 echo $ECHO_N "(cached) $ECHO_C" >&6
17941 fi
17942 { echo "$as_me:$LINENO: result: $ac_cv_header_locale_h" >&5
17943 echo "${ECHO_T}$ac_cv_header_locale_h" >&6; }
17944 else
17945 # Is the header compilable?
17946 { echo "$as_me:$LINENO: checking locale.h usability" >&5
17947 echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6; }
17948 cat >conftest.$ac_ext <<_ACEOF
17949 /* confdefs.h. */
17950 _ACEOF
17951 cat confdefs.h >>conftest.$ac_ext
17952 cat >>conftest.$ac_ext <<_ACEOF
17953 /* end confdefs.h. */
17954 $ac_includes_default
17955 #include <locale.h>
17956 _ACEOF
17957 rm -f conftest.$ac_objext
17958 if { (ac_try="$ac_compile"
17959 case "(($ac_try" in
17960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17961 *) ac_try_echo=$ac_try;;
17962 esac
17963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17964 (eval "$ac_compile") 2>conftest.er1
17965 ac_status=$?
17966 grep -v '^ *+' conftest.er1 >conftest.err
17967 rm -f conftest.er1
17968 cat conftest.err >&5
17969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17970 (exit $ac_status); } && {
17971 test -z "$ac_c_werror_flag" ||
17972 test ! -s conftest.err
17973 } && test -s conftest.$ac_objext; then
17974 ac_header_compiler=yes
17975 else
17976 echo "$as_me: failed program was:" >&5
17977 sed 's/^/| /' conftest.$ac_ext >&5
17978
17979 ac_header_compiler=no
17980 fi
17981
17982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17983 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17984 echo "${ECHO_T}$ac_header_compiler" >&6; }
17985
17986 # Is the header present?
17987 { echo "$as_me:$LINENO: checking locale.h presence" >&5
17988 echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6; }
17989 cat >conftest.$ac_ext <<_ACEOF
17990 /* confdefs.h. */
17991 _ACEOF
17992 cat confdefs.h >>conftest.$ac_ext
17993 cat >>conftest.$ac_ext <<_ACEOF
17994 /* end confdefs.h. */
17995 #include <locale.h>
17996 _ACEOF
17997 if { (ac_try="$ac_cpp conftest.$ac_ext"
17998 case "(($ac_try" in
17999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18000 *) ac_try_echo=$ac_try;;
18001 esac
18002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18003 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18004 ac_status=$?
18005 grep -v '^ *+' conftest.er1 >conftest.err
18006 rm -f conftest.er1
18007 cat conftest.err >&5
18008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18009 (exit $ac_status); } >/dev/null && {
18010 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18011 test ! -s conftest.err
18012 }; then
18013 ac_header_preproc=yes
18014 else
18015 echo "$as_me: failed program was:" >&5
18016 sed 's/^/| /' conftest.$ac_ext >&5
18017
18018 ac_header_preproc=no
18019 fi
18020
18021 rm -f conftest.err conftest.$ac_ext
18022 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18023 echo "${ECHO_T}$ac_header_preproc" >&6; }
18024
18025 # So? What about this header?
18026 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18027 yes:no: )
18028 { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5
18029 echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18030 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the compiler's result" >&5
18031 echo "$as_me: WARNING: locale.h: proceeding with the compiler's result" >&2;}
18032 ac_header_preproc=yes
18033 ;;
18034 no:yes:* )
18035 { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5
18036 echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;}
18037 { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5
18038 echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;}
18039 { echo "$as_me:$LINENO: WARNING: locale.h: see the Autoconf documentation" >&5
18040 echo "$as_me: WARNING: locale.h: see the Autoconf documentation" >&2;}
18041 { echo "$as_me:$LINENO: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&5
18042 echo "$as_me: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&2;}
18043 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5
18044 echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;}
18045 { echo "$as_me:$LINENO: WARNING: locale.h: in the future, the compiler will take precedence" >&5
18046 echo "$as_me: WARNING: locale.h: in the future, the compiler will take precedence" >&2;}
18047
18048 ;;
18049 esac
18050 { echo "$as_me:$LINENO: checking for locale.h" >&5
18051 echo $ECHO_N "checking for locale.h... $ECHO_C" >&6; }
18052 if test "${ac_cv_header_locale_h+set}" = set; then
18053 echo $ECHO_N "(cached) $ECHO_C" >&6
18054 else
18055 ac_cv_header_locale_h=$ac_header_preproc
18056 fi
18057 { echo "$as_me:$LINENO: result: $ac_cv_header_locale_h" >&5
18058 echo "${ECHO_T}$ac_cv_header_locale_h" >&6; }
18059
18060 fi
18061
18062
18063
18064 for ac_func in setlocale
18065 do
18066 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18067 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18068 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18069 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18070 echo $ECHO_N "(cached) $ECHO_C" >&6
18071 else
18072 cat >conftest.$ac_ext <<_ACEOF
18073 /* confdefs.h. */
18074 _ACEOF
18075 cat confdefs.h >>conftest.$ac_ext
18076 cat >>conftest.$ac_ext <<_ACEOF
18077 /* end confdefs.h. */
18078 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18079 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18080 #define $ac_func innocuous_$ac_func
18081
18082 /* System header to define __stub macros and hopefully few prototypes,
18083 which can conflict with char $ac_func (); below.
18084 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18085 <limits.h> exists even on freestanding compilers. */
18086
18087 #ifdef __STDC__
18088 # include <limits.h>
18089 #else
18090 # include <assert.h>
18091 #endif
18092
18093 #undef $ac_func
18094
18095 /* Override any GCC internal prototype to avoid an error.
18096 Use char because int might match the return type of a GCC
18097 builtin and then its argument prototype would still apply. */
18098 #ifdef __cplusplus
18099 extern "C"
18100 #endif
18101 char $ac_func ();
18102 /* The GNU C library defines this for functions which it implements
18103 to always fail with ENOSYS. Some functions are actually named
18104 something starting with __ and the normal name is an alias. */
18105 #if defined __stub_$ac_func || defined __stub___$ac_func
18106 choke me
18107 #endif
18108
18109 int
18110 main ()
18111 {
18112 return $ac_func ();
18113 ;
18114 return 0;
18115 }
18116 _ACEOF
18117 rm -f conftest.$ac_objext conftest$ac_exeext
18118 if { (ac_try="$ac_link"
18119 case "(($ac_try" in
18120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18121 *) ac_try_echo=$ac_try;;
18122 esac
18123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18124 (eval "$ac_link") 2>conftest.er1
18125 ac_status=$?
18126 grep -v '^ *+' conftest.er1 >conftest.err
18127 rm -f conftest.er1
18128 cat conftest.err >&5
18129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18130 (exit $ac_status); } && {
18131 test -z "$ac_c_werror_flag" ||
18132 test ! -s conftest.err
18133 } && test -s conftest$ac_exeext &&
18134 $as_test_x conftest$ac_exeext; then
18135 eval "$as_ac_var=yes"
18136 else
18137 echo "$as_me: failed program was:" >&5
18138 sed 's/^/| /' conftest.$ac_ext >&5
18139
18140 eval "$as_ac_var=no"
18141 fi
18142
18143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18144 conftest$ac_exeext conftest.$ac_ext
18145 fi
18146 ac_res=`eval echo '${'$as_ac_var'}'`
18147 { echo "$as_me:$LINENO: result: $ac_res" >&5
18148 echo "${ECHO_T}$ac_res" >&6; }
18149 if test `eval echo '${'$as_ac_var'}'` = yes; then
18150 cat >>confdefs.h <<_ACEOF
18151 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18152 _ACEOF
18153
18154 fi
18155 done
18156
18157
18158 # We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it
18159 # uses stabs), but it is still SVR4. We cannot check for <elf.h> because
18160 # Irix 4.0.5F has the header but not the library.
18161 if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes; then
18162 ac_have_func=yes
18163
18164 cat >>confdefs.h <<\_ACEOF
18165 #define SVR4 1
18166 _ACEOF
18167
18168 fi
18169
18170 if test $ac_have_func = no; then
18171 if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
18172 { echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5
18173 echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6; }
18174 if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
18175 echo $ECHO_N "(cached) $ECHO_C" >&6
18176 fi
18177 { echo "$as_me:$LINENO: result: $ac_cv_header_inq_stats_cpustats_h" >&5
18178 echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6; }
18179 else
18180 # Is the header compilable?
18181 { echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5
18182 echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6; }
18183 cat >conftest.$ac_ext <<_ACEOF
18184 /* confdefs.h. */
18185 _ACEOF
18186 cat confdefs.h >>conftest.$ac_ext
18187 cat >>conftest.$ac_ext <<_ACEOF
18188 /* end confdefs.h. */
18189 $ac_includes_default
18190 #include <inq_stats/cpustats.h>
18191 _ACEOF
18192 rm -f conftest.$ac_objext
18193 if { (ac_try="$ac_compile"
18194 case "(($ac_try" in
18195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18196 *) ac_try_echo=$ac_try;;
18197 esac
18198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18199 (eval "$ac_compile") 2>conftest.er1
18200 ac_status=$?
18201 grep -v '^ *+' conftest.er1 >conftest.err
18202 rm -f conftest.er1
18203 cat conftest.err >&5
18204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18205 (exit $ac_status); } && {
18206 test -z "$ac_c_werror_flag" ||
18207 test ! -s conftest.err
18208 } && test -s conftest.$ac_objext; then
18209 ac_header_compiler=yes
18210 else
18211 echo "$as_me: failed program was:" >&5
18212 sed 's/^/| /' conftest.$ac_ext >&5
18213
18214 ac_header_compiler=no
18215 fi
18216
18217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18218 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18219 echo "${ECHO_T}$ac_header_compiler" >&6; }
18220
18221 # Is the header present?
18222 { echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5
18223 echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6; }
18224 cat >conftest.$ac_ext <<_ACEOF
18225 /* confdefs.h. */
18226 _ACEOF
18227 cat confdefs.h >>conftest.$ac_ext
18228 cat >>conftest.$ac_ext <<_ACEOF
18229 /* end confdefs.h. */
18230 #include <inq_stats/cpustats.h>
18231 _ACEOF
18232 if { (ac_try="$ac_cpp conftest.$ac_ext"
18233 case "(($ac_try" in
18234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18235 *) ac_try_echo=$ac_try;;
18236 esac
18237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18238 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18239 ac_status=$?
18240 grep -v '^ *+' conftest.er1 >conftest.err
18241 rm -f conftest.er1
18242 cat conftest.err >&5
18243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18244 (exit $ac_status); } >/dev/null && {
18245 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18246 test ! -s conftest.err
18247 }; then
18248 ac_header_preproc=yes
18249 else
18250 echo "$as_me: failed program was:" >&5
18251 sed 's/^/| /' conftest.$ac_ext >&5
18252
18253 ac_header_preproc=no
18254 fi
18255
18256 rm -f conftest.err conftest.$ac_ext
18257 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18258 echo "${ECHO_T}$ac_header_preproc" >&6; }
18259
18260 # So? What about this header?
18261 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18262 yes:no: )
18263 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
18264 echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18265 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&5
18266 echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&2;}
18267 ac_header_preproc=yes
18268 ;;
18269 no:yes:* )
18270 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5
18271 echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;}
18272 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5
18273 echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;}
18274 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&5
18275 echo "$as_me: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&2;}
18276 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5
18277 echo "$as_me: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;}
18278 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5
18279 echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;}
18280 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&5
18281 echo "$as_me: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&2;}
18282
18283 ;;
18284 esac
18285 { echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5
18286 echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6; }
18287 if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
18288 echo $ECHO_N "(cached) $ECHO_C" >&6
18289 else
18290 ac_cv_header_inq_stats_cpustats_h=$ac_header_preproc
18291 fi
18292 { echo "$as_me:$LINENO: result: $ac_cv_header_inq_stats_cpustats_h" >&5
18293 echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6; }
18294
18295 fi
18296 if test $ac_cv_header_inq_stats_cpustats_h = yes; then
18297 ac_have_func=yes
18298
18299 cat >>confdefs.h <<\_ACEOF
18300 #define UMAX 1
18301 _ACEOF
18302
18303
18304 cat >>confdefs.h <<\_ACEOF
18305 #define UMAX4_3 1
18306 _ACEOF
18307
18308 fi
18309
18310
18311 fi
18312
18313 if test $ac_have_func = no; then
18314 if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
18315 { echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5
18316 echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6; }
18317 if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
18318 echo $ECHO_N "(cached) $ECHO_C" >&6
18319 fi
18320 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_cpustats_h" >&5
18321 echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6; }
18322 else
18323 # Is the header compilable?
18324 { echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5
18325 echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6; }
18326 cat >conftest.$ac_ext <<_ACEOF
18327 /* confdefs.h. */
18328 _ACEOF
18329 cat confdefs.h >>conftest.$ac_ext
18330 cat >>conftest.$ac_ext <<_ACEOF
18331 /* end confdefs.h. */
18332 $ac_includes_default
18333 #include <sys/cpustats.h>
18334 _ACEOF
18335 rm -f conftest.$ac_objext
18336 if { (ac_try="$ac_compile"
18337 case "(($ac_try" in
18338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18339 *) ac_try_echo=$ac_try;;
18340 esac
18341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18342 (eval "$ac_compile") 2>conftest.er1
18343 ac_status=$?
18344 grep -v '^ *+' conftest.er1 >conftest.err
18345 rm -f conftest.er1
18346 cat conftest.err >&5
18347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18348 (exit $ac_status); } && {
18349 test -z "$ac_c_werror_flag" ||
18350 test ! -s conftest.err
18351 } && test -s conftest.$ac_objext; then
18352 ac_header_compiler=yes
18353 else
18354 echo "$as_me: failed program was:" >&5
18355 sed 's/^/| /' conftest.$ac_ext >&5
18356
18357 ac_header_compiler=no
18358 fi
18359
18360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18361 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18362 echo "${ECHO_T}$ac_header_compiler" >&6; }
18363
18364 # Is the header present?
18365 { echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5
18366 echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6; }
18367 cat >conftest.$ac_ext <<_ACEOF
18368 /* confdefs.h. */
18369 _ACEOF
18370 cat confdefs.h >>conftest.$ac_ext
18371 cat >>conftest.$ac_ext <<_ACEOF
18372 /* end confdefs.h. */
18373 #include <sys/cpustats.h>
18374 _ACEOF
18375 if { (ac_try="$ac_cpp conftest.$ac_ext"
18376 case "(($ac_try" in
18377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18378 *) ac_try_echo=$ac_try;;
18379 esac
18380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18381 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18382 ac_status=$?
18383 grep -v '^ *+' conftest.er1 >conftest.err
18384 rm -f conftest.er1
18385 cat conftest.err >&5
18386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18387 (exit $ac_status); } >/dev/null && {
18388 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18389 test ! -s conftest.err
18390 }; then
18391 ac_header_preproc=yes
18392 else
18393 echo "$as_me: failed program was:" >&5
18394 sed 's/^/| /' conftest.$ac_ext >&5
18395
18396 ac_header_preproc=no
18397 fi
18398
18399 rm -f conftest.err conftest.$ac_ext
18400 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18401 echo "${ECHO_T}$ac_header_preproc" >&6; }
18402
18403 # So? What about this header?
18404 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18405 yes:no: )
18406 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
18407 echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18408 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&5
18409 echo "$as_me: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&2;}
18410 ac_header_preproc=yes
18411 ;;
18412 no:yes:* )
18413 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5
18414 echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;}
18415 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5
18416 echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;}
18417 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: see the Autoconf documentation" >&5
18418 echo "$as_me: WARNING: sys/cpustats.h: see the Autoconf documentation" >&2;}
18419 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5
18420 echo "$as_me: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;}
18421 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5
18422 echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;}
18423 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&5
18424 echo "$as_me: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&2;}
18425
18426 ;;
18427 esac
18428 { echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5
18429 echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6; }
18430 if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
18431 echo $ECHO_N "(cached) $ECHO_C" >&6
18432 else
18433 ac_cv_header_sys_cpustats_h=$ac_header_preproc
18434 fi
18435 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_cpustats_h" >&5
18436 echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6; }
18437
18438 fi
18439 if test $ac_cv_header_sys_cpustats_h = yes; then
18440 ac_have_func=yes; cat >>confdefs.h <<\_ACEOF
18441 #define UMAX 1
18442 _ACEOF
18443
18444 fi
18445
18446
18447 fi
18448
18449 if test $ac_have_func = no; then
18450
18451 for ac_header in mach/mach.h
18452 do
18453 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
18454 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18455 { echo "$as_me:$LINENO: checking for $ac_header" >&5
18456 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
18457 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18458 echo $ECHO_N "(cached) $ECHO_C" >&6
18459 fi
18460 ac_res=`eval echo '${'$as_ac_Header'}'`
18461 { echo "$as_me:$LINENO: result: $ac_res" >&5
18462 echo "${ECHO_T}$ac_res" >&6; }
18463 else
18464 # Is the header compilable?
18465 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
18466 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
18467 cat >conftest.$ac_ext <<_ACEOF
18468 /* confdefs.h. */
18469 _ACEOF
18470 cat confdefs.h >>conftest.$ac_ext
18471 cat >>conftest.$ac_ext <<_ACEOF
18472 /* end confdefs.h. */
18473 $ac_includes_default
18474 #include <$ac_header>
18475 _ACEOF
18476 rm -f conftest.$ac_objext
18477 if { (ac_try="$ac_compile"
18478 case "(($ac_try" in
18479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18480 *) ac_try_echo=$ac_try;;
18481 esac
18482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18483 (eval "$ac_compile") 2>conftest.er1
18484 ac_status=$?
18485 grep -v '^ *+' conftest.er1 >conftest.err
18486 rm -f conftest.er1
18487 cat conftest.err >&5
18488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18489 (exit $ac_status); } && {
18490 test -z "$ac_c_werror_flag" ||
18491 test ! -s conftest.err
18492 } && test -s conftest.$ac_objext; then
18493 ac_header_compiler=yes
18494 else
18495 echo "$as_me: failed program was:" >&5
18496 sed 's/^/| /' conftest.$ac_ext >&5
18497
18498 ac_header_compiler=no
18499 fi
18500
18501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18502 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18503 echo "${ECHO_T}$ac_header_compiler" >&6; }
18504
18505 # Is the header present?
18506 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
18507 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
18508 cat >conftest.$ac_ext <<_ACEOF
18509 /* confdefs.h. */
18510 _ACEOF
18511 cat confdefs.h >>conftest.$ac_ext
18512 cat >>conftest.$ac_ext <<_ACEOF
18513 /* end confdefs.h. */
18514 #include <$ac_header>
18515 _ACEOF
18516 if { (ac_try="$ac_cpp conftest.$ac_ext"
18517 case "(($ac_try" in
18518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18519 *) ac_try_echo=$ac_try;;
18520 esac
18521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18522 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18523 ac_status=$?
18524 grep -v '^ *+' conftest.er1 >conftest.err
18525 rm -f conftest.er1
18526 cat conftest.err >&5
18527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18528 (exit $ac_status); } >/dev/null && {
18529 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18530 test ! -s conftest.err
18531 }; then
18532 ac_header_preproc=yes
18533 else
18534 echo "$as_me: failed program was:" >&5
18535 sed 's/^/| /' conftest.$ac_ext >&5
18536
18537 ac_header_preproc=no
18538 fi
18539
18540 rm -f conftest.err conftest.$ac_ext
18541 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18542 echo "${ECHO_T}$ac_header_preproc" >&6; }
18543
18544 # So? What about this header?
18545 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18546 yes:no: )
18547 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18548 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18549 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
18550 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
18551 ac_header_preproc=yes
18552 ;;
18553 no:yes:* )
18554 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18555 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18556 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18557 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18558 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18559 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18560 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18561 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18562 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18563 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18564 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18565 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18566
18567 ;;
18568 esac
18569 { echo "$as_me:$LINENO: checking for $ac_header" >&5
18570 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
18571 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18572 echo $ECHO_N "(cached) $ECHO_C" >&6
18573 else
18574 eval "$as_ac_Header=\$ac_header_preproc"
18575 fi
18576 ac_res=`eval echo '${'$as_ac_Header'}'`
18577 { echo "$as_me:$LINENO: result: $ac_res" >&5
18578 echo "${ECHO_T}$ac_res" >&6; }
18579
18580 fi
18581 if test `eval echo '${'$as_ac_Header'}'` = yes; then
18582 cat >>confdefs.h <<_ACEOF
18583 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
18584 _ACEOF
18585
18586 fi
18587
18588 done
18589
18590 fi
18591
18592
18593 for ac_header in nlist.h
18594 do
18595 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
18596 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18597 { echo "$as_me:$LINENO: checking for $ac_header" >&5
18598 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
18599 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18600 echo $ECHO_N "(cached) $ECHO_C" >&6
18601 fi
18602 ac_res=`eval echo '${'$as_ac_Header'}'`
18603 { echo "$as_me:$LINENO: result: $ac_res" >&5
18604 echo "${ECHO_T}$ac_res" >&6; }
18605 else
18606 # Is the header compilable?
18607 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
18608 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
18609 cat >conftest.$ac_ext <<_ACEOF
18610 /* confdefs.h. */
18611 _ACEOF
18612 cat confdefs.h >>conftest.$ac_ext
18613 cat >>conftest.$ac_ext <<_ACEOF
18614 /* end confdefs.h. */
18615 $ac_includes_default
18616 #include <$ac_header>
18617 _ACEOF
18618 rm -f conftest.$ac_objext
18619 if { (ac_try="$ac_compile"
18620 case "(($ac_try" in
18621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18622 *) ac_try_echo=$ac_try;;
18623 esac
18624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18625 (eval "$ac_compile") 2>conftest.er1
18626 ac_status=$?
18627 grep -v '^ *+' conftest.er1 >conftest.err
18628 rm -f conftest.er1
18629 cat conftest.err >&5
18630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18631 (exit $ac_status); } && {
18632 test -z "$ac_c_werror_flag" ||
18633 test ! -s conftest.err
18634 } && test -s conftest.$ac_objext; then
18635 ac_header_compiler=yes
18636 else
18637 echo "$as_me: failed program was:" >&5
18638 sed 's/^/| /' conftest.$ac_ext >&5
18639
18640 ac_header_compiler=no
18641 fi
18642
18643 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18644 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18645 echo "${ECHO_T}$ac_header_compiler" >&6; }
18646
18647 # Is the header present?
18648 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
18649 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
18650 cat >conftest.$ac_ext <<_ACEOF
18651 /* confdefs.h. */
18652 _ACEOF
18653 cat confdefs.h >>conftest.$ac_ext
18654 cat >>conftest.$ac_ext <<_ACEOF
18655 /* end confdefs.h. */
18656 #include <$ac_header>
18657 _ACEOF
18658 if { (ac_try="$ac_cpp conftest.$ac_ext"
18659 case "(($ac_try" in
18660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18661 *) ac_try_echo=$ac_try;;
18662 esac
18663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18664 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18665 ac_status=$?
18666 grep -v '^ *+' conftest.er1 >conftest.err
18667 rm -f conftest.er1
18668 cat conftest.err >&5
18669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18670 (exit $ac_status); } >/dev/null && {
18671 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18672 test ! -s conftest.err
18673 }; then
18674 ac_header_preproc=yes
18675 else
18676 echo "$as_me: failed program was:" >&5
18677 sed 's/^/| /' conftest.$ac_ext >&5
18678
18679 ac_header_preproc=no
18680 fi
18681
18682 rm -f conftest.err conftest.$ac_ext
18683 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18684 echo "${ECHO_T}$ac_header_preproc" >&6; }
18685
18686 # So? What about this header?
18687 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18688 yes:no: )
18689 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18690 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18691 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
18692 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
18693 ac_header_preproc=yes
18694 ;;
18695 no:yes:* )
18696 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18697 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18698 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18699 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18700 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18701 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18702 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18703 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18704 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18705 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18706 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18707 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18708
18709 ;;
18710 esac
18711 { echo "$as_me:$LINENO: checking for $ac_header" >&5
18712 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
18713 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18714 echo $ECHO_N "(cached) $ECHO_C" >&6
18715 else
18716 eval "$as_ac_Header=\$ac_header_preproc"
18717 fi
18718 ac_res=`eval echo '${'$as_ac_Header'}'`
18719 { echo "$as_me:$LINENO: result: $ac_res" >&5
18720 echo "${ECHO_T}$ac_res" >&6; }
18721
18722 fi
18723 if test `eval echo '${'$as_ac_Header'}'` = yes; then
18724 cat >>confdefs.h <<_ACEOF
18725 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
18726 _ACEOF
18727 { echo "$as_me:$LINENO: checking for struct nlist.n_un.n_name" >&5
18728 echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6; }
18729 if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then
18730 echo $ECHO_N "(cached) $ECHO_C" >&6
18731 else
18732 cat >conftest.$ac_ext <<_ACEOF
18733 /* confdefs.h. */
18734 _ACEOF
18735 cat confdefs.h >>conftest.$ac_ext
18736 cat >>conftest.$ac_ext <<_ACEOF
18737 /* end confdefs.h. */
18738 #include <nlist.h>
18739
18740 int
18741 main ()
18742 {
18743 static struct nlist ac_aggr;
18744 if (ac_aggr.n_un.n_name)
18745 return 0;
18746 ;
18747 return 0;
18748 }
18749 _ACEOF
18750 rm -f conftest.$ac_objext
18751 if { (ac_try="$ac_compile"
18752 case "(($ac_try" in
18753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18754 *) ac_try_echo=$ac_try;;
18755 esac
18756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18757 (eval "$ac_compile") 2>conftest.er1
18758 ac_status=$?
18759 grep -v '^ *+' conftest.er1 >conftest.err
18760 rm -f conftest.er1
18761 cat conftest.err >&5
18762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18763 (exit $ac_status); } && {
18764 test -z "$ac_c_werror_flag" ||
18765 test ! -s conftest.err
18766 } && test -s conftest.$ac_objext; then
18767 ac_cv_member_struct_nlist_n_un_n_name=yes
18768 else
18769 echo "$as_me: failed program was:" >&5
18770 sed 's/^/| /' conftest.$ac_ext >&5
18771
18772 cat >conftest.$ac_ext <<_ACEOF
18773 /* confdefs.h. */
18774 _ACEOF
18775 cat confdefs.h >>conftest.$ac_ext
18776 cat >>conftest.$ac_ext <<_ACEOF
18777 /* end confdefs.h. */
18778 #include <nlist.h>
18779
18780 int
18781 main ()
18782 {
18783 static struct nlist ac_aggr;
18784 if (sizeof ac_aggr.n_un.n_name)
18785 return 0;
18786 ;
18787 return 0;
18788 }
18789 _ACEOF
18790 rm -f conftest.$ac_objext
18791 if { (ac_try="$ac_compile"
18792 case "(($ac_try" in
18793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18794 *) ac_try_echo=$ac_try;;
18795 esac
18796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18797 (eval "$ac_compile") 2>conftest.er1
18798 ac_status=$?
18799 grep -v '^ *+' conftest.er1 >conftest.err
18800 rm -f conftest.er1
18801 cat conftest.err >&5
18802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18803 (exit $ac_status); } && {
18804 test -z "$ac_c_werror_flag" ||
18805 test ! -s conftest.err
18806 } && test -s conftest.$ac_objext; then
18807 ac_cv_member_struct_nlist_n_un_n_name=yes
18808 else
18809 echo "$as_me: failed program was:" >&5
18810 sed 's/^/| /' conftest.$ac_ext >&5
18811
18812 ac_cv_member_struct_nlist_n_un_n_name=no
18813 fi
18814
18815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18816 fi
18817
18818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18819 fi
18820 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5
18821 echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6; }
18822 if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then
18823
18824 cat >>confdefs.h <<_ACEOF
18825 #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1
18826 _ACEOF
18827
18828
18829 cat >>confdefs.h <<\_ACEOF
18830 #define NLIST_NAME_UNION 1
18831 _ACEOF
18832
18833 fi
18834
18835
18836 fi
18837
18838 done
18839
18840 fi
18841 done
18842
18843
18844 # Some definitions of getloadavg require that the program be installed setgid.
18845 { echo "$as_me:$LINENO: checking whether getloadavg requires setgid" >&5
18846 echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6; }
18847 if test "${ac_cv_func_getloadavg_setgid+set}" = set; then
18848 echo $ECHO_N "(cached) $ECHO_C" >&6
18849 else
18850 cat >conftest.$ac_ext <<_ACEOF
18851 /* confdefs.h. */
18852 _ACEOF
18853 cat confdefs.h >>conftest.$ac_ext
18854 cat >>conftest.$ac_ext <<_ACEOF
18855 /* end confdefs.h. */
18856 #include "$srcdir/$ac_config_libobj_dir/getloadavg.c"
18857 #ifdef LDAV_PRIVILEGED
18858 Yowza Am I SETGID yet
18859 #endif
18860 _ACEOF
18861 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18862 $EGREP "Yowza Am I SETGID yet" >/dev/null 2>&1; then
18863 ac_cv_func_getloadavg_setgid=yes
18864 else
18865 ac_cv_func_getloadavg_setgid=no
18866 fi
18867 rm -f conftest*
18868
18869 fi
18870 { echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg_setgid" >&5
18871 echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6; }
18872 if test $ac_cv_func_getloadavg_setgid = yes; then
18873 NEED_SETGID=true
18874
18875 cat >>confdefs.h <<\_ACEOF
18876 #define GETLOADAVG_PRIVILEGED 1
18877 _ACEOF
18878
18879 else
18880 NEED_SETGID=false
18881 fi
18882
18883 if test $ac_cv_func_getloadavg_setgid = yes; then
18884 { echo "$as_me:$LINENO: checking group of /dev/kmem" >&5
18885 echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6; }
18886 if test "${ac_cv_group_kmem+set}" = set; then
18887 echo $ECHO_N "(cached) $ECHO_C" >&6
18888 else
18889 # On Solaris, /dev/kmem is a symlink. Get info on the real file.
18890 ac_ls_output=`ls -lgL /dev/kmem 2>/dev/null`
18891 # If we got an error (system does not support symlinks), try without -L.
18892 test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem`
18893 ac_cv_group_kmem=`echo $ac_ls_output \
18894 | sed -ne 's/[ ][ ]*/ /g;
18895 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/;
18896 / /s/.* //;p;'`
18897
18898 fi
18899 { echo "$as_me:$LINENO: result: $ac_cv_group_kmem" >&5
18900 echo "${ECHO_T}$ac_cv_group_kmem" >&6; }
18901 KMEM_GROUP=$ac_cv_group_kmem
18902 fi
18903 if test "x$ac_save_LIBS" = x; then
18904 GETLOADAVG_LIBS=$LIBS
18905 else
18906 GETLOADAVG_LIBS=`echo "$LIBS" | sed "s!$ac_save_LIBS!!"`
18907 fi
18908 LIBS=$ac_save_LIBS
18909
18910
18911
18912 { echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
18913 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6; }
18914 if test "${ac_cv_sys_largefile_source+set}" = set; then
18915 echo $ECHO_N "(cached) $ECHO_C" >&6
18916 else
18917 while :; do
18918 cat >conftest.$ac_ext <<_ACEOF
18919 /* confdefs.h. */
18920 _ACEOF
18921 cat confdefs.h >>conftest.$ac_ext
18922 cat >>conftest.$ac_ext <<_ACEOF
18923 /* end confdefs.h. */
18924 #include <stdio.h>
18925 int
18926 main ()
18927 {
18928 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
18929 ;
18930 return 0;
18931 }
18932 _ACEOF
18933 rm -f conftest.$ac_objext conftest$ac_exeext
18934 if { (ac_try="$ac_link"
18935 case "(($ac_try" in
18936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18937 *) ac_try_echo=$ac_try;;
18938 esac
18939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18940 (eval "$ac_link") 2>conftest.er1
18941 ac_status=$?
18942 grep -v '^ *+' conftest.er1 >conftest.err
18943 rm -f conftest.er1
18944 cat conftest.err >&5
18945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18946 (exit $ac_status); } && {
18947 test -z "$ac_c_werror_flag" ||
18948 test ! -s conftest.err
18949 } && test -s conftest$ac_exeext &&
18950 $as_test_x conftest$ac_exeext; then
18951 ac_cv_sys_largefile_source=no; break
18952 else
18953 echo "$as_me: failed program was:" >&5
18954 sed 's/^/| /' conftest.$ac_ext >&5
18955
18956
18957 fi
18958
18959 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18960 conftest$ac_exeext conftest.$ac_ext
18961 cat >conftest.$ac_ext <<_ACEOF
18962 /* confdefs.h. */
18963 _ACEOF
18964 cat confdefs.h >>conftest.$ac_ext
18965 cat >>conftest.$ac_ext <<_ACEOF
18966 /* end confdefs.h. */
18967 #define _LARGEFILE_SOURCE 1
18968 #include <stdio.h>
18969 int
18970 main ()
18971 {
18972 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
18973 ;
18974 return 0;
18975 }
18976 _ACEOF
18977 rm -f conftest.$ac_objext conftest$ac_exeext
18978 if { (ac_try="$ac_link"
18979 case "(($ac_try" in
18980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18981 *) ac_try_echo=$ac_try;;
18982 esac
18983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18984 (eval "$ac_link") 2>conftest.er1
18985 ac_status=$?
18986 grep -v '^ *+' conftest.er1 >conftest.err
18987 rm -f conftest.er1
18988 cat conftest.err >&5
18989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18990 (exit $ac_status); } && {
18991 test -z "$ac_c_werror_flag" ||
18992 test ! -s conftest.err
18993 } && test -s conftest$ac_exeext &&
18994 $as_test_x conftest$ac_exeext; then
18995 ac_cv_sys_largefile_source=1; break
18996 else
18997 echo "$as_me: failed program was:" >&5
18998 sed 's/^/| /' conftest.$ac_ext >&5
18999
19000
19001 fi
19002
19003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19004 conftest$ac_exeext conftest.$ac_ext
19005 ac_cv_sys_largefile_source=unknown
19006 break
19007 done
19008 fi
19009 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
19010 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6; }
19011 case $ac_cv_sys_largefile_source in #(
19012 no | unknown) ;;
19013 *)
19014 cat >>confdefs.h <<_ACEOF
19015 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
19016 _ACEOF
19017 ;;
19018 esac
19019 rm -f conftest*
19020
19021 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
19022 # in glibc 2.1.3, but that breaks too many other things.
19023 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
19024 if test $ac_cv_sys_largefile_source != unknown; then
19025
19026 cat >>confdefs.h <<\_ACEOF
19027 #define HAVE_FSEEKO 1
19028 _ACEOF
19029
19030 fi
19031
19032
19033 # Configure getopt.
19034 # getopt.m4 serial 10
19035
19036 # The getopt module assume you want GNU getopt, with getopt_long etc,
19037 # rather than vanilla POSIX getopt. This means your your code should
19038 # always include <getopt.h> for the getopt prototypes.
19039
19040
19041
19042
19043
19044
19045
19046
19047
19048
19049
19050 # Prerequisites of lib/getopt*.
19051
19052
19053
19054
19055 GETOPT_H=
19056
19057 for ac_header in getopt.h
19058 do
19059 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19060 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19061 { echo "$as_me:$LINENO: checking for $ac_header" >&5
19062 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19063 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19064 echo $ECHO_N "(cached) $ECHO_C" >&6
19065 fi
19066 ac_res=`eval echo '${'$as_ac_Header'}'`
19067 { echo "$as_me:$LINENO: result: $ac_res" >&5
19068 echo "${ECHO_T}$ac_res" >&6; }
19069 else
19070 # Is the header compilable?
19071 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
19072 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
19073 cat >conftest.$ac_ext <<_ACEOF
19074 /* confdefs.h. */
19075 _ACEOF
19076 cat confdefs.h >>conftest.$ac_ext
19077 cat >>conftest.$ac_ext <<_ACEOF
19078 /* end confdefs.h. */
19079 $ac_includes_default
19080 #include <$ac_header>
19081 _ACEOF
19082 rm -f conftest.$ac_objext
19083 if { (ac_try="$ac_compile"
19084 case "(($ac_try" in
19085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19086 *) ac_try_echo=$ac_try;;
19087 esac
19088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19089 (eval "$ac_compile") 2>conftest.er1
19090 ac_status=$?
19091 grep -v '^ *+' conftest.er1 >conftest.err
19092 rm -f conftest.er1
19093 cat conftest.err >&5
19094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19095 (exit $ac_status); } && {
19096 test -z "$ac_c_werror_flag" ||
19097 test ! -s conftest.err
19098 } && test -s conftest.$ac_objext; then
19099 ac_header_compiler=yes
19100 else
19101 echo "$as_me: failed program was:" >&5
19102 sed 's/^/| /' conftest.$ac_ext >&5
19103
19104 ac_header_compiler=no
19105 fi
19106
19107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19108 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19109 echo "${ECHO_T}$ac_header_compiler" >&6; }
19110
19111 # Is the header present?
19112 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
19113 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
19114 cat >conftest.$ac_ext <<_ACEOF
19115 /* confdefs.h. */
19116 _ACEOF
19117 cat confdefs.h >>conftest.$ac_ext
19118 cat >>conftest.$ac_ext <<_ACEOF
19119 /* end confdefs.h. */
19120 #include <$ac_header>
19121 _ACEOF
19122 if { (ac_try="$ac_cpp conftest.$ac_ext"
19123 case "(($ac_try" in
19124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19125 *) ac_try_echo=$ac_try;;
19126 esac
19127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19128 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
19129 ac_status=$?
19130 grep -v '^ *+' conftest.er1 >conftest.err
19131 rm -f conftest.er1
19132 cat conftest.err >&5
19133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19134 (exit $ac_status); } >/dev/null && {
19135 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
19136 test ! -s conftest.err
19137 }; then
19138 ac_header_preproc=yes
19139 else
19140 echo "$as_me: failed program was:" >&5
19141 sed 's/^/| /' conftest.$ac_ext >&5
19142
19143 ac_header_preproc=no
19144 fi
19145
19146 rm -f conftest.err conftest.$ac_ext
19147 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19148 echo "${ECHO_T}$ac_header_preproc" >&6; }
19149
19150 # So? What about this header?
19151 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
19152 yes:no: )
19153 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19154 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19155 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
19156 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
19157 ac_header_preproc=yes
19158 ;;
19159 no:yes:* )
19160 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19161 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19162 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19163 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19164 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19165 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19166 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
19167 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
19168 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19169 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19170 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19171 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19172
19173 ;;
19174 esac
19175 { echo "$as_me:$LINENO: checking for $ac_header" >&5
19176 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19177 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19178 echo $ECHO_N "(cached) $ECHO_C" >&6
19179 else
19180 eval "$as_ac_Header=\$ac_header_preproc"
19181 fi
19182 ac_res=`eval echo '${'$as_ac_Header'}'`
19183 { echo "$as_me:$LINENO: result: $ac_res" >&5
19184 echo "${ECHO_T}$ac_res" >&6; }
19185
19186 fi
19187 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19188 cat >>confdefs.h <<_ACEOF
19189 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19190 _ACEOF
19191
19192 else
19193 GETOPT_H=getopt.h
19194 fi
19195
19196 done
19197
19198 if test -z "$GETOPT_H"; then
19199
19200 for ac_func in getopt_long_only
19201 do
19202 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19203 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19204 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19205 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19206 echo $ECHO_N "(cached) $ECHO_C" >&6
19207 else
19208 cat >conftest.$ac_ext <<_ACEOF
19209 /* confdefs.h. */
19210 _ACEOF
19211 cat confdefs.h >>conftest.$ac_ext
19212 cat >>conftest.$ac_ext <<_ACEOF
19213 /* end confdefs.h. */
19214 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19215 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19216 #define $ac_func innocuous_$ac_func
19217
19218 /* System header to define __stub macros and hopefully few prototypes,
19219 which can conflict with char $ac_func (); below.
19220 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19221 <limits.h> exists even on freestanding compilers. */
19222
19223 #ifdef __STDC__
19224 # include <limits.h>
19225 #else
19226 # include <assert.h>
19227 #endif
19228
19229 #undef $ac_func
19230
19231 /* Override any GCC internal prototype to avoid an error.
19232 Use char because int might match the return type of a GCC
19233 builtin and then its argument prototype would still apply. */
19234 #ifdef __cplusplus
19235 extern "C"
19236 #endif
19237 char $ac_func ();
19238 /* The GNU C library defines this for functions which it implements
19239 to always fail with ENOSYS. Some functions are actually named
19240 something starting with __ and the normal name is an alias. */
19241 #if defined __stub_$ac_func || defined __stub___$ac_func
19242 choke me
19243 #endif
19244
19245 int
19246 main ()
19247 {
19248 return $ac_func ();
19249 ;
19250 return 0;
19251 }
19252 _ACEOF
19253 rm -f conftest.$ac_objext conftest$ac_exeext
19254 if { (ac_try="$ac_link"
19255 case "(($ac_try" in
19256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19257 *) ac_try_echo=$ac_try;;
19258 esac
19259 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19260 (eval "$ac_link") 2>conftest.er1
19261 ac_status=$?
19262 grep -v '^ *+' conftest.er1 >conftest.err
19263 rm -f conftest.er1
19264 cat conftest.err >&5
19265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19266 (exit $ac_status); } && {
19267 test -z "$ac_c_werror_flag" ||
19268 test ! -s conftest.err
19269 } && test -s conftest$ac_exeext &&
19270 $as_test_x conftest$ac_exeext; then
19271 eval "$as_ac_var=yes"
19272 else
19273 echo "$as_me: failed program was:" >&5
19274 sed 's/^/| /' conftest.$ac_ext >&5
19275
19276 eval "$as_ac_var=no"
19277 fi
19278
19279 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19280 conftest$ac_exeext conftest.$ac_ext
19281 fi
19282 ac_res=`eval echo '${'$as_ac_var'}'`
19283 { echo "$as_me:$LINENO: result: $ac_res" >&5
19284 echo "${ECHO_T}$ac_res" >&6; }
19285 if test `eval echo '${'$as_ac_var'}'` = yes; then
19286 cat >>confdefs.h <<_ACEOF
19287 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19288 _ACEOF
19289
19290 else
19291 GETOPT_H=getopt.h
19292 fi
19293 done
19294
19295 fi
19296
19297 if test -z "$GETOPT_H"; then
19298 { echo "$as_me:$LINENO: checking whether optreset is declared" >&5
19299 echo $ECHO_N "checking whether optreset is declared... $ECHO_C" >&6; }
19300 if test "${ac_cv_have_decl_optreset+set}" = set; then
19301 echo $ECHO_N "(cached) $ECHO_C" >&6
19302 else
19303 cat >conftest.$ac_ext <<_ACEOF
19304 /* confdefs.h. */
19305 _ACEOF
19306 cat confdefs.h >>conftest.$ac_ext
19307 cat >>conftest.$ac_ext <<_ACEOF
19308 /* end confdefs.h. */
19309 #include <getopt.h>
19310
19311 int
19312 main ()
19313 {
19314 #ifndef optreset
19315 (void) optreset;
19316 #endif
19317
19318 ;
19319 return 0;
19320 }
19321 _ACEOF
19322 rm -f conftest.$ac_objext
19323 if { (ac_try="$ac_compile"
19324 case "(($ac_try" in
19325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19326 *) ac_try_echo=$ac_try;;
19327 esac
19328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19329 (eval "$ac_compile") 2>conftest.er1
19330 ac_status=$?
19331 grep -v '^ *+' conftest.er1 >conftest.err
19332 rm -f conftest.er1
19333 cat conftest.err >&5
19334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19335 (exit $ac_status); } && {
19336 test -z "$ac_c_werror_flag" ||
19337 test ! -s conftest.err
19338 } && test -s conftest.$ac_objext; then
19339 ac_cv_have_decl_optreset=yes
19340 else
19341 echo "$as_me: failed program was:" >&5
19342 sed 's/^/| /' conftest.$ac_ext >&5
19343
19344 ac_cv_have_decl_optreset=no
19345 fi
19346
19347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19348 fi
19349 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_optreset" >&5
19350 echo "${ECHO_T}$ac_cv_have_decl_optreset" >&6; }
19351 if test $ac_cv_have_decl_optreset = yes; then
19352 GETOPT_H=getopt.h
19353 fi
19354
19355 fi
19356
19357 if test -z "$GETOPT_H"; then
19358 { echo "$as_me:$LINENO: checking for working GNU getopt function" >&5
19359 echo $ECHO_N "checking for working GNU getopt function... $ECHO_C" >&6; }
19360 if test "${gl_cv_func_gnu_getopt+set}" = set; then
19361 echo $ECHO_N "(cached) $ECHO_C" >&6
19362 else
19363 if test "$cross_compiling" = yes; then
19364 { echo "$as_me:$LINENO: checking whether getopt_clip is declared" >&5
19365 echo $ECHO_N "checking whether getopt_clip is declared... $ECHO_C" >&6; }
19366 if test "${ac_cv_have_decl_getopt_clip+set}" = set; then
19367 echo $ECHO_N "(cached) $ECHO_C" >&6
19368 else
19369 cat >conftest.$ac_ext <<_ACEOF
19370 /* confdefs.h. */
19371 _ACEOF
19372 cat confdefs.h >>conftest.$ac_ext
19373 cat >>conftest.$ac_ext <<_ACEOF
19374 /* end confdefs.h. */
19375 #include <getopt.h>
19376
19377 int
19378 main ()
19379 {
19380 #ifndef getopt_clip
19381 (void) getopt_clip;
19382 #endif
19383
19384 ;
19385 return 0;
19386 }
19387 _ACEOF
19388 rm -f conftest.$ac_objext
19389 if { (ac_try="$ac_compile"
19390 case "(($ac_try" in
19391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19392 *) ac_try_echo=$ac_try;;
19393 esac
19394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19395 (eval "$ac_compile") 2>conftest.er1
19396 ac_status=$?
19397 grep -v '^ *+' conftest.er1 >conftest.err
19398 rm -f conftest.er1
19399 cat conftest.err >&5
19400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19401 (exit $ac_status); } && {
19402 test -z "$ac_c_werror_flag" ||
19403 test ! -s conftest.err
19404 } && test -s conftest.$ac_objext; then
19405 ac_cv_have_decl_getopt_clip=yes
19406 else
19407 echo "$as_me: failed program was:" >&5
19408 sed 's/^/| /' conftest.$ac_ext >&5
19409
19410 ac_cv_have_decl_getopt_clip=no
19411 fi
19412
19413 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19414 fi
19415 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_getopt_clip" >&5
19416 echo "${ECHO_T}$ac_cv_have_decl_getopt_clip" >&6; }
19417 if test $ac_cv_have_decl_getopt_clip = yes; then
19418 gl_cv_func_gnu_getopt=no
19419 else
19420 gl_cv_func_gnu_getopt=yes
19421 fi
19422
19423 else
19424 cat >conftest.$ac_ext <<_ACEOF
19425 /* confdefs.h. */
19426 _ACEOF
19427 cat confdefs.h >>conftest.$ac_ext
19428 cat >>conftest.$ac_ext <<_ACEOF
19429 /* end confdefs.h. */
19430 #include <getopt.h>
19431 int
19432 main ()
19433 {
19434
19435 char *myargv[3];
19436 myargv[0] = "conftest";
19437 myargv[1] = "-+";
19438 myargv[2] = 0;
19439 return getopt (2, myargv, "+a") != '?';
19440
19441 ;
19442 return 0;
19443 }
19444 _ACEOF
19445 rm -f conftest$ac_exeext
19446 if { (ac_try="$ac_link"
19447 case "(($ac_try" in
19448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19449 *) ac_try_echo=$ac_try;;
19450 esac
19451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19452 (eval "$ac_link") 2>&5
19453 ac_status=$?
19454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19455 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19456 { (case "(($ac_try" in
19457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19458 *) ac_try_echo=$ac_try;;
19459 esac
19460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19461 (eval "$ac_try") 2>&5
19462 ac_status=$?
19463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19464 (exit $ac_status); }; }; then
19465 gl_cv_func_gnu_getopt=yes
19466 else
19467 echo "$as_me: program exited with status $ac_status" >&5
19468 echo "$as_me: failed program was:" >&5
19469 sed 's/^/| /' conftest.$ac_ext >&5
19470
19471 ( exit $ac_status )
19472 gl_cv_func_gnu_getopt=no
19473 fi
19474 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19475 fi
19476
19477
19478 fi
19479 { echo "$as_me:$LINENO: result: $gl_cv_func_gnu_getopt" >&5
19480 echo "${ECHO_T}$gl_cv_func_gnu_getopt" >&6; }
19481 if test "$gl_cv_func_gnu_getopt" = "no"; then
19482 GETOPT_H=getopt.h
19483 fi
19484 fi
19485
19486
19487
19488 if test -n "$GETOPT_H"; then
19489
19490
19491 GETOPT_H=getopt.h
19492
19493 cat >>confdefs.h <<\_ACEOF
19494 #define __GETOPT_PREFIX rpl_
19495 _ACEOF
19496
19497
19498
19499 :
19500 GETOPTOBJS='getopt.o getopt1.o'
19501
19502 fi
19503
19504
19505
19506
19507 { echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5
19508 echo $ECHO_N "checking whether getpgrp requires zero arguments... $ECHO_C" >&6; }
19509 if test "${ac_cv_func_getpgrp_void+set}" = set; then
19510 echo $ECHO_N "(cached) $ECHO_C" >&6
19511 else
19512 # Use it with a single arg.
19513 cat >conftest.$ac_ext <<_ACEOF
19514 /* confdefs.h. */
19515 _ACEOF
19516 cat confdefs.h >>conftest.$ac_ext
19517 cat >>conftest.$ac_ext <<_ACEOF
19518 /* end confdefs.h. */
19519 $ac_includes_default
19520 int
19521 main ()
19522 {
19523 getpgrp (0);
19524 ;
19525 return 0;
19526 }
19527 _ACEOF
19528 rm -f conftest.$ac_objext
19529 if { (ac_try="$ac_compile"
19530 case "(($ac_try" in
19531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19532 *) ac_try_echo=$ac_try;;
19533 esac
19534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19535 (eval "$ac_compile") 2>conftest.er1
19536 ac_status=$?
19537 grep -v '^ *+' conftest.er1 >conftest.err
19538 rm -f conftest.er1
19539 cat conftest.err >&5
19540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19541 (exit $ac_status); } && {
19542 test -z "$ac_c_werror_flag" ||
19543 test ! -s conftest.err
19544 } && test -s conftest.$ac_objext; then
19545 ac_cv_func_getpgrp_void=no
19546 else
19547 echo "$as_me: failed program was:" >&5
19548 sed 's/^/| /' conftest.$ac_ext >&5
19549
19550 ac_cv_func_getpgrp_void=yes
19551 fi
19552
19553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19554
19555 fi
19556 { echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5
19557 echo "${ECHO_T}$ac_cv_func_getpgrp_void" >&6; }
19558 if test $ac_cv_func_getpgrp_void = yes; then
19559
19560 cat >>confdefs.h <<\_ACEOF
19561 #define GETPGRP_VOID 1
19562 _ACEOF
19563
19564 fi
19565
19566
19567
19568 for ac_func in strftime
19569 do
19570 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19571 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19572 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19573 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19574 echo $ECHO_N "(cached) $ECHO_C" >&6
19575 else
19576 cat >conftest.$ac_ext <<_ACEOF
19577 /* confdefs.h. */
19578 _ACEOF
19579 cat confdefs.h >>conftest.$ac_ext
19580 cat >>conftest.$ac_ext <<_ACEOF
19581 /* end confdefs.h. */
19582 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19583 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19584 #define $ac_func innocuous_$ac_func
19585
19586 /* System header to define __stub macros and hopefully few prototypes,
19587 which can conflict with char $ac_func (); below.
19588 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19589 <limits.h> exists even on freestanding compilers. */
19590
19591 #ifdef __STDC__
19592 # include <limits.h>
19593 #else
19594 # include <assert.h>
19595 #endif
19596
19597 #undef $ac_func
19598
19599 /* Override any GCC internal prototype to avoid an error.
19600 Use char because int might match the return type of a GCC
19601 builtin and then its argument prototype would still apply. */
19602 #ifdef __cplusplus
19603 extern "C"
19604 #endif
19605 char $ac_func ();
19606 /* The GNU C library defines this for functions which it implements
19607 to always fail with ENOSYS. Some functions are actually named
19608 something starting with __ and the normal name is an alias. */
19609 #if defined __stub_$ac_func || defined __stub___$ac_func
19610 choke me
19611 #endif
19612
19613 int
19614 main ()
19615 {
19616 return $ac_func ();
19617 ;
19618 return 0;
19619 }
19620 _ACEOF
19621 rm -f conftest.$ac_objext conftest$ac_exeext
19622 if { (ac_try="$ac_link"
19623 case "(($ac_try" in
19624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19625 *) ac_try_echo=$ac_try;;
19626 esac
19627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19628 (eval "$ac_link") 2>conftest.er1
19629 ac_status=$?
19630 grep -v '^ *+' conftest.er1 >conftest.err
19631 rm -f conftest.er1
19632 cat conftest.err >&5
19633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19634 (exit $ac_status); } && {
19635 test -z "$ac_c_werror_flag" ||
19636 test ! -s conftest.err
19637 } && test -s conftest$ac_exeext &&
19638 $as_test_x conftest$ac_exeext; then
19639 eval "$as_ac_var=yes"
19640 else
19641 echo "$as_me: failed program was:" >&5
19642 sed 's/^/| /' conftest.$ac_ext >&5
19643
19644 eval "$as_ac_var=no"
19645 fi
19646
19647 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19648 conftest$ac_exeext conftest.$ac_ext
19649 fi
19650 ac_res=`eval echo '${'$as_ac_var'}'`
19651 { echo "$as_me:$LINENO: result: $ac_res" >&5
19652 echo "${ECHO_T}$ac_res" >&6; }
19653 if test `eval echo '${'$as_ac_var'}'` = yes; then
19654 cat >>confdefs.h <<_ACEOF
19655 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19656 _ACEOF
19657
19658 else
19659 # strftime is in -lintl on SCO UNIX.
19660 { echo "$as_me:$LINENO: checking for strftime in -lintl" >&5
19661 echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; }
19662 if test "${ac_cv_lib_intl_strftime+set}" = set; then
19663 echo $ECHO_N "(cached) $ECHO_C" >&6
19664 else
19665 ac_check_lib_save_LIBS=$LIBS
19666 LIBS="-lintl $LIBS"
19667 cat >conftest.$ac_ext <<_ACEOF
19668 /* confdefs.h. */
19669 _ACEOF
19670 cat confdefs.h >>conftest.$ac_ext
19671 cat >>conftest.$ac_ext <<_ACEOF
19672 /* end confdefs.h. */
19673
19674 /* Override any GCC internal prototype to avoid an error.
19675 Use char because int might match the return type of a GCC
19676 builtin and then its argument prototype would still apply. */
19677 #ifdef __cplusplus
19678 extern "C"
19679 #endif
19680 char strftime ();
19681 int
19682 main ()
19683 {
19684 return strftime ();
19685 ;
19686 return 0;
19687 }
19688 _ACEOF
19689 rm -f conftest.$ac_objext conftest$ac_exeext
19690 if { (ac_try="$ac_link"
19691 case "(($ac_try" in
19692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19693 *) ac_try_echo=$ac_try;;
19694 esac
19695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19696 (eval "$ac_link") 2>conftest.er1
19697 ac_status=$?
19698 grep -v '^ *+' conftest.er1 >conftest.err
19699 rm -f conftest.er1
19700 cat conftest.err >&5
19701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19702 (exit $ac_status); } && {
19703 test -z "$ac_c_werror_flag" ||
19704 test ! -s conftest.err
19705 } && test -s conftest$ac_exeext &&
19706 $as_test_x conftest$ac_exeext; then
19707 ac_cv_lib_intl_strftime=yes
19708 else
19709 echo "$as_me: failed program was:" >&5
19710 sed 's/^/| /' conftest.$ac_ext >&5
19711
19712 ac_cv_lib_intl_strftime=no
19713 fi
19714
19715 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19716 conftest$ac_exeext conftest.$ac_ext
19717 LIBS=$ac_check_lib_save_LIBS
19718 fi
19719 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
19720 echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; }
19721 if test $ac_cv_lib_intl_strftime = yes; then
19722 cat >>confdefs.h <<\_ACEOF
19723 #define HAVE_STRFTIME 1
19724 _ACEOF
19725
19726 LIBS="-lintl $LIBS"
19727 fi
19728
19729 fi
19730 done
19731
19732
19733 # UNIX98 PTYs.
19734
19735 for ac_func in grantpt
19736 do
19737 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19738 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19739 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19740 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19741 echo $ECHO_N "(cached) $ECHO_C" >&6
19742 else
19743 cat >conftest.$ac_ext <<_ACEOF
19744 /* confdefs.h. */
19745 _ACEOF
19746 cat confdefs.h >>conftest.$ac_ext
19747 cat >>conftest.$ac_ext <<_ACEOF
19748 /* end confdefs.h. */
19749 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19750 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19751 #define $ac_func innocuous_$ac_func
19752
19753 /* System header to define __stub macros and hopefully few prototypes,
19754 which can conflict with char $ac_func (); below.
19755 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19756 <limits.h> exists even on freestanding compilers. */
19757
19758 #ifdef __STDC__
19759 # include <limits.h>
19760 #else
19761 # include <assert.h>
19762 #endif
19763
19764 #undef $ac_func
19765
19766 /* Override any GCC internal prototype to avoid an error.
19767 Use char because int might match the return type of a GCC
19768 builtin and then its argument prototype would still apply. */
19769 #ifdef __cplusplus
19770 extern "C"
19771 #endif
19772 char $ac_func ();
19773 /* The GNU C library defines this for functions which it implements
19774 to always fail with ENOSYS. Some functions are actually named
19775 something starting with __ and the normal name is an alias. */
19776 #if defined __stub_$ac_func || defined __stub___$ac_func
19777 choke me
19778 #endif
19779
19780 int
19781 main ()
19782 {
19783 return $ac_func ();
19784 ;
19785 return 0;
19786 }
19787 _ACEOF
19788 rm -f conftest.$ac_objext conftest$ac_exeext
19789 if { (ac_try="$ac_link"
19790 case "(($ac_try" in
19791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19792 *) ac_try_echo=$ac_try;;
19793 esac
19794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19795 (eval "$ac_link") 2>conftest.er1
19796 ac_status=$?
19797 grep -v '^ *+' conftest.er1 >conftest.err
19798 rm -f conftest.er1
19799 cat conftest.err >&5
19800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19801 (exit $ac_status); } && {
19802 test -z "$ac_c_werror_flag" ||
19803 test ! -s conftest.err
19804 } && test -s conftest$ac_exeext &&
19805 $as_test_x conftest$ac_exeext; then
19806 eval "$as_ac_var=yes"
19807 else
19808 echo "$as_me: failed program was:" >&5
19809 sed 's/^/| /' conftest.$ac_ext >&5
19810
19811 eval "$as_ac_var=no"
19812 fi
19813
19814 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19815 conftest$ac_exeext conftest.$ac_ext
19816 fi
19817 ac_res=`eval echo '${'$as_ac_var'}'`
19818 { echo "$as_me:$LINENO: result: $ac_res" >&5
19819 echo "${ECHO_T}$ac_res" >&6; }
19820 if test `eval echo '${'$as_ac_var'}'` = yes; then
19821 cat >>confdefs.h <<_ACEOF
19822 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19823 _ACEOF
19824
19825 fi
19826 done
19827
19828
19829 # PTY-related GNU extensions.
19830
19831 for ac_func in getpt
19832 do
19833 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19834 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19835 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19836 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19837 echo $ECHO_N "(cached) $ECHO_C" >&6
19838 else
19839 cat >conftest.$ac_ext <<_ACEOF
19840 /* confdefs.h. */
19841 _ACEOF
19842 cat confdefs.h >>conftest.$ac_ext
19843 cat >>conftest.$ac_ext <<_ACEOF
19844 /* end confdefs.h. */
19845 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19846 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19847 #define $ac_func innocuous_$ac_func
19848
19849 /* System header to define __stub macros and hopefully few prototypes,
19850 which can conflict with char $ac_func (); below.
19851 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19852 <limits.h> exists even on freestanding compilers. */
19853
19854 #ifdef __STDC__
19855 # include <limits.h>
19856 #else
19857 # include <assert.h>
19858 #endif
19859
19860 #undef $ac_func
19861
19862 /* Override any GCC internal prototype to avoid an error.
19863 Use char because int might match the return type of a GCC
19864 builtin and then its argument prototype would still apply. */
19865 #ifdef __cplusplus
19866 extern "C"
19867 #endif
19868 char $ac_func ();
19869 /* The GNU C library defines this for functions which it implements
19870 to always fail with ENOSYS. Some functions are actually named
19871 something starting with __ and the normal name is an alias. */
19872 #if defined __stub_$ac_func || defined __stub___$ac_func
19873 choke me
19874 #endif
19875
19876 int
19877 main ()
19878 {
19879 return $ac_func ();
19880 ;
19881 return 0;
19882 }
19883 _ACEOF
19884 rm -f conftest.$ac_objext conftest$ac_exeext
19885 if { (ac_try="$ac_link"
19886 case "(($ac_try" in
19887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19888 *) ac_try_echo=$ac_try;;
19889 esac
19890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19891 (eval "$ac_link") 2>conftest.er1
19892 ac_status=$?
19893 grep -v '^ *+' conftest.er1 >conftest.err
19894 rm -f conftest.er1
19895 cat conftest.err >&5
19896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19897 (exit $ac_status); } && {
19898 test -z "$ac_c_werror_flag" ||
19899 test ! -s conftest.err
19900 } && test -s conftest$ac_exeext &&
19901 $as_test_x conftest$ac_exeext; then
19902 eval "$as_ac_var=yes"
19903 else
19904 echo "$as_me: failed program was:" >&5
19905 sed 's/^/| /' conftest.$ac_ext >&5
19906
19907 eval "$as_ac_var=no"
19908 fi
19909
19910 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19911 conftest$ac_exeext conftest.$ac_ext
19912 fi
19913 ac_res=`eval echo '${'$as_ac_var'}'`
19914 { echo "$as_me:$LINENO: result: $ac_res" >&5
19915 echo "${ECHO_T}$ac_res" >&6; }
19916 if test `eval echo '${'$as_ac_var'}'` = yes; then
19917 cat >>confdefs.h <<_ACEOF
19918 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19919 _ACEOF
19920
19921 fi
19922 done
19923
19924
19925 # Check this now, so that we will NOT find the above functions in ncurses.
19926 # That is because we have not set up to link ncurses in lib-src.
19927 # It's better to believe a function is not available
19928 # than to expect to find it in ncurses.
19929
19930 { echo "$as_me:$LINENO: checking for tparm in -lncurses" >&5
19931 echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6; }
19932 if test "${ac_cv_lib_ncurses_tparm+set}" = set; then
19933 echo $ECHO_N "(cached) $ECHO_C" >&6
19934 else
19935 ac_check_lib_save_LIBS=$LIBS
19936 LIBS="-lncurses $LIBS"
19937 cat >conftest.$ac_ext <<_ACEOF
19938 /* confdefs.h. */
19939 _ACEOF
19940 cat confdefs.h >>conftest.$ac_ext
19941 cat >>conftest.$ac_ext <<_ACEOF
19942 /* end confdefs.h. */
19943
19944 /* Override any GCC internal prototype to avoid an error.
19945 Use char because int might match the return type of a GCC
19946 builtin and then its argument prototype would still apply. */
19947 #ifdef __cplusplus
19948 extern "C"
19949 #endif
19950 char tparm ();
19951 int
19952 main ()
19953 {
19954 return tparm ();
19955 ;
19956 return 0;
19957 }
19958 _ACEOF
19959 rm -f conftest.$ac_objext conftest$ac_exeext
19960 if { (ac_try="$ac_link"
19961 case "(($ac_try" in
19962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19963 *) ac_try_echo=$ac_try;;
19964 esac
19965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19966 (eval "$ac_link") 2>conftest.er1
19967 ac_status=$?
19968 grep -v '^ *+' conftest.er1 >conftest.err
19969 rm -f conftest.er1
19970 cat conftest.err >&5
19971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19972 (exit $ac_status); } && {
19973 test -z "$ac_c_werror_flag" ||
19974 test ! -s conftest.err
19975 } && test -s conftest$ac_exeext &&
19976 $as_test_x conftest$ac_exeext; then
19977 ac_cv_lib_ncurses_tparm=yes
19978 else
19979 echo "$as_me: failed program was:" >&5
19980 sed 's/^/| /' conftest.$ac_ext >&5
19981
19982 ac_cv_lib_ncurses_tparm=no
19983 fi
19984
19985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19986 conftest$ac_exeext conftest.$ac_ext
19987 LIBS=$ac_check_lib_save_LIBS
19988 fi
19989 { echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tparm" >&5
19990 echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6; }
19991 if test $ac_cv_lib_ncurses_tparm = yes; then
19992 cat >>confdefs.h <<_ACEOF
19993 #define HAVE_LIBNCURSES 1
19994 _ACEOF
19995
19996 LIBS="-lncurses $LIBS"
19997
19998 fi
19999
20000
20001 # Do we have res_init, for detecting changes in /etc/resolv.conf?
20002
20003 resolv=no
20004 { echo "$as_me:$LINENO: checking for res_init" >&5
20005 echo $ECHO_N "checking for res_init... $ECHO_C" >&6; }
20006 if test "${ac_cv_func_res_init+set}" = set; then
20007 echo $ECHO_N "(cached) $ECHO_C" >&6
20008 else
20009 cat >conftest.$ac_ext <<_ACEOF
20010 /* confdefs.h. */
20011 _ACEOF
20012 cat confdefs.h >>conftest.$ac_ext
20013 cat >>conftest.$ac_ext <<_ACEOF
20014 /* end confdefs.h. */
20015 /* Define res_init to an innocuous variant, in case <limits.h> declares res_init.
20016 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20017 #define res_init innocuous_res_init
20018
20019 /* System header to define __stub macros and hopefully few prototypes,
20020 which can conflict with char res_init (); below.
20021 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20022 <limits.h> exists even on freestanding compilers. */
20023
20024 #ifdef __STDC__
20025 # include <limits.h>
20026 #else
20027 # include <assert.h>
20028 #endif
20029
20030 #undef res_init
20031
20032 /* Override any GCC internal prototype to avoid an error.
20033 Use char because int might match the return type of a GCC
20034 builtin and then its argument prototype would still apply. */
20035 #ifdef __cplusplus
20036 extern "C"
20037 #endif
20038 char res_init ();
20039 /* The GNU C library defines this for functions which it implements
20040 to always fail with ENOSYS. Some functions are actually named
20041 something starting with __ and the normal name is an alias. */
20042 #if defined __stub_res_init || defined __stub___res_init
20043 choke me
20044 #endif
20045
20046 int
20047 main ()
20048 {
20049 return res_init ();
20050 ;
20051 return 0;
20052 }
20053 _ACEOF
20054 rm -f conftest.$ac_objext conftest$ac_exeext
20055 if { (ac_try="$ac_link"
20056 case "(($ac_try" in
20057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20058 *) ac_try_echo=$ac_try;;
20059 esac
20060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20061 (eval "$ac_link") 2>conftest.er1
20062 ac_status=$?
20063 grep -v '^ *+' conftest.er1 >conftest.err
20064 rm -f conftest.er1
20065 cat conftest.err >&5
20066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20067 (exit $ac_status); } && {
20068 test -z "$ac_c_werror_flag" ||
20069 test ! -s conftest.err
20070 } && test -s conftest$ac_exeext &&
20071 $as_test_x conftest$ac_exeext; then
20072 ac_cv_func_res_init=yes
20073 else
20074 echo "$as_me: failed program was:" >&5
20075 sed 's/^/| /' conftest.$ac_ext >&5
20076
20077 ac_cv_func_res_init=no
20078 fi
20079
20080 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20081 conftest$ac_exeext conftest.$ac_ext
20082 fi
20083 { echo "$as_me:$LINENO: result: $ac_cv_func_res_init" >&5
20084 echo "${ECHO_T}$ac_cv_func_res_init" >&6; }
20085 if test $ac_cv_func_res_init = yes; then
20086 have_res_init=yes
20087 else
20088 have_res_init=no
20089 fi
20090
20091 if test "$have_res_init" = no; then
20092 OLIBS="$LIBS"
20093 LIBS="$LIBS -lresolv"
20094 { echo "$as_me:$LINENO: checking for res_init with -lresolv" >&5
20095 echo $ECHO_N "checking for res_init with -lresolv... $ECHO_C" >&6; }
20096 cat >conftest.$ac_ext <<_ACEOF
20097 /* confdefs.h. */
20098 _ACEOF
20099 cat confdefs.h >>conftest.$ac_ext
20100 cat >>conftest.$ac_ext <<_ACEOF
20101 /* end confdefs.h. */
20102 #include <netinet/in.h>
20103 #include <arpa/nameser.h>
20104 #include <resolv.h>
20105 int
20106 main ()
20107 {
20108 res_init();
20109 ;
20110 return 0;
20111 }
20112 _ACEOF
20113 rm -f conftest.$ac_objext conftest$ac_exeext
20114 if { (ac_try="$ac_link"
20115 case "(($ac_try" in
20116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20117 *) ac_try_echo=$ac_try;;
20118 esac
20119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20120 (eval "$ac_link") 2>conftest.er1
20121 ac_status=$?
20122 grep -v '^ *+' conftest.er1 >conftest.err
20123 rm -f conftest.er1
20124 cat conftest.err >&5
20125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20126 (exit $ac_status); } && {
20127 test -z "$ac_c_werror_flag" ||
20128 test ! -s conftest.err
20129 } && test -s conftest$ac_exeext &&
20130 $as_test_x conftest$ac_exeext; then
20131 have_res_init=yes
20132 else
20133 echo "$as_me: failed program was:" >&5
20134 sed 's/^/| /' conftest.$ac_ext >&5
20135
20136 have_res_init=no
20137 fi
20138
20139 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20140 conftest$ac_exeext conftest.$ac_ext
20141 { echo "$as_me:$LINENO: result: $have_res_init" >&5
20142 echo "${ECHO_T}$have_res_init" >&6; }
20143 if test "$have_res_init" = yes ; then
20144 resolv=yes
20145 fi
20146 LIBS="$OLIBS"
20147 fi
20148
20149 if test "$have_res_init" = yes; then
20150
20151 cat >>confdefs.h <<\_ACEOF
20152 #define HAVE_RES_INIT 1
20153 _ACEOF
20154
20155 fi
20156
20157 # Do we need the Hesiod library to provide the support routines?
20158 if test "$with_hesiod" = yes ; then
20159 # Don't set $LIBS here -- see comments above.
20160 { echo "$as_me:$LINENO: checking for res_send" >&5
20161 echo $ECHO_N "checking for res_send... $ECHO_C" >&6; }
20162 if test "${ac_cv_func_res_send+set}" = set; then
20163 echo $ECHO_N "(cached) $ECHO_C" >&6
20164 else
20165 cat >conftest.$ac_ext <<_ACEOF
20166 /* confdefs.h. */
20167 _ACEOF
20168 cat confdefs.h >>conftest.$ac_ext
20169 cat >>conftest.$ac_ext <<_ACEOF
20170 /* end confdefs.h. */
20171 /* Define res_send to an innocuous variant, in case <limits.h> declares res_send.
20172 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20173 #define res_send innocuous_res_send
20174
20175 /* System header to define __stub macros and hopefully few prototypes,
20176 which can conflict with char res_send (); below.
20177 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20178 <limits.h> exists even on freestanding compilers. */
20179
20180 #ifdef __STDC__
20181 # include <limits.h>
20182 #else
20183 # include <assert.h>
20184 #endif
20185
20186 #undef res_send
20187
20188 /* Override any GCC internal prototype to avoid an error.
20189 Use char because int might match the return type of a GCC
20190 builtin and then its argument prototype would still apply. */
20191 #ifdef __cplusplus
20192 extern "C"
20193 #endif
20194 char res_send ();
20195 /* The GNU C library defines this for functions which it implements
20196 to always fail with ENOSYS. Some functions are actually named
20197 something starting with __ and the normal name is an alias. */
20198 #if defined __stub_res_send || defined __stub___res_send
20199 choke me
20200 #endif
20201
20202 int
20203 main ()
20204 {
20205 return res_send ();
20206 ;
20207 return 0;
20208 }
20209 _ACEOF
20210 rm -f conftest.$ac_objext conftest$ac_exeext
20211 if { (ac_try="$ac_link"
20212 case "(($ac_try" in
20213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20214 *) ac_try_echo=$ac_try;;
20215 esac
20216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20217 (eval "$ac_link") 2>conftest.er1
20218 ac_status=$?
20219 grep -v '^ *+' conftest.er1 >conftest.err
20220 rm -f conftest.er1
20221 cat conftest.err >&5
20222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20223 (exit $ac_status); } && {
20224 test -z "$ac_c_werror_flag" ||
20225 test ! -s conftest.err
20226 } && test -s conftest$ac_exeext &&
20227 $as_test_x conftest$ac_exeext; then
20228 ac_cv_func_res_send=yes
20229 else
20230 echo "$as_me: failed program was:" >&5
20231 sed 's/^/| /' conftest.$ac_ext >&5
20232
20233 ac_cv_func_res_send=no
20234 fi
20235
20236 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20237 conftest$ac_exeext conftest.$ac_ext
20238 fi
20239 { echo "$as_me:$LINENO: result: $ac_cv_func_res_send" >&5
20240 echo "${ECHO_T}$ac_cv_func_res_send" >&6; }
20241 if test $ac_cv_func_res_send = yes; then
20242 :
20243 else
20244 { echo "$as_me:$LINENO: checking for __res_send" >&5
20245 echo $ECHO_N "checking for __res_send... $ECHO_C" >&6; }
20246 if test "${ac_cv_func___res_send+set}" = set; then
20247 echo $ECHO_N "(cached) $ECHO_C" >&6
20248 else
20249 cat >conftest.$ac_ext <<_ACEOF
20250 /* confdefs.h. */
20251 _ACEOF
20252 cat confdefs.h >>conftest.$ac_ext
20253 cat >>conftest.$ac_ext <<_ACEOF
20254 /* end confdefs.h. */
20255 /* Define __res_send to an innocuous variant, in case <limits.h> declares __res_send.
20256 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20257 #define __res_send innocuous___res_send
20258
20259 /* System header to define __stub macros and hopefully few prototypes,
20260 which can conflict with char __res_send (); below.
20261 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20262 <limits.h> exists even on freestanding compilers. */
20263
20264 #ifdef __STDC__
20265 # include <limits.h>
20266 #else
20267 # include <assert.h>
20268 #endif
20269
20270 #undef __res_send
20271
20272 /* Override any GCC internal prototype to avoid an error.
20273 Use char because int might match the return type of a GCC
20274 builtin and then its argument prototype would still apply. */
20275 #ifdef __cplusplus
20276 extern "C"
20277 #endif
20278 char __res_send ();
20279 /* The GNU C library defines this for functions which it implements
20280 to always fail with ENOSYS. Some functions are actually named
20281 something starting with __ and the normal name is an alias. */
20282 #if defined __stub___res_send || defined __stub_____res_send
20283 choke me
20284 #endif
20285
20286 int
20287 main ()
20288 {
20289 return __res_send ();
20290 ;
20291 return 0;
20292 }
20293 _ACEOF
20294 rm -f conftest.$ac_objext conftest$ac_exeext
20295 if { (ac_try="$ac_link"
20296 case "(($ac_try" in
20297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20298 *) ac_try_echo=$ac_try;;
20299 esac
20300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20301 (eval "$ac_link") 2>conftest.er1
20302 ac_status=$?
20303 grep -v '^ *+' conftest.er1 >conftest.err
20304 rm -f conftest.er1
20305 cat conftest.err >&5
20306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20307 (exit $ac_status); } && {
20308 test -z "$ac_c_werror_flag" ||
20309 test ! -s conftest.err
20310 } && test -s conftest$ac_exeext &&
20311 $as_test_x conftest$ac_exeext; then
20312 ac_cv_func___res_send=yes
20313 else
20314 echo "$as_me: failed program was:" >&5
20315 sed 's/^/| /' conftest.$ac_ext >&5
20316
20317 ac_cv_func___res_send=no
20318 fi
20319
20320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20321 conftest$ac_exeext conftest.$ac_ext
20322 fi
20323 { echo "$as_me:$LINENO: result: $ac_cv_func___res_send" >&5
20324 echo "${ECHO_T}$ac_cv_func___res_send" >&6; }
20325 if test $ac_cv_func___res_send = yes; then
20326 :
20327 else
20328 { echo "$as_me:$LINENO: checking for res_send in -lresolv" >&5
20329 echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6; }
20330 if test "${ac_cv_lib_resolv_res_send+set}" = set; then
20331 echo $ECHO_N "(cached) $ECHO_C" >&6
20332 else
20333 ac_check_lib_save_LIBS=$LIBS
20334 LIBS="-lresolv $LIBS"
20335 cat >conftest.$ac_ext <<_ACEOF
20336 /* confdefs.h. */
20337 _ACEOF
20338 cat confdefs.h >>conftest.$ac_ext
20339 cat >>conftest.$ac_ext <<_ACEOF
20340 /* end confdefs.h. */
20341
20342 /* Override any GCC internal prototype to avoid an error.
20343 Use char because int might match the return type of a GCC
20344 builtin and then its argument prototype would still apply. */
20345 #ifdef __cplusplus
20346 extern "C"
20347 #endif
20348 char res_send ();
20349 int
20350 main ()
20351 {
20352 return res_send ();
20353 ;
20354 return 0;
20355 }
20356 _ACEOF
20357 rm -f conftest.$ac_objext conftest$ac_exeext
20358 if { (ac_try="$ac_link"
20359 case "(($ac_try" in
20360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20361 *) ac_try_echo=$ac_try;;
20362 esac
20363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20364 (eval "$ac_link") 2>conftest.er1
20365 ac_status=$?
20366 grep -v '^ *+' conftest.er1 >conftest.err
20367 rm -f conftest.er1
20368 cat conftest.err >&5
20369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20370 (exit $ac_status); } && {
20371 test -z "$ac_c_werror_flag" ||
20372 test ! -s conftest.err
20373 } && test -s conftest$ac_exeext &&
20374 $as_test_x conftest$ac_exeext; then
20375 ac_cv_lib_resolv_res_send=yes
20376 else
20377 echo "$as_me: failed program was:" >&5
20378 sed 's/^/| /' conftest.$ac_ext >&5
20379
20380 ac_cv_lib_resolv_res_send=no
20381 fi
20382
20383 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20384 conftest$ac_exeext conftest.$ac_ext
20385 LIBS=$ac_check_lib_save_LIBS
20386 fi
20387 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_send" >&5
20388 echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6; }
20389 if test $ac_cv_lib_resolv_res_send = yes; then
20390 resolv=yes
20391 else
20392 { echo "$as_me:$LINENO: checking for __res_send in -lresolv" >&5
20393 echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6; }
20394 if test "${ac_cv_lib_resolv___res_send+set}" = set; then
20395 echo $ECHO_N "(cached) $ECHO_C" >&6
20396 else
20397 ac_check_lib_save_LIBS=$LIBS
20398 LIBS="-lresolv $LIBS"
20399 cat >conftest.$ac_ext <<_ACEOF
20400 /* confdefs.h. */
20401 _ACEOF
20402 cat confdefs.h >>conftest.$ac_ext
20403 cat >>conftest.$ac_ext <<_ACEOF
20404 /* end confdefs.h. */
20405
20406 /* Override any GCC internal prototype to avoid an error.
20407 Use char because int might match the return type of a GCC
20408 builtin and then its argument prototype would still apply. */
20409 #ifdef __cplusplus
20410 extern "C"
20411 #endif
20412 char __res_send ();
20413 int
20414 main ()
20415 {
20416 return __res_send ();
20417 ;
20418 return 0;
20419 }
20420 _ACEOF
20421 rm -f conftest.$ac_objext conftest$ac_exeext
20422 if { (ac_try="$ac_link"
20423 case "(($ac_try" in
20424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20425 *) ac_try_echo=$ac_try;;
20426 esac
20427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20428 (eval "$ac_link") 2>conftest.er1
20429 ac_status=$?
20430 grep -v '^ *+' conftest.er1 >conftest.err
20431 rm -f conftest.er1
20432 cat conftest.err >&5
20433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20434 (exit $ac_status); } && {
20435 test -z "$ac_c_werror_flag" ||
20436 test ! -s conftest.err
20437 } && test -s conftest$ac_exeext &&
20438 $as_test_x conftest$ac_exeext; then
20439 ac_cv_lib_resolv___res_send=yes
20440 else
20441 echo "$as_me: failed program was:" >&5
20442 sed 's/^/| /' conftest.$ac_ext >&5
20443
20444 ac_cv_lib_resolv___res_send=no
20445 fi
20446
20447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20448 conftest$ac_exeext conftest.$ac_ext
20449 LIBS=$ac_check_lib_save_LIBS
20450 fi
20451 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv___res_send" >&5
20452 echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6; }
20453 if test $ac_cv_lib_resolv___res_send = yes; then
20454 resolv=yes
20455 fi
20456
20457 fi
20458
20459 fi
20460
20461 fi
20462
20463 if test "$resolv" = yes ; then
20464 RESOLVLIB=-lresolv
20465 else
20466 RESOLVLIB=
20467 fi
20468 { echo "$as_me:$LINENO: checking for hes_getmailhost" >&5
20469 echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6; }
20470 if test "${ac_cv_func_hes_getmailhost+set}" = set; then
20471 echo $ECHO_N "(cached) $ECHO_C" >&6
20472 else
20473 cat >conftest.$ac_ext <<_ACEOF
20474 /* confdefs.h. */
20475 _ACEOF
20476 cat confdefs.h >>conftest.$ac_ext
20477 cat >>conftest.$ac_ext <<_ACEOF
20478 /* end confdefs.h. */
20479 /* Define hes_getmailhost to an innocuous variant, in case <limits.h> declares hes_getmailhost.
20480 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20481 #define hes_getmailhost innocuous_hes_getmailhost
20482
20483 /* System header to define __stub macros and hopefully few prototypes,
20484 which can conflict with char hes_getmailhost (); below.
20485 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20486 <limits.h> exists even on freestanding compilers. */
20487
20488 #ifdef __STDC__
20489 # include <limits.h>
20490 #else
20491 # include <assert.h>
20492 #endif
20493
20494 #undef hes_getmailhost
20495
20496 /* Override any GCC internal prototype to avoid an error.
20497 Use char because int might match the return type of a GCC
20498 builtin and then its argument prototype would still apply. */
20499 #ifdef __cplusplus
20500 extern "C"
20501 #endif
20502 char hes_getmailhost ();
20503 /* The GNU C library defines this for functions which it implements
20504 to always fail with ENOSYS. Some functions are actually named
20505 something starting with __ and the normal name is an alias. */
20506 #if defined __stub_hes_getmailhost || defined __stub___hes_getmailhost
20507 choke me
20508 #endif
20509
20510 int
20511 main ()
20512 {
20513 return hes_getmailhost ();
20514 ;
20515 return 0;
20516 }
20517 _ACEOF
20518 rm -f conftest.$ac_objext conftest$ac_exeext
20519 if { (ac_try="$ac_link"
20520 case "(($ac_try" in
20521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20522 *) ac_try_echo=$ac_try;;
20523 esac
20524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20525 (eval "$ac_link") 2>conftest.er1
20526 ac_status=$?
20527 grep -v '^ *+' conftest.er1 >conftest.err
20528 rm -f conftest.er1
20529 cat conftest.err >&5
20530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20531 (exit $ac_status); } && {
20532 test -z "$ac_c_werror_flag" ||
20533 test ! -s conftest.err
20534 } && test -s conftest$ac_exeext &&
20535 $as_test_x conftest$ac_exeext; then
20536 ac_cv_func_hes_getmailhost=yes
20537 else
20538 echo "$as_me: failed program was:" >&5
20539 sed 's/^/| /' conftest.$ac_ext >&5
20540
20541 ac_cv_func_hes_getmailhost=no
20542 fi
20543
20544 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20545 conftest$ac_exeext conftest.$ac_ext
20546 fi
20547 { echo "$as_me:$LINENO: result: $ac_cv_func_hes_getmailhost" >&5
20548 echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6; }
20549 if test $ac_cv_func_hes_getmailhost = yes; then
20550 :
20551 else
20552 { echo "$as_me:$LINENO: checking for hes_getmailhost in -lhesiod" >&5
20553 echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6; }
20554 if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then
20555 echo $ECHO_N "(cached) $ECHO_C" >&6
20556 else
20557 ac_check_lib_save_LIBS=$LIBS
20558 LIBS="-lhesiod $RESOLVLIB $LIBS"
20559 cat >conftest.$ac_ext <<_ACEOF
20560 /* confdefs.h. */
20561 _ACEOF
20562 cat confdefs.h >>conftest.$ac_ext
20563 cat >>conftest.$ac_ext <<_ACEOF
20564 /* end confdefs.h. */
20565
20566 /* Override any GCC internal prototype to avoid an error.
20567 Use char because int might match the return type of a GCC
20568 builtin and then its argument prototype would still apply. */
20569 #ifdef __cplusplus
20570 extern "C"
20571 #endif
20572 char hes_getmailhost ();
20573 int
20574 main ()
20575 {
20576 return hes_getmailhost ();
20577 ;
20578 return 0;
20579 }
20580 _ACEOF
20581 rm -f conftest.$ac_objext conftest$ac_exeext
20582 if { (ac_try="$ac_link"
20583 case "(($ac_try" in
20584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20585 *) ac_try_echo=$ac_try;;
20586 esac
20587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20588 (eval "$ac_link") 2>conftest.er1
20589 ac_status=$?
20590 grep -v '^ *+' conftest.er1 >conftest.err
20591 rm -f conftest.er1
20592 cat conftest.err >&5
20593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20594 (exit $ac_status); } && {
20595 test -z "$ac_c_werror_flag" ||
20596 test ! -s conftest.err
20597 } && test -s conftest$ac_exeext &&
20598 $as_test_x conftest$ac_exeext; then
20599 ac_cv_lib_hesiod_hes_getmailhost=yes
20600 else
20601 echo "$as_me: failed program was:" >&5
20602 sed 's/^/| /' conftest.$ac_ext >&5
20603
20604 ac_cv_lib_hesiod_hes_getmailhost=no
20605 fi
20606
20607 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20608 conftest$ac_exeext conftest.$ac_ext
20609 LIBS=$ac_check_lib_save_LIBS
20610 fi
20611 { echo "$as_me:$LINENO: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
20612 echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6; }
20613 if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then
20614
20615 cat >>confdefs.h <<\_ACEOF
20616 #define HAVE_LIBHESIOD 1
20617 _ACEOF
20618
20619 else
20620 :
20621 fi
20622
20623 fi
20624
20625 fi
20626
20627 # Do we need libresolv (due to res_init or Hesiod)?
20628 if test "$resolv" = yes ; then
20629
20630 cat >>confdefs.h <<\_ACEOF
20631 #define HAVE_LIBRESOLV 1
20632 _ACEOF
20633
20634 fi
20635
20636 # These tell us which Kerberos-related libraries to use.
20637 if test "${with_kerberos+set}" = set; then
20638
20639 { echo "$as_me:$LINENO: checking for com_err in -lcom_err" >&5
20640 echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6; }
20641 if test "${ac_cv_lib_com_err_com_err+set}" = set; then
20642 echo $ECHO_N "(cached) $ECHO_C" >&6
20643 else
20644 ac_check_lib_save_LIBS=$LIBS
20645 LIBS="-lcom_err $LIBS"
20646 cat >conftest.$ac_ext <<_ACEOF
20647 /* confdefs.h. */
20648 _ACEOF
20649 cat confdefs.h >>conftest.$ac_ext
20650 cat >>conftest.$ac_ext <<_ACEOF
20651 /* end confdefs.h. */
20652
20653 /* Override any GCC internal prototype to avoid an error.
20654 Use char because int might match the return type of a GCC
20655 builtin and then its argument prototype would still apply. */
20656 #ifdef __cplusplus
20657 extern "C"
20658 #endif
20659 char com_err ();
20660 int
20661 main ()
20662 {
20663 return com_err ();
20664 ;
20665 return 0;
20666 }
20667 _ACEOF
20668 rm -f conftest.$ac_objext conftest$ac_exeext
20669 if { (ac_try="$ac_link"
20670 case "(($ac_try" in
20671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20672 *) ac_try_echo=$ac_try;;
20673 esac
20674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20675 (eval "$ac_link") 2>conftest.er1
20676 ac_status=$?
20677 grep -v '^ *+' conftest.er1 >conftest.err
20678 rm -f conftest.er1
20679 cat conftest.err >&5
20680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20681 (exit $ac_status); } && {
20682 test -z "$ac_c_werror_flag" ||
20683 test ! -s conftest.err
20684 } && test -s conftest$ac_exeext &&
20685 $as_test_x conftest$ac_exeext; then
20686 ac_cv_lib_com_err_com_err=yes
20687 else
20688 echo "$as_me: failed program was:" >&5
20689 sed 's/^/| /' conftest.$ac_ext >&5
20690
20691 ac_cv_lib_com_err_com_err=no
20692 fi
20693
20694 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20695 conftest$ac_exeext conftest.$ac_ext
20696 LIBS=$ac_check_lib_save_LIBS
20697 fi
20698 { echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5
20699 echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6; }
20700 if test $ac_cv_lib_com_err_com_err = yes; then
20701 cat >>confdefs.h <<_ACEOF
20702 #define HAVE_LIBCOM_ERR 1
20703 _ACEOF
20704
20705 LIBS="-lcom_err $LIBS"
20706
20707 fi
20708
20709
20710 { echo "$as_me:$LINENO: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
20711 echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6; }
20712 if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then
20713 echo $ECHO_N "(cached) $ECHO_C" >&6
20714 else
20715 ac_check_lib_save_LIBS=$LIBS
20716 LIBS="-lk5crypto $LIBS"
20717 cat >conftest.$ac_ext <<_ACEOF
20718 /* confdefs.h. */
20719 _ACEOF
20720 cat confdefs.h >>conftest.$ac_ext
20721 cat >>conftest.$ac_ext <<_ACEOF
20722 /* end confdefs.h. */
20723
20724 /* Override any GCC internal prototype to avoid an error.
20725 Use char because int might match the return type of a GCC
20726 builtin and then its argument prototype would still apply. */
20727 #ifdef __cplusplus
20728 extern "C"
20729 #endif
20730 char mit_des_cbc_encrypt ();
20731 int
20732 main ()
20733 {
20734 return mit_des_cbc_encrypt ();
20735 ;
20736 return 0;
20737 }
20738 _ACEOF
20739 rm -f conftest.$ac_objext conftest$ac_exeext
20740 if { (ac_try="$ac_link"
20741 case "(($ac_try" in
20742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20743 *) ac_try_echo=$ac_try;;
20744 esac
20745 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20746 (eval "$ac_link") 2>conftest.er1
20747 ac_status=$?
20748 grep -v '^ *+' conftest.er1 >conftest.err
20749 rm -f conftest.er1
20750 cat conftest.err >&5
20751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20752 (exit $ac_status); } && {
20753 test -z "$ac_c_werror_flag" ||
20754 test ! -s conftest.err
20755 } && test -s conftest$ac_exeext &&
20756 $as_test_x conftest$ac_exeext; then
20757 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
20758 else
20759 echo "$as_me: failed program was:" >&5
20760 sed 's/^/| /' conftest.$ac_ext >&5
20761
20762 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no
20763 fi
20764
20765 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20766 conftest$ac_exeext conftest.$ac_ext
20767 LIBS=$ac_check_lib_save_LIBS
20768 fi
20769 { echo "$as_me:$LINENO: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
20770 echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; }
20771 if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then
20772 cat >>confdefs.h <<_ACEOF
20773 #define HAVE_LIBK5CRYPTO 1
20774 _ACEOF
20775
20776 LIBS="-lk5crypto $LIBS"
20777
20778 fi
20779
20780
20781 { echo "$as_me:$LINENO: checking for mit_des_cbc_encrypt in -lcrypto" >&5
20782 echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6; }
20783 if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then
20784 echo $ECHO_N "(cached) $ECHO_C" >&6
20785 else
20786 ac_check_lib_save_LIBS=$LIBS
20787 LIBS="-lcrypto $LIBS"
20788 cat >conftest.$ac_ext <<_ACEOF
20789 /* confdefs.h. */
20790 _ACEOF
20791 cat confdefs.h >>conftest.$ac_ext
20792 cat >>conftest.$ac_ext <<_ACEOF
20793 /* end confdefs.h. */
20794
20795 /* Override any GCC internal prototype to avoid an error.
20796 Use char because int might match the return type of a GCC
20797 builtin and then its argument prototype would still apply. */
20798 #ifdef __cplusplus
20799 extern "C"
20800 #endif
20801 char mit_des_cbc_encrypt ();
20802 int
20803 main ()
20804 {
20805 return mit_des_cbc_encrypt ();
20806 ;
20807 return 0;
20808 }
20809 _ACEOF
20810 rm -f conftest.$ac_objext conftest$ac_exeext
20811 if { (ac_try="$ac_link"
20812 case "(($ac_try" in
20813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20814 *) ac_try_echo=$ac_try;;
20815 esac
20816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20817 (eval "$ac_link") 2>conftest.er1
20818 ac_status=$?
20819 grep -v '^ *+' conftest.er1 >conftest.err
20820 rm -f conftest.er1
20821 cat conftest.err >&5
20822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20823 (exit $ac_status); } && {
20824 test -z "$ac_c_werror_flag" ||
20825 test ! -s conftest.err
20826 } && test -s conftest$ac_exeext &&
20827 $as_test_x conftest$ac_exeext; then
20828 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
20829 else
20830 echo "$as_me: failed program was:" >&5
20831 sed 's/^/| /' conftest.$ac_ext >&5
20832
20833 ac_cv_lib_crypto_mit_des_cbc_encrypt=no
20834 fi
20835
20836 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20837 conftest$ac_exeext conftest.$ac_ext
20838 LIBS=$ac_check_lib_save_LIBS
20839 fi
20840 { echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
20841 echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; }
20842 if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then
20843 cat >>confdefs.h <<_ACEOF
20844 #define HAVE_LIBCRYPTO 1
20845 _ACEOF
20846
20847 LIBS="-lcrypto $LIBS"
20848
20849 fi
20850
20851
20852 { echo "$as_me:$LINENO: checking for krb5_init_context in -lkrb5" >&5
20853 echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6; }
20854 if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then
20855 echo $ECHO_N "(cached) $ECHO_C" >&6
20856 else
20857 ac_check_lib_save_LIBS=$LIBS
20858 LIBS="-lkrb5 $LIBS"
20859 cat >conftest.$ac_ext <<_ACEOF
20860 /* confdefs.h. */
20861 _ACEOF
20862 cat confdefs.h >>conftest.$ac_ext
20863 cat >>conftest.$ac_ext <<_ACEOF
20864 /* end confdefs.h. */
20865
20866 /* Override any GCC internal prototype to avoid an error.
20867 Use char because int might match the return type of a GCC
20868 builtin and then its argument prototype would still apply. */
20869 #ifdef __cplusplus
20870 extern "C"
20871 #endif
20872 char krb5_init_context ();
20873 int
20874 main ()
20875 {
20876 return krb5_init_context ();
20877 ;
20878 return 0;
20879 }
20880 _ACEOF
20881 rm -f conftest.$ac_objext conftest$ac_exeext
20882 if { (ac_try="$ac_link"
20883 case "(($ac_try" in
20884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20885 *) ac_try_echo=$ac_try;;
20886 esac
20887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20888 (eval "$ac_link") 2>conftest.er1
20889 ac_status=$?
20890 grep -v '^ *+' conftest.er1 >conftest.err
20891 rm -f conftest.er1
20892 cat conftest.err >&5
20893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20894 (exit $ac_status); } && {
20895 test -z "$ac_c_werror_flag" ||
20896 test ! -s conftest.err
20897 } && test -s conftest$ac_exeext &&
20898 $as_test_x conftest$ac_exeext; then
20899 ac_cv_lib_krb5_krb5_init_context=yes
20900 else
20901 echo "$as_me: failed program was:" >&5
20902 sed 's/^/| /' conftest.$ac_ext >&5
20903
20904 ac_cv_lib_krb5_krb5_init_context=no
20905 fi
20906
20907 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20908 conftest$ac_exeext conftest.$ac_ext
20909 LIBS=$ac_check_lib_save_LIBS
20910 fi
20911 { echo "$as_me:$LINENO: result: $ac_cv_lib_krb5_krb5_init_context" >&5
20912 echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6; }
20913 if test $ac_cv_lib_krb5_krb5_init_context = yes; then
20914 cat >>confdefs.h <<_ACEOF
20915 #define HAVE_LIBKRB5 1
20916 _ACEOF
20917
20918 LIBS="-lkrb5 $LIBS"
20919
20920 fi
20921
20922 if test "${with_kerberos5+set}" != set; then
20923
20924 { echo "$as_me:$LINENO: checking for des_cbc_encrypt in -ldes425" >&5
20925 echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6; }
20926 if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then
20927 echo $ECHO_N "(cached) $ECHO_C" >&6
20928 else
20929 ac_check_lib_save_LIBS=$LIBS
20930 LIBS="-ldes425 $LIBS"
20931 cat >conftest.$ac_ext <<_ACEOF
20932 /* confdefs.h. */
20933 _ACEOF
20934 cat confdefs.h >>conftest.$ac_ext
20935 cat >>conftest.$ac_ext <<_ACEOF
20936 /* end confdefs.h. */
20937
20938 /* Override any GCC internal prototype to avoid an error.
20939 Use char because int might match the return type of a GCC
20940 builtin and then its argument prototype would still apply. */
20941 #ifdef __cplusplus
20942 extern "C"
20943 #endif
20944 char des_cbc_encrypt ();
20945 int
20946 main ()
20947 {
20948 return des_cbc_encrypt ();
20949 ;
20950 return 0;
20951 }
20952 _ACEOF
20953 rm -f conftest.$ac_objext conftest$ac_exeext
20954 if { (ac_try="$ac_link"
20955 case "(($ac_try" in
20956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20957 *) ac_try_echo=$ac_try;;
20958 esac
20959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20960 (eval "$ac_link") 2>conftest.er1
20961 ac_status=$?
20962 grep -v '^ *+' conftest.er1 >conftest.err
20963 rm -f conftest.er1
20964 cat conftest.err >&5
20965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20966 (exit $ac_status); } && {
20967 test -z "$ac_c_werror_flag" ||
20968 test ! -s conftest.err
20969 } && test -s conftest$ac_exeext &&
20970 $as_test_x conftest$ac_exeext; then
20971 ac_cv_lib_des425_des_cbc_encrypt=yes
20972 else
20973 echo "$as_me: failed program was:" >&5
20974 sed 's/^/| /' conftest.$ac_ext >&5
20975
20976 ac_cv_lib_des425_des_cbc_encrypt=no
20977 fi
20978
20979 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20980 conftest$ac_exeext conftest.$ac_ext
20981 LIBS=$ac_check_lib_save_LIBS
20982 fi
20983 { echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
20984 echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6; }
20985 if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then
20986 cat >>confdefs.h <<_ACEOF
20987 #define HAVE_LIBDES425 1
20988 _ACEOF
20989
20990 LIBS="-ldes425 $LIBS"
20991
20992 else
20993
20994 { echo "$as_me:$LINENO: checking for des_cbc_encrypt in -ldes" >&5
20995 echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6; }
20996 if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then
20997 echo $ECHO_N "(cached) $ECHO_C" >&6
20998 else
20999 ac_check_lib_save_LIBS=$LIBS
21000 LIBS="-ldes $LIBS"
21001 cat >conftest.$ac_ext <<_ACEOF
21002 /* confdefs.h. */
21003 _ACEOF
21004 cat confdefs.h >>conftest.$ac_ext
21005 cat >>conftest.$ac_ext <<_ACEOF
21006 /* end confdefs.h. */
21007
21008 /* Override any GCC internal prototype to avoid an error.
21009 Use char because int might match the return type of a GCC
21010 builtin and then its argument prototype would still apply. */
21011 #ifdef __cplusplus
21012 extern "C"
21013 #endif
21014 char des_cbc_encrypt ();
21015 int
21016 main ()
21017 {
21018 return des_cbc_encrypt ();
21019 ;
21020 return 0;
21021 }
21022 _ACEOF
21023 rm -f conftest.$ac_objext conftest$ac_exeext
21024 if { (ac_try="$ac_link"
21025 case "(($ac_try" in
21026 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21027 *) ac_try_echo=$ac_try;;
21028 esac
21029 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21030 (eval "$ac_link") 2>conftest.er1
21031 ac_status=$?
21032 grep -v '^ *+' conftest.er1 >conftest.err
21033 rm -f conftest.er1
21034 cat conftest.err >&5
21035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21036 (exit $ac_status); } && {
21037 test -z "$ac_c_werror_flag" ||
21038 test ! -s conftest.err
21039 } && test -s conftest$ac_exeext &&
21040 $as_test_x conftest$ac_exeext; then
21041 ac_cv_lib_des_des_cbc_encrypt=yes
21042 else
21043 echo "$as_me: failed program was:" >&5
21044 sed 's/^/| /' conftest.$ac_ext >&5
21045
21046 ac_cv_lib_des_des_cbc_encrypt=no
21047 fi
21048
21049 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21050 conftest$ac_exeext conftest.$ac_ext
21051 LIBS=$ac_check_lib_save_LIBS
21052 fi
21053 { echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
21054 echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6; }
21055 if test $ac_cv_lib_des_des_cbc_encrypt = yes; then
21056 cat >>confdefs.h <<_ACEOF
21057 #define HAVE_LIBDES 1
21058 _ACEOF
21059
21060 LIBS="-ldes $LIBS"
21061
21062 fi
21063
21064 fi
21065
21066
21067 { echo "$as_me:$LINENO: checking for krb_get_cred in -lkrb4" >&5
21068 echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6; }
21069 if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then
21070 echo $ECHO_N "(cached) $ECHO_C" >&6
21071 else
21072 ac_check_lib_save_LIBS=$LIBS
21073 LIBS="-lkrb4 $LIBS"
21074 cat >conftest.$ac_ext <<_ACEOF
21075 /* confdefs.h. */
21076 _ACEOF
21077 cat confdefs.h >>conftest.$ac_ext
21078 cat >>conftest.$ac_ext <<_ACEOF
21079 /* end confdefs.h. */
21080
21081 /* Override any GCC internal prototype to avoid an error.
21082 Use char because int might match the return type of a GCC
21083 builtin and then its argument prototype would still apply. */
21084 #ifdef __cplusplus
21085 extern "C"
21086 #endif
21087 char krb_get_cred ();
21088 int
21089 main ()
21090 {
21091 return krb_get_cred ();
21092 ;
21093 return 0;
21094 }
21095 _ACEOF
21096 rm -f conftest.$ac_objext conftest$ac_exeext
21097 if { (ac_try="$ac_link"
21098 case "(($ac_try" in
21099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21100 *) ac_try_echo=$ac_try;;
21101 esac
21102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21103 (eval "$ac_link") 2>conftest.er1
21104 ac_status=$?
21105 grep -v '^ *+' conftest.er1 >conftest.err
21106 rm -f conftest.er1
21107 cat conftest.err >&5
21108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21109 (exit $ac_status); } && {
21110 test -z "$ac_c_werror_flag" ||
21111 test ! -s conftest.err
21112 } && test -s conftest$ac_exeext &&
21113 $as_test_x conftest$ac_exeext; then
21114 ac_cv_lib_krb4_krb_get_cred=yes
21115 else
21116 echo "$as_me: failed program was:" >&5
21117 sed 's/^/| /' conftest.$ac_ext >&5
21118
21119 ac_cv_lib_krb4_krb_get_cred=no
21120 fi
21121
21122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21123 conftest$ac_exeext conftest.$ac_ext
21124 LIBS=$ac_check_lib_save_LIBS
21125 fi
21126 { echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_krb_get_cred" >&5
21127 echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6; }
21128 if test $ac_cv_lib_krb4_krb_get_cred = yes; then
21129 cat >>confdefs.h <<_ACEOF
21130 #define HAVE_LIBKRB4 1
21131 _ACEOF
21132
21133 LIBS="-lkrb4 $LIBS"
21134
21135 else
21136
21137 { echo "$as_me:$LINENO: checking for krb_get_cred in -lkrb" >&5
21138 echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6; }
21139 if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then
21140 echo $ECHO_N "(cached) $ECHO_C" >&6
21141 else
21142 ac_check_lib_save_LIBS=$LIBS
21143 LIBS="-lkrb $LIBS"
21144 cat >conftest.$ac_ext <<_ACEOF
21145 /* confdefs.h. */
21146 _ACEOF
21147 cat confdefs.h >>conftest.$ac_ext
21148 cat >>conftest.$ac_ext <<_ACEOF
21149 /* end confdefs.h. */
21150
21151 /* Override any GCC internal prototype to avoid an error.
21152 Use char because int might match the return type of a GCC
21153 builtin and then its argument prototype would still apply. */
21154 #ifdef __cplusplus
21155 extern "C"
21156 #endif
21157 char krb_get_cred ();
21158 int
21159 main ()
21160 {
21161 return krb_get_cred ();
21162 ;
21163 return 0;
21164 }
21165 _ACEOF
21166 rm -f conftest.$ac_objext conftest$ac_exeext
21167 if { (ac_try="$ac_link"
21168 case "(($ac_try" in
21169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21170 *) ac_try_echo=$ac_try;;
21171 esac
21172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21173 (eval "$ac_link") 2>conftest.er1
21174 ac_status=$?
21175 grep -v '^ *+' conftest.er1 >conftest.err
21176 rm -f conftest.er1
21177 cat conftest.err >&5
21178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21179 (exit $ac_status); } && {
21180 test -z "$ac_c_werror_flag" ||
21181 test ! -s conftest.err
21182 } && test -s conftest$ac_exeext &&
21183 $as_test_x conftest$ac_exeext; then
21184 ac_cv_lib_krb_krb_get_cred=yes
21185 else
21186 echo "$as_me: failed program was:" >&5
21187 sed 's/^/| /' conftest.$ac_ext >&5
21188
21189 ac_cv_lib_krb_krb_get_cred=no
21190 fi
21191
21192 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21193 conftest$ac_exeext conftest.$ac_ext
21194 LIBS=$ac_check_lib_save_LIBS
21195 fi
21196 { echo "$as_me:$LINENO: result: $ac_cv_lib_krb_krb_get_cred" >&5
21197 echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6; }
21198 if test $ac_cv_lib_krb_krb_get_cred = yes; then
21199 cat >>confdefs.h <<_ACEOF
21200 #define HAVE_LIBKRB 1
21201 _ACEOF
21202
21203 LIBS="-lkrb $LIBS"
21204
21205 fi
21206
21207 fi
21208
21209 fi
21210
21211 if test "${with_kerberos5+set}" = set; then
21212
21213 for ac_header in krb5.h
21214 do
21215 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21216 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21217 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21218 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21219 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21220 echo $ECHO_N "(cached) $ECHO_C" >&6
21221 fi
21222 ac_res=`eval echo '${'$as_ac_Header'}'`
21223 { echo "$as_me:$LINENO: result: $ac_res" >&5
21224 echo "${ECHO_T}$ac_res" >&6; }
21225 else
21226 # Is the header compilable?
21227 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21228 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21229 cat >conftest.$ac_ext <<_ACEOF
21230 /* confdefs.h. */
21231 _ACEOF
21232 cat confdefs.h >>conftest.$ac_ext
21233 cat >>conftest.$ac_ext <<_ACEOF
21234 /* end confdefs.h. */
21235 $ac_includes_default
21236 #include <$ac_header>
21237 _ACEOF
21238 rm -f conftest.$ac_objext
21239 if { (ac_try="$ac_compile"
21240 case "(($ac_try" in
21241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21242 *) ac_try_echo=$ac_try;;
21243 esac
21244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21245 (eval "$ac_compile") 2>conftest.er1
21246 ac_status=$?
21247 grep -v '^ *+' conftest.er1 >conftest.err
21248 rm -f conftest.er1
21249 cat conftest.err >&5
21250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21251 (exit $ac_status); } && {
21252 test -z "$ac_c_werror_flag" ||
21253 test ! -s conftest.err
21254 } && test -s conftest.$ac_objext; then
21255 ac_header_compiler=yes
21256 else
21257 echo "$as_me: failed program was:" >&5
21258 sed 's/^/| /' conftest.$ac_ext >&5
21259
21260 ac_header_compiler=no
21261 fi
21262
21263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21264 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21265 echo "${ECHO_T}$ac_header_compiler" >&6; }
21266
21267 # Is the header present?
21268 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21269 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21270 cat >conftest.$ac_ext <<_ACEOF
21271 /* confdefs.h. */
21272 _ACEOF
21273 cat confdefs.h >>conftest.$ac_ext
21274 cat >>conftest.$ac_ext <<_ACEOF
21275 /* end confdefs.h. */
21276 #include <$ac_header>
21277 _ACEOF
21278 if { (ac_try="$ac_cpp conftest.$ac_ext"
21279 case "(($ac_try" in
21280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21281 *) ac_try_echo=$ac_try;;
21282 esac
21283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21284 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21285 ac_status=$?
21286 grep -v '^ *+' conftest.er1 >conftest.err
21287 rm -f conftest.er1
21288 cat conftest.err >&5
21289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21290 (exit $ac_status); } >/dev/null && {
21291 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21292 test ! -s conftest.err
21293 }; then
21294 ac_header_preproc=yes
21295 else
21296 echo "$as_me: failed program was:" >&5
21297 sed 's/^/| /' conftest.$ac_ext >&5
21298
21299 ac_header_preproc=no
21300 fi
21301
21302 rm -f conftest.err conftest.$ac_ext
21303 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21304 echo "${ECHO_T}$ac_header_preproc" >&6; }
21305
21306 # So? What about this header?
21307 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21308 yes:no: )
21309 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21310 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21311 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21312 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21313 ac_header_preproc=yes
21314 ;;
21315 no:yes:* )
21316 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21317 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21318 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21319 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21320 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21321 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21322 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21323 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21324 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21325 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21326 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21327 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21328
21329 ;;
21330 esac
21331 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21332 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21333 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21334 echo $ECHO_N "(cached) $ECHO_C" >&6
21335 else
21336 eval "$as_ac_Header=\$ac_header_preproc"
21337 fi
21338 ac_res=`eval echo '${'$as_ac_Header'}'`
21339 { echo "$as_me:$LINENO: result: $ac_res" >&5
21340 echo "${ECHO_T}$ac_res" >&6; }
21341
21342 fi
21343 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21344 cat >>confdefs.h <<_ACEOF
21345 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21346 _ACEOF
21347
21348 fi
21349
21350 done
21351
21352 else
21353
21354 for ac_header in des.h
21355 do
21356 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21357 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21358 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21359 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21360 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21361 echo $ECHO_N "(cached) $ECHO_C" >&6
21362 fi
21363 ac_res=`eval echo '${'$as_ac_Header'}'`
21364 { echo "$as_me:$LINENO: result: $ac_res" >&5
21365 echo "${ECHO_T}$ac_res" >&6; }
21366 else
21367 # Is the header compilable?
21368 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21369 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21370 cat >conftest.$ac_ext <<_ACEOF
21371 /* confdefs.h. */
21372 _ACEOF
21373 cat confdefs.h >>conftest.$ac_ext
21374 cat >>conftest.$ac_ext <<_ACEOF
21375 /* end confdefs.h. */
21376 $ac_includes_default
21377 #include <$ac_header>
21378 _ACEOF
21379 rm -f conftest.$ac_objext
21380 if { (ac_try="$ac_compile"
21381 case "(($ac_try" in
21382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21383 *) ac_try_echo=$ac_try;;
21384 esac
21385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21386 (eval "$ac_compile") 2>conftest.er1
21387 ac_status=$?
21388 grep -v '^ *+' conftest.er1 >conftest.err
21389 rm -f conftest.er1
21390 cat conftest.err >&5
21391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21392 (exit $ac_status); } && {
21393 test -z "$ac_c_werror_flag" ||
21394 test ! -s conftest.err
21395 } && test -s conftest.$ac_objext; then
21396 ac_header_compiler=yes
21397 else
21398 echo "$as_me: failed program was:" >&5
21399 sed 's/^/| /' conftest.$ac_ext >&5
21400
21401 ac_header_compiler=no
21402 fi
21403
21404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21405 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21406 echo "${ECHO_T}$ac_header_compiler" >&6; }
21407
21408 # Is the header present?
21409 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21410 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21411 cat >conftest.$ac_ext <<_ACEOF
21412 /* confdefs.h. */
21413 _ACEOF
21414 cat confdefs.h >>conftest.$ac_ext
21415 cat >>conftest.$ac_ext <<_ACEOF
21416 /* end confdefs.h. */
21417 #include <$ac_header>
21418 _ACEOF
21419 if { (ac_try="$ac_cpp conftest.$ac_ext"
21420 case "(($ac_try" in
21421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21422 *) ac_try_echo=$ac_try;;
21423 esac
21424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21425 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21426 ac_status=$?
21427 grep -v '^ *+' conftest.er1 >conftest.err
21428 rm -f conftest.er1
21429 cat conftest.err >&5
21430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21431 (exit $ac_status); } >/dev/null && {
21432 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21433 test ! -s conftest.err
21434 }; then
21435 ac_header_preproc=yes
21436 else
21437 echo "$as_me: failed program was:" >&5
21438 sed 's/^/| /' conftest.$ac_ext >&5
21439
21440 ac_header_preproc=no
21441 fi
21442
21443 rm -f conftest.err conftest.$ac_ext
21444 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21445 echo "${ECHO_T}$ac_header_preproc" >&6; }
21446
21447 # So? What about this header?
21448 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21449 yes:no: )
21450 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21451 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21452 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21453 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21454 ac_header_preproc=yes
21455 ;;
21456 no:yes:* )
21457 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21458 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21459 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21460 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21461 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21462 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21463 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21464 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21465 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21466 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21467 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21468 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21469
21470 ;;
21471 esac
21472 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21473 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21474 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21475 echo $ECHO_N "(cached) $ECHO_C" >&6
21476 else
21477 eval "$as_ac_Header=\$ac_header_preproc"
21478 fi
21479 ac_res=`eval echo '${'$as_ac_Header'}'`
21480 { echo "$as_me:$LINENO: result: $ac_res" >&5
21481 echo "${ECHO_T}$ac_res" >&6; }
21482
21483 fi
21484 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21485 cat >>confdefs.h <<_ACEOF
21486 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21487 _ACEOF
21488
21489 else
21490
21491 for ac_header in kerberosIV/des.h
21492 do
21493 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21494 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21495 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21496 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21497 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21498 echo $ECHO_N "(cached) $ECHO_C" >&6
21499 fi
21500 ac_res=`eval echo '${'$as_ac_Header'}'`
21501 { echo "$as_me:$LINENO: result: $ac_res" >&5
21502 echo "${ECHO_T}$ac_res" >&6; }
21503 else
21504 # Is the header compilable?
21505 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21506 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21507 cat >conftest.$ac_ext <<_ACEOF
21508 /* confdefs.h. */
21509 _ACEOF
21510 cat confdefs.h >>conftest.$ac_ext
21511 cat >>conftest.$ac_ext <<_ACEOF
21512 /* end confdefs.h. */
21513 $ac_includes_default
21514 #include <$ac_header>
21515 _ACEOF
21516 rm -f conftest.$ac_objext
21517 if { (ac_try="$ac_compile"
21518 case "(($ac_try" in
21519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21520 *) ac_try_echo=$ac_try;;
21521 esac
21522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21523 (eval "$ac_compile") 2>conftest.er1
21524 ac_status=$?
21525 grep -v '^ *+' conftest.er1 >conftest.err
21526 rm -f conftest.er1
21527 cat conftest.err >&5
21528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21529 (exit $ac_status); } && {
21530 test -z "$ac_c_werror_flag" ||
21531 test ! -s conftest.err
21532 } && test -s conftest.$ac_objext; then
21533 ac_header_compiler=yes
21534 else
21535 echo "$as_me: failed program was:" >&5
21536 sed 's/^/| /' conftest.$ac_ext >&5
21537
21538 ac_header_compiler=no
21539 fi
21540
21541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21542 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21543 echo "${ECHO_T}$ac_header_compiler" >&6; }
21544
21545 # Is the header present?
21546 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21547 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21548 cat >conftest.$ac_ext <<_ACEOF
21549 /* confdefs.h. */
21550 _ACEOF
21551 cat confdefs.h >>conftest.$ac_ext
21552 cat >>conftest.$ac_ext <<_ACEOF
21553 /* end confdefs.h. */
21554 #include <$ac_header>
21555 _ACEOF
21556 if { (ac_try="$ac_cpp conftest.$ac_ext"
21557 case "(($ac_try" in
21558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21559 *) ac_try_echo=$ac_try;;
21560 esac
21561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21562 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21563 ac_status=$?
21564 grep -v '^ *+' conftest.er1 >conftest.err
21565 rm -f conftest.er1
21566 cat conftest.err >&5
21567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21568 (exit $ac_status); } >/dev/null && {
21569 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21570 test ! -s conftest.err
21571 }; then
21572 ac_header_preproc=yes
21573 else
21574 echo "$as_me: failed program was:" >&5
21575 sed 's/^/| /' conftest.$ac_ext >&5
21576
21577 ac_header_preproc=no
21578 fi
21579
21580 rm -f conftest.err conftest.$ac_ext
21581 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21582 echo "${ECHO_T}$ac_header_preproc" >&6; }
21583
21584 # So? What about this header?
21585 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21586 yes:no: )
21587 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21588 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21589 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21590 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21591 ac_header_preproc=yes
21592 ;;
21593 no:yes:* )
21594 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21595 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21596 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21597 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21598 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21599 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21600 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21601 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21602 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21603 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21604 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21605 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21606
21607 ;;
21608 esac
21609 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21610 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21611 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21612 echo $ECHO_N "(cached) $ECHO_C" >&6
21613 else
21614 eval "$as_ac_Header=\$ac_header_preproc"
21615 fi
21616 ac_res=`eval echo '${'$as_ac_Header'}'`
21617 { echo "$as_me:$LINENO: result: $ac_res" >&5
21618 echo "${ECHO_T}$ac_res" >&6; }
21619
21620 fi
21621 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21622 cat >>confdefs.h <<_ACEOF
21623 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21624 _ACEOF
21625
21626 else
21627
21628 for ac_header in kerberos/des.h
21629 do
21630 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21631 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21632 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21633 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21634 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21635 echo $ECHO_N "(cached) $ECHO_C" >&6
21636 fi
21637 ac_res=`eval echo '${'$as_ac_Header'}'`
21638 { echo "$as_me:$LINENO: result: $ac_res" >&5
21639 echo "${ECHO_T}$ac_res" >&6; }
21640 else
21641 # Is the header compilable?
21642 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21643 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21644 cat >conftest.$ac_ext <<_ACEOF
21645 /* confdefs.h. */
21646 _ACEOF
21647 cat confdefs.h >>conftest.$ac_ext
21648 cat >>conftest.$ac_ext <<_ACEOF
21649 /* end confdefs.h. */
21650 $ac_includes_default
21651 #include <$ac_header>
21652 _ACEOF
21653 rm -f conftest.$ac_objext
21654 if { (ac_try="$ac_compile"
21655 case "(($ac_try" in
21656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21657 *) ac_try_echo=$ac_try;;
21658 esac
21659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21660 (eval "$ac_compile") 2>conftest.er1
21661 ac_status=$?
21662 grep -v '^ *+' conftest.er1 >conftest.err
21663 rm -f conftest.er1
21664 cat conftest.err >&5
21665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21666 (exit $ac_status); } && {
21667 test -z "$ac_c_werror_flag" ||
21668 test ! -s conftest.err
21669 } && test -s conftest.$ac_objext; then
21670 ac_header_compiler=yes
21671 else
21672 echo "$as_me: failed program was:" >&5
21673 sed 's/^/| /' conftest.$ac_ext >&5
21674
21675 ac_header_compiler=no
21676 fi
21677
21678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21679 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21680 echo "${ECHO_T}$ac_header_compiler" >&6; }
21681
21682 # Is the header present?
21683 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21684 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21685 cat >conftest.$ac_ext <<_ACEOF
21686 /* confdefs.h. */
21687 _ACEOF
21688 cat confdefs.h >>conftest.$ac_ext
21689 cat >>conftest.$ac_ext <<_ACEOF
21690 /* end confdefs.h. */
21691 #include <$ac_header>
21692 _ACEOF
21693 if { (ac_try="$ac_cpp conftest.$ac_ext"
21694 case "(($ac_try" in
21695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21696 *) ac_try_echo=$ac_try;;
21697 esac
21698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21699 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21700 ac_status=$?
21701 grep -v '^ *+' conftest.er1 >conftest.err
21702 rm -f conftest.er1
21703 cat conftest.err >&5
21704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21705 (exit $ac_status); } >/dev/null && {
21706 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21707 test ! -s conftest.err
21708 }; then
21709 ac_header_preproc=yes
21710 else
21711 echo "$as_me: failed program was:" >&5
21712 sed 's/^/| /' conftest.$ac_ext >&5
21713
21714 ac_header_preproc=no
21715 fi
21716
21717 rm -f conftest.err conftest.$ac_ext
21718 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21719 echo "${ECHO_T}$ac_header_preproc" >&6; }
21720
21721 # So? What about this header?
21722 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21723 yes:no: )
21724 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21725 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21726 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21727 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21728 ac_header_preproc=yes
21729 ;;
21730 no:yes:* )
21731 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21732 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21733 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21734 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21735 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21736 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21737 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21738 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21739 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21740 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21741 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21742 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21743
21744 ;;
21745 esac
21746 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21747 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21748 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21749 echo $ECHO_N "(cached) $ECHO_C" >&6
21750 else
21751 eval "$as_ac_Header=\$ac_header_preproc"
21752 fi
21753 ac_res=`eval echo '${'$as_ac_Header'}'`
21754 { echo "$as_me:$LINENO: result: $ac_res" >&5
21755 echo "${ECHO_T}$ac_res" >&6; }
21756
21757 fi
21758 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21759 cat >>confdefs.h <<_ACEOF
21760 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21761 _ACEOF
21762
21763 fi
21764
21765 done
21766
21767 fi
21768
21769 done
21770
21771 fi
21772
21773 done
21774
21775
21776 for ac_header in krb.h
21777 do
21778 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21779 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21780 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21781 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21782 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21783 echo $ECHO_N "(cached) $ECHO_C" >&6
21784 fi
21785 ac_res=`eval echo '${'$as_ac_Header'}'`
21786 { echo "$as_me:$LINENO: result: $ac_res" >&5
21787 echo "${ECHO_T}$ac_res" >&6; }
21788 else
21789 # Is the header compilable?
21790 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21791 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21792 cat >conftest.$ac_ext <<_ACEOF
21793 /* confdefs.h. */
21794 _ACEOF
21795 cat confdefs.h >>conftest.$ac_ext
21796 cat >>conftest.$ac_ext <<_ACEOF
21797 /* end confdefs.h. */
21798 $ac_includes_default
21799 #include <$ac_header>
21800 _ACEOF
21801 rm -f conftest.$ac_objext
21802 if { (ac_try="$ac_compile"
21803 case "(($ac_try" in
21804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21805 *) ac_try_echo=$ac_try;;
21806 esac
21807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21808 (eval "$ac_compile") 2>conftest.er1
21809 ac_status=$?
21810 grep -v '^ *+' conftest.er1 >conftest.err
21811 rm -f conftest.er1
21812 cat conftest.err >&5
21813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21814 (exit $ac_status); } && {
21815 test -z "$ac_c_werror_flag" ||
21816 test ! -s conftest.err
21817 } && test -s conftest.$ac_objext; then
21818 ac_header_compiler=yes
21819 else
21820 echo "$as_me: failed program was:" >&5
21821 sed 's/^/| /' conftest.$ac_ext >&5
21822
21823 ac_header_compiler=no
21824 fi
21825
21826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21827 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21828 echo "${ECHO_T}$ac_header_compiler" >&6; }
21829
21830 # Is the header present?
21831 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21832 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21833 cat >conftest.$ac_ext <<_ACEOF
21834 /* confdefs.h. */
21835 _ACEOF
21836 cat confdefs.h >>conftest.$ac_ext
21837 cat >>conftest.$ac_ext <<_ACEOF
21838 /* end confdefs.h. */
21839 #include <$ac_header>
21840 _ACEOF
21841 if { (ac_try="$ac_cpp conftest.$ac_ext"
21842 case "(($ac_try" in
21843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21844 *) ac_try_echo=$ac_try;;
21845 esac
21846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21847 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21848 ac_status=$?
21849 grep -v '^ *+' conftest.er1 >conftest.err
21850 rm -f conftest.er1
21851 cat conftest.err >&5
21852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21853 (exit $ac_status); } >/dev/null && {
21854 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21855 test ! -s conftest.err
21856 }; then
21857 ac_header_preproc=yes
21858 else
21859 echo "$as_me: failed program was:" >&5
21860 sed 's/^/| /' conftest.$ac_ext >&5
21861
21862 ac_header_preproc=no
21863 fi
21864
21865 rm -f conftest.err conftest.$ac_ext
21866 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21867 echo "${ECHO_T}$ac_header_preproc" >&6; }
21868
21869 # So? What about this header?
21870 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21871 yes:no: )
21872 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21873 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21874 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21875 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21876 ac_header_preproc=yes
21877 ;;
21878 no:yes:* )
21879 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21880 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21881 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21882 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21883 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21884 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21885 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21886 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21887 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21888 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21889 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21890 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21891
21892 ;;
21893 esac
21894 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21895 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21896 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21897 echo $ECHO_N "(cached) $ECHO_C" >&6
21898 else
21899 eval "$as_ac_Header=\$ac_header_preproc"
21900 fi
21901 ac_res=`eval echo '${'$as_ac_Header'}'`
21902 { echo "$as_me:$LINENO: result: $ac_res" >&5
21903 echo "${ECHO_T}$ac_res" >&6; }
21904
21905 fi
21906 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21907 cat >>confdefs.h <<_ACEOF
21908 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21909 _ACEOF
21910
21911 else
21912
21913 for ac_header in kerberosIV/krb.h
21914 do
21915 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21916 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21917 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21918 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21919 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21920 echo $ECHO_N "(cached) $ECHO_C" >&6
21921 fi
21922 ac_res=`eval echo '${'$as_ac_Header'}'`
21923 { echo "$as_me:$LINENO: result: $ac_res" >&5
21924 echo "${ECHO_T}$ac_res" >&6; }
21925 else
21926 # Is the header compilable?
21927 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21928 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21929 cat >conftest.$ac_ext <<_ACEOF
21930 /* confdefs.h. */
21931 _ACEOF
21932 cat confdefs.h >>conftest.$ac_ext
21933 cat >>conftest.$ac_ext <<_ACEOF
21934 /* end confdefs.h. */
21935 $ac_includes_default
21936 #include <$ac_header>
21937 _ACEOF
21938 rm -f conftest.$ac_objext
21939 if { (ac_try="$ac_compile"
21940 case "(($ac_try" in
21941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21942 *) ac_try_echo=$ac_try;;
21943 esac
21944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21945 (eval "$ac_compile") 2>conftest.er1
21946 ac_status=$?
21947 grep -v '^ *+' conftest.er1 >conftest.err
21948 rm -f conftest.er1
21949 cat conftest.err >&5
21950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21951 (exit $ac_status); } && {
21952 test -z "$ac_c_werror_flag" ||
21953 test ! -s conftest.err
21954 } && test -s conftest.$ac_objext; then
21955 ac_header_compiler=yes
21956 else
21957 echo "$as_me: failed program was:" >&5
21958 sed 's/^/| /' conftest.$ac_ext >&5
21959
21960 ac_header_compiler=no
21961 fi
21962
21963 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21964 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21965 echo "${ECHO_T}$ac_header_compiler" >&6; }
21966
21967 # Is the header present?
21968 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21969 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21970 cat >conftest.$ac_ext <<_ACEOF
21971 /* confdefs.h. */
21972 _ACEOF
21973 cat confdefs.h >>conftest.$ac_ext
21974 cat >>conftest.$ac_ext <<_ACEOF
21975 /* end confdefs.h. */
21976 #include <$ac_header>
21977 _ACEOF
21978 if { (ac_try="$ac_cpp conftest.$ac_ext"
21979 case "(($ac_try" in
21980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21981 *) ac_try_echo=$ac_try;;
21982 esac
21983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21984 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21985 ac_status=$?
21986 grep -v '^ *+' conftest.er1 >conftest.err
21987 rm -f conftest.er1
21988 cat conftest.err >&5
21989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21990 (exit $ac_status); } >/dev/null && {
21991 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21992 test ! -s conftest.err
21993 }; then
21994 ac_header_preproc=yes
21995 else
21996 echo "$as_me: failed program was:" >&5
21997 sed 's/^/| /' conftest.$ac_ext >&5
21998
21999 ac_header_preproc=no
22000 fi
22001
22002 rm -f conftest.err conftest.$ac_ext
22003 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22004 echo "${ECHO_T}$ac_header_preproc" >&6; }
22005
22006 # So? What about this header?
22007 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22008 yes:no: )
22009 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
22010 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
22011 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
22012 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
22013 ac_header_preproc=yes
22014 ;;
22015 no:yes:* )
22016 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
22017 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
22018 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
22019 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
22020 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
22021 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
22022 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
22023 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
22024 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22025 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22026 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22027 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
22028
22029 ;;
22030 esac
22031 { echo "$as_me:$LINENO: checking for $ac_header" >&5
22032 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22033 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22034 echo $ECHO_N "(cached) $ECHO_C" >&6
22035 else
22036 eval "$as_ac_Header=\$ac_header_preproc"
22037 fi
22038 ac_res=`eval echo '${'$as_ac_Header'}'`
22039 { echo "$as_me:$LINENO: result: $ac_res" >&5
22040 echo "${ECHO_T}$ac_res" >&6; }
22041
22042 fi
22043 if test `eval echo '${'$as_ac_Header'}'` = yes; then
22044 cat >>confdefs.h <<_ACEOF
22045 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22046 _ACEOF
22047
22048 else
22049
22050 for ac_header in kerberos/krb.h
22051 do
22052 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
22053 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22054 { echo "$as_me:$LINENO: checking for $ac_header" >&5
22055 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22056 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22057 echo $ECHO_N "(cached) $ECHO_C" >&6
22058 fi
22059 ac_res=`eval echo '${'$as_ac_Header'}'`
22060 { echo "$as_me:$LINENO: result: $ac_res" >&5
22061 echo "${ECHO_T}$ac_res" >&6; }
22062 else
22063 # Is the header compilable?
22064 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
22065 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
22066 cat >conftest.$ac_ext <<_ACEOF
22067 /* confdefs.h. */
22068 _ACEOF
22069 cat confdefs.h >>conftest.$ac_ext
22070 cat >>conftest.$ac_ext <<_ACEOF
22071 /* end confdefs.h. */
22072 $ac_includes_default
22073 #include <$ac_header>
22074 _ACEOF
22075 rm -f conftest.$ac_objext
22076 if { (ac_try="$ac_compile"
22077 case "(($ac_try" in
22078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22079 *) ac_try_echo=$ac_try;;
22080 esac
22081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22082 (eval "$ac_compile") 2>conftest.er1
22083 ac_status=$?
22084 grep -v '^ *+' conftest.er1 >conftest.err
22085 rm -f conftest.er1
22086 cat conftest.err >&5
22087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22088 (exit $ac_status); } && {
22089 test -z "$ac_c_werror_flag" ||
22090 test ! -s conftest.err
22091 } && test -s conftest.$ac_objext; then
22092 ac_header_compiler=yes
22093 else
22094 echo "$as_me: failed program was:" >&5
22095 sed 's/^/| /' conftest.$ac_ext >&5
22096
22097 ac_header_compiler=no
22098 fi
22099
22100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22101 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22102 echo "${ECHO_T}$ac_header_compiler" >&6; }
22103
22104 # Is the header present?
22105 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
22106 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
22107 cat >conftest.$ac_ext <<_ACEOF
22108 /* confdefs.h. */
22109 _ACEOF
22110 cat confdefs.h >>conftest.$ac_ext
22111 cat >>conftest.$ac_ext <<_ACEOF
22112 /* end confdefs.h. */
22113 #include <$ac_header>
22114 _ACEOF
22115 if { (ac_try="$ac_cpp conftest.$ac_ext"
22116 case "(($ac_try" in
22117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22118 *) ac_try_echo=$ac_try;;
22119 esac
22120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22121 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22122 ac_status=$?
22123 grep -v '^ *+' conftest.er1 >conftest.err
22124 rm -f conftest.er1
22125 cat conftest.err >&5
22126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22127 (exit $ac_status); } >/dev/null && {
22128 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22129 test ! -s conftest.err
22130 }; then
22131 ac_header_preproc=yes
22132 else
22133 echo "$as_me: failed program was:" >&5
22134 sed 's/^/| /' conftest.$ac_ext >&5
22135
22136 ac_header_preproc=no
22137 fi
22138
22139 rm -f conftest.err conftest.$ac_ext
22140 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22141 echo "${ECHO_T}$ac_header_preproc" >&6; }
22142
22143 # So? What about this header?
22144 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22145 yes:no: )
22146 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
22147 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
22148 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
22149 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
22150 ac_header_preproc=yes
22151 ;;
22152 no:yes:* )
22153 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
22154 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
22155 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
22156 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
22157 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
22158 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
22159 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
22160 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
22161 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22162 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22163 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22164 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
22165
22166 ;;
22167 esac
22168 { echo "$as_me:$LINENO: checking for $ac_header" >&5
22169 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22170 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22171 echo $ECHO_N "(cached) $ECHO_C" >&6
22172 else
22173 eval "$as_ac_Header=\$ac_header_preproc"
22174 fi
22175 ac_res=`eval echo '${'$as_ac_Header'}'`
22176 { echo "$as_me:$LINENO: result: $ac_res" >&5
22177 echo "${ECHO_T}$ac_res" >&6; }
22178
22179 fi
22180 if test `eval echo '${'$as_ac_Header'}'` = yes; then
22181 cat >>confdefs.h <<_ACEOF
22182 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22183 _ACEOF
22184
22185 fi
22186
22187 done
22188
22189 fi
22190
22191 done
22192
22193 fi
22194
22195 done
22196
22197 fi
22198
22199 for ac_header in com_err.h
22200 do
22201 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
22202 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22203 { echo "$as_me:$LINENO: checking for $ac_header" >&5
22204 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22205 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22206 echo $ECHO_N "(cached) $ECHO_C" >&6
22207 fi
22208 ac_res=`eval echo '${'$as_ac_Header'}'`
22209 { echo "$as_me:$LINENO: result: $ac_res" >&5
22210 echo "${ECHO_T}$ac_res" >&6; }
22211 else
22212 # Is the header compilable?
22213 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
22214 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
22215 cat >conftest.$ac_ext <<_ACEOF
22216 /* confdefs.h. */
22217 _ACEOF
22218 cat confdefs.h >>conftest.$ac_ext
22219 cat >>conftest.$ac_ext <<_ACEOF
22220 /* end confdefs.h. */
22221 $ac_includes_default
22222 #include <$ac_header>
22223 _ACEOF
22224 rm -f conftest.$ac_objext
22225 if { (ac_try="$ac_compile"
22226 case "(($ac_try" in
22227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22228 *) ac_try_echo=$ac_try;;
22229 esac
22230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22231 (eval "$ac_compile") 2>conftest.er1
22232 ac_status=$?
22233 grep -v '^ *+' conftest.er1 >conftest.err
22234 rm -f conftest.er1
22235 cat conftest.err >&5
22236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22237 (exit $ac_status); } && {
22238 test -z "$ac_c_werror_flag" ||
22239 test ! -s conftest.err
22240 } && test -s conftest.$ac_objext; then
22241 ac_header_compiler=yes
22242 else
22243 echo "$as_me: failed program was:" >&5
22244 sed 's/^/| /' conftest.$ac_ext >&5
22245
22246 ac_header_compiler=no
22247 fi
22248
22249 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22250 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22251 echo "${ECHO_T}$ac_header_compiler" >&6; }
22252
22253 # Is the header present?
22254 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
22255 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
22256 cat >conftest.$ac_ext <<_ACEOF
22257 /* confdefs.h. */
22258 _ACEOF
22259 cat confdefs.h >>conftest.$ac_ext
22260 cat >>conftest.$ac_ext <<_ACEOF
22261 /* end confdefs.h. */
22262 #include <$ac_header>
22263 _ACEOF
22264 if { (ac_try="$ac_cpp conftest.$ac_ext"
22265 case "(($ac_try" in
22266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22267 *) ac_try_echo=$ac_try;;
22268 esac
22269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22270 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22271 ac_status=$?
22272 grep -v '^ *+' conftest.er1 >conftest.err
22273 rm -f conftest.er1
22274 cat conftest.err >&5
22275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22276 (exit $ac_status); } >/dev/null && {
22277 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22278 test ! -s conftest.err
22279 }; then
22280 ac_header_preproc=yes
22281 else
22282 echo "$as_me: failed program was:" >&5
22283 sed 's/^/| /' conftest.$ac_ext >&5
22284
22285 ac_header_preproc=no
22286 fi
22287
22288 rm -f conftest.err conftest.$ac_ext
22289 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22290 echo "${ECHO_T}$ac_header_preproc" >&6; }
22291
22292 # So? What about this header?
22293 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22294 yes:no: )
22295 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
22296 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
22297 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
22298 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
22299 ac_header_preproc=yes
22300 ;;
22301 no:yes:* )
22302 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
22303 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
22304 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
22305 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
22306 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
22307 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
22308 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
22309 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
22310 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22311 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22312 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22313 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
22314
22315 ;;
22316 esac
22317 { echo "$as_me:$LINENO: checking for $ac_header" >&5
22318 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22319 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22320 echo $ECHO_N "(cached) $ECHO_C" >&6
22321 else
22322 eval "$as_ac_Header=\$ac_header_preproc"
22323 fi
22324 ac_res=`eval echo '${'$as_ac_Header'}'`
22325 { echo "$as_me:$LINENO: result: $ac_res" >&5
22326 echo "${ECHO_T}$ac_res" >&6; }
22327
22328 fi
22329 if test `eval echo '${'$as_ac_Header'}'` = yes; then
22330 cat >>confdefs.h <<_ACEOF
22331 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22332 _ACEOF
22333
22334 fi
22335
22336 done
22337
22338 fi
22339
22340 # Solaris requires -lintl if you want strerror (which calls dgettext)
22341 # to return localized messages.
22342
22343 { echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
22344 echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6; }
22345 if test "${ac_cv_lib_intl_dgettext+set}" = set; then
22346 echo $ECHO_N "(cached) $ECHO_C" >&6
22347 else
22348 ac_check_lib_save_LIBS=$LIBS
22349 LIBS="-lintl $LIBS"
22350 cat >conftest.$ac_ext <<_ACEOF
22351 /* confdefs.h. */
22352 _ACEOF
22353 cat confdefs.h >>conftest.$ac_ext
22354 cat >>conftest.$ac_ext <<_ACEOF
22355 /* end confdefs.h. */
22356
22357 /* Override any GCC internal prototype to avoid an error.
22358 Use char because int might match the return type of a GCC
22359 builtin and then its argument prototype would still apply. */
22360 #ifdef __cplusplus
22361 extern "C"
22362 #endif
22363 char dgettext ();
22364 int
22365 main ()
22366 {
22367 return dgettext ();
22368 ;
22369 return 0;
22370 }
22371 _ACEOF
22372 rm -f conftest.$ac_objext conftest$ac_exeext
22373 if { (ac_try="$ac_link"
22374 case "(($ac_try" in
22375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22376 *) ac_try_echo=$ac_try;;
22377 esac
22378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22379 (eval "$ac_link") 2>conftest.er1
22380 ac_status=$?
22381 grep -v '^ *+' conftest.er1 >conftest.err
22382 rm -f conftest.er1
22383 cat conftest.err >&5
22384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22385 (exit $ac_status); } && {
22386 test -z "$ac_c_werror_flag" ||
22387 test ! -s conftest.err
22388 } && test -s conftest$ac_exeext &&
22389 $as_test_x conftest$ac_exeext; then
22390 ac_cv_lib_intl_dgettext=yes
22391 else
22392 echo "$as_me: failed program was:" >&5
22393 sed 's/^/| /' conftest.$ac_ext >&5
22394
22395 ac_cv_lib_intl_dgettext=no
22396 fi
22397
22398 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22399 conftest$ac_exeext conftest.$ac_ext
22400 LIBS=$ac_check_lib_save_LIBS
22401 fi
22402 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
22403 echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6; }
22404 if test $ac_cv_lib_intl_dgettext = yes; then
22405 cat >>confdefs.h <<_ACEOF
22406 #define HAVE_LIBINTL 1
22407 _ACEOF
22408
22409 LIBS="-lintl $LIBS"
22410
22411 fi
22412
22413
22414 { echo "$as_me:$LINENO: checking whether localtime caches TZ" >&5
22415 echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6; }
22416 if test "${emacs_cv_localtime_cache+set}" = set; then
22417 echo $ECHO_N "(cached) $ECHO_C" >&6
22418 else
22419 if test x$ac_cv_func_tzset = xyes; then
22420 if test "$cross_compiling" = yes; then
22421 # If we have tzset, assume the worst when cross-compiling.
22422 emacs_cv_localtime_cache=yes
22423 else
22424 cat >conftest.$ac_ext <<_ACEOF
22425 /* confdefs.h. */
22426 _ACEOF
22427 cat confdefs.h >>conftest.$ac_ext
22428 cat >>conftest.$ac_ext <<_ACEOF
22429 /* end confdefs.h. */
22430 #include <time.h>
22431 extern char **environ;
22432 unset_TZ ()
22433 {
22434 char **from, **to;
22435 for (to = from = environ; (*to = *from); from++)
22436 if (! (to[0][0] == 'T' && to[0][1] == 'Z' && to[0][2] == '='))
22437 to++;
22438 }
22439 char TZ_GMT0[] = "TZ=GMT0";
22440 char TZ_PST8[] = "TZ=PST8";
22441 main()
22442 {
22443 time_t now = time ((time_t *) 0);
22444 int hour_GMT0, hour_unset;
22445 if (putenv (TZ_GMT0) != 0)
22446 exit (1);
22447 hour_GMT0 = localtime (&now)->tm_hour;
22448 unset_TZ ();
22449 hour_unset = localtime (&now)->tm_hour;
22450 if (putenv (TZ_PST8) != 0)
22451 exit (1);
22452 if (localtime (&now)->tm_hour == hour_GMT0)
22453 exit (1);
22454 unset_TZ ();
22455 if (localtime (&now)->tm_hour != hour_unset)
22456 exit (1);
22457 exit (0);
22458 }
22459 _ACEOF
22460 rm -f conftest$ac_exeext
22461 if { (ac_try="$ac_link"
22462 case "(($ac_try" in
22463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22464 *) ac_try_echo=$ac_try;;
22465 esac
22466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22467 (eval "$ac_link") 2>&5
22468 ac_status=$?
22469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22470 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22471 { (case "(($ac_try" in
22472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22473 *) ac_try_echo=$ac_try;;
22474 esac
22475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22476 (eval "$ac_try") 2>&5
22477 ac_status=$?
22478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22479 (exit $ac_status); }; }; then
22480 emacs_cv_localtime_cache=no
22481 else
22482 echo "$as_me: program exited with status $ac_status" >&5
22483 echo "$as_me: failed program was:" >&5
22484 sed 's/^/| /' conftest.$ac_ext >&5
22485
22486 ( exit $ac_status )
22487 emacs_cv_localtime_cache=yes
22488 fi
22489 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22490 fi
22491
22492
22493 else
22494 # If we lack tzset, report that localtime does not cache TZ,
22495 # since we can't invalidate the cache if we don't have tzset.
22496 emacs_cv_localtime_cache=no
22497 fi
22498 fi
22499 { echo "$as_me:$LINENO: result: $emacs_cv_localtime_cache" >&5
22500 echo "${ECHO_T}$emacs_cv_localtime_cache" >&6; }
22501 if test $emacs_cv_localtime_cache = yes; then
22502
22503 cat >>confdefs.h <<\_ACEOF
22504 #define LOCALTIME_CACHE 1
22505 _ACEOF
22506
22507 fi
22508
22509 if test "x$HAVE_TIMEVAL" = xyes; then
22510
22511 for ac_func in gettimeofday
22512 do
22513 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22514 { echo "$as_me:$LINENO: checking for $ac_func" >&5
22515 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
22516 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
22517 echo $ECHO_N "(cached) $ECHO_C" >&6
22518 else
22519 cat >conftest.$ac_ext <<_ACEOF
22520 /* confdefs.h. */
22521 _ACEOF
22522 cat confdefs.h >>conftest.$ac_ext
22523 cat >>conftest.$ac_ext <<_ACEOF
22524 /* end confdefs.h. */
22525 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22526 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22527 #define $ac_func innocuous_$ac_func
22528
22529 /* System header to define __stub macros and hopefully few prototypes,
22530 which can conflict with char $ac_func (); below.
22531 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22532 <limits.h> exists even on freestanding compilers. */
22533
22534 #ifdef __STDC__
22535 # include <limits.h>
22536 #else
22537 # include <assert.h>
22538 #endif
22539
22540 #undef $ac_func
22541
22542 /* Override any GCC internal prototype to avoid an error.
22543 Use char because int might match the return type of a GCC
22544 builtin and then its argument prototype would still apply. */
22545 #ifdef __cplusplus
22546 extern "C"
22547 #endif
22548 char $ac_func ();
22549 /* The GNU C library defines this for functions which it implements
22550 to always fail with ENOSYS. Some functions are actually named
22551 something starting with __ and the normal name is an alias. */
22552 #if defined __stub_$ac_func || defined __stub___$ac_func
22553 choke me
22554 #endif
22555
22556 int
22557 main ()
22558 {
22559 return $ac_func ();
22560 ;
22561 return 0;
22562 }
22563 _ACEOF
22564 rm -f conftest.$ac_objext conftest$ac_exeext
22565 if { (ac_try="$ac_link"
22566 case "(($ac_try" in
22567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22568 *) ac_try_echo=$ac_try;;
22569 esac
22570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22571 (eval "$ac_link") 2>conftest.er1
22572 ac_status=$?
22573 grep -v '^ *+' conftest.er1 >conftest.err
22574 rm -f conftest.er1
22575 cat conftest.err >&5
22576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22577 (exit $ac_status); } && {
22578 test -z "$ac_c_werror_flag" ||
22579 test ! -s conftest.err
22580 } && test -s conftest$ac_exeext &&
22581 $as_test_x conftest$ac_exeext; then
22582 eval "$as_ac_var=yes"
22583 else
22584 echo "$as_me: failed program was:" >&5
22585 sed 's/^/| /' conftest.$ac_ext >&5
22586
22587 eval "$as_ac_var=no"
22588 fi
22589
22590 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22591 conftest$ac_exeext conftest.$ac_ext
22592 fi
22593 ac_res=`eval echo '${'$as_ac_var'}'`
22594 { echo "$as_me:$LINENO: result: $ac_res" >&5
22595 echo "${ECHO_T}$ac_res" >&6; }
22596 if test `eval echo '${'$as_ac_var'}'` = yes; then
22597 cat >>confdefs.h <<_ACEOF
22598 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
22599 _ACEOF
22600
22601 fi
22602 done
22603
22604 if test $ac_cv_func_gettimeofday = yes; then
22605 { echo "$as_me:$LINENO: checking whether gettimeofday can accept two arguments" >&5
22606 echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6; }
22607 if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
22608 echo $ECHO_N "(cached) $ECHO_C" >&6
22609 else
22610 cat >conftest.$ac_ext <<_ACEOF
22611 /* confdefs.h. */
22612 _ACEOF
22613 cat confdefs.h >>conftest.$ac_ext
22614 cat >>conftest.$ac_ext <<_ACEOF
22615 /* end confdefs.h. */
22616
22617 #ifdef TIME_WITH_SYS_TIME
22618 #include <sys/time.h>
22619 #include <time.h>
22620 #else
22621 #ifdef HAVE_SYS_TIME_H
22622 #include <sys/time.h>
22623 #else
22624 #include <time.h>
22625 #endif
22626 #endif
22627 int
22628 main ()
22629 {
22630 struct timeval time;
22631 gettimeofday (&time, 0);
22632 ;
22633 return 0;
22634 }
22635 _ACEOF
22636 rm -f conftest.$ac_objext
22637 if { (ac_try="$ac_compile"
22638 case "(($ac_try" in
22639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22640 *) ac_try_echo=$ac_try;;
22641 esac
22642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22643 (eval "$ac_compile") 2>conftest.er1
22644 ac_status=$?
22645 grep -v '^ *+' conftest.er1 >conftest.err
22646 rm -f conftest.er1
22647 cat conftest.err >&5
22648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22649 (exit $ac_status); } && {
22650 test -z "$ac_c_werror_flag" ||
22651 test ! -s conftest.err
22652 } && test -s conftest.$ac_objext; then
22653 emacs_cv_gettimeofday_two_arguments=yes
22654 else
22655 echo "$as_me: failed program was:" >&5
22656 sed 's/^/| /' conftest.$ac_ext >&5
22657
22658 emacs_cv_gettimeofday_two_arguments=no
22659 fi
22660
22661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22662 fi
22663 { echo "$as_me:$LINENO: result: $emacs_cv_gettimeofday_two_arguments" >&5
22664 echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6; }
22665 if test $emacs_cv_gettimeofday_two_arguments = no; then
22666
22667 cat >>confdefs.h <<\_ACEOF
22668 #define GETTIMEOFDAY_ONE_ARGUMENT 1
22669 _ACEOF
22670
22671 fi
22672 fi
22673 fi
22674
22675 ok_so_far=yes
22676 { echo "$as_me:$LINENO: checking for socket" >&5
22677 echo $ECHO_N "checking for socket... $ECHO_C" >&6; }
22678 if test "${ac_cv_func_socket+set}" = set; then
22679 echo $ECHO_N "(cached) $ECHO_C" >&6
22680 else
22681 cat >conftest.$ac_ext <<_ACEOF
22682 /* confdefs.h. */
22683 _ACEOF
22684 cat confdefs.h >>conftest.$ac_ext
22685 cat >>conftest.$ac_ext <<_ACEOF
22686 /* end confdefs.h. */
22687 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
22688 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22689 #define socket innocuous_socket
22690
22691 /* System header to define __stub macros and hopefully few prototypes,
22692 which can conflict with char socket (); below.
22693 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22694 <limits.h> exists even on freestanding compilers. */
22695
22696 #ifdef __STDC__
22697 # include <limits.h>
22698 #else
22699 # include <assert.h>
22700 #endif
22701
22702 #undef socket
22703
22704 /* Override any GCC internal prototype to avoid an error.
22705 Use char because int might match the return type of a GCC
22706 builtin and then its argument prototype would still apply. */
22707 #ifdef __cplusplus
22708 extern "C"
22709 #endif
22710 char socket ();
22711 /* The GNU C library defines this for functions which it implements
22712 to always fail with ENOSYS. Some functions are actually named
22713 something starting with __ and the normal name is an alias. */
22714 #if defined __stub_socket || defined __stub___socket
22715 choke me
22716 #endif
22717
22718 int
22719 main ()
22720 {
22721 return socket ();
22722 ;
22723 return 0;
22724 }
22725 _ACEOF
22726 rm -f conftest.$ac_objext conftest$ac_exeext
22727 if { (ac_try="$ac_link"
22728 case "(($ac_try" in
22729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22730 *) ac_try_echo=$ac_try;;
22731 esac
22732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22733 (eval "$ac_link") 2>conftest.er1
22734 ac_status=$?
22735 grep -v '^ *+' conftest.er1 >conftest.err
22736 rm -f conftest.er1
22737 cat conftest.err >&5
22738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22739 (exit $ac_status); } && {
22740 test -z "$ac_c_werror_flag" ||
22741 test ! -s conftest.err
22742 } && test -s conftest$ac_exeext &&
22743 $as_test_x conftest$ac_exeext; then
22744 ac_cv_func_socket=yes
22745 else
22746 echo "$as_me: failed program was:" >&5
22747 sed 's/^/| /' conftest.$ac_ext >&5
22748
22749 ac_cv_func_socket=no
22750 fi
22751
22752 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22753 conftest$ac_exeext conftest.$ac_ext
22754 fi
22755 { echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
22756 echo "${ECHO_T}$ac_cv_func_socket" >&6; }
22757 if test $ac_cv_func_socket = yes; then
22758 :
22759 else
22760 ok_so_far=no
22761 fi
22762
22763 if test $ok_so_far = yes; then
22764 if test "${ac_cv_header_netinet_in_h+set}" = set; then
22765 { echo "$as_me:$LINENO: checking for netinet/in.h" >&5
22766 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; }
22767 if test "${ac_cv_header_netinet_in_h+set}" = set; then
22768 echo $ECHO_N "(cached) $ECHO_C" >&6
22769 fi
22770 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5
22771 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; }
22772 else
22773 # Is the header compilable?
22774 { echo "$as_me:$LINENO: checking netinet/in.h usability" >&5
22775 echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6; }
22776 cat >conftest.$ac_ext <<_ACEOF
22777 /* confdefs.h. */
22778 _ACEOF
22779 cat confdefs.h >>conftest.$ac_ext
22780 cat >>conftest.$ac_ext <<_ACEOF
22781 /* end confdefs.h. */
22782 $ac_includes_default
22783 #include <netinet/in.h>
22784 _ACEOF
22785 rm -f conftest.$ac_objext
22786 if { (ac_try="$ac_compile"
22787 case "(($ac_try" in
22788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22789 *) ac_try_echo=$ac_try;;
22790 esac
22791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22792 (eval "$ac_compile") 2>conftest.er1
22793 ac_status=$?
22794 grep -v '^ *+' conftest.er1 >conftest.err
22795 rm -f conftest.er1
22796 cat conftest.err >&5
22797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22798 (exit $ac_status); } && {
22799 test -z "$ac_c_werror_flag" ||
22800 test ! -s conftest.err
22801 } && test -s conftest.$ac_objext; then
22802 ac_header_compiler=yes
22803 else
22804 echo "$as_me: failed program was:" >&5
22805 sed 's/^/| /' conftest.$ac_ext >&5
22806
22807 ac_header_compiler=no
22808 fi
22809
22810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22811 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22812 echo "${ECHO_T}$ac_header_compiler" >&6; }
22813
22814 # Is the header present?
22815 { echo "$as_me:$LINENO: checking netinet/in.h presence" >&5
22816 echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6; }
22817 cat >conftest.$ac_ext <<_ACEOF
22818 /* confdefs.h. */
22819 _ACEOF
22820 cat confdefs.h >>conftest.$ac_ext
22821 cat >>conftest.$ac_ext <<_ACEOF
22822 /* end confdefs.h. */
22823 #include <netinet/in.h>
22824 _ACEOF
22825 if { (ac_try="$ac_cpp conftest.$ac_ext"
22826 case "(($ac_try" in
22827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22828 *) ac_try_echo=$ac_try;;
22829 esac
22830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22831 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22832 ac_status=$?
22833 grep -v '^ *+' conftest.er1 >conftest.err
22834 rm -f conftest.er1
22835 cat conftest.err >&5
22836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22837 (exit $ac_status); } >/dev/null && {
22838 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22839 test ! -s conftest.err
22840 }; then
22841 ac_header_preproc=yes
22842 else
22843 echo "$as_me: failed program was:" >&5
22844 sed 's/^/| /' conftest.$ac_ext >&5
22845
22846 ac_header_preproc=no
22847 fi
22848
22849 rm -f conftest.err conftest.$ac_ext
22850 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22851 echo "${ECHO_T}$ac_header_preproc" >&6; }
22852
22853 # So? What about this header?
22854 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22855 yes:no: )
22856 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5
22857 echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22858 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5
22859 echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;}
22860 ac_header_preproc=yes
22861 ;;
22862 no:yes:* )
22863 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5
22864 echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;}
22865 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5
22866 echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;}
22867 { echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5
22868 echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;}
22869 { echo "$as_me:$LINENO: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&5
22870 echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;}
22871 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
22872 echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;}
22873 { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5
22874 echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;}
22875
22876 ;;
22877 esac
22878 { echo "$as_me:$LINENO: checking for netinet/in.h" >&5
22879 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; }
22880 if test "${ac_cv_header_netinet_in_h+set}" = set; then
22881 echo $ECHO_N "(cached) $ECHO_C" >&6
22882 else
22883 ac_cv_header_netinet_in_h=$ac_header_preproc
22884 fi
22885 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5
22886 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; }
22887
22888 fi
22889 if test $ac_cv_header_netinet_in_h = yes; then
22890 :
22891 else
22892 ok_so_far=no
22893 fi
22894
22895
22896 fi
22897 if test $ok_so_far = yes; then
22898 if test "${ac_cv_header_arpa_inet_h+set}" = set; then
22899 { echo "$as_me:$LINENO: checking for arpa/inet.h" >&5
22900 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; }
22901 if test "${ac_cv_header_arpa_inet_h+set}" = set; then
22902 echo $ECHO_N "(cached) $ECHO_C" >&6
22903 fi
22904 { echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5
22905 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; }
22906 else
22907 # Is the header compilable?
22908 { echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5
22909 echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6; }
22910 cat >conftest.$ac_ext <<_ACEOF
22911 /* confdefs.h. */
22912 _ACEOF
22913 cat confdefs.h >>conftest.$ac_ext
22914 cat >>conftest.$ac_ext <<_ACEOF
22915 /* end confdefs.h. */
22916 $ac_includes_default
22917 #include <arpa/inet.h>
22918 _ACEOF
22919 rm -f conftest.$ac_objext
22920 if { (ac_try="$ac_compile"
22921 case "(($ac_try" in
22922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22923 *) ac_try_echo=$ac_try;;
22924 esac
22925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22926 (eval "$ac_compile") 2>conftest.er1
22927 ac_status=$?
22928 grep -v '^ *+' conftest.er1 >conftest.err
22929 rm -f conftest.er1
22930 cat conftest.err >&5
22931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22932 (exit $ac_status); } && {
22933 test -z "$ac_c_werror_flag" ||
22934 test ! -s conftest.err
22935 } && test -s conftest.$ac_objext; then
22936 ac_header_compiler=yes
22937 else
22938 echo "$as_me: failed program was:" >&5
22939 sed 's/^/| /' conftest.$ac_ext >&5
22940
22941 ac_header_compiler=no
22942 fi
22943
22944 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22945 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22946 echo "${ECHO_T}$ac_header_compiler" >&6; }
22947
22948 # Is the header present?
22949 { echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5
22950 echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6; }
22951 cat >conftest.$ac_ext <<_ACEOF
22952 /* confdefs.h. */
22953 _ACEOF
22954 cat confdefs.h >>conftest.$ac_ext
22955 cat >>conftest.$ac_ext <<_ACEOF
22956 /* end confdefs.h. */
22957 #include <arpa/inet.h>
22958 _ACEOF
22959 if { (ac_try="$ac_cpp conftest.$ac_ext"
22960 case "(($ac_try" in
22961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22962 *) ac_try_echo=$ac_try;;
22963 esac
22964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22965 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22966 ac_status=$?
22967 grep -v '^ *+' conftest.er1 >conftest.err
22968 rm -f conftest.er1
22969 cat conftest.err >&5
22970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22971 (exit $ac_status); } >/dev/null && {
22972 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22973 test ! -s conftest.err
22974 }; then
22975 ac_header_preproc=yes
22976 else
22977 echo "$as_me: failed program was:" >&5
22978 sed 's/^/| /' conftest.$ac_ext >&5
22979
22980 ac_header_preproc=no
22981 fi
22982
22983 rm -f conftest.err conftest.$ac_ext
22984 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22985 echo "${ECHO_T}$ac_header_preproc" >&6; }
22986
22987 # So? What about this header?
22988 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22989 yes:no: )
22990 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5
22991 echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22992 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5
22993 echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;}
22994 ac_header_preproc=yes
22995 ;;
22996 no:yes:* )
22997 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5
22998 echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;}
22999 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5
23000 echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;}
23001 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5
23002 echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;}
23003 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&5
23004 echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;}
23005 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5
23006 echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;}
23007 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5
23008 echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;}
23009
23010 ;;
23011 esac
23012 { echo "$as_me:$LINENO: checking for arpa/inet.h" >&5
23013 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; }
23014 if test "${ac_cv_header_arpa_inet_h+set}" = set; then
23015 echo $ECHO_N "(cached) $ECHO_C" >&6
23016 else
23017 ac_cv_header_arpa_inet_h=$ac_header_preproc
23018 fi
23019 { echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5
23020 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; }
23021
23022 fi
23023 if test $ac_cv_header_arpa_inet_h = yes; then
23024 :
23025 else
23026 ok_so_far=no
23027 fi
23028
23029
23030 fi
23031 if test $ok_so_far = yes; then
23032
23033 cat >>confdefs.h <<\_ACEOF
23034 #define HAVE_INET_SOCKETS 1
23035 _ACEOF
23036
23037 fi
23038
23039
23040 for ac_header in sys/ioctl.h
23041 do
23042 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
23043 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23044 { echo "$as_me:$LINENO: checking for $ac_header" >&5
23045 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
23046 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23047 echo $ECHO_N "(cached) $ECHO_C" >&6
23048 fi
23049 ac_res=`eval echo '${'$as_ac_Header'}'`
23050 { echo "$as_me:$LINENO: result: $ac_res" >&5
23051 echo "${ECHO_T}$ac_res" >&6; }
23052 else
23053 # Is the header compilable?
23054 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
23055 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
23056 cat >conftest.$ac_ext <<_ACEOF
23057 /* confdefs.h. */
23058 _ACEOF
23059 cat confdefs.h >>conftest.$ac_ext
23060 cat >>conftest.$ac_ext <<_ACEOF
23061 /* end confdefs.h. */
23062 $ac_includes_default
23063 #include <$ac_header>
23064 _ACEOF
23065 rm -f conftest.$ac_objext
23066 if { (ac_try="$ac_compile"
23067 case "(($ac_try" in
23068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23069 *) ac_try_echo=$ac_try;;
23070 esac
23071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23072 (eval "$ac_compile") 2>conftest.er1
23073 ac_status=$?
23074 grep -v '^ *+' conftest.er1 >conftest.err
23075 rm -f conftest.er1
23076 cat conftest.err >&5
23077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23078 (exit $ac_status); } && {
23079 test -z "$ac_c_werror_flag" ||
23080 test ! -s conftest.err
23081 } && test -s conftest.$ac_objext; then
23082 ac_header_compiler=yes
23083 else
23084 echo "$as_me: failed program was:" >&5
23085 sed 's/^/| /' conftest.$ac_ext >&5
23086
23087 ac_header_compiler=no
23088 fi
23089
23090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23091 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23092 echo "${ECHO_T}$ac_header_compiler" >&6; }
23093
23094 # Is the header present?
23095 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
23096 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
23097 cat >conftest.$ac_ext <<_ACEOF
23098 /* confdefs.h. */
23099 _ACEOF
23100 cat confdefs.h >>conftest.$ac_ext
23101 cat >>conftest.$ac_ext <<_ACEOF
23102 /* end confdefs.h. */
23103 #include <$ac_header>
23104 _ACEOF
23105 if { (ac_try="$ac_cpp conftest.$ac_ext"
23106 case "(($ac_try" in
23107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23108 *) ac_try_echo=$ac_try;;
23109 esac
23110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23111 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
23112 ac_status=$?
23113 grep -v '^ *+' conftest.er1 >conftest.err
23114 rm -f conftest.er1
23115 cat conftest.err >&5
23116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23117 (exit $ac_status); } >/dev/null && {
23118 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
23119 test ! -s conftest.err
23120 }; then
23121 ac_header_preproc=yes
23122 else
23123 echo "$as_me: failed program was:" >&5
23124 sed 's/^/| /' conftest.$ac_ext >&5
23125
23126 ac_header_preproc=no
23127 fi
23128
23129 rm -f conftest.err conftest.$ac_ext
23130 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23131 echo "${ECHO_T}$ac_header_preproc" >&6; }
23132
23133 # So? What about this header?
23134 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23135 yes:no: )
23136 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
23137 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
23138 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
23139 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
23140 ac_header_preproc=yes
23141 ;;
23142 no:yes:* )
23143 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
23144 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
23145 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
23146 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
23147 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
23148 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
23149 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
23150 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
23151 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
23152 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
23153 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
23154 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
23155
23156 ;;
23157 esac
23158 { echo "$as_me:$LINENO: checking for $ac_header" >&5
23159 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
23160 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23161 echo $ECHO_N "(cached) $ECHO_C" >&6
23162 else
23163 eval "$as_ac_Header=\$ac_header_preproc"
23164 fi
23165 ac_res=`eval echo '${'$as_ac_Header'}'`
23166 { echo "$as_me:$LINENO: result: $ac_res" >&5
23167 echo "${ECHO_T}$ac_res" >&6; }
23168
23169 fi
23170 if test `eval echo '${'$as_ac_Header'}'` = yes; then
23171 cat >>confdefs.h <<_ACEOF
23172 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
23173 _ACEOF
23174
23175 fi
23176
23177 done
23178
23179
23180 if test -f /usr/lpp/X11/bin/smt.exp; then
23181
23182 cat >>confdefs.h <<\_ACEOF
23183 #define HAVE_AIX_SMT_EXP 1
23184 _ACEOF
23185
23186 fi
23187
23188 { echo "$as_me:$LINENO: checking whether system supports dynamic ptys" >&5
23189 echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6; }
23190 if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
23191 { echo "$as_me:$LINENO: result: yes" >&5
23192 echo "${ECHO_T}yes" >&6; }
23193
23194 cat >>confdefs.h <<\_ACEOF
23195 #define HAVE_DEV_PTMX 1
23196 _ACEOF
23197
23198 else
23199 { echo "$as_me:$LINENO: result: no" >&5
23200 echo "${ECHO_T}no" >&6; }
23201 fi
23202
23203 { echo "$as_me:$LINENO: checking for pid_t" >&5
23204 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
23205 if test "${ac_cv_type_pid_t+set}" = set; then
23206 echo $ECHO_N "(cached) $ECHO_C" >&6
23207 else
23208 cat >conftest.$ac_ext <<_ACEOF
23209 /* confdefs.h. */
23210 _ACEOF
23211 cat confdefs.h >>conftest.$ac_ext
23212 cat >>conftest.$ac_ext <<_ACEOF
23213 /* end confdefs.h. */
23214 $ac_includes_default
23215 typedef pid_t ac__type_new_;
23216 int
23217 main ()
23218 {
23219 if ((ac__type_new_ *) 0)
23220 return 0;
23221 if (sizeof (ac__type_new_))
23222 return 0;
23223 ;
23224 return 0;
23225 }
23226 _ACEOF
23227 rm -f conftest.$ac_objext
23228 if { (ac_try="$ac_compile"
23229 case "(($ac_try" in
23230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23231 *) ac_try_echo=$ac_try;;
23232 esac
23233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23234 (eval "$ac_compile") 2>conftest.er1
23235 ac_status=$?
23236 grep -v '^ *+' conftest.er1 >conftest.err
23237 rm -f conftest.er1
23238 cat conftest.err >&5
23239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23240 (exit $ac_status); } && {
23241 test -z "$ac_c_werror_flag" ||
23242 test ! -s conftest.err
23243 } && test -s conftest.$ac_objext; then
23244 ac_cv_type_pid_t=yes
23245 else
23246 echo "$as_me: failed program was:" >&5
23247 sed 's/^/| /' conftest.$ac_ext >&5
23248
23249 ac_cv_type_pid_t=no
23250 fi
23251
23252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23253 fi
23254 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
23255 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
23256 if test $ac_cv_type_pid_t = yes; then
23257 :
23258 else
23259
23260 cat >>confdefs.h <<_ACEOF
23261 #define pid_t int
23262 _ACEOF
23263
23264 fi
23265
23266
23267 for ac_header in vfork.h
23268 do
23269 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
23270 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23271 { echo "$as_me:$LINENO: checking for $ac_header" >&5
23272 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
23273 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23274 echo $ECHO_N "(cached) $ECHO_C" >&6
23275 fi
23276 ac_res=`eval echo '${'$as_ac_Header'}'`
23277 { echo "$as_me:$LINENO: result: $ac_res" >&5
23278 echo "${ECHO_T}$ac_res" >&6; }
23279 else
23280 # Is the header compilable?
23281 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
23282 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
23283 cat >conftest.$ac_ext <<_ACEOF
23284 /* confdefs.h. */
23285 _ACEOF
23286 cat confdefs.h >>conftest.$ac_ext
23287 cat >>conftest.$ac_ext <<_ACEOF
23288 /* end confdefs.h. */
23289 $ac_includes_default
23290 #include <$ac_header>
23291 _ACEOF
23292 rm -f conftest.$ac_objext
23293 if { (ac_try="$ac_compile"
23294 case "(($ac_try" in
23295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23296 *) ac_try_echo=$ac_try;;
23297 esac
23298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23299 (eval "$ac_compile") 2>conftest.er1
23300 ac_status=$?
23301 grep -v '^ *+' conftest.er1 >conftest.err
23302 rm -f conftest.er1
23303 cat conftest.err >&5
23304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23305 (exit $ac_status); } && {
23306 test -z "$ac_c_werror_flag" ||
23307 test ! -s conftest.err
23308 } && test -s conftest.$ac_objext; then
23309 ac_header_compiler=yes
23310 else
23311 echo "$as_me: failed program was:" >&5
23312 sed 's/^/| /' conftest.$ac_ext >&5
23313
23314 ac_header_compiler=no
23315 fi
23316
23317 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23318 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23319 echo "${ECHO_T}$ac_header_compiler" >&6; }
23320
23321 # Is the header present?
23322 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
23323 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
23324 cat >conftest.$ac_ext <<_ACEOF
23325 /* confdefs.h. */
23326 _ACEOF
23327 cat confdefs.h >>conftest.$ac_ext
23328 cat >>conftest.$ac_ext <<_ACEOF
23329 /* end confdefs.h. */
23330 #include <$ac_header>
23331 _ACEOF
23332 if { (ac_try="$ac_cpp conftest.$ac_ext"
23333 case "(($ac_try" in
23334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23335 *) ac_try_echo=$ac_try;;
23336 esac
23337 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23338 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
23339 ac_status=$?
23340 grep -v '^ *+' conftest.er1 >conftest.err
23341 rm -f conftest.er1
23342 cat conftest.err >&5
23343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23344 (exit $ac_status); } >/dev/null && {
23345 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
23346 test ! -s conftest.err
23347 }; then
23348 ac_header_preproc=yes
23349 else
23350 echo "$as_me: failed program was:" >&5
23351 sed 's/^/| /' conftest.$ac_ext >&5
23352
23353 ac_header_preproc=no
23354 fi
23355
23356 rm -f conftest.err conftest.$ac_ext
23357 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23358 echo "${ECHO_T}$ac_header_preproc" >&6; }
23359
23360 # So? What about this header?
23361 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23362 yes:no: )
23363 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
23364 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
23365 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
23366 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
23367 ac_header_preproc=yes
23368 ;;
23369 no:yes:* )
23370 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
23371 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
23372 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
23373 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
23374 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
23375 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
23376 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
23377 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
23378 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
23379 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
23380 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
23381 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
23382
23383 ;;
23384 esac
23385 { echo "$as_me:$LINENO: checking for $ac_header" >&5
23386 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
23387 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23388 echo $ECHO_N "(cached) $ECHO_C" >&6
23389 else
23390 eval "$as_ac_Header=\$ac_header_preproc"
23391 fi
23392 ac_res=`eval echo '${'$as_ac_Header'}'`
23393 { echo "$as_me:$LINENO: result: $ac_res" >&5
23394 echo "${ECHO_T}$ac_res" >&6; }
23395
23396 fi
23397 if test `eval echo '${'$as_ac_Header'}'` = yes; then
23398 cat >>confdefs.h <<_ACEOF
23399 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
23400 _ACEOF
23401
23402 fi
23403
23404 done
23405
23406
23407
23408 for ac_func in fork vfork
23409 do
23410 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23411 { echo "$as_me:$LINENO: checking for $ac_func" >&5
23412 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
23413 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
23414 echo $ECHO_N "(cached) $ECHO_C" >&6
23415 else
23416 cat >conftest.$ac_ext <<_ACEOF
23417 /* confdefs.h. */
23418 _ACEOF
23419 cat confdefs.h >>conftest.$ac_ext
23420 cat >>conftest.$ac_ext <<_ACEOF
23421 /* end confdefs.h. */
23422 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23423 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23424 #define $ac_func innocuous_$ac_func
23425
23426 /* System header to define __stub macros and hopefully few prototypes,
23427 which can conflict with char $ac_func (); below.
23428 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23429 <limits.h> exists even on freestanding compilers. */
23430
23431 #ifdef __STDC__
23432 # include <limits.h>
23433 #else
23434 # include <assert.h>
23435 #endif
23436
23437 #undef $ac_func
23438
23439 /* Override any GCC internal prototype to avoid an error.
23440 Use char because int might match the return type of a GCC
23441 builtin and then its argument prototype would still apply. */
23442 #ifdef __cplusplus
23443 extern "C"
23444 #endif
23445 char $ac_func ();
23446 /* The GNU C library defines this for functions which it implements
23447 to always fail with ENOSYS. Some functions are actually named
23448 something starting with __ and the normal name is an alias. */
23449 #if defined __stub_$ac_func || defined __stub___$ac_func
23450 choke me
23451 #endif
23452
23453 int
23454 main ()
23455 {
23456 return $ac_func ();
23457 ;
23458 return 0;
23459 }
23460 _ACEOF
23461 rm -f conftest.$ac_objext conftest$ac_exeext
23462 if { (ac_try="$ac_link"
23463 case "(($ac_try" in
23464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23465 *) ac_try_echo=$ac_try;;
23466 esac
23467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23468 (eval "$ac_link") 2>conftest.er1
23469 ac_status=$?
23470 grep -v '^ *+' conftest.er1 >conftest.err
23471 rm -f conftest.er1
23472 cat conftest.err >&5
23473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23474 (exit $ac_status); } && {
23475 test -z "$ac_c_werror_flag" ||
23476 test ! -s conftest.err
23477 } && test -s conftest$ac_exeext &&
23478 $as_test_x conftest$ac_exeext; then
23479 eval "$as_ac_var=yes"
23480 else
23481 echo "$as_me: failed program was:" >&5
23482 sed 's/^/| /' conftest.$ac_ext >&5
23483
23484 eval "$as_ac_var=no"
23485 fi
23486
23487 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23488 conftest$ac_exeext conftest.$ac_ext
23489 fi
23490 ac_res=`eval echo '${'$as_ac_var'}'`
23491 { echo "$as_me:$LINENO: result: $ac_res" >&5
23492 echo "${ECHO_T}$ac_res" >&6; }
23493 if test `eval echo '${'$as_ac_var'}'` = yes; then
23494 cat >>confdefs.h <<_ACEOF
23495 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23496 _ACEOF
23497
23498 fi
23499 done
23500
23501 if test "x$ac_cv_func_fork" = xyes; then
23502 { echo "$as_me:$LINENO: checking for working fork" >&5
23503 echo $ECHO_N "checking for working fork... $ECHO_C" >&6; }
23504 if test "${ac_cv_func_fork_works+set}" = set; then
23505 echo $ECHO_N "(cached) $ECHO_C" >&6
23506 else
23507 if test "$cross_compiling" = yes; then
23508 ac_cv_func_fork_works=cross
23509 else
23510 cat >conftest.$ac_ext <<_ACEOF
23511 /* confdefs.h. */
23512 _ACEOF
23513 cat confdefs.h >>conftest.$ac_ext
23514 cat >>conftest.$ac_ext <<_ACEOF
23515 /* end confdefs.h. */
23516 $ac_includes_default
23517 int
23518 main ()
23519 {
23520
23521 /* By Ruediger Kuhlmann. */
23522 return fork () < 0;
23523
23524 ;
23525 return 0;
23526 }
23527 _ACEOF
23528 rm -f conftest$ac_exeext
23529 if { (ac_try="$ac_link"
23530 case "(($ac_try" in
23531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23532 *) ac_try_echo=$ac_try;;
23533 esac
23534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23535 (eval "$ac_link") 2>&5
23536 ac_status=$?
23537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23538 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23539 { (case "(($ac_try" in
23540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23541 *) ac_try_echo=$ac_try;;
23542 esac
23543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23544 (eval "$ac_try") 2>&5
23545 ac_status=$?
23546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23547 (exit $ac_status); }; }; then
23548 ac_cv_func_fork_works=yes
23549 else
23550 echo "$as_me: program exited with status $ac_status" >&5
23551 echo "$as_me: failed program was:" >&5
23552 sed 's/^/| /' conftest.$ac_ext >&5
23553
23554 ( exit $ac_status )
23555 ac_cv_func_fork_works=no
23556 fi
23557 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23558 fi
23559
23560
23561 fi
23562 { echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5
23563 echo "${ECHO_T}$ac_cv_func_fork_works" >&6; }
23564
23565 else
23566 ac_cv_func_fork_works=$ac_cv_func_fork
23567 fi
23568 if test "x$ac_cv_func_fork_works" = xcross; then
23569 case $host in
23570 *-*-amigaos* | *-*-msdosdjgpp*)
23571 # Override, as these systems have only a dummy fork() stub
23572 ac_cv_func_fork_works=no
23573 ;;
23574 *)
23575 ac_cv_func_fork_works=yes
23576 ;;
23577 esac
23578 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
23579 echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
23580 fi
23581 ac_cv_func_vfork_works=$ac_cv_func_vfork
23582 if test "x$ac_cv_func_vfork" = xyes; then
23583 { echo "$as_me:$LINENO: checking for working vfork" >&5
23584 echo $ECHO_N "checking for working vfork... $ECHO_C" >&6; }
23585 if test "${ac_cv_func_vfork_works+set}" = set; then
23586 echo $ECHO_N "(cached) $ECHO_C" >&6
23587 else
23588 if test "$cross_compiling" = yes; then
23589 ac_cv_func_vfork_works=cross
23590 else
23591 cat >conftest.$ac_ext <<_ACEOF
23592 /* confdefs.h. */
23593 _ACEOF
23594 cat confdefs.h >>conftest.$ac_ext
23595 cat >>conftest.$ac_ext <<_ACEOF
23596 /* end confdefs.h. */
23597 /* Thanks to Paul Eggert for this test. */
23598 $ac_includes_default
23599 #include <sys/wait.h>
23600 #ifdef HAVE_VFORK_H
23601 # include <vfork.h>
23602 #endif
23603 /* On some sparc systems, changes by the child to local and incoming
23604 argument registers are propagated back to the parent. The compiler
23605 is told about this with #include <vfork.h>, but some compilers
23606 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
23607 static variable whose address is put into a register that is
23608 clobbered by the vfork. */
23609 static void
23610 #ifdef __cplusplus
23611 sparc_address_test (int arg)
23612 # else
23613 sparc_address_test (arg) int arg;
23614 #endif
23615 {
23616 static pid_t child;
23617 if (!child) {
23618 child = vfork ();
23619 if (child < 0) {
23620 perror ("vfork");
23621 _exit(2);
23622 }
23623 if (!child) {
23624 arg = getpid();
23625 write(-1, "", 0);
23626 _exit (arg);
23627 }
23628 }
23629 }
23630
23631 int
23632 main ()
23633 {
23634 pid_t parent = getpid ();
23635 pid_t child;
23636
23637 sparc_address_test (0);
23638
23639 child = vfork ();
23640
23641 if (child == 0) {
23642 /* Here is another test for sparc vfork register problems. This
23643 test uses lots of local variables, at least as many local
23644 variables as main has allocated so far including compiler
23645 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
23646 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
23647 reuse the register of parent for one of the local variables,
23648 since it will think that parent can't possibly be used any more
23649 in this routine. Assigning to the local variable will thus
23650 munge parent in the parent process. */
23651 pid_t
23652 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
23653 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
23654 /* Convince the compiler that p..p7 are live; otherwise, it might
23655 use the same hardware register for all 8 local variables. */
23656 if (p != p1 || p != p2 || p != p3 || p != p4
23657 || p != p5 || p != p6 || p != p7)
23658 _exit(1);
23659
23660 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
23661 from child file descriptors. If the child closes a descriptor
23662 before it execs or exits, this munges the parent's descriptor
23663 as well. Test for this by closing stdout in the child. */
23664 _exit(close(fileno(stdout)) != 0);
23665 } else {
23666 int status;
23667 struct stat st;
23668
23669 while (wait(&status) != child)
23670 ;
23671 return (
23672 /* Was there some problem with vforking? */
23673 child < 0
23674
23675 /* Did the child fail? (This shouldn't happen.) */
23676 || status
23677
23678 /* Did the vfork/compiler bug occur? */
23679 || parent != getpid()
23680
23681 /* Did the file descriptor bug occur? */
23682 || fstat(fileno(stdout), &st) != 0
23683 );
23684 }
23685 }
23686 _ACEOF
23687 rm -f conftest$ac_exeext
23688 if { (ac_try="$ac_link"
23689 case "(($ac_try" in
23690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23691 *) ac_try_echo=$ac_try;;
23692 esac
23693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23694 (eval "$ac_link") 2>&5
23695 ac_status=$?
23696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23697 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23698 { (case "(($ac_try" in
23699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23700 *) ac_try_echo=$ac_try;;
23701 esac
23702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23703 (eval "$ac_try") 2>&5
23704 ac_status=$?
23705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23706 (exit $ac_status); }; }; then
23707 ac_cv_func_vfork_works=yes
23708 else
23709 echo "$as_me: program exited with status $ac_status" >&5
23710 echo "$as_me: failed program was:" >&5
23711 sed 's/^/| /' conftest.$ac_ext >&5
23712
23713 ( exit $ac_status )
23714 ac_cv_func_vfork_works=no
23715 fi
23716 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23717 fi
23718
23719
23720 fi
23721 { echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5
23722 echo "${ECHO_T}$ac_cv_func_vfork_works" >&6; }
23723
23724 fi;
23725 if test "x$ac_cv_func_fork_works" = xcross; then
23726 ac_cv_func_vfork_works=$ac_cv_func_vfork
23727 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
23728 echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
23729 fi
23730
23731 if test "x$ac_cv_func_vfork_works" = xyes; then
23732
23733 cat >>confdefs.h <<\_ACEOF
23734 #define HAVE_WORKING_VFORK 1
23735 _ACEOF
23736
23737 else
23738
23739 cat >>confdefs.h <<\_ACEOF
23740 #define vfork fork
23741 _ACEOF
23742
23743 fi
23744 if test "x$ac_cv_func_fork_works" = xyes; then
23745
23746 cat >>confdefs.h <<\_ACEOF
23747 #define HAVE_WORKING_FORK 1
23748 _ACEOF
23749
23750 fi
23751
23752
23753 { echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
23754 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6; }
23755 if test "${emacs_cv_langinfo_codeset+set}" = set; then
23756 echo $ECHO_N "(cached) $ECHO_C" >&6
23757 else
23758 cat >conftest.$ac_ext <<_ACEOF
23759 /* confdefs.h. */
23760 _ACEOF
23761 cat confdefs.h >>conftest.$ac_ext
23762 cat >>conftest.$ac_ext <<_ACEOF
23763 /* end confdefs.h. */
23764 #include <langinfo.h>
23765 int
23766 main ()
23767 {
23768 char* cs = nl_langinfo(CODESET);
23769 ;
23770 return 0;
23771 }
23772 _ACEOF
23773 rm -f conftest.$ac_objext conftest$ac_exeext
23774 if { (ac_try="$ac_link"
23775 case "(($ac_try" in
23776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23777 *) ac_try_echo=$ac_try;;
23778 esac
23779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23780 (eval "$ac_link") 2>conftest.er1
23781 ac_status=$?
23782 grep -v '^ *+' conftest.er1 >conftest.err
23783 rm -f conftest.er1
23784 cat conftest.err >&5
23785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23786 (exit $ac_status); } && {
23787 test -z "$ac_c_werror_flag" ||
23788 test ! -s conftest.err
23789 } && test -s conftest$ac_exeext &&
23790 $as_test_x conftest$ac_exeext; then
23791 emacs_cv_langinfo_codeset=yes
23792 else
23793 echo "$as_me: failed program was:" >&5
23794 sed 's/^/| /' conftest.$ac_ext >&5
23795
23796 emacs_cv_langinfo_codeset=no
23797 fi
23798
23799 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23800 conftest$ac_exeext conftest.$ac_ext
23801
23802 fi
23803 { echo "$as_me:$LINENO: result: $emacs_cv_langinfo_codeset" >&5
23804 echo "${ECHO_T}$emacs_cv_langinfo_codeset" >&6; }
23805 if test $emacs_cv_langinfo_codeset = yes; then
23806
23807 cat >>confdefs.h <<\_ACEOF
23808 #define HAVE_LANGINFO_CODESET 1
23809 _ACEOF
23810
23811 fi
23812
23813 { echo "$as_me:$LINENO: checking for size_t" >&5
23814 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
23815 if test "${ac_cv_type_size_t+set}" = set; then
23816 echo $ECHO_N "(cached) $ECHO_C" >&6
23817 else
23818 cat >conftest.$ac_ext <<_ACEOF
23819 /* confdefs.h. */
23820 _ACEOF
23821 cat confdefs.h >>conftest.$ac_ext
23822 cat >>conftest.$ac_ext <<_ACEOF
23823 /* end confdefs.h. */
23824 $ac_includes_default
23825 typedef size_t ac__type_new_;
23826 int
23827 main ()
23828 {
23829 if ((ac__type_new_ *) 0)
23830 return 0;
23831 if (sizeof (ac__type_new_))
23832 return 0;
23833 ;
23834 return 0;
23835 }
23836 _ACEOF
23837 rm -f conftest.$ac_objext
23838 if { (ac_try="$ac_compile"
23839 case "(($ac_try" in
23840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23841 *) ac_try_echo=$ac_try;;
23842 esac
23843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23844 (eval "$ac_compile") 2>conftest.er1
23845 ac_status=$?
23846 grep -v '^ *+' conftest.er1 >conftest.err
23847 rm -f conftest.er1
23848 cat conftest.err >&5
23849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23850 (exit $ac_status); } && {
23851 test -z "$ac_c_werror_flag" ||
23852 test ! -s conftest.err
23853 } && test -s conftest.$ac_objext; then
23854 ac_cv_type_size_t=yes
23855 else
23856 echo "$as_me: failed program was:" >&5
23857 sed 's/^/| /' conftest.$ac_ext >&5
23858
23859 ac_cv_type_size_t=no
23860 fi
23861
23862 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23863 fi
23864 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
23865 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
23866 if test $ac_cv_type_size_t = yes; then
23867
23868 cat >>confdefs.h <<_ACEOF
23869 #define HAVE_SIZE_T 1
23870 _ACEOF
23871
23872
23873 fi
23874
23875
23876 { echo "$as_me:$LINENO: checking for mbstate_t" >&5
23877 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6; }
23878 if test "${ac_cv_type_mbstate_t+set}" = set; then
23879 echo $ECHO_N "(cached) $ECHO_C" >&6
23880 else
23881 cat >conftest.$ac_ext <<_ACEOF
23882 /* confdefs.h. */
23883 _ACEOF
23884 cat confdefs.h >>conftest.$ac_ext
23885 cat >>conftest.$ac_ext <<_ACEOF
23886 /* end confdefs.h. */
23887 $ac_includes_default
23888 # include <wchar.h>
23889 int
23890 main ()
23891 {
23892 mbstate_t x; return sizeof x;
23893 ;
23894 return 0;
23895 }
23896 _ACEOF
23897 rm -f conftest.$ac_objext
23898 if { (ac_try="$ac_compile"
23899 case "(($ac_try" in
23900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23901 *) ac_try_echo=$ac_try;;
23902 esac
23903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23904 (eval "$ac_compile") 2>conftest.er1
23905 ac_status=$?
23906 grep -v '^ *+' conftest.er1 >conftest.err
23907 rm -f conftest.er1
23908 cat conftest.err >&5
23909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23910 (exit $ac_status); } && {
23911 test -z "$ac_c_werror_flag" ||
23912 test ! -s conftest.err
23913 } && test -s conftest.$ac_objext; then
23914 ac_cv_type_mbstate_t=yes
23915 else
23916 echo "$as_me: failed program was:" >&5
23917 sed 's/^/| /' conftest.$ac_ext >&5
23918
23919 ac_cv_type_mbstate_t=no
23920 fi
23921
23922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23923 fi
23924 { echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
23925 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6; }
23926 if test $ac_cv_type_mbstate_t = yes; then
23927
23928 cat >>confdefs.h <<\_ACEOF
23929 #define HAVE_MBSTATE_T 1
23930 _ACEOF
23931
23932 else
23933
23934 cat >>confdefs.h <<\_ACEOF
23935 #define mbstate_t int
23936 _ACEOF
23937
23938 fi
23939
23940 { echo "$as_me:$LINENO: checking for C restrict keyword" >&5
23941 echo $ECHO_N "checking for C restrict keyword... $ECHO_C" >&6; }
23942 if test "${emacs_cv_c_restrict+set}" = set; then
23943 echo $ECHO_N "(cached) $ECHO_C" >&6
23944 else
23945 cat >conftest.$ac_ext <<_ACEOF
23946 /* confdefs.h. */
23947 _ACEOF
23948 cat confdefs.h >>conftest.$ac_ext
23949 cat >>conftest.$ac_ext <<_ACEOF
23950 /* end confdefs.h. */
23951 void fred (int *restrict x);
23952 int
23953 main ()
23954 {
23955
23956 ;
23957 return 0;
23958 }
23959 _ACEOF
23960 rm -f conftest.$ac_objext
23961 if { (ac_try="$ac_compile"
23962 case "(($ac_try" in
23963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23964 *) ac_try_echo=$ac_try;;
23965 esac
23966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23967 (eval "$ac_compile") 2>conftest.er1
23968 ac_status=$?
23969 grep -v '^ *+' conftest.er1 >conftest.err
23970 rm -f conftest.er1
23971 cat conftest.err >&5
23972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23973 (exit $ac_status); } && {
23974 test -z "$ac_c_werror_flag" ||
23975 test ! -s conftest.err
23976 } && test -s conftest.$ac_objext; then
23977 emacs_cv_c_restrict=yes
23978 else
23979 echo "$as_me: failed program was:" >&5
23980 sed 's/^/| /' conftest.$ac_ext >&5
23981
23982 cat >conftest.$ac_ext <<_ACEOF
23983 /* confdefs.h. */
23984 _ACEOF
23985 cat confdefs.h >>conftest.$ac_ext
23986 cat >>conftest.$ac_ext <<_ACEOF
23987 /* end confdefs.h. */
23988 void fred (int *__restrict x);
23989 int
23990 main ()
23991 {
23992
23993 ;
23994 return 0;
23995 }
23996 _ACEOF
23997 rm -f conftest.$ac_objext
23998 if { (ac_try="$ac_compile"
23999 case "(($ac_try" in
24000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24001 *) ac_try_echo=$ac_try;;
24002 esac
24003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24004 (eval "$ac_compile") 2>conftest.er1
24005 ac_status=$?
24006 grep -v '^ *+' conftest.er1 >conftest.err
24007 rm -f conftest.er1
24008 cat conftest.err >&5
24009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24010 (exit $ac_status); } && {
24011 test -z "$ac_c_werror_flag" ||
24012 test ! -s conftest.err
24013 } && test -s conftest.$ac_objext; then
24014 emacs_cv_c_restrict=__restrict
24015 else
24016 echo "$as_me: failed program was:" >&5
24017 sed 's/^/| /' conftest.$ac_ext >&5
24018
24019 emacs_cv_c_restrict=no
24020 fi
24021
24022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24023 fi
24024
24025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24026 fi
24027 { echo "$as_me:$LINENO: result: $emacs_cv_c_restrict" >&5
24028 echo "${ECHO_T}$emacs_cv_c_restrict" >&6; }
24029 case "$emacs_cv_c_restrict" in
24030 yes) emacs_restrict=restrict;;
24031 no) emacs_restrict="";;
24032 *) emacs_restrict="$emacs_cv_c_restrict";;
24033 esac
24034 if test "$emacs_restrict" != __restrict; then
24035
24036 cat >>confdefs.h <<_ACEOF
24037 #define __restrict $emacs_restrict
24038 _ACEOF
24039
24040 fi
24041
24042 { echo "$as_me:$LINENO: checking for C restricted array declarations" >&5
24043 echo $ECHO_N "checking for C restricted array declarations... $ECHO_C" >&6; }
24044 if test "${emacs_cv_c_restrict_arr+set}" = set; then
24045 echo $ECHO_N "(cached) $ECHO_C" >&6
24046 else
24047 cat >conftest.$ac_ext <<_ACEOF
24048 /* confdefs.h. */
24049 _ACEOF
24050 cat confdefs.h >>conftest.$ac_ext
24051 cat >>conftest.$ac_ext <<_ACEOF
24052 /* end confdefs.h. */
24053 void fred (int x[__restrict]);
24054 int
24055 main ()
24056 {
24057
24058 ;
24059 return 0;
24060 }
24061 _ACEOF
24062 rm -f conftest.$ac_objext
24063 if { (ac_try="$ac_compile"
24064 case "(($ac_try" in
24065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24066 *) ac_try_echo=$ac_try;;
24067 esac
24068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24069 (eval "$ac_compile") 2>conftest.er1
24070 ac_status=$?
24071 grep -v '^ *+' conftest.er1 >conftest.err
24072 rm -f conftest.er1
24073 cat conftest.err >&5
24074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24075 (exit $ac_status); } && {
24076 test -z "$ac_c_werror_flag" ||
24077 test ! -s conftest.err
24078 } && test -s conftest.$ac_objext; then
24079 emacs_cv_c_restrict_arr=yes
24080 else
24081 echo "$as_me: failed program was:" >&5
24082 sed 's/^/| /' conftest.$ac_ext >&5
24083
24084 emacs_cv_c_restrict_arr=no
24085 fi
24086
24087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24088 fi
24089 { echo "$as_me:$LINENO: result: $emacs_cv_c_restrict_arr" >&5
24090 echo "${ECHO_T}$emacs_cv_c_restrict_arr" >&6; }
24091 if test "$emacs_cv_c_restrict_arr" = yes; then
24092
24093 cat >>confdefs.h <<\_ACEOF
24094 #define __restrict_arr __restrict
24095 _ACEOF
24096
24097 fi
24098
24099
24100
24101 # Set up the CFLAGS for real compilation, so we can substitute it.
24102 CFLAGS="$REAL_CFLAGS"
24103 CPPFLAGS="$REAL_CPPFLAGS"
24104
24105 #### Find out which version of Emacs this is.
24106 version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \
24107 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
24108 if test x"${version}" = x; then
24109 { { echo "$as_me:$LINENO: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5
24110 echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;}
24111 { (exit 1); exit 1; }; }
24112 fi
24113
24114 ### Specify what sort of things we'll be editing into Makefile and config.h.
24115 ### Use configuration here uncanonicalized to avoid exceeding size limits.
24116
24117
24118
24119
24120
24121
24122
24123
24124
24125
24126
24127
24128
24129
24130
24131
24132
24133
24134
24135
24136
24137
24138
24139
24140
24141
24142
24143
24144
24145
24146
24147
24148
24149
24150
24151 cat >>confdefs.h <<_ACEOF
24152 #define EMACS_CONFIGURATION "${canonical}"
24153 _ACEOF
24154
24155
24156 cat >>confdefs.h <<_ACEOF
24157 #define EMACS_CONFIG_OPTIONS "${ac_configure_args}"
24158 _ACEOF
24159
24160
24161 cat >>confdefs.h <<_ACEOF
24162 #define config_machfile "${machfile}"
24163 _ACEOF
24164
24165
24166 cat >>confdefs.h <<_ACEOF
24167 #define config_opsysfile "${opsysfile}"
24168 _ACEOF
24169
24170
24171 cat >>confdefs.h <<_ACEOF
24172 #define LD_SWITCH_X_SITE ${LD_SWITCH_X_SITE}
24173 _ACEOF
24174
24175
24176 cat >>confdefs.h <<_ACEOF
24177 #define LD_SWITCH_X_SITE_AUX ${LD_SWITCH_X_SITE_AUX}
24178 _ACEOF
24179
24180
24181 cat >>confdefs.h <<_ACEOF
24182 #define C_SWITCH_X_SITE ${C_SWITCH_X_SITE}
24183 _ACEOF
24184
24185
24186 cat >>confdefs.h <<_ACEOF
24187 #define UNEXEC_SRC ${UNEXEC_SRC}
24188 _ACEOF
24189
24190
24191 if test "${HAVE_X_WINDOWS}" = "yes" ; then
24192
24193 cat >>confdefs.h <<\_ACEOF
24194 #define HAVE_X_WINDOWS 1
24195 _ACEOF
24196
24197 fi
24198 if test "${USE_X_TOOLKIT}" != "none" ; then
24199
24200 cat >>confdefs.h <<\_ACEOF
24201 #define USE_X_TOOLKIT 1
24202 _ACEOF
24203
24204 fi
24205 if test "${HAVE_X11}" = "yes" ; then
24206
24207 cat >>confdefs.h <<\_ACEOF
24208 #define HAVE_X11 1
24209 _ACEOF
24210
24211 fi
24212 if test "${HAVE_XFREE386}" = "yes" ; then
24213
24214 cat >>confdefs.h <<\_ACEOF
24215 #define HAVE_XFREE386 1
24216 _ACEOF
24217
24218 fi
24219 if test "${HAVE_MENUS}" = "yes" ; then
24220
24221 cat >>confdefs.h <<\_ACEOF
24222 #define HAVE_MENUS 1
24223 _ACEOF
24224
24225 fi
24226 if test "${GNU_MALLOC}" = "yes" ; then
24227
24228 cat >>confdefs.h <<\_ACEOF
24229 #define GNU_MALLOC 1
24230 _ACEOF
24231
24232 fi
24233 if test "${REL_ALLOC}" = "yes" ; then
24234
24235 cat >>confdefs.h <<\_ACEOF
24236 #define REL_ALLOC 1
24237 _ACEOF
24238
24239 fi
24240
24241
24242
24243
24244
24245
24246 #### Report on what we decided to do.
24247 #### Report GTK as a toolkit, even if it doesn't use Xt.
24248 #### It makes printing result more understandable as using GTK sets
24249 #### toolkit_scroll_bars to yes by default.
24250 if test "${HAVE_GTK}" = "yes"; then
24251 USE_X_TOOLKIT=GTK
24252 fi
24253
24254 echo "
24255 Configured for \`${canonical}'.
24256
24257 Where should the build process find the source code? ${srcdir}
24258 What operating system and machine description files should Emacs use?
24259 \`${opsysfile}' and \`${machfile}'
24260 What compiler should emacs be built with? ${CC} ${CFLAGS}
24261 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
24262 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC}
24263 Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers
24264 What window system should Emacs use? ${window_system}
24265 What toolkit should Emacs use? ${USE_X_TOOLKIT}"
24266
24267 if test -n "${x_includes}"; then
24268 echo " Where do we find X Windows header files? ${x_includes}"
24269 else
24270 echo " Where do we find X Windows header files? Standard dirs"
24271 fi
24272 if test -n "${x_libraries}"; then
24273 echo " Where do we find X Windows libraries? ${x_libraries}"
24274 else
24275 echo " Where do we find X Windows libraries? Standard dirs"
24276 fi
24277
24278 echo " Does Emacs use -lXaw3d? ${HAVE_XAW3D}"
24279 echo " Does Emacs use -lXpm? ${HAVE_XPM}"
24280 echo " Does Emacs use -ljpeg? ${HAVE_JPEG}"
24281 echo " Does Emacs use -ltiff? ${HAVE_TIFF}"
24282 echo " Does Emacs use a gif library? ${HAVE_GIF} $ac_gif_lib_name"
24283 echo " Does Emacs use -lpng? ${HAVE_PNG}"
24284 echo " Does Emacs use -lrsvg-2? ${HAVE_RSVG}"
24285 echo " Does Emacs use -lgpm? ${HAVE_GPM}"
24286 echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
24287 echo
24288
24289 if test $USE_XASSERTS = yes; then
24290 echo " Compiling with asserts turned on."
24291 CPPFLAGS="$CPPFLAGS -DXASSERTS=1"
24292 echo
24293 fi
24294
24295 if test "$USE_X_TOOLKIT" = GTK; then
24296 case "$canonical" in
24297 *cygwin*)
24298 echo "There are known problems with Emacs and Gtk+ on cygwin, so you
24299 will probably get a crash on startup. If this happens, please use another
24300 toolkit for Emacs. See etc/PROBLEMS for more information."
24301 ;;
24302 esac
24303 fi
24304
24305
24306
24307 # Remove any trailing slashes in these variables.
24308 test "${prefix}" != NONE &&
24309 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`
24310 test "${exec_prefix}" != NONE &&
24311 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`
24312
24313 ## Check if the C preprocessor will convert `..' to `. .'. If so, set
24314 ## CPP_NEED_TRADITIONAL to `yes' so that the code to generate Makefile
24315 ## from Makefile.c can correctly provide the arg `-traditional' to the
24316 ## C preprocessor.
24317
24318 cat >conftest.$ac_ext <<_ACEOF
24319 /* confdefs.h. */
24320 _ACEOF
24321 cat confdefs.h >>conftest.$ac_ext
24322 cat >>conftest.$ac_ext <<_ACEOF
24323 /* end confdefs.h. */
24324 yes..yes
24325 _ACEOF
24326 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24327 $EGREP "yes..yes" >/dev/null 2>&1; then
24328 CPP_NEED_TRADITIONAL=no
24329 else
24330 CPP_NEED_TRADITIONAL=yes
24331 fi
24332 rm -f conftest*
24333
24334
24335 ac_config_files="$ac_config_files Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile doc/emacs/Makefile doc/misc/Makefile doc/lispintro/Makefile doc/lispref/Makefile src/Makefile.c:src/Makefile.in lwlib/Makefile lisp/Makefile leim/Makefile"
24336
24337 ac_config_commands="$ac_config_commands default"
24338
24339 cat >confcache <<\_ACEOF
24340 # This file is a shell script that caches the results of configure
24341 # tests run on this system so they can be shared between configure
24342 # scripts and configure runs, see configure's option --config-cache.
24343 # It is not useful on other systems. If it contains results you don't
24344 # want to keep, you may remove or edit it.
24345 #
24346 # config.status only pays attention to the cache file if you give it
24347 # the --recheck option to rerun configure.
24348 #
24349 # `ac_cv_env_foo' variables (set or unset) will be overridden when
24350 # loading this file, other *unset* `ac_cv_foo' will be assigned the
24351 # following values.
24352
24353 _ACEOF
24354
24355 # The following way of writing the cache mishandles newlines in values,
24356 # but we know of no workaround that is simple, portable, and efficient.
24357 # So, we kill variables containing newlines.
24358 # Ultrix sh set writes to stderr and can't be redirected directly,
24359 # and sets the high bit in the cache file unless we assign to the vars.
24360 (
24361 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
24362 eval ac_val=\$$ac_var
24363 case $ac_val in #(
24364 *${as_nl}*)
24365 case $ac_var in #(
24366 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
24367 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
24368 esac
24369 case $ac_var in #(
24370 _ | IFS | as_nl) ;; #(
24371 *) $as_unset $ac_var ;;
24372 esac ;;
24373 esac
24374 done
24375
24376 (set) 2>&1 |
24377 case $as_nl`(ac_space=' '; set) 2>&1` in #(
24378 *${as_nl}ac_space=\ *)
24379 # `set' does not quote correctly, so add quotes (double-quote
24380 # substitution turns \\\\ into \\, and sed turns \\ into \).
24381 sed -n \
24382 "s/'/'\\\\''/g;
24383 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
24384 ;; #(
24385 *)
24386 # `set' quotes correctly as required by POSIX, so do not add quotes.
24387 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
24388 ;;
24389 esac |
24390 sort
24391 ) |
24392 sed '
24393 /^ac_cv_env_/b end
24394 t clear
24395 :clear
24396 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
24397 t end
24398 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
24399 :end' >>confcache
24400 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
24401 if test -w "$cache_file"; then
24402 test "x$cache_file" != "x/dev/null" &&
24403 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
24404 echo "$as_me: updating cache $cache_file" >&6;}
24405 cat confcache >$cache_file
24406 else
24407 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
24408 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
24409 fi
24410 fi
24411 rm -f confcache
24412
24413 test "x$prefix" = xNONE && prefix=$ac_default_prefix
24414 # Let make expand exec_prefix.
24415 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
24416
24417 DEFS=-DHAVE_CONFIG_H
24418
24419 ac_libobjs=
24420 ac_ltlibobjs=
24421 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
24422 # 1. Remove the extension, and $U if already installed.
24423 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
24424 ac_i=`echo "$ac_i" | sed "$ac_script"`
24425 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
24426 # will be set to the directory where LIBOBJS objects are built.
24427 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
24428 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
24429 done
24430 LIBOBJS=$ac_libobjs
24431
24432 LTLIBOBJS=$ac_ltlibobjs
24433
24434
24435
24436 : ${CONFIG_STATUS=./config.status}
24437 ac_clean_files_save=$ac_clean_files
24438 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
24439 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
24440 echo "$as_me: creating $CONFIG_STATUS" >&6;}
24441 cat >$CONFIG_STATUS <<_ACEOF
24442 #! $SHELL
24443 # Generated by $as_me.
24444 # Run this file to recreate the current configuration.
24445 # Compiler output produced by configure, useful for debugging
24446 # configure, is in config.log if it exists.
24447
24448 debug=false
24449 ac_cs_recheck=false
24450 ac_cs_silent=false
24451 SHELL=\${CONFIG_SHELL-$SHELL}
24452 _ACEOF
24453
24454 cat >>$CONFIG_STATUS <<\_ACEOF
24455 ## --------------------- ##
24456 ## M4sh Initialization. ##
24457 ## --------------------- ##
24458
24459 # Be more Bourne compatible
24460 DUALCASE=1; export DUALCASE # for MKS sh
24461 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
24462 emulate sh
24463 NULLCMD=:
24464 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
24465 # is contrary to our usage. Disable this feature.
24466 alias -g '${1+"$@"}'='"$@"'
24467 setopt NO_GLOB_SUBST
24468 else
24469 case `(set -o) 2>/dev/null` in
24470 *posix*) set -o posix ;;
24471 esac
24472
24473 fi
24474
24475
24476
24477
24478 # PATH needs CR
24479 # Avoid depending upon Character Ranges.
24480 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
24481 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
24482 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
24483 as_cr_digits='0123456789'
24484 as_cr_alnum=$as_cr_Letters$as_cr_digits
24485
24486 # The user is always right.
24487 if test "${PATH_SEPARATOR+set}" != set; then
24488 echo "#! /bin/sh" >conf$$.sh
24489 echo "exit 0" >>conf$$.sh
24490 chmod +x conf$$.sh
24491 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
24492 PATH_SEPARATOR=';'
24493 else
24494 PATH_SEPARATOR=:
24495 fi
24496 rm -f conf$$.sh
24497 fi
24498
24499 # Support unset when possible.
24500 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
24501 as_unset=unset
24502 else
24503 as_unset=false
24504 fi
24505
24506
24507 # IFS
24508 # We need space, tab and new line, in precisely that order. Quoting is
24509 # there to prevent editors from complaining about space-tab.
24510 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
24511 # splitting by setting IFS to empty value.)
24512 as_nl='
24513 '
24514 IFS=" "" $as_nl"
24515
24516 # Find who we are. Look in the path if we contain no directory separator.
24517 case $0 in
24518 *[\\/]* ) as_myself=$0 ;;
24519 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24520 for as_dir in $PATH
24521 do
24522 IFS=$as_save_IFS
24523 test -z "$as_dir" && as_dir=.
24524 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
24525 done
24526 IFS=$as_save_IFS
24527
24528 ;;
24529 esac
24530 # We did not find ourselves, most probably we were run as `sh COMMAND'
24531 # in which case we are not to be found in the path.
24532 if test "x$as_myself" = x; then
24533 as_myself=$0
24534 fi
24535 if test ! -f "$as_myself"; then
24536 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
24537 { (exit 1); exit 1; }
24538 fi
24539
24540 # Work around bugs in pre-3.0 UWIN ksh.
24541 for as_var in ENV MAIL MAILPATH
24542 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
24543 done
24544 PS1='$ '
24545 PS2='> '
24546 PS4='+ '
24547
24548 # NLS nuisances.
24549 for as_var in \
24550 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
24551 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
24552 LC_TELEPHONE LC_TIME
24553 do
24554 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
24555 eval $as_var=C; export $as_var
24556 else
24557 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
24558 fi
24559 done
24560
24561 # Required to use basename.
24562 if expr a : '\(a\)' >/dev/null 2>&1 &&
24563 test "X`expr 00001 : '.*\(...\)'`" = X001; then
24564 as_expr=expr
24565 else
24566 as_expr=false
24567 fi
24568
24569 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
24570 as_basename=basename
24571 else
24572 as_basename=false
24573 fi
24574
24575
24576 # Name of the executable.
24577 as_me=`$as_basename -- "$0" ||
24578 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
24579 X"$0" : 'X\(//\)$' \| \
24580 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
24581 echo X/"$0" |
24582 sed '/^.*\/\([^/][^/]*\)\/*$/{
24583 s//\1/
24584 q
24585 }
24586 /^X\/\(\/\/\)$/{
24587 s//\1/
24588 q
24589 }
24590 /^X\/\(\/\).*/{
24591 s//\1/
24592 q
24593 }
24594 s/.*/./; q'`
24595
24596 # CDPATH.
24597 $as_unset CDPATH
24598
24599
24600
24601 as_lineno_1=$LINENO
24602 as_lineno_2=$LINENO
24603 test "x$as_lineno_1" != "x$as_lineno_2" &&
24604 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
24605
24606 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
24607 # uniformly replaced by the line number. The first 'sed' inserts a
24608 # line-number line after each line using $LINENO; the second 'sed'
24609 # does the real work. The second script uses 'N' to pair each
24610 # line-number line with the line containing $LINENO, and appends
24611 # trailing '-' during substitution so that $LINENO is not a special
24612 # case at line end.
24613 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
24614 # scripts with optimization help from Paolo Bonzini. Blame Lee
24615 # E. McMahon (1931-1989) for sed's syntax. :-)
24616 sed -n '
24617 p
24618 /[$]LINENO/=
24619 ' <$as_myself |
24620 sed '
24621 s/[$]LINENO.*/&-/
24622 t lineno
24623 b
24624 :lineno
24625 N
24626 :loop
24627 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
24628 t loop
24629 s/-\n.*//
24630 ' >$as_me.lineno &&
24631 chmod +x "$as_me.lineno" ||
24632 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
24633 { (exit 1); exit 1; }; }
24634
24635 # Don't try to exec as it changes $[0], causing all sort of problems
24636 # (the dirname of $[0] is not the place where we might find the
24637 # original and so on. Autoconf is especially sensitive to this).
24638 . "./$as_me.lineno"
24639 # Exit status is that of the last command.
24640 exit
24641 }
24642
24643
24644 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
24645 as_dirname=dirname
24646 else
24647 as_dirname=false
24648 fi
24649
24650 ECHO_C= ECHO_N= ECHO_T=
24651 case `echo -n x` in
24652 -n*)
24653 case `echo 'x\c'` in
24654 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
24655 *) ECHO_C='\c';;
24656 esac;;
24657 *)
24658 ECHO_N='-n';;
24659 esac
24660
24661 if expr a : '\(a\)' >/dev/null 2>&1 &&
24662 test "X`expr 00001 : '.*\(...\)'`" = X001; then
24663 as_expr=expr
24664 else
24665 as_expr=false
24666 fi
24667
24668 rm -f conf$$ conf$$.exe conf$$.file
24669 if test -d conf$$.dir; then
24670 rm -f conf$$.dir/conf$$.file
24671 else
24672 rm -f conf$$.dir
24673 mkdir conf$$.dir
24674 fi
24675 echo >conf$$.file
24676 if ln -s conf$$.file conf$$ 2>/dev/null; then
24677 as_ln_s='ln -s'
24678 # ... but there are two gotchas:
24679 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
24680 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
24681 # In both cases, we have to default to `cp -p'.
24682 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
24683 as_ln_s='cp -p'
24684 elif ln conf$$.file conf$$ 2>/dev/null; then
24685 as_ln_s=ln
24686 else
24687 as_ln_s='cp -p'
24688 fi
24689 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
24690 rmdir conf$$.dir 2>/dev/null
24691
24692 if mkdir -p . 2>/dev/null; then
24693 as_mkdir_p=:
24694 else
24695 test -d ./-p && rmdir ./-p
24696 as_mkdir_p=false
24697 fi
24698
24699 if test -x / >/dev/null 2>&1; then
24700 as_test_x='test -x'
24701 else
24702 if ls -dL / >/dev/null 2>&1; then
24703 as_ls_L_option=L
24704 else
24705 as_ls_L_option=
24706 fi
24707 as_test_x='
24708 eval sh -c '\''
24709 if test -d "$1"; then
24710 test -d "$1/.";
24711 else
24712 case $1 in
24713 -*)set "./$1";;
24714 esac;
24715 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
24716 ???[sx]*):;;*)false;;esac;fi
24717 '\'' sh
24718 '
24719 fi
24720 as_executable_p=$as_test_x
24721
24722 # Sed expression to map a string onto a valid CPP name.
24723 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
24724
24725 # Sed expression to map a string onto a valid variable name.
24726 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
24727
24728
24729 exec 6>&1
24730
24731 # Save the log message, to keep $[0] and so on meaningful, and to
24732 # report actual input values of CONFIG_FILES etc. instead of their
24733 # values after options handling.
24734 ac_log="
24735 This file was extended by $as_me, which was
24736 generated by GNU Autoconf 2.61. Invocation command line was
24737
24738 CONFIG_FILES = $CONFIG_FILES
24739 CONFIG_HEADERS = $CONFIG_HEADERS
24740 CONFIG_LINKS = $CONFIG_LINKS
24741 CONFIG_COMMANDS = $CONFIG_COMMANDS
24742 $ $0 $@
24743
24744 on `(hostname || uname -n) 2>/dev/null | sed 1q`
24745 "
24746
24747 _ACEOF
24748
24749 cat >>$CONFIG_STATUS <<_ACEOF
24750 # Files that config.status was made for.
24751 config_files="$ac_config_files"
24752 config_headers="$ac_config_headers"
24753 config_commands="$ac_config_commands"
24754
24755 _ACEOF
24756
24757 cat >>$CONFIG_STATUS <<\_ACEOF
24758 ac_cs_usage="\
24759 \`$as_me' instantiates files from templates according to the
24760 current configuration.
24761
24762 Usage: $0 [OPTIONS] [FILE]...
24763
24764 -h, --help print this help, then exit
24765 -V, --version print version number and configuration settings, then exit
24766 -q, --quiet do not print progress messages
24767 -d, --debug don't remove temporary files
24768 --recheck update $as_me by reconfiguring in the same conditions
24769 --file=FILE[:TEMPLATE]
24770 instantiate the configuration file FILE
24771 --header=FILE[:TEMPLATE]
24772 instantiate the configuration header FILE
24773
24774 Configuration files:
24775 $config_files
24776
24777 Configuration headers:
24778 $config_headers
24779
24780 Configuration commands:
24781 $config_commands
24782
24783 Report bugs to <bug-autoconf@gnu.org>."
24784
24785 _ACEOF
24786 cat >>$CONFIG_STATUS <<_ACEOF
24787 ac_cs_version="\\
24788 config.status
24789 configured by $0, generated by GNU Autoconf 2.61,
24790 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
24791
24792 Copyright (C) 2006 Free Software Foundation, Inc.
24793 This config.status script is free software; the Free Software Foundation
24794 gives unlimited permission to copy, distribute and modify it."
24795
24796 ac_pwd='$ac_pwd'
24797 srcdir='$srcdir'
24798 INSTALL='$INSTALL'
24799 _ACEOF
24800
24801 cat >>$CONFIG_STATUS <<\_ACEOF
24802 # If no file are specified by the user, then we need to provide default
24803 # value. By we need to know if files were specified by the user.
24804 ac_need_defaults=:
24805 while test $# != 0
24806 do
24807 case $1 in
24808 --*=*)
24809 ac_option=`expr "X$1" : 'X\([^=]*\)='`
24810 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
24811 ac_shift=:
24812 ;;
24813 *)
24814 ac_option=$1
24815 ac_optarg=$2
24816 ac_shift=shift
24817 ;;
24818 esac
24819
24820 case $ac_option in
24821 # Handling of the options.
24822 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
24823 ac_cs_recheck=: ;;
24824 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
24825 echo "$ac_cs_version"; exit ;;
24826 --debug | --debu | --deb | --de | --d | -d )
24827 debug=: ;;
24828 --file | --fil | --fi | --f )
24829 $ac_shift
24830 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
24831 ac_need_defaults=false;;
24832 --header | --heade | --head | --hea )
24833 $ac_shift
24834 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
24835 ac_need_defaults=false;;
24836 --he | --h)
24837 # Conflict between --help and --header
24838 { echo "$as_me: error: ambiguous option: $1
24839 Try \`$0 --help' for more information." >&2
24840 { (exit 1); exit 1; }; };;
24841 --help | --hel | -h )
24842 echo "$ac_cs_usage"; exit ;;
24843 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
24844 | -silent | --silent | --silen | --sile | --sil | --si | --s)
24845 ac_cs_silent=: ;;
24846
24847 # This is an error.
24848 -*) { echo "$as_me: error: unrecognized option: $1
24849 Try \`$0 --help' for more information." >&2
24850 { (exit 1); exit 1; }; } ;;
24851
24852 *) ac_config_targets="$ac_config_targets $1"
24853 ac_need_defaults=false ;;
24854
24855 esac
24856 shift
24857 done
24858
24859 ac_configure_extra_args=
24860
24861 if $ac_cs_silent; then
24862 exec 6>/dev/null
24863 ac_configure_extra_args="$ac_configure_extra_args --silent"
24864 fi
24865
24866 _ACEOF
24867 cat >>$CONFIG_STATUS <<_ACEOF
24868 if \$ac_cs_recheck; then
24869 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
24870 CONFIG_SHELL=$SHELL
24871 export CONFIG_SHELL
24872 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
24873 fi
24874
24875 _ACEOF
24876 cat >>$CONFIG_STATUS <<\_ACEOF
24877 exec 5>>config.log
24878 {
24879 echo
24880 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
24881 ## Running $as_me. ##
24882 _ASBOX
24883 echo "$ac_log"
24884 } >&5
24885
24886 _ACEOF
24887 cat >>$CONFIG_STATUS <<_ACEOF
24888 #
24889 # INIT-COMMANDS
24890 #
24891 GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPP_NEED_TRADITIONAL="$CPP_NEED_TRADITIONAL" CPPFLAGS="$CPPFLAGS"
24892
24893 _ACEOF
24894
24895 cat >>$CONFIG_STATUS <<\_ACEOF
24896
24897 # Handling of arguments.
24898 for ac_config_target in $ac_config_targets
24899 do
24900 case $ac_config_target in
24901 "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;;
24902 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
24903 "lib-src/Makefile.c") CONFIG_FILES="$CONFIG_FILES lib-src/Makefile.c:lib-src/Makefile.in" ;;
24904 "oldXMenu/Makefile") CONFIG_FILES="$CONFIG_FILES oldXMenu/Makefile" ;;
24905 "doc/emacs/Makefile") CONFIG_FILES="$CONFIG_FILES doc/emacs/Makefile" ;;
24906 "doc/misc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/misc/Makefile" ;;
24907 "doc/lispintro/Makefile") CONFIG_FILES="$CONFIG_FILES doc/lispintro/Makefile" ;;
24908 "doc/lispref/Makefile") CONFIG_FILES="$CONFIG_FILES doc/lispref/Makefile" ;;
24909 "src/Makefile.c") CONFIG_FILES="$CONFIG_FILES src/Makefile.c:src/Makefile.in" ;;
24910 "lwlib/Makefile") CONFIG_FILES="$CONFIG_FILES lwlib/Makefile" ;;
24911 "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;;
24912 "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
24913 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
24914
24915 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
24916 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
24917 { (exit 1); exit 1; }; };;
24918 esac
24919 done
24920
24921
24922 # If the user did not use the arguments to specify the items to instantiate,
24923 # then the envvar interface is used. Set only those that are not.
24924 # We use the long form for the default assignment because of an extremely
24925 # bizarre bug on SunOS 4.1.3.
24926 if $ac_need_defaults; then
24927 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
24928 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
24929 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
24930 fi
24931
24932 # Have a temporary directory for convenience. Make it in the build tree
24933 # simply because there is no reason against having it here, and in addition,
24934 # creating and moving files from /tmp can sometimes cause problems.
24935 # Hook for its removal unless debugging.
24936 # Note that there is a small window in which the directory will not be cleaned:
24937 # after its creation but before its name has been assigned to `$tmp'.
24938 $debug ||
24939 {
24940 tmp=
24941 trap 'exit_status=$?
24942 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
24943 ' 0
24944 trap '{ (exit 1); exit 1; }' 1 2 13 15
24945 }
24946 # Create a (secure) tmp directory for tmp files.
24947
24948 {
24949 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
24950 test -n "$tmp" && test -d "$tmp"
24951 } ||
24952 {
24953 tmp=./conf$$-$RANDOM
24954 (umask 077 && mkdir "$tmp")
24955 } ||
24956 {
24957 echo "$me: cannot create a temporary directory in ." >&2
24958 { (exit 1); exit 1; }
24959 }
24960
24961 #
24962 # Set up the sed scripts for CONFIG_FILES section.
24963 #
24964
24965 # No need to generate the scripts if there are no CONFIG_FILES.
24966 # This happens for instance when ./config.status config.h
24967 if test -n "$CONFIG_FILES"; then
24968
24969 _ACEOF
24970
24971
24972
24973 ac_delim='%!_!# '
24974 for ac_last_try in false false false false false :; do
24975 cat >conf$$subs.sed <<_ACEOF
24976 SHELL!$SHELL$ac_delim
24977 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
24978 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
24979 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
24980 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
24981 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
24982 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
24983 exec_prefix!$exec_prefix$ac_delim
24984 prefix!$prefix$ac_delim
24985 program_transform_name!$program_transform_name$ac_delim
24986 bindir!$bindir$ac_delim
24987 sbindir!$sbindir$ac_delim
24988 libexecdir!$libexecdir$ac_delim
24989 datarootdir!$datarootdir$ac_delim
24990 datadir!$datadir$ac_delim
24991 sysconfdir!$sysconfdir$ac_delim
24992 sharedstatedir!$sharedstatedir$ac_delim
24993 localstatedir!$localstatedir$ac_delim
24994 includedir!$includedir$ac_delim
24995 oldincludedir!$oldincludedir$ac_delim
24996 docdir!$docdir$ac_delim
24997 infodir!$infodir$ac_delim
24998 htmldir!$htmldir$ac_delim
24999 dvidir!$dvidir$ac_delim
25000 pdfdir!$pdfdir$ac_delim
25001 psdir!$psdir$ac_delim
25002 libdir!$libdir$ac_delim
25003 localedir!$localedir$ac_delim
25004 mandir!$mandir$ac_delim
25005 DEFS!$DEFS$ac_delim
25006 ECHO_C!$ECHO_C$ac_delim
25007 ECHO_N!$ECHO_N$ac_delim
25008 ECHO_T!$ECHO_T$ac_delim
25009 LIBS!$LIBS$ac_delim
25010 build_alias!$build_alias$ac_delim
25011 host_alias!$host_alias$ac_delim
25012 target_alias!$target_alias$ac_delim
25013 MAINT!$MAINT$ac_delim
25014 build!$build$ac_delim
25015 build_cpu!$build_cpu$ac_delim
25016 build_vendor!$build_vendor$ac_delim
25017 build_os!$build_os$ac_delim
25018 host!$host$ac_delim
25019 host_cpu!$host_cpu$ac_delim
25020 host_vendor!$host_vendor$ac_delim
25021 host_os!$host_os$ac_delim
25022 CC!$CC$ac_delim
25023 CFLAGS!$CFLAGS$ac_delim
25024 LDFLAGS!$LDFLAGS$ac_delim
25025 CPPFLAGS!$CPPFLAGS$ac_delim
25026 ac_ct_CC!$ac_ct_CC$ac_delim
25027 EXEEXT!$EXEEXT$ac_delim
25028 OBJEXT!$OBJEXT$ac_delim
25029 CPP!$CPP$ac_delim
25030 GREP!$GREP$ac_delim
25031 EGREP!$EGREP$ac_delim
25032 LN_S!$LN_S$ac_delim
25033 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
25034 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
25035 INSTALL_DATA!$INSTALL_DATA$ac_delim
25036 RANLIB!$RANLIB$ac_delim
25037 INSTALL_INFO!$INSTALL_INFO$ac_delim
25038 GZIP_PROG!$GZIP_PROG$ac_delim
25039 MAKEINFO!$MAKEINFO$ac_delim
25040 LIBSOUND!$LIBSOUND$ac_delim
25041 PKG_CONFIG!$PKG_CONFIG$ac_delim
25042 ALSA_CFLAGS!$ALSA_CFLAGS$ac_delim
25043 ALSA_LIBS!$ALSA_LIBS$ac_delim
25044 CFLAGS_SOUND!$CFLAGS_SOUND$ac_delim
25045 SET_MAKE!$SET_MAKE$ac_delim
25046 XMKMF!$XMKMF$ac_delim
25047 HAVE_XSERVER!$HAVE_XSERVER$ac_delim
25048 RSVG_CFLAGS!$RSVG_CFLAGS$ac_delim
25049 RSVG_LIBS!$RSVG_LIBS$ac_delim
25050 GTK_CFLAGS!$GTK_CFLAGS$ac_delim
25051 GTK_LIBS!$GTK_LIBS$ac_delim
25052 XFT_CFLAGS!$XFT_CFLAGS$ac_delim
25053 XFT_LIBS!$XFT_LIBS$ac_delim
25054 FREETYPE_CFLAGS!$FREETYPE_CFLAGS$ac_delim
25055 FREETYPE_LIBS!$FREETYPE_LIBS$ac_delim
25056 FONTCONFIG_CFLAGS!$FONTCONFIG_CFLAGS$ac_delim
25057 FONTCONFIG_LIBS!$FONTCONFIG_LIBS$ac_delim
25058 HAVE_LIBOTF!$HAVE_LIBOTF$ac_delim
25059 LIBOTF_CFLAGS!$LIBOTF_CFLAGS$ac_delim
25060 LIBOTF_LIBS!$LIBOTF_LIBS$ac_delim
25061 ALLOCA!$ALLOCA$ac_delim
25062 liblockfile!$liblockfile$ac_delim
25063 LIBOBJS!$LIBOBJS$ac_delim
25064 NEED_SETGID!$NEED_SETGID$ac_delim
25065 KMEM_GROUP!$KMEM_GROUP$ac_delim
25066 GETLOADAVG_LIBS!$GETLOADAVG_LIBS$ac_delim
25067 GETOPT_H!$GETOPT_H$ac_delim
25068 GETOPTOBJS!$GETOPTOBJS$ac_delim
25069 version!$version$ac_delim
25070 configuration!$configuration$ac_delim
25071 canonical!$canonical$ac_delim
25072 srcdir!$srcdir$ac_delim
25073 _ACEOF
25074
25075 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
25076 break
25077 elif $ac_last_try; then
25078 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
25079 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
25080 { (exit 1); exit 1; }; }
25081 else
25082 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
25083 fi
25084 done
25085
25086 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
25087 if test -n "$ac_eof"; then
25088 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
25089 ac_eof=`expr $ac_eof + 1`
25090 fi
25091
25092 cat >>$CONFIG_STATUS <<_ACEOF
25093 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
25094 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
25095 _ACEOF
25096 sed '
25097 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
25098 s/^/s,@/; s/!/@,|#_!!_#|/
25099 :n
25100 t n
25101 s/'"$ac_delim"'$/,g/; t
25102 s/$/\\/; p
25103 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
25104 ' >>$CONFIG_STATUS <conf$$subs.sed
25105 rm -f conf$$subs.sed
25106 cat >>$CONFIG_STATUS <<_ACEOF
25107 CEOF$ac_eof
25108 _ACEOF
25109
25110
25111 ac_delim='%!_!# '
25112 for ac_last_try in false false false false false :; do
25113 cat >conf$$subs.sed <<_ACEOF
25114 lispdir!$lispdir$ac_delim
25115 locallisppath!$locallisppath$ac_delim
25116 lisppath!$lisppath$ac_delim
25117 x_default_search_path!$x_default_search_path$ac_delim
25118 etcdir!$etcdir$ac_delim
25119 archlibdir!$archlibdir$ac_delim
25120 bitmapdir!$bitmapdir$ac_delim
25121 gamedir!$gamedir$ac_delim
25122 gameuser!$gameuser$ac_delim
25123 c_switch_system!$c_switch_system$ac_delim
25124 c_switch_machine!$c_switch_machine$ac_delim
25125 LD_SWITCH_X_SITE!$LD_SWITCH_X_SITE$ac_delim
25126 LD_SWITCH_X_SITE_AUX!$LD_SWITCH_X_SITE_AUX$ac_delim
25127 C_SWITCH_X_SITE!$C_SWITCH_X_SITE$ac_delim
25128 X_TOOLKIT_TYPE!$X_TOOLKIT_TYPE$ac_delim
25129 machfile!$machfile$ac_delim
25130 opsysfile!$opsysfile$ac_delim
25131 carbon_appdir!$carbon_appdir$ac_delim
25132 LTLIBOBJS!$LTLIBOBJS$ac_delim
25133 _ACEOF
25134
25135 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 19; then
25136 break
25137 elif $ac_last_try; then
25138 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
25139 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
25140 { (exit 1); exit 1; }; }
25141 else
25142 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
25143 fi
25144 done
25145
25146 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
25147 if test -n "$ac_eof"; then
25148 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
25149 ac_eof=`expr $ac_eof + 1`
25150 fi
25151
25152 cat >>$CONFIG_STATUS <<_ACEOF
25153 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
25154 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
25155 _ACEOF
25156 sed '
25157 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
25158 s/^/s,@/; s/!/@,|#_!!_#|/
25159 :n
25160 t n
25161 s/'"$ac_delim"'$/,g/; t
25162 s/$/\\/; p
25163 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
25164 ' >>$CONFIG_STATUS <conf$$subs.sed
25165 rm -f conf$$subs.sed
25166 cat >>$CONFIG_STATUS <<_ACEOF
25167 :end
25168 s/|#_!!_#|//g
25169 CEOF$ac_eof
25170 _ACEOF
25171
25172
25173 # VPATH may cause trouble with some makes, so we remove $(srcdir),
25174 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
25175 # trailing colons and then remove the whole line if VPATH becomes empty
25176 # (actually we leave an empty line to preserve line numbers).
25177 if test "x$srcdir" = x.; then
25178 ac_vpsub='/^[ ]*VPATH[ ]*=/{
25179 s/:*\$(srcdir):*/:/
25180 s/:*\${srcdir}:*/:/
25181 s/:*@srcdir@:*/:/
25182 s/^\([^=]*=[ ]*\):*/\1/
25183 s/:*$//
25184 s/^[^=]*=[ ]*$//
25185 }'
25186 fi
25187
25188 cat >>$CONFIG_STATUS <<\_ACEOF
25189 fi # test -n "$CONFIG_FILES"
25190
25191
25192 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
25193 do
25194 case $ac_tag in
25195 :[FHLC]) ac_mode=$ac_tag; continue;;
25196 esac
25197 case $ac_mode$ac_tag in
25198 :[FHL]*:*);;
25199 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
25200 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
25201 { (exit 1); exit 1; }; };;
25202 :[FH]-) ac_tag=-:-;;
25203 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
25204 esac
25205 ac_save_IFS=$IFS
25206 IFS=:
25207 set x $ac_tag
25208 IFS=$ac_save_IFS
25209 shift
25210 ac_file=$1
25211 shift
25212
25213 case $ac_mode in
25214 :L) ac_source=$1;;
25215 :[FH])
25216 ac_file_inputs=
25217 for ac_f
25218 do
25219 case $ac_f in
25220 -) ac_f="$tmp/stdin";;
25221 *) # Look for the file first in the build tree, then in the source tree
25222 # (if the path is not absolute). The absolute path cannot be DOS-style,
25223 # because $ac_f cannot contain `:'.
25224 test -f "$ac_f" ||
25225 case $ac_f in
25226 [\\/$]*) false;;
25227 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
25228 esac ||
25229 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
25230 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
25231 { (exit 1); exit 1; }; };;
25232 esac
25233 ac_file_inputs="$ac_file_inputs $ac_f"
25234 done
25235
25236 # Let's still pretend it is `configure' which instantiates (i.e., don't
25237 # use $as_me), people would be surprised to read:
25238 # /* config.h. Generated by config.status. */
25239 configure_input="Generated from "`IFS=:
25240 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
25241 if test x"$ac_file" != x-; then
25242 configure_input="$ac_file. $configure_input"
25243 { echo "$as_me:$LINENO: creating $ac_file" >&5
25244 echo "$as_me: creating $ac_file" >&6;}
25245 fi
25246
25247 case $ac_tag in
25248 *:-:* | *:-) cat >"$tmp/stdin";;
25249 esac
25250 ;;
25251 esac
25252
25253 ac_dir=`$as_dirname -- "$ac_file" ||
25254 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25255 X"$ac_file" : 'X\(//\)[^/]' \| \
25256 X"$ac_file" : 'X\(//\)$' \| \
25257 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
25258 echo X"$ac_file" |
25259 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25260 s//\1/
25261 q
25262 }
25263 /^X\(\/\/\)[^/].*/{
25264 s//\1/
25265 q
25266 }
25267 /^X\(\/\/\)$/{
25268 s//\1/
25269 q
25270 }
25271 /^X\(\/\).*/{
25272 s//\1/
25273 q
25274 }
25275 s/.*/./; q'`
25276 { as_dir="$ac_dir"
25277 case $as_dir in #(
25278 -*) as_dir=./$as_dir;;
25279 esac
25280 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
25281 as_dirs=
25282 while :; do
25283 case $as_dir in #(
25284 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
25285 *) as_qdir=$as_dir;;
25286 esac
25287 as_dirs="'$as_qdir' $as_dirs"
25288 as_dir=`$as_dirname -- "$as_dir" ||
25289 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25290 X"$as_dir" : 'X\(//\)[^/]' \| \
25291 X"$as_dir" : 'X\(//\)$' \| \
25292 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
25293 echo X"$as_dir" |
25294 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25295 s//\1/
25296 q
25297 }
25298 /^X\(\/\/\)[^/].*/{
25299 s//\1/
25300 q
25301 }
25302 /^X\(\/\/\)$/{
25303 s//\1/
25304 q
25305 }
25306 /^X\(\/\).*/{
25307 s//\1/
25308 q
25309 }
25310 s/.*/./; q'`
25311 test -d "$as_dir" && break
25312 done
25313 test -z "$as_dirs" || eval "mkdir $as_dirs"
25314 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
25315 echo "$as_me: error: cannot create directory $as_dir" >&2;}
25316 { (exit 1); exit 1; }; }; }
25317 ac_builddir=.
25318
25319 case "$ac_dir" in
25320 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
25321 *)
25322 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
25323 # A ".." for each directory in $ac_dir_suffix.
25324 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
25325 case $ac_top_builddir_sub in
25326 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
25327 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
25328 esac ;;
25329 esac
25330 ac_abs_top_builddir=$ac_pwd
25331 ac_abs_builddir=$ac_pwd$ac_dir_suffix
25332 # for backward compatibility:
25333 ac_top_builddir=$ac_top_build_prefix
25334
25335 case $srcdir in
25336 .) # We are building in place.
25337 ac_srcdir=.
25338 ac_top_srcdir=$ac_top_builddir_sub
25339 ac_abs_top_srcdir=$ac_pwd ;;
25340 [\\/]* | ?:[\\/]* ) # Absolute name.
25341 ac_srcdir=$srcdir$ac_dir_suffix;
25342 ac_top_srcdir=$srcdir
25343 ac_abs_top_srcdir=$srcdir ;;
25344 *) # Relative name.
25345 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
25346 ac_top_srcdir=$ac_top_build_prefix$srcdir
25347 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
25348 esac
25349 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
25350
25351
25352 case $ac_mode in
25353 :F)
25354 #
25355 # CONFIG_FILE
25356 #
25357
25358 case $INSTALL in
25359 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
25360 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
25361 esac
25362 _ACEOF
25363
25364 cat >>$CONFIG_STATUS <<\_ACEOF
25365 # If the template does not know about datarootdir, expand it.
25366 # FIXME: This hack should be removed a few years after 2.60.
25367 ac_datarootdir_hack=; ac_datarootdir_seen=
25368
25369 case `sed -n '/datarootdir/ {
25370 p
25371 q
25372 }
25373 /@datadir@/p
25374 /@docdir@/p
25375 /@infodir@/p
25376 /@localedir@/p
25377 /@mandir@/p
25378 ' $ac_file_inputs` in
25379 *datarootdir*) ac_datarootdir_seen=yes;;
25380 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
25381 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
25382 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
25383 _ACEOF
25384 cat >>$CONFIG_STATUS <<_ACEOF
25385 ac_datarootdir_hack='
25386 s&@datadir@&$datadir&g
25387 s&@docdir@&$docdir&g
25388 s&@infodir@&$infodir&g
25389 s&@localedir@&$localedir&g
25390 s&@mandir@&$mandir&g
25391 s&\\\${datarootdir}&$datarootdir&g' ;;
25392 esac
25393 _ACEOF
25394
25395 # Neutralize VPATH when `$srcdir' = `.'.
25396 # Shell code in configure.ac might set extrasub.
25397 # FIXME: do we really want to maintain this feature?
25398 cat >>$CONFIG_STATUS <<_ACEOF
25399 sed "$ac_vpsub
25400 $extrasub
25401 _ACEOF
25402 cat >>$CONFIG_STATUS <<\_ACEOF
25403 :t
25404 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
25405 s&@configure_input@&$configure_input&;t t
25406 s&@top_builddir@&$ac_top_builddir_sub&;t t
25407 s&@srcdir@&$ac_srcdir&;t t
25408 s&@abs_srcdir@&$ac_abs_srcdir&;t t
25409 s&@top_srcdir@&$ac_top_srcdir&;t t
25410 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
25411 s&@builddir@&$ac_builddir&;t t
25412 s&@abs_builddir@&$ac_abs_builddir&;t t
25413 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
25414 s&@INSTALL@&$ac_INSTALL&;t t
25415 $ac_datarootdir_hack
25416 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
25417
25418 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
25419 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
25420 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
25421 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
25422 which seems to be undefined. Please make sure it is defined." >&5
25423 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
25424 which seems to be undefined. Please make sure it is defined." >&2;}
25425
25426 rm -f "$tmp/stdin"
25427 case $ac_file in
25428 -) cat "$tmp/out"; rm -f "$tmp/out";;
25429 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
25430 esac
25431 ;;
25432 :H)
25433 #
25434 # CONFIG_HEADER
25435 #
25436 _ACEOF
25437
25438 # Transform confdefs.h into a sed script `conftest.defines', that
25439 # substitutes the proper values into config.h.in to produce config.h.
25440 rm -f conftest.defines conftest.tail
25441 # First, append a space to every undef/define line, to ease matching.
25442 echo 's/$/ /' >conftest.defines
25443 # Then, protect against being on the right side of a sed subst, or in
25444 # an unquoted here document, in config.status. If some macros were
25445 # called several times there might be several #defines for the same
25446 # symbol, which is useless. But do not sort them, since the last
25447 # AC_DEFINE must be honored.
25448 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
25449 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
25450 # NAME is the cpp macro being defined, VALUE is the value it is being given.
25451 # PARAMS is the parameter list in the macro definition--in most cases, it's
25452 # just an empty string.
25453 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
25454 ac_dB='\\)[ (].*,\\1define\\2'
25455 ac_dC=' '
25456 ac_dD=' ,'
25457
25458 uniq confdefs.h |
25459 sed -n '
25460 t rset
25461 :rset
25462 s/^[ ]*#[ ]*define[ ][ ]*//
25463 t ok
25464 d
25465 :ok
25466 s/[\\&,]/\\&/g
25467 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
25468 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
25469 ' >>conftest.defines
25470
25471 # Remove the space that was appended to ease matching.
25472 # Then replace #undef with comments. This is necessary, for
25473 # example, in the case of _POSIX_SOURCE, which is predefined and required
25474 # on some systems where configure will not decide to define it.
25475 # (The regexp can be short, since the line contains either #define or #undef.)
25476 echo 's/ $//
25477 s,^[ #]*u.*,/* & */,' >>conftest.defines
25478
25479 # Break up conftest.defines:
25480 ac_max_sed_lines=50
25481
25482 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
25483 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
25484 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
25485 # et cetera.
25486 ac_in='$ac_file_inputs'
25487 ac_out='"$tmp/out1"'
25488 ac_nxt='"$tmp/out2"'
25489
25490 while :
25491 do
25492 # Write a here document:
25493 cat >>$CONFIG_STATUS <<_ACEOF
25494 # First, check the format of the line:
25495 cat >"\$tmp/defines.sed" <<\\CEOF
25496 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
25497 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
25498 b
25499 :def
25500 _ACEOF
25501 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
25502 echo 'CEOF
25503 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
25504 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
25505 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
25506 grep . conftest.tail >/dev/null || break
25507 rm -f conftest.defines
25508 mv conftest.tail conftest.defines
25509 done
25510 rm -f conftest.defines conftest.tail
25511
25512 echo "ac_result=$ac_in" >>$CONFIG_STATUS
25513 cat >>$CONFIG_STATUS <<\_ACEOF
25514 if test x"$ac_file" != x-; then
25515 echo "/* $configure_input */" >"$tmp/config.h"
25516 cat "$ac_result" >>"$tmp/config.h"
25517 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
25518 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
25519 echo "$as_me: $ac_file is unchanged" >&6;}
25520 else
25521 rm -f $ac_file
25522 mv "$tmp/config.h" $ac_file
25523 fi
25524 else
25525 echo "/* $configure_input */"
25526 cat "$ac_result"
25527 fi
25528 rm -f "$tmp/out12"
25529 ;;
25530
25531 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
25532 echo "$as_me: executing $ac_file commands" >&6;}
25533 ;;
25534 esac
25535
25536
25537 case $ac_file$ac_mode in
25538 "default":C)
25539
25540 ### Make the necessary directories, if they don't exist.
25541 for dir in etc lisp ; do
25542 test -d ${dir} || mkdir ${dir}
25543 done
25544
25545 # Build src/Makefile from ${srcdir}/src/Makefile.c
25546 # and lib-src/Makefile from ${srcdir}/lib-src/Makefile.c
25547 # This must be done after src/config.h is built, since we rely on that file.
25548
25549 # Now get this: Some word that is part of the ${srcdir} directory name
25550 # or the ${configuration} value might, just might, happen to be an
25551 # identifier like `sun4' or `i386' or something, and be predefined by
25552 # the C preprocessor to some helpful value like 1, or maybe the empty
25553 # string. Needless to say consequent macro substitutions are less
25554 # than conducive to the makefile finding the correct directory.
25555 undefs="`echo $top_srcdir $configuration $canonical |
25556 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \
25557 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \
25558 `"
25559
25560 echo creating src/epaths.h
25561 ${MAKE-make} epaths-force
25562
25563 # As of 2000-11-19, newest development versions of GNU cpp preprocess
25564 # `..' to `. .' unless invoked with -traditional
25565
25566 if test "x$GCC" = xyes && test "x$CPP_NEED_TRADITIONAL" = xyes; then
25567 CPPFLAGS="$CPPFLAGS -traditional"
25568 fi
25569
25570 echo creating lib-src/Makefile
25571 ( cd lib-src
25572 rm -f junk.c junk1.c junk2.c
25573 sed -e '/start of cpp stuff/q' \
25574 < Makefile.c > junk1.c
25575 sed -e '1,/start of cpp stuff/d'\
25576 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
25577 < Makefile.c > junk.c
25578 $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
25579 sed -e 's/^ / /' -e '/^#/d' -e '/^[ \f]*$/d' > junk2.c
25580 cat junk1.c junk2.c > Makefile.new
25581 rm -f junk.c junk1.c junk2.c
25582 chmod 444 Makefile.new
25583 mv -f Makefile.new Makefile
25584 )
25585
25586 echo creating src/Makefile
25587 ( cd src
25588 rm -f junk.c junk1.c junk2.c
25589 sed -e '/start of cpp stuff/q' \
25590 < Makefile.c > junk1.c
25591 sed -e '1,/start of cpp stuff/d'\
25592 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
25593 < Makefile.c > junk.c
25594 if test -f ${srcdir}/admin/unidata/UnicodeData.txt; then
25595 CPPFLAGS="$CPPFLAGS -DHAVE_UNIDATA"
25596 fi
25597 $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
25598 sed -e 's/^ / /' -e '/^#/d' -e '/^[ \f]*$/d' > junk2.c
25599 cat junk1.c junk2.c > Makefile.new
25600 rm -f junk.c junk1.c junk2.c
25601 chmod 444 Makefile.new
25602 mv -f Makefile.new Makefile
25603 )
25604
25605 if test ! -f src/.gdbinit && test -f $srcdir/src/.gdbinit; then
25606 echo creating src/.gdbinit
25607 echo source $srcdir/src/.gdbinit > src/.gdbinit
25608 fi
25609
25610 # This is how we know whether to re-run configure in certain cases.
25611 touch src/config.stamp
25612
25613 ;;
25614
25615 esac
25616 done # for ac_tag
25617
25618
25619 { (exit 0); exit 0; }
25620 _ACEOF
25621 chmod +x $CONFIG_STATUS
25622 ac_clean_files=$ac_clean_files_save
25623
25624
25625 # configure is writing to config.log, and then calls config.status.
25626 # config.status does its own redirection, appending to config.log.
25627 # Unfortunately, on DOS this fails, as config.log is still kept open
25628 # by configure, so config.status won't be able to write to it; its
25629 # output is simply discarded. So we exec the FD to /dev/null,
25630 # effectively closing config.log, so it can be properly (re)opened and
25631 # appended to by config.status. When coming back to configure, we
25632 # need to make the FD available again.
25633 if test "$no_create" != yes; then
25634 ac_cs_success=:
25635 ac_config_status_args=
25636 test "$silent" = yes &&
25637 ac_config_status_args="$ac_config_status_args --quiet"
25638 exec 5>/dev/null
25639 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
25640 exec 5>>config.log
25641 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
25642 # would make configure fail if this is the last instruction.
25643 $ac_cs_success || { (exit 1); exit 1; }
25644 fi
25645
25646